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

Ed Maste emaste at freebsd.org
Mon Jul 22 13:55:27 PDT 2013


On 2 July 2013 10:46, Thirumurthi, Ashok <ashok.thirumurthi at intel.com> wrote:
>
> Options include removing the logging code, adding parameters to PtraceWrapper to specify the target architecture, lifting the code to a base class of ReadRegOperation and ReadGPROperation, or lifting the code to RegisterContext_x86_64/RegisterContext_i386.   If maintaining the logging code is preferred, please consider limiting the log to the case where “log enable” uses the --verbose parameter.

I'll see if I can implement one of these approaches along with other
refactoring or cleanup work later on, but for now I fixed this by just
punting on this debugging for non-x86_64.




More information about the lldb-dev mailing list