summaryrefslogtreecommitdiff
path: root/gdb/dcache.c
Commit message (Expand)AuthorAgeFilesLines
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-18/+6
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Revert the header-sorting patchTom Tromey2019-04-061-3/+1
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-1/+3
* Change pid_to_str to return std::stringTom Tromey2019-03-131-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove ptid_equalTom Tromey2018-07-031-2/+2
* Update help text in dcache.cTom Tromey2018-05-241-3/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify add_setshow_*Tom Tromey2017-11-071-2/+2
* Constify add_infoTom Tromey2017-11-071-4/+2
* Constify add_prefix_cmdTom Tromey2017-10-111-2/+2
* 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