llvm-project/lldb/source/Plugins/Process/elf-core
Ed Maste fee8ace132 Limit scope of RegisterContextPOSIX.h header
RegisterContextPOSIX.h is poorly named and contains only the declaration
of POSIXBreakpointProtocol, which is used for in-process live kernel
debugging. It is now relevant only to FreeBSD.

In source/Plugins/Process/Utility/RegisterContext*.h (after assorted
rework and refactoring) it only served the purpose of #including other
necessary headers as a side-effect. Remove it from them and just include
the required headers directly.

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

llvm-svn: 247558
2015-09-14 13:16:59 +00:00
..
CMakeLists.txt [cmake] Remove LLVM_NO_RTTI. 2015-09-03 08:46:55 +00:00
Makefile elf-core: Strip trailing whitespace 2014-04-17 13:06:49 +00:00
ProcessElfCore.cpp Have the Process hold a weak_ptr to the Target. 2015-09-01 20:02:29 +00:00
ProcessElfCore.h Have the Process hold a weak_ptr to the Target. 2015-09-01 20:02:29 +00:00
RegisterContextPOSIXCore_arm.cpp Limit scope of RegisterContextPOSIX.h header 2015-09-14 13:16:59 +00:00
RegisterContextPOSIXCore_arm.h Adds Register Context Linux/POSIX for ARM Architecture 2015-04-14 07:30:20 +00:00
RegisterContextPOSIXCore_arm64.cpp Limit scope of RegisterContextPOSIX.h header 2015-09-14 13:16:59 +00:00
RegisterContextPOSIXCore_arm64.h Handle FreeBSD/arm64 core files 2015-03-26 14:20:00 +00:00
RegisterContextPOSIXCore_mips64.cpp Limit scope of RegisterContextPOSIX.h header 2015-09-14 13:16:59 +00:00
RegisterContextPOSIXCore_mips64.h Refactored RegisterInfoInterface into its own header. 2014-05-16 20:43:19 +00:00
RegisterContextPOSIXCore_powerpc.cpp Limit scope of RegisterContextPOSIX.h header 2015-09-14 13:16:59 +00:00
RegisterContextPOSIXCore_powerpc.h Implement initial Altivec support 2015-02-05 07:12:01 +00:00
RegisterContextPOSIXCore_x86_64.cpp Limit scope of RegisterContextPOSIX.h header 2015-09-14 13:16:59 +00:00
RegisterContextPOSIXCore_x86_64.h Refactored RegisterInfoInterface into its own header. 2014-05-16 20:43:19 +00:00
ThreadElfCore.cpp Report original thread ID for FreeBSD core files 2015-07-31 14:24:32 +00:00
ThreadElfCore.h Report original thread ID for FreeBSD core files 2015-07-31 14:24:32 +00:00