Allow loading with -device file=mybin.elf#1217
Conversation
|
Can't you use Our package.json has grown to be too large to be maintainable. If there are already ways for you to use existing mechanims, we should do so. What have you tried? |
|
I could have added it to serverArgs but I needed to remove If the addon only adds -kernel executable if executable is set I would have been able to use only server args. |
|
@haneefdm it looks like @Marus is only on github once or twice a year and is not maintaining this actively right now. I will have to start maintaining my own fork, welcome over to my fork https://github.com/simonsso/cortex-debug with more comments and suggestions |
|
@haneefdm I tried to make executable argument optional not to load it with -kernel, but that did not work as the symbols were not loaded for gdb. |
|
You can use However, if the qemu args still uses the exectuable (despite having symbolFiles), then maybe we can do something about that. |
For some reason my qemu wants to be loaded with
-device loader,file=executable.elfinstead of-kernel executable.elfthis option solved my need.