gdb/
authorPedro Alves <palves@redhat.com>
Wed, 26 May 2010 18:19:28 +0000 (18:19 +0000)
committerPedro Alves <palves@redhat.com>
Wed, 26 May 2010 18:19:28 +0000 (18:19 +0000)
commitdde08ee10924b57d4e1c80e40a6a1fe14c93dcb5
tree1d24a9d5f315737edcb115c43f6ae024437126ba
parent0a5b531f15567f9b4d5b5ac6b6e89ee5e8e0e7f0
gdb/
2010-05-26  Pedro Alves  <pedro@codesourcery.com>

* NEWS: Mention the `qRelocInsn' feature.
* gdbarch.sh (relocate_instruction): New.
* amd64-tdep.c (rip_relative_offset): New.
(append_insns): New.
(amd64_relocate_instruction): New.
(amd64_init_abi): Install it.
* i386-tdep.c (append_insns): New.
(i386_relocate_instruction): New.
(i386_gdbarch_init): Install it.
* remote.c (remote_get_noisy_reply): Handle qRelocInsn requests.
* gdbarch.h, gdbarch.c: Regenerate.

gdb/doc/
2010-05-26  Pedro Alves  <pedro@codesourcery.com>

* gdb.texinfo (General Query Packets) <qSupported>: Describe the
`qRelocInsn' feature.
(Relocate instruction reply packet): New subsection
of `Tracepoint Packets'.
(Tracepoint Packets): Mention that packets QTDP and QTStart
support the qRelocInsn request, and add cross reference to new
subsection.
gdb/ChangeLog
gdb/NEWS
gdb/amd64-tdep.c
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/gdbarch.c
gdb/gdbarch.h
gdb/gdbarch.sh
gdb/i386-tdep.c
gdb/remote.c
This page took 0.027028 seconds and 4 git commands to generate.