GDBDebugger.st
changeset 144 342b6dfe3a6f
parent 129 661e16236c67
child 148 9fb679577cac
child 218 42d5a8a5e14e
equal deleted inserted replaced
143:883c830472cb 144:342b6dfe3a6f
   904 
   904 
   905 onThreadGroupStartedEvent:aGDBThreadGroupStartedEvent 
   905 onThreadGroupStartedEvent:aGDBThreadGroupStartedEvent 
   906     | inferior |
   906     | inferior |
   907 
   907 
   908     inferior := self inferiorForId:aGDBThreadGroupStartedEvent threadGroupId.
   908     inferior := self inferiorForId:aGDBThreadGroupStartedEvent threadGroupId.
       
   909     inferior reset.
   909     inferior setPid:aGDBThreadGroupStartedEvent pid.
   910     inferior setPid:aGDBThreadGroupStartedEvent pid.
   910     aGDBThreadGroupStartedEvent setThreadGroup:inferior.
   911     aGDBThreadGroupStartedEvent setThreadGroup:inferior.
   911 
   912 
   912     "Created: / 06-09-2014 / 02:37:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   913     "Created: / 06-09-2014 / 02:37:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   913     "Modified (comment): / 07-02-2018 / 12:50:43 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   914     "Modified: / 26-03-2018 / 21:33:11 / jv"
   914     "Modified: / 26-03-2018 / 21:33:11 / jv"
       
   915     "Modified: / 26-09-2018 / 10:57:05 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   915 !
   916 !
   916 
   917 
   917 onThreadSelectedEvent: aGDBThreadSelectedEvent 
   918 onThreadSelectedEvent: aGDBThreadSelectedEvent 
   918     | inferior |
   919     | inferior |
   919 
   920