commit | 508113afe1a6585e8bb05ce8925531383a68e9d5 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Mon Nov 25 10:22:12 2024 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Mon Nov 25 10:28:24 2024 -0600 |
tree | 9e70993967fc9cbb9a796a4e586acb4ac0d9dca7 | |
parent | 4f68fc460adc4327711e7adb7a81b30ed5dd67c0 [diff] |
clang-tidy: Add bugprone checks Enable bugprone checks to identify problematic patterns that could lead to bugs or undefined behavior. Tested: Build and unit tests passed successfully. Change-Id: If15d84e1735980b893147b1135a3e20038a43d46 Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
One such mechanism is dreport, a script that collects debug data and packages it into an archive file.
To build this package with meson, do the following steps:
1. meson builddir 2. ninja -C builddir
To clean the built files run ninja -C builddir clean
.
Tests can be run in the CI docker container, refer local-ci-build
or with an OpenBMC x86 sdk(see below for x86 steps).
meson -Dtests=enabled build ninja -C build test