This website works better with JavaScript.
Explore
Help
Sign In
aolo2
/
trace
Watch
1
Star
1
Fork
You've already forked trace
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
DWARF stuff...
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23
Commits
1
Branch
0
Tags
153 KiB
Tree:
13df55e03f
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '13df55e03f'
${ noResults }
trace
/
res
/
001-simple-inc.c
5 lines
57 B
Raw
Normal View
History
Unescape
Escape
Initital trace tests. Source-level stepping works! (but with a little secret)
3 years ago
int
foo
(
int
a
)
{
int
b
=
a
+
1
;
return
(
b
/
10
)
;
}