hanchenye-llvm-project/lldb/source/Interpreter
Jason Molenda 3f9fa52ca7 When OptionValueFileSpec is given a filename starting
with ~, we need to realpath it.  Fixes the case where

settings set target.expr-prefix ~/lldb.prefix.header

wouldn't read this prefix header file.  <rdar://problem/12475676> 

llvm-svn: 165704
2012-10-11 06:05:54 +00:00
..
Args.cpp Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. Some platforms don't support this modification. 2012-09-18 18:04:04 +00:00
CommandInterpreter.cpp Don't make regexp commands as regular commands - they are "short cuts" and users should be able to override them with "unalias" but you can't unalias normal commands. 2012-10-10 16:51:31 +00:00
CommandObject.cpp Made the help for the -n option on 2012-09-13 21:11:40 +00:00
CommandObjectRegexCommand.cpp Make the error message from regex commands use the command's syntax string if it exists rather than a generic but 2012-10-06 00:27:04 +00:00
CommandObjectScript.cpp Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +00:00
CommandObjectScript.h Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +00:00
CommandReturnObject.cpp Made it so changes to the prompt via "settings set prompt" get noticed by the command line. 2012-09-01 00:38:36 +00:00
Makefile Fixed some problems with SWIG bindings. 2012-09-14 17:09:15 +00:00
OptionGroupArchitecture.cpp Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_lengthof(), instead. 2012-05-15 23:21:36 +00:00
OptionGroupBoolean.cpp Wrapped up the work I am going to do for now for the "add-dsym" or "target symfile add" command. 2012-09-27 22:26:11 +00:00
OptionGroupFile.cpp Added "target variable" command that allows introspection of global 2011-07-07 01:59:51 +00:00
OptionGroupFormat.cpp gdb format should default to count of 1. 2012-08-23 21:16:25 +00:00
OptionGroupOutputFile.cpp Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_lengthof(), instead. 2012-05-15 23:21:36 +00:00
OptionGroupPlatform.cpp Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_lengthof(), instead. 2012-05-15 23:21:36 +00:00
OptionGroupUInt64.cpp Headers have been moved to /includes/lldb/Interpreter. This patch 2011-05-13 20:21:08 +00:00
OptionGroupUUID.cpp Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_lengthof(), instead. 2012-05-15 23:21:36 +00:00
OptionGroupValueObjectDisplay.cpp Some more typing-related fixes. 2012-09-11 18:11:07 +00:00
OptionGroupVariable.cpp <rdar://problem/11578397> Adding a new --summary-string option for the frame variable command which allows the user to provide a summary string with which he wants to display the variables without having to make a named summary first 2012-08-09 22:02:51 +00:00
OptionGroupWatchpoint.cpp Give more explicit error messages when watchpoint creation command (watchpoint set) fails, 2012-06-04 20:08:23 +00:00
OptionValue.cpp <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
OptionValueArch.cpp Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: 2012-08-22 17:17:09 +00:00
OptionValueArgs.cpp Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: 2012-08-22 17:17:09 +00:00
OptionValueArray.cpp Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. Some platforms don't support this modification. 2012-09-18 18:04:04 +00:00
OptionValueBoolean.cpp <rdar://problem/12022079> 2012-08-23 00:22:02 +00:00
OptionValueDictionary.cpp Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: 2012-08-22 17:17:09 +00:00
OptionValueEnumeration.cpp <rdar://problem/12022079> 2012-08-23 00:22:02 +00:00
OptionValueFileSpec.cpp When OptionValueFileSpec is given a filename starting 2012-10-11 06:05:54 +00:00
OptionValueFileSpecLIst.cpp Ran the sources through the compiler with -Wshadow warnings 2012-10-04 22:47:07 +00:00
OptionValueFormat.cpp Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: 2012-08-22 17:17:09 +00:00
OptionValuePathMappings.cpp Ran the sources through the compiler with -Wshadow warnings 2012-10-04 22:47:07 +00:00
OptionValueProperties.cpp Made it so changes to the prompt via "settings set prompt" get noticed by the command line. 2012-09-01 00:38:36 +00:00
OptionValueRegex.cpp Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: 2012-08-22 17:17:09 +00:00
OptionValueSInt64.cpp Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: 2012-08-22 17:17:09 +00:00
OptionValueString.cpp Made it so changes to the prompt via "settings set prompt" get noticed by the command line. 2012-09-01 00:38:36 +00:00
OptionValueUInt64.cpp Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: 2012-08-22 17:17:09 +00:00
OptionValueUUID.cpp Wrapped up the work I am going to do for now for the "add-dsym" or "target symfile add" command. 2012-09-27 22:26:11 +00:00
Options.cpp Refine the 'watchpoint set' command to now require either the '-v' option (for watching of a variable) or 2012-02-08 01:13:31 +00:00
Property.cpp Wrapped up the work I am going to do for now for the "add-dsym" or "target symfile add" command. 2012-09-27 22:26:11 +00:00
PythonDataObjects.cpp Fix include path for Linux and FreeBSD. 2012-08-27 16:54:58 +00:00
ScriptInterpreter.cpp rdar://problem/11457143 [ER] need "watchpoint command ..." 2012-08-09 23:09:42 +00:00
ScriptInterpreterNone.cpp <rdar://problem/11538779> Fixing issues where Python scripts were not able to read user input and/or display output to the user in certain situations - This fix introduces a Python InputReader manager class that mimics the behavior of the interactive interpreter in terms of access to I/O and ensures access to the input and output flows 2012-06-07 00:17:18 +00:00
ScriptInterpreterPython.cpp Fixing a logic error where we would incorrectly show the newly crafted function not found error for a Python function in some cases where the function actually existed and had an empty docstring 2012-09-20 23:23:55 +00:00
embedded_interpreter.py Split up the Python script interpreter code to allow multiple script interpreter objects to 2011-01-14 00:29:16 +00:00