aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-22update comment in dw2-bad-cfi.S.Tom Tromey2-1/+6
2013-11-22handle an unspecified return address columnTom Tromey6-0/+302
2013-11-22Detect infinite loop in value_fetch_lazy's lval_register handling.Tom Tromey2-1/+26
2013-11-22 * windres.c (define_resource): Use zero for timestamp, makingCory Fields12-44/+72
2013-11-22Make use of the frame stash to detect wider stack cycles.Pedro Alves2-63/+100
2013-11-22Don't let two frames with the same id end up in the frame chain.Pedro Alves6-17/+660
2013-11-22Eliminate dwarf2_frame_cache recursion, don't unwind from the dwarf2 sniffer ...Pedro Alves2-15/+32
2013-11-22Revert "Don't let two frames with the same id end up in the frame chain."Pedro Alves4-646/+17
2013-11-22Revert "Make use of the frame stash to detect wider stack cycles."Pedro Alves1-88/+63
2013-11-22Revert "Eliminate dwarf2_frame_cache recursion, don't unwind from the dwarf2 ...Pedro Alves2-32/+15
2013-11-22Eliminate dwarf2_frame_cache recursion, don't unwind from the dwarf2 sniffer ...Pedro Alves2-15/+32
2013-11-22Make use of the frame stash to detect wider stack cycles.Pedro Alves1-63/+88
2013-11-22Don't let two frames with the same id end up in the frame chain.Pedro Alves4-17/+646
2013-11-22 * scripttempl/avr.sc: Set .data section's LMA to next availableSenthil Kumar Selvaraj2-2/+7
2013-11-21Move types_deeply_equal from py-type.c to gdbtypes.c.Doug Evans4-187/+229
2013-11-22Check has_more in mi_create_dynamic_varobjYao Qi3-9/+18
2013-11-22Use mi_create_floating_varobjYao Qi2-2/+7
2013-11-22daily updateAlan Modra1-1/+1
2013-11-21ld/ChangeLog:Andrew Pinski7-3/+88
2013-11-21ld/ChangeLog:Andrew Pinski2-2/+10
2013-11-21config/ * picflag.m4 (m68k-*-*): Use default PIC flag.schwab4-6/+8
2013-11-21 PR ld/16192Nick Clifton2-3/+8
2013-11-21 * gprof.c (inline_file_names): New variable.Conrad Hoffmann5-19/+46
2013-11-21Add bnd-branch-1 testusers/hjl/mpx/masterH.J. Lu4-0/+36
2013-11-21Fix version.dll binutils test on non native platformsTristan Gingold2-2/+6
2013-11-21Doc 'dynamic' for command -var-list-childrenYao Qi2-0/+11
2013-11-21s/see @pxref/@pxref in docYao Qi2-1/+6
2013-11-20 * linux-low.c (linux_set_resume_request): Fix comment.Doug Evans2-3/+9
2013-11-20 * linux-low.c (resume_status_pending_p): Tweak comment.Doug Evans2-1/+6
2013-11-21daily updateAlan Modra1-1/+1
2013-11-20Add mpx1static, mpx2 and mpx2static testsH.J. Lu8-0/+62
2013-11-20Add missing ChangeLog entry.Pedro Alves1-0/+5
2013-11-20get rid of py-value.c:is_intlike (use is_integral_type instead)Joel Brobecker2-15/+11
2013-11-20Make the maint.exp:'maint print objfiles' test less fragile.Pedro Alves1-3/+12
2013-11-20 * scripttempl/elf32msp430.sc (.data): Set the based on the nextNick Clifton3-5/+14
2013-11-20remove strerror moduleTom Tromey17-2230/+84
2013-11-20test: test eval routines with EVAL_AVOID_SIDE_EFFECTS flag setSanimir Agovic2-0/+44
2013-11-20set_address_space_data if dcache is NULL.Yao Qi2-1/+10
2013-11-20Add MPX registers tests.Walfred Tedeschi5-1/+250
2013-11-20Add pretty-printer for MPX bnd registers.Walfred Tedeschi5-4/+61
2013-11-20Add MPX support to gdbserver.Walfred Tedeschi5-26/+197
2013-11-20MPX for amd64Walfred Tedeschi6-13/+88
2013-11-20Add MPX support for i386Walfred Tedeschi9-23/+466
2013-11-20Add MPX registers XML files.Walfred Tedeschi16-0/+1262
2013-11-20Fix conditions in creating a bitfield.Walfred Tedeschi4-1/+13
2013-11-20gas/testsuite/Yufeng Zhang7-7/+26
2013-11-20Revert "Do not issue error messages when parsing a PSTATE register".Yufeng Zhang2-4/+10
2013-11-20gdb/arm-tdep.c: Remove "Infinite loop detected" error message.Will Newton2-10/+7
2013-11-20Associate target_dcache to address_space.Yao Qi5-14/+65
2013-11-20Add REGISTRY for struct address_space.Yao Qi3-4/+28