Home
last modified time | relevance | path

Searched refs:CDump (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/Debugger/
H A DDump.cpp13 CDump::CDump(const std::string& filename) : m_pData(nullptr) in CDump() function in CDump
26 CDump::~CDump() in ~CDump()
35 int CDump::GetNumberOfSteps() in GetNumberOfSteps()
40 u32 CDump::GetGPR(int _step, int _gpr) in GetGPR()
50 u32 CDump::GetPC(int _step) in GetPC()
60 u32 CDump::Read32(u32 _pos) in Read32()
H A DDump.h13 class CDump
16 CDump(const std::string& filename);
17 ~CDump();
/dports/sysutils/dvdisaster/dvdisaster-0.79.5/
H A Ddebug.c762 void CDump(unsigned char *buf, int lba, int len, int step) in CDump() function
857 CDump(buf, sector, 2048, 16); in ShowSector()
909 CDump(ab->buf, sector, 2048, 16); in ReadSector()
1006 CDump(ab->buf, lba, length, 16); in RawSector()