[Lldb-commits] [lldb] r207161 - Missed this file with the r207160 commit.
Jason Molenda
jmolenda at apple.com
Thu Apr 24 17:02:12 PDT 2014
Author: jmolenda
Date: Thu Apr 24 19:02:11 2014
New Revision: 207161
URL: http://llvm.org/viewvc/llvm-project?rev=207161&view=rev
Log:
Missed this file with the r207160 commit.
Modified:
lldb/trunk/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h
Modified: lldb/trunk/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h?rev=207161&r1=207160&r2=207161&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h (original)
+++ lldb/trunk/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h Thu Apr 24 19:02:11 2014
@@ -41,6 +41,9 @@ public:
virtual lldb::queue_id_t
GetQueueID ();
+ virtual lldb::QueueSP
+ GetQueue ();
+
lldb::addr_t
GetQueueLibdispatchQueueAddress ();
More information about the lldb-commits
mailing list