llvm-project/lldb/source/Plugins/Platform
Todd Fiala af245d115b Add lldb-gdbserver support for Linux x86_64.
This change brings in lldb-gdbserver (llgs) specifically for Linux x86_64.
(More architectures coming soon).

Not every debugserver option is covered yet.  Currently
the lldb-gdbserver command line can start unattached,
start attached to a pid (process-name attach not supported yet),
or accept lldb attaching and launching a process or connecting
by process id.

The history of this large change can be found here:
https://github.com/tfiala/lldb/tree/dev-tfiala-native-protocol-linux-x86_64

Until mid/late April, I was not sharing the work and continued
to rebase it off of head (developed via id tfiala@google.com).  I switched over to
user todd.fiala@gmail.com in the middle, and once I went to github, I did
merges rather than rebasing so I could share with others.

llvm-svn: 212069
2014-06-30 21:05:18 +00:00
..
FreeBSD Test commit: Correct type in two comments. 2014-06-19 19:21:53 +00:00
Linux Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
MacOSX lldb: remove adhoc implementation of array_sizeof 2014-06-27 05:17:41 +00:00
POSIX Change the way the m_trap_handlers Platform base class ivar is initialized; 2014-02-13 23:11:45 +00:00
Windows Fix most of the remaining Windows build warnings. 2014-06-02 17:30:22 +00:00
gdb-server Added an option to turn OFF the "detach on error" behavior that was added 2014-06-25 02:32:56 +00:00
CMakeLists.txt Patch to add PlatformWindows, based on Carlo Kok's version from the Windows branch. 2013-10-15 12:32:12 +00:00
Makefile Update makefiles to build PlatformWindows 2013-10-15 13:52:20 +00:00