Caroline Tice
636d6ed0c1
Fix bug where alias command options were being duplicated as command arguments as well.
...
llvm-svn: 116316
2010-10-12 17:45:19 +00:00
Caroline Tice
5172e6c35a
Add missing result.SetStatus, to allow aliases to be created with
...
missing arguments for some of the command options.
llvm-svn: 113714
2010-09-12 04:48:45 +00:00
Greg Clayton
471b31ce62
Remove use of STL collection class use of the "data()" method since it isn't
...
part of C++'98. Most of these were "std::vector<T>::data()" and
"std::string::data()".
llvm-svn: 108957
2010-07-20 22:52:08 +00:00
Greg Clayton
b132097b45
I enabled some extra warnings for hidden local variables and for hidden
...
virtual functions and caught some things and did some general code cleanup.
llvm-svn: 108299
2010-07-14 00:18:15 +00:00
Greg Clayton
c982c768d2
Merged Eli Friedman's linux build changes where he added Makefile files that
...
enabled LLVM make style building and made this compile LLDB on Mac OS X. We
can now iterate on this to make the build work on both linux and macosx.
llvm-svn: 108009
2010-07-09 20:39:50 +00:00
Jim Ingham
d43e0094b7
Handle completing "-" and "--".
...
llvm-svn: 106784
2010-06-24 20:31:04 +00:00
Jim Ingham
40af72e106
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
...
llvm-svn: 106034
2010-06-15 19:49:27 +00:00