[Lldb-commits] [lldb] [LLDB][Part 3] Support enabling/disabling InstrumentationRuntime plugins in an debug session (PR #193334)

Dan Liew via lldb-commits lldb-commits at lists.llvm.org
Thu May 14 15:46:56 PDT 2026


================
@@ -6538,6 +6538,58 @@ Process::GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type) {
     return (*pos).second;
 }
 
+llvm::Error
+Process::SetInstrumentationRuntimeEnabled(InstrumentationRuntimeType irt,
+                                          bool enabled) {
+  assert(IsAlive());
----------------
delcypher wrote:

Good catch.

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


More information about the lldb-commits mailing list