llvm-6502/test/DebugInfo/X86
David Blaikie b36c531653 Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDB
This reapplies the fix for PR13303 now with more justification. Based on my
execution of the GDB 7.5 test suite this results in:

expected passes: 16101 -> 20890 (+30%)
unexpected failures: 4826 -> 637 (-77%)

There are 23 checks that used to pass and now fail. They are all in
gdb.reverse. Investigating a few looks like they were accidentally passing
due to extra breakpoints being set by this bug. They're generally due to the
difference in end location between gcc and clang, the test suite is trying to
set breakpoints on the closing '}' that clang doesn't associate with any
instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169304 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-04 21:05:36 +00:00
..
2010-04-13-PubType.ll llvm/test/DebugInfo: Move two tests, 2010-04-13-PubType.ll and linkage-name.ll to X86. 2012-09-18 14:57:11 +00:00
2011-09-26-GlobalVarContext.ll Move test requiring x86 backend into X86 directory. 2011-11-01 03:11:41 +00:00
2011-12-16-BadStructRef.ll When recursing for the original size of a type, stop if we are at a 2011-12-16 23:42:45 +00:00
aligned_stack_var.ll X86: Use StackRegister instead of FrameRegister in getFrameIndexReference (to generate debug info for local variables) if stack needs realignment 2012-05-01 15:16:06 +00:00
block-capture.ll Temporarily revert c23b933d5f. It's causing 2012-08-01 18:19:01 +00:00
concrete_out_of_line.ll Use DW_FORM_flag_present to save space in debug information if we're 2012-08-24 01:14:27 +00:00
debug_frame.ll Move test. 2011-05-13 21:35:17 +00:00
DW_AT_byte_size.ll Fix broken tests. 2012-10-02 15:49:34 +00:00
DW_AT_location-reference.ll Emit relocations for DW_AT_location entries on systems which need it. This is 2012-06-22 01:25:12 +00:00
DW_AT_object_pointer.ll Only emit DW_AT_object_pointer if this is a definition. 2012-09-20 22:51:57 +00:00
DW_AT_specification.ll Temporarily revert c23b933d5f. It's causing 2012-08-01 18:19:01 +00:00
DW_TAG_friend.ll Temporarily revert c23b933d5f. It's causing 2012-08-01 18:19:01 +00:00
earlydup-crash.ll Test for previous commit. 2011-06-17 14:16:17 +00:00
eh_symbol.ll
elf-names.ll Add a relocation visitor to lib object. This works via caching relocated 2012-11-07 23:22:07 +00:00
empty-and-one-elem-array.ll Add a 'count' field to the DWARF subrange. 2012-12-04 06:20:49 +00:00
empty-array.ll Add a 'count' field to the DWARF subrange. 2012-12-04 06:20:49 +00:00
ending-run.ll Patch to set is_stmt a little better for prologue lines in a function. 2012-04-05 20:39:05 +00:00
enum-class.ll Temporarily revert c23b933d5f. It's causing 2012-08-01 18:19:01 +00:00
enum-fwd-decl.ll Make sure to generate the right kind of MDNode for enum forward declarations. 2012-10-05 01:49:14 +00:00
fission-cu.ll Add some first skeleton work for the DWARF5 Fission proposal. Emit 2012-11-30 23:59:06 +00:00
linkage-name.ll llvm/test/DebugInfo: Move two tests, 2010-04-13-PubType.ll and linkage-name.ll to X86. 2012-09-18 14:57:11 +00:00
lit.local.cfg Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu 2012-03-25 09:02:19 +00:00
low-pc-cu.ll Temporarily revert c23b933d5f. It's causing 2012-08-01 18:19:01 +00:00
objc-fwd-decl.ll Temporarily revert c23b933d5f. It's causing 2012-08-01 18:19:01 +00:00
op_deref.ll Handle OpDeref in case it comes in as a register operand. 2012-05-08 18:56:00 +00:00
pointer-type-size.ll Don't avoid recursing for pointer types, just reference types. Expand on 2012-01-11 00:01:29 +00:00
pr9951.ll Move test for appropriate directory. 2011-06-16 18:13:57 +00:00
pr11300.ll Temporarily revert c23b933d5f. It's causing 2012-08-01 18:19:01 +00:00
pr12831.ll Have getOrCreateSubprogramDIE store the DIE for a subprogram 2012-05-27 18:36:44 +00:00
pr13303.ll Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDB 2012-12-04 21:05:36 +00:00
prologue-stack.ll Update this a bit more to represent how the prologue should work: 2012-10-04 20:46:14 +00:00
rvalue-ref.ll Actually support DW_TAG_rvalue_reference_type that we were trying 2012-05-19 01:36:37 +00:00
stmt-list.ll
stringpool.ll Use DW_FORM_flag_present to save space in debug information if we're 2012-08-24 01:14:27 +00:00
struct-loc.ll llvm/test/DebugInfo: Move two tests to DebugInfo/X86. They are X86-dependent. 2012-03-19 16:16:03 +00:00
subreg.ll Fix a regression I recently introduced by removing DwarfRegNum of 2011-05-27 22:15:01 +00:00