summaryrefslogtreecommitdiffstats
path: root/lldb/include
diff options
context:
space:
mode:
authorIlia K <ki.stfu@gmail.com>2015-02-13 17:07:55 +0000
committerIlia K <ki.stfu@gmail.com>2015-02-13 17:07:55 +0000
commitcc39d3f4bd1e457b8356d68d9e083e3d39c04e8d (patch)
treeafacecdd7fa1e0b1faabb8e57db017722eae9a4e /lldb/include
parent30d471f6aa34731861e892ee2652380d2c4617c3 (diff)
downloadbcm5719-llvm-cc39d3f4bd1e457b8356d68d9e083e3d39c04e8d.tar.gz
bcm5719-llvm-cc39d3f4bd1e457b8356d68d9e083e3d39c04e8d.zip
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
Diffstat (limited to 'lldb/include')
-rw-r--r--lldb/include/lldb/Target/Target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Target/Target.h b/lldb/include/lldb/Target/Target.h
index e7d30b8e5c1..971269804a8 100644
--- a/lldb/include/lldb/Target/Target.h
+++ b/lldb/include/lldb/Target/Target.h
@@ -201,7 +201,7 @@ public:
SetDisplayRuntimeSupportValues (bool b);
const ProcessLaunchInfo &
- GetProcessLaunchInfo() const;
+ GetProcessLaunchInfo();
void
SetProcessLaunchInfo(const ProcessLaunchInfo &launch_info);
OpenPOWER on IntegriCloud