mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
gdb 7.9 reports new threads at different moment than the previous versions. Filter these new threads lines so as to not be dependent on this gdb aspect. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15347
10 lines
254 B
Plaintext
10 lines
254 B
Plaintext
Breakpoint 1 at 0x........: file hg01_all_ok.c, line 13.
|
|
Continuing.
|
|
Breakpoint 1, breakme () at hg01_all_ok.c:13
|
|
13 if (shared == 1)
|
|
Continuing.
|
|
Breakpoint 1, breakme () at hg01_all_ok.c:13
|
|
13 if (shared == 1)
|
|
Continuing.
|
|
Program exited normally.
|