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] Ada fixed points [was stabs: octal negative numbers]


On Thu, Nov 25, 2004 at 08:20:38PM +0100, Jerome Guitton wrote:
> Jerome Guitton (guitton@act-europe.fr):
> 
> > OK, I will allocate some time to work on it this week, and I will
> > commit this change when the testcase is accepted.
> 
> Test in attachement. OK to commit?

Couple of problems...

> send_gdb "break ${srcfile}:$bp_location\n"; gdb_expect -re "$gdb_prompt $"
> send_gdb "run\n"; gdb_expect -re "$gdb_prompt $"

Please don't hardcode "run".  Can you use
 "runto ${srcfile}:$bp_location"
instead of these two lines?


> with System;
> 
> procedure Fixed_Points is

Please add a copyright notice to this file.

-- 
Daniel Jacobowitz


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