llvm-project/lldb/source/Plugins/Process
Saleem Abdulrasool dd4799c28e Process: fix the build with certain kernel versions
The structure definitions are not provided, but we perform a sizeof operation of
them which causes a build failure.  Include `asm/ptrace.h` to get the structure
definitions.

llvm-svn: 266042
2016-04-12 05:40:51 +00:00
..
FreeBSD Change over the broadcaster/listener process to hold shared or weak pointers 2016-03-07 21:50:25 +00:00
Linux Process: fix the build with certain kernel versions 2016-04-12 05:40:51 +00:00
MacOSX-Kernel Change over the broadcaster/listener process to hold shared or weak pointers 2016-03-07 21:50:25 +00:00
POSIX Remove autoconf support from source directories. 2016-01-28 22:05:24 +00:00
Utility Add a DiagnosticManager replace error streams in the expression parser. 2016-03-19 00:03:59 +00:00
Windows Set the architecture type from minidump more precisely. Differentiate i686 v i386 when possible. 2016-04-04 16:41:16 +00:00
elf-core Fix a bug in linux core file handling 2016-04-05 13:07:16 +00:00
gdb-remote Reset continue_after_async only if neither SIGINIT nor SIGSTOP received. 2016-04-08 20:44:28 +00:00
mach-core Change over the broadcaster/listener process to hold shared or weak pointers 2016-03-07 21:50:25 +00:00
CMakeLists.txt Refactor Windows process plugin to allow code sharing between live and mini dump debugging. 2015-10-28 18:21:45 +00:00