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
Marco Bubke
flatpak-qt-creator
Commits
fd320012
Commit
fd320012
authored
Mar 11, 2009
by
Oswald Buddenhagen
Browse files
comment typo
parent
a429d7a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/utils/process_stub_win.c
View file @
fd320012
...
...
@@ -174,7 +174,7 @@ int main()
the Windows kernel runs amok when we attempt this.
So instead we start a debugged process, eat all the initial
debug events, suspend the process and detach from it. If gdb
tries to attach *now*, everthing goes smoothly. Yay. */
tries to attach *now*, ever
y
thing goes smoothly. Yay. */
if
(
creationFlags
&
DEBUG_ONLY_THIS_PROCESS
)
{
do
{
if
(
!
WaitForDebugEvent
(
&
dbev
,
INFINITE
))
...
...
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