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

Method handleMsg

src/backend/disasm.ts:205–207  ·  view source on GitHub ↗
(type: string, str: string)

Source from the content-addressed store, hash-verified

203 }
204
205 private handleMsg(type: string, str: string) {
206 this.gdbSession.handleMsg(type, str);
207 }
208
209 protected isRangeInValidMem(startAddress: number, endAddress: number): boolean {
210 for (const region of this.gdbSession.symbolTable.memoryRegions) {

Callers 11

setArchitectureMethod · 0.95
getMemoryRegionsMethod · 0.95
doWorkMethod · 0.95
printFuncMethod · 0.95
findDisasmRangesMethod · 0.95
loadSymbolsMethod · 0.45
loadFromObjdumpAndNmMethod · 0.45
waitOnProgsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected