-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Issues: rust-lang/rust
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Add an equivalent to -grecord-command-line/-grecord-gcc-switches
A-CLI
Area: Command-line interface (CLI) to the compiler
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-debugging
Working group: Bad Rust debugging experiences
#133224
opened Nov 20, 2024 by
khuey
rust-gdb: Accessing tuple inside enum triggers invalid gdb expression syntax error.
C-bug
Category: This is a bug.
WG-debugging
Working group: Bad Rust debugging experiences
#132378
opened Oct 31, 2024 by
apodolsk
tests/debuginfo/macro-stepping.rs remains broken with SingleUseConsts
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-MIR
Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-debugging
Working group: Bad Rust debugging experiences
WG-llvm
Working group: LLVM backend code generation
#130896
opened Sep 26, 2024 by
khuey
Should debuginfo special-case vectors?
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-debugging
Working group: Bad Rust debugging experiences
#129448
opened Aug 23, 2024 by
scottmcm
The debuginfo test harness does not load pretty-printers for windows-gnu
A-compiletest
Area: The compiletest test runner
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
O-windows-gnu
Toolchain: GNU, Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-debugging
Working group: Bad Rust debugging experiences
#128981
opened Aug 11, 2024 by
saethlin
gdb on aarch64-unknown-linux-gnu/windows-gnu cannot print unused by-value non-immediate arguments
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
O-AArch64
Armv8-A or later processors in AArch64 mode
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-debugging
Working group: Bad Rust debugging experiences
#128973
opened Aug 11, 2024 by
saethlin
Stepping with "next" in a debugger skips past end-of-scope drops
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-debugging
Working group: Bad Rust debugging experiences
#128971
opened Aug 11, 2024 by
saethlin
Debuginfo tests don't control for ambient tools
A-compiletest
Area: The compiletest test runner
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
WG-debugging
Working group: Bad Rust debugging experiences
#126092
opened Jun 6, 2024 by
workingjubilee
DWARF information encodes discriminant values for tagged enums incorrectly
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-debugging
Working group: Bad Rust debugging experiences
#125147
opened May 15, 2024 by
sdnr1
vtable symbols are not marked artificial in DWARF
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-debugging
Working group: Bad Rust debugging experiences
#125126
opened May 14, 2024 by
tromey
rust-gdb set breakpoints in all the functions in a file
C-discussion
Category: Discussion or questions that doesn't represent real issues.
WG-debugging
Working group: Bad Rust debugging experiences
#124009
opened Apr 16, 2024 by
tannal
no LLDB pretty printer for BTreeMap
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-debugging
Working group: Bad Rust debugging experiences
#123452
opened Apr 4, 2024 by
jendrikw
rustc
failed to pass debuginfo
testsuite when using GDB 15
A-debuginfo
#122751
opened Mar 19, 2024 by
liushuyu
Improve MSVC debug info for f16 and f128
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
F-f16_and_f128
`#![feature(f16)]`, `#![feature(f128)]`
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-debugging
Working group: Bad Rust debugging experiences
#121837
opened Mar 1, 2024 by
tgross35
Backtraces are often broken on aarch64 binaries
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-bug
Category: This is a bug.
P-medium
Medium priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-debugging
Working group: Bad Rust debugging experiences
#121817
opened Feb 29, 2024 by
wesleywiser
Missing symbol name in optimized function
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-bug
Category: This is a bug.
O-windows
Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-debugging
Working group: Bad Rust debugging experiences
#120724
opened Feb 6, 2024 by
TimMisiak
Unavailable variables under the Visual Studio Debugger at the function end
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-bug
Category: This is a bug.
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
WG-debugging
Working group: Bad Rust debugging experiences
#119090
opened Dec 18, 2023 by
xTachyon
Unable to read value of recursive enum when debugging with lldb
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-debugging
Working group: Bad Rust debugging experiences
#118331
opened Nov 26, 2023 by
clems4ever
rust-lldb hangs when printing non-trivial type
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-debugging
Working group: Bad Rust debugging experiences
#115632
opened Sep 7, 2023 by
qrnch-jan
Keep track of how scopes and locals are duplicated during inlining so that they can be correctly de-duplicated when emitting debug info
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-debugging
Working group: Bad Rust debugging experiences
#115455
opened Sep 1, 2023 by
dpaoliello
Breakpoints are skipped sometimes on lldb when the breakpoint is on line with error propagation '?' mark
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-bug
Category: This is a bug.
WG-debugging
Working group: Bad Rust debugging experiences
#114438
opened Aug 3, 2023 by
Nicceboy
rust-lldb pretty-printing not working for Rc<str>
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-bug
Category: This is a bug.
WG-debugging
Working group: Bad Rust debugging experiences
#114195
opened Jul 29, 2023 by
billti
rust-lldb encounters an error displaying local variables
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-bug
Category: This is a bug.
S-needs-repro
Status: This issue has no reproduction and needs a reproduction to make progress.
WG-debugging
Working group: Bad Rust debugging experiences
#114137
opened Jul 27, 2023 by
zmitchell
Backtrace path usability issue
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-debugging
Working group: Bad Rust debugging experiences
#113805
opened Jul 17, 2023 by
lilith
Slow enum printing in WinDbg
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-bug
Category: This is a bug.
O-windows
Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-debugging
Working group: Bad Rust debugging experiences
#110808
opened Apr 25, 2023 by
Trildar
Previous Next
ProTip!
Follow long discussions with comments:>50.