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]

remote serial protocol


Dear all,



I have a question related remote serial protocol used in gdb and gdbserver
communication.

The command

                            Read Registers (g)

                            Ex:

                                          [gdb]  $g#67

                                          [target]
+0123456789abcdef0123456789..#xx



issued by gdb to request the values of all target registers. The target
replies with a single message containing ordered register values packed
end-to-end.



I wanted to know the ordering of the registers. Where it is documented?


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