+2008-12-04 Doug Evans <dje@google.com>
+
+ * gdb.server/ext-run.exp: Relax regexp for init program.
+
2008-12-03 Tristan Gingold <gingold@adacore.com>
* gdb.base/macscp.exp: Generate an object file during compilation
if { [istarget *-*-linux*] } {
# On Linux, gdbserver can also report the list of processes.
- gdb_test "info os processes" ".*pid +user +command.*1 +root +/sbin/init.*" "get process list"
+ gdb_test "info os processes" ".*pid +user +command.*1 +root +\[/a-z\]*init.*" "get process list"
}
gdb_test "kill" "" "kill" "Kill the program being debugged.*" "y"