mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 15:00:45 -08:00
$HopeName$ -> $Id$ space -> arena mps_arena_create now takes three arguments /usr/local/perl -> /usr/bin/perl -w Missing #include <stdio.h> in several tests Bogus closedir(DIR); in script/clib Copied from Perforce Change: 182199 ServerID: perforce.ravenbrook.com
34 lines
967 B
Text
34 lines
967 B
Text
|
|
TEST_HEADER
|
|
id = $Id$
|
|
summary = MM works with Dylan debugger
|
|
language = english
|
|
END_HEADER
|
|
|
|
1. Get a recent, stable release of Dylan. If you're not sure what release would
|
|
be appropriate, ask Tony.
|
|
|
|
2. Create a version of hqn-dylan.dll that uses the memory manager to be tested.
|
|
Do this by compiling the dylan library, then copying the mmdw.lib you want to
|
|
the dylan\lib directory, then from the dylan\build\dylan directory run
|
|
"build microsoft force dll".
|
|
|
|
3. Run the following tests, making sure the new hqn-dylan is used for the
|
|
debugger and the debuggee.
|
|
|
|
console-debug dylan-compile
|
|
profile at 50
|
|
c
|
|
--> compile-library -force-compile dylan
|
|
STOP
|
|
profile results [check that MM functions appear correctly in the profile]
|
|
break AMCFix
|
|
c
|
|
(breakpoint hit)
|
|
bt 20 [check that MM functions appear correctly on the stack]
|
|
quit
|
|
|
|
The test is passed if MM functions are correctly understood by the debugger
|
|
and there are no other problems.
|
|
|
|
rit 1998-03-13
|