mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
g_dbgfilemaps: Remove uses of PDict
This commit is contained in:
parent
a3deb0446c
commit
d0e8af9343
4 changed files with 9 additions and 9 deletions
|
@ -176,7 +176,7 @@ string get_context_description(const Stmt* stmt, const Frame* frame);
|
|||
|
||||
extern Frame* g_dbg_locals; // variables created within debugger context
|
||||
|
||||
extern PDict<Filemap> g_dbgfilemaps; // filename => filemap
|
||||
extern std::map<string, Filemap*> g_dbgfilemaps; // filename => filemap
|
||||
|
||||
// Perhaps add a code/priority argument to do selective output.
|
||||
int debug_msg(const char* fmt, ...) __attribute__ ((format (printf, 1, 2)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue