New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable taking stack snapshots of other threads: The Windows edition #22204

Open
gterzian opened this Issue Nov 15, 2018 · 0 comments

Comments

Projects
None yet
2 participants
@gterzian
Collaborator

gterzian commented Nov 15, 2018

Follow up on #16740

Code in components/background_hang_monitor/sampler.rs(yet to be merged from #21673)

The code contains currently mainly empty function with pointers(no-pun intended) to potentially useful functions in winapi.

I believe target arch would be x86_64.

See also the Gecko implementation at https://dxr.mozilla.org/mozilla-central/rev/b0b856065d5b7ad2996f707e6e797d0d72afd803/tools/profiler/core/platform-win32.cpp

@jdm jdm added the P-windows label Nov 15, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment