Searched refs:bpsize (Results 1 – 5 of 5) sorted by relevance
| /plan9/sys/src/cmd/db/ |
| H A D | trcrun.c | 276 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 D | util.c | 150 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 D | mach.h | 208 short bpsize; /* size of break point instr. */ member
|
| /plan9/sys/src/libmach/ |
| H A D | 68020db.c | 161 if (get1(map, pc, buf, machdata->bpsize) > 0) in m68020excep() 162 if(memcmp(buf, machdata->bpinst, machdata->bpsize) == 0) in m68020excep()
|
| H A D | 8db.c | 84 if (get1(map, pc, (uchar*)buf, machdata->bpsize) > 0) in i386excep() 85 if (memcmp(buf, machdata->bpinst, machdata->bpsize) == 0) in i386excep()
|