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
269
Otherwise, the script will complain, but you can use the --
gdbserver
,
315
--
gdbserver
=<file> Specify target
gdbserver
binary.
530
BINARY=$NDK_DIR/prebuilt/android-$ARCH/
gdbserver
/gdbserve
[
all
...]
/frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp
52
#define
GDBSERVER
"
gdbserver
"
53
#define GDBSERVER_LEN (sizeof(
GDBSERVER
) - 1)
284
* an exception is made for entries whose name is "
gdbserver
".
328
// Exception: If we find the
gdbserver
binary, return it.
329
if (!strncmp(lastSlash + 1,
GDBSERVER
, GDBSERVER_LEN)) {
Completed in 190 milliseconds