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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h182 void LogUUIDAndPaths(Log *log, const char *prefix_cstr);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp579 void ModuleList::LogUUIDAndPaths(Log *log, const char *prefix_cstr) { argument
587 LLDB_LOGF(log, "%s[%u] %s (%s) \"%s\"", prefix_cstr ? prefix_cstr : "",
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp60 const char *prefix_cstr,
73 strm.Printf("%starget #%u: %s", prefix_cstr ? prefix_cstr : "", target_idx,
59 DumpTargetInfo(uint32_t target_idx, Target *target, const char *prefix_cstr, bool show_stopped_process_status, Stream &strm) argument

Completed in 143 milliseconds