Merge
authorJan Vrany <jan.vrany@fit.cvut.cz>
Fri, 26 Feb 2016 09:48:21 +0000
changeset 75 0b8ce7d74318
parent 74 d53d325c2930 (current diff)
parent 31 1d8d532f27fd (diff)
child 76 29efc28d989a
Merge
GDBConnection.st
GDBInternalPipeStream.st
GDBSimulatorProcess.st
libgdbs.rc
tests/GDBSimulatorProcessTests.st
tests/tests.rc
--- a/GDBConnection.st	Thu Mar 19 08:43:28 2015 +0000
+++ b/GDBConnection.st	Fri Feb 26 09:48:21 2016 +0000
@@ -314,7 +314,7 @@
         Logger log: ('gdb process: exited with status %1' bindWith: status code)  severity: #trace facility: 'GDB'.
     ].
     TraceProcesses ifTrue:[ 
-        Logger log: ('gdb process: waiting for event pump to finish' bindWith: status code)  severity: #trace facility: 'GDB'.
+        Logger log: 'gdb process: waiting for event pump to finish' severity: #trace facility: 'GDB'.
     ].
     [ eventPumpProcess notNil ] whileTrue:[ 
         Delay waitForMilliseconds: 200.  
@@ -327,7 +327,7 @@
     inferiorPTY release.
 
     "Created: / 26-05-2014 / 21:31:00 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 20-06-2014 / 21:37:32 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 25-08-2014 / 08:55:10 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !GDBConnection class methodsFor:'documentation'!
--- a/GDBMI_stack_select_frame.st	Thu Mar 19 08:43:28 2015 +0000
+++ b/GDBMI_stack_select_frame.st	Fri Feb 26 09:48:21 2016 +0000
@@ -49,3 +49,10 @@
 	^ 'stack-select-frame'
 ! !
 
+!GDBMI_stack_select_frame class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+
--- a/GDBSimulatorProcess.st	Thu Mar 19 08:43:28 2015 +0000
+++ b/GDBSimulatorProcess.st	Fri Feb 26 09:48:21 2016 +0000
@@ -144,16 +144,18 @@
         self processLoop.
     ] newProcess.
     thread addExitAction: [ 
-        pid := nil.
+        thread := nil.
         debuggerInput close.
         debuggerOutput close.
-        thread := nil. 
+        self exited: 
+            (Plug new
+                respondTo: #code  with: [ 0 ];
+                yourself).
     ].
-    thread name:('GDB Simulator Process (%1)' bindWith: pid).
     thread resume.
 
     "Created: / 24-06-2014 / 00:58:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 26-08-2014 / 09:48:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 25-08-2014 / 09:47:04 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 stop
--- a/libgdbs.rc	Thu Mar 19 08:43:28 2015 +0000
+++ b/libgdbs.rc	Fri Feb 26 09:48:21 2016 +0000
@@ -25,7 +25,7 @@
       VALUE "LegalCopyright", "My CopyRight or CopyLeft\0"
       VALUE "ProductName", "LibraryName\0"
       VALUE "ProductVersion", "6.2.4.0\0"
-      VALUE "ProductDate", "Wed, 01 Oct 2014 01:03:01 GMT\0"
+      VALUE "ProductDate", "Mon, 25 Aug 2014 08:50:18 GMT\0"
     END
 
   END
--- a/tests/tests.rc	Thu Mar 19 08:43:28 2015 +0000
+++ b/tests/tests.rc	Fri Feb 26 09:48:21 2016 +0000
@@ -25,7 +25,7 @@
       VALUE "LegalCopyright", "My CopyRight or CopyLeft\0"
       VALUE "ProductName", "LibraryName\0"
       VALUE "ProductVersion", "6.2.4.0\0"
-      VALUE "ProductDate", "Wed, 01 Oct 2014 01:03:03 GMT\0"
+      VALUE "ProductDate", "Mon, 25 Aug 2014 08:50:21 GMT\0"
     END
 
   END