mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-01 20:24:40 +01:00
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 . |
||
|---|---|---|
| .. | ||
| common_windows.gyp | ||
| dia_util.cc | ||
| dia_util.h | ||
| guid_string.cc | ||
| guid_string.h | ||
| http_upload.cc | ||
| http_upload.h | ||
| omap.cc | ||
| omap.h | ||
| omap_internal.h | ||
| omap_unittest.cc | ||
| pdb_source_line_writer.cc | ||
| pdb_source_line_writer.h | ||
| string_utils-inl.h | ||
| string_utils.cc | ||