bfin: Skip non SEC_ALLOC section for R_BFIN_FUNCDESC
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
5fae2a2c
TV
12021-01-14 Tom de Vries <tdevries@suse.de>
2
3 PR breakpoints/27151
4 * objfiles.h (in_plt_section): Handle .plt.sec.
5
8f66807b
AB
62021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 PR gdb/26819
9 * remote.c
10 (remote_target::select_thread_for_ambiguous_stop_reply): New
11 member function.
12 (remote_target::process_stop_reply): Call
13 select_thread_for_ambiguous_stop_reply.
14
bd497355
SM
152021-01-13 Simon Marchi <simon.marchi@efficios.com>
16
17 * record-btrace.c (class record_btrace_target): Remove.
18 (record_btrace_target::commit_resume): Remove.
19 * record-full.c (class record_full_target): Remove.
20 (record_full_target::commit_resume): Remove.
21
c9d22089
SM
222021-01-13 Simon Marchi <simon.marchi@efficios.com>
23
24 * remote.c (enum class resume_state): New.
25 (struct resumed_pending_vcont_info): New.
26 (struct remote_thread_info) <resume_state, set_not_resumed,
27 set_resumed_pending_vcont, resumed_pending_vcont_info,
28 set_resumed, m_resume_state, m_resumed_pending_vcont_info>:
29 New.
30 <last_resume_step, last_resume_sig, vcont_resumed>: Remove.
31 (remote_target::remote_add_thread): Adjust.
32 (remote_target::process_initial_stop_replies): Adjust.
33 (remote_target::resume): Adjust.
34 (remote_target::commit_resume): Rely on state in
35 remote_thread_info and not on tp->executing.
36 (remote_target::process_stop_reply): Adjust.
37
d8d1feb4
SM
382021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
39
40 * arc-tdep.h (arc_debug_printf): New.
41 * arc-tdep.c: Use arc_debug_printf.
42 * arc-linux-nat.c (arc_linux_nat_debug_printf): Add and use.
43 * arc-linux-tdep.c (arc_linux_debug_printf): Add and use.
44 * arc-newlib-tdep.c (arc_newlib_debug_printf): Add and use.
45
fb0f5031
SM
462021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
47
48 * arc-tdep.h (arc_debug): Change type to bool.
49 * arc-tdep.c (arc_debug): Change type to bool.
50 (arc_analyze_prologue): Adjust.
51 (_initialize_arc_tdep): Use add_setshow_boolean_cmd.
52 * arc-linux-nat.c (ps_get_thread_area): Adjust.
53
5bf7e91b
SM
542021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
55
56 * auto-load.c (auto_load_objfile_script_1): Use bool.
57 (execute_script_contents): Use bool.
58
db972fce
SM
592021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
60
61 * auto-load.h (auto_load_gdb_scripts_enabled): Return bool, move
62 comment here.
63 * auto-load.c (auto_load_gdb_scripts_enabled): Return bool, move
64 comment to header.
65 * extension-priv.h (struct extension_language_script_ops)
66 <auto_load_enabled>: Return bool.
67 * extension.h (ext_lang_auto_load_enabled): Return bool, move
68 comment here.
69 * extension.c (ext_lang_auto_load_enabled): Return bool, move
70 comment to header.
71 * guile/guile-header.h (gdbscm_auto_load_enabled): Return bool,
72 move comment here.
73 * guile/scm-auto-load.c (gdbscm_auto_load_enabled): Return bool,
74 move comment to header.
75 * python/python-header.h (gdbpy_auto_load_enabled): Return bool,
76 move comment here.
77 * python/py-auto-load.c (gdbpy_auto_load_enabled): Return bool,
78 move comment to header.
79
5e12f48f
SM
802021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
81
82 * auto-load.h (file_is_auto_load_safe): Change return type to
83 bool, move comment here.
84 * auto-load.c (file_is_auto_load_safe): Change return type and
85 advice_printed to bool. Move comment to header.
86
54ca9002
SM
872021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
88
89 * jit.c (jit_debug_printf): New, use throughout file.
90
24a7f1b5
SM
912021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
92
93 * infrun.c (normal_stop): Fix indentation.
94
fe7a351a
SM
952021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
96
97 * top.h (readnow_symbol_files, readnever_symbol_files): Move
98 declarations to ...
99 * symfile.h: ... here.
100 * symfile.c: Update doc.
101
16e9019e
SM
1022021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
103
104 * target.h (baud_rate, serial_parity): Move declarations...
105 * serial.h: ... here.
106 * main.c: Include serial.h.
107 * serial.c (baud_rate, serial_parity): Update doc.
108
b2f2ae0d
SM
1092021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
110
111 * top.c (pre_init_ui_hook): Remove.
112
5291fe3c
SP
1132021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
114
115 * aarch64-tdep.c (aarch64_vnh_type): Add "bf" field in h registers.
116 (aarch64_vnv_type): Add "bf" type in h field of v registers.
117 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerated.
118 * features/aarch64-fpu.xml: Add bfloat16 type.
119
ce38f5ed
AB
1202021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
121
122 * expprint.c (dump_subexp_body_standard): Handle OP_BOOL.
123
7c654b71
AB
1242021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
125
126 * f-exp.y (dot_ops): Rename to...
127 (fortran_operators): ...this. Add a header comment. Add symbol
128 based operators.
129 (yylex): Update to use fortran_operators not dot_ops. Remove
130 special handling for '**', this is now included in
131 fortran_operators.
132
c6185dce
SM
1332021-01-11 Simon Marchi <simon.marchi@polymtl.ca>
134
135 * arch/aarch64-insn.h (aarch64_debug_printf): New.
136 * arch/aarch64-insn.c: Use aarch64_debug_printf.
137 * aarch64-tdep.c: Use aarch64_debug_printf.
138
eef401dc
SM
1392021-01-11 Simon Marchi <simon.marchi@polymtl.ca>
140
141 * solib-aix.c (solib_aix_debug_printf): New, use throughout
142 file.
143
062eaacb
SM
1442021-01-11 Simon Marchi <simon.marchi@polymtl.ca>
145
146 * jit.c (jit_debug): Change type to bool.
147 (_initialize_jit): Adjust.
148
54585eee
TT
1492021-01-09 Tom Tromey <tom@tromey.com>
150
151 PR compile/23672
152 * compile/compile.c (compile_to_object): Avoid crash when
153 osabi_triplet_regexp returns NULL.
154
bc167b6b
TT
1552021-01-09 Tom Tromey <tom@tromey.com>
156
157 * tracepoint.h (class collection_list) <append_exp>: Take a
158 std::string.
159 * tracepoint.c (collection_list::append_exp): Take a std::string.
160 (encode_actions_1): Update.
161
8fc48b79
TT
1622021-01-08 Tom Tromey <tromey@adacore.com>
163
164 * parse.c (parse_expression): Add void_context_p parameter. Use
165 parse_exp_in_context.
166 * printcmd.c (print_command_1): Change voidprint to bool. Pass to
167 parse_expression.
168 (print_command, call_command): Update.
169 * expression.h (parse_expression): Add void_context_p parameter.
170
3c8c6de2
AB
1712021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
172
173 * value.c (set_value_component_location): Adjust the VALUE_LVAL
174 for internalvar components that have a dynamic location.
175
1940319c
TV
1762021-01-08 Tom de Vries <tdevries@suse.de>
177
178 PR gdb/26881
179 * breakpoint.c (create_exception_master_breakpoint_probe)
180 (create_exception_master_breakpoint_hook): Factor out
181 of ...
182 (create_exception_master_breakpoint): ... here. Only try to install
183 the master exception breakpoint in objfile.debug using the
184 _Unwind_DebugHook method, if the install using probes in objfile
185 failed.
186
e3436813
AB
1872021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
188
189 * f-lang.c (fortran_value_subarray): Call value_from_component.
190
e904f56d
MF
1912021-01-07 Mike Frysinger <vapier@gentoo.org>
192
193 * remote-sim.c: Include memory-map.h.
194 (gdbsim_target): Define memory_map override.
195 (gdbsim_target::memory_map): Define.
196
959d6a67
TT
1972021-01-07 Tom Tromey <tromey@adacore.com>
198
199 * ada-lang.c (do_full_match): Conditionally skip "_ada_" prefix.
200
d4813f10
TT
2012021-01-07 Tom Tromey <tromey@adacore.com>
202
203 * ada-lang.c (add_component_interval): Start loop using vector's
204 updated size.
205
b49180ac
TT
2062021-01-06 Tom Tromey <tromey@adacore.com>
207
208 * ada-lang.c (ada_evaluate_subexp) <BINOP_ADD, BINOP_SUB>:
209 Do not cast result.
210 * valarith.c (fixed_point_binop): Handle multiplication
211 and division specially.
212 * valops.c (value_to_gdb_mpq): New function.
213 (value_cast_to_fixed_point): Use it.
214
55195361
HD
2152021-01-05 Hannes Domani <ssbssa@yahoo.de>
216
217 * tui/tui-winsource.c (tui_source_window_base::refresh_window):
218 Call wnoutrefresh instead of tui_win_info::refresh_window.
219
1b6d4bb2
HD
2202021-01-05 Hannes Domani <ssbssa@yahoo.de>
221
222 * tui/tui-source.c (tui_source_window::show_line_number):
223 Redraw second space after line number.
224
b5ff370e
HD
2252021-01-05 Hannes Domani <ssbssa@yahoo.de>
226
227 PR tui/26927
228 * tui/tui-winsource.c (tui_source_window_base::refresh_window):
229 Fix source pad size in prefresh.
230 (tui_source_window_base::show_source_content): Grow source pad
231 if necessary.
232
c68ea49f
MF
2332021-01-04 Mike Frysinger <vapier@gentoo.org>
234
235 * bfin-tdep.c (bfin_push_dummy_call): Use align_up.
236 (bfin_frame_align): Use align_down.
237
e4ad960a
TV
2382021-01-04 Tom de Vries <tdevries@suse.de>
239
240 * buildsym.c (buildsym_compunit::record_line): Filter out end-of-seq
241 terminators that do not terminate anything.
242
3ec3145c
SM
2432021-01-04 Simon Marchi <simon.marchi@efficios.com>
244
245 * debug.c (debug_print_depth): New.
246 * infrun.h (INFRUN_SCOPED_DEBUG_START_END): New.
247 (INFRUN_SCOPED_DEBUG_ENTER_EXIT): New.
248 * infrun.c (start_step_over): Use
249 INFRUN_SCOPED_DEBUG_ENTER_EXIT.
250 (proceed): Use INFRUN_SCOPED_DEBUG_ENTER_EXIT and
251 INFRUN_SCOPED_DEBUG_START_END.
252 (fetch_inferior_event): Use INFRUN_SCOPED_DEBUG_ENTER_EXIT.
253
e71daf80
SM
2542021-01-04 Simon Marchi <simon.marchi@efficios.com>
255
256 * infrun.c (print_target_wait_results): Use infrun_debug_printf.
257
335709bc
SM
2582021-01-04 Simon Marchi <simon.marchi@efficios.com>
259
260 * utils.c (vfprintf_unfiltered): Print timestamp only when
261 previous debug output ended with a newline.
262
098caef4
LM
2632021-01-04 Luis Machado <luis.machado@linaro.org>
264
265 Update all users of trad_frame_saved_reg to use the new member
266 functions.
267
268 Remote all struct keywords from declarations of trad_frame_saved_reg
269 types, except on forward declarations.
270
271 * aarch64-tdep.c: Update.
272 * alpha-mdebug-tdep.c: Update.
273 * alpha-tdep.c: Update.
274 * arc-tdep.c: Update.
275 * arm-tdep.c: Update.
276 * avr-tdep.c: Update.
277 * cris-tdep.c: Update.
278 * csky-tdep.c: Update.
279 * frv-tdep.c: Update.
280 * hppa-linux-tdep.c: Update.
281 * hppa-tdep.c: Update.
282 * hppa-tdep.h: Update.
283 * lm32-tdep.c: Update.
284 * m32r-linux-tdep.c: Update.
285 * m32r-tdep.c: Update.
286 * m68hc11-tdep.c: Update.
287 * mips-tdep.c: Update.
288 * moxie-tdep.c: Update.
289 * riscv-tdep.c: Update.
290 * rs6000-tdep.c: Update.
291 * s390-linux-tdep.c: Update.
292 * s390-tdep.c: Update.
293 * score-tdep.c: Update.
294 * sparc-netbsd-tdep.c: Update.
295 * sparc-sol2-tdep.c: Update.
296 * sparc64-fbsd-tdep.c: Update.
297 * sparc64-netbsd-tdep.c: Update.
298 * sparc64-obsd-tdep.c: Update.
299 * sparc64-sol2-tdep.c: Update.
300 * tilegx-tdep.c: Update.
301 * v850-tdep.c: Update.
302 * vax-tdep.c: Update.
303
304 * frame-unwind.c (frame_unwind_got_bytes): Make parameter const.
305 * frame-unwind.h (frame_unwind_got_bytes): Likewise.
306
307 * trad-frame.c: Update.
308 Remove TF_REG_* enum.
309 (trad_frame_alloc_saved_regs): Add a static assertion to check for
310 a trivially-constructible struct.
311 (trad_frame_reset_saved_regs): Adjust to use member function.
312 (trad_frame_value_p): Likewise.
313 (trad_frame_addr_p): Likewise.
314 (trad_frame_realreg_p): Likewise.
315 (trad_frame_value_bytes_p): Likewise.
316 (trad_frame_set_value): Likewise.
317 (trad_frame_set_realreg): Likewise.
318 (trad_frame_set_addr): Likewise.
319 (trad_frame_set_unknown): Likewise.
320 (trad_frame_set_value_bytes): Likewise.
321 (trad_frame_get_prev_register): Likewise.
322 * trad-frame.h: Update.
323 (trad_frame_saved_reg_kind): New enum.
324 (struct trad_frame_saved_reg) <addr, realreg, data>: Remove.
325 <m_kind, m_reg>: New member fields.
326 <set_value, set_realreg, set_addr, set_unknown, set_value_bytes>
327 <kind, value, realreg, addr, value_bytes, is_value, is_realreg>
328 <is_addr, is_unknown, is_value_bytes>: New member functions.
329
9898e882
SM
3302021-01-02 Simon Marchi <simon.marchi@polymtl.ca>
331
332 * target-float.c: Fix typos.
333
b66b4e65
HD
3342021-01-02 Hannes Domani <ssbssa@yahoo.de>
335
336 * gdb-gdb.py.in: Fix main_type.flds_bnds.bounds pretty printer.
337
b5b5650a
JB
3382021-01-01 Joel Brobecker <brobecker@adacore.com>
339
340 * gdbarch.sh: Update copyright year range.
341
3666a048
JB
3422021-01-01 Joel Brobecker <brobecker@adacore.com>
343
344 Update copyright year range in copyright header of all GDB files.
345
ff7e39b6
JB
3462021-01-01 Joel Brobecker <brobecker@adacore.com>
347
348 * copyright.py (get_update_list): Add "gdbserver" and "gdbsupport"
349 to the list of directories to update.
350
2b47c078
JB
3512021-01-01 Joel Brobecker <brobecker@adacore.com>
352
353 * top.c (print_gdb_version): Update copyright year.
354
476923f1 3552021-01-01 Joel Brobecker <brobecker@adacore.com>
c8f02daa 356
476923f1 357 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2020.
c8f02daa 358
476923f1 359For older changes see ChangeLog-2020.
c906108c
SS
360\f
361Local Variables:
362mode: change-log
363left-margin: 8
364fill-column: 74
365version-control: never
57da7796 366coding: utf-8
c906108c 367End:
This page took 2.651046 seconds and 4 git commands to generate.