Searched refs:PrintInstructions (Results 1 – 2 of 2) sorted by relevance
76 void PrintInstructions(const void* address,79 void PrintNextInstruction() { PrintInstructions(ReadPc(), 1, "Next: "); } in PrintNextInstruction()
597 void Debugger::PrintInstructions(const void* address, in PrintInstructions() function in vixl::aarch64::Debugger1309 debugger->PrintInstructions(debugger->ReadPc(), steps, "Skip: "); in Run()1509 debugger->PrintInstructions(address, amount); in Run()