aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-03-10Missing space before '(' in ada-lang.c::ada_evaluate_subexpJoel Brobecker2-3/+8
2014-03-10Minor style change in the previous commits' ChangeLog entry.Joel Brobecker1-2/+2
2014-03-10[Ada] Full view of tagged type with ptypeJerome Guitton7-10/+162
2014-03-10Remove "hardware" from comments of "target_insert_breakpoint"Hui Zhu2-1/+6
2014-03-07* dwarf2read.c (read_str_index): Rename local dwo_name to objf_name.Doug Evans2-5/+9
2014-03-07read_cutu_die_from_dwo: Misc minor cleanups.Doug Evans2-4/+9
2014-03-07target.h: Expands complete_target_initialization and add_target comments.Joel Brobecker2-1/+10
2014-03-07Make the go32-nat.c target inherit inf-child.c.Pedro Alves2-89/+71
2014-03-07btrace, test: fix gdb.btrace/data testMarkus Metzger2-2/+6
2014-03-06Fix sol-thread.c build failure.Joel Brobecker2-3/+13
2014-03-06Remove argument optional_p from get_tracepoint_by_numberYao Qi4-17/+17
2014-03-06Handle parse number error in goto_bookmark_commandYao Qi2-1/+11
2014-03-06Add a newline in output messagesYao Qi2-1/+6
2014-03-06Fix PR16508Yao Qi6-17/+97
2014-03-06Change the default implementation of to_traceframe_info to tcomplainYao Qi3-2/+8
2014-03-05PR gdb/16575: stale breakpoint instructions in the code cachePedro Alves6-104/+127
2014-03-05sim: constify prog_nameMike Frysinger2-1/+5
2014-03-03move probes to be per-bfdTom Tromey3-15/+23
2014-03-03change probes to be program-space-independentTom Tromey16-178/+256
2014-03-03comment fixesTom Tromey2-7/+11
2014-03-02* infrun.c (handle_signal_stop): Replace test forDoug Evans2-16/+19
2014-03-02guile/scm-objfile.c (ofscm_mark_objfile_smob): Fix typo in comment.Doug Evans2-1/+5
2014-03-02guile/lib/gdb/printing.scm (append-pretty-printer!): Fix thinko.Doug Evans2-1/+5
2014-03-01Silence ARI warning.Mark Kettenis2-1/+5
2014-03-01Enable rhreads support on OpenBSD/i386.Mark Kettenis3-3/+11
2014-03-01Eliminate pointer signedness warning.Mark Kettenis2-1/+5
2014-03-01Fix ChangeLog.Mark Kettenis1-2/+3
2014-03-01Enable rthreads support on OpenBSD/mips64.Mark Kettenis3-2/+10
2014-03-01Enable rthreads support on OpenBSD/amd64.Mark Kettenis3-3/+10
2014-02-28Remove the unnecesary argument METHOD to valops.c:find_oload_champ.Siva Chandra2-11/+24
2014-02-28Add sparc64obsd-nat.c to ALLDEPFILES.Mark Kettenis2-1/+4
2014-02-28Enable rthreads supports on OpenBSD/sparc64.Mark Kettenis4-1/+141
2014-02-28Stupid git never fucking does what I want!Mark Kettenis1-3/+3
2014-02-28Support rthreads on OpenBSD 5.2 and later.Mark Kettenis4-2/+219
2014-02-28constify ui_out_implTom Tromey6-13/+17
2014-02-27Prevent compiler warning.Mark Kettenis2-1/+5
2014-02-27StackGhost cookie is per-process.Mark Kettenis2-5/+5
2014-02-27Additional PR 8882 fix.Jan Kratochvil2-4/+8
2014-02-27Linux waitpid/__WALL emulation wrapper: If WNOHANG is set, don't touch sigpro...Pedro Alves2-8/+18
2014-02-27Teach GDBserver's Linux backend about no unwaited-for children (TARGET_WAITKI...Pedro Alves4-352/+568
2014-02-27Move linux-nat.c:status_to_str to nat/linux-waitpid.c.Pedro Alves4-25/+40
2014-02-27Move ptid_match to common/ptid.c.Hui Zhu5-24/+32
2014-02-27Call common OpenBSD ABI init code on OpenBSD/mips64.Mark Kettenis3-1/+10
2014-02-27Add gdbarch auxv parsing for OpenBSD.Mark Kettenis2-1/+32
2014-02-27Add auxv parsing to the architecture vector.Mark Kettenis5-0/+61
2014-02-26guile: Add 'history-append!' procedure.Ludovic Courtès6-0/+56
2014-02-26gdbserver/Windows: Rely purely on event info when handling DLL load eventJoel Brobecker2-168/+18
2014-02-26windows: Factorize handling of DLL load address offsetJoel Brobecker2-12/+22
2014-02-26gdbserver/windows: Ignore DLL load/unload events during child initialization.Joel Brobecker2-46/+61
2014-02-26DWARF: Read constant-class addresses correctlyJoel Brobecker9-28/+491