'What is the lldb equivalent for gdb load

I am trying to flash a binary to the STM32F303 MCU, the equivalent gdb command is "load", what is the equivalent command for lldb?



Solution 1:[1]

target modules load --load --set-pc-to-entry --slide 0 --file <absolute path to binary>

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 iammadab