mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
GH-210: improve call stack tracking
Adds tracking of arguments
This commit is contained in:
parent
253adfd14b
commit
3e2c2a6140
7 changed files with 64 additions and 31 deletions
|
@ -143,6 +143,7 @@ extern bool check_built_in_call(BuiltinFunc* f, CallExpr* call);
|
|||
struct CallInfo {
|
||||
const CallExpr* call;
|
||||
const Func* func;
|
||||
const val_list* args;
|
||||
};
|
||||
|
||||
extern vector<CallInfo> call_stack;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue