[Lldb-commits] [PATCH] D32022: Fix backtrace of noreturn functions situated at the end of a module

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 6 06:50:50 PDT 2017


labath updated this revision to Diff 101555.
labath added a comment.
Herald added a subscriber: srhines.

Add documentation.


https://reviews.llvm.org/D32022

Files:
  include/lldb/Core/Address.h
  include/lldb/Core/Section.h
  include/lldb/Target/SectionLoadList.h
  packages/Python/lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py
  packages/Python/lldbsuite/test/functionalities/unwind/noreturn/main.c
  packages/Python/lldbsuite/test/functionalities/unwind/noreturn/module-end/TestNoReturnModuleEnd.py
  packages/Python/lldbsuite/test/functionalities/unwind/noreturn/module-end/a.s
  packages/Python/lldbsuite/test/functionalities/unwind/noreturn/module-end/test.core
  packages/Python/lldbsuite/test/functionalities/unwind/noreturn/module-end/test.out
  source/Core/Address.cpp
  source/Core/Section.cpp
  source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  source/Target/SectionLoadList.cpp
  source/Target/StackFrame.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32022.101555.patch
Type: text/x-patch
Size: 13431 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170606/6b56d319/attachment.bin>


More information about the lldb-commits mailing list