| commit | 559798f82800e1d7a2ef8b86da4a0e169e07efee | [log] [tgz] |
|---|---|---|
| author | Simon Marchi <simon.marchi@polymtl.ca> | Fri Apr 19 16:04:32 2024 -0400 |
| committer | Simon Marchi <simon.marchi@polymtl.ca> | Fri Apr 19 16:07:59 2024 -0400 |
| tree | 30bcb4aefb6814b2e86bb85738de53b8a819cfc3 | |
| parent | ebb8507cee4edcb6b355a04159a4d4822f756e1c [diff] |
gdb: fix include for gdb_signal in target/waitstatus.h clangd tells me that the gdb_signals.h include in target/waitstatus.h is unused. This include was probably to give access to `enum gdb_signal`, but this is in fact defined in gdb/signals.h. Change the include to gdb/signals.h. Include gdbsupport/gdb_signals.h in some files that were relying on the transitive include. Change-Id: I6f4361b3d801394bf29abe8c1393aff110aa0ad6