Home
last modified time | relevance | path

Searched refs:show_source (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/idlelib/
Ddebugger.py170 text="Source", command=self.show_source, variable=self.vsource)
305 def show_source(self): member in Debugger
435 self.show_source(index)
439 self.show_source(index)
446 def show_source(self, index): member in StackViewer
/external/python/cpython2/Lib/idlelib/
DDebugger.py165 text="Source", command=self.show_source, variable=self.vsource)
300 def show_source(self): member in Debugger
432 self.show_source(index)
436 self.show_source(index)
443 def show_source(self, index): member in StackViewer
/external/elfutils/src/
Dstack.c48 static bool show_source = false; variable
269 if (show_source) in print_frame()
514 show_source = true; in parse_opt()
530 show_activation = show_source = show_module = show_debugname = true; in parse_opt()
DChangeLog1021 * stack.c (show_activation, show_module, show_source): New variables.
1023 Set show_module if -m option is given. Set show_source if -s option