hanchenye-llvm-project/lldb/source
Sean Callanan 4cf04d209b Set a CodeGenOption in Clang to inhibit insertion
of profiling code into expressions.

Modified IRForTarget to emit array and record
member accesses correctly.  (Reading and writing
both work.)

llvm-svn: 110088
2010-08-03 00:23:29 +00:00
..
API Added "void Clear();" methods to SBDebugger, SBTarget and SBThread so they can release their shared pointers. 2010-07-30 20:12:55 +00:00
Breakpoint Added needed breakpoint functionality to the public API that includes: 2010-07-23 23:33:17 +00:00
Commands Fixed expression result printing to have the expression result type be in 2010-07-29 19:36:30 +00:00
Core Created lldb::LanguageType by moving an enumeration from the 2010-07-28 02:04:09 +00:00
Expression Set a CodeGenOption in Clang to inhibit insertion 2010-08-03 00:23:29 +00:00
Host Remove a deadlock condition. A bit of explanation is needed: When calling 2010-07-23 15:47:19 +00:00
Interpreter We can do better when reporting the status of one-liner script execution. 2010-07-30 22:33:14 +00:00
Plugins Created lldb::LanguageType by moving an enumeration from the 2010-07-28 02:04:09 +00:00
Symbol Updated to llvm/clang from July 30, 2010 at 08:00. 2010-07-30 20:30:44 +00:00
Target Added support for rewriting objc_msgSend so we can 2010-07-31 01:32:05 +00:00
Utility Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
lldb.cpp Add a new Process plugin for Linux. 2010-07-24 02:19:04 +00:00