breakpad/src
thestig@chromium.org d4f5ca2275 minidump-2-core: Allow user to override shared lib basedir.
This CL introduces "--sobasedir" command-line option to minidump-2-core.
By default, paths to shared lib files included in generated core file are
formatted as "/var/lib/breakpad/[GUID]libFoobar.so". By using "--sobasedir",
this will be "[user-supplied-path]libFoobar.so".

This option can be used to ease debugging minidump files from developer's local
builds. By specifying "minidump-2-core --sobasedir `pwd`/out/Debug/lib/
foobar.mdmp", user can load the generated core file in gdb without setting up
the symlinks for "/var/lib/breakpad".

BUG=None
A=kouhei@chromium.org

Original code review: https://breakpad.appspot.com/1214002/

R=kouhei@chromium.org

Review URL: https://breakpad.appspot.com/1584002

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1317 4c0a9323-5329-0410-9bdc-e9ce6186880e
2014-04-18 20:59:16 +00:00
..
build Moving directory 'build' one level up as it collides with a file named 'BUILD' which happens to be in that same location in the Google source depot. 2014-04-10 17:37:20 +00:00
client Fill in CPU info in mini-dump for Arm64. 2014-04-11 14:41:14 +00:00
common Change the way function and public symbols are obtained to use the findChildren DIA function. 2014-04-16 22:50:28 +00:00
google_breakpad Process minidumps generated on ARM64 in iOS apps. 2013-11-23 01:45:20 +00:00
processor Fix warnings from the Windows build. 2013-12-17 22:21:40 +00:00
third_party First cut at adding arm64 Linux / Android support to Breakpad. 2014-04-02 23:12:40 +00:00
tools minidump-2-core: Allow user to override shared lib basedir. 2014-04-18 20:59:16 +00:00
breakpad_googletest_includes.h disable unittests under ASAN that use memory crashes 2013-12-11 05:38:34 +00:00
config.h.in Use AM_MAINTAINER_MODE so configure supports --enable-maintainer-mode 2013-12-10 12:28:11 +00:00