It appears that only .text sections are processed when a disassembly is requested.
Is there a way to change the options so more information can be viewed?
Thanks!
cktdesigner
Sorry, we not support that.
command-line options is hard-coded:
for gcc: objdump --visualize-jumps -S -l {elfPath} > {dasmFile.path}
objdump --visualize-jumps -S -l {elfPath} > {dasmFile.path}
for armcc: fromelf -c {elfpath} --output {dasmFile.path}
fromelf -c {elfpath} --output {dasmFile.path}