| commit | 034e57a29706a0d179cd0dc477622cb5ba9ea193 | [log] [tgz] |
|---|---|---|
| author | Alexey Samsonov <samsonov@google.com> | Mon Aug 27 07:17:47 2012 +0000 |
| committer | Alexey Samsonov <samsonov@google.com> | Mon Aug 27 07:17:47 2012 +0000 |
| tree | 76a9b23f8de160f063513a5a8b7833689e15978e | |
| parent | 6d44554cd471766286034ab560a2578ce5175c2f [diff] |
Add basic support for .debug_ranges section to LLVM's DebugInfo library. This section (introduced in DWARF-3) is used to define instruction address ranges for functions that are not contiguous and can't be described by low_pc/high_pc attributes (this is the usual case for inlined subroutines). The patch is the first step to support fetching complete inlining info from DWARF. Reviewed by Benjamin Kramer. llvm-svn: 162657