bplist
获取断点列表。此列表包括其状态(启用/禁用),其类型,地址和(可选)其名称。
参数
此命令无参数。
结果
此命令不设置任何结果变量。列表条目具有以下格式:
STATE:TYPE:ADDRESS[:NAME]
STATE 可以是 0 或 1。0 表示禁用,1 表示启用。只能禁用单击和“正常”断点。
TYPEcan be one of the following values: BP, SS, HW and GP. BP stands for a normal breakpoint (set using the SetBPX command), SS stands for SINGLESHOT, HW stands for HARDWARE and GP stand for Guard Page, the way of setting memory breakpoints.
ADDRESSis the breakpoint address, given in 32 and 64 bits for the x32 and x64 debugger respectively.
NAMEis the name assigned to the breakpoint.