Searched refs:SendCommand (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_symbolizer_posix_libcdep.cc | 165 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()
|
D | sanitizer_symbolizer_internal.h | 75 const char *SendCommand(const char *command);
|
D | sanitizer_symbolizer_mac.cc | 138 const char *buf = process_->SendCommand(command); in SymbolizePC()
|
D | sanitizer_symbolizer_process_libcdep.cc | 42 const char *SymbolizerProcess::SendCommand(const char *command) { in SendCommand() function in __sanitizer::SymbolizerProcess
|
/external/v8/test/cctest/ |
D | test-debug.cc | 2741 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/ |
D | v8-debug.h | 183 static void SendCommand(Isolate* isolate,
|
/external/v8/src/ |
D | api.cc | 6936 void Debug::SendCommand(Isolate* isolate, in SendCommand() function in v8::Debug
|