bp.h File Reference
Go to the source code of this file.
Detailed Description
Definition in file bp.h.
Function Documentation
Deinitialize the breakpoint parser.
- Precondition:
- The module has been initialized using bp_Init().
Definition at line 28 of file bp.c.
Array bp_getBreakPoints |
( |
void |
|
) |
|
Parse the breakpoint data and returns an Array of breakpoints.
- Precondition:
- The module has been initialized using bp_Init().
Definition at line 38 of file bp.c.
void bp_init |
( |
char * |
fileName |
) |
|
Initialize the parser of the breakpoint data.
- Parameters:
-
[in] | fileName | name of the breakpoint file. Use '-' for STDIN. |
Definition at line 18 of file bp.c.