Buy Contact NSDSP Home

nsdsp_debug_get_soft_bp

This function returns the index of the software breakpoint at the address of the last halt.

Syntax

int nsdsp_debug_get_soft_bp(
        nsdsp_session_t   session
);

Parameters

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

Return

If there is a software breakpoint at the address of the last halt, the function returns the id of the software breakpoint. If there is a break instruction at that address, but this instruction is not associated with any of the software breakpoints, the function returns 32. Otherwise, the function returns 0.

 

Minimum library version - 163

Northern Software Home NSDSP Contact Us Purchase/View Cart

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