Name Date Size #Lines LOC

..--

dump/H--3,3282,223

subprojects/H--1914

watchdog/H--1,384814

.clang-formatH A D18-Dec-20243.7 KiB137135

.gitignoreH A D27-Apr-2017463 3227

.shellcheck-ignoreH A D24-Oct-2024537 1615

LICENSEH A D21-Apr-201711.1 KiB202169

OWNERSH A D18-Jun-20241.7 KiB5348

README.mdH A D05-Aug-2024197 138

checkstop_app.cppH A D01-Sep-2023324 1410

meson.buildH A D20-May-20241.5 KiB7664

meson.optionsH A D27-Oct-2021409 1310

watchdog_timeout.cppH A D17-Apr-20242.7 KiB10176

README.md

1# openpower-debug-collector
2
3## Building the Code
4
5```text
6To build this package, do the following steps:
7
8    1. meson build
9    2. ninja -C build
10
11To clean the repository run `rm -rf build`.
12```
13