summaryrefslogtreecommitdiffstats
path: root/Python/remote_debug.h
Commit message (Expand)AuthorAgeFilesLines
* gh-142627: Ignore anonymous mappings in Linux remote debugging (#142628)Victor Stinner2025-12-121-0/+5
* gh-138122: Implement frame caching in RemoteUnwinder to reduce memory reads (...Pablo Galindo Salgado2025-12-061-0/+109
* gh-138122: Split Modules/_remote_debugging_module.c into multiple files (#141...Pablo Galindo Salgado2025-11-251-4/+4
* gh-139275: Fix compilation of Modules/_remote_debugging_module.c when the sys...Pablo Galindo Salgado2025-09-241-1/+1
* gh-135953: Profile a module or script with sampling profiler (#136777)László Kiss Kollár2025-08-111-6/+28
* gh-135953: Implement sampling tool under profile.sample (#135998)László Kiss Kollár2025-07-101-1/+21
* gh-91048: Revert the memory cache removal for remote debugging (#136440)Pablo Galindo Salgado2025-07-091-0/+78
* gh-91048: Fix external inspection multi-threaded performance (#136005)Pablo Galindo Salgado2025-06-281-78/+0
* Fix warnings `set but not used [-Wunused-but-set-variable]` in remote_debug.h...Chris Eibl2025-06-101-9/+0
* Fix definition of `_Py_RemoteDebug_` symbols for static linking (#135146)Zanie Blue2025-06-101-2/+12
* gh-134876: Add fallback for when process_vm_readv fails with ENOSYS (#134878)Daniel Golding2025-06-071-0/+70
* gh-91048: Add better error messages for remote debugging for CI builds (#134682)Pablo Galindo Salgado2025-05-261-55/+212
* gh-91048: Correct Apple platform includes for iOS. (#134712)Russell Keith-Magee2025-05-261-8/+8
* gh-91048: Refactor and optimize remote debugging module (#134652)Pablo Galindo Salgado2025-05-251-3/+114
* gh-91048: Chain some exceptions in _testexternalinspection.c (#132970)Sergey Miryanov2025-05-021-3/+14
* gh-91048: Fix _testexternalinspection.c on FreeBSD (#132945)Victor Stinner2025-04-251-3/+5
* gh-91048: Refactor _testexternalinspection and add Windows support (#132852)Pablo Galindo Salgado2025-04-251-0/+793