This changes PtraceWrapper to return an Error, while the actual result is in an pointer parameter
(instead of the other way around). This arrangement makes a lot of the code much simpler.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
source/Plugins/Process/Linux/NativeProcessLinux.h | ||
---|---|---|
145 ↗ | (On Diff #28681) | It seems like every argument besides req could use a default. (0 or nullptr). |