diff options
author | Greg Clayton <gclayton@apple.com> | 2011-01-25 23:55:37 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2011-01-25 23:55:37 +0000 |
commit | 1a65ae11bd65d007391473f8bde3d06f4abad740 (patch) | |
tree | 12bcbcdd2564d2bf305c3642ebe3a0b80128beb7 /lldb/source/Interpreter/ScriptInterpreterPython.cpp | |
parent | 3ae681eb1240f09af37936663760526ed1b324cf (diff) | |
download | bcm5719-llvm-1a65ae11bd65d007391473f8bde3d06f4abad740.tar.gz bcm5719-llvm-1a65ae11bd65d007391473f8bde3d06f4abad740.zip |
Enabled extra warnings and fixed a bunch of small issues.
llvm-svn: 124250
Diffstat (limited to 'lldb/source/Interpreter/ScriptInterpreterPython.cpp')
-rw-r--r-- | lldb/source/Interpreter/ScriptInterpreterPython.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/ScriptInterpreterPython.cpp b/lldb/source/Interpreter/ScriptInterpreterPython.cpp index aafef87af29..224ea7f6d37 100644 --- a/lldb/source/Interpreter/ScriptInterpreterPython.cpp +++ b/lldb/source/Interpreter/ScriptInterpreterPython.cpp @@ -1293,7 +1293,6 @@ ScriptInterpreterPython::BreakpointCallbackFunction && python_function_name[0] != '\0') { Thread *thread = context->exe_ctx.thread; - Target *target = context->exe_ctx.target; const StackFrameSP stop_frame_sp = thread->GetStackFrameSPForStackFramePtr (context->exe_ctx.frame); BreakpointSP breakpoint_sp = target->GetBreakpointByID (break_id); const BreakpointLocationSP bp_loc_sp = breakpoint_sp->FindLocationByID (break_loc_id); |