aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows/crash_generation/client_info.h
diff options
context:
space:
mode:
authordoshimun <doshimun@4c0a9323-5329-0410-9bdc-e9ce6186880e>2008-05-07 21:54:12 +0000
committerdoshimun <doshimun@4c0a9323-5329-0410-9bdc-e9ce6186880e>2008-05-07 21:54:12 +0000
commit8602aa71ecba32d26985bdbbddc8e618ca203ff9 (patch)
treef48d6367dc8c520a762cf4ee541de68e13758613 /src/client/windows/crash_generation/client_info.h
parentBug fix for issue 263: mach_vm_region_recurse calls have invalid parameter sp... (diff)
downloadbreakpad-8602aa71ecba32d26985bdbbddc8e618ca203ff9.tar.xz
Some style guide compliance changes and changed the prototype of the method to get custom client info in ClientInfo class.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@270 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/windows/crash_generation/client_info.h')
-rw-r--r--src/client/windows/crash_generation/client_info.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/windows/crash_generation/client_info.h b/src/client/windows/crash_generation/client_info.h
index db3f05e9..f203b83d 100644
--- a/src/client/windows/crash_generation/client_info.h
+++ b/src/client/windows/crash_generation/client_info.h
@@ -88,10 +88,12 @@ class ClientInfo {
bool Initialize();
bool GetClientExceptionInfo(EXCEPTION_POINTERS** ex_info) const;
bool GetClientThreadId(DWORD* thread_id) const;
+
// Reads the custom information from the client process address space.
bool PopulateCustomInfo();
+
// Returns the client custom information.
- int GetCustomInfo(CustomInfoEntry const** custom_info) const;
+ const CustomClientInfo& GetCustomInfo() const;
private:
// Crash generation server.