Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146582107
D28942.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
640 B
Referenced Files
None
Subscribers
None
D28942.diff
View Options
diff --git a/sys/arm64/include/db_machdep.h b/sys/arm64/include/db_machdep.h
--- a/sys/arm64/include/db_machdep.h
+++ b/sys/arm64/include/db_machdep.h
@@ -38,6 +38,7 @@
#include <machine/trap.h>
#define T_BREAKPOINT (EXCP_BRK)
+#define T_SINGLESTEP (EXCP_SOFTSTP_EL1)
#define T_WATCHPOINT (EXCP_WATCHPT_EL1)
typedef vm_offset_t db_addr_t;
@@ -58,6 +59,7 @@
#define db_set_single_step kdb_cpu_set_singlestep
#define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT)
+#define IS_SSTEP_TRAP(type, code) (type == T_SINGLESTEP)
#define IS_WATCHPOINT_TRAP(type, code) (type == T_WATCHPOINT)
#define inst_trap_return(ins) (0)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 4, 8:25 PM (1 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29255363
Default Alt Text
D28942.diff (640 B)
Attached To
Mode
D28942: arm64: add definition for IS_SSTEP_TRAP()
Attached
Detach File
Event Timeline
Log In to Comment