gdbarch: Use an anonymous union for target data in `gdbarch_info'
[external/binutils.git] / gdb / i386-tdep.c
2017-08-07 Maciej W. Rozyckigdbarch: Use an anonymous union for target data in...
2017-06-14 Yao QiDon't use print_insn_XXX in GDB
2017-04-12 Pedro Alvesgdb: Move DJGPP/go32 bits to their own tdep file
2017-04-12 Pedro AlvesRemove unnecessary set_gdbarch_gnu_triplet_regexp calls
2017-04-12 Pedro AlvesTeach GDB that wchar_t is a built-in type in C++ mode
2017-04-05 Pedro Alves-Wwrite-strings: Constify struct disassemble_info's...
2017-03-07 Walfred Tedeschiamd64-mpx: initialize BND register before performing...
2017-02-24 Alan HaywardUse I386_MAX_REGISTER_SIZE and M68K_MAX_REGISTER_SIZE
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-02-06 Luis Machado[BZ 21005] Add support for Intel 64 rdrand and rdseed...
2017-02-01 Pedro Alves[ob/pushed] Use gdb_insn_length instead of creating...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-22 Simon MarchiClass-ify ui_out
2016-11-07 Doug Evansi386-tdep.c (i386_gdbarch_init): Add comments.
2016-11-03 Yao QiRemove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_...
2016-11-03 Yao QiGDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPO...
2016-10-18 Maciej W. Rozyckii386-tdep: Verify architecture before proceeding with...
2016-09-16 Pedro Alvesgdb: Use std::min and std::max throughout
2016-09-06 Ulrich WeigandSupport 128-bit IEEE floating-point types on Intel...
2016-05-08 Trevor Saundersremove trivialy unused variables
2016-04-19 Walfred TedeschiAdd target descriptions for AVX + MPX
2016-04-12 Pedro AlvesDo target_terminal_ours in query & friends instead...
2016-02-18 Walfred TedeschiIntel MPX bound violation handling
2016-02-10 Marcin Koƛcielnickigdb/x86: Implement ax_pseudo_register_collect hook.
2016-01-12 Pedro AlvesRemove trademark acknowledgements throughout
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-14 Andrew Burgessgdb: Use TYPE_LENGTH macro
2015-11-04 Walfred TedeschiImprove error message for MPX bound table examinations.
2015-10-26 Doug EvansPR symtab/17391 gdb internal error: assertion fails...
2015-09-30 Simon Marchigdbarch.h: Change gdbarch_info::tdep_info's type to...
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-07-30 Pierre LangloisRemove isize output argument from fast_tracepoint_valid_at
2015-07-06 Patrick PalkaDon't throw an error in "show mpx bound" implementation
2015-06-24 Gary BensonRemove redundant include directives.
2015-06-12 Walfred TedeschiFix broken GDB build after adding Bound table support...
2015-06-11 Walfred TedeschiFix ARI new warnings introduced in i386-tdep.c.
2015-06-10 Walfred TedeschiAdd support for bound table in the Intel MPX context.
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 Tom TromeyDo not increment of decrement enums
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-12-12 Tom Tromeyadd gnu_triplet_regexp gdbarch method
2014-11-20 Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-11-12 Pedro Alvesadd a default method for gdbarch_skip_permanent_breakpoint
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-09-30 Andreas ArnezX86: Migrate from 'regset_from_core_section' to 'iterat...
2014-09-30 Andreas ArnezAdd 'regset' parameter to 'iterate_over_regset_sections_cb'
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-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-03-27 Sergio Durigan JuniorRemove `expout*' globals from parser-defs.h
2014-02-26 Tom Tromeychange minsym representation
2014-02-20 Sergio Durigan JuniorFix for PR tdep/16397: SystemTap SDT probe support...
2014-01-16 Markus Metzgergdbarch: add instruction predicate methods
2014-01-13 Tom Tromeyreplace XCALLOC with XCNEWVEC or XCNEW
2014-01-12 Sergio Durigan JuniorSplit i386_stap_parse_special_token into smaller functions
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-19 H.J. LuMask out PREFIX_ADDR when adding prefix to opcode
2013-12-19 H.J. LuProperly decode MODRM byte for 64-bit
2013-12-19 H.J. LuZero-extend address from 32-bit to 64-bit for ADDR32...
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 (i386)
2013-11-20 Walfred TedeschiAdd MPX support for i386
2013-11-18 Tom Tromeyremove gdb_string.h
2013-07-23 Yao Qigdb/
2013-04-08 Tom Tromey * minsyms.h (struct bound_minimal_symbol): New.
2013-03-13 Pedro AlvesMore invalid pointer to pointer conversions.
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-31 Aleksandar Ristovski2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-11 Pedro Alvesgdb/
2012-12-04 Karthik BhatFix for incorrect breakpoint set in case of clang compi...
2012-11-21 Pedro AlvesRevert previous change to i386-tdep.c.
2012-11-21 Karthik BhatFix for incorrect breakpoint set in case of clang compi...
2012-11-12 Joel Brobeckerrename frame_register_read into deprecated_frame_regist...
2012-11-09 Yao Qigdb:
2012-10-26 Pedro Alves2012-10-26 Pedro Alves <palves@redhat.com>
2012-10-24 Mark KettenisPR gdb/12783
2012-10-15 H.J. LuRemove sp_regnum_from_eax and pc_regnum_from_eax
2012-07-20 Pedro Alves2012-07-20 Pedro Alves <palves@redhat.com>
2012-07-20 Pedro Alves2012-07-20 Pedro Alves <palves@redhat.com>
2012-07-04 H.J. LuAdd sp_regnum_from_eax/pc_regnum_from_eax to i386 gdbar...
2012-06-18 Jan Kratochvilgdb/
2012-06-13 Mark Kettenis PR tdep/14222
2012-06-13 Mark Kettenis H.J. Lu <hongjiu.lu@intel.com>
2012-05-18 Sergio Durigan Junior2012-05-18 Sergio Durigan Junior <sergiodj@redhat...
2012-05-16 Maciej W. Rozycki gdb/
next