aboutsummaryrefslogtreecommitdiff
path: root/gdb/dcache.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-03Remove ptid_equalTom Tromey1-2/+2
2018-05-24Update help text in dcache.cTom Tromey1-3/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify add_setshow_*Tom Tromey1-2/+2
2017-11-07Constify add_infoTom Tromey1-4/+2
2017-10-11Constify add_prefix_cmdTom Tromey1-2/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-08-22Rename some command functionsSimon Marchi1-3/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+3
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-3/+1
2015-07-29PR record/18691: Fix fails in solib-precsave.expYao Qi1-3/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-06-13make calls to help_list use enumeratorTom Tromey1-1/+1
2014-05-21Make the dcache (code/stack cache) handle line reading errors betterPedro Alves1-2/+5
2014-03-05PR gdb/16575: stale breakpoint instructions in the code cachePedro Alves1-56/+44
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-02Add new target_read_raw_memory function, and consolidate comments.Pedro Alves1-6/+5
2013-11-29Delegate to target_ops->beneath for TARGET_OBJECT_RAW_MEMORYYao Qi1-2/+2
2013-11-20Move target-dcache out of target.cYao Qi1-1/+1
2013-11-20Remove last_cacheYao Qi1-23/+25
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-03-26Make "set/show dcache line-size" and "set/show dcache size" zinteger commands...Pedro Alves1-12/+12
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey1-2/+2
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
2011-07-262011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-40/+128
2011-01-072011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder1-4/+4
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-05-142010-05-14 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+3
2010-05-052010-05-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-2/+1
2010-01-19Delete unused or undefined functions.Joel Brobecker1-2/+0
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-11-13 * dcache.c (dcache_hit, dcache_read_line): Tweak comments.Doug Evans1-5/+11
2009-11-13 * dcache.c (dcache_block): Replace member newer with next,prev.Doug Evans1-36/+108
2009-11-102009-11-10 Michael Snyder <msnyder@vmware.com>Michael Snyder1-3/+3
2009-08-31 Implement TARGET_OBJECT_STACK_MEMORY.Doug Evans1-16/+72
2009-08-20* dcache.c (dcache_print_line, dcache_info): Use paddress to print addresses.Doug Evans1-4/+4
2009-08-20 Replace dcache with splay tree.Doug Evans1-323/+240
2009-07-02 * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand1-1/+1
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-09-23 * dcache.c (state_chars): New static global.Doug Evans1-13/+24
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-2/+2
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker1-4/+2
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-2/+2
2006-08-15 PR remote/1966Daniel Jacobowitz1-24/+16
2005-12-17 * breakpoint.c:Eli Zaretskii1-3/+3