Ejemplo n.º 1
0
 def _find_debugger(self, debugger):
     """Find the installed debugger."""
     return find_program(debugger, ['/opt/mongodbtoolchain/gdb/bin', '/usr/bin'])
Ejemplo n.º 2
0
 def _find_debugger(debugger):
     """Find the installed jstack debugger."""
     return find_program(debugger, ['/usr/bin'])
Ejemplo n.º 3
0
 def __find_ps():
     """Find ps."""
     return find_program('ps', ['/bin', '/usr/bin'])