Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Prototype showing variables in memory view
Browse files Browse the repository at this point in the history
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
paul-marechal committed Apr 10, 2019
1 parent b3ef60f commit dbcf20a
Show file tree
Hide file tree
Showing 2 changed files with 214 additions and 73 deletions.
Loading

0 comments on commit dbcf20a

Please sign in to comment.