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;
 }