Re: [lldb-dev] gdb-remote protocol questions

2020-01-27 Thread Alexander Zhang via lldb-dev
less packet traffic between > your stub and lldb - recommended.) > > > J > > > > > > On Jan 25, 2020, at 3:08 PM, Alexander Zhang via lldb-dev < > lldb-dev@lists.llvm.org> wrote: > > > > Hi, > > > > I've been implementing a basic

[lldb-dev] gdb-remote protocol questions

2020-01-25 Thread Alexander Zhang via lldb-dev
Hi, I've been implementing a basic RSP protocol server for remotely debugging a MIPS simulator, and have been having some trouble getting certain lldb features to work there, in particular backtraces (bt) and instruction step over (ni). Does someone know what packets these commands rely on to work