Home
last modified time | relevance | path

Searched refs:Dbg_MCState (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/rdi-share/
Darmdbg.h65 typedef struct Dbg_MCState Dbg_MCState; typedef
164 void Dbg_ErrorToChars(Dbg_MCState *state, Dbg_Error err, Dbg_BufDesc *buf);
175 typedef Dbg_Error Dbg_CoProFoundProc(Dbg_MCState *state, int cpno, Dbg_CoProDesc const *cpd);
182 Dbg_Error Dbg_RequestReset(Dbg_MCState *);
187 RDIProcVec const *rdi, Dbg_MCState **statep);
190 void Dbg_Finalise(Dbg_MCState *state, bool targetdead);
238 Dbg_SymTable *Dbg_LastImage(Dbg_MCState *state);
240 Dbg_SymTable *Dbg_NewSymTable(Dbg_MCState *state, const char *name);
242 Dbg_Error Dbg_ReadSymbols(Dbg_MCState *state, const char *filename, Dbg_SymTable **st);
260 Dbg_Error Dbg_LoadFile(Dbg_MCState *state, const char *filename, Dbg_SymTable **st);
[all …]
Ddbg_rdi.h422 struct Dbg_MCState;
425 struct Dbg_MCState *dbg_state);
Dardi.h36 Dbg_HostosInterface const *hostif, struct Dbg_MCState *dbg_state);
Dardi.c513 Dbg_HostosInterface const *hostif, struct Dbg_MCState *dbg_state) in angel_RDI_open()