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]

STEP and CONTINUE in GDB REMOTE


        Hello all,

        I'm struggling with the Remote Protocol (over TCP, but I guess
that doesn't matter). For the moment I can download my code
onto the (not yet existing --> virtual) target, read registers, write
registers, read code and write code.

So now I arrived for the big job: STEP (single or not) and CONTINUE. The
manual says you have many possibilities to
indicate the target has stopped. For the moment I use: $S05#xx , but
this is just a stub to satisfy GDB.

Can someone explain me (or point me to a good description) the syntax of
'all' the possible responses??
--> $Txxx:yyyy#zzz
--> $Wxxx#yyy
--> $Sxxx#yyy
--> ...

It would be a great help (for me and many others ;-) )

Kind regards,

Jan



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