Searched refs:gdbpy_current_objfile (Results 1 – 1 of 1) sorted by relevance
1141 static struct objfile *gdbpy_current_objfile; variable1154 gdbpy_current_objfile = objfile; in source_python_script_for_objfile()1159 gdbpy_current_objfile = NULL; in source_python_script_for_objfile()1169 if (! gdbpy_current_objfile) in gdbpy_get_current_objfile()1172 result = objfile_to_objfile_object (gdbpy_current_objfile); in gdbpy_get_current_objfile()