aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-trace.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-11sim: Make WITH_{TRACE,PROFILE}-based macros boolTsukasa OI1-2/+2
2022-01-06sim: common: migrate to standard uintXX_t typesMike Frysinger1-6/+6
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-04sim: include ansidecl.h when neededMike Frysinger1-0/+1
2021-12-04sim: include stdarg.h when usedMike Frysinger1-0/+2
2021-06-30sim: move trace init to dynamic modules.cMike Frysinger1-3/+0
2021-05-03sim: add ATTRIBUTE_PRINTF / ATTRIBUTE_NULL_PRINTF where necessarySimon Marchi1-2/+3
2021-05-02sim: replace custom attributes with ansidecl.hMike Frysinger1-6/+4
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-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-08-15sim: unify symbol table handlingMike Frysinger1-0/+4
2016-01-05sim: trace: add support for disassemblingMike Frysinger1-1/+37
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-06-24sim: trace: drop unused trace_one_insnMike Frysinger1-13/+0
2015-06-24sim: trace: rename debug_printf fullyMike Frysinger1-4/+1
2015-06-24sim: trace: add a basic cpu register classMike Frysinger1-0/+10
2015-06-24sim: trace: add set of system helpersMike Frysinger1-0/+21
2015-06-24sim: trace: document alu/fpu/vpu trace options betterMike Frysinger1-3/+3
2015-06-12sim: trace: add common macros for logging infoMike Frysinger1-0/+21
2015-06-12sim: trace: add WITH_TRACE_ANY_P helperMike Frysinger1-3/+6
2015-06-11sim: trace: add STRACE_xxx_P macrosMike Frysinger1-0/+14
2015-06-11sim: trace: use existing defines for the useful maskMike Frysinger1-4/+1
2015-06-11sim: trace: create a common WITH_TRACE_P macroMike Frysinger1-18/+17
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-28Shadow SIM's debug_printf functionGary Benson1-0/+3
2014-01-07remove PARAMS from simTom Tromey1-154/+154
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-2/+1
2012-03-29Commit gdb and sim support for v850e2 and v850e2v3 on behalf ofKevin Buettner1-0/+17
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
2011-05-26sim: add syscall tracing levelMike Frysinger1-0/+6
2011-03-15sim: common: trim trailing whitespaceMike Frysinger1-3/+3
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
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/+2
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
2001-02-222001-02-22 Ben Elliston <bje@redhat.com>Ben Elliston1-4/+8
2001-02-212001-02-21 Ben Elliston <bje@redhat.com>Ben Elliston1-2/+15
2000-06-24* verbosity reductionFrank Ch. Eigler1-2/+1
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+551
1999-04-16Initial creation of sourceware repositoryStan Shebs1-508/+0
1998-02-24Add tracing to r5900 p* instructions.Andrew Cagney1-1/+48
1998-02-23Add tracing of booleans and addresses.Andrew Cagney1-1/+84
1998-02-18Extend sim-trace.[hc] to include a generic set of macro's for tracingAndrew Cagney1-41/+264