Re: [lldb-dev] RFC: packet to identify a standalone aka firmware binary UUID / location

2021-03-30 Thread Pavel Labath via lldb-dev
On 23/03/2021 07:01, Jason Molenda wrote: Hi, I'm working with an Apple team that has a gdb RSP server for JTAG debugging, and we're working to add the ability for it to tell lldb about the UUID and possibly address of a no-dynamic-linker standalone binary, or firmware binary. Discovery of

Re: [lldb-dev] RFC: packet to identify a standalone aka firmware binary UUID / location

2021-03-24 Thread Greg Clayton via lldb-dev
How about adding the stand alone binary info as new key value pairs to the response to the qHostInfo or qProcessInfo packets? With JTAG you will want to know information about what you are connecting to, so it kind of makes sense here. The responses to a simple a.out mac binary already have

Re: [lldb-dev] RFC: packet to identify a standalone aka firmware binary UUID / location

2021-03-23 Thread Jason Molenda via lldb-dev
> On Mar 23, 2021, at 1:36 PM, Greg Clayton wrote: > > > >> On Mar 22, 2021, at 11:01 PM, Jason Molenda wrote: >> >> Hi, I'm working with an Apple team that has a gdb RSP server for JTAG >> debugging, and we're working to add the ability for it to tell lldb about >> the UUID and possibly

Re: [lldb-dev] RFC: packet to identify a standalone aka firmware binary UUID / location

2021-03-23 Thread Greg Clayton via lldb-dev
> On Mar 22, 2021, at 11:01 PM, Jason Molenda wrote: > > Hi, I'm working with an Apple team that has a gdb RSP server for JTAG > debugging, and we're working to add the ability for it to tell lldb about the > UUID and possibly address of a no-dynamic-linker standalone binary, or > firmware

Re: [lldb-dev] RFC: packet to identify a standalone aka firmware binary UUID / location

2021-03-23 Thread Jason Molenda via lldb-dev
ay, March 23, 2021 1:02 AM >> To: Greg Clayton ; Pavel Labath >> Cc: LLDB >> Subject: [EXT] [lldb-dev] RFC: packet to identify a standalone aka firmware >> binary UUID / location >> >> Hi, I'm working with an Apple team that has a gdb RSP server for JTA

Re: [lldb-dev] RFC: packet to identify a standalone aka firmware binary UUID / location

2021-03-23 Thread Ted Woodward via lldb-dev
db-dev On Behalf Of Jason > Molenda via lldb-dev > Sent: Tuesday, March 23, 2021 1:02 AM > To: Greg Clayton ; Pavel Labath > Cc: LLDB > Subject: [EXT] [lldb-dev] RFC: packet to identify a standalone aka firmware > binary UUID / location > > Hi, I'm working with an Apple

[lldb-dev] RFC: packet to identify a standalone aka firmware binary UUID / location

2021-03-23 Thread Jason Molenda via lldb-dev
Hi, I'm working with an Apple team that has a gdb RSP server for JTAG debugging, and we're working to add the ability for it to tell lldb about the UUID and possibly address of a no-dynamic-linker standalone binary, or firmware binary. Discovery of these today is ad-hoc and each different