llvm-project/lldb/source
Sylvestre Ledru 7ba631f651 update the declaration from llvm::OwningPtr to llvm::IntrusiveRefCntPtr to match the clang update (r202346) on ASTContext
llvm-svn: 202376
2014-02-27 10:46:57 +00:00
..
API Restore the ability of SBFrame::FindValue() to look for file global variables 2014-02-19 19:35:13 +00:00
Breakpoint Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression evaluator to handle Indirect 2014-01-10 23:46:59 +00:00
Commands When a multiline expression produces output, the multi-line help message is printed twice. 2014-02-11 19:11:11 +00:00
Core Fixed the command line LLDB so that "CTRL+C" will interrupt a running process again. 2014-02-24 22:50:57 +00:00
DataFormatters <rdar://problem/15593026> 2014-02-25 23:34:40 +00:00
Expression update the declaration from llvm::OwningPtr to llvm::IntrusiveRefCntPtr to match the clang update (r202346) on ASTContext 2014-02-27 10:46:57 +00:00
Host There’s no need to call posix_spawnp_setbinpref_np when we are launching in the shell. That only sets the architecture of the shell, we use “arch —arch” to actually pick the binary we actually want to launch’s architecture. 2014-02-21 01:25:21 +00:00
Interpreter Suppress python readline module under Linux to fix a seg fault. 2014-02-26 07:39:20 +00:00
Plugins Small fix for i386 extended backtraces; wasn't skipping a 2014-02-26 22:27:09 +00:00
Symbol Restore the ability of SBFrame::FindValue() to look for file global variables 2014-02-19 19:35:13 +00:00
Target A better long term fix for stopping the process when it is running by writing to the pipe that was used for cancel. 2014-02-26 22:47:33 +00:00
Utility Extends StringExtractorGDBRemote to support debugger packets. 2013-12-05 19:25:45 +00:00
CMakeLists.txt Add libexecinfo for backtrace() on FreeBSD 2014-02-26 18:21:42 +00:00
Makefile Make lldb build with Makefiles on OS X. 2014-01-18 08:05:32 +00:00
lldb-log.cpp Fixed deadlocks that could occur when using python for breakpoints, operating system plugins, and other async python usage. 2014-02-13 23:34:38 +00:00
lldb.cpp Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00