FindLocation should only return a "location not found" error if none of the attached target processes can find the location. Fixes #3933
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