Lines Matching defs:str
126 def __init__(self, binary: str, port: int):
150 def command(self, input: str, expected_log: str = "") -> None:
180 …def __init__(self, gdb_binary: str, port: int, debug_binary: str, name: str, target_process: pexpe…
200 def progress_by(self, delta: int, type: str = "stepi") -> None:
205 def get_symbol_at(self, addr: str) -> str:
214 …def run_command(self, command: str, timeout: float = 10, confirm: bool = False, dont_wait_for_outp…
271 def validate_response(self, response: str) -> None:
347 def build_command_from_register_list(self, regs: list[str]) -> str:
388 def get_symbol_at(self, addr: str) -> str:
396 async def run_command(self, cmd: Optional[str] = None, **kwargs: Any) -> list[str]:
408 async def progress_by(self, delta: int, type: str = "stepi") -> None:
413 async def compare_instances(self, previous_pc: str) -> None:
420 def compare_outputs(outputs: list[str]) -> None:
467 def string_compare(renode_string: str, reference_string: str) -> str:
519 …tack, gdb_comparator: GDBComparator, previous_pc: str, previous_output: str, steps_count: int, exe…