Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
577e82f71b07b11c6a6f74ac788c65cbd2674a2a
/
tests
/
debuginfo
/
struct-in-enum.rs
156088f
Delete redundant gdb-version requirements and related comments
by Ben Kimock
· 9 months ago
fa0e858
Replace gdbr with gdbg
by Ben Kimock
· 9 months ago
4314661
Delete gdbg commands
by Ben Kimock
· 9 months ago
a561484
Enable debuginfo tests that have been temporarily disabled for years
by Ben Kimock
· 9 months ago
96431e4
Use explicit LLDB commands instead of `print`/`p` aliases.
by Markus Reiter
· 1 year, 2 months ago
75fba9d
Remove LLDB persistent results in `compiletest`.
by Markus Reiter
· 1 year, 2 months ago
6e48b96
[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives
by 许杰友 Jieyou Xu (Joe)
· 1 year, 3 months ago
cf2dff2
Move /src/test to /tests
by Albert Larsan
· 2 years, 4 months ago
[Renamed from src/test/debuginfo/struct-in-enum.rs]
3ea62cb5
Remove redundant `ignore-tidy-linelength` annotations
by Simon Jakobi
· 4 years, 2 months ago
2a66355
Remove licenses
by Mark Rousskov
· 6 years ago
0a24acd
Disable failing tests temporarily
by Sam
· 7 years ago
112a5a0
ignore more gdb versions with buggy rust support
by Tim Neumann
· 8 years ago
f437598
debuginfo: Ignore optimized enum tests for GDB versions that can't handle them.
by Michael Woerister
· 8 years ago
9966bbd
Fix computation of enum names based off the discrfield in the case of the null pointer optimization. This functionality is needed by pretty printers for gdb and lldb.
by Austin Hicks
· 8 years ago
9253e12
adapt debuginfo tests for gdb with native rust support
by Tim Neumann
· 9 years ago
6fa0ff2
Feature-gate `#[no_debug]` and `#[omit_gdb_pretty_printer_section]`
by Andrew Paseltiner
· 10 years ago
03f9269
Add a name for tuple fields in debuginfo so that they can be accessed in debuggers.
by Michael Woerister
· 10 years ago
1accaa9
Fix some typos
by Vadim Petrochenkov
· 10 years ago
b1af864
Enable test/debuginfo on android
by Eunji Jeong
· 10 years ago
91a0e18
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
by Michael Woerister
· 10 years ago
3dcd215
Switch to purely namespaced enums
by Steven Fackler
· 11 years ago
54a5a2b
debuginfo: Make GDB tests use line breakpoints like done in LLDB tests.
by Michael Woerister
· 11 years ago
e0ad0fc
Update code with new lint names
by Aaron Turon
· 11 years ago
47e8cf7
debuginfo: Gate all LLDB debuginfo tests on a minimum LLDB version being available
by Michael Woerister
· 11 years ago
98a0f91
debuginfo: Don't mark struct fields as artificial.
by Michael Woerister
· 11 years ago
c7f45a9
debuginfo: Add LLDB autotests to debuginfo test suite.
by Michael Woerister
· 11 years ago
eea329b
debuginfo: Make DWARF representation of enums uniform.
by Michael Woerister
· 11 years ago
55a8bd5
debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldb
by Michael Woerister
· 11 years ago
[Renamed (80%) from src/test/debug-info/struct-in-enum.rs]
713e875
Use new attribute syntax in python files in src/etc too (#13478)
by Manish Goregaokar
· 11 years ago
f62460c
Change `xfail` directives in compiletests to `ignore`, closes #11363
by Florian Hahn
· 11 years ago
071ee96
Consolidate codegen-related compiler flags
by Alex Crichton
· 11 years ago
730bdb6
Added tests to make tidy
by Derek Guenther
· 11 years ago
ca55317
tagging issue number(#10381)
by Young-il Choi
· 12 years ago
4e54828
Add make check support(arm-linux-androideabi debuginfo)
by sh8281.kim
· 12 years ago
93d6328
debuginfo: Support for namespaces (functions only)
by Michael Woerister
· 12 years ago
7f79b52
Un-disabled debug info tests on Windows.
by Vadim Chugunov
· 12 years ago
ad5c676
Fix warnings it tests
by Erick Tryzelaar
· 12 years ago
b2aeb4b
debuginfo: Cleaned up style issues for pull request.
by Michael Woerister
· 12 years ago
e0108a4
debuginfo: DI generation for enums uses adt::represent_type() now.
by Michael Woerister
· 12 years ago
70e5c08
debuginfo: Extended test suite with various tests for enums.
by Michael Woerister
· 12 years ago