tzb99 added a comment. In D128250#3698652 <https://reviews.llvm.org/D128250#3698652>, @Emmmer wrote:
>> Hello: >> >> Thank you so much for sharing the patch files. One thing I am still curious >> is what the ABISysv file you are using. Would you mind also sharing the >> remaining patches added for the lldb-server support? > > I didn't add any ABISysV code before uploading this patch, and now I'm > struggling with the breakpoints not hit problem, and it may be related to > ABISysV. > After I solve this problem, I would love to share all patches added for the > lldb-server support. Cool! There is one thread talking about the RISCV ABI support: https://reviews.llvm.org/D62732. I tried that ABI in the RISCV file but it seems like the same issue happened as yours, the breakpoint cannot be stopped, and the lldb-server cannot show the reasonable stack frame pointer address. So I think the ABI support should be modified. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D128250/new/ https://reviews.llvm.org/D128250 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits