llvm-project/lldb/www
Kuba Mracek 41ae8e7445 [lldb] Introduce StackFrameRecognizer [take 3]
This patch introduces a concept of "frame recognizer" and "recognized frame". This should be an extensible mechanism that retrieves information about special frames based on ABI, arguments or other special properties of that frame, even without source code. A few examples where that could be useful could be 1) objc_exception_throw, where we'd like to get the current exception, 2) terminate_with_reason and extracting the current terminate string, 3) recognizing Objective-C frames and automatically extracting the receiver+selector, or perhaps all arguments (based on selector).

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

llvm-svn: 345693
2018-10-31 04:00:22 +00:00
..
architecture www: update lldb architecture doc 2018-01-24 19:00:08 +00:00
cpp_reference/html Re-generate the python and cpp reference documentation 2016-10-20 13:04:32 +00:00
python_reference Fix typos. 2018-10-04 22:33:39 +00:00
SB-api-coding-rules.html Fixed missing sidebars on the website 2018-08-31 02:07:05 +00:00
adding-language-support.html
build.html Add instructions for building LLDB on Mac OS X with CMake 2018-08-07 17:34:13 +00:00
customization.html
docs.html
download.html [www] Updated outdated download links [NFC] 2018-09-05 14:27:48 +00:00
faq.html
features.html Add PPC64le support information 2018-05-24 11:17:02 +00:00
formats.html Fix up the formats.html for the addition of the thread-stop-format. 2016-11-08 22:05:29 +00:00
goals.html
index.html Fix/unify the spelling of Objective-C. 2018-06-13 16:21:24 +00:00
lldb-gdb.html Fix/unify the spelling of Objective-C. 2018-06-13 16:21:24 +00:00
projects.html Add a suggestion to convert dotest tests to use run_to_source_breakpoint. 2018-03-20 02:15:23 +00:00
python-reference.html [lldb] Introduce StackFrameRecognizer [take 3] 2018-10-31 04:00:22 +00:00
remote.html Fixed missing sidebars on the website 2018-08-31 02:07:05 +00:00
scripting.html
sidebar.incl The llvm.org bugzilla moved. 2017-07-13 00:36:21 +00:00
source.html Remove lldb coding conventions as they are no longer relevant. 2016-09-08 00:42:02 +00:00
status.html Fix/unify the spelling of Objective-C. 2018-06-13 16:21:24 +00:00
style.css
symbolication.html
symbols.html
test.html Fixed missing sidebars on the website 2018-08-31 02:07:05 +00:00
troubleshooting.html Added a way to dump the full paths to all source files in a module that has debug info. 2017-11-10 22:39:07 +00:00
tutorial.html Fix/unify the spelling of Objective-C. 2018-06-13 16:21:24 +00:00
varformats.html Add support for sythetic operator dereference 2017-03-31 20:23:22 +00:00