aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-watch.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-04sim: reorder header includesMike Frysinger1-7/+7
2021-06-18sim: split sim-signal.h include outMike Frysinger1-0/+1
2021-05-16sim: switch config.h usage to defs.hMike Frysinger1-1/+3
2021-02-06sim: watchpoints: use common sim_pc_getMike Frysinger1-9/+7
2021-01-30sim: watchpoints: change sizeof_pc to sizeof(sim_cia)Mike Frysinger1-3/+3
2021-01-13sim: watch: add basic default handler that trapsMike Frysinger1-1/+12
2021-01-13sim: watch: fix range expression processingMike Frysinger1-1/+1
2021-01-13sim: watch: fix pc watchpoints on little endian host systemsMike Frysinger1-1/+1
2021-01-11sim: clean up C11 header includesMike Frysinger1-10/+0
2021-01-09sim: common: clean up asprintf includes a bitMike Frysinger1-0/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-03-28sim/common: Fix warnings: "warning: implicit declaration of function..."Stafford Horne1-0/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
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-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-03-15sim: common: trim trailing whitespaceMike Frysinger1-8/+8
2011-02-14sim: punt zfree()Mike Frysinger1-1/+1
2011-01-12sim: check asprintf return valuesMike Frysinger1-3/+4
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+2
2010-04-12sim: add missing values to array initializersMike Frysinger1-3/+3
2010-03-30sim: constify watchpoint interrupt namesMike Frysinger1-4/+4
2010-01-01Update copyright notices to add year 2010.Joel Brobecker1-1/+1
2009-01-14 Update the copyright notice of some of the files I missedJoel Brobecker1-1/+1
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-08-24 Switch the license of all files explicitly copyright the FSFJoel Brobecker1-5/+4
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+458
1999-04-16Initial creation of sourceware repositoryStan Shebs1-463/+0
1997-09-10o Wordwrap usage messages from sim-optionsAndrew Cagney1-9/+34
1997-09-05Redo watchpoint code so that it target can specify interrupt names.Andrew Cagney1-198/+327
1997-09-04o Add modulo argument to sim_core_attachAndrew Cagney1-13/+27
1997-05-21Watchpoint interface.Andrew Cagney1-0/+295