Lines Matching full:api
1 Scripting Bridge API
4 The SB APIs constitute the stable C++ API that lldb presents to external
10 The classes in the SB API's are all called SB<SomeName>, where SomeName is in
14 All the SB API classes are non-virtual, single inheritance classes. They should
23 unique_ptr to the object in the lldb_private API. All the lldb_private classes
39 In order to fit into the Python API's, we need to be able to default construct
46 Another piece of the SB API infrastructure is the Python (or other script
55 C++ API's for an SB class, you have to copy the interface to the .i file.
57 API Instrumentation
60 The reproducer infrastructure requires API methods to be instrumented so that
71 $ ./bin/lldb-instr /path/to/lldb/source/API/SBDebugger.cpp