diff options
author | Matt Kopec <Matt.Kopec@intel.com> | 2013-10-09 19:39:55 +0000 |
---|---|---|
committer | Matt Kopec <Matt.Kopec@intel.com> | 2013-10-09 19:39:55 +0000 |
commit | 718be877f88fa2fba5fb4f207d110177cf0d2eea (patch) | |
tree | 794968bbb4d1702c5c3a095e449259840a8afa3c /lldb/source/Plugins/Process/POSIX/POSIXThread.h | |
parent | dc7c73c604e08bf165504fd4dd7d71d0a4eb32a6 (diff) | |
download | bcm5719-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.h | 1 |
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(); |