summaryrefslogtreecommitdiff
path: root/gdb/event-loop.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-06-02Use delete instead of xfree for gdb_timerSimon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-23gdb: Use C++11 std::chronoPedro Alves
2016-06-21Replace the sync_execution global with a new enum prompt_state tristatePedro Alves
2016-06-21Always run async signal handlers in the main UIPedro Alves
2016-04-12Eliminate immediate_quitPedro Alves
2016-04-12Fix signal handler/event-loop racesPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-25remote: allow aborting long operations (e.g., file transfers)Pedro Alves
2015-08-24Prepare for gnulib updatePedro Alves
2015-05-15Fix gdb.mi/mi-nsmoribund.exp timeoutsPedro Alves
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-02-04Fix build breakage due to event loop simplificationPedro Alves
2015-02-03Simplify event-loop core, remove two-step event processingPedro Alves
2015-02-03When disabling target async, remove all target event sources from the event loopPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-08-07Move errno.h to common-defs.hGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-05-29Make display_gdb_prompt CLI-only.Pedro Alves
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-01-25gdb/Yao Qi
2013-01-25gdb/Yao Qi
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-08-042011-08-04 Pedro Alves <pedro@codesourcery.com>Pedro Alves
2011-05-25PR gdb/8677Andreas Schwab
2011-03-112011-03-11 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-052011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-12-292010-12-28 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-05-25 * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...Doug Evans
2010-05-142010-05-14 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-05-03 * event-loop.c (gdb_timer): Delete unused global.Doug Evans
2010-01-19Delete unused or undefined functions.Joel Brobecker
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-10-06 ARI fix: OP eol rule.Pierre Muller
2009-01-03 Updated copyright notices for most files.Joel Brobecker
2008-10-24 * event-loop.h: Mention async_event_handlers.Pedro Alves
2008-03-14 * defs.h (do_exec_error_cleanups, discard_exec_error_cleanups)Vladimir Prus
2008-03-14 Async mode fixes.Vladimir Prus
2008-03-05 * Makefile.in (mingw-hdep.o, posix-hdep.o, remote-fileio.o): Update.Daniel Jacobowitz
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker
2007-08-182007-08-18 Michael Snyder <msnyder@access-company.com>Michael Snyder
2007-08-16event-loop.c (gdb_wait_for_event): Move statement into if block.Michael Snyder