/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | LLDBAssert.h | 15 #define lldbassert(x) assert(x) macro 21 #define lldbassert(x) \ macro 25 #define lldbassert(x) \ macro
|
H A D | SharedCluster.h | 45 lldbassert(false && "object not found in shared cluster when expected"); in GetSharedPointer()
|
H A D | CompletionRequest.h | 211 lldbassert(completions.GetSize() == descriptions.GetSize()); in AddCompletions()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | StoppointHitCounter.h | 25 lldbassert(std::numeric_limits<uint32_t>::max() - m_hit_count >= difference); 30 lldbassert(m_hit_count >= difference);
|
H A D | BreakpointSite.h | 192 lldbassert(BreakpointSite::Type::eHardware == GetType() || in GetType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 417 lldbassert(block.Parent != 0); in CreateBlock() 421 lldbassert(func); in CreateBlock() 469 lldbassert(false && "Symbol is not a block!"); in CreateBlock() 479 lldbassert(cci); in CreateFunction() 482 lldbassert(sym_record.kind() == S_LPROC32 || sym_record.kind() == S_GPROC32); in CreateFunction() 996 lldbassert(emplace_result.first->second); in GetOrCreateCompileUnit() 1023 lldbassert(index < UINT16_MAX); in ParseCompileUnitAtIndex() 1035 lldbassert(uid.kind() == PdbSymUidKind::Compiland); in ParseLanguage() 1039 lldbassert(item); in ParseLanguage() 1051 lldbassert(uid.kind() == PdbSymUidKind::Compiland); in ParseFunctions() [all …]
|
H A D | PdbIndex.cpp | 44 lldbassert(file); in create() 117 lldbassert(cci.m_symbols_by_va.empty() && in BuildAddrToSymbolMap() 190 lldbassert(iter != cci->m_debug_stream.getSymbolArray().end()); in ReadSymbolRecord()
|
H A D | PdbAstBuilder.cpp | 112 lldbassert(false && "Invalid tag record kind!"); in TranslateUdtKind() 439 lldbassert(status_iter != m_decl_to_status.end()); in CompleteTagDecl() 450 lldbassert(IsTagRecord(type_id, index.tpi())); in CompleteTagDecl() 462 lldbassert(IsTagRecord(cvt)); in CompleteTagDecl() 623 lldbassert(ct.IsValid()); in CreateRecordType() 727 lldbassert(sym.kind() == S_UDT); in GetOrCreateTypedefDecl() 842 lldbassert(m_decl_to_status.count(tag) == 0); in GetOrCreateType() 956 lldbassert(m_uid_to_decl.count(func_uid) == 0); in GetOrCreateInlinedFunctionDecl() 964 lldbassert(func_tid.is_ipi); in CreateFunctionDeclFromId() 1001 lldbassert(fals in CreateFunctionDeclFromId() [all...] |
H A D | CompileUnitIndex.cpp | 84 lldbassert(!item.m_obj_name); in ParseExtendedInfo() 85 lldbassert(!item.m_compile_opts); in ParseExtendedInfo() 86 lldbassert(item.m_build_info.empty()); in ParseExtendedInfo()
|
H A D | UdtRecordCompleter.cpp | 130 lldbassert(decl); in visitKnownMember() 449 lldbassert(offset >= start_offset); in ConstructRecord() 455 lldbassert(!end_offset_map.empty()); in ConstructRecord() 480 lldbassert(parent == &record && in ConstructRecord() 490 lldbassert(parent == &record && in ConstructRecord()
|
H A D | PdbUtil.cpp | 277 lldbassert(false && "Invalid symbol record kind!"); in CVSymToPDBSym() 306 lldbassert(false && "Invalid type record kind!"); in CVTypeToPDBType() 437 lldbassert(false && "Record does not have a segment/offset!"); in GetSegmentAndOffset() 491 lldbassert(false && "Record does not have a segment/offset/length triple!"); in GetSegmentOffsetAndLength() 593 lldbassert(modifier.kind() == LF_MODIFIER); in LookThroughModifierRecord() 656 lldbassert(false && "Invalid variable record kind!"); in GetVariableNameInfo() 664 lldbassert(!ranges.IsEmpty()); in GetCorrespondingFrameData() 802 lldbassert(func_block_cvs.kind() == S_GPROC32 || in GetVariableLocationInfo()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | Coroutines.cpp | 39 lldbassert(addr_type == AddressType::eAddressTypeLoad); in GetCoroFramePtrFromHandle() 161 lldbassert(m_resume_ptr_sp); in Update() 164 lldbassert(m_destroy_ptr_sp); in Update()
|
H A D | LibCxxVariant.cpp | 80 lldbassert(false && "Unknown index type size"); in VariantNposValue()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Diagnostics.cpp | 24 lldbassert(!InstanceImpl() && "Already initialized."); in Initialize() 29 lldbassert(InstanceImpl() && "Already terminated."); in Terminate()
|
H A D | SelectHelper.cpp | 98 lldbassert(m_fd_map.size() <= FD_SETSIZE); in Select() 111 lldbassert(fd < static_cast<int>(FD_SETSIZE)); in Select()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteClientBase.cpp | 317 lldbassert(m_acquired); in unlock() 332 lldbassert(!m_acquired); in lock() 345 lldbassert(!m_comm.m_is_running); in lock()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.cpp | 204 lldbassert(obj_load_address && obj_load_address != LLDB_INVALID_ADDRESS); in InitializeObject() 208 lldbassert(m_global_scope_up.get()); in InitializeObject() 230 lldbassert(last_compiland_up.get()); in CalculateNumCompileUnits() 761 lldbassert(sc.module_sp == cu_sp->GetModule()); in ResolveSymbolContext() 866 lldbassert(line_table); in ResolveSymbolContext() 1142 lldbassert(sc.module_sp.get()); in FindGlobalVariables() 1185 lldbassert(sc.module_sp.get()); in FindGlobalVariables() 1324 lldbassert((name_type_mask & eFunctionNameTypeAuto) == 0); in FindFunctions() 1755 lldbassert(index != UINT32_MAX); in ParseCompileUnitForUID() 1924 lldbassert(result_up->getChildCount() == 1); in GetMangledForPDBFunc()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRMemoryMap.cpp | 107 lldbassert(false && "Invalid address size."); in FindSpace() 138 lldbassert(0 && "GetMemoryRegionInfo() succeeded, then failed"); in FindSpace() 153 lldbassert(0 && "The allocation address for expression evaluation must " in FindSpace() 172 lldbassert(false && "Invalid address size."); in FindSpace()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedThread.cpp | 27 lldbassert(m_script_object_sp && "Invalid Script Object."); in CheckInterpreterAndScriptObject() 28 lldbassert(GetInterface() && "Invalid Scripted Thread Interface."); in CheckInterpreterAndScriptObject()
|
H A D | ScriptedProcess.h | 123 lldbassert(m_interface_up && "Invalid scripted process interface."); in CheckScriptedInterface()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectMultiword.cpp | 84 lldbassert((&GetCommandInterpreter() == &cmd_obj_sp->GetCommandInterpreter()) && in LoadSubCommand() 103 lldbassert((&GetCommandInterpreter() == &cmd_obj_sp->GetCommandInterpreter()) && in LoadUserSubcommand()
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | StringPrinter.cpp | 164 lldbassert(escaped_len > 0 && "unknown string escape style"); in GetPrintableImpl() 211 lldbassert(escaped_len > 0 && "unknown string escape style"); in GetPrintableImpl()
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValueProperties.cpp | 380 lldbassert(global_props_sp); in CreateLocalCopy() 392 lldbassert(props_value_ptr); in DeepCopy()
|
H A D | CommandInterpreter.cpp | 1147 lldbassert((this == &cmd_sp->GetCommandInterpreter()) && in AddCommand() 1172 lldbassert((this == &cmd_sp->GetCommandInterpreter()) && in AddUserCommand() 1356 lldbassert((this == &command_obj_sp->GetCommandInterpreter()) && in AddAlias() 3023 lldbassert(m_iohandler_nesting_level == 0); in StartHandlingCommand() 3025 lldbassert(m_iohandler_nesting_level > 0); in StartHandlingCommand() 3030 lldbassert(m_iohandler_nesting_level > 0); in FinishHandlingCommand() 3033 lldbassert(prev_state != CommandHandlingState::eIdle); in FinishHandlingCommand() 3049 lldbassert(!was_interrupted || m_iohandler_nesting_level > 0); in WasInterrupted() 3499 lldbassert(num_matches == 0); in ResolveCommandImpl()
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointSite.cpp | 162 lldbassert(GetType() == Type::eSoftware); in IntersectsRange()
|