lh03061238 added a comment. In D139833#3990635 <https://reviews.llvm.org/D139833#3990635>, @SixWeining wrote:
> 1. Does the directory `lldb/source/Plugins/Instruction/LoongArch/` target > both `LoongArch64` and `LoongArch32`? Yes, both LoongArch64 and LoongArch32 are supported in EmulateInstructionLoongArch I will modify it to distinguish between LoongArch64 and LoongArch32 operations. thank you. > 2. Will you handle floating pointer branching instructions `bceqz` and > `bcnez` in future? Yes, floating-point branch instructions Will be added After more test, for now add the most commonly used branch instructions. thank you. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D139833/new/ https://reviews.llvm.org/D139833 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits