Home
last modified time | relevance | path

Searched refs:stack_memory (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBMemoryRegionInfo.cpp28 bool mapped, bool stack_memory) in SBMemoryRegionInfo() argument
30 LLDB_INSTRUMENT_VA(this, name, begin, end, permissions, mapped, stack_memory); in SBMemoryRegionInfo()
37 m_opaque_up->SetIsStackMemory(stack_memory ? MemoryRegionInfo::eYes in SBMemoryRegionInfo()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h32 OptionalBool memory_tagged, OptionalBool stack_memory) in MemoryRegionInfo() argument
36 m_is_stack_memory(stack_memory) {} in MemoryRegionInfo()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBMemoryRegionInfo.i24 lldb::addr_t end, uint32_t permissions, bool mapped, bool stack_memory);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBMemoryRegionInfo.h25 bool stack_memory = false);
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp457 LocationDescriptor stack_memory; in AddThreadList() local
458 stack_memory.DataSize = in AddThreadList()
460 stack_memory.RVA = static_cast<llvm::support::ulittle32_t>( in AddThreadList()
465 stack.Memory = stack_memory; in AddThreadList()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBRemote.cpp2669 StackMemory stack_memory; in ReadStackMemory() local
2670 stack_memory.length = read_size; in ReadStackMemory()
2671 if (DNBProcessMemoryRead(pid, fp, read_size, stack_memory.bytes) != in ReadStackMemory()
2678 stack_mmap[fp] = stack_memory; in ReadStackMemory()
2681 fp = ((uint32_t *)stack_memory.bytes)[0]; in ReadStackMemory()
2683 fp = ((uint64_t *)stack_memory.bytes)[0]; in ReadStackMemory()
2880 for (const auto &stack_memory : stack_mmap) { in SendStopReplyPacketForThread() local
2881 ostrm << "memory:" << HEXBASE << stack_memory.first << '='; in SendStopReplyPacketForThread()
2882 append_hex_value(ostrm, stack_memory.second.bytes, in SendStopReplyPacketForThread()
2883 stack_memory.second.length, false); in SendStopReplyPacketForThread()
[all …]