This is the mail archive of the insight@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

howto disassemble without debug information


Hello,
could you please tell me if exist a way to see the disassembled code with Insight without debug information.
For example, if I have some code into Flash memory start at 0x00000000,
how could I watch what there is in in assembly code.


If I do from Insight console:
(gdb) disassemble 0x00000000
Error: No function contains specified address.

As far as you know, if I have no debug information can I trace the code setting breakpoints with Insight/gdb ?

TIA
--
Marco Cavallini


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]