llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
28.53k stars 11.79k forks source link

LLDB LoongArch support #112693

Open SixWeining opened 3 hours ago

SixWeining commented 3 hours ago

To make LoongArch support in LLDB as good as possible, we have these things to do at least:

Supplements are welcome.

SixWeining commented 3 hours ago

cc @kasperk81 @DavidSpickett @lawn123 @shushanhf

llvmbot commented 1 hour ago

@llvm/issue-subscribers-lldb

Author: Lu Weining (SixWeining)

To make LoongArch support in LLDB as good as possible, we have these things to do at least: - [ ] core dump debugging - [ ] function calls support in lldb expressions - [ ] unwind plan in ABI plugin - [ ] watch point / hardware breakpoint - [ ] vector support Supplements are welcome.