Граф коммитов

15 Коммитов

Автор SHA1 Сообщение Дата
Nico Schmidt cbd6bde2ca Fix analyzer warnings 2022-09-04 15:58:16 +04:00
Ivan Matkov 864de4aa29 Do not log "Failed to find FDE" if the data is just missed but there were no errors 2020-05-15 12:50:06 +03:00
Ivan Matkov 24880fb70f Use __data as fallback for __objc_data in some cases 2020-05-15 12:50:06 +03:00
Ruslan Urmeev 5019c58da2 update doxyfile, fix unbalanced grouping commands 2020-05-08 19:34:33 +04:00
Joe Ranieri f26343140f Fixing the bulk of the documentation warnings.
This leaves a handful of warnings about using '@sa @ref async_safety'.
Clang thinks that the '@sa' command has an empty paragraph in this
case, but it appears to be a false positive and a bug in Clang.

Issue: PLCR-543
2014-04-23 20:12:49 -04:00
Landon Fuller d0bbf70a65 Fix typo in log statement. 2013-09-09 11:35:38 -04:00
Landon Fuller d6d517f06e Clean up doxygen public API output
- Added @internal flags to exclude private types from the doxygen
  output.
- Added a few documentation groups for internal modules that were
  missing documentation grouping.
2013-08-30 16:22:29 -04:00
Landon Fuller a7242978a1 Wire in support for enabling/disabling local symbolication strategies. By default, symbolication is disabled.
Issue: PLCR-468
2013-08-28 09:50:26 -04:00
Landon Fuller 5ad2461317 Rename plcrash_async_macho_find_symbol_by_addr() to plcrash_async_macho_find_symbol_by_pc() to clarify that it operates on in-core PC addresses, not symbol table addresses. 2013-03-07 16:31:26 -05:00
Landon Fuller de6688ae78 Rename the symbol lookup functions to clarify their respective uses. 2013-03-04 17:42:35 -05:00
Landon Fuller d811d3971d Update all copyright statements 2013-01-01 17:02:34 -05:00
Landon Fuller 24aa720289 Eliminate the risk of sizeof(buffer) being wrong if it is changed to a pointer.
Mike noted: "the declaration isn't nearby and it could conceivably
become a pointer someday."
2012-12-31 11:23:41 -05:00
Landon Fuller 254367f173 Fix iOS build 2012-12-29 21:33:03 -05:00
Landon Fuller 888ea8c86c Add missing documentation 2012-12-29 20:55:31 -05:00
Landon Fuller b9b69937a8 Simplify symbol lookup.
With this change, only two callbacks are required, and the symbol lookup
can be performed only once per method. Each callback is required to skip
updating the found symbol information if its match is not better (ie,
has a higher address) than previous matches.
2012-12-29 20:50:17 -05:00