| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year range in all GDB files. | Joel Brobecker | 2019-01-01 | 1 | -1/+1 |
* | Fix interp::m_name resource leak found by Coverity | Gary Benson | 2018-10-11 | 1 | -1/+3 |
* | Add "name" method to class interp | Tom Tromey | 2018-05-25 | 1 | -2/+7 |
* | Remove interp_name | Tom Tromey | 2018-05-25 | 1 | -3/+1 |
* | Remove interp_ui_out | Tom Tromey | 2018-05-25 | 1 | -1/+0 |
* | Update copyright year range in all GDB files | Joel Brobecker | 2018-01-02 | 1 | -1/+1 |
* | Remove leftover declarations in interps.h | Simon Marchi | 2017-10-21 | 1 | -3/+0 |
* | Replace interp_set_temp with scoped_restore_interp | Tom Tromey | 2017-09-11 | 1 | -0/+26 |
* | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 2017-07-17 | 1 | -3/+4 |
* | Eliminate interp::quiet_p | Pedro Alves | 2017-02-08 | 1 | -4/+0 |
* | C++-fy struct interp/cli_interp/tui_interp/mi_interp | Pedro Alves | 2017-02-03 | 1 | -28/+30 |
* | Move "tee" building down to interpreter::set_logging_proc | Pedro Alves | 2017-02-02 | 1 | -10/+12 |
* | update copyright year range in GDB files | Joel Brobecker | 2017-01-01 | 1 | -1/+1 |
* | Add new command to create extra console/mi UIs | Pedro Alves | 2016-06-21 | 1 | -0/+11 |
* | Simplify starting the command event loop | Pedro Alves | 2016-06-21 | 1 | -4/+8 |
* | Make raw_stdout be per MI instance | Pedro Alves | 2016-06-21 | 1 | -0/+3 |
* | Make command line editing (use of readline) be per UI | Pedro Alves | 2016-06-21 | 1 | -0/+11 |
* | Introduce interpreter factories | Pedro Alves | 2016-06-21 | 1 | -3/+21 |
* | Make the interpreters be per UI | Pedro Alves | 2016-06-21 | 1 | -9/+0 |
* | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 2016-01-01 | 1 | -1/+1 |
* | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 2015-01-01 | 1 | -1/+1 |
* | Remove spurious exceptions.h inclusions | Gary Benson | 2014-10-08 | 1 | -2/+0 |
* | Make display_gdb_prompt CLI-only. | Pedro Alves | 2014-05-29 | 1 | -4/+1 |
* | PR gdb/13860: don't lose '-interpreter-exec console EXECUTION_COMMAND''s outp... | Pedro Alves | 2014-05-21 | 1 | -0/+2 |
* | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 2014-01-01 | 1 | -1/+1 |
* | Delete interp_exec_p. | Doug Evans | 2013-12-10 | 1 | -1/+0 |
* | Update years in copyright notice for the GDB files. | Joel Brobecker | 2013-01-01 | 1 | -2/+1 |
* | Make logging work for MI. | Stan Shebs | 2012-06-28 | 1 | -0/+20 |
* | Display the ">" prompt in interactive mode while reading canned | Eli Zaretskii | 2012-05-08 | 1 | -0/+1 |
* | Copyright year update in most files of the GDB Project. | Joel Brobecker | 2012-01-04 | 1 | -2/+2 |
* | gdb/ | Pedro Alves | 2011-09-12 | 1 | -4/+12 |
* | 2011-09-02 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 2011-09-02 | 1 | -0/+9 |
* | 2011-01-08 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 2011-01-09 | 1 | -1/+1 |
* | run copyright.sh for 2011. | Joel Brobecker | 2011-01-01 | 1 | -1/+1 |
* | Update copyright year in most headers. | Joel Brobecker | 2010-01-01 | 1 | -1/+1 |
* | Updated copyright notices for most files. | Joel Brobecker | 2009-01-03 | 1 | -1/+2 |
* | New extern for top_level_interpreter. | Nick Roberts | 2008-04-19 | 1 | -0/+1 |
* | Implement MI notification for new threads. | Vladimir Prus | 2008-03-14 | 1 | -2/+4 |
* | Updated copyright notices for most files. | Daniel Jacobowitz | 2008-01-01 | 1 | -1/+1 |
* | Switch the license of all .c files to GPLv3. | Joel Brobecker | 2007-08-23 | 1 | -4/+2 |
* | Copyright updates for 2007. | Daniel Jacobowitz | 2007-01-09 | 1 | -1/+1 |
* | * breakpoint.c: | Eli Zaretskii | 2005-12-17 | 1 | -3/+3 |
* | 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com> | Andrew Stubbs | 2005-11-07 | 1 | -0/+1 |
* | 2005-04-26 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 2005-04-26 | 1 | -3/+4 |
* | 2005-01-12 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 2005-01-13 | 1 | -2/+5 |
* | 2004-02-18 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 2004-02-18 | 1 | -0/+1 |
* | Index: ChangeLog | Andrew Cagney | 2003-08-07 | 1 | -0/+2 |
* | 2003-06-08 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 2003-06-08 | 1 | -1/+1 |
* | 2003-02-12 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 2003-02-12 | 1 | -1/+1 |
* | Add missing files from last commit :-( | Andrew Cagney | 2003-02-06 | 1 | -0/+73 |