aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-tdep.c
AgeCommit message (Expand)Author
2017-06-14Don't use print_insn_XXX in GDBYao Qi
2017-04-12gdb: Move DJGPP/go32 bits to their own tdep filePedro Alves
2017-04-12Remove unnecessary set_gdbarch_gnu_triplet_regexp callsPedro Alves
2017-04-12Teach GDB that wchar_t is a built-in type in C++ modePedro Alves
2017-04-05-Wwrite-strings: Constify struct disassemble_info's disassembler_options fieldPedro Alves
2017-03-07amd64-mpx: initialize BND register before performing inferior calls.Walfred Tedeschi
2017-02-24Use I386_MAX_REGISTER_SIZE and M68K_MAX_REGISTER_SIZEAlan Hayward
2017-02-17Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm
2017-02-17Add target description for avx-avx512.Michael Sturm
2017-02-17Rename target descriptions to reflect actual content of description.Michael Sturm
2017-02-06[BZ 21005] Add support for Intel 64 rdrand and rdseed record/replayLuis Machado
2017-02-01[ob/pushed] Use gdb_insn_length instead of creating dummy streamPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-11-07i386-tdep.c (i386_gdbarch_init): Add comments.Doug Evans
2016-11-03Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi
2016-11-03GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi
2016-10-18i386-tdep: Verify architecture before proceeding with `set/show mpx'Maciej W. Rozycki
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-09-06Support 128-bit IEEE floating-point types on Intel and PowerUlrich Weigand
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-04-19Add target descriptions for AVX + MPXWalfred Tedeschi
2016-04-12Do target_terminal_ours in query & friends instead of in all callersPedro Alves
2016-02-18Intel MPX bound violation handlingWalfred Tedeschi
2016-02-10gdb/x86: Implement ax_pseudo_register_collect hook.Marcin Koƛcielnicki
2016-01-12Remove trademark acknowledgements throughoutPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-12-14gdb: Use TYPE_LENGTH macroAndrew Burgess
2015-11-04Improve error message for MPX bound table examinations.Walfred Tedeschi
2015-10-26PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans
2015-09-30gdbarch.h: Change gdbarch_info::tdep_info's type to void *Simon Marchi
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-07-30Remove isize output argument from fast_tracepoint_valid_atPierre Langlois
2015-07-06Don't throw an error in "show mpx bound" implementationPatrick Palka
2015-06-24Remove redundant include directives.Gary Benson
2015-06-12Fix broken GDB build after adding Bound table support for i386.Walfred Tedeschi
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