mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:18:14 +08:00
Add "target.process.stop-on-shared-library-events" setting, and make it work.
Add the ability to give breakpoints a "kind" string, and have the StopInfoBreakpoint print that in the brief description if set. Also print the kind - if set - in the breakpoint listing. Give kinds to a bunch of the internal breakpoints. We were deleting the Mac OS X dynamic loader breakpoint as though the id we had stored away was a breakpoint site ID, but in fact it was a breakpoint id, so we never actually deleted it. Fixed that. llvm-svn: 173555
This commit is contained in:
@@ -107,6 +107,7 @@ ThreadPlanStepOut::ThreadPlanStepOut
|
||||
{
|
||||
return_bp->SetThreadID(m_thread.GetID());
|
||||
m_return_bp_id = return_bp->GetID();
|
||||
return_bp->SetBreakpointKind ("step-out");
|
||||
}
|
||||
|
||||
if (immediate_return_from_sp)
|
||||
|
||||
Reference in New Issue
Block a user