Subject: Re: -current panic (pool_get free list modified in tlp_rxintr)
To: None <toddpw@best.com>
From: Ross Harvey <ross@ghs.com>
List: port-alpha
Date: 10/24/1999 23:06:31
> From: Todd Whitesel <toddpw@best.com>
:::
> Not sure what you mean by poor disassembly though... care to elaborate?

In general, it doesn't map gp-offsets or two-instruction sequences back to
symbolic references.

Example: it fails to correctly dissassemble the target address in subroutine
calls. It prints _something_, often or always wrong, so I presume it is
just using the icache prefetch hint field. (Are those even accurate? Are
they relocated?)

Example: it's unable to disassemble static loads and stores correctly, it
just shows the numeric gp-relative offset.

So, can you wrs-guys fix this for us? :-)

	ross