2012-02-09 Valery Khromov <valery.khromov@gmail.com>
authorPedro Alves <palves@redhat.com>
Thu, 9 Feb 2012 16:06:44 +0000 (16:06 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 9 Feb 2012 16:06:44 +0000 (16:06 +0000)
commit1916efaf84a102ab118cda679ab9bf1ba032c993
tree34cbd10b2388cf394e04484fa7ee63217d7e050d
parentf4859d94a05ee84d491fcc2bdb221da6670dbe52
2012-02-09  Valery Khromov  <valery.khromov@gmail.com>

PR gdb/12953
* Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
* amd64bsd-nat.c: Add support for debug registers (adapted from
i386bsd-nat.c).
[HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
(amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
(amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
(amd64bsd_dr_get_control): New functions.
* amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
* amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
[HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
watchpoints initialization.
* config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
gdb/ChangeLog
gdb/Makefile.in
gdb/amd64bsd-nat.c
gdb/amd64bsd-nat.h [new file with mode: 0644]
gdb/amd64fbsd-nat.c
gdb/config/i386/fbsd64.mh
This page took 0.025542 seconds and 4 git commands to generate.