Low-level interface to gdb. More...
#include <unistd.h>#include <algorithm>#include <forward_list>#include <map>#include <util/exception_utils.h>Go to the source code of this file.
Low-level interface to gdb.
This provides an API to run a program under gdb up to some breakpoint, and then query the values of expressions. It uses the gdb machine interface (see section "The GDB/MI Interface" in the gdb manual to communicate with gdb.
Definition in file gdb_api.h.