summaryrefslogtreecommitdiff
path: root/gdb/i386-tdep.c
AgeCommit message (Expand)Author
2015-06-11Fix ARI new warnings introduced in i386-tdep.c.Walfred Tedeschi
2015-06-10Add support for bound table in the Intel MPX context.Walfred Tedeschi
2015-05-26Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan
2015-04-13Add support for the x86 XSAVE extended state on FreeBSD/x86.John Baldwin
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves
2015-03-06New common function "startswith"Gary Benson
2015-02-27Do not increment of decrement enumsTom Tromey
2015-02-04Fix internal error when core file section is too bigAndreas Arnez
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-12add gnu_triplet_regexp gdbarch methodTom Tromey
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans
2014-11-12add a default method for gdbarch_skip_permanent_breakpointPedro Alves
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-09-30X86: Migrate from 'regset_from_core_section' to 'iterate_over_regset_sections'Andreas Arnez
2014-09-30Add 'regset' parameter to 'iterate_over_regset_sections_cb'Andreas Arnez
2014-09-02Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-05-22Add new infrun.h header.Pedro Alves
2014-05-21X86: Replace regset_alloc() invocations by static regset structures.Andreas Arnez
2014-05-21Remove 'arch' field from regset structure.Andreas Arnez
2014-04-24Add AVX512 registers support to GDB and GDBserver.Michael Sturm
2014-03-27Remove `expout*' globals from parser-defs.hSergio Durigan Junior
2014-02-26change minsym representationTom Tromey
2014-02-20Fix for PR tdep/16397: SystemTap SDT probe support for x86 doesn't work with ...Sergio Durigan Junior
2014-01-16gdbarch: add instruction predicate methodsMarkus Metzger
2014-01-13replace XCALLOC with XCNEWVEC or XCNEWTom Tromey
2014-01-12Split i386_stap_parse_special_token into smaller functionsSergio Durigan Junior
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-19Mask out PREFIX_ADDR when adding prefix to opcodeH.J. Lu
2013-12-19Properly decode MODRM byte for 64-bitH.J. Lu
2013-12-19Zero-extend address from 32-bit to 64-bit for ADDR32 prefixH.J. Lu
2013-12-19Extend SystemTap SDT probe argument parserSergio Durigan Junior
2013-12-17"tfind" across unavailable-stack frames.Pedro Alves
2013-12-10Use target_read_code in skip_prologue (i386)Yao Qi
2013-11-20Add MPX support for i386Walfred Tedeschi
2013-11-18remove gdb_string.hTom Tromey
2013-07-23gdb/Yao Qi
2013-04-08 * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey
2013-03-13More invalid pointer to pointer conversions.Pedro Alves
2013-03-11Rename record_ prefixes in record-full.h into record_full_.Markus Metzger
2013-03-11Split record.h into record.h and record-full.h.Markus Metzger
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-12-11gdb/Pedro Alves
2012-12-04Fix for incorrect breakpoint set in case of clang compiled binaryKarthik Bhat
2012-11-21Revert previous change to i386-tdep.c.Pedro Alves
2012-11-21Fix for incorrect breakpoint set in case of clang compiled binaryKarthik Bhat
2012-11-12rename frame_register_read into deprecated_frame_register_read.Joel Brobecker