HomeSort by relevance Sort by last modified time
    Searched refs:gdbserver (Results 1 - 25 of 27) sorted by null

1 2

  /prebuilts/misc/android-arm/gdbserver/
Android.mk 4 # Explicitly mark gdbserver as "eng" so that it doesn't
7 LOCAL_SRC_FILES := gdbserver
8 LOCAL_MODULE := gdbserver
  /prebuilts/misc/android-mips/gdbserver/
Android.mk 4 # Explicitly mark gdbserver as "eng" so that it doesn't
7 LOCAL_SRC_FILES := gdbserver
8 LOCAL_MODULE := gdbserver
  /prebuilts/misc/android-x86/gdbserver/
Android.mk 4 # Explicitly mark gdbserver as "eng" so that it doesn't
7 LOCAL_SRC_FILES := gdbserver
8 LOCAL_MODULE := gdbserver
  /external/valgrind/main/include/
pub_tool_gdbserver.h 51 // Calling VG_(gdbserver) with tid > 0 means to let a debugger attach
52 // to the valgrind process. gdbserver will report to gdb that the
54 // tid == 0 indicates to stop gdbserver and report to gdb
57 extern void VG_(gdbserver) ( ThreadId tid );
61 processing in order to enable/disable the call to VG_(gdbserver) in
64 (temporarily) avoid calling gdbserver for error reporting during
69 /* defines the various kinds of breakpoints that gdbserver
71 the gdbserver protocol definition. The level of support
78 instrumentation to be done for gdbserver. This instrumentation
87 just call gdbserver. See memcheck for an example of reusin
    [all...]
  /ndk/build/tools/
build-gdbserver.sh 17 # This shell script is used to rebuild the gdbserver binary from
27 "Rebuild the gdbserver prebuilt binary for the Android NDK toolchain.
29 Where <src-dir> is the location of the gdbserver sources,
35 <ndk-dir>/toolchains <toolchain>/prebuilt/gdbserver
42 BUILD_OUT=/tmp/ndk-$USER/build/gdbserver
83 SRC_DIR2="$SRC_DIR/gdb/gdb-$GDB_VERSION/gdb/gdbserver"
86 log "Found gdbserver source directory: $SRC_DIR"
90 echo "ERROR: Source directory does not contain gdbserver sources: $SRC_DIR"
172 # configure the gdbserver build now
173 dump "Configure: $TOOLCHAIN gdbserver-$GDB_VERSION build.
    [all...]
build-target-prebuilts.sh 77 # First, gdbserver
81 dump "Building $GDB_TOOLCHAIN gdbserver binaries..."
82 run $BUILDTOOLS/build-gdbserver.sh "$SRC_DIR" "$NDK_DIR" "$GDB_TOOLCHAIN" $FLAGS
make-standalone-toolchain.sh 160 echo "Try --system=<name> with one of: " `(cd $TOOLCHAIN_PATH/prebuilt && ls) | grep -v gdbserver`
package-release.sh 218 if [ ! -f "$PREBUILT_DIR/$ARCH-gdbserver.tar.bz2" ] ; then
219 echo "ERROR: Missing prebuilt file $ARCH-gdbserver.tar.bz2 in: $PREBUILT_DIR"
395 # Unpack gdbserver
397 unpack_prebuilt $ARCH-gdbserver "$REFERENCE"
  /ndk/toolchains/llvm-3.1/
setup.mk 29 TARGET_GDBSERVER := $(NDK_ROOT)/prebuilt/android-arm/gdbserver/gdbserver
40 TARGET_GDBSERVER := $(NDK_ROOT)/prebuilt/android-arm/gdbserver/gdbserver
51 TARGET_GDBSERVER := $(NDK_ROOT)/prebuilt/android-x86/gdbserver/gdbserver
62 TARGET_GDBSERVER := $(NDK_ROOT)/prebuilt/android-mips/gdbserver/gdbserver
  /ndk/toolchains/llvm-3.2/
setup.mk 29 TARGET_GDBSERVER := $(NDK_ROOT)/prebuilt/android-arm/gdbserver/gdbserver
40 TARGET_GDBSERVER := $(NDK_ROOT)/prebuilt/android-arm/gdbserver/gdbserver
51 TARGET_GDBSERVER := $(NDK_ROOT)/prebuilt/android-x86/gdbserver/gdbserver
62 TARGET_GDBSERVER := $(NDK_ROOT)/prebuilt/android-mips/gdbserver/gdbserver
  /external/valgrind/main/coregrind/m_gdbserver/
target.h 29 /* This file defines the architecture independent Valgrind gdbserver
32 These high level operations are called by the gdbserver
89 The Resume is really only executed once the gdbserver
94 process till there is a reason to call the gdbserver
98 control is given to gdbserver. Gdbserver will send a resume
110 /* When execution is stopped and gdbserver has control, more
144 /* True if gdbserver is single stepping the valgrind process */
223 // to copy data from/to valgrind to/from gdbserver.
227 void *gdbserver,
    [all...]
