cpython/Modules/_remote_debugging
Pablo Galindo Salgado dd27e5e679 Extend RemoteUnwinder to capture precise bytecode locations
Introduces LocationInfo struct sequence with end_lineno, col_offset, and
end_col_offset fields. Adds opcodes parameter to RemoteUnwinder that
extracts the currently executing opcode alongside its source span.

Refactors linetable parsing to correctly accumulate line numbers
separately from output values, fixing edge cases in computed_line.
2025-12-03 03:43:00 +00:00
..
clinic Extend RemoteUnwinder to capture precise bytecode locations 2025-12-03 03:43:00 +00:00
_remote_debugging.h Extend RemoteUnwinder to capture precise bytecode locations 2025-12-03 03:43:00 +00:00
asyncio.c
code_objects.c Extend RemoteUnwinder to capture precise bytecode locations 2025-12-03 03:43:00 +00:00
frames.c Extend RemoteUnwinder to capture precise bytecode locations 2025-12-03 03:43:00 +00:00
module.c Extend RemoteUnwinder to capture precise bytecode locations 2025-12-03 03:43:00 +00:00
object_reading.c
threads.c