OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MachVMRegion
(Results
1 - 2
of
2
) sorted by null
/external/lldb/tools/debugserver/source/MacOSX/
MachVMRegion.cpp
1
//===--
MachVMRegion
.cpp ----------------------------------------*- C++ -*-===//
14
#include "
MachVMRegion
.h"
19
MachVMRegion
::
MachVMRegion
(task_t task) :
33
MachVMRegion
::~
MachVMRegion
()
40
MachVMRegion
::Clear()
55
MachVMRegion
::SetProtections(mach_vm_address_t addr, mach_vm_size_t size, vm_prot_t prot)
68
DNBLogThreadedIf(LOG_MEMORY_PROTECTIONS | LOG_VERBOSE, "
MachVMRegion
::%s: protections (%u) already sufficient for task 0x%4.4x at address 0x%8.8llx) ", __FUNCTION__, prot, m_task, (uint64_t)addr);
102
MachVMRegion
::RestoreProtections(
[
all
...]
MachVMRegion.h
1
//===--
MachVMRegion
.h ------------------------------------------*- C++ -*-===//
21
class
MachVMRegion
24
MachVMRegion
(task_t task);
25
~
MachVMRegion
();
Completed in 162 milliseconds