The second point seems to work fine using the totalview beta version 8T.9.0-0
Type: Posts; User: olivier_m
The second point seems to work fine using the totalview beta version 8T.9.0-0
Hi,
We're evaluating the use of gcc 4.5.1 for our product but I'm experiencing several issues with totalview 8.8.0-2 32 bits while it works fine with gdb:
1- I often have the following message...
Hi,
I downloaded the latest version of totalview but I can't use MemoryScape with my program... it fails printing things like that when we use the system C function:
TV_HEAP: unrecognized...
Hi,
I wonder if there is a way to put several threads in the "hold" state in one action (and to do the reverse action as well in one action). Today the way I do that is to select each thread I...
Hello Pete,
I sent the following to the email adress you provided. I put that here to give a better idea of the pb to the other users.
...
Hi,
I'm using totalview 8.7.0-0 x86_64 and I observe something strange that was not in the previous release.
I set a breakpoint and when my program stops on it I evaluate some expression using...
I solved my issue ! \o/
I don't run the totalview script directly. I put it in a sh script to set up the license file as follow:
#!/bin/sh
LM_LICENSE_FILE=<the total view license server> ...
Hi,
I'd like to invoke a C debug function that waits for some inputs on the program stdin (that function works in an interactive way using some fgets on stdin). If I call that function from the...