aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-04Fix FIXME: xstrdup should not be hereYao Qi2-9/+22
2013-10-032013-10-03 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon3-7/+29
2013-10-03Always run the PTRACE_O_TRACESYSGOOD tests even if PTRACE_O_TRACEFORK is not ...Pedro Alves2-37/+56
2013-10-032013-10-03 Tristan Gingold <gingold@adacore.com>Tristan Gingold2-30/+19
2013-10-02gdb/testsuite/Yufeng Zhang2-1/+12
2013-10-02Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves19-30/+154
2013-10-02Teach the testsuite that GDBserver reliably reports program exits.Pedro Alves5-6/+35
2013-10-02[GDBserver]: Silence exits if GDB is connected through stdio.Pedro Alves3-8/+27
2013-10-02Use FILENAME_CMP to compare filenames in compare_search_syms.Joel Brobecker2-1/+6
2013-10-02Delete search_symbols_equal (use compare_search_syms instead).Joel Brobecker2-14/+8
2013-10-022013-10-02 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2-1/+10
2013-10-02 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2-2/+11