llvm-project/lldb/source
Enrico Granata e0ee1e1cd6 Teach an old pony a few new tricks.
ValueObjectPrinter can now mask out pointer values during a printout; also, it supports helper functions to print declarations in different formats if needed

Practically speaking however, this change is NFC as nothing yet uses it in the codebase

llvm-svn: 250599
2015-10-17 01:05:50 +00:00
..
API Move TypeSummaryImpl over to LLVM-style RTTI for subclassing 2015-10-16 22:51:56 +00:00
Breakpoint [LLDB] Fix display of value of a vector variables in watchpoint operations 2015-10-09 15:13:20 +00:00
Commands Handle eFormatVectorOfFloat16 2015-10-16 23:42:04 +00:00
Core Resubmit: RenderScript command for printing allocation contents 2015-10-16 08:28:47 +00:00
DataFormatters Teach an old pony a few new tricks. 2015-10-17 01:05:50 +00:00
Expression Decide on the expression language inside UserExpression 2015-10-07 22:01:12 +00:00
Host Fix temporary directory computation on linux (pr25147) 2015-10-16 09:32:05 +00:00
Initialization TypeSystem is now a plugin interface and removed any "ClangASTContext &Class::GetClangASTContext()" functions. 2015-09-17 22:23:34 +00:00
Interpreter Make some more of the LLDB/SWIG/Python glue Python 3 aware. 2015-10-16 17:52:32 +00:00
Plugins [LLDB] Fix Clang-tidy modernize-use-override warnings in some headers in source/Plugins/Process/Utility; other minor fixes. 2015-10-17 00:19:57 +00:00
Symbol Fix a couple issues where trying to print a type would cause LLDB to crash 2015-10-14 22:44:50 +00:00
Target Add a missing Mutex Locker in ResetCurrentInlinedDepth 2015-10-16 05:17:25 +00:00
Utility lldb-server: add support for binary memory reads 2015-10-14 12:59:37 +00:00
CMakeLists.txt Fix handling of LLDB_VERS_GENERATED_FILE. 2015-10-09 03:40:55 +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