Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_basic_flags.inc20 XRAY_FLAG(int, max_stack_depth, 64,
H A Dxray_flags.inc34 "max_stack_depth instead.")
H A Dxray_basic_logging.cc414 F.max_stack_depth = flags()->xray_naive_log_max_stack_depth; in basicLoggingInit()
421 GlobalOptions.MaxStackDepth = F.max_stack_depth; in basicLoggingInit()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.cpp133 uint64_t max_stack_depth = m_thread.GetMaxBacktraceDepth(); in GetOneMoreFrame() local
143 if (cur_idx >= max_stack_depth) { in GetOneMoreFrame()
/freebsd-12.1/contrib/gcc/
H A DFSFChangeLog.116311 (rtl_obstack, stack_depth, max_stack_depth): Delete extern decls.