Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
flatpak-qt-creator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
02b6e3cb
Commit
02b6e3cb
authored
Nov 29, 2010
by
hjk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debugger: forward-port
49cac3d4
Mis-merge?
parent
dcd1876d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/plugins/debugger/debuggerengine.cpp
src/plugins/debugger/debuggerengine.cpp
+1
-1
src/plugins/debugger/debuggerplugin.cpp
src/plugins/debugger/debuggerplugin.cpp
+2
-2
No files found.
src/plugins/debugger/debuggerengine.cpp
View file @
02b6e3cb
...
...
@@ -728,7 +728,7 @@ void DebuggerEngine::notifyEngineRunFailed()
d
->
m_progress
.
reportCanceled
();
d
->
m_progress
.
reportFinished
();
setState
(
EngineRunFailed
);
d
->
queueShutdown
Inferior
();
d
->
queueShutdown
Engine
();
}
void
DebuggerEngine
::
notifyEngineRunAndInferiorRunOk
()
...
...
src/plugins/debugger/debuggerplugin.cpp
View file @
02b6e3cb
...
...
@@ -188,7 +188,7 @@
// | (core) | (attach) | | +
// | | | | +
// {notify- {notifyER&- {notifyER&- {notify- +
// Inferior- Inferior- Inferior-
RunEngine
- +
// Inferior- Inferior- Inferior-
EngineRun
- +
// Unrunnable} StopOk} RunOk} Failed} +
// + + + + +
// InferiorUnrunnable + InferiorRunOk + +
...
...
@@ -198,7 +198,7 @@
// `-+-+-+-+-+-+-+-+-+-+-+>-+
// +
// +
// #Interrupt@InferiorRunOk#
+
// #Interrupt@InferiorRunOk# +
// + +
// InferiorStopRequested +
// #SpontaneousStop + +
...
...
Write
Preview
Markdown
is supported
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