#include "PlatformNetBSD.h"
#include "lldb/Host/Config.h"
#include <cstdio>
#if LLDB_ENABLE_POSIX
#include <sys/utsname.h>
#endif
#include "lldb/Core/Debugger.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Host/HostInfo.h"
#include "lldb/Target/Process.h"
#include "lldb/Target/Target.h"
#include "lldb/Utility/FileSpec.h"
#include "lldb/Utility/LLDBLog.h"
#include "lldb/Utility/Log.h"
#include "lldb/Utility/State.h"
#include "lldb/Utility/Status.h"
#include "lldb/Utility/StreamString.h"
#define MAP_PRIVATE …
#define MAP_ANON …
usingnamespacelldb;
usingnamespacelldb_private;
usingnamespacelldb_private::platform_netbsd;
LLDB_PLUGIN_DEFINE(…)
static uint32_t g_initialize_count = …;
PlatformSP PlatformNetBSD::CreateInstance(bool force, const ArchSpec *arch) { … }
llvm::StringRef PlatformNetBSD::GetPluginDescriptionStatic(bool is_host) { … }
void PlatformNetBSD::Initialize() { … }
void PlatformNetBSD::Terminate() { … }
PlatformNetBSD::PlatformNetBSD(bool is_host)
: … { … }
std::vector<ArchSpec>
PlatformNetBSD::GetSupportedArchitectures(const ArchSpec &process_host_arch) { … }
void PlatformNetBSD::GetStatus(Stream &strm) { … }
uint32_t
PlatformNetBSD::GetResumeCountForLaunchInfo(ProcessLaunchInfo &launch_info) { … }
bool PlatformNetBSD::CanDebugProcess() { … }
void PlatformNetBSD::CalculateTrapHandlerSymbolNames() { … }
MmapArgList PlatformNetBSD::GetMmapArgumentList(const ArchSpec &arch,
addr_t addr, addr_t length,
unsigned prot, unsigned flags,
addr_t fd, addr_t offset) { … }
CompilerType PlatformNetBSD::GetSiginfoType(const llvm::Triple &triple) { … }