Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
flatpak-qt-creator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marco Bubke
flatpak-qt-creator
Commits
a080b8df
"README.md" did not exist on "7c12dad4a0aae40959e05323c931a61b9f61d78a"
Commit
a080b8df
authored
15 years ago
by
hjk
Browse files
Options
Downloads
Patches
Plain Diff
debugger: patch cosmetics
parent
3d4260a8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
share/qtcreator/patches/gdb-work-around-trk-single-step.patch
+2
-2
2 additions, 2 deletions
...e/qtcreator/patches/gdb-work-around-trk-single-step.patch
with
2 additions
and
2 deletions
share/qtcreator/patches/gdb-work-around-trk-single-step.patch
+
2
−
2
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment