llvm-project/lldb/source/Plugins
Jim Ingham 87c1191e0e Now that we are using the Unwinder (or Jason's new unwinder when that comes about) all the plugin-specific details of getting stack frames
should be hidden behind that, and the "GetStackFrameAtIndex" and "GetStackFrameCount" algorithms become generic.  So I moved them to Thread.cpp.

llvm-svn: 110899
2010-08-12 02:14:28 +00:00
..
ABI Added support for objective C built-in types: id, Class, and SEL. This 2010-08-03 00:35:52 +00:00
Disassembler/llvm Added extensive logging of the code that is actually going 2010-07-23 02:19:15 +00:00
DynamicLoader/MacOSX-DYLD Change Target & Process so they can really be initialized with an invalid architecture. 2010-08-09 23:31:02 +00:00
ObjectContainer Change Target & Process so they can really be initialized with an invalid architecture. 2010-08-09 23:31:02 +00:00
ObjectFile Looks like this is how you identify executables in ELF. 2010-08-10 01:36:46 +00:00
Process Now that we are using the Unwinder (or Jason's new unwinder when that comes about) all the plugin-specific details of getting stack frames 2010-08-12 02:14:28 +00:00
SymbolFile Few little fixes to reading in inlined functions. Also added a test case with some inlining. 2010-08-12 01:20:14 +00:00
SymbolVendor/MacOSX Change over to using the definitions for mach-o types and defines to the 2010-07-21 22:12:05 +00:00
Makefile Fix makefiles to build properly on Darwin. 2010-07-24 04:10:59 +00:00