[Gammaray-commits] [KDAB/GammaRay] d18025: Add program execution introspection API

Volker Krause volker.krause at kdab.com
Fri Apr 21 11:26:10 CEST 2017


  Branch: refs/heads/wip/dynamic-mo-support
  Home:   https://github.com/KDAB/GammaRay
  Commit: d1802569ccc432f6b716ca931f392d793bd032cc
      https://github.com/KDAB/GammaRay/commit/d1802569ccc432f6b716ca931f392d793bd032cc
  Author: Volker Krause <volker.krause at kdab.com>
  Date:   2017-04-21 (Fri, 21 Apr 2017)

  Changed paths:
    M core/CMakeLists.txt
    A core/execution.cpp
    A core/execution.h
    M tests/CMakeLists.txt
    A tests/executiontest.cpp

  Log Message:
  -----------
  Add program execution introspection API

So far this only supports checking for read only data section pointers,
longer term this is also where we should consolidate the various backtrace
implementations.


  Commit: 9c906c22a5bb3f39d1a5ae1764a2cad77764884e
      https://github.com/KDAB/GammaRay/commit/9c906c22a5bb3f39d1a5ae1764a2cad77764884e
  Author: Volker Krause <volker.krause at kdab.com>
  Date:   2017-04-21 (Fri, 21 Apr 2017)

  Changed paths:
    M core/metaobjectregistry.cpp
    M core/metaobjectregistry.h

  Log Message:
  -----------
  Don't consider static meta objects without instances invalid

These can only become invalid by DLL unloading.


  Commit: 430e58c439f29f07cd414d580484701558309839
      https://github.com/KDAB/GammaRay/commit/430e58c439f29f07cd414d580484701558309839
  Author: Volker Krause <volker.krause at kdab.com>
  Date:   2017-04-21 (Fri, 21 Apr 2017)

  Changed paths:
    M CMakeLists.txt
    M common/CMakeLists.txt
    M core/CMakeLists.txt
    M launcher/core/CMakeLists.txt
    M probe/CMakeLists.txt
    M tests/CMakeLists.txt

  Log Message:
  -----------
  Clean up dl linking


Compare: https://github.com/KDAB/GammaRay/compare/eac7985b77bd...430e58c439f2


More information about the Gammaray-commits mailing list