HomeSort by relevance Sort by last modified time
    Searched full:gdbserver (Results 76 - 100 of 135) sorted by null

1 2 34 5 6

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/build/
ApkBuilder.java 469 * will also include one or more copies of gdbserver in the final APK file.
471 * These are used for debugging native code, to ensure that gdbserver is accessible to the
474 * There will be one version of gdbserver for each ABI supported by the application.
636 * This may or may not copy gdbserver into the apk based on whether the debug mode is set.
674 // are gdbserver executables
748 // are gdbserver executables
    [all...]
  /external/qemu/
qemu-monitor.hx 220 { "gdbserver", "s?", do_gdbserver,
221 "[device]", "start gdbserver on given device (default 'tcp::1234'), stop with 'none'", },
223 @item gdbserver [@var{port}]
224 Start gdbserver session (default @var{port}=1234)
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/
build-toolchain.sh 48 PREBUILT_GDB_DIR=prebuilt/android-$ARCH/gdbserver
  /system/core/run-as/
run-as.c 77 * - Run the 'gdbserver' binary executable to allow native debugging
  /ndk/build/tools/
DEV-SCRIPTS-USAGE.TXT 73 that is linked into the prebuilt target gdbserver binary. Note that two
368 III.2.: Generation of gdbserver:
371 A target-specific 'gdbserver' binary is required. This is a small program
376 The prebuilt binary is placed under $NDK/toolchains/$NAME/prebuilt/gdbserver
377 in the final NDK installation. You can generate with 'build-gdbserver.sh' and
make-standalone-toolchain.sh 148 echo "Try --system=<name> with one of: " `(cd $TOOLCHAIN_PATH/prebuilt && ls) | grep -v gdbserver`
  /system/core/debuggerd/
debuggerd.c 106 "* attach gdbserver for a gdb connection on port 5039\n"
373 /* detach so we can attach gdbserver */
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-s390x.c 7 It has been inspired from a file from gdbserver in gdb 6.6.
valgrind-low-amd64.c 7 It has been inspired from a file from gdbserver in gdb 6.6.
valgrind-low-arm.c 7 It has been inspired from a file from gdbserver in gdb 6.6.
valgrind-low-x86.c 7 It has been inspired from a file from gdbserver in gdb 6.6.
valgrind-low-ppc32.c 7 It has been inspired from a file from gdbserver in gdb 6.6.
valgrind-low-ppc64.c 7 It has been inspired from a file from gdbserver in gdb 6.6.
  /external/valgrind/main/gdbserver_tests/
filter_gdb 49 # a.o. produced by gdb 7.2 on arm (same with standard gdbserver)
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 70 #include "pub_core_gdbserver.h" // for VG_(gdbserver) and VG_(gdbserver_activity)
119 poll for gdbserver activity. VG_(force_vgdb_poll) and
801 /* value was changed due to gdbserver invocation via ptrace */
804 VG_(gdbserver) (tid);
    [all...]
  /build/
envsetup.sh 769 adb shell gdbserver $PORT --attach $PID &
774 echo " gdbserver $PORT /system/bin/$EXE"
776 echo " gdbserver $PORT --attach $PID"
  /bootable/diskinstaller/
config.mk 18 gdbserver \
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java     [all...]
  /ndk/docs/
NDK-GDB.html 188 The gdbserver binary that comes with this NDK has special code to detect this
  /ndk/tests/
run-tests.sh 537 # First, copy all files to the device, except for gdbserver
542 if [ "$DSTFILE" = "gdbserver" -o "$DSTFILE" = "gdb.setup" ] ; then
  /external/valgrind/main/docs/xml/
manual-core.xml 728 <para>Valgrind will provide "gdbserver" functionality when
733 <xref linkend="manual-core-adv.gdbserver"/> for a detailed
737 <para> If the embedded gdbserver is enabled but no gdb is
    [all...]
  /bionic/libc/docs/
CHANGES.TXT 101 linked to the C library. This fixes one of the bug that explains why gdbserver
  /dalvik/vm/native/
dalvik_system_Zygote.cpp 310 /* To let a non-privileged gdbserver attach to this
  /ndk/docs/system/libc/
CHANGES.html 83 linked to the C library. This fixes one of the bug that explains why gdbserver
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
SdkConstants.java 165 * filename for gdbserver.
167 public final static String FN_GDBSERVER = "gdbserver"; //$NON-NLS-1$

Completed in 890 milliseconds

1 2 34 5 6