aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-linux-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-08-28gdb: Update x86 Linux architectures to support XSAVE layouts.John Baldwin1-30/+36
2023-06-05[gdb] Fix more typosTom de Vries1-2/+2
2023-02-27Catch gdb_exception_error instead of gdb_exception (in many places)Kevin Buettner1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-5/+5
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess1-2/+2
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