[SATYR PATCH 0/3] Implement bthashes

Martin Milata mmilata at redhat.com
Wed Jun 26 14:13:50 UTC 2013


Related to https://github.com/abrt/satyr/issues/66, duphash implementation will
follow.

Martin Milata (3):
  Higher-level function for SHA1 hashes in hex encoding
  Implement bthashes
  python: bindings for bthash

 include/stacktrace.h        | 22 ++++++++++++++++++
 lib/core_fingerprint.c      | 10 +-------
 lib/core_frame.c            | 23 +++++++++++++++++++
 lib/core_stacktrace.c       | 15 ++++++++++++
 lib/core_thread.c           |  3 +++
 lib/gdb_frame.c             | 24 +++++++++++++++++++
 lib/gdb_stacktrace.c        | 21 +++++++++++++++++
 lib/gdb_thread.c            | 14 ++++++++++++
 lib/generic_frame.c         |  9 ++++++++
 lib/generic_frame.h         |  9 ++++++++
 lib/generic_stacktrace.c    | 43 ++++++++++++++++++++++++++++++++++
 lib/generic_stacktrace.h    |  4 ++++
 lib/generic_thread.c        | 16 +++++++++++++
 lib/generic_thread.h        | 14 ++++++++++++
 lib/internal_utils.h        |  3 +++
 lib/java_frame.c            | 22 ++++++++++++++++++
 lib/java_stacktrace.c       |  9 ++++++++
 lib/java_thread.c           | 13 +++++++++++
 lib/koops_frame.c           | 27 ++++++++++++++++++++++
 lib/koops_stacktrace.c      | 34 +++++++++++++++++++++++++++
 lib/python_frame.c          | 21 +++++++++++++++++
 lib/python_stacktrace.c     | 16 +++++++++++++
 lib/sha1.c                  | 16 +++++++++++++
 lib/sha1.h                  |  5 ++++
 python/py_base_stacktrace.c | 56 +++++++++++++++++++++++++++++++++++++++++++++
 python/py_base_stacktrace.h |  2 ++
 python/py_module.c          |  4 ++++
 tests/python/gdb.py         |  3 +++
 tests/python/java.py        |  2 ++
 tests/python/koops.py       |  3 +++
 tests/python/python.py      |  3 +++
 31 files changed, 457 insertions(+), 9 deletions(-)

-- 
1.7.11.7



More information about the Crash-catcher mailing list