[Lldb-commits] [PATCH] D83582: Fix nesting of #ifdef

2020-07-10 Thread Adrian Prantl via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG851cc2f8f60a: Fix nesting of #ifdef (authored by aprantl). Herald added a project: LLDB. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D83582/new/ https://rev

[Lldb-commits] [PATCH] D83582: Fix nesting of #ifdef

2020-07-10 Thread Davide Italiano via Phabricator via lldb-commits
davide accepted this revision. davide added a comment. This revision is now accepted and ready to land. LGTM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D83582/new/ https://reviews.llvm.org/D83582 ___ lldb-commits mailing list lldb-commits

[Lldb-commits] [PATCH] D83582: Fix nesting of #ifdef

2020-07-10 Thread Adrian Prantl via Phabricator via lldb-commits
aprantl updated this revision to Diff 277122. aprantl added a comment. Also move comment. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D83582/new/ https://reviews.llvm.org/D83582 Files: lldb/tools/debugserver/source/MacOSX/MachProcess.mm Index: lldb/tools/debugserver/source/MacOSX/

[Lldb-commits] [PATCH] D83582: Fix nesting of #ifdef

2020-07-10 Thread Adrian Prantl via Phabricator via lldb-commits
aprantl created this revision. aprantl added a reviewer: friss. Herald added a subscriber: kristof.beyls. This fixes a compile error when building for an arm64 host. https://reviews.llvm.org/D83582 Files: lldb/tools/debugserver/source/MacOSX/MachProcess.mm Index: lldb/tools/debugserver/sour