[PATCH] D53975: Start adding the supporting code to perform out-of-process allocator enumeration.
Kuba (Brecka) Mracek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 5 18:27:53 PST 2018
kubamracek added a comment.
In https://reviews.llvm.org/D53975#1288203, @krytarowski wrote:
> Is this out of process only to enumarate? Is there an option to support this through debugging interfaces and analysis of a program? I mean to inspect asanitized program from an external debugger(-like) program.
The goal of this patch is to exactly allow an external debugger-like program to analyze the heap. There's existing macOS tools (heap, leaks, malloc_history) that use the interface that we're trying to implement.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D53975
More information about the llvm-commits
mailing list