Add the ability to tag one or more breakpoints with a name. These

names can then be used in place of breakpoint id's or breakpoint id 
ranges in all the commands that operate on breakpoints.

<rdar://problem/10103959>

llvm-svn: 224392
This commit is contained in:
Jim Ingham
2014-12-16 23:40:14 +00:00
parent aa1bade7b4
commit 5e09c8c32c
16 changed files with 713 additions and 20 deletions

View File

@@ -237,8 +237,7 @@ BreakpointOptions::GetDescription (Stream *s, lldb::DescriptionLevel level) cons
if (m_thread_spec_ap.get())
m_thread_spec_ap->GetDescription (s, level);
else if (level == eDescriptionLevelBrief)
s->PutCString ("thread spec: no ");
if (level == lldb::eDescriptionLevelFull)
{
s->IndentLess();