1
Fork 0
rust/compiler/rustc_codegen_llvm/src/debuginfo
Julia Tatz 0504a33383 Preserve, clarify, and extend debug information
`-Cdebuginfo=1` was never line tables only and
can't be due to backwards compatibility issues.
This was clarified and an option for line tables only
was added. Additionally an option for line info
directives only was added, which is well needed for
some targets. The debug info options should now
behave the same as clang's debug info options.
2023-03-31 07:28:39 -04:00
..
metadata Update ty::VariantDef to use IndexVec<FieldIdx, FieldDef> 2023-03-30 09:23:40 -07:00
create_scope_map.rs not need Option for dbg_scope 2022-04-26 21:00:19 +08:00
doc.md fix most compiler/ doctests 2022-05-02 17:40:30 -07:00
gdb.rs rustc: Remove unused Session argument from some attribute functions 2023-03-22 13:55:55 +04:00
metadata.rs Preserve, clarify, and extend debug information 2023-03-31 07:28:39 -04:00
mod.rs Preserve, clarify, and extend debug information 2023-03-31 07:28:39 -04:00
namespace.rs Remove in_band_lifetimes from rustc_codegen_llvm 2021-12-16 14:43:32 -05:00
utils.rs rustc_middle: Remove trait DefIdTree 2023-03-02 23:46:44 +04:00