[Lldb-commits] [PATCH] Generate an event when a pending breakpoint binds
Jim Ingham
jingham at apple.com
Wed Apr 8 16:50:11 PDT 2015
You will see this resolved event when you make a new breakpoint after the process is running as well as when a pre-existing breakpoint gets a location on load. So you should be able to write an MI test that sets a breakpoint and then makes sure you emit the breakpoint-modified event that arises from the site being added to the location that's been found for it.
http://reviews.llvm.org/D8847
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list