Searched refs:lldb_private (Results 226 - 250 of 890) sorted by relevance

1234567891011>>

/external/lldb/source/API/
H A DSBProcess.cpp41 using namespace lldb_private;
146 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
225 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
239 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
261 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
284 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
305 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
326 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
357 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
380 Log *log(lldb_private
[all...]
H A DSBFunction.cpp23 using namespace lldb_private;
30 SBFunction::SBFunction (lldb_private::Function *lldb_object_ptr) :
65 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
82 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
156 lldb_private::Function *
163 SBFunction::reset (lldb_private::Function *lldb_object_ptr)
/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContext_x86_64.h134 RegisterContext_x86_64 (lldb_private::Thread &thread,
157 const lldb_private::RegisterInfo *
163 const lldb_private::RegisterSet *
173 ReadRegister(const lldb_private::RegisterInfo *reg_info,
174 lldb_private::RegisterValue &value);
180 WriteRegister(const lldb_private::RegisterInfo *reg_info,
181 const lldb_private::RegisterValue &value);
317 virtual const lldb_private::RegisterInfo *
321 ReadRegister(const unsigned reg, lldb_private::RegisterValue &value);
324 WriteRegister(const unsigned reg, const lldb_private
[all...]
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.h51 class RegisterContextDarwin_arm : public lldb_private::RegisterContext
55 RegisterContextDarwin_arm(lldb_private::Thread &thread, uint32_t concrete_frame_idx);
66 virtual const lldb_private::RegisterInfo *
72 virtual const lldb_private::RegisterSet *
76 ReadRegister (const lldb_private::RegisterInfo *reg_info,
77 lldb_private::RegisterValue &reg_value);
80 WriteRegister (const lldb_private::RegisterInfo *reg_info,
81 const lldb_private::RegisterValue &reg_value);
163 LogDBGRegisters (lldb_private::Log *log, const DBG& dbg);
329 static const lldb_private
[all...]
/external/lldb/source/
H A Dlldb-log.cpp22 using namespace lldb_private;
41 lldb_private::GetLogMask ()
50 lldb_private::IsLogVerbose ()
57 lldb_private::GetLogIfAllCategoriesSet (uint32_t mask)
70 lldb_private::LogIfAllCategoriesSet (uint32_t mask, const char *format, ...)
83 lldb_private::LogIfAnyCategoriesSet (uint32_t mask, const char *format, ...)
96 lldb_private::GetLogIfAnyCategoriesSet (uint32_t mask)
105 lldb_private::DisableLog (const char **categories, Stream *feedback_strm)
164 lldb_private::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **categories, Stream *feedback_strm)
233 lldb_private
[all...]
/external/lldb/source/Expression/
H A DIRInterpreter.cpp67 lldb_private::IRMemoryMap &m_memory_map;
80 lldb_private::IRMemoryMap &memory_map,
107 lldb_private::StreamString ss;
123 bool AssignToMatchType (lldb_private::Scalar &scalar, uint64_t u64value, Type *type)
148 bool EvaluateValue (lldb_private::Scalar &scalar, const Value *value, Module &module)
166 lldb_private::DataExtractor value_extractor;
167 lldb_private::Error extract_error;
185 bool AssignValue (const Value *value, lldb_private::Scalar &scalar, Module &module)
192 lldb_private::Scalar cast_scalar;
199 lldb_private
[all...]
/external/lldb/source/Core/
H A DCommunication.cpp24 using namespace lldb_private;
49 lldb_private::LogIfAnyCategoriesSet (LIBLLDB_LOG_OBJECT | LIBLLDB_LOG_COMMUNICATION,
67 lldb_private::LogIfAnyCategoriesSet (LIBLLDB_LOG_OBJECT | LIBLLDB_LOG_COMMUNICATION,
86 lldb_private::LogIfAnyCategoriesSet (LIBLLDB_LOG_COMMUNICATION, "%p Communication::Connect (url = %s)", this, url);
99 lldb_private::LogIfAnyCategoriesSet (LIBLLDB_LOG_COMMUNICATION, "%p Communication::Disconnect ()", this);
138 lldb_private::LogIfAnyCategoriesSet (LIBLLDB_LOG_COMMUNICATION,
212 lldb_private::LogIfAnyCategoriesSet (LIBLLDB_LOG_COMMUNICATION,
238 lldb_private::LogIfAnyCategoriesSet (LIBLLDB_LOG_COMMUNICATION,
258 lldb_private::LogIfAnyCategoriesSet (LIBLLDB_LOG_COMMUNICATION,
297 lldb_private
[all...]
/external/lldb/source/DataFormatters/
H A DLibCxxMap.cpp25 using namespace lldb_private;
26 using namespace lldb_private::formatters;
240 lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::LibcxxStdMapSyntheticFrontEnd (lldb::ValueObjectSP valobj_sp) :
254 lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::CalculateNumChildren ()
271 lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::GetDataType()
289 lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::GetValueOffset (const lldb::ValueObjectSP& node)
303 lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::GetChildAtIndex (size_t idx)
376 lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::Update()
389 lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::MightHaveChildren ()
395 lldb_private
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugPubnamesSet.h73 bool Extract(const lldb_private::DataExtractor& debug_pubnames_data, lldb::offset_t *offset_ptr);
74 void Dump(lldb_private::Log *s) const;
77 void Find(const lldb_private::RegularExpression& regex, std::vector<dw_offset_t>& die_offsets) const;
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h26 namespace lldb_private { namespace
145 } // namespace lldb_private
/external/lldb/include/lldb/Core/
H A DAddressResolver.h26 namespace lldb_private { namespace
87 } // namespace lldb_private
H A DAddressResolverFileLine.h16 namespace lldb_private { namespace
57 } // namespace lldb_private
H A DConnection.h19 namespace lldb_private { namespace
160 } // namespace lldb_private
H A DDataBufferHeap.h19 namespace lldb_private { namespace
136 } // namespace lldb_private
H A DLanguage.h15 namespace lldb_private { namespace
115 } // namespace lldb_private
H A DStreamCallback.h19 namespace lldb_private { namespace
46 } // namespace lldb_private
H A DStreamFile.h24 namespace lldb_private { namespace
73 } // namespace lldb_private
H A DStreamString.h17 namespace lldb_private { namespace
63 } // namespace lldb_private
/external/lldb/include/lldb/Expression/
H A DASTDumper.h20 namespace lldb_private namespace
41 } // namespace lldb_private
/external/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h24 namespace lldb_private namespace
38 lldb_private::SearchFilter *searcher,// A search filter to limit the search...
40 lldb_private::StringList &matches); // The array of matches we return.
111 lldb_private::StringList &matches);
120 lldb_private::StringList &matches);
129 lldb_private::StringList &matches);
138 lldb_private::StringList &matches);
148 lldb_private::StringList &matches);
157 lldb_private::StringList &matches);
306 } // namespace lldb_private
[all...]
H A DCommandHistory.h25 namespace lldb_private { namespace
74 } // namespace lldb_private
H A DOptionGroupArchitecture.h20 namespace lldb_private { namespace
71 } // namespace lldb_private
H A DOptionGroupBoolean.h20 namespace lldb_private { namespace
81 } // namespace lldb_private
H A DOptionGroupOutputFile.h21 namespace lldb_private { namespace
74 } // namespace lldb_private
H A DOptionGroupString.h20 namespace lldb_private { namespace
80 } // namespace lldb_private

Completed in 700 milliseconds

1234567891011>>