Name Date Size #Lines LOC

..--

dump/H--3,3622,246

subprojects/H--1914

watchdog/H--1,382812

.clang-formatH A D03-Feb-20253.7 KiB137135

.gitignoreH A D27-Apr-2017463 3227

.shellcheck-ignoreH A D03-Mar-2025574 1716

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 D01-Feb-20251.4 KiB6654

meson.optionsH A D01-Feb-2025409 1815

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