MCPcopy Create free account
hub / github.com/Marus/cortex-debug / getMemFlagForAddr

Method getMemFlagForAddr

src/backend/disasm.ts:229–231  ·  view source on GitHub ↗
(addr: number)

Source from the content-addressed store, hash-verified

227 }
228
229 protected getMemFlagForAddr(addr: number) {
230 return this.isValidAddr(addr) ? '' : '?? ';
231 }
232
233 public async setArchitecture(): Promise<void> {
234 const miNode = await this.miDebugger.sendCommand('interpreter-exec console "show architecture"', false, true);

Callers 1

parseIntructionMethod · 0.95

Calls 1

isValidAddrMethod · 0.95

Tested by

no test coverage detected