diff options
author | Arjun Shankar <arjun@redhat.com> | 2019-10-02 13:59:43 +0200 |
---|---|---|
committer | Arjun Shankar <ashankar@redhat.com> | 2019-10-02 14:01:24 +0200 |
commit | 21417aaa88fb0c32bf9af66d0a650f24d3859eec (patch) | |
tree | e7843ba0934afd9292bde1c7c487ebbdccdad873 /ChangeLog | |
parent | 69fd157a3dedf6c924c19738961083e80422258d (diff) | |
download | glibc-21417aaa88fb0c32bf9af66d0a650f24d3859eec.zip glibc-21417aaa88fb0c32bf9af66d0a650f24d3859eec.tar.gz glibc-21417aaa88fb0c32bf9af66d0a650f24d3859eec.tar.bz2 |
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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2019-10-02 Arjun Shankar <arjun@redhat.com> + + debugglibc.sh: Implement program arguments + * Makefile (debugglibc): Change variable definition. + 2019-10-01 Alistair Francis <alistair.francis@wdc.com> * time/bits/types/struct_timespec.h: Add padding for the timespec if |