[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH RFC 4/5] build: Add the config option DEBUG_BACK_TRACE
Provide the config to enable dumping backtrace Signed-off-by: Jia He <justin.he@xxxxxxx> --- Config.uk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Config.uk b/Config.uk index 3235b91..f0a4495 100644 --- a/Config.uk +++ b/Config.uk @@ -120,6 +120,12 @@ config DEBUG_SYMBOLS_LVL3 support macro expansion. endchoice +config DEBUG_BACK_TRACE + bool "Dumping the backtrace" + default n + help + Dump the backtrace of fuction-call + config OPTIMIZE_SYMFILE bool "Create a symbols file" default n -- 2.17.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |