aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-3/+3
2020-05-16gdb: add type::name / type::set_nameSimon Marchi1-4/+4
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-13/+13
2020-04-30Use thiscall calling convention for class membersHannes Domani1-7/+28
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-22/+6
2020-02-18Fix build with gcc-4.8.xBernd Edlinger1-1/+2
2020-02-14gdb: introduce displaced_step_closure_up type aliasSimon Marchi1-1/+1
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