[Lldb-commits] [PATCH] D95602: [lldb][AArch64] Add MTE memory tag reading to lldb
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 16 08:16:10 PDT 2021
DavidSpickett marked 2 inline comments as done.
DavidSpickett added inline comments.
================
Comment at: lldb/include/lldb/Target/Process.h:2749
+ /// Check whether the remote supports memory tagging.
+ ///
----------------
omjavaid wrote:
> By remote you mean gdb-remote process? This probably will be generic routine used by other platforms.
> in context of lldb we dont have remote rather platforms where gdb-remote is a type of platform.
I forgot to say, I changed this to "process", I think that's ok.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95602/new/
https://reviews.llvm.org/D95602
More information about the lldb-commits
mailing list