GDB (xrefs)
Loading...
Searching...
No Matches
Functions
gdb.dap.locations Namespace Reference

Functions

 _find_lines (source, start_line, end_line)
 
 breakpoint_locations (*source, int line, Optional[int] endLine=None, **extra)
 

Function Documentation

◆ _find_lines()

gdb.dap.locations._find_lines ( source,
start_line,
end_line )
protected

Definition at line 27 of file locations.py.

Referenced by gdb.dap.locations.breakpoint_locations().

◆ breakpoint_locations()

gdb.dap.locations.breakpoint_locations ( * source,
int line,
Optional[int] endLine = None,
** extra )

Definition at line 46 of file locations.py.

References gdb.dap.locations._find_lines().