dyninst.git
29 years agotest routines for visi library
newhall [Fri, 11 Mar 1994 19:56:10 +0000 (19:56 +0000)]
test routines for visi library

29 years agoChanged the "man" target to "docs". Fixed install-man so that it works.
jcargill [Thu, 10 Mar 1994 16:02:12 +0000 (16:02 +0000)]
Changed the "man" target to "docs".  Fixed install-man so that it works.
Added "docs" target to all the docs Makefiles.

29 years agoAdded foldCallback and getResourceListName.
hollings [Tue, 8 Mar 1994 17:39:23 +0000 (17:39 +0000)]
Added foldCallback and getResourceListName.

29 years agoAdded fold callback and changed from multiple data callbacks to one per
hollings [Tue, 8 Mar 1994 17:12:23 +0000 (17:12 +0000)]
Added fold callback and changed from multiple data callbacks to one per
histogram instance.  Also made the data callbacks happen once per bucket.

29 years agoAdded support to free arrays of classes.
markc [Mon, 7 Mar 1994 23:28:46 +0000 (23:28 +0000)]
Added support to free arrays of classes.

29 years agoAdded test of array of classes.
markc [Mon, 7 Mar 1994 23:28:09 +0000 (23:28 +0000)]
Added test of array of classes.

29 years agoSet callErr to 0 in constructors.
markc [Mon, 7 Mar 1994 02:50:56 +0000 (02:50 +0000)]
Set callErr to 0 in constructors.

29 years agoAdded code to detect failures for xdr code. Provides member instance
markc [Mon, 7 Mar 1994 02:35:17 +0000 (02:35 +0000)]
Added code to detect failures for xdr code.  Provides member instance
callErr which is set to -1 on failures.

29 years agoAdded tests for new features.
markc [Mon, 7 Mar 1994 02:34:08 +0000 (02:34 +0000)]
Added tests for new features.

29 years agoAdded float as a basic type.
markc [Sun, 6 Mar 1994 20:51:09 +0000 (20:51 +0000)]
Added float as a basic type.

29 years agoAdded "world" target for nightly builds, commented the makefile, and
paradyn [Wed, 2 Mar 1994 15:14:35 +0000 (15:14 +0000)]
Added "world" target for nightly builds, commented the makefile, and
modified it to work better with "-n" arguments to make.

29 years agoRearranged order of includes for igen-generated code, so that it compiles
jcargill [Tue, 1 Mar 1994 21:39:37 +0000 (21:39 +0000)]
Rearranged order of includes for igen-generated code, so that it compiles
on MIPS.  Some of the Ultrix headers really suck.

29 years agochanged from yacc to bison.
hollings [Tue, 1 Mar 1994 21:28:00 +0000 (21:28 +0000)]
changed from yacc to bison.

29 years agoadded tunable constants.
hollings [Tue, 1 Mar 1994 21:25:08 +0000 (21:25 +0000)]
added tunable constants.

29 years agoremoved call to print all metrics.
hollings [Tue, 1 Mar 1994 21:24:50 +0000 (21:24 +0000)]
removed call to print all metrics.

29 years agoremoved unused now variable.
hollings [Tue, 1 Mar 1994 21:23:58 +0000 (21:23 +0000)]
removed unused now variable.

29 years agoFixed memory access errors.
markc [Tue, 1 Mar 1994 01:50:46 +0000 (01:50 +0000)]
Fixed memory access errors.

29 years agoFixed typos.
markc [Tue, 1 Mar 1994 01:49:33 +0000 (01:49 +0000)]
Fixed typos.

29 years agoRemoved redundant includes.
markc [Tue, 1 Mar 1994 01:48:50 +0000 (01:48 +0000)]
Removed redundant includes.

29 years agoChanged global list to be a pointer to a list because I couldn't rely on
hollings [Mon, 28 Feb 1994 23:58:28 +0000 (23:58 +0000)]
Changed global list to be a pointer to a list because I couldn't rely on
the order of global constructors.

