feature: add debug_plugin for development debugging
This commit is contained in:
7
test/debug_plugin/version.map
Normal file
7
test/debug_plugin/version.map
Normal file
@@ -0,0 +1,7 @@
|
||||
DEBUG_PLUGIN {
|
||||
global:
|
||||
debug_plugin_init;
|
||||
debug_plugin_exit;
|
||||
|
||||
local: *;
|
||||
};
|
||||
Reference in New Issue
Block a user