totalview
total view debugger - debugging a process thats forked from a startup process at launch
I have application that has two executables. One that we launch and it forks n instances of the other.[详细]
2023-04-11 08:58 分类:问答Totalview: is there a way to hardcode a break point?
I have a parallel (MPI) c/c++ program that from time to time leads to an error under certain conditions. Once the error occurs, a message is printed and the program exits; I\'d like to set a break poi[详细]
2023-03-28 07:12 分类:问答How to Write Native C++ Debugger Visualizers in gdb/ TotalView for Complicated Types
How to Write Native C++ Debugger Visualizers in gdb/ TotalViewfor Complicated Types. i Mean suppose we have one complex type which contains again more different types.[详细]
2023-02-13 16:40 分类:问答how to view content of object using TotalView?
how to view content of object using TotalView? suppose i hav a Reference of a class an开发者_StackOverflow社区d i called the function of that class. then how i can view all content of that class using[详细]
2023-02-10 06:51 分类:问答How big can a malloc be in C?
I have a malloc in C that is 26901^2*sizeof(double) This got me thinking what the largest value can be here?[详细]
2023-01-10 23:59 分类:问答How do you stop in TotalView after an MPI Error?
I am using开发者_如何学运维 TotalView and am getting an MPI_Error. However, Totalview does not stop on this error and I can\'t find where it is occurring. I believe this also applies to GDB.Define an[详细]
2022-12-31 20:17 分类:问答how to represent int * as array in totalview?
How do I \'dive\' an int * which points to a 开发者_如何学运维dynamically allocated array of integers and represent it as a fixed int[] array? Put otherwise, if I dive an int * it shows the address an[详细]
2022-12-16 22:52 分类:问答