mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
convert scopes to be managed using IntrusivePtr's
This commit is contained in:
parent
f2f041b63b
commit
efd03d41f8
16 changed files with 41 additions and 48 deletions
|
@ -972,10 +972,7 @@ ValPtr dbg_eval_expr(const char* expr)
|
|||
|
||||
const ScriptFunc* func = frame->GetFunction();
|
||||
if ( func )
|
||||
{
|
||||
Ref(func->GetScope());
|
||||
push_existing_scope(func->GetScope());
|
||||
}
|
||||
|
||||
// ### Possibly push a debugger-local scope?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue