| commit | 63184be8c577f5799e44db2a4e312a8240ad7751 | [log] [tgz] |
|---|---|---|
| author | Juan Cespedes <cespedes@debian.org> | Wed Dec 10 13:30:12 2008 +0100 |
| committer | Juan Cespedes <cespedes@debian.org> | Wed Dec 10 13:30:12 2008 +0100 |
| tree | b3a6c9846e32b3f5d699941b5787f25240cbe87d | |
| parent | 9c32e6f584737e5d3d7ece187e61d8ffd1da6e59 [diff] [blame] |
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
diff --git a/ltrace.c b/ltrace.c index 3a5f9aa..8ba1347 100644 --- a/ltrace.c +++ b/ltrace.c
@@ -77,6 +77,7 @@ } if (opt_o) { fclose(output); + opt_o = 0; } }