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
ebbcd05e
"vscode:/vscode.git/clone" did not exist on "a5613f3f7fd3a11353561360d40b9e7dcbeffc7f"
Commit
ebbcd05e
authored
Nov 05, 2020
by
Yossi Gottlieb
Committed by
Oran Agra
Jan 12, 2021
Browse files
Fix crash log output on ARM. (#8020)
(cherry picked from commit
7e4325cb
)
parent
de4f04a2
Changes
1
Show whitespace changes
Inline
Side-by-side
src/debug.c
View file @
ebbcd05e
...
...
@@ -1201,7 +1201,7 @@ void logRegisters(ucontext_t *uc) {
"R10:%016lx R9 :%016lx
\n
R8 :%016lx R7 :%016lx
\n
"
"R6 :%016lx R5 :%016lx
\n
R4 :%016lx R3 :%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
"
,
(
unsigned
long
)
uc
->
uc_mcontext
.
arm_r10
,
(
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