aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-trace.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-11sim: clean up C11 header includesMike Frysinger1-8/+0
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-05-24Refactor disassembler selectionYao Qi1-1/+5
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-08-15sim: unify symbol table handlingMike Frysinger1-26/+63
2016-01-05sim: trace: add support for disassemblingMike Frysinger1-0/+62
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-85/+0
2015-06-24sim: trace: rename debug_printf fullyMike Frysinger1-1/+1
2015-06-24sim: trace: add a basic cpu register classMike Frysinger1-12/+24
2015-06-24sim: trace: document alu/fpu/vpu trace options betterMike Frysinger1-4/+4
2015-06-23sim: assume recentish compiler/systemsMike Frysinger1-18/+0
2015-06-12sim: trace: add WITH_TRACE_ANY_P helperMike Frysinger1-4/+4
2015-06-11sim: trace: centralize the system tracingMike Frysinger1-10/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-01-07remove VA_* macros from simTom Tromey1-2/+2
2014-01-07remove PARAMS from simTom Tromey1-2/+2
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-12/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
2011-05-26sim: add syscall tracing levelMike Frysinger1-1/+13
2011-03-15sim: common: trim trailing whitespaceMike Frysinger1-13/+13
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-04-12sim: add missing values to array initializersMike Frysinger1-19/+19
2010-04-10sim: constify save_data()Mike Frysinger1-1/+1
2010-03-30sim: fix unused cpu_nr warningsMike Frysinger1-1/+1
2010-03-30sim: convert old style function definitionsMike Frysinger1-10/+2
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
2003-10-31Index: sim/frv/ChangeLogAndrew Cagney1-1/+1
2001-02-222001-02-22 Ben Elliston <bje@redhat.com>Ben Elliston1-2/+15
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+1341
1999-04-16Initial creation of sourceware repositoryStan Shebs1-1338/+0
1998-12-05 * cgen-defs.h: New file, old cgen-sim.h.Doug Evans1-18/+170
1998-03-13 * sim-base.h (struct sim_state_base): Add prog_syms andFred Fish1-8/+27
1998-02-25Extend TRACE macros to include more cases.Andrew Cagney1-0/+14
1998-02-24Add tracing to r5900 p* instructions.Andrew Cagney1-1/+60
1998-02-23Add tracing of booleans and addresses.Andrew Cagney1-21/+95
1998-02-20fix typoMichael Meissner1-30/+40
1998-02-18Extend sim-trace.[hc] to include a generic set of macro's for tracingAndrew Cagney1-35/+530
1997-11-24 * sim-trace.c (trace_option_handler): Set state trace fileDoug Evans1-20/+48
1997-05-21Watchpoint interface.Andrew Cagney1-75/+118
1997-05-07o Clean-up tic80 fp tracingAndrew Cagney1-15/+30