2 Jun 2008 03:53
Re: debuginfo path
Wenji Huang <wenji.huang <at> oracle.com>
2008-06-02 01:53:24 GMT
2008-06-02 01:53:24 GMT
Srinivasa DS wrote:
> Wenji Huang wrote:
>> Hi,
>>
>> The commit 921d61030221bc5ff27f8d63d3fa30e93f659484 made the debuginfo
>> path could be specified with absolute path.
>>
>> But one question, How about relative path, which it will begin with?
>
> No, one has set SYSTEMTAP_DEBUGINFO_PATH to absolute path, If this env
> variable is not set, behaviour of systemtap will remain same as before.
> (like searching vmlinux in /boot,/lib/modules/`uname -r` etc).
I means that if we can specify it in relative path,not begin with "/" ?
For example:
SYSTEMTAP_DEBUGINFO_PATH=build
Seems currently not supported.
>
>>
>> And the update in debugpath.exp
>>
>> [...]
>> set test "debugpath-good"
>>
>> -spawn env SYSTEMTAP_DEBUGINFO_PATH=:/usr/lib/debug:build stap -e
>> "probe kernel.function(\"sys_open\") {}" -p2
>>
(Continue reading)
RSS Feed