Home | History | Annotate | Download | only in m_gdbserver

Lines Matching refs:iaddr

60 void VG_(helperc_CallDebugger) ( HWord iaddr );
1004 // Check if single_stepping or if there is a break requested at iaddr.
1007 void VG_(helperc_CallDebugger) ( HWord iaddr )
1017 ((g = VG_(HT_lookup) (gs_addresses, (UWord)HT_addr(iaddr))) &&
1019 if (iaddr == HT_addr(ignore_this_break_once)) {
1110 Addr iaddr, /* Addr of instruction being instrumented */
1111 UChar delta, /* delta to add to iaddr to obtain IP */
1131 This IP will be given to gdb (e.g. if a breakpoint is put at iaddr).
1138 mkIRExpr_HWord(iaddr + (Addr)delta)));
1142 args = mkIRExprVec_1(mkIRExpr_HWord (iaddr));