llvm-project/lldb/docs/use
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
..
formatting.rst [lldb/Target] Add Assert StackFrame Recognizer 2020-02-06 18:27:48 +01:00
map.rst [lldb] add to gdb to lldb doc 2020-01-16 19:56:45 -08:00
python-reference.rst [Docs] Replace SVN revisions with lldb versions 2019-07-09 21:21:45 +00:00
python.rst
remote.rst [Docs] Modernize references to macOS 2019-05-30 16:46:22 +00:00
symbolication.rst [Docs] Fix (incorrect) code highlighting 2019-08-07 23:12:40 +00:00
symbols.rst Fix typos 2020-01-21 15:32:34 -08:00
troubleshooting.rst Rename MacOS X -> macOS where applicable. 2019-05-14 16:37:43 +00:00
tutorial.rst
variable.rst [lldb/DataFormatters] Fix the `$$deference$$` synthetic child 2020-01-21 13:35:55 -08:00