Go to file
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
clang Do not define __STRICT_ANSI__ in clang-cl 2014-06-30 20:36:33 +00:00
clang-tools-extra Initialize ClangTidyMessage::FileOffset field to avoid unitialized variable access when sorting errors on output. 2014-06-30 14:29:03 +00:00
compiler-rt [msan] Limit stack origin chain length. 2014-06-30 11:22:42 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc OpenCL 1.1 does not define CL_VERSION_1_2 so use hardcoded number instead 2014-06-26 15:26:38 +00:00
libcxx Fix a typo in the noexcept calculation for __compressed_pair::swap. Thanks to EricWF for the bug report and the fix. 2014-06-30 15:35:09 +00:00
libcxxabi Revert the LSDA change to scan_eh_tab. 2014-06-30 12:35:29 +00:00
lld [mach-o] x86_64 relocation code review fixes 2014-06-30 20:44:47 +00:00
lldb Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
llvm Convert some byval argpromotion grep tests to FileCheck 2014-06-30 20:44:28 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly [C++11] Use more range based fors 2014-06-28 08:59:45 +00:00