Home
last modified time | relevance | path

Searched refs:gdbserver_tests (Results 1 – 15 of 15) sorted by relevance

/external/valgrind/gdbserver_tests/
Dmake_local_links63 ln -f -s "$GDB" gdbserver_tests/gdb
66 GDBVERSIONLINE=`gdbserver_tests/gdb --version | head -n 1`
74 check_version 7.0 gdbserver_tests/gdb "gdbserver gdb tests"
78 check_version 7.1 gdbserver_tests/gdb.pic "pic executable 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"
97 ln -f -s ../coregrind/vgdb gdbserver_tests/vgdb
98 ln -f -s ../../coregrind/vgdb gdbserver_tests/solaris/vgdb
102 if gdbserver_tests/vgdb --help 2>&1 |
[all …]
DREADME_DEVELOPERS14 cd gdbserver_tests
17 gdbserver_tests/make_local_links /path/to/another/gdb
18 perl tests/vg_regtest gdbserver_tests
42 Such irrelevant differences have to be filtered by gdbserver_tests/filter_gdb.
48 perl tests/vg_regtest --keep-unfiltered gdbserver_tests
52 gdbserver_tests/gdb --version
57 files in gdbserver_tests directory
DMakefile.in130 subdir = gdbserver_tests
812 $(AUTOMAKE) --foreign gdbserver_tests/Makefile
/external/valgrind/
DMakefile.am31 gdbserver_tests \ subdir
76 $(top_srcdir)/gdbserver_tests/make_local_links $(GDB)
77 if @PERL@ tests/vg_regtest gdbserver_tests $(TOOLS) $(EXP_TOOLS) ; then \
78 tests/post_regtest_checks $(abs_top_srcdir) gdbserver_tests $(TOOLS) $(EXP_TOOLS); \
80 tests/post_regtest_checks $(abs_top_srcdir) gdbserver_tests $(TOOLS) $(EXP_TOOLS); \
84 tests/post_regtest_checks $(abs_top_srcdir) gdbserver_tests $(TOOLS) $(EXP_TOOLS)
88 @PERL@ tests/vg_regtest gdbserver_tests $(EXP_TOOLS)
DMakefile.in634 gdbserver_tests \
1341 $(top_srcdir)/gdbserver_tests/make_local_links $(GDB)
1342 if @PERL@ tests/vg_regtest gdbserver_tests $(TOOLS) $(EXP_TOOLS) ; then \
1343 tests/post_regtest_checks $(abs_top_srcdir) gdbserver_tests $(TOOLS) $(EXP_TOOLS); \
1345 tests/post_regtest_checks $(abs_top_srcdir) gdbserver_tests $(TOOLS) $(EXP_TOOLS); \
1349 tests/post_regtest_checks $(abs_top_srcdir) gdbserver_tests $(TOOLS) $(EXP_TOOLS)
1353 @PERL@ tests/vg_regtest gdbserver_tests $(EXP_TOOLS)
Dconfigure16219 "gdbserver_tests/Makefile") CONFIG_FILES="$CONFIG_FILES gdbserver_tests/Makefile" ;;
16220 …"gdbserver_tests/solaris/Makefile") CONFIG_FILES="$CONFIG_FILES gdbserver_tests/solaris/Makefile" …
Dconfigure.ac4372 gdbserver_tests/Makefile
4373 gdbserver_tests/solaris/Makefile
DNEWS781 342063 wrong format specifier for test mcblocklistsearch in gdbserver_tests
/external/valgrind/none/tests/
Dlibvex_test.vgtest3 stdout_filter: ../../gdbserver_tests/filter_make_empty
Dlibvexmultiarch_test.vgtest6 stdout_filter: ../../gdbserver_tests/filter_make_empty
/external/valgrind/memcheck/tests/
Dgone_abrt_xml.vgtest1 prog: ../../gdbserver_tests/gone
/external/valgrind/gdbserver_tests/solaris/
DMakefile.in123 subdir = gdbserver_tests/solaris
547 $(AUTOMAKE) --foreign gdbserver_tests/solaris/Makefile
/external/valgrind/docs/internals/
Darm_thumb_notes_gdbserver.txt3 about gdbserver tests, read gdbserver_tests/README_DEVELOPERS).
D3_9_BUGSTATUS.txt147 338633 gdbserver_tests/nlcontrolc.vgtest hangs on arm64
/external/valgrind/coregrind/m_gdbserver/
DREADME_DEVELOPERS254 $(top_srcdir)/gdbserver_tests.
255 Read $(top_srcdir)/gdbserver_tests/README_DEVELOPERS for more