================
@@ -48,6 +48,14 @@ let Definition = "modulelist" in {
Desc<"Enable on demand symbol loading in LLDB. LLDB will load debug info
on demand for each module based on various conditions (e.g. matched breakpoint,
resolved stack frame addresses and matched global variables/function symbols in
symbol table) to improve performance. Please refer to docs/use/ondemand.rst for
details.">;
}
+let Definition = "modulelist_testing" in {
----------------
medismailben wrote:
nit: I think this could also be gated behind `#ifndef NDEBUG`
https://github.com/llvm/llvm-project/pull/177279
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits