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
Event Timeline
source/Plugins/Process/Linux/NativeProcessLinux.h | ||
---|---|---|
145 | It seems like every argument besides req could use a default. (0 or nullptr). |
It seems like every argument besides req could use a default. (0 or nullptr).