[LLVMdev] Writing my own debugger... use __builtin_frame_address or is there something better?

Joerg Sonnenberger joerg at britannica.bec.de
Sun Jan 4 08:44:46 PST 2015


On Sun, Jan 04, 2015 at 03:02:30PM +0000, John Smith wrote:
> "all I need is the ability to get the current variables off the current
> function...

Finding the functions on the stack is easy. Finding which auto variables
are where is *much* harder.

Joerg



More information about the llvm-dev mailing list