[Lldb-commits] [PATCH] Invalidate process uid/gid command options on Windows

Zachary Turner zturner at google.com
Mon Jul 7 13:21:58 PDT 2014


Update the patch to take both an ExecutionContext and a Platform independently of each other.  The core logic has not changed, this particular validator still goes through the Platform and ignores the Target, since there may be no target running.

http://reviews.llvm.org/D4373

Files:
  include/lldb/Host/OptionParser.h
  include/lldb/Interpreter/CommandOptionValidators.h
  include/lldb/Interpreter/Options.h
  include/lldb/lldb-private-types.h
  source/Commands/CommandObjectPlatform.cpp
  source/Interpreter/Args.cpp
  source/Interpreter/CMakeLists.txt
  source/Interpreter/CommandOptionValidators.cpp
  source/Interpreter/Options.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4373.11127.patch
Type: text/x-patch
Size: 21265 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140707/05aaa362/attachment.bin>


More information about the lldb-commits mailing list