Fix Arg0 argument after r229110. The problem was that Arg0ValueChangedCallback isn...
authorIlia K <ki.stfu@gmail.com>
Fri, 13 Feb 2015 17:07:55 +0000 (17:07 +0000)
committerIlia K <ki.stfu@gmail.com>
Fri, 13 Feb 2015 17:07:55 +0000 (17:07 +0000)
commitcc39d3f4bd1e457b8356d68d9e083e3d39c04e8d
treeafacecdd7fa1e0b1faabb8e57db017722eae9a4e
parent30d471f6aa34731861e892ee2652380d2c4617c3
Fix Arg0 argument after r229110. The problem was that Arg0ValueChangedCallback isn't twitching when Arg0 was updated, therefore target was launched with empty 1st argument or without it at all. In this patch I update Arg0 by hand.

llvm-svn: 229125
lldb/include/lldb/Target/Target.h
lldb/source/Commands/CommandObjectProcess.cpp
lldb/source/Target/Target.cpp