Searched defs:TestEmulation (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/API/
H A DSBInstruction.cpp234 SBInstruction::TestEmulation (lldb::SBStream &output_stream, const char *test_file) function in class:SBInstruction
239 return m_opaque_sp->TestEmulation (output_stream.get(), test_file);
/external/lldb/source/Core/
H A DDisassembler.cpp844 Instruction::TestEmulation (Stream *out_stream, const char *file_name) function in class:Instruction
851 out_stream->Printf ("Instruction::TestEmulation: Missing file_name.");
858 out_stream->Printf ("Instruction::TestEmulation: Attempt to open test file failed.");
865 out_stream->Printf ("Instruction::TestEmulation: Error reading first line of test file.\n");
872 out_stream->Printf ("Instructin::TestEmulation: Test file does not contain emulation state dictionary\n");
882 out_stream->Printf ("Instruction::TestEmulation: Error reading Dictionary Object.\n");
897 out_stream->Printf ("Instruction::TestEmulation: Test file does not contain description string.\n");
907 out_stream->Printf ("Instruction::TestEmulation: Test file does not contain triple.\n");
917 success = insn_emulator_ap->TestEmulation (out_stream, arch, data_dictionary);
/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp13488 EmulateInstructionARM::TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data) function in class:EmulateInstructionARM
13492 out_stream->Printf ("TestEmulation: Missing test data.\n");
13505 out_stream->Printf ("TestEmulation: Error reading opcode from test file.\n");
13526 out_stream->Printf ("TestEmulation: Invalid arch.\n");
13536 out_stream->Printf ("TestEmulation: Failed to find 'before' state.\n");
13543 out_stream->Printf ("TestEmulation: Failed loading 'before' state.\n");
13550 out_stream->Printf ("TestEmulation: Failed to find 'after' state.\n");
13557 out_stream->Printf ("TestEmulation: Failed loading 'after' state.\n");
13570 out_stream->Printf ("TestEmulation: EvaluateInstruction() failed.\n");
13576 out_stream->Printf ("TestEmulation
[all...]

Completed in 509 milliseconds