summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2012-11-08 00:19:28 +0000
committerJason Molenda <jmolenda@apple.com>2012-11-08 00:19:28 +0000
commitc56bd0837378f15bbc652288c347f1cdb2b5ce8e (patch)
treef396504176b6eabba97b3ed779699ab715699276 /lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp
parent1cb5951a2f55b3aad85cd18b391ec62375d2e6bf (diff)
downloadbcm5719-llvm-c56bd0837378f15bbc652288c347f1cdb2b5ce8e.tar.gz
bcm5719-llvm-c56bd0837378f15bbc652288c347f1cdb2b5ce8e.zip
Fix a crasher in
DynamicLoaderDarwinKernel::OSKextLoadedKextSummary::LoadImageUsingMemoryModule where it assumed that a kernel had been found in memory, when that may not be the case when we're attaching to a device early in the boot process. <rdar://problem/12638140> llvm-svn: 167564
Diffstat (limited to 'lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp')
-rw-r--r--lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp
index 0367f50e94a..d21753c9e78 100644
--- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp
+++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp
@@ -804,8 +804,8 @@ DWARFDebugLine::ParseStatementTable
// field in the header, plus the value of the line_range field,
// minus 1 (line base + line range - 1). If the desired line
// increment is greater than the maximum line increment, a standard
- // opcode must be used instead of a special opcode. The “address
- // advance” is calculated by dividing the desired address increment
+ // opcode must be used instead of a special opcode. The "address
+ // advance" is calculated by dividing the desired address increment
// by the minimum_instruction_length field from the header. The
// special opcode is then calculated using the following formula:
//
OpenPOWER on IntegriCloud