Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DDebugger.cpp1549 std::string token_format; in FormatPromptRecurse() local
1890 … if (IsTokenWithFormat (var_name_begin, "id", token_format, "%" PRIu64, exe_ctx, sc)) in FormatPromptRecurse()
1892 s.Printf(token_format.c_str(), process->GetID()); in FormatPromptRecurse()
1936 … if (IsTokenWithFormat (var_name_begin, "id", token_format, "0x%4.4" PRIx64, exe_ctx, sc)) in FormatPromptRecurse()
1938 s.Printf(token_format.c_str(), thread->GetID()); in FormatPromptRecurse()
1941 …else if (IsTokenWithFormat (var_name_begin, "protocol_id", token_format, "0x%4.4" PRIx64, exe_ctx,… in FormatPromptRecurse()
1943 s.Printf(token_format.c_str(), thread->GetProtocolID()); in FormatPromptRecurse()
1946 … else if (IsTokenWithFormat (var_name_begin, "index", token_format, "%" PRIu64, exe_ctx, sc)) in FormatPromptRecurse()
1948 … s.Printf(token_format.c_str(), (uint64_t)thread->GetIndexID()); in FormatPromptRecurse()
2366 … else if (IsTokenWithFormat (var_name_begin, "number", token_format, "%" PRIu64, exe_ctx, sc)) in FormatPromptRecurse()
[all …]