aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-linux-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-21Migrate the x86 MPX handle_segmentation_fault hook to report_signal_info.John Baldwin1-6/+5
2020-02-14gdb: introduce displaced_step_closure_up type aliasSimon Marchi1-2/+3
2020-02-14gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptrSimon Marchi1-3/+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-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-07-15Use field_core_addr in more placesTom Tromey1-3/+3
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-07-04i386/AArch64: Remove old xml testsAlan Hayward1-24/+0
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-03-12Support the fs_base and gs_base registers on i386.John Baldwin1-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-08-13Split size in regset section iteratorsAlan Hayward1-4/+5
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-2/+2
2018-05-30Remove regcache_cooked_readSimon Marchi1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-1/+1
2017-10-21Create a displaced_step_closure class hierarchySimon Marchi1-7/+7
2017-10-12Remove simple_displaced_step_copy_insnSimon Marchi1-3/+3
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-09-05Convert the rest x86 target descriptionsYao Qi1-1/+1
2017-09-05Share i386-linux target description between GDB and GDBserverYao Qi1-34/+2
2017-09-05[GDBserver] Centralize tdesc for i386-linuxYao Qi1-0/+1
2017-08-07gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki1-2/+1
2017-07-26Add "maint check xml-descriptions" to test builtin xml target descriptionsYao Qi1-0/+24
2017-07-26Lazily and dynamically create i386-linux target descriptionsYao Qi1-34/+49
2017-07-26Centralize i386 linux target descriptionsYao Qi1-11/+23
2017-06-10gdbarch: Remove displaced_step_free_closureSimon Marchi1-2/+0
2017-02-17Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm1-4/+5
2017-02-17Add target description for avx-avx512.Michael Sturm1-1/+4
2017-02-17Rename target descriptions to reflect actual content of description.Michael Sturm1-5/+5
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-15/+10
2016-04-19Add target descriptions for AVX + MPXWalfred Tedeschi1-0/+4
2016-02-25Initialize variables in i386_linux_handle_segmentation_faultSimon Marchi1-1/+2
2016-02-18Intel MPX bound violation handlingWalfred Tedeschi1-0/+68
2016-02-02Use linux_get_siginfo_type_with_fields for x86Walfred Tedeschi1-0/+8
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-30gdb/linux-record: Support time, waitpid, pipe syscallsMarcin Kościelnicki1-0/+1
2015-10-30gdb/linux-record: Fix readdir and getdents handlingMarcin Kościelnicki1-2/+1
2015-10-30gdb/linux-record: Fix sizes of sigaction and sigset_tMarcin Kościelnicki1-3/+3
2015-10-30gdb/linux-record: Fix size_[ug]id valuesMarcin Kościelnicki1-2/+2
2015-10-30gdb/linux-record: Remove size_siginfoMarcin Kościelnicki1-1/+0
2015-09-25Add some more casts (1/2)Simon Marchi1-1/+2
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi1-1/+1
2015-07-31Mostly trivial enum fixesSimon Marchi1-1/+1