[lldb-dev] Different Behavior between Terminal and GUI simulated terminal
Yin Ma
yin at affinic.com
Thu Oct 3 23:30:25 PDT 2013
Hi,
I got different behavior between run lldb under regular terminal
And GUI simulated terminal (posix_openpt or pipe based).
In the regular terminal:
(lldb) run
Process 10992 launched: ‘…’
Process 10992 stopped
Thread …
In the GUI, If I run the same thing, I got
(lldb) run
Process 10992 launched: ‘…’
(lldb) Process 10992 stopped
Thread …
There already is (lldb) after the first line.
My lldb is 179.5
Could anybody let me know why there is this difference?
And How to switch to the regular mode?
Thanks,
Yin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20131003/4ae0ce10/attachment.html>
More information about the lldb-dev
mailing list