Searched refs:trap_code_size (Results 1 – 1 of 1) sorted by relevance
/platform_testing/utils/shell-as/ |
D | execute.cpp | 263 size_t trap_code_size = 0; in StepToEntryPoint() local 265 GetTrapShellCode(&expected_signal, &trap_code_size); in StepToEntryPoint() 266 std::unique_ptr<uint8_t[]> backup(new uint8_t[trap_code_size]); in StepToEntryPoint() 276 ReadChildMemory(process_id, entry_address, backup.get(), trap_code_size); in StepToEntryPoint() 277 WriteChildMemory(process_id, entry_address, trap_code.get(), trap_code_size); in StepToEntryPoint() 292 WriteChildMemory(process_id, entry_address, backup.get(), trap_code_size); in StepToEntryPoint()
|