1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

update comment

This commit is contained in:
Benoit Jacob 2020-11-19 22:20:46 -05:00
parent 33b08b3160
commit 7723ee047c

View File

@ -2924,7 +2924,7 @@ void Profiler::HandleSymbolQuery( uint64_t symbol )
*/
// See https://github.com/wolfpld/tracy/issues/125 .
// To work around this, we parse /proc/self/maps and we use mprotect to set read permissions
// on any mappings that are touched by address ranges that HandleSymbolCodeQuery needs to read.
// on any mappings that contain symbols addresses hit by HandleSymbolCodeQuery.
namespace {
// Holds some information about a single memory mapping.