[Lldb-commits] [lldb] r197632 - Fix return type of ReadLibdispatchOffsetsAddress.
Jason Molenda
jmolenda at apple.com
Wed Dec 18 16:10:23 PST 2013
Author: jmolenda
Date: Wed Dec 18 18:10:23 2013
New Revision: 197632
URL: http://llvm.org/viewvc/llvm-project?rev=197632&view=rev
Log:
Fix return type of ReadLibdispatchOffsetsAddress.
Modified:
lldb/trunk/source/Plugins/Platform/MacOSX/PlatformDarwin.h
Modified: lldb/trunk/source/Plugins/Platform/MacOSX/PlatformDarwin.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Platform/MacOSX/PlatformDarwin.h?rev=197632&r1=197631&r2=197632&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Platform/MacOSX/PlatformDarwin.h (original)
+++ lldb/trunk/source/Plugins/Platform/MacOSX/PlatformDarwin.h Wed Dec 18 18:10:23 2013
@@ -135,7 +135,7 @@ public:
protected:
- lldb::addr_t
+ void
ReadLibdispatchOffsetsAddress (lldb_private::Process *process);
void
More information about the lldb-commits
mailing list