Home
last modified time | relevance | path

Searched refs:gdbserver (Results 1 – 25 of 60) sorted by relevance

123

/external/skia/gn/
DBUILDCONFIG.gn92 ndk_gdbserver = "prebuilt/android-arm64/gdbserver/gdbserver"
98 ndk_gdbserver = "prebuilt/android-arm/gdbserver/gdbserver"
104 ndk_gdbserver = "prebuilt/android-mips64/gdbserver/gdbserver"
110 ndk_gdbserver = "prebuilt/android-mips/gdbserver/gdbserver"
116 ndk_gdbserver = "prebuilt/android-x86_64/gdbserver/gdbserver"
122 ndk_gdbserver = "prebuilt/android-x86/gdbserver/gdbserver"
/external/toolchain-utils/dejagnu/boards/
Dgdb.exp.in17 # natively with gdbserver.
23 # bash$ cp ${src_dir}/gdb/testsuite/boards/native-gdbserver.exp \
26 # bash$ make check RUNTESTFLAGS="--target_board=native-gdbserver"
28 load_generic_config "gdbserver"
40 # This gdbserver can only run a process once per session.
46 # Can't do input (or output) in the current gdbserver.
49 # gdbserver does not intercept target file operations and perform them
59 # Test the copy of gdbserver in the build directory.
60 # set_board_info gdb_server_prog "../gdbserver/gdbserver"
62 # Can't do hardware watchpoints, in general (it depends on gdbserver support for your target arch)
[all …]
/external/valgrind/coregrind/m_gdbserver/
DREADME_DEVELOPERS2 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 line
[all …]
/external/valgrind/docs/internals/
Darm_thumb_notes_gdbserver.txt2 about gdbserver, read coregrind/m_gdbserver/README_DEVELOPERS
3 about gdbserver tests, read gdbserver_tests/README_DEVELOPERS).
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 bytes
[all …]
/external/skia/platform_tools/android/bin/
Dandroid_gdb_app21 …$ADB $DEVICE_SERIAL shell ps | grep gdbserver | awk '{print $2}' | xargs -r $ADB $DEVICE_SERIAL sh…
23 …$ADB $DEVICE_SERIAL shell ps | grep gdbserver | awk '{print $2}' | xargs $ADB $DEVICE_SERIAL shell…
34 adb_push_if_needed $ANDROID_TOOLCHAIN/gdbserver /data/local/tmp
46 $ADB $DEVICE_SERIAL shell /data/local/tmp/gdbserver :$PORT --attach $PID &
Dandroid_gdbserver69 adb_push_if_needed $SKIA_OUT/gdbserver /data/local/tmp
77 $ADB shell ps | grep gdbserver | awk '{print $2}' | xargs $ADB shell kill 2> /dev/null
83 $ADB shell /data/local/tmp/gdbserver :5039 /data/local/tmp/${APP_ARGS[@]} &
/external/valgrind/gdbserver_tests/
DREADME_DEVELOPERS3 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
84 Typically, a gdbserver test implies to launch two programs:
[all …]
Dnlsigvgdb.stdinB.gdb1 # 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.
Dnlsigvgdb.vgtest1 # 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.
Dnlpasssigalrm.vgtest1 # test that signals that must be "directly" passed by gdbserver
4 # by telling gdbserver (with QPassSignals packet) to pass
Dmcmain_pic.vgtest1 # test that gdbserver/gdb properly handle a PIC executable
3 # information via the gdbserver protocol packet qXfer:auxv:read:
Dnlgone_return.stdinB.gdb1 # connect gdb to Valgrind gdbserver:
Dnlfork_chain.vgtest1 # test that gdbserver properly cleans up its resources in a chain
Dnlgone_abrt.stdinB.gdb1 # connect gdb to Valgrind gdbserver:
Dmcmain_pic.stdinB.gdb1 # connect gdb to Valgrind gdbserver:
Dnlgone_exit.stdinB.gdb1 # connect gdb to Valgrind gdbserver:
Dmssnapshot.stdinB.gdb1 # connect gdb to Valgrind gdbserver:
Dnlself_invalidate.stdinB.gdb1 # connect gdb to Valgrind gdbserver:
Dmcsigpass.stdinB.gdb1 # connect gdb to Valgrind gdbserver:
Dnlself_invalidate.vgtest1 # reproduces a bug triggered by translation chaining and gdbserver
Dmcwatchpoints.stdinB.gdb1 # connect gdb to Valgrind gdbserver:
Dhginfo.stdinB.gdb1 # connect gdb to Valgrind gdbserver:
/external/boringssl/src/third_party/android-cmake/
DAndroidNdkGdb.cmake42 # add gdbserver and general gdb configuration to project
76 # 3. copy gdbserver executable
77 …file(COPY ${ANDROID_NDK}/prebuilt/android-${ANDROID_ARCH_NAME}/gdbserver/gdbserver DESTINATION ${L…
/external/valgrind/
DREADME.android_emulator73 # You have on the android side a gdbserver
75 gdbserver :1234 your_exe
/external/valgrind/include/
Dpub_tool_gdbserver.h56 extern void VG_(gdbserver) ( ThreadId tid );

123