aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2014-06-10Wrap PyObject_Get/HasAttrString in a function with second arg having const qu...Siva Chandra1-0/+7
2014-06-10thinko in serial.c::serial_write debug traceJoel Brobecker1-0/+5
2014-06-10gdbtypes.resolve_dynamic_range: Add function description.Joel Brobecker1-0/+4
2014-06-09Separate out ANSI-standard signalsGary Benson1-0/+8
2014-06-08Fix gdb.base/watch-vfork.exp: Watchpoint triggers after vfork (sw) (timeout) ...Hui Zhu1-0/+9
2014-06-07Revert patchset for c++/16253: it causes a large performance regression.Keith Seitz1-0/+37
2014-06-06fix email address of previous checkinsDoug Evans1-1/+1
2014-06-06Add support for guile 2.0.5.Doug Evans1-0/+23
2014-06-06update ChangeLogxmj1-0/+4
2014-06-06Remove preprocessor conditionals for ANSI-standard signalsGary Benson1-0/+7
2014-06-06symfile, vdso: remove target sectionsMarkus Metzger1-0/+7
2014-06-06guile: Type-check the argument to 'history-append!'.Ludovic Courtès1-0/+6
2014-06-05PR mi/15806: Fix quoting of async eventsSimon Marchi1-0/+12
2014-06-05Make it easy to make --disable-werror the default for both binutils and gdbJoel Brobecker1-0/+7
2014-06-04Split create-breakpoint! into make-breakpoint, register-breakpoint!.Doug Evans1-0/+13
2014-06-04gdbserver crash if the_target->supports_z_point_type is NULLJoel Brobecker1-0/+6
2014-06-04handle VLA in a struct or unionTom Tromey1-0/+13
2014-06-04minor cleanups in is_dynamic_typeTom Tromey1-0/+4
2014-06-04constify to_attachTom Tromey1-0/+18
2014-06-04convert to_thread_address_space to use TARGET_DEFAULT_FUNCTom Tromey1-0/+8
2014-06-04* guile/scm-type.c (type_smob): Remove duplicate typedef.Doug Evans1-0/+4
2014-06-04btrace: async supportMarkus Metzger1-0/+13
2014-06-03 * guile/scm-param.c (pascm_make_param_smob): Add ARI comment.Doug Evans1-0/+5
2014-06-03resize_section_table cleanupDoug Evans1-0/+12
2014-06-03Documentation of the xmethod support in GDB Python API.Siva Chandra1-0/+5
2014-06-03Xmethod support in Python.Siva Chandra1-0/+23
2014-06-03Missed ChangeLog entry in the previous commit.Siva Chandra1-0/+19
2014-06-03Add xmethod interface to the extension language API.Siva Chandra1-0/+37
2014-06-03User breakpoint ignored if software-single-step at same locationJoel Brobecker1-0/+23
2014-06-03gdb/source.c: Fix matching path substitute rule listingBrad Mouring1-0/+6
2014-06-03This patch replaces a call to cplus_demangle with a call toGary Benson1-0/+4
2014-06-03Add parameter support for Guile.Doug Evans1-0/+24
2014-06-03Add command support for Guile.Doug Evans1-0/+22
2014-06-03Don't remove #-comments.Phil Muldoon1-0/+5
2014-06-02Add progspace support for Guile.Doug Evans1-0/+20
2014-06-03Support fusion for ELFv2 stubsAlan Modra1-0/+5
2014-06-02Add support for skeletonless type units.Doug Evans1-0/+28
2014-06-02Installing a breakpoint on top of a dprintf makes GDB lose control.Pedro Alves1-0/+5
2014-06-02dprintf-style agent can't explain a trap.Pedro Alves1-0/+6
2014-06-02simplify substitute_path_rule_matches using filename_ncmpJoel Brobecker1-0/+5
2014-06-02Remove some trailing spaces in source.cJoel Brobecker1-0/+4
2014-06-01guile: Allow compilation with Guile <= 2.0.5.Ludovic Courtès1-0/+8
2014-05-30Add a TRY_CATCH to get_prev_frame_always to better manage errors during unwind.Andrew Burgess1-0/+17
2014-05-30Rename frame_stop_reason_string to unwind_stop_reason_to_string.Andrew Burgess1-0/+11
2014-05-30Remove previous frame if an error occurs when computing frame id during unwind.Andrew Burgess1-0/+6
2014-05-29Running the current tree against my software-single-step-on-x86_64Pedro Alves1-0/+8
2014-05-29infrun.c: simplify "end stepping range" code a bit.Pedro Alves1-0/+8
2014-05-29infrun.c: stop_stepping -> stop_waiting.Pedro Alves1-0/+9
2014-05-29unbreak infcallsPedro Alves1-0/+5
2014-05-29enable target async by default; separate MI and target notions of asyncPedro Alves1-0/+34