summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2012-08-08 02:06:30 +0000
committerEnrico Granata <egranata@apple.com>2012-08-08 02:06:30 +0000
commit40d557107f13a3b1781d83e0b41bc15754ddad07 (patch)
tree5d5301d6ea3c6bd3fe5870014770f5a01d951031 /lldb/source/Commands/CommandObjectBreakpointCommand.cpp
parent316d5e4e9a74af8f90b49514377adb343f11db71 (diff)
downloadbcm5719-llvm-40d557107f13a3b1781d83e0b41bc15754ddad07.tar.gz
bcm5719-llvm-40d557107f13a3b1781d83e0b41bc15754ddad07.zip
<rdar://problem/11975483> Removing user-visible references to 'dict' as a parameter name for Python summary-generating functions since it is a Python keyword.
llvm-svn: 161467
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpointCommand.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectBreakpointCommand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectBreakpointCommand.cpp b/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
index e8425599cc1..dd4901a0561 100644
--- a/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
+++ b/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
@@ -558,7 +558,7 @@ protected:
else if (m_options.m_function_name.size())
{
std::string oneliner(m_options.m_function_name);
- oneliner += "(frame, bp_loc, dict)";
+ oneliner += "(frame, bp_loc, internal_dict)";
m_interpreter.GetScriptInterpreter()->SetBreakpointCommandCallback (bp_options,
oneliner.c_str());
}
OpenPOWER on IntegriCloud