hanchenye-llvm-project/lldb/source/Plugins
Jason Molenda a332978b2a lldb arm64 import.
These changes were written by Greg Clayton, Jim Ingham, Jason Molenda.

It builds cleanly against TOT llvm with xcodebuild.  I updated the
cmake files by visual inspection but did not try a build.  I haven't
built these sources on any non-Mac platforms - I don't think this
patch adds any code that requires darwin, but please let me know if
I missed something.

In debugserver, MachProcess.cpp and MachTask.cpp were renamed to
MachProcess.mm and MachTask.mm as they picked up some new Objective-C
code needed to launch processes when running on iOS.

llvm-svn: 205113
2014-03-29 18:54:20 +00:00
..
ABI lldb arm64 import. 2014-03-29 18:54:20 +00:00
Disassembler lldb arm64 import. 2014-03-29 18:54:20 +00:00
DynamicLoader lldb arm64 import. 2014-03-29 18:54:20 +00:00
Instruction lldb arm64 import. 2014-03-29 18:54:20 +00:00
JITLoader Fix cmake build issues on Darwin. 2014-03-13 21:16:13 +00:00
LanguageRuntime <rdar://problem/14515139> 2014-03-25 20:53:33 +00:00
ObjectContainer "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf style statements that were assuming size_t were 64 bit were changed, and they were also changed to display them as unsigned values as "size_t" isn't signed. 2014-03-03 19:15:20 +00:00
ObjectFile lldb arm64 import. 2014-03-29 18:54:20 +00:00
OperatingSystem Fixed deadlocks that could occur when using python for breakpoints, operating system plugins, and other async python usage. 2014-02-13 23:34:38 +00:00
Platform lldb arm64 import. 2014-03-29 18:54:20 +00:00
Process lldb arm64 import. 2014-03-29 18:54:20 +00:00
SymbolFile JITed functions can now have debug info and be debugged with debug and source info: 2014-03-24 23:10:19 +00:00
SymbolVendor Remove commented includes 2014-02-02 14:06:07 +00:00
SystemRuntime Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (serial or concurrent). 2014-03-13 02:54:54 +00:00
UnwindAssembly Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
CMakeLists.txt Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer. 2014-03-05 10:12:43 +00:00
Makefile lldb arm64 import. 2014-03-29 18:54:20 +00:00