Closed
Bug 713240
Opened 13 years ago
Closed 13 years ago
Add Windows stack walking support for the built in profiler
Categories
(Core :: Gecko Profiler, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: BenWa, Unassigned)
References
Details
We most likely want to use StackWalk64. We already have some code in nsStackWalk.h we can re use. It will need a new signature to work on particular thread HANDLE instead of the current thread. I've made an experiment and this worked with the PDBs.
I imagine we will need to have the profiler extension download the PDBs before we can use StackWalk64 but that shouldn't be problem using mozilla and microsoft symbol servers.
Reporter | ||
Updated•13 years ago
|
Reporter | ||
Updated•13 years ago
|
Component: General → Gecko Profiler
QA Contact: general → gecko-profiler
Reporter | ||
Comment 1•13 years ago
|
||
This has already landed in another bug.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•