Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Handle the 'X' memory binary write bytes

Proto:static void gdb_cmd_binwrite(struct kgdb_state *ks)

Type:void

Parameter:

TypeParameterName
struct kgdb_state *ks
643  err = Write memory due to an 'M' or 'X' packet.
645  If err Then error_packet(remcom_out_buffer, err)
647  Else strcpy(remcom_out_buffer, "OK")
Caller
NameDescribe
gdb_serial_stubThis function performs all gdbserial command procesing