[Gammaray-commits] [KDAB/GammaRay] f41193: Add class to represent a probe ABI, and to find a ...

Volker Krause volker.krause at kdab.com
Sat Mar 8 08:53:38 CET 2014


  Branch: refs/heads/probe-abi-detection
  Home:   https://github.com/KDAB/GammaRay
  Commit: f41193f7702d63da103606bc72a93bd48cfdd7f1
      https://github.com/KDAB/GammaRay/commit/f41193f7702d63da103606bc72a93bd48cfdd7f1
  Author: Volker Krause <volker.krause at kdab.com>
  Date:   2014-03-07 (Fri, 07 Mar 2014)

  Changed paths:
    M common/CMakeLists.txt
    A common/probeabi.cpp
    A common/probeabi.h
    M tests/CMakeLists.txt
    A tests/probeabitest.cpp

  Log Message:
  -----------
  Add class to represent a probe ABI, and to find a matching one.


  Commit: f73bfe1a14974ac19e68d4db927a31b7aa861242
      https://github.com/KDAB/GammaRay/commit/f73bfe1a14974ac19e68d4db927a31b7aa861242
  Author: Volker Krause <volker.krause at kdab.com>
  Date:   2014-03-07 (Fri, 07 Mar 2014)

  Changed paths:
    M common/CMakeLists.txt
    A common/probeabidetector.cpp
    A common/probeabidetector.h
    A common/probeabidetector_dummy.cpp
    A common/probeabidetector_elf.cpp
    A common/probeabidetector_mac.cpp
    A common/probeabidetector_win.cpp
    M tests/CMakeLists.txt
    A tests/probeabidetectortest.cpp

  Log Message:
  -----------
  Empty stub of the probe ABI detector.

Apart from the dummy implementation (which is functionally equivalent to
the current behavior), we can't actually detect anything yet though, on
any platform.


Compare: https://github.com/KDAB/GammaRay/compare/f41193f7702d^...f73bfe1a1497


More information about the Gammaray-commits mailing list