aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-022013-10-02 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2-2/+11
2013-10-02Constification of parse_linespec and fallout:Keith Seitz26-132/+289
2013-10-01 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.Doug Evans2-6/+4
2013-10-01 * gdb.python/python.exp: Remove redundant print-stack tests.Doug Evans2-15/+14
2013-10-01gdb/Yao Qi2-111/+95
2013-10-01gdb/Yao Qi3-15/+8
2013-10-01gdb/Yao Qi2-9/+5
2013-10-01gdb/Yao Qi3-8/+13
2013-10-01gdb/Yao Qi5-23/+46
2013-10-01[gdbserver/LynxOS]: Incomplete thread list after --attachJoel Brobecker2-1/+43
2013-10-01[ELinOS] Best effort to load system libraries in case of incomplete envJoel Brobecker2-12/+33
2013-10-01wrong "catch exception" error message when finding trampoline msym.Joel Brobecker2-1/+9
2013-09-302013-09-30 Tristan Gingold <gingold@adacore.com>Tristan Gingold2-61/+152
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado61-536/+605
2013-09-29gdb/testsuite/Yao Qi2-1/+10
2013-09-29gdb: btrace: fix build errors on older glibc buildsMike Frysinger6-4/+21
2013-09-27 * dwarf2read.c (dwarf2_section_info): Add comment.Doug Evans2-13/+29
2013-09-27 * dwarf2read.c (die_reader_specs): Tweak comment.Doug Evans2-45/+117
2013-09-27 * dwarf2read.c (struct dwo_file): Add/tweak comments.Doug Evans2-41/+58
2013-09-27Fix regular /path/to/directory sysroots and target reported dll paths with dr...Pedro Alves4-3/+40
2013-09-27remote.c: Remove unnecessary fields from 'struct stop_reply'.Pedro Alves2-20/+18
2013-09-26Fix set debug frame outputJan Kratochvil2-2/+11
2013-09-26 Replace constant values 8 to 15 by AMD64_R8_REGNUM toPierre Muller3-5/+21