[Lldb-commits] [PATCH] Fix a missing "*stopped" notification in LLDB-MI after "process launch -s" in case of remote-macosx
Ilia K
ki.stfu at gmail.com
Wed Feb 4 03:23:36 PST 2015
REPOSITORY
rL LLVM
================
Comment at: source/Target/Process.cpp:3128
@@ -3124,1 +3127,3 @@
+ if (launch_info.GetFlags().Test(eLaunchFlagStopAtEntry) == true)
+ m_private_state_broadcaster.BroadcastEvent(event_sp);
}
----------------
I looked again at event subsystem and I think here should be "HandlePrivateEvent (event_sp)".
http://reviews.llvm.org/D7273
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list