Searched refs:lldb_private (Results 276 - 300 of 890) sorted by relevance

<<11121314151617181920>>

/external/lldb/source/API/
H A DSBBreakpoint.cpp34 using namespace lldb_private;
114 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
221 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
248 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
287 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
330 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
347 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
362 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
378 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
387 Log *log(lldb_private
[all...]
H A DSBHostOS.cpp17 using namespace lldb_private;
50 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
H A DSBInputReader.cpp23 using namespace lldb_private;
36 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
46 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
87 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
197 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
H A DSBValue.cpp53 using namespace lldb_private;
111 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
322 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
337 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
360 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
388 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
398 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
427 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
448 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
469 Log *log(lldb_private
[all...]
H A DSBCommandInterpreter.cpp30 using namespace lldb_private;
64 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
113 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
131 log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API);
151 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
172 lldb_private::StringList lldb_matches;
236 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
252 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
276 SBCommandInterpreter::reset (lldb_private::CommandInterpreter *interpreter)
298 Log *log(lldb_private
[all...]
/external/lldb/include/lldb/API/
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 DSBBreakpoint.h152 lldb_private::Breakpoint *
155 lldb_private::Breakpoint *
166 lldb_private::StoppointCallbackContext *context,
H A DSBCommunication.h92 lldb_private::Communication *m_opaque;
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h21 namespace lldb_private { namespace
171 GetListMutex (lldb_private::Mutex::Locker &locker);
191 } // namespace lldb_private
H A DBreakpointLocationList.h23 namespace lldb_private { namespace
255 typedef std::map<lldb_private::Address,
267 } // namespace lldb_private
H A DBreakpointIDList.h23 namespace lldb_private { namespace
80 } // namespace lldb_private
H A DBreakpointResolverAddress.h19 namespace lldb_private { namespace
72 } // namespace lldb_private
/external/lldb/include/lldb/Expression/
H A DClangExpressionParser.h22 namespace lldb_private namespace
118 lldb_private::ExecutionPolicy execution_policy);
H A DClangUserExpression.h35 namespace lldb_private namespace
107 lldb_private::ExecutionPolicy execution_policy,
348 lldb_private::ExecutionPolicy execution_policy,
361 lldb_private::ExecutionPolicy execution_policy,
381 lldb_private::Error &err);
430 } // namespace lldb_private
/external/lldb/include/lldb/Target/
H A DTargetList.h21 namespace lldb_private { namespace
33 /// lldb_private::Debugger::GetSharedInstance().GetTargetList().
35 /// @see static TargetList& lldb_private::Debugger::GetTargetList().
192 FindTargetWithProcess (lldb_private::Process *process) const;
237 } // namespace lldb_private
/external/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp24 using namespace lldb_private;
86 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_BREAKPOINTS));
/external/lldb/source/Core/
H A DAddressResolverFileLine.cpp20 using namespace lldb_private;
55 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_BREAKPOINTS));
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.h44 bool Extract(const lldb_private::DataExtractor &data, lldb::offset_t *offset_ptr);
45 void Dump(lldb_private::Stream *s) const;
/external/lldb/source/Symbol/
H A DSymbolFile.cpp19 using namespace lldb_private;
85 lldb_private::ClangASTContext &
/external/lldb/source/
H A Dlldb.cpp83 using namespace lldb_private;
86 lldb_private::Initialize ()
171 lldb_private::WillTerminate()
177 lldb_private::Terminate ()
270 lldb_private::GetVersion ()
335 lldb_private::GetVoteAsCString (Vote vote)
348 lldb_private::GetSectionTypeAsCString (SectionType sect_type)
394 lldb_private::NameMatches (const char *name,
/external/lldb/source/Target/
H A DThreadPlanStepThrough.cpp27 using namespace lldb_private;
66 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP));
99 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP));
250 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP));
281 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP));
H A DThreadPlanStepInstruction.cpp27 using namespace lldb_private;
113 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP));
216 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP));
/external/lldb/source/Expression/
H A DIRForTarget.cpp44 IRForTarget::StaticDataAllocator::StaticDataAllocator(lldb_private::IRExecutionUnit &execution_unit) :
46 m_stream_string(lldb_private::Stream::eBinary, execution_unit.GetAddressByteSize(), execution_unit.GetByteOrder()),
74 lldb_private::Error err;
95 IRForTarget::IRForTarget (lldb_private::ClangExpressionDeclMap *decl_map,
97 lldb_private::IRExecutionUnit &execution_unit,
98 lldb_private::Stream *error_stream,
162 lldb_private::ConstString &name,
165 lldb_private::Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
187 static lldb_private
[all...]
/external/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp19 using namespace lldb_private;
181 lldb_private::ConstString
198 lldb_private::ConstString
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.h21 namespace lldb_private { namespace
114 static lldb_private::LanguageRuntime *
117 static lldb_private::ConstString
193 } // namespace lldb_private

Completed in 635 milliseconds

<<11121314151617181920>>