mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Authors of this port:
Petr Pavlu setup@dagobah.cz
Ivo Raisr ivosh@ivosh.net
Theo Schlossnagle theo@omniti.com
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15426
12 lines
347 B
Plaintext
12 lines
347 B
Plaintext
Breakpoint 1 at 0x........: file t.c, line 101.
|
|
Continuing.
|
|
Breakpoint 1, breakme (line=113) at t.c:101
|
|
101 if (line > 1000)
|
|
#1 0x........ in main (argc=1, argv=0x........) at t.c:113
|
|
113 breakme(__LINE__); //break1
|
|
$1 = 0x........ "main name"
|
|
$2 = "undefined"
|
|
Continuing.
|
|
Breakpoint 1, breakme (line=118) at t.c:101
|
|
101 if (line > 1000)
|