mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 20:10:50 +08:00
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. llvm-svn: 221682
This commit is contained in:
@@ -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[] =
|
||||
|
||||
Reference in New Issue
Block a user