[PATCH v2] gdb/dap - Add support for additional target types

Simon Farre simon.farre.cx@gmail.com
Wed Jun 14 12:01:47 GMT 2023


> I know this change was focused on remote/extended-remote, but just to
> backup what Tom is suggesting, 'target sim' takes an arbitrary set of
> options, which can vary depending on which simulator is being invoked,
> there's no one single set of arguments.  Thus just passing any argument
> string through from Python to GDB will be best for that target.
>
> Thanks,
> Andrew
>
I see. Yeah, I think that settles it then. I'll update the patch just 
"streamline" through the target string, as it were. This is also closer 
to the initial implementation I had tested on my machine.

Thanks!

Simon



More information about the Gdb-patches mailing list