Re: [RFC] libdw: prepend current directory in read_srclines

2017-05-05 Thread Mark Wielaard
Hi Torsten, On Wed, 2017-05-03 at 22:34 +0200, Torsten Polle wrote: > I compile the simple program relative.c: > > int main() > { > return 0; > } > > with the command "gcc -g ../2017-05-03-elfutils/relative.c -o relative“. > > When I run systemtap with the command > /opt/tooling/adit/systemta

Re: [RFC] libdw: prepend current directory in read_srclines

2017-05-03 Thread Torsten Polle
Hi Mark, > Am 29.03.2017 um 22:15 schrieb Torsten Polle : > > Hi Mark, > >> Am 27.03.2017 um 22:45 schrieb Mark Wielaard : >> >> Hi Torsten, >> >> On Sun, Mar 26, 2017 at 08:35:50PM +0200, Torsten Polle wrote: >>> I observed that readelf and elfutils sometimes report different results. >> >>

Re: [RFC] libdw: prepend current directory in read_srclines

2017-03-29 Thread Torsten Polle
Hi Mark, > Am 27.03.2017 um 22:45 schrieb Mark Wielaard : > > Hi Torsten, > > On Sun, Mar 26, 2017 at 08:35:50PM +0200, Torsten Polle wrote: >> I observed that readelf and elfutils sometimes report different results. > > Do you have an example of this? It would be good to have a testcase. > >>

Re: [RFC] libdw: prepend current directory in read_srclines

2017-03-27 Thread Mark Wielaard
Hi Torsten, On Sun, Mar 26, 2017 at 08:35:50PM +0200, Torsten Polle wrote: > I observed that readelf and elfutils sometimes report different results. Do you have an example of this? It would be good to have a testcase. > PFA a patch that corrects this. I’m not sure whether the way I tackled > th

[RFC] libdw: prepend current directory in read_srclines

2017-03-26 Thread Torsten Polle
Hi, I observed that readelf and elfutils sometimes report different results. PFA a patch that corrects this. I’m not sure whether the way I tackled the problem is acceptable. Kind Regards, Torsten 0001-libdw-prepend-current-directory-in-read_srclines.patch Description: Binary data