[ltrace-commits] branch master updated (6c6bcc3 -> e809229)

Petr Machata pmachata-guest at moszumanska.debian.org
Wed Sep 3 10:27:55 UTC 2014


This is an automated email from the git hooks/post-receive script.

pmachata-guest pushed a change to branch master
in repository ltrace.

      from  6c6bcc3   Compilation fixes
      adds  1a08063   added debugging functions to dump the protolib, symbols
      adds  2f97352   test suite now infers language and standard from file extension
      adds  8b4bc44   Don't pass "c++" option explicitly to test cases now that it's deduced
      adds  b9500ec   Test suite for the DWARF functionality
      adds  3eaba10   Fixed bug where an aliased symbol was breaking DWARF filtering
      adds  541603d   added test for the DWARF aliased-symbol fix
       new  e809229   whitespace tweak to DWARF test suite entry:

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 dwarf_prototypes.c                      |  37 +++++++-
 library.c                               |  28 ++++++
 library.h                               |   5 ++
 prototype.c                             |  13 +++
 prototype.h                             |   3 +
 testsuite/lib/ltrace.exp                |  14 +++
 testsuite/ltrace.main/Makefile.am       |   7 +-
 testsuite/ltrace.main/dwarf.c           |  56 ++++++++++++
 testsuite/ltrace.main/dwarf.conf        |   5 ++
 testsuite/ltrace.main/dwarf.exp         | 154 ++++++++++++++++++++++++++++++++
 testsuite/ltrace.main/dwarflib.c        |  80 +++++++++++++++++
 testsuite/ltrace.main/dwarflib.h        |  56 ++++++++++++
 testsuite/ltrace.main/dwarflib_cxx.cc11 |  21 +++++
 testsuite/ltrace.main/dwarflib_cxx.hh   |  10 +++
 testsuite/ltrace.minor/demangle.exp     |   2 +-
 testsuite/ltrace.minor/libdl-simple.exp |   2 +-
 16 files changed, 485 insertions(+), 8 deletions(-)
 create mode 100644 testsuite/ltrace.main/dwarf.c
 create mode 100644 testsuite/ltrace.main/dwarf.conf
 create mode 100644 testsuite/ltrace.main/dwarf.exp
 create mode 100644 testsuite/ltrace.main/dwarflib.c
 create mode 100644 testsuite/ltrace.main/dwarflib.h
 create mode 100644 testsuite/ltrace.main/dwarflib_cxx.cc11
 create mode 100644 testsuite/ltrace.main/dwarflib_cxx.hh

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/ltrace.git



More information about the ltrace-commits mailing list