Cart Contact NSDSP Home

nsdsp_debug_disable_bp

This function disables a hardware breakpoint.

Syntax

int nsdsp_debug_disable_bp(
        nsdsp_session_t   session,
        int               bp
);

Parameters

session - a reference to the Debug Session Object obtained with nsdsp_session_program_for_debug or nsdsp_start_debug_session function

bp - the id of a hardware breakpoint

Return

The function returns non-zero if the command to disable the breakpoint has been succesfully queued, or zero otherwise

Notes

This instruction only queues a command. The command will be sent to NSDSP when you queue enough commands to fill the buffer or when you call nsdsp_session_flush.

 

Minimum library version - 163

Northern Software Home NSDSP Contact Us Purchase/View Cart

© 2007-2025 Northern Software Inc. All Rights Reserved.