Bug 1861359 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Yannis Juglaret [:yannis] from comment #0)
> On Windows, debuggers rely on Timestamp and ImageSize to collect a DLL from a debug server before using it to walk the stacks of threads, using [what Breakpad calls the `code_id`, which is derived from those](https://searchfox.org/mozilla-central/source/toolkit/crashreporter/google-breakpad/src/processor/minidump.cc#2040-2049).

Since we're talking about `xul.dll` I guess from looking at other bugs that we may be relying on the PDB GUID (aka `debug_id`) directly since it should be available, so I guess that this information is mismatched as well.
(In reply to Yannis Juglaret [:yannis] from comment #0)
> On Windows, debuggers rely on Timestamp and ImageSize to collect a DLL from a debug server before using it to walk the stacks of threads, using [what Breakpad calls the `code_id`, which is derived from those](https://searchfox.org/mozilla-central/source/toolkit/crashreporter/google-breakpad/src/processor/minidump.cc#2040-2049).

Since we're talking about `xul.dll` I guess from looking at other bugs that we may be relying on the PDB GUID (aka `debug_id`) directly since it should be available, so this information is probably mismatched as well.

Back to Bug 1861359 Comment 1