aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-04Improve error message for MPX bound table examinations.Walfred Tedeschi1-1/+2
2015-10-26PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans1-5/+17
2015-09-30gdbarch.h: Change gdbarch_info::tdep_info's type to void *Simon Marchi1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-6/+6
2015-09-25Add casts to memory allocation related callsSimon Marchi1-4/+4
2015-07-30Remove isize output argument from fast_tracepoint_valid_atPierre Langlois1-4/+2
2015-07-06Don't throw an error in "show mpx bound" implementationPatrick Palka1-5/+11
2015-06-24Remove redundant include directives.Gary Benson1-2/+0
2015-06-12Fix broken GDB build after adding Bound table support for i386.Walfred Tedeschi1-2/+5
2015-06-11Fix ARI new warnings introduced in i386-tdep.c.Walfred Tedeschi1-2/+2
2015-06-10Add support for bound table in the Intel MPX context.Walfred Tedeschi1-0/+273
2015-05-26Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan1-4/+6
2015-04-13Add support for the x86 XSAVE extended state on FreeBSD/x86.John Baldwin1-0/+19
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-9/+9
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves1-6/+15
2015-03-06New common function "startswith"Gary Benson1-4/+3
2015-02-27Do not increment of decrement enumsTom Tromey1-1/+2
2015-02-04Fix internal error when core file section is too bigAndreas Arnez1-4/+4
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12add gnu_triplet_regexp gdbarch methodTom Tromey1-0/+17
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-7/+8
2014-11-12add a default method for gdbarch_skip_permanent_breakpointPedro Alves1-15/+0
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-09-30X86: Migrate from 'regset_from_core_section' to 'iterate_over_regset_sections'Andreas Arnez1-15/+11
2014-09-30Add 'regset' parameter to 'iterate_over_regset_sections_cb'Andreas Arnez1-35/+7
2014-09-02Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson1-15/+15
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-05-22Add new infrun.h header.Pedro Alves1-0/+1
2014-05-21X86: Replace regset_alloc() invocations by static regset structures.Andreas Arnez1-25/+21
2014-05-21Remove 'arch' field from regset structure.Andreas Arnez1-4/+8
2014-04-24Add AVX512 registers support to GDB and GDBserver.Michael Sturm1-18/+447
2014-03-27Remove `expout*' globals from parser-defs.hSergio Durigan Junior1-41/+47
2014-02-26change minsym representationTom Tromey1-3/+3
2014-02-20Fix for PR tdep/16397: SystemTap SDT probe support for x86 doesn't work with ...Sergio Durigan Junior1-1/+10
2014-01-16gdbarch: add instruction predicate methodsMarkus Metzger1-0/+59
2014-01-13replace XCALLOC with XCNEWVEC or XCNEWTom Tromey1-1/+1
2014-01-12Split i386_stap_parse_special_token into smaller functionsSergio Durigan Junior1-244/+271
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-19Mask out PREFIX_ADDR when adding prefix to opcodeH.J. Lu1-1/+2
2013-12-19Properly decode MODRM byte for 64-bitH.J. Lu1-2/+2
2013-12-19Zero-extend address from 32-bit to 64-bit for ADDR32 prefixH.J. Lu1-0/+7
2013-12-19Extend SystemTap SDT probe argument parserSergio Durigan Junior1-4/+13
2013-12-17"tfind" across unavailable-stack frames.Pedro Alves1-13/+20
2013-12-10Use target_read_code in skip_prologue (i386)Yao Qi1-34/+35
2013-11-20Add MPX support for i386Walfred Tedeschi1-8/+211
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-07-23gdb/Yao Qi1-3/+2
2013-04-08 * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey1-5/+5
2013-03-13More invalid pointer to pointer conversions.Pedro Alves1-5/+17