llvm / llvm-project

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

LLDB LoongArch support #112693

Open SixWeining opened 1 month ago

SixWeining commented 1 month ago

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

Supplements are welcome.

SixWeining commented 1 month ago

cc @kasperk81 @DavidSpickett @lawn123 @shushanhf

llvmbot commented 1 month 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.