Skip to content

LLDB script for identifying pointers to local variables

Notifications You must be signed in to change notification settings

kuksag/jetbrains-ptr-visualise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JetBrains: Pointer Visualise

Describe pointee location during debug session: specify thread, frame and possible object-candidates

Use

(lldb) command script import script.py
(lldb) tp <pointer> # Get info about <pointer>
(lldb) vp # tp for all pointers in the current frame

Tests

  1. Fork LLVM repo
  2. Run tests from lldb/test/API