aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-28breakpoint.c:watchpoints_triggered: simplify a tiny bit.Pedro Alves2-1/+6
2013-10-28Fix typo in gdb/testsuite/gdb.arch/thumb2-it.S.Tom de Vries2-1/+5
2013-10-28infrun.c:process_event_stop_test: Reindent.Pedro Alves2-187/+186
2013-10-28infrun.c:handle_inferior_event: Make process_event_stop_test label a function.Pedro Alves2-15/+37
2013-10-28infrun.c:handle_inferior_event: Move process_event_stop_test goto label.Pedro Alves2-7/+13
2013-10-28infrun.c:handle_inferior_event: Put all ecs->random_signal tests together.Pedro Alves2-78/+100
2013-10-28infrun.c:handle_inferior_event: Remove some more dead code.Pedro Alves2-13/+6
2013-10-27Rename field 'lang' to 'lang_ops'.Yao Qi2-15/+25
2013-10-25New field la_varobj_ops in struct language_defnYao Qi15-3/+63
2013-10-25testsuite: Fix gdb.base/bang.exp for remote stubs without exitAnton Kolesov2-9/+7
2013-10-25Print nonexisting/optimized out static fields gracefully.Pedro Alves8-35/+53
2013-10-25Send qXfer:traceframe-info:read when traceframe is selected.Yao Qi2-0/+10
2013-10-25Fix changelog.Yao Qi1-0/+6
2013-10-25Remove global traceframe_fun and traceframe_salYao Qi1-6/+2
2013-10-25Minor coding style fixes in varobj.hJoel Brobecker2-7/+12
2013-10-25testsuite: Persistent gdbserver cleanupMaciej W. Rozycki3-0/+24