History log of /external/libunwind/tests/test-proc-info.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6b55e0ab51eee7dbea679fda2b37ecf61f0025e5 19-Sep-2012 Tommi Rantala <tt.rantala@gmail.com> Use `UNUSED' in tests
/external/libunwind/tests/test-proc-info.c
0d7738ed4f7dae1b6b77d1a4dd25c5ea765de81f 17-Sep-2012 Tommi Rantala <tt.rantala@gmail.com> Cleanup dynamically allocated memory before exit in tests

Cleanup dynamically allocated memory before exit in tests in a few
places where missing. While such cleanups right before exit do not
usually make much sense (as the operating system would cleanup anyway,
so manual cleanups only burn CPU cycles), we will want to catch any
potential problems in libunwind related to the cleanups. This also stops
valgrind complaining about unreleased memory.
/external/libunwind/tests/test-proc-info.c
f42a8de0fa4b99c04e38a35bb5fd48a1ba9188b8 02-Aug-2012 Tommi Rantala <tt.rantala@gmail.com> Annotate unused parameters in tests

Compiling the tests with -Wextra results to lots of warnings for unused
parameters. Annotate these cases with the `unused' attribute to avoid
the warnings.
/external/libunwind/tests/test-proc-info.c
f89fb17695e8137a5f4e23570bf9f53374186c96 03-Oct-2011 Arun <asharma@fb.com> Fix incorrect calls to memset.

Found when compiling libunwind with clang.

Signed-off-by: Paul Pluzhnikov <ppluzhnikov@google.com>
/external/libunwind/tests/test-proc-info.c
6ef1640a5f43bc84e6f7953e522a9e5eb3db4e64 03-May-2005 mostang.com!davidm <mostang.com!davidm> (main): Fix a typo in the argument-checking code.

(Logical change 1.290)
/external/libunwind/tests/test-proc-info.c
3ff119aa1d534defe8d9378f3fd266d0bea10e04 23-Apr-2004 hp.com!davidm <hp.com!davidm> (put_unwind_info): New function.
(resume): Likewise.
(nop): Remove.
(main): Don't cast function pointer to different prototypes. That's apparently
not allowed. icc v8.0 complains about it and GCC 3.5 will actually
generate crashing code when this is done. Talk about terminated with
extreme prejudice!

(Logical change 1.213)
/external/libunwind/tests/test-proc-info.c
2eec12620187b1198a5ae5b4779b6300a6863595 19-Sep-2003 mostang.com!davidm <mostang.com!davidm> Add copyright message.

(Logical change 1.97)
/external/libunwind/tests/test-proc-info.c
9339de49da0ec6ddb1e195db70717344e498a000 18-Sep-2003 mostang.com!davidm <mostang.com!davidm> (Logical change 1.95)
/external/libunwind/tests/test-proc-info.c
b36317df37eb35907dceeb345c78d27f30c5181e 18-Sep-2003 mostang.com!davidm <mostang.com!davidm> Initial revision
/external/libunwind/tests/test-proc-info.c