summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandOptionValidators.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-0/+39
| | | | | | | This reverts commit ec7c94f8e6860968d384b578e5564a9c55c80b4a and re-enables OptionValidators. llvm-svn: 212627
* Fix broken tests due to new error output.Todd Fiala2014-07-081-39/+0
| | | | | | | | | | | This reverses out the options validators changes. We'll get these back in once the changes to the output can be resolved. Restores broken tests on FreeBSD, Linux, MacOSX. Changes reverted: r212500, r212317, r212290. llvm-svn: 212543
* Fix a compilation failure caused by a non-const reference.Zachary Turner2014-07-081-1/+1
| | | | llvm-svn: 212509
* Invalidate process UID/GID-related command options on Windows.Zachary Turner2014-07-071-0/+39
Windows uses a different process security model and does not have a concept of process UID or GID. This patch makes these options invalid on Windows. Attempting to specify these options when the current platform is Windows will generate an error. Reviewed by: Jim Ingham Differential Revision: http://reviews.llvm.org/D4373 llvm-svn: 212500
OpenPOWER on IntegriCloud