/openbsd/gnu/llvm/lldb/source/Breakpoint/ |
H A D | BreakpointSiteList.cpp | 65 collection::iterator pos = GetIDIterator(break_id); // Predicate in Remove() 75 collection::iterator pos = m_bp_site_list.find(address); in RemoveByAddress() 95 BreakpointSiteList::collection::iterator 103 BreakpointSiteList::collection::const_iterator 114 collection::iterator pos = GetIDIterator(break_id); in FindByID() 125 collection::const_iterator pos = GetIDConstIterator(break_id); in FindByID() 135 collection::iterator iter = m_bp_site_list.find(addr); in FindByAddress() 157 collection::const_iterator pos; in Dump() 158 collection::const_iterator end = m_bp_site_list.end(); in Dump() 178 collection::const_iterator lower, upper, pos; in FindInRange() [all …]
|
H A D | BreakpointLocationCollection.cpp | 36 collection::iterator pos = GetIDPairIterator(bp_id, bp_loc_id); // Predicate in Remove() 60 BreakpointLocationCollection::collection::iterator 69 BreakpointLocationCollection::collection::const_iterator 82 collection::iterator pos = GetIDPairIterator(break_id, break_loc_id); in FindByIDPair() 92 collection::const_iterator pos = in FindByIDPair() 141 collection::iterator pos, begin = m_break_loc_collection.begin(), in ValidForThisThread() 153 collection::const_iterator pos, begin = m_break_loc_collection.begin(), in IsInternal() 170 collection::iterator pos, begin = m_break_loc_collection.begin(), in GetDescription()
|
H A D | BreakpointLocationList.cpp | 70 collection::const_iterator end = m_locations.end(); in FindByID() 71 collection::const_iterator pos = in FindByID() 83 collection::iterator pos, end = m_locations.end(); in FindInModule() 129 collection::const_iterator pos, end = m_locations.end(); in Dump() 155 collection::iterator pos, end = m_locations.end(); in ClearAllBreakpointSites() 162 collection::iterator pos, end = m_locations.end(); in ResolveAllBreakpointSites() 173 collection::const_iterator pos, end = m_locations.end(); in GetHitCount() 188 collection::const_iterator pos, end = m_locations.end(); in GetNumResolvedLocations() 199 collection::iterator pos, end = m_locations.end(); in GetDescription()
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDeclContext.cpp | 28 collection::const_reverse_iterator pos; in GetQualifiedName() 29 collection::const_reverse_iterator begin = m_entries.rbegin(); in GetQualifiedName() 30 collection::const_reverse_iterator end = m_entries.rend(); in GetQualifiedName() 60 collection::const_iterator pos; in operator ==() 61 collection::const_iterator begin = m_entries.begin(); in operator ==() 62 collection::const_iterator end = m_entries.end(); in operator ==() 64 collection::const_iterator rhs_pos; in operator ==() 65 collection::const_iterator rhs_begin = rhs.m_entries.begin(); in operator ==()
|
H A D | UniqueDWARFASTType.h | 67 typedef std::vector<UniqueDWARFASTType> collection; typedef 68 collection m_collection; 86 collection::const_iterator pos = m_collection.find(unique_name_cstr); in Find() 95 typedef llvm::DenseMap<const char *, UniqueDWARFASTTypeList> collection; typedef 96 collection m_collection;
|
H A D | DWARFAttribute.h | 34 typedef std::vector<DWARFAttribute> collection; typedef 35 typedef collection::iterator iterator; 36 typedef collection::const_iterator const_iterator; 76 typedef llvm::SmallVector<AttributeValue, 8> collection; typedef 77 collection m_infos;
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | UnixSignals.cpp | 128 collection::iterator pos = m_signals.find(signo); in RemoveSignal() 135 collection::const_iterator pos = m_signals.find(signo); in GetSignalAsCString() 155 collection::const_iterator pos, end = m_signals.end(); in GetSignalNumberFromName() 179 collection::const_iterator end = m_signals.end(); in GetNextSignalNumber() 194 collection::const_iterator pos = m_signals.find(signo); in GetSignalInfo() 207 collection::const_iterator pos = m_signals.find(signo); in GetShouldSuppress() 214 collection::iterator pos = m_signals.find(signo); in SetShouldSuppress() 231 collection::const_iterator pos = m_signals.find(signo); in GetShouldStop() 238 collection::iterator pos = m_signals.find(signo); in SetShouldStop() 262 collection::iterator pos = m_signals.find(signo); in SetShouldNotify() [all …]
|
H A D | ThreadList.cpp | 239 collection threads_copy; in ShouldStop() 270 collection::iterator pos, end = threads_copy.end(); in ShouldStop() 381 collection::iterator pos, end = m_threads.end(); in ShouldReportStop() 429 collection::iterator pos, end = m_threads.end(); in SetShouldReportStop() 442 collection::iterator pos, end = m_threads.end(); in ShouldReportRun() 497 collection::iterator pos, end = m_threads.end(); in RefreshStateAfterStop() 507 collection::iterator pos, end = m_threads.end(); in DiscardThreadPlans() 520 collection::iterator pos, end = m_threads.end(); in WillResume() 657 collection::iterator pos, end = m_threads.end(); in DidResume() 669 collection::iterator pos, end = m_threads.end(); in DidStop() [all …]
|
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | TypeList.h | 41 typedef std::vector<lldb::TypeSP> collection; typedef 42 typedef AdaptedIterable<collection, lldb::TypeSP, vector_adapter> 62 typedef collection::iterator iterator; 63 typedef collection::const_iterator const_iterator; 65 collection m_types;
|
H A D | TypeMap.h | 44 typedef std::multimap<lldb::user_id_t, lldb::TypeSP> collection; typedef 45 typedef AdaptedIterable<collection, lldb::TypeSP, map_adapter> TypeIterable; 61 typedef collection::iterator iterator; 62 typedef collection::const_iterator const_iterator; 64 collection m_types;
|
H A D | UnwindTable.h | 67 typedef std::map<lldb::addr_t, lldb::FuncUnwindersSP> collection; typedef 68 typedef collection::iterator iterator; 69 typedef collection::const_iterator const_iterator; 72 collection m_unwinds;
|
H A D | VariableList.h | 19 typedef std::vector<lldb::VariableSP> collection; typedef 70 typedef collection::iterator iterator; 71 typedef collection::const_iterator const_iterator; 79 collection m_variables;
|
/openbsd/gnu/llvm/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointLocationCollection.h | 155 typedef std::vector<lldb::BreakpointLocationSP> collection; typedef 157 collection::iterator GetIDPairIterator(lldb::break_id_t break_id, 160 collection::const_iterator 164 collection m_break_loc_collection; 168 typedef AdaptedIterable<collection, lldb::BreakpointLocationSP,
|
H A D | BreakpointSiteList.h | 161 typedef std::map<lldb::addr_t, lldb::BreakpointSiteSP> collection; typedef 163 collection::iterator GetIDIterator(lldb::break_id_t breakID); 165 collection::const_iterator GetIDConstIterator(lldb::break_id_t breakID) const; 168 collection m_bp_site_list; // The breakpoint site list.
|
/openbsd/gnu/llvm/lldb/include/lldb/Target/ |
H A D | ThreadCollection.h | 22 typedef std::vector<lldb::ThreadSP> collection; typedef 23 typedef LockingAdaptedIterable<collection, lldb::ThreadSP, vector_adapter, 29 ThreadCollection(collection threads); 53 collection m_threads;
|
H A D | StackFrameList.h | 113 typedef std::vector<lldb::StackFrameSP> collection; typedef 114 typedef collection::iterator iterator; 115 typedef collection::const_iterator const_iterator; 135 collection m_frames;
|
H A D | PathMappingList.h | 135 typedef std::vector<pair> collection; typedef 136 typedef collection::iterator iterator; 137 typedef collection::const_iterator const_iterator; 143 collection m_pairs;
|
H A D | QueueList.h | 50 typedef std::vector<lldb::QueueSP> collection; typedef 51 typedef LockingAdaptedIterable<collection, lldb::QueueSP, vector_adapter, 101 collection m_queues; ///< The queues for this process.
|
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
H A D | DynamicLoaderDarwin.h | 170 typedef std::vector<ImageInfo> collection; typedef 171 typedef collection::iterator iterator; 172 typedef collection::const_iterator const_iterator; 204 ImageInfo::collection &image_infos); 210 UpdateSpecialBinariesFromNewImageInfos(ImageInfo::collection &image_infos); 217 void AddExecutableModuleIfInImageInfos(ImageInfo::collection &image_infos); 219 bool AddModulesUsingImageInfos(ImageInfo::collection &image_infos); 233 ImageInfo::collection
|
/openbsd/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | VMRange.h | 25 typedef std::vector<VMRange> collection; typedef 26 typedef collection::iterator iterator; 27 typedef collection::const_iterator const_iterator; 84 static bool ContainsValue(const VMRange::collection &coll, 87 static bool ContainsRange(const VMRange::collection &coll,
|
H A D | StringList.h | 27 typedef std::vector<std::string> collection; typedef 60 typedef collection::iterator iterator; 61 typedef collection::const_iterator const_iterator; 133 collection m_strings;
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachThreadList.h | 82 typedef std::vector<MachThreadSP> collection; typedef 83 typedef collection::iterator iterator; 84 typedef collection::const_iterator const_iterator; 97 collection *num_threads = NULL); 100 collection m_threads;
|
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
H A D | DynamicLoaderDarwinKernel.h | 190 typedef std::vector<KextImageInfo> collection; typedef 191 typedef collection::iterator iterator; 192 typedef collection::const_iterator const_iterator; 254 UpdateImageInfosHeaderAndLoadCommands(KextImageInfo::collection &image_infos, 260 KextImageInfo::collection &image_infos); 288 KextImageInfo::collection m_known_kexts;
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | DNBBreakpoint.h | 142 typedef std::map<nub_addr_t, DNBBreakpoint> collection; typedef 143 typedef collection::iterator iterator; 144 typedef collection::const_iterator const_iterator; 145 collection m_breakpoints;
|
/openbsd/gnu/llvm/lldb/include/lldb/Core/ |
H A D | ModuleList.h | 486 collection; ///< The module collection type. typedef 492 collection::iterator RemoveImpl(collection::iterator pos, 498 collection m_modules; ///< The collection of modules. 504 typedef LockingAdaptedIterable<collection, lldb::ModuleSP, vector_adapter, 511 typedef AdaptedIterable<collection, lldb::ModuleSP, vector_adapter>
|