hanchenye-llvm-project/lldb/source
Sean Callanan 3154255fd6 This is a fix for the command option parser.
There was a generic catch-all type for path arguments
called "eArgTypePath," and a specialized version
called "eArgTypeFilename."  It turns out all the
cases where we used eArgTypePath we could have
used Filename or we explicitly meant a directory.

I changed Path to DirectoryName, made it use the
directory completer, and rationalized the uses of
Path.

<rdar://problem/12559915>

llvm-svn: 166533
2012-10-24 01:12:14 +00:00
..
API Watchpoints remember the type of the expression or variable they were set with, and use 2012-10-23 07:20:06 +00:00
Breakpoint Turns out there are 8 bits in a byte. 2012-10-23 21:09:09 +00:00
Commands This is a fix for the command option parser. 2012-10-24 01:12:14 +00:00
Core <rdar://problem/12523238> Commit 2 of 3 2012-10-23 21:54:53 +00:00
Expression Added support for "bool", "true", and "false" to 2012-10-17 22:09:59 +00:00
Host <rdar://problem/12462048> 2012-10-18 16:33:33 +00:00
Interpreter This is a fix for the command option parser. 2012-10-24 01:12:14 +00:00
Plugins Objective C cleanup. Removed an cache that was no longer needed and changes the code that gets the dynamic type and class name to use our new Objective C cache. 2012-10-23 22:41:19 +00:00
Symbol Objective C cleanup. Removed an cache that was no longer needed and changes the code that gets the dynamic type and class name to use our new Objective C cache. 2012-10-23 22:41:19 +00:00
Target This is a fix for the command option parser. 2012-10-24 01:12:14 +00:00
Utility <rdar://problem/12398225> 2012-09-28 21:51:54 +00:00
Makefile Don't include LLDBWrapPython.cpp here. Use it in Interpreter. 2012-05-29 14:03:55 +00:00
lldb-log.cpp Added a new "module" log channel which covers module creation, deletion, and common module list actions. 2012-10-08 22:41:53 +00:00
lldb.cpp Added a hollowed out version of an OperatingSystem plugin that will use a class in python to get thread information for threads stored in memory. 2012-08-23 21:17:11 +00:00