Age | Commit message (Expand) | Author | Files | Lines |
2022-04-12 | Introduce thread-safe handling for complaints | Tom Tromey | 1 | -2/+66 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -3/+3 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -2/+2 |
2022-03-29 | Unify vprintf functions | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-09 | [gdb] Make execute_command_to_string return string on throw | Tom de Vries | 1 | -2/+2 |
2021-09-09 | [gdb/testsuite] Reimplement gdb.gdb/complaints.exp as unittest | Tom de Vries | 1 | -0/+52 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -6/+2 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -2/+6 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-04 | Simplify complaints even more | Tom Tromey | 1 | -40/+5 |
2018-10-04 | Make complaint output prettier | Tom Tromey | 1 | -1/+1 |
2018-10-04 | Fix off-by-one error in complaint_internal | Tom Tromey | 1 | -1/+1 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -2/+0 |
2018-05-23 | Remove struct complaints | Tom Tromey | 1 | -11/+4 |
2018-05-23 | Remove struct complain | Tom Tromey | 1 | -57/+5 |
2018-05-23 | Remove file and line from struct complain | Tom Tromey | 1 | -15/+5 |
2018-05-23 | Remove vcomplaint | Tom Tromey | 1 | -17/+8 |
2018-05-23 | Remove struct explanation | Tom Tromey | 1 | -48/+8 |
2018-05-23 | Remove symfile_complaints | Tom Tromey | 1 | -32/+13 |
2018-05-23 | Remove "noisy" parameter from clear_complaints | Tom Tromey | 1 | -4/+2 |
2018-05-23 | Remove elements from complaint_series | Tom Tromey | 1 | -57/+3 |
2018-05-23 | Remove internal_complaint | Tom Tromey | 1 | -10/+0 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-08 | Avoid expensive complaint calls when complaints are disabled | Pedro Alves | 1 | -2/+2 |
2017-09-29 | Remove cleanup from complaints.c | Tom Tromey | 1 | -6/+3 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
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-08-06 | Change type of struct complaints::series | Simon Marchi | 1 | -12/+5 |
2015-02-26 | Add ATTRIBUTE_PRINTF attributes, and fix fallout | Pedro Alves | 1 | -5/+11 |
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 gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-01-13 | replace XMALLOC with XNEW | Tom Tromey | 1 | -2/+2 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+2 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-12-31 | 2010-12-31 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -7/+12 |
2010-05-13 | 2010-05-13 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -0/+2 |
2010-05-02 | gdb/ | Jan Kratochvil | 1 | -2/+2 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+1 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -1/+1 |
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 | -2/+2 |
2006-01-17 | * complaints.c (stop_whining): Make signed. | Daniel Jacobowitz | 1 | -2/+2 |