diff options
author | Greg Clayton <gclayton@apple.com> | 2016-06-09 16:34:06 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2016-06-09 16:34:06 +0000 |
commit | 3385fa08bf76bf2f3d002c255f97e7621b48cf2e (patch) | |
tree | d478033088bfc792708789554303df8a6854f8a2 /lldb/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp | |
parent | ecdbb765fa3fcf9d12a90c006e73ff1400f70259 (diff) | |
download | llvm-3385fa08bf76bf2f3d002c255f97e7621b48cf2e.zip llvm-3385fa08bf76bf2f3d002c255f97e7621b48cf2e.tar.gz llvm-3385fa08bf76bf2f3d002c255f97e7621b48cf2e.tar.bz2 |
Since our expression parser needs to locate areas of memory that are not in use when you have a process that can't JIT code, like core file debugging, the core file process plug-ins should be able to override the Process::GetMemoryRegionInfo(...) function.
In order to make this happen, I have added permissions to sections so that we can know what the permissions are for a given section, and modified both core file plug-ins to override Process::GetMemoryRegionInfo() and answer things correctly.
llvm-svn: 272276
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp')
0 files changed, 0 insertions, 0 deletions