diff options
Diffstat (limited to 'lldb/source/Plugins/Process/POSIX/ProcessPOSIX.h')
-rw-r--r-- | lldb/source/Plugins/Process/POSIX/ProcessPOSIX.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.h b/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.h index 080b089243e..790041be321 100644 --- a/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.h +++ b/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.h @@ -79,6 +79,9 @@ public: DoDestroy(); virtual void + DoDidExec(); + + virtual void RefreshStateAfterStop(); virtual bool |