Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: identify internal function invocations in traces #8222

Merged
merged 38 commits into from
Jul 11, 2024

Commits on Jun 21, 2024

  1. fix: small debugger updates

    klkvr committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0460633 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fd779a View commit details
    Browse the repository at this point in the history
  3. fmt

    klkvr committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    83c7a23 View commit details
    Browse the repository at this point in the history
  4. doc

    klkvr committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b1a365f View commit details
    Browse the repository at this point in the history
  5. correctly enable tracing

    klkvr committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2d17d37 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. correctly enable tracing

    klkvr committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    4728d2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ed1abf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6518cb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a038e05 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. wip

    klkvr committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    06dc30a View commit details
    Browse the repository at this point in the history
  2. refactor

    klkvr committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    216e9da View commit details
    Browse the repository at this point in the history
  3. clippy

    klkvr committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    d92f436 View commit details
    Browse the repository at this point in the history
  4. fix doc

    klkvr committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    7fa698b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. track input/output values

    klkvr committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b3ef110 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d59b3f View commit details
    Browse the repository at this point in the history
  3. clippy

    klkvr committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5972083 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. clean up

    klkvr committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e9e97a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    44e976d View commit details
    Browse the repository at this point in the history
  2. TraceMode

    klkvr committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    08fd6c5 View commit details
    Browse the repository at this point in the history
  3. small fixes

    klkvr committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    34644d3 View commit details
    Browse the repository at this point in the history
  4. add doc

    klkvr committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a725b28 View commit details
    Browse the repository at this point in the history
  5. clippy

    klkvr committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c47abbb View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    7d362f7 View commit details
    Browse the repository at this point in the history
  2. use Into<Option<TraceMode>>

    klkvr committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    4d44529 View commit details
    Browse the repository at this point in the history
  3. TraceMode::None

    klkvr committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ecb5f13 View commit details
    Browse the repository at this point in the history
  4. fmt

    klkvr committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    6503571 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    7976e27 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    3a01a97 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    0031d77 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    e9ec97e View commit details
    Browse the repository at this point in the history
  2. review fixes

    klkvr committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ec783d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff2a11b View commit details
    Browse the repository at this point in the history
  4. use Vec

    klkvr committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e46c017 View commit details
    Browse the repository at this point in the history
  5. TraceMode builder

    klkvr committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    062d550 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    5568fc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9db774f View commit details
    Browse the repository at this point in the history
  3. update doc

    klkvr committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    97c2b4b View commit details
    Browse the repository at this point in the history
  4. InternalTraceMode

    klkvr committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    92ece42 View commit details
    Browse the repository at this point in the history