[Lldb-commits] [lldb] r131449 - /lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp
Jim Ingham
jingham at apple.com
Mon May 16 18:21:41 PDT 2011
Author: jingham
Date: Mon May 16 20:21:41 2011
New Revision: 131449
URL: http://llvm.org/viewvc/llvm-project?rev=131449&view=rev
Log:
Set the default "break list" level back to full.
Modified:
lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp
Modified: lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp?rev=131449&r1=131448&r2=131449&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp Mon May 16 20:21:41 2011
@@ -702,7 +702,7 @@
void
CommandObjectBreakpointList::CommandOptions::OptionParsingStarting ()
{
- m_level = lldb::eDescriptionLevelBrief;
+ m_level = lldb::eDescriptionLevelFull;
m_internal = false;
}
More information about the lldb-commits
mailing list