aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-28Rename breakpoint_object to gdbpy_breakpoint_object.Doug Evans7-50/+61
2013-11-28fix spelling in previous entryDoug Evans1-1/+1
2013-11-28 * configure.ac: Add comments delineating libpython and libmcheck.Doug Evans3-0/+21
2013-11-28Print entirely unavailable struct/union values as a single <unavailable>.Andrew Burgess4-23/+41
2013-11-28get_prev_frame, stop_reason != UNWIND_NO_REASON, add frame debug output.Pedro Alves2-1/+38
2013-11-28get_prev_frame, outer_frame_id and unwind->stop_reason checks are redundant.Pedro Alves3-18/+13
2013-11-28get_prev_frame, UNWIND_NULL_ID -> UNWIND_OUTERMOSTPedro Alves2-6/+11
2013-11-28register: "optimized out" -> "not saved".Pedro Alves2-1/+6
2013-11-28Fix PR 16152's ChangeLog entry.Pedro Alves1-2/+3
2013-11-28GDB perf test on disassembleYao Qi4-0/+127
2013-11-28daily updateAlan Modra1-1/+1
2013-11-27gdb: fix cygwin check in configure scriptSteffen Sledz3-2/+7
2013-11-27Fix type of not saved registers.Pedro Alves2-1/+13
2013-11-27Make "set debug frame 1" output print <not saved> instead of <optimized out>.Pedro Alves2-3/+10
2013-11-27Make "set debug frame 1" use the standard print routine for optimized out val...Andrew Burgess3-2/+15
2013-11-27[ld/testsuite/]Kyrylo Tkachov3-5/+10
2013-11-27 * gdb.base/callfuncs.c (main): Assign malloc's return valueLuis Machado6-5/+21
2013-11-27Improve dump of xdata/pdata on x86_64.Tristan Gingold2-264/+303
2013-11-27binutils/testsuite/Richard Sandiford7-4/+25
2013-11-27daily updateAlan Modra1-1/+1
2013-11-26Fix a typoH.J. Lu1-1/+1
2013-11-26Add HOSTING_SLIBS and use it for -pieH.J. Lu9-5/+34
2013-11-26Tighten regexp in gdb.base/setshow.expAndrew Burgess2-2/+7
2013-11-26Fix demangler to handle conversion operators correctly.ccoutant4-36/+202
2013-11-26Mark entirely optimized out value as non-lazy.Andrew Burgess2-1/+5
2013-11-26bfd/elfnn-aarch64.c: Handle static links with ifunc correctly.Will Newton6-1/+66
2013-11-26bfd/elfnn-aarch64.c: Fix miscalculation of GOTPLT offset for ifunc syms.Will Newton6-1/+58
2013-11-26revert patch from 2013-11-22Tom Tromey6-291/+11
2013-11-26Fix PR16193 - gdbserver aborts.Walfred Tedeschi2-7/+16
2013-11-26daily updateAlan Modra1-1/+1
2013-11-25PR c++/14819: Explicit class:: inside class scope does not workKeith Seitz8-3/+370
2013-11-252013-11-25 Steve Ellcey <sellcey@mips.com>Steve Ellcey2-1/+5
2013-11-25GDB perf test on backtraceYao Qi4-0/+176
2013-11-25daily updateAlan Modra1-1/+1
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-24daily updateAlan Modra1-1/+1
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