Searched refs:PutToLog (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DError.h177 PutToLog (Log *log, const char *format, ...) __attribute__ ((format (printf, 3, 4)));
H A DDataExtractor.h208 PutToLog (Log *log,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp78 my_extractor.PutToLog(log, 0, my_buffer.GetByteSize(), allocation_process_addr, 16, DataExtractor::TypeUInt8);
192 extractor.PutToLog (log,
411 my_extractor.PutToLog(log, 0, my_buffer.GetByteSize(), record.m_process_address, 16, DataExtractor::TypeUInt8);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DError.cpp191 Error::PutToLog (Log *log, const char *format, ...) function in class:Error
H A DDataExtractor.cpp2079 DataExtractor::PutToLog function in class:DataExtractor
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp1716 error.PutToLog(log, "::posix_spawnattr_init ( &attr )");
1739 error.PutToLog(log, "::posix_spawnattr_setflags ( &attr, flags=0x%8.8x )", flags);
1767 error.PutToLog(log, "::posix_spawnattr_setbinpref_np ( &attr, 1, cpu_type = 0x%8.8x, count => %llu )", cpu, (uint64_t)ocount);
1833 error.PutToLog(log, "::posix_spawn_file_actions_init ( &file_actions )");
1864 error.PutToLog(log, "::posix_spawnp ( pid => %i, path = '%s', file_actions = %p, attr = %p, argv = %p, envp = %p )",
1891 error.PutToLog(log, "::posix_spawnp ( pid => %i, path = '%s', file_actions = NULL, attr = %p, argv = %p, envp = %p )",
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp701 error.PutToLog(log, "posix_spawn_file_actions_addclose (action=%p, fd=%i)",
716 error.PutToLog(log, "posix_spawn_file_actions_adddup2 (action=%p, fd=%i, dup_fd=%i)",
740 error.PutToLog(log,

Completed in 197 milliseconds