Home
last modified time | relevance | path

Searched refs:max_stack_depth (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_flags.inc19 XRAY_FLAG(int, max_stack_depth, 64,
H A Dxray_flags.inc33 "max_stack_depth instead.")
H A Dxray_basic_logging.cpp413 F.max_stack_depth = flags()->xray_naive_log_max_stack_depth; in basicLoggingInit()
420 GlobalOptions.MaxStackDepth = F.max_stack_depth; in basicLoggingInit()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DUnwindLLDB.cpp132 uint64_t max_stack_depth = m_thread.GetMaxBacktraceDepth(); in GetOneMoreFrame() local
142 if (cur_idx >= max_stack_depth) { in GetOneMoreFrame()