summaryrefslogtreecommitdiff
path: root/common/panic_output.c
Commit message (Expand)AuthorAgeFilesLines
* panic_output: Do not use ccprintf to induce stack overflowRob Barnes2023-05-111-2/+2
* panic: Add flags to panicinfo outputRob Barnes2023-04-241-2/+2
* system_safe_mode: Print process stack dumpRob Barnes2023-04-111-0/+6
* zephyr: test: Test get_panic_data_write()Tristan Honscheid2022-11-301-4/+5
* zephyr: test: Test `crash` console commandTristan Honscheid2022-11-301-4/+20
* zephyr: test: Make get_panic_data_write mockableTristan Honscheid2022-11-301-6/+4
* zephyr: exclude non posix logic from panic_outputYuval Peress2022-11-291-0/+4
* system: Ensure space for panic and jump dataRob Barnes2022-11-171-1/+11
* panic output: remove assertBoris Mittelberg2022-10-261-3/+10
* include/compiler.h: Add generic macro for disabling compiler warningsTom Hughes2022-10-131-12/+6
* tree: Remove CONFIG_SOFTWARE_PANICTom Hughes2022-10-121-7/+2
* ec: Don't declare forward decls as weakJeremy Bettis2022-10-071-1/+6
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* ec: Suppress new recursion warning in gcc 12Jeremy Bettis2022-09-081-0/+7
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-2/+2
* test: Add basic tests exercising the panic output APIYuval Peress2022-08-311-1/+1
* util: remove unused includesYuval Peress2022-08-051-0/+1
* common/panic_output.c: Format with clang-formatJack Rosenthal2022-06-291-30/+24
* zephyr: panic: Capture the panic informationAndrew McRae2022-05-171-10/+5
* tree: Make all host commands staticTom Hughes2021-10-151-1/+2
* common/panic_output: Disable infinite recursion warningTom Hughes2021-10-081-0/+11
* panic: Tidy up the #ifdefsSimon Glass2021-02-101-12/+11
* zephyr: Add support for panic outputJack Rosenthal2021-01-261-2/+31
* crash: fix unsigned div-by-zero crashEric Yilun Lin2021-01-111-1/+1
* common/panic_output: Use newly introduced functions for panic info dumpPatryk Duda2020-10-011-9/+27
* Introduce functions that provide safe pointer to panic dataPatryk Duda2020-09-091-1/+111
* servo: Adds logging of panic info to USB consoleBrian J. Nemec2020-01-221-0/+7
* Remove uses of %lEvan Green2019-10-051-2/+2
* printf: Fix formatting errorsEvan Green2019-10-051-2/+2
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* minute-ia: ish software panicDenis Brockus2019-06-111-0/+26
* ish: preserve panic data across resetJack Rosenthal2019-05-041-0/+1
* panic_output: undefined behaviour elicits abort() callsPatrick Georgi2018-07-171-2/+2
* panic: Set EC_HOST_EVENT_PANIC on chipset resetFurquan Shaikh2017-11-301-1/+2
* Cr50: The panicinfo command is not safeBill Richardson2016-10-011-3/+3
* panic: Fix unaligned memory access panicKito Cheng2016-09-011-1/+2
* Cr50: Mark several console commands as safeBill Richardson2016-08-311-3/+3
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-4/+2
* Add new "hang" option to crash commandBill Richardson2016-08-051-5/+15
* Kunimitsu: remove console commands for code sizeKyoung Kim2016-04-141-1/+2
* stm32: add synchronous debug printfAlec Berg2015-10-191-0/+2
* panic: Fix unaligned memory access panicli feng2015-04-141-1/+1
* panic: Send host event on panic detectShawn Nematbakhsh2015-02-241-0/+14
* panic: fix logging of watchdog in panic dataAlec Berg2015-02-201-10/+0
* cortex-m*: Save panicinfo on non-exception panicsShawn Nematbakhsh2015-02-181-8/+58
* ryu: Use brief assertion failure messageVic Yang2014-10-011-0/+9
* extract common core codeVincent Palatin2013-12-051-0/+169