testsuite: Use istarget and is_lp64_target for 3 testcases.
[external/binutils.git] / gdb /
2014-06-23 Jan Kratochviltestsuite: Use istarget and is_lp64_target for 3 testcases.
2014-06-19 Pedro AlvesFix next over threaded execl with "set scheduler-lockin...
2014-06-16 Pedro Alves"$ gdb PROGRAM" vs "(gdb) file PROGRAM" difference...
2014-06-14 Eli ZaretskiiInclude --with-guile in 'show configuration's output.
2014-06-12 Pedro AlvesMove ChangeLog entry to proper place.
2014-06-11 Joel BrobeckerBump GDB version number to 7.7.90.DATE-cvs.
2014-06-11 Joel BrobeckerDocument the GDB 7.7.90 release in gdb/ChangeLog
2014-06-11 Joel BrobeckerSet GDB version number to 7.7.90.
2014-06-11 Joel BrobeckerBump version to 7.7.90.DATE-cvs.
2014-06-11 Pedro AlvesPR remote/17028: GDB+GDBserver hangs on Windows
2014-06-10 Siva ChandraWrap PyObject_Get/HasAttrString in a function with...
2014-06-10 Joel Brobeckerthinko in serial.c::serial_write debug trace
2014-06-10 Joel Brobeckergdbtypes.resolve_dynamic_range: Add function description.
2014-06-09 Siva ChandraAdd space before the opening parenthesis in function...
2014-06-09 Pedro AlvesFix a bunch of fork related regressions.
2014-06-09 Gary BensonSeparate out ANSI-standard signals
2014-06-08 Hui ZhuFix gdb.base/watch-vfork.exp: Watchpoint triggers after...
2014-06-07 Keith SeitzRevert patchset for c++/16253: it causes a large perfor...
2014-06-06 Doug Evansfix email address of previous checkins
2014-06-06 Doug EvansAdd support for guile 2.0.5.
2014-06-06 Doug Evans* gdb.guile/scm-frame-args.c (foo): Tweak to work with...
2014-06-06 Pedro Alvessss-bp-on-user-bp-2.exp sometimes fails on native GNU...
2014-06-06 Pedro Alvesbreak-unload-file.exp: Fix typo.
2014-06-06 Yao QiRestrict the pattern in gdb.base/jit.exp
2014-06-06 Yao QiTweak gdb.base/async.exp
2014-06-06 xmjupdate ChangeLog
2014-06-06 Gary BensonRemove preprocessor conditionals for ANSI-standard...
2014-06-06 xmjadd -q in help info and doc
2014-06-06 Yao QiSkip hbreak-unmapped.exp if memory at address 0 is...
2014-06-06 Markus Metzgersymfile, vdso: remove target sections
2014-06-06 Yao QiFix the race in gdb.threads/staticthreads.exp
2014-06-05 Ludovic Courtèsguile: Type-check the argument to 'history-append!'.
2014-06-05 Simon MarchiPR mi/15806: Fix quoting of async events
2014-06-05 Joel BrobeckerMake it easy to make --disable-werror the default for...
2014-06-05 Doug EvansDelete scm-generics.exp.
2014-06-05 Doug EvansSplit create-breakpoint! into make-breakpoint, register...
2014-06-04 Joel Brobeckergdbserver crash if the_target->supports_z_point_type...
2014-06-04 Tom Tromeyhandle VLA in a struct or union
2014-06-04 Tom Tromeyminor cleanups in is_dynamic_type
2014-06-04 Tom Tromeyconstify to_attach
2014-06-04 Tom Tromeyconvert to_thread_address_space to use TARGET_DEFAULT_FUNC
2014-06-04 Yao QiTweak sss-bp-on-user-bp.exp
2014-06-04 Doug Evans* guile/scm-type.c (type_smob): Remove duplicate typedef.
2014-06-04 Markus Metzgerbtrace: async support
2014-06-04 Hui ZhuAdd system test before "set remote system-call-allowed...
2014-06-04 Yao QiFix a regexp pattern in gdb.base/auto-connect-native...
2014-06-04 Yao QiFix regexp pattern in gdb.base/default.exp
2014-06-04 Doug Evans * guile/scm-param.c (pascm_make_param_smob): Add ARI...
2014-06-03 Doug Evansresize_section_table cleanup
2014-06-03 Joel Brobeckergdb/doc/python.texi: Fix reference to "Progspaces In...
2014-06-03 Siva ChandraDocumentation of the xmethod support in GDB Python...
2014-06-03 Siva ChandraXmethod support in Python.
2014-06-03 Siva ChandraMissed ChangeLog entry in the previous commit.
2014-06-03 Siva ChandraLookup and invoke debug methods of C++ classes if they...
2014-06-03 Siva ChandraAdd xmethod interface to the extension language API.
2014-06-03 Joel BrobeckerUser breakpoint ignored if software-single-step at...
2014-06-03 Brad Mouringgdb/source.c: Fix matching path substitute rule listing
2014-06-03 Pedro AlvesSkip sss-bp-on-user-bp-2.exp on remote hardware step...
2014-06-03 Gary BensonThis patch replaces a call to cplus_demangle with a...
2014-06-03 Pedro AlvesPR breakpoints/17000: user breakpoint not inserted...
2014-06-03 Doug EvansAdd parameter support for Guile.
2014-06-03 Doug EvansAdd command support for Guile.
2014-06-03 Phil MuldoonDon't remove #-comments.
2014-06-03 Doug EvansAdd progspace support for Guile.
2014-06-03 Alan ModraSupport fusion for ELFv2 stubs
2014-06-03 Doug EvansAdd support for skeletonless type units.
2014-06-02 Pedro AlvesInstalling a breakpoint on top of a dprintf makes GDB...
2014-06-02 Pedro Alvesdprintf-style agent can't explain a trap.
2014-06-02 Pedro Alvesgdbserver: on GDB breakpoint reinsertion, also delete...
2014-06-02 Edjunior Barbosa... gdb/testsuite/
2014-06-02 Joel BrobeckerUnnecessary restore of timeout global at end of gdb...
2014-06-02 Joel Brobeckersimplify substitute_path_rule_matches using filename_ncmp
2014-06-02 Joel BrobeckerRemove some trailing spaces in source.c
2014-06-01 Ludovic Courtèsguile: Allow compilation with Guile <= 2.0.5.
2014-06-01 Yao QiSkip test 'watch -location nullptr->p->x' if null point...
2014-05-30 Andrew BurgessAdd a TRY_CATCH to get_prev_frame_always to better...
2014-05-30 Andrew BurgessRename frame_stop_reason_string to unwind_stop_reason_t...
2014-05-30 Andrew BurgessRemove previous frame if an error occurs when computing...
2014-05-30 Pedro AlvesPR breakpoints/17000: user breakpoint not inserted...
2014-05-30 David BlaikieUse attribute to specify the required inlining semantics
2014-05-30 Maciej W. Rozyckigdb.reverse/sigall-reverse.exp: Typo fix
2014-05-29 Pedro AlvesRunning the current tree against my software-single...
2014-05-29 Pedro Alvesinfrun.c: simplify "end stepping range" code a bit.
2014-05-29 Pedro Alvesinfrun.c: stop_stepping -> stop_waiting.
2014-05-29 Pedro Alvesunbreak infcalls
2014-05-29 Pedro Alvesenable target async by default; separate MI and target...
2014-05-29 Pedro AlvesMake display_gdb_prompt CLI-only.
2014-05-29 Pedro AlvesPR gdb/13860 - Make MI sync vs async output (closer...
2014-05-29 Pedro AlvesPR gdb/15713 - errors from i386_linux_resume lead to...
2014-05-29 Pedro AlvesPR15693 - Fix spurious *running events, thread state...
2014-05-28 Joel BrobeckerRemove "set/show remotebaud" (deprecated) commands.
2014-05-28 Yao QiFix typo in comments
2014-05-27 Gary BensonPrompt the user to file bug reports for internal errors...
2014-05-27 Andy Wingoremove unnecessary smob mark/free functions
2014-05-27 Andy Wingogdb smob cleanups
2014-05-26 Andy Wingoguile.texi (Basic Guile): Fix some typos.
2014-05-26 Andy WingoFix excess parentheses in use-modules forms.
2014-05-26 Andy WingoAdd configure support for building with guile 2.2.
2014-05-26 Doug Evansfix 80 cols overrun in earlier entry
2014-05-26 Yao QiSpecify source file explicitly when setting a breakpoint
next