aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectBreakpoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpoint.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectBreakpoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectBreakpoint.cpp b/lldb/source/Commands/CommandObjectBreakpoint.cpp
index 790154d..9dd532b 100644
--- a/lldb/source/Commands/CommandObjectBreakpoint.cpp
+++ b/lldb/source/Commands/CommandObjectBreakpoint.cpp
@@ -702,7 +702,7 @@ CommandObjectBreakpointList::CommandOptions::SetOptionValue (uint32_t option_idx
void
CommandObjectBreakpointList::CommandOptions::OptionParsingStarting ()
{
- m_level = lldb::eDescriptionLevelBrief;
+ m_level = lldb::eDescriptionLevelFull;
m_internal = false;
}