- 16 1月, 2018 1 次提交
-
-
由 dbuck 提交于
Reviewed-by: dholmes, erikj
-
- 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
-
- 05 3月, 2015 1 次提交
-
-
由 dsamersoff 提交于
Summary: Cast arguments on printing Reviewed-by: dholmes, sspitsyn, jbachorik
-
- 04 3月, 2015 1 次提交
-
-
由 dsamersoff 提交于
Summary: move free call few lines down Reviewed-by: dholmes, sspitsyn
-
- 25 2月, 2015 1 次提交
-
-
由 dlong 提交于
Summary: refactor close to remove references to closed ports Reviewed-by: kvn, simonis, sgehwolf, dholmes
-
- 14 6月, 2014 2 次提交
- 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
-
- 21 3月, 2014 1 次提交
-
-
由 ccheung 提交于
Summary: added JNI exception check in the appropriate places Reviewed-by: sla, zgu
-
- 25 12月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Copyright year updated for files modified during 2013 Reviewed-by: twisti, iveresov
-
- 29 10月, 2013 1 次提交
-
-
由 dsamersoff 提交于
Summary: Fixed two compilation-breaking nits Reviewed-by: sla, dholmes
-
- 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
-
- 01 5月, 2013 1 次提交
-
-
由 sla 提交于
8013364: SA-JDI exceptions caused by lack of permissions on OSX should be more verbose about issue cause Reviewed-by: coleenp, rbackman
-
- 30 4月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: coleenp, rbackman, minqi
-
- 14 3月, 2013 1 次提交
-
-
由 minqi 提交于
Summary: Macosx uses Mach-O file format for binary files, not ELF format. Currently SA works on core files on other platforms, t his change enables SA work on core file generated on Darwin. Reviewed-by: sla, sspitsyn Contributed-by: yumin.qi@oracle.com
-
- 05 3月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: dholmes, kvn, mikael, morris
-
- 02 3月, 2013 1 次提交
-
-
由 morris 提交于
Summary: Fix unitialized variable and return value. Reviewed-by: kvn
-
- 27 2月, 2013 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: rbackman, sla, poonam
-
- 22 2月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: coleenp, mgronlun
-
- 15 2月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: dholmes, rbackman
-
- 13 2月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: mgronlun, sla, dholmes
-
- 08 2月, 2013 1 次提交
-
-
由 sla 提交于
8006423: SA: NullPointerException in sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:67) Summary: Do not rely on mach thread port names to identify threads from SA Reviewed-by: dholmes, minqi, rbackman
-
- 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
-
- 14 10月, 2011 1 次提交
-
-
由 dcubed 提交于
Summary: Integrate bsd-port/hotspot and macosx-port/hotspot changes as of 2011.09.29. Reviewed-by: kvn, dholmes, never, phh Contributed-by: NChristos Zoulas <christos@zoulas.com>, Greg Lewis <glewis@eyesbeyond.com>, Kurt Miller <kurt@intricatesoftware.com>, Alexander Strange <astrange@apple.com>, Mike Swingler <swingler@apple.com>, Roger Hoover <rhoover@apple.com>, Victor Hernandez <vhernandez@apple.com>, Pratik Solanki <psolanki@apple.com>
-
- 26 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti, jrose Contributed-by: NKurt Miller <kurt@intricatesoftware.com>, Greg Lewis <glewis@eyesbeyond.com>, Jung-uk Kim <jkim@freebsd.org>, Christos Zoulas <christos@zoulas.com>, Landon Fuller <landonf@plausible.coop>, The FreeBSD Foundation <board@freebsdfoundation.org>, Michael Franz <mvfranz@gmail.com>, Roger Hoover <rhoover@apple.com>, Alexander Strange <astrange@apple.com>
-