diff options
Diffstat (limited to 'lldb/scripts/Python/python-wrapper.swig')
| -rw-r--r-- | lldb/scripts/Python/python-wrapper.swig | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/lldb/scripts/Python/python-wrapper.swig b/lldb/scripts/Python/python-wrapper.swig index 70948a01a0d..4a3ad31ead4 100644 --- a/lldb/scripts/Python/python-wrapper.swig +++ b/lldb/scripts/Python/python-wrapper.swig @@ -211,7 +211,7 @@ LLDBSwigPythonBreakpointCallbackFunction  (      const char *python_function_name,      const char *session_dictionary_name, -    const lldb::FrameSP& frame_sp,  +    const lldb::StackFrameSP& frame_sp,       const lldb::BreakpointLocationSP& bp_loc_sp  )  { @@ -251,7 +251,7 @@ LLDBSwigPythonWatchpointCallbackFunction  (      const char *python_function_name,      const char *session_dictionary_name, -    const lldb::FrameSP& frame_sp,  +    const lldb::StackFrameSP& frame_sp,       const lldb::WatchpointSP& wp_sp  )  { @@ -855,7 +855,7 @@ SWIGEXPORT bool  LLDBSWIGPythonRunScriptKeywordFrame  (const char* python_function_name,  const char* session_dictionary_name, -lldb::FrameSP& frame, +lldb::StackFrameSP& frame,  std::string& output)  { | 

