aboutsummaryrefslogtreecommitdiff
path: root/gdb/event-loop.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-24gdb: Re-enable stdin for all UIs from start_event_loopAndrew Burgess1-1/+4
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-19Remove an include of common/queue.hTom Tromey1-1/+0
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-04-06Revert the header-sorting patchTom Tromey1-3/+1
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-1/+3
2019-01-25Normalize includes to use common/Tom Tromey1-2/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-03-19Convert observers to C++Tom Tromey1-2/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-06-02Use delete instead of xfree for gdb_timerSimon Marchi1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-23gdb: Use C++11 std::chronoPedro Alves1-50/+44
2016-06-21Replace the sync_execution global with a new enum prompt_state tristatePedro Alves1-0/+1
2016-06-21Always run async signal handlers in the main UIPedro Alves1-0/+4
2016-04-12Eliminate immediate_quitPedro Alves1-9/+0
2016-04-12Fix signal handler/event-loop racesPedro Alves1-1/+31
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