HomeSort by relevance Sort by last modified time
    Searched defs:EmulateInstruction (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/Core/
EmulateInstruction.h 1 //===-- 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 :
89 static EmulateInstruction*
    [all...]
  /external/lldb/source/Core/
EmulateInstruction.cpp 1 //===-- 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) :
70 EmulateInstruction::ReadRegister (const RegisterInfo *reg_info, RegisterValue& reg_value)
78 EmulateInstruction::ReadRegister (uint32_t reg_kind, uint32_t reg_num, RegisterValue& reg_value
    [all...]

Completed in 122 milliseconds