We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cfa2ae commit b1b72a9Copy full SHA for b1b72a9
peps/pep-0778.rst
@@ -179,6 +179,7 @@ Attachment Protocol
179
When a debugger wants to attach to a Python process, it follows these steps:
180
181
1. Locate ``PyRuntime`` structure in the process:
182
+
183
- Find Python binary (executable or libpython) in process memory (OS dependent process)
184
- Extract ``.PyRuntime`` section offset from binary's format (ELF/Mach-O/PE)
185
- Calculate the actual ``PyRuntime`` address in the running process by relocating the offset to the binary's load address
0 commit comments