aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-16/+16
2016-11-07i386-tdep.c (i386_gdbarch_init): Add comments.Doug Evans1-2/+6
2016-11-03Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi1-3/+6
2016-11-03GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi1-8/+3
2016-10-18i386-tdep: Verify architecture before proceeding with `set/show mpx'Maciej W. Rozycki1-2/+4
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-2/+3
2016-09-06Support 128-bit IEEE floating-point types on Intel and PowerUlrich Weigand1-0/+20
2016-05-07remove trivialy unused variablesTrevor Saunders1-4/+1
2016-04-19Add target descriptions for AVX + MPXWalfred Tedeschi1-0/+4
2016-04-12Do target_terminal_ours in query & friends instead of in all callersPedro Alves1-37/+12
2016-02-18Intel MPX bound violation handlingWalfred Tedeschi1-3/+1
2016-02-10gdb/x86: Implement ax_pseudo_register_collect hook.Marcin Koƛcielnicki1-6/+84
2016-01-12Remove trademark acknowledgements throughoutPedro Alves1-4/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-14gdb: Use TYPE_LENGTH macroAndrew Burgess1-4/+5
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