llvm-project/lldb/source
Greg Clayton 9585fbfc67 <rdar://problem/13443931>
Fixed a crasher in the SourceManager where it wasn't checking the m_target member variable for NULL.

In doing this fix, I hardened this class to have weak pointers to the debugger and target in case they do go away. I also changed SBSourceManager to hold onto weak pointers to the debugger and target so they don't keep objects alive by holding a strong reference to them.

llvm-svn: 177365
2013-03-19 00:20:55 +00:00
..
API <rdar://problem/13443931> 2013-03-19 00:20:55 +00:00
Breakpoint For file & line breakpoints, if there are subsets of contiguous line table entries for the specified line, set the 2013-03-12 01:25:22 +00:00
Commands Convert the -a option in "image lookup" to a address-expression, and pass the context 2013-03-15 23:09:19 +00:00
Core <rdar://problem/13443931> 2013-03-19 00:20:55 +00:00
DataFormatters C++ formatters for NSTimeZone and for CFBitVector 2013-03-16 01:50:07 +00:00
Expression Refactored the expression parser so that the IR 2013-03-19 00:10:07 +00:00
Host Initial checkin of a new project: LLDB Performance Testing Infrastructure 2013-03-08 20:29:13 +00:00
Interpreter The regular expression command object was resetting the execution context of the 2013-03-15 22:18:26 +00:00
Plugins Rollback r177173. Some OSs may not have ptrace extensions which lldb expects when building. This needs to be accounted for. 2013-03-15 20:00:39 +00:00
Symbol Performance improvements to the IsObjCNil () - we only try to resolve the value if the variable under consideration truly is an “Objective-C thing” 2013-03-15 23:33:15 +00:00
Target <rdar://problem/13443931> 2013-03-19 00:20:55 +00:00
Utility Various fixes for armv7 floating point/vector register support. 2013-03-13 00:14:30 +00:00
CMakeLists.txt When built with cmake, only call the string functions when the previous commands (utils/GetSourceVersion & utils/GetRepositoryPath successed). Otherwise, they fail when not launched from a repository 2013-03-16 17:01:13 +00:00
Makefile Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lldb-log.cpp <rdar://problem/13159777> 2013-02-06 17:22:03 +00:00
lldb.cpp Updated Apple LLDB version to lldb-300.99.0. Also 2013-03-07 22:29:06 +00:00