[Lldb-commits] [lldb] [lldb-dap] Enabling instruction breakpoint support to lldb-dap. (PR #105278)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 26 11:12:39 PDT 2024
================
@@ -996,4 +996,33 @@ void DAP::SetThreadFormat(llvm::StringRef format) {
}
}
+InstructionBreakpoint *
+DAP::GetInstructionBreakpoint(const lldb::break_id_t bp_id) {
+
----------------
walter-erquinigo wrote:
The empty line :) Just to keep consistency with the rest of the codebase.
https://github.com/llvm/llvm-project/pull/105278
More information about the lldb-commits
mailing list