We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af2e00 commit ce15736Copy full SHA for ce15736
bdx.el
@@ -695,7 +695,9 @@ disassembled in this buffer. The current item will have the index equal
695
to the length of `bdx-disassembly-stack'."
696
(interactive
697
(let ((items
698
- (mapcar (pcase-lambda (`(,item _ _)) (plist-get item :name))
+ (mapcar (pcase-lambda (`(,item _ _))
699
+ (or (plist-get item :demangled)
700
+ (plist-get item :name)))
701
(append (reverse bdx-disassembly-stack)
702
(when bdx-disassembly-current-symbol
703
(list
0 commit comments