This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prototype showing variables in memory view
This patch makes it so we hightlight the local variables of the current frame in the memory view. The idea is simple, we get the size and address of all locals of the current frame through GDB (sizeof(foo) and &foo). If the bytes backing these variables are in the scope of the memory view, we highlight them with a different color for each variable. Signed-off-by: Simon Marchi <[email protected]> Signed-off-by: Paul Maréchal <[email protected]>
- Loading branch information