commit | dc25905791e2a3f87197bac14afb78e9c9ac8aef | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Tue May 17 01:21:41 2011 +0000 |
committer | Jim Ingham <jingham@apple.com> | Tue May 17 01:21:41 2011 +0000 |
tree | 973059396b2d27cac3f49e380e9b4953e7176b40 | |
parent | 2370a97fe5bea6fa9d82f40bb34d37d3d3bda317 [diff] [blame] |
Set the default "break list" level back to full. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@131449 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectBreakpoint.cpp b/source/Commands/CommandObjectBreakpoint.cpp index 790154d..9dd532b 100644 --- a/source/Commands/CommandObjectBreakpoint.cpp +++ b/source/Commands/CommandObjectBreakpoint.cpp
@@ -702,7 +702,7 @@ void CommandObjectBreakpointList::CommandOptions::OptionParsingStarting () { - m_level = lldb::eDescriptionLevelBrief; + m_level = lldb::eDescriptionLevelFull; m_internal = false; }