#include "lo-regexp.h"#include "str-vec.h"#include "call-stack.h"#include "defun.h"#include "interpreter.h"#include "interpreter-private.h"#include "oct-map.h"#include "ov.h"#include "ov-fcn.h"#include "ov-fcn-handle.h"#include "ov-usr-fcn.h"#include "pager.h"#include "parse.h"#include "stack-frame.h"#include "syminfo.h"#include "symrec.h"#include "symscope.h"#include "variables.h"
Go to the source code of this file.
Functions | |
| OCTAVE_EXPORT octave_value_list | Fmax_stack_depth (octave::interpreter &interp, const octave_value_list &args, int nargout) |
| OCTAVE_EXPORT octave_value_list | Fwho (octave::interpreter &interp, const octave_value_list &args, int nargout) |
| OCTAVE_EXPORT octave_value_list | Fwhos (octave::interpreter &interp, const octave_value_list &args, int nargout) |
Variables | |
| static const char * | bt_fieldnames [] |
| static const octave_fields | bt_fields (bt_fieldnames) |
| OCTAVE_EXPORT octave_value_list Fmax_stack_depth | ( | octave::interpreter & | interp, |
| const octave_value_list & | args, | ||
| int | nargout | ||
| ) |
Definition at line 1153 of file call-stack.cc.
References tree_evaluator::max_stack_depth().
| OCTAVE_EXPORT octave_value_list Fwho | ( | octave::interpreter & | interp, |
| const octave_value_list & | args, | ||
| int | nargout | ||
| ) |
Definition at line 1205 of file call-stack.cc.
References tree_evaluator::do_who().
| OCTAVE_EXPORT octave_value_list Fwhos | ( | octave::interpreter & | interp, |
| const octave_value_list & | args, | ||
| int | nargout | ||
| ) |
Definition at line 1293 of file call-stack.cc.
References tree_evaluator::do_who().
|
static |
Definition at line 54 of file call-stack.cc.
|
static |
Referenced by call_stack::backtrace(), and call_stack::empty_backtrace().