Skip to content

Commit 38064ce

Browse files
lyakhkv2019i
authored andcommitted
IPC4: add a GDB entry command
Add an IPC4 message type to instruct the firmware to enter the GDB stub. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent 3e4736f commit 38064ce

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/include/ipc4/header.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,11 @@ enum ipc4_message_type {
8888
/**< Notification (FW to SW driver) */
8989
SOF_IPC4_GLB_NOTIFICATION = 27,
9090
/* GAP HERE- DO NOT USE - size 3 (28 .. 30) */
91+
/**< Enter GDB stub to wait for commands in memory window */
92+
SOF_IPC4_GLB_ENTER_GDB = 31,
9193

9294
/**< Maximum message number */
93-
SOF_IPC4_GLB_MAX_IXC_MESSAGE_TYPE = 31
95+
SOF_IPC4_GLB_MAX_IXC_MESSAGE_TYPE = 32
9496
};
9597

9698
/**

0 commit comments

Comments
 (0)