Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-08-04 | 2011-08-04 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -19/+20 |
2011-05-25 | PR gdb/8677 | Andreas Schwab | 1 | -10/+6 |
2011-03-11 | 2011-03-11 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -0/+2 |
2011-01-05 | 2011-01-05 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -7/+14 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -2/+2 |
2010-12-29 | 2010-12-28 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -159/+169 |
2010-05-25 | * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ... | Doug Evans | 1 | -0/+7 |
2010-05-14 | 2010-05-14 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -1/+1 |
2010-05-03 | * event-loop.c (gdb_timer): Delete unused global. | Doug Evans | 1 | -3/+2 |
2010-01-19 | Delete unused or undefined functions. | Joel Brobecker | 1 | -1/+0 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+1 |
2009-10-06 | ARI fix: OP eol rule. | Pierre Muller | 1 | -6/+6 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -1/+1 |
2008-10-24 | * event-loop.h: Mention async_event_handlers. | Pedro Alves | 1 | -94/+288 |
2008-03-14 | * defs.h (do_exec_error_cleanups, discard_exec_error_cleanups) | Vladimir Prus | 1 | -1/+1 |
2008-03-14 | Async mode fixes. | Vladimir Prus | 1 | -0/+4 |
2008-03-05 | * Makefile.in (mingw-hdep.o, posix-hdep.o, remote-fileio.o): Update. | Daniel Jacobowitz | 1 | -0/+9 |
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 1 | -1/+1 |
2007-08-23 | Switch the license of all .c files to GPLv3. | Joel Brobecker | 1 | -4/+2 |
2007-08-18 | 2007-08-18 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 1 | -1/+1 |
2007-08-16 | event-loop.c (gdb_wait_for_event): Move statement into if block. | Michael Snyder | 1 | -2/+1 |
2007-01-09 | Copyright updates for 2007. | Daniel Jacobowitz | 1 | -1/+1 |
2006-02-10 | * NEWS: Mention native Windows support. | Daniel Jacobowitz | 1 | -92/+3 |