summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/POSIX/POSIXThread.h
diff options
context:
space:
mode:
authorMatt Kopec <Matt.Kopec@intel.com>2013-10-09 19:39:55 +0000
committerMatt Kopec <Matt.Kopec@intel.com>2013-10-09 19:39:55 +0000
commit718be877f88fa2fba5fb4f207d110177cf0d2eea (patch)
tree794968bbb4d1702c5c3a095e449259840a8afa3c /lldb/source/Plugins/Process/POSIX/POSIXThread.h
parentdc7c73c604e08bf165504fd4dd7d71d0a4eb32a6 (diff)
downloadbcm5719-llvm-718be877f88fa2fba5fb4f207d110177cf0d2eea.tar.gz
bcm5719-llvm-718be877f88fa2fba5fb4f207d110177cf0d2eea.zip
Add exec support for Linux including common support for POSIX.
llvm-svn: 192319
Diffstat (limited to 'lldb/source/Plugins/Process/POSIX/POSIXThread.h')
-rw-r--r--lldb/source/Plugins/Process/POSIX/POSIXThread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/POSIX/POSIXThread.h b/lldb/source/Plugins/Process/POSIX/POSIXThread.h
index 66104c7332e..5490f1f1ea5 100644
--- a/lldb/source/Plugins/Process/POSIX/POSIXThread.h
+++ b/lldb/source/Plugins/Process/POSIX/POSIXThread.h
@@ -123,6 +123,7 @@ protected:
void CrashNotify(const ProcessMessage &message);
void ThreadNotify(const ProcessMessage &message);
void ExitNotify(const ProcessMessage &message);
+ void ExecNotify(const ProcessMessage &message);
lldb_private::Unwind *
GetUnwinder();
OpenPOWER on IntegriCloud