aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Move macros from i386-{nat,low}.c to i386-{nat,low}.hGary Benson5-24/+46
2014-06-18Create nat/i386-dregs.hGary Benson8-100/+173
2014-06-18Symptom:Luis Machado5-72/+182
2014-06-18Rename functions and make nonstatic as necessaryGary Benson7-105/+160
2014-06-18Abstract i386_dr_low accessGary Benson4-6/+44
2014-06-18Merge i386_update_inferior_debug_regsGary Benson4-15/+24
2014-06-18Rename maint_show_dr to debug_hw_pointsGary Benson2-10/+15
2014-06-18Merge error handlingGary Benson2-9/+16
2014-06-18Merge printing codeGary Benson4-47/+73
2014-06-18Add a constGary Benson2-1/+6
2014-06-18Comment changesGary Benson5-34/+56
2014-06-18Remove unused macroGary Benson2-3/+4
2014-06-18Remove unnecessary prototypesGary Benson2-36/+7
2014-06-18Whitespace changesGary Benson4-25/+45
2014-06-18Brown paper bag: left out part of the ChangeLog entry ...Samuel Bronson1-1/+1
2014-06-18* MAINTAINERS: Update Roland McGrath's email address.Samuel Bronson2-1/+7
2014-06-17remove redundant savestring declarationTom Tromey2-2/+4
2014-06-17use make_cleanup_freeargvTom Tromey2-1/+5
2014-06-17Different outputs affected by hostsYao Qi2-0/+19
2014-06-17In a couple functions (type_update_when_use_rtti_test andLuis Machado2-12/+22
2014-06-16Fix for PR mi/15863Keith Seitz4-1/+21
2014-06-16constify to_info_proc and friendsTom Tromey9-19/+41
2014-06-16constify to_disconnectTom Tromey8-9/+21
2014-06-16constify to_rcmdTom Tromey6-8/+17
2014-06-16"$ gdb PROGRAM" vs "(gdb) file PROGRAM" difference; warn on failure to remove...Pedro Alves9-52/+256
2014-06-16fix incorrect comments in minsyms.hTom Tromey2-2/+7
2014-06-14Include --with-guile in 'show configuration's output.Eli Zaretskii2-0/+14
2014-06-13make calls to help_list use enumeratorTom Tromey26-40/+101
2014-06-13Invalidate a register in cache when a remote target failed to write it.Pierre Langlois2-3/+47
2014-06-12delete gdbserver's freeargvTom Tromey2-21/+4
2014-06-12link gdbserver against libibertyTom Tromey7-43/+140
2014-06-12don't use directory in test nameTom Tromey2-1/+6
2014-06-12Move ChangeLog entry to proper place.Pedro Alves2-7/+7
2014-06-12Use varobj_is_dynamic_p more widelyYao Qi2-6/+12
2014-06-12Rename varobj_pretty_printed_p to varobj_is_dynamic_pYao Qi4-5/+16
2014-06-12Remove #if HAVE_PYTHONYao Qi2-15/+13
2014-06-12Iterate over 'struct varobj_item' instead of PyObjectYao Qi4-53/+70
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