Searched refs:SendCommand (Results 1 – 4 of 4) sorted by relevance
160 const char *buf = process_->SendCommand(command); in SymbolizePC()193 const char *buf = process_->SendCommand(command); in SymbolizeData()
278 SendCommand(stack->info.module, stack->info.module_offset)) { in SymbolizePC()290 const char *SendCommand(const char *module_name, uptr module_offset) { in SendCommand() function in __sanitizer::Addr2LinePool308 return addr2line->SendCommand(buffer); in SendCommand()
83 const char *SendCommand(const char *command);
460 return symbolizer_process_->SendCommand(buffer_); in FormatAndSendCommand()484 const char *SymbolizerProcess::SendCommand(const char *command) { in SendCommand() function in __sanitizer::SymbolizerProcess