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


Denis PILAT ha scritto:
>
> 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.
>

Hi Denis,
thank you for answering.
Actally I have no functions available but only binary code on my target board. I have not debug information, so I wonder how could insight/gdb look for a function using its address.


TIA


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