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

Functions

 _handle_thread_step (thread_id, single_thread, select=False)
 
 next (*, int threadId, bool singleThread=False, str granularity="statement", **args)
 
 step_in (*, int threadId, bool singleThread=False, str granularity="statement", **args)
 
 step_out (*, int threadId, bool singleThread=False, **args)
 
 continue_request (*, int threadId, bool singleThread=False, **args)
 

Function Documentation

◆ _handle_thread_step()

gdb.dap.next._handle_thread_step ( thread_id,
single_thread,
select = False )
protected

◆ continue_request()

gdb.dap.next.continue_request ( * ,
int threadId,
bool singleThread = False,
** args )

Definition at line 88 of file next.py.

References gdb.dap.next._handle_thread_step().

◆ next()

gdb.dap.next.next ( * ,
int threadId,
bool singleThread = False,
str granularity = "statement",
** args )

Definition at line 53 of file next.py.

References gdb.dap.next._handle_thread_step().

◆ step_in()

gdb.dap.next.step_in ( * ,
int threadId,
bool singleThread = False,
str granularity = "statement",
** args )

Definition at line 66 of file next.py.

References gdb.dap.next._handle_thread_step().

◆ step_out()

gdb.dap.next.step_out ( * ,
int threadId,
bool singleThread = False,
** args )

Definition at line 77 of file next.py.

References gdb.dap.next._handle_thread_step().