mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
edc30b12ea
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 */
|