summaryrefslogtreecommitdiff
path: root/ACE/bin/PerlACE
Commit message (Collapse)AuthorAgeFilesLines
* Removed HPUX supportJohnny Willemsen2023-01-151-23/+0
|
* Add header and footer for stuck stacksSon Dinh2022-07-141-0/+2
|
* From reviewSon Dinh2022-05-111-1/+1
|
* Return when core files are handled by a dedicated serviceSon Dinh2022-05-111-0/+5
|
* From reviewSon Dinh2022-05-061-13/+12
|
* From reviewSon Dinh2022-05-061-20/+36
|
* Choosing debugger is configurableSon Dinh2022-05-061-3/+16
|
* From reviewSon Dinh2022-05-061-5/+4
|
* Add support for macOS & fixed errorsSon Dinh2022-05-061-17/+47
|
* Update logsSon Dinh2022-05-061-8/+12
|
* Update WaitKillSon Dinh2022-05-061-8/+14
|
* Print out stack traceSon Dinh2022-05-061-4/+149
|
* Update doc and add argument to SpawnWaitKillSon Dinh2022-04-181-7/+13
|
* Update Kill functionSon Dinh2022-04-182-2/+2
|
* Indicating if a process can self crash and get signal infoSon Dinh2022-04-182-19/+69
|
* Silence loggingJohnny Willemsen2021-09-061-2/+2
| | | | * ACE/bin/PerlACE/TestTarget.pm:
* Fixed errorJohnny Willemsen2021-09-061-3/+3
| | | | * ACE/bin/PerlACE/TestTarget.pm:
* Cleanup loggingJohnny Willemsen2021-09-061-7/+4
| | | | * ACE/bin/PerlACE/TestTarget.pm:
* Correct errorJohnny Willemsen2021-09-061-3/+3
| | | | * ACE/bin/PerlACE/TestTarget.pm:
* Make DeleteFile more consistent witl WaitForFileTimedJohnny Willemsen2021-09-061-10/+11
| | | | * ACE/bin/PerlACE/TestTarget.pm:
* Log DeleteFile operationJohnny Willemsen2021-09-061-0/+3
| | | | * ACE/bin/PerlACE/TestTarget.pm:
* Removed some dance leftoversJohnny Willemsen2021-06-181-4/+0
|
* Cleanup CIAO/DAnCE, they are not possible to be used with ACE7/TAO3Johnny Willemsen2021-06-183-62/+0
|
* Fixed typos in commentsJohnny Willemsen2020-10-142-4/+4
|
* Perl shebang portability changesJohnny Willemsen2020-10-0219-19/+19
| | | | | | | | | | | | | | | | | | | | | | | * ACE/bin/PerlACE/ConfigList.pm: * ACE/bin/PerlACE/MSProject.pm: * ACE/bin/PerlACE/Process.pm: * ACE/bin/PerlACE/ProcessAndroid.pm: * ACE/bin/PerlACE/ProcessLVRT.pm: * ACE/bin/PerlACE/ProcessVX.pm: * ACE/bin/PerlACE/ProcessVX_Unix.pm: * ACE/bin/PerlACE/ProcessVX_Win32.pm: * ACE/bin/PerlACE/ProcessWinCE.pm: * ACE/bin/PerlACE/ProcessWinCE_Unix.pm: * ACE/bin/PerlACE/Process_Unix.pm: * ACE/bin/PerlACE/Process_VMS.pm: * ACE/bin/PerlACE/Process_Win32.pm: * ACE/bin/PerlACE/Run_Test.pm: * ACE/bin/PerlACE/TestTarget.pm: * ACE/bin/PerlACE/TestTarget_Android.pm: * ACE/bin/PerlACE/TestTarget_LVRT.pm: * ACE/bin/PerlACE/TestTarget_VxWorks.pm: * ACE/bin/PerlACE/TestTarget_WinCE.pm: * ACE/bin/Uniqueid.pm:
* Process_Unix.pm: optional stack traces and core file generation for stuck ↵Adam Mitz2018-04-031-0/+14
| | | | processes
* Improvements for remote/avd target testingMartin Corino2017-03-131-1/+20
|
* Improvements for Android AVD testing.Martin Corino2017-03-052-15/+27
|
* Bring over recent fixes and enhancements to the FaultTolerant / ↵Phil Mesnier2016-03-041-1/+3
| | | | | | | LoadBalancing naming service extension from OCI's TAO release. Fixes deadlocks that could occur as a result of file access errors, such as the transient "bad file decriptor" (ebadf) error that seems to pop up fairly regularly when using NFS. Also optimized the file locking strategy to not always setting to MODIFY access state, which then required a file update on every access
* Don't print out PID error message at spawn. File not found is acceptable, ↵Jeff Schmitz2015-12-011-1/+1
| | | | and not an error.
* Updates for PerlACE configuration.Jeff Schmitz2015-12-011-0/+7
|
* Fixed fuzz checks and wchar build problems.Adam Mitz2015-11-121-2/+2
|
* Process_Unix.pm:Jeff Schmitz2015-11-101-1/+1
| | | | Change No PID found at Spawn log message to not say Warning.
* Process_Unix.pm: Don't try to read PID when no remote process.Jeff Schmitz2015-11-091-1/+5
|
* Process_Unix.pm:Jeff Schmitz2015-11-091-10/+24
| | | | | If remote PID is unknown, still kill child remote shell process. Kill remote shell process after killing remote process (and time has passed).
* If reading PID file fails, try again at kill time.Jeff Schmitz2015-11-091-2/+11
|
* Merged branch ace-face-safety (FACE Safety Profile import from OCITAO).Adam Mitz2015-11-062-17/+113
|
* Trailing whitespacesJohnny Willemsen2015-01-072-2/+0
|
* Replaced README filesJohnny Willemsen2015-01-071-1/+1
|
* Last ACE Id tag replacementsJohnny Willemsen2015-01-072-2/+2
|
* Perl filesJohnny Willemsen2015-01-0719-19/+0
|
* Removed single line Id tagJohnny Willemsen2015-01-071-2/+0
|
* Mon Oct 20 15:37:35 UTC 2014 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2014-10-201-1/+1
| | | | | | | | | | | | | | | * ACEXML/common/XMLFilterImpl.h: * ACEXML/common/XMLFilterImpl.cpp: * ACEXML/parser/parser/Entity_Manager.h: * ace/ETCL/ETCL_l.cpp: * protocols/ace/RMCast/Flow.h: * protocols/ace/RMCast/Flow.cpp: * protocols/ace/RMCast/Reassemble.h: * protocols/ace/RMCast/Reassemble.cpp: * protocols/ace/TMCast/TransactionController.hpp: Clean up unused member warnings identified by clang 6.0. * bin/PerlACE/Process_Unix.pm: increase the valgrind wait factor to accommodate slower machines.
* Fri Sep 12 09:19:15 UTC 2014 Martin Corino <mcorino@remedy.nl>mcorino2014-09-121-1/+1
|
* Thu Sep 11 10:14:17 UTC 2014 Martin Corino <mcorino@remedy.nl>mcorino2014-09-113-8/+44
|
* Fri Apr 18 06:49:06 UTC 2014 Martin Corino <mcorino@remedy.nl>mcorino2014-04-183-1/+24
|
* Thu Apr 10 07:50:23 UTC 2014 Martin Corino <mcorino@remedy.nl>mcorino2014-04-101-7/+2
|
* Wed Apr 9 08:22:45 UTC 2014 Martin Corino <mcorino@remedy.nl>mcorino2014-04-091-0/+11
|
* Wed Apr 9 07:30:51 UTC 2014 Martin Corino <mcorino@remedy.nl>mcorino2014-04-091-11/+9
|
* ChangeLogTag: Mon Apr 7 11:44:23 UTC 2014 Martin Corino <mcorino@remedy.nl>mcorino2014-04-071-0/+19
|