• Home
  • History
  • Annotate
  • only in /frameworks/rs/tests/lldb/cpp/WaitAttach/
History log of /frameworks/rs/tests/lldb/cpp/WaitAttach/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2f282708c3ae4515c54469d67eb5c14a40291aaf 31-Jan-2017 David Gross <dgross@google.com> Fix failing lldb test test_language_subcmds_no_debug.py(cpp).

This test was broken by
https://android-review.googlesource.com/#/c/322609/3/tests/lldb/cpp/WaitAttach/Android.mk

Before that change, we compiled a script twice, once with -g and once
without; after that change, we compile with -g both times.

This fix goes back to compiling once with -g and once without.

Test: aosp_arm64-eng on emulator, run rs lldb tests
test_language_subcmds_no_debug.py and test_language_subcmds.py (which
share the script in question).

Change-Id: I94b6893c8e421684e12121ef8a0be14b46893d05
ndroid.mk
675b31e949ac0b894732eac2e1e7bb8914c8321f 14-Jan-2017 Jean-Luc Brouillet <jeanluc@google.com> Extract into common.mk common C++ compile settings.

No settings have changed. This is just a refactoring that will make
it easier to do further refactoring that will affect includes and
libraries.

Bug: 34265954
Test: Compiled the files.
Test: Ran rstest-compute.
Test: Did not run the lldb tests.

Change-Id: I9dcc47a22fe4dd28fae73a7cee04c53ca9e5a31d
ndroid.mk
4fe76d31717408419e99d1714e7867578126bec5 16-Nov-2016 Yang Ni <yangni@google.com> Merge "[NFC] Add missing copyright headers to lldb tests"
7d72c9e5ad10e85789a0bc2e63c3f918c609ae49 15-Nov-2016 Chih-Hung Hsieh <chh@google.com> Remove unneeded using namespace statements.

* To suppress clang-tidy warnings on the "using namespace ..." statements.
* Most of them can be removed because "using namespace android::RSC"
is already in the generated ScriptC_*.h files.

Bug: 32670901
Test: build with WITH_TIDY=1
Change-Id: I493e5043a3240bbd1c1fdaca8a69855222b728f6
aitAttach.cpp
5bbcc3861c44435f89481f80946ef5c9c49968f2 11-Nov-2016 Luke Drummond <luke.drummond@codeplay.com> [NFC] Add missing copyright headers to lldb tests

Test: NFC

Change-Id: I94fb6b3965887f24188d9afdc7b115c370f42b3f
Signed-off-by: Luke Drummond <luke.drummond@codeplay.com>
aitAttach.cpp
imple.rs
dcecc0c8d22e894525e25a122ce25129b51338f2 28-Mar-2016 Dean De Leo <dean@codeplay.com> Python test suite for debugging a RenderScript app using lldb.

Includes testing for newly introduced lldb commands, which are subcommands
of "language renderscript". The targets ARM, AArch64, x86, x86-64 and
Mips32 are fully supported and should expect a 100% pass rate.

Change-Id: Ida882056b3627b380dfda880e22a121d68d79922
ndroid.mk
aitAttach.cpp
imple.rs