diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 963ca04..2129d6f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2014-03-03 Tom Tromey <tromey@redhat.com> + * elfread.c (probe_key): Change to bfd_data. + (elf_get_probes, probe_key_free, _initialize_elfread): Probes are + now per-BFD, not per-objfile. + * stap-probe.c (stap_probe_destroy): Update comment. + (handle_stap_probe): Allocate on the per-BFD obstack. + +2014-03-03 Tom Tromey <tromey@redhat.com> + * break-catch-throw.c (fetch_probe_arguments): Use bound probes. * breakpoint.c (create_longjmp_master_breakpoint): Use get_probe_address. |