Skip to content
GitLab
Menu
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
3b2804d0
Commit
3b2804d0
authored
Feb 14, 2011
by
hjk
Browse files
debugger dumpers: compile fix for automated tests
parent
d6c870e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/auto/debugger/tst_dumpers.cpp
View file @
3b2804d0
...
...
@@ -2441,7 +2441,7 @@ void tst_Dumpers::initTestCase()
VERIFY_OFFSETOF
(
eventFilters
);
VERIFY_OFFSETOF
(
currentChildBeingDeleted
);
VERIFY_OFFSETOF
(
connectedSignals
);
VERIFY_OFFSETOF
(
deleteWatch
);
//
VERIFY_OFFSETOF(deleteWatch);
#ifdef QT3_SUPPORT
#if QT_VERSION < 0x040600
VERIFY_OFFSETOF
(
pendingChildInsertedEvents
);
...
...
tests/auto/debugger/tst_gdb.cpp
View file @
3b2804d0
...
...
@@ -480,8 +480,8 @@ void Thread::handleGdbStarted()
void
Thread
::
run
()
{
m_proc
->
write
(
"source
-p
../../../share/qtcreator/gdbmacros/dumper.py
\n
"
);
m_proc
->
write
(
"source
-p
../../../share/qtcreator/gdbmacros/gdbmacros.py
\n
"
);
m_proc
->
write
(
"source ../../../share/qtcreator/gdbmacros/dumper.py
\n
"
);
m_proc
->
write
(
"source ../../../share/qtcreator/gdbmacros/gdbmacros.py
\n
"
);
m_proc
->
write
(
"break breaker
\n
"
);
m_proc
->
write
(
"run
\n
"
);
m_proc
->
write
(
"handle SIGSTOP stop pass
\n
"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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