Searched refs:SendCommand (Results 1 – 4 of 4) sorted by relevance
141 const char *buf = process_->SendCommand(command); in SymbolizePC()157 const char *buf = process_->SendCommand(command); in SymbolizeData()
324 SendCommand(stack->info.module, stack->info.module_offset)) { in SymbolizePC()336 const char *SendCommand(const char *module_name, uptr module_offset) { in SendCommand() function in __sanitizer::Addr2LinePool354 return addr2line->SendCommand(buffer); in SendCommand()
76 const char *SendCommand(const char *command);
390 return symbolizer_process_->SendCommand(buffer_); in FormatAndSendCommand()414 const char *SymbolizerProcess::SendCommand(const char *command) { in SendCommand() function in __sanitizer::SymbolizerProcess