Searched refs:is_relevant_function (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Debugger/
H A Dlibpython.py2004 if self.lang_info.is_relevant_function(frame):
2040 is_relevant = self.lang_info.is_relevant_function(frame)
2075 if self.lang_info.is_relevant_function(beginframe):
2088 if self.lang_info.is_relevant_function(newframe):
2097 is_relevant_function = self.lang_info.is_relevant_function(newframe)
2105 if is_relevant_function and m.group(1) in breakpoint_list:
2117 is_relevant_function = (newdepth < depth and
2118 is_relevant_function)
2120 if is_relevant_function
2198 def is_relevant_function(self, frame): member in class:PythonInfo
[all...]
H A Dlibcython.py109 elif self.is_relevant_function():
270 def is_relevant_function(self, frame): member in class:CythonBase
977 while not self.is_relevant_function(gdb.selected_frame()):
1046 is_relevant = self.is_relevant_function(frame)

Completed in 139 milliseconds