breakpad/src
Ted Mielczarek 67d5567177 Don't let PDBSourceLineWriter::GetSymbolFunctionName return empty function names
It's possible for `IDiaSymbol::get_name` to return S_OK and provide
and empty string. I haven't figured out the exact root cause yet
(the symbols in question are coming from the Rust standard library),
but FUNC lines with missing function names break the processor and
so we should never do it. This change makes it output "<name omitted>"
which matches the behavior of the DWARF dumping code.

R=mark@chromium.org
BUG=https://bugzilla.mozilla.org/show_bug.cgi?id=1272278

Review URL: https://codereview.chromium.org/1985643004 .
2016-05-16 12:30:59 -04:00
..
build Rename gyp variable use_titlecase_in_grd_files -> use_titlecase_in_grd. 2014-09-10 12:47:46 +00:00
client breakpad: fix unittest errors 2016-05-04 16:48:00 -07:00
common Don't let PDBSourceLineWriter::GetSymbolFunctionName return empty function names 2016-05-16 12:30:59 -04:00
google_breakpad Revert "Write adjusted range back to module" 2016-05-13 12:45:44 -04:00
processor Revert "Write adjusted range back to module" 2016-05-13 12:45:44 -04:00
third_party Replaced glibc version of elf.h with musl version of elf.h. 2016-05-12 14:22:59 -07:00
tools Replaced glibc version of elf.h with musl version of elf.h. 2016-05-12 14:22:59 -07:00
breakpad_googletest_includes.h test: allow use of system gmock/gtest libs 2016-01-25 19:27:56 -05:00
config.h.in Fix a dependency issue in automake 2016-04-12 14:55:18 -04:00