aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-11-21Include alloca.h unconditionallyYao Qi12-426/+26
2014-11-21Import alloca explicitlyYao Qi5-3/+13
2014-11-21Make IMPORTED_GNULIB_MODULES in alphabetical orderYao Qi2-3/+8
2014-11-21Handling of empty Ada ranges with a negative upper bound.Joel Brobecker7-0/+111
2014-11-20Fix build breakage from previous commitSergio Durigan Junior2-6/+15
2014-11-20Partial fix for PR breakpoints/10737: Make syscall info be per-arch instead o...Sergio Durigan Junior18-104/+328
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans46-970/+1470
2014-11-20[Ada] XA type is not redundant if the ranges' subtypes do not matchJoel Brobecker2-0/+17
2014-11-19Use 2-byte instead of 4-byte NOP on S390 in 'bp-permanent' test caseAndreas Arnez2-0/+12
2014-11-19[Ada] gdb.ada/complete.exp failure on x86_64-windowsJoel Brobecker2-1/+14
2014-11-19[Ada] Ignore __XA types when redundant.Joel Brobecker7-0/+181
2014-11-19varsize-limit error printing element of packed array...Joel Brobecker7-2/+145
2014-11-19Don't set CC in config/i386/go32.mhYao Qi2-1/+4
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans22-62/+76
2014-11-18buildsym API cleanupDoug Evans8-126/+145
2014-11-18symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.Doug Evans11-44/+56
2014-11-18SYMTAB_DIRNAME: New macro.Doug Evans7-17/+28
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans19-43/+52
2014-11-18Fix memory leak in watch_main_source_file_lossage.Doug Evans2-0/+6
2014-11-18Use SYMBOL_OBJFILE more.Doug Evans11-14/+29
2014-11-18Split up end_symtab_from_static_block into two.Doug Evans2-193/+229
2014-11-18The result of symtab expansion is always a primary symtab.Doug Evans3-16/+31
2014-11-18I caught a few mingw32-specific failures for some of the gdb.reverseLuis Machado11-10/+24
2014-11-17GDB testsuite: More fixes for warnings with -std=gnu11Andreas Arnez5-0/+15
2014-11-17Eliminate literal line numbers in mi-until.expAndreas Arnez3-13/+26
2014-11-17Drop remaining references to removed source lines in break1.c and ur1.cAndreas Arnez6-54/+47
2014-11-17[gdbserver/lynx] spurious failure to write in inferior memoryJoel Brobecker2-5/+12
2014-11-17dwarf.exp: In 64-bit units, emit also abbrev offset as a 64-bit fieldPetr Machata2-2/+7
2014-11-15Add copyright headers.Doug Evans3-0/+51
2014-11-15PR symtab/17559Doug Evans13-12/+131
2014-11-15expand_symtab_containing_pc: Renamed from find_pc_sect_symtab_via_partial.Doug Evans4-14/+18
2014-11-15Add missing parenthesisYao Qi2-1/+5
2014-11-14common-defs.h: include <stdarg.h> before <stdio.h>Joel Brobecker2-1/+6
2014-11-14handle 'iconv's that define EILSEQ to ENOENTPedro Alves2-10/+27
2014-11-14Fix dw2-ifort-parameter.exp fail with clangYao Qi3-11/+12
2014-11-14Fix implptr-optimized-out.exp failYao Qi2-3/+8
2014-11-14Use Dwarf::assemble in implptr-optimized-out.expYao Qi3-169/+66
2014-11-14Get start and end address of main in dwz.expYao Qi3-57/+14
2014-11-14DW attribute macro MACRO_AT_func and MACRO_AT_rangeYao Qi2-6/+131
2014-11-14New proc _handle_attributeYao Qi2-6/+18
2014-11-13PR symtab/17591Doug Evans2-1/+11
2014-11-13dwarf2read.c (update_enumeration_type_from_children): Avoid infinite loop.Doug Evans2-3/+10
2014-11-13NEWS: Fix typo.Jan Kratochvil2-3/+7
2014-11-13GDB testsuite: Fix warnings with -std=gnu11Andreas Arnez41-32/+127
2014-11-13GDB testsuite: drop non-prototype C function header variantsAndreas Arnez46-1682/+49
2014-11-13Drop non-prototype C function header variants: 'sepdebug' test caseAndreas Arnez3-47/+18
2014-11-13Drop non-prototype C function header variants: 'list' test caseAndreas Arnez3-14/+20
2014-11-13Drop non-prototype C function header variants: 'break' test caseAndreas Arnez4-55/+17
2014-11-13Drop non-prototype C function header variants: solib1.cAndreas Arnez2-9/+8
2014-11-13callfuncs.exp: Indent perform_all_tests()Andreas Arnez2-134/+138