This repository was archived by the owner on May 29, 2025. It is now read-only.
rust-dev-tools/gdb
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a small fork of gdb that is used for Rust.
Ordinarily any patch going committed here should first go upstream.
You can find upstream contribution instructions here:
https://sourceware.org/gdb/wiki/ContributionChecklist
There are a few local patches that should not be upstreamed. These
are limited to build changes needed for Rust.
To update gdb, make a new branch based on the corresponding gdb
release branch. Then cherry-pick the local changes onto the new
branch. Finally, after pushing the new branch, send a PR to the rust
project to update the gdb submodule.