Age | Commit message (Expand) | Author | Files | Lines |
2020-04-13 | Move event-loop.[ch] to gdbsupport/ | Tom Tromey | 1 | -889/+0 |
2020-04-13 | Introduce async-event.[ch] | Tom Tromey | 1 | -306/+0 |
2020-04-13 | Introduce and use flush_streams | Tom Tromey | 1 | -2/+1 |
2020-04-13 | Use warning in event-loop | Tom Tromey | 1 | -6/+5 |
2020-04-13 | Include <chrono> in event-loop.c | Tom Tromey | 1 | -0/+2 |
2020-04-13 | Move gdb_select.h to gdbsupport/ | Tom Tromey | 1 | -2/+1 |
2020-04-13 | Move start_event_loop out of event-loop.c | Tom Tromey | 1 | -54/+0 |
2020-02-12 | Remove some dead code from event-loop.c | Tom Tromey | 1 | -33/+0 |
2020-02-11 | Remove some ui_file_* functions | Tom Tromey | 1 | -2/+2 |
2020-02-07 | Make gdb_flush also flush the wrap buffer | Iain Buclaw | 1 | -2/+2 |
2020-01-24 | gdb: Re-enable stdin for all UIs from start_event_loop | Andrew Burgess | 1 | -1/+4 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-04-19 | Remove an include of common/queue.h | Tom Tromey | 1 | -1/+0 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -3/+1 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -1/+3 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -2/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -2/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-06-02 | Use delete instead of xfree for gdb_timer | Simon Marchi | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-23 | gdb: Use C++11 std::chrono | Pedro Alves | 1 | -50/+44 |
2016-06-21 | Replace the sync_execution global with a new enum prompt_state tristate | Pedro Alves | 1 | -0/+1 |
2016-06-21 | Always run async signal handlers in the main UI | Pedro Alves | 1 | -0/+4 |
2016-04-12 | Eliminate immediate_quit | Pedro Alves | 1 | -9/+0 |
2016-04-12 | Fix signal handler/event-loop races | Pedro Alves | 1 | -1/+31 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -6/+5 |
2015-08-25 | remote: allow aborting long operations (e.g., file transfers) | Pedro Alves | 1 | -0/+16 |
2015-08-24 | Prepare for gnulib update | Pedro Alves | 1 | -1/+1 |
2015-05-15 | Fix gdb.mi/mi-nsmoribund.exp timeouts | Pedro Alves | 1 | -32/+88 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -3/+4 |
2015-02-04 | Fix build breakage due to event loop simplification | Pedro Alves | 1 | -0/+4 |
2015-02-03 | Simplify event-loop core, remove two-step event processing | Pedro Alves | 1 | -241/+93 |
2015-02-03 | When disabling target async, remove all target event sources from the event loop | Pedro Alves | 1 | -0/+8 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-08-07 | Move errno.h to common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-05-29 | Make display_gdb_prompt CLI-only. | Pedro Alves | 1 | -4/+2 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-01-25 | gdb/ | Yao Qi | 1 | -83/+38 |
2013-01-25 | gdb/ | Yao Qi | 1 | -27/+13 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 |