Re: Data formatter plugin
Re: Data formatter plugin
- Subject: Re: Data formatter plugin
- From: Chris Hanson <email@hidden>
- Date: Fri, 30 Nov 2007 20:08:20 -0800
On Nov 30, 2007, at 12:42 PM, Steve Mills wrote:
Wow, 7-bit. How 1984. Hopefully it's scheduled for a swift kick into
the present. Can't Xcode just ask for the pointer and then display
it as Unicode on its own?
Not necessarily. Remember that, unlike 1984, we have protected memory
these days. Xcode, gdb -- the actual debugger -- and the executable
being debugged are each in a separate address space. So the data
always needs to be passed across address spaces via an IPC mechanism,
and the interpretation & rendering-for-display of that data may not
even occur in Xcode itself.
-- Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden