Age | Commit message (Expand) | Author | Files | Lines |
2019-02-17 | Change macro_source_fullname to return a std::string | Tom Tromey | 1 | -7/+3 |
2019-02-17 | Add styling to macro commands | Tom Tromey | 1 | -3/+6 |
2019-02-06 | Fix leak of identifier in macro definition. | Philippe Waroquiers | 1 | -14/+11 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-27 | OBVIOUS Use report_unrecognized_option_error in 'demangle' and 'info macro' c... | Philippe Waroquiers | 1 | -6/+2 |
2018-02-08 | Remove cleanups from macro_define_command | Tom Tromey | 1 | -21/+21 |
2018-02-08 | Return unique_xmalloc_ptr from macro scope functions | Tom Tromey | 1 | -28/+10 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -9/+8 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -1/+1 |
2017-09-27 | Constify some commands in macrocmd.c | Tom Tromey | 1 | -8/+8 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-09-04 | struct symtabs_and_lines -> std::vector<symtab_and_line> | Pedro Alves | 1 | -4/+4 |
2017-02-23 | Use gdb::function_view in iterate_over_symtabs & co | Pedro Alves | 1 | -19/+11 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-11 | gdb: Make use of 'add_info' to create info sub-commands. | Andrew Burgess | 1 | -9/+6 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -1/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -2/+2 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-06-13 | make calls to help_list use enumerator | Tom Tromey | 1 | -1/+1 |
2014-05-14 | reindent print_macro_definition | Tom Tromey | 1 | -24/+24 |
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-07-01 | add -Wold-style-definition | Tom Tromey | 1 | -1/+2 |
2013-02-03 | gdb/ | Jan Kratochvil | 1 | -3/+8 |
2013-01-11 | gdb/ | Jan Kratochvil | 1 | -3/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-06-29 | * linespec.c: #include "stack.h". | Doug Evans | 1 | -1/+3 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 |
2011-11-12 | Move info definitions command to an info macro option. | matt rice | 1 | -59/+84 |
2011-07-21 | PR macros/12999 | matt rice | 1 | -22/+111 |
2011-01-09 | 2011-01-08 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -1/+1 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+2 |
2010-05-16 | 2010-05-15 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -0/+3 |
2010-05-06 | 2010-05-06 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -2/+0 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+1 |
2009-04-29 | gdb/ | Jan Kratochvil | 1 | -2/+8 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -1/+1 |
2008-12-12 | * macrocmd.c (macro_define_command): Skip whitespace after | Tom Tromey | 1 | -4/+6 |
2008-09-30 | gdb | Tom Tromey | 1 | -2/+3 |
2008-09-27 | gdb | Tom Tromey | 1 | -10/+29 |
2008-08-14 | gdb: | Tom Tromey | 1 | -2/+10 |
2008-07-18 | gdb | Tom Tromey | 1 | -11/+135 |
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-01-09 | Copyright updates for 2007. | Daniel Jacobowitz | 1 | -1/+1 |
2005-12-17 | * breakpoint.c: | Eli Zaretskii | 1 | -3/+3 |