29 years agoRemoved "cd subdir" from the top-level Makefile, and replaced it with the
jcargill [Mon, 28 Feb 1994 17:04:07 +0000 (17:04 +0000)]
Removed "cd subdir" from the top-level Makefile, and replaced it with the
"make -C" flag to do a recursive make in a subdirectory.  That's cleaner.

29 years agoAdded PVM include and library paths, controlled by USES_PVM ifdef
jcargill [Mon, 28 Feb 1994 16:52:42 +0000 (16:52 +0000)]
Added PVM include and library paths, controlled by USES_PVM ifdef

29 years agoAdded pvm hooks and ifdefs.
markc [Mon, 28 Feb 1994 05:09:42 +0000 (05:09 +0000)]
Added pvm hooks and ifdefs.

29 years agoBuilt igen for mips.
markc [Sun, 27 Feb 1994 21:34:07 +0000 (21:34 +0000)]
Built igen for mips.
No change.

29 years agoPut in fix to prevent malloc from being redefined.
markc [Sun, 27 Feb 1994 19:46:50 +0000 (19:46 +0000)]
Put in fix to prevent malloc from being redefined.
Took out malloc redefine fix.

29 years agoPut in fix to prevent malloc from being redefined.
markc [Sun, 27 Feb 1994 19:46:33 +0000 (19:46 +0000)]
Put in fix to prevent malloc from being redefined.

29 years agoAdded support for storing paradynd's pids.
markc [Fri, 25 Feb 1994 20:58:10 +0000 (20:58 +0000)]
Added support for storing paradynd's pids.

29 years agoCommon area to declare reserve base values.
markc [Fri, 25 Feb 1994 20:55:41 +0000 (20:55 +0000)]
Common area to declare reserve base values.

29 years agoAdded my_pid member for client.
markc [Fri, 25 Feb 1994 20:55:09 +0000 (20:55 +0000)]
Added my_pid member for client.

29 years agoAdded hooks for pvm support.
markc [Fri, 25 Feb 1994 13:40:55 +0000 (13:40 +0000)]
Added hooks for pvm support.

29 years agoChanged args for RPC_undo_arg_list to reference types.
markc [Fri, 25 Feb 1994 12:02:42 +0000 (12:02 +0000)]
Changed args for RPC_undo_arg_list to reference types.

29 years agoRPC_undo_arg_list expects reference args, not pointers.
markc [Fri, 25 Feb 1994 12:00:43 +0000 (12:00 +0000)]
RPC_undo_arg_list expects reference args, not pointers.

29 years agoRPC_undo_arg_list returns 0 only if all arguments are found.
markc [Fri, 25 Feb 1994 11:58:24 +0000 (11:58 +0000)]
RPC_undo_arg_list returns 0 only if all arguments are found.

29 years agoChanged RPC_undo_arg_list return value.
markc [Fri, 25 Feb 1994 11:57:40 +0000 (11:57 +0000)]
Changed RPC_undo_arg_list return value.

29 years agoFixed bug. Igen generated versionVerify tests for client code when async.
markc [Fri, 25 Feb 1994 11:41:32 +0000 (11:41 +0000)]
Fixed bug.  Igen generated versionVerify tests for client code when async.

29 years agoAdded tests of new igen features.
markc [Fri, 25 Feb 1994 11:40:47 +0000 (11:40 +0000)]
Added tests of new igen features.

29 years agoInitial revision
markc [Fri, 25 Feb 1994 11:16:00 +0000 (11:16 +0000)]
Initial revision

29 years agoRemoved rpcUtil, replace with libutil, libutilPVM
markc [Fri, 25 Feb 1994 11:15:39 +0000 (11:15 +0000)]
Removed rpcUtil, replace with libutil, libutilPVM

29 years agoAdded support to allow compilation on mips.
markc [Fri, 25 Feb 1994 11:10:25 +0000 (11:10 +0000)]
Added support to allow compilation on mips.

29 years agoFixed to support compiling on mips.
markc [Fri, 25 Feb 1994 11:08:47 +0000 (11:08 +0000)]
Fixed to support compiling on mips.

29 years agoadded tuntable constants
hollings [Fri, 25 Feb 1994 00:26:17 +0000 (00:26 +0000)]
added tuntable constants

