Home
last modified time | relevance | path

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

/llvm-project/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/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()
/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h32 OptionalBool stack_memory, OptionalBool shadow_stack) in MemoryRegionInfo() argument
36 m_is_stack_memory(stack_memory), m_is_shadow_stack(shadow_stack) {} in MemoryRegionInfo()
/llvm-project/lldb/include/lldb/API/
H A DSBMemoryRegionInfo.h25 bool stack_memory = false);
/llvm-project/lldb/tools/debugserver/source/
H A DRNBRemote.cpp2681 StackMemory stack_memory; in ReadStackMemory() local
2682 stack_memory.length = read_size; in ReadStackMemory()
2683 if (DNBProcessMemoryRead(pid, fp, read_size, stack_memory.bytes) != in ReadStackMemory()
2690 stack_mmap[fp] = stack_memory; in ReadStackMemory()
2693 fp = ((uint32_t *)stack_memory.bytes)[0]; in ReadStackMemory()
2695 fp = ((uint64_t *)stack_memory.bytes)[0]; in ReadStackMemory()
2951 for (const auto &stack_memory : stack_mmap) { in SendStopReplyPacketForThread()
2952 ostrm << "memory:" << HEXBASE << stack_memory.first << '='; in SendStopReplyPacketForThread()
2953 append_hex_value(ostrm, stack_memory.second.bytes, in SendStopReplyPacketForThread()
2954 stack_memory in SendStopReplyPacketForThread()
2947 for (const auto &stack_memory : stack_mmap) { SendStopReplyPacketForThread() local
5609 for (const auto &stack_memory : stack_mmap) { GetJSONThreadsInfo() local
[all...]