aboutsummaryrefslogtreecommitdiff
path: root/gdb/dcache.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-17gdb: pass address_space to target dcache functionsSimon Marchi1-3/+3
2023-10-10gdb: remove target_gdbarchSimon Marchi1-2/+4
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-19/+19
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi1-6/+5
2021-09-24Make dcache multi-target-safePedro Alves1-3/+11
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-3/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-3/+3
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-18/+6
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-04-06Revert the header-sorting patchTom Tromey1-3/+1
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-1/+3
2019-03-13Change pid_to_str to return std::stringTom Tromey1-1/+1
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