about summary refs log tree commit diff
path: root/src/test/debuginfo
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-16671/+0
2022-11-27Fix `pretty-std` testMarkus Everling-2/+2
2022-11-19Auto merge of #104470 - ehuss:cdb-dupe-last-command, r=jyn514bors-1/+1
2022-11-16Merge basic blocks where possible when generating LLVM IR.Nicholas Nethercote-4/+4
2022-11-15Don't duplicate last cdb debuginfo test commandEric Huss-1/+1
2022-11-10update debuginfo checkjoboet-2/+2
2022-10-31[debuginfo] Make debuginfo type names for slices and str consistent.Michael Woerister-29/+29
2022-09-13Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiserbors-0/+243
2022-09-07Change name of "dataful" variant to "untagged"Michael Benfield-3/+3
2022-09-07ssa: implement `#[collapse_debuginfo]`David Wood-0/+243
2022-08-28Rollup merge of #98301 - ortem:pretty-printers-nonzero, r=wesleywiserMatthias Krüger-1/+86
2022-08-24Add GDB/LLDB pretty-printers for NonZero typesArtem Mukhin-1/+86
2022-08-15[debuginfo] Fix msvc-pretty-enums debuginfo test for i686.Michael Woerister-2/+2
2022-08-12[debuginfo] Update src/test/debuginfo/mutex.rs for new cpp-like enum debuginf...Michael Woerister-5/+7
2022-08-12[debuginfo] Add more test cases cpp-like enum debuginfo.Michael Woerister-4/+39
2022-08-12Support wrapping 128-bit tag ranges for cpp-like enum debuginfo.Michael Woerister-0/+32
2022-08-12Use enum2<_> instead of enum<_> for Cpp-like debuginfo enum type names.Michael Woerister-63/+62
2022-08-12debuginfo: Change C++-like encoding for enums.Michael Woerister-50/+119
2022-08-04Add min-gdb-versionRyan Levick-0/+1
2022-08-04Update FIXME commentRyan Levick-1/+1
2022-08-04Add comment about issue caused with multiple staticsRyan Levick-0/+2
2022-08-04Fix linux testsRyan Levick-7/+7
2022-08-04Turn CDB test back on and all clarifying testRyan Levick-6/+18
2022-08-04Turn off cdb test for now, link to issueRyan Levick-6/+5
2022-08-04Add a test for issue #33172Ryan Levick-0/+26
2022-07-20Use revision support to remove near identical debuginfo test.Luqman Aden-81/+6
2022-07-18Fix debuginfo tests.Nicholas Nethercote-2/+2
2022-07-16Auto merge of #95685 - oxidecomputer:restore-static-dwarf, r=pnkfelixbors-7/+85
2022-07-15Set minimum GDB version needed for basic-types-globals* tests.Luqman Aden-0/+2
2022-06-25Auto merge of #96820 - r-raymond:master, r=cuviperbors-5/+2
2022-06-22Fix debug info testRobin Raymond-5/+2
2022-06-20Auto merge of #97931 - xldenis:fix-if-let-source-scopes, r=nagisabors-0/+100
2022-06-15The type of the slice length field is architecture dependentWesley Wiser-4/+4
2022-06-15Add debuginfo test for if let lexical scopesWesley Wiser-0/+100
2022-06-15debuginfo: Fix NatVis for Rc and Arc with unsized pointees.Michael Woerister-40/+104
2022-06-14account for endianness in debuginfo for const argsb-naber-2/+2
2022-06-04Auto merge of #97191 - wesleywiser:main_thread_name, r=ChrisDentonbors-0/+51
2022-06-04Update src/test/debuginfo/thread-names.rsWesley Wiser-0/+11
2022-05-27Call the OS function to set the main thread's name on program initWesley Wiser-0/+40
2022-05-24Add support for embedding pretty printers via the `#[debugger_visualizer]` at...ridwanabdillahi-73/+221
2022-05-03Add support for a new attribute `#[debugger_visualizer]` to support embedding...ridwanabdillahi-0/+82
2022-04-28std: update debuginfo check to match type definitionjoboet-1/+1
2022-04-22debuginfo: Emit ZST struct debuginfo for unit type when CPP-like debuginfo is...Michael Woerister-0/+71
2022-04-05Improve debuginfo test coverage for simple statics.Cliff L. Biffle-7/+83
2022-03-24debuginfo: Fix debuginfo for Box<T> where T is unsized.Michael Woerister-4/+15
2022-03-17Fix debuginfo tests with GDB 11.2Tom Tromey-8/+25
2022-03-15Rollup merge of #94810 - michaelwoerister:fix-trait-pointer-debuginfo-names, ...Matthias Krüger-0/+16
2022-03-15debuginfo: Refactor debuginfo generation for types -- Make generator-objects ...Michael Woerister-8/+9
2022-03-14debuginfo: change cpp-like naming for generator environments so that NatVis w...Michael Woerister-0/+31
2022-03-14debuginfo: Refactor debuginfo generation for typesMichael Woerister-19/+20