[Lldb-commits] [lldb] [lldb] Support disassembling discontinuous functions (PR #126505)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 10 06:08:54 PST 2025
================
@@ -82,20 +82,25 @@
# CHECK-NEXT: (lldb) disassemble --name case2
# CHECK-NEXT: command-disassemble.s.tmp`n1::case2:
# CHECK-NEXT: command-disassemble.s.tmp[0x2044] <+0>: int $0x32
-# CHECK-NEXT: warning: Not disassembling a range because it is very large [0x0000000000002046-0x0000000000004046). To disassemble specify an instruction count limit, start/stop addresses or use the --force option.
+# CHECK-NEXT: warning: Not disassembling a function because it is very large [0x0000000000002046-0x0000000000004046). To disassemble specify an instruction count limit, start/stop addresses or use the --force option.
----------------
DavidSpickett wrote:
Would be nice if this was `function "name"` but not in the scope of this PR.
https://github.com/llvm/llvm-project/pull/126505
More information about the lldb-commits
mailing list