Home
last modified time | relevance | path

Searched refs:tracefh (Results 1 – 22 of 22) sorted by relevance

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/mips/
H A Dinterp.c164 FILE *tracefh = NULL; variable
718 tracefh = fopen(tracefile,"wb+");
719 if (tracefh == NULL)
722 tracefh = stderr;
754 if (tracefh != NULL && tracefh != stderr)
755 fclose(tracefh);
756 tracefh = NULL;
1574 FILE *tracefh, in dotrace() argument
1582 fprintf(tracefh,"%d %s ; width %d ; ", in dotrace()
1587 vfprintf(tracefh,comment,ap); in dotrace()
[all …]
H A Dsim-main.c157 …dotrace (SD, CPU, tracefh,((IorD == isDATA) ? 0 : 2),(unsigned int)(pAddr&0xFFFFFFFF),(AccessLengt… in load_memory()
269 dotrace (SD, CPU, tracefh,1,(unsigned int)(pAddr&0xFFFFFFFF),(AccessLength + 1),"store"); in store_memory()
H A Dsim-main.h933 void dotrace PARAMS ((SIM_DESC sd, sim_cpu *cpu, FILE *tracefh, int type, SIM_ADDR address, int wid…
934 extern FILE *tracefh;
H A DChangeLog1114 * sim-main.h (tracefh): Make extern.
1784 * sim-main.h (dotrace,tracefh), interp.c: Make dotrace & tracefh
H A Dmips.igen118 dotrace (SD, CPU, tracefh, 2, CIA + 4, 4, "load instruction");
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/mips/
H A Dinterp.c164 FILE *tracefh = NULL; variable
718 tracefh = fopen(tracefile,"wb+");
719 if (tracefh == NULL)
722 tracefh = stderr;
754 if (tracefh != NULL && tracefh != stderr)
755 fclose(tracefh);
756 tracefh = NULL;
1574 FILE *tracefh, in dotrace() argument
1582 fprintf(tracefh,"%d %s ; width %d ; ", in dotrace()
1587 vfprintf(tracefh,comment,ap); in dotrace()
[all …]
H A Dsim-main.c157 …dotrace (SD, CPU, tracefh,((IorD == isDATA) ? 0 : 2),(unsigned int)(pAddr&0xFFFFFFFF),(AccessLengt… in load_memory()
269 dotrace (SD, CPU, tracefh,1,(unsigned int)(pAddr&0xFFFFFFFF),(AccessLength + 1),"store"); in store_memory()
H A Dsim-main.h933 void dotrace PARAMS ((SIM_DESC sd, sim_cpu *cpu, FILE *tracefh, int type, SIM_ADDR address, int wid…
934 extern FILE *tracefh;
H A DChangeLog1114 * sim-main.h (tracefh): Make extern.
1784 * sim-main.h (dotrace,tracefh), interp.c: Make dotrace & tracefh
H A Dmips.igen118 dotrace (SD, CPU, tracefh, 2, CIA + 4, 4, "load instruction");
/dports/devel/avr-gdb/gdb-7.3.1/sim/mips/
H A Dinterp.c165 FILE *tracefh = NULL; variable
814 tracefh = fopen(tracefile,"wb+");
815 if (tracefh == NULL)
818 tracefh = stderr;
850 if (tracefh != NULL && tracefh != stderr)
851 fclose(tracefh);
852 tracefh = NULL;
1738 FILE *tracefh, in dotrace() argument
1746 fprintf(tracefh,"%d %s ; width %d ; ", in dotrace()
1751 vfprintf(tracefh,comment,ap); in dotrace()
[all …]
H A Dsim-main.c157 …dotrace (SD, CPU, tracefh,((IorD == isDATA) ? 0 : 2),(unsigned int)(pAddr&0xFFFFFFFF),(AccessLengt… in load_memory()
269 dotrace (SD, CPU, tracefh,1,(unsigned int)(pAddr&0xFFFFFFFF),(AccessLength + 1),"store"); in store_memory()
H A Dsim-main.h979 void dotrace PARAMS ((SIM_DESC sd, sim_cpu *cpu, FILE *tracefh, int type, SIM_ADDR address, int wid…
980 extern FILE *tracefh;
H A DChangeLog1463 * sim-main.h (tracefh): Make extern.
2133 * sim-main.h (dotrace,tracefh), interp.c: Make dotrace & tracefh
H A Dmips.igen124 dotrace (SD, CPU, tracefh, 2, CIA + 4, 4, "load instruction");
/dports/devel/gdb761/gdb-7.6.1/sim/mips/
H A Dinterp.c166 FILE *tracefh = NULL; variable
815 tracefh = fopen(tracefile,"wb+");
816 if (tracefh == NULL)
819 tracefh = stderr;
851 if (tracefh != NULL && tracefh != stderr)
852 fclose(tracefh);
853 tracefh = NULL;
1729 FILE *tracefh, in dotrace() argument
1737 fprintf(tracefh,"%d %s ; width %d ; ", in dotrace()
1742 vfprintf(tracefh,comment,ap); in dotrace()
[all …]
H A Dsim-main.c156 …dotrace (SD, CPU, tracefh,((IorD == isDATA) ? 0 : 2),(unsigned int)(pAddr&0xFFFFFFFF),(AccessLengt… in load_memory()
268 dotrace (SD, CPU, tracefh,1,(unsigned int)(pAddr&0xFFFFFFFF),(AccessLength + 1),"store"); in store_memory()
H A Dsim-main.h978 void dotrace PARAMS ((SIM_DESC sd, sim_cpu *cpu, FILE *tracefh, int type, SIM_ADDR address, int wid…
979 extern FILE *tracefh;
H A DChangeLog1526 * sim-main.h (tracefh): Make extern.
2196 * sim-main.h (dotrace,tracefh), interp.c: Make dotrace & tracefh
H A Dmips.igen124 dotrace (SD, CPU, tracefh, 2, CIA + 4, 4, "load instruction");
/dports/devel/automake/automake-1.16.5/bin/
H A Daclocal.in809 my $tracefh = new Automake::XFile ("$traces $configure_ac |");
815 while ($_ = $tracefh->getline)
859 $tracefh->close;
H A Dautomake.in5292 my $tracefh = new Automake::XFile ("$traces $filename |");
5297 while ($_ = $tracefh->getline)
5541 $tracefh->close;