Automatic date update in version.in
[external/binutils.git] / gdb / amd64-tdep.c
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-16 Alan HaywardPass return_method to _push_dummy_call
2018-10-22 Simon MarchiAllocate buffer with proper size in amd64_pseudo_regist...
2018-07-22 Tom TromeySimple unused variable removals
2018-06-29 Pedro Alvesx86_64-windows GDB crash due to fs_base/gs_base registers
2018-05-30 Simon MarchiRemove regcache_raw_collect
2018-05-30 Simon MarchiRemove regcache_raw_supply
2018-05-30 Simon MarchiRemove regcache_cooked_write
2018-05-30 Simon MarchiRemove regcache_raw_write_part
2018-05-30 Simon MarchiRemove regcache_raw_read_part
2018-05-30 Simon MarchiRemove regcache_raw_write
2018-05-30 Simon MarchiRemove regcache_raw_read
2018-05-08 Andrew Burgessgdb/x86: Handle kernels using compact xsave format
2018-04-13 Markus Metzgerinfrun: step through indirect branch thunks
2018-04-07 Simon MarchiFix generation of x86-64 gdbarch with osabi none (PR...
2018-03-06 Andrew Burgessgdb/amd64: Ignore zero sized fields when calling functions
2018-02-21 Yao Qiclass readable_regcache and pass readable_regcache...
2018-01-22 Yao QiReplace regcache_raw_read with regcache->raw_read
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-04 Pedro AlvesFix displaced-stepping RIP-relative VEX-encoded instruc...
2017-10-25 Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-21 Simon MarchiCreate a displaced_step_closure class hierarchy
2017-09-26 Walfred TedeschiMove GDB producer parsing routines to a separate file
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-05 Yao QiConvert the rest x86 target descriptions
2017-08-09 Yao QiRemove x32 non-linux target descriptions
2017-07-25 Yao QiMake amd64_x32_init_abi and amd64_init_abi argument...
2017-07-13 Pedro AlvesFix x86-64 GNU/Linux crashes
2017-03-20 Artemiy VolkovConvert lvalue reference type check to general referenc...
2017-03-07 Walfred Tedeschiamd64-mpx: initialize BND register before performing...
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-27 Walfred Tedeschiamd64-linux: expose system register FS_BASE and GS_BASE...
2017-01-18 Alan HaywardUse register_size () instead of MAX_REGISTER_SIZE
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-09-16 Pedro Alvesgdb: Use std::min and std::max throughout
2016-08-19 Pedro Alvesx32: gdb: Fix 'call' insn relocation with qRelocInsn
2016-05-08 Trevor Saundersremove trivialy unused variables
2016-04-19 Walfred TedeschiAdd target descriptions for AVX + MPX
2016-02-10 Marcin Koƛcielnickigdb/x86: Implement ax_pseudo_register_collect hook.
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-26 Doug EvansPR symtab/17391 gdb internal error: assertion fails...
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-08-12 Joel Brobecker[amd64] Invalid return address after displaced stepping
2015-05-26 Martin GalvanRename in_function_epilogue_p to stack_frame_destroyed_p
2015-04-13 John BaldwinAdd support for the x86 XSAVE extended state on FreeBSD...
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-07 Pedro AlvesNormalize TRY_CATCH exception handling block
2015-03-06 Gary BensonNew common function "startswith"
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-04 Andreas ArnezFix internal error when core file section is too big
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-28 Pierre MullerFix amd64 dwarf register number mapping (MMX register...
2014-11-20 Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-09-30 Andreas ArnezAdd 'regset' parameter to 'iterate_over_regset_sections_cb'
2014-08-20 Yao QiAdjust comments with example in it
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-05-22 Pedro AlvesAdd new infrun.h header.
2014-05-21 Andreas ArnezX86: Replace regset_alloc() invocations by static regse...
2014-05-21 Andreas ArnezRemove 'arch' field from regset structure.
2014-04-24 Michael SturmAdd AVX512 registers support to GDB and GDBserver.
2014-01-16 Markus Metzgergdbarch: add instruction predicate methods
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-19 Sergio Durigan JuniorExtend SystemTap SDT probe argument parser
2013-12-17 Pedro Alves"tfind" across unavailable-stack frames.
2013-12-10 Yao QiUse target_read_code in skip_prologue (amd64)
2013-11-20 Walfred TedeschiMPX for amd64
2013-09-26 Pierre Muller Replace constant values 8 to 15 by AMD64_R8_REGNUM to
2013-09-24 Joel BrobeckerRevert use of classify callback in i386 gdbarch_tdep.
2013-09-24 Joel BrobeckerRevert use of memory_args_by_pointer in i386 gdbarch_tdep.
2013-09-24 Joel BrobeckerRevert use of integer_param_regs_saved_in_caller_frame...
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-04 Karthik BhatFix for incorrect breakpoint set in case of clang compi...
2012-10-26 Pedro Alves2012-10-26 Pedro Alves <palves@redhat.com>
2012-10-23 Mark KettenisPR gdb/12796
2012-10-15 H.J. LuRemove sp_regnum_from_eax and pc_regnum_from_eax
2012-09-27 Siddhesh Poyarekar * amd64-tdep.c (amd64_return_value): Revert...
2012-09-26 Siddhesh Poyarekar * amd64-tdep.c (amd64_return_value): Use TYPE_L...
2012-09-25 Siddhesh Poyarekar * ada-valprint.c (ada_val_print_1): Eliminate single-use
2012-07-04 H.J. LuAdd sp_regnum_from_eax/pc_regnum_from_eax to i386 gdbar...
2012-06-16 H.J. LuAdd and use amd64_x32_analyze_stack_align
2012-06-16 H.J. LuCheck bits_per_word instead of gdbarch_ptr_bit
2012-06-13 Mark Kettenis H.J. Lu <hongjiu.lu@intel.com>
2012-05-16 Maciej W. Rozycki gdb/
2012-05-14 H.J. LuCall initialize_tdesc_x32/initialize_tdesc_x32_avx
2012-05-07 Mark Kettenis H.J. Lu <hongjiu.lu@intel.com>
2012-04-27 Sergio Durigan Junior2012-04-27 Sergio Durigan Junior <sergiodj@redhat...
2012-04-06 Doug Evans * amd64-tdep.c (amd64_analyze_prologue): Recognize...
2012-03-20 Yao Qigdb/
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-12-11 Andrey Smirnov* amd64-tdep.c (amd64_get_unused_input_int_reg): Rename...
2011-12-05 Andrey Smirnov* amd64-tdep.c (amd64_push_dummy_call): Remove nested...
2011-11-09 Yao Qigdb/
2011-09-27 Stan Shebs Add return address collection for tracepoints.
2011-09-13 Jan Kratochvilgdb/
2011-09-09 Jan Kratochvilgdb/
next