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]

Re: howto disassemble without debug information



Marco Cavallini wrote:


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.

Have you tried to put a range of address.
Usually when only one address is in parameter, gdb looks for the function that contains it.


Denis



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