This is the mail archive of the gdb@sources.redhat.com 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]

A Patch/fix


I'm not familiar with the procedure for submitting a patch,
but I have a simple one line fix that is a bug.

in gdb/main.c line 384

baud_rate=i;
}
<----------------------insert a "break;" here
case ''l':


Without the break when you set the baud rate you also set the time out to some
ungodly long amount.


Paul

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