#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Fri, 12 Aug 2016 18:15:12 +0200
changeset 4028 5cade94eea34
parent 4027 c08940786e9a
child 4029 a1cc22fe4b81
child 4030 fd37ac079cf0
#OTHER by cg class: TerminalSession changed: #collectOutputAndCheckForPrompt:count: #outputFromCommand:prompt:timeout:to: halts removed
TerminalSession.st
--- a/TerminalSession.st	Fri Aug 12 18:14:07 2016 +0200
+++ b/TerminalSession.st	Fri Aug 12 18:15:12 2016 +0200
@@ -537,7 +537,7 @@
     firstLine ~= aCommand ifTrue:[
         (aCommand startsWith:firstLine) ifTrue:[
             "/ sigh - it is sometimes truncated (to be investigated)
-            self halt.
+            self breakPoint:#cg.
             ^ output.
         ].
         "/ self halt.
@@ -625,8 +625,6 @@
                                                             ifFalse:[ each ]]].
                     collectedLines removeLast.  "/ the prompt itself
                     promptAction value: collectedLines.
-                ] ifFalse:[
-                    (lastLine includesString:'(gdb)') ifTrue:[self halt].
                 ].
             ].
         ].