llvm-project/lldb/source
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
..
API fix a couple of clang static analyzer warnings. 2013-05-04 00:39:52 +00:00
Breakpoint Optimized the way breakpoint conditions are evaluated. 2013-04-19 07:09:15 +00:00
Commands A few small fixes to make things like image list not 2013-05-06 10:21:11 +00:00
Core <rdar://problem/13621080> 2013-05-08 20:27:37 +00:00
DataFormatters <rdar://problem/11669154> 2013-05-06 18:55:52 +00:00
Expression Fixed IRExecutionUnit build failures due to changes 2013-05-08 01:30:52 +00:00
Host Adding support for process attach by pid on Linux. 2013-05-07 22:46:38 +00:00
Interpreter Improvements to the package importing feature - test case will follow 2013-05-08 20:25:10 +00:00
Plugins Fix assertion from previous fix for debian os watchpoints. 2013-05-08 16:52:34 +00:00
Symbol <rdar://problem/13621080> 2013-05-08 20:27:37 +00:00
Target Remove distinction between Apple/Linux for Process run locks: 2013-05-08 15:46:04 +00:00
Utility More CMake fixes for OS X. 2013-04-25 01:36:53 +00:00
CMakeLists.txt More CMake fixes for OS X. 2013-04-25 01:36:53 +00:00
Makefile Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lldb-log.cpp Fixing lldb log list text for commands category 2013-04-26 17:44:41 +00:00
lldb.cpp Remove the initialization/termination of the now-removed OperatingSystemDarwinKernel. 2013-05-03 03:55:48 +00:00