• 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: Side-by-side source/assembly views?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Side-by-side source/assembly views?


  • Subject: Re: Side-by-side source/assembly views?
  • From: Jens Alfke <email@hidden>
  • Date: Wed, 10 Feb 2016 09:23:26 -0800


On Feb 10, 2016, at 7:09 AM, Tom Seddon <email@hidden> wrote:

Unless clang's asm output directives have changed substantially since I wrote it, my improve-xcode-asm-output script should work:https://github.com/tom-seddon/bin/blob/master/improve-xcode-asm-output.py

Cool! Exactly what I was looking for.

Except the output does seem to have changed format; the script immediately fails:

   File "/Users/snej/bin/improve-xcode-asm-output.py", line 42, in <module> "rt")
IOError: [Errno 21] Is a directory: '/Couchbase/CouchbaseLite’

I think the script doesn’t understand the format of the .file directives, each of which for some reason has two strings, the first of which is "/Couchbase/CouchbaseLite”:

.file 1 "/Couchbase/CouchbaseLite" "/Couchbase/CouchbaseLite/Source/ChangeTracker/CBLChangeTracker.m"
.file 2 "/Couchbase/CouchbaseLite" "/Couchbase/CouchbaseLite/Source/ChangeTracker/CBLChangeTracker.h"
…

I’m guessing the first string is the base directory of the project, i.e. the $(SOURCE_PATH).

—Jens
 _______________________________________________
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: 
 >Side-by-side source/assembly views? (From: Jens Alfke <email@hidden>)
 >Re: Side-by-side source/assembly views? (From: Tom Seddon <email@hidden>)

  • Prev by Date: Re: How to stop warning?
  • Next by Date: Re: How to stop warning?
  • Previous by thread: Re: Side-by-side source/assembly views?
  • Next by thread: How to stop warning?
  • Index(es):
    • Date
    • Thread