History log of /external/ltrace/filter.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1054c90aa71875610fda43365a8e74086eb2bd66 27-Sep-2012 Petr Machata <pmachata@redhat.com> filter_matches_library should loop all filters in a chain

At least that's what filter_matches_symbol does.
/external/ltrace/filter.c
a24021c5abfa8c2482e3224f14ac191cd0826a8f 25-Sep-2012 Petr Machata <pmachata@redhat.com> Extract enum callback_status to a separate module

Document the interface, refer to this documentation at declarations of
each_* functions.
/external/ltrace/filter.c
cc0e1e4b83d69441cc5f61ea87eda5458ee9fae3 25-Apr-2012 Petr Machata <pmachata@redhat.com> Replace some uses of error with fprintf

error is not standard so it has no business being used in generic code.
The linux-gnu back end is useful for android, and that doesn't have that
interface either.
/external/ltrace/filter.c
c631abfeeb063952f63533fd2c261567a297eeb1 23-Apr-2012 Petr Machata <pmachata@redhat.com> Filters should be in disjunctive relationship

As soon as one symbol is matched by one full filter, it's accepted. Filters
do not form intersection, but union. (At least I guess it's more intuitive
this way).
/external/ltrace/filter.c
0e44da35a9d783318f936cce8a4f81f18193ab23 23-Apr-2012 Petr Machata <pmachata@redhat.com> filter_add_rule adds to the end of the chain
/external/ltrace/filter.c
391318fb9b1f0f0f67b642309f5c9e94557f8568 19-Apr-2012 Petr Machata <pmachata@redhat.com> Fix filtering
/external/ltrace/filter.c
b5f80ac8982c40f79915ce1e1cb9bf8650ac5fe7 04-Apr-2012 Petr Machata <pmachata@redhat.com> Don't create PLT symbols that don't match filtering criteria

- instead of creating them, keeping them around, and then just not enabling
breakpoints for them
/external/ltrace/filter.c
35c8814db9e7d41811cc4620c1bda084f4ff4c7b 04-Apr-2012 Petr Machata <pmachata@redhat.com> Fix memory bugs
/external/ltrace/filter.c
0b55b5852b9fe2ed6cceada004db303fe6efe6ce 02-Apr-2012 Petr Machata <pmachata@redhat.com> Implement @MAIN, @/path/name -e selectors, make former default for now

- the default might become "*" in future, but keep things more or less
the same as they always were for now
/external/ltrace/filter.c
1bbfbc6c6a7b7706bf4e8bf152d7ffc28453c3bd 31-Mar-2012 Petr Machata <pmachata@redhat.com> Add glob.c/.h, filter.c/.h

- these should be useful when implementing filtering expressions
/external/ltrace/filter.c