* linux-low.c (resume_status_pending_p): Tweak comment.
[deliverable/binutils-gdb.git] / gdb /
2013-11-21  Doug Evans * linux-low.c (resume_status_pending_p): Tweak comment.
2013-11-20  Pedro AlvesAdd missing ChangeLog entry.
2013-11-20  Joel Brobeckerget rid of py-value.c:is_intlike (use is_integral_type...
2013-11-20  Pedro AlvesMake the maint.exp:'maint print objfiles' test less...
2013-11-20  Tom Tromeyremove strerror module
2013-11-20  Sanimir Agovictest: test eval routines with EVAL_AVOID_SIDE_EFFECTS...
2013-11-20  Yao Qiset_address_space_data if dcache is NULL.
2013-11-20  Walfred TedeschiAdd MPX registers tests.
2013-11-20  Walfred TedeschiAdd pretty-printer for MPX bnd registers.
2013-11-20  Walfred TedeschiAdd MPX support to gdbserver.
2013-11-20  Walfred TedeschiMPX for amd64
2013-11-20  Walfred TedeschiAdd MPX support for i386
2013-11-20  Walfred TedeschiAdd MPX registers XML files.
2013-11-20  Walfred TedeschiFix conditions in creating a bitfield.
2013-11-20  Will Newtongdb/arm-tdep.c: Remove "Infinite loop detected" error...
2013-11-20  Yao QiAssociate target_dcache to address_space.
2013-11-20  Yao QiAdd REGISTRY for struct address_space.
2013-11-20  Yao QiDon't stress 'remote' in "Data Caching" in doc
2013-11-20  Yao QiMove target-dcache out of target.c
2013-11-20  Yao QiDon't update target_dcache if it is not initialized
2013-11-20  Yao QiRemove last_cache
2013-11-20  Yao QiMove changelog entry to the right ChangeLog
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
next
This page took 0.041816 seconds and 7 git commands to generate.