Lines Matching full:python
19 llvm::Expected<bool> lldb_private::python::SWIGBridge::LLDBSwigPythonBreakpointCallbackFunction(
55 // resolve a dotted Python name in the form
56 // foo.bar.baz.Foobar to an actual Python object
68 bool lldb_private::python::SWIGBridge::LLDBSwigPythonWatchpointCallbackFunction(
97 bool lldb_private::python::SWIGBridge::LLDBSwigPythonFormatterCallbackFunction(
119 bool lldb_private::python::SWIGBridge::LLDBSwigPythonCallTypeScript(
146 PyErr_Cleaner pyerr_cleanup(true); // show Python errors
181 PythonObject lldb_private::python::SWIGBridge::LLDBSwigPythonCreateSyntheticProvider(
213 PythonObject lldb_private::python::SWIGBridge::LLDBSwigPythonCreateCommandObject(
232 PythonObject lldb_private::python::SWIGBridge::LLDBSwigPythonCreateScriptedBreakpointResolver(
265 unsigned int lldb_private::python::SWIGBridge::LLDBSwigPythonCallBreakpointResolver(
304 PythonObject lldb_private::python::SWIGBridge::LLDBSwigPythonCreateScriptedStopHook(
362 bool lldb_private::python::SWIGBridge::LLDBSwigPythonStopHookCallHandleStop(
382 stream->PutCString("Python error occurred handling stop-hook.");
424 size_t lldb_private::python::SWIGBridge::LLDBSwigPython_CalculateNumChildren(PyObject * implementor,
457 PyObject *lldb_private::python::SWIGBridge::LLDBSwigPython_GetChildAtIndex(PyObject * implementor,
483 int lldb_private::python::SWIGBridge::LLDBSwigPython_GetIndexOfChildWithName(
509 bool lldb_private::python::SWIGBridge::LLDBSwigPython_UpdateSynthProviderInstance(PyObject *
526 bool lldb_private::python::SWIGBridge::LLDBSwigPython_MightHaveChildrenSynthProviderInstance(
543 PyObject *lldb_private::python::SWIGBridge::LLDBSwigPython_GetValueSynthProviderInstance(
569 void *lldb_private::python::LLDBSWIGPython_CastPyObjectToSBData(PyObject * data) {
581 void *lldb_private::python::LLDBSWIGPython_CastPyObjectToSBBreakpoint(PyObject * data) {
593 void *lldb_private::python::LLDBSWIGPython_CastPyObjectToSBAttachInfo(PyObject * data) {
605 void *lldb_private::python::LLDBSWIGPython_CastPyObjectToSBLaunchInfo(PyObject * data) {
617 void *lldb_private::python::LLDBSWIGPython_CastPyObjectToSBError(PyObject * data) {
629 void *lldb_private::python::LLDBSWIGPython_CastPyObjectToSBEvent(PyObject * data) {
641 void *lldb_private::python::LLDBSWIGPython_CastPyObjectToSBStream(PyObject * data) {
653 void *lldb_private::python::LLDBSWIGPython_CastPyObjectToSBValue(PyObject * data) {
665 void *lldb_private::python::LLDBSWIGPython_CastPyObjectToSBMemoryRegionInfo(PyObject *
678 bool lldb_private::python::SWIGBridge::LLDBSwigPythonCallCommand(
710 bool lldb_private::python::SWIGBridge::LLDBSwigPythonCallCommandObject(
732 lldb_private::python::SWIGBridge::LLDBSwigPythonGetRepeatCommandForScriptedCommand(PyObject *implem…
755 bool lldb_private::python::SWIGBridge::LLDBSwigPythonCallParsedCommandObject(
776 PythonObject lldb_private::python::SWIGBridge::LLDBSWIGPythonCreateOSPlugin(
796 PythonObject lldb_private::python::SWIGBridge::LLDBSWIGPython_CreateFrameRecognizer(
815 PyObject *lldb_private::python::SWIGBridge::LLDBSwigPython_GetRecognizedArguments(
827 void *lldb_private::python::SWIGBridge::LLDBSWIGPython_GetDynamicSetting(
844 bool lldb_private::python::SWIGBridge::LLDBSWIGPythonRunScriptKeywordProcess(
869 std::optional<std::string> lldb_private::python::SWIGBridge::LLDBSWIGPythonRunScriptKeywordThread(
891 bool lldb_private::python::SWIGBridge::LLDBSWIGPythonRunScriptKeywordTarget(
916 std::optional<std::string> lldb_private::python::SWIGBridge::LLDBSWIGPythonRunScriptKeywordFrame(
938 bool lldb_private::python::SWIGBridge::LLDBSWIGPythonRunScriptKeywordValue(
963 bool lldb_private::python::SWIGBridge::LLDBSwigPythonCallModuleInit(
987 lldb::ValueObjectSP lldb_private::python::SWIGBridge::LLDBSWIGPython_GetValueObjectSPFromSBValue(