Not a dumb question at all. My code isn't part of the official repository, but it is on github at: git://github.com/ice799/ltrace.git
My code is in the branch "libdl" So you should: git clone git://github.com/ice799/ltrace.git git checkout -b libdl origin/libdl and you will be sitting in the libdl branch. You can take a look at the commits on that branch by doing git log. If a particular commit interests you, you can git show <sha> to look at the diff. If you have any other questions/issues getting my code or getting it to build feel free to email me off list. joe On Tue, Mar 30, 2010 at 9:35 AM, Rodrigo Dominguez <[email protected]>wrote: > Joe, > > > > I am sorry for the dumb question but how do you checkout a branch from > github. I am not familiar with git. I ran: > > > > git clone git://git.debian.org/git/collab-maint/ltrace.git > > > > but this only gets me the master branch. > > > > Thank you. > > > > *From:* Joe Damato [mailto:[email protected]] > *Sent:* Tuesday, March 09, 2010 5:20 PM > *To:* Rodrigo Dominguez > *Cc:* [email protected] > *Subject:* Re: [Ltrace-devel] Tracing dependent libraries > > > > I implemented support for libdl and you can get that tree from github: > http://github.com/ice799/ltrace/tree/libdl > > I have *not* implemented tracing calls from libraries to other libraries, > though. doing that should be pretty straightforward. i don't really have the > cycles right now to implement that in the near term but I am willing to > point people in the right direction if they are interested in implementing > it. > > > > otherwise as soon as i have time to do it (probably later this month), i > can implement it. > > > > joe > > > > On Tue, Mar 9, 2010 at 2:13 PM, Rodrigo Dominguez <[email protected]> > wrote: > > How can I get ltrace to trace dependent libraries (libraries called from > within libraries)? All I was able to find was this old post: > > http://sourceware.org/ml/binutils/2006-09/msg00009.html > > Has this been implemented since then? > > Thank you. > > > _______________________________________________ > Ltrace-devel mailing list > [email protected] > http://lists.alioth.debian.org/mailman/listinfo/ltrace-devel > > >
_______________________________________________ Ltrace-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/ltrace-devel
