GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
call-stack.cc File Reference
#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"
Include dependency graph for call-stack.cc:

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)
 

Function Documentation

◆ Fmax_stack_depth()

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().

◆ Fwho()

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().

◆ Fwhos()

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().

Variable Documentation

◆ bt_fieldnames

const char* bt_fieldnames[]
static
Initial value:
=
{ "file", "name", "line", "column", nullptr }

Definition at line 54 of file call-stack.cc.

◆ bt_fields