[Lldb-commits] [lldb] Implement reportsOriginalInstructions GDB remote feature (PR #201176)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 4 03:54:41 PDT 2026
================
@@ -2332,6 +2332,12 @@ class Process : public std::enable_shared_from_this<Process>,
Status ClearBreakpointSiteByID(lldb::user_id_t break_id);
+ /// Check if this process reports the original opcodes when memory is read
+ /// around a breakpoint site. Some debuggers/stubs can provide the original
----------------
DavidSpickett wrote:
can -> do
Just because "can" sounds like we might have to do extra work to get it from them. "do" is closer to "does by default, no extra work needed".
https://github.com/llvm/llvm-project/pull/201176
More information about the lldb-commits
mailing list