aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-11Fix dates (wrong month) in the last 2 ChangeLog entries.Joel Brobecker1-2/+2
2013-10-11warn if "source" fails to open the file when from_tty == 0Joel Brobecker7-2/+64
2013-10-11new function perror_string extracted out of throw_perror_with_name.Joel Brobecker2-6/+28
2013-10-11gdb/testsuite/Yao Qi3-1/+18
2013-10-11Adjust gdb/doc/ChangeLog re "set/show remotebaud" renaming...Joel Brobecker1-2/+4
2013-10-11gdb/Yao Qi1-1/+1
2013-10-11gdb/Yao Qi2-6/+44
2013-10-10gdb/aarch64-linux-tdep.c: Call linux_init_abi.Will Newton2-0/+7
2013-10-102013-10-10 Andreas Arnez <arnez@linux.vnet.ibm.com>Andreas Krebbel2-7/+12
2013-10-10Remove unnecessary @w{} in gdb.texinfoJoel Brobecker2-1/+5
2013-10-10Rename "set/show remotebaud" command into "set/show serial baud"Joel Brobecker7-30/+81
2013-10-09Stop using errno values around target_xfer interfaces and memory errors.Pedro Alves10-79/+122
2013-10-09Minor O_CLOEXEC optimization, "regression" fixJan Kratochvil2-10/+17
2013-10-09monitor.c: Don't install a deprecated_xfer_memory method.Pedro Alves2-15/+44
2013-10-09Uniquefy gdb.base/catch-syscall.exp test names.Pedro Alves2-112/+147
2013-10-09bfdTom Tromey2-1/+9
2013-10-09New flag OBJF_NOT_FILENAMEJan Kratochvil6-4/+26
2013-10-08fix PR symtab/15597Tom Tromey9-145/+488
2013-10-08[Ada] psymbol search failure due to comparison function discrepancyJoel Brobecker2-7/+62
2013-10-08Add missing ChangeLog entry.Joel Brobecker1-0/+4
2013-10-08[Ada] Remove unnecessary ada_exception_sal advance declaration.Joel Brobecker1-3/+0
2013-10-08gdb.ada/mi_catch_ex.exp: Make test names unique.Joel Brobecker2-4/+8
2013-10-07move the demangled_names_hash into the per-BFDTom Tromey5-24/+34
2013-10-07don't share per-BFD data if relocations are neededTom Tromey4-4/+53
2013-10-07 * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idxTom Tromey2-0/+8
2013-10-07[DOC] Mention what happens when the thread of a thread-specific breakpoint di...Pedro Alves2-0/+24
2013-10-07Thread-specific breakpoints: say "no longer in the thread list" instead of "g...Pedro Alves2-1/+7
2013-10-07This patch adds a new convenience variable called "$_exitsignal", whichSergio Durigan Junior12-3/+308
2013-10-06gdb/Yao Qi2-1/+6
2013-10-05(dwarf2_section_info): Comment tweaks missed in previous checkin.Doug Evans1-2/+2
2013-10-05 Add support for DWP file format version 2.Doug Evans3-118/+802
2013-10-04Clean up ptid.h/ptid.c.Pedro Alves3-49/+50
2013-10-04Fix syntax error in aix-thread.c:sync_threadlistsJoel Brobecker2-1/+6
2013-10-04Fix build failure in procfs.c after MERGEPID -> ptid_build conversion.Joel Brobecker2-1/+6
2013-10-04Remove unnecessary cast in aix-thread.c:ptrace32.Joel Brobecker2-1/+5
2013-10-04Add support for --start option in -exec-run GDB/MI command.Joel Brobecker8-5/+151
2013-10-04Move pending_event to remote_notif_state.Yao Qi4-47/+118
2013-10-04Move notif_queue and remote_async_get_pending_events_token to remote_stateYao Qi4-57/+103