Markus Stange
Markus Stange
How would you compute this value in threads with interleaved samples?
Oh, interesting.
Well, somewhat - with a tid you could draw separate stack charts, maybe split the stack chart vertically into N horizontal bands, one band for each thread. The tid would...
Interesting, I did not know that the devtools were using requestAnimationFrame in the content in order to get refresh driver information. The problem with requestAnimationFrame is that it affects what...
Is this format intended as a long term storage format, or as a "caching" format similar to the symcache format, where the cache files need to be regenerated from the...
Or, alternatively, we could keep everything the way it is today, and anyone who wants to use CodeIds to interact with symbol servers will need to do some post processing...
Maybe one option would be to allow zero addresses for relocatable objects, similar to what's done here: https://github.com/getsentry/symbolic/blob/6711360964fc7ae09e59e77108834bfa8ef4ee9a/symbolic-debuginfo/src/dwarf.rs#L487-L489
My `c++filt` came with macOS 10.15, "GNU c++filt 070207 20070207". The symbols are produced by the macOS compiler builds installed by `mach bootstrap`, `clang++ --version` says `clang version 9.0.1`.
It's useful information, but I don't think I need it for my use case - I could treat addresses "between" functions differently, but I'm not sure what kind of treatment...