labath added inline comments.
Comment at:
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_riscv64.cpp:54
+NativeRegisterContextLinux::DetermineArchitecture(lldb::tid_t tid) {
+ return HostInfo::GetArchitecture();
+}
DavidSpickett wrote:
> On the as
thakis added a comment.
Herald added a subscriber: JDevlieghere.
This helped, thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131667/new/
https://reviews.llvm.org/D131667
___
lldb-commits mailing l
This revision was automatically updated to reflect the committed changes.
Closed by commit rG55e511f9f619: [LLDB][RISCV] Fix risc-v target build
(authored by Emmmer).
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST A