Age | Commit message (Expand) | Author | Files | Lines |
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-21 | Make the dcache (code/stack cache) handle line reading errors better | Pedro Alves | 1 | -2/+5 |
2014-03-05 | PR gdb/16575: stale breakpoint instructions in the code cache | Pedro Alves | 1 | -56/+44 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-02 | Add new target_read_raw_memory function, and consolidate comments. | Pedro Alves | 1 | -6/+5 |
2013-11-29 | Delegate to target_ops->beneath for TARGET_OBJECT_RAW_MEMORY | Yao Qi | 1 | -2/+2 |
2013-11-20 | Move target-dcache out of target.c | Yao Qi | 1 | -1/+1 |
2013-11-20 | Remove last_cache | Yao Qi | 1 | -23/+25 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-03-26 | Make "set/show dcache line-size" and "set/show dcache size" zinteger commands... | Pedro Alves | 1 | -12/+12 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-11-09 | * gdbarch.sh (target_gdbarch): Remove macro. | Tom Tromey | 1 | -2/+2 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+2 |
2011-07-26 | 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -40/+128 |
2011-01-07 | 2011-01-07 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -4/+4 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-05-14 | 2010-05-14 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -0/+3 |
2010-05-05 | 2010-05-05 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -2/+1 |
2010-01-19 | Delete unused or undefined functions. | Joel Brobecker | 1 | -2/+0 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+1 |
2009-11-13 | * dcache.c (dcache_hit, dcache_read_line): Tweak comments. | Doug Evans | 1 | -5/+11 |
2009-11-13 | * dcache.c (dcache_block): Replace member newer with next,prev. | Doug Evans | 1 | -36/+108 |
2009-11-10 | 2009-11-10 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -3/+3 |
2009-08-31 | Implement TARGET_OBJECT_STACK_MEMORY. | Doug Evans | 1 | -16/+72 |
2009-08-20 | * dcache.c (dcache_print_line, dcache_info): Use paddress to print addresses. | Doug Evans | 1 | -4/+4 |
2009-08-20 | Replace dcache with splay tree. | Doug Evans | 1 | -323/+240 |
2009-07-02 | * defs.h (strlen_paddr, paddr, paddr_nz): Remove. | Ulrich Weigand | 1 | -1/+1 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -1/+1 |
2008-09-23 | * dcache.c (state_chars): New static global. | Doug Evans | 1 | -13/+24 |
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 1 | -2/+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 | -2/+2 |
2006-08-15 | PR remote/1966 | Daniel Jacobowitz | 1 | -24/+16 |
2005-12-17 | * breakpoint.c: | Eli Zaretskii | 1 | -3/+3 |
2005-05-23 | 2005-05-23 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -10/+6 |
2005-05-16 | 2005-05-16 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -2/+2 |
2005-02-24 | 2005-02-24 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -1/+8 |
2005-02-18 | 2005-02-18 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -8/+8 |
2005-02-15 | 2005-02-15 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -1/+1 |
2005-02-12 | 2005-02-11 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -4/+4 |
2004-07-26 | 2004-07-26 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -1/+1 |
2003-09-16 | 2003-09-16 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -1/+1 |
2003-09-14 | 2003-09-14 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -3/+4 |
2003-09-14 | 2003-09-14 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -4/+4 |
2001-04-06 | * dcache.c (dcache_write_line): Fixed bugs where cache line was | J.T. Conklin | 1 | -4/+9 |
2001-03-06 | Update/correct copyright notices. | Kevin Buettner | 1 | -1/+2 |
2001-01-24 | * dcache.c (dcache_write_line): Fix typo. | J.T. Conklin | 1 | -1/+1 |
2001-01-23 | * exec.c (xfer_memory): Add attrib argument. | J.T. Conklin | 1 | -88/+143 |
2000-12-15 | Replace free() with xfree(). | Kevin Buettner | 1 | -2/+2 |