OSDN Git Service

2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
authorppluzhnikov <ppluzhnikov>
Mon, 31 Jan 2011 21:43:12 +0000 (21:43 +0000)
committerppluzhnikov <ppluzhnikov>
Mon, 31 Jan 2011 21:43:12 +0000 (21:43 +0000)
commitd00fe55ca5c11301ed5cfa6bb2f5609ba8807bca
treec35d9c4e491f452276fa483bc7f4c80e067ec884
parent837b6b977d8242e3e72200e50ef210b977533aeb
2011-01-31  Paul Pluzhnikov  <ppluzhnikov@google.com>

* breakpoint.h (remove_jit_event_breakpoints): New prototype.
* breakpoint.c (remove_jit_event_breakpoints): New function.
* jit.c (jit_descriptor_addr): Delete.
(registering_code): Delete.
(clear_int): Delete.
(jit_inferior_data): New variable.
(struct jit_inferior_data): New type.
(get_jit_inferior_data): New function.
(jit_inferior_data_cleanup): New function.
(jit_read_descriptor): Adjust.
(jit_register_code): Adjust.
(jit_breakpoint_re_set_internal): New function; move code here ...
(jit_inferior_init): ... from here.
(jit_breakpoint_re_set): Adjust.
(jit_reset_inferior_data_and_breakpoints): New function.
(jit_inferior_created_observer): Adjust.
(jit_inferior_exit_hook): Adjust.
(jit_executable_changed_observer): New function.
(jit_event_handler): Adjust.
(_initialize_jit): Adjust.
gdb/ChangeLog