Home
last modified time | relevance | path

Searched refs:PutToLog (Results 1 – 12 of 12) sorted by relevance

/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.h109 PutToLog (lldb_private::Log *log) const;
164 PutToLog (lldb_private::Log *log,
252 PutToLog (lldb_private::Log *log) const;
DDynamicLoaderMacOSXDYLD.cpp832 image_infos[idx].PutToLog (log); in AddModulesUsingImageInfos()
950 image_infos[idx].PutToLog (log); in RemoveModulesUsingImageInfosAddress()
983 image_infos[idx].PutToLog(log); in RemoveModulesUsingImageInfosAddress()
999 image_infos[idx].PutToLog(log); in RemoveModulesUsingImageInfosAddress()
1398 DynamicLoaderMacOSXDYLD::Segment::PutToLog (Log *log, lldb::addr_t slide) const in PutToLog() function in DynamicLoaderMacOSXDYLD::Segment
1433 DynamicLoaderMacOSXDYLD::DYLDImageInfo::PutToLog (Log *log) const in PutToLog() function in DynamicLoaderMacOSXDYLD::DYLDImageInfo
1478 segments[i].PutToLog(log, slide); in PutToLog()
1487 DynamicLoaderMacOSXDYLD::PutToLog(Log *log) const in PutToLog() function in DynamicLoaderMacOSXDYLD
1504 m_dyld_image_infos[i].PutToLog(log); in PutToLog()
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.h104 PutToLog (lldb_private::Log *log) const;
252 PutToLog (lldb_private::Log *log) const;
DDynamicLoaderDarwinKernel.cpp1110 PutToLog(log); in BreakpointHit()
1308 kext_summaries[new_kext].PutToLog (log); in ParseKextSummaries()
1424 DynamicLoaderDarwinKernel::KextImageInfo::PutToLog (Log *log) const in PutToLog() function in DynamicLoaderDarwinKernel::KextImageInfo
1467 DynamicLoaderDarwinKernel::PutToLog(Log *log) const in PutToLog() function in DynamicLoaderDarwinKernel
1485 m_known_kexts[i].PutToLog(log); in PutToLog()
/external/lldb/include/lldb/Core/
DError.h178 PutToLog (Log *log, const char *format, ...) __attribute__ ((format (printf, 3, 4)));
DDataExtractor.h208 PutToLog (Log *log,
/external/lldb/source/Host/macosx/
DHost.mm1379 error.PutToLog(log, "%s", error.AsCString());
1420 error.PutToLog(log, "%s", error.AsCString());
1465 error.PutToLog(log, "%s", error.AsCString());
1477 error.PutToLog(log, "%s", error.AsCString());
1537 error.PutToLog(log, "%s", error.AsCString());
1553 error.PutToLog(log, "%s", error.AsCString());
1574 error.PutToLog(log, "::posix_spawnattr_init ( &attr )");
1592 error.PutToLog(log, "::posix_spawnattr_setflags ( &attr, flags=0x%8.8x )", flags);
1610 …error.PutToLog(log, "::posix_spawnattr_setbinpref_np ( &attr, 1, cpu_type = 0x%8.8x, count => %llu…
1653 error.PutToLog(log, "::posix_spawn_file_actions_init ( &file_actions )");
[all …]
/external/lldb/source/Core/
DError.cpp186 Error::PutToLog (Log *log, const char *format, ...) in PutToLog() function in Error
DDataExtractor.cpp2019 DataExtractor::PutToLog in PutToLog() function in DataExtractor
/external/lldb/source/Expression/
DIRExecutionUnit.cpp197 extractor.PutToLog (log, in DisassembleFunction()
/external/lldb/source/Target/
DProcess.cpp689 error.PutToLog(log, "posix_spawn_file_actions_addclose (action=%p, fd=%i)", in AddPosixSpawnFileAction()
704 … error.PutToLog(log, "posix_spawn_file_actions_adddup2 (action=%p, fd=%i, dup_fd=%i)", in AddPosixSpawnFileAction()
728 error.PutToLog(log, in AddPosixSpawnFileAction()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp2584 …error.PutToLog(log, "Host::LaunchProcess (launch_info) => pid=%" PRIu64 ", path='%s'", m_debugserv… in StartDebugserverProcess()