aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-18infcmd.c (jump_command): Minor simplification.Doug Evans2-2/+9
2014-12-18language_lookup_primitive_type: Renamed from language_lookup_primitive_type_b...Doug Evans10-27/+31
2014-12-18Fix file name in earlier entry.Doug Evans1-1/+1
2014-12-18Display DW_LANG_C11 as (C11).Mark Wielaard2-1/+6
2014-12-18Automatic date update in version.inGDB Administrator1-1/+1
2014-12-17Fix MinGW compilationJan Kratochvil11-6/+36
2014-12-17value_maybe_namespace_elt: Remove redundant call to lookup_static_symbol.Doug Evans2-9/+5
2014-12-17New parameter "debug symbol-lookup".Doug Evans12-61/+466
2014-12-17Make buildsym set-up/tear-down more consistent, and document it.Doug Evans4-76/+180
2014-12-16boards/stabs.exp: New file.Doug Evans2-0/+49
2014-12-16cp_lookup_symbol_via_imports: Renamed from cp_lookup_symbol_imports.Doug Evans2-13/+18
2014-12-16cp_find_type_baseclass_by_name: Renamed from find_type_baseclass_by_name.Doug Evans4-6/+11
2014-12-16symtab.h (struct symbol_search) <symtab>: Delete, unnecessary.Doug Evans3-12/+17
2014-12-17Automatic date update in version.inGDB Administrator1-1/+1
2014-12-16Fix internal error in gold when -Map and --compress-debug-sections are usedCary Coutant2-4/+21
2014-12-16Fix octeon3 testsuite falloutMatthew Fortune7-6/+15
2014-12-16Add in a JALRC alias and fix the NAL instruction.Matthew Fortune7-1/+26
2014-12-16Fix indentation of "maint print user-registers"Andreas Arnez4-8/+15
2014-12-16Fix a memory access violation triggeed by a fuzzed binary.Nick Clifton3-3/+13
2014-12-16[Linux] Ask kernel to kill inferior when GDB terminatesJoel Brobecker6-10/+69
2014-12-16aarch64/gdbserver: fix floating point registers displayCatalin Udma5-1/+145
2014-12-16Move NEWS entries to the right sectionYao Qi2-10/+12
2014-12-16Replace ARG_MAX with ARG_LASTYao Qi2-3/+8
2014-12-15Merge dg-extract-results.{sh,py} from GCC upstreamSergio Durigan Junior3-0/+631
2014-12-16Automatic date update in version.inGDB Administrator1-1/+1
2014-12-15Introduce utility function find_inferior_ptidSimon Marchi15-25/+62
2014-12-15testsuite: expect possible pagination when starting gdbSimon Marchi2-15/+29
2014-12-15Fix build with Python 3.4 (PR python/16784)Simon Marchi6-19/+43
2014-12-15python extended prompt: Use os.getcwd() instead of os.getcwdu()Simon Marchi2-1/+6
2014-12-15Check corrupt inputH.J. Lu2-0/+11
2014-12-15 * Makefile.in (check-gdb.%): Restore.Jason Merrill3-1/+12
2014-12-15Use PTRACE_SINGLESTEP_ONE when single-stepping one thread.Joel Brobecker2-3/+9
2014-12-15Fix info mem command for 32 bits host/64 bits targetCatalin Udma2-4/+9
2014-12-15Automatic date update in version.inGDB Administrator1-1/+1
2014-12-14Mention --compress-debug-sections default in NEWSH.J. Lu2-0/+5
2014-12-14Cast current_group_size to unsigned longH.J. Lu2-1/+6
2014-12-14Compress debug sections for Linux/x86 by defaultH.J. Lu2-0/+10
2014-12-13Handle weak alias for PIE with copy relocH.J. Lu8-7/+97
2014-12-14Automatic date update in version.inGDB Administrator1-1/+1
2014-12-13utils.c (make_hex_string): Fix off-by-one error.Doug Evans2-1/+5
2014-12-13Internal error trying to print uninitialized string.Joel Brobecker9-9/+143
2014-12-13Avoid use of sprintf in gdb/utils.c:make_hex_stringJoel Brobecker2-1/+6
2014-12-13Fix ARI warnings in gdb/compile/compile-object-load.c.Joel Brobecker2-3/+9
2014-12-13Add missing ChangeLog entry for PR backtrace/16215.Joel Brobecker1-0/+9
2014-12-13Add ChangeLog entries missing from the previous commit.Joel Brobecker2-0/+14
2014-12-13configure gdb/gnulib with --disable-largefile if largefile support disabled.Joel Brobecker5-3/+55
2014-12-13Fix 7.8 regression: resolve_dynamic_struct: Assertion `TYPE_NFIELDS (type) > ...Jan Kratochvil6-24/+126
2014-12-13Lift DWARF unwinder restriction in dwarf2-frame.c::dwarf2_frame_cfaJoel Brobecker1-6/+6
2014-12-12value_maybe_namespace_elt: Remove unnecessary test of result != NULL.Doug Evans2-1/+6
2014-12-12Rename cp_is_anonymous to cp_is_in_anonymous.Doug Evans3-5/+10