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

Volker Krause volker.krause at kdab.com
Fri Apr 21 11:31:48 CEST 2017


  Branch: refs/heads/wip/dynamic-mo-support
  Home:   https://github.com/KDAB/GammaRay
  Commit: f7b7e621d5a1ee32226ff2a78b1d5e632f9eb164
      https://github.com/KDAB/GammaRay/commit/f7b7e621d5a1ee32226ff2a78b1d5e632f9eb164
  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: 69e6561dd0ff7eea312e5fd51ad57b8f7602b68c
      https://github.com/KDAB/GammaRay/commit/69e6561dd0ff7eea312e5fd51ad57b8f7602b68c
  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: 3c88feaa3ef921cf9b8e678c4148ce0c4bada7e6
      https://github.com/KDAB/GammaRay/commit/3c88feaa3ef921cf9b8e678c4148ce0c4bada7e6
  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/430e58c439f2...3c88feaa3ef9


More information about the Gammaray-commits mailing list