aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-14gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptrSimon Marchi1-2/+3
2020-02-08Move DWARF code to dwarf2/ subdirectoryTom Tromey1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-26Make a bunch of functions staticSimon Marchi1-1/+1
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-3/+3
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-10-17[gdb] Fix typos in commentsTom de Vries1-1/+1
2019-07-17gdb: Remove a non-const reference parameterAndrew Burgess1-14/+11
2019-07-15Use field_string in more placesTom Tromey1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-07-04i386/AArch64: Remove old xml testsAlan Hayward1-24/+0
2019-06-28Adjust i386 registers on SystemTap probes' arguments (PR breakpoints/24541)Sergio Durigan Junior1-0/+29
2019-05-18gdb/fortran: Use floatformats_ia64_quad for fortran 16-byte floatsAndrew Burgess1-1/+3
2019-05-16Bool-ify stap-probe.c and stap-related code on i386-tdep.cSergio Durigan Junior1-31/+31
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-3/+3
2019-04-08Rename gdb exception typesTom Tromey1-3/+3
2019-04-08Rewrite TRY/CATCHTom Tromey1-9/+6
2019-03-12Support the fs_base and gs_base registers on i386.John Baldwin1-8/+25
2019-02-27gdb: Restructure type_align and gdbarch_type_alignAndrew Burgess1-1/+1
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-16Pass return_method to _push_dummy_callAlan Hayward1-2/+3
2018-10-21Introduce gdbarch_num_cooked_regsSimon Marchi1-2/+2
2018-08-13Split size in regset section iteratorsAlan Hayward1-2/+4
2018-05-30Remove regcache_raw_collectSimon Marchi1-1/+1
2018-05-30Remove regcache_raw_supplySimon Marchi1-1/+1
2018-05-30Remove regcache_cooked_writeSimon Marchi1-2/+2
2018-05-30Remove regcache_raw_write_partSimon Marchi1-3/+3
2018-05-30Remove regcache_raw_writeSimon Marchi1-41/+18
2018-05-30Remove regcache_raw_readSimon Marchi1-10/+9
2018-05-04Add fall-through comment to i386-tdep.cTom Tromey1-0/+1
2018-04-30Remove long_long_align_bit gdbarch attributeTom Tromey1-1/+0
2018-04-30Add initial type alignment supportTom Tromey1-0/+26
2018-04-13infrun: step through indirect branch thunksMarkus Metzger1-0/+13
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