HomeSort by relevance Sort by last modified time
    Searched refs:lldb (Results 1 - 25 of 39) sorted by null

1 2

  /frameworks/rs/tests/lldb/tests/harness/
util_lldb.py 15 '''Module that contains the class UtilLLDB, which provides lldb utility
23 import lldb
25 print('unable to import lldb')
26 print('please run "lldb -P" and add to $PYTHONPATH')
31 '''Provides utility methods to interface with lldb's python bindings.'''
35 '''Initialise the lldb debugger framework.'''
36 lldb.SBDebugger_Initialize()
40 '''Terminate the lldb debugger framework.
45 assert lldb
46 lldb.SBDebugger_Terminate(
    [all...]
test_base.py 39 This exception is thrown if a lldb command does not return the expected
48 self._lldb = None # handle to the lldb module
49 self._ci = None # instance of the lldb command interpreter for this test
77 def run(self, dbg, remote_pid, lldb):
84 lldb: A handle to the lldb module.
136 '''Check that LLDB is stopped in a RenderScript frame
138 Use the LLDB API to check that the language of the current frame
156 '''Run an lldb command and return the output.
159 cmd: The string representing the lldb command to run
    [all...]
test_base_remote.py 34 # port used by lldb-server on the device.
41 '''Call lldb to set the source mapping of a given file.
43 Set lldb's source mapping of a given file to a given path. This can be
61 # (lldb) target modules dump line-table scalars.rs
63 # merge_151216/frameworks/rs/tests/lldb/java/BranchingFunCalls/src/rs/
64 # frameworks/rs/tests/lldb/java/BranchingFunCalls/src/rs/scalars.rs in
67 # merge_151216/frameworks/rs/tests/lldb/java/BranchingFunCalls/src/rs/
83 '''Connect to an lldb platform that has been started elsewhere.
86 lldb_module: A handle to the lldb module.
120 log.warning('Connection to lldb server was refused.
    [all...]
RS_funs.py 22 Also contains utility functions to build an LLDB expression from a single
    [all...]
  /frameworks/rs/tests/lldb/cpp/Allocations/
Android.mk 12 include frameworks/rs/tests/lldb/cpp/common.mk
  /frameworks/rs/tests/lldb/cpp/BranchingFunCalls/
Android.mk 10 include frameworks/rs/tests/lldb/cpp/common.mk
  /frameworks/rs/tests/lldb/cpp/InfiniteLoop/
Android.mk 10 include frameworks/rs/tests/lldb/cpp/common.mk
  /frameworks/rs/tests/lldb/cpp/KernelVariables/
Android.mk 10 include frameworks/rs/tests/lldb/cpp/common.mk
  /frameworks/rs/tests/lldb/cpp/MultipleRSFiles/
Android.mk 11 include frameworks/rs/tests/lldb/cpp/common.mk
  /frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Android.mk 12 include frameworks/rs/tests/lldb/jni/common.mk
  /frameworks/rs/tests/lldb/jni/BranchingFunCalls/jnibranchingfuncalls/
Android.mk 10 include frameworks/rs/tests/lldb/jni/common.mk
  /frameworks/rs/tests/lldb/jni/DebugWaitAttach/jnidebugwaitattach/
Android.mk 10 include frameworks/rs/tests/lldb/jni/common.mk
  /frameworks/rs/tests/lldb/jni/InfiniteLoop/jniinfiniteloop/
Android.mk 10 include frameworks/rs/tests/lldb/jni/common.mk
  /frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
Android.mk 10 include frameworks/rs/tests/lldb/jni/common.mk
  /frameworks/rs/tests/lldb/jni/MultipleRSFiles/jnimultiplersfiles/
Android.mk 10 include frameworks/rs/tests/lldb/jni/common.mk
  /frameworks/rs/tests/lldb/jni/NoDebugWaitAttach/jninodebugwaitattach/
Android.mk 8 include frameworks/rs/tests/lldb/jni/common.mk
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/
lldbefi.py 14 import lldb
34 SBError = lldb.SBError()
157 SBError = lldb.SBError()
195 SBError = lldb.SBError()
285 if (Address == lldb.LLDB_INVALID_ADDRESS):
312 # Set the default print formating for EFI types in lldb.
313 # seems lldb defaults to decimal.
316 FormatBool = lldb.SBTypeFormat(lldb.eFormatBoolean)
317 category.AddTypeFormat(lldb.SBTypeNameSpecifier("BOOLEAN"), FormatBool
    [all...]
  /frameworks/rs/tests/lldb/cpp/WaitAttach/
Android.mk 10 include frameworks/rs/tests/lldb/cpp/common.mk
21 include frameworks/rs/tests/lldb/cpp/common.mk
  /frameworks/rs/tests/lldb/
config.py 15 '''LLDB-Renderscript test suite configuration file.
39 '''Specify host port which lldb-server will be forwarded to.
41 Specify the starting host port number that lldb-server (on the target)
48 '''Specify the port number that lldb-server (on the device) listens on.
50 When lldb-server is spawned on the device it will listen on this port.
56 '''Path to the lldb-server executable on the device.'''
57 return '/data/lldb-server'
61 '''Path to the lldb-server executable on host (if using -run-emu).'''
62 return 'lldb-server'
81 '''The path to lldb executable on the host.''
    [all...]
  /external/swiftshader/third_party/LLVM/tools/
Makefile 15 # Build LLDB if present. Note LLDB must be built last as it depends on the
17 OPTIONAL_DIRS := lldb
35 OPTIONAL_DIRS := $(findstring lldb,$(ONLY_TOOLS))
36 PARALLEL_DIRS := $(filter-out lldb,$(ONLY_TOOLS))
  /prebuilts/go/darwin-x86/src/runtime/
runtime-lldb_test.go 25 cmd := exec.Command("lldb", "-P")
28 t.Skipf("skipping due to issue running lldb: %v\n%s", err, out)
32 cmd = exec.Command("/usr/bin/python2.7", "-c", "import sys;sys.path.append(sys.argv[1]);import lldb; print('go lldb python support')", lldbPath)
38 if string(out) != "go lldb python support\n" {
39 t.Skipf("skipping due to lack of python lldb support: %s", out)
78 import lldb
83 debugger = lldb.SBDebugger.Create()
95 process.broadcaster.AddListener(listener, lldb.SBProcess.eBroadcastBitStateChanged)
97 event = lldb.SBEvent(
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
runtime-lldb_test.go 25 cmd := exec.Command("lldb", "-P")
28 t.Skipf("skipping due to issue running lldb: %v\n%s", err, out)
32 cmd = exec.Command("/usr/bin/python2.7", "-c", "import sys;sys.path.append(sys.argv[1]);import lldb; print('go lldb python support')", lldbPath)
38 if string(out) != "go lldb python support\n" {
39 t.Skipf("skipping due to lack of python lldb support: %s", out)
78 import lldb
83 debugger = lldb.SBDebugger.Create()
95 process.broadcaster.AddListener(listener, lldb.SBProcess.eBroadcastBitStateChanged)
97 event = lldb.SBEvent(
    [all...]
  /frameworks/rs/tests/lldb/tests/
run_test.py 55 lldb-server to it in platform mode.
93 # spawn lldb platform on the target device
141 assert state.lldb
145 test_failures = state.test.run(state.lldb, state.pid, state.lldb_module)
274 parser = argparse.ArgumentParser("Run a single RenderScript TestSuite against lldb")
312 # startup lldb and register teardown handler
347 # create an lldb instance
348 lldb = UtilLLDB.create_debugger()
355 lldb=lldb,
    [all...]
  /prebuilts/go/darwin-x86/misc/ios/
go_darwin_arm_exec.go 9 // This script supports an extra flag, -lldb, that pauses execution
11 // the remote lldb session. This flag is appended to the end of the
102 // before lldb encounters the initial SIGUSR2 stop. As we
183 // Setting up lldb is flaky. The test binary itself runs when
192 fmt.Printf("lldb setup error: %v\n", err)
212 // ios-deploy invokes lldb to give us a shell session with the app.
220 i := bytes.Index(b, []byte("(lldb) process continue"))
228 // Script LLDB. Oh dear.
237 if opts.lldb {
253 // Just to make things fun, lldb sometimes translates \n into \r\n
    [all...]
  /prebuilts/go/linux-x86/misc/ios/
go_darwin_arm_exec.go 9 // This script supports an extra flag, -lldb, that pauses execution
11 // the remote lldb session. This flag is appended to the end of the
102 // before lldb encounters the initial SIGUSR2 stop. As we
183 // Setting up lldb is flaky. The test binary itself runs when
192 fmt.Printf("lldb setup error: %v\n", err)
212 // ios-deploy invokes lldb to give us a shell session with the app.
220 i := bytes.Index(b, []byte("(lldb) process continue"))
228 // Script LLDB. Oh dear.
237 if opts.lldb {
253 // Just to make things fun, lldb sometimes translates \n into \r\n
    [all...]

Completed in 465 milliseconds

1 2