Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
54e022a9
Commit
54e022a9
authored
Oct 01, 2009
by
hjk
Browse files
debugger: add a manual test case for endless recursion
parent
b9f06d43
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/manual/gdbdebugger/simple/app.cpp
View file @
54e022a9
...
...
@@ -1308,8 +1308,14 @@ void testUninitialized()
std
::
stack
<
int
>
ssi
;
}
void
testEndlessRecursion
()
{
testEndlessRecursion
();
}
int
main
(
int
argc
,
char
*
argv
[])
{
//testEndlessRecursion();
testQStack
();
testUninitialized
();
testPointer
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment