mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-22 23:24:59 +00:00
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
This commit is contained in:
@@ -1031,9 +1031,9 @@ public:
|
||||
return SourceFiles;
|
||||
}
|
||||
|
||||
/// getSourceLines - Return a vector of source lines. Vector index + 1
|
||||
/// equals label ID.
|
||||
const std::vector<SourceLineInfo *> &getSourceLines() const {
|
||||
/// getSourceLines - Return a vector of source lines.
|
||||
///
|
||||
std::vector<SourceLineInfo *> &getSourceLines() {
|
||||
return Lines;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user