Searched refs:GetRegionEnd (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/netbsd-core/ |
| H A D | TestNetBSDCore.py | 51 region.GetRegionEnd()) // 2 59 end_address = region.GetRegionEnd() - 1 68 region.GetRegionEnd(), next_region) 71 region.GetRegionEnd(), 80 last_region.GetRegionEnd(), end_region) 83 last_region.GetRegionEnd(), 85 self.assertEqual(end_region.GetRegionEnd(), lldb.LLDB_INVALID_ADDRESS)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/address_breakpoints/ |
| H A D | TestBadAddressBreakpoints.py | 41 region.GetRegionEnd() > illegal_address: 42 illegal_address = region.GetRegionEnd()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/elf-core/ |
| H A D | TestLinuxCore.py | 548 region.GetRegionEnd()) // 2 556 end_address = region.GetRegionEnd() - 1 565 region.GetRegionEnd(), next_region) 568 region.GetRegionEnd(), 577 last_region.GetRegionEnd(), end_region) 580 last_region.GetRegionEnd(), 582 self.assertEqual(end_region.GetRegionEnd(), lldb.LLDB_INVALID_ADDRESS)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/memory-region/ |
| H A D | TestMemoryRegion.py | 106 previous_end = region.GetRegionEnd() 115 region_end = region.GetRegionEnd()
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBMemoryRegionInfo.i | 35 GetRegionEnd ();
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBMemoryRegionInfo.h | 44 lldb::addr_t GetRegionEnd();
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBMemoryRegionInfo.cpp | 90 lldb::addr_t SBMemoryRegionInfo::GetRegionEnd() { in GetRegionEnd() function in SBMemoryRegionInfo
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/ |
| H A D | TestMiniDumpNew.py | 414 self.assertEqual(end, region_info.GetRegionEnd())
|