Home
last modified time | relevance | path

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

/third_party/python/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
/third_party/elfutils/src/
Dstack.c47 static bool show_source = false; variable
273 if (show_source) in print_frame()
513 show_source = true; in parse_opt()
529 show_activation = show_source = show_module = show_debugname = true; in parse_opt()
DChangeLog2772 * stack.c (show_activation, show_module, show_source): New variables.
2774 Set show_module if -m option is given. Set show_source if -s option