llvm-project/lldb/source/Plugins/Process/Utility
Robert Flack 96ad3de54b Convert mmap options for target in InferiorCallMmap.
Converts the MAP_PRIVATE and MAP_ANON options to the target platform constants
(on which the call runs) rather than using those of the compiled host.

Test Plan:
Run test suite, the following tests requiring memory allocation / JIT support
begin passing when running mac -> linux:
Test11588.py
TestAnonymous.py
TestBreakpointConditions.py
TestCPPStaticMethods.py
TestCStrings.py
TestCallStdStringFunction.py
TestDataFormatterCpp.py
TestDataFormatterStdList.py
TestExprDoesntBlock.py
TestExprHelpExamples.py
TestFunctionTypes.py
TestPrintfAfterUp.py
TestSBValuePersist.py
TestSetValues.py

Differential Revision: http://reviews.llvm.org/D9511

llvm-svn: 236933
2015-05-09 15:53:31 +00:00
..
ARMDefines.h Handle thumb IT instructions correctly all the time. 2014-12-09 23:31:02 +00:00
ARMUtils.h Fix typos. 2014-07-08 18:05:41 +00:00
CMakeLists.txt FreeBSD/arm core file support 2015-04-20 13:58:19 +00:00
DynamicRegisterInfo.cpp Remove ScriptInterpreterObject. 2015-03-17 20:04:04 +00:00
DynamicRegisterInfo.h Remove ScriptInterpreterObject. 2015-03-17 20:04:04 +00:00
FreeBSDSignals.cpp Move FreeBSDSignals to Utility 2014-04-17 13:03:10 +00:00
FreeBSDSignals.h Move FreeBSDSignals to Utility 2014-04-17 13:03:10 +00:00
HistoryThread.cpp Remove unused class variable and update all callers/users. 2014-09-09 06:14:23 +00:00
HistoryThread.h ASan malloc/free history threads 2014-09-04 01:03:18 +00:00
HistoryUnwind.cpp Remove unused class variable and update all callers/users. 2014-09-09 06:14:23 +00:00
HistoryUnwind.h Remove unused class variable and update all callers/users. 2014-09-09 06:14:23 +00:00
InferiorCallPOSIX.cpp Convert mmap options for target in InferiorCallMmap. 2015-05-09 15:53:31 +00:00
InferiorCallPOSIX.h Convert mmap options for target in InferiorCallMmap. 2015-05-09 15:53:31 +00:00
InstructionUtils.h A << operation would be undefined for a bit-selecting 2014-10-17 01:52:30 +00:00
LinuxSignals.cpp Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
LinuxSignals.h Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
Makefile
MipsLinuxSignals.cpp [LLDB][MIPS] Add LinuxSignals for mips64 and change trap opcode for mips64el. 2015-04-09 07:12:15 +00:00
MipsLinuxSignals.h [LLDB][MIPS] Add LinuxSignals for mips64 and change trap opcode for mips64el. 2015-04-09 07:12:15 +00:00
RegisterContextDarwin_arm.cpp Fix typos. 2014-07-08 18:05:41 +00:00
RegisterContextDarwin_arm.h Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextDarwin_arm64.cpp lldb - Register Context Linux ARM64 2014-08-29 16:01:35 +00:00
RegisterContextDarwin_arm64.h Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextDarwin_i386.cpp Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextDarwin_i386.h Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextDarwin_x86_64.cpp Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextDarwin_x86_64.h Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextDummy.cpp Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextDummy.h Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextFreeBSD_arm.cpp FreeBSD/arm core file support 2015-04-20 13:58:19 +00:00
RegisterContextFreeBSD_arm.h FreeBSD/arm core file support 2015-04-20 13:58:19 +00:00
RegisterContextFreeBSD_arm64.cpp Handle FreeBSD/arm64 core files 2015-03-26 14:20:00 +00:00
RegisterContextFreeBSD_arm64.h Handle FreeBSD/arm64 core files 2015-03-26 14:20:00 +00:00
RegisterContextFreeBSD_i386.cpp Same issue as in D8685 but for i386. 2015-04-21 23:00:58 +00:00
RegisterContextFreeBSD_i386.h Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
RegisterContextFreeBSD_mips64.cpp Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
RegisterContextFreeBSD_mips64.h Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
RegisterContextFreeBSD_powerpc.cpp Implement initial Altivec support 2015-02-05 07:12:01 +00:00
RegisterContextFreeBSD_powerpc.h First cut of PowerPC(64) support in LLDB. 2014-10-31 02:34:28 +00:00
RegisterContextFreeBSD_x86_64.cpp Fix FreeBSD crash after r233837 2015-04-03 20:49:08 +00:00
RegisterContextFreeBSD_x86_64.h Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
RegisterContextHistory.cpp Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextHistory.h Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextLLDB.cpp Fix printing of function names during unwind logging. 2015-04-06 16:23:30 +00:00
RegisterContextLLDB.h Hoist the RegisterNumber class out of RegisterContextLLDB and make 2015-01-10 04:01:03 +00:00
RegisterContextLinux_arm.cpp Adds Register Context Linux/POSIX for ARM Architecture 2015-04-14 07:30:20 +00:00
RegisterContextLinux_arm.h Adds Register Context Linux/POSIX for ARM Architecture 2015-04-14 07:30:20 +00:00
RegisterContextLinux_arm64.cpp lldb - Register Context Linux ARM64 2014-08-29 16:01:35 +00:00
RegisterContextLinux_arm64.h lldb - Register Context Linux ARM64 2014-08-29 16:01:35 +00:00
RegisterContextLinux_i386.cpp Same issue as in D8685 but for i386. 2015-04-21 23:00:58 +00:00
RegisterContextLinux_i386.h Fixing TestRegisters on Linux with LLGS 2015-01-23 22:57:00 +00:00
RegisterContextLinux_mips64.cpp Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
RegisterContextLinux_mips64.h [MIPS] - Register Context for MIPS64 2015-03-17 11:43:56 +00:00
RegisterContextLinux_x86_64.cpp Fix FreeBSD crash after r233837 2015-04-03 20:49:08 +00:00
RegisterContextLinux_x86_64.h Fixing TestRegisters on Linux with LLGS 2015-01-23 22:57:00 +00:00
RegisterContextMacOSXFrameBackchain.cpp LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166 2014-11-08 01:41:49 +00:00
RegisterContextMacOSXFrameBackchain.h Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextMach_arm.cpp
RegisterContextMach_arm.h
RegisterContextMach_i386.cpp
RegisterContextMach_i386.h
RegisterContextMach_x86_64.cpp
RegisterContextMach_x86_64.h
RegisterContextMemory.cpp Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextMemory.h Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextPOSIX.h Refactored RegisterInfoInterface into its own header. 2014-05-16 20:43:19 +00:00
RegisterContextPOSIX_arm.cpp Correct machine type for 32-bit arm 2015-04-19 18:27:00 +00:00
RegisterContextPOSIX_arm.h Adds Register Context Linux/POSIX for ARM Architecture 2015-04-14 07:30:20 +00:00
RegisterContextPOSIX_arm64.cpp Create NativeRegisterContext for android-arm64 2015-03-13 11:36:47 +00:00
RegisterContextPOSIX_arm64.h Create NativeRegisterContext for android-arm64 2015-03-13 11:36:47 +00:00
RegisterContextPOSIX_mips64.cpp Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextPOSIX_mips64.h Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextPOSIX_powerpc.cpp Quiet Coverity 2015-02-12 05:31:31 +00:00
RegisterContextPOSIX_powerpc.h Implement initial Altivec support 2015-02-05 07:12:01 +00:00
RegisterContextPOSIX_x86.cpp Rename lldb registers to contain lldb_ prefix. 2014-11-21 02:00:21 +00:00
RegisterContextPOSIX_x86.h Remove duplicated enum, use the authoritative one. 2014-11-20 23:19:40 +00:00
RegisterContextThreadMemory.cpp Make sure if a thread specifies a 'register_data_addr' in a python operating system plug-in, that is is used to fetch the register values. 2014-12-11 23:53:52 +00:00
RegisterContextThreadMemory.h Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContext_mips64.h Moved various RegisterContext files from Process/POSIX to Process/Utility for easier sharing. 2014-03-12 16:04:29 +00:00
RegisterContext_powerpc.h Implement initial Altivec support 2015-02-05 07:12:01 +00:00
RegisterContext_x86.h gcc_esp_i386 and gcc_ebp_i386 had their values backwards for 2014-08-13 00:52:49 +00:00
RegisterInfoInterface.h Fixing TestRegisters on Linux with LLGS 2015-01-23 22:57:00 +00:00
RegisterInfos_arm.h Adds Register Context Linux/POSIX for ARM Architecture 2015-04-14 07:30:20 +00:00
RegisterInfos_arm64.h Specify LLDB_REGNUM_GENERIC_ARG* registers for arm64 2015-03-27 10:29:25 +00:00
RegisterInfos_i386.h Same issue as in D8685 but for i386. 2015-04-21 23:00:58 +00:00
RegisterInfos_mips64.h Utility: fix compilation on Linux 2014-04-19 21:18:28 +00:00
RegisterInfos_powerpc.h Implement initial Altivec support 2015-02-05 07:12:01 +00:00
RegisterInfos_x86_64.h Same issue as in D8685 but for i386. 2015-04-21 23:00:58 +00:00
StopInfoMachException.cpp Fix stepping a virtual thread when the python operating system was enabled. 2015-04-07 22:17:41 +00:00
StopInfoMachException.h
ThreadMemory.cpp Fix stepping a virtual thread when the python operating system was enabled. 2015-04-07 22:17:41 +00:00
ThreadMemory.h Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00
UnwindLLDB.cpp Reduce header footprint of Target.h 2015-03-03 19:23:09 +00:00
UnwindLLDB.h Add a new 'eRegisterInLiveRegisterContext' RegisterLocation to track 2014-12-09 22:28:10 +00:00
UnwindMacOSXFrameBackchain.cpp Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00
UnwindMacOSXFrameBackchain.h Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00
lldb-arm-register-enums.h Adds Register Context Linux/POSIX for ARM Architecture 2015-04-14 07:30:20 +00:00
lldb-arm64-register-enums.h Create NativeRegisterContext for android-arm64 2015-03-13 11:36:47 +00:00
lldb-x86-register-enums.h Fixing TestRegisters on Linux with LLGS 2015-01-23 22:57:00 +00:00