• 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
Xcode & Dtrace USDT Building
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Xcode & Dtrace USDT Building


  • Subject: Xcode & Dtrace USDT Building
  • From: "Lally Singh" <email@hidden>
  • Date: Wed, 30 Apr 2008 20:43:34 -0400

Hey all,

  I've got a project that compiles on both Solaris and OSX.  Only
problem is that I've got some USDT probes added on the Solaris side
I'd like to work on OS X.  The D file torque_provider.d contains all
my probes.

 I have the following shell script run in my XCode build:
echo dtrace -G -32 -s $PROJECT_DIR/torque_provider.d `find
$OBJECT_FILE_DIR -name '*.o'`
dtrace -G -32 -s $PROJECT_DIR/torque_provider.d `find $OBJECT_FILE_DIR
-name '*.o'`

 Only thing is, I don't know how to link against torque_provider.o,
which dtrace generates.  I'm sure it's simple, but I've lost my edge
working with xcode.

  Any ideas?  Thanks in advance!

--
H. Lally Singh
Ph.D. Candidate, Computer Science
Virginia Tech
 _______________________________________________
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

  • Prev by Date: Re: problems with Perforce and Xcode 3.0
  • Next by Date: where did the IBPalette template project go?
  • Previous by thread: Re: problems with Perforce and Xcode 3.0
  • Next by thread: where did the IBPalette template project go?
  • Index(es):
    • Date
    • Thread