From e4a493abc91398b20324f9751ea23bae4b6f9572 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 13 Jul 2007 12:22:34 +0000 Subject: Add ltrace (and libelf) utilities. Marked as BROKEN for others to debug that if they need it. --- tools/addToolVersion.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/addToolVersion.sh b/tools/addToolVersion.sh index 941a4867..08b3bb9b 100755 --- a/tools/addToolVersion.sh +++ b/tools/addToolVersion.sh @@ -8,7 +8,7 @@ doHelp() { Usage: ${myname} [option] 'tool' in one of: --gcc, --binutils, --glibc, --uClibc, --linux, - --gdb, --dmalloc, --duma, --strace + --gdb, --dmalloc, --duma, --strace, --ltrace, --libelf Valid options for all tools: --experimental, -x @@ -57,6 +57,8 @@ while [ $i -le $# ]; do --dmalloc) cat=DMALLOC; tool=dmalloc; tool_prefix=debug/ tool_suffix=;; --duma) cat=DUMA; tool=duma; tool_prefix=debug/ tool_suffix=;; --strace) cat=STRACE; tool=strace; tool_prefix=debug/ tool_suffix=;; + --ltrace) cat=LTRACE; tool=ltrace; tool_prefix=debug/ tool_suffix=;; + --libelf) cat=LIBELF; tool=libelf; tool_prefix=tools/ tool_suffix=;; # Tools options: -x|--experimental) EXP=1; OBS=;; -o|--obsolete) OBS=1; EXP=;; -- cgit v1.2.3