summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorCaroline Tice <ctice@apple.com>2011-06-14 16:36:12 +0000
committerCaroline Tice <ctice@apple.com>2011-06-14 16:36:12 +0000
commitc1338e8d384c2a26a4b6c9503d297d22b9ab9a60 (patch)
tree5f0f65325116b2a3abafe2a1694bfa0967ffe32d /lldb/source/Interpreter/ScriptInterpreterPython.cpp
parentc5e7386983419e1943c719be598c4a46b82a2284 (diff)
downloadbcm5719-llvm-c1338e8d384c2a26a4b6c9503d297d22b9ab9a60.tar.gz
bcm5719-llvm-c1338e8d384c2a26a4b6c9503d297d22b9ab9a60.zip
Add error message; clean up comment.
llvm-svn: 132997
Diffstat (limited to 'lldb/source/Interpreter/ScriptInterpreterPython.cpp')
-rw-r--r--lldb/source/Interpreter/ScriptInterpreterPython.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/ScriptInterpreterPython.cpp b/lldb/source/Interpreter/ScriptInterpreterPython.cpp
index f5351d7d2ae..a3a3f9982d3 100644
--- a/lldb/source/Interpreter/ScriptInterpreterPython.cpp
+++ b/lldb/source/Interpreter/ScriptInterpreterPython.cpp
@@ -1038,7 +1038,7 @@ ScriptInterpreterPython::GenerateBreakpointOptionsCommandCallback
}
else
{
- // FIXME: Error processing.
+ out_file.Printf ("Warning: Unable to find script intepreter; no command attached to breakpoint.\n");
}
}
}
OpenPOWER on IntegriCloud