]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb
Fix *-nacl* target objcopy/strip of binary made with custom linker script
[thirdparty/binutils-gdb.git] / gdb /
2013-11-19  Yao QiRemove unnecessary '\'.
2013-11-19  Yao QiFix format issues in lib/mi-support.exp
2013-11-19  Yao QiRemove 'whatever' in lib/mi-support.exp
2013-11-19  Yao QiFix typo
2013-11-19  Joel BrobeckerFix int() builtin with range type gdb.Value objects.
2013-11-19  Joel Brobeckergdb_ari.sh: Remove entries for dirent.h and stat.h.
2013-11-18  Tom Tromeyremove gdb_stat.h
2013-11-18  Tom Tromeyimport gnulib sys/stat.h module
2013-11-18  Tom Tromeysys/types.h cleanup
2013-11-18  Tom Tromeydon't check for unistd.h
2013-11-18  Tom Tromeystdlib.h is universal too
2013-11-18  Tom Tromeydon't check for stddef.h
2013-11-18  Tom Tromeyremove gdb_dirent.h
2013-11-18  Tom Tromeyimport gnulib dirent module
2013-11-18  Tom Tromeydon't check for string.h or strings.h
2013-11-18  Tom Tromeyremove gdb_string.h
2013-11-18  Tom Tromeyimport strstr and strerror modules
2013-11-18  Tom Tromeychange how list of modules is computed
2013-11-18  Tom Tromeylink gdbreplay against gnulib
2013-11-18  Jose E. Marchesisparc: support single-stepping over longjmp calls.
2013-11-18  Pedro AlvesSimplify dwarf2-frame.c:read_addr_from_reg.
2013-11-18  Joel Brobeckermi-language.exp: Check "langauge-option" in -list-featu...
2013-11-18  Joel BrobeckerAdd "language-option" to -list-features
2013-11-17  Joel BrobeckerRename "read_reg" into "read_addr_from_reg" in struct...
2013-11-16  Joel Brobeckergdb.ada/info_exc.exp,mi_exc_info.exp: Use more unique...
2013-11-15  Luis Machado * lib/mi-support.exp (mi_gdb_test): Expect different...
2013-11-15  Jan Kratochvilgdb/NEWS: Fix typo
2013-11-15  Joel Brobeckergdb.ada/info_exc.exp,mi_exc_info.exp: handle runtimes...
2013-11-15  Andreas ArnezFix GDB crash with upstream GCC due to memcpy(NULL...
2013-11-15  Joel BrobeckerStart inferior before running test listing Ada exceptions.
2013-11-15  Tom Tromeyfix PR c++/16117
2013-11-15  Doug Evans* gdb.python/py-breakpoint.exp: Make tests have unique...
2013-11-15  Doug Evans* gdb.python/py-breakpoint.exp: Reformat for 80 columns.
2013-11-15  Doug Evans* gdb.python/py-breakpoint.exp: Split up into several...
2013-11-15  Joel BrobeckerFix DW_OP_GNU_regval_type with FP registers
2013-11-15  Alan ModraPowerPC64 ELFv2 trampoline match
2013-11-14  Tom Tromeyprint summary from "make check"
2013-11-14  Tom Tromeyfix grammar oddity in the manual
2013-11-14  Pedro Alvesinfrun.c:handle_signal_stop: Move initial connection...
2013-11-14  Pedro Alvesinfrun.c: Split handle_inferior_event further.
2013-11-14  Pedro AlvesEliminate enum bpstat_signal_value, simplify random...
2013-11-14  Pedro Alvesinfrun.c:handle_inferior_event: Rework random signal...
2013-11-14  Pedro Alvesinfrun.c: Don't set ecs->random_signal for "catchpoint...
2013-11-14  Pedro Alvesinfrun.c:handle_inferior_event: Move comment.
2013-11-14  Pedro Alvesinfrun.c:handle_inferior_event: Don't fall through...
2013-11-14  Tom Tromeyoff-by-one fix for py-linetable.c
2013-11-14  Omair Javaidtestsuite/gdb.dwarf2: dw2-case-insensitive.exp: p fuNC_...
2013-11-14  Joel BrobeckerGDB/MI: Add new "--language LANG" command option.
2013-11-14  Joel BrobeckerNew function cli-utils.c:extract_arg_const
2013-11-14  Joel Brobeckerlanguage.h: Add "symtab.h" #include
2013-11-14  Doug Evans* breakpoint.c (bpstat_check_breakpoint_conditions...
2013-11-13  Keith SeitzFix PR # dyslexia in ChangeLog for previous commit...
2013-11-13  Keith SeitzPR c++/7539
2013-11-13  Keith SeitzFix regressions caused by const-ify linespec patch:
2013-11-13  Tom Tromeyfix multi-arch-exec for parallel mode
2013-11-13  Doug Evans* breakpoint.c (breakpoint_cond_eval): Fix and enhance...
2013-11-13  Doug Evansfix email address in earlier commit
2013-11-13  Joel BrobeckerReplace "info-ada-exceptions" by "ada-exceptions" in...
2013-11-13  Joel Brobeckercrash while re-reading symbols from objfile on ppc...
2013-11-13  Doug Evans* breakpoint.c (bpstat_check_breakpoint_conditions...
2013-11-12  Doug Evans * gdb.base/fileio.exp: Make $dir2 writable after the...
2013-11-12  Andreas ArnezFix GDB crash with upstream GCC due to qsort(NULL,...
2013-11-12  Doug EvansWork around gold/15646.
2013-11-12  Joel BrobeckerSmall fix (first word of sentence to start with capital...
2013-11-12  Joel BrobeckerAdd missing ChangeLog entry for a7e332c24b77168bc61d4ee...
2013-11-12  Joel BrobeckerDocument "info exceptions" and "-info-ada-exception...
2013-11-12  Joel BrobeckerImplement GDB/MI equivalent of "info exceptions" CLI...
2013-11-12  Joel BrobeckerAdd command to list Ada exceptions
2013-11-12  Doug Evans * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_n...
2013-11-11  Phil Muldoon2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2013-11-11  Joel BrobeckerDandling memory pointers in Ada catchpoints with GDB/MI.
2013-11-11  Tom Tromeyfix "tkill" check
2013-11-11  Joel BrobeckerMinor reformatting in remote-sim.c (gdbsim_detach decla...
2013-11-11  Edjunior Barbosa... Fix argument type on gdbsim_detach prototype.
2013-11-08  Doug EvansChange "set debug dwarf2-read" to take a verbosity...
2013-11-08  Tom Tromeyremove unused gdbserver configury
2013-11-08  Tom Tromeyfix a comment in configure.ac
2013-11-08  Tom Tromeygdb configure updates
2013-11-08  Tom Tromeyuse gdb_string.h in m32c-tdep.c
2013-11-08  Tom Tromeyremove link.h checks
2013-11-08  Tom Tromeyintroduce common.m4
2013-11-08  Doug EvansChange "set debug symtab-create" to take a verbosity...
2013-11-08  Tom Tromeyconstify to_detach
2013-11-08  Doug EvansFix email address in earlier entry.
2013-11-08  Doug EvansPR 11786
2013-11-07  Phil Muldoon2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2013-11-07  Phil Muldoon2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2013-11-07  Phil Muldoon2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2013-11-07  Jose E. Marchesi2013-11-07 Jose E. Marchesi <jose.marchesi@oracle...
2013-11-07  Yao QiRemove varobj_language_string, languages and varobj_lan...
2013-11-07  Yao QiNew field 'la_natural_name' in struct language_defn
2013-11-07  Yao QiConstify 'la_name' in struct language_defn
2013-11-07  Doug Evans * gdb.python/py-arch.exp: Tweak test name for bad...
2013-11-06  Andreas ArnezS390: Fix TDB regset recognition
2013-11-06  Will Newtongdb/dwarf2read.c: Sanity check DW_AT_sibling values.
2013-11-06  Muhammad BilalRevert "2013-11-06 Muhammad Bilal <mbilal@codesourcer...
2013-11-06  Muhammad Bilal2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
2013-11-06  Pedro Alves[DOC] shell startup files, clarifications and fixes.
2013-11-06  Muhammad Bilal2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
2013-11-06  Yao QiTest on solib load and unload
next