load and file commands in openocs

I have recently started working with openocd with arm-none-eabi-gdb.

I found few commands that I am unaware of like

load ./bin/Debug/ledtest.elf

file ./bin/Debug/ledtest.elf

Can anyone explain me its use? Any reference document?