[Gammaray-commits] [KDAB/GammaRay] 7150d1: Add program execution introspection API
Volker Krause
volker.krause at kdab.com
Fri Apr 21 11:01:32 CEST 2017
Branch: refs/heads/wip/dynamic-mo-support
Home: https://github.com/KDAB/GammaRay
Commit: 7150d10cec5ed06a206447118f91caa0cb51f459
https://github.com/KDAB/GammaRay/commit/7150d10cec5ed06a206447118f91caa0cb51f459
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: 9dbd95fe1133fc8300c58aa1a4750f8412d820c4
https://github.com/KDAB/GammaRay/commit/9dbd95fe1133fc8300c58aa1a4750f8412d820c4
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: 9ba545180c6a259f5ffd930449a2cbea1a62b6c2
https://github.com/KDAB/GammaRay/commit/9ba545180c6a259f5ffd930449a2cbea1a62b6c2
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/7150d10cec5e^...9ba545180c6a
More information about the Gammaray-commits
mailing list