History log of /external/ltrace/testsuite/ltrace.main/system_calls.exp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
81efcb04cd4e84ffd2c6ab851a2a10360956bd15 31-Jan-2014 Petr Machata <pmachata@apm-mustang-ev2-02.ml3.eng.bos.redhat.com> Rewrite system_calls.exp

- Port this to new style test case

- Be more clever about what syscalls were invoked from main,
as opposed to the multitude of calls that the dynamic linker
typically makes

- Allow some basic calls to come in XXXat variants (e.g. openat
instead of open), such is the case on aarch64.
/external/ltrace/testsuite/ltrace.main/system_calls.exp
5069ef8f498e5189de0789d79485f39b76c621d4 24-Oct-2013 Petr Machata <pmachata@redhat.com> Fix fetching of system call arguments on i386
/external/ltrace/testsuite/ltrace.main/system_calls.exp
82f748d1bc2b95d594327ad15f3a6908070dd5c3 23-Oct-2013 Petr Machata <pmachata@redhat.com> System calls are now part of dedicated symbol library

- This symbol library is still special in that symbols are created on
demand and never actually added. It just serves as a link to
protolibrary with system call prototypes, and has a name (SYS).

- Prototypes for system calls were moved to a dedicated prototype
library called syscalls.conf.

- Because it's undesirable to look up syscall prototypes in anything
but the dedicated syscall protolib, prototype.c/.h now understand
that some lookups shouldn't be done recursively (and so we never
pick the definition from -F file that just happens to have the same
name as a system call). The good thing is that now libraries can
actually use symbols named SYS_something without clashing with
system call prototypes.

- One test case needed to be updated, because we now display system
calls as something@SYS instead of SYS_something.
/external/ltrace/testsuite/ltrace.main/system_calls.exp
421cfb52e0153a8898f79331645832d93c2dde92 19-Nov-2010 Petr Machata <pmachata@redhat.com> On s390x, names of mmap, fstat and stat system calls are different
/external/ltrace/testsuite/ltrace.main/system_calls.exp
4627fc493db8459e6ef0597a4155a06b7d120d20 05-Nov-2010 Zachary T Welch <zwelch@codesourcery.com> Make test suite work for out-of-tree builds.

Use 'objdir' instead of 'srcdir' for building executables and saving
the .ltrace output files.

Signed-off-by: Zachary T Welch <zwelch@codesourcery.com>
/external/ltrace/testsuite/ltrace.main/system_calls.exp
98d884bfd78ea7a37f46515c6e9e3635a95d8cbc 14-Mar-2006 Paul Gilliam <pgilliam@us.ibm.com> Add a dejagnu-based testsuite.
/external/ltrace/testsuite/ltrace.main/system_calls.exp