Re: Futher clarification of Kernel source map
Re: Futher clarification of Kernel source map
- Subject: Re: Futher clarification of Kernel source map
- From: Brian Bechtel <email@hidden>
- Date: Thu, 19 May 2016 08:59:10 -0700
You don't really give enough information to provide anything other than general guidance.
Figure out what lldb thinks is the path it's using from the dSYM.
For an arbitrary frame, such as
li * 0xffffff8010e53ee0
This should return a path. Then tell lldb to replace that path with a path to your source, e.g.
settings append target.source-map /path/not/to/binary/but/to/source /Users/psinha/xnu_srcs/xnu-2782.10.72/bsd/netinet/
and note that the second path needs to be absolute, i.e. /Users, not Users.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden