[Lldb-commits] [PATCH] D81612: [lldb/Test] Assert that no targets or global modules remain after a test completes.
Vedant Kumar via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 10 16:41:58 PDT 2020
vsk added inline comments.
================
Comment at: lldb/bindings/interface/SBModule.i:347
+ static uint32_t
+ GetNumberAllocatedModules();
----------------
Can we add a %feature("docstring", ...) blurb about this, advising script authors that it's probably not an API they're interested in?
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81612/new/
https://reviews.llvm.org/D81612
More information about the lldb-commits
mailing list