[llvm] [llvm-objdump] Add inlined function display support (PR #142246)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 14 07:12:52 PDT 2025


================
@@ -241,22 +241,22 @@ defm prefix_strip
                          "paths. No effect without --prefix">,
       MetaVarName<"prefix">;
 
-def debug_vars_EQ : Joined<["--"], "debug-vars=">,
-  HelpText<"Print the locations (in registers or memory) of "
-           "source-level variables alongside disassembly. "
-           "Supported formats: ascii, unicode (default)">,
-  Values<"unicode,ascii">;
-def : Flag<["--"], "debug-vars">, Alias<debug_vars_EQ>, AliasArgs<["unicode"]>;
+def debug_indent_EQ : Joined<["--"], "debug-indent=">,
+  HelpText<"Distance to indent the source-level variable and inlined function display, "
+           "relative to the start of the disassembly">;
 
 def debug_inlined_funcs_EQ : Joined<["--"], "debug-inlined-funcs=">,
   HelpText<"Print the locations of inlined functions alongside disassembly. "
-           "Supported formats: ascii, unicode (default) and line">,
+           "Supported formats: ascii, line and unicode (default)">,
----------------
gulfemsavrun wrote:

Done.

https://github.com/llvm/llvm-project/pull/142246


More information about the llvm-commits mailing list