================
@@ -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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to