OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gdbPath
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Tools/Scripts/
gdb-safari
42
my $
gdbPath
= "/usr/bin/gdb";
43
die "Can't find gdb executable. Is gdb installed?\n" unless -x $
gdbPath
;
53
exec $
gdbPath
, @architectureFlags, "--arg", $safariPath, @ARGV or die;
webkitdirs.pm
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkDebuggerTab.java
206
String
gdbPath
= fd.open();
207
if (
gdbPath
!= null) {
208
mGdbPathText.setText(
gdbPath
);
209
sLastGdbPath = new File(
gdbPath
).getParent();
Completed in 85 milliseconds