29 years agoadded tunable constants.
hollings [Fri, 25 Feb 1994 00:25:57 +0000 (00:25 +0000)]
added tunable constants.

29 years agoAdded USES_PVM.
markc [Thu, 24 Feb 1994 20:55:26 +0000 (20:55 +0000)]
Added USES_PVM.

29 years agoExtended man page.
markc [Thu, 24 Feb 1994 20:54:28 +0000 (20:54 +0000)]
Extended man page.

29 years agoAdded upcall description.
markc [Thu, 24 Feb 1994 19:31:23 +0000 (19:31 +0000)]
Added upcall description.

29 years agoAdded more comments.
markc [Thu, 24 Feb 1994 07:56:34 +0000 (07:56 +0000)]
Added more comments.

29 years agoMan page for librpcUtil.a
markc [Thu, 24 Feb 1994 07:06:48 +0000 (07:06 +0000)]
Man page for librpcUtil.a
Extended list class to provide map function.  rpcUtil supports internet domain
sockets.
Initial solaris 2 makefile.
Added support for rpcUtilPVM.
Added support for internet domain sockets.  Added helper functions to make
and examine arg lists.

29 years agoMan page for librpcUtil.a
markc [Thu, 24 Feb 1994 07:05:28 +0000 (07:05 +0000)]
Man page for librpcUtil.a
Extended list class to provide map function.  rpcUtil supports internet domain
sockets.

29 years agoMan page for librpcUtil.a
markc [Thu, 24 Feb 1994 07:04:55 +0000 (07:04 +0000)]
Man page for librpcUtil.a

29 years agoMan page for igen.
markc [Thu, 24 Feb 1994 05:14:50 +0000 (05:14 +0000)]
Man page for igen.
Initial version for solaris2.2.
Dependencies changed.
Added pvm support, virtual function support, inclusion of data members,
separate client and header include files.
New tests.

29 years agoMan page for igen.
markc [Thu, 24 Feb 1994 05:14:32 +0000 (05:14 +0000)]
Man page for igen.
Initial version for solaris2.2.
Dependencies changed.
Added pvm support, virtual function support, inclusion of data members,
separate client and header include files.

29 years agoMan page for igen.
markc [Thu, 24 Feb 1994 05:12:23 +0000 (05:12 +0000)]
Man page for igen.

29 years agoAdded an upcall to dyninstRPC.I to allow paradynd's to report information at
markc [Thu, 24 Feb 1994 04:36:47 +0000 (04:36 +0000)]
Added an upcall to dyninstRPC.I to allow paradynd's to report information at
startup.  Added a data member to the class that igen generates.
Make depend differences due to new header files that igen produces.
Added support to allow asynchronous starts of paradynd's.  The dataManager has
an advertised port that new paradynd's can connect to.
Changed header files to reflect changes in igen.

29 years agoAdded an upcall to dyninstRPC.I to allow paradynd's to report information at
markc [Thu, 24 Feb 1994 04:36:29 +0000 (04:36 +0000)]
Added an upcall to dyninstRPC.I to allow paradynd's to report information at
startup.  Added a data member to the class that igen generates.
Make depend differences due to new header files that igen produces.
Added support to allow asynchronous starts of paradynd's.  The dataManager has
an advertised port that new paradynd's can connect to.

29 years agoAdded an upcall to dyninstRPC.I to allow paradynd's to report information at
markc [Thu, 24 Feb 1994 04:34:14 +0000 (04:34 +0000)]
Added an upcall to dyninstRPC.I to allow paradynd's to report information at
startup.  Added a data member to the class that igen generates.

29 years agoChanged header files to reflect igen changes. main.C does not look at the number...
markc [Thu, 24 Feb 1994 04:32:33 +0000 (04:32 +0000)]
Changed header files to reflect igen changes.  main.C does not look at the number of command line arguments now.

29 years agoSupports igen code for pvm.
markc [Sun, 20 Feb 1994 22:35:00 +0000 (22:35 +0000)]
Supports igen code for pvm.

29 years agoAdded bininst to the modules list
jcargill [Thu, 17 Feb 1994 17:26:35 +0000 (17:26 +0000)]
Added bininst to the modules list

