Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_posix_libcdep.cc165 if (const char *buf = SendCommand(/*is_data*/ false, stack->info.module, in SymbolizePC()
175 SendCommand(/*is_data*/ true, info->module, info->module_offset)) { in SymbolizeData()
184 const char *SendCommand(bool is_data, const char *module_name, in SendCommand() function in __sanitizer::LLVMSymbolizer
189 return symbolizer_process_->SendCommand(buffer_); in SendCommand()
233 SendCommand(stack->info.module, stack->info.module_offset)) { in SymbolizePC()
245 const char *SendCommand(const char *module_name, uptr module_offset) { in SendCommand() function in __sanitizer::Addr2LinePool
262 return addr2line->SendCommand(buffer_); in SendCommand()
Dsanitizer_symbolizer_internal.h75 const char *SendCommand(const char *command);
Dsanitizer_symbolizer_mac.cc138 const char *buf = process_->SendCommand(command); in SymbolizePC()
Dsanitizer_symbolizer_process_libcdep.cc42 const char *SymbolizerProcess::SendCommand(const char *command) { in SendCommand() function in __sanitizer::SymbolizerProcess
/external/v8/test/cctest/
Dtest-debug.cc2741 v8::Debug::SendCommand(isolate, buffer, AsciiToUtf16(command_111, buffer)); in TEST()
2751 v8::Debug::SendCommand(isolate, buffer, AsciiToUtf16(command_112, buffer)); in TEST()
2761 v8::Debug::SendCommand(isolate, buffer, AsciiToUtf16(command_113, buffer)); in TEST()
4994 v8::Debug::SendCommand(isolate, buffer_1, AsciiToUtf16(command_1, buffer_1)); in Run()
4995 v8::Debug::SendCommand(isolate, buffer_2, AsciiToUtf16(command_2, buffer_2)); in Run()
4996 v8::Debug::SendCommand(isolate, buffer_2, AsciiToUtf16(command_3, buffer_2)); in Run()
4997 v8::Debug::SendCommand(isolate, buffer_2, AsciiToUtf16(command_3, buffer_2)); in Run()
4998 v8::Debug::SendCommand(isolate, buffer_2, AsciiToUtf16(command_3, buffer_2)); in Run()
5018 v8::Debug::SendCommand(isolate, buffer_1, AsciiToUtf16(command_1, buffer_1)); in Run()
5019 v8::Debug::SendCommand(isolate, buffer_2, AsciiToUtf16(command_2, buffer_2)); in Run()
[all …]
/external/v8/include/
Dv8-debug.h183 static void SendCommand(Isolate* isolate,
/external/v8/src/
Dapi.cc6936 void Debug::SendCommand(Isolate* isolate, in SendCommand() function in v8::Debug