Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/
H A Dswapcontext.cpp23 char stack_memory[kStackSize + 1] __attribute__((aligned(16))); in main() local
25 char *child_stack = (argc > 1) ? stack_memory : heap_memory; in main()
/llvm-project-15.0.7/lldb/source/API/
H A DSBMemoryRegionInfo.cpp27 bool mapped, bool stack_memory) in SBMemoryRegionInfo() argument
29 LLDB_INSTRUMENT_VA(this, name, begin, end, permissions, mapped, stack_memory); in SBMemoryRegionInfo()
36 m_opaque_up->SetIsStackMemory(stack_memory ? MemoryRegionInfo::eYes in SBMemoryRegionInfo()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBMemoryRegionInfo.i24 lldb::addr_t end, uint32_t permissions, bool mapped, bool stack_memory);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBMemoryRegionInfo.h25 bool stack_memory = false);
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBRemote.cpp2665 StackMemory stack_memory; in ReadStackMemory() local
2666 stack_memory.length = read_size; in ReadStackMemory()
2674 stack_mmap[fp] = stack_memory; in ReadStackMemory()
2677 fp = ((uint32_t *)stack_memory.bytes)[0]; in ReadStackMemory()
2679 fp = ((uint64_t *)stack_memory.bytes)[0]; in ReadStackMemory()
2876 for (const auto &stack_memory : stack_mmap) { in SendStopReplyPacketForThread() local
2877 ostrm << "memory:" << HEXBASE << stack_memory.first << '='; in SendStopReplyPacketForThread()
2878 append_hex_value(ostrm, stack_memory.second.bytes, in SendStopReplyPacketForThread()
2879 stack_memory.second.length, false); in SendStopReplyPacketForThread()
5564 for (const auto &stack_memory : stack_mmap) { in GetJSONThreadsInfo() local
[all …]