hanchenye-llvm-project/lldb/source/Commands
Sean Callanan d0ef0eff61 First step of refactoring variable handling in the
expression parser.  There shouldn't be four separate
classes encapsulating a variable.

ClangExpressionVariable is now meant to be the
container for all variable information.  It has
several optional components that hold data for
different subsystems.

ClangPersistentVariable has been removed; we now
use ClangExpressionVariable instead.

llvm-svn: 111600
2010-08-20 01:02:30 +00:00
..
CommandCompletions.cpp Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
CommandObjectAppend.cpp Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
CommandObjectAppend.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectApropos.cpp Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
CommandObjectApropos.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectArgs.cpp Added support for objective C built-in types: id, Class, and SEL. This 2010-08-03 00:35:52 +00:00
CommandObjectArgs.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectBreakpoint.cpp Added needed breakpoint functionality to the public API that includes: 2010-07-23 23:33:17 +00:00
CommandObjectBreakpoint.h Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
CommandObjectBreakpointCommand.cpp I enabled some extra warnings for hidden local variables and for hidden 2010-07-14 00:18:15 +00:00
CommandObjectBreakpointCommand.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectCall.cpp Changed SymbolContext so when you search for functions 2010-07-27 00:55:47 +00:00
CommandObjectCall.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectCommands.cpp Updated help text to refer to "commands alias" 2010-08-09 18:50:15 +00:00
CommandObjectCommands.h Fix GetRepeatCommand so it works with multi-word commands. 2010-07-07 03:36:20 +00:00
CommandObjectCrossref.cpp Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
CommandObjectDelete.cpp
CommandObjectDelete.h
CommandObjectDisassemble.cpp Centralized all disassembly into static functions in source/Core/Disassembler.cpp. 2010-06-30 23:03:03 +00:00
CommandObjectDisassemble.h Centralized all disassembly into static functions in source/Core/Disassembler.cpp. 2010-06-30 23:03:03 +00:00
CommandObjectExpression.cpp First step of refactoring variable handling in the 2010-08-20 01:02:30 +00:00
CommandObjectExpression.h Modified CommandObjectExpression::EvaluateExpression() so that it takes an 2010-08-13 00:42:30 +00:00
CommandObjectFile.cpp Change Target & Process so they can really be initialized with an invalid architecture. 2010-08-09 23:31:02 +00:00
CommandObjectFile.h Add a source file completer to the CommandCompleters. 2010-06-30 05:02:46 +00:00
CommandObjectFrame.cpp Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectFrame.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectHelp.cpp Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
CommandObjectHelp.h Add a source file completer to the CommandCompleters. 2010-06-30 05:02:46 +00:00
CommandObjectImage.cpp Added support for objective C built-in types: id, Class, and SEL. This 2010-08-03 00:35:52 +00:00
CommandObjectImage.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectInfo.cpp
CommandObjectInfo.h
CommandObjectLog.cpp Fixed the log streams for logs that output to 2010-06-23 21:28:25 +00:00
CommandObjectLog.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectMemory.cpp Remove use of STL collection class use of the "data()" method since it isn't 2010-07-20 22:52:08 +00:00
CommandObjectMemory.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectMultiword.cpp Fixing a crashing bug in multiword commands from William Lynch. 2010-07-20 22:54:09 +00:00
CommandObjectProcess.cpp Change Target & Process so they can really be initialized with an invalid architecture. 2010-08-09 23:31:02 +00:00
CommandObjectProcess.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectQuit.cpp Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectQuit.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectRegister.cpp Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectRegister.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectSelect.cpp
CommandObjectSelect.h
CommandObjectSet.cpp Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectSet.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectSettings.cpp Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectSettings.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectShow.cpp Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectShow.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectSource.cpp Fix GetRepeatCommand so it works with multi-word commands. 2010-07-07 03:36:20 +00:00
CommandObjectSource.h Fix GetRepeatCommand so it works with multi-word commands. 2010-07-07 03:36:20 +00:00
CommandObjectSyntax.cpp Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
CommandObjectSyntax.h Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
CommandObjectTarget.cpp Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectTarget.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectThread.cpp Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. 2010-08-04 01:40:35 +00:00
CommandObjectThread.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectVariable.cpp Change over to using the definitions for mach-o types and defines to the 2010-07-21 22:12:05 +00:00
CommandObjectVariable.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00