Simplify event-loop core, remove two-step event processing
[external/binutils.git] / gdb / ChangeLog
2015-02-03 Pedro AlvesSimplify event-loop core, remove two-step event processing
2015-02-03 Pedro AlvesWhen disabling target async, remove all target event...
2015-02-03 Pedro AlvesFix up some target is-async vs can-async confusions
2015-02-02 Simon MarchiMention which return values need to be freed in lang_va...
2015-02-02 Joel BrobeckerAdd missing i18n marker in dwarf2_evaluate_property...
2015-02-02 Joel Brobecker[Ada] Do not re-cache symbol-lookup result found from...
2015-02-02 Joel Brobecker[Ada] pspace_data->sym_cache is always NULL
2015-02-01 Tom Tromeyremove myself from MAINTAINERS
2015-02-01 Doug EvansMove vptr_{fieldno,basetype} out of main_type, and...
2015-02-01 Doug EvansMove TYPE_SELF_TYPE into new field type_specific.
2015-02-01 Doug Evansgdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
2015-02-01 Doug EvansBe more strict about what kinds of types can be passed.
2015-02-01 Doug Evansgdbtypes.c (copy_type_recursive): Handle all TYPE_SPECI...
2015-01-31 Gary BensonChangeLog entries for max-completions patch.
2015-01-31 Gary BensonBuild list of completions as symbol tables are expanded.
2015-01-31 Gary Bensonnew callback parameter expansion_notify for expand_symt...
2015-01-31 Doug EvansUnify CLI/TUI interface to readline tab completion.
2015-01-31 Doug EvansAdd symbol lookup cache.
2015-01-31 Joel BrobeckerPR symtab/17855
2015-01-31 Doug EvansAdd support for inlining scripts into .debug_gdb_scripts.
2015-01-31 Eli ZaretskiiMake sure TABs are expanded in TUI windows on MS-Windows.
2015-01-31 Doug EvansAdd producer string to output of info source.
2015-01-30 Simon MarchiFix varobj_delete comment
2015-01-30 Simon MarchiMention that create_child takes ownership of the alloca...
2015-01-30 Simon MarchiConstify some parameters in the varobj code
2015-01-30 Simon MarchiSet varobj->path_expr in varobj_get_path_expr
2015-01-30 Simon MarchiFree results of varobj_get_expression
2015-01-30 Simon MarchiFree results of varobj_get_type and type_to_string
2015-01-29 Doug EvansPR symtab/17890
2015-01-29 Mark WielaardMerge GCC producer parsers. Allow digits in identifiers.
2015-01-29 Joel BrobeckerFix patch author issue in gdb/ChangeLog entry.
2015-01-29 Joel Brobeckergdb/DWARF: Support for arrays whose bound is a discrimi...
2015-01-29 Joel Brobecker[Ada/varobj] number of children of null pointer to...
2015-01-29 Joel Brobeckergdb/DWARF: dynamic subrange type of dynamic subrange...
2015-01-29 Alexander KlimovFix build failure in symfile.c::unmap_overlay_command...
2015-01-27 Doug EvansAdd gdb.Objfile.username.
2015-01-26 Mark WielaardFix ARI warning in stack.c (return_command).
2015-01-24 Doug Evansgdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
2015-01-24 Jan KratochvilFix 100x slowdown regression on DWZ files
2015-01-23 Simon MarchiCatch exception in value_rtti_indirect_type
2015-01-23 Mark WielaardUse GCC5/DWARF5 DW_AT_noreturn to mark functions that...
2015-01-23 Pedro AlvesLinux: make target_is_async_p return false when async...
2015-01-23 Joel BrobeckerFix filename in one of the recent gdb/ChangeLog entries...
2015-01-22 Jan KratochvilSort threads for thread apply all
2015-01-22 Jan KratochvilPrint current thread after loading a core file
2015-01-22 Pedro Alvesmingw32: fix windows-termcap/curses check
2015-01-22 Eli ZaretskiiFix MinGW TUI build
2015-01-22 Jan Kratochvilcompile: Fix function pointers
2015-01-22 Eli ZaretskiiPartial fix for "make TAGS".
2015-01-22 Chen Ganggdb/hppa-tdep.c: Fix logical working flow issues and...
2015-01-21 Wei-cheng WangAdd myself as write-after-approval GDB maintainer.
2015-01-21 Wei-cheng WangAdd missing comments in rs6000-tdep.c, ppc64-tdep.c...
2015-01-20 Joel Brobeckergdb/ARI: Call safe_strerror instead of strerror in...
2015-01-20 Joel BrobeckerFix date in gdb/ChangeLog.
2015-01-20 Wei-cheng WangFix format warning in rs6000t-dep.c
2015-01-20 Chen GangAdd myself as write-after-approval GDB maintainer.
2015-01-19 Eli ZaretskiiDon't use windows-termcap.c when linking against a...
2015-01-19 Joel BrobeckerFix ARI warning in rs6000-tdep.c::rs6000_gdbarch_init.
2015-01-17 Wei-cheng WangSkip-trampoline for PowerPC reverse-stepping.
2015-01-17 Wei-cheng WangReverse debugging for PowerPC.
2015-01-17 Wei-cheng WangEpilogue unwinder for PowerPC.
2015-01-16 Sergio Durigan JuniorFix nat/linux-personality.c regression on RHEL-5
2015-01-16 Eli ZaretskiiFix an erroneous commentary.
2015-01-16 Eli ZaretskiiMake setting TUI border attributes take effect immediately
2015-01-16 Eli ZaretskiiMake the change of tab size in TUI mode effective immed...
2015-01-16 Eli ZaretskiiFix TUI-related documentation.
2015-01-16 Eli ZaretskiiLeave more space in TUI mode for thread ID.
2015-01-16 Jan KratochvilFix gcc-5 compilation
2015-01-15 Sergio Durigan JuniorMove code to disable ASR to nat/
2015-01-15 Sergio Durigan JuniorMove safe_strerror to common/
2015-01-15 Joel BrobeckerDocument the GDB 7.8.2 release in gdb/ChangeLog
2015-01-15 Joel Brobecker[Ada] 'first/'last/'length of array whose bound is...
2015-01-14 Yao QiDetect 64-bit-ness in PowerPC Book III-E
2015-01-14 Yao QiMove some ppc macros to nat/ppc-linux.h
2015-01-14 Pedro AlvesPR17525 - breakpoint commands not executed when program...
2015-01-14 Pedro AlvesPR cli/17828: -batch -ex r breaks terminal
2015-01-14 Doug EvansEnhance gdb.lookup_objfile so that it works with a...
2015-01-13 Joel BrobeckerUpdate NEWS post GDB 7.9 branch creation.
2015-01-13 Joel BrobeckerBump version to 7.9.50.DATE-cvs.
2015-01-13 Joel Brobecker[ARI] Remove trailing new-line in argument of call...
2015-01-13 Joel Brobecker[ARI] Remove trailing new-line in argument of call...
2015-01-13 Joel Brobecker[python/Ada] gdb.lookup_type fails to looking primitive...
2015-01-12 Patrick PalkaAppend to input history file instead of overwriting it
2015-01-12 James Clarke[darwin/gdb] Use <setjmp.h> instead of <machine/setjmp.h>
2015-01-12 Doug Evansdwarf2read.c (compute_delayed_physnames): Use TYPE_FN_F...
2015-01-11 Doug EvansTemporarily revert symbol lookup cache.
2015-01-11 Doug EvansPR gdb/15830
2015-01-11 Mark KettenisFix build on OpenBSD.
2015-01-11 Doug Evanssymtab.c (eq_symbol_entry): Use SYMBOL_SEARCH_NAME...
2015-01-11 Doug Evanstweak previous entry
2015-01-11 Doug EvansImprove comments for symbol_cache_mark_{not_,}found.
2015-01-11 Doug EvansAdd symbol lookup cache.
2015-01-09 Patrick PalkaDon't munge yacc's #line directives
2015-01-09 Patrick PalkaConsolidate the custom TUI query hook with the default...
2015-01-09 Pedro Alveslinux-nat.c: better starvation avoidance, handle non...
2015-01-09 Pedro Alveslinux-nat.c: always mark execing LWP as resumed
2015-01-09 Pedro Alveslinux-nat.c: clean up pending status checking and resum...
2015-01-09 Pedro Alvescleanup and speed up (software_)breakpoint_inserted_here_p
2015-01-09 Pedro AlvesLinux: Skip thread_db thread event reporting if PTRACE_...
2015-01-09 Pedro Alveslibthread_db: Skip attaching to terminated and joined...
next