Home
last modified time | relevance | path

Searched refs:force_live_memory (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBSymbol.cpp127 const bool force_live_memory = true; in GetInstructions() local
130 symbol_range, force_live_memory)); in GetInstructions()
H A DSBFunction.cpp128 const bool force_live_memory = true; in GetInstructions() local
131 m_opaque_ptr->GetAddressRange(), force_live_memory)); in GetInstructions()
H A DSBTarget.cpp1952 bool force_live_memory = true; in ReadInstructions() local
1957 error, force_live_memory, &load_addr); in ReadInstructions()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h1046 Status &error, bool force_live_memory = false,
1050 Status &error, bool force_live_memory = false);
1054 bool force_live_memory = false);
1085 bool force_live_memory = true);
1090 bool force_live_memory = false);
1095 bool force_live_memory = false);
1099 bool force_live_memory = false);
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DFunction.h628 bool force_live_memory = false);
631 Stream &strm, bool force_live_memory = false);
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDisassembler.cpp124 Target &target, const AddressRange &range, bool force_live_memory) { in DisassembleRange() argument
139 nullptr, force_live_memory); in DisassembleRange()
183 const bool force_live_memory = true; in Disassemble() local
185 exe_ctx.GetTargetRef(), address, limit, &strm, force_live_memory); in Disassemble()
1076 bool force_live_memory) { in ParseInstructions() argument
1093 error, force_live_memory, &load_addr); in ParseInstructions()
H A DValue.cpp523 const bool force_live_memory = true; in GetValueAsData() local
525 error, force_live_memory) != in GetValueAsData()
H A DAddress.cpp69 bool force_live_memory = true; in ReadBytes() local
71 force_live_memory); in ReadBytes()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp1067 const bool force_live_memory = true; in ReadKextSummaryHeader() local
1070 m_kext_summary_header_addr, force_live_memory)) { in ReadKextSummaryHeader()
1076 m_kext_summary_header_addr, buf, count, error, force_live_memory); in ReadKextSummaryHeader()
1347 const bool force_live_memory = true; in ReadKextSummaries() local
1349 kext_summary_addr, data.GetBytes(), data.GetByteSize(), error, force_live_memory); in ReadKextSummaries()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDisassembler.h427 bool force_live_memory = false);
457 bool force_live_memory = false);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp1782 Status &error, bool force_live_memory, in ReadMemory() argument
1832 if (!force_live_memory && resolved_addr.IsSectionOffset()) { in ReadMemory()
1903 Status &error, bool force_live_memory) { in ReadCStringFromMemory() argument
1910 force_live_memory); in ReadCStringFromMemory()
1927 bool force_live_memory) { in ReadCStringFromMemory() argument
1951 force_live_memory); in ReadCStringFromMemory()
1994 size_t type_width, bool force_live_memory) { in ReadStringFromMemory() argument
2018 ReadMemory(address, curr_dst, bytes_to_read, error, force_live_memory); in ReadStringFromMemory()
2044 bool force_live_memory) { in ReadScalarIntegerFromMemory() argument
2049 ReadMemory(addr, &uval, byte_size, error, force_live_memory); in ReadScalarIntegerFromMemory()
[all …]
H A DStackFrame.cpp1325 const bool force_live_memory = true; in GuessValueForAddress() local
1329 *target_sp, pc_range, force_live_memory); in GuessValueForAddress()
1706 const bool force_live_memory = true; in GuessValueForRegisterAndOffset() local
1709 *target_sp, pc_range, force_live_memory); in GuessValueForRegisterAndOffset()
/openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp42 const bool force_live_memory = true; in LLDB_PLUGIN_DEFINE() local
45 error, force_live_memory) != range.GetByteSize()) { in LLDB_PLUGIN_DEFINE()