hanchenye-llvm-project/lldb
Greg Clayton 3d51b9f957 <rdar://problem/12106825>
Allow the expression parser to see more than just data symbols. We now accept any symbol that has an address. We take precautions to only accept symbols by their mangled or demangled names only if the demangled name was not synthesized. If the demangled name is synthesized, then we now mark symbols accordingly and only compare against the mangled original name. 

llvm-svn: 168668
2012-11-27 01:52:16 +00:00
..
docs Avoid potentially disastrous mistakes when removing a file. 2012-11-05 18:41:33 +00:00
examples Replace printf with result.Printf, so that the plugin shows its output with any configuration of the LLDB I/O streams (esp. useful in graphic environments such as Xcode) 2012-10-30 18:01:15 +00:00
include <rdar://problem/12106825> 2012-11-27 01:52:16 +00:00
lib Use libxml2 on Mac OS X. 2012-10-31 23:02:00 +00:00
lldb.xcodeproj <rdar://problem/12695557> 2012-11-14 00:23:48 +00:00
lldb.xcworkspace I accidentally committed some changes to the 2011-12-21 21:30:33 +00:00
resources Bump to lldb-168, debugserver-193. 2012-09-20 06:42:30 +00:00
scripts <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferior 2012-11-17 00:21:04 +00:00
source <rdar://problem/12106825> 2012-11-27 01:52:16 +00:00
test The skipOnLinux decorator wasn't calling the test method correctly (no need to pass in the "self") resulting 2012-11-27 01:21:28 +00:00
tools Han Ming's commit in r168228 had a bunch of 4-space tabs 2012-11-17 01:41:04 +00:00
utils Minor cleanup. 2012-03-05 18:25:29 +00:00
www Added malloc introspection commands for Mac OS X for both GDB and LLDB. 2012-11-19 17:47:29 +00:00
.gitignore Remove "llvm" from list of things to ignore. This results in the 2012-03-03 06:43:59 +00:00
INSTALL.txt
LICENSE.TXT
Makefile Use libxml2 on Mac OS X. 2012-10-31 23:02:00 +00:00