It's there, I built a new configure script using autoconf, and then an RPM from the tarball. I did run into a problem though: if /bin/sh ./libtool --tag=CC...
... Hash: SHA1 Ivan Warren wrote: [..] ... Well we COULD support 64-bit Windows builds of Herc if we wanted to. I *did* after all submit a patch for that [to...
From: "Hall, Ken (GTI)" <ken_hall@...> ... Sounds like a problem in something like /usr/include/asm/byteorder.h Can you find the include file doing the xchg...
It seems to me that the way the assembler optimizations are written in machdep.h are too restrictive. I mean they constrain the compiler too much from doing...
I'd like to make a feature request. Due to the fact that slip traps don't appear to be working properly under MVS 3.8, plus the fact that they are unwieldy, ...
... This would not be overly difficult, except for one minor little detail - is the task using this memory location running V=R ? For a normal V=V task, the...
... Hercules tracing already dumps the virtual storage that an instruction is referencing. Which you might think is all I need, but the problem is that the...
... If you know c and can build hercules on your own, you can update the EXECUTE_INSTRUCTION macro in opcode.h to do what you want, here I added the if...
On Wed, 01 Nov 2006 22:11:16 -0000 "kerravon86" <kerravon86@...> ... I would suggest that you did not set the SLIP properly. Did you specify a high...
Binyamin Dissen
bdissen@...
Nov 2, 2006 8:46 am
48576
Binyamin, ... same impression here. OTOH: why not use a PER TRACE activated via recompile of the emulator. ;-) -- Martin -- XML2PDF - the way to get all...
... I have to take exception with all the TSO TEST bashing. I have used it for decades and debugged a lot of code with it. It is line oriented instead of GUI...
... I wasn't bashing TEST; I still use it for debugging of real-world products on z/OS, and it still works. But I'd say that in general it works less well on...
... Initially the PL caused a disablement of the slip trap ( we had used the default 10% I think it is ). We reset the trap with PL=99. The older test...
... SET,SA,ID=0002,ENABLE,DATA=(000E988C,EQ,CA827810),JOBNAME=xxxx,ACTION=SVCD,RANGE\ =(A5F48,E7000),PRCNTLIM=40,END Is what we used. I don't know what else...
... The registers in an RB are those of the caller (regs at entry, but not always). In a dump, the PRB registers would be in the next PRB/SVRB's register area....
Hello,All. It has been indebted in you. I am using HERCULES of Mr. Ivan's MSVC. When DA screen of SDSF was seen the other day, CPU% of all STC(s) and JOB(s),...
Paul, I think the PER feature in the new VM 4-Pack will do this on VM. Which bit of code is playing up? Do you want to monitor for "store into" or see if its...
Try the SUMDUMP subcommand. Look at the trace table. On Fri, 03 Nov 2006 00:30:19 -0000 "kerravon86" <kerravon86@...> ... -- Binyamin Dissen...
Binyamin Dissen
bdissen@...
Nov 3, 2006 10:41 am
48586
... Which ... see if ... I wanted to monitor a "store into", but this particular problem has been solved via alternate means already. But it would be useful if...
Note that I have a more or less dedicated Hercules host system running Linux for my work. These comments are more of a long term view ... In looking at the...
... This script is only used to build in the Cygwin environment, where /bin/bash is guaranteed to be available. ... ...and mostly for the same reason. On other...
... My mistake. However, the (current) cygwin has /bin/sh, I checked after my latest clean install. Nor is the script internally documented as being...
... Well the SUMDUMP certainly reduced the output, but I don't see a trace table. And still no PSW, except this: CURRENT PSW 00000000 00000000 The slip...
Can I make a suggestion? Hercules is available via CVS. Check it out (appears you already have), Fix the things you feel are incorrect and submit them back for...
... To? Jay? ... The /bin/bash is something to be discussed, not blindly patched, or else people will add bash specific code in even when using the generic...
... To You, Since you had made the source to comment on it, I had guessed you had checked it out of CVS ... Hence the suggestion that if you feel it should...
... guessed you ... I meant where do I send any patch when ready, since obviously I don't have CVS commit privs. ... I'm saying I know how OSS works, I've done...
... My understanding is you can join the dev team to get such access or you can upload a patch file to the uploads section or if small enough include in an...
... Sure, I'll take them. ... I've got no objections to this, by any means. ... This is always good practice. :-) For that matter, if you know how to fix ...