aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-linux-tdep.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-19Add target descriptions for AVX + MPXWalfred Tedeschi1-0/+4
2016-02-25Initialize variables in i386_linux_handle_segmentation_faultSimon Marchi1-1/+2
2016-02-18Intel MPX bound violation handlingWalfred Tedeschi1-0/+68
2016-02-02Use linux_get_siginfo_type_with_fields for x86Walfred Tedeschi1-0/+8
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-30gdb/linux-record: Support time, waitpid, pipe syscallsMarcin Kościelnicki1-0/+1
2015-10-30gdb/linux-record: Fix readdir and getdents handlingMarcin Kościelnicki1-2/+1
2015-10-30gdb/linux-record: Fix sizes of sigaction and sigset_tMarcin Kościelnicki1-3/+3
2015-10-30gdb/linux-record: Fix size_[ug]id valuesMarcin Kościelnicki1-2/+2
2015-10-30gdb/linux-record: Remove size_siginfoMarcin Kościelnicki1-1/+0
2015-09-25Add some more casts (1/2)Simon Marchi1-1/+2
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi1-1/+1
2015-07-31Mostly trivial enum fixesSimon Marchi1-1/+1
2015-06-24Call set_gdbarch_get_siginfo_type in linux_init_abiYao Qi1-2/+0
2015-06-24Remove redundant include directives.Gary Benson1-2/+0
2015-04-10PR13858 - Can't do displaced stepping with no symbolsPedro Alves1-1/+1
2015-02-04x86: Use correct .reg-xstate section sizeAndreas Arnez1-2/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-20Partial fix for PR breakpoints/10737: Make syscall info be per-arch instead o...Sergio Durigan Junior1-1/+1
2014-09-30Add 'regset' parameter to 'iterate_over_regset_sections_cb'Andreas Arnez1-4/+36
2014-09-30Replace 'core_regset_sections' by iterator methodAndreas Arnez1-31/+23
2014-09-02Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson1-11/+11
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-04-24Add AVX512 registers support to GDB and GDBserver.Michael Sturm1-4/+12
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-20Add MPX support for i386Walfred Tedeschi1-1/+8
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-07-23gdb/Yao Qi1-3/+2
2013-03-11Rename record_ prefixes in record-full.h into record_full_.Markus Metzger1-14/+14