[Lldb-commits] [PATCH] D62732: [RISCV] Add SystemV ABI

2021-06-04 Thread Jade via Phabricator via lldb-commits
jade added a comment. In D62732#2789409 , @sven wrote: > It seems that the unwind didn't succeed, can you figure out the problem? > my qemu vesion: 4.2.1 > Thanks. Unfortunately, from my last adventures through the lldb codebase in debugging that (see bu

[Lldb-commits] [PATCH] D62732: [RISCV] Add SystemV ABI

2021-04-29 Thread Jade via Phabricator via lldb-commits
jade added a comment. In D62732#2707945 , @jade wrote: > In D62732#2306055 , @labath wrote: > >> ABI plugins are one of the hardest things to test in lldb, particularly >> without actual hardware. That's why we've

[Lldb-commits] [PATCH] D62732: [RISCV] Add SystemV ABI

2021-04-23 Thread Jade via Phabricator via lldb-commits
jade added a comment. In D62732#2306055 , @labath wrote: > ABI plugins are one of the hardest things to test in lldb, particularly > without actual hardware. That's why we've let them be added in the past > without any accompanying tests. The situation i