OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GDBSERVER
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/build/android/
adb_gdb
34
log "Killing background
gdbserver
process: $GDBSERVER_PID"
38
log "Removing target
gdbserver
binary: $TARGET_GDBSERVER."
93
GDBSERVER
=
126
--
gdbserver
=*)
127
GDBSERVER
=$optarg
244
- target
gdbserver
binary
252
the script will use it to find the gdb and
gdbserver
binaries. You can
274
Otherwise, the script will complain, but you can use the --
gdbserver
,
320
--
gdbserver
=<file> Specify target
gdbserver
binary
[
all
...]
/frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp
46
#define
GDBSERVER
"
gdbserver
"
47
#define GDBSERVER_LEN (sizeof(
GDBSERVER
) - 1)
347
|| !strncmp(lastSlash + 1,
GDBSERVER
, GDBSERVER_LEN)) {
Completed in 710 milliseconds