Re: [PATCH] record: Use addr2line to link to the source code

2019-09-06 Thread Sebastian Huber
Using the native GNU "addr2line" tool delivers different results if I use the same input on Linux and MSYS2. So, this a approach is not really great. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189

[PATCH] record: Use addr2line to link to the source code

2019-09-06 Thread Sebastian Huber
Update #3665. --- trace/record/record-main-lttng.cc | 221 ++ trace/wscript | 12 ++- 2 files changed, 188 insertions(+), 45 deletions(-) diff --git a/trace/record/record-main-lttng.cc b/trace/record/record-main-lttng.cc index