Skip to content

Commit

Permalink
Merge branch 'proc-psutil'
Browse files Browse the repository at this point in the history
Conflicts:
	pwnlib/util/proc.py
	setup.py
  • Loading branch information
zachriggle committed Nov 9, 2014
2 parents 09f69d8 + c55273c commit 406dce8
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 164 deletions.
2 changes: 0 additions & 2 deletions pwnlib/gdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,7 @@ def findexe():
log.info('running in new terminal: %s' % cmd)
misc.run_in_new_terminal(cmd)
if pid:
log.waitfor('Waiting for debugger')
proc.wait_for_debugger(pid)
log.done_success()

def ssh_gdb(ssh, process, execute = None, arch = None, **kwargs):
if isinstance(process, (list, tuple)):
Expand Down
Loading

0 comments on commit 406dce8

Please sign in to comment.