Home
last modified time | relevance | path

Searched refs:bpsize (Results 1 – 5 of 5) sorted by relevance

/plan9/sys/src/cmd/db/
H A Dtrcrun.c276 ret = get1(cormap, loc, bp->save, machdata->bpsize); in bkput()
278 ret = put1(cormap, loc, machdata->bpinst, machdata->bpsize); in bkput()
280 ret = put1(cormap, loc, bp->save, machdata->bpsize); in bkput()
/plan9/sys/src/cmd/acid/
H A Dutil.c150 v->string->len = machdata->bpsize; in varreg()
151 v->string->string = gmalloc(machdata->bpsize); in varreg()
152 memmove(v->string->string, machdata->bpinst, machdata->bpsize); in varreg()
/plan9/sys/include/
H A Dmach.h208 short bpsize; /* size of break point instr. */ member
/plan9/sys/src/libmach/
H A D68020db.c161 if (get1(map, pc, buf, machdata->bpsize) > 0) in m68020excep()
162 if(memcmp(buf, machdata->bpinst, machdata->bpsize) == 0) in m68020excep()
H A D8db.c84 if (get1(map, pc, (uchar*)buf, machdata->bpsize) > 0) in i386excep()
85 if (memcmp(buf, machdata->bpinst, machdata->bpsize) == 0) in i386excep()