llvm-6502/lib
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
..
Analysis constify the cost API 2012-12-03 22:47:12 +00:00
Archive Sort includes for all of the .h files under the 'lib' tree. These were 2012-12-04 07:12:27 +00:00
AsmParser Sort includes for all of the .h files under the 'lib' tree. These were 2012-12-04 07:12:27 +00:00
Bitcode Sort includes for all of the .h files under the 'lib' tree. These were 2012-12-04 07:12:27 +00:00
CodeGen Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDB 2012-12-04 21:05:36 +00:00
DebugInfo Sort includes for all of the .h files under the 'lib' tree. These were 2012-12-04 07:12:27 +00:00
ExecutionEngine Sort includes for all of the .h files under the 'lib' tree. These were 2012-12-04 07:12:27 +00:00
Linker Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
MC This patch introduces initial-exec model support for thread-local storage 2012-12-04 16:18:08 +00:00
Object Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Support Make NaCl naming consistent. The triple OSType is called NaCl and is represented 2012-12-04 18:37:26 +00:00
TableGen Sort includes for all of the .h files under the 'lib' tree. These were 2012-12-04 07:12:27 +00:00
Target Make NaCl naming consistent. The triple OSType is called NaCl and is represented 2012-12-04 18:37:26 +00:00
Transforms Add support for reduction variables when IF-conversion is enabled. 2012-12-04 18:17:33 +00:00
VMCore Sort includes for all of the .h files under the 'lib' tree. These were 2012-12-04 07:12:27 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile