Namespaces | |
| namespace | anonymous_namespace{emulator_service_impl.cc} |
Classes | |
| class | AgentControlServer |
| class | EmulatorServiceImpl |
Functions | |
| emu::BreakpointManager::Type | ToBreakpointType (BreakpointType proto_type) |
| emu::BreakpointManager::CpuType | ToCpuType (CpuType proto_cpu) |
| BreakpointType | ToProtoBreakpointType (emu::BreakpointManager::Type type) |
| CpuType | ToProtoCpuType (emu::BreakpointManager::CpuType cpu) |
| emu::BreakpointManager::Type yaze::agent::ToBreakpointType | ( | BreakpointType | proto_type | ) |
Definition at line 196 of file emulator_service_impl.cc.
Referenced by yaze::agent::EmulatorServiceImpl::AddBreakpoint().
| emu::BreakpointManager::CpuType yaze::agent::ToCpuType | ( | CpuType | proto_cpu | ) |
Definition at line 209 of file emulator_service_impl.cc.
Referenced by yaze::agent::EmulatorServiceImpl::AddBreakpoint().
| BreakpointType yaze::agent::ToProtoBreakpointType | ( | emu::BreakpointManager::Type | type | ) |
Definition at line 219 of file emulator_service_impl.cc.
Referenced by yaze::agent::EmulatorServiceImpl::GetDebugStatus(), yaze::agent::EmulatorServiceImpl::ListBreakpoints(), and yaze::agent::EmulatorServiceImpl::RunToBreakpoint().
| CpuType yaze::agent::ToProtoCpuType | ( | emu::BreakpointManager::CpuType | cpu | ) |
Definition at line 232 of file emulator_service_impl.cc.
Referenced by yaze::agent::EmulatorServiceImpl::GetDebugStatus(), yaze::agent::EmulatorServiceImpl::ListBreakpoints(), and yaze::agent::EmulatorServiceImpl::RunToBreakpoint().