[Lldb-commits] [PATCH] D141245: [LLDB][LoongArch] ObjectFile: add a case for `EM_LOONGARCH`

2023-01-08 Thread Hui Li via Phabricator via lldb-commits
lh03061238 created this revision. lh03061238 added reviewers: SixWeining, wangleiat, xen0n, xry111, MaskRay, seehearfeel, DavidSpickett. Herald added a subscriber: emaste. Herald added a project: All. lh03061238 requested review of this revision. Herald added a project: LLDB. Herald added a subscr

[Lldb-commits] [PATCH] D141219: Add a .lldbinit file to autoload LLVM/Clang data formatters

2023-01-08 Thread Alexander Richardson via Phabricator via lldb-commits
arichardson created this revision. arichardson added a reviewer: LLDB. Herald added a project: All. arichardson requested review of this revision. Herald added a project: LLVM. Herald added a subscriber: llvm-commits. This makes it much easier to debug LLVM/Clang when using an IDE such as CLion th