Searched refs:Dbg_MCState (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/rdi-share/ |
| D | armdbg.h | 65 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 …]
|
| D | dbg_rdi.h | 422 struct Dbg_MCState; 425 struct Dbg_MCState *dbg_state);
|
| D | ardi.h | 36 Dbg_HostosInterface const *hostif, struct Dbg_MCState *dbg_state);
|
| D | ardi.c | 513 Dbg_HostosInterface const *hostif, struct Dbg_MCState *dbg_state) in angel_RDI_open()
|