about summary refs log tree commit diff
path: root/src/test/debuginfo
AgeCommit message (Expand)AuthorLines
2019-09-18fix debuginfo/issue22656 with LLDB 8Maximilian Roos-1/+1
2019-09-15use println!()Guanqun Lu-2/+2
2019-08-31Rename test locals to work around LLDB bugJoe Ranweiler-8/+8
2019-08-27debuginfo: always include disambiguator in type namesPhilip Craig-10/+10
2019-08-25debuginfo: give unique names to closure and generator typesPhilip Craig-0/+55
2019-05-20Fix CDB support tidy check line length failures.MaulingMonkey-3/+3
2019-05-19Add basic CDB support to debuginfo compiletest s, to help catch `*.natvis` re...MaulingMonkey-2/+59
2019-05-03Address review commentsTyler Mandry-4/+4
2019-04-25Include generator locals as field names in debuginfoTyler Mandry-4/+4
2019-04-25Make generator object debuginfo easier to readTyler Mandry-4/+4
2019-04-25Describe generator variants in debuginfoTyler Mandry-0/+68
2019-04-25Test debuginfo of different var liveness in generatorsTyler Mandry-4/+49
2019-04-23Remove unnecessary ignore-tidy-linelengthvarkor-6/+0
2019-04-22Remove double trailing newlinesvarkor-2/+0
2019-03-30Rollup merge of #59380 - philipc:thinlto-variant, r=michaelwoeristerMazdak Farrokhzad-0/+48
2019-03-27Give variant parts their own unique idPhilip Craig-1/+1
2019-03-23Fix invalid DWARF for enums when using thinltoPhilip Craig-0/+48
2019-03-22Correct minimum system LLVM version in testsSamuel Holland-8/+8
2019-03-14Moved issue tests to subdirs and normalised names.Alexander Regueiro-3/+3
2019-03-09Rollup merge of #58629 - euclio:debug-empty-str, r=alexcrichtonMazdak Farrokhzad-0/+35
2019-03-06rust-lldb: fix crash when printing empty stringAndy Russell-0/+35
2019-02-23Add debug-info to access variables from generator stateWim Looman-2/+8
2019-01-27Update generator upvar debug infoWim Looman-0/+36
2019-01-03Fix repeated word typosWiktor Kuchta-1/+1
2018-12-25Remove licensesMark Rousskov-1238/+3
2018-12-20Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko...bors-55/+0
2018-12-20Remove nil-enum testvarkor-24/+0
2018-12-14Rollup merge of #56756 - tromey:Bug-56730-btree-pretty-printer, r=alexcrichtonkennytm-1/+5
2018-12-12Disable btree pretty-printers on older gdbsTom Tromey-1/+5
2018-12-11Auto merge of #53497 - fukatani:test-debuginfo-function-call, r=tromeybors-0/+52
2018-12-11Add function call test, Update gdb and test docker image install gdb by ppa.Unknown-0/+52
2018-12-11Check for uninhabitedness instead of nevervarkor-39/+8
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-11-29Add template parameter debuginfo to generic typesTom Tromey-6/+16
2018-11-25Rollup merge of #56144 - tromey:Bug-55771-btreemap, r=alexcrichtonPietro Albini-8/+9
2018-11-24Rollup merge of #55767 - tromey:disable-some-pretty-printers, r=alexcrichtonkennytm-9/+9
2018-11-21Fix BTreeSet and BTreeMap gdb pretty-printersTom Tromey-8/+9
2018-11-19Disable some pretty-printers when gdb is rust-enabledTom Tromey-9/+9
2018-11-14Fix VecDeque pretty-printerTom Tromey-0/+11
2018-11-06Update lldbTom Tromey-1/+1
2018-10-30Add legacy debuginfo testsTom Tromey-0/+996
2018-10-30Update enum debuginfo testsTom Tromey-111/+95
2018-10-10Run both lldb and gdb testsTom Tromey-1/+1
2018-10-10Auto merge of #54764 - tromey:test-rust-lldb, r=alexcrichtonbors-672/+1334
2018-10-08Run debuginfo tests against rust-enabled lldb, when possibleTom Tromey-672/+1334
2018-09-30make the nil-enum test work againJorge Aparicio-2/+7
2018-09-29Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"Ralf Jung-7/+2
2018-09-22make the nil-enum test work againJorge Aparicio-2/+7
2018-08-15pretty printing for btreemapUnknown-1/+11
2018-08-14Rollup merge of #53112 - fukatani:pretty-print-btreeset, r=michaelwoeristerkennytm-0/+50