Results 349 comments of Aria Desires

Oh also I added a bare `--minidump=/path/to/minidump` mode, so socc-pair should be a lot more useful to non-mozilla folks.

Could you point me to the code that does function signature normalization? That sounds very interesting.

definitely a +1 on exposing more details to the stackwalkers. at this point we should just have some kind of options/context struct that gets passed in to streamline all the...

i'm more fuzzy on the "stack must grow" stuff, i need to digest that more

> I already wrote this, you removed it. :) WHELP but yeah much like the dwarf support it was a good idea but needed too much TLC. This definitely is...

If we *do* include disassembly stuff, depending on how much it bloats the binary we should definitely consider making it an optional feature. (I still want to believe in the...

A couple other streams are "nearly" ex_lists: * [FunctionTableStream](https://docs.microsoft.com/en-us/windows/win32/api/minidumpapiset/ns-minidumpapiset-minidump_function_table_stream) * TokenStream (not documented, but has MINIDUMP_TOKEN_INFO_HEADER and MINIDUMP_TOKEN_INFO_LIST structs in minidumpapiset.h) I think both of these are muddied because they...

Also HandleOperationListStream is actually kind of cool? It's like MemoryInfoList in that it lets you know if specific Handles (file descriptors) are closed/opened/invalid. Dunno if it's only applicable in really...

Probably this should block on #323, which is complicated, but otherwise this is arguably a good beginner task?

Some experimental notes on --use-minidump-paths=true: * If I use this in minidump-pipeline, it works! * If I use this in mozcrash.py for a local test crash, it works!