mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
better error reporting when ZAM code calls a function
This commit is contained in:
parent
1b6df1a04c
commit
2c9857a618
33 changed files with 38 additions and 52 deletions
|
@ -127,6 +127,10 @@ public:
|
|||
// Location associated with this instruction, for error reporting.
|
||||
const Location* loc = nullptr;
|
||||
|
||||
// Interpreter call expression associated with this instruction,
|
||||
// for error reporting and stack backtraces.
|
||||
const CallExpr* call_expr = nullptr;
|
||||
|
||||
// Whether v1 represents a frame slot type for which we
|
||||
// explicitly manage the memory.
|
||||
bool is_managed = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue