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

Tiancheng Zhang via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 4 09:59:32 PDT 2022


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



More information about the lldb-commits mailing list