Hello, Attached is the next in the regcache series. This converts dummy frames to the regcache. Tested on the i386. Note the fixme though: + /* FIXME: cagney/2002-06-26: This should be via the + gdbarch_register_read() method so that it, on the fly, + constructs either a raw or pseudo register from the raw + register cache. */ + regcache_read (registers, regnum, bufferp); I've opened a change-request against that one. Andrew