OSDN Git Service

* jit.c (jit_read_descriptor): New arg gdbarch, all callers updated.
authorDoug Evans <dje@google.com>
Fri, 21 Aug 2009 18:54:44 +0000 (18:54 +0000)
committerDoug Evans <dje@google.com>
Fri, 21 Aug 2009 18:54:44 +0000 (18:54 +0000)
commitd11b2c1424dbf9257fa5017950e1b104a3074bd3
tree3f41a5ae9db40a9480d29da0d1857e7aa31b6b7f
parentb13ad1061a37f7414723f9f253bc3682b6cb6622
* jit.c (jit_read_descriptor): New arg gdbarch, all callers updated.
(jit_read_code_entry, jit_register_code): Ditto.
(jit_event_handler): Ditto.
(jit_inferior_init): Renamed from previous jit_inferior_created_hook.
(jit_inferior_created_hook, jit_breakpoint_re_set): New functions.
(jit_inferior_created_observer): Renamed from
jit_inferior_created_hook1, all callers updated.
* jit.h (jit_breakpoint_re_set): Declare.
(jit_event_handler): Update prototype.
* breakpoint.c (breakpoint_re_set): Call jit_breakpoint_re_set instead
of jit_inferior_created_hook.
gdb/ChangeLog
gdb/breakpoint.c
gdb/infrun.c
gdb/jit.c
gdb/jit.h