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
135
) sorted by null
1
2
3
4
5
6
/prebuilt/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"
/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
...]
/prebuilt/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
/ndk/build/tools/toolchain-patches/gdb/
0001-ndk-Proper-libthread_db-support-in-gdbserver.patch
4
Subject: ndk: Proper libthread_db support in
gdbserver
8
gdb-6.6/gdb/
gdbserver
/acinclude.m4 | 2 +-
9
gdb-6.6/gdb/
gdbserver
/configure | 2 +-
10
gdb-7.1.x/gdb/
gdbserver
/Makefile.in | 8 ++++----
11
gdb-7.1.x/gdb/
gdbserver
/configure | 4 ++--
12
gdb-7.1.x/gdb/
gdbserver
/configure.ac | 4 ++--
15
diff --git a/gdb-6.6/gdb/
gdbserver
/acinclude.m4 b/gdb-6.6/gdb/
gdbserver
/acinclude.m4
17
--- a/gdb-6.6/gdb/
gdbserver
/acinclude.m4
18
+++ b/gdb-6.6/gdb/
gdbserver
/acinclude.m
[
all
...]
0002-ndk-Fix-signal-handling-in-gdbserver-6.6.patch
4
Subject: ndk: Fix signal handling in
gdbserver
-6.6
8
gdb-6.6/gdb/
gdbserver
/linux-low.c | 12 ++++++++++++
11
diff --git a/gdb-6.6/gdb/
gdbserver
/linux-low.c b/gdb-6.6/gdb/
gdbserver
/linux-low.c
13
--- a/gdb-6.6/gdb/
gdbserver
/linux-low.c
14
+++ b/gdb-6.6/gdb/
gdbserver
/linux-low.c
0003-ndk-Fix-missing-files-checking-in-gdbserver-7.1.x.patch
4
Subject: ndk: Fix missing files checking in
gdbserver
7.1.x
8
gdb-7.1.x/gdb/
gdbserver
/linux-x86-low.c | 6 ++++++
11
diff --git a/gdb-7.1.x/gdb/
gdbserver
/linux-x86-low.c b/gdb-7.1.x/gdb/
gdbserver
/linux-x86-low.c
13
--- a/gdb-7.1.x/gdb/
gdbserver
/linux-x86-low.c
14
+++ b/gdb-7.1.x/gdb/
gdbserver
/linux-x86-low.c
/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
...]
Completed in 4270 milliseconds
1
2
3
4
5
6