aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorArjun Shankar <arjun@redhat.com>2019-10-02 13:59:43 +0200
committerArjun Shankar <ashankar@redhat.com>2019-10-02 14:01:24 +0200
commit21417aaa88fb0c32bf9af66d0a650f24d3859eec (patch)
treee7843ba0934afd9292bde1c7c487ebbdccdad873 /ChangeLog
parent69fd157a3dedf6c924c19738961083e80422258d (diff)
downloadglibc-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 23dc785..4d81d56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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