Skip to content

Commit b1b72a9

Browse files
pablogsalhugovk
andauthored
Update pep-0778.rst
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 8cfa2ae commit b1b72a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

peps/pep-0778.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ Attachment Protocol
179179
When a debugger wants to attach to a Python process, it follows these steps:
180180

181181
1. Locate ``PyRuntime`` structure in the process:
182+
182183
- Find Python binary (executable or libpython) in process memory (OS dependent process)
183184
- Extract ``.PyRuntime`` section offset from binary's format (ELF/Mach-O/PE)
184185
- Calculate the actual ``PyRuntime`` address in the running process by relocating the offset to the binary's load address

0 commit comments

Comments
 (0)