summaryrefslogtreecommitdiff
path: root/gdb/i386-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add MPX support for i386Walfred Tedeschi2013-11-201-8/+211
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* gdb/Yao Qi2013-07-231-3/+2
* * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey2013-04-081-5/+5
* More invalid pointer to pointer conversions.Pedro Alves2013-03-131-5/+17
* Rename record_ prefixes in record-full.h into record_full_.Markus Metzger2013-03-111-243/+245
* Split record.h into record.h and record-full.h.Markus Metzger2013-03-111-0/+1
* 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski2013-01-311-2/+0
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* gdb/Pedro Alves2012-12-111-3/+1
* Fix for incorrect breakpoint set in case of clang compiled binaryKarthik Bhat2012-12-041-0/+16