Examples
Search from the current program counter with a stride of 1KB and a range of 1MB
threads[0].symbols.load_this(alignment = 1024, search_range = 1 << 20)
Search from a given address using the range of 8MB
threads[0].symbols.load_this(start = 0x12340000, search_range = 8 << 20)