Relative Content

Tag Archive for parsingheaderlldb

import many header files from project into lldb

I would like to know if there is an option to import many header files (C++ headers) into lldb. My goal is to be able to parse addresses as structs/objects, for example:
p *(some_struct *)<some_address