aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2013-07-17 * nto-tdep.c (nto_relocate_section_addresses): Update,Doug Evans5-4/+14
2013-07-16Check for NULL character before calling strchr.Andrew Burgess4-3/+19
2013-07-16 * solist.h (target_so_ops.find_and_open_solib): Clarify usage ofDoug Evans3-3/+10
2013-07-16 * target.h (struct target_section): Delete member bfd.Doug Evans8-39/+67
2013-07-16simple test suite fix in gdb.adaTom Tromey2-2/+6
2013-07-16simple test suite fix in gdb.miTom Tromey2-8/+15
2013-07-16test suite fixlet for gdb.traceTom Tromey2-2/+6
2013-07-152013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>Ulrich Weigand2-92/+113
2013-07-15 include/elf/Maciej W. Rozycki2-5/+10
2013-07-152013-07-15 Ali Anwar <ali_anwar@codesourcery.com>Ali Anwar3-11/+72
2013-07-11Reuse print_hex_chars function.Andrew Burgess2-11/+7
2013-07-10 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.Tom Tromey2-0/+18
2013-07-10http://sourceware.org/ml/gdb-patches/2013-07/msg00065.htmlSergio Durigan Junior2-1/+8
2013-07-10[testsuite/Ada] Add testing of access to packed arrays.Joel Brobecker2-0/+17
2013-07-10ada-lang.c:coerce_unspec_val_to_type: Preserve laziness.Joel Brobecker4-2/+22
2013-07-10Fix FAIL: gdb.ada/small_reg_param.exp: continue to call_meJoel Brobecker2-1/+6
2013-07-10Remove trailing space in gdb.ada/small_reg_param.expJoel Brobecker2-1/+5
2013-07-09 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans19-74/+98
2013-07-09Revert recent changes to value_bits_valid.Andrew Burgess2-4/+11
2013-07-082013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>Ulrich Weigand2-0/+13
2013-07-08Add $gdb_prompt to test regexp.Andrew Burgess2-1/+5
2013-07-08Fix bug in value_bits_valid.Andrew Burgess2-5/+11
2013-07-07gdb/testsuite/Yao Qi5-91/+66
2013-07-06 top.c (print_gdb_configuration): Explain in output of --configurationEli Zaretskii2-0/+9
2013-07-06Rearrange --help output.Eli Zaretskii2-37/+45
2013-07-06gdb/Yao Qi3-11/+20
2013-07-06 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the realLuis Machado2-2/+8
2013-07-06 * gdb.base/dump.exp: Remove arch-specific tests and do aLuis Machado2-4/+14
2013-07-06 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal forLuis Machado2-5/+10
2013-07-05gdb/testsuite/gdb.base/gnu-ifunc-lib.c: Use %function syntax.Will Newton2-1/+6
2013-07-05gdb/testsuite/Yao Qi5-24/+7
2013-07-04Use allocate_optimized_out_value instead of set_value_optimized_out.Pedro Alves3-6/+16
2013-07-04value_bits_valid: Fix latent bug.Pedro Alves2-1/+7
2013-07-04http://sourceware.org/ml/gdb-patches/2013-07/msg00059.htmlAndrew Burgess7-41/+694
2013-07-04http://sourceware.org/ml/gdb-patches/2013-07/msg00056.htmlAndrew Burgess3-162/+169
2013-07-04gdb/Yao Qi6-36/+56
2013-07-03On mainline/development, also link GDBserver with -lmcheck.Pedro Alves12-56/+216
2013-07-02gdb/testsuite/Jan Kratochvil2-2/+10
2013-07-02 * contrib/ari/update-web-ari.sh: Update for version.in change.Tom Tromey2-1/+6
2013-07-02 * common/ptid.h: Comment fixes.Tom Tromey2-2/+6
2013-07-02remove mention of "target nrom"Tom Tromey2-10/+4
2013-07-02gdbserver, win32: fix some function typedefsMircea Gherzan2-4/+12
2013-07-02gdbserver: avoid empty structsMircea Gherzan2-0/+7
2013-07-01change gdb to use BFD's "dwz" functionsTom Tromey2-22/+31
2013-07-01add -Wold-style-definitionTom Tromey5-4/+13
2013-07-01add -Wold-style-declarationTom Tromey11-16/+39
2013-07-01add -Wmissing-parameter-typeTom Tromey3-2/+7
2013-07-01[GDBserver] hostio.c: Fallback to packet buffer size if PATH_MAX is not avail...Pedro Alves2-4/+18
2013-07-01Normalize on PATH_MAX instead of MAXPATHLEN throughout.Pedro Alves26-59/+72
2013-07-01Import the "pathmax" gnulib module.Pedro Alves12-5/+169