2 Commits

Author SHA1 Message Date
f6e0c3e59b service/debugger: fix FindLocation with child processes (#3937)
FindLocation should only return a "location not found" error if none of
the attached target processes can find the location.

Fixes #3933
2025-03-13 11:03:45 -07:00
37e44bf603 proc,proc/native: adds ability to automatically debug child processes (#3165)
Adds the ability to automatically debug child processes executed by the
target to the linux native backend.
This commit does not contain user interface or API to access this
functionality.

Updates #2551
2023-02-22 09:26:28 -08:00