Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
avr-pager
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yids
avr-pager
Commits
376dd9e6
Commit
376dd9e6
authored
Aug 29, 2016
by
hark
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simulavr patch
parent
580c7890
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
simulavr.patch
simulavr.patch
+19
-0
No files found.
simulavr.patch
0 → 100644
View file @
376dd9e6
diff --git a/simavr/sim/sim_gdb.c b/simavr/sim/sim_gdb.c
index 6248e6b..f5da5b4 100644
--- a/simavr/sim/sim_gdb.c
+++ b/simavr/sim/sim_gdb.c
@@ -301,9 +301,10 @@
gdb_handle_command(
*/
gdb_send_reply(g, "1");
break;
- } else if (strncmp(cmd, "Offsets", 7) == 0) {
- gdb_send_reply(g, "Text=0;Data=800000;Bss=800000");
- break;
+ // https://github.com/buserror/simavr/issues/150
+ //} else if (strncmp(cmd, "Offsets", 7) == 0) {
+ // gdb_send_reply(g, "Text=0;Data=800000;Bss=800000");
+ // break;
} else if (strncmp(cmd, "Xfer:memory-map:read", 20) == 0) {
snprintf(rep, sizeof(rep),
"l<memory-map>\n"
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