mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-03 23:56:39 +00:00
* gdb.server/ext-run.exp: Relax regexp for init program.
This commit is contained in:
parent
87bdc95928
commit
2d476de178
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
@ -46,7 +46,7 @@ gdb_test "run" "Breakpoint.* main .*" "continue to main"
|
||||
|
||||
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user