mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Initial import of svn+ssh:://svn.icir.org/bro/trunk/bro as of r7088
This commit is contained in:
commit
61757ac78b
1383 changed files with 380824 additions and 0 deletions
21
src/DbgWatch.cc
Normal file
21
src/DbgWatch.cc
Normal file
|
@ -0,0 +1,21 @@
|
|||
// Implementation of watches
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "Debug.h"
|
||||
#include "DbgWatch.h"
|
||||
|
||||
// Support classes
|
||||
DbgWatch::DbgWatch(BroObj* var_to_watch)
|
||||
{
|
||||
internal_error("DbgWatch unimplemented");
|
||||
}
|
||||
|
||||
DbgWatch::DbgWatch(Expr* expr_to_watch)
|
||||
{
|
||||
internal_error("DbgWatch unimplemented");
|
||||
}
|
||||
|
||||
DbgWatch::~DbgWatch()
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue