commit | 0fed74615b0f263c359a13a7a17ade36a986ddd1 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Fri Dec 24 22:11:06 2021 -0700 |
committer | Tom Tromey <tom@tromey.com> | Wed Dec 29 10:40:10 2021 -0700 |
tree | d272c8fa1d48563d38ed00c517cf77ac933e226f | |
parent | 84b334970bb5892a1f50a3d8e9a569263a502224 [diff] |
Send jit.c errors to gdb_stderr jit.c writes some error messages to gdb_stdout, but using gdb_stderr is better. This is part of PR gdb/7233. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=7233