Fix crash with empty Rust enum
[external/binutils.git] / gdb / i386-linux-tdep.c
2018-08-28 Alan HaywardSplit size in regset section iterators
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-05-30 Simon MarchiRemove regcache_cooked_read
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-25 Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-21 Simon MarchiCreate a displaced_step_closure class hierarchy
2017-10-13 Simon MarchiRemove simple_displaced_step_copy_insn
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-05 Yao QiConvert the rest x86 target descriptions
2017-09-05 Yao QiShare i386-linux target description between GDB and...
2017-09-05 Yao Qi[GDBserver] Centralize tdesc for i386-linux
2017-08-07 Maciej W. Rozyckigdbarch: Use an anonymous union for target data in...
2017-07-26 Yao QiAdd "maint check xml-descriptions" to test builtin...
2017-07-26 Yao QiLazily and dynamically create i386-linux target descrip...
2017-07-26 Yao QiCentralize i386 linux target descriptions
2017-06-09 Simon Marchigdbarch: Remove displaced_step_free_closure
2017-02-17 Michael SturmAdd support for Intel PKRU register to GDB and GDBserver.
2017-02-17 Michael SturmAdd target description for avx-avx512.
2017-02-17 Michael SturmRename target descriptions to reflect actual content...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-22 Simon MarchiClass-ify ui_out
2016-04-19 Walfred TedeschiAdd target descriptions for AVX + MPX
2016-02-25 Simon MarchiInitialize variables in i386_linux_handle_segmentation_...
2016-02-18 Walfred TedeschiIntel MPX bound violation handling
2016-02-02 Walfred TedeschiUse linux_get_siginfo_type_with_fields for x86
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-30 Marcin Kościelnickigdb/linux-record: Support time, waitpid, pipe syscalls
2015-10-30 Marcin Kościelnickigdb/linux-record: Fix readdir and getdents handling
2015-10-30 Marcin Kościelnickigdb/linux-record: Fix sizes of sigaction and sigset_t
2015-10-30 Marcin Kościelnickigdb/linux-record: Fix size_[ug]id values
2015-10-30 Marcin Kościelnickigdb/linux-record: Remove size_siginfo
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-08-06 Simon MarchiAdd casts for legitimate integer to enum conversions
2015-07-31 Simon MarchiMostly trivial enum fixes
2015-06-24 Yao QiCall set_gdbarch_get_siginfo_type in linux_init_abi
2015-06-24 Gary BensonRemove redundant include directives.
2015-04-10 Pedro AlvesPR13858 - Can't do displaced stepping with no symbols
2015-02-04 Andreas Arnezx86: Use correct .reg-xstate section size
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-20 Sergio Durigan JuniorPartial fix for PR breakpoints/10737: Make syscall...
2014-09-30 Andreas ArnezAdd 'regset' parameter to 'iterate_over_regset_sections_cb'
2014-09-30 Andreas ArnezReplace 'core_regset_sections' by iterator method
2014-09-02 Gary BensonRename 32- and 64-bit Intel files from "i386" to "x86"
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-04-24 Michael SturmAdd AVX512 registers support to GDB and GDBserver.
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-20 Walfred TedeschiAdd MPX support for i386
2013-11-18 Tom Tromeyremove gdb_string.h
2013-07-23 Yao Qigdb/
2013-03-11 Markus MetzgerRename record_ prefixes in record-full.h into record_full_.
2013-03-11 Markus MetzgerSplit record.h into record.h and record-full.h.
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-05-24 Pedro Alvesgdb/
2012-03-02 Jan Kratochvilgdb/
2012-03-01 Pedro Alves2012-03-01 Pedro Alves <palves@redhat.com>
2012-02-29 Jan Kratochvilgdb/
2012-02-29 Jan Kratochvilgdb/
2012-02-02 Doug Evans * blockframe.c (find_pc_partial_function_gnu_ifunc...
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-01-09 Michael Snyder2011-01-08 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-08-04 Pedro Alves * corelow.c (core_pid_to_str): Default to using normal...
2010-06-22 Doug Evans * i386-tdep.h (i386_displaced_step_copy_insn): Declare.
2010-04-22 H.J. LuRemove regmap from i386-linux-nat.c.
2010-04-21 H.J. LuProperly read i386 coredump.
2010-04-20 Mark Kettenis* i386-linux-tdep.c (i386_linux_regset_sections): Size...
2010-04-13 Mark Kettenis* i386-linux-tdep.c (i386_linux_regset_sections): Remov...
2010-04-08 H.J. LuSupport i386 without SSE.
2010-04-07 H.J. LuSupport i386 AVX.
2010-03-01 H.J. LuEnable XML target descriptions for x86.
2010-01-04 Ulrich Weigand * regset.h (struct core_regset_section): Add HUMAN_NAME.
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-09-21 Hui Zhu2009-09-21 Hui Zhu <teawater@gmail.com>
2009-09-15 Sergio Durigan JuniorImplementing catch syscall.
2009-09-08 Michael Snyder2009-09-08 Michael Snyder <msnyder@vmware.com>
2009-08-10 Hui Zhu2009-08-10 Hui Zhu <teawater@gmail.com>
2009-07-02 Ulrich Weigand * defs.h (extract_signed_integer, extract_unsigned_int...
2009-05-24 Hui Zhu * i386-linux-tdep.c (I386_LINUX_RECORD_SIZE_*,
2009-05-22 Hui Zhu Add sys_fcntl argument interfaces to linux_record_tdep.
2009-05-17 Hui Zhu* i386-tdep.c (i386_process_record): Make it extern.
2009-04-30 Hui ZhuI386 Linux process record and replay support.
2009-02-06 Pedro Alves2009-02-06 Pedro Alves <pedro@codesourcery.com>
2009-01-03 Joel Brobecker Updated copyright notices for most files.
2008-05-24 Carlos Eduardo Seo * gdbarch.sh: Added new gdbarch struct
2008-05-02 Pedro Alves Implement displaced stepping.
2008-04-30 Daniel Jacobowitz Update i386 and amd64 ports for unwinder changes.
2008-04-30 Daniel Jacobowitz * dwarf2-frame.c (read_reg): Expect this_frame in...
2008-01-01 Daniel Jacobowitz Updated copyright notices for most files.
2007-11-02 Ulrich Weigand2007-11-02 Markus Deuling <deuling@de.ibm.com>
2007-10-19 Ulrich Weigand * gdbarch.sh (sofun_address_maybe_missing): New gdbarc...
2007-08-23 Joel Brobecker Switch the license of all .c files to GPLv3.
2007-06-15 Ulrich Weigand * gdbarch.sh (read_pc): Add REGCACHE argument. Remove...
2007-01-09 Daniel JacobowitzCopyright updates for 2007.
2006-11-28 Ulrich Weigand * config/tm-linux.h: Delete file.
2006-04-20 Elena ZannoniThis commit was generated by cvs2svn to track changes...
2005-12-17 Eli Zaretskii * breakpoint.c:
2005-05-08 Mark Kettenis* i386-linux-tdep.c (linux_sigtramp_code, linux_rt_sigt...
2005-03-31 Kevin Buettner * gdbarch.sh (fetch_tls_load_module_address): New...
2005-02-11 Andrew Cagney2005-02-10 Andrew Cagney <cagney@gnu.org>
2004-11-09 Andrew Cagney2004-11-09 Andrew Cagney <cagney@gnu.org>
next