summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-01-07 11:14:08 +0000
committerPavel Labath <pavel@labath.sk>2019-01-07 11:14:08 +0000
commited42ea4707c3c564b3bd52a23c11b81988156c07 (patch)
tree6e143c4ce177f8faaeb89ced83fe4b13b29fe88e /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py
parentcb8c699802f39aee10c27d4d73de5e14c7dfd09c (diff)
downloadbcm5719-llvm-ed42ea4707c3c564b3bd52a23c11b81988156c07.tar.gz
bcm5719-llvm-ed42ea4707c3c564b3bd52a23c11b81988156c07.zip
ObjectFileBreakpad: Implement sections
Summary: This patch allows ObjectFileBreakpad to parse the contents of Breakpad files into sections. This sounds slightly odd at first, but in essence its not too different from how other object files handle things. For example in elf files, the symtab section consists of a number of "records", where each record represents a single symbol. The same is true for breakpad's PUBLIC section, except in this case, the records will be textual instead of binary. To keep sections contiguous, I create a new section every time record type changes. Normally, the breakpad processor will group all records of the same type in one block, but the format allows them to be intermixed, so in general, the "object file" may contain multiple sections with the same record type. Reviewers: clayborg, zturner, lemo, markmentovai, amccarth Subscribers: lldb-commits Differential Revision: https://reviews.llvm.org/D55434 llvm-svn: 350511
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud