aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-07gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki1-1/+1
2017-06-14Don't use print_insn_XXX in GDBYao Qi1-1/+1
2017-04-12gdb: Move DJGPP/go32 bits to their own tdep filePedro Alves1-43/+1
2017-04-12Remove unnecessary set_gdbarch_gnu_triplet_regexp callsPedro Alves1-4/+0
2017-04-12Teach GDB that wchar_t is a built-in type in C++ modePedro Alves1-0/+3
2017-04-05-Wwrite-strings: Constify struct disassemble_info's disassembler_options fieldPedro Alves1-3/+1
2017-03-07amd64-mpx: initialize BND register before performing inferior calls.Walfred Tedeschi1-0/+7
2017-02-24Use I386_MAX_REGISTER_SIZE and M68K_MAX_REGISTER_SIZEAlan Hayward1-3/+3
2017-02-17Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm1-8/+53
2017-02-17Add target description for avx-avx512.Michael Sturm1-2/+5
2017-02-17Rename target descriptions to reflect actual content of description.Michael Sturm1-10/+10
2017-02-06[BZ 21005] Add support for Intel 64 rdrand and rdseed record/replayLuis Machado1-4/+26
2017-02-01[ob/pushed] Use gdb_insn_length instead of creating dummy streamPedro Alves1-6/+1
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