aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-30gdb: introduce displaced_debug_printfSimon Marchi1-42/+20
2020-09-18gdb: Update i386_analyze_prologue to skip endbr32Victor Collod1-0/+19
2020-09-17Change management of tdesc_arch_dataTom Tromey1-6/+4
2020-09-14Apply 'const' in more placesTom Tromey1-12/+12
2020-09-14gdb: remove TYPE_VECTORSimon Marchi1-1/+1
2020-09-14gdb: add type::is_vector / type::set_is_vectorSimon Marchi1-3/+3
2020-09-11Add bfloat16 support for AVX512 register view.Felix Willgerodt1-0/+9
2020-09-11i386-tdep: Fix naming in zmm and ymm type descriptions.Felix Willgerodt1-14/+14
2020-09-03Support printing of 16 byte real/complex type for Flang compilerAlok Kumar Sharma1-1/+3
2020-08-20Fix for incorrect breakpoint set in case of flang compiled binaryAlok Kumar Sharma1-3/+5
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-3/+3
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