Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/macosx/queues/
DTestQueues.py219 user_initiated_thread.GetInfoItemByPathAsString(
228 user_interactive_thread.GetInfoItemByPathAsString(
237 utility_thread.GetInfoItemByPathAsString(
246 background_thread.GetInfoItemByPathAsString(
/external/llvm-project/lldb/bindings/interface/
DSBThread.i180 anything was printed into the stream (true) or not (false).") GetInfoItemByPathAsString;
183 GetInfoItemByPathAsString (const char *path, lldb::SBStream &strm);
/external/llvm-project/lldb/include/lldb/API/
DSBThread.h91 bool GetInfoItemByPathAsString(const char *path, SBStream &strm);
/external/llvm-project/lldb/source/API/
DSBThread.cpp436 bool SBThread::GetInfoItemByPathAsString(const char *path, SBStream &strm) { in GetInfoItemByPathAsString() function in SBThread
437 LLDB_RECORD_METHOD(bool, SBThread, GetInfoItemByPathAsString, in GetInfoItemByPathAsString()
1381 LLDB_REGISTER_METHOD(bool, SBThread, GetInfoItemByPathAsString, in RegisterMethods()