diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2006-06-13 08:55:22 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2006-06-13 08:55:22 +0000 |
commit | 5600ea19e0ff645c85a8719648655c2e7b2e4717 (patch) | |
tree | 606de62b7a27178ba351bec8d579244edb0c0ac1 /gdb/testsuite/ChangeLog | |
parent | e1c2defab5219dd0aa2a64d865e78d9ac736d0ac (diff) | |
download | binutils-gdb-5600ea19e0ff645c85a8719648655c2e7b2e4717.tar.gz |
gdb/
* remote-file.io.c (remote_fileio_func_system): Treat zero length
string as NULL. Adjust for NULL pointer argument.
* doc/gdb.texinfo (system): Document behaviour with zero length
string.
gdb/testsuite/
* gdb.base/fileio.c: Add system(NULL) test.
* gdb.base/fileio.exp: Check it.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 7695bca6f1e..4e4fb35bc9d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2006-06-13 Nathan Sidwell <nathan@codesourcery.com> + * gdb.base/fileio.c: Add system(NULL) test. + * gdb.base/fileio.exp: Check it. + * gdb.base/break.c: Add 10a breakpoint at } * gdb.base/break.exp: Add test for breakpoint at } * gdb.cp/anon-union.cc: Add code at end of function. |