aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-24Remove cleanups from check_fast_tracepoint_salsTom Tromey1-5/+5
2018-02-21class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi1-3/+3
2018-01-22Replace regcache_raw_read with regcache->raw_readYao Qi1-39/+27
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-2/+2
2017-11-06Target FP: Remove convert_typed_floating from tdep filesUlrich Weigand1-3/+3
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-6/+6
2017-10-21Create a displaced_step_closure class hierarchySimon Marchi1-5/+7
2017-10-12Remove simple_displaced_step_copy_insnSimon Marchi1-4/+2
2017-10-11Constify add_prefix_cmdTom Tromey1-2/+2
2017-09-27Constify some commands in i386-tdep.cTom Tromey1-2/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-09-05Convert the rest x86 target descriptionsYao Qi1-35/+40
2017-09-04Let i386_target_description return tdesc_i386_mmxYao Qi1-0/+4
2017-09-04Use i386_target_description to get tdesc_i386Yao Qi1-1/+1
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