aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-06-12Generalize varobj iteratorYao Qi7-80/+323
2014-06-12Use 'struct varobj_item' to represent name and value pairYao Qi2-25/+51
2014-06-11Update NEWS post GDB 7.8 branch creation.Joel Brobecker2-1/+9
2014-06-11Bump version to 7.8.50.DATE-cvs.Joel Brobecker2-1/+6
2014-06-11PR remote/17028: GDB+GDBserver hangs on WindowsPedro Alves2-72/+79
2014-06-10Wrap PyObject_Get/HasAttrString in a function with second arg having const qu...Siva Chandra3-2/+34
2014-06-10thinko in serial.c::serial_write debug traceJoel Brobecker2-1/+6
2014-06-10gdbtypes.resolve_dynamic_range: Add function description.Joel Brobecker2-0/+7
2014-06-09Add space before the opening parenthesis in function descriptions.Siva Chandra2-6/+11
2014-06-09Fix a bunch of fork related regressions.Pedro Alves2-4/+17
2014-06-09Separate out ANSI-standard signalsGary Benson6-129/+205
2014-06-08Fix gdb.base/watch-vfork.exp: Watchpoint triggers after vfork (sw) (timeout) ...Hui Zhu4-1/+43
2014-06-07Revert patchset for c++/16253: it causes a large performance regression.Keith Seitz14-299/+114
2014-06-06fix email address of previous checkinsDoug Evans3-3/+3
2014-06-06Add support for guile 2.0.5.Doug Evans12-23/+127
2014-06-06* gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.Doug Evans2-1/+5
2014-06-06sss-bp-on-user-bp-2.exp sometimes fails on native GNU/Linux.Pedro Alves2-17/+21
2014-06-06break-unload-file.exp: Fix typo.Pedro Alves2-1/+5
2014-06-06Restrict the pattern in gdb.base/jit.expYao Qi2-1/+6
2014-06-06Tweak gdb.base/async.expYao Qi3-3/+22
2014-06-06update ChangeLogxmj2-0/+8
2014-06-06Remove preprocessor conditionals for ANSI-standard signalsGary Benson8-72/+20
2014-06-06add -q in help info and docxmj2-3/+5
2014-06-06Skip hbreak-unmapped.exp if memory at address 0 is readableYao Qi2-0/+15
2014-06-06symfile, vdso: remove target sectionsMarkus Metzger3-19/+10
2014-06-06Fix the race in gdb.threads/staticthreads.expYao Qi3-2/+8
2014-06-06guile: Type-check the argument to 'history-append!'.Ludovic Courtès4-1/+18
2014-06-05PR mi/15806: Fix quoting of async eventsSimon Marchi6-30/+58
2014-06-05Make it easy to make --disable-werror the default for both binutils and gdbJoel Brobecker9-27/+20
2014-06-04Delete scm-generics.exp.Doug Evans2-42/+4
2014-06-04Split create-breakpoint! into make-breakpoint, register-breakpoint!.Doug Evans7-48/+270
2014-06-04gdbserver crash if the_target->supports_z_point_type is NULLJoel Brobecker2-0/+7
2014-06-04handle VLA in a struct or unionTom Tromey8-3/+218
2014-06-04minor cleanups in is_dynamic_typeTom Tromey2-7/+7
2014-06-04constify to_attachTom Tromey14-17/+36
2014-06-04convert to_thread_address_space to use TARGET_DEFAULT_FUNCTom Tromey4-23/+44
2014-06-04Tweak sss-bp-on-user-bp.expYao Qi2-5/+19
2014-06-04* guile/scm-type.c (type_smob): Remove duplicate typedef.Doug Evans2-3/+8
2014-06-04btrace: async supportMarkus Metzger2-0/+55
2014-06-04Add system test before "set remote system-call-allowed 1" to fileio.expHui Zhu3-10/+42
2014-06-04Fix a regexp pattern in gdb.base/auto-connect-native-target.expYao Qi2-1/+6
2014-06-04Fix regexp pattern in gdb.base/default.expYao Qi2-1/+6
2014-06-03 * guile/scm-param.c (pascm_make_param_smob): Add ARI comment.Doug Evans2-2/+7
2014-06-03resize_section_table cleanupDoug Evans4-18/+34
2014-06-03gdb/doc/python.texi: Fix reference to "Progspaces In Python".Joel Brobecker2-1/+6
2014-06-03Documentation of the xmethod support in GDB Python API.Siva Chandra4-0/+362
2014-06-03Xmethod support in Python.Siva Chandra15-2/+1821
2014-06-03Missed ChangeLog entry in the previous commit.Siva Chandra1-0/+19
2014-06-03Lookup and invoke debug methods of C++ classes if they are the best match.Siva Chandra3-88/+260
2014-06-03Add xmethod interface to the extension language API.Siva Chandra10-5/+341