aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2013-11-26Tighten regexp in gdb.base/setshow.expAndrew Burgess2-2/+7
2013-11-26Mark entirely optimized out value as non-lazy.Andrew Burgess2-1/+5
2013-11-26revert patch from 2013-11-22Tom Tromey6-291/+11
2013-11-26Fix PR16193 - gdbserver aborts.Walfred Tedeschi2-7/+16
2013-11-25PR c++/14819: Explicit class:: inside class scope does not workKeith Seitz8-3/+370
2013-11-25GDB perf test on backtraceYao Qi4-0/+176
2013-11-24Use target_read_code in disassemble.Yao Qi2-1/+6
2013-11-24set/show code-cacheYao Qi8-5/+118
2013-11-24Renaming in target-dcache.cYao Qi4-18/+34
2013-11-24GDB perf test on single stepYao Qi4-0/+131
2013-11-24Write "ON" and "OFF" in lower case in GDB doc.Yao Qi2-3/+9
2013-11-23 * gdb.base/ena-dis-br.exp: Add missing quote to "step after continueDoug Evans2-1/+6
2013-11-23Test name tweaks for py-value.exp.Doug Evans2-5/+13
2013-11-23 * gdb.python/py-type.exp (test_enums): Fix typo.Doug Evans2-1/+6
2013-11-23* gdb.python/py-symbol.exp: Add some comments. Make all test names unique.Doug Evans2-16/+34
2013-11-23* gdb.python/py-symbol.exp: Fix whitespace.Doug Evans2-4/+8
2013-11-23Fix long line in earlier entry.Doug Evans1-2/+2
2013-11-23 * gdb.python/python.exp: Don't call skip_python_tests, we still wantDoug Evans2-3/+7
2013-11-23 * python/py-frame.c (gdbpy_initialize_frames): Remove FIRST_ERROR,Doug Evans2-4/+5
2013-11-23 * python/py-frame.c (frapy_block): Fix error message text.Doug Evans2-1/+5
2013-11-23cli/cli-script.c (multi_line_command_p): New function.Doug Evans2-15/+31
2013-11-23Update doc on displayhint in command -var-list-childrenYao Qi2-0/+10
2013-11-222013-11-22 Sterling Augustine <saugustine@google.com>Sterling Augustine1-1/+1
2013-11-222013-11-22 Sterling Augustine <saugustine@google.com>Sterling Augustine2-7/+18
2013-11-22Rename gdb.dwarf2/dw2-bad-cfi.* to gdb.dwarf2/dw2-unspecified-ret-addr.*.Pedro Alves4-13/+22
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-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-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-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-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-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