<feed xmlns='http://www.w3.org/2005/Atom'>
<title>latrace.git/src/Makefile, branch debug_firefox</title>
<subtitle>latrace LD_AUDIT 2.4+ libc frontend</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/'/>
<entry>
<title>changes</title>
<updated>2012-02-09T15:37:00+00:00</updated>
<author>
<name>Jiri Olsa</name>
<email>Jiri Olsa jolsa@redhat.com</email>
</author>
<published>2012-02-09T15:37:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=faa1cb9123d0686ea3f32b04c9a1e89fd3984e89'/>
<id>faa1cb9123d0686ea3f32b04c9a1e89fd3984e89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefiles cleanup</title>
<updated>2011-05-29T17:18:53+00:00</updated>
<author>
<name>Jiri Olsa</name>
<email>jolsa@redhat.com</email>
</author>
<published>2011-05-29T08:05:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=16a729e69e28c58cf7994a3f9135fb9fc5e48f5e'/>
<id>16a729e69e28c58cf7994a3f9135fb9fc5e48f5e</id>
<content type='text'>
- moved specific cleanup into src/Makefile
- added OBJS_DEPS_OMIT variable to ease DEPS_OBJS generation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- moved specific cleanup into src/Makefile
- added OBJS_DEPS_OMIT variable to ease DEPS_OBJS generation
</pre>
</div>
</content>
</entry>
<entry>
<title>adding OUTPUT_TTY config file option</title>
<updated>2011-05-05T06:54:40+00:00</updated>
<author>
<name>Jiri Olsa</name>
<email>Jiri Olsa jolsa@redhat.com</email>
</author>
<published>2011-05-05T06:54:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=29420f774dc55c794cebefe24aadc90280601b79'/>
<id>29420f774dc55c794cebefe24aadc90280601b79</id>
<content type='text'>
- added OUTPUT_TTY config file option
  it is possible to catch traced program tty output and
  storing it to the configured file (0/1/2 descriptors
  are monitored)
- added automated test for the option
- refactoring process method a bit
- disabling connection between -R and -q options
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added OUTPUT_TTY config file option
  it is possible to catch traced program tty output and
  storing it to the configured file (0/1/2 descriptors
  are monitored)
- added automated test for the option
- refactoring process method a bit
- disabling connection between -R and -q options
</pre>
</div>
</content>
</entry>
<entry>
<title>adding automated test support</title>
<updated>2011-04-20T12:18:28+00:00</updated>
<author>
<name>Jiri Olsa</name>
<email>Jiri Olsa jolsa@redhat.com</email>
</author>
<published>2011-04-20T12:18:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=c9d0018b9e527168292f8d40273a9e97223c0bc8'/>
<id>c9d0018b9e527168292f8d40273a9e97223c0bc8</id>
<content type='text'>
So far for x86 and x86_64 others are disabled.

From this time on, I'll try to force addition of automated
test for each  fix/feature.. ;)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So far for x86 and x86_64 others are disabled.

From this time on, I'll try to force addition of automated
test for each  fix/feature.. ;)
</pre>
</div>
</content>
</entry>
<entry>
<title>adding support for configuration file</title>
<updated>2011-04-05T15:35:56+00:00</updated>
<author>
<name>jolsa@redhat.com</name>
<email>jolsa@redhat.com</email>
</author>
<published>2011-03-12T12:59:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=252af820ecf406c7dac397bcb54f763883e1eb8f'/>
<id>252af820ecf406c7dac397bcb54f763883e1eb8f</id>
<content type='text'>
    - separating bison/flex functions for args and config
    - the "include file support" unified among new conf and C header
      parsing
    - support for following options:
        HEADERS
        INDENT_SYM
        PIPE
        TIMESTAMP
        FRAMESIZE
        FRAMESIZE_CHECK
        HIDE_TID
        FOLLOW_FORK
        FOLLOW_EXEC
        DEMANGLE
        BRACES
        ENABLE_ARGS
        DETAIL_ARGS
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    - separating bison/flex functions for args and config
    - the "include file support" unified among new conf and C header
      parsing
    - support for following options:
        HEADERS
        INDENT_SYM
        PIPE
        TIMESTAMP
        FRAMESIZE
        FRAMESIZE_CHECK
        HIDE_TID
        FOLLOW_FORK
        FOLLOW_EXEC
        DEMANGLE
        BRACES
        ENABLE_ARGS
        DETAIL_ARGS
</pre>
</div>
</content>
</entry>
<entry>
<title>moving conf header files to new location + rename s/conf/h/</title>
<updated>2011-04-05T15:35:53+00:00</updated>
<author>
<name>jolsa@redhat.com</name>
<email>jolsa@redhat.com</email>
</author>
<published>2010-12-21T22:33:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=79381b3ed5b490054cb211d0374f4338ef9d5931'/>
<id>79381b3ed5b490054cb211d0374f4338ef9d5931</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sebastian Pipping &lt;sping@gentoo.org&gt;</title>
<updated>2011-02-15T12:06:46+00:00</updated>
<author>
<name>Jiri Olsa</name>
<email>Jiri Olsa jolsa@redhat.com</email>
</author>
<published>2011-02-15T12:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=fa6d2d20b68bcf9b151b6d62de48ad685e389310'/>
<id>fa6d2d20b68bcf9b151b6d62de48ad685e389310</id>
<content type='text'>
fix LDFLAGS/CFLAGS usage
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix LDFLAGS/CFLAGS usage
</pre>
</div>
</content>
</entry>
<entry>
<title>adding support for global symbol config</title>
<updated>2011-01-31T19:27:59+00:00</updated>
<author>
<name>Jiri Olsa</name>
<email>Jiri Olsa jolsa@redhat.com</email>
</author>
<published>2011-01-31T19:27:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=c167c2a3a404f5166ffd70a15a09c97cd1883ee8'/>
<id>c167c2a3a404f5166ffd70a15a09c97cd1883ee8</id>
<content type='text'>
one global tree to rule them all
- only one tree is searched during the plt entry/exit
- symbols are added during the bind audit callback
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
one global tree to rule them all
- only one tree is searched during the plt entry/exit
- symbols are added during the bind audit callback
</pre>
</div>
</content>
</entry>
<entry>
<title>adding stack limits dynamic check</title>
<updated>2010-09-07T20:38:03+00:00</updated>
<author>
<name>Jiri Olsa</name>
<email>Jiri Olsa jolsa@redhat.com</email>
</author>
<published>2010-09-07T20:38:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=667b7a7c09f6fe86c9e72515afcc654cf3366c38'/>
<id>667b7a7c09f6fe86c9e72515afcc654cf3366c38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updating license info</title>
<updated>2010-08-05T14:46:37+00:00</updated>
<author>
<name>Jiri Olsa</name>
<email>Jiri Olsa jolsa@redhat.com</email>
</author>
<published>2010-08-05T14:46:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=aaa71e84fa25919587f74daeaa0ecd0c6e3029f1'/>
<id>aaa71e84fa25919587f74daeaa0ecd0c6e3029f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
