History log of /external/ltrace/testsuite/ltrace.minor/trace-clone.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0b5457a9e59978bcd2eb5240f54838910365a93c 05-Feb-2014 Petr Machata <pmachata@apm-mustang-ev2-02.ml3.eng.bos.redhat.com> Set child stack alignment in trace-clone.c

- This is important on aarch64, which requires 16-byte aligned
stack pointer. This might be relevant on other arches as well,
I suspect we just happened to get the 16-byte boundary in some
cases.
/external/ltrace/testsuite/ltrace.minor/trace-clone.c
cbe29c6c0ad01839a81272c4715ea73d17e89611 27-Sep-2011 Petr Machata <pmachata@redhat.com> Basic support for tracing vfork

- allow even individual tasks to have their event handlers. These are
called in precedence to the thread group event handlers.
- distinguish CLONE and VFORK events
- add methods for dynamic changes of leader
- add new process status ps_sleeping
/external/ltrace/testsuite/ltrace.minor/trace-clone.c
43d1de94c304f61f20d542a031bee907cd98c2e6 11-Aug-2011 Petr Machata <pmachata@redhat.com> Fix compilation
/external/ltrace/testsuite/ltrace.minor/trace-clone.c
63184be8c577f5799e44db2a4e312a8240ad7751 10-Dec-2008 Juan Cespedes <cespedes@debian.org> Patches from Anderson Lizardo and Riku Voipio to reach Debian version 0.5-3.1

* Add generic support for arm targets
* Save funtion arguments on arm
* Add thumb instruction support
* Add basic arm/eabi support
* fix exec() testcase cleanup
* fix memory corruption in clone() test
* fix tracing child with "-p" option
/external/ltrace/testsuite/ltrace.minor/trace-clone.c
aee093126654f722523b47848a0c5449e39cf4bb 31-Aug-2007 Juan Cespedes <cespedes@debian.org> Some random fixes

* General: Small fixes (indentation, typos, clean-up of code)
* ltrace.c: Close output file on exit
* ltrace.c: use getenf("HOME") instead of getpwuid(geteuid())->pw_dir
* read_config_file.c, display_args.c: remove "ignore" argtype;
that's what "void" is for
* packaging/debian/: misc fixes, sync with version 0.5-1
* etc/ltrace.conf: added more system calls
* testsuite/ltrace.minor/trace-clone.c: sleep(1) to avoid earlier
termination of process
* sysdeps/linux-gnu/trace.c: trace_pid(): reverted Petr's patch
to wait for child to stop, as it stopped following clone()
* process_event.c: Disable breakpoints before doing fork() (again!),
to make children work as expected
/external/ltrace/testsuite/ltrace.minor/trace-clone.c
c93af498204f36700a95d2b67574f7234bbed98e 16-Mar-2006 Paul Gilliam <pgilliam@us.ibm.com> use __clone2() for ia64 clone test
/external/ltrace/testsuite/ltrace.minor/trace-clone.c
98d884bfd78ea7a37f46515c6e9e3635a95d8cbc 14-Mar-2006 Paul Gilliam <pgilliam@us.ibm.com> Add a dejagnu-based testsuite.
/external/ltrace/testsuite/ltrace.minor/trace-clone.c