#include "syslog-ng.h"
#include "cfg.h"
#include "mainloop.h"
Go to the source code of this file.
◆ FetchCommandFunc
| typedef gchar*(* FetchCommandFunc) (void) |
◆ debugger_builtin_fetch_command()
| gchar* debugger_builtin_fetch_command |
( |
void |
| ) |
|
◆ debugger_exit()
| void debugger_exit |
( |
Debugger * |
self | ) |
|
◆ debugger_free()
| void debugger_free |
( |
Debugger * |
self | ) |
|
◆ debugger_new()
| Debugger* debugger_new |
( |
MainLoop * |
main_loop, |
|
|
GlobalConfig * |
cfg |
|
) |
| |
◆ debugger_perform_tracing()
| gboolean debugger_perform_tracing |
( |
Debugger * |
self, |
|
|
LogPipe * |
pipe, |
|
|
LogMessage * |
msg |
|
) |
| |
◆ debugger_register_command_fetcher()
◆ debugger_start_console()
| void debugger_start_console |
( |
Debugger * |
self | ) |
|
◆ debugger_stop_at_breakpoint()
| gboolean debugger_stop_at_breakpoint |
( |
Debugger * |
self, |
|
|
LogPipe * |
pipe, |
|
|
LogMessage * |
msg |
|
) |
| |