[Lldb-commits] [PATCH] D89124: [lldb-server][linux] Add ability to allocate memory

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 14 11:46:50 PDT 2020


labath added a comment.

It looks like the windows lldb-server implementation does not support all permission combinations (`ConvertLldbToWinApiProtect` in `ProcessDebugger.cpp`). I've xfailed the test for now -- I'll try to add the missing bits tomorrow.

I've also messed up the decorators on one of the tests.

a1ab2b77 <https://reviews.llvm.org/rGa1ab2b773b6d78ec71edfebd2474c403cbe77977> should get that green again, I hope.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89124/new/

https://reviews.llvm.org/D89124



More information about the lldb-commits mailing list