aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2013-11-07Constify 'la_name' in struct language_defnYao Qi3-4/+11
2013-11-06 * gdb.python/py-arch.exp: Tweak test name for bad memory access test.Doug Evans2-1/+5
2013-11-06S390: Fix TDB regset recognitionAndreas Arnez4-20/+44
2013-11-06gdb/dwarf2read.c: Sanity check DW_AT_sibling values.Will Newton2-2/+26
2013-11-06Revert "2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>"Muhammad Bilal2-6/+1
2013-11-062013-11-06 Muhammad Bilal <mbilal@codesourcery.com>Muhammad Bilal2-1/+6
2013-11-06[DOC] shell startup files, clarifications and fixes.Pedro Alves2-11/+21
2013-11-062013-11-06 Muhammad Bilal <mbilal@codesourcery.com>Muhammad Bilal3-4/+9
2013-11-06Test on solib load and unloadYao Qi5-0/+260
2013-11-06Mention perf test in testsuite/READMEYao Qi2-0/+31
2013-11-06Perf test frameworkYao Qi7-0/+491
2013-11-06New make target 'check-perf' and new dir gdb.perfYao Qi7-2/+41
2013-11-05gdb/arm-tdep.c: Use filtered output in arm_print_float_info.Will Newton2-13/+19
2013-11-04switch to fully parallel modeTom Tromey2-58/+56
2013-11-04fix some fission testsTom Tromey5-5/+28
2013-11-04fix some "exec" testsTom Tromey7-15/+36
2013-11-04fix argv0-symlink.exp for parallel modeTom Tromey2-2/+14
2013-11-04make gdb.asm parallel-safeTom Tromey2-6/+13
2013-11-04fix up gdb.serverTom Tromey2-7/+18
2013-11-04introduce relative_filename and use itTom Tromey6-28/+56
2013-11-04update fileio testTom Tromey3-35/+52
2013-11-04update checkpoint testTom Tromey3-17/+26
2013-11-04simple changes in gdb.baseTom Tromey15-139/+208
2013-11-04fix up gdb.traceTom Tromey4-25/+71
2013-11-04fix up gdb.miTom Tromey4-11/+31
2013-11-04fix up gdb.xmlTom Tromey3-20/+46
2013-11-04fix up gdb.gdbTom Tromey3-4/+22
2013-11-04fix weird.exp for parallel testingTom Tromey2-1/+7
2013-11-04fix some simple thinkos in the test suiteTom Tromey3-3/+11
2013-11-04fix up log-file togglingTom Tromey2-1/+7
2013-11-04Improve performance of large restore commandsAnton Blanchard2-0/+11
2013-11-02gdb.cp/derivation.exp: s/perrro/perror/Maciej W. Rozycki2-1/+5
2013-11-01gdb.dwarf2/dwzbuildid.exp: Avoid reserved variable nameMaciej W. Rozycki2-3/+8
2013-11-01breakpoint.c: fix libc probe scan when no get_longjmp_target exists.Tiago Stürmer Daitx2-2/+8
2013-10-31infrun.c: use GDB_SIGNAL_0 when hidding signals, not GDB_SIGNAL_TRAP.Pedro Alves2-9/+15
2013-10-31Extra error message from update_watchpointAndrew Burgess5-6/+48
2013-10-30S/390: Add missing gdb_prompt in s390-multiarch.expUlrich Weigand2-2/+9
2013-10-30S/390: Rename source files to *-linux-*Ulrich Weigand8-9/+27
2013-10-30Clean up whitespace in S/390 -tdep and -nat files.Ulrich Weigand4-134/+139
2013-10-30linux-tdep.c: Fix "warning: 'siginfo_size' may be used uninitialized..."Maciej W. Rozycki2-1/+6
2013-10-29undef reg in gdb_curses.hTom Tromey3-5/+13
2013-10-29ChangeLog entries for the remove-symbol-file commits.Nicolas Blanc3-0/+35
2013-10-29gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs variables defining...Pedro Alves3-13/+5
2013-10-29Print <unavailable> for unavailable registers in info register output.Andrew Burgess4-17/+23
2013-10-29Test adding and removing a symbol file at runtime.Nicolas Blanc5-0/+715
2013-10-29Function is_elf_target.Nicolas Blanc1-0/+39
2013-10-29Create target sections for user-added symbol files.Nicolas Blanc3-2/+69
2013-10-29Documentation for the remove-symbol-file command.Nicolas Blanc2-2/+30
2013-10-29New remove-symbol-file command.Nicolas Blanc7-9/+209
2013-10-29Simplify REGISTRY cleanup usagesYao Qi8-39/+30