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

The sos "ClrStack" command now works #437

Merged
merged 11 commits into from Mar 14, 2015
Merged

Commits on Mar 10, 2015

  1. Copy the full SHA
    5310bc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2015

  1. Fix some missing variables and other build problems. The ClrStack com…

    …mand now builds and almost runs. There is a problem with thread ids between the debugger/DAC and the target/VM/PAL.
    mikem8361 committed Mar 11, 2015
    Copy the full SHA
    c5b03de View commit details
    Browse the repository at this point in the history
  2. Fix some more build problems/missing globals. The ClrStack command bu…

    …ilds and almost runs except for a thread id problem.
    mikem8361 committed Mar 11, 2015
    Copy the full SHA
    a9958b9 View commit details
    Browse the repository at this point in the history
  3. The ClrStack command mostly works except for some address formating (…

    …related to %p). Needed to change how the PAL got the thread id (pthread_self to gettid) and implemented a simple GetThreadContext function.
    mikem8361 committed Mar 11, 2015
    Copy the full SHA
    0681995 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2015

  1. Fix PAL printf functions. Didn't handle "%*.*p" correctly which is su…

    …pported under windbg/windows runtime. Didn't actually support "*" for the width parameter at all for any format char.
    mikem8361 committed Mar 12, 2015
    Copy the full SHA
    ce7dd7e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6c5888e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2015

  1. Copy the full SHA
    7f238c9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2d384e4 View commit details
    Browse the repository at this point in the history
  3. Change THREADSilentGetCurrentThreadId to return the pthread_threadid,…

    … which matches the tid from lldb
    kangaroo committed Mar 13, 2015
    Copy the full SHA
    d6fb741 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from kangaroo/clrstack

    Fixes OSx problems.
    mikem8361 committed Mar 13, 2015
    Copy the full SHA
    bcdca17 View commit details
    Browse the repository at this point in the history
  5. Code review feedback.

    mikem8361 committed Mar 13, 2015
    Copy the full SHA
    e33ab2f View commit details
    Browse the repository at this point in the history