diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-03-15 10:37:15 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-03-15 10:37:15 +0100 |
commit | 0ae21581ece4639d56671f7855d808e0f5c0ac62 (patch) | |
tree | b4b729db84652b81724c523b14f241daeef578af /open_issues/ltrace.mdwn | |
parent | d493882f538dc7b090fdb63202f2acf3727f0a06 (diff) | |
download | web-0ae21581ece4639d56671f7855d808e0f5c0ac62.tar.gz web-0ae21581ece4639d56671f7855d808e0f5c0ac62.tar.bz2 web-0ae21581ece4639d56671f7855d808e0f5c0ac62.zip |
Some more tracing tools.
Diffstat (limited to 'open_issues/ltrace.mdwn')
-rw-r--r-- | open_issues/ltrace.mdwn | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/open_issues/ltrace.mdwn b/open_issues/ltrace.mdwn index cf0df759..615d2d86 100644 --- a/open_issues/ltrace.mdwn +++ b/open_issues/ltrace.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2010 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2010, 2013 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -10,10 +10,18 @@ License|/fdl]]."]]"""]] [[!tag open_issue_glibc]] -IRC, unknown channel, unknown date. +<http://www.ltrace.org/> + + +# IRC, unknown channel, unknown date. <youpi> it'd be good to have ltrace eventually <youpi> rpctrace has too many issues to be usable <youpi> (and a lot of them are hard to fix iirc) <youpi> ltrace traces library calls <youpi> in principle it should just work at the dynamic linker stage, so should be portable + + +# See Also + + * [[debugging]], [[profiling]] |