Skip to content

src: refactor win32 `DebugProcess()` to use RAII cleanup

Rodrigo Muino Tomonari requested to merge github/fork/addaleax/debug-raii into master

Prefer more idiomatic C++ cleanup code over goto.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes (This was not written on Windows so CI will have to tell)
  • commit message follows commit guidelines

Merge request reports

Loading