• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Bugs in Inline Assembly
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bugs in Inline Assembly


  • Subject: Re: Bugs in Inline Assembly
  • From: Eric Albert <email@hidden>
  • Date: Sun, 19 Mar 2006 12:57:22 -0800

On Mar 19, 2006, at 8:37 AM, Mark Suska wrote:

5.) Intel register bp (ebp) can't be used at all.
Function foo2() shows this.

Does anyone know how to deal with these issues?

I'd suggest filing bug reports to track these. One bug report per issue, please, so we can track each issue separately.


As for (5), the workaround is compile the file with -fomit-frame-pointer. This will make any functions defined in that file undebuggable for source debugging -- assembly debugging will still work -- so it isn't a solution for your whole project or for C functions that you want to debug, but it should at least let you use ëp in inline asm.

Hope this helps,
Eric

_______________________________________________
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


References: 
 >Bugs in Inline Assembly (From: Mark Suska <email@hidden>)

  • Prev by Date: Re: Can't change Xcode project's CVS repository
  • Next by Date: changed help file not copied to build
  • Previous by thread: Bugs in Inline Assembly
  • Next by thread: changed help file not copied to build
  • Index(es):
    • Date
    • Thread