summaryrefslogtreecommitdiff
path: root/sim/common/sim-trace.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Refactor disassembler selectionYao Qi2017-05-241-1/+5
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* sim: unify symbol table handlingMike Frysinger2016-08-151-26/+63
* sim: trace: add support for disassemblingMike Frysinger2016-01-051-0/+62
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* sim: trace: drop unused trace_one_insnMike Frysinger2015-06-241-85/+0
* sim: trace: rename debug_printf fullyMike Frysinger2015-06-241-1/+1
* sim: trace: add a basic cpu register classMike Frysinger2015-06-241-12/+24
* sim: trace: document alu/fpu/vpu trace options betterMike Frysinger2015-06-241-4/+4
* sim: assume recentish compiler/systemsMike Frysinger2015-06-231-18/+0
* sim: trace: add WITH_TRACE_ANY_P helperMike Frysinger2015-06-121-4/+4
* sim: trace: centralize the system tracingMike Frysinger2015-06-111-10/+2
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* remove VA_* macros from simTom Tromey2014-01-071-2/+2
* remove PARAMS from simTom Tromey2014-01-071-2/+2
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* Commit gdb and sim support for v850e2 and v850e2v3 on behalf ofKevin Buettner2012-03-291-12/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+2
* sim: add syscall tracing levelMike Frysinger2011-05-261-1/+13
* sim: common: trim trailing whitespaceMike Frysinger2011-03-151-13/+13
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* sim: add missing values to array initializersMike Frysinger2010-04-121-19/+19
* sim: constify save_data()Mike Frysinger2010-04-101-1/+1
* sim: fix unused cpu_nr warningsMike Frysinger2010-03-301-1/+1
* sim: convert old style function definitionsMike Frysinger2010-03-301-10/+2
* Update copyright notices to add year 2010.Joel Brobecker2010-01-011-1/+1
* Update the copyright notice of some of the files I missedJoel Brobecker2009-01-141-1/+2
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
* Switch the license of all files explicitly copyright the FSFJoel Brobecker2007-08-241-5/+4
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-1/+1
* Index: sim/frv/ChangeLogAndrew Cagney2003-10-311-1/+1
* 2001-02-22 Ben Elliston <bje@redhat.com>Ben Elliston2001-02-221-2/+15
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-161-0/+1341
* Initial creation of sourceware repositoryStan Shebs1999-04-161-1338/+0
* * cgen-defs.h: New file, old cgen-sim.h.Doug Evans1998-12-051-18/+170
* * sim-base.h (struct sim_state_base): Add prog_syms andFred Fish1998-03-131-8/+27
* Extend TRACE macros to include more cases.Andrew Cagney1998-02-251-0/+14
* Add tracing to r5900 p* instructions.Andrew Cagney1998-02-241-1/+60
* Add tracing of booleans and addresses.Andrew Cagney1998-02-231-21/+95
* fix typoMichael Meissner1998-02-201-30/+40
* Extend sim-trace.[hc] to include a generic set of macro's for tracingAndrew Cagney1998-02-181-35/+530
* * sim-trace.c (trace_option_handler): Set state trace fileDoug Evans1997-11-241-20/+48
* Watchpoint interface.Andrew Cagney1997-05-211-75/+118
* o Clean-up tic80 fp tracingAndrew Cagney1997-05-071-15/+30
* * sim-trace.c (trace_uninstall): Don't close a file twice.David Edelsohn1997-05-061-2/+11
* Add semantic tracing to the tic80Michael Meissner1997-05-061-22/+61
* Fix typo; pass trace_line request as arg; pass common stuff in static structMichael Meissner1997-05-061-19/+16
* Enable --trace-linenum supportMichael Meissner1997-05-061-4/+93