Home
last modified time | relevance | path

Searched refs:prefix_cstr (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DModuleList.h207 void LogUUIDAndPaths(Log *log, const char *prefix_cstr);
/openbsd/gnu/llvm/lldb/source/Core/
H A DModuleList.cpp650 void ModuleList::LogUUIDAndPaths(Log *log, const char *prefix_cstr) { in LogUUIDAndPaths() argument
658 LLDB_LOGF(log, "%s[%u] %s (%s) \"%s\"", prefix_cstr ? prefix_cstr : "", in LogUUIDAndPaths()
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp72 const char *prefix_cstr, in DumpTargetInfo() argument
85 strm.Printf("%starget #%u: %s", prefix_cstr ? prefix_cstr : "", target_idx, in DumpTargetInfo()