-
jrobb committed patchset 466 of module dpcl to the Dynamic Probe Class Library CVS repository, changing 3 files.
2007-10-18 18:11:12 UTC by jrobb
-
jrobb committed patchset 465 of module dpcl to the Dynamic Probe Class Library CVS repository, changing 2 files.
2007-10-18 17:59:40 UTC by jrobb
-
Following file updates were made for HEAD
Checking in src/daemon/include/ProcessD.h;
/cvsroot/dpcl/dpcl/src/daemon/include/ProcessD.h,v
2007-07-12 19:19:16 UTC by jrobb
-
jrobb committed patchset 464 of module dpcl to the Dynamic Probe Class Library CVS repository, changing 5 files.
2007-07-12 19:16:33 UTC by jrobb
-
Following file updates were made for dpcl 3.4.3
Checking in src/daemon/include/ProcessD.h;
/cvsroot/dpcl/dpcl/src/daemon/include/ProcessD.h,v
2007-06-13 20:25:42 UTC by jrobb
-
jrobb committed patchset 463 of module dpcl to the Dynamic Probe Class Library CVS repository, changing 5 files.
2007-06-13 20:23:14 UTC by jrobb
-
Reproduce Steps:
These steps below can be performed either at PCT GUI mode or Command-Line mode, we use
PCT CMD mode as an example:
1. Enter PCT command-line mode
> pct -c
2. Load a parallel program
> load poe exec prod_cons_r poeargs "-procs 4"
3. Select hardware profile
> select profile
4. Try to terminate the program or exit PCT
> destroy
or
> exit...
2007-06-13 18:47:29 UTC by nobody
-
Checking in SdClient.C;
/cvsroot/dpcl/dpcl/src/lib/src/SdClient.C,v
2006-11-21 21:53:19 UTC by alfeng
-
alfeng committed patchset 462 of module dpcl to the Dynamic Probe Class Library CVS repository, changing 4 files.
2006-11-21 21:47:58 UTC by alfeng
-
The user can now pass the environment variables
DYNINSTAPI_RT_LIB, DPCL_RT_LIB, and DYNINST_DEBUG_???
from the client to the daemon. The first two are for the runtime library. Such as:
export DYNINSTAPI_RT_LIB=/usr/lib/libdyninstAPI_RT.so.1
export DPCL_RT_LIB=/opt/dpcl/lib/libdpclRT.so
and the last one is to debug dyninst. (see apm_showerror.C for all the known names)
The output...
2006-11-21 21:10:06 UTC by alfeng