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
ruanhaishen
redis
Commits
7e4325cb
Unverified
Commit
7e4325cb
authored
Nov 05, 2020
by
Yossi Gottlieb
Committed by
GitHub
Nov 05, 2020
Browse files
Fix crash log output on ARM. (#8020)
parent
7ace7231
Changes
1
Show whitespace changes
Inline
Side-by-side
src/debug.c
View file @
7e4325cb
...
@@ -1221,7 +1221,7 @@ void logRegisters(ucontext_t *uc) {
...
@@ -1221,7 +1221,7 @@ void logRegisters(ucontext_t *uc) {
"R10:%016lx R9 :%016lx
\n
R8 :%016lx R7 :%016lx
\n
"
"R10:%016lx R9 :%016lx
\n
R8 :%016lx R7 :%016lx
\n
"
"R6 :%016lx R5 :%016lx
\n
R4 :%016lx R3 :%016lx
\n
"
"R6 :%016lx R5 :%016lx
\n
R4 :%016lx R3 :%016lx
\n
"
"R2 :%016lx R1 :%016lx
\n
R0 :%016lx EC :%016lx
\n
"
"R2 :%016lx R1 :%016lx
\n
R0 :%016lx EC :%016lx
\n
"
"fp: %016lx ip:%016lx
\n
"
,
"fp: %016lx ip:%016lx
\n
"
"pc:%016lx sp:%016lx
\n
cpsr:%016lx fault_address:%016lx
\n
"
,
"pc:%016lx sp:%016lx
\n
cpsr:%016lx fault_address:%016lx
\n
"
,
(
unsigned
long
)
uc
->
uc_mcontext
.
arm_r10
,
(
unsigned
long
)
uc
->
uc_mcontext
.
arm_r10
,
(
unsigned
long
)
uc
->
uc_mcontext
.
arm_r9
,
(
unsigned
long
)
uc
->
uc_mcontext
.
arm_r9
,
...
...
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