aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-03-12fix regressions with target-asyncTom Tromey14-274/+325
2014-03-12Fix dw2-ifort-parameter.exp on PPC64Andreas Arnez3-6/+20
2014-03-12Migrate dw2-ifort-parameter.exp to Dwarf::assembleAndreas Arnez3-124/+48
2014-03-12Exploit 'prepare_for_testing' etc. for 'Dwarf::assemble'-generated filesAndreas Arnez10-113/+30
2014-03-12gdb.exp: Support absolute path name args in 'prepare_for_testing' etc.Andreas Arnez2-2/+14
2014-03-12inf-child.h: Update comment.Pedro Alves2-1/+5
2014-03-12inf-child.c: Update comments.Pedro Alves2-10/+21
2014-03-12Make the nto-procfs.c target inherit inf-child.c.Pedro Alves2-73/+59
2014-03-12Make the windows-nat.c target inherit inf-child.c.Pedro Alves2-78/+58
2014-03-11 * guile/guile.c (call_initialize_gdb_module): New function.Doug Evans2-10/+24
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