target.c 62 /* synchronize threads known by valgrind and threads known by gdbserver */
149 gdb/gdbserver has changed the pc so as to have either
485 /* Attention: gdbserver convention differs: 0 means ok; 1 means not ok */
592 void *gdbserver,
598 VG_(dmemcpy) (gdbserver, valgrind, sz, mod);
600 VG_(dmemcpy) (valgrind, gdbserver, sz, mod);
m_gdbserver.c 66 init_reason, // initialises gdbserver resources
67 vgdb_reason, // gdbserver invocation by vgdb doing ptrace
68 core_reason, // gdbserver invocation by core (e.g. error encountered)
87 /* An instruction instrumented for gdbserver looks like this:
152 /* Each time gdbserver is called, gdbserver_called is incremented
153 gdbserver_exited is incremented when gdbserver is asked to exit */
185 because they have been (or must be) instrumented for gdbserver.
188 exit of a block that has been instrumented for gdbserver while
190 When gdbserver is not single stepping anymore, all GS_jump entries
429 /* call gdbserver if access kind reported by the too
744 void VG_(gdbserver) ( ThreadId tid ) function
    [all...]
  /ndk/
ndk-gdb 79 # Delay in seconds between launching the activity and attaching gdbserver on it.
282 echo " --delay=<secs> Delay in seconds between activity start and gdbserver attach."
285 echo " --port=<port> Use tcp:localhost:<port> to communicate with gdbserver [$DEBUG_PORT]"
402 # $1: Package name ("com.example.hellojni") or program name ("/lib/gdbserver")
553 # If gdbserver exists, then we built with 'ndk-build NDK_DEBUG=1' and it's
556 if [ -f $PROJECT/libs/$COMPAT_ABI/gdbserver ] ; then
557 log "Found gdbserver under libs/$COMPAT_ABI, assuming app was built with NDK_DEBUG=1"
572 if [ ! -f $PROJECT/libs/$COMPAT_ABI/gdbserver ] ; then
573 echo "ERROR: Could not find gdbserver binary under $PROJECT/libs/$COMPAT_ABI"
582 # Let's check that 'gdbserver' is properly installed on the device too. If thi
    [all...]
ndk-gdb.py 83 # Delay in seconds between launching the activity and attaching gdbserver on it.
132 help='Delay in seconds between activity start and gdbserver attach',
141 help='Use tcp:localhost:<DEBUG_PORT> to communicate with gdbserver',
350 # $1: Package name ("com.example.hellojni") or program name ("/lib/gdbserver")
539 # If gdbserver exists, then we built with 'ndk-build NDK_DEBUG=1' and it's
543 gdbserver_path = os.path.join(PROJECT,'libs',COMPAT_ABI,'gdbserver')
546 log('Found gdbserver under libs/%s, assuming app was built with NDK_DEBUG=1' % (COMPAT_ABI))
557 error('''Could not find gdbserver binary under %s/libs/%s
563 # Let's check that 'gdbserver' is properly installed on the device too. If this
566 retcode,DEVICE_GDBSERVER = adb_var_shell2(['ls', '/data/data/%s/lib/gdbserver' % (PACKAGE_NAME)]
    [all...]
  /ndk/build/core/
setup-toolchain.mk 123 # We expect the gdbserver binary for this toolchain to be located at its root.
124 TARGET_GDBSERVER := $(NDK_ROOT)/prebuilt/android-$(TARGET_ARCH)/gdbserver/gdbserver
137 # Ensure that for debuggable applications, gdbserver will be copied to
140 NDK_APP_GDBSERVER := $(NDK_APP_DST_DIR)/gdbserver
155 @ $(HOST_ECHO) "Gdbserver : [$(PRIVATE_NAME)] $(call pretty-dir,$(PRIVATE_DST))"
setup-app.mk 99 $(hide) $(call host-rm,$(NDK_ALL_ABIS:%=$(NDK_APP_PROJECT_PATH)/libs/%/gdbserver))
  /external/valgrind/main/gdbserver_tests/
mchelp.stdoutB.exp 42 v.info gdbserver_status : show gdbserver status
48 An additional flag 0b100000000 allows to show gdbserver instrumentation
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 19 --vgdb=no|yes|full activate gdbserver? [yes]
21 --vgdb-error=<number> invoke gdbserver after <number> errors [999999999]
72 --vgdb-poll=<number> gdbserver poll max every <number> basic blocks [5000]
cmdline2.stdout.exp 19 --vgdb=no|yes|full activate gdbserver? [yes]
21 --vgdb-error=<number> invoke gdbserver after <number> errors [999999999]
72 --vgdb-poll=<number> gdbserver poll max every <number> basic blocks [5000]
  /bootable/diskinstaller/
config.mk 18 gdbserver \
  /build/
envsetup.sh 884 adb shell gdbserver $PORT --attach $PID &
889 echo " gdbserver $PORT /system/bin/$EXE"
891 echo " gdbserver $PORT --attach <PID>"
    [all...]
  /external/valgrind/main/coregrind/
m_errormgr.c 513 VG_(gdbserver)( err->tid );
519 gdbserver interface is better ??? */
    [all...]
  /bionic/libc/
Android.mk 373 # These files need to be arm so that gdbserver
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 71 #include "pub_core_gdbserver.h" // for VG_(gdbserver) and VG_(gdbserver_activity)
117 poll for gdbserver activity. VG_(force_vgdb_poll) and
    [all...]

Completed in 1251 milliseconds

1 2