This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
hello,
I'm thinking that there should be some test that checks for "use_gdb_stub" or "gdb_protocol". But of course you have to set those in your board file too.
just the point of view of a 'gdb beginner', but why don't you rely a bit more on the target abstraction? maybe adding a "to_is_remote_target" in the 'struct target_ops' is too complicated,
but what about testing if the 'remote' target has been pushed on the current target stack?
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |