This is the mail archive of the gdb@sourceware.org mailing list for the GDB 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]

It takes a long time to disassemble some instructions for remote target


Hello all,

    When I try to disassemble a range of instructions, for example from
PC1 to PC2, GDB tries to fetch and disassemble the instructions one by
one. This may not be a problem for native debugging, or for remote
debugging with high connection speed. However, it takes some long time
for a not so fast serial connection, since GDB fetches one instruction
at a time, which results in a lot of 'm' packets.
    Is that possible for GDB to fetch all instructions back for one time
with just one(maybe more than one, but now a lot of) 'm' packet, and
disassemble them locally one by one?

Thanks.
Robert.
20071114


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