mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
ef75b07c68
Currently, dump_syms does not look at public symbols if the object file has debug info. This may cause it to skip some symbols that do not have .debug_info section. Notably we see this at bionic routines implemented in assembly. Details can be found at [1]. Apply patch [2] to enable dump_syms read public symbols even when DWARF debug info is found. [1] http://tinyurl.com/k3pxw5l [2] https://breakpad.appspot.com/9684002/ |
||
---|---|---|
.. | ||
breakpad-patches | ||
breakpad-windows-libxul | ||
breakpad-windows-standalone | ||
client | ||
content | ||
docs | ||
google-breakpad | ||
injector | ||
test | ||
tools | ||
crashreporter.mozbuild | ||
CrashReports.jsm | ||
CrashSubmit.jsm | ||
InjectCrashReporter.cpp | ||
InjectCrashReporter.h | ||
jar.mn | ||
KeyValueParser.jsm | ||
LoadLibraryRemote.cpp | ||
LoadLibraryRemote.h | ||
mac_utils.h | ||
mac_utils.mm | ||
Makefile.in | ||
moz.build | ||
nsExceptionHandler.cpp | ||
nsExceptionHandler.h | ||
update-breakpad.sh |