mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Add script-layer call stack to internal errors messages that abort
This commit is contained in:
parent
a7ba44089b
commit
b2560384c4
7 changed files with 66 additions and 12 deletions
|
@ -147,6 +147,8 @@ struct CallInfo {
|
|||
|
||||
extern vector<CallInfo> call_stack;
|
||||
|
||||
extern std::string render_call_stack();
|
||||
|
||||
// This is set to true after the built-in functions have been initialized.
|
||||
extern bool did_builtin_init;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue