Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
magic-lantern
magic-lantern
Commits
08d2e817b4ef
Commit
8f497346
authored
Jan 02, 2018
by
alex@thinkpad
Browse files
GDB scripts: fix assert handling on EOS M10
--HG-- branch : qemu
parent
1eedbfb98e55
Changes
2
Show whitespace changes
Inline
Side-by-side
contrib/qemu/scripts/EOSM10/debugmsg.gdb
View file @
08d2e817
...
...
@@ -11,7 +11,7 @@ task_create_log
b *0xBFE1496C
msleep_log
b *0x10E100
9
b *0x10E100
8
assert_log
b *0xBFE14F04
...
...
contrib/qemu/scripts/debug-logging.gdb
View file @
08d2e817
...
...
@@ -273,7 +273,11 @@ define assert_log
printf "ASSERT"
KRESET
printf "] "
if $r0
printf "%s at %s:%d, %x\n", $r0, $r1, $r2, $r14
else
printf "at %s:%d, %x\n", $r1, $r2, $r14
end
c
end
end
...
...
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