Re: [PATCH] scripts/gdb: Add automatic path expansion when loading modules

2016-06-08 Thread Jan Kiszka
On 2016-06-08 12:09, Nikolay Borisov wrote: > > > On 06/08/2016 12:35 PM, Jan Kiszka wrote: >> On 2016-06-07 23:26, Nikolay Borisov wrote: >>> Python doesn't do automatic expansion of paths. In case one passes >>> path of the from ~/foo/bar the gdb scripts won't automatically expand >>> that and

Re: [PATCH] scripts/gdb: Add automatic path expansion when loading modules

2016-06-08 Thread Nikolay Borisov
On 06/08/2016 12:35 PM, Jan Kiszka wrote: > On 2016-06-07 23:26, Nikolay Borisov wrote: >> Python doesn't do automatic expansion of paths. In case one passes >> path of the from ~/foo/bar the gdb scripts won't automatically expand >> that and as a result the symbols files won't be loaded. Fix thi

Re: [PATCH] scripts/gdb: Add automatic path expansion when loading modules

2016-06-08 Thread Jan Kiszka
On 2016-06-07 23:26, Nikolay Borisov wrote: > Python doesn't do automatic expansion of paths. In case one passes > path of the from ~/foo/bar the gdb scripts won't automatically expand > that and as a result the symbols files won't be loaded. Fix this > by explicitly expanding all paths which begin