29 years agoCorrected install-man rule, so it goes to docs directory...
jcargill [Thu, 17 Feb 1994 17:18:23 +0000 (17:18 +0000)]
Corrected install-man rule, so it goes to docs directory...

29 years ago Supports PVM version of igen.
markc [Wed, 16 Feb 1994 22:07:17 +0000 (22:07 +0000)]
  Supports PVM version of igen.

29 years agoAdded other rules: clean, install, install-man. Make with no
jcargill [Wed, 16 Feb 1994 16:00:12 +0000 (16:00 +0000)]
Added other rules: clean, install, install-man.  Make with no
arguments now builds everything (make all), but doesn't install it.
"make install" seemed non-intuitive as a default rule.

29 years agoAdded a default sampling interval of 500msec. Previous default was not
hollings [Wed, 16 Feb 1994 00:07:24 +0000 (00:07 +0000)]
Added a default sampling interval of 500msec.  Previous default was not
to collect any data.

29 years agoExtra test cases.
hollings [Mon, 14 Feb 1994 16:38:26 +0000 (16:38 +0000)]
Extra test cases.

29 years agoFixed list.h ++ function to work when a hash table has an element at
hollings [Thu, 10 Feb 1994 23:08:20 +0000 (23:08 +0000)]
Fixed list.h ++ function to work when a hash table has an element at
slot zero in the table.

Removed unused fields in hist class.

29 years agoAdded print routines to list and hash table.
hollings [Wed, 9 Feb 1994 22:37:09 +0000 (22:37 +0000)]
Added print routines to list and hash table.

29 years agofixed pointers refs that pur caught.
hollings [Wed, 9 Feb 1994 22:35:48 +0000 (22:35 +0000)]
fixed pointers refs that pur caught.

29 years agoadded debugging code to print Hash table.
hollings [Wed, 9 Feb 1994 22:35:29 +0000 (22:35 +0000)]
added debugging code to print Hash table.

29 years agoFound a few pointer problems.
hollings [Tue, 8 Feb 1994 21:05:54 +0000 (21:05 +0000)]
Found a few pointer problems.

29 years agomade elapsed time optinal metric.
hollings [Tue, 8 Feb 1994 17:21:27 +0000 (17:21 +0000)]
made elapsed time optinal metric.

29 years agoFix to not core dump when parent is null.
hollings [Tue, 8 Feb 1994 17:20:29 +0000 (17:20 +0000)]
Fix to not core dump when parent is null.

29 years agoMake libutil more compatable with ATT CC.
hollings [Tue, 8 Feb 1994 00:30:32 +0000 (00:30 +0000)]
Make libutil more compatable with ATT CC.

29 years agoFixes for not directly including xdr.h
hollings [Tue, 8 Feb 1994 00:18:30 +0000 (00:18 +0000)]
Fixes for not directly including xdr.h

29 years agoFixed pointer problems to work on DECstations.
hollings [Tue, 8 Feb 1994 00:17:55 +0000 (00:17 +0000)]
Fixed pointer problems to work on DECstations.

29 years agoAdded inst-sunos to split cm-5 code from standard sunos code.
hollings [Mon, 7 Feb 1994 17:38:48 +0000 (17:38 +0000)]
Added inst-sunos to split cm-5 code from standard sunos code.

29 years agoFixes to pick up baselined stuff.
hollings [Mon, 7 Feb 1994 17:17:53 +0000 (17:17 +0000)]
Fixes to pick up baselined stuff.

29 years agoMade script check for Makefile not just directory.
hollings [Mon, 7 Feb 1994 17:10:32 +0000 (17:10 +0000)]
Made script check for Makefile not just directory.

29 years agoAdded context to pauseApplication call.
hollings [Sat, 5 Feb 1994 23:14:45 +0000 (23:14 +0000)]
Added context to pauseApplication call.

29 years agoMade sure we didn't return an mi when the enable failed.
hollings [Sat, 5 Feb 1994 23:14:00 +0000 (23:14 +0000)]
Made sure we didn't return an mi when the enable failed.

