HomeSort by relevance Sort by last modified time
    Searched refs:GDBSERVER (Results 1 - 2 of 2) sorted by null

  /external/v8/build/android/
adb_gdb 33 log "Killing background gdbserver process: $GDBSERVER_PID"
37 log "Removing target gdbserver binary: $TARGET_GDBSERVER."
90 GDBSERVER=
131 --gdbserver=*)
132 GDBSERVER=$optarg
255 - target gdbserver binary
276 Otherwise, the script will complain, but you can use the --gdbserver,
319 --attach-delay=<num> Seconds to wait for gdbserver to attach to the
327 --gdbserver=<file> Specify target gdbserver binary
    [all...]
  /frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp 52 #define GDBSERVER "gdbserver"
53 #define GDBSERVER_LEN (sizeof(GDBSERVER) - 1)
310 * an exception is made for entries whose name is "gdbserver".
324 // Do not specify a suffix to find both .so files and gdbserver.
350 // Exception: If we find the gdbserver binary, return it.
351 if (!strncmp(lastSlash + 1, GDBSERVER, GDBSERVER_LEN)) {

Completed in 2245 milliseconds