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
29
log "Killing background
gdbserver
process: $GDBSERVER_PID"
33
log "Removing target
gdbserver
binary: $TARGET_GDBSERVER."
88
GDBSERVER
=
121
--
gdbserver
=*)
122
GDBSERVER
=$optarg
233
- target
gdbserver
binary
241
the script will use it to find the gdb and
gdbserver
binaries. You can
260
Otherwise, the script will complain, but you can use the --
gdbserver
,
305
--
gdbserver
=<file> Specify targer
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 42 milliseconds