~bkerensa/ubuntu/raring/valgrind/merge-from-deb

« back to all changes in this revision

Viewing changes to gdbserver_tests/README_DEVELOPERS

  • Committer: Benjamin Kerensa
  • Date: 2012-11-21 23:57:58 UTC
  • mfrom: (1.1.16)
  • Revision ID: bkerensa@ubuntu.com-20121121235758-bd1rv5uc5vzov2p6
Merge from debian unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
  V: use the 'vg_regtest' approach used by the rest of Valgrind tests
103
103
  G: use the gdb Dejagnu test framework.
104
104
 
105
 
Advantages of V: much simpler that G, known by Valgrind developpers,
 
105
Advantages of V: much simpler that G, known by Valgrind developers,
106
106
no additional dependency for the Valgrind build and test.
107
107
 
108
108
Disadvantages of V: not well suited to testing of interactive tools,