On 2 July 2013 10:46, Thirumurthi, Ashok <[email protected]> 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. _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
