summaryrefslogtreecommitdiff
path: root/gdb/i386-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Support the fs_base and gs_base registers on i386.John Baldwin2019-03-121-8/+25
* gdb: Restructure type_align and gdbarch_type_alignAndrew Burgess2019-02-271-1/+1
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Pass return_method to _push_dummy_callAlan Hayward2018-11-161-2/+3
* Introduce gdbarch_num_cooked_regsSimon Marchi2018-10-211-2/+2
* Split size in regset section iteratorsAlan Hayward2018-08-131-2/+4
* Remove regcache_raw_collectSimon Marchi2018-05-301-1/+1
* Remove regcache_raw_supplySimon Marchi2018-05-301-1/+1
* Remove regcache_cooked_writeSimon Marchi2018-05-301-2/+2
* Remove regcache_raw_write_partSimon Marchi2018-05-301-3/+3
* Remove regcache_raw_writeSimon Marchi2018-05-301-41/+18
* Remove regcache_raw_readSimon Marchi2018-05-301-10/+9
* Add fall-through comment to i386-tdep.cTom Tromey2018-05-041-0/+1
* Remove long_long_align_bit gdbarch attributeTom Tromey2018-04-301-1/+0
* Add initial type alignment supportTom Tromey2018-04-301-0/+26
* infrun: step through indirect branch thunksMarkus Metzger2018-04-131-0/+13
* Remove cleanups from check_fast_tracepoint_salsTom Tromey2018-02-241-5/+5
* class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi2018-02-211-3/+3
* Replace regcache_raw_read with regcache->raw_readYao Qi2018-01-221-39/+27
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-2/+2
* Target FP: Remove convert_typed_floating from tdep filesUlrich Weigand2017-11-061-3/+3
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-6/+6
* Create a displaced_step_closure class hierarchySimon Marchi2017-10-211-5/+7
* Remove simple_displaced_step_copy_insnSimon Marchi2017-10-121-4/+2
* Constify add_prefix_cmdTom Tromey2017-10-111-2/+2
* Constify some commands in i386-tdep.cTom Tromey2017-09-271-2/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Convert the rest x86 target descriptionsYao Qi2017-09-051-35/+40
* Let i386_target_description return tdesc_i386_mmxYao Qi2017-09-041-0/+4
* Use i386_target_description to get tdesc_i386Yao Qi2017-09-041-1/+1
* gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki2017-08-071-1/+1
* Don't use print_insn_XXX in GDBYao Qi2017-06-141-1/+1
* gdb: Move DJGPP/go32 bits to their own tdep filePedro Alves2017-04-121-43/+1
* Remove unnecessary set_gdbarch_gnu_triplet_regexp callsPedro Alves2017-04-121-4/+0
* Teach GDB that wchar_t is a built-in type in C++ modePedro Alves2017-04-121-0/+3
* -Wwrite-strings: Constify struct disassemble_info's disassembler_options fieldPedro Alves2017-04-051-3/+1
* amd64-mpx: initialize BND register before performing inferior calls.Walfred Tedeschi2017-03-071-0/+7
* Use I386_MAX_REGISTER_SIZE and M68K_MAX_REGISTER_SIZEAlan Hayward2017-02-241-3/+3
* Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm2017-02-171-8/+53
* Add target description for avx-avx512.Michael Sturm2017-02-171-2/+5
* Rename target descriptions to reflect actual content of description.Michael Sturm2017-02-171-10/+10
* [BZ 21005] Add support for Intel 64 rdrand and rdseed record/replayLuis Machado2017-02-061-4/+26
* [ob/pushed] Use gdb_insn_length instead of creating dummy streamPedro Alves2017-02-011-6/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-16/+16
* i386-tdep.c (i386_gdbarch_init): Add comments.Doug Evans2016-11-071-2/+6
* Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-3/+6
* GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-8/+3