Home
last modified time | relevance | path

Searched refs:print_json_thread (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h501 bool print_json_thread, bool print_json_stopinfo);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp1963 bool print_json_thread, bool print_json_stopinfo) { in GetDescription() argument
1970 if (print_json_thread || print_json_stopinfo) { in GetDescription()
1971 if (thread_info && print_json_thread) { in GetDescription()