Expand description
Structs§
- Args
BASH_ARGCandBASH_ARGV, as one instrument reported them.- Columns
- One frame walk, in the sections
stack.bashwrites. - Frame
- One frame: what it is, where its code came from, which line it is executing, and what it was called with.
- Stack
- A walk, innermost first. Never empty: the frame it was taken in is always one of them, and a walk that reaches no frame is refused where it is read.
Enums§
- Site
- What a frame is, as
FUNCNAMEnames it. Two of bash’s words are not function names, and a script that defines a function calledmainorsourceis indistinguishable from them — bash reports the same word. - Source
- Where a frame’s code came from, as
BASH_SOURCEnames it. Two of bash’s words are not paths at all.
Functions§
- with_
walk - The frame walk, and a tool’s own bash after it — the order the shells source them in.