hanchenye-llvm-project/lldb/source
Rafael Espindola 97ae14e166 Use llvm::StringRefMemoryObject NFC.
llvm-svn: 221509
2014-11-07 04:24:12 +00:00
..
API Introduce the notion of "type summary options" as flags that can be passed down to individual summary formatters to alter their behavior in a formatter-dependent way 2014-11-06 21:23:20 +00:00
Breakpoint The breakpoint location hit counts were getting incremented in 2014-10-22 01:54:17 +00:00
Commands Reverting r220435. Jim Ingham and I discussed this for a bit, and we came up with a better command model for this feature 2014-10-22 22:33:08 +00:00
Core This is a large, but clearical, commit that enables the C++ formatters to take on the additional TypeSummaryOptions argument. It is still not used for anything, but it is now there. Adding support for this extra argument to Python formatters will follow suit 2014-11-06 21:55:30 +00:00
DataFormatters This is a large, but clearical, commit that enables the C++ formatters to take on the additional TypeSummaryOptions argument. It is still not used for anything, but it is now there. Adding support for this extra argument to Python formatters will follow suit 2014-11-06 21:55:30 +00:00
Expression Fix LLDB build as a result of upstream LLVM changes. 2014-11-05 18:37:53 +00:00
Host Decouple ProcessWindows from the Windows debug driver thread. 2014-11-05 22:16:28 +00:00
Interpreter Add a feature where a string data formatter can now be partially composed of Python summary functions 2014-10-28 21:07:00 +00:00
Plugins Use llvm::StringRefMemoryObject NFC. 2014-11-07 04:24:12 +00:00
Symbol Back out r221229 -- instead of trying to identify the end of the unwind, 2014-11-04 05:28:40 +00:00
Target Fixed the C++ method name class to be a bit more picky about what it identifies as a C++ method. 2014-11-05 23:56:37 +00:00
Utility Stub out 'close' call on m_master_fd for Windows. 2014-10-27 19:27:00 +00:00
CMakeLists.txt First cut of PowerPC(64) support in LLDB. 2014-10-31 02:34:28 +00:00
Makefile Use PARALLEL_DIRS instead of DIRS in the Makefile 2014-10-14 06:26:33 +00:00
lldb-log.cpp Make sure to #include <atomic> when using std::atomic. 2014-09-19 20:12:32 +00:00
lldb.cpp Fix some bugs from D5988 2014-10-31 15:57:52 +00:00