This patch includes:
- Fix invalid thread id in =thread-exited message
- Remove invalid threads from cache
All tests pass on OS X.
Paths
| Differential D8603
Fix =thread-exited message (MI) ClosedPublic Authored by ki.stfu on Mar 25 2015, 4:45 AM.
Details Summary This patch includes:
All tests pass on OS X.
Diff Detail Event Timelineki.stfu updated this object. abidh edited edge metadata. Comment ActionsLooks ok.
This revision is now accepted and ready to land.Mar 25 2015, 5:08 AM
Revision Contents
Diff 22640 tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp
|
Just a question. It was printing invalid thread id because thread.GetIndexID() was returning a garbage value?