Add JVMTI breakpoint and SingleStep tests

Tests for functionality related to the can_generate_single_step_events
and can_generate_breakpoint_events jvmti capabilities.

Bug: 62821960
Test: ./test.py --host -j40
Test: ./test/run-test --host --jvmti-step-stress 001-HelloWorld
Test: ./test/run-test --host --jvmti-step-stress 914
Change-Id: Id2a4db5a6de3a97726f03f5e735c2bb77dafe4ca
diff --git a/test/Android.bp b/test/Android.bp
index 23ffc7e..0dff01b 100644
--- a/test/Android.bp
+++ b/test/Android.bp
@@ -281,6 +281,8 @@
         "989-method-trace-throw/method_trace.cc",
         "991-field-trace-2/field_trace.cc",
         "992-source-data/source_file.cc",
+        "993-breakpoints/breakpoints.cc",
+        "996-breakpoint-obsolete/obsolete_breakpoints.cc",
     ],
     shared_libs: [
         "libbase",