diff options
Diffstat (limited to 'scripts/interface/SBDebugger.i')
| -rw-r--r-- | scripts/interface/SBDebugger.i | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/interface/SBDebugger.i b/scripts/interface/SBDebugger.i index 9f746d36348c..8ac2c51e12fe 100644 --- a/scripts/interface/SBDebugger.i +++ b/scripts/interface/SBDebugger.i @@ -320,6 +320,8 @@ public: static const char * StateAsCString (lldb::StateType state); + static SBStructuredData GetBuildConfiguration(); + static bool StateIsRunningState (lldb::StateType state); |
