# Remap source filenames under /opt/code to be under the current working dir.
settings set target.source-map /opt/code .

# Add nice printing of TYPE and TYPESTRING builtin types.
type summary add TYPE --summary-string "${var.name._ptr} (id=${var.id})"
type summary add TYPESTRING --summary-string "${var._ptr}"

# Load custom python script commands.
command script import ./tooling/lldb/savi_commands.py
command script add -f savi_commands.get_command get
