llvm-project/lldb
Enrico Granata cc7f9bf51e <rdar://problem/13621080>
This commit changes the ${function.name-with-args} prompt keyword to also tackle structs
Previously, since aggregates have no values, this would show up as foo=(null)
This checkin changes that to instead print foo=(Foo at 0x123) (i.e. typename at address)
There are other potential choices here (summary, one-liner printout of all members, ...) and I would love to hear feedback about better options, if any

llvm-svn: 181462
2013-05-08 20:27:37 +00:00
..
docs Updated the code signing docs. 2013-03-29 17:53:55 +00:00
examples Adding some LLDB-specific logic to the tracer (in a separate tracer module) to improve the quality of the output when debugging data formatters 2013-05-07 21:42:18 +00:00
include <rdar://problem/13621080> 2013-05-08 20:27:37 +00:00
lib Fixed the build to reflect the removal of OperatingSystem/Darwin-Kernel in r180993. 2013-05-03 15:28:03 +00:00
lldb.xcodeproj Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached 2013-05-08 00:35:16 +00:00
lldb.xcworkspace Move the performance test cases into their own project. 2013-03-18 23:05:00 +00:00
resources Updated Apple LLDB version to lldb-300.99.0. Also 2013-03-07 22:29:06 +00:00
scripts <rdar://problem/11742979> 2013-05-03 01:29:27 +00:00
source <rdar://problem/13621080> 2013-05-08 20:27:37 +00:00
test Mark multi-threaded watchpoint test as skip on Linux due to lldb assertions in the debian buildbot. 2013-05-08 17:52:17 +00:00
tools <rdar://problem/13063912> 2013-05-06 22:10:33 +00:00
utils Minor update to Vim frontend: simplify breakpoints display (and list unresolved breakpoints) 2013-02-12 00:31:40 +00:00
www Update lldb status page to reflect watchpoint support on Linux. 2013-05-08 19:45:07 +00:00
.gitignore Remove "llvm" from list of things to ignore. This results in the 2012-03-03 06:43:59 +00:00
CMakeLists.txt More CMake fixes for OS X. 2013-04-25 01:36:53 +00:00
INSTALL.txt Update INSTALL.txt to mention LLDB builds on Linux with GCC or Clang. 2013-02-21 22:37:18 +00:00
LICENSE.TXT
Makefile Fix Linux i386 build 2013-03-07 00:48:53 +00:00