This is the mail archive of the gdb-patches@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]

Re: [RFA/TESTSUITE]: readline tests


>>>>> "Mark" == Mark Kettenis <kettenis@chello.nl> writes:

Mark> FAIL: gdb.base/readline.exp: Simple operate-and-get-next - C-o for p 1

I think this means that sending C-o didn't cause an operate-and-get-next.
The subsequent problems are caused by this.

Does operate-and-get-next work on your system?
You can find out by starting gdb and doing something like this:

p 1
p 2
<C-p C-p> -> should display "p 1"
<C-o>     -> Should execute "p 1" and display "p 2"

Tom


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