diff options
Diffstat (limited to 'lldb/scripts/interface')
| -rw-r--r-- | lldb/scripts/interface/SBAttachInfo.i | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb/scripts/interface/SBAttachInfo.i b/lldb/scripts/interface/SBAttachInfo.i index e2123eeb435..4c8ef643c90 100644 --- a/lldb/scripts/interface/SBAttachInfo.i +++ b/lldb/scripts/interface/SBAttachInfo.i @@ -18,6 +18,8 @@ public: SBAttachInfo (const char *path, bool wait_for); + SBAttachInfo (const char *path, bool wait_for, bool async); + SBAttachInfo (const lldb::SBAttachInfo &rhs); lldb::pid_t @@ -38,6 +40,9 @@ public: void SetWaitForLaunch (bool b); + void + SetWaitForLaunch (bool b, bool async); + bool GetIgnoreExisting (); |

