[Lldb-commits] [PATCH] D128250: [LLDB][RISCV]Add initial support for lldb-server.

2022-07-08 Thread Liao Chunyu via Phabricator via lldb-commits
liaolucy added a comment. I try to build lldb with the patch, but fail: The environment: cat /proc/cpuinfo processor : 0 hart: 2 isa : rv64imafdc mmu : sv39 uarch : sifive,u74-mc llvm commit: d1b098fc

[Lldb-commits] [PATCH] D128250: [LLDB][RISCV]Add initial support for lldb-server.

2022-07-08 Thread Liao Chunyu via Phabricator via lldb-commits
liaolucy added a comment. In D128250#3617617 , @Emmmer wrote: > In D128250#3617409 , @liaolucy > wrote: > >> I try to build lldb with the patch, but fail: >> >> The environment: >> >> cat /proc/cpuinfo >> pr

[Lldb-commits] [PATCH] D128250: [LLDB][RISCV]Add initial support for lldb-server.

2022-07-08 Thread Liao Chunyu via Phabricator via lldb-commits
liaolucy added a comment. Thanks all. Command: -DLLVM_ENABLE_PROJECTS="clang;lldb;lld" , it works. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D128250/new/ https://reviews.llvm.org/D128250 ___ lldb-commits mailing list lldb-commits@lists.ll