aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2013-11-29UNWIND_NULL_ID is no longer used anywhere. Update comments.Pedro Alves1-0/+4
2013-11-29Plug target side conditions and commands leaks.Pedro Alves1-0/+10
2013-11-29Delegate to target_ops->beneath for TARGET_OBJECT_RAW_MEMORYYao Qi1-0/+10
2013-11-28Rename breakpoint_object to gdbpy_breakpoint_object.Doug Evans1-0/+11
2013-11-28fix spelling in previous entryDoug Evans1-1/+1
2013-11-28 * configure.ac: Add comments delineating libpython and libmcheck.Doug Evans1-0/+5
2013-11-28Print entirely unavailable struct/union values as a single <unavailable>.Andrew Burgess1-0/+7
2013-11-28get_prev_frame, stop_reason != UNWIND_NO_REASON, add frame debug output.Pedro Alves1-0/+6
2013-11-28get_prev_frame, outer_frame_id and unwind->stop_reason checks are redundant.Pedro Alves1-0/+6
2013-11-28get_prev_frame, UNWIND_NULL_ID -> UNWIND_OUTERMOSTPedro Alves1-0/+6
2013-11-28register: "optimized out" -> "not saved".Pedro Alves1-0/+5
2013-11-28Fix PR 16152's ChangeLog entry.Pedro Alves1-2/+3
2013-11-27gdb: fix cygwin check in configure scriptSteffen Sledz1-0/+5
2013-11-27Fix type of not saved registers.Pedro Alves1-0/+5
2013-11-27Make "set debug frame 1" output print <not saved> instead of <optimized out>.Pedro Alves1-0/+5
2013-11-27Make "set debug frame 1" use the standard print routine for optimized out val...Andrew Burgess1-0/+6
2013-11-26Mark entirely optimized out value as non-lazy.Andrew Burgess1-0/+4
2013-11-26revert patch from 2013-11-22Tom Tromey1-0/+5
2013-11-26Fix PR16193 - gdbserver aborts.Walfred Tedeschi1-0/+8
2013-11-25PR c++/14819: Explicit class:: inside class scope does not workKeith Seitz1-0/+12
2013-11-24Use target_read_code in disassemble.Yao Qi1-0/+5
2013-11-24set/show code-cacheYao Qi1-0/+16
2013-11-24Renaming in target-dcache.cYao Qi1-0/+17
2013-11-23Fix long line in earlier entry.Doug Evans1-2/+2
2013-11-23 * python/py-frame.c (gdbpy_initialize_frames): Remove FIRST_ERROR,Doug Evans1-0/+5
2013-11-23 * python/py-frame.c (frapy_block): Fix error message text.Doug Evans1-0/+4
2013-11-23cli/cli-script.c (multi_line_command_p): New function.Doug Evans1-0/+7
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 Augustine1-0/+7
2013-11-22handle an unspecified return address columnTom Tromey1-0/+6
2013-11-22Detect infinite loop in value_fetch_lazy's lval_register handling.Tom Tromey1-0/+7
2013-11-22Make use of the frame stash to detect wider stack cycles.Pedro Alves1-0/+12
2013-11-22Don't let two frames with the same id end up in the frame chain.Pedro Alves1-0/+7
2013-11-22Eliminate dwarf2_frame_cache recursion, don't unwind from the dwarf2 sniffer ...Pedro Alves1-0/+10
2013-11-22Revert "Eliminate dwarf2_frame_cache recursion, don't unwind from the dwarf2 ...Pedro Alves1-10/+0
2013-11-22Eliminate dwarf2_frame_cache recursion, don't unwind from the dwarf2 sniffer ...Pedro Alves1-0/+10
2013-11-21Move types_deeply_equal from py-type.c to gdbtypes.c.Doug Evans1-0/+11
2013-11-20get rid of py-value.c:is_intlike (use is_integral_type instead)Joel Brobecker1-0/+8
2013-11-20remove strerror moduleTom Tromey1-0/+21
2013-11-20set_address_space_data if dcache is NULL.Yao Qi1-0/+5
2013-11-20Add MPX registers tests.Walfred Tedeschi1-0/+4
2013-11-20Add pretty-printer for MPX bnd registers.Walfred Tedeschi1-0/+6
2013-11-20MPX for amd64Walfred Tedeschi1-0/+21
2013-11-20Add MPX support for i386Walfred Tedeschi1-0/+57
2013-11-20Add MPX registers XML files.Walfred Tedeschi1-0/+18
2013-11-20Fix conditions in creating a bitfield.Walfred Tedeschi1-0/+6
2013-11-20gdb/arm-tdep.c: Remove "Infinite loop detected" error message.Will Newton1-0/+5
2013-11-20Associate target_dcache to address_space.Yao Qi1-0/+15
2013-11-20Add REGISTRY for struct address_space.Yao Qi1-0/+9
2013-11-20Move target-dcache out of target.cYao Qi1-0/+26