Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DThread.cpp1768 bool print_json_thread, bool print_json_stopinfo) { in GetDescription() argument
1775 if (print_json_thread || print_json_stopinfo) { in GetDescription()
1781 if (print_json_stopinfo && m_stop_info_sp) { in GetDescription()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DThread.h496 bool print_json_thread, bool print_json_stopinfo);