summaryrefslogtreecommitdiff
path: root/gdb/i386-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i386-tdep: Verify architecture before proceeding with `set/show mpx'Maciej W. Rozycki2016-10-181-2/+4
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-2/+3
* Support 128-bit IEEE floating-point types on Intel and PowerUlrich Weigand2016-09-061-0/+20
* remove trivialy unused variablesTrevor Saunders2016-05-071-4/+1
* Add target descriptions for AVX + MPXWalfred Tedeschi2016-04-191-0/+4
* Do target_terminal_ours in query & friends instead of in all callersPedro Alves2016-04-121-37/+12
* Intel MPX bound violation handlingWalfred Tedeschi2016-02-181-3/+1
* gdb/x86: Implement ax_pseudo_register_collect hook.Marcin Koƛcielnicki2016-02-101-6/+84
* Remove trademark acknowledgements throughoutPedro Alves2016-01-121-4/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* gdb: Use TYPE_LENGTH macroAndrew Burgess2015-12-141-4/+5
* Improve error message for MPX bound table examinations.Walfred Tedeschi2015-11-041-1/+2
* PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans2015-10-261-5/+17
* gdbarch.h: Change gdbarch_info::tdep_info's type to void *Simon Marchi2015-09-301-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-6/+6
* Add casts to memory allocation related callsSimon Marchi2015-09-251-4/+4
* Remove isize output argument from fast_tracepoint_valid_atPierre Langlois2015-07-301-4/+2
* Don't throw an error in "show mpx bound" implementationPatrick Palka2015-07-061-5/+11
* Remove redundant include directives.Gary Benson2015-06-241-2/+0
* Fix broken GDB build after adding Bound table support for i386.Walfred Tedeschi2015-06-121-2/+5