[Lldb-commits] [PATCH] RFC: Proposed change in the disassembly default format in lldb
Jason Molenda
jmolenda at apple.com
Wed Feb 11 23:28:45 PST 2015
I didn't explain the disassembly-format in my proposal - it already works like you're describing. The current lldb format is
${current-pc-arrow}${addr-file-or-load}{ <${function.name-without-args}${function.concrete-only-addr-offset-no-padding}>}:
A user can put this in their ~/.lldbinit file to keep that style of output.
REPOSITORY
rL LLVM
http://reviews.llvm.org/D7578
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list