Move common ::DebugProcess() implementation shared by Linux and NetBSD
(and to be shared by FreeBSD shortly) into PlatformPOSIX, and move
the old base implementation used only by Darwin to PlatformDarwin.
Details
Details
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
230 ms | linux > Clang.Driver::riscv-cpus.c |
Event Timeline
Comment Actions
@labath, I've tested it on Linux so far. I'm currently building on NetBSD.
@JDevlieghere, could you test this on Darwin? Alternatively, it's quite simple so I can wait for buildbots to complain after pushing ;-).
Comment Actions
This looks good, thanks. I don't think we need to do any special kind of testing on macos for this.