repo.or.cz
/
binutils-gdb
/
blckswan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic date update in version.in
[binutils-gdb/blckswan.git]
/
gdb
/
testsuite
/
gdb.python
/
py-infthread.c
blob
22eb9f2fdf80dde3c0105263823a280714e7ee06
1
int
f2
(
int
a
)
2
{
3
return
++
a
;
4
}
5
6
int
f1
(
int
a
,
int
b
)
7
{
8
return
f2
(
a
) +
b
;
9
}
10
11
int
main
(
int
argc
,
char
*
argv
[])
12
{
13
return
f1
(
1
,
2
);
14
}