summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface/SBDebugger.i
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/scripts/Python/interface/SBDebugger.i')
-rw-r--r--lldb/scripts/Python/interface/SBDebugger.i15
1 files changed, 5 insertions, 10 deletions
diff --git a/lldb/scripts/Python/interface/SBDebugger.i b/lldb/scripts/Python/interface/SBDebugger.i
index 6d075ace791..ba1c18914e3 100644
--- a/lldb/scripts/Python/interface/SBDebugger.i
+++ b/lldb/scripts/Python/interface/SBDebugger.i
@@ -292,15 +292,6 @@ public:
void
DispatchInputEndOfFile ();
- void
- PushInputReader (lldb::SBInputReader &reader);
-
- void
- NotifyTopInputReader (lldb::InputReaderAction notification);
-
- bool
- InputReaderIsTopReader (const lldb::SBInputReader &reader);
-
const char *
GetInstanceName ();
@@ -372,7 +363,11 @@ public:
lldb::SBTypeSynthetic
GetSyntheticForType (lldb::SBTypeNameSpecifier);
-
+
+ void
+ RunCommandInterpreter (bool auto_handle_events,
+ bool spawn_thread);
+
}; // class SBDebugger
} // namespace lldb
OpenPOWER on IntegriCloud