Author: jmolenda
Date: Tue Nov 11 04:32:04 2014
New Revision: 221682

URL: http://llvm.org/viewvc/llvm-project?rev=221682&view=rev
Log:
Put the current pc arrow back into the default disassembly format.
I went back and forth on removing this - and tried dropping it for
a few weeks.  But when you're working at an assembly language, it
really is helpful to have this displayed to show where the current
pc is.

Modified:
    lldb/trunk/source/Core/Debugger.cpp

Modified: lldb/trunk/source/Core/Debugger.cpp
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/Debugger.cpp?rev=221682&r1=221681&r2=221682&view=diff
==============================================================================
--- lldb/trunk/source/Core/Debugger.cpp (original)
+++ lldb/trunk/source/Core/Debugger.cpp Tue Nov 11 04:32:04 2014
@@ -125,7 +125,7 @@ g_language_enumerators[] =
     FILE_AND_LINE\
     "\\n"
 
-#define DEFAULT_DISASSEMBLY_FORMAT "${addr-file-or-load}{ 
<${function.name-without-args}${function.concrete-only-addr-offset-no-padding}>}:
 "
+#define DEFAULT_DISASSEMBLY_FORMAT "${current-pc-arrow} ${addr-file-or-load}{ 
<${function.name-without-args}${function.concrete-only-addr-offset-no-padding}>}:
 "
 
 static PropertyDefinition
 g_properties[] =


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to