hanchenye-llvm-project/lldb/source/Expression
Sean Callanan be3a1b14dc Fixed a problem where function calls on i386 weren't
being generated correctly.

Also added a messy way to single-step through expressions
that I will improve soon.

llvm-svn: 117342
2010-10-26 00:31:56 +00:00
..
ASTResultSynthesizer.cpp Made many ConstString functions inlined in the header file. 2010-10-15 22:48:33 +00:00
ASTStructExtractor.cpp Updated to latest LLVM. Major LLVM changes: 2010-09-23 03:01:22 +00:00
ClangASTSource.cpp Made many ConstString functions inlined in the header file. 2010-10-15 22:48:33 +00:00
ClangExpressionDeclMap.cpp Fixed a problem where function calls on i386 weren't 2010-10-26 00:31:56 +00:00
ClangExpressionParser.cpp Fixed a problem where function calls on i386 weren't 2010-10-26 00:31:56 +00:00
ClangExpressionVariable.cpp Made many ConstString functions inlined in the header file. 2010-10-15 22:48:33 +00:00
ClangFunction.cpp Don't cache the public stop reason, since it can change as plan completion gets processed. That means GetStopReason needs to return a shared pointer, not a pointer to the thread's cached version. Also allow the thread plans to get and set the thread private stop reason - that is usually more appropriate for the logic the thread plans need to do. 2010-10-20 00:39:53 +00:00
ClangPersistentVariables.cpp Made many ConstString functions inlined in the header file. 2010-10-15 22:48:33 +00:00
ClangUserExpression.cpp Added a hack so that "unichar" is resolved to 2010-10-24 20:45:49 +00:00
ClangUtilityFunction.cpp Cleaned a few build related things up: 2010-09-24 23:07:41 +00:00
DWARFExpression.cpp Fixed the forward declaration issue that was present in the DWARF parser after 2010-09-29 01:12:09 +00:00
IRDynamicChecks.cpp Added a new Host call to find LLDB related paths: 2010-10-17 22:03:32 +00:00
IRForTarget.cpp Fixed a problem where function calls on i386 weren't 2010-10-26 00:31:56 +00:00
IRToDWARF.cpp Updated to latest LLVM. Major LLVM changes: 2010-09-23 03:01:22 +00:00
Makefile
RecordingMemoryManager.cpp