llvm-project/lldb/docs
Med Ismail Bennani 7ebe9cc4fc [lldb/Target] Add Assert StackFrame Recognizer
When a thread stops, this checks depending on the platform if the top frame is
an abort stack frame. If so, it looks for an assert stack frame in the upper
frames and set it as the most relavant frame when found.

To do so, the StackFrameRecognizer class holds a "Most Relevant Frame" and a
"cooked" stop reason description. When the thread is about to stop, it checks
if the current frame is recognized, and if so, it fetches the recognized frame's
attributes and applies them.

rdar://58528686

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

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
2020-02-06 18:27:48 +01:00
..
_static [lldb][docs] Add CMake version notes for -B flag 2019-07-31 10:31:57 +00:00
man [lldb/Docs] Extend description section of the main page 2020-01-13 09:32:02 -08:00
resources [lldb/Docs] Document testing strategies for the reproducers 2020-01-22 18:02:36 -08:00
status Add resurrecting Type Validators to projects.rst 2019-12-11 13:30:05 -08:00
structured_data Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
testsuite Rename MacOS X -> macOS where applicable. 2019-05-14 16:37:43 +00:00
use [lldb/Target] Add Assert StackFrame Recognizer 2020-02-06 18:27:48 +01:00
.htaccess Add a "Using LLDB" section to the welcome page of the website 2019-11-19 10:55:50 -08:00
CMakeLists.txt [lldb/Bindings] Move bindings into their own subdirectory 2020-01-09 08:44:34 -08:00
conf.py [Docs] Generate the LLDB man page with Sphinx 2019-11-21 10:04:11 -08:00
doxygen-mainpage.dox [Docs] Make Doxygen functional 2019-04-19 18:02:35 +00:00
doxygen.cfg.in [Doxygen] Document private class members. 2019-08-21 00:10:19 +00:00
index.rst [lldb/Docs] Include the man page on the website 2020-01-03 13:59:19 -08:00
lldb-for-gdb-users.txt
lldb-gdb-remote.txt Upstream debugserver arm64e support. 2019-12-04 15:20:56 -08:00
lldb-platform-packets.txt Expand on the qfProcessInfo documentation, add examples from 2019-10-04 21:01:52 +00:00