CBMC
|
Traces of GOTO Programs. More...
#include <iosfwd>
#include <vector>
#include <util/message.h>
#include <util/options.h>
#include <goto-programs/goto_program.h>
Go to the source code of this file.
Classes | |
class | goto_trace_stept |
Step of the trace of a GOTO program. More... | |
class | goto_tracet |
Trace of a GOTO program. More... | |
struct | trace_optionst |
Options for printing the trace using show_goto_trace. More... | |
Macros | |
#define | OPT_GOTO_TRACE |
#define | HELP_GOTO_TRACE |
#define | PARSE_OPTIONS_GOTO_TRACE(cmdline, options) |
Functions | |
void | show_goto_trace (messaget::mstreamt &out, const namespacet &ns, const goto_tracet &goto_trace, const trace_optionst &trace_options=trace_optionst::default_options) |
Output the trace on the given stream out . More... | |
Traces of GOTO Programs.
Definition in file goto_trace.h.
#define HELP_GOTO_TRACE |
Definition at line 279 of file goto_trace.h.
#define OPT_GOTO_TRACE |
Definition at line 271 of file goto_trace.h.
#define PARSE_OPTIONS_GOTO_TRACE | ( | cmdline, | |
options | |||
) |
Definition at line 287 of file goto_trace.h.
void show_goto_trace | ( | messaget::mstreamt & | out, |
const namespacet & | ns, | ||
const goto_tracet & | goto_trace, | ||
const trace_optionst & | trace_options = trace_optionst::default_options |
||
) |
Output the trace on the given stream out
.
Definition at line 788 of file goto_trace.cpp.