OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gdbserver
(Results
51 - 75
of
135
) sorted by null
1
2
3
4
5
6
/external/valgrind/main/gdbserver_tests/
mcleak.stdinB.gdb
1
# connect gdb to Valgrind
gdbserver
:
nlcontrolc.stdinB.gdb
1
# connect gdb to Valgrind
gdbserver
:
mcvabits.stdinB.gdb
1
# connect gdb to Valgrind
gdbserver
:
t.c
10
int using_threads = 0; /* test collision with a global in
gdbserver
*/
/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]
70
--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]
70
--vgdb-poll=<number>
gdbserver
poll max every <number> basic blocks [5000]
/external/valgrind/main/coregrind/m_gdbserver/
server.c
39
/* for a
gdbserver
integrated in valgrind, resuming the process consists
41
Then at the next error or break or ..., valgrind calls
gdbserver
again.
43
resume_packet_needed records the fact that the next call to
gdbserver
173
" v.info gdbserver_status : show
gdbserver
status\n"
179
" An additional flag 0b100000000 allows to show
gdbserver
instrumentation\n");
278
VG_(gdb_printf) ("
gdbserver
: continuing in %d ms ...\n", int_value);
281
VG_(gdb_printf) ("
gdbserver
: continuing after wait ...\n");
304
// to force
gdbserver
instrumentation.
368
we need to avoid calling
gdbserver
during this command
370
a huge value to ensure m_errormgr.c does not call
gdbserver
. *
[
all
...]
target.h
167
// to copy data from/to valgrind to/from
gdbserver
.
171
void *
gdbserver
,
valgrind-low.c
7
It has been inspired from a file from
gdbserver
in gdb 6.6.
82
/* synchronize threads known by valgrind and threads known by
gdbserver
*/
375
/* Attention:
gdbserver
convention differs: 0 means ok; 1 means not ok */
435
gdb/
gdbserver
has changed the pc so as to have either
valgrind_low.h
2
needed for interfacing the Valgrind
gdbserver
with the Valgrind
remote-utils.c
49
/* for a
gdbserver
embedded in valgrind, we read from a FIFO and write
220
the
gdbserver
connection is closed or the process exits */
264
VG_(umsg)("embedded
gdbserver
: reading from %s\n", from_gdb);
265
VG_(umsg)("embedded
gdbserver
: writing to %s\n", to_gdb);
266
VG_(umsg)("embedded
gdbserver
: shared mem %s\n", shared_mem);
999
specify a thread, and there's no way for
gdbserver
to know
/dalvik/tools/gdbjithelper/
README.txt
39
adb shell
gdbserver
:5039 /system/bin/gdbjithelper &
/frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp
46
#define
GDBSERVER
"
gdbserver
"
47
#define GDBSERVER_LEN (sizeof(
GDBSERVER
) - 1)
347
|| !strncmp(lastSlash + 1,
GDBSERVER
, GDBSERVER_LEN)) {
/prebuilt/android-arm/gdbserver/
gdbserver
/bionic/libthread_db/
libthread_db.c
17
* cached by
gdbserver
from the host at init time.
180
* This is nasty, ps_pglobal_lookup is implemented in
gdbserver
and looks up
/gdk/samples/bitmap-plasma-llvm/res/raw/armeabi/
gdbserver
/gdk/samples/bitmap-plasma-llvm/res/raw/armeabi-v7a/
gdbserver
/gdk/samples/bitmap-plasma-llvm/res/raw/
gdbserver
/prebuilt/android-x86/gdbserver/
gdbserver
/ndk/build/tools/
package-release.sh
197
if [ ! -f "$PREBUILT_DIR/$TC-
gdbserver
.tar.bz2" ] ; then
198
echo "ERROR: Missing prebuilt file $TC-
gdbserver
.tar.bz2 in: $PREBUILT_DIR"
333
# Unpack
gdbserver
335
unpack_prebuilt $TC-
gdbserver
.tar.bz2 "$REFERENCE"
393
# Unpack
gdbserver
/external/valgrind/main/coregrind/
vgdb.c
2
/*--- Relay between gdb and
gdbserver
embedded in valgrind vgdb.c ---*/
58
1. relay application between gdb and the
gdbserver
embedded in valgrind.
844
/* Ensures that the
gdbserver
code is invoked by pid.
928
// the (classical)
gdbserver
when invoking a C function.
960
/* set ebp, esp, eip and orig_eax to invoke
gdbserver
*/
967
/* set ebp, esp, eip and orig_eax to invoke
gdbserver
*/
[
all
...]
pub_core_options.h
60
Vg_VgdbNo, // Do not activate
gdbserver
.
61
Vg_VgdbYes, // Activate
gdbserver
(default).
62
Vg_VgdbFull, // ACtivate
gdbserver
in full mode, allowing
73
/* if True,
gdbserver
in valgrind will expose a target description containing
/frameworks/compile/libbcc/tests/debuginfo/
README
35
In addition, you need a build of
gdbserver
available in the prebuilt directory.
/ndk/build/core/
setup-app.mk
76
$(hide) $(call host-rm,$(NDK_ALL_ABIS:%=$(NDK_APP_PROJECT_PATH)/libs/%/
gdbserver
))
/ndk/docs/
DEVELOPMENT.html
58
-
gdbserver
binaries required for native debugging
180
arm-eabi-4.4.0-
gdbserver
.tar.bz2
188
Note that device-specific binaries (e.g.
gdbserver
) cannot be
Completed in 1022 milliseconds
1
2
3
4
5
6