summaryrefslogtreecommitdiff
path: root/gdb/i386-linux-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mostly trivial enum fixesSimon Marchi2015-07-311-1/+1
* Call set_gdbarch_get_siginfo_type in linux_init_abiYao Qi2015-06-241-2/+0
* Remove redundant include directives.Gary Benson2015-06-241-2/+0
* PR13858 - Can't do displaced stepping with no symbolsPedro Alves2015-04-101-1/+1
* x86: Use correct .reg-xstate section sizeAndreas Arnez2015-02-041-2/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Partial fix for PR breakpoints/10737: Make syscall info be per-arch instead o...Sergio Durigan Junior2014-11-201-1/+1
* Add 'regset' parameter to 'iterate_over_regset_sections_cb'Andreas Arnez2014-09-301-4/+36
* Replace 'core_regset_sections' by iterator methodAndreas Arnez2014-09-301-31/+23
* Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson2014-09-021-11/+11
* Include string.h in common-defs.hGary Benson2014-08-071-2/+0
* Add AVX512 registers support to GDB and GDBserver.Michael Sturm2014-04-241-4/+12
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Add MPX support for i386Walfred Tedeschi2013-11-201-1/+8
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* gdb/Yao Qi2013-07-231-3/+2