summaryrefslogtreecommitdiff
path: root/ACE/bin/PerlACE/Process_Unix.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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-181-1/+1
|
* Indicating if a process can self crash and get signal infoSon Dinh2022-04-181-9/+34
|
* Removed some dance leftoversJohnny Willemsen2021-06-181-4/+0
|
* Cleanup CIAO/DAnCE, they are not possible to be used with ACE7/TAO3Johnny Willemsen2021-06-181-4/+0
|
* Perl shebang portability changesJohnny Willemsen2020-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * 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 Android AVD testing.Martin Corino2017-03-051-10/+4
|
* Don't print out PID error message at spawn. File not found is acceptable, ↵Jeff Schmitz2015-12-011-1/+1
| | | | and not an error.
* 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-061-17/+100
|
* Perl filesJohnny Willemsen2015-01-071-1/+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.
* Thu Sep 11 10:14:17 UTC 2014 Martin Corino <mcorino@remedy.nl>mcorino2014-09-111-3/+13
|
* Fri Apr 18 06:49:06 UTC 2014 Martin Corino <mcorino@remedy.nl>mcorino2014-04-181-1/+1
|
* ChangeLogTag TAO:Fri Apr 4 08:40:43 UTC 2014 Martin Corino <mcorino@remedy.nl>mcorino2014-04-041-1/+1
| | | | | ChangeLogTag ACE:Fri Apr 4 08:38:05 UTC 2014 Martin Corino <mcorino@remedy.nl>
* ChangeLogTag: Mon Mar 24 10:27:40 UTC 2014 Martin Corino <mcorino@remedy.nl>mcorino2014-03-241-23/+24
|
* Tue Nov 19 14:23:47 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-11-191-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | * ace/Init_ACE.h: Doxygen improvements * ace/OS_main.cpp: Zapped some empty lines * ace/config-win32-msvc-10.h: * ace/config-win32-msvc-9.h: Windows Vista and Windows Server 2008 and newer do have native condition variable support, but the support in ACE isn't complete. Fixed the Windows API version checks, but commented it out, see bugzilla 4146. Thanks to Russ Noseworthy <J dot Russell dot Noseworthy at TENA-SDA dot org> for pointing this out. * bin/PerlACE/ProcessVX_Unix.pm: * bin/PerlACE/Process_Unix.pm: * bin/PerlACE/Run_Test.pm: Instead of waiting 1 second on a file or process exit, wait 0.1 seconds which speeds up testing when deploying a lot of processes, like when testing CIAO
* Moved rel2abs from exe in commandline()mhengstmengel2013-11-061-2/+1
|
* Changes caused by changes in test framework for Android portmhengstmengel2013-10-311-9/+21
|
* Resolved error in spawnmhengstmengel2013-10-291-1/+1
|
* Changes for ANDROID portmhengstmengel2013-10-231-22/+49
|
* Thu Sep 8 08:14:46 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-09-081-259/+258
| | | | | | | | | | | | | | | | | | | | | | * bin/PerlACE/ConfigList.pm: * bin/PerlACE/Process.pm: * bin/PerlACE/ProcessAndroid.pm: * bin/PerlACE/ProcessLVRT.pm: * bin/PerlACE/ProcessVX.pm: * bin/PerlACE/ProcessVX_Unix.pm: * bin/PerlACE/ProcessVX_Win32.pm: * bin/PerlACE/ProcessWinCE.pm: * bin/PerlACE/ProcessWinCE_Unix.pm: * bin/PerlACE/Process_Unix.pm: * bin/PerlACE/Process_VMS.pm: * bin/PerlACE/Process_Win32.pm: * bin/PerlACE/Run_Test.pm: * bin/PerlACE/TestTarget.pm: * bin/PerlACE/TestTarget_Android.pm: * bin/PerlACE/TestTarget_LVRT.pm: * bin/PerlACE/TestTarget_VxWorks.pm: * bin/PerlACE/TestTarget_WinCE.pm: Extensions to run automatically tests on an Android emulator
* Fri Jul 09 09:35:30 UTC 2010 Martin Corino <mcorino@remedy.nl>mcorino2010-07-091-0/+1
| | | | | | * bin/PerlACE/Process_Unix.pm: Fix killall() valgrind handling.
* Thu Jul 08 14:41:30 UTC 2010 Martin Corino <mcorino@remedy.nl>mcorino2010-07-081-1/+1
| | | | | | * bin/PerlACE/Process_Unix.pm: Fix killall() valgrind handling.
* Thu Jul 08 07:56:30 UTC 2010 Martin Corino <mcorino@remedy.nl>mcorino2010-07-081-3/+16
| | | | | | * bin/PerlACE/Process_Unix.pm: Make killall() recognize and handle valgrind runs correctly.
* Mon Jul 05 14:32:30 UTC 2010 Martin Corino <mcorino@remedy.nl>mcorino2010-07-051-25/+55
| | | | | | * bin/PerlACE/Process_Unix.pm: Fixes problem with killall() function being not selective enough.
* ChangeLogTag: Tue Jun 8 21:59:16 UTC 2010 Adam Mitz <mitza@ociweb.com>mitza2010-06-081-5/+10
|
* ChangeLogTag: Thu May 20 21:50:35 UTC 2010 Adam Mitz <mitza@ociweb.com>mitza2010-05-201-0/+3
|
* ChangeLogTag: Tue May 18 21:34:34 UTC 2010 Adam Mitz <mitza@ociweb.com>mitza2010-05-181-1/+4
|
* ChangeLogTag:Tue Apr 13 20:34:40 UTC 2010 Steve Huston <shuston@riverace.com>Steve Huston2010-04-131-1/+1
|
* Mon Apr 12 09:31:54 UTC 2010 Martin Corino <mcorino@remedy.nl>mcorino2010-04-121-21/+152
| | | | | | | | | | | | | | | | | | | | | * bin/PerlACE/TestTarget_WinCE.pm: * bin/PerlACE/ProcessVX_Win32.pm: * bin/PerlACE/Process_Unix.pm: * bin/PerlACE/ProcessLVRT.pm: * bin/PerlACE/TestTarget.pm: * bin/PerlACE/TestTarget_VxWorks.pm: * bin/PerlACE/ProcessVX.pm: * bin/PerlACE/TestTarget_LVRT.pm: * bin/PerlACE/ProcessVX_Unix.pm: * bin/PerlACE/Process_Win32.pm: * bin/PerlACE/Run_Test.pm: * bin/PerlACE/Process_VMS.pm: Added support for running multiplatform tests using remote shell connections. Currently only supported for *nix-like platforms (like Linux PPC64 <-> Linux x86_64).
* Mon Mar 1 12:27:30 UTC 2010 Martin Corino <mcorino@remedy.nl>mcorino2010-03-011-0/+2
| | | | | | | * bin/PerlACE/Process_Unix.pm: Fixed 'ps' determination problems.
* Thu Feb 4 10:53:30 UTC 2010 Martin Corino <mcorino@remedy.nl>mcorino2010-02-041-1/+12
| | | | | | | * bin/PerlACE/Process_Unix.pm: Fixed problems concerning correct retrievel of process list.
* Tue Feb 2 19:57:30 UTC 2010 Martin Corino <mcorino@remedy.nl>mcorino2010-02-021-0/+27
| | | | | | | | | | | | | | | | | * bin/PerlACE/TestTarget_WinCE.pm: * bin/PerlACE/Process_Unix.pm: * bin/PerlACE/ProcessLVRT.pm: * bin/PerlACE/TestTarget.pm: * bin/PerlACE/TestTarget_VxWorks.pm: * bin/PerlACE/ProcessVX.pm: * bin/PerlACE/TestTarget_LVRT.pm: * bin/PerlACE/Process_Win32.pm: * bin/PerlACE/Process_VMS.pm: Added killall methods to the Process and Target frameworks. Currently only full implementation on Win32 and *nix platforms (empty on others).
* Wed May 20 11:29:05 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-05-201-0/+8
| | | | | * bin/PerlACE/Process_Unix.pm: Support cross platform testing