Directly call i386-dregs functions
authorGary Benson <gbenson@redhat.com>
Thu, 19 Jun 2014 09:54:15 +0000 (10:54 +0100)
committerGary Benson <gbenson@redhat.com>
Thu, 19 Jun 2014 09:56:16 +0000 (10:56 +0100)
commit46e3325277e604face2848eec78247826b94d5c9
tree37380b6866af32c0090769e4584e1cd57a033383
parent3a8ee006fb19680c444993a99a4fe3a64dd40a39
Directly call i386-dregs functions

Three target_ops functions in i386-nat.c call other local target_ops
functions.  This commit changes those functions to call the functions
in i386-dregs.c directly.

gdb/
2014-06-19  Gary Benson  <gbenson@redhat.com>

* i386-nat.c (i386_stopped_by_watchpoint):
Use i386_dr_stopped_by_watchpoint.
(i386_insert_hw_breakpoint): Use i386_dr_insert_watchpoint.
(i386_remove_hw_breakpoint): Use i386_dr_remove_watchpoint.
gdb/ChangeLog
gdb/i386-nat.c
This page took 0.025637 seconds and 4 git commands to generate.