[Lldb-commits] [lldb] [lldb-dap] Enabling instruction breakpoint support to lldb-dap. (PR #105278)

Santhosh Kumar Ellendula via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 26 10:58:41 PDT 2024


================
@@ -996,4 +996,33 @@ void DAP::SetThreadFormat(llvm::StringRef format) {
   }
 }
 
+InstructionBreakpoint *
+DAP::GetInstructionBreakpoint(const lldb::break_id_t bp_id) {
+
----------------
santhoshe447 wrote:

I did not understand this.

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


More information about the lldb-commits mailing list