Age | Commit message (Expand) | Author | Files | Lines |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
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-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -1/+2 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -7/+7 |
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-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Move stddef.h to common-defs.h | Gary Benson | 1 | -2/+0 |
2014-08-07 | Move stdlib.h to common-defs.h | Gary Benson | 1 | -1/+0 |
2014-01-13 | replace XCALLOC with XCNEWVEC or XCNEW | Tom Tromey | 1 | -3/+3 |
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-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-12-05 | * bcache.c (bcache): Rename `bcache' to `cache'(-Wshadow). | Andrey Smirnov | 1 | -2/+2 |
2011-01-05 | 2011-01-05 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -1/+2 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-12-29 | 2010-12-29 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -12/+16 |
2010-09-27 | * bcache.c (expand_hash_table): Use hash_function, not hash. | Tom Tromey | 1 | -1/+2 |
2010-08-31 | Enable custom bcache hash function. | Sami Wagiaalla | 1 | -5/+44 |
2010-05-13 | 2010-05-13 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -11/+14 |
2010-01-12 | Implement core awareness. | Vladimir Prus | 1 | -11/+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-08-05 | * bcache.c (deprecated_bcache_added): Initialize obstack. | Tom Tromey | 1 | -5/+15 |
2008-08-05 | * symfile.c (add_psymbol_to_bcache): Return a const pointer. Use | Tom Tromey | 1 | -17/+3 |
2008-06-05 | * bcache.c (bcache_data): Call deprecated_bcache_added function. | Aleksandar Ristovski | 1 | -12/+32 |
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 1 | -1/+2 |
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 |
2005-01-29 | 2005-01-29 Baurzhan Ismagulov <ibr@radix50.net> | Baurzhan Ismagulov | 1 | -24/+27 |
2004-03-20 | print_percentage: Use floating point to avoid incorrect results when | Paul N. Hilfinger | 1 | -1/+1 |
2004-02-09 | 2004-02-09 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 1 | -1/+4 |
2003-11-15 | 2003-11-15 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -2/+13 |
2003-11-07 | 2003-11-07 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -6/+33 |
2003-11-03 | * bcache.c: Include "gdb_assert.h". | Andrew Cagney | 1 | -4/+52 |
2002-07-29 | 2002-07-29 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 1 | -1/+1 |
2002-07-12 | * bcache.h: Update copyright. | Andrew Cagney | 1 | -8/+65 |
2002-04-15 | * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h". | Andrew Cagney | 1 | -4/+5 |
2002-02-23 | Indicate that the bcache functions don't change the strings | Jim Blandy | 1 | -2/+2 |
2001-03-06 | Update/correct copyright notices. | Kevin Buettner | 1 | -1/+1 |
2000-12-15 | Replace free() with xfree(). | Kevin Buettner | 1 | -2/+2 |
2000-06-05 | C++ improvements | Daniel Berlin | 1 | -32/+15 |
2000-04-19 | * bcache.c (free_bcache): Do not free NULL. | Andrew Cagney | 1 | -1/+2 |
2000-02-08 | Clean up compiler warnings: | Jim Kingdon | 1 | -7/+6 |
1999-12-07 | import gdb-1999-12-06 snapshot | Jason Molenda | 1 | -165/+258 |
1999-07-07 | import gdb-1999-07-07 post reformat | Jason Molenda | 1 | -35/+36 |