DavidSpickett accepted this revision. DavidSpickett added a comment. This revision is now accepted and ready to land.
One minor comment otherwise LGTM. `[LLDB]` tag in the commit title please :) ================ Comment at: lldb/source/Target/Process.cpp:2371 + if (triple.isAArch64() || triple.isArmMClass() || triple.isARM()) + reported_after = false; + ---------------- Combine these into one and if you feel like it, `return false` instead. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D143215/new/ https://reviews.llvm.org/D143215 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits