Commit 2e7109f
PY-44191 PY-48163 Provide
Now we use the following binaries for `Attach to process`:
Windows:
- `attach_amd64.dll`
- `attach_x86.dll`
(no changes in this commit, no ARM64 support)
Linux:
- `attach_linux_amd64.so`
- `attach_linux_x86.so`
- `attach_linux_aarch64.so`
(the last one was added)
macOS:
- `attach.dylib`
(universal binary containing both arm64 and x86_64 code)
Note, `attach_x86.dylib` was removed and was not merged into the universal binary because Apple dropped support for 32-bit apps in macOS Catalina (10.15). However, there is still obsolete code for macOS i386 in the `pydev` module that should be dropped in the future
GitOrigin-RevId: 51cdf976eaf5580218cf6026849e4da51c9370e6Attach to process binary for Linux AArch64 and universal binary for macOS1 parent 054f99c commit 2e7109f
File tree
11 files changed
+33
-35
lines changed- python/helpers/pydev
- _pydevd_bundle
- pydevd_attach_to_process
- linux_and_mac
11 files changed
+33
-35
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
Lines changed: 12 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
| 290 | + | |
291 | 291 | | |
292 | | - | |
| 292 | + | |
| 293 | + | |
293 | 294 | | |
294 | 295 | | |
295 | 296 | | |
| |||
452 | 453 | | |
453 | 454 | | |
454 | 455 | | |
455 | | - | |
| 456 | + | |
456 | 457 | | |
457 | 458 | | |
458 | | - | |
459 | | - | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
460 | 465 | | |
461 | 466 | | |
462 | 467 | | |
| |||
539 | 544 | | |
540 | 545 | | |
541 | 546 | | |
542 | | - | |
543 | | - | |
| 547 | + | |
544 | 548 | | |
545 | 549 | | |
546 | | - | |
547 | 550 | | |
548 | 551 | | |
549 | | - | |
550 | 552 | | |
551 | 553 | | |
552 | 554 | | |
553 | 555 | | |
554 | | - | |
| 556 | + | |
555 | 557 | | |
556 | 558 | | |
557 | 559 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
6 | 4 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
11 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
Lines changed: 0 additions & 4 deletions
This file was deleted.
0 commit comments