Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 | |
Two modifications: 1. The addition of 2013 to the copyright year range for every file; 2. The use of a single year range, instead of potentially multiple year ranges, as approved by the FSF. | |||||
2012-03-29 | Commit gdb and sim support for v850e2 and v850e2v3 on behalf of | Kevin Buettner | 1 | -0/+17 | |
Rathish C <Rathish.C@kpitcummins.com>. | |||||
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+2 | |
gdb/ChangeLog: Copyright year update in most files of the GDB Project. | |||||
2011-05-26 | sim: add syscall tracing level | Mike Frysinger | 1 | -0/+6 | |
It's useful to be able to trace just the system calls the simulated program is calling, so add a new --trace-syscall option for ports to leverage if they choose. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||||
2011-03-15 | sim: common: trim trailing whitespace | Mike Frysinger | 1 | -3/+3 | |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 | |
2010-01-01 | Update copyright notices to add year 2010. | Joel Brobecker | 1 | -1/+1 | |
2009-01-14 | Update the copyright notice of some of the files I missed | Joel Brobecker | 1 | -1/+2 | |
in the previous copyright update. | |||||
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 1 | -1/+1 | |
2007-08-24 | Switch the license of all files explicitly copyright the FSF | Joel Brobecker | 1 | -5/+4 | |
to GPLv3. | |||||
2007-01-09 | Copyright updates for 2007. | Daniel Jacobowitz | 1 | -1/+1 | |
2001-02-22 | 2001-02-22 Ben Elliston <bje@redhat.com> | Ben Elliston | 1 | -4/+8 | |
* sim-trace.h (TRACE_VPU_IDX): Add. (TRACE_vpu): Define. (WITH_TRACE_VPU_P): Likewise. (TRACE_VPU_P): Likewise. * sim-trace.c (OPTION_TRACE_VPU): Define. (trace_options): Add --trace-vpu. (trace_option_handler): Handle OPTION_TRACE_VPU. (trace_option_handler): Include VPU tracing in --trace-semantics. (trace_idx_to_str): Handle TRACE_VPU_IDX. | |||||
2001-02-21 | 2001-02-21 Ben Elliston <bje@redhat.com> | Ben Elliston | 1 | -2/+15 | |
* sim-trace.h (TRACE_BRANCH_INPUT1): New macro. (TRACE_BRANCH_INPUT2): Likewise. | |||||
2000-06-24 | * verbosity reduction | Frank Ch. Eigler | 1 | -2/+1 | |
2000-06-23 Frank Ch. Eigler <fche@redhat.com> * cgen-trace.h (TRACE_USEFUL_MASK): Remove TRACE_EVENTS_IDX. | |||||
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+551 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -508/+0 | |
1998-02-24 | Add tracing to r5900 p* instructions. | Andrew Cagney | 1 | -1/+48 | |
1998-02-23 | Add tracing of booleans and addresses. | Andrew Cagney | 1 | -1/+84 | |
1998-02-18 | Extend sim-trace.[hc] to include a generic set of macro's for tracing | Andrew Cagney | 1 | -41/+264 | |
ALU/... inputs/outputs. Base implementation on original v850 code. Update igen to generate code interfacing with newer sim-trace.[hc]. | |||||
1997-05-07 | o Clean-up tic80 fp tracing | Andrew Cagney | 1 | -4/+12 | |
o Fill in more tic80 insns | |||||
1997-05-06 | Add semantic tracing to the tic80 | Michael Meissner | 1 | -33/+33 | |
1997-05-06 | Fix typo; pass trace_line request as arg; pass common stuff in static struct | Michael Meissner | 1 | -3/+12 | |
1997-05-06 | Enable --trace-linenum support | Michael Meissner | 1 | -0/+6 | |
1997-05-05 | Add printf attribute support | Michael Meissner | 1 | -2/+10 | |
1997-05-05 | Add flakey floating-point support to the TI c80 simulator. | Andrew Cagney | 1 | -2/+71 | |
1997-04-17 | Clean up. | David Edelsohn | 1 | -64/+7 | |
1997-04-17 | MAX_CPUS -> WITH_SMP. | David Edelsohn | 1 | -4/+4 | |
1997-04-17 | * Make-common.in (sim-options.o, sim-load.o): Add rules for. | David Edelsohn | 1 | -0/+112 | |
(sim_main_headers): Add sim-trace.h. * run.c (exec_bfd, target_byte_order): Delete. (main): Pass -E <endian> to sim_open. Delete code to load sections, call sim_load instead. Check return code of sim_create_inferior. * sim-base.h (CURRENT_STATE): Define. (sim_state_base): Make typedef. New members options, prog_argv, prog_bfd, text_{section,start,end}, start_addr, simcache_size, mem_size, memory [+ corresponding access macros]. (sim_cpu_base): New typedef. * sim-trace.h: New file. * sim-basics.h: #include it. * sim-load.c: New file. |