Lines Matching full:static
73 // static T ToSWIGWrapper(...);
77 // template<> static PythonObject ToSWIGWrapper(...);
83 static PythonObject ToSWIGWrapper(std::unique_ptr<lldb::SBValue> value_sb);
84 static PythonObject ToSWIGWrapper(lldb::ValueObjectSP value_sp);
85 static PythonObject ToSWIGWrapper(lldb::TargetSP target_sp);
86 static PythonObject ToSWIGWrapper(lldb::ProcessSP process_sp);
87 static PythonObject ToSWIGWrapper(lldb::ThreadPlanSP thread_plan_sp);
88 static PythonObject ToSWIGWrapper(lldb::BreakpointSP breakpoint_sp);
89 static PythonObject ToSWIGWrapper(const Status &status);
90 static PythonObject ToSWIGWrapper(const StructuredDataImpl &data_impl);
91 static PythonObject ToSWIGWrapper(lldb::ThreadSP thread_sp);
92 static PythonObject ToSWIGWrapper(lldb::StackFrameSP frame_sp);
93 static PythonObject ToSWIGWrapper(lldb::DebuggerSP debugger_sp);
94 static PythonObject ToSWIGWrapper(lldb::WatchpointSP watchpoint_sp);
95 static PythonObject ToSWIGWrapper(lldb::BreakpointLocationSP bp_loc_sp);
96 static PythonObject ToSWIGWrapper(lldb::TypeImplSP type_impl_sp);
97 static PythonObject ToSWIGWrapper(lldb::ExecutionContextRefSP ctx_sp);
98 static PythonObject ToSWIGWrapper(const TypeSummaryOptions &summary_options);
99 static PythonObject ToSWIGWrapper(const SymbolContext &sym_ctx);
100 static PythonObject ToSWIGWrapper(const Stream *stream);
101 static PythonObject ToSWIGWrapper(std::shared_ptr<lldb::SBStream> stream_sb);
102 static PythonObject ToSWIGWrapper(Event *event);
104 static PythonObject ToSWIGWrapper(lldb::ProcessAttachInfoSP attach_info_sp);
105 static PythonObject ToSWIGWrapper(lldb::ProcessLaunchInfoSP launch_info_sp);
106 static PythonObject ToSWIGWrapper(lldb::DataExtractorSP data_extractor_sp);
108 static PythonObject
110 static PythonObject
112 static PythonObject
115 static python::ScopedPythonObject<lldb::SBCommandReturnObject>
121 static llvm::Expected<bool> LLDBSwigPythonBreakpointCallbackFunction(
127 static bool LLDBSwigPythonWatchpointCallbackFunction(
131 static bool
136 static bool LLDBSwigPythonCallTypeScript(
141 static python::PythonObject
146 static python::PythonObject
151 static python::PythonObject LLDBSwigPythonCreateScriptedBreakpointResolver(
155 static unsigned int
160 static python::PythonObject LLDBSwigPythonCreateScriptedStopHook(
165 static bool
170 static size_t LLDBSwigPython_CalculateNumChildren(PyObject *implementor,
173 static PyObject *LLDBSwigPython_GetChildAtIndex(PyObject *implementor,
176 static int LLDBSwigPython_GetIndexOfChildWithName(PyObject *implementor,
179 static lldb::ValueObjectSP
182 static bool LLDBSwigPython_UpdateSynthProviderInstance(PyObject *implementor);
184 static bool
187 static PyObject *
190 static bool
197 static bool
202 static bool
209 static std::optional<std::string>
213 static bool LLDBSwigPythonCallModuleInit(const char *python_module_name,
217 static python::PythonObject
222 static python::PythonObject
226 static PyObject *
230 static bool LLDBSWIGPythonRunScriptKeywordProcess(
234 static std::optional<std::string>
239 static bool LLDBSWIGPythonRunScriptKeywordTarget(
243 static std::optional<std::string>
248 static bool LLDBSWIGPythonRunScriptKeywordValue(
252 static void *