Hi LLDB devs,
I'm working on porting LLDB to my own architecture.
I choose to use the target-definition-file(python) to let LLDB support my
architecture based on my situation(already have a workable GDB-stub and the
target is an embedded DSP). The usage:
(lldb) settings set plugin.process.gdb-r
On 12/03/2020 10:50, Rui Hong via lldb-dev wrote:
> Hi LLDB devs,
>
> I'm working on porting LLDB to my own architecture.
> I choose to use the target-definition-file(python) to let LLDB support
> my architecture based on my situation(already have a workable GDB-stub
> and the target is an embedde