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]

[wanted] Test of GDB modifying a value in a register


Hello,

In doing a further cleanup of the frame code, I discovered that the current testsuite isn't testing the codepaths that write a value in a register.

That is, things like:

(gdb) set $pc = 10
register int i;
(gdb) set i = 10;

Anyone interested in comming up with, or have a test case?

Andrew


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