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
2011-09-26-GlobalVarContext.ll
2011-12-16-BadStructRef.ll
aligned_stack_var.ll
block-capture.ll
concrete_out_of_line.ll
debug_frame.ll
DW_AT_byte_size.ll Fix broken tests. 2012-10-02 15:49:34 +00:00
DW_AT_location-reference.ll
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
DW_TAG_friend.ll
earlydup-crash.ll
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
enum-class.ll
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
low-pc-cu.ll
objc-fwd-decl.ll
op_deref.ll
pointer-type-size.ll
pr9951.ll
pr11300.ll
pr12831.ll
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
stmt-list.ll
stringpool.ll
struct-loc.ll
subreg.ll