* 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)
commit0756c555b50ddcf995a00701cb6897efd3cc2f90
treee7924433a53350c5728f901f2c3fdd09c79f5cd4
parent3db741efb7056cc5720fce6303962042d2da3ec9
* 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
This page took 0.025781 seconds and 4 git commands to generate.