OpenOCD
Jim_CallFrame
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
Jim_CallFrame
Jim_CallFrame struct
Syntax
Show:
Summary
Declaration
from
jim.h:430
typedef
struct
Jim_CallFrame
{
unsigned
long
id
;
int
level
;
struct
Jim_HashTable
vars
;
struct
Jim_HashTable
*
staticVars
;
struct
Jim_CallFrame
*
parent
;
Jim_Obj
*
const
*
argv
;
int
argc
;
Jim_Obj
*
procArgsObjPtr
;
Jim_Obj
*
procBodyObjPtr
;
struct
Jim_CallFrame
*
next
;
Jim_Obj
*
nsObj
;
Jim_Obj
*
fileNameObj
;
int
line
;
Jim_Stack
*
localCommands
;
struct
Jim_Obj
*
tailcallObj
;
struct
Jim_Cmd
*
tailcallCmd
;
}
Jim_CallFrame
;
Fields
Field
Declared as
Jim_CallFrame::id
unsigned
long
Jim_CallFrame::level
int
Jim_CallFrame::vars
struct
Jim_HashTable
Jim_CallFrame::staticVars
struct
Jim_HashTable
*
Jim_CallFrame::parent
struct
Jim_CallFrame
*
Jim_CallFrame::argv
Jim_Obj
*
const
*
Jim_CallFrame::argc
int
Jim_CallFrame::procArgsObjPtr
Jim_Obj
*
Jim_CallFrame::procBodyObjPtr
Jim_Obj
*
Jim_CallFrame::next
struct
Jim_CallFrame
*
Jim_CallFrame::nsObj
Jim_Obj
*
Jim_CallFrame::fileNameObj
Jim_Obj
*
Jim_CallFrame::line
int
Jim_CallFrame::localCommands
Jim_Stack
*
Jim_CallFrame::tailcallObj
struct
Jim_Obj
*
Jim_CallFrame::tailcallCmd
struct
Jim_Cmd
*
Related Functions
Found 5 other functions taking a
Jim_CallFrame
argument:
Function
Jim_SetVariableLink()
JimCreateCallFrame()
JimFreeCallFrame()
JimCreateCallFrame()
JimFreeCallFrame()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out