summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 790154db62c..9dd532be37c 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;
}
OpenPOWER on IntegriCloud