about summary refs log tree commit diff
path: root/src/test/debuginfo
AgeCommit message (Expand)AuthorLines
2021-07-08Add natvis for cell typesWesley Wiser-15/+68
2021-07-08Add natvis for Atomic typesWesley Wiser-2/+66
2021-07-08Add natvis for NonZero and Wrapping typesWesley Wiser-0/+142
2021-07-08Auto merge of #85363 - EFanZh:gdb-pretty-print-slices, r=michaelwoeristerbors-1/+47
2021-07-08Ignore Windows debugger pretty-printing testsEFanZh-0/+1
2021-07-07Ignore Android debugger pretty-printing testsEFanZh-1/+1
2021-07-06Fix failing test on i686-pc-windows-msvcWesley Wiser-1/+1
2021-07-03Support pretty printing slices using GDBEFanZh-1/+46
2021-07-02Respond to review feedbackWesley Wiser-1/+5
2021-07-02Show the variant name for univariant enumsWesley Wiser-0/+8
2021-07-02Update directly tagged enums to visualize the same as niche-layout enumsWesley Wiser-5/+23
2021-07-02Fix type name difference between i686 and x86_64 for testWesley Wiser-1/+1
2021-07-01Update cdb tests for expected outputWesley Wiser-66/+70
2021-06-30Improve debug symbol names to avoid ambiguity and work better with MSVC's deb...Daniel Paoliello-185/+504
2021-06-25Add debug info tests for range, fix-sized array, and cell types.Nam Nguyen-5/+337
2021-06-02Respond to review feedbackWesley Wiser-16/+8
2021-06-02Change the type name from `_enum<..>` to `enum$<..>`Wesley Wiser-37/+37
2021-06-02Make tidy happyWesley Wiser-2/+4
2021-06-02Add/update testsWesley Wiser-3/+107
2021-05-07Rollup merge of #84500 - tmandry:compiletest-run-flag, r=Mark-SimulacrumDylan DPC-0/+1
2021-04-30Remove artificial flag from generator variantslrh2000-5/+9
2021-04-30Move outer fields of enums into variant parts in debuginfolrh2000-10/+10
2021-04-30Add needs-run-enabled directive for should-fail testsTyler Mandry-0/+1
2021-04-27Fix failed tests related to pointer printing when using GDB 10lrh2000-8/+7
2021-04-18Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearthbors-2/+0
2021-04-08Fix closed over variables not available in debuginfo for Windows MSVCWesley Wiser-0/+91
2021-04-08Stablize `non_ascii_idents` feature.Charles Lew-2/+0
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-47/+0
2021-01-13Update tests for extern block lintingMark Rousskov-26/+32
2020-12-28Improvements to NatVis supportArlie Davis-10/+12
2020-11-21Auto merge of #78461 - TimDiekmann:vec-alloc, r=Amanieubors-2/+2
2020-11-20Auto merge of #78104 - ssomers:btree_root_redux, r=Mark-Simulacrumbors-2/+2
2020-11-19Fix debuginfo test for `Vec`Tim Diekmann-2/+2
2020-11-18BTreeMap: reuse NodeRef as Root, keep BoxedNode for edges only, ban UniqueStein Somers-2/+2
2020-11-16Add //ignore-macos to pretty-std-collections.rsest31-0/+1
2020-10-14BTreeMap: improve gdb introspection of BTreeMap with ZST keys or valuesStein Somers-8/+20
2020-10-10BTreeMap: fix gdb introspection of BTreeMap with ZST keys or valuesStein Somers-5/+11
2020-09-05debuginfo: Ignore HashMap tests before cdb 10.0.18362.1MaulingMonkey-0/+4
2020-08-11Revert "Suppress debuginfo on naked function arguments"Nathaniel McCallum-42/+0
2020-08-08Rollup merge of #75224 - Aaron1011:fix/function-arguments-naked, r=AmanieuYuki Okushi-4/+6
2020-08-07Apply `extern "C"` calling conventionAaron Hill-1/+1
2020-08-07Only test function-arguments-naked.rs on x86_64Aaron Hill-1/+5
2020-08-07Fix natvis testsAmanieu d'Antras-15/+15
2020-08-06Don't call a function in function-arguments-naked.rsAaron Hill-3/+1
2020-08-02tests: Ignore src/test/debuginfo/rc_arc.rs on WindowsVadim Petrochenkov-0/+1
2020-07-27Suppress debuginfo on naked function argumentsNathaniel McCallum-0/+40
2020-07-19Add missing : after min-gdb-versionLzu Tao-5/+5
2020-06-24Modify type names on MSVC to make tuples .natvis compatible.MaulingMonkey-0/+109
2020-06-09Implement new gdb/lldb pretty-printersortem-302/+392
2020-05-16`ret` has been optimized away in debuginfo testDylan MacKenzie-30/+9