This is the mail archive of the gdb@sources.redhat.com 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]

Re: command line interface


> 
>    Does the communication between gdb and compiled-in target simulator follow any rules? for example,there is "remote debug interface " between gdb and ARMulator,and "remote serial protocol"between gdb and remote target.
> the compiled-in simulator receive the command from gdb command line interface and return the info to gdb.how to deal with the procedure?Is there any protocol? 

`it depends'

A few, but not many, simulators allow sim specific commands via the
`sim' command prefix.  The MIPS is one, I don't think the arm is one though.

Andrew



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]