History log of /external/ltrace/sysdeps/linux-gnu/hooks.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6bc89fea4e132d3937dd5aafbabca0d12e3af22f 08-Apr-2014 Christopher Ferris <cferris@google.com> Re-add stpcpy call.

Change-Id: I1e80c3ee1693452f8f1669027fcd0a225e986eb2
/external/ltrace/sysdeps/linux-gnu/hooks.c
1031614c095f00454326deb460a83381e98d5166 04-Apr-2014 Mohamad Ayyash <mkayyash@google.com> ltrace: Get it to build on Android (Android.mk and missing functions)

- Add Android.mk.
- Work around missing stpcpy() and rindex().

Change-Id: Iffdd707b22a84b1a1c6a802574ded05b289cee0a
/external/ltrace/sysdeps/linux-gnu/hooks.c
89396203c9de0d60374e1b298529afcf0bfbf5ed 06-Nov-2013 Petr Machata <pmachata@redhat.com> Plug a leak
/external/ltrace/sysdeps/linux-gnu/hooks.c
fec0b3b1b8323220255f9ebdcac7db2b689783ef 04-Nov-2013 Petr Machata <pmachata@redhat.com> Move code for tracing IFUNC symbols

- ... from sysdeps/linux-gnu/hooks.c to sysdeps/linux-gnu/trace.c
where it fits better.
/external/ltrace/sysdeps/linux-gnu/hooks.c
481a1eb415945720c0e1c545bd7679fd4cdb48ff 25-Oct-2013 Petr Machata <pmachata@redhat.com> OPD-transate the address that comes back from IFUNC resolver
/external/ltrace/sysdeps/linux-gnu/hooks.c
b3d6180e6d1cfc188a44b60dda6a7ac4faf0fdce 16-Oct-2013 Petr Machata <pmachata@redhat.com> Linux backend now supports tracing of IFUNC symbols
/external/ltrace/sysdeps/linux-gnu/hooks.c
aa3db6b1234da0e542ba7782849cf200d0d91c1c 23-Oct-2013 Petr Machata <pmachata@redhat.com> Replace os_get_ltrace_conf_filename with os_get_ltrace_conf_filenames

- I.e. allow returning a list of filenames, as opposed to a single
home directory name. This is to implement exactly the legacy config
file behavior on Linux.
/external/ltrace/sysdeps/linux-gnu/hooks.c
20a4315a72ea4df9fe808a5efe374f12f24e2cd1 19-Sep-2013 Petr Machata <pmachata@redhat.com> Fix a comment typo
/external/ltrace/sysdeps/linux-gnu/hooks.c
33f0ca5350ccc9ded3a2bfa82a988e9bd640233f 07-Jan-2013 Petr Machata <pmachata@redhat.com> Streamline some os_get_config_dirs for GNU/Linux

- Extract strlen($HOME) computation out of if branches
- Replace stpcpy+strcpy with a clearer call to sprintf
/external/ltrace/sysdeps/linux-gnu/hooks.c
364753a1cfe46998946a42badd9099591a00325a 06-Dec-2012 Petr Machata <pmachata@redhat.com> New backend hook os_get_ltrace_conf_filename and Linux implementation
/external/ltrace/sysdeps/linux-gnu/hooks.c
414989183b268337a4f7e329237f3c1fd726d823 04-Dec-2012 Petr Machata <pmachata@redhat.com> Implement os_get_config_dirs for gnu-linux backend
/external/ltrace/sysdeps/linux-gnu/hooks.c