Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\debug\gdbstub.c Create Date:2022-07-28 11:38:54
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Handle the 'T' thread query packets

Proto:static void gdb_cmd_thread(struct kgdb_state *ks)

Type:void

Parameter:

TypeParameterName
struct kgdb_state *ks
838  ptr = Our I/O buffers. [1]
841  While we find nice hex chars, build a long_val.* Return number of chars processed.
842  thread = getthread(linux_regs, threadid)
843  If thread Then strcpy(remcom_out_buffer, "OK")
845  Else error_packet(remcom_out_buffer, - EINVAL)
Caller
NameDescribe
gdb_serial_stubThis function performs all gdbserial command procesing