|
LLDB mainline
|
#include "PlatformFreeBSD.h"#include "lldb/Host/Config.h"#include <cstdio>#include "lldb/Breakpoint/BreakpointLocation.h"#include "lldb/Breakpoint/BreakpointSite.h"#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"#include "llvm/TargetParser/Host.h"#include "llvm/TargetParser/Triple.h"Go to the source code of this file.
Macros | |
| #define | MAP_PRIVATE 0x0002 |
| #define | MAP_ANON 0x1000 |
Variables | |
| static uint32_t | g_initialize_count = 0 |
| #define MAP_ANON 0x1000 |
Definition at line 37 of file PlatformFreeBSD.cpp.
Referenced by lldb_private::Platform::GetMmapArgumentList(), lldb_private::platform_freebsd::PlatformFreeBSD::GetMmapArgumentList(), lldb_private::platform_linux::PlatformLinux::GetMmapArgumentList(), lldb_private::platform_netbsd::PlatformNetBSD::GetMmapArgumentList(), and lldb_private::platform_openbsd::PlatformOpenBSD::GetMmapArgumentList().
| #define MAP_PRIVATE 0x0002 |
Definition at line 36 of file PlatformFreeBSD.cpp.
Referenced by lldb_private::process_linux::NativeProcessLinux::AllocateMemory(), lldb_private::Platform::GetMmapArgumentList(), lldb_private::platform_freebsd::PlatformFreeBSD::GetMmapArgumentList(), lldb_private::platform_linux::PlatformLinux::GetMmapArgumentList(), lldb_private::platform_netbsd::PlatformNetBSD::GetMmapArgumentList(), and lldb_private::platform_openbsd::PlatformOpenBSD::GetMmapArgumentList().
|
static |
Definition at line 45 of file PlatformFreeBSD.cpp.