Enhance gdb.lookup_objfile so that it works with a symlinked binary.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.python / py-infthread.c
CommitLineData
595939de
PM
1int f2 (int a)
2{
3 return ++a;
4}
5
6int f1 (int a, int b)
7{
8 return f2(a) + b;
9}
10
11int main (int argc, char *argv[])
12{
13 return f1 (1, 2);
14}
This page took 0.523116 seconds and 4 git commands to generate.