* gdb.base/attach.exp: Add new message from ptrace in case of
attaching to nonexistent process.
+2003-04-14 Elena Zannoni <ezannoni@redhat.com>
+
+ * gdb.base/attach.exp: Add new message from ptrace in case of
+ attaching to nonexistent process.
+
2003-04-11 Jim Blandy <jimb@redhat.com>
* gdb.c++/derivation.exp, gdb.c++/overload.exp,
}
-re "Attaching to.*, process 0.*denied.*$gdb_prompt $"\
{pass "attach to nonexistent process is prohibited"}
+ -re "Attaching to.*, process 0.*Operation not permitted.*$gdb_prompt $"\
+ {pass "attach to nonexistent process is prohibited"}
-re "Attaching to.*, process .*couldn't open /proc file.*$gdb_prompt $"\
{
# Response expected from /proc-based systems.