Re: [lldb-dev] Symbolicate user processes when kernel debugging

2016-06-22 Thread John Otter via lldb-dev
the process will set itself up correctly if the GDB server is > responding to all the right questions. > > So check around and make sure this isn't already checked into the code. > > Greg Clayton >> On Jun 16, 2016, at 1:38 AM, John Otter via lldb-dev >> wrote: &g

[lldb-dev] Symbolicate user processes when kernel debugging

2016-06-16 Thread John Otter via lldb-dev
I'm using lldb to debug the OS X kernel, and it works great. I would like to have more flexibility in analysing user programs while debugging the kernel itself, and specifically symbolicate the code of the user programs. For example I often use the command showthreaduserstack defined here http://o