llvm-project/lldb/source/Plugins
Greg Clayton d00294483e Don't use a "uintptr_t" for the metadata key, use a "void *". This removes all of the casts that were being used and cleans the code up a bit. Also added the ability to dump the metadata.
llvm-svn: 178113
2013-03-27 01:48:02 +00:00
..
ABI Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
Disassembler DoesBranch needs to compute the instruction if it isn't already done. 2013-03-13 01:55:16 +00:00
DynamicLoader Misc. clang build warning fixes. 2013-03-12 17:45:38 +00:00
Instruction Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
LanguageRuntime Don't use a "uintptr_t" for the metadata key, use a "void *". This removes all of the casts that were being used and cleans the code up a bit. Also added the ability to dump the metadata. 2013-03-27 01:48:02 +00:00
ObjectContainer Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
ObjectFile Don't try to read the eh_frame section out of a dSYM. 2013-03-22 00:38:45 +00:00
OperatingSystem Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
Platform Update PlatformDarwin to understand how armv7m / armv7em relate 2013-03-08 04:33:44 +00:00
Process Add Linux support for reading/writing extended register sets. 2013-03-20 20:34:35 +00:00
SymbolFile Don't use a "uintptr_t" for the metadata key, use a "void *". This removes all of the casts that were being used and cleans the code up a bit. Also added the ability to dump the metadata. 2013-03-27 01:48:02 +00:00
SymbolVendor Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
UnwindAssembly Convert from the C-based LLVM Disassembler shim to the full MC Disassembler API's. 2013-03-02 00:26:47 +00:00
CMakeLists.txt Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
Makefile Patch submitted by Dan Malea -- I introduced a dependency between 2012-10-04 02:16:06 +00:00