]> git.ipfire.org Git - thirdparty/glibc.git/commit - Makefile
Enable passing arguments to the inferior in debugglibc.sh
authorArjun Shankar <arjun@redhat.com>
Wed, 2 Oct 2019 11:59:43 +0000 (13:59 +0200)
committerArjun Shankar <ashankar@redhat.com>
Wed, 2 Oct 2019 12:01:24 +0000 (14:01 +0200)
commit21417aaa88fb0c32bf9af66d0a650f24d3859eec
treee7843ba0934afd9292bde1c7c487ebbdccdad873
parent69fd157a3dedf6c924c19738961083e80422258d
Enable passing arguments to the inferior in debugglibc.sh

This patch adds the ability to run debugglibc.sh's inferior program with
arguments specified on the command line. This enables convenient debugging
of non-testcase programs such as iconv/iconv_prog or other dynamically
linked programs. Program arguments may be passed using `--' as a separator.

For example:

  $ ./debugglibc.sh -b iconv -- iconv/iconv_prog -f ASCII -t UTF-8 input.txt
ChangeLog
Makefile