Displaying 1 result from an estimated 1 matches for "73ce0666".
2015 Jan 04
4
[LLVMdev] Writing my own debugger... use __builtin_frame_address or is there something better?
>
> On 4 Jan 2015, at 16:44, Joerg Sonnenberger <joerg at britannica.bec.de> wrote:
>
> 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.
That