Re: [lldb-dev] LLDB problem about building with Python

2020-03-12 Thread Pavel Labath via lldb-dev
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

[lldb-dev] LLDB problem about building with Python

2020-03-12 Thread Rui Hong via lldb-dev
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