disassembling code via telnet interface

Hello,

i am using openocd for the first time.

Within openocd’s src code i found a disassembler for arm7/9 instructions.

Is it possible to disassemble code via telnet command interface ?

How can i do that?

Thank you, bo

Hi,

finally someone who takes the “use the source, luke” serious :slight_smile:

You can diassemble from within telnet using the

“armv4_5 disassemble ”

command.

There’s also a “help” command that displays available commands with a short description.

Regards,

Dominic

Hi, that’s nice. I will use that.

I would like to trigger a breakpoint an then be able to do insn by insn disassembly.

Thank you, dominic.

regards bo