Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F139289398
D28942.id84753.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
664 B
Referenced Files
None
Subscribers
None
D28942.id84753.diff
View Options
Index: sys/arm64/include/db_machdep.h
===================================================================
--- sys/arm64/include/db_machdep.h
+++ 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
Thu, Dec 11, 12:03 PM (5 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26861638
Default Alt Text
D28942.id84753.diff (664 B)
Attached To
Mode
D28942: arm64: add definition for IS_SSTEP_TRAP()
Attached
Detach File
Event Timeline
Log In to Comment