llvm-project/lldb/source/Plugins/Process/POSIX
Todd Fiala 4fc3cdd054 Refactored RegisterInfoInterface into its own header.
Also moved it into the lldb_private namespace.

The llgs branch is making use of this interface and its use is not
strictly limited to POSIX.

llvm-svn: 209016
2014-05-16 20:43:19 +00:00
..
CMakeLists.txt Moved various RegisterContext files from Process/POSIX to Process/Utility for easier sharing. 2014-03-12 16:04:29 +00:00
Makefile Following the modification introduced in llvm by commit 185311 2013-07-01 08:21:36 +00:00
POSIXStopInfo.cpp Add output of fault address on an address related crash (ie. segfault). 2013-06-10 22:14:47 +00:00
POSIXStopInfo.h Add output of fault address on an address related crash (ie. segfault). 2013-06-10 22:14:47 +00:00
POSIXThread.cpp Address hung tests in Linux. 2014-04-18 17:01:01 +00:00
POSIXThread.h Fix Linux by partially reverting 196787 2013-12-11 20:43:27 +00:00
ProcessMessage.cpp Make sure switch covers all values. 2013-10-20 17:35:46 +00:00
ProcessMessage.h Add exec support for Linux including common support for POSIX. 2013-10-09 19:39:55 +00:00
ProcessPOSIX.cpp Use getpgid() with waitpid() in case the process pgid is not equal to its pid, as is the case with a forked subprocess. Also a couple of fixes for unit test failures from Todd Fiala. 2014-04-02 06:57:45 +00:00
ProcessPOSIX.h Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression evaluator to handle Indirect 2014-01-10 23:46:59 +00:00
ProcessPOSIXLog.cpp Factor out common string match code for POSIX log enable/disable 2013-07-22 12:39:17 +00:00
ProcessPOSIXLog.h Update for Linux->POSIX rename 2013-06-24 14:51:39 +00:00
RegisterContextPOSIXProcessMonitor_mips64.cpp Refactored RegisterInfoInterface into its own header. 2014-05-16 20:43:19 +00:00
RegisterContextPOSIXProcessMonitor_mips64.h Refactored RegisterInfoInterface into its own header. 2014-05-16 20:43:19 +00:00
RegisterContextPOSIXProcessMonitor_x86.cpp Refactored RegisterInfoInterface into its own header. 2014-05-16 20:43:19 +00:00
RegisterContextPOSIXProcessMonitor_x86.h Refactored RegisterInfoInterface into its own header. 2014-05-16 20:43:19 +00:00