Home
last modified time | relevance | path

Searched refs:ReadDebugReg (Results 1 – 8 of 8) sorted by relevance

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/
H A Dfpdbgavrclasses.pas55 function ReadDebugReg(ind: byte; out AVal: TDbgPtr): boolean;
230 function TDbgAvrThread.ReadDebugReg(ind: byte; out AVal: TDbgPtr): boolean; in ReadDebugReg() function
247 result := TDbgAvrProcess(Process).FConnection.ReadDebugReg(ind, AVal);
455 ReadDebugReg(PCindex, result);
474 ReadDebugReg(28, lval);
475 ReadDebugReg(29, hval);
492 ReadDebugReg(SPindex, result);
H A Dfpdbglinuxclasses.pas258 function ReadDebugReg(ind: byte; out AVal: PtrUInt): boolean; in ReadDebugReg() function
433 function TDbgLinuxThread.ReadDebugReg(ind: byte; out AVal: PtrUInt): boolean; in ReadDebugReg() function
582 if not ReadDebugReg(7, dr7) then
602 if ReadDebugReg(6, dr6) then
H A Dfpdbgrsp.pas104 function ReadDebugReg(ind: byte; out AVal: TDbgPtr): boolean; in ReadDebugReg() function
642 function TRspConnection.ReadDebugReg(ind: byte; out AVal: TDbgPtr): boolean; in TRspConnection.ReadDebugReg() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/
H A Dfpdbgavrclasses.pas55 function ReadDebugReg(ind: byte; out AVal: TDbgPtr): boolean;
230 function TDbgAvrThread.ReadDebugReg(ind: byte; out AVal: TDbgPtr): boolean; in ReadDebugReg() function
247 result := TDbgAvrProcess(Process).FConnection.ReadDebugReg(ind, AVal);
455 ReadDebugReg(PCindex, result);
474 ReadDebugReg(28, lval);
475 ReadDebugReg(29, hval);
492 ReadDebugReg(SPindex, result);
H A Dfpdbglinuxclasses.pas258 function ReadDebugReg(ind: byte; out AVal: PtrUInt): boolean; in ReadDebugReg() function
433 function TDbgLinuxThread.ReadDebugReg(ind: byte; out AVal: PtrUInt): boolean; in ReadDebugReg() function
582 if not ReadDebugReg(7, dr7) then
602 if ReadDebugReg(6, dr6) then
H A Dfpdbgrsp.pas104 function ReadDebugReg(ind: byte; out AVal: TDbgPtr): boolean; in ReadDebugReg() function
642 function TRspConnection.ReadDebugReg(ind: byte; out AVal: TDbgPtr): boolean; in TRspConnection.ReadDebugReg() function
/dports/editors/lazarus/lazarus/components/fpdebug/
H A Dfpdbglinuxclasses.pas231 function ReadDebugReg(ind: byte; out AVal: PtrUInt): boolean; in ReadDebugReg() function
361 function TDbgLinuxThread.ReadDebugReg(ind: byte; out AVal: PtrUInt): boolean; in ReadDebugReg() function
427 if not ReadDebugReg(ind, Addr) or (Addr<>0) then
441 if not ReadDebugReg(7, dr7) then
459 if not ReadDebugReg(7, dr7) or not ReadDebugReg(AnId, addr) then
480 if ReadDebugReg(6, dr6) then
/dports/editors/lazarus-qt5/lazarus/components/fpdebug/
H A Dfpdbglinuxclasses.pas231 function ReadDebugReg(ind: byte; out AVal: PtrUInt): boolean; in ReadDebugReg() function
361 function TDbgLinuxThread.ReadDebugReg(ind: byte; out AVal: PtrUInt): boolean; in ReadDebugReg() function
427 if not ReadDebugReg(ind, Addr) or (Addr<>0) then
441 if not ReadDebugReg(7, dr7) then
459 if not ReadDebugReg(7, dr7) or not ReadDebugReg(AnId, addr) then
480 if ReadDebugReg(6, dr6) then