-
- Downloads
add gdb scripts to dump the runtime state
In a running gdb process use: source tools/gdb/dump_runtime_state.py to dump the state of all threads, all WSL queues and all worker IoContexts.
parent
1e647338
No related branches found
No related tags found
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- emper/io/IoContext.cpp 27 additions, 0 deletionsemper/io/IoContext.cpp
- emper/io/IoContext.hpp 18 additions, 1 deletionemper/io/IoContext.hpp
- tools/gdb/__init__.py 0 additions, 0 deletionstools/gdb/__init__.py
- tools/gdb/dump_runtime_state.py 213 additions, 0 deletionstools/gdb/dump_runtime_state.py
- tools/gdb/worker_frame_filter.py 40 additions, 0 deletionstools/gdb/worker_frame_filter.py
Loading
Please register or sign in to comment