diff options
Diffstat (limited to 'lldb/scripts/Python/interface/SBDebugger.i')
-rw-r--r-- | lldb/scripts/Python/interface/SBDebugger.i | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/scripts/Python/interface/SBDebugger.i b/lldb/scripts/Python/interface/SBDebugger.i index 5048a83d0ec..465c856f393 100644 --- a/lldb/scripts/Python/interface/SBDebugger.i +++ b/lldb/scripts/Python/interface/SBDebugger.i @@ -119,6 +119,9 @@ public: static lldb::SBDebugger Create(); + static lldb::SBDebugger + Create(bool source_init_files); + static void Destroy (lldb::SBDebugger &debugger); @@ -262,6 +265,9 @@ public: static bool StateIsStoppedState (lldb::StateType state); + bool + EnableLog (const char *channel, const char ** types); + void DispatchInput (void *baton, const void *data, size_t data_len); |