[Lldb-commits] [lldb] [lldb-dap] assembly breakpoints (PR #139969)

Ely Ronnen via lldb-commits lldb-commits at lists.llvm.org
Sun May 18 01:30:09 PDT 2025


================
@@ -219,6 +221,9 @@ struct DAP {
   llvm::StringSet<> modules;
   /// @}
 
+  /// Number of lines of assembly code to show when no debug info is available.
+  uint32_t number_of_assembly_lines_for_nodebug = 32;
----------------
eronnen wrote:

:100: 

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


More information about the lldb-commits mailing list