mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Move Func up to zeek namespace, rename BroFunc to ScriptFunc
This commit is contained in:
parent
86fdf0eaa9
commit
a2bc42dd93
36 changed files with 190 additions and 184 deletions
|
@ -351,7 +351,7 @@ void DbgBreakpoint::PrintHitMsg()
|
|||
{
|
||||
ODesc d;
|
||||
zeek::detail::Frame* f = g_frame_stack.back();
|
||||
const zeek::detail::BroFunc* func = f->GetFunction();
|
||||
const zeek::detail::ScriptFunc* func = f->GetFunction();
|
||||
|
||||
if ( func )
|
||||
func->DescribeDebug (&d, f->GetFuncArgs());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue