breakpad/src
jimblandy 6a9ffff696 Breakpad x86 Stack Walker: Pass "out" parameters by address, not reference.
The Google C++ Style Guide requires all parameters passed by reference
to be labeled 'const', and says that pointers should be used for
output arguments. This patch brings google_breakpad::StackwalkerX86
into line.

a=jimblandy, r=mmentovai


git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@510 4c0a9323-5329-0410-9bdc-e9ce6186880e
2010-02-05 17:46:41 +00:00
..
client Move file_id.cc from test_src to lib_src 2010-01-12 19:20:39 +00:00
common Breakpad Linux dumper: Recognize more processor architectures. 2010-02-02 20:19:01 +00:00
google_breakpad Breakpad processor: Make PostfixEvaluator treat the MemoryRegion as const. 2010-02-05 17:17:24 +00:00
processor Breakpad x86 Stack Walker: Pass "out" parameters by address, not reference. 2010-02-05 17:46:41 +00:00
third_party/linux New uploader for Linux with unit tests, and gflags/glog libraries 2009-09-29 21:55:19 +00:00
tools Breakpad Linux symbol dumper: Don't disable asserts. 2010-01-27 19:10:56 +00:00
breakpad_googletest_includes.h Add more error information to minidump processing return code. Also added dependency on google test, and modified minidump processing unit tests to use google test 2009-05-29 00:53:02 +00:00
config.h.in Make build system less annoying (#8) r=bryner 2006-08-30 20:05:05 +00:00