1. create_session
Create a new GDB debugging session.
2. get_session
Get specific session information.
3. get_all_sessions
Get all sessions.
4. close_session
Close session.
5. start_debugging
Start debugging.
6. stop_debugging
Stop debugging.
7. continue_execution
Continue execution.
8. step_execution
Step into next line.
9. next_execution
Step over next line.
10. get_breakpoints
Get breakpoint list.
11. set_breakpoint
Set breakpoint.
12. delete_breakpoint
Delete breakpoint.
13. get_stack_frames
Get stack frame information.
14. get_local_variables
Get local variables.
15. get_registers
Get registers.
16. read_memory
Read memory contents.