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

1 2 3 4 5 6

  /prebuilts/misc/android-arm/gdbserver/
README.txt 1 To compile a new gdbserver, see
2 //toolchain/gdb/src/gdb/gdbserver/README_ANDROID.txt
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/gdbserver_tests/
mcinvokeRU.stdoutB.exp 0 gdbserver: continuing in 0 ms ...
2 gdbserver: continuing after wait ...
3 gdbserver: continuing in 0 ms ...
4 gdbserver: continuing after wait ...
5 gdbserver: continuing in 0 ms ...
6 gdbserver: continuing after wait ...
7 gdbserver: continuing in 0 ms ...
8 gdbserver: continuing after wait ...
9 gdbserver: continuing in 0 ms ...
10 gdbserver: continuing after wait ..
    [all...]
mcinvokeWS.stdoutB.exp 0 gdbserver: continuing in 0 ms ...
2 gdbserver: continuing after wait ...
3 gdbserver: continuing in 0 ms ...
4 gdbserver: continuing after wait ...
5 gdbserver: continuing in 0 ms ...
6 gdbserver: continuing after wait ...
7 gdbserver: continuing in 0 ms ...
8 gdbserver: continuing after wait ...
9 gdbserver: continuing in 0 ms ...
10 gdbserver: continuing after wait ..
    [all...]
nlsigvgdb.stderrB.exp 3 gdbserver: continuing in 5000 ms ...
4 gdbserver: continuing after wait ...
nlsigvgdb.stdinB.gdb 1 # connect gdb to Valgrind gdbserver:
8 # The control-c will cause a character to be sent to gdbserver, causing
9 # an invocation while the gdbserver is already busy.
nlsigvgdb.vgtest 1 # Tests the case when gdb sends a character to gdbserver while
2 # the gdbserver was forced invoked just before.
3 # gdbserver must send a signal to itself that is wait-ed for by vgdb.
nlpasssigalrm.vgtest 1 # test that signals that must be "directly" passed by gdbserver
4 # by telling gdbserver (with QPassSignals packet) to pass
nlfork_chain.vgtest 1 # test that gdbserver properly cleans up its resources in a chain
mcmain_pic.vgtest 1 # test that gdbserver/gdb properly handle a PIC executable
3 # information via the gdbserver protocol packet qXfer:auxv:read:
mcmain_pic.stdinB.gdb 1 # connect gdb to Valgrind gdbserver:
mcwatchpoints.stdinB.gdb 1 # connect gdb to Valgrind gdbserver:
mssnapshot.stdinB.gdb 1 # connect gdb to Valgrind gdbserver:
make_local_links 72 # We need at least a 6.5 version to use the Valgrind gdbserver.
74 check_version 7.0 gdbserver_tests/gdb "gdbserver gdb tests"
85 check_version 7.1 gdbserver_tests/gdb.step "gdbserver next/step/... tests ARM"
87 check_version 7.0 gdbserver_tests/gdb.step "gdbserver next/step/... tests"
91 check_version 7.2 gdbserver_tests/gdb.eval "gdbserver eval tests"
94 echo "gdbserver gdb tests suppressed as $1 is not executable"
README_DEVELOPERS 3 The Valgrind gdbserver automatic tests are by default
13 or (to just run the gdbserver tests with another gdb):
41 gdbserver tests might often fail due to (irrelevant) differences.
47 the gdbserver tests the following way:
59 If a gdbserver test fails for other reasons, you can run the test
67 using a gdb connected to the gdbserver part of gdb.
72 (e.g. the Valgrind gdbserver understands the 'P' packet,
73 which might not be understood by the gdbserver of gdb).
78 The gdbserver tests are done with various Valgrind tools. A gdbserver
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
version.c 2 const char version[] = "gdbserver protocol box extracted from gdb 6.6";
README_DEVELOPERS 2 to gdbserver in valgrind.
4 How to use Valgrind gdbserver ?
9 What is gdbserver ?
24 gdb stub in small boards, or gdbserver when the remote computer runs
32 The standard gdb distribution has a standalone gdbserver (a small
37 Activation of gdbserver code inside valgrind
39 The gdbserver code (from gdb 6.6, GPL2+) has been modified so as to
41 debugged by a gdb speaking to this gdbserver embedded in valgrind.
42 The ptrace system calls inside gdbserver have been replaced by reading
45 The gdbserver functionality is activated with valgrind command lin
    [all...]
  /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
  /ndk/sources/android/libthread_db/
README 2 linked against our gdbserver binary. These are uses automatically by the
3 build-gdbserver.sh script.
8 a small interface used by gdbserver to manage the list of threads on the
12 Each implementation is also highly specific to the version of gdbserver
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
messages.properties 3 NdkGdbLaunchDelegate_Action_KillExistingGdbServer=Killing existing gdbserver
5 NdkGdbLaunchDelegate_Action_LaunchingGdbServer=Launching gdbserver
12 NdkGdbLaunchDelegate_Action_WaitGdbServerAttach=Waiting for gdbserver to attach to process
17 NdkGdbLaunchDelegate_LaunchError_gdbserverLaunchException=Exception while launching gdbserver:
18 NdkGdbLaunchDelegate_LaunchError_gdbserverOutput=gdbserver output:
20 NdkGdbLaunchDelegate_LaunchError_InterruptedWaitingForGdbserver=Interrupted while waiting for gdbserver to attach
GdbServerTask.java 26 * The {@link GdbServerTask} launches gdbserver on the given device and attaches it to
43 * Construct a gdbserver task.
44 * @param device device to run gdbserver on
45 * @param runAsPackage name of the package in which gdbserver resides
48 * @param attachLatch latch to notify when gdbserver gets attached to the task
62 * Runs gdbserver on the device and connects to the given task. If gdbserver manages to
67 // Launch gdbserver on the device.
68 String command = String.format("run-as %s lib/gdbserver +%s --attach %d",
77 /** Returns any exceptions that might have occurred while launching gdbserver. *
    [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...]
  /external/valgrind/main/docs/internals/
arm_thumb_notes_gdbserver.txt 2 about gdbserver, read coregrind/m_gdbserver/README_DEVELOPPERS
3 about gdbserver tests, read gdbserver_tests/README_DEVELOPPERS).
5 ARM thumb and gdbserver
15 at several places in the gdbserver code.
24 => the breakpoints are stored in the gdbserver breakpoints hash table
30 When instrumenting a SB for gdbserver, a PUT of the current instruction
31 address is done to the IP, to ensure that the gdbserver helper call
37 As gdbserver instrumentation code uses the IstMark to find the IP
45 instruction must be discarded to have the SB re-instrumented for gdbserver.
52 Due to this "off by one", gdbserver is discarding a range of two byte
    [all...]
  /external/valgrind/main/coregrind/
pub_core_gdbserver.h 40 // the previous gdbserver and then activate a new gdbserver
47 // If it returns True, then extern void VG_(gdbserver) can be called
64 Note that gdbserver assumes that software breakpoint is supported
74 /* Entry point invoked by vgdb when it uses ptrace to cause a gdbserver
88 instrumentation for gdbserver.
90 * checks if gdbserver instrumentation is needed for vge.
91 * if no gdbserver instrumentation needed,
94 It will instrument sb_in to allow gdbserver to properly
97 if these are not yet instrumented for gdbserver
    [all...]

Completed in 1089 milliseconds

1 2 3 4 5 6