|
CBMC
|
#include <iosfwd>#include <vector>#include <util/message.h>#include <util/options.h>#include <goto-programs/goto_program.h>
Include dependency graph for goto_trace.h:
This graph shows which files directly or indirectly include this file: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 277 of file goto_trace.h.
| #define OPT_GOTO_TRACE |
Definition at line 269 of file goto_trace.h.
| #define PARSE_OPTIONS_GOTO_TRACE | ( | cmdline, | |
| options | |||
| ) |
Definition at line 285 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 792 of file goto_trace.cpp.