mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user