URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-7.1/] [gdb/] [testsuite/] [gdb.python/] [py-frame.c] - Rev 227
Compare with Previous | Blame | View Log
int f2 (int a) { return ++a; } int f1 (int a, int b) { return f2(a) + b; } int main (int argc, char *argv[]) { return f1 (1, 2); }