summaryrefslogtreecommitdiff
path: root/gdb/dcache.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Rename some command functionsSimon Marchi2017-08-221-3/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+3
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-3/+1
* PR record/18691: Fix fails in solib-precsave.expYao Qi2015-07-291-3/+2
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* make calls to help_list use enumeratorTom Tromey2014-06-131-1/+1
* Make the dcache (code/stack cache) handle line reading errors betterPedro Alves2014-05-211-2/+5
* PR gdb/16575: stale breakpoint instructions in the code cachePedro Alves2014-03-051-56/+44
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Add new target_read_raw_memory function, and consolidate comments.Pedro Alves2013-12-021-6/+5
* Delegate to target_ops->beneath for TARGET_OBJECT_RAW_MEMORYYao Qi2013-11-291-2/+2
* Move target-dcache out of target.cYao Qi2013-11-201-1/+1
* Remove last_cacheYao Qi2013-11-201-23/+25
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Make "set/show dcache line-size" and "set/show dcache size" zinteger commands...Pedro Alves2013-03-261-12/+12
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey2012-11-091-2/+2
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+2
* 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2011-07-261-40/+128
* 2011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-071-4/+4
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* 2010-05-14 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-141-0/+3
* 2010-05-05 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-051-2/+1
* Delete unused or undefined functions.Joel Brobecker2010-01-191-2/+0
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* * dcache.c (dcache_hit, dcache_read_line): Tweak comments.Doug Evans2009-11-131-5/+11
* * dcache.c (dcache_block): Replace member newer with next,prev.Doug Evans2009-11-131-36/+108
* 2009-11-10 Michael Snyder <msnyder@vmware.com>Michael Snyder2009-11-101-3/+3
* Implement TARGET_OBJECT_STACK_MEMORY.Doug Evans2009-08-311-16/+72
* * dcache.c (dcache_print_line, dcache_info): Use paddress to print addresses.Doug Evans2009-08-201-4/+4
* Replace dcache with splay tree.Doug Evans2009-08-201-323/+240
* * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand2009-07-021-1/+1
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+1
* * dcache.c (state_chars): New static global.Doug Evans2008-09-231-13/+24
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-2/+2
* Switch the license of all .c files to GPLv3.Joel Brobecker2007-08-231-4/+2
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-2/+2
* PR remote/1966Daniel Jacobowitz2006-08-151-24/+16
* * breakpoint.c:Eli Zaretskii2005-12-171-3/+3
* 2005-05-23 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-05-231-10/+6
* 2005-05-16 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-05-161-2/+2
* 2005-02-24 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-241-1/+8
* 2005-02-18 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-181-8/+8
* 2005-02-15 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-151-1/+1
* 2005-02-11 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-121-4/+4
* 2004-07-26 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-261-1/+1