llvm-project/lldb/source
Shawn Best 629680e499 for Oleksiy Vyalov - Redirect stdin, stdout and stderr to /dev/null when launching LLGS process. Differential Revision: http://reviews.llvm.org/D6105
llvm-svn: 221324
2014-11-05 00:58:55 +00:00
..
API Fixed SBTarget::ReadMemory() to work correctly and the TestTargetAPI.py test case that was reading target memory in TargetAPITestCase.test_read_memory_with_dsym and TargetAPITestCase.test_read_memory_with_dwarf. 2014-11-04 00:56:30 +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 Fix a problem where ValueObjectVariable was not correctly setting its 'has value changed' flag for scalar valued variables. This fixes rdar://17851144 2014-11-04 21:28:50 +00:00
DataFormatters for Siva Chandra: Fix compilation of StringPrinter.cpp with GCC. Differential Revision: http://reviews.llvm.org/D6122 2014-11-04 22:43:34 +00:00
Expression Update for LLVM API change in r221024 2014-11-02 00:24:22 +00:00
Host Fix the build for LLVM changes 2014-11-04 19:33:45 +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 for Oleksiy Vyalov - Redirect stdin, stdout and stderr to /dev/null when launching LLGS process. Differential Revision: http://reviews.llvm.org/D6105 2014-11-05 00:58:55 +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 - Use "for_expression" rather than "allow_unknownanytype" 2014-10-31 18:02:30 +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