summaryrefslogtreecommitdiff
path: root/gdb/i386-linux-tdep.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-10-21Create a displaced_step_closure class hierarchySimon Marchi
2017-10-12Remove simple_displaced_step_copy_insnSimon Marchi
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-05Convert the rest x86 target descriptionsYao Qi
2017-09-05Share i386-linux target description between GDB and GDBserverYao Qi
2017-09-05[GDBserver] Centralize tdesc for i386-linuxYao Qi
2017-08-07gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki
2017-07-26Add "maint check xml-descriptions" to test builtin xml target descriptionsYao Qi
2017-07-26Lazily and dynamically create i386-linux target descriptionsYao Qi
2017-07-26Centralize i386 linux target descriptionsYao Qi
2017-06-10gdbarch: Remove displaced_step_free_closureSimon Marchi
2017-02-17Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm
2017-02-17Add target description for avx-avx512.Michael Sturm
2017-02-17Rename target descriptions to reflect actual content of description.Michael Sturm
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-04-19Add target descriptions for AVX + MPXWalfred Tedeschi
2016-02-25Initialize variables in i386_linux_handle_segmentation_faultSimon Marchi
2016-02-18Intel MPX bound violation handlingWalfred Tedeschi
2016-02-02Use linux_get_siginfo_type_with_fields for x86Walfred Tedeschi
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-30gdb/linux-record: Support time, waitpid, pipe syscallsMarcin Kościelnicki
2015-10-30gdb/linux-record: Fix readdir and getdents handlingMarcin Kościelnicki
2015-10-30gdb/linux-record: Fix sizes of sigaction and sigset_tMarcin Kościelnicki
2015-10-30gdb/linux-record: Fix size_[ug]id valuesMarcin Kościelnicki
2015-10-30gdb/linux-record: Remove size_siginfoMarcin Kościelnicki
2015-09-25Add some more casts (1/2)Simon Marchi
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi
2015-07-31Mostly trivial enum fixesSimon Marchi
2015-06-24Call set_gdbarch_get_siginfo_type in linux_init_abiYao Qi
2015-06-24Remove redundant include directives.Gary Benson
2015-04-10PR13858 - Can't do displaced stepping with no symbolsPedro Alves
2015-02-04x86: Use correct .reg-xstate section sizeAndreas Arnez
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-11-20Partial fix for PR breakpoints/10737: Make syscall info be per-arch instead o...Sergio Durigan Junior
2014-09-30Add 'regset' parameter to 'iterate_over_regset_sections_cb'Andreas Arnez
2014-09-30Replace 'core_regset_sections' by iterator methodAndreas Arnez
2014-09-02Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-04-24Add AVX512 registers support to GDB and GDBserver.Michael Sturm
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-20Add MPX support for i386Walfred Tedeschi
2013-11-18remove gdb_string.hTom Tromey
2013-07-23gdb/Yao Qi
2013-03-11Rename record_ prefixes in record-full.h into record_full_.Markus Metzger
2013-03-11Split record.h into record.h and record-full.h.Markus Metzger
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-05-24gdb/Pedro Alves