MipsDebugger 76 src/mips/simulator-mips.cc ~MipsDebugger();
MipsDebugger 109 src/mips/simulator-mips.cc MipsDebugger::~MipsDebugger() {
MipsDebugger 125 src/mips/simulator-mips.cc void MipsDebugger::Stop(Instruction* instr) {
MipsDebugger 159 src/mips/simulator-mips.cc void MipsDebugger::Stop(Instruction* instr) {
MipsDebugger 176 src/mips/simulator-mips.cc int32_t MipsDebugger::GetRegisterValue(int regnum) {
MipsDebugger 185 src/mips/simulator-mips.cc int32_t MipsDebugger::GetFPURegisterValueInt(int regnum) {
MipsDebugger 194 src/mips/simulator-mips.cc int64_t MipsDebugger::GetFPURegisterValueLong(int regnum) {
MipsDebugger 203 src/mips/simulator-mips.cc float MipsDebugger::GetFPURegisterValueFloat(int regnum) {
MipsDebugger 212 src/mips/simulator-mips.cc double MipsDebugger::GetFPURegisterValueDouble(int regnum) {
MipsDebugger 221 src/mips/simulator-mips.cc bool MipsDebugger::GetValue(const char* desc, int32_t* value) {
MipsDebugger 240 src/mips/simulator-mips.cc bool MipsDebugger::SetBreakpoint(Instruction* breakpc) {
MipsDebugger 255 src/mips/simulator-mips.cc bool MipsDebugger::DeleteBreakpoint(Instruction* breakpc) {
MipsDebugger 266 src/mips/simulator-mips.cc void MipsDebugger::UndoBreakpoints() {
MipsDebugger 273 src/mips/simulator-mips.cc void MipsDebugger::RedoBreakpoints() {
MipsDebugger 280 src/mips/simulator-mips.cc void MipsDebugger::PrintAllRegs() {
MipsDebugger 319 src/mips/simulator-mips.cc void MipsDebugger::PrintAllRegsIncludingFPU() {
MipsDebugger 351 src/mips/simulator-mips.cc void MipsDebugger::Debug() {
MipsDebugger 1231 src/mips/simulator-mips.cc MipsDebugger dbg(this);
MipsDebugger 1241 src/mips/simulator-mips.cc MipsDebugger dbg(this);
MipsDebugger 1252 src/mips/simulator-mips.cc MipsDebugger dbg(this);
MipsDebugger 1263 src/mips/simulator-mips.cc MipsDebugger dbg(this);
MipsDebugger 1575 src/mips/simulator-mips.cc MipsDebugger dbg(this);
MipsDebugger 1588 src/mips/simulator-mips.cc MipsDebugger dbg(this);
MipsDebugger 1601 src/mips/simulator-mips.cc MipsDebugger dbg(this);
MipsDebugger 2705 src/mips/simulator-mips.cc MipsDebugger dbg(this);
MipsDebugger 140 src/mips/simulator-mips.h friend class MipsDebugger;