Author: labath
Date: Thu Nov 23 02:50:34 2017
New Revision: 318903
URL: http://llvm.org/viewvc/llvm-project?rev=318903&view=rev
Log:
elf-core: Split up parsing code into os-specific functions
Summary:
We've had a single function responsible for splitting a core segment
into notes, and parsing the
This revision was automatically updated to reflect the committed changes.
Closed by commit rL318903: elf-core: Split up parsing code into os-specific
functions (authored by labath).
Repository:
rL LLVM
https://reviews.llvm.org/D40311
Files:
lldb/trunk/source/Plugins/Process/elf-core/Process
labath updated this revision to Diff 124064.
labath added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: mgorny.
This is a slight deviation from the initial approach. What I've done here is
that I've kept the register set indices in an os-specific form. I've
jankratochvil updated this revision to Diff 124103.
jankratochvil retitled this revision from "refactor: Unify+simplify
DWARFCompileUnit ctor+Clear() into in-class initializers" to "refactor:
Unify+simplify DWARFCompileUnit ctor+Clear() into in-class initializers +
Extract()".
jankratochvil edit