Searched defs:EmulateInstruction (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Core/
H A DEmulateInstruction.h1 //===-- EmulateInstruction.h ------------------------------------*- C++ -*-===//
23 /// @class EmulateInstruction EmulateInstruction.h "lldb/Core/EmulateInstruction.h"
27 /// standard static FindPlugin function call in the EmulateInstruction
41 /// then a call to EmulateInstruction::EvaluateInstruction () can be
42 /// made. At this point the EmulateInstruction subclass will use all of
47 /// virtual CPU, or watch for the EmulateInstruction::Context which
84 class EmulateInstruction : class in namespace:lldb_private
89 static EmulateInstruction*
[all...]
/external/lldb/source/Core/
H A DEmulateInstruction.cpp1 //===-- EmulateInstruction.h ------------------------------------*- C++ -*-===//
10 #include "lldb/Core/EmulateInstruction.h"
29 EmulateInstruction*
30 EmulateInstruction::FindPlugin (const ArchSpec &arch, InstructionType supported_inst_type, const char *plugin_name)
39 EmulateInstruction *emulate_insn_ptr = create_callback(arch, supported_inst_type);
48 EmulateInstruction *emulate_insn_ptr = create_callback(arch, supported_inst_type);
56 EmulateInstruction::EmulateInstruction (const ArchSpec &arch) : function in class:EmulateInstruction
70 EmulateInstruction::ReadRegister (const RegisterInfo *reg_info, RegisterValue& reg_value)
78 EmulateInstruction
[all...]

Completed in 79 milliseconds