mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-25 00:24:26 +00:00
The section is .debug_line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168666 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -35,7 +35,7 @@ void DWARFContext::dump(raw_ostream &OS) {
|
||||
set.dump(OS);
|
||||
|
||||
uint8_t savedAddressByteSize = 0;
|
||||
OS << "\n.debug_lines contents:\n";
|
||||
OS << "\n.debug_line contents:\n";
|
||||
for (unsigned i = 0, e = getNumCompileUnits(); i != e; ++i) {
|
||||
DWARFCompileUnit *cu = getCompileUnitAtIndex(i);
|
||||
savedAddressByteSize = cu->getAddressByteSize();
|
||||
|
Reference in New Issue
Block a user