infrun: step through indirect branch thunks
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 6ed9d6c4f6965c22de8ff793107ef6d7a6b12691..f379680b2cb7c8722aba82dbe63ef376de2f3b11 100644 (file)
@@ -1,3 +1,74 @@
+2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * infrun.c (process_event_stop_test): Call
+       gdbarch_in_indirect_branch_thunk.
+       * gdbarch.sh (in_indirect_branch_thunk): New.
+       * gdbarch.c: Regenerated.
+       * gdbarch.h: Regenerated.
+       * x86-tdep.h: New.
+       * x86-tdep.c: New.
+       * Makefile.in (ALL_TARGET_OBS): Add x86-tdep.o.
+       (HFILES_NO_SRCDIR): Add x86-tdep.h.
+       (ALLDEPFILES): Add x86-tdep.c.
+       * arch-utils.h (default_in_indirect_branch_thunk): New.
+       * arch-utils.c (default_in_indirect_branch_thunk): New.
+       * i386-tdep: Include x86-tdep.h.
+       (i386_in_indirect_branch_thunk): New.
+       (i386_elf_init_abi): Set in_indirect_branch_thunk gdbarch
+       function.
+       * amd64-tdep: Include x86-tdep.h.
+       (amd64_in_indirect_branch_thunk): New.
+       (amd64_init_abi): Set in_indirect_branch_thunk gdbarch function.
+
+2018-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR gdb/23053
+       * dwarf-index-write.c (data_buf::grow) (write_one_signatured_type)
+       (recursively_write_psymbols) (debug_names::recursively_write_psymbols)
+       (debug_names::write_one_signatured_type): Fix -D_GLIBCXX_DEBUG
+       regression.
+
+2018-04-12  Tom Tromey  <tom@tromey.com>
+
+       * rust-lang.c (rust_print_struct_def): Remove univariant code.
+       (rust_evaluate_subexp): Likewise.
+
+2018-04-12  Pedro Alves  <palves@redhat.com>
+
+       * procfs.c (procfs_detach): Make forward declaration's prototype
+       match definition's protototype.
+       (proc_get_LDT_entry): Remove stale do_cleanups call.
+
+2018-04-12  Pedro Alves  <palves@redhat.com>
+
+       * target.h (target_ops::to_has_exited): Delete.
+       (target_has_exited): Delete.
+       * target-delegates.c: Regenerate.
+
+2018-04-11  Pedro Alves  <palves@redhat.com>
+
+       * target.c (fileio_fh_t::t): Add comment.
+       (target_fileio_pwrite, target_fileio_pread, target_fileio_fstat)
+       (target_fileio_close): Handle a NULL target.
+       (invalidate_fileio_fh): New.
+       (target_close): Call it.
+       * remote.c (remote_hostio_send_command): No longer check whether
+       remote_desc is open.
+
+2018-04-11  Pedro Alves  <palves@redhat.com>
+
+       * target.c (fileio_fh_t): Make it a named struct instead of a
+       typedef.
+       (fileio_fh_t::is_closed): New method.
+       (DEF_VEC_O (fileio_fh_t)): Remove.
+       (fileio_fhandles): Now a std::vector.
+       (is_closed_fileio_fh): Delete.
+       (acquire_fileio_fd): Adjust.  Rename parameters.
+       (release_fileio_fd): Adjust.
+       (fileio_fd_to_fh): Reimplement as a function instead of a macro.
+       (target_fileio_pwrite, target_fileio_pread, target_fileio_fstat)
+       (target_fileio_close): Adjust.
+
 2018-04-10  Simon Marchi  <simon.marchi@ericsson.com>
 
        * auto-load.c (auto_load_safe_path_vec_update): Iterate by
This page took 0.026088 seconds and 4 git commands to generate.