Searched refs:TestEmulation (Results 1 - 10 of 10) sorted by relevance

/external/lldb/test/python_api/default-constructor/
H A Dsb_instruction.py16 obj.TestEmulation(lldb.SBStream(), "my-file")
/external/lldb/include/lldb/API/
H A DSBInstruction.h76 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
/external/lldb/test/arm_emulation/
H A DTestEmulations.py44 success = insn.TestEmulation (stream, filename);
/external/lldb/scripts/Python/interface/
H A DSBInstruction.i67 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
/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/include/lldb/Core/
H A DDisassembler.h108 TestEmulation (Stream *stream, const char *test_file_name);
H A DEmulateInstruction.h409 TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data) = 0;
/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.h170 TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data);
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 179 milliseconds