Searched refs:SendCommand (Results 1 – 4 of 4) sorted by relevance
209 const char *buf = process_->SendCommand(command); in SymbolizePC()242 const char *buf = process_->SendCommand(command); in SymbolizeData()
274 SendCommand(stack->info.module, stack->info.module_offset)) { in SymbolizePC()286 const char *SendCommand(const char *module_name, uptr module_offset) { in SendCommand() function in __sanitizer::Addr2LinePool304 return addr2line->SendCommand(buffer); in SendCommand()
88 const char *SendCommand(const char *command);
453 return symbolizer_process_->SendCommand(buffer_); in FormatAndSendCommand()477 const char *SymbolizerProcess::SendCommand(const char *command) { in SendCommand() function in __sanitizer::SymbolizerProcess