llvm-project/lldb/examples/synthetic
Jorge Gorbe Moya 868186cf6c [lldb] Make callback-based formatter matching available from the CLI.
This change adds a `--recognizer-function` (`-R`) to `type summary add`
and `type synth add` that allows users to specify that the names in
the command are not type names but python function names.

It also adds an example to lldb/examples, and a section in the data
formatters documentation on how to use recognizer functions.

Differential Revision: https://reviews.llvm.org/D137000
2022-11-10 10:29:38 -08:00
..
bitfield
recognizer_function [lldb] Make callback-based formatter matching available from the CLI. 2022-11-10 10:29:38 -08:00
gnu_libstdcpp.py [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
libcxx.py [formatters] Add a deque formatter for libstdcpp and fix the libcxx one 2021-12-06 13:42:03 -08:00
unordered_multi.py