Home
last modified time | relevance | path

Searched refs:LLDB_INVALID_OFFSET (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DMappedHash.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp240 if (!bytes_copied || bytes_copied == LLDB_INVALID_OFFSET) in DoReadMemory()
261 if (!bytes_written || bytes_written == LLDB_INVALID_OFFSET) in DoWriteMemory()
474 lldb::offset_t slide = LLDB_INVALID_OFFSET; in GetLoadedDynamicLibrariesInfos()
481 if (slide != LLDB_INVALID_OFFSET) in GetLoadedDynamicLibrariesInfos()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedProcessPythonInterface.cpp144 return LLDB_INVALID_OFFSET; in WriteMemoryAtAddress()
150 return obj->GetUnsignedIntegerValue(LLDB_INVALID_OFFSET); in WriteMemoryAtAddress()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-defines.h93 #define LLDB_INVALID_OFFSET UINT64_MAX // Must match max of lldb::offset_t macro
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedProcessInterface.h65 return LLDB_INVALID_OFFSET; in WriteMemoryAtAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp551 size = size_vo->GetValueAsUnsigned(LLDB_INVALID_OFFSET); in ExtractLibcxxStringInfo()
552 uint64_t capacity = capacity_vo->GetValueAsUnsigned(LLDB_INVALID_OFFSET); in ExtractLibcxxStringInfo()
555 if (size == LLDB_INVALID_OFFSET || capacity == LLDB_INVALID_OFFSET || in ExtractLibcxxStringInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.cpp82 return LLDB_INVALID_OFFSET; in GetDesiredIndentation()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp391 return LLDB_INVALID_OFFSET; in GetOpcodeDataSize()
423 if (op_arg_size == LLDB_INVALID_OFFSET) in GetLocation_DW_OP_addr()
484 if (op_arg_size == LLDB_INVALID_OFFSET) in Update_DW_OP_addr()
501 if (op_arg_size == LLDB_INVALID_OFFSET) in ContainsThreadLocalStorage()
581 if (op_arg_size == LLDB_INVALID_OFFSET) in LinkThreadLocalStorage()
H A DREPL.cpp185 if (desired_indent == LLDB_INVALID_OFFSET) in IOHandlerFixIndentation()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h920 lldb::offset_t length = LLDB_INVALID_OFFSET);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp448 return LLDB_INVALID_OFFSET; in BinarySearchRegularSecondPage()
567 if (entry_offset == LLDB_INVALID_OFFSET) { in GetCompactUnwindInfoForFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h327 return LLDB_INVALID_OFFSET; in GetVendorDWARFOpcodeSize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp195 else if (file_offset != LLDB_INVALID_OFFSET && in FindCachedArchive()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp552 offset = LLDB_INVALID_OFFSET; in DumpDataExtractor()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst86 .. py:data:: LLDB_INVALID_OFFSET