Revision 14725
Added by Aaron Marcuse-Kubitza about 10 years ago
trunk/lib/sh/util.sh | ||
---|---|---|
284 | 284 |
|
285 | 285 |
# makes stack_trace() skip the entry for the caller |
286 | 286 |
alias skip_stack_frame='init_i; next_stack_frame' |
287 |
alias skip_stack_frame_in_caller='next_stack_frame' |
|
288 |
alias unskip_stack_frame_in_caller='prev_stack_frame' |
|
287 | 289 |
|
288 | 290 |
fi # load new aliases |
289 | 291 |
if self_being_included; then |
Also available in: Unified diff
lib/sh/util.sh: added skip_stack_frame_in_caller, unskip_stack_frame_in_caller