llvm-project/lldb/source
Enrico Granata 852cce7c1f <rdar://problem/13315663>
commands of the form 
frame variable -f c-string foo
where foo is an arbitrary pointer (e.g. void*) now do the right thing, i.e. they deref the pointer and try to get a c-string at the pointed address instead of dumping the pointer bytes as a string. the old behavior is used as a fallback if things don’t go well

llvm-svn: 177799
2013-03-23 01:12:38 +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/13315663> 2013-03-23 01:12:38 +00:00
DataFormatters Cleanup to the ObjC runtime to remove the now useless ClassDescriptor_Invalid 2013-03-20 19:04:28 +00:00
Expression If there are multiple uses of an Objective-C 2013-03-23 01:01:16 +00:00
Host Initial checkin of a new project: LLDB Performance Testing Infrastructure 2013-03-08 20:29:13 +00:00
Interpreter This checkin removes the last Cocoa formatters that were implemented in Python and reimplements them in C++. The Python Cocoa formatters are not shipped as part of LLDB anymore, but still exist in the source repository for user reference. Python formatters still exist for STL classes and users can still define their own Python formatters 2013-03-19 00:27:22 +00:00
Plugins Don't need to resolve the .o file path. 2013-03-23 00:50:06 +00:00
Symbol Don't bother calling Reserve on the vector unless we have entries to be added. 2013-03-22 23:42:09 +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