Index: ChangeLog

2005-01-14  Andrew Cagney  <cagney@gnu.org>

	* varobj.c (varobj_create): Add missing \n.

Index: testsuite/ChangeLog
2005-01-14  Andrew Cagney  <cagney@gnu.org>

	* gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
	* gdb.mi/mi2-var-cmd.exp: Ditto.
This commit is contained in:
Andrew Cagney 2005-01-14 18:17:20 +00:00
parent 4e18e2de1e
commit bc8332bb44
5 changed files with 19 additions and 7 deletions

View file

@ -1,5 +1,6 @@
/* Implementation of the GDB variable objects API.
Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
Copyright 1999, 2000, 2001, 2005 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -472,8 +473,8 @@ varobj_create (char *objname,
if (var->root->exp->elts[0].opcode == OP_TYPE)
{
do_cleanups (old_chain);
fprintf_unfiltered (gdb_stderr,
"Attempt to use a type name as an expression.");
fprintf_unfiltered (gdb_stderr, "Attempt to use a type name"
" as an expression.\n");
return NULL;
}