hanchenye-llvm-project/lldb/source/Symbol
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
..
Block.cpp
CMakeLists.txt Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
ClangASTContext.cpp cleanup unreferenced functions 2014-03-20 06:08:36 +00:00
ClangASTImporter.cpp Implemented the reverse-lookup API in the AST 2013-10-09 22:33:34 +00:00
ClangASTType.cpp lldb arm64 import. 2014-03-29 18:54:20 +00:00
ClangExternalASTSourceCallbacks.cpp
ClangExternalASTSourceCommon.cpp
ClangNamespaceDecl.cpp
CompileUnit.cpp Changed the bool conversion operator on ConstString 2013-10-03 22:27:29 +00:00
DWARFCallFrameInfo.cpp Fixed a bug where CFI data would become corrupted when using remember/restore state instructions. 2013-09-12 23:38:30 +00:00
Declaration.cpp
FuncUnwinders.cpp Fix UnwindAssembly memory leak by defining and using a shared UnwindAssemblySP type. 2014-02-03 23:49:47 +00:00
Function.cpp Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
LineEntry.cpp DWARF says line number 0 is a valid line number - used to indicate a source line that should 2013-09-27 01:15:46 +00:00
LineTable.cpp
Makefile
ObjectFile.cpp JITed functions can now have debug info and be debugged with debug and source info: 2014-03-24 23:10:19 +00:00
Symbol.cpp Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
SymbolContext.cpp "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
SymbolFile.cpp Cleanup on the unified section list changes. Main changes are: 2013-07-10 01:23:25 +00:00
SymbolVendor.cpp Cleanup on the unified section list changes. Main changes are: 2013-07-10 01:23:25 +00:00
Symtab.cpp cleanup unreferenced functions 2014-03-20 06:08:36 +00:00
Type.cpp Added the ability to get the type that a typedef points to via: 2014-01-23 21:38:34 +00:00
TypeList.cpp cleanup unreferenced functions 2014-03-20 06:08:36 +00:00
UnwindPlan.cpp Fix log message for new invalidation checks in PlanValidAtAddress(). 2013-12-03 21:59:39 +00:00
UnwindTable.cpp Merge RegisterContextPOSIX_x86_64 and RegisterContextPOSIX_i386 into RegisterContextPOSIX_x86 2013-10-10 00:16:10 +00:00
Variable.cpp <rdar://problem/14822563> - Do not attempt to use a null VariableList or crashes will ensue 2013-12-21 08:44:28 +00:00
VariableList.cpp Restore the ability of SBFrame::FindValue() to look for file global variables 2014-02-19 19:35:13 +00:00
VerifyDecl.cpp