OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:grpgdb
(Results
1 - 1
of
1
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkDebuggerTab.java
72
Group
grpGdb
= new Group(comp, SWT.NONE);
73
grpGdb
.setText("Launch Options");
74
grpGdb
.setLayout(new GridLayout(3, false));
75
grpGdb
.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
77
Label lblDebugger = new Label(
grpGdb
, SWT.NONE);
81
mGdbPathText = new Text(
grpGdb
, SWT.BORDER);
84
final Button btnBrowseGdb = new Button(
grpGdb
, SWT.NONE);
87
Label lblNewLabel = new Label(
grpGdb
, SWT.NONE);
91
mGdbInitPathText = new Text(
grpGdb
, SWT.BORDER);
94
final Button btnBrowseGdbInit = new Button(
grpGdb
, SWT.NONE)
[
all
...]
Completed in 222 milliseconds