llvm-project/lldb/source
Enrico Granata b65b3030b6 <rdar://problem/13339196>
The algorithm to access an item in a __NSArrayM was not reacting properly to deletions
The fix is to use a smarter formula that accounts for items shifting and the resulting notion of offsets in the table

llvm-svn: 178076
2013-03-26 21:44:13 +00:00
..
API Modified patch from Prabhat Verma to enable loading core files through the SBTarget API. 2013-03-25 22:40:51 +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 That wasn't a typo, if the short letter option is from a non-obvious source, I capitolize it in the help as an aid to memory. 2013-03-26 18:29:03 +00:00
Core <rdar://problem/13246939> 2013-03-26 21:13:57 +00:00
DataFormatters <rdar://problem/13339196> 2013-03-26 21:44:13 +00:00
Expression Fixed a potential crash if layout for a structure 2013-03-25 18:27:07 +00:00
Host Initial checkin of a new project: LLDB Performance Testing Infrastructure 2013-03-08 20:29:13 +00:00
Interpreter Our commands that end up displaying a ValueObject as part of their workflow use OptionGroupValueObjectDisplay as their currency for deciding the final representation 2013-03-26 18:04:53 +00:00
Plugins <rdar://problem/13502196> 2013-03-26 01:51:59 +00:00
Symbol Add a way to dump a ClangASTType to stdout for debugging purposes. 2013-03-26 21:01:37 +00:00
Target If we stopped but no threads had a reason for stopping, we should tell the user about it rather than continuing. 2013-03-21 21:46:56 +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