summaryrefslogtreecommitdiffstats
path: root/Modules/_remote_debugging/threads.c
Commit message (Expand)AuthorAgeFilesLines
* gh-138122: Add exception profiling mode to the sampling profiler (#142561)Pablo Galindo Salgado2025-12-111-0/+30
* Silence warning on conversion from uint64_t to uintptr_t in threads.c (#142437)AZero132025-12-091-1/+2
* gh-138122: Fix unused variable warning in threads.c (#142425)Sam Gross2025-12-081-0/+1
* gh-142207: remove assertions incompatible under `profiling.sampling` (#142331)yihong2025-12-081-4/+2
* gh-138122: Don't sample partial frame chains (#141912)Pablo Galindo Salgado2025-12-071-2/+3
* gh-138122: Implement frame caching in RemoteUnwinder to reduce memory reads (...Pablo Galindo Salgado2025-12-061-6/+32
* gh-138122: Split Modules/_remote_debugging_module.c into multiple files (#141...Pablo Galindo Salgado2025-11-251-0/+432