OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gdbserver
(Results
1 - 25
of
360
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/valgrind/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
nlgone_abrt.stdinB.gdb
1
# connect gdb to Valgrind
gdbserver
:
nlgone_exit.stdinB.gdb
1
# connect gdb to Valgrind
gdbserver
:
nlgone_return.stdinB.gdb
1
# connect gdb to Valgrind
gdbserver
:
/external/valgrind/coregrind/m_gdbserver/
version.c
2
const char version[] = "
gdbserver
protocol box extracted from gdb 6.6";
/prebuilts/misc/android-arm/gdbserver/
Android.mk
4
# Explicitly mark
gdbserver
as "debug" 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 "debug" 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 "debug" 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
/system/extras/simpleperf/testdata/data/app/com.example.hellojni-1/
base.apk
/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
...]
/external/skia/platform_tools/android/bin/
android_gdb_app
3
# android_gdb_app: Pushes
gdbserver
, launches sampleApp, and connects
18
# We kill all previous instances of
gdbserver
to rid all port overriding errors.
20
$ADB $DEVICE_SERIAL shell ps | grep
gdbserver
| awk '{print $2}' | xargs -r $ADB $DEVICE_SERIAL shell kill
22
$ADB $DEVICE_SERIAL shell ps | grep
gdbserver
| awk '{print $2}' | xargs $ADB $DEVICE_SERIAL shell kill
37
echo "Pushing
gdbserver
..."
38
adb_push_if_needed $ANDROID_TOOLCHAIN/../
gdbserver
/data/local/tmp
47
# Attach
gdbserver
to the app process
50
$ADB $DEVICE_SERIAL shell /data/local/tmp/
gdbserver
:$PORT --attach $PID &
52
# Wait for
gdbserver
android_gdb_native
3
# android_gdb_native: Pushes
gdbserver
, connects to specified Skia app,
9
# setup the
gdbserver
13
# quit if
gdbserver
setup failed
15
echo "ERROR:
gdbserver
failed to setup properly."
19
# Wait for
gdbserver
android_gdbserver
3
# android_gdbserver: Pushes
gdbserver
. Starts debugging environment.
71
echo "Pushing
gdbserver
..."
72
adb_push_if_needed $ANDROID_TOOLCHAIN/../
gdbserver
/data/local/tmp
77
# Kill all previous instances of
gdbserver
and the app to rid all port overriding errors.
79
$ADB shell ps | grep
gdbserver
| awk '{print $2}' | xargs $ADB shell kill
82
# Starting up
gdbserver
in android shell
83
echo "Starting
gdbserver
with command: ${APP_ARGS[@]}"
84
$ADB shell LD_LIBRARY_PATH=/data/local/tmp:\$LD_LIBRARY_PATH /data/local/tmp/
gdbserver
:5039 /data/local/tmp/skia_launcher ${APP_ARGS[@]} &
/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=$TMPDIR/build/
gdbserver
86
SRC_DIR2="$SRC_DIR/gdb/gdb-$GDBVER/gdb/
gdbserver
"
89
log "Found
gdbserver
source directory: $SRC_DIR"
93
echo "ERROR: Source directory does not contain
gdbserver
sources: $SRC_DIR"
179
# configure the
gdbserver
build now
180
dump "Configure: $TOOLCHAIN
gdbserver
-$GDBVER build with $PLATFORM
[
all
...]
/prebuilts/misc/android-arm64/gdbserver64/
Android.mk
4
# Explicitly mark
gdbserver
as "debug" so that it doesn't
/prebuilts/misc/android-mips64/gdbserver64/
Android.mk
4
# Explicitly mark
gdbserver
as "debug" so that it doesn't
/prebuilts/misc/android-x86_64/gdbserver64/
Android.mk
4
# Explicitly mark
gdbserver
as "debug" so that it doesn't
Completed in 283 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>