[Lldb-commits] [lldb] r318903 - elf-core: Split up parsing code into os-specific functions

2017-11-23 Thread Pavel Labath via lldb-commits
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

[Lldb-commits] [PATCH] D40311: elf-core: Split up parsing code into os-specific functions

2017-11-23 Thread Pavel Labath via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D40133: elf-core: Convert remaining register context to use register set maps

2017-11-23 Thread Pavel Labath via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D40212: refactor: Unify+simplify DWARFCompileUnit ctor+Clear() into in-class initializers + Extract()

2017-11-23 Thread Jan Kratochvil via Phabricator via lldb-commits
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