aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-linux-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-07gdb: make gdbarch_register_reggroup_p take a const reggroup *Andrew Burgess1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-4/+4
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29Use correct stream for process record outputTom Tromey1-3/+4
2021-12-03gdb: make extract_integer take an array_viewSimon Marchi1-1/+1
2021-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi1-2/+2
2021-08-17gdb: Don't assume r_ldsomap when r_version > 1 on LinuxH.J. Lu1-1/+1
2021-01-19Convert some frame functions to use gdb::array_view.Luis Machado1-5/+5
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04gdb: make displaced stepping implementation capable of managing multiple buffersSimon Marchi1-1/+1
2020-12-04gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi1-3/+1
2020-12-04gdb: rename displaced_step_closure to displaced_step_copy_insn_closureSimon Marchi1-13/+14
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-10/+10
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