[lldb-dev] [Bug 16511] FreeBSD ProcessMonitor.cpp uses AMD64 register names unconditionally

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jul 25 07:04:59 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=16511

emaste at freebsd.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
           Assignee|lldb-dev at cs.uiuc.edu        |emaste at freebsd.org

--- Comment #1 from emaste at freebsd.org ---
Fixed in r186871.  I just wrapped the existing debug in #ifdef __amd64__,
because this diag needs to be cleaned up for all archs anyway and I don't want
the current hack to proliferate.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20130725/2fca27c9/attachment.html>


More information about the lldb-dev mailing list