================ @@ -48,14 +48,37 @@ static Status EnsureFDFlags(int fd, int flags) { return error; } +static Status CanTrace() { + Status status; ---------------- devnexen wrote: true https://github.com/llvm/llvm-project/pull/79662