mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-15 08:08:55 +00:00
gdb/testsuite/
* gdb.server/ext-run.exp (get process list): Accept also systemd as PID 1.
This commit is contained in:
parent
65fc367bc7
commit
1820ab4711
@ -1,3 +1,8 @@
|
||||
2011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* gdb.server/ext-run.exp (get process list): Accept also systemd
|
||||
as PID 1.
|
||||
|
||||
2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
|
@ -55,7 +55,7 @@ if { [istarget *-*-linux*] } {
|
||||
# This is done in a way to avoid the timeout that can occur from
|
||||
# applying .* regexp to large output.
|
||||
gdb_test_sequence "info os processes" "get process list" \
|
||||
{ "pid +user +command" "1 +root +\[/a-z\]*init" }
|
||||
{ "pid +user +command" "1 +root +\[/a-z\]*(init|systemd)" }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user