<feed xmlns='http://www.w3.org/2005/Atom'>
<title>latrace.git, branch compile_fix</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>args: fix size_t printf compile warning</title>
<updated>2011-07-07T12:31:04+00:00</updated>
<author>
<name>jolsa@redhat.com</name>
<email>jolsa@redhat.com</email>
</author>
<published>2011-07-04T23:30:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=81a8f356d3fdd3774604b18e8f81aa82398f20e6'/>
<id>81a8f356d3fdd3774604b18e8f81aa82398f20e6</id>
<content type='text'>
using proper %zu for size_t argument in printf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
using proper %zu for size_t argument in printf
</pre>
</div>
</content>
</entry>
<entry>
<title>config: Fix memory leak in names list code</title>
<updated>2011-06-21T11:19:20+00:00</updated>
<author>
<name>Jiri Olsa</name>
<email>Jiri Olsa jolsa@redhat.com</email>
</author>
<published>2011-06-21T11:19:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=c0f273127860268341d2d29ebfd9bf0fe981cedb'/>
<id>c0f273127860268341d2d29ebfd9bf0fe981cedb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Add test for ARGS_STRING_POINTER_LENGTH option</title>
<updated>2011-06-17T11:00:12+00:00</updated>
<author>
<name>Jiri Olsa</name>
<email>Jiri Olsa jolsa@redhat.com</email>
</author>
<published>2011-06-17T10:54:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=8dae1b6682b34411c4e82f44f786f0f49095598c'/>
<id>8dae1b6682b34411c4e82f44f786f0f49095598c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>args: Aadd support to display string pointer and length</title>
<updated>2011-06-17T11:00:06+00:00</updated>
<author>
<name>Jiri Olsa</name>
<email>Jiri Olsa jolsa@redhat.com</email>
</author>
<published>2011-06-10T11:44:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=d07b36b6bb898666c313b6d3708aee82d5b80550'/>
<id>d07b36b6bb898666c313b6d3708aee82d5b80550</id>
<content type='text'>
Add ARGS_STRING_POINTER_LENGTH option. It allows to display
pointer value and string length for "char *" arguments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add ARGS_STRING_POINTER_LENGTH option. It allows to display
pointer value and string length for "char *" arguments.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Add tests for LIBS*/SYM* options</title>
<updated>2011-06-17T10:08:26+00:00</updated>
<author>
<name>Jiri Olsa</name>
<email>Jiri Olsa jolsa@redhat.com</email>
</author>
<published>2011-06-15T21:20:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=73ae529a915c6445d5cf0a43f8cba140d7d79e83'/>
<id>73ae529a915c6445d5cf0a43f8cba140d7d79e83</id>
<content type='text'>
Added automated tests for most of the LIBS*/SYM* options.
Missing tests for options:
	LIBS_TO, LIBS_FROM, SYM_BELOW, SYM_NOEXIT
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added automated tests for most of the LIBS*/SYM* options.
Missing tests for options:
	LIBS_TO, LIBS_FROM, SYM_BELOW, SYM_NOEXIT
</pre>
</div>
</content>
</entry>
<entry>
<title>config: Add SYM_NOEXIT option</title>
<updated>2011-06-17T10:08:20+00:00</updated>
<author>
<name>Jiri Olsa</name>
<email>Jiri Olsa jolsa@redhat.com</email>
</author>
<published>2011-06-16T09:04:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=23916445a712b64e34735a7d06bc69bfcfa4b3b6'/>
<id>23916445a712b64e34735a7d06bc69bfcfa4b3b6</id>
<content type='text'>
Added SYM_NOEXIT option to be able to run only pltentry
callback for specified symbols.

This option is needed for setjmp symbol, otherwise the
tracee segfaults. The "_setjmp" symbol is added as default
value to the global config file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added SYM_NOEXIT option to be able to run only pltentry
callback for specified symbols.

This option is needed for setjmp symbol, otherwise the
tracee segfaults. The "_setjmp" symbol is added as default
value to the global config file.
</pre>
</div>
</content>
</entry>
<entry>
<title>config: Add libs and symbols specfication config file options</title>
<updated>2011-06-17T10:08:17+00:00</updated>
<author>
<name>Jiri Olsa</name>
<email>Jiri Olsa jolsa@redhat.com</email>
</author>
<published>2011-06-12T17:05:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=b56d0731ccb162f5830a94c037d6975371a067ac'/>
<id>b56d0731ccb162f5830a94c037d6975371a067ac</id>
<content type='text'>
Added following config file options:

LIBS, LIBS_TO, LIBS_FROM, SYM, SYM_OMIT, SYM_BELOW

They match their command line equivalents.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added following config file options:

LIBS, LIBS_TO, LIBS_FROM, SYM, SYM_OMIT, SYM_BELOW

They match their command line equivalents.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Move all tests to scripts</title>
<updated>2011-06-17T10:08:12+00:00</updated>
<author>
<name>Jiri Olsa</name>
<email>Jiri Olsa jolsa@redhat.com</email>
</author>
<published>2011-06-15T21:19:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=84e8f950cc8705bfdc7dee571f59153daeea180a'/>
<id>84e8f950cc8705bfdc7dee571f59153daeea180a</id>
<content type='text'>
Moving test-args/test-common into scripts, to have common
way of running and cheking tests results.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moving test-args/test-common into scripts, to have common
way of running and cheking tests results.
</pre>
</div>
</content>
</entry>
<entry>
<title>make tracer return actual tracee status</title>
<updated>2011-06-16T08:38:57+00:00</updated>
<author>
<name>Jiri Olsa</name>
<email>Jiri Olsa jolsa@redhat.com</email>
</author>
<published>2011-06-15T20:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=be08addc50d60683fdcc9c3b8cf4488d940e3b96'/>
<id>be08addc50d60683fdcc9c3b8cf4488d940e3b96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>global_symbol fix - proper tree management</title>
<updated>2011-06-15T11:23:25+00:00</updated>
<author>
<name>Jiri Olsa</name>
<email>Jiri Olsa jolsa@redhat.com</email>
</author>
<published>2011-06-15T11:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=1e797a2b262191a3b96f167c1b99c71442300100'/>
<id>1e797a2b262191a3b96f167c1b99c71442300100</id>
<content type='text'>
fix global_symbols tree management
 - add only if we care about the symbol
 - make bind call dependent on the global_symbols variable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix global_symbols tree management
 - add only if we care about the symbol
 - make bind call dependent on the global_symbols variable
</pre>
</div>
</content>
</entry>
</feed>
