Add and sort "sections" in debug lines. This always stepping through
authorJim Laskey <jlaskey@mac.com>
Fri, 23 Jun 2006 12:51:53 +0000 (12:51 +0000)
committerJim Laskey <jlaskey@mac.com>
Fri, 23 Jun 2006 12:51:53 +0000 (12:51 +0000)
commit89d67faf30ed1a8b5364f53c9a0f5e07a9a0719c
tree7ad677adaa15e302a762b79b0fa731b7ec813c9d
parent52b510b4c4f36f58c4aa37a1f835eb95e89e0adb
Add and sort "sections" in debug lines.  This always stepping through
code in sections other than ".text", including weak sections like ctors and
dtors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28909 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
include/llvm/CodeGen/DwarfWriter.h
include/llvm/CodeGen/MachineDebugInfo.h
lib/CodeGen/DwarfWriter.cpp
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/X86/X86ATTAsmPrinter.cpp