URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [gdb/] [testsuite/] [gdb.base/] [reread2.c] - Rev 1767
Go to most recent revision | Compare with Previous | Blame | View Log
/* pr 13484 */ #include <stdio.h> int x; void foo() { x++; printf("This is foo\n"); } int main() { #ifdef usestubs set_debug_traps (); breakpoint (); #endif foo(); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log