diff options
| author | Caroline Tice <ctice@apple.com> | 2011-06-14 16:36:12 +0000 |
|---|---|---|
| committer | Caroline Tice <ctice@apple.com> | 2011-06-14 16:36:12 +0000 |
| commit | c1338e8d384c2a26a4b6c9503d297d22b9ab9a60 (patch) | |
| tree | 5f0f65325116b2a3abafe2a1694bfa0967ffe32d /lldb/source/Interpreter/ScriptInterpreterPython.cpp | |
| parent | c5e7386983419e1943c719be598c4a46b82a2284 (diff) | |
| download | bcm5719-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.cpp | 2 |
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"); } } } |

