Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108119849
D28943.id84754.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
496 B
Referenced Files
None
Subscribers
None
D28943.id84754.diff
View Options
Index: sys/arm64/include/db_machdep.h
===================================================================
--- sys/arm64/include/db_machdep.h
+++ sys/arm64/include/db_machdep.h
@@ -49,8 +49,9 @@
#define BKPT_SIZE (4)
#define BKPT_SET(inst) (BKPT_INST)
-#define BKPT_SKIP do { \
- kdb_frame->tf_elr += BKPT_SIZE; \
+#define BKPT_SKIP do { \
+ kdb_frame->tf_elr += BKPT_SIZE; \
+ kdb_thrctx->pcb_lr += BKPT_SIZE; \
} while (0)
#define db_clear_single_step kdb_cpu_clear_singlestep
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 22, 2:31 PM (13 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16030978
Default Alt Text
D28943.id84754.diff (496 B)
Attached To
Mode
D28943: arm64: update kdb_thrctx->pcb_lr with BKPT_SKIP
Attached
Detach File
Event Timeline
Log In to Comment