llvm-project/lldb/source/Plugins
Ashok Thirumurthi a3dd4899e8 Use std::vector for the array of RegisterInfo structs that describe the register context.
- Ensures that this container is populated once for the lifetime of lldb
--- In particular, static methods can query this data even after the first RegisterContext has been destroyed.
- Uses a singleton function to avoid global constructors.

Thanks to Greg Clayton for the suggestion!

llvm-svn: 183313
2013-06-05 14:12:43 +00:00
..
ABI <rdar://problem/13854277> 2013-05-10 21:47:16 +00:00
Disassembler Added a parameter for relocation info to keep lldb in step with llvm due to r182625, 2013-05-24 15:55:54 +00:00
DynamicLoader <rdar://problem/13956179> 2013-05-22 21:00:49 +00:00
Instruction Update countTrailingZeros function usage to match llvm's r182667. 2013-05-24 22:24:17 +00:00
LanguageRuntime Fix various build warnings. 2013-06-03 18:00:07 +00:00
ObjectContainer <rdar://problem/13455021> 2013-05-21 23:36:34 +00:00
ObjectFile <rdar://problem/13941992> 2013-06-04 20:27:06 +00:00
OperatingSystem <rdar://problem/13956179> 2013-05-29 23:31:14 +00:00
Platform Implement ObjectFileELF::GetModuleSpecifications(), and add PlatformLinux code to deal with unknown arch properties. 2013-05-17 00:20:21 +00:00
Process Use std::vector for the array of RegisterInfo structs that describe the register context. 2013-06-05 14:12:43 +00:00
SymbolFile <rdar://problem/13455021> 2013-05-22 00:10:28 +00:00
SymbolVendor <rdar://problem/13854277> 2013-05-10 21:47:16 +00:00
UnwindAssembly <rdar://problem/13854277> 2013-05-10 21:47:16 +00:00
CMakeLists.txt Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
Makefile Under GNU/Linux, do not build lldbPluginDynamicLoaderDarwinKernel.a. It was breaking the build 2013-05-13 10:18:51 +00:00