Message ID | 20250312182239.48744-2-simon.marchi@efficios.com |
---|---|
State | New |
Headers | |
Series | [pushed,1/3] gdb: remove include from process-stratum-target.h | |
Checks
Context | Check | Description |
---|---|---|
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 | fail | Patch failed to apply |
linaro-tcwg-bot/tcwg_gdb_build--master-arm | fail | Patch failed to apply |
Commit Message
diff --git a/gdb/exceptions.c b/gdb/exceptions.c index 368999829fce..0fdb0758cdba 100644 --- a/gdb/exceptions.c +++ b/gdb/exceptions.c @@ -82,7 +82,7 @@ print_exception (struct ui_file *file, const struct gdb_exception &e) end++; file->write (start, end - start); } - } + } gdb_printf (file, "\n"); /* Now append the annotation. */