29 years agoAdded extern for sys_errlist[] (g++ version 2.5.7).
hollings [Sat, 5 Feb 1994 23:09:56 +0000 (23:09 +0000)]
Added extern for sys_errlist[] (g++ version 2.5.7).

29 years ago*** empty log message ***
hollings [Fri, 4 Feb 1994 01:25:46 +0000 (01:25 +0000)]
*** empty log message ***

29 years agoAdded if to check if dir is really there.
hollings [Fri, 4 Feb 1994 01:24:53 +0000 (01:24 +0000)]
Added if to check if dir is really there.

29 years agoTrivial change to compile under ultrix
jcargill [Fri, 4 Feb 1994 00:40:54 +0000 (00:40 +0000)]
Trivial change to compile under ultrix

29 years agoconstructor inheritance round two.
hollings [Fri, 4 Feb 1994 00:35:01 +0000 (00:35 +0000)]
constructor inheritance round two.

29 years agoFirst cut at toplevel make.
hollings [Fri, 4 Feb 1994 00:33:59 +0000 (00:33 +0000)]
First cut at toplevel make.

29 years agoTrivial change to compile under ultrix
jcargill [Fri, 4 Feb 1994 00:33:39 +0000 (00:33 +0000)]
Trivial change to compile under ultrix

29 years agochanged listHash to a macro to work with g++ 2.5.2.
hollings [Thu, 3 Feb 1994 23:30:43 +0000 (23:30 +0000)]
changed listHash to a macro to work with g++ 2.5.2.

29 years agoCorrected metric type for active_processes.
hollings [Thu, 3 Feb 1994 23:29:44 +0000 (23:29 +0000)]
Corrected metric type for active_processes.

29 years agoChanges to work with g++ version 2.5.2.
hollings [Thu, 3 Feb 1994 23:26:50 +0000 (23:26 +0000)]
Changes to work with g++ version 2.5.2.

29 years agoAdded setTid().
hollings [Wed, 2 Feb 1994 00:49:55 +0000 (00:49 +0000)]
Added setTid().

29 years agoChanges to make it compile with the new tree.
hollings [Wed, 2 Feb 1994 00:46:10 +0000 (00:46 +0000)]
Changes to make it compile with the new tree.

29 years agoAdded Auto Refinement options.
hollings [Wed, 2 Feb 1994 00:43:20 +0000 (00:43 +0000)]
Added Auto Refinement options.

29 years agoChanges to the Data manager to reflect the file naming convention and
hollings [Wed, 2 Feb 1994 00:42:31 +0000 (00:42 +0000)]
Changes to the Data manager to reflect the file naming convention and
to support the integration of the Performance Consultant.

29 years agoFirst version of the Performance Consultant using threads.
hollings [Wed, 2 Feb 1994 00:38:10 +0000 (00:38 +0000)]
First version of the Performance Consultant using threads.

29 years agoUpgrades for performanceConsultant thread.
hollings [Tue, 1 Feb 1994 18:47:33 +0000 (18:47 +0000)]
Upgrades for performanceConsultant thread.

29 years agoChanges for adding perfConsult thread.
hollings [Tue, 1 Feb 1994 18:46:50 +0000 (18:46 +0000)]
Changes for adding perfConsult thread.

29 years agoAdded flag to Server class to indicate if protocol verify has been done.
hollings [Mon, 31 Jan 1994 20:07:01 +0000 (20:07 +0000)]
Added flag to Server class to indicate if protocol verify has been done.

29 years agoAdded code to check the protocol name and version tests are run
hollings [Mon, 31 Jan 1994 20:05:57 +0000 (20:05 +0000)]
Added code to check the protocol name and version tests are run
before any upcalls get invoked.

29 years agoFixed max variable name length.
hollings [Fri, 28 Jan 1994 19:42:30 +0000 (19:42 +0000)]
Fixed max variable name length.

29 years agoAdded YFLAGS
hollings [Fri, 28 Jan 1994 01:42:31 +0000 (01:42 +0000)]
Added YFLAGS

29 years agochanges in include syntax round 2 or 3.
hollings [Thu, 27 Jan 1994 20:36:29 +0000 (20:36 +0000)]
changes in include syntax round 2 or 3.