Files
clang-p2996/lldb/docs/resources
Jonas Devlieghere 9adf60fc53 [lldb] Fix lldb_assert -> lldbassert in docs
Update the documentation to reference lldbassert rather than
lldb_assert. The latter is the implementation, which shouldn't be used
directly. Instead, users should use lldbassert which is the macro that
expands to assert or lldb_assert depending on the build type.
2023-05-15 22:18:08 -07:00
..