breakpad/src/common/windows
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
..
common_windows.gyp Fix Windows dump_syms x64 linking 2015-03-06 20:12:00 +00:00
dia_util.cc Add parameter --product to symupload.exe 2014-11-17 22:47:05 +00:00
dia_util.h Adding support for 64-bit Windows modules to ms_symbol_server_converter. 2014-04-10 17:54:52 +00:00
guid_string.cc Replace GB_WSU_SAFE_SWPRINTF_TERMINATE with inline code (#145 followup). 2007-04-04 16:13:55 +00:00
guid_string.h Fix Windows client compilation on mingw. 2014-11-03 17:05:39 +00:00
http_upload.cc Support for multiple upload files in CrashReportSender/HTTPUpload 2015-10-06 11:05:12 -04:00
http_upload.h Support for multiple upload files in CrashReportSender/HTTPUpload 2015-10-06 11:05:12 -04:00
omap.cc Fix format warning in omap.cc 2016-03-10 08:51:20 -05:00
omap.h Adding support for 64-bit Windows modules to ms_symbol_server_converter. 2014-04-10 17:54:52 +00:00
omap_internal.h Adding support for 64-bit Windows modules to ms_symbol_server_converter. 2014-04-10 17:54:52 +00:00
omap_unittest.cc Add explicit OMAP support to dump_syms. 2013-05-01 18:18:46 +00:00
pdb_source_line_writer.cc Don't let PDBSourceLineWriter::GetSymbolFunctionName return empty function names 2016-05-16 12:30:59 -04:00
pdb_source_line_writer.h Replace uses of hash_map with unordered_map 2015-02-02 14:05:45 +00:00
string_utils-inl.h Adding support for 64-bit Windows modules to ms_symbol_server_converter. 2014-04-10 17:54:52 +00:00
string_utils.cc Fix Windows client compilation on mingw. 2014-11-03 17:05:39 +00:00