From mboxrd@z Thu Jan 1 00:00:00 1970 From: toddpw@wrs.com (Todd Whitesel) To: shebs@cygnus.com (Stan Shebs) Cc: gdb@cygnus.com Subject: Re: Any way to avoid inserting & removing breakpoints? Date: Thu, 17 Dec 1998 20:40:00 -0000 Message-id: <199812180440.UAA03722@alabama.wrs.com> References: X-SW-Source: 1998/msg00199.html > some sort of caching-like thing, but I'm not sure that all target > memory reads know about substituting original code, so you might get > punished when you're doing disassembly or prologue analysis. They don't. See breakpoint.c:read_memory_nobpt() and grep for callers. As of 4.17 there were references in mips-tdep.c, but I don't think anywhere else. I am only concerned with 32-bit cross targets though. Todd Whitesel toddpw @ wrs.com