Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: 406846fcc519
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 2b9e3fb1835d
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Oct 8, 2013

  1. dtrace, mdb_v8: support more string, frame types

    This change makes several improvements to the ustack helper and MDB
    support:
    
    - ustack helper and MDB: add support for two-byte strings
      (necessary to print many filenames in stacktraces in 0.10 and later).
    - ustack helper: fix position numbers, which were off by a factor of two
    - ustack helper: fix frames with undefined Scripts (e.g., "RegExp")
    - ustack helper: add stub frames
    - MDB: add support for sliced strings
    - MDB: sync up with changes from the illumos version of the module
    
    Fixes #6309
    Closes #6318
    Dave Pacheco authored and tjfontaine committed Oct 8, 2013
    Copy the full SHA
    5921158 View commit details
    Browse the repository at this point in the history
  2. mdb_v8: remove useless check

    Dave Pacheco authored and tjfontaine committed Oct 8, 2013
    Copy the full SHA
    2b9e3fb View commit details
    Browse the repository at this point in the history