summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.h
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2017-05-24 23:59:50 +0000
committerKamil Rytarowski <n54@gmx.com>2017-05-24 23:59:50 +0000
commit269eec03d6a4a65be91ef24bc297b9d241148c60 (patch)
treeb830128e4917349bda7b8e267d0ef70ab715baeb /lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.h
parent0a429f040e338a1f126bb80e263918d8f8641ff2 (diff)
downloadbcm5719-llvm-269eec03d6a4a65be91ef24bc297b9d241148c60.tar.gz
bcm5719-llvm-269eec03d6a4a65be91ef24bc297b9d241148c60.zip
Correct compiler warnings and Debug build of the NetBSD target
Correct files present only in the NetBSD build. llvm-svn: 303823
Diffstat (limited to 'lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.h')
-rw-r--r--lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.h b/lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.h
index e18ba162e52..758956e3dca 100644
--- a/lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.h
+++ b/lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.h
@@ -115,6 +115,8 @@ private:
// ---------------------------------------------------------------------
NativeProcessNetBSD();
+ bool HasThreadNoLock(lldb::tid_t thread_id);
+
NativeThreadNetBSDSP AddThread(lldb::tid_t thread_id);
Status LaunchInferior(MainLoop &mainloop, ProcessLaunchInfo &launch_info);
OpenPOWER on IntegriCloud