Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DModuleList.h160 LogUUIDAndPaths (Log *log, const char *prefix_cstr);
/external/lldb/source/Core/
DModuleList.cpp709 ModuleList::LogUUIDAndPaths (Log *log, const char *prefix_cstr) in LogUUIDAndPaths() argument
720 prefix_cstr ? prefix_cstr : "", in LogUUIDAndPaths()
/external/lldb/source/Commands/
DCommandObjectTarget.cpp61 DumpTargetInfo (uint32_t target_idx, Target *target, const char *prefix_cstr, bool show_stopped_pro… in DumpTargetInfo() argument
74 strm.Printf ("%starget #%u: %s", prefix_cstr ? prefix_cstr : "", target_idx, exe_path); in DumpTargetInfo()