Searched refs:lldb_private (Results 1 - 25 of 890) sorted by last modified time

1234567891011>>

/external/lldb/include/lldb/API/
H A DSBAddress.h122 lldb_private::Address *
125 const lldb_private::Address *
128 lldb_private::Address *
131 lldb_private::Address &
134 const lldb_private::Address &
137 SBAddress (const lldb_private::Address *lldb_object_ptr);
140 SetAddress (const lldb_private::Address *lldb_object_ptr);
144 std::unique_ptr<lldb_private::Address> m_opaque_ap;
H A DSBBlock.h106 lldb_private::Block *
110 SetPtr (lldb_private::Block *lldb_object_ptr);
112 SBBlock (lldb_private::Block *lldb_object_ptr);
115 AppendVariables (bool can_create, bool get_parent_variables, lldb_private::VariableList *var_list);
117 lldb_private::Block *m_opaque_ptr;
H A DSBBreakpoint.h152 lldb_private::Breakpoint *
155 lldb_private::Breakpoint *
166 lldb_private::StoppointCallbackContext *context,
H A DSBBreakpointLocation.h99 friend class lldb_private::ScriptInterpreterPython;
H A DSBBroadcaster.h82 SBBroadcaster (lldb_private::Broadcaster *broadcaster, bool owns);
84 lldb_private::Broadcaster *
88 reset (lldb_private::Broadcaster *broadcaster, bool owns);
92 lldb_private::Broadcaster *m_opaque_ptr;
H A DSBCommandInterpreter.h123 SBCommandInterpreter (lldb_private::CommandInterpreter *interpreter_ptr = NULL); // Access using SBDebugger::GetCommandInterpreter();
127 lldb_private::CommandInterpreter &
130 lldb_private::CommandInterpreter *
134 reset (lldb_private::CommandInterpreter *);
141 lldb_private::CommandInterpreter *m_opaque_ptr;
H A DSBCommandReturnObject.h31 SBCommandReturnObject (lldb_private::CommandReturnObject *ptr);
33 lldb_private::CommandReturnObject *
112 lldb_private::CommandReturnObject *
115 lldb_private::CommandReturnObject *
118 lldb_private::CommandReturnObject &
121 lldb_private::CommandReturnObject &
125 SetLLDBObjectPtr (lldb_private::CommandReturnObject *ptr);
128 std::unique_ptr<lldb_private::CommandReturnObject> m_opaque_ap;
H A DSBCommunication.h92 lldb_private::Communication *m_opaque;
H A DSBCompileUnit.h96 SBCompileUnit (lldb_private::CompileUnit *lldb_object_ptr);
98 const lldb_private::CompileUnit *
101 const lldb_private::CompileUnit &
104 lldb_private::CompileUnit *
108 reset (lldb_private::CompileUnit *lldb_object_ptr);
110 lldb_private::CompileUnit *m_opaque_ptr;
H A DSBData.h151 lldb_private::DataExtractor *
154 lldb_private::DataExtractor *
H A DSBDebugger.h323 lldb_private::Debugger *
326 lldb_private::Debugger &
H A DSBDeclaration.h63 lldb_private::Declaration *
69 const lldb_private::Declaration *
72 lldb_private::Declaration &
75 const lldb_private::Declaration &
78 SBDeclaration (const lldb_private::Declaration *lldb_object_ptr);
81 SetDeclaration (const lldb_private::Declaration &lldb_object_ref);
83 std::unique_ptr<lldb_private::Declaration> m_opaque_ap;
H A DSBError.h81 lldb_private::Error *
84 lldb_private::Error *
87 const lldb_private::Error &
90 lldb_private::Error &
94 SetError (const lldb_private::Error &lldb_error);
97 std::unique_ptr<lldb_private::Error> m_opaque_ap;
H A DSBEvent.h89 reset (lldb_private::Event* event);
91 lldb_private::Event *
97 mutable lldb_private::Event *m_opaque_ptr;
H A DSBExpressionOptions.h70 SBExpressionOptions (lldb_private::EvaluateExpressionOptions &expression_options);
72 lldb_private::EvaluateExpressionOptions *
75 lldb_private::EvaluateExpressionOptions &
84 mutable std::unique_ptr<lldb_private::EvaluateExpressionOptions> m_opaque_ap;
H A DSBFileSpec.h73 SBFileSpec (const lldb_private::FileSpec& fspec);
76 SetFileSpec (const lldb_private::FileSpec& fspec);
78 const lldb_private::FileSpec *
81 const lldb_private::FileSpec *
84 const lldb_private::FileSpec &
87 const lldb_private::FileSpec &
90 std::unique_ptr<lldb_private::FileSpec> m_opaque_ap;
H A DSBFileSpecList.h54 const lldb_private::FileSpecList *
57 const lldb_private::FileSpecList *
60 const lldb_private::FileSpecList &
63 const lldb_private::FileSpecList &
66 std::unique_ptr<lldb_private::FileSpecList> m_opaque_ap;
H A DSBFrame.h228 friend class lldb_private::ScriptInterpreterPython;
H A DSBFunction.h73 lldb_private::Function *
77 reset (lldb_private::Function *lldb_object_ptr);
84 SBFunction (lldb_private::Function *lldb_object_ptr);
87 lldb_private::Function *m_opaque_ptr;
H A DSBInputReader.h66 lldb_private::InputReader *
75 lldb_private::InputReader *
78 lldb_private::InputReader &
85 lldb_private::InputReader &reader,
H A DSBLineEntry.h70 lldb_private::LineEntry *
79 const lldb_private::LineEntry *
82 lldb_private::LineEntry &
85 const lldb_private::LineEntry &
88 SBLineEntry (const lldb_private::LineEntry *lldb_object_ptr);
91 SetLineEntry (const lldb_private::LineEntry &lldb_object_ref);
93 std::unique_ptr<lldb_private::LineEntry> m_opaque_ap;
H A DSBListener.h107 SBListener (lldb_private::Listener &listener);
111 lldb_private::Listener *
114 lldb_private::Listener *
117 lldb_private::Listener &
120 lldb_private::Listener &
123 const lldb_private::Listener &
127 reset(lldb_private::Listener *listener, bool transfer_ownership);
130 lldb_private::Listener *m_opaque_ptr;
H A DSBModuleSpec.h109 std::unique_ptr<lldb_private::ModuleSpec> m_opaque_ap;
149 std::unique_ptr<lldb_private::ModuleSpecList> m_opaque_ap;
H A DSBSourceManager.h44 SBSourceManager(lldb_private::SourceManager *source_manager);
48 std::unique_ptr<lldb_private::SourceManagerImpl> m_opaque_ap;
H A DSBStream.h93 lldb_private::Stream *
96 lldb_private::Stream *
99 lldb_private::Stream &
105 std::unique_ptr<lldb_private::Stream> m_opaque_ap;

Completed in 86 milliseconds

1234567891011>>