Searched refs:gdb (Results 1 – 1 of 1) sorted by relevance
99 gdb = pexpect.spawn(gdb_invocation, echo=False, timeout=timeout, variable102 gdb.expect(gdb_prompt)125 gdb.sendline(command)133 index = gdb.expect([u'{0}.+{1}'.format(pattern, gdb_prompt),139 match = re.match(pattern, gdb.after, re.DOTALL).group()146 'Response: {2}'.format(command, pattern, gdb.before))151 gdb.expect(gdb_prompt)
Completed in 4 milliseconds