[Lldb-commits] [lldb] [llvm] [lldb-dap] Support column breakpoints (PR #113787)

David Blaikie via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 28 08:46:29 PDT 2024


================
@@ -78,7 +78,7 @@ class DWARFDebugLine {
     /// The maximum number of individual operations that may be encoded in an
     /// instruction.
     uint8_t MaxOpsPerInst;
-    /// The initial value of theis_stmtregister.
+    /// The initial value of the is_stmt register.
----------------
dwblaikie wrote:

Could you commit this unrelated change separately (doesn't need precommit review/a PR, can be pushed directly if you have commit access)

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


More information about the lldb-commits mailing list