llvm-project/lldb/source/Plugins
Jim Ingham 51148e9f94 AddInitialArguments -> AddArguments, and we pass in the struct_address and push it too. All the
callers had to do this by hand and we ended up never actually adding initial arguments and then
reusing them by passing in the struct address separately, so the distinction wasn't needed.

llvm-svn: 252108
2015-11-05 00:24:18 +00:00
..
ABI [LLDB] Fix Clang-tidy modernize-use-override warnings in source/Plugins/ABI; other minor fixes. 2015-10-16 18:49:42 +00:00
Disassembler Fix Clang-tidy modernize-use-override warnings in include/lldb/Disassembler and OperatingSystem; other minor fixes. 2015-10-22 21:24:37 +00:00
DynamicLoader Changes for Bug 17384 2015-10-28 09:47:29 +00:00
ExpressionParser AddInitialArguments -> AddArguments, and we pass in the struct_address and push it too. All the 2015-11-05 00:24:18 +00:00
Instruction Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-21 01:03:30 +00:00
InstrumentationRuntime Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-21 01:03:30 +00:00
JITLoader Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-21 18:46:17 +00:00
Language Fix an issue where LLDB would truncate summaries for string types without producing any evidence thereof 2015-11-04 00:02:08 +00:00
LanguageRuntime Explicitly cast size_t var to (uint64_t) when printf format is PRIx64. 2015-10-29 00:13:42 +00:00
MemoryHistory Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-24 01:08:35 +00:00
ObjectContainer Fix Clang-tidy modernize-use-override warnings in source/Plugins/ObjectContainer and ObjectFile; other minor fixes. 2015-10-23 16:56:07 +00:00
ObjectFile Make sure we don't over specify an architecture when we connect to KDP and use the CPU type and subtype to fill out an architecture. We do this by letting the vendor be an unspecified unknown, or any. We also grab the target architecture, get the KDP host arch, and then merge the two before putting it back into the target. 2015-10-28 23:26:59 +00:00
OperatingSystem Fix Clang-tidy modernize-use-override warnings in include/lldb/Disassembler and OperatingSystem; other minor fixes. 2015-10-22 21:24:37 +00:00
Platform OS X: fix the Xcode debugserver lookup code when LLDB.framework does not contain a debugserver 2015-11-04 18:10:31 +00:00
Process Fix x64 build on Windows, which was broken by my refactor from last week. 2015-11-04 23:47:55 +00:00
ScriptInterpreter Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-24 01:08:35 +00:00
SymbolFile Revert r252001 as it brake TestCppIncompleteTypes on all platforms 2015-11-04 19:39:32 +00:00
SymbolVendor Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-19 18:52:10 +00:00
SystemRuntime Static analyzer noticed that a null get_pending_items_caller could 2015-10-29 00:08:03 +00:00
UnwindAssembly Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-21 18:46:17 +00:00
CMakeLists.txt Fix cmake build. 2015-09-03 04:17:57 +00:00
Makefile Add initial gmake glue for the NetBSD platform 2015-10-24 01:28:24 +00:00