Re: Symbol debugging support for kernel modules in crash dumps

2020-05-02 Thread Christos Zoulas
In article <20200501233413.291a717f...@rebar.astron.com>, Christos Zoulas wrote: > >Hi, > >I just added symbol debugging support for modules in kernel dumps. >Things are not perfect because of what I call "current thread >confusion" in the kvm target, but as you see in the following >session it

Re: Symbol debugging support for kernel modules in crash dumps

2020-05-01 Thread Paul Goyette
Very cool! On Fri, 1 May 2020, Christos Zoulas wrote: Hi, I just added symbol debugging support for modules in kernel dumps. Things are not perfect because of what I call "current thread confusion" in the kvm target, but as you see in the following session it works just fine if you follow

Re: Symbol debugging support for kernel modules in crash dumps

2020-05-01 Thread David Young
Fantastic! Thanks. Dave Spilling kerrectud by iPhone > On May 1, 2020, at 6:34 PM, Christos Zoulas wrote: > > > Hi, > > I just added symbol debugging support for modules in kernel dumps. > Things are not perfect because of what I call "current thread > confusion" in the kvm target, but as

Symbol debugging support for kernel modules in crash dumps

2020-05-01 Thread Christos Zoulas
Hi, I just added symbol debugging support for modules in kernel dumps. Things are not perfect because of what I call "current thread confusion" in the kvm target, but as you see in the following session it works just fine if you follow the right steps. First of all you need a build from HEAD