commit | 98aa10d6eab8df6938c0dc949bd12bc244bb52e1 | [log] [tgz] |
---|---|---|
author | Kevin ORourke <kevin.orourke@ferroamp.se> | Wed Feb 28 14:30:03 2024 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Mar 26 08:51:49 2024 -0400 |
tree | 95db37f3479b64d03023695775025db902b68aed | |
parent | 7058c2283f06f6eb23ce5dde2dd019b14261bd84 [diff] |
scripts: coredump: coredump_gdbserver in pipeline Add support to coredump_gdbserver.py for running in a pipeline, communicating through stdin/stdout instead of a socket. This allows starting it from inside gdb, with: target remote | coredump_gdbserver.py --pipe <elf_file> <log_file> Signed-off-by: Kevin ORourke <kevin.orourke@ferroamp.se>