summaryrefslogtreecommitdiff
path: root/gdb/i386-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Intel MPX bound violation handlingWalfred Tedeschi2016-02-181-3/+1
* gdb/x86: Implement ax_pseudo_register_collect hook.Marcin Koƛcielnicki2016-02-101-6/+84
* Remove trademark acknowledgements throughoutPedro Alves2016-01-121-4/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* gdb: Use TYPE_LENGTH macroAndrew Burgess2015-12-141-4/+5
* Improve error message for MPX bound table examinations.Walfred Tedeschi2015-11-041-1/+2
* PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans2015-10-261-5/+17
* gdbarch.h: Change gdbarch_info::tdep_info's type to void *Simon Marchi2015-09-301-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-6/+6
* Add casts to memory allocation related callsSimon Marchi2015-09-251-4/+4
* Remove isize output argument from fast_tracepoint_valid_atPierre Langlois2015-07-301-4/+2
* Don't throw an error in "show mpx bound" implementationPatrick Palka2015-07-061-5/+11
* Remove redundant include directives.Gary Benson2015-06-241-2/+0
* Fix broken GDB build after adding Bound table support for i386.Walfred Tedeschi2015-06-121-2/+5
* Fix ARI new warnings introduced in i386-tdep.c.Walfred Tedeschi2015-06-111-2/+2
* Add support for bound table in the Intel MPX context.Walfred Tedeschi2015-06-101-0/+273
* Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan2015-05-261-4/+6
* Add support for the x86 XSAVE extended state on FreeBSD/x86.John Baldwin2015-04-131-0/+19
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-9/+9
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-071-6/+15
* New common function "startswith"Gary Benson2015-03-061-4/+3
* Do not increment of decrement enumsTom Tromey2015-02-271-1/+2
* Fix internal error when core file section is too bigAndreas Arnez2015-02-041-4/+4
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* add gnu_triplet_regexp gdbarch methodTom Tromey2014-12-121-0/+17
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-7/+8
* add a default method for gdbarch_skip_permanent_breakpointPedro Alves2014-11-121-15/+0
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* X86: Migrate from 'regset_from_core_section' to 'iterate_over_regset_sections'Andreas Arnez2014-09-301-15/+11
* Add 'regset' parameter to 'iterate_over_regset_sections_cb'Andreas Arnez2014-09-301-35/+7
* Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson2014-09-021-15/+15
* Include string.h in common-defs.hGary Benson2014-08-071-2/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Add new infrun.h header.Pedro Alves2014-05-221-0/+1
* X86: Replace regset_alloc() invocations by static regset structures.Andreas Arnez2014-05-211-25/+21
* Remove 'arch' field from regset structure.Andreas Arnez2014-05-211-4/+8
* Add AVX512 registers support to GDB and GDBserver.Michael Sturm2014-04-241-18/+447
* Remove `expout*' globals from parser-defs.hSergio Durigan Junior2014-03-271-41/+47
* change minsym representationTom Tromey2014-02-261-3/+3
* Fix for PR tdep/16397: SystemTap SDT probe support for x86 doesn't work with ...Sergio Durigan Junior2014-02-201-1/+10
* gdbarch: add instruction predicate methodsMarkus Metzger2014-01-161-0/+59
* replace XCALLOC with XCNEWVEC or XCNEWTom Tromey2014-01-131-1/+1
* Split i386_stap_parse_special_token into smaller functionsSergio Durigan Junior2014-01-121-244/+271
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Mask out PREFIX_ADDR when adding prefix to opcodeH.J. Lu2013-12-191-1/+2
* Properly decode MODRM byte for 64-bitH.J. Lu2013-12-191-2/+2
* Zero-extend address from 32-bit to 64-bit for ADDR32 prefixH.J. Lu2013-12-191-0/+7
* Extend SystemTap SDT probe argument parserSergio Durigan Junior2013-12-191-4/+13
* "tfind" across unavailable-stack frames.Pedro Alves2013-12-171-13/+20
* Use target_read_code in skip_prologue (i386)Yao Qi2013-12-101-34/+35