Add myself as a write-after-approval GDB maintainer.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
0bdd8eac
AH
12018-01-26 Alan Hayward <alan.hayward@arm.com>
2
3 * MAINTAINERS (Write After Approval): Fix ordering.
4
56ae9dc3
AH
52018-01-26 Alan Hayward <alan.hayward@arm.com>
6
7 * MAINTAINERS (Write After Approval): Add Alan Hayward.
8
7433498b
AM
92018-01-26 Alan Modra <amodra@gmail.com>
10
11 * ppc-linux-tdep.c (powerpc32_plt_stub): Make const.
12 (powerpc32_plt_stub_so_1): Rename from powerpc32_plt_stub_so.
13 Remove nop. Make const. Comment.
14 (powerpc32_plt_stub_so_2): New.
15 (POWERPC32_PLT_CHECK_LEN): Rename from POWERPC32_PLT_STUB_LEN.
16 Correct count. Update uses.
17 (ppc_skip_trampoline_code): Match powerpc32_plt_stub_so_2 too.
18 Move common code reading PLT entry word. Correct
19 powerpc32_plt_stub PLT address calculation.
20 * ppc64-tdep.c (ppc64_standard_linkage1): Make const.
21 (ppc64_standard_linkage2, ppc64_standard_linkage3): Likewise.
22 (ppc64_standard_linkage4, ppc64_standard_linkage5): Likewise.
23 (ppc64_standard_linkage6, ppc64_standard_linkage7): Likewise.
24 (ppc64_standard_linkage8): Likewise.
25 * rs6000-tdep.c (ppc_insns_match_pattern): Make pattern const.
26 Correct insns description.
27 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
28
0f59d5fc
PA
292018-01-24 Pedro Alves <palves@redhat.com>
30
31 GCC PR libstdc++/83906
32 * gdbtypes.c (operator==(const dynamic_prop &,
33 const dynamic_prop &)): New.
34 (operator==(const range_bounds &, const range_bounds &)): New.
35 (check_types_equal): Use them instead of memcmp.
36 * gdbtypes.h (operator==(const dynamic_prop &,
37 const dynamic_prop &)): Declare.
38 (operator!=(const dynamic_prop &, const dynamic_prop &)): Declare.
39 (operator==(const range_bounds &, const range_bounds &)): Declare.
40 (operator!=(const range_bounds &, const range_bounds &)): Declare.
41
ef8914a4
PR
422018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
43
44 * s390-linux-tdep.c (s390_record_address_mask)
45 (s390_record_calc_disp_common, s390_record_calc_disp)
46 (s390_record_calc_disp_vsce, s390_record_calc_rl, s390_popcnt)
47 (s390_record_gpr_g, s390_record_gpr_h, s390_record_vr)
48 (s390_process_record): Move to s390-tdep.c.
49 (s390_linux_init_abi_any): Adjust.
50 * s390-tdep.c (s390_record_address_mask)
51 (s390_record_calc_disp_common, s390_record_calc_disp)
52 (s390_record_calc_disp_vsce, s390_record_calc_rl, s390_popcnt)
53 (s390_record_gpr_g, s390_record_gpr_h, s390_record_vr)
54 (s390_process_record): Moved from s390-linux-tdep.c
55 (s390_gdbarch_init): Adjust.
56
d6e58945
PR
572018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
58
59 * s390-linux-nat.c (s390-tdep.h): New include.
60 * Makefile.in (ALL_TARGET_OBS): Add s390-tdep.o.
61 (HFILES_NO_SRCDIR): Add s390-tdep.h.
62 (ALLDEPFILES): Add s390-tdep.c.
63 * configure.tgt (s390*-*-linux*): Add s390-tdep.o.
64 * s390-linux-tdep.h (HWCAP_S390_*, S390_*_REGNUM): Move to...
65 * s390-tdep.h: ...this. New file.
66 * s390-linux-tdep.c (s390-tdep.h): New include.
67 (_initialize_s390_tdep): Rename to...
68 (_initialize_s390_linux_tdep): ...this and adjust.
69 (s390_abi_kind, s390_vector_abi_kind, gdbarch_tdep)
70 (enum named opcodes, S390_NUM_GPRS, S390_NUM_FPRS): Move to
71 s390-tdep.h.
72 (s390_break_insn, s390_breakpoint, s390_readinstruction, is_ri)
73 (is_ril, is_rr, is_rre, is_rs, is_rsy, is_rx, is_rxy)
74 (s390_is_partial_instruction, s390_software_single_step)
75 (is_non_branch_ril, s390_displaced_step_copy_insn)
76 (s390_displaced_step_fixup, s390_displaced_step_hw_singlestep)
77 (s390_prologue_data, s390_addr, s390_store, s390_load)
78 (s390_check_for_saved, s390_analyze_prologue, s390_skip_prologue)
79 (s390_register_call_saved, s390_guess_tracepoint_registers)
80 (s390_register_name, s390_dwarf_regmap, s390_dwarf_reg_to_regnum)
81 (regnum_is_gpr_full, regnum_is_vxr_full, s390_value_from_register)
82 (s390_pseudo_register_name, s390_pseudo_register_type)
83 (s390_pseudo_register_read, s390_pseudo_register_write)
84 (s390_pseudo_register_reggroup_p, s390_ax_pseudo_register_collect)
85 (s390_ax_pseudo_register_push_stack, s390_gen_return_address)
86 (s390_addr_bits_remove, s390_address_class_type_flags)
87 (s390_address_class_type_flags_to_name)
88 (s390_address_class_name_to_type_flags, s390_effective_inner_type)
89 (s390_function_arg_float, s390_function_arg_vector)
90 (is_power_of_two, s390_function_arg_integer, s390_arg_state)
91 (s390_handle_arg, s390_push_dummy_call, s390_dummy_id)
92 (s390_frame_align, s390_register_return_value, s390_return_value)
93 (s390_stack_frame_destroyed_p, s390_unwind_pc, s390_unwind_sp)
94 (s390_unwind_pseudo_register, s390_adjust_frame_regnum)
95 (s390_dwarf2_prev_register, s390_dwarf2_frame_init_reg)
96 (s390_trad_frame_prev_register, s390_unwind_cache)
97 (s390_prologue_frame_unwind_cache)
98 (s390_backchain_frame_unwind_cache, s390_frame_unwind_cache)
99 (s390_frame_this_id, s390_frame_prev_register, s390_frame_unwind)
100 (s390_stub_unwind_cache, s390_stub_frame_unwind_cache)
101 (s390_stub_frame_this_id, s390_stub_frame_prev_register)
102 (s390_stub_frame_sniffer, s390_stub_frame_unwind)
103 (s390_frame_base_address, s390_local_base_address)
104 (s390_frame_base, s390_gcc_target_options)
105 (s390_gnu_triplet_regexp, s390_stap_is_single_operand)
106 (s390_validate_reg_range, s390_tdesc_valid)
107 (s390_gdbarch_tdep_alloc, s390_gdbarch_init): Move to...
108 * s390-tdep.c: ...this. New file.
109
9c0b896e
PR
1102018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
111
112 * s390-linux-tdep.c (gdbarch_tdep.s390_syscall_record): New hook.
113 (s390_process_record, s390_gdbarch_tdep_alloc)
114 (s390_linux_init_abi_any): Use/set new hook.
115
7042632b
PR
1162018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
117
118 * s390-linux-tdep.c (osabi.h): New include.
119 (s390_linux_init_abi_31, s390_linux_init_abi_64)
120 (s390_linux_init_abi_any): New functions.
121 (s390_gdbarch_init, _initialize_s390_tdep): Adjust.
122
650f5e13
PR
1232018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
124
125 * s390-linux-tdep.c (s390_gdbarch_init): Use gdb_assert for
126 tdesc_has_registers check
127
47c9317e
PR
1282018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
129
130 * s390-linux-tdep.c (s390_tdesc_valid): New function.
131 (s390_validate_reg_range): New macro.
132 (s390_gdbarch_init): Adjust.
133
095085d8
PR
1342018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
135
136 * s390-linux-tdep.c (gdbarch_tdep) <tdesc>: New field.
137 (s390_gdbarch_tdep_alloc): Adjust.
138 (s390_gdbarch_init): Adjust.
139
ab9bcc67
PR
1402018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
141
142 * s390-linux-tdep.c (gdbarch_tdep) <have_linux_v1, have_linux_v2>
143 <have_tdb>: Change type to bool.
144 (s390_gdbarch_tdep_alloc): Adjust.
145 (s390_gdbarch_init): Adjust.
146
21f6f5ff
PR
1472018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
148
149 * s390-linux-tdep (s390_abi_kind) <ABI_NONE>: New default field.
150 (gdbarch_tdep) <have_upper, have_vx>: New fields.
151 (s390_gdbarch_tdep_alloc): New function.
152 (s390_gdbarch_init): Allocate tdep at start and use its fields
153 instead of separate variables.
154
0eb97953
PR
1552018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
156
157 * s390-linux-tdep.c (s390_gdbarch_init): Remove duplicate checks
158 when looking for cached gdbarch and add comment for remaining.
159
5c319bb2
PA
1602018-01-22 Pedro Alves <palves@redhat.com>
161 Sergio Durigan Junior <sergiodj@redhat.com>
162
163 * typeprint.c (whatis_exp): Initialize "val" in the "whatis type"
164 case.
165
d65ce302
MR
1662018-01-22 Maciej W. Rozycki <macro@mips.com>
167
168 * MAINTAINERS: Update my company e-mail address.
169
ec7a5fcb
YQ
1702018-01-22 Yao Qi <yao.qi@linaro.org>
171
172 * regcache.c (cooked_write_test): New function.
173 (_initialize_regcache): Register the test.
174
11f57cb6
YQ
1752018-01-22 Yao Qi <yao.qi@linaro.org>
176
177 * ia64-tdep.c (ia64_pseudo_register_read): Call
178 regcache->cooked_read instead of regcache_cooked_read_unsigned.
179 * m32c-tdep.c (m32c_cat_read): Likewise.
180 (m32c_r3r2r1r0_read): Likewise.
181 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Likewise.
182 * xtensa-tdep.c (xtensa_register_read_masked): Likewise.
183
03f50fc8
YQ
1842018-01-22 Yao Qi <yao.qi@linaro.org>
185
186 * aarch64-tdep.c (aarch64_pseudo_read_value): Call regcache
187 method raw_read instead of regcache_raw_read.
188 * amd64-tdep.c (amd64_pseudo_register_read_value): Likewise.
189 * arm-tdep.c (arm_neon_quad_read): Likewise.
190 * avr-tdep.c (avr_pseudo_register_read): Likewise.
191 * bfin-tdep.c (bfin_pseudo_register_read): Likewise.
192 * frv-tdep.c (frv_pseudo_register_read): Likewise.
193 * h8300-tdep.c (h8300_pseudo_register_read): Likewise.
194 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
195 (i386_pseudo_register_read_into_value): Likewise.
196 * mep-tdep.c (mep_pseudo_cr32_read): Likewise.
197 * msp430-tdep.c (msp430_pseudo_register_read): Likewise.
198 * nds32-tdep.c (nds32_pseudo_register_read): Likewise.
199 * rl78-tdep.c (rl78_pseudo_register_read): Likewise.
200 * s390-linux-tdep.c (s390_pseudo_register_read): Likewise.
201 * sparc-tdep.c (sparc32_pseudo_register_read): Likewise.
202 * sparc64-tdep.c (sparc64_pseudo_register_read): Likewise.
203 * spu-tdep.c (spu_pseudo_register_read_spu): Likewise.
204 * xtensa-tdep.c (xtensa_pseudo_register_read): Likewise.
205
dc711524
YQ
2062018-01-22 Yao Qi <yao.qi@linaro.org>
207
208 * Makefile.in (ALL_TARGET_OBS): Remove mt-tdep.o.
209 * configure.tgt: Remove target mt.
210 * mt-tdep.c: Remove.
211 * regcache.c (cooked_read_test): Remove the check for mt.
212
3f5a868b
YQ
2132018-01-22 Yao Qi <yao.qi@linaro.org>
214
215 * jit.c (jit_frame_prev_register): Call regcache::cooked_read
216 instead of gdbarch_pseudo_register_read_value.
217
de4cb04a
JB
2182018-01-22 Joel Brobecker <brobecker@adacore.com>
219
220 * dwarf2read.c (need_gnat_info): Return nonzero if the cu's
221 language is Ada.
222
a9e40818
JB
2232018-01-22 Joel Brobecker <brobecker@adacore.com>
224
225 * linespec.c (create_sals_line_offset): Remove code that preserved
226 the symtab_and_line's line number.
227
e707fc44
AB
2282018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
229
230 * varobj.c (varobj_create): Don't set valid_block when creating a
231 floating varobj.
232
03d0bf7b
AB
2332018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
234
235 * varobj.c (varobj_create): Remove out of date comment.
236
ae451627
AB
2372018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
238
239 PR mi/20395
240 * ada-exp.y (write_var_from_sym): Pass extra parameter when
241 updating innermost block.
242 * parse.c (innermost_block_tracker::update): Take extra type
243 parameter, and check types match before updating innermost block.
244 (write_dollar_variable): Update innermost block for registers.
245 * parser-defs.h (enum innermost_block_tracker_type): New enum.
246 (innermost_block_tracker::innermost_block_tracker): Initialise
247 m_types member.
248 (innermost_block_tracker::reset): Take type parameter.
249 (innermost_block_tracker::update): Take type parameter, and pass
250 type through as needed.
251 (innermost_block_tracker::m_types): New member.
252 * varobj.c (varobj_create): Pass type when reseting innermost
253 block.
254
aee1fcdf
AB
2552018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
256
257 * ada-exp.y (write_var_from_sym): Switch to innermost_block API.
258 * ada-lang.c (resolve_subexp): Likewise.
259 * breakpoint.c (set_breakpoint_condition) Likewise.
260 (watch_command_1) Likewise.
261 * c-exp.y (variable): Likewise.
262 * d-exp.y (PrimaryExpression): Likewise.
263 * f-exp.y (variable): Likewise.
264 * go-exp.y (variable): Likewise.
265 * m2-exp.y (variable): Likewise.
266 * objfiles.c (objfile::~objfile): Likewise.
267 * p-exp.y (variable): Likewise.
268 * parse.c (innermost_block): Change type.
269 * parser-defs.h (class innermost_block_tracker): New.
270 (innermost_block): Change to innermost_block_tracker.
271 * printcmd.c (display_command): Switch to innermost_block API.
272 (do_one_display): Likewise.
273 * rust-exp.y (do_one_display): Likewise.
274 * symfile.c (clear_symtab_users): Likewise.
275 * varobj.c (varobj_create): Switch to innermost_block API, replace
276 use of innermost_block with block stored on varobj object.
277
396af9a1
AB
2782018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
279
280 * expression.h (innermost_block): Remove declaration.
281 * varobj.c: Add 'parser-defs.h' include.
282
fcfcc376
TT
2832018-01-19 Tom Tromey <tom@tromey.com>
284
285 * rust-lang.c (rust_lookup_symbol_nonlocal): Look up qualified
286 symbols in the static and global blocks.
287
5a6c3296
JC
2882018-01-19 James Clarke <jrtc27@jrtc27.com>
289
290 * nat/linux-ptrace.c: Remove unnecessary reinclusion of
291 gdb_ptrace.h, and move including gdb_wait.h ...
292 * nat/linux-ptrace.h: ... to here.
293
bc09b0c1
SM
2942018-01-19 Simon Marchi <simon.marchi@ericsson.com>
295
296 * inf-ptrace.c (inf_ptrace_detach): Adjust call to
297 inf_ptrace_detach_success.
298 (inf_ptrace_detach_success): Add inferior parameter, use it
299 instead of inferior_ptid, pass it to detach_inferior.
300 * inf-ptrace.h (inf_ptrace_detach_success): Add inferior
301 parameter.
302 * inferior.c (detach_inferior): Add overload that takes an
303 inferior object.
304 * inferior.h (detach_inferior): Likewise.
305 * linux-nat.c (linux_nat_detach): Use the inf parameter, don't
306 use inferior_ptid, adjust call to inf_ptrace_detach_success.
307 * linux-thread-db.c (thread_db_detach): Use inf parameter.
308
6e1e1966
SM
3092018-01-19 Simon Marchi <simon.marchi@ericsson.com>
310
311 * target.h (struct target_ops) <to_detach>: Add inferior
312 parameter.
313 (target_detach): Likewise.
314 * target.c (dispose_inferior): Pass inferior down.
315 (target_detach): Pass inferior down. Assert that it is equal to
316 the current inferior.
317 * aix-thread.c (aix_thread_detach): Pass inferior down.
318 * corefile.c (core_file_command): Pass current_inferior() down.
319 * corelow.c (core_detach): Add inferior parameter.
320 * darwin-nat.c (darwin_detach): Likewise.
321 * gnu-nat.c (gnu_detach): Likewise.
322 * inf-ptrace.c (inf_ptrace_detach): Likewise.
323 * infcmd.c (detach_command): Pass current_inferior() down to
324 target_detach.
325 * infrun.c (follow_fork_inferior): Pass parent_inf to
326 target_detach.
327 (handle_vfork_child_exec_or_exit): Pass inf->vfork_parent to
328 target_detach.
329 * linux-nat.c (linux_nat_detach): Add inferior parameter.
330 * linux-thread-db.c (thread_db_detach): Likewise.
331 * nto-procfs.c (procfs_detach): Likewise.
332 * procfs.c (procfs_detach): Likewise.
333 * record.c (record_detach): Likewise.
334 * record.h (struct inferior): Forward-declare.
335 (record_detach): Add inferior parameter.
336 * remote-sim.c (gdbsim_detach): Likewise.
337 * remote.c (remote_detach_1): Likewise.
338 (remote_detach): Likewise.
339 (extended_remote_detach): Likewise.
340 * sol-thread.c (sol_thread_detach): Likewise.
341 * target-debug.h (target_debug_print_inferior_p): New macro.
342 * target-delegates.c: Re-generate.
343 * top.c (kill_or_detach): Pass inferior down to target_detach.
344 * windows-nat.c (windows_detach): Add inferior parameter.
345
6bd6f3b6
SM
3462018-01-19 Simon Marchi <simon.marchi@ericsson.com>
347
348 * target.h (struct target_ops) <to_detach>: Remove args
349 parameter.
350 (target_detach): Likewise.
351 * target.c (dispose_inferior): Adjust.
352 (target_detach): Remove args parameter, adjust.
353 * aix-thread.c (aix_thread_detach): Adjust.
354 * corefile.c (core_file_command): Adjust.
355 * corelow.c (core_detach): Adjust.
356 * darwin-nat.c (darwin_detach): Adjust.
357 * gnu-nat.c (gnu_detach): Adjust.
358 * inf-ptrace.c (inf_ptrace_detach): Adjust.
359 * infcmd.c (detach_command): Adjust
360 * infrun.c (follow_fork_inferior): Adjust.
361 (handle_vfork_child_exec_or_exit): Adjust.
362 * linux-fork.c (linux_fork_detach): Remove args parameter.
363 * linux-fork.h (linux_fork_detach): Likewise.
364 * linux-nat.c (linux_nat_detach): Likewise, and adjust.
365 * linux-thread-db.c (thread_db_detach): Likewise.
366 * nto-procfs.c (procfs_detach): Likewise.
367 * procfs.c (procfs_detach): Likewise.
368 (do_detach): Remove signo parameter.
369 * record.c (record_detach): Remove args parameter.
370 * record.h (record_detach): Likewise.
371 * remote-sim.c (gdbsim_detach): Likewise.
372 * remote.c (remote_detach_1): Likewise.
373 (remote_detach): Likewise.
374 (extended_remote_detach): Likewise.
375 * sol-thread.c (sol_thread_detach): Likewise.
376 * target-delegates.c: Re-generate.
377 * top.c (struct qt_args) <args>: Remove field.
378 (kill_or_detach): Don't pass args.
379 (quit_force): Don't set args.
380 * windows-nat.c (windows_detach): Remove args parameter.
381
88af8ea8
YQ
3822018-01-19 Yao Qi <yao.qi@linaro.org>
383
384 * arm-linux-tdep.c (arm_linux_gcc_target_options): New function.
385 (arm_linux_init_abi): Install it.
386
dea445b9
YQ
3872018-01-19 Yao Qi <yao.qi@linaro.org>
388
389 * osabi.c (gdb_osabi_names): Extend the regexp for
390 arm-linux-gnueabihf.
391
4a17f768
YQ
3922018-01-18 Yao Qi <yao.qi@linaro.org>
393
394 * dwarf2read.c (abbrev_table) <abbrevs>: Rename it to
395 m_abbrevs.
396 (abbrev_table::add_abbrev): Update.
397 (abbrev_table::lookup_abbrev): Update.
398
d679c21a
YQ
3992018-01-18 Yao Qi <yao.qi@linaro.org>
400
401 * ppc-linux-tdep.c (ppu2spu_prev_register): Call cooked_read.
402
7d937cad
SDJ
4032018-01-17 Sergio Durigan Junior <sergiodj@redhat.com>
404
405 * compile/compile.c (compile_to_object): Convert "triplet_rx"
406 to "std::string".
407
9e14690d
TT
4082018-01-17 Tom Tromey <tom@tromey.com>
409
410 * dwarf2read.c (symbolp): Remove typedef. Don't instantiate VEC.
411
50a82047
TT
4122018-01-17 Tom Tromey <tom@tromey.com>
413
414 * gdbtypes.h (add_dyn_prop): Remove objfile parameter.
415 * gdbtypes.c (add_dyn_prop): Remove objfile parameter.
416 (create_array_type_with_stride): Update.
417 * dwarf2read.c (set_die_type): Update.
418
c89b44cd
TT
4192018-01-17 Tom Tromey <tom@tromey.com>
420
421 * dwarf2read.c (delayed_method_info): Remove typedef.
422 (dwarf2_cu::method_info): Now a std::vector.
423 (add_to_method_list): Update.
424 (free_delayed_list): Remove.
425 (compute_delayed_physnames): Update.
426 (process_full_comp_unit, process_full_type_unit): Clear the method
427 list. Remove cleanups.
428 (psymtab_include_file_name): Add name_holder parameter. Use
429 unique_xmalloc_ptr.
430 (dwarf_decode_lines): Update.
431
fcd3b13d
SM
4322018-01-17 Tom Tromey <tom@tromey.com>
433 Simon Marchi <simon.marchi@ericsson.com>
434
435 * dwarf2read.c (struct dwarf2_cu): Add constructor, destructor.
436 (dwarf2_per_objfile::free_cached_comp_units)
437 (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
438 (init_cutu_and_read_dies_no_follow): Update.
439 (dwarf2_cu::dwarf2_cu): Rename from init_one_comp_unit.
440 (dwarf2_cu::~dwarf2_cu): New.
441 (free_heap_comp_unit, free_stack_comp_unit): Remove.
442 (age_cached_comp_units, free_one_cached_comp_unit): Update.
443
685af9cd
TT
4442018-01-17 Tom Tromey <tom@tromey.com>
445 Simon Marchi <simon.marchi@ericsson.com>
446
447 * dwarf2read.c (struct dwarf2_cu) <abbrev_table>: Remove.
448 (struct die_reader_specs) <abbrev_table>: New member.
449 (struct abbrev_table): Add constructor.
450 <alloc_abbrev, add_abbrev, lookup_abbrev>: Declare.
451 <abbrev_obstack>: Now an auto_obstack.
452 (abbrev_table_up): New typedef.
453 (init_cu_die_reader): Add abbrev_table parameter.
454 (read_cutu_die_from_dwo): Remove abbrev_table_provided parameter.
455 Add result_dwo_abbrev_table.
456 (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
457 (init_cutu_and_read_dies_no_follow, build_type_psymtabs_1):
458 Update.
459 (peek_die_abbrev): Take die_reader_specs, not dwarf_cu as
460 parameter.
461 (skip_children): Update.
462 (abbrev_table::alloc_abbrev): Rename from
463 abbrev_table_alloc_abbrev.
464 (abbrev_table::add_abbrev): Rename from abbrev_table_add_abbrev.
465 (abbrev_table::lookup_abbrev): Rename from
466 abbrev_table_lookup_abbrev.
467 (abbrev_table_read_table): Return abbrev_table_up.
468 (abbrev_table_free, abbrev_table_free_cleanup)
469 (dwarf2_read_abbrevs, dwarf2_free_abbrev_table): Remove.
470 (load_partial_dies): Update.
471
5e2db402
TT
4722018-01-17 Tom Tromey <tom@tromey.com>
473
474 * dwarf2read.c (dwarf2_compute_name): Update comment.
475 (read_func_scope, read_variable): Update.
476 (new_symbol): Remove.
477 (new_symbol_full): Rename to new_symbol.
478
ee7f689e 4792018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
480
481 PR gdb/16577
482 * gdb_bfd.c (gdb_bfd_map_section): If unable to read object file, issue
483 a warning instead of throwing an error, set section size to 0 and return
484 NULL.
485 * gdb_bfd.h (gdb_bfd_map_section): Update description.
486
4d9b86e1
SM
4872018-01-17 Simon Marchi <simon.marchi@ericsson.com>
488
489 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason): Return
490 std::string.
491 (linux_ptrace_attach_fail_reason_string): Likewise.
492 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason):
493 Likewise.
494 (linux_ptrace_attach_fail_reason_string): Likewise.
495 * linux-nat.c (attach_proc_task_lwp_callback): Adjust.
496
a7b2d0fb
SM
4972018-01-17 Simon Marchi <simon.marchi@ericsson.com>
498
499 * linux-nat.c (linux_nat_attach): Remove xstrdup.
500
f517c180
EA
5012018-01-17 Eldar Abusalimov <eldar.abusalimov@jetbrains.com>
502
503 PR gdb/21559
504 * configure.ac: Include <sys/types.h> prior to <sys/user.h> when
505 checking for fs_base/gs_base fields in struct user_regs_struct.
506 * configure: Regenerate.
507
7045b1ca
YQ
5082018-01-17 Yao Qi <yao.qi@linaro.org>
509
510 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): New
511 function.
512 (aarch64_linux_init_abi): Install it to gdbarch hook
513 gcc_target_options.
514
db422fb2
PA
5152018-01-15 Pedro Alves <palves@redhat.com>
516
517 * common/signals-state-save-restore.c
518 (save_original_signals_state): Fix typos.
519
ba643918
SDJ
5202017-01-12 Tom Tromey <tom@tromey.com>
521 Sergio Durigan Junior <sergiodj@redhat.com>
522
523 * Makefile.in (install-only): Install gdb-add-index.
524
906b4aac
JB
5252018-01-12 John Baldwin <jhb@FreeBSD.org>
526
527 * fbsd-tdep.c (KVE_PROTECTION): Correct value.
528
bdf2a94a
AA
5292018-01-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
530
531 * infrun.c (keep_going_pass_signal): Clear step-over info when
532 insert_breakpoints fails.
533
71d378ae
PA
5342018-01-11 Pedro Alves <palves@redhat.com>
535
536 PR gdb/22583
537 * infrun.c (resume): Rename to ...
538 (resume_1): ... this.
539 (resume): Reimplement as wrapper around resume_1.
540
3cada740
PA
5412018-01-11 Pedro Alves <palves@redhat.com>
542
543 PR remote/22597
544 * remote.c (remote_parse_stop_reply): Default to the last-set
545 general thread instead of to 'magic_null_ptid'.
546
618daa93
PA
5472018-01-10 Pedro Alves <palves@redhat.com>
548
549 * language.h (language_get_symbol_name_matcher): Rename ...
550 (get_symbol_name_matcher): ... this.
551 * language.c (language_get_symbol_name_matcher): Ditto.
552 * dictionary.c, linespec.c, minsyms.c, psymtab.c, symtab.c: All
553 callers adjusted.
554
c63d3e8d
PA
5552018-01-10 Pedro Alves <palves@redhat.com>
556
557 PR gdb/22670
558 * dwarf2read.c
559 (gdb_index_symbol_name_matcher::gdb_index_symbol_name_matcher):
560 Adjust to use language_get_symbol_name_matcher instead of
561 language_defn::la_get_symbol_name_matcher.
562 * language.c (language_get_symbol_name_matcher): If in Ada mode
563 and the lookup name is a verbatim match, return Ada's matcher.
564 * language.h (language_get_symbol_name_matcher): Adjust comment.
565 (ada_lookup_name_info::verbatim_p):: New method.
566
d4c2a405
PA
5672018-01-10 Pedro Alves <palves@redhat.com>
568
569 PR gdb/22670
570 * ada-lang.c (ada_collect_symbol_completion_matches): If the
571 minsym's language is language_auto or language_cplus, pass down
572 language_ada instead.
573 * symtab.c (compare_symbol_name): Don't frob symbol language here.
574
8825213e
PA
5752018-01-10 Pedro Alves <palves@redhat.com>
576
577 PR gdb/22670
578 * minsyms.c (linkage_name_str): New function.
579 (iterate_over_minimal_symbols): Use it.
580
2d97a5d9
JB
5812018-01-09 John Baldwin <jhb@FreeBSD.org>
582
583 * NEWS: Document that 'info proc' now works on FreeBSD.
584
92fce24d
JB
5852018-01-09 John Baldwin <jhb@FreeBSD.org>
586
587 * configure.ac: Check for kinfo_getfile in libutil.
588 * configure: Regenerate.
589 * config.in: Regenerate.
590 * fbsd-nat.c: Include "fbsd-tdep.h".
591 (fbsd_fetch_cmdline): New.
592 (fbsd_fetch_kinfo_proc): Move earlier and change to return a bool
593 rather than calling error.
594 (fbsd_info_proc): New.
595 (fbsd_thread_name): Report error if fbsd_fetch_kinfo_proc fails.
596 (fbsd_wait): Report warning if fbsd_fetch_kinfo_proc fails.
597 (fbsd_nat_add_target): Set "to_info_proc" to "fbsd_info_proc".
598
262f62f5
JB
5992018-01-09 John Baldwin <jhb@FreeBSD.org>
600
601 * fbsd-nat.c (struct free_deleter): Remove.
602 (fbsd_find_memory_regions): Use gdb::unique_xmalloc_ptr<>.
603
b999e203
JB
6042018-01-09 John Baldwin <jhb@FreeBSD.org>
605
606 * fbsd-nat.c (fbsd_pid_to_exec_file) [KERN_PROC_PATHNAME]: Return
607 NULL for an empty pathname.
608
d2176225
JB
6092018-01-09 John Baldwin <jhb@FreeBSD.org>
610
611 * fbsd-tdep.c (KVE_STRUCTSIZE, KVE_START, KVE_END, KVE_OFFSET)
612 (KVE_FLAGS, KVE_PROTECTION, KVE_PATH, KINFO_VME_PROT_READ)
613 (KINFO_VME_PROT_WRITE, KINFO_VME_PROT_EXEC, KINFO_VME_FLAG_COW)
614 (KINFO_VME_FLAG_NEEDS_COPY, KINFO_VME_FLAG_NOCOREDUMP)
615 (KINFO_VME_FLAG_SUPER, KINFO_VME_FLAG_GROWS_UP)
616 (KINFO_VME_FLAG_GROWS_DOWN, KF_STRUCTSIZE, KF_TYPE, KF_FD)
617 (KF_PATH, KINFO_FILE_TYPE_VNODE, KINFO_FILE_FD_TYPE_CWD)
618 (KINFO_FILE_FD_TYPE_TEXT, SIG_WORDS, struct kinfo_proc_layout)
619 (kinfo_proc_layout_32, kinfo_proc_layout_i386)
620 (kinfo_proc_layout_64, fbsd_vm_map_entry_flags)
621 (fbsd_core_info_proc_mappings, fbsd_core_vnode_path)
622 (fbsd_core_fetch_timeval, fbsd_print_sigset)
623 (fbsd_core_info_proc_status, fbsd_core_info_proc): New.
624 (fbsd_init_abi): Install gdbarch "core_info_proc" method.
625 * fbsd-tdep.h (fbsd_vm_map_entry_flags): New.
626
9c4ac400
ST
6272018-01-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
628
629 * gdb/gnu-nat.c: Include <elf.h> and <link.h>.
630 (gnu_xfer_auxv): New function.
631 (gnu_xfer_partial): Call gnu_xfer_auxv when `object' is
632 TARGET_OBJECT_AUXV.
633
1e5ded6c
YQ
6342018-01-08 Yao Qi <yao.qi@linaro.org>
635 Simon Marchi <simon.marchi@ericsson.com>
636
637 * Makefile.in (COMMON_SFILES): Remove selftest-arch.c and
638 common/selftest.c.
639 (COMMON_OBS): Remove selftest.o.
640 * configure.ac: Append selftest-arch.c and common/selftest.c to
641 CONFIG_SRCS. Append selftest-arch.o and selftest.o to COMMON_OBS.
642 * configure: Re-generated.
643 * maint.c (maintenance_selftest): Wrap selftests::run_tests with
644 GDB_SELF_TEST.
645 (maintenance_info_selftests): Likewise.
646
04bafb1e
XR
6472018-01-08 Xavier Roirand <roirand@adacore.com>
648
649 * ada-valprint.c (val_print_packed_array_elements): Use
650 proper number of elements when printing an array indexed
651 by an enumeration type.
652
518817b3
SM
6532018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
654
655 * dwarf2read.c (struct dwarf2_cu) <dwarf2_per_objfile>: Remove.
656 (dw2_get_file_names_reader): Adjust.
657 (lookup_dwo_signatured_type): Adjust.
658 (lookup_dwp_signatured_type): Adjust.
659 (lookup_signatured_type): Adjust.
660 (create_type_unit_group): Adjust.
661 (get_type_unit_group): Adjust.
662 (process_psymtab_comp_unit_reader): Adjust.
663 (build_type_psymtabs_reader): Adjust.
664 (scan_partial_symbols): Adjust.
665 (add_partial_symbol): Adjust.
666 (add_partial_subprogram): Adjust.
667 (peek_die_abbrev): Adjust.
668 (fixup_go_packaging): Adjust.
669 (process_imported_unit_die): Adjust.
670 (dwarf2_compute_name): Adjust.
671 (dwarf2_physname): Adjust.
672 (read_import_statement): Adjust.
673 (handle_DW_AT_stmt_list): Adjust.
674 (read_file_scope): Adjust.
675 (read_func_scope): Adjust.
676 (read_lexical_block_scope): Adjust.
677 (read_call_site_scope): Adjust.
678 (read_variable): Adjust.
679 (dwarf2_rnglists_process): Adjust.
680 (dwarf2_ranges_process): Adjust.
681 (dwarf2_ranges_read): Adjust.
682 (dwarf2_get_pc_bounds): Adjust.
683 (dwarf2_record_block_ranges): Adjust.
684 (dwarf2_add_field): Adjust.
685 (dwarf2_add_member_fn): Adjust.
686 (read_structure_type): Adjust.
687 (process_structure_scope): Adjust.
688 (read_enumeration_type): Adjust.
689 (read_array_type): Adjust.
690 (mark_common_block_symbol_computed): Adjust.
691 (read_common_block): Adjust.
692 (read_namespace_type): Adjust.
693 (read_namespace): Adjust.
694 (read_module_type): Adjust.
695 (read_tag_pointer_type): Adjust.
696 (read_tag_ptr_to_member_type): Adjust.
697 (read_tag_string_type): Adjust.
698 (read_subroutine_type): Adjust.
699 (read_typedef): Adjust.
700 (read_base_type): Adjust.
701 (attr_to_dynamic_prop): Adjust.
702 (read_subrange_type): Adjust.
703 (read_unspecified_type): Adjust.
704 (dwarf2_read_abbrevs): Adjust.
705 (load_partial_dies): Adjust.
706 (read_partial_die): Adjust.
707 (find_partial_die): Adjust.
708 (guess_partial_die_structure_name): Adjust.
709 (fixup_partial_die): Adjust.
710 (read_attribute_value): Adjust.
711 (read_addr_index): Adjust.
712 (read_addr_index_from_leb128): Adjust.
713 (read_str_index): Adjust.
714 (dwarf2_string_attr): Adjust.
715 (get_debug_line_section): Adjust.
716 (dwarf_decode_line_header): Adjust.
717 (lnp_state_machine::check_line_address): Adjust.
718 (dwarf_decode_lines_1): Adjust.
719 (dwarf_decode_lines): Adjust.
720 (dwarf2_start_symtab): Adjust.
721 (var_decode_location): Adjust.
722 (new_symbol_full): Adjust.
723 (dwarf2_const_value_data): Adjust.
724 (dwarf2_const_value_attr): Adjust.
725 (dwarf2_const_value): Adjust.
726 (die_type): Adjust.
727 (die_containing_type): Adjust.
728 (build_error_marker_type): Adjust.
729 (lookup_die_type): Adjust.
730 (guess_full_die_structure_name): Adjust.
731 (anonymous_struct_prefix): Adjust.
732 (determine_prefix): Adjust.
733 (dwarf2_name): Adjust.
734 (follow_die_ref_or_sig): Adjust.
735 (follow_die_offset): Adjust.
736 (follow_die_ref): Adjust.
737 (follow_die_sig_1): Adjust.
738 (follow_die_sig): Adjust.
739 (get_signatured_type): Adjust.
740 (get_DW_AT_signature_type): Adjust.
741 (decode_locdesc): Adjust.
742 (dwarf_decode_macros): Adjust.
743 (cu_debug_loc_section): Adjust.
744 (fill_in_loclist_baton): Adjust.
745 (dwarf2_symbol_mark_computed): Adjust.
746 (init_one_comp_unit): Don't assign
747 dwarf2_cu::dwarf2_per_objfile.
748 (set_die_type): Adjust.
749
ed2dc618
SM
7502018-01-07 Simon Marchi <simon.marchi@ericsson.com>
751
752 * dwarf2read.c (struct mapped_debug_names): Add constructor.
753 <dwarf2_per_objfile>: New field.
754 (dwarf2_per_objfile): Remove global.
755 (get_dwarf2_per_objfile): New function.
756 (set_dwarf2_per_objfile): New function.
757 (dwarf2_build_psymtabs_hard): Change objfile parameter to
758 dwarf2_per_objfile.
759 (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
760 (read_abbrev_offset): Likewise.
761 (read_indirect_string): Likewise.
762 (read_indirect_line_string): Likewise.
763 (read_indirect_string_at_offset): Likewise.
764 (read_indirect_string_from_dwz): Likewise.
765 (dwarf2_find_containing_comp_unit): Change objfile parameter to
766 dwarf2_per_objfile.
767 (age_cached_comp_units): Add dwarf2_per_objfile parameter.
768 (create_all_comp_units): Change objfile parameter to
769 dwarf2_per_objfile.
770 (create_all_type_units): Likewise.
771 (process_queue): Add dwarf2_per_objfile parameter.
772 (read_and_check_comp_unit_head): Likewise.
773 (lookup_dwo_unit_in_dwp): Likewise.
774 (get_dwp_file): Likewise.
775 (process_cu_includes): Likewise.
776 (struct free_dwo_file_cleanup_data): New struct.
777 (dwarf2_has_info): Use get_dwarf2_per_objfile and
778 set_dwarf2_per_objfile.
779 (dwarf2_get_dwz_file): Add dwarf2_per_objfile parameter.
780 (dw2_do_instantiate_symtab): Get dwarf2_per_objfile from
781 context, adjust calls.
782 (dw2_instantiate_symtab): Likewise.
783 (dw2_get_cutu): Add dwarf2_per_objfile parameter.
784 (dw2_get_cu): Likewise.
785 (create_cu_from_index_list): Change objfile parameter to
786 dwarf2_per_objfile.
787 (create_cus_from_index_list): Get dwarf2_per_objfile from
788 context, adjust calls.
789 (create_cus_from_index): Likewise.
790 (create_signatured_type_table_from_index): Change objfile
791 parameter to dwarf2_per_objfile.
792 (create_signatured_type_table_from_debug_names): Change objfile
793 parameter to dwarf2_per_objfile.
794 (create_addrmap_from_index): Likewise.
795 (create_addrmap_from_aranges): Likewise.
796 (dwarf2_read_index): Use get_dwarf2_per_objfile, adjust calls.
797 (dw2_setup): Remove.
798 (dw2_get_file_names_reader): Get dwarf2_per_objfile from
799 context.
800 (dw2_find_last_source_symtab): Get dwarf2_per_objfile using
801 get_dwarf2_per_objfile.
802 (dw2_forget_cached_source_info): Likewise.
803 (dw2_map_symtabs_matching_filename): Likewise.
804 (struct dw2_symtab_iterator) <index>: Remove.
805 <dwarf2_per_objfile>: New field.
806 (dw2_symtab_iter_init): Replace index parameter with
807 dwarf2_per_objfile.
808 (dw2_symtab_iter_next): Use dwarf2_per_objfile from iter.
809 (dw2_lookup_symbol): Use get_dwarf2_per_objfile and adjust.
810 (dw2_print_stats): Likewise.
811 (dw2_dump): Likewise.
812 (dw2_expand_symtabs_for_function): Likewise.
813 (dw2_expand_all_symtabs): Likewise.
814 (dw2_expand_symtabs_with_fullname): Likewise.
815 (dw2_expand_marked_cus): Replace index and objfile parameters
816 with dwarf2_per_objfile.
817 (dw_expand_symtabs_matching_file_matcher): Add
818 dwarf2_per_objfile parameter and adjust calls.
819 (dw2_expand_symtabs_matching): Use get_dwarf2_per_objfile and
820 adjust calls.
821 (dw2_find_pc_sect_compunit_symtab): Don't call dw2_setup.
822 (dw2_map_symbol_filenames): Use get_dwarf2_per_objfile and
823 adjust calls.
824 (create_cus_from_debug_names_list): Replace objfile parameter
825 with dwarf2_per_objfile and adjust calls.
826 (create_cus_from_debug_names): Likewise.
827 (dwarf2_read_debug_names): Likewise.
828 (mapped_debug_names::namei_to_name): Adjust call.
829 (dw2_debug_names_iterator::next): Likewise.
830 (dw2_debug_names_iterator::find_vec_in_debug_names): Likewise.
831 (dw2_debug_names_lookup_symbol): Use get_dwarf2_per_objfile.
832 (dw2_debug_names_dump): Likewise.
833 (dw2_debug_names_expand_symtabs_for_function): Likewise.
834 (dw2_debug_names_expand_symtabs_matching): Likewise.
835 (dwarf2_initialize_objfile): Likewise.
836 (dwarf2_build_psymtabs): Likewise.
837 (get_abbrev_section_for_cu): Get dwarf2_per_objfile from
838 this_cu.
839 (error_check_comp_unit_head): Add dwarf2_per_objfile parameter.
840 (read_and_check_comp_unit_head): Likewise.
841 (read_abbrev_offset): Likewise.
842 (create_debug_type_hash_table): Likewise.
843 (create_debug_types_hash_table): Likewise.
844 (create_all_type_units): Replace objfile parameter with
845 dwarf2_per_objfile.
846 (add_type_unit): Add dwarf2_per_objfile parameter.
847 (fill_in_sig_entry_from_dwo_entry): Replace objfile parameter
848 with dwarf2_per_objfile.
849 (lookup_dwo_signatured_type): Get dwarf2_per_objfile from cu.
850 (lookup_dwp_signatured_type): Likewise.
851 (lookup_signatured_type): Likewise.
852 (read_cutu_die_from_dwo): Likewise.
853 (init_tu_and_read_dwo_dies): Likewise.
854 (init_cutu_and_read_dies): Likewise.
855 (init_cutu_and_read_dies_no_follow): Likewise.
856 (allocate_type_unit_groups_table): Add objfile parameter.
857 (create_type_unit_group): Use dwarf2_per_objfile from cu.
858 (get_type_unit_group): Likewise.
859 (process_psymtab_comp_unit): Update call.
860 (build_type_psymtabs_reader): Use dwarf2_per_objfile from cu.
861 (build_type_psymtabs_1): Add dwarf2_per_objfile parameter.
862 (print_tu_stats): Likewise.
863 (build_type_psymtab_dependencies): Use dwarf2_per_objfile passed
864 in void* parameter.
865 (build_type_psymtabs): Change objfile parameter to
866 dwarf2_per_objfile.
867 (process_skeletonless_type_unit): Use dwarf2_per_objfile
868 passed in void* parameter.
869 (process_skeletonless_type_units): Change objfile parameter to
870 dwarf2_per_objfile.
871 (set_partial_user): Likewise.
872 (dwarf2_build_psymtabs_hard): Likewise.
873 (read_comp_units_from_section): Likewise.
874 (create_all_comp_units): Likewise.
875 (scan_partial_symbols): Update calls.
876 (add_partial_symbol): Likewise.
877 (dwarf2_read_symtab): Use get_dwarf2_per_objfile.
878 (maybe_queue_comp_unit): Use dwarf2_read_symtab from cu.
879 (process_queue): Add dwarf2_per_objfile parameter.
880 (get_compunit_symtab): Use dwarf2_per_objfile from cu.
881 (compute_compunit_symtab_includes): Likewise.
882 (process_cu_includes): Add dwarf2_per_objfile parameter.
883 (process_full_comp_unit): Use dwarf2_per_objfile from cu.
884 (process_full_type_unit): Likewise.
885 (process_imported_unit_die): Update call.
886 (handle_DW_AT_stmt_list): Use dwarf2_per_objfile from cu.
887 (read_file_scope): Likewise.
888 (allocate_dwo_file_hash_table): Add objfile parameter.
889 (lookup_dwo_file_slot): Add dwarf2_per_objfile parameter.
890 (create_cus_hash_table): Likewise.
891 (create_dwp_hash_table): Likewise.
892 (create_dwo_unit_in_dwp_v1): Likewise.
893 (create_dwp_v2_section): Likewise.
894 (create_dwo_unit_in_dwp_v2): Likewise.
895 (lookup_dwo_unit_in_dwp): Likewise.
896 (try_open_dwop_file): Likewise.
897 (open_dwo_file): Likewise. Use dwarf2_per_objfile from cu.
898 (open_and_init_dwo_file): Use dwarf2_per_objfile from cu, update
899 cleanup to include a reference to dwarf2_per_objfile.
900 (open_dwp_file): Add dwarf2_per_objfile parameter.
901 (open_and_init_dwp_file): Likewise.
902 (get_dwp_file): Likewise.
903 (lookup_dwo_cutu): Use dwarf2_per_objfile from cu.
904 (queue_and_load_all_dwo_tus): Update call.
905 (free_dwo_file_cleanup): Use dwarf2_per_objfile from cleanup
906 data.
907 (dwarf2_rnglists_process): Use dwarf2_per_objfile from cu.
908 (dwarf2_ranges_process): Likewise.
909 (dwarf2_get_pc_bounds): Likewise.
910 (mark_common_block_symbol_computed): Likewise.
911 (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
912 (dwarf2_read_abbrevs): Update call.
913 (read_partial_die): Use dwarf2_per_objfile from cu.
914 (find_partial_die): Likewise.
915 (fixup_partial_die): Likewise.
916 (read_attribute_value): Likewise.
917 (read_indirect_string_at_offset_from): Add objfile parameter.
918 (read_indirect_string_at_offset): Add dwarf2_per_objfile
919 parameter.
920 (read_indirect_string_from_dwz): Add objfile parameter.
921 (read_indirect_string): Add objfile parameter.
922 (read_addr_index_1): Add dwarf2_per_objfile parameter.
923 (read_addr_index): Use dwarf2_per_objfile from cu.
924 (dwarf2_read_addr_index): Use dwarf2_per_objfile from cu, don't
925 call dw2_setup.
926 (read_str_index): Use dwarf2_per_objfile from cu.
927 (get_debug_line_section): Likewise.
928 (read_formatted_entries): Add dwarf2_per_objfile parameter.
929 (dwarf_decode_line_header): Use dwarf2_per_objfile from cu.
930 (new_symbol_full): Use dwarf2_per_objfile from cu.
931 (build_error_marker_type): Likewise.
932 (lookup_die_type): Likewise.
933 (determine_prefix): Likewise.
934 (follow_die_offset): Likewise.
935 (dwarf2_fetch_die_loc_sect_off): Use get_dwarf2_per_objfile.
936 (dwarf2_fetch_constant_bytes): Don't call dw2_setup.
937 (dwarf2_fetch_die_type_sect_off): Likewise.
938 (dwarf2_get_die_type): Likewise.
939 (follow_die_sig_1): Use dwarf2_per_objfile from cu.
940 (get_signatured_type): Likewise.
941 (get_DW_AT_signature_type): Likewise.
942 (dwarf_decode_macro_bytes): Add dwarf2_per_objfile parameter.
943 (dwarf_decode_macros): Use dwarf2_per_objfile from cu.
944 (cu_debug_loc_section): Likewise.
945 (fill_in_loclist_baton): Likewise.
946 (dwarf2_symbol_mark_computed): Likewise.
947 (dwarf2_find_containing_comp_unit): Change objfile parameter to
948 dwarf2_per_objfile.
949 (free_cached_comp_units): Use dwarf2_per_objfile passed in void*
950 parameter.
951 (age_cached_comp_units): Add dwarf2_per_objfile parameter.
952 (free_one_cached_comp_unit): Use dwarf2_per_objfile from cu.
953 (dwarf2_free_objfile): Use get_dwarf2_per_objfile.
954 (set_die_type): Use dwarf2_free_objfile from cu.
955 (get_die_type_at_offset): Likewise.
956 (dwarf2_per_objfile_free): Don't assign global variable.
957 (debug_names) <constructor>: Add dwarf2_per_objfile
958 parameter, update m_debugstrlookup construction.
959 (debug_names::debug_str_lookup): Add dwarf2_per_objfile
960 parameter.
961 <m_dwarf2_per_objfile>: New field.
962 <lookup>: Use m_dwarf2_per_objfile.
963 (check_dwarf64_offsets): Add dwarf2_per_objfile parameter.
964 (psyms_seen_size): Likewise.
965 (write_gdbindex): Replace objfile parameter with
966 dwarf2_per_objfile.
967 (write_debug_names): Likewise.
968 (write_psymtabs_to_index): Likewise.
969 (save_gdb_index_command): Use get_dwarf2_per_objfile, update
970 calls.
971
e3b94546
SM
9722018-01-07 Simon Marchi <simon.marchi@ericsson.com>
973
974 * dwarf2read.c (struct dwarf2_cu) <objfile>: Remove.
975 <dwarf2_per_objfile>: New field.
976 (struct dwarf2_per_cu_data) <objfile>: Remove.
977 <dwarf2_per_objfile>: New field.
978 (create_cu_from_index_list): Assign dwarf2_per_objfile instead
979 of objfile.
980 (create_signatured_type_table_from_index): Likewise.
981 (create_debug_type_hash_table): Likewise.
982 (fill_in_sig_entry_from_dwo_entry): Likewise.
983 (lookup_dwo_unit): Access objfile through dwarf2_per_objfile.
984 (create_type_unit_group): Assign dwarf2_per_objfile instead of
985 objfile.
986 (create_partial_symtab): Access objfile through
987 dwarf2_per_objfile.
988 (process_psymtab_comp_unit_reader): Likewise.
989 (read_comp_units_from_section): Likewise.
990 (scan_partial_symbols): Likewise.
991 (add_partial_symbol): Likewise.
992 (add_partial_subprogram): Likewise.
993 (peek_die_abbrev): Likewise.
994 (fixup_go_packaging): Likewise.
995 (process_full_comp_unit): Likewise.
996 (process_full_type_unit): Likewise.
997 (process_imported_unit_die): Likewise.
998 (dwarf2_compute_name): Likewise.
999 (dwarf2_physname): Likewise.
1000 (read_import_statement): Likewise.
1001 (create_cus_hash_table): Assign dwarf2_physname instead of
1002 objfile.
1003 (read_func_scope): Access objfile through dwarf2_per_objfile.
1004 (read_lexical_block_scope): Likewise.
1005 (read_call_site_scope): Likewise.
1006 (read_variable): Likewise.
1007 (dwarf2_rnglists_process): Likewise.
1008 (dwarf2_ranges_process): Likewise.
1009 (dwarf2_ranges_read): Likewise.
1010 (dwarf2_record_block_ranges): Likewise.
1011 (dwarf2_add_field): Likewise.
1012 (dwarf2_add_member_fn): Likewise.
1013 (read_structure_type): Likewise.
1014 (process_structure_scope): Likewise.
1015 (read_enumeration_type): Likewise.
1016 (read_array_type): Likewise.
1017 (read_common_block): Likewise.
1018 (read_namespace_type): Likewise.
1019 (read_namespace): Likewise.
1020 (read_module_type): Likewise.
1021 (read_tag_pointer_type): Likewise.
1022 (read_tag_ptr_to_member_type): Likewise.
1023 (read_tag_string_type): Likewise.
1024 (read_subroutine_type): Likewise.
1025 (read_typedef): Likewise.
1026 (read_base_type): Likewise.
1027 (attr_to_dynamic_prop): Likewise.
1028 (read_subrange_type): Likewise.
1029 (read_unspecified_type): Likewise.
1030 (load_partial_dies): Likewise.
1031 (read_partial_die): Likewise.
1032 (find_partial_die): Likewise.
1033 (guess_partial_die_structure_name): Likewise.
1034 (fixup_partial_die): Likewise.
1035 (read_attribute_value): Likewise.
1036 (read_addr_index_from_leb128): Likewise.
1037 (dwarf2_read_addr_index): Likewise.
1038 (dwarf2_string_attr): Likewise.
1039 (lnp_state_machine::check_line_address): Likewise.
1040 (dwarf_decode_lines_1): Likewise.
1041 (dwarf_decode_lines): Likewise.
1042 (dwarf2_start_symtab): Likewise.
1043 (var_decode_location): Likewise.
1044 (new_symbol_full): Likewise.
1045 (dwarf2_const_value_data): Likewise.
1046 (dwarf2_const_value_attr): Likewise.
1047 (dwarf2_const_value): Likewise.
1048 (die_type): Likewise.
1049 (die_containing_type): Likewise.
1050 (lookup_die_type): Likewise.
1051 (guess_full_die_structure_name): Likewise.
1052 (anonymous_struct_prefix): Likewise.
1053 (dwarf2_name): Likewise.
1054 (follow_die_ref_or_sig): Likewise.
1055 (follow_die_offset): Likewise.
1056 (follow_die_ref): Likewise.
1057 (dwarf2_fetch_die_loc_sect_off): Likewise.
1058 (dwarf2_fetch_constant_bytes): Likewise.
1059 (dwarf2_fetch_die_type_sect_off): Likewise.
1060 (dwarf2_get_die_type): Likewise.
1061 (follow_die_sig): Likewise.
1062 (decode_locdesc): Likewise.
1063 (dwarf2_per_cu_objfile): Likewise.
1064 (dwarf2_per_cu_text_offset): Likewise.
1065 (init_one_comp_unit): Assign dwarf2_per_objfile instead of
1066 objfile.
1067 (set_die_type): Access objfile through
1068 dwarf2_per_objfile.
1069
b01ba14d
SM
10702018-01-07 Simon Marchi <simon.marchi@ericsson.com>
1071
1072 * valprint.c (converted_character_d): Remove typedef.
1073 (DEF_VEC_O (converted_character_d)): Remove.
1074 (count_next_character): Use std::vector.
1075 (print_converted_chars_to_obstack): Likewise.
1076 (generic_printstr): Likewise.
1077
4d0fdd9b
SM
10782018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
1079
1080 * xml-support.h (struct gdb_xml_value): Add constructor.
1081 <value>: Change type to unique_xmalloc_ptr.
1082 (gdb_xml_value_s): Remove typedef.
1083 (DEF_VEC_O (gdb_xml_value_s)): Remove.
1084 (gdb_xml_element_start_handler): Change parameter type to
1085 std::vector.
1086 (xml_find_attribute): Likewise.
1087 * xml-support.c (xml_find_attribute): Change parameter type to
1088 std::vector and adjust.
1089 (gdb_xml_values_cleanup): Remove.
1090 (gdb_xml_parser::start_element): Adjust to std::vector.
1091 (xinclude_start_include): Change paraeter type to std::vector
1092 and adjust.
1093 * btrace.c (check_xml_btrace_version): Likewise.
1094 (parse_xml_btrace_block): Likewise.
1095 (parse_xml_btrace_pt_config_cpu): Likewise.
1096 (parse_xml_btrace_pt): Likewise.
1097 (parse_xml_btrace_conf_bts): Likewise.
1098 (parse_xml_btrace_conf_pt): Likewise.
1099 * memory-map.c (memory_map_start_memory): Likewise.
1100 (memory_map_start_property): Likewise.
1101 * osdata.c (osdata_start_osdata): Likewise.
1102 (osdata_start_item): Likewise.
1103 (osdata_start_column): Likewise.
1104 * remote.c (start_thread): Likewise.
1105 * solib-aix.c (library_list_start_library): Likewise.
1106 (library_list_start_list): Likewise.
1107 * solib-svr4.c (library_list_start_library): Likewise.
1108 (svr4_library_list_start_list): Likewise.
1109 * solib-target.c (library_list_start_segment): Likewise.
1110 (library_list_start_section): Likewise.
1111 (library_list_start_library): Likewise.
1112 (library_list_start_list): Likewise.
1113 * tracepoint.c (traceframe_info_start_memory): Likewise.
1114 (traceframe_info_start_tvar): Likewise.
1115 * xml-syscall.c (syscall_start_syscall): Likewise.
1116 * xml-tdesc.c (tdesc_start_target): Likewise.
1117 (tdesc_start_feature): Likewise.
1118 (tdesc_start_reg): Likewise.
1119 (tdesc_start_union): Likewise.
1120 (tdesc_start_struct): Likewise.
1121 (tdesc_start_flags): Likewise.
1122 (tdesc_start_enum): Likewise.
1123 (tdesc_start_field): Likewise.
1124 (tdesc_start_enum_value): Likewise.
1125 (tdesc_start_vector): Likewise.
1126
f979c73f
SM
11272018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
1128
1129 * extension.h (struct xmethod_worker) <clone>: Remove.
1130 * python/py-xmethods.c (struct python_xmethod_worker) <clone>:
1131 Remove.
1132 (python_xmethod_worker::clone): Remove.
1133 * valops.c (find_overload_match): Use std::move instead of
1134 clone.
1135
ba18742c
SM
11362018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
1137
1138 * extension-priv.h (enum ext_lang_rc): Remove, move to extension.h.
1139 (struct extension_language_ops) <clone_xmethod_worker_data>: Remove.
1140 <free_xmethod_worker_data>: Remove.
1141 <get_matching_xmethod_workers>: Chance VEC to std::vector.
1142 <get_xmethod_arg_types>: Remove.
1143 <get_xmethod_result_type>: Remove.
1144 <invoke_xmethod>: Remove.
1145 * extension.c (new_xmethod_worker): Remove.
1146 (clone_xmethod_worker): Remove.
1147 (get_matching_xmethod_workers): Return void, pass std::vector by
1148 pointer.
1149 (get_xmethod_arg_types): Rename to...
1150 (xmethod_worker::get_arg_types): ... this, and adjust.
1151 (get_xmethod_result_type): Rename to...
1152 (xmethod_worker::get_result_type): ... this, and adjust.
1153 (invoke_xmethod): Remove.
1154 (free_xmethod_worker): Remove.
1155 (free_xmethod_worker_vec): Remove.
1156 * extension.h (enum ext_lang_rc): Move here from
1157 extension-priv.h.
1158 (struct xmethod_worker): Add constructor and destructor.
1159 <data>: Remove.
1160 <value>: Remove.
1161 <invoke, clone, do_get_result_type, do_get_arg_types>: New
1162 virtual pure methods.
1163 <get_arg_types, get_result_type>: New methods.
1164 (xmethod_worker_ptr): Remove typedef.
1165 (DEF_VEC_P (xmethod_worker_ptr)): Remove.
1166 (xmethod_worker_vec): Remove typedef.
1167 (xmethod_worker_up): New typedef.
1168 (invoke_xmethod): Remove.
1169 (clone_xmethod_worker): Remove.
1170 (free_xmethod_worker): Remove.
1171 (free_xmethod_worker_vec): Remove.
1172 (get_xmethod_arg_types): Remove.
1173 (get_xmethod_result_type): Remove.
1174 * valops.c (find_method_list): Use std::vector, don't use
1175 intermediate vector.
1176 (value_find_oload_method_list): Use std::vector.
1177 (find_overload_match): Use std::vector.
1178 (find_oload_champ): Use std::vector.
1179 * value.c (value_free): Use operator delete.
1180 (value_of_xmethod): Rename to...
1181 (value_from_xmethod): ... this. Don't assign
1182 xmethod_worker::value, take rvalue-reference.
1183 (result_type_of_xmethod): Adjust.
1184 (call_xmethod): Adjust.
1185 * value.h: Include extension.h.
1186 (struct xmethod_worker): Don't forward-declare.
1187 (value_of_xmethod): Rename to...
1188 (value_from_xmethod): ... this, take rvalue-reference.
1189 * python/py-xmethods.c (struct gdbpy_worker_data): Rename to...
1190 (struct python_xmethod_worker): ... this, add constructor and
1191 destructor.
1192 <invoke, clone, do_get_arg_types, do_get_result_type>: Implement.
1193 (gdbpy_free_xmethod_worker_data): Rename to...
1194 (python_xmethod_worker::~python_xmethod_worker): ... this and
1195 adjust.
1196 (gdbpy_clone_xmethod_worker_data): Rename to...
1197 (python_xmethod_worker::clone): ... this and adjust.
1198 (gdbpy_get_matching_xmethod_workers): Use std::vector, don't use
1199 temporary vector.
1200 (gdbpy_get_xmethod_arg_types): Rename to...
1201 (python_xmethod_worker::do_get_arg_types): ... this and adjust.
1202 (gdbpy_get_xmethod_result_type): Rename to...
1203 (python_xmethod_worker::do_get_result_type): ... this and
1204 adjust.
1205 (gdbpy_invoke_xmethod): Rename to...
1206 (python_xmethod_worker::invoke): ... this and adjust.
1207 (new_python_xmethod_worker): Rename to...
1208 (python_xmethod_worker::python_xmethod_worker): ... this and
1209 adjust.
1210 * python/python-internal.h (gdbpy_clone_xmethod_worker_data):
1211 Remove.
1212 (gdbpy_free_xmethod_worker_data): Remove.
1213 (gdbpy_get_matching_xmethod_workers): Use std::vector.
1214 (gdbpy_get_xmethod_arg_types): Remove.
1215 (gdbpy_get_xmethod_result_type): Remove.
1216 (gdbpy_invoke_xmethod): Remove.
1217 * python/python.c (python_extension_ops): Remove obsolete
1218 callbacks.
1219
e379cee6
PA
12202018-01-05 Pedro Alves <palves@redhat.com>
1221
1222 PR gdb/18653
1223 * common/signals-state-save-restore.c
1224 (save_original_signals_state): New parameter 'quiet'. Warn if we
1225 find a custom handler preinstalled, instead of internal erroring.
1226 But only warn if !quiet.
1227 * common/signals-state-save-restore.h
1228 (save_original_signals_state): New parameter 'quiet'.
1229 * main.c (captured_main_1): Move save_original_signals_state call
1230 after option handling, and pass QUIET.
1231
a655456c
PA
12322018-01-05 Pedro Alves <palves@redhat.com>
1233
1234 * spu-tdep.c (spu_catch_start): Pass
1235 symbol_name_match_type::SEARCH_NAME to block_lookup_symbol.
1236
de63c46b
PA
12372018-01-05 Pedro Alves <palves@redhat.com>
1238
1239 PR gdb/22670
1240 * ada-lang.c (literal_symbol_name_matcher): New function.
1241 (ada_get_symbol_name_matcher): Use it for
1242 symbol_name_match_type::SEARCH_NAME.
1243 * block.c (block_lookup_symbol): New parameter 'match_type'. Pass
1244 it down instead of assuming symbol_name_match_type::FULL.
1245 * block.h (block_lookup_symbol): New parameter 'match_type'.
1246 * c-valprint.c (print_unpacked_pointer): Use
1247 lookup_symbol_search_name instead of lookup_symbol.
1248 * compile/compile-object-load.c (get_out_value_type): Pass down
1249 symbol_name_match_type::SEARCH_NAME.
1250 * cp-namespace.c (cp_basic_lookup_symbol): Pass down
1251 symbol_name_match_type::FULL.
1252 * cp-support.c (cp_get_symbol_name_matcher): Handle
1253 symbol_name_match_type::SEARCH_NAME.
1254 * infrun.c (insert_exception_resume_breakpoint): Use
1255 lookup_symbol_search_name.
1256 * p-valprint.c (pascal_val_print): Use lookup_symbol_search_name.
1257 * psymtab.c (maintenance_check_psymtabs): Use
1258 symbol_name_match_type::SEARCH_NAME and SYMBOL_SEARCH_NAME.
1259 * stack.c (print_frame_args): Use lookup_symbol_search_name and
1260 SYMBOL_SEARCH_NAME.
1261 * symtab.c (lookup_local_symbol): Don't demangle the lookup name
1262 if symbol_name_match_type::SEARCH_NAME.
1263 (lookup_symbol_in_language): Pass down
1264 symbol_name_match_type::FULL.
1265 (lookup_symbol_search_name): New.
1266 (lookup_language_this): Pass down
1267 symbol_name_match_type::SEARCH_NAME.
1268 (lookup_symbol_aux, lookup_local_symbol): New parameter
1269 'match_type'. Pass it down.
1270 * symtab.h (symbol_name_match_type::SEARCH_NAME): New enumerator.
1271 (lookup_symbol_search_name): New declaration.
1272 (lookup_symbol_in_block): New 'match_type' parameter.
1273
f98fc17b
PA
12742018-01-05 Pedro Alves <palves@redhat.com>
1275
1276 PR gdb/22670
1277 * ada-lang.c (ada_lookup_encoded_symbol): Reimplement in terms of
1278 ada_lookup_symbol.
1279 (ada_lookup_symbol): Reimplement in terms of
1280 ada_lookup_symbol_list, bits factored out from
1281 ada_lookup_encoded_symbol.
1282
342f8240
JB
12832018-01-05 Joel Brobecker <brobecker@adacore.com>
1284
1285 * ada-exp.y (write_object_renaming): When subscripting an array
1286 using a symbol as the index, pass the block in call to
1287 ada_lookup_encoded_symbol when looking that symbol up.
1288
7150d33c
JG
12892018-01-05 Jerome Guitton <guitton@adacore.com>
1290
1291 * ada-lang.c (ada_array_length): Use ada_index_type instead of
1292 TYPE_INDEX_TYPE.
1293
cc0e770c
JB
12942018-01-05 Joel Brobecker <brobecker@adacore.com>
1295
1296 * ada-lang.c (ada_to_fixed_value_create): Add handling of
1297 the case where VALUE_LVAL (val0) is not lval_memory.
1298
f79da888 12992018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
1300
1301 * ada-valprint.c (print_optional_low_bound): Handle
1302 character-indexed array printing like boolean-indexed array
1303 printing.
1304
cd385f94
JB
13052018-01-05 Joel Brobecker <brobecker@adacore.com>
1306
1307 * NEWS: Create a new section for the next release branch.
1308 Rename the section of the current branch, now that it has
1309 been cut.
1310
09aca949
JB
13112018-01-05 Joel Brobecker <brobecker@adacore.com>
1312
1313 GDB 8.1 branch created (5219ac6237c272b938c28517bf371429260c71e7):
1314 * version.in: Bump version to 8.1.50.DATE-git.
1315
9f757bf7
XR
13162018-01-03 Xavier Roirand <roirand@adacore.com>
1317
1318 * ada-lang.h (ada_exception_catchpoint_kind) <ada_catch_handlers>:
1319 Add field.
1320 * ada-lang.c (struct exception_support_info) <catch_handlers_sym>:
1321 Add field.
1322 (default_exception_support_info) <catch_handlers_sym>: Add field.
1323 (exception_support_info_fallback) <catch_handlers_sym>: Add field.
1324 (ada_exception_name_addr_1): Add "catch handlers" handling.
1325 (ada_exception_catchpoint_cond_string) <ex>: New parameter.
1326 Update all callers.
1327 (create_excep_cond_exprs) <ex>: Add parameter.
1328 (re_set_exception): Update create_excep_cond_exprs call.
1329 (print_it_exception, print_one_exception, print_mention_exception)
1330 (print_recreate_exception): Add "catch handler" handling.
1331 (allocate_location_catch_handlers, re_set_catch_handlers)
1332 (check_status_catch_handlers, print_it_catch_handlers)
1333 (print_one_catch_handlers, print_mention_catch_handlers)
1334 (print_recreate_catch_handlers): New function.
1335 (catch_handlers_breakpoint_ops): New variable.
1336 (catch_ada_exception_command_split) <is_catch_handlers_cmd>:
1337 Add parameter. Add "catch handler" handling.
1338 (ada_exception_sym_name, ada_exception_breakpoint_ops):
1339 Add "catch handler" handling.
1340 (ada_exception_catchpoint_cond_string): Add "catch handler"
1341 handling.
1342 (create_ada_exception_catchpoint): Update create_excep_cond_exprs
1343 call.
1344 (catch_ada_handlers_command): New function.
1345 (initialize_ada_catchpoint_ops): Initialize "catch handlers"
1346 operations structure.
1347 (_initialize_ada_language): Add "catch handlers" command entry.
1348 * NEWS: Document "catch handlers" feature.
1349
9fe561ab
JB
13502018-01-02 Joel Brobecker <brobecker@adacore.com>
1351
1352 * ada-lang.c (ada_value_slice_from_ptr): Take array stride into
1353 account when creating the array type of the slice.
1354 (ada_value_slice): Likewise.
1355
a405673c
JB
13562018-01-02 Joel Brobecker <brobecker@adacore.com>
1357
1358 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_BYTE_STRIDE>:
1359 New enum value.
1360 (create_array_type_with_stride): Add byte_stride_prop parameter.
1361 * gdbtypes.c (create_array_type_with_stride) <byte_stride_prop>:
1362 New parameter. Update all callers in this file.
1363 (array_type_has_dynamic_stride): New function.
1364 (is_dynamic_type_internal, resolve_dynamic_array): Add handling
1365 of arrays with dynamic byte strides.
1366 * dwarf2read.c (read_array_type): Add support for dynamic
1367 DW_AT_byte_stride attributes.
1368
74a2f8ff
JB
13692018-01-02 Joel Brobecker <brobecker@adacore.com>
1370
1371 * dwarf2read.c (read_unspecified_type): Treat
1372 DW_TAG_enumeration_type DIEs from Ada units as stubs.
1373
e2882c85
JB
13742018-01-01 Joel Brobecker <brobecker@adacore.com>
1375
1376 Update copyright year range in all GDB files.
1377
1690bb24
JB
13782018-01-01 Joel Brobecker <brobecker@adacore.com>
1379
1380 * copyright.py (BY_HAND): Remove gdb/testsuite/gdb.base/step-line.inp
1381 and gdb/testsuite/gdb.base/step-line.c.
1382
0f0c98a8
JB
13832018-01-01 Joel Brobecker <brobecker@adacore.com>
1384
1385 * copyright.py (main): Dump the contents of
1386 MULTIPLE_COPYRIGHT_HEADERS (separately) from BY_HAND,
1387 even if BY_HAND is empty.
1388
82e1e79a
JB
13892018-01-01 Joel Brobecker <brobecker@adacore.com>
1390
1391 * top.c (print_gdb_version): Update Copyright year in version
1392 message.
1393
053f54e5 13942018-01-01 Joel Brobecker <brobecker@adacore.com>
47fea877 1395
053f54e5 1396 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2017.
47fea877 1397
053f54e5 1398For older changes see ChangeLog-2017.
c906108c
SS
1399\f
1400Local Variables:
1401mode: change-log
1402left-margin: 8
1403fill-column: 74
1404version-control: never
57da7796 1405coding: utf-8
c906108c 1406End:
This page took 2.13564 seconds and 4 git commands to generate.