aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-01-22gdb/ChangeLog:Andreas Arnez8-3/+697
2014-01-22Fix regression on s390x with entry-values.exp.Andreas Arnez2-2/+9
2014-01-22Re-introduce '_start' labels and add alignment in dw2-dir-file-name test case.Andreas Arnez3-4/+19
2014-01-22Prevent appending "-g" after "-g3" to compile options in info-macros.exp.Andreas Arnez2-1/+8
2014-01-22gdb: xtensa: fix on 64-bit hostsBaruch Siach2-1/+5
2014-01-22xtensa-config.c: missing defs.h include.Pedro Alves2-0/+6
2014-01-22Add ARI (ok) marker for __func__ reference in common-utils.hJoel Brobecker2-1/+6
2014-01-22Expand documentation of common-utils.h::FUNCTION_NAMEJoel Brobecker2-1/+11
2014-01-21gdb: Support install-strip targetRoland McGrath5-16/+259
2014-01-20better packing for command structTom Tromey2-48/+53
2014-01-20convert flags to bitfieldsTom Tromey5-61/+85
2014-01-20gdb: xtensa: fix linux ptrace includesBaruch Siach4-1/+11
2014-01-18Move D demangling routines out of d-lang.c and into d-support.c, whichIain Buclaw5-598/+637
2014-01-18Fix and update D demangling support in gdb to the current mangling ABI.Iain Buclaw5-137/+821
2014-01-18Define all basic data types of D and add them to the primitive typeIain Buclaw5-1/+302
2014-01-18Add d_main_name to set the logical entry point for D programs.Iain Buclaw4-0/+38
2014-01-18Update d_language_defn to reflect that D does not have any style ofIain Buclaw2-1/+6
2014-01-18Add gdb.dlang to the gdb testsuite for the purpose of creating DIain Buclaw7-3/+69
2014-01-18Add myself as a write-after-approval gdb maintainer.Iain Buclaw2-0/+5
2014-01-17Add "volatile" keyword to "struct gdb_exception" declarationSergio Durigan Junior3-2/+8
2014-01-17Add delim_string_to_char_ptr_vec.Doug Evans3-17/+53
2014-01-17Move ASSERT_FUNCTION to FUNCTION_NAME.Doug Evans5-22/+35
2014-01-17Fix PR mention in gdb/gdbserver/ChangeLog's previous change.Pedro Alves1-1/+1
2014-01-17Fix silly ChangeLog entry in previous change.Pedro Alves1-2/+2
2014-01-17Fix PR PR16445 - gdbserver build failure on x86.Pedro Alves2-1/+12
2014-01-17Add comments to gdbarch_address_class_name_to_type_flags.Simon Marchi3-0/+14
2014-01-16 * dll.c (UNSPECIFIED_CORE_ADDR): New macro.Doug Evans2-1/+9
2014-01-16rearrange struct value to save memoryTom Tromey2-3/+7
2014-01-16remove extended_remote_create_inferior_1Tom Tromey2-10/+9
2014-01-16Fix gdb.trace/mi-traceframe-changed.exp on s390.Pedro Alves2-4/+17
2014-01-16dwarf2read.c (open_and_init_dwp_file): Fix typo in comment.Doug Evans2-1/+5
2014-01-16record-btrace: add (reverse-)stepping supportMarkus Metzger22-42/+1279
2014-01-16target: allow decr_pc_after_break to be defined by the targetMarkus Metzger9-13/+68
2014-01-16record-btrace: show trace from enable locationMarkus Metzger12-118/+260
2014-01-16btrace, gdbserver: read branch trace incrementallyMarkus Metzger16-91/+370
2014-01-16record-btrace: extend unwinderMarkus Metzger9-10/+352
2014-01-16record-btrace: add record goto target methodsMarkus Metzger8-5/+714
2014-01-16record-btrace: provide target_find_new_threads methodMarkus Metzger2-0/+44
2014-01-16record-btrace: add to_wait and to_resume target methods.Markus Metzger2-0/+47
2014-01-16record-btrace: provide xfer_partial target methodMarkus Metzger3-0/+125
2014-01-16target, breakpoint: allow insert/remove breakpoint to be forwardedMarkus Metzger12-50/+173
2014-01-16record-btrace, frame: supply target-specific unwinderMarkus Metzger2-0/+74
2014-01-16frame: do not assume unwinding will succeedMarkus Metzger2-6/+8
2014-01-16frame, cfa: check unwind stop reason firstMarkus Metzger2-4/+9
2014-01-16frame, backtrace: allow targets to supply a frame unwinderMarkus Metzger4-28/+109
2014-01-16record-btrace: supply register target methodsMarkus Metzger2-0/+99
2014-01-16Add target_ops argument to to_prepare_to_storeMarkus Metzger14-22/+50
2014-01-16btrace: add replay position to btrace thread infoMarkus Metzger4-8/+100
2014-01-16record-btrace: make ranges include begin and endMarkus Metzger9-20/+62
2014-01-16record-btrace: optionally indent function call historyMarkus Metzger18-40/+771