[Lldb-commits] [PATCH] Add thread-id field in *stopped notification (MI)
Hafiz Abid Qadeer
abidh.haq at gmail.com
Tue Feb 10 01:25:48 PST 2015
> What is the stop reason on Linux? Is not it "signal-received"?
In Command line lldb:
process launch -s
Process 20587 launching
Process 20587 launched: '/home/abidh/demos/struct' (x86_64)
Process 20587 stopped
- thread #1: tid = 20587, 0x00007ffff7ddb2d0, name = 'struct', stop reason = trace
In lldb-mi:
*stopped,reason="end-stepping-range",frame={addr="0x7ffff7ddb2d0",func="??",args=[],file="??",fullname="??",line="-1"},thread-id="1",stopped-threads="all"
http://reviews.llvm.org/D7501
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list