]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/event-loop.c
Generated files
[thirdparty/binutils-gdb.git] / gdb / event-loop.c
2018-03-19  Tom TromeyConvert observers to C++
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-06-02  Simon MarchiUse delete instead of xfree for gdb_timer
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-23  Pedro Alvesgdb: Use C++11 std::chrono
2016-06-21  Pedro AlvesReplace the sync_execution global with a new enum promp...
2016-06-21  Pedro AlvesAlways run async signal handlers in the main UI
2016-04-12  Pedro AlvesEliminate immediate_quit
2016-04-12  Pedro AlvesFix signal handler/event-loop races
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-25  Pedro Alvesremote: allow aborting long operations (e.g., file...
2015-08-24  Pedro AlvesPrepare for gnulib update
2015-05-15  Pedro AlvesFix gdb.mi/mi-nsmoribund.exp timeouts
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-02-04  Pedro AlvesFix build breakage due to event loop simplification
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-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-08-07  Gary BensonMove errno.h to common-defs.h
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-05-29  Pedro AlvesMake display_gdb_prompt CLI-only.
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18  Tom Tromeyremove gdb_string.h
2013-01-25  Yao Qigdb/
2013-01-25  Yao Qigdb/
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-08-04  Pedro Alves2011-08-04 Pedro Alves <pedro@codesourcery.com>
2011-05-25  Andreas SchwabPR gdb/8677
2011-03-11  Michael Snyder2011-03-11 Michael Snyder <msnyder@vmware.com>
2011-01-05  Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2011-01-01  Joel Brobeckerrun copyright.sh for 2011.
2010-12-29  Michael Snyder2010-12-28 Michael Snyder <msnyder@vmware.com>
2010-05-25  Doug Evans * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPT...
2010-05-14  Michael Snyder2010-05-14 Michael Snyder <msnyder@vmware.com>
2010-05-03  Doug Evans * event-loop.c (gdb_timer): Delete unused global.
2010-01-19  Joel BrobeckerDelete unused or undefined functions.
2010-01-01  Joel BrobeckerUpdate copyright year in most headers.
2009-10-06  Pierre Muller ARI fix: OP eol rule.
2009-01-03  Joel Brobecker Updated copyright notices for most files.
2008-10-24  Pedro Alves * event-loop.h: Mention async_event_handlers.
2008-03-14  Vladimir Prus * defs.h (do_exec_error_cleanups, discard_exec_error_c...
2008-03-14  Vladimir Prus Async mode fixes.
2008-03-05  Daniel Jacobowitz * Makefile.in (mingw-hdep.o, posix-hdep.o, remote...
2008-01-01  Daniel Jacobowitz Updated copyright notices for most files.
2007-08-23  Joel Brobecker Switch the license of all .c files to GPLv3.
2007-08-18  Michael Snyder2007-08-18 Michael Snyder <msnyder@access-company...
2007-08-16  Michael Snyderevent-loop.c (gdb_wait_for_event): Move statement into...
2007-01-09  Daniel JacobowitzCopyright updates for 2007.
2006-04-20  Elena ZannoniThis commit was generated by cvs2svn to track changes...
2006-02-10  Daniel Jacobowitz * NEWS: Mention native Windows support.
2006-01-14  Mark Mitchell * event-loop.c (gdb_select): Detect file descriptors...
2005-12-17  Eli Zaretskii * breakpoint.c:
2005-04-25  Mark Mitchell * event-loop.c (gdb_select): Program defensively.
2005-04-25  Mark Mitchell * event-loop.c (gdb_assert.h): Include.
2005-02-12  Andrew Cagney2005-02-11 Andrew Cagney <cagney@gnu.org>
2005-02-11  Andrew Cagney2005-02-11 Andrew Cagney <cagney@gnu.org>
2005-01-12  Andrew Cagney2005-01-12 Andrew Cagney <cagney@gnu.org>
2002-11-05  Elena Zannoni2002-11-05 Elena Zannoni <ezannoni@redhat.com>
2002-09-30  Elena Zannoni2002-09-30 Elena Zannoni <ezannoni@redhat.com>
2002-09-10  Stephane Carrez * event-loop.c (gdb_do_one_event): Make public.
2002-08-23  Elena ZannoniThis commit was generated by cvs2svn to track changes...
2002-05-14  Keith Seitz * event-loop.c (create_file_handler): Don't...
2001-11-27  Tom Tromey * NEWS: Updated.
2001-03-27  J.T. Conklin* arch-utils.c (#include "gdbthread.h"): Removed.
2001-03-26  Eli Zaretskii * event-loop.c (toplevel) [!HAVE_POLL] [NO_FD_SET...
2001-03-20  Andrew CagneyMove realoc() decl to utils.c. s/realloc()/xrealloc()/.
2001-03-07  J.T. Conklin2001-03-06 J.T. Conklin <jtc@redback.com>
2001-03-06  Kevin BuettnerUpdate/correct copyright notices.
2001-02-08  Andrew CagneyAdd __FILE__ and __LINE__ parameter to internal_error() /
2001-01-31  David Smith2001-01-31 David Smith <dsmith@redhat.com>
2000-12-15  Kevin BuettnerReplace free() with xfree().
2000-09-01  David AndersonCorrected spelling errors in comments:
2000-07-09  Elena ZannoniThis commit was generated by cvs2svn to track changes...
2000-07-07  Elena ZannoniThis commit was generated by cvs2svn to track changes...
2000-07-05  Andrew CagneyCheck for <sys/poll.h>.
2000-03-23  Elena Zannoni2000-03-22 Elena Zannoni <ezannoni@kwikemart.cygnus...
2000-03-23  Elena Zannoni2000-03-22 Elena Zannoni <ezannoni@kwikemart.cygnus...
2000-03-20  Elena Zannoni2000-03-04 Eli Zaretskii <eliz@is.elta.co.il>
2000-03-06  Elena Zannoni2000-03-06 Elena Zannoni <ezannoni@kwikemart.cygnus...
2000-02-22  Ian Lance TaylorThis commit was generated by cvs2svn to track changes...
2000-02-22  Ian Lance TaylorThis commit was generated by cvs2svn to track changes...
2000-02-21  Elena Zannoni2000-02-21 Elena Zannoni <ezannoni@kwikemart.cygnus...
1999-12-14  Jason Molendaimport gdb-1999-12-13 snapshot
1999-11-09  Jason Molendaimport gdb-1999-11-08 snapshot
1999-10-05  Jason Molendaimport gdb-1999-10-04 snapshot
1999-09-28  Jason Molendaimport gdb-1999-09-28 snapshot
1999-09-22  Jason Molendaimport gdb-1999-09-21
1999-09-13  Jason Molendaimport gdb-1999-09-13 snapshot
1999-08-16  Jason Molendaimport gdb-1999-08-16 snapshot
1999-08-16  Jason MolendaThis commit was generated by cvs2svn to track changes...
1999-08-02  Jason MolendaThis commit was generated by cvs2svn to track changes...
1999-07-19  Jason Molendaimport gdb-1999-07-19 snapshot
1999-07-19  Jason MolendaThis commit was generated by cvs2svn to track changes...
1999-07-07  Jason Molendaimport gdb-1999-07-07 post reformat
1999-07-05  Jason Molendaimport gdb-1999-07-05 snapshot
1999-06-28  Jason Molendaimport gdb-1999-06-28 snapshot
next