From: Paul Woegerer Date: Tue, 25 Feb 2014 09:47:00 +0000 (+0100) Subject: Fix: Dump executable base-address with readlink X-Git-Tag: v2.4.0~11 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=6d0c2f84f1ec7f09ecfc2da1bb6145c0b7b71e26;hp=6d0c2f84f1ec7f09ecfc2da1bb6145c0b7b71e26;p=lttng-ust.git Fix: Dump executable base-address with readlink The previous approach only worked if the traced executable was invoked via its fully qualified path. Using readlink to determine the full qualified path of the traced executable works reliably even when the traced executable is started via PATH lookup. Signed-off-by: Paul Woegerer Signed-off-by: Mathieu Desnoyers ---