Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rtfm-klee-gdb
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
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
KLEE
rtfm-klee-gdb
Commits
81375def
Commit
81375def
authored
8 years ago
by
Per
Browse files
Options
Downloads
Patches
Plain Diff
docs
parent
7717d7b6
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-1
9 additions, 1 deletion
README.md
with
9 additions
and
1 deletion
README.md
+
9
−
1
View file @
81375def
...
@@ -42,10 +42,18 @@ Notice, the itmdump tool must be started BEFORE the openocd session (see Debug)
...
@@ -42,10 +42,18 @@ Notice, the itmdump tool must be started BEFORE the openocd session (see Debug)
## Debug
## Debug
### Setup
Select the boxed
`d7020e_srp Debug oldgdb`
, and click the cogwheel.
Under Debugger/GDB Client Setup, change the path to the executable
(/home/arch/Downloads/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gdb).
### Run/Debug
To run the program you will use the debugger integrated in eclipse. It uses openocd to communicate with the nucleo board, and gdb to
To run the program you will use the debugger integrated in eclipse. It uses openocd to communicate with the nucleo board, and gdb to
flash the image (generated .elf file) and interact (running, stepping, setting breakpoints etc.).
flash the image (generated .elf file) and interact (running, stepping, setting breakpoints etc.).
Click on the s
elect the boxed
`d7020e_srp Debug oldgdb`
and click the boxed green bug icon. (There are other ways as well.)
S
elect the boxed
`d7020e_srp Debug oldgdb`
and click the boxed green bug icon. (There are other ways as well.)
This will start openocd and gdb, and by default break at main. To execute the program to end, click the play icon.
This will start openocd and gdb, and by default break at main. To execute the program to end, click the play icon.
...
...
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