mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
Or for blackbox tests --gdb1=<subdaemon> / --gdb2=<subdaemon>. This makes the subdaemon wait as soon as it's execed, so we can attach the debugger. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
8 lines
184 B
C
8 lines
184 B
C
#ifndef LIGHTNING_LIGHTNINGD_DEBUG_H
|
|
#define LIGHTNING_LIGHTNINGD_DEBUG_H
|
|
#include "config.h"
|
|
|
|
void subdaemon_debug(int argc, char *argv[]);
|
|
|
|
#endif /* LIGHTNING_LIGHTNINGD_DEBUG_H */
|