GDBDebugger.st
changeset 185 4e1be69b39ce
parent 180 cd22cacfcdcb
child 190 0509fe9ad879
--- a/GDBDebugger.st	Tue Mar 26 11:10:19 2019 +0000
+++ b/GDBDebugger.st	Tue Apr 23 13:45:37 2019 +0100
@@ -252,6 +252,17 @@
     ^ inferiorStateSequenceNumber
 
     "Created: / 02-06-2014 / 23:48:38 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+process
+    "Return a (sub)instance of `GDBProcess` used but this debugger.
+
+     This method is provided for stx:libgdbs debugging purposes and
+     should not be normally used."
+
+    ^ connection process
+
+    "Created: / 27-03-2019 / 09:20:06 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !GDBDebugger methodsFor:'commands'!