aboutsummaryrefslogtreecommitdiff
path: root/debuginfo-tests
AgeCommit message (Expand)AuthorFilesLines
2021-06-28[RFC][debuginfo-test] Rename debug-info lit tests for general purposesJames Henderson224-13852/+0
2021-05-25[Dexter] Remove erroneously added diff fileTom Weaver1-463/+0
2021-05-25[dexter] Change --source-root-dir and add --debugger-use-relative-pathsOCHyams7-13/+64
2021-05-25[Dexter] Add DexDeclareFile command to DexterTom Weaver22-27/+673
2021-05-24[debuginfo-tests] Stop using installed LLDB and remove redundancyJames Henderson1-6/+1
2021-05-21[dexter] Add REQUIRES: lldb to the test label_offset.cppOCHyams1-0/+1
2021-05-21[dexter] Add hit_count keyword arg to DexLimitStepsOCHyams4-5/+50
2021-05-21[dexter] Remove accidentally committed .rej fileOCHyams1-7/+0
2021-05-21[dexter] Change line label reference syntax to enable label-relative offsets ...OCHyams49-227/+234
2021-05-21[dexter] Change line label reference syntax to enable label-relative offsets ...OCHyams8-74/+100
2021-05-17[debuginfo-tests] Fix environment variable used to specify LLDBJames Henderson1-1/+1
2021-05-17[dexter] Remove requirement for a condition in DexLimitStepsOCHyams5-37/+100
2021-05-17[dexter] Remove unnecessary double check on conditional breakpointsOCHyams2-28/+51
2021-04-26[dexter] Update failing regression testOCHyams1-1/+1
2021-04-23Drop a REQUIRES: lldb on a dexter regression testJeremy Morse1-0/+3
2021-04-23[dexter] Add keyword argument 'on_line' to DexLabelOCHyams4-5/+41
2021-03-23[dexter] Fix DexLimitSteps when breakpoint can't be set at requested locationOCHyams6-77/+211
2021-03-15[dexter] Check path != None before calling os.path.existsOCHyams1-1/+2
2021-03-15debuginfo-tests: Fix check-gdb-mlir-support build after MLIR API change in a4...Nathan Chancellor1-2/+2
2021-03-02Fix `debuginfo-tests/llvm-prettyprinters` build after MLIR API change in e626...Mehdi Amini1-1/+1
2021-03-02[debuginfo-tests] Add some optnone testsOCHyams4-0/+448
2021-02-25Prefer /usr/bin/env xxx over /usr/bin/xxx where xxx = perl, python, awkHarmen Stoppels1-1/+1
2021-02-24[dexter] Force dexter tests to use the host tripleOCHyams4-3/+41
2021-02-19[debuginfo-tests] Recommit test sret.cppOCHyams1-0/+71
2021-02-15[debuginfo-tests] Delete unused/duplicate importsJames Henderson1-3/+0
2021-02-15[debuginfo-tests] Remove some unused config variablesJames Henderson1-5/+0
2021-02-15[debuginfo-tests] Remove explicit checks for Python 3James Henderson3-10/+4
2021-02-11[test][Dexter] Fix test failure if space in python pathJames Henderson1-2/+2
2021-02-11[DebugInfo] Prevent inlining in NRVO-string test casesRaphael Isemann2-4/+4
2021-02-08Revert "Revert "Reorder MLIRContext location in BuiltinAttributes.h""Tres Popp1-2/+2
2021-02-04[Dexter] Avoid infinite loop in dbgeng driverJeremy Morse1-2/+5
2021-01-19[DebugInfo][dexter] Tweak dexter test for merged valuesOCHyams1-1/+1
2021-01-19[DebugInfo][dexter] Add dexter tests for merged valuesOCHyams3-0/+132
2021-01-07Fix check-gdb-mlir-support build after MLIR API changed to take Context as fi...Mehdi Amini1-2/+2
2021-01-07Fix include path for check-gdb-mlir-support to include the MLIR binary dirMehdi Amini1-1/+3
2021-01-06[debuginfo-test] Fix -Wunused-valueFangrui Song1-2/+2
2020-12-04Include BuiltinAttributes.h in llvm-prettyprinters/gdb/mlir-support.cppKrzysztof Parzyszek1-0/+1
2020-12-03[mlir][Types][NFC] Move all of the builtin Type classes to BuiltinTypes.hRiver Riddle1-1/+1
2020-11-18Added GDB pretty printer for StringMapMoritz Sichert2-0/+5
2020-11-06[debuginfo-tests] Skip optnone-loops.cpp on DarwinJonas Devlieghere1-0/+1
2020-11-06[debuginfo-tests] NFC: Move test that was committed to the wrong locationLouis Dionne1-0/+160
2020-11-04[Dexter] add visual studio 2019 debugger supportNabeel Omer2-1/+26
2020-10-28[debuginfo-tests][dexter] add requires lldb to two testsTom Weaver2-0/+2
2020-10-28[debuginfo-tests][dexter] Add two new debug experience testsNabeel Omer2-0/+51
2020-10-26[DebugInfo][dexter] Add dexter tests for escaped localsOCHyams9-0/+410
2020-10-19[Dexter][NFC] Add Missing Commands to Commands.md ContentsNabeel Omer1-0/+2
2020-09-30Add GDB prettyprinters for a few more MLIR types.Christian Sigg7-8/+182
2020-09-03Revert "Adding GDB PrettyPrinter for mlir::Identifier."OCHyams5-26/+0
2020-09-03Adding GDB PrettyPrinter for mlir::Identifier.Christian Sigg5-0/+26
2020-07-16Harmonize Python shebangserge-sans-paille2-2/+2