llvm-project/lldb/source/Plugins/Process/Utility
Jason Molenda 7f5bd34b18 Fix two places in RegisterContextLLDB::InitializeNonZerothFrame where
I'm not running the saved pc through FixCodeAddress as soon as I should.

<rdar://problem/30686307> 

llvm-svn: 306634
2017-06-29 03:02:24 +00:00
..
ARMDefines.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ARMUtils.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
CMakeLists.txt [LLDB] OpenBSD support 2017-03-26 15:34:57 +00:00
DynamicRegisterInfo.cpp Move StructuredData from Core to Utility 2017-06-27 10:45:31 +00:00
DynamicRegisterInfo.h Move StructuredData from Core to Utility 2017-06-27 10:45:31 +00:00
FreeBSDSignals.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
FreeBSDSignals.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
GDBRemoteSignals.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
GDBRemoteSignals.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
HistoryThread.cpp Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
HistoryThread.h Move many other files from Core -> Utility. 2017-03-06 18:34:25 +00:00
HistoryUnwind.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
HistoryUnwind.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
InferiorCallPOSIX.cpp Use Timeout<> in EvaluateExpressionOptions class 2016-12-06 11:24:51 +00:00
InferiorCallPOSIX.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
InstructionUtils.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
LinuxSignals.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
LinuxSignals.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MipsLinuxSignals.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MipsLinuxSignals.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
NativeRegisterContextRegisterInfo.cpp Break the cycle between Host and PluginProcessUtility. 2017-03-22 00:27:54 +00:00
NativeRegisterContextRegisterInfo.h Break the cycle between Host and PluginProcessUtility. 2017-03-22 00:27:54 +00:00
NetBSDSignals.cpp Recognize Real-Time Signals on NetBSD 2017-01-28 20:01:53 +00:00
NetBSDSignals.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextDarwin_arm.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
RegisterContextDarwin_arm.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextDarwin_arm64.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
RegisterContextDarwin_arm64.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextDarwin_i386.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
RegisterContextDarwin_i386.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextDarwin_x86_64.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
RegisterContextDarwin_x86_64.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextDummy.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
RegisterContextDummy.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextFreeBSD_i386.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextFreeBSD_i386.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextFreeBSD_mips64.cpp [LLDB][MIPS] Core Dump Support. 2017-03-31 11:14:02 +00:00
RegisterContextFreeBSD_mips64.h [LLDB][MIPS] Core Dump Support. 2017-03-31 11:14:02 +00:00
RegisterContextFreeBSD_powerpc.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextFreeBSD_powerpc.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextFreeBSD_x86_64.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextFreeBSD_x86_64.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextHistory.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
RegisterContextHistory.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextLLDB.cpp Fix two places in RegisterContextLLDB::InitializeNonZerothFrame where 2017-06-29 03:02:24 +00:00
RegisterContextLLDB.h Remove dependencies from Utility to Core and Target. 2017-02-14 19:06:07 +00:00
RegisterContextLinux_i386.cpp Remove an x86-ism from RegisterInfoInterface 2016-11-30 10:17:58 +00:00
RegisterContextLinux_i386.h Remove an x86-ism from RegisterInfoInterface 2016-11-30 10:17:58 +00:00
RegisterContextLinux_mips.cpp [LLDB][MIPS] Core Dump Support. 2017-03-31 11:14:02 +00:00
RegisterContextLinux_mips.h [LLDB][MIPS] Core Dump Support. 2017-03-31 11:14:02 +00:00
RegisterContextLinux_mips64.cpp [LLDB][MIPS] Core Dump Support. 2017-03-31 11:14:02 +00:00
RegisterContextLinux_mips64.h [LLDB][MIPS] Core Dump Support. 2017-03-31 11:14:02 +00:00
RegisterContextLinux_s390x.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextLinux_s390x.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextLinux_x86_64.cpp Remove an x86-ism from RegisterInfoInterface 2016-11-30 10:17:58 +00:00
RegisterContextLinux_x86_64.h Remove an x86-ism from RegisterInfoInterface 2016-11-30 10:17:58 +00:00
RegisterContextMacOSXFrameBackchain.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
RegisterContextMacOSXFrameBackchain.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextMach_arm.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextMach_arm.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextMach_i386.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextMach_i386.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextMach_x86_64.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextMach_x86_64.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextMemory.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
RegisterContextMemory.h Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
RegisterContextNetBSD_x86_64.cpp Introduce support for Debug Registers in RegisterContextNetBSD_x86_64 2017-02-24 01:53:45 +00:00
RegisterContextNetBSD_x86_64.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextOpenBSD_i386.cpp [LLDB] OpenBSD support 2017-03-26 15:34:57 +00:00
RegisterContextOpenBSD_i386.h [LLDB] OpenBSD support 2017-03-26 15:34:57 +00:00
RegisterContextOpenBSD_x86_64.cpp [Process/Utility] Remove dead code. NFCI. 2017-04-14 22:04:05 +00:00
RegisterContextOpenBSD_x86_64.h [LLDB] OpenBSD support 2017-03-26 15:34:57 +00:00
RegisterContextPOSIX_arm.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
RegisterContextPOSIX_arm.h Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
RegisterContextPOSIX_arm64.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
RegisterContextPOSIX_arm64.h Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
RegisterContextPOSIX_mips64.cpp [Utility] Placate another GCC warning. 2017-04-20 14:45:33 +00:00
RegisterContextPOSIX_mips64.h [LLDB][MIPS] Core Dump Support. 2017-03-31 11:14:02 +00:00
RegisterContextPOSIX_powerpc.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
RegisterContextPOSIX_powerpc.h Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
RegisterContextPOSIX_s390x.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
RegisterContextPOSIX_s390x.h Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
RegisterContextPOSIX_x86.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
RegisterContextPOSIX_x86.h Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
RegisterContextThreadMemory.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
RegisterContextThreadMemory.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
RegisterContext_mips.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContext_powerpc.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContext_s390x.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContext_x86.h Use Intel CPU flags to determine target supported features. 2016-09-14 17:27:48 +00:00
RegisterInfoInterface.h iwyu fixes on lldbUtility. 2017-04-06 18:12:24 +00:00
RegisterInfoPOSIX_arm.cpp Merge Linux and FreeBSD arm register contexts 2017-02-27 13:00:50 +00:00
RegisterInfoPOSIX_arm.h Merge Linux and FreeBSD arm register contexts 2017-02-27 13:00:50 +00:00
RegisterInfoPOSIX_arm64.cpp Merge Linux and FreeBSD arm64 register contexts 2016-11-25 10:28:09 +00:00
RegisterInfoPOSIX_arm64.h Merge Linux and FreeBSD arm64 register contexts 2016-11-25 10:28:09 +00:00
RegisterInfos_arm.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterInfos_arm64.h Fix arm64 sub-register definitions 2016-10-24 14:57:50 +00:00
RegisterInfos_i386.h Fix Clang initialization and Clang-tidy modernize-use-nullptr warnings in source/Plugins/Process/Utility. 2016-09-21 00:59:22 +00:00
RegisterInfos_mips.h [LLDB][MIPS] fix Floating point register read/write for big endian 2016-10-12 10:53:57 +00:00
RegisterInfos_mips64.h [LLDB][MIPS] fix Floating point register read/write for big endian 2016-10-12 10:53:57 +00:00
RegisterInfos_powerpc.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterInfos_s390x.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterInfos_x86_64.h Introduce FPR and Debug Registers/NetBSD/amd64 support 2017-04-18 12:53:35 +00:00
StopInfoMachException.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
StopInfoMachException.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ThreadMemory.cpp Update StructuredData::String to return StringRefs. 2017-05-12 05:49:54 +00:00
ThreadMemory.h Update StructuredData::String to return StringRefs. 2017-05-12 05:49:54 +00:00
UnwindLLDB.cpp Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
UnwindLLDB.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
UnwindMacOSXFrameBackchain.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
UnwindMacOSXFrameBackchain.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-arm-register-enums.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-arm64-register-enums.h Add the new arm64 sub-register definitions to NativeRegisterContextLinux 2016-10-24 12:59:20 +00:00
lldb-mips-freebsd-register-enums.h [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
lldb-mips-linux-register-enums.h [LLDB][MIPS] fix Floating point register read/write for big endian 2016-10-12 10:53:57 +00:00
lldb-s390x-register-enums.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-x86-register-enums.h Fix for rL280668, Intel(R) Memory Protection Extensions (Intel(R) MPX) support. 2016-09-08 14:16:45 +00:00