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
73a2dc6f
Commit
73a2dc6f
authored
Apr 14, 2009
by
hjk
Browse files
debugger: make some noise if we still can't set pending breakpoints on Linux
parent
84a43310
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdbengine.cpp
View file @
73a2dc6f
...
...
@@ -2149,6 +2149,8 @@ void GdbEngine::handleBreakInsert(const GdbResultRecord &record, int index)
// + data->lineNumber + "\"";
QString
where
=
"
\"
"
+
data
->
fileName
+
"
\"
:"
+
data
->
lineNumber
;
// Should not happen with -break-insert -f. gdb older than 6.8?
QTC_ASSERT
(
false
,
/**/
);
sendCommand
(
"break "
+
where
,
BreakInsert1
,
index
);
#endif
#ifdef Q_OS_MAC
...
...
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