[Gammaray-commits] [KDAB/GammaRay] 5607a4: Add program execution introspection API
Volker Krause
volker.krause at kdab.com
Fri Apr 21 11:13:00 CEST 2017
Branch: refs/heads/wip/dynamic-mo-support
Home: https://github.com/KDAB/GammaRay
Commit: 5607a4ba3fd01bc401c94da009067588e0e5c98b
https://github.com/KDAB/GammaRay/commit/5607a4ba3fd01bc401c94da009067588e0e5c98b
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: a809d2cecdc81242ca4ad8c0bc7ec5cd068285a3
https://github.com/KDAB/GammaRay/commit/a809d2cecdc81242ca4ad8c0bc7ec5cd068285a3
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: eac7985b77bd85d9bb1753f0eecfdde2ccbf1214
https://github.com/KDAB/GammaRay/commit/eac7985b77bd85d9bb1753f0eecfdde2ccbf1214
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/9ba545180c6a...eac7985b77bd
More information about the Gammaray-commits
mailing list