[Lldb-commits] [lldb] r135325 - /lldb/trunk/include/lldb/Interpreter/ScriptInterpreter.h

Peter Collingbourne peter at pcc.me.uk
Fri Jul 15 16:22:49 PDT 2011


Author: pcc
Date: Fri Jul 15 18:22:49 2011
New Revision: 135325

URL: http://llvm.org/viewvc/llvm-project?rev=135325&view=rev
Log:
Fix gcc build error

Modified:
    lldb/trunk/include/lldb/Interpreter/ScriptInterpreter.h

Modified: lldb/trunk/include/lldb/Interpreter/ScriptInterpreter.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Interpreter/ScriptInterpreter.h?rev=135325&r1=135324&r2=135325&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Interpreter/ScriptInterpreter.h (original)
+++ lldb/trunk/include/lldb/Interpreter/ScriptInterpreter.h Fri Jul 15 18:22:49 2011
@@ -27,8 +27,6 @@
                                                     const lldb::StackFrameSP& frame_sp,
                                                     const lldb::BreakpointLocationSP &bp_loc_sp);
     
-    typedef 
-    
     typedef std::string (*SWIGPythonTypeScriptCallbackFunction) (const char *python_function_name,
                                                                  const char *session_dictionary_name,
                                                                  const lldb::ValueObjectSP& valobj_sp);





More information about the lldb-commits mailing list