aboutsummaryrefslogtreecommitdiff
path: root/gdb/event-loop.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-6/+5
2015-08-25remote: allow aborting long operations (e.g., file transfers)Pedro Alves1-0/+16
2015-08-24Prepare for gnulib updatePedro Alves1-1/+1
2015-05-15Fix gdb.mi/mi-nsmoribund.exp timeoutsPedro Alves1-32/+88
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+4
2015-02-04Fix build breakage due to event loop simplificationPedro Alves1-0/+4
2015-02-03Simplify event-loop core, remove two-step event processingPedro Alves1-241/+93
2015-02-03When disabling target async, remove all target event sources from the event loopPedro Alves1-0/+8
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-07Move errno.h to common-defs.hGary Benson1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-05-29Make display_gdb_prompt CLI-only.Pedro Alves1-4/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-01-25gdb/Yao Qi1-83/+38
2013-01-25gdb/Yao Qi1-27/+13
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-08-042011-08-04 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-19/+20
2011-05-25PR gdb/8677Andreas Schwab1-10/+6
2011-03-112011-03-11 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+2
2011-01-052011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-7/+14
2011-01-01run copyright.sh for 2011.Joel Brobecker1-2/+2
2010-12-292010-12-28 Michael Snyder <msnyder@vmware.com>Michael Snyder1-159/+169
2010-05-25 * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...Doug Evans1-0/+7
2010-05-142010-05-14 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+1
2010-05-03 * event-loop.c (gdb_timer): Delete unused global.Doug Evans1-3/+2
2010-01-19Delete unused or undefined functions.Joel Brobecker1-1/+0
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-10-06 ARI fix: OP eol rule.Pierre Muller1-6/+6
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-10-24 * event-loop.h: Mention async_event_handlers.Pedro Alves1-94/+288
2008-03-14 * defs.h (do_exec_error_cleanups, discard_exec_error_cleanups)Vladimir Prus1-1/+1
2008-03-14 Async mode fixes.Vladimir Prus1-0/+4
2008-03-05 * Makefile.in (mingw-hdep.o, posix-hdep.o, remote-fileio.o): Update.Daniel Jacobowitz1-0/+9
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker1-4/+2
2007-08-182007-08-18 Michael Snyder <msnyder@access-company.com>Michael Snyder1-1/+1
2007-08-16event-loop.c (gdb_wait_for_event): Move statement into if block.Michael Snyder1-2/+1
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
2006-02-10 * NEWS: Mention native Windows support.Daniel Jacobowitz1-92/+3
2006-01-14 * event-loop.c (gdb_select): Detect file descriptors that haveMark Mitchell1-12/+25
2005-12-17 * breakpoint.c:Eli Zaretskii1-3/+3
2005-04-25 * event-loop.c (gdb_select): Program defensively.Mark Mitchell1-5/+10
2005-04-25 * event-loop.c (gdb_assert.h): Include.Mark Mitchell1-6/+85
2005-02-122005-02-11 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-4/+4
2005-02-112005-02-11 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-10/+10