Sign in
rust
/
rust-lang
/
rustc-dev-guide
/
refs/heads/rustc-pull
/
.
/
src
/
debuginfo
/
gdb-internals.md
blob: 95f543c8e94a042b515375267e83cea35f98e10e [
file
] [
log
] [
blame
] [
view
] [
edit
]
# (WIP) GDB Internals
GDB
's Rust support lives at `gdb/rust-lang.h` and `gdb/rust-lang.c`. The expression parsing support
can be found in `gdb/rust-exp.h` and `gdb/rust-parse.c`