Bug 86487

Summary: DDB disassembler broken on amd64
Product: Base System Reporter: Nate Eldredge <nge>
Component: amd64Assignee: freebsd-amd64 (Nobody) <amd64>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.4-RELEASE   
Hardware: Any   
OS: Any   

Description Nate Eldredge 2005-09-23 07:10:04 UTC
The amd64 disassembler in DDB is rather poor.  For instance, it does not
comprehend the REX prefix which is used on all 64-bit instructions.
They instead get decoded as "inc" and "dec".  This makes the
disassembly useless, and the debugger hard to use.
Comment 1 Nate Eldredge 2005-09-23 07:54:02 UTC
Never mind.  It appears the CURRENT code is much improved.  I am a fool 
and should have looked at it first.  Please close this bug, sorry for the 
inconvenience.

-- 
Nate Eldredge
nge@cs.hmc.edu
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-09-23 09:26:37 UTC
State Changed
From-To: open->closed

Submitter requested closing this PR.