aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/handler/dynamic_images.h
diff options
context:
space:
mode:
authornealsid <nealsid@4c0a9323-5329-0410-9bdc-e9ce6186880e>2008-04-12 01:16:18 +0000
committernealsid <nealsid@4c0a9323-5329-0410-9bdc-e9ce6186880e>2008-04-12 01:16:18 +0000
commitb0d807666f3ab5af581e4687eba31717bbde86d5 (patch)
treed153190e24bad5b8617e34c4cd8942d819d42449 /src/client/mac/handler/dynamic_images.h
parentAdd a parameter to CrashGenerationServer to let the callers set the (diff)
downloadbreakpad-b0d807666f3ab5af581e4687eba31717bbde86d5.tar.xz
Issue 254: The problem is that nlist() is compiled out of libc in
64-bit builds of Leopard. I ported the code over myself and will check it into the Breakpad tree until we decide there's a better longer-term solution. If you want to diff the changes, the Apple source is in libc/gen/nlist.c(I used 498 from 10.5.2). git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@259 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/mac/handler/dynamic_images.h')
-rw-r--r--src/client/mac/handler/dynamic_images.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/mac/handler/dynamic_images.h b/src/client/mac/handler/dynamic_images.h
index e780eeb1..f8e68110 100644
--- a/src/client/mac/handler/dynamic_images.h
+++ b/src/client/mac/handler/dynamic_images.h
@@ -77,7 +77,6 @@ typedef mach_header breakpad_mach_header;
typedef segment_command breakpad_mach_segment_command;
#endif
-
//==============================================================================
// A simple wrapper for a mach_header
//
@@ -296,6 +295,7 @@ class DynamicImages {
// Initialization
void ReadImageInfoForTask();
+ void* GetDyldAllImageInfosPointer();
mach_port_t task_;
vector<DynamicImageRef> image_list_;