Searched refs:target_pid (Results 1 – 3 of 3) sorted by relevance
/development/python-packages/gdbrunner/gdbrunner/ |
D | __init__.py | 146 target_pid, run_cmd, debug_socket, port, run_as_cmd=[], argument 166 assert target_pid is None or run_cmd is None 202 if target_pid is not None: 203 gdbserver_cmd += ["--attach", str(target_pid)]
|
/development/scripts/ |
D | lldbclient.py | 238 if args.target_pid: 240 pid = args.target_pid 534 target_pid=pid, run_cmd=run_cmd, debug_socket=debug_socket,
|
D | gdbclient.py | 238 if args.target_pid: 240 pid = args.target_pid 534 target_pid=pid, run_cmd=run_cmd, debug_socket=debug_socket,
|