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
Utilities
Kate
Commits
a498981a
Commit
a498981a
authored
Mar 14, 2021
by
Christoph Cullmann
🐮
Browse files
fix some compile warnings
parent
73634172
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/gdbplugin/debugview.cpp
View file @
a498981a
...
...
@@ -202,7 +202,7 @@ void DebugView::slotInterrupt()
if
(
m_state
==
executingCmd
)
{
m_debugLocationChanged
=
true
;
}
int
pid
=
m_debugProcess
.
p
i
d
();
const
auto
pid
=
m_debugProcess
.
p
rocessI
d
();
if
(
pid
!=
0
)
{
::
kill
(
pid
,
SIGINT
);
}
...
...
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