summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Windows/IDebugDelegate.h
diff options
context:
space:
mode:
authorAdrian McCarthy <amccarth@google.com>2015-05-18 23:24:32 +0000
committerAdrian McCarthy <amccarth@google.com>2015-05-18 23:24:32 +0000
commit2f8e4c3bf9caa1ce9b4330a12540df1abc651750 (patch)
tree5b7494d0498b8d2b7efa54f58daaa8dc9e6d6fd5 /lldb/source/Plugins/Process/Windows/IDebugDelegate.h
parentcd6615fd7186e397b4318d8b77c82b9de52ed45f (diff)
downloadbcm5719-llvm-2f8e4c3bf9caa1ce9b4330a12540df1abc651750.tar.gz
bcm5719-llvm-2f8e4c3bf9caa1ce9b4330a12540df1abc651750.zip
Enable debugging of multithreaded programs on Windows.
llvm-svn: 237637
Diffstat (limited to 'lldb/source/Plugins/Process/Windows/IDebugDelegate.h')
-rw-r--r--lldb/source/Plugins/Process/Windows/IDebugDelegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Windows/IDebugDelegate.h b/lldb/source/Plugins/Process/Windows/IDebugDelegate.h
index 4efe1932919..6d864de7ed4 100644
--- a/lldb/source/Plugins/Process/Windows/IDebugDelegate.h
+++ b/lldb/source/Plugins/Process/Windows/IDebugDelegate.h
@@ -35,7 +35,7 @@ class IDebugDelegate
virtual void OnDebuggerConnected(lldb::addr_t image_base) = 0;
virtual ExceptionResult OnDebugException(bool first_chance, const ExceptionRecord &record) = 0;
virtual void OnCreateThread(const HostThread &thread) = 0;
- virtual void OnExitThread(const HostThread &thread) = 0;
+ virtual void OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) = 0;
virtual void OnLoadDll(const ModuleSpec &module_spec, lldb::addr_t module_addr) = 0;
virtual void OnUnloadDll(lldb::addr_t module_addr) = 0;
virtual void OnDebugString(const std::string &string) = 0;
OpenPOWER on IntegriCloud