Home
last modified time | relevance | path

Searched refs:lldbassert (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLLDBAssert.h15 #define lldbassert(x) assert(x) macro
21 #define lldbassert(x) \ macro
25 #define lldbassert(x) \ macro
H A DSharedCluster.h45 lldbassert(false && "object not found in shared cluster when expected"); in GetSharedPointer()
H A DCompletionRequest.h211 lldbassert(completions.GetSize() == descriptions.GetSize()); in AddCompletions()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointHitCounter.h25 lldbassert(std::numeric_limits<uint32_t>::max() - m_hit_count >= difference);
30 lldbassert(m_hit_count >= difference);
H A DBreakpointSite.h192 lldbassert(BreakpointSite::Type::eHardware == GetType() || in GetType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp417 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 DPdbIndex.cpp44 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 DPdbAstBuilder.cpp112 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 DCompileUnitIndex.cpp84 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 DUdtRecordCompleter.cpp130 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 DPdbUtil.cpp277 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 DCoroutines.cpp39 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 DLibCxxVariant.cpp80 lldbassert(false && "Unknown index type size"); in VariantNposValue()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDiagnostics.cpp24 lldbassert(!InstanceImpl() && "Already initialized."); in Initialize()
29 lldbassert(InstanceImpl() && "Already terminated."); in Terminate()
H A DSelectHelper.cpp98 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 DGDBRemoteClientBase.cpp317 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 DSymbolFilePDB.cpp204 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 DIRMemoryMap.cpp107 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 DScriptedThread.cpp27 lldbassert(m_script_object_sp && "Invalid Script Object."); in CheckInterpreterAndScriptObject()
28 lldbassert(GetInterface() && "Invalid Scripted Thread Interface."); in CheckInterpreterAndScriptObject()
H A DScriptedProcess.h123 lldbassert(m_interface_up && "Invalid scripted process interface."); in CheckScriptedInterface()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp84 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 DStringPrinter.cpp164 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 DOptionValueProperties.cpp380 lldbassert(global_props_sp); in CreateLocalCopy()
392 lldbassert(props_value_ptr); in DeepCopy()
H A DCommandInterpreter.cpp1147 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 DBreakpointSite.cpp162 lldbassert(GetType() == Type::eSoftware); in IntersectsRange()

123