[lldb/Reproducers] Add missing instrumentation for SBFile
This was properly captured by the instrumentation framework when running TestRunCommandInterpreterAPI.py in capture-mode.
This commit is contained in:
@@ -117,7 +117,10 @@ namespace lldb_private {
|
||||
namespace repro {
|
||||
|
||||
template <> void RegisterMethods<SBFile>(Registry &R) {
|
||||
|
||||
LLDB_REGISTER_CONSTRUCTOR(SBFile, ());
|
||||
LLDB_REGISTER_CONSTRUCTOR(SBFile, (FileSP));
|
||||
LLDB_REGISTER_CONSTRUCTOR(SBFile, (FILE *, bool));
|
||||
LLDB_REGISTER_CONSTRUCTOR(SBFile, (int, const char *, bool));
|
||||
LLDB_REGISTER_METHOD(lldb::SBError, SBFile, Flush, ());
|
||||
LLDB_REGISTER_METHOD_CONST(bool, SBFile, IsValid, ());
|
||||
LLDB_REGISTER_METHOD_CONST(bool, SBFile, operator bool,());
|
||||
|
||||
Reference in New Issue
Block a user