aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-25Avoid producing broken non-native core filesMaciej W. Rozycki4-4/+15
2013-10-25Fix ChangeLog typoMaciej W. Rozycki1-1/+1
2013-10-25linux-tdep.c: Remove unused `num_notes' struct memberMaciej W. Rozycki2-4/+7
2013-10-25Make STARTUP_WITH_SHELL a runtime toggle -- add new "set/show startup-with-sh...Pedro Alves11-37/+118
2013-10-25infrun debug output: print enum gdb_signal symbol names instead of POSIX sign...Pedro Alves5-9/+40
2013-10-25Fix off-by-one errors in *scanf format strings.Gary Benson2-25/+54
2013-10-25Remove dead sets/clears of ecs->random signal.Pedro Alves2-9/+5
2013-10-25Add missing ChangeLog entries for previous commits.Pedro Alves1-0/+23
2013-10-25infrun.c:keep_going: update comments.Pedro Alves1-35/+31
2013-10-25remote: Map invalid signal numbers to GDB_SIGNAL_UNKNOWN.Pedro Alves1-4/+14
2013-10-25Fix up a couple oddities in GDB's signal names and strings.Pedro Alves2-18/+18
2013-10-252013-10-22 Jose E. Marchesi <jose.marchesi@oracle.com>Jose E. Marchesi2-0/+5
2013-10-25fix ARI for git migrationTom Tromey1-0/+5
2013-10-25fix CONTRIBUTE for git migrationTom Tromey1-7/+7
2013-10-212013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>Jose E. Marchesi3-3/+16
2013-10-212013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>Jose E. Marchesi2-1/+19
2013-10-18 * lib/gdb.exp (build_executable_from_specs): Remove duplicate setTom Tromey2-2/+5
2013-10-18Hardware watchpoints turned off, inferior not yet started.Andrew Burgess4-9/+55
2013-10-18[gdb/16062] stepi sometimes doesn't make progressPedro Alves5-0/+176
2013-10-18gdb/Yao Qi2-2/+6
2013-10-17 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):Maciej W. Rozycki3-2/+8
2013-10-17fix for PR gdb/15995Tom Tromey4-0/+16
2013-10-17remove unused field from struct elfinfoTom Tromey2-5/+5
2013-10-17Remove ada-varobj.h.Yao Qi4-63/+22
2013-10-17gdb/Yao Qi9-1288/+1383
2013-10-17 * target/waitstatus.h (target_waitkind): Remove spuriousLuis Machado2-1/+6
2013-10-17Document the get_longjmp_target gdbarch method.Joel Brobecker3-2/+15
2013-10-16 * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unusedTom Tromey2-1/+5
2013-10-16 * gcore.in: Call GDB using the full path to the gcore script.Luis Machado2-1/+40
2013-10-16There were two functions who were calling "sizeof" twice.Sergio Durigan Junior4-2/+14
2013-10-16This is a simple bug. target_disable_btrace and target_teardown_btrace,Sergio Durigan Junior2-2/+15
2013-10-14 * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit testTom Tromey2-1/+7
2013-10-14gdb/Yao Qi3-117/+153
2013-10-142013-10-13 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore7-6/+16
2013-10-13Improve Executable displayed path (PR 15415 regression kind #2)Jan Kratochvil6-1/+71
2013-10-11testsuite/ChangeLog:Ulrich Weigand3-0/+478
2013-10-11 * Makefile.in (GDBFLAGS): New variable.Doug Evans2-0/+12
2013-10-11ChangeLog entries for the previous commit.Joel Brobecker2-0/+14
2013-10-11Document the -catch-assert and -catch-exception new GDB/MI commands.Joel Brobecker2-0/+102
2013-10-11Adjust gdb.ada/mi_catch_ex.exp to use GDB/MI catch commands...Joel Brobecker2-4/+18
2013-10-11New GDB/MI commands to catch Ada exceptionsJoel Brobecker8-15/+186
2013-10-11Add "ada_" prefix to enum ada_exception_catchpoint_kindJoel Brobecker2-70/+77
2013-10-11Rework a bit Ada exception catchpoint support (in prep for GDB/MI)Joel Brobecker2-50/+48