summaryrefslogtreecommitdiff
path: root/gdb/i386-linux-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesusers/simark/fix-leading-whitespaceSimon Marchi2020-10-261-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
* Add target description for avx-avx512.Michael Sturm2017-02-171-1/+4
* Rename target descriptions to reflect actual content of description.Michael Sturm2017-02-171-5/+5
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-15/+10
* Add target descriptions for AVX + MPXWalfred Tedeschi2016-04-191-0/+4
* Initialize variables in i386_linux_handle_segmentation_faultSimon Marchi2016-02-251-1/+2
* Intel MPX bound violation handlingWalfred Tedeschi2016-02-181-0/+68
* Use linux_get_siginfo_type_with_fields for x86Walfred Tedeschi2016-02-021-0/+8
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* gdb/linux-record: Support time, waitpid, pipe syscallsMarcin Kościelnicki2015-10-301-0/+1
* gdb/linux-record: Fix readdir and getdents handlingMarcin Kościelnicki2015-10-301-2/+1
* gdb/linux-record: Fix sizes of sigaction and sigset_tMarcin Kościelnicki2015-10-301-3/+3
* gdb/linux-record: Fix size_[ug]id valuesMarcin Kościelnicki2015-10-301-2/+2
* gdb/linux-record: Remove size_siginfoMarcin Kościelnicki2015-10-301-1/+0
* Add some more casts (1/2)Simon Marchi2015-09-251-1/+2
* Add casts for legitimate integer to enum conversionsSimon Marchi2015-08-061-1/+1