llvm-project/lldb/source
Eugene Zelenko adb5b1dfc2 Fix Clang-tidy modernize-use-override warnings in include/lldb/Expression, source/Expression and tools/lldb-mi; other minor fixes.
llvm-svn: 251730
2015-10-31 00:43:59 +00:00
..
API Make the error return more explicit when an SBValue has no value. 2015-10-30 21:43:15 +00:00
Breakpoint Abstract the notion of the truth value of an expression result, for use 2015-10-31 00:02:18 +00:00
Commands Add a --offset option to memory read that allows one to specify, given a type, how many sizeof(type) bytes to speak before starting to read memory 2015-10-29 23:40:24 +00:00
Core Abstract the notion of the truth value of an expression result, for use 2015-10-31 00:02:18 +00:00
DataFormatters Add a --language (-l) option to the formatter delete commands in order to allow removing formatters from language categories 2015-10-29 22:18:05 +00:00
Expression Fix Clang-tidy modernize-use-override warnings in include/lldb/Expression, source/Expression and tools/lldb-mi; other minor fixes. 2015-10-31 00:43:59 +00:00
Host Added real editline tests. 2015-10-30 02:54:52 +00:00
Initialization Refactor Windows process plugin to allow code sharing between live and mini dump debugging. 2015-10-28 18:21:45 +00:00
Interpreter Fix Clang-tidy modernize-use-override warnings in some files in source; other minor fixes. 2015-10-26 17:00:13 +00:00
Plugins Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Process/Utility headers; other minor fixes. 2015-10-30 00:55:29 +00:00
Symbol Fix potential null deref; after SymbolContextSpecifier::SymbolContextMatches 2015-10-28 23:49:55 +00:00
Target Change Target::EvaluateExpression to take an ExecutionContextScope * rather than a 2015-10-28 22:23:17 +00:00
Utility Add a new task pool class to LLDB 2015-10-20 12:42:05 +00:00
CMakeLists.txt Add initial CMake glue for the NetBSD platform 2015-10-24 00:27:04 +00:00
Makefile [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
lldb.cpp Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00