* question about GDB test
@ 2006-08-03 4:19 ligang
2006-08-03 9:28 ` Ramana Radhakrishnan
2006-08-04 21:49 ` Mark Kettenis
0 siblings, 2 replies; 3+ messages in thread
From: ligang @ 2006-08-03 4:19 UTC (permalink / raw)
To: gdb
Hi, fellows,
I am porting GDB to a new target. Definitely, test of GDB is an important
issue.
There are already some test suites in GDB source. Are they enouth?
Need I to write some more test patterns for my special target and what
kind of patterns should I write?
Any help will be appreciated.
Best regards
Ligang
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: question about GDB test
2006-08-03 4:19 question about GDB test ligang
@ 2006-08-03 9:28 ` Ramana Radhakrishnan
2006-08-04 21:49 ` Mark Kettenis
1 sibling, 0 replies; 3+ messages in thread
From: Ramana Radhakrishnan @ 2006-08-03 9:28 UTC (permalink / raw)
To: ligang; +Cc: gdb
The only bit you might like to port for the testsuite is what is in
gdb.asm for your target .
You need a baseboard file in dejagnu for your target - look at examples
in usr/share/baseboards if you have dejagnu installed on your system .
- Ramana
On Thu, 2006-08-03 at 12:19 +0800, ligang@sunnorth.com.cn wrote:
> Hi, fellows,
>
> I am porting GDB to a new target. Definitely, test of GDB is an important
> issue.
> There are already some test suites in GDB source. Are they enouth?
> Need I to write some more test patterns for my special target and what
> kind of patterns should I write?
>
> Any help will be appreciated.
>
> Best regards
> Ligang
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: question about GDB test
2006-08-03 4:19 question about GDB test ligang
2006-08-03 9:28 ` Ramana Radhakrishnan
@ 2006-08-04 21:49 ` Mark Kettenis
1 sibling, 0 replies; 3+ messages in thread
From: Mark Kettenis @ 2006-08-04 21:49 UTC (permalink / raw)
To: ligang; +Cc: gdb
> From: ligang@sunnorth.com.cn
> Date: Thu, 3 Aug 2006 12:19:37 +0800
>
> Hi, fellows,
>
> I am porting GDB to a new target. Definitely, test of GDB is an important
> issue.
> There are already some test suites in GDB source. Are they enouth?
> Need I to write some more test patterns for my special target and what
> kind of patterns should I write?
The current testsuite provides a pretty wide coverage of generic GDB
functionality. Making those tests PASS is a good start. But you
might want to add some tests for specific functionality of your
target.
Mark
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-08-04 21:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-03 4:19 question about GDB test ligang
2006-08-03 9:28 ` Ramana Radhakrishnan
2006-08-04 21:49 ` Mark Kettenis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox