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
a080b8df
Commit
a080b8df
authored
Mar 23, 2010
by
hjk
Browse files
debugger: patch cosmetics
parent
3d4260a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/patches/gdb-work-around-trk-single-step.patch
View file @
a080b8df
...
...
@@ -3,7 +3,7 @@ NOTE: Apply to --target=arm-none-symbianelf builds only.
This works around the problem of TRK overshooting line-wise stepping by a few
instructions. This is not a gdb problem, but a TRK problem, but currently
easier to workaround on the gdb side. It's sufficient to apply for the
easier to workaround on the gdb side. It's sufficient to apply for the
arm-none-symbianelf targeted gdbs only as TRK is the only probe known to have
this problem.
...
...
@@ -12,7 +12,7 @@ this problem.
@@ -4754,9 +4754,9 @@
infrun: not switching back to stepped thread, it has vanished\n");
return;
}
- if ((stop_pc == stop_pc_sal.pc)
+ if (1 /* (stop_pc == stop_pc_sal.pc)
&& (ecs->event_thread->current_line != stop_pc_sal.line
...
...
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