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

Plugin for GDB #23

Merged
merged 2 commits into from
Nov 5, 2020
Merged

Plugin for GDB #23

merged 2 commits into from
Nov 5, 2020

Commits on Nov 5, 2020

  1. app: add debug hook for application

    This adds a known global symbol that points at our application object
    and serves as an entry point for gdb debugging.
    
    Signed-off-by: Noah Watkins <noah@vectorized.io>
    dotnwat committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    e5d8602 View commit details
    Browse the repository at this point in the history
  2. tools: add gdb python plugin

    Adds a gdb python debugging tool primarily sourced from the
    scylla-gdb.py tool for its seastar-specific plugins and updated to
    support libc++ data types instead of libstdc++. In addition, this script
    includes initial support for traversing a subset of the redpanda data
    types such as logs and segments.
    
    Signed-off-by: Noah Watkins <noah@vectorized.io>
    dotnwat committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    153e683 View commit details
    Browse the repository at this point in the history