- 13 6月, 2014 1 次提交
-
-
由 dsamersoff 提交于
Summary: Better parsing of /proc/pid/maps in sa Reviewed-by: sspitsyn, sla
-
- 29 5月, 2019 1 次提交
-
-
由 adinn 提交于
8202884: SA: Attach/detach might fail on Linux if debugee application create/destroy threads during attaching Summary: While doing a ptrace attach, do not attach to threads which are in the process of exiting or are zombies -- skip these threads. Reviewed-by: jcbeyler, ysuenaga
-
- 19 6月, 2019 1 次提交
-
-
由 ysuenaga 提交于
Reviewed-by: sspitsyn, cjplummer
-
- 16 1月, 2018 2 次提交
- 15 2月, 2017 1 次提交
-
-
由 ysuenaga 提交于
Reviewed-by: aph, dsamersoff
-
- 01 3月, 2016 1 次提交
-
-
由 csahu 提交于
Reviewed-by: stuefe, coleenp, roland
-
- 19 12月, 2015 1 次提交
-
-
由 gthornbr 提交于
Summary: Added include of asm/ptrace.h to libproc.h Reviewed-by: dcubed, mikael
-
- 10 12月, 2015 1 次提交
-
-
由 sla 提交于
Reviewed-by: jbachorik, stuefe
-
- 25 2月, 2015 1 次提交
-
-
由 dlong 提交于
Summary: refactor close to remove references to closed ports Reviewed-by: kvn, simonis, sgehwolf, dholmes
-
- 14 6月, 2014 1 次提交
-
-
由 jwilhelm 提交于
Summary: prefer <sys/ptrace.h> over <linux/ptrace.h> Reviewed-by: sla, mikael Contributed-by: kim.barrett@oracle.com
-
- 30 4月, 2014 1 次提交
-
-
由 mikael 提交于
Reviewed-by: twisti, kvn
-
- 03 2月, 2015 1 次提交
-
-
由 dlong 提交于
Summary: use PTRACE_GETREGSET if other options are not available Reviewed-by: sla, dholmes
-
- 13 2月, 2014 1 次提交
-
-
由 dsamersoff 提交于
Summary: Better handle SA_ALTROOT Reviewed-by: sla, sspitsyn
-
- 16 1月, 2018 1 次提交
-
-
由 dbuck 提交于
Reviewed-by: dholmes, erikj
-
- 25 12月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Copyright year updated for files modified during 2013 Reviewed-by: twisti, iveresov
-
- 17 10月, 2013 1 次提交
-
-
由 dsamersoff 提交于
Summary: Coredump store memsz elf field rounded up to page Reviewed-by: dholmes, sla
-
- 03 10月, 2013 1 次提交
-
-
由 dsamersoff 提交于
Summary: linux/ps_core.c and bsd/ps_core.c share most of code, but it has different formatting, comments etc. Reviewed-by: sla, minqi
-
- 29 9月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: iveresov
-
- 22 9月, 2013 1 次提交
-
-
由 dsamersoff 提交于
Summary: replace PT_LOAD segment with library segment when necessary Reviewed-by: dholmes, sla
-
- 21 6月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: added #includes needed for ppc64 port. Renamed _MODEL_ppc to _MODEL_ppc_32 and renamed corresponding old _ppc files to _ppc_32. Reviewed-by: dholmes, kvn
-
- 07 5月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: coleenp, mgronlun, rbackman
-
- 05 3月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: dholmes, kvn, mikael, morris
-
- 27 2月, 2013 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: rbackman, sla, poonam
-
- 13 2月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: mgronlun, sla, dholmes
-
- 26 1月, 2013 1 次提交
-
-
由 morris 提交于
Summary: removed unused IA64 specific code Reviewed-by: twisti, kvn, dholmes
-
- 25 9月, 2012 1 次提交
-
-
由 minqi 提交于
Summary: We should in SA to use hsdis for it like the JVM does to replace the current java based disassembler. Reviewed-by: twisti, jrose, sla Contributed-by: yumin.qi@oracle.com
-
- 02 9月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Remove PermGen, allocate meta-data in metaspace linked to class loaders, rewrite GC walking, rewrite and rename metadata to be C++ classes Reviewed-by: jmasa, stefank, never, coleenp, kvn, brutisso, mgerdin, dholmes, jrose, twisti, roland Contributed-by: Njmasa <jon.masamitsu@oracle.com>, stefank <stefan.karlsson@oracle.com>, mgerdin <mikael.gerdin@oracle.com>, never <tom.rodriguez@oracle.com>
-
- 30 8月, 2012 1 次提交
-
-
由 bpittore 提交于
Summary: Added capability to load support classes for other cpus Reviewed-by: coleenp, bobv, sla Contributed-by: NBill Pittore <bill.pittore@oracle.com>
-
- 23 4月, 2012 1 次提交
-
-
由 sla 提交于
Reviewed-by: rbackman, mgronlun, dholmes
-
- 05 4月, 2012 1 次提交
-
-
由 sla 提交于
7133111: libsaproc debug print should be printed as unsigned long to fit large numbers on 64bit platform Reviewed-by: dcubed, mgronlun, dsamersoff
-
- 13 2月, 2012 1 次提交
-
-
由 poonam 提交于
Summary: Added Large File Support by compiling libsaproc.so with -D_FILE_OFFSET_BITS=64, and a small change with which SA should first load libraries from the path specified with SA_ALTROOT. Reviewed-by: dholmes, kevinw, dcubed, minqi
-
- 04 1月, 2011 1 次提交
-
-
由 trims 提交于
7010068: Update all 2010 Oracle-changed OpenJDK files to have the proper copyright dates - first pass Summary: Update the copyright to be 2010 on all changed files in OpenJDK Reviewed-by: jcoomes
-
- 08 12月, 2010 1 次提交
-
-
由 kevinw 提交于
Summary: ifdef definitions for PTRACE_GETREGS_REQ clarified Reviewed-by: dholmes
-
- 03 8月, 2010 1 次提交
-
-
由 bobv 提交于
Summary: A collection of portability improvements including shared code support for PPC, ARM platforms, software floating point, cross compilation support and improvements in error crash detail. Reviewed-by: phh, never, coleenp, dholmes
-
- 28 5月, 2010 1 次提交
-
-
由 trims 提交于
Summary: Change all the Sun copyrights to Oracle copyright Reviewed-by: ohair
-
- 21 4月, 2010 1 次提交
-
-
由 never 提交于
Reviewed-by: twisti
-
- 10 3月, 2010 1 次提交
-
-
由 never 提交于
Reviewed-by: never Contributed-by: NAndrew Haley <aph@redhat.com>
-
- 29 7月, 2009 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright for files that have been modified in 2009, up to 07/09 Reviewed-by: tbell, ohair
-
- 05 5月, 2009 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-