Please enable JavaScript to view this site.

Code:

AS + 724

Symbolic:

bccBreakpStatus

This command will request runtime status about a specific breakpoint, with following parameters:

Offset

Type

Label

Description

0

U32

DSID

Debug session ID

4

U32

BPID

Breakpoint ID

On success, a bccAck is received with following data:

Offset

Type

Label

Description

0

U32

STATUS

Current breakpoint status:

0x00000001 Enabled

0x00000002 Reached

4

U32

COUNT

Event counter

8

U32

STEP

Event step (or IP) value (-1 no step)

12

DBL

VALUE

Event value

20

U16

PID

Event process ID (-1 no process or internal)

22

STRZ

NAME

Event (caller) name

On failure, a bccNack is received. Specific errors:

NACK code

Description

Extra data

nackNotFound

Breakpoint not found

 

nackIllegalDebug

Illegal debug session

 

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC