[Lldb-commits] [PATCH] D50478: Add support for artificial tail call frames
Phabricator via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 5 16:25:57 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rLLDB343900: Add support for artificial tail call frames (authored by vedantk, committed by ).
Herald added subscribers: teemperor, abidh.
Changed prior to commit:
https://reviews.llvm.org/D50478?vs=168155&id=168552#toc
Repository:
rLLDB LLDB
https://reviews.llvm.org/D50478
Files:
include/lldb/API/SBFrame.h
include/lldb/Core/FormatEntity.h
include/lldb/Symbol/Block.h
include/lldb/Symbol/Function.h
include/lldb/Symbol/SymbolFile.h
include/lldb/Target/StackFrame.h
include/lldb/Target/StackFrameList.h
include/lldb/Target/ThreadPlanStepOut.h
packages/Python/lldbsuite/test/decorators.py
packages/Python/lldbsuite/test/functionalities/tail_call_frames/ambiguous_tail_call_seq1/Makefile
packages/Python/lldbsuite/test/functionalities/tail_call_frames/ambiguous_tail_call_seq1/TestAmbiguousTailCallSeq1.py
packages/Python/lldbsuite/test/functionalities/tail_call_frames/ambiguous_tail_call_seq1/main.cpp
packages/Python/lldbsuite/test/functionalities/tail_call_frames/ambiguous_tail_call_seq2/Makefile
packages/Python/lldbsuite/test/functionalities/tail_call_frames/ambiguous_tail_call_seq2/TestAmbiguousTailCallSeq2.py
packages/Python/lldbsuite/test/functionalities/tail_call_frames/ambiguous_tail_call_seq2/main.cpp
packages/Python/lldbsuite/test/functionalities/tail_call_frames/disambiguate_call_site/Makefile
packages/Python/lldbsuite/test/functionalities/tail_call_frames/disambiguate_call_site/TestDisambiguateCallSite.py
packages/Python/lldbsuite/test/functionalities/tail_call_frames/disambiguate_call_site/main.cpp
packages/Python/lldbsuite/test/functionalities/tail_call_frames/disambiguate_paths_to_common_sink/Makefile
packages/Python/lldbsuite/test/functionalities/tail_call_frames/disambiguate_paths_to_common_sink/TestDisambiguatePathsToCommonSink.py
packages/Python/lldbsuite/test/functionalities/tail_call_frames/disambiguate_paths_to_common_sink/main.cpp
packages/Python/lldbsuite/test/functionalities/tail_call_frames/disambiguate_tail_call_seq/Makefile
packages/Python/lldbsuite/test/functionalities/tail_call_frames/disambiguate_tail_call_seq/TestDisambiguateTailCallSeq.py
packages/Python/lldbsuite/test/functionalities/tail_call_frames/disambiguate_tail_call_seq/main.cpp
packages/Python/lldbsuite/test/functionalities/tail_call_frames/inlining_and_tail_calls/Makefile
packages/Python/lldbsuite/test/functionalities/tail_call_frames/inlining_and_tail_calls/TestInliningAndTailCalls.py
packages/Python/lldbsuite/test/functionalities/tail_call_frames/inlining_and_tail_calls/main.cpp
packages/Python/lldbsuite/test/functionalities/tail_call_frames/sbapi_support/Makefile
packages/Python/lldbsuite/test/functionalities/tail_call_frames/sbapi_support/TestTailCallFrameSBAPI.py
packages/Python/lldbsuite/test/functionalities/tail_call_frames/sbapi_support/main.cpp
packages/Python/lldbsuite/test/functionalities/tail_call_frames/thread_step_out_message/Makefile
packages/Python/lldbsuite/test/functionalities/tail_call_frames/thread_step_out_message/TestArtificialFrameStepOutMessage.py
packages/Python/lldbsuite/test/functionalities/tail_call_frames/thread_step_out_message/main.cpp
packages/Python/lldbsuite/test/functionalities/tail_call_frames/thread_step_out_or_return/Makefile
packages/Python/lldbsuite/test/functionalities/tail_call_frames/thread_step_out_or_return/TestSteppingOutWithArtificialFrames.py
packages/Python/lldbsuite/test/functionalities/tail_call_frames/thread_step_out_or_return/main.cpp
packages/Python/lldbsuite/test/functionalities/tail_call_frames/unambiguous_sequence/Makefile
packages/Python/lldbsuite/test/functionalities/tail_call_frames/unambiguous_sequence/TestUnambiguousTailCalls.py
packages/Python/lldbsuite/test/functionalities/tail_call_frames/unambiguous_sequence/main.cpp
scripts/interface/SBFrame.i
source/API/SBFrame.cpp
source/Core/Debugger.cpp
source/Core/FormatEntity.cpp
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
source/Symbol/Block.cpp
source/Symbol/Function.cpp
source/Target/StackFrame.cpp
source/Target/StackFrameList.cpp
source/Target/ThreadPlanStepOut.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50478.168552.patch
Type: text/x-patch
Size: 76470 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181005/fa18f768/attachment-0001.bin>
More information about the lldb-commits
mailing list