LLDB mainline
Namespaces | Enumerations | Functions
InferiorCallPOSIX.h File Reference
#include "lldb/lldb-types.h"

Go to the source code of this file.

Namespaces

namespace  lldb_private
 A class that represents a running process on the host machine.
 

Enumerations

enum  lldb_private::MmapProt { lldb_private::eMmapProtNone = 0 , lldb_private::eMmapProtExec = 1 , lldb_private::eMmapProtRead = 2 , lldb_private::eMmapProtWrite = 4 }
 

Functions

bool lldb_private::InferiorCallMmap (Process *proc, lldb::addr_t &allocated_addr, lldb::addr_t addr, lldb::addr_t length, unsigned prot, unsigned flags, lldb::addr_t fd, lldb::addr_t offset)
 
bool lldb_private::InferiorCallMunmap (Process *proc, lldb::addr_t addr, lldb::addr_t length)