Home | History | Annotate | Download | only in Scripts

Lines Matching refs:gdbPath

1945         my $gdbPath = "/usr/bin/gdb";
1946 die "Can't find gdb executable. Is gdb installed?\n" unless -x $gdbPath;
1957 exec $gdbPath, @architectureFlags, $miniBrowserPath or die;
1985 my $gdbPath = "/usr/bin/gdb";
1986 die "Can't find gdb executable. Is gdb installed?\n" unless -x $gdbPath;
1996 exec $gdbPath, @architectureFlags, $webKitTestRunnerPath or die;