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


Sorry for the misunderstanding.
Seems hard to explain what I want to do, but every commercial debugging software I tested has this feature and I'm wondering if insight/gdb can do the same.
I actually need trace the execution step-by-stp of assembler code without debug info, is it possible and how ?
I don't care about breakpoints at the moment it was only an example.
The best I've done until now is to show the disassembled of binary code with : (gdb) x/10i 0x0

Read the GDB documentation or do "help stepi".

This seems what I was looking for, thank you.


Last question: is it possible to see the ASM code and execute a step from inside INSIGHT using a mouse click (always without debug info) ?
I haven't found this feature.


Does exist a manual for INSIGHT

TIA
/marco


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