LLDB
mainline
|
Functions | |
set (FBSDKERNEL_LIBS) if(FBSDVMCore_FOUND) list(APPEND FBSDKERNEL_LIBS fbsdvmcore) endif() if($ | |
MATCHES FreeBSD | list (APPEND FBSDKERNEL_LIBS kvm) endif() if(NOT FBSDKERNEL_LIBS) message(STATUS "Skipping FreeBSDKernel plugin due to missing libfbsdvmcore") return() endif() add_lldb_library(lldbPluginProcessFreeBSDKernel PLUGIN ProcessFreeBSDKernel.cpp RegisterContextFreeBSDKernel_arm64.cpp RegisterContextFreeBSDKernel_i386.cpp RegisterContextFreeBSDKernel_x86_64.cpp ThreadFreeBSDKernel.cpp LINK_LIBS lldbCore lldbTarget $ |
MATCHES FreeBSD list | ( | APPEND FBSDKERNEL_LIBS | kvm | ) |
Definition at line 6 of file Plugins/Process/FreeBSDKernel/CMakeLists.txt.
Referenced by lldb_private::breakpad::SymbolFileBreakpad::AddSymbols(), ValueListImpl::Append(), MemoryRegionInfoListImpl::Append(), lldb_private::Args::Args(), lldb_private::RenderScriptRuntime::CaptureDebugHintScriptGroup2(), lldb_private::Platform::CreateArchList(), DumpAddressList(), HexagonDYLDRendezvous::FindMetadata(), DYLDRendezvous::FindMetadata(), lldb_private::ClangExpressionVariable::FindVariableInList(), lldb_private::process_gdb_remote::ProcessGDBRemote::GetImageInfoAddress(), lldb_private::process_gdb_remote::ProcessGDBRemote::GetLoadedModuleList(), lldb_private::breakpad::SymbolFileBreakpad::GetOrCreateFunction(), SymbolFileDWARF::GetTypeUnitSupportFiles(), CommandObjectTargetModulesSearchPathsInsert::HandleArgumentCompletion(), lldb_private::ArchSpec::ListSupportedArchNames(), lldb_private::JITLoader::LoadPlugins(), lldb_private::process_gdb_remote::ProcessGDBRemote::MaybeLoadExecutableModule(), lldb_private::breakpad::SymbolFileBreakpad::LineIterator::operator++(), and lldb_private::ModuleListProperties::UpdateSymlinkMappings().
set | ( | FBSDKERNEL_LIBS | ) |
Definition at line 1 of file Plugins/Process/FreeBSDKernel/CMakeLists.txt.