summaryrefslogtreecommitdiff
path: root/gdb/i386-linux-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Catch gdb_exception_error instead of gdb_exception (in many places)Kevin Buettner2023-02-271-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-5/+5
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-2/+2
* gdb: make gdbarch_register_reggroup_p take a const reggroup *Andrew Burgess2022-04-071-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-4/+4
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Use correct stream for process record outputTom Tromey2021-12-291-3/+4
* gdb: make extract_integer take an array_viewSimon Marchi2021-12-031-1/+1
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-2/+2
* gdb: Don't assume r_ldsomap when r_version > 1 on LinuxH.J. Lu2021-08-171-1/+1
* Convert some frame functions to use gdb::array_view.Luis Machado2021-01-191-5/+5
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: make displaced stepping implementation capable of managing multiple buffersSimon Marchi2020-12-041-1/+1
* gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi2020-12-041-3/+1
* gdb: rename displaced_step_closure to displaced_step_copy_insn_closureSimon Marchi2020-12-041-13/+14
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-10/+10
* Migrate the x86 MPX handle_segmentation_fault hook to report_signal_info.John Baldwin2020-07-211-6/+5
* gdb: introduce displaced_step_closure_up type aliasSimon Marchi2020-02-141-2/+3
* gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptrSimon Marchi2020-02-141-3/+3
* Move DWARF code to dwarf2/ subdirectoryTom Tromey2020-02-081-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-1/+1
* Use field_core_addr in more placesTom Tromey2019-07-151-3/+3
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* i386/AArch64: Remove old xml testsAlan Hayward2019-07-041-24/+0
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Support the fs_base and gs_base registers on i386.John Baldwin2019-03-121-1/+1
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Split size in regset section iteratorsAlan Hayward2018-08-131-4/+5
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-2/+2
* Remove regcache_cooked_readSimon Marchi2018-05-301-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-1/+1
* Create a displaced_step_closure class hierarchySimon Marchi2017-10-211-7/+7
* Remove simple_displaced_step_copy_insnSimon Marchi2017-10-121-3/+3
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Convert the rest x86 target descriptionsYao Qi2017-09-051-1/+1
* Share i386-linux target description between GDB and GDBserverYao Qi2017-09-051-34/+2
* [GDBserver] Centralize tdesc for i386-linuxYao Qi2017-09-051-0/+1
* gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki2017-08-071-2/+1
* Add "maint check xml-descriptions" to test builtin xml target descriptionsYao Qi2017-07-261-0/+24
* Lazily and dynamically create i386-linux target descriptionsYao Qi2017-07-261-34/+49
* Centralize i386 linux target descriptionsYao Qi2017-07-261-11/+23
* gdbarch: Remove displaced_step_free_closureSimon Marchi2017-06-101-2/+0
* Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm2017-02-171-4/+5