riscv-openocd/src
Evgeniy Naydanov 00320fd198 target/riscv: replace `__PRETTY_FUNCTION__` with `__func__`
The reasoning for the change:
* `__func__` is part of C99, `__PRETTY_FUNCTION__` is GNU extension.
* `__PRETTY_FUNCTION__` is defined to be the same as `__func__` for C
  sources by GCC documentation but differ for C++ sources (full
  signature instead of just a name).
* Currently Clang does support `__PRETTY_FUNCTION__`, though it uses
  GCC's C++ variant across C and C++.

Therefore using `__PRETTY_FUNCTION__` creates confusion and does not
provide any valueble information in the logs.

Change-Id: Ie0db6d73f602784b6752a30911dcef3dd7ee4594
2023-11-15 14:06:29 +03:00
..
flash Merge commit '05ee88915520d1dd82da94a016a9374a1f3a8129' into from_upstream 2023-11-06 09:25:46 -08:00
helper Merge commit '05ee88915520d1dd82da94a016a9374a1f3a8129' into from_upstream 2023-11-06 09:25:46 -08:00
jtag Merge commit '05ee88915520d1dd82da94a016a9374a1f3a8129' into from_upstream 2023-11-06 09:25:46 -08:00
pld pld: allow calling of configuration functions before 'init' 2023-08-12 16:48:06 +00:00
rtos Merge commit '9f23a1d7c1e27c556ef9787b9d3f263f5c1ecf24' into from_upstream 2023-10-27 09:00:59 -07:00
rtt rtt: rewrite command 'rtt channellist' as COMMAND_HANDLER 2023-03-25 18:11:14 +00:00
server Merge commit '05ee88915520d1dd82da94a016a9374a1f3a8129' into from_upstream 2023-11-06 09:25:46 -08:00
svf svf: make command 'svf' syntax consistent 2023-03-25 18:09:06 +00:00
target target/riscv: replace `__PRETTY_FUNCTION__` with `__func__` 2023-11-15 14:06:29 +03:00
transport transport: rewrite command 'transport select' as COMMAND_HANDLER 2023-03-25 18:09:47 +00:00
xsvf openocd: fix SPDX tag format for files .c 2022-09-18 08:22:01 +00:00
Makefile.am openocd: build: add SPDX tag 2022-07-23 13:06:38 +00:00
hello.c hello: include hello.h 2023-05-18 10:13:41 +00:00
hello.h openocd: src: replace the GPL-2.0-or-later license tag 2022-07-23 13:59:13 +00:00
main.c openocd: fix SPDX tag format for files .c 2022-09-18 08:22:01 +00:00
openocd.c openocd: rewrite command 'version' as COMMAND_HANDLER 2023-03-25 18:10:54 +00:00
openocd.h openocd: src: replace the GPL-2.0-or-later license tag 2022-07-23 13:59:13 +00:00