Skip to content

Commit

Permalink
elf-core: Split up parsing code into os-specific functions
Browse files Browse the repository at this point in the history
Summary:
We've had a single function responsible for splitting a core segment
into notes, and parsing the notes themselves, bearing in mind variations
between 4 supported OS types. This commit splits that code into 5
pieces:
- (os-independent) code for splitting a segment into individual notes
- per-os function for parsing the notes into thread information

Reviewers: clayborg, krytarowski, emaste, alexandreyy, kettenis

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D40311

llvm-svn: 318903
  • Loading branch information
labath committed Nov 23, 2017
1 parent 771edc7 commit cef4119
Show file tree
Hide file tree
Showing 5 changed files with 311 additions and 226 deletions.

0 comments on commit cef4119

Please sign in to comment.