/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/mips/ |
H A D | interp.c | 164 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 D | sim-main.c | 157 …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 D | sim-main.h | 933 void dotrace PARAMS ((SIM_DESC sd, sim_cpu *cpu, FILE *tracefh, int type, SIM_ADDR address, int wid… 934 extern FILE *tracefh;
|
H A D | ChangeLog | 1114 * sim-main.h (tracefh): Make extern. 1784 * sim-main.h (dotrace,tracefh), interp.c: Make dotrace & tracefh
|
H A D | mips.igen | 118 dotrace (SD, CPU, tracefh, 2, CIA + 4, 4, "load instruction");
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/mips/ |
H A D | interp.c | 164 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 D | sim-main.c | 157 …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 D | sim-main.h | 933 void dotrace PARAMS ((SIM_DESC sd, sim_cpu *cpu, FILE *tracefh, int type, SIM_ADDR address, int wid… 934 extern FILE *tracefh;
|
H A D | ChangeLog | 1114 * sim-main.h (tracefh): Make extern. 1784 * sim-main.h (dotrace,tracefh), interp.c: Make dotrace & tracefh
|
H A D | mips.igen | 118 dotrace (SD, CPU, tracefh, 2, CIA + 4, 4, "load instruction");
|
/dports/devel/avr-gdb/gdb-7.3.1/sim/mips/ |
H A D | interp.c | 165 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 D | sim-main.c | 157 …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 D | sim-main.h | 979 void dotrace PARAMS ((SIM_DESC sd, sim_cpu *cpu, FILE *tracefh, int type, SIM_ADDR address, int wid… 980 extern FILE *tracefh;
|
H A D | ChangeLog | 1463 * sim-main.h (tracefh): Make extern. 2133 * sim-main.h (dotrace,tracefh), interp.c: Make dotrace & tracefh
|
H A D | mips.igen | 124 dotrace (SD, CPU, tracefh, 2, CIA + 4, 4, "load instruction");
|
/dports/devel/gdb761/gdb-7.6.1/sim/mips/ |
H A D | interp.c | 166 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 D | sim-main.c | 156 …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 D | sim-main.h | 978 void dotrace PARAMS ((SIM_DESC sd, sim_cpu *cpu, FILE *tracefh, int type, SIM_ADDR address, int wid… 979 extern FILE *tracefh;
|
H A D | ChangeLog | 1526 * sim-main.h (tracefh): Make extern. 2196 * sim-main.h (dotrace,tracefh), interp.c: Make dotrace & tracefh
|
H A D | mips.igen | 124 dotrace (SD, CPU, tracefh, 2, CIA + 4, 4, "load instruction");
|
/dports/devel/automake/automake-1.16.5/bin/ |
H A D | aclocal.in | 809 my $tracefh = new Automake::XFile ("$traces $configure_ac |"); 815 while ($_ = $tracefh->getline) 859 $tracefh->close;
|
H A D | automake.in | 5292 my $tracefh = new Automake::XFile ("$traces $filename |"); 5297 while ($_ = $tracefh->getline) 5541 $tracefh->close;
|