Sign in
llvm
/
llvm-project
/
debuginfo-tests
/
HEAD
882e631
[RFC][debuginfo-test] Rename debug-info lit tests for general purposes
by James Henderson
· 5 years ago
main
master
24369be
[Dexter] Remove erroneously added diff file
by Tom Weaver
· 5 years ago
cc6544e
[dexter] Change --source-root-dir and add --debugger-use-relative-paths
by OCHyams
· 5 years ago
7b7f2cc
[Dexter] Add DexDeclareFile command to Dexter
by Tom Weaver
· 5 years ago
c59622d
[debuginfo-tests] Stop using installed LLDB and remove redundancy
by James Henderson
· 5 years ago
23d588a
[dexter] Add REQUIRES: lldb to the test label_offset.cpp
by OCHyams
· 5 years ago
7669eeb
[dexter] Add hit_count keyword arg to DexLimitSteps
by OCHyams
· 5 years ago
da3d682
[dexter] Remove accidentally committed .rej file
by OCHyams
· 5 years ago
91a959a
[dexter] Change line label reference syntax to enable label-relative offsets (2/2)
by OCHyams
· 5 years ago
238d35a
[dexter] Change line label reference syntax to enable label-relative offsets (1/2)
by OCHyams
· 5 years ago
02d981d
[debuginfo-tests] Fix environment variable used to specify LLDB
by James Henderson
· 5 years ago
4e80adf
[dexter] Remove requirement for a condition in DexLimitSteps
by OCHyams
· 5 years ago
b8a1d90
[dexter] Remove unnecessary double check on conditional breakpoints
by OCHyams
· 5 years ago
62c87df
[dexter] Update failing regression test
by OCHyams
· 5 years ago
c5dba74
Drop a REQUIRES: lldb on a dexter regression test
by Jeremy Morse
· 5 years ago
fbbfe48
[dexter] Add keyword argument 'on_line' to DexLabel
by OCHyams
· 5 years ago
bf5e28a
[dexter] Fix DexLimitSteps when breakpoint can't be set at requested location
by OCHyams
· 5 years ago
e537439
[dexter] Check path != None before calling os.path.exists
by OCHyams
· 5 years ago
ad5017b
debuginfo-tests: Fix check-gdb-mlir-support build after MLIR API change in a4bb667d831c
by Nathan Chancellor
· 5 years ago
e76a290
Fix `debuginfo-tests/llvm-prettyprinters` build after MLIR API change in e6260ad043d8 (NFC)
by Mehdi Amini
· 5 years ago
c65379d
[debuginfo-tests] Add some optnone tests
by OCHyams
· 5 years ago
cc194fc
Prefer /usr/bin/env xxx over /usr/bin/xxx where xxx = perl, python, awk
by Harmen Stoppels
· 5 years ago
7c4d972
[dexter] Force dexter tests to use the host triple
by OCHyams
· 5 years ago
31fc015
[debuginfo-tests] Recommit test sret.cpp
by OCHyams
· 5 years ago
504cb77
[debuginfo-tests] Delete unused/duplicate imports
by James Henderson
· 5 years ago
3209a4d
[debuginfo-tests] Remove some unused config variables
by James Henderson
· 5 years ago
719be35
[debuginfo-tests] Remove explicit checks for Python 3
by James Henderson
· 5 years ago
2787bff
[test][Dexter] Fix test failure if space in python path
by James Henderson
· 5 years ago
c02e514
[DebugInfo] Prevent inlining in NRVO-string test cases
by Raphael Isemann
· 5 years ago
05da80d
Revert "Revert "Reorder MLIRContext location in BuiltinAttributes.h""
by Tres Popp
· 5 years ago
029d912
[Dexter] Avoid infinite loop in dbgeng driver
by Jeremy Morse
· 5 years ago
19d9371
[DebugInfo][dexter] Tweak dexter test for merged values
by OCHyams
· 5 years ago
189c973
[DebugInfo][dexter] Add dexter tests for merged values
by OCHyams
· 5 years ago
b0930f0
Fix check-gdb-mlir-support build after MLIR API changed to take Context as first argument
by Mehdi Amini
· 5 years ago
1329fff
Fix include path for check-gdb-mlir-support to include the MLIR binary dir
by Mehdi Amini
· 5 years ago
77e3b54
[debuginfo-test] Fix -Wunused-value
by Fangrui Song
· 5 years ago
b8e4f7f
Include BuiltinAttributes.h in llvm-prettyprinters/gdb/mlir-support.cpp
by Krzysztof Parzyszek
· 6 years ago
67e4c39
[mlir][Types][NFC] Move all of the builtin Type classes to BuiltinTypes.h
by River Riddle
· 6 years ago
99ef19c
Added GDB pretty printer for StringMap
by Moritz Sichert
· 6 years ago
fab8cce
[debuginfo-tests] Skip optnone-loops.cpp on Darwin
by Jonas Devlieghere
· 6 years ago
e53d375
[debuginfo-tests] NFC: Move test that was committed to the wrong location
by Louis Dionne
· 6 years ago
06ba55e
[Dexter] add visual studio 2019 debugger support
by Nabeel Omer
· 6 years ago
76de5f5
[debuginfo-tests][dexter] add requires lldb to two tests
by Tom Weaver
· 6 years ago
6e959db
[debuginfo-tests][dexter] Add two new debug experience tests
by Nabeel Omer
· 6 years ago
6a85244
[DebugInfo][dexter] Add dexter tests for escaped locals
by OCHyams
· 6 years ago
ade09b1
[Dexter][NFC] Add Missing Commands to Commands.md Contents
by Nabeel Omer
· 6 years ago
75a62a5
Add GDB prettyprinters for a few more MLIR types.
by Christian Sigg
· 6 years ago
cc191da
Revert "Adding GDB PrettyPrinter for mlir::Identifier."
by OCHyams
· 6 years ago
c5835a6
Adding GDB PrettyPrinter for mlir::Identifier.
by Christian Sigg
· 6 years ago
d22d4ab
Harmonize Python shebang
by serge-sans-paille
· 6 years ago
60b2346
[CMake] Add check-debuginfo-* targets
by Fangrui Song
· 6 years ago
ab6d6ba
[CMake] Add optional lldb dependency to DEBUGINFO_TEST_DEPS
by Fangrui Song
· 6 years ago
ddaef7a
[CMake] Add optional asan & safestack dependencies to DEBUGINFO_TEST_DEPS
by Fangrui Song
· 6 years ago
4cdccc5
[debuginfo-tests] Require "lldb" for some dexter tests
by Fangrui Song
· 6 years ago
4dda378
[CMake] Add llvm-config to DEBUGINFO_TEST_DEPS
by Fangrui Song
· 6 years ago
8b479dd
[Dexter] Add --source-dir-root flag
by Tobias Bosch
· 6 years ago
0538b2d
Change filecheck default to dump input on failure
by Mehdi Amini
· 6 years ago
9edcd11
[Dexter] Add DexLimitSteps command and ConditionalController
by Tom Weaver
· 6 years ago
f960068
Revert "[Dexter] Add DexLimitSteps command and ConditionalController"
by Tom Weaver
· 6 years ago
086c84e
[Dexter] Add DexLimitSteps command and ConditionalController
by Tom Weaver
· 6 years ago
abd15c5
[Dexter] Add os.path.normcase(...) transform to test path early.
by Tom Weaver
· 6 years ago
8b9d72a
Only run pretty-printer tests for builds with debug-info.
by Christian Sigg
· 6 years ago
b6c3f44
Ensure that CMake tries to find Python3 before processing
by Christopher Tetreault
· 6 years ago
fa85f48
[debuginfo-tests] Update Python variable in lit.site.cfg.py
by Jonas Devlieghere
· 6 years ago
0c90e88
[debuginfo-tests] Update Python CMake variable
by Jonas Devlieghere
· 6 years ago
d9e3227
[dexter] Require python >= 3.6
by Djordje Todorovic
· 6 years ago
311272d
[Dexter] Fix failing clang-opt-bisect sub tool test
by Tom Weaver
· 6 years ago
4762820
[Dexter][NFC] Add Debugger Controller To Dexter
by Tom Weaver
· 6 years ago
f0e76ef
[Dexter] Add support for Windows to regression test suite.
by Tom Weaver
· 6 years ago
1bf83a8
Revert "[Dexter] Add support for Windows to regression test suite."
by Davide Italiano
· 6 years ago
d7cc88b
[Dexter] Add support for Windows to regression test suite.
by Tom Weaver
· 6 years ago
a255447
[DexTer] Add step.UNKNOWN check for NoneType line numbers.
by Tom Weaver
· 6 years ago
2523681
[debuginfo-tests] Update test for double-dash long-option.
by Jonas Devlieghere
· 6 years ago
a68a8d0
Change to individual pretty printer classes, remove generic `make_printer`.
by Christian Sigg
· 6 years ago
2928785
[debuginfo-tests][dexter] Add --builder gcc support for POSIX
by Pierre-vh
· 6 years ago
b4d20fc
[debuginfo-tests][dexter] Add a test tool --calculate-average option
by Pierre-vh
· 6 years ago
023de54
[debuginfo-tests] Warn, not error, if we can't delete working directory
by Jeremy Morse
· 6 years ago
f6267a2
[arcconfig] Delete subproject arcconfigs
by Shoaib Meenai
· 6 years ago
2fb27c7
[debuginfo-tests][Dexter] Fix some Windows-unfriendly Dexter behaviours
by Jeremy Morse
· 6 years ago
b872428
[debuginfo-tests] Fix Dexter process creation failure on Windows
by Jeremy Morse
· 6 years ago
25e6704
Replace CHECK-NEXT with CHECK-DAG. The order isn't relevant we just
by Adrian Prantl
· 6 years ago
6ef1aeb
Change first test to be CHECK: to make the test run.
by Jason Molenda
· 6 years ago
83ce51a
[DebugInfo]: Fix the debuginfo-tests/llgdb-tests/apple-accel.cpp test
by Sourabh Singh Tomar
· 6 years ago
a3fbb7e
Rename prettyprinters test to llvm-support.
by Christian Sigg
· 6 years ago
61baf2f
Add GDB pretty printers for llvm::ilist, llvm::simple_ilist, and llvm::ilist_node.
by Christian Sigg
· 6 years ago
7389c1c
Add pretty printers for llvm::PointerIntPair and llvm::PointerUnion.
by Christian Sigg
· 6 years ago
8d2575d
Add test for GDB pretty printers.
by Christian Sigg
· 6 years ago
dcd7ae4
[debuginfo] Update test to account for missing __debug_macinfo
by Jonas Devlieghere
· 7 years ago
9c54357
Don't attempt to upgrade debug-info-tests to Python3.
by Adrian Prantl
· 7 years ago
2341974
[dexter] Fix feature tests on Windows
by Reid Kleckner
· 7 years ago
952789b
[dexter] Remove lit check for python 3
by Reid Kleckner
· 7 years ago
e3767a2
[debuginfo-tests] Don't look for Python 3 if we already have it
by Reid Kleckner
· 7 years ago
0c2476b
[Dexter] Continue sprinking no-location fixes
by Jeremy Morse
· 7 years ago
568f065
[Dexter] Account for another no-lineno scenario
by Jeremy Morse
· 7 years ago
311d92d
[Dexter] Cope better with empty source locations
by Jeremy Morse
· 7 years ago
c3941c5
Unmask dexter debuginfo tests on Darwin
by Jeremy Morse
· 7 years ago
68fbba8
Fix a brain-fail with debuginfo-tests/dexter internal tests
by Jeremy Morse
· 7 years ago
6fe30b8
Quote path to Python 3 executable in case it contains spaces
by Reid Kleckner
· 7 years ago
87bb7e4
Fix undefined variable bug in debuginfotests lit.cfg.py
by Reid Kleckner
· 7 years ago
aa41750
XFAIL dexter tests on Darwin.
by Adrian Prantl
· 7 years ago
Next »