ld: Fix mistake in ChangeLog
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
7d5adfe3
SDJ
12016-09-20 Sergio Durigan Junior <sergiodj@redhat.com>
2
3 * fork-inferior.c (startup_inferior): Pass 'event_ptid' instead of
4 'resume_ptid' to 'target_mourn_inferior'. Fix regression
5 introduced by my last commit.
6
66797541
PA
72016-09-19 Pedro Alves <palves@redhat.com>
8
9 * common/gdb_locale.h [!ENABLE_NLS] (gettext, dgettext, dcgettext,
10 textdomain, bindtextdomain): Delete macros.
11 * main.c (captured_main) [!ENABLE_NLS]: Skip bintextdomain and
12 textdomain calls.
13
bc1e6c81
SDJ
142016-09-19 Sergio Durigan Junior <sergiodj@redhat.com>
15
16 * darwin-nat.c (darwin_kill_inferior): Adjusting call to
17 target_mourn_inferior to include ptid_t argument.
18 * fork-child.c (startup_inferior): Likewise.
19 * gnu-nat.c (gnu_kill_inferior): Likewise.
20 * inf-ptrace.c (inf_ptrace_kill): Likewise.
21 * infrun.c (handle_inferior_event_1): Likewise.
22 * linux-nat.c (linux_nat_attach): Likewise.
23 (linux_nat_kill): Likewise.
24 * nto-procfs.c (interrupt_query): Likewise.
25 (procfs_interrupt): Likewise.
26 (procfs_kill_inferior): Likewise.
27 * procfs.c (procfs_kill_inferior): Likewise.
28 * record.c (record_mourn_inferior): Likewise.
29 * remote-sim.c (gdbsim_kill): Likewise.
30 * remote.c (remote_detach_1): Likewise.
31 (remote_kill): Likewise.
32 * target.c (target_mourn_inferior): Change declaration to accept
33 new ptid_t argument; use gdb_assert on it.
34 * target.h (target_mourn_inferior): Move function prototype from
35 here...
36 * target/target.h (target_mourn_inferior): ... to here. Adjust it
37 to accept new ptid_t argument.
38 * windows-nat.c (get_windows_debug_event): Adjusting call to
39 target_mourn_inferior to include ptid_t argument.
40
93689493
PA
412016-09-18 Pedro Alves <palves@redhat.com>
42
43 * s390-linux-nat.c: Include <algorithm>.
44
768adc05
PA
452016-09-18 Pedro Alves <palves@redhat.com>
46
47 * breakpoint.c (hardware_watchpoint_inserted_in_range): Explicitly
48 specify the std:min/std::max specialization.
49 * exec.c (section_table_read_available_memory): Likewise.
50 * remote.c (remote_read_qxfer): Likewise.
51 * target.c (simple_verify_memory): Likewise.
52
cd94f6d5
SM
532016-09-16 Simon Marchi <simark@simark.ca>
54
55 * infrun.c (restore_current_uiout_cleanup): Move to ui-out.c.
56 (print_stop_event): Use make_cleanup_restore_current_uiout.
57 * python/python.c (execute_gdb_command): Likewise.
58 * ui-out.c (restore_current_uiout_cleanup): Move from infrun.c.
59 (make_cleanup_restore_current_uiout): New function definition.
60 * ui-out.h (make_cleanup_restore_current_uiout): New function
61 declaration.
62 * utils.c (do_restore_ui_out): Remove.
63 (make_cleanup_restore_ui_out): Remove.
64 * utils.h (make_cleanup_restore_ui_out): Remove.
65
325fac50
PA
662016-09-16 Pedro Alves <palves@redhat.com>
67
68 * defs.h (min, max): Delete.
69 * aarch64-tdep.c: Include <algorithm> and use std::min and
70 std::max throughout.
71 * aarch64-tdep.c: Likewise.
72 * alpha-tdep.c: Likewise.
73 * amd64-tdep.c: Likewise.
74 * amd64-windows-tdep.c: Likewise.
75 * arm-tdep.c: Likewise.
76 * avr-tdep.c: Likewise.
77 * breakpoint.c: Likewise.
78 * btrace.c: Likewise.
79 * ctf.c: Likewise.
80 * disasm.c: Likewise.
81 * doublest.c: Likewise.
82 * dwarf2loc.c: Likewise.
83 * dwarf2read.c: Likewise.
84 * environ.c: Likewise.
85 * exec.c: Likewise.
86 * f-exp.y: Likewise.
87 * findcmd.c: Likewise.
88 * ft32-tdep.c: Likewise.
89 * gcore.c: Likewise.
90 * hppa-tdep.c: Likewise.
91 * i386-darwin-tdep.c: Likewise.
92 * i386-tdep.c: Likewise.
93 * linux-thread-db.c: Likewise.
94 * lm32-tdep.c: Likewise.
95 * m32r-tdep.c: Likewise.
96 * m88k-tdep.c: Likewise.
97 * memrange.c: Likewise.
98 * minidebug.c: Likewise.
99 * mips-tdep.c: Likewise.
100 * moxie-tdep.c: Likewise.
101 * nds32-tdep.c: Likewise.
102 * nios2-tdep.c: Likewise.
103 * nto-procfs.c: Likewise.
104 * parse.c: Likewise.
105 * ppc-sysv-tdep.c: Likewise.
106 * probe.c: Likewise.
107 * record-btrace.c: Likewise.
108 * remote.c: Likewise.
109 * rs6000-tdep.c: Likewise.
110 * rx-tdep.c: Likewise.
111 * s390-linux-nat.c: Likewise.
112 * s390-linux-tdep.c: Likewise.
113 * ser-tcp.c: Likewise.
114 * sh-tdep.c: Likewise.
115 * sh64-tdep.c: Likewise.
116 * source.c: Likewise.
117 * sparc-tdep.c: Likewise.
118 * symfile.c: Likewise.
119 * target-memory.c: Likewise.
120 * target.c: Likewise.
121 * tic6x-tdep.c: Likewise.
122 * tilegx-tdep.c: Likewise.
123 * tracefile-tfile.c: Likewise.
124 * tracepoint.c: Likewise.
125 * valprint.c: Likewise.
126 * value.c: Likewise.
127 * xtensa-tdep.c: Likewise.
128 * cli/cli-cmds.c: Likewise.
129 * compile/compile-object-load.c: Likewise.
130
8193adea
AA
1312016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
132
133 * s390-linux-nat.c (PER_BIT, PER_EVENT_BRANCH, PER_EVENT_IFETCH)
134 (PER_EVENT_STORE, PER_EVENT_NULLIFICATION)
135 (PER_CONTROL_BRANCH_ADDRESS, PER_CONTROL_SUSPENSION)
136 (PER_CONTROL_ALTERATION): New macros.
137 (struct s390_debug_reg_state) <break_areas>: New member.
138 (s390_forget_process): Free break_areas as well.
139 (s390_linux_new_fork): Copy break_areas as well.
140 (s390_prepare_to_resume): Install hardware breakpoints.
141 (s390_can_use_hw_breakpoint): Indicate support for hardware
142 breakpoints.
143 (s390_insert_hw_breakpoint, s390_remove_hw_breakpoint): New
144 linux_nat target methods.
145 (_initialize_s390_nat): Register them.
146
0e00e962
AA
1472016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
148
149 * nat/linux-nat.h (lwp_is_stepping): New declaration.
150 * linux-nat.c (lwp_is_stepping): New function.
151
169fe0df
AA
1522016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
153
154 * s390-linux-nat.c (gdbcmd.h): New include.
155 (s390_show_debug_regs): New function.
156 (s390_stopped_by_watchpoint): Call it, if show_debug_regs is set.
157 (s390_prepare_to_resume): Likewise.
158 (_initialize_s390_nat): Register the command "maint set
159 show-debug-regs".
160
373c3dad
AA
1612016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
162
163 * s390-linux-nat.c (watch_areas): Remove variable. Replace by a
164 member of...
165 (struct s390_debug_reg_state): ...this. New struct.
166 (struct s390_process_info): New struct.
167 (s390_process_list): New variable.
168 (s390_find_process_pid, s390_add_process, s390_process_info_get)
169 (s390_get_debug_reg_state): New functions.
170 (s390_stopped_by_watchpoint): Now access the watch_areas VEC via
171 s390_get_debug_reg_state.
172 (s390_prepare_to_resume): Likewise.
173 (s390_insert_watchpoint): Likewise.
174 (s390_remove_watchpoint): Likewise.
175 (s390_forget_process, s390_linux_new_fork): New linux_nat target
176 methods.
177 (_initialize_s390_nat): Register them.
178
17c84cca
AA
1792016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
180
181 * s390-linux-nat.c (s390_watch_area): New typedef. Define a VEC.
182 (watch_base): Remove variable.
183 (watch_areas): New variable.
184 (s390_stopped_by_watchpoint): Transform operations on the
185 watch_base list to equivalent operations on the watch_areas VEC.
186 (s390_prepare_to_resume): Likewise.
187 (s390_insert_watchpoint): Likewise.
188 (s390_remove_watchpoint): Likewise.
189
9c2996c9
AA
1902016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
191
192 * s390-linux-nat.c (s390_prepare_to_resume): Use advertised lwp
193 functions instead of accessing lwp_info structure members.
194 (s390_mark_per_info_changed): New function.
195 (s390_new_thread): Use it.
196 (s390_refresh_per_info_cb): New function.
197 (s390_refresh_per_info): Remove parameter. Refresh all lwps of
198 the current process.
199 (s390_insert_watchpoint): Adjust call to s390_refresh_per_info.
200 (s390_remove_watchpoint): Likewise.
201
e1b2624a
AA
2022016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
203
204 * elfread.c (auxv.h): New include.
205 (elf_gnu_ifunc_resolve_addr): Pass HWCAP to ifunc resolver.
206
f5c4fcd9
TT
2072016-09-08 Tom Tromey <tom@tromey.com>
208
209 * remote.c (remote_notif_stop_ack, remote_wait_as)
210 (show_remote_cmd): Remove unneeded casts.
211
4295e285
PA
2122016-09-06 Pedro Alves <palves@redhat.com>
213
214 * top.c (wait_sync_command_done): Don't assume current_ui doesn't
215 change across events. Restore the current UI before returning.
216 (gdb_readline_wrapper): Restore the current UI before returning.
217
a025b477
PA
2182016-09-06 Pedro Alves <palves@redhat.com>
219
220 * event-top.c (restore_ui_cleanup): Now static.
221 (make_cleanup_restore_current_ui): New function.
222 (switch_thru_all_uis_init): Use it.
223 * infcall.c (call_thread_fsm_should_stop): Use it.
224 * infrun.c (fetch_inferior_event): Use it.
225 * top.c (new_ui_command): Use it.
226 * top.h (restore_ui_cleanup): Delete declaration.
227 (make_cleanup_restore_current_ui): New declaration.
228
00d5215e
UW
2292016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
230
231 * i386-tdep.c (i386_floatformat_for_type): New function.
232 (i386_gdbarch_init): Install it.
233 * ppc-linux-tdep.c (ppc_floatformat_for_type): New function.
234 (ppc_linux_init_abi): Install it.
235
9b790ce7
UW
2362016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
237
238 * gdbarch.sh (floatformat_for_type): New gdbarch callback.
239 * gdbarch.h, gdbarch.c: Re-generate.
240 * arch-utils.h (default_floatformat_for_type): New prototype.
241 * arch-utils.c (default_floatformat_for_type): New function.
242
243 * doublest.c (floatformat_from_length): Remove.
244 (floatformat_from_type): Assume TYPE_FLOATFORMAT is non-NULL.
245 * gdbtypes.c (verify_floatformat): Require non-NULL format.
246
247 * dwarf2read.c (dwarf2_init_float_type): New function.
248 (read_base_type): Use it.
249 * stabsread.c (dbx_init_float_type): New function.
250 (read_sun_floating_type): Use it.
251 (read_range_type): Likewise.
252
49f190bc
UW
2532016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
254
255 * ada-lang.c (ada_language_arch_info): Use gdbarch-provided
256 platform ABI floating-point formats for built-in types.
257 * d-lang.c (build_d_types): Likewise.
258 * f-lang.c (build_fortran_types): Likewise.
259 * m2-lang.c (build_m2_types): Likewise.
260 * mdebugread.c (basic_type): Likewise.
261
262 * go-lang.c (build_go_types): Use IEEE floating-point formats
263 for language built-in types as mandanted by the language.
264 * jv-lang.c (build_java_types): Likewise.
265 * rust-lang.c (rust_language_arch_info): Likewise.
266 * stabsread.c (rs6000_builtin_type): Likewise.
267
c413c448
UW
2682016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
269
270 * gdbtypes.c (init_type): Remove "char" special case.
271 (arch_integer_type): Likewise.
272 (gdbtypes_post_init): Set TYPE_NOSIGN for "char" type.
273 (objfile_type): Likewise.
274 * mdebugread.c (basic_type): Likewise.
275 * stabsread.c (rs6000_builtin_type): Likewise.
276
a9ff5f12
UW
2772016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
278
279 * gdbtypes.h (enum type_flag_value): Remove.
280 Remove references to TYPE_FLAG_... in comments throughout.
281 * gdbtypes.c (recursive_dump_type): Do not print TYPE_FLAG_...
282 flags, print the corresponding TYPE_... access macro names.
283 Remove references to TYPE_FLAG_... in comments throughout.
284 * infcall.c: Remove references to TYPE_FLAG_... in comments.
285 * valprint.c: Likewise.
286 * gdb-gdb.py (class TypeFlag): No longer consider TYPE_FLAG_...
287 values, only TYPE_INSTANCE_FLAG_... values.
288 (class TypeFlagsPrinter): Likewise.
289
19f392bc
UW
2902016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
291
292 * gdbtypes.h (init_type): Remove FLAGS argument. Move OBJFILE
293 argument to first position.
294 (init_integer_type): New prototype.
295 (init_character_type): Likewise.
296 (init_boolean_type): Likewise.
297 (init_float_type): Likewise.
298 (init_decfloat_type): Likewise.
299 (init_complex_type): Likewise.
300 (init_pointer_type): Likewise.
301 * gdbtypes.c (verify_floatflormat): New function.
302 (init_type): Remove FLAGS argument and processing. Move OBJFILE
303 argument to first position.
304 (init_integer_type): New function.
305 (init_character_type): Likewise.
306 (init_boolean_type): Likewise.
307 (init_float_type): Likewise.
308 (init_decfloat_type): Likewise.
309 (init_complex_type): Likewise.
310 (init_pointer_type): Likewise.
311 (arch_float_type): Use verify_floatflormat.
312 (objfile_type): Use init_..._type helpers instead of calling
313 init_type directly.
314 * dwarf2read.c (fixup_go_packaging): Update to changed init_type
315 prototype.
316 (read_namespace_type): Likewise.
317 (read_module_type): Likewise.
318 (read_typedef): Likewise.
319 (read_unspecified_type): Likewise.
320 (build_error_marker_type): Likewise.
321 (read_base_type): Use init_..._type helpers.
322 * mdebugread.c (basic_type): Use init_..._type helpers.
323 (parse_type): Update to changed init_type prototype.
324 (cross_ref): Likewise.
325 * stabsread.c (rs6000_builtin_type): Use init_..._type helpers.
326 (read_sun_builtin_type): Likewise.
327 (read_sun_floating_type): Likewise.
328 (read_range_type): Likewise. Also update to changed init_type
329 prototype.
330
88dfca6c
UW
3312016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
332
333 * gdbtypes.h (arch_decfloat_type): New prototype.
334 (arch_pointer_type): Likewise.
335 * gdbtypes.c (arch_decfloat_type): New function.
336 (arch_pointer_type): Likewise.
337 (gdbtypes_post_init): Use arch_decfloat_type.
338 * avr-tdep.c (avr_gdbarch_init): Use arch_pointer_type.
339 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
340 * m32c-tdep.c (make_types): Likewise.
341 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
342
ae438bc5
UW
3432016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
344
345 * gdbtypes.c (set_type_code): New function.
346 (init_type, arch_type): Use it.
347
5f3bceb6
UW
3482016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
349
350 * ada-lang.c (ada_language_arch_info): Use gdbarch_long_double_bit
351 instead of gdbarch_double_bit for "long_long_float".
352
cf6de44d
PA
3532016-09-05 Pedro Alves <palves@redhat.com>
354
355 * NEWS: Mention that a C++ compiler is now required.
356 * Makefile.in (COMPILER, COMPILER_CFLAGS): Remove.
357 (COMPILE.pre, CC_LD): Use CXX directly.
358 (INTERNAL_CFLAGS_BASE): Use CXXFLAGS directly.
359 * acinclude.m4: Don't include build-with-cxx.m4.
360 * build-with-cxx.m4: Delete file.
361 * configure.ac: Remove GDB_AC_BUILD_WITH_CXX call.
362 * warning.m4: Assume $enable_build_with_cxx is yes.
363 * configure: Regenerate.
364
f245535c
PA
3652016-09-05 Pedro Alves <palves@redhat.com>
366
367 PR backtrace/19927
368 * frame.c (get_frame_id): Compute the frame id if not computed
369 yet.
370 (unwind_to_current_frame): Delete.
371 (get_current_frame): Use get_prev_frame_always_1 to get the
372 current frame and assert that that always succeeds.
373 (get_prev_frame_if_no_cycle): Skip cycle detection if returning
374 the current frame.
375
4aa4e28b
TT
3762016-09-02 Tom Tromey <tom@tromey.com>
377
378 PR gdb/11616:
379 * dwarf2read.c (decode_locdesc): Handle DW_OP_form_tls_address.
380 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Handle
381 DW_OP_form_tls_address.
382 (locexpr_describe_location_piece): Likewise.
383 * dwarf2expr.h (struct dwarf_expr_context_funcs): Update comment.
384 * dwarf2expr.c (execute_stack_op): Handle DW_OP_form_tls_address.
385 (ctx_no_get_tls_address): Mention DW_OP_form_tls_address.
386 * compile/compile-loc2c.c (struct insn_info): Update comment.
387 (compute_stack_depth_worker): Handle DW_OP_form_tls_address.
388
f2b9e3df
SDJ
3892016-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
390
391 * target.c (target_wait): Mention that the function's prototype
392 can be found at target/target.h.
393 * target.h (target_wait): Move prototype from here...
394 * target/target.h (target_wait): ... to here.
395
049a8570
SDJ
3962016-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
397
398 * fork-child.c (startup_inferior): Replace calls to target_resume
399 by target_continue{,_no_signal}, depending on the case.
400 * linux-nat.c (cleanup_target_stop): Call
401 target_continue_no_signal instead of target_resume.
402 * procfs.c (procfs_wait): Likewise.
403 * target.c (target_continue): New function.
404 * target/target.h (target_continue): New prototype.
405
f99bd5f2
YQ
4062016-08-31 Yao Qi <yao.qi@linaro.org>
407
408 * record-full.c (record_full_insert_breakpoint): Fix typo.
409
5af962df
AA
4102016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
411
412 * thread.c (tp_array_compar): Insert missing parentheses.
413
ae68ff9f
AA
4142016-08-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
415
416 * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Replace
417 designated initializer list by plain initializer list, for C++
418 compliance.
419
754653a7
AZ
4202016-08-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
421
422 * aarch64-linux-nat.c (ps_get_thread_area): Remove const from
423 struct ps_prochandle.
424 * amd64-linux-nat.c (ps_get_thread_area): Likewise.
425 * arm-linux-nat.c (ps_get_thread_area): Likewise.
426 * gdb_proc_service.h (ps_get_thread_area): Likewise.
427 * i386-linux-nat.c (ps_get_thread_area): Likewise.
428 * m68klinux-nat.c (ps_get_thread_area): Likewise.
429 * mips-linux-nat.c (ps_get_thread_area): Likewise.
430 * nat/aarch64-linux.c (aarch64_ps_get_thread_area): Likewise.
431 * nat/aarch64-linux.h (aarch64_ps_get_thread_area): Likewise.
432 * xtensa-linux-nat.c (ps_get_thread_area): Likewise.
433
0a1ddfa6
SM
4342016-08-24 Simon Marchi <simon.marchi@ericsson.com>
435
436 * infcmd.c (set_inferior_io_terminal): Set inferior terminal to
437 NULL if terminal_name is an empty string.
438 (_initialize_infcmd): Make the argument of "set inferior-tty"
439 optional, mention it in the help doc.
440
bdd78711
CL
4412016-08-24 Carl Love <cel@us.ibm.com>
442
443 * rs6000-tdep.c (rs6000_gdbarch_init): Remove call
444 set_gdbarch_deprecated_fp_regnum() architecture
445 initialization function.
446
34f81801
SM
4472016-08-23 Simon Marchi <simon.marchi@ericsson.com>
448
449 * stack.c (parse_frame_specification): Fix typo in comment.
450
d9de1fe3
PA
4512016-08-23 Pedro Alves <palves@redhat.com>
452
453 PR gdb/20494
454 * inflow.c (our_terminal_info, initial_gdb_ttystate): Update
455 comments.
456 (enum gdb_has_a_terminal_flag_enum, gdb_has_a_terminal_flag):
457 Delete.
458 (set_initial_gdb_ttystate): Record our_terminal_info here too,
459 instead of ...
460 (gdb_has_a_terminal): ... here. Reimplement in terms of
461 initial_gdb_ttystate. Make static.
462 * terminal.h (gdb_has_a_terminal): Delete declaration.
463 (set_initial_gdb_ttystate): Add comment.
464 * top.c (show_interactive_mode): Use input_interactive_p instead
465 of gdb_has_a_terminal.
466
6bb90213
PA
4672016-08-22 Pedro Alves <palves@redhat.com>
468
469 PR gdb/20505
470 * linux-tdep.c (linux_vsyscall_range_raw): For core inferiors,
471 find the vDSO's start address with AT_SYSINFO_EHDR too, and
472 determine the vDSO's size by finding the PT_LOAD segment that
473 matches AT_SYSINFO_EHDR.
474
03bcd739
YQ
4752016-08-19 Yao Qi <yao.qi@linaro.org>
476
477 * aarch64-tdep.c (aarch64_analyze_prologue): Handle register
478 based STP instruction.
479
bbfa2517
YQ
4802016-08-19 Yao Qi <yao.qi@linaro.org>
481
482 * completer.c (linespec_location_completer): Make file_to_match
483 null-terminated.
484
f077e978
PA
4852016-08-19 Pedro Alves <palves@redhat.com>
486
487 * amd64-tdep.c (amd64_relocate_instruction) <callq>: Handle return
488 addresses over 0x7fffffff.
489
46da9242
CL
4902016-08-18 Carl Love <cel@us.ibm.com>
491
492 * MAINTANERS Write After Approval): Add "Carl Love".
493
d44c67f3
EBM
4942016-08-18 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
495
496 * rs6000-tdep.c (ppc_process_record_op31): Handle HTM instructions.
497
eb2332d7
SM
4982016-08-17 Simon Marchi <simon.marchi@ericsson.com>
499
500 * inferior.c (remove_inferior_command): Fix error message.
501
9b19e390
SM
5022016-08-17 Simon Marchi <simon.marchi@ericsson.com>
503
504 * inferior.c (exit_inferior_1): Remove comment.
505
31925464
MW
5062016-08-15 Matthew Wahab <matthew.wahab@arm.com>
507
508 PR gdb/20457
509 * gdb_proc_service.h: Add an include of gregset.h
510 [!HAVE_PROC_SERVICE_H]: Remove the include of gregset.h.
511
b31f9478
YQ
5122016-08-15 Yao Qi <yao.qi@linaro.org>
513
514 * location.c (explicit_location_lex_one): Compare the return
515 value of strncmp with zero. Don't check (*inp)[9]. Increment
516 *inp by 8.
517
39b22471
PA
5182016-08-11 Pedro Alves <palves@redhat.com>
519
520 PR gdb/20413
521 * nat/linux-ptrace.c: Include <sys/procfs.h> instead of
522 "gregset.h".
523
01d3dedf
PA
5242016-08-10 Pedro Alves <palves@redhat.com>
525
526 PR gdb/19187
527 * record-full.c (record_full_remove_breakpoint): Don't remove the
528 breakpoint from the record_full_breakpoints VEC if we're detaching
529 the breakpoint from a fork child.
530
73971819
PA
5312016-08-10 Pedro Alves <palves@redhat.com>
532
533 PR gdb/19187
534 * break-catch-sig.c (signal_catchpoint_remove_location): Adjust
535 interface.
536 * break-catch-syscall.c (remove_catch_syscall):
537 * breakpoint.c (enum remove_bp_reason): Moved to breakpoint.h.
538 (remove_breakpoint_1): Pass 'reason' down.
539 (remove_catch_fork, remove_catch_vfork, remove_catch_solib)
540 (remove_catch_exec, remove_watchpoint, remove_masked_watchpoint)
541 (base_breakpoint_remove_location, bkpt_remove_location)
542 (bkpt_probe_remove_location, bkpt_probe_remove_location): Adjust
543 interface.
544 * breakpoint.h (enum remove_bp_reason): Moved here from
545 breakpoint.c.
546 (struct breakpoint_ops) <remove_location>: Add 'reason' parameter.
547 * corelow.c (core_remove_breakpoint): New function.
548 (init_core_ops): Install it as to_remove_breakpoint method.
549 * exec.c (exec_remove_breakpoint): New function.
550 (init_exec_ops): Install it as to_remove_breakpoint method.
551 * mem-break.c (memory_remove_breakpoint): Adjust interface.
552 * record-btrace.c (record_btrace_remove_breakpoint): Adjust
553 interface.
554 * record-full.c (record_full_remove_breakpoint)
555 (record_full_core_remove_breakpoint): Adjust interface.
556 * remote.c (remote_remove_breakpoint): Adjust interface.
557 * target-debug.h (target_debug_print_enum_remove_bp_reason): New
558 macro.
559 * target-delegates.c: Regenerate.
560 * target.c (target_remove_breakpoint): Add 'reason' parameter.
561 * target.h (struct target_ops) <to_remove_breakpoint>: Add
562 'reason' parameter.
563 (target_remove_breakpoint, memory_remove_breakpoint): Add 'reason'
564 parameter.
565
b2b6a7da
PA
5662016-08-10 Pedro Alves <palves@redhat.com>
567
568 PR gdb/19187
569 * breakpoint.c (insertion_state_t): Delete.
570 (enum remove_bp_reason): New.
571 (detach_breakpoints, remove_breakpoint_1, remove_breakpoint):
572 Adjust to use enum remove_bp_reason instead of insertion_state_t.
573
834c0d03
PA
5742016-08-10 Pedro Alves <palves@redhat.com>
575
576 PR gdb/19187
577 * breakpoint.c (remove_breakpoint): Remove 'is' parameter and
578 always pass mark_uninserted to remove_breakpoint_1.
579 (insert_breakpoint_locations, remove_breakpoints)
580 (remove_breakpoints_pid, update_global_location_list): Update
581 callers.
582
24cdb46e
РИ
5832016-08-10 Руслан Ижбулатов <lrn1986@gmail.com>
584 Pedro Alves <palves@redhat.com>
585
586 * windows-nat.c (MS_VC_EXCEPTION): New define.
587 (handle_exception_result): New enum.
588 (windows_delete_thread): Free the thread's name.
589 (handle_exception): Handle MS_VC_EXCEPTION.
590 (get_windows_debug_event): Handle HANDLE_EXCEPTION_IGNORED.
591 (windows_thread_name): New function.
592 (windows_target): Install it as to_thread_name method.
593 * NEWS: Mention the thread naming support on MS-Windows.
594
669f9429
PA
5952016-08-10 Pedro Alves <palves@redhat.com>
596
597 * common/signals-state-save-restore.c
598 (save_original_signals_state, restore_original_signals_state):
599 Wrap perror_with_name arguments with '()'.
600
3eb7562a
PA
6012016-08-09 Pedro Alves <palves@redhat.com>
602
603 PR gdb/20418
604 * event-top.c (ui_register_input_event_handler)
605 (ui_unregister_input_event_handler): New functions.
606 (async_enable_stdin): Register input in the event loop.
607 (async_disable_stdin): Unregister input from the event loop.
608 (gdb_setup_readline): Register input in the event loop.
609 * infrun.c (check_curr_ui_sync_execution_done): Register input in
610 the event loop.
611 * target.c (target_terminal_inferior): Don't unregister input from
612 the event loop.
613 (target_terminal_ours): Don't register input in the event loop.
614 * target.h (target_terminal_inferior)
615 (target_terminal_ours_for_output, target_terminal_ours): Update
616 comments.
617 * top.h (ui_register_input_event_handler)
618 (ui_unregister_input_event_handler): New declarations.
619 * utils.c (ui_unregister_input_event_handler_cleanup)
620 (prepare_to_handle_input): New functions.
621 (defaulted_query, prompt_for_continue): Use
622 prepare_to_handle_input.
623
80614914
PA
6242016-08-09 Pedro Alves <palves@redhat.com>
625
626 PR mi/20431
627 * mi/mi-main.c (mi_execute_command): Enable input and set prompt
628 state to PROMPT_NEEDED.
629
f348d89a
PA
6302016-08-09 Pedro Alves <palves@redhat.com>
631
632 PR gdb/18653
633 * Makefile.in (SFILES): Add
634 common/signals-state-save-restore.c.
635 (HFILES_NO_SRCDIR): Add common/signals-state-save-restore.h.
636 (COMMON_OBS): Add signals-state-save-restore.o.
637 (signals-state-save-restore.o): New rule.
638 * configure: Regenerate.
639 * fork-child.c: Include "signals-state-save-restore.h".
640 (fork_inferior): Call restore_original_signals_state.
641 * main.c: Include "signals-state-save-restore.h".
642 (captured_main): Call save_original_signals_state.
643 * common/common.m4: Add sigaction to AC_CHECK_FUNCS checks.
644 * common/signals-state-save-restore.c: New file.
645 * common/signals-state-save-restore.h: New file.
646
e5ca03b4
PA
6472016-08-09 Pedro Alves <palves@redhat.com>
648
649 * value.c (unpack_value_bitfield): Skip unpacking if the parent
650 has no contents buffer to begin with.
651
6a17ca31
PA
6522016-08-08 Pedro Alves <palves@redhat.com>
653
654 * features/i386/amd64-avx-mpx-linux.c: Regenerate.
655 * features/i386/amd64-avx-mpx.c: Regenerate.
656 * features/i386/i386-avx-mpx-linux.c: Regenerate.
657 * features/i386/i386-avx-mpx.c: Regenerate.
658
c632e428
SM
6592016-08-05 Simon Marchi <simon.marchi@ericsson.com>
660
661 * event-top.h (cli_command_loop): Remove.
662
3906a8fc
PA
6632016-08-05 Pedro Alves <palves@redhat.com>
664
665 PR remote/20398
666 * remote-fileio.c (remote_fileio_quit_handler): Check the quit
667 flag before calling quit.
668
69ffd7f2
PA
6692016-08-05 Pedro Alves <palves@redhat.com>
670
671 * NEWS: Mention that GDB and GDBserver build with a C++ compiler
672 by default.
673
1baf5149
PA
6742016-08-05 Pedro Alves <palves@redhat.com>
675
676 * build-with-cxx.m4: Change help string to be in terms of
677 --disable-build-with-cxx.
678 * configure: Regenerate.
679
6f67973b
YQ
6802016-08-04 Yao Qi <yao.qi@linaro.org>
681
682 * aarch64-linux-nat.c (tdesc_arm_with_vfpv3): Remove the
683 declaration.
684 (aarch64_linux_read_description): Remove code on getting
685 auxv and select target description on it. Select target
686 description by the result of NT_ARM_VFP ptrace request.
687
282a0691
TT
6882016-08-03 Tom Tromey <tom@tromey.com>
689
690 PR python/18565:
691 * python/py-frame.c (frapy_function): Use find_frame_funname.
692
d10153cf
TT
6932016-08-03 Tom Tromey <tom@tromey.com>
694
695 * stack.c (find_frame_funname): Avoid any possible leak in case
696 cp_remove_params can throw.
697
8d2a0a14
TT
6982016-08-03 Tom Tromey <tom@tromey.com>
699
700 * NEWS: Mention new Python breakpoint events.
701
33541b2e
TT
7022016-08-02 Tom Tromey <tom@tromey.com>
703
704 * MAINTAINERS (Core): Add self as Rust maintainer.
705
751b375e
JB
7062016-08-01 Joel Brobecker <brobecker@adacore.com>
707
708 * NEWS: Create a new section for the next release branch.
709 Rename the section of the current branch, now that it has
710 been cut.
711
b2bd7787
JB
7122016-08-01 Joel Brobecker <brobecker@adacore.com>
713
714 GDB 7.12 branch created (41bfcd638a4e0e48b96ce4de2845372dea481322):
715 * version.in: Bump version to 7.12.50.DATE-git.
716
293acfae
AM
7172016-07-27 Alan Modra <amodra@gmail.com>
718
719 * amd64-darwin-tdep.c: Don't include libbfd.h.
720 * i386-darwin-tdep.c: Likewise.
721 * rs6000-nat.c: Likewise.
722 * rs6000-tdep.c: Likewise.
723
0b31a4bc
TT
7242016-07-26 Tom Tromey <tom@tromey.com>
725
726 * symtab.c (register_symbol_computed_impl): Update.
727 PR python/20190:
728 * value.h (symbol_read_needs): Declare.
729 (symbol_read_needs_frame): Add comment.
730 * symtab.h (struct symbol_computed_ops) <read_variable>: Update
731 comment.
732 <get_symbol_read_needs>: Rename. Change return type.
733 * findvar.c (symbol_read_needs): New function.
734 (symbol_read_needs_frame): Rewrite.
735 (default_read_var_value): Use symbol_read_needs.
736 * dwarf2loc.c (struct symbol_needs_baton): Rename.
737 <needs>: Renamed from needs_frame. Changed type.
738 (needs_frame_read_addr_from_reg, symbol_needs_get_reg_value)
739 (symbol_needs_read_mem, symbol_needs_frame_base)
740 (symbol_needs_frame_cfa, symbol_needs_tls_address)
741 (symbol_needs_dwarf_call): Rename.
742 (needs_dwarf_reg_entry_value): Update.
743 (symbol_needs_ctx_funcs, dwarf2_loc_desc_get_symbol_read_needs):
744 Rename and update.
745 (locexpr_get_symbol_read_needs, loclist_symbol_needs): Likewise.
746 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Update.
747 * defs.h (enum symbol_needs_kind): New.
748
40c31709
PA
7492016-07-26 Pedro Alves <palves@redhat.com>
750
751 * nat/linux-ptrace.c: Include "gregset.h".
752 (linux_ptrace_test_ret_to_nx): Use PTRACE_GETREGS instead of
753 PTRACE_PEEKUSER.
754
9cf12d57
PA
7552016-07-26 Pedro Alves <palves@redhat.com>
756
757 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Rename 'native'
758 parameter to 'ptrace'.
759 * nat/amd64-linux-siginfo.c (GDB_SI_SIZE): New define.
760 (nat_uptr_t): New an unsigned long.
761 (nat_clock_t): Remove attribute __aligned__.
762 (struct nat_timeval): Delete.
763 (nat_siginfo_t): Remove attribute __aligned__.
764 (ptrace_siginfo_t): Define.
765 (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
766 (compat_x32_siginfo_from_siginfo)
767 (siginfo_from_compat_x32_siginfo): Make 'from' parameter const.
768 Convert through a ptrace_siginfo_t instead of a nat_siginfo_t.
769 Remove casts.
770 (amd64_linux_siginfo_fixup_common): Rename 'native' parameter to
771 'ptrace'. Remove static assertions.
772 (top level): New static assertions.
773
8194e927
SM
7742016-07-25 Simon Marchi <simon.marchi@ericsson.com>
775
776 * top.h (make_delete_ui_cleanup): New declaration.
777 * top.c (delete_ui_cleanup): New function.
778 (make_delete_ui_cleanup): New function.
779 (new_ui_command): Create restore_ui cleanup earlier, create a
780 delete_ui cleanup and discard it on success.
781
0e1a6a51
PA
7822016-07-25 Pedro Alves <palves@redhat.com>
783 Jan Kratochvil <jan.kratochvil@redhat.com>
784
785 * nat/linux-procfs.c (parse_proc_status_state): Handle lowercase
786 't'.
787
d617208b
PA
7882016-07-25 Pedro Alves <palves@redhat.com>
789
790 * nat/linux-procfs.c (enum proc_state): New enum.
791 (parse_proc_status_state): New function.
792 (linux_proc_pid_get_state): Replace output string buffer parameter
793 with an output proc_state parameter. Use parse_proc_status_state.
794 (linux_proc_pid_is_gone): Adjust to use proc_state values.
795 (linux_proc_pid_has_state): Change type of 'state' parameter; now
796 an enum proc_state. Adjust to linux_proc_pid_get_state interface
797 change.
798 (linux_proc_pid_is_stopped)
799 (linux_proc_pid_is_trace_stopped_nowarn)
800 (linux_proc_pid_is_zombie_maybe_warn): Adjust to
801 linux_proc_pid_get_state interface change.
802
3a1518e4
TW
8032016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
804
805 * MAINTAINERS (Write After Approval): Add Tim Wiederhake
806
c0272db5
TW
8072016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
808
809 * NEWS: Resume btrace on reconnect.
810 * record-btrace.c: Added record-btrace.h include.
811 (record_btrace_open): Split into this and ...
812 (record_btrace_push_target): ... this.
813 (record_btrace_disconnect): New function.
814 (init_record_btrace_ops): Use record_btrace_disconnect.
815 * record-btrace.h: New file.
816 * remote.c: Added record-btrace.h include.
817 (remote_start_remote): Check recording status.
818 (remote_btrace_maybe_reopen): New function.
819
e3487908
GKB
8202016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
821
822 * xml-syscall.c (get_syscalls_by_group): New.
823 (get_syscall_group_names): New.
824 (struct syscall_group_desc): New structure to store group data.
825 (struct syscalls_info): Include field to store the group list.
826 (sysinfo_free_syscall_group_desc): New.
827 (free_syscalls_info): Free group list.
828 (syscall_group_create_syscall_group_desc): New.
829 (syscall_group_add_syscall): New.
830 (syscall_create_syscall_desc): Add syscall to its groups.
831 (syscall_start_syscall): Load group attribute.
832 (syscall_group_get_group_by_name): New.
833 (xml_list_syscalls_by_group): New.
834 (xml_list_of_groups): New.
835 * xml-syscall.h (get_syscalls_by_group): Export function
836 to retrieve a list of syscalls filtered by the group name.
837 (get_syscall_group_names): Export function to retrieve the list
838 of syscall groups.
839 * break-catch-syscall.c (catch_syscall_split_args): Verify if
840 argument is a syscall group and expand it to a list of syscalls
841 when creating catchpoints.
842 (catch_syscall_completer): Add word completion for system call
843 groups.
844 * configure.ac: Include dependency for xsltproc when building
845 in maintainer-mode.
846 * break-catch-syscall.c (_initialize_breakpoint): Update catch
847 syscall command documentation.
848 * NEWS: Include section about catching groups of syscalls.
849 * configure: Regenerate.
850 * data-directory/Makefile.in: Generate syscall xml when building
851 in maintainer mode.
852 * syscalls/gdb-syscalls.dtd: Include group attribute to the
853 syscall element.
854 * syscalls/apply-defaults.xsl: New.
855 * syscalls/linux-defaults.xml.in: New.
856 * syscalls/aarch64-linux.xml: Rename to aarch64-linux.xml.in.
857 * syscalls/amd64-linux.xml: Rename to amd64-linux.xml.in.
858 * syscalls/arm-linux.xml: Rename to arm-linux.xml.in.
859 * syscalls/bfin-linux.xml: Rename to bfin-linux.xml.in.
860 * syscalls/i386-linux.xml: Rename to i386-linux.xml.in.
861 * syscalls/mips-n32-linux.xml: Rename to mips-n32-linux.xml.in.
862 * syscalls/mips-n64-linux.xml: Rename to mips-n64-linux.xml.in.
863 * syscalls/mips-o32-linux.xml: Rename to mips-o32-linux.xml.in.
864 * syscalls/ppc-linux.xml: Rename to ppc-linux.xml.in.
865 * syscalls/ppc64-linux.xml: Rename to ppc64-linux.xml.in.
866 * syscalls/s390-linux.xml: Rename to s390-linux.xml.in.
867 * syscalls/s390x-linux.xml: Rename to s390x-linux.xml.in.
868 * syscalls/sparc-linux.xml: Rename to sparc-linux.xml.in.
869 * syscalls/sparc64-linux.xml: Rename to sparc64-linux.xml.in.
870 * syscalls/aarch64-linux.xml: Regenerate.
871 * syscalls/amd64-linux.xml: Regenerate.
872 * syscalls/arm-linux.xml: Regenerate.
873 * syscalls/i386-linux.xml: Regenerate.
874 * syscalls/mips-n32-linux.xml: Regenerate.
875 * syscalls/mips-n64-linux.xml: Regenerate.
876 * syscalls/mips-o32-linux.xml: Regenerate.
877 * syscalls/ppc-linux.xml: Regenerate.
878 * syscalls/ppc64-linux.xml: Regenerate.
879 * syscalls/s390-linux.xml: Regenerate.
880 * syscalls/s390x-linux.xml: Regenerate.
881 * syscalls/sparc-linux.xml: Regenerate.
882 * syscalls/sparc64-linux.xml: Regenerate.
883
49ecef2a
AP
8842016-07-23 Andrew Pinski <apinski@cavium.com>
885
886 * nat/aarch64-linux-hw-point.c
887 (aarch64_linux_get_debug_reg_capacity): Handle
888 ARMv8.1 and ARMv8.2 debug versions.
889 * nat/aarch64-linux-hw-point.h
890 (AARCH64_DEBUG_ARCH_V8_1): New define.
891 (AARCH64_DEBUG_ARCH_V8_2): New define.
892
463888ab
РИ
8932016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
894
895 PR gdb/14529
896 * windows-nat.c (signal_event_command): New command 'signal-event'
897 for W32 JIT debug support.
898 * NEWS: Add an entry about the new 'signal-event' command.
899
e98c9e7c
TT
9002016-07-22 Tom Tromey <tom@tromey.com>
901
902 PR rust/20162:
903 * dwarf2read.c (scan_partial_symbols) <DW_TAG_structure_type>:
904 Call scan_partial_symbols for children when reading a Rust CU.
905 (dwarf2_physname): Ignore invalid DW_AT_linkage_name generated by
906 rustc.
907 (process_structure_scope) <DW_TAG_subprogram>: Call
908 read_func_scope for Rust.
909
eed2386e
YQ
9102016-07-22 Yao Qi <yao.qi@linaro.org>
911
912 * ctf.c (ctf_traceframe_info): Call bt_ctf_get_uint64 rather than
913 bt_ctf_get_int64.
914
12df5c00
TT
9152016-07-21 Tom Tromey <tom@tromey.com>
916
917 * rust-lang.c (rust_tuple_struct_type_p): Return false for empty
918 structs.
919 * rust-exp.y (struct_expr_list): Allow empty elements.
920
305450ed
TT
9212016-07-21 Tom Tromey <tom@tromey.com>
922
923 * configure: Rebuild.
924 * warning.m4 (AM_GDB_WARNINGS) <build_warnings>: Add
925 -Wunused-but-set-parameter, -Wunused-but-set-variable.
926
f515a1d6
PA
9272016-07-21 Pedro Alves <palves@redhat.com>
928
929 * go32-nat.c (go32_create_inferior): Add cast.
930 * ser-go32.c (dos_noop): Delete.
931 (dos_flush_output, dos_setparity, dos_drain_output): New
932 functions.
933 (dos_write): Add cast.
934 (dos_ops): Use dos_flush_output, dos_setparity and
935 dos_drain_output.
936 * top.c (do_chdir_cleanup): Add cast.
937
c25b7cce
PA
9382016-07-21 Pedro Alves <palves@redhat.com>
939
940 * windows-nat.c (handle_exception): Remove "th".
941
e3821cca
PA
9422016-07-21 Pedro Alves <palves@redhat.com>
943
944 * varobj.c (varobj_value_get_print_value): Move "gdbarch" to block
945 scope that uses it.
946
dbaed385
JB
9472016-07-20 John Baldwin <jhb@FreeBSD.org>
948
949 * fbsd-nat.c (fbsd_enable_proc_events): Enable "PTRACE_VFORK"
950 events.
951 (fbsd_pending_vfork_done): Only define if "PTRACE_VFORK" is not
952 defined.
953 (fbsd_add_vfork_done): Likewise.
954 (fbsd_is_vfork_done_pending): Likewise.
955 (fbsd_next_vfork_done): Likewise.
956 (fbsd_resume): Only ignore pending vfork done events if
957 "PTRACE_VFORK" is not defined.
958 (fbsd_wait): Only look for pending vfork done events if
959 "PTRACE_VFORK" is not defined.
960 [PTRACE_VFORK]: Handle "PL_FLAG_VFORKED" and "PL_FLAG_VFORK_DONE"
961 events.
962 (fbsd_follow_fork): Only fake a vfork done event if "PTRACE_VFORK"
963 is not defined.
964
5fa14c6b
JB
9652016-07-20 John Baldwin <jhb@FreeBSD.org>
966
967 * fbsd-nat.c (fbsd_wait): Use "fbsd_enable_proc_events" on
968 new child processes.
969
da95a26c
JB
9702016-07-20 John Baldwin <jhb@FreeBSD.org>
971
972 * fbsd-nat.c (fbsd_enable_lwp_events): Remove function.
973 (fbsd_enable_proc_events): New function.
974 (fbsd_enable_follow_fork): Remove function.
975 (fbsd_post_startup_inferior): Use "fbsd_enable_proc_events".
976 (fbsd_post_attach): Likewise.
977
bc7b765a
JB
9782016-07-15 John Baldwin <jhb@FreeBSD.org>
979
980 * common/signals.c (gdb_signal_from_host): Handle SIGLIBRT.
981 (do_gdb_signal_to_host): Likewise.
982 * infrun.c (_initialize_infrun): Pass GDB_SIGNAL_LIBRT through to
983 programs.
984 * proc-events.c (signal_table): Add entry for SIGLIBRT.
985
7f131b39
TT
9862016-07-14 Tom Tromey <tom@tromey.com>
987
988 * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Add missing
989 newline.
990
78cc6c2d
TT
9912016-07-14 Tom Tromey <tom@tromey.com>
992
993 * mips-tdep.c (micromips_scan_prologue): Remove "frame_addr".
994 (mips_o32_push_dummy_call): Remove "stack_used_p".
995 * aarch64-tdep.c (aarch64_record_data_proc_imm): Remove
996 "insn_bit28".
997 * rust-lang.c (rust_print_type): Remove "len".
998 * rust-exp.y (super_name): Remove "current_len".
999 * python/py-framefilter.c (py_print_type): Remove "type".
1000 * mdebugread.c (parse_partial_symbols): Remove
1001 "past_first_source_file".
1002 <N_SO>: Remove "valu", "first_so_symnum", "prev_textlow_not_set".
1003 * m2-valprint.c (m2_print_unbounded_array): Remove
1004 "content_type".
1005 (m2_val_print): Remove "i".
1006 * linespec.c (unexpected_linespec_error): Remove "cleanup".
1007 * f-valprint.c (f_val_print): Remove "i".
1008 * elfread.c (elf_symtab_read): Remove "offset".
1009 * dwarf2-frame.c (dwarf2_fetch_cfa_info): Remove "addr_size".
1010 * jit.c (jit_dealloc_cache): Remove "i" and "frame_arch".
1011
ac298888
TT
10122016-07-14 Tom Tromey <tom@tromey.com>
1013
1014 * arch-utils.c (default_skip_permanent_breakpoint): Remove
1015 "bp_insn".
1016 * disasm.c (do_assembly_only): Remove "num_displayed".
1017 * dwarf2read.c (read_abbrev_offset): Remove "length".
1018 (dwarf_decode_macro_bytes) <DW_MACINFO_vendor_ext>: Remove
1019 "constant".
1020 * m32c-tdep.c (make_regs): Remove "r2hl", "r3hl", and "intbhl".
1021 * microblaze-tdep.c (microblaze_frame_cache): Remove "func".
1022 * tracefile.c (trace_save): Remove "status".
1023
764c99c1
TT
10242016-07-14 Tom Tromey <tom@tromey.com>
1025
1026 * symfile.c (simple_overlay_update_1): Remove initialization
1027 of "size", and commented-out code.
1028 (simple_overlay_update): Likewise.
1029
cecc8b99
TT
10302016-07-14 Tom Tromey <tom@tromey.com>
1031
1032 * tui/tui-winsource.c (tui_show_source_line): Use getcurx.
1033 * tui/tui-io.c (tui_puts): Use getcurx.
1034 (tui_redisplay_readline): Likewise.
1035
821fc4ae
TT
10362016-07-14 Tom Tromey <tom@tromey.com>
1037
1038 * inflow.c (child_terminal_ours_1): Use ATTRIBUTE_UNUSED.
1039
537d9b85
TT
10402016-07-14 Tom Tromey <tom@tromey.com>
1041
1042 * corefile.c (reopen_exec_file): Only examine st.st_mtime if stat
1043 succeeded.
1044
dac790e1
TT
10452016-07-13 Tom Tromey <tom@tromey.com>
1046
1047 PR python/15620, PR python/18620:
1048 * python/py-evts.c (gdbpy_initialize_py_events): Call
1049 add_new_registry for new events.
1050 * python/py-events.h (events_object) <breakpoint_created,
1051 breakpoint_deleted, breakpoint_modified>: New fields.
1052 * python/py-breakpoint.c (gdbpy_breakpoint_created): Emit the
1053 breakpoint changed event.
1054 (gdbpy_breakpoint_deleted): Emit the breakpoint deleted event.
1055 (gdbpy_breakpoint_modified): New function.
1056 (gdbpy_initialize_breakpoints): Attach to the breakpoint modified
1057 observer.
1058
93daf339
TT
10592016-07-13 Tom Tromey <tom@tromey.com>
1060
1061 PR python/17698:
1062 * NEWS: Update.
1063 * python/py-breakpoint.c (bppy_get_pending): New function.
1064 (breakpoint_object_getset): Add entry for "pending".
1065 * breakpoint.h (pending_breakpoint_p): Declare.
1066 * breakpoint.c (pending_breakpoint_p): New function.
1067
43684a7b
TT
10682016-07-13 Tom Tromey <tom@tromey.com>
1069
1070 * python/py-breakpoint.c (bppy_get_visibility)
1071 (gdbpy_breakpoint_created): Use user_breakpoint_p.
1072
6571a381
TT
10732016-07-13 Tom Tromey <tom@tromey.com>
1074
1075 PR cli/18053:
1076 * jit.c (jit_reader_load_command): Use tilde_expand.
1077 (_initialize_jit): Fix help for jit-reader-unload. Set completer
1078 for new commands.
1079
e0f3fd7c
TT
10802016-07-12 Tom Tromey <tom@tromey.com>
1081
1082 PR python/19293:
1083 * python/lib/gdb/command/unwinders.py (do_enable_unwinder): Call
1084 gdb.invalidate_cached_frames.
1085 * python/lib/gdb/unwinder.py (register_unwinder): Call
1086 gdb.invalidate_cached_frames.
1087 * python/python.c (gdbpy_invalidate_cached_frames): New function.
1088 (python_GdbMethods): Add entry for invalidate_cached_frames.
1089
41c977aa
WT
10902016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1091
1092 * cp-namespace.c (cp_lookup_bare_symbol): Initialize
1093 lang_this.symbol.
1094
4f19a0e6
WT
10952016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1096
1097 * cp-namespace.c (cp_lookup_bare_symbol): Use language passed as
1098 parameter to look for the symbol "this".
1099
1100
fb36c6bf
JB
11012016-07-06 John Baldwin <jhb@FreeBSD.org>
1102
1103 * h8300-tdep.c (h8300_print_register): Remove extraneous parentheses.
1104
db297a65
JB
11052016-07-06 John Baldwin <jhb@FreeBSD.org>
1106
1107 * ada-lang.c (ada_unpack_from_contents): Use unsigned constants with
1108 left shifts.
1109
9ca10714
JB
11102016-07-06 John Baldwin <jhb@FreeBSD.org>
1111
1112 * sh64-tdep.c (sh64_analyze_prologue): Set "uses_fp" when setting
1113 the MEDIA_FP_REGNUM register.
1114
d66ff635
JB
11152016-07-06 John Baldwin <jhb@FreeBSD.org>
1116
1117 * score-tdep.c (score7_malloc_and_get_memblock): Remove check for
1118 negative size.
1119
ee950322
JB
11202016-07-06 John Baldwin <jhb@FreeBSD.org>
1121
1122 * fbsd-nat.c (fbsd_is_vfork_done_pending): Fix return type.
1123
1040b979
YQ
11242016-07-06 Yao Qi <yao.qi@linaro.org>
1125
1126 * arm-tdep.c (arm_vfp_cprc_sub_candidate): Don't call
1127 arm_vfp_cprc_sub_candidate for static field.
1128
42d94011
MG
11292016-07-06 Manish Goregaokar <manish@mozilla.com>
1130
1131 * rust-lang.c (rust_subscript): Allow subscripting pointers
1132
13cdc2af
JK
11332016-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1134
1135 * configure: Regenerate.
1136 * configure.ac (HAVE_LIBBABELTRACE): Fix pos variable dereference.
1137
09c98b44
DB
11382016-07-01 Don Breazeal <donb@codesourcery.com>
1139
1140 * remote.c (remote_get_memory_xfer_limit): New function.
1141 * target-delegates.c: Regenerate.
1142 * target.c (memory_xfer_partial): Call
1143 target_ops.to_get_memory_xfer_limit.
1144 * target.h (struct target_ops) <to_get_memory_xfer_limit>: New
1145 member.
1146
2c5c2a33
JB
11472016-07-01 John Baldwin <jhb@FreeBSD.org>
1148
1149 * fbsd-nat.c (struct fbsd_fork_child_info): Rename to ...
1150 (struct fbsd_fork_info): ... this.
1151 (struct fbsd_fork_info) <child>: Rename to ...
1152 (struct fbsd_fork_info) <ptid>: ... this.
1153 (fbsd_pending_children): Update type.
1154 (fbsd_remember_child): Update type and field name.
1155 (fbsd_is_child_pending): Likewise.
1156 (fbsd_pending_vfork_done): New variable.
1157 (fbsd_is_vfork_done_pending): New function.
1158 (fbsd_next_vfork_done): New function.
1159 (fbsd_resume): Don't resume processes with a pending vfork done
1160 event.
1161 (fbsd_wait): Report pending vfork done events.
1162 (fbsd_follow_fork): Delay and record a pending vfork done event
1163 for a vfork parent when detaching the child.
1164
8607ea63
JB
11652016-07-01 John Baldwin <jhb@FreeBSD.org>
1166
1167 * fbsd-nat.c (super_resume): Move earlier next to "super_wait".
1168 (resume_one_thread_cb): Move below fork following helper code.
1169 (resume_all_threads_cb): Likewise.
1170 (fbsd_resume): Likewise.
1171
bb2a62e6
JB
11722016-07-01 John Baldwin <jhb@FreeBSD.org>
1173
1174 * fbsd-nat.c (fbsd_follow_fork): Only detach child if
1175 "detach_fork" is true.
1176
5077bfff
JB
11772016-07-01 John Baldwin <jhb@FreeBSD.org>
1178
1179 * x86bsd-nat.c: Include 'gdbthread.h'.
1180 (x86bsd_dr_set): Set debug registers on all threads belonging to
1181 the current inferior.
1182
a3405d12
JB
11832016-07-01 John Baldwin <jhb@FreeBSD.org>
1184
1185 * Makefile.in [HFILES_NO_SRCDIR]: Replace 'amd64bsd-nat.h' with
1186 'x86bsd-nat.h'.
1187 * amd64bsd-nat.c: Include 'x86bsd-nat.h' instead of
1188 'amd64bsd-nat.h'.
1189 (amd64bsd_xsave_len): Rename and move to x86bsd-nat.c.
1190 (amd64bsd_fetch_inferior_registers): Replace 'amd64bsd_xsave_len'
1191 with 'x86bsd_xsave_len'.
1192 (amd64bsd_store_inferior_registers): Likewise.
1193 (amd64bsd_target): Inherit from x86bsd_target.
1194 (amd64bsd_dr_get): Rename and move to x86bsd-nat.c.
1195 (amd64bsd_dr_set): Likewise.
1196 (amd64bsd_dr_set_control): Likewise.
1197 (amd64bsd_dr_set_addr): Likewise.
1198 (amd64bsd_dr_get_addr): Likewise.
1199 (amd64bsd_dr_get_status): Likewise.
1200 (amd64bsd_dr_get_control): Likewise.
1201 * amd64fbsd-nat.c: Include 'x86bsd-nat.h' instead of
1202 'amd64bsd-nat.h'.
1203 (super_mourn_inferior): Move to x86bsd-nat.c.
1204 (amd64fbsd_mourn_inferior): Rename and move to x86bsd-nat.c.
1205 (amd64fbsd_read_description): Replace 'amd64bsd_xsave_len' with
1206 'x86bsd_xsave_len'.
1207 (_initialize_amd64fbsd_nat): Remove x86 watchpoint setup and
1208 mourn_inferior' target op.
1209 * config/i386/fbsd.mh (NATDEPFILES): Add x86bsd-nat.o.
1210 * config/i386/fbsd64.mh: Likewise.
1211 * config/i386/nbsd64.mh: Likewise.
1212 * config/i386/nbsdelf.mh: Likewise.
1213 * config/i386/obsd.mh: Likewise.
1214 * config/i386/obsd64.mh: Likewise.
1215 * i386bsd-nat.c: Include 'x86bsd-nat.h'.
1216 (i386bsd_xsave_len): Rename and move to x86bsd-nat.c.
1217 (i386bsd_fetch_inferior_registers): Replace 'i386bsd_xsave_len'
1218 with 'x86bsd_xsave_len'.
1219 (i386bsd_store_inferior_registers): Likewise.
1220 (i386bsd_target): Inherit from x86bsd_target.
1221 (i386bsd_dr_get): Rename and move to x86bsd-nat.c.
1222 (i386bsd_dr_set): Likewise.
1223 (i386bsd_dr_set_control): Likewise.
1224 (i386bsd_dr_set_addr): Likewise.
1225 (i386bsd_dr_get_addr): Likewise.
1226 (i386bsd_dr_get_status): Likewise.
1227 (i386bsd_dr_get_control): Likewise.
1228 * i386bsd-nat.h (i386bsd_xsave_len): Remove.
1229 (i386bsd_dr_set_control): Remove.
1230 (i386bsd_dr_set_addr): Remove.
1231 (i386bsd_dr_get_addr): Remove.
1232 (i386bsd_dr_get_status): Remove.
1233 (i386bsd_dr_get_control): Remove.
1234 * i386fbsd-nat.c: Include 'x86bsd-nat.h'.
1235 (i386fbsd_read_description): Replace 'i386bsd_xsave_len' with
1236 'x86bsd_xsave_len'.
1237 (_initialize_i386fbsd_nat): Remove x86 watchpoint setup and
1238 mourn_inferior' target op.
1239 * x86bsd-nat.c: New file.
1240 * x86bsd-nat.h: New file.
1241
20aa2c60
PA
12422016-07-01 Pedro Alves <palves@redhat.com>
1243 Tom Tromey <tom@tromey.com>
1244
1245 * jit.c (jit_reader_load_command): Call reinit_frame_cache and
1246 jit_inferior_created_hook.
1247 (jit_reader_unload_command): Call reinit_frame_cache and
1248 jit_inferior_exit_hook.
1249 * jit.c (struct jit_unwind_private) <registers>: Delete field.
1250 <regcache>: New field.
1251 (jit_unwind_reg_set_impl): Set the register's value in the
1252 regcache. Free the passed-in gdb_reg_value.
1253 (jit_dealloc_cache): Adjust to free the regcache.
1254 (jit_frame_sniffer): Allocate a regcache instead of an array of
1255 gdb_reg_value pointers.
1256 (jit_frame_this_id): Adjust.
1257 (jit_frame_prev_register): Read raw registers off of the regcache
1258 instead of from the gdb_reg_value pointer array. Use
1259 gdbarch_pseudo_register_read_value to read pseudo registers.
1260 * regcache.c (regcache_raw_set_cached_value): New function,
1261 factored out from ...
1262 (regcache_raw_write): ... here.
1263 * regcache.h (regcache_raw_set_cached_value): Declare.
1264
ced2dffb
PA
12652016-07-01 Pedro Alves <palves@redhat.com>
1266 Antoine Tremblay <antoine.tremblay@ericsson.com>
1267
1268 * inf-ptrace.c (inf_ptrace_detach_success): New function, factored
1269 out from ...
1270 (inf_ptrace_detach): ... here.
1271 * inf-ptrace.h (inf_ptrace_detach_success): New declaration.
1272 * linux-nat.c (get_pending_status): Rename to ...
1273 (get_detach_signal): ... this, and return a host signal instead of
1274 filling in a wait status.
1275 (detach_one_lwp): New function, factored out from detach_callback
1276 and adjusted to handle detaching from a zombie thread.
1277 (detach_callback): Skip the leader thread.
1278 (linux_nat_detach): No longer defer to inf_ptrace_detach to detach
1279 the leader thread, nor build a signal string to pass down.
1280 Instead, use target_announce_detach, detach_one_lwp and
1281 inf_ptrace_detach_success.
1282
63000888
PA
12832016-07-01 Pedro Alves <palves@redhat.com>
1284
1285 * breakpoint.c (breakpoint_init_inferior): Discard watchpoint
1286 locations.
1287 * infcmd.c (detach_command): Call breakpoint_init_inferior.
1288
0f48b757
PA
12892016-07-01 Pedro Alves <palves@redhat.com>
1290
1291 * darwin-nat.c (darwin_detach): Use target_announce_detach.
1292 * inf-ptrace.c (inf_ptrace_detach): Likewise.
1293 * nto-procfs.c (procfs_detach): Likewise.
1294 * remote.c (remote_detach_1): Likewise.
1295 * target.c (target_announce_detach): New function.
1296 * target.h (target_announce_detach): New declaration.
1297
803b47e5
TT
12982016-06-29 Tom Tromey <tom@tromey.com>
1299
1300 PR python/20129:
1301 * python/lib/gdb/command/frame_filters.py (_do_enable_frame_filter)
1302 (SetFrameFilterPriority._set_filter_priority): Use "frame_filter",
1303 not "name".
1304
9d78f827
TT
13052016-06-29 Tom Tromey <tom@tromey.com>
1306
1307 PR gdb/17210:
1308 * target.c (free_memory_read_result_vector): Take a pointer to the
1309 VEC as an argument.
1310 (read_memory_robust): Install a cleanup for "result".
1311 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Update.
1312
a405c228
MG
13132016-06-29 Manish Goregaokar <manish@mozilla.com>
1314
9bf74fb2
MG
1315 * rust-lang.c (rust_get_disr_info): Initialize saveptr to NULL.
1316
13172016-06-29 Manish Goregaokar <manish@mozilla.com>
1318
a405c228
MG
1319 * rust-lang.c (rust_get_disr_info): Use strtok_r instead of strsep.
1320
2ac09a5b
YQ
13212016-06-28 Yao Qi <yao.qi@linaro.org>
1322
1323 * aarch64-tdep.c (aarch64_displaced_step_b): Use int64_t for
1324 variable new_offset.
1325
921d8f54
MG
13262016-06-27 Manish Goregaokar <manish@mozilla.com>
1327
6763d566 1328 * rust-lang.c (rust_print_type, rust_decorations): Print unit
0b08e1f3
PA
1329 types as "()".
1330 (rust_print_type): Omit return type for functions returning unit.
921d8f54 1331
f4952523
PMR
13322016-06-25 Pierre-Marie de Rodat <derodat@adacore.com>
1333
1334 * python/py-breakpoint.c (bppy_init): Clear bppy_pending_object
1335 when there is an error during the breakpoint creation.
1336
9e8a8ea8
TT
13372016-06-25 Tom Tromey <tom@tromey.com>
1338
1339 * rust-lang.c (rust_get_disr_info, rust_print_type): Fix
1340 formatting.
1341
b5a4b3c5
MG
13422016-06-25 Manish Goregaokar <manish@mozilla.com>
1343
1344 PR gdb/20239
1345 * rust-lang.c (rust_get_disr_info): Correctly interpret
1346 NonZero-optimized enums of arbitrary depth.
1347 (rust_print_type): Correctly print NonZero-optimized
1348 enums.
1349
6b850546
DT
13502016-06-24 David Taylor <dtaylor@emc.com>
1351
1352 PR gdb/17520 Structure offset wrong when 1/4 GB or greater.
1353 * c-lang.h: Change all parameters, variables, and struct or union
1354 members used as struct or union fie3ld offsets from int to
1355 LONGEST.
1356 * c-valprint.c: Likewise.
1357 * cp-abi.c: Likewise.
1358 * cp-abi.h: Likewise.
1359 * cp-valprint.c: Likewise.
1360 * d-valprint.c: Likewise.
1361 * dwarf2loc.c: Likewise.
1362 * eval.c: Likewise.
1363 * extension-priv.h: Likewise.
1364 * extension.c: Likewise.
1365 * extension.h: Likewise.
1366 * findvar.c: Likewise.
1367 * gdbtypes.h: Likewise.
1368 * gnu-v2-abi.c: Likewise.
1369 * gnu-v3-abi.c: Likewise.
1370 * go-valprint.c: Likewise.
1371 * guile/guile-internal.h: Likewise.
1372 * guile/scm-pretty-print.c: Likewise.
1373 * jv-valprint.c Likewise.
1374 * opencl-lang.c: Likewise.
1375 * p-lang.h: Likewise.
1376 * python/py-prettyprint.c: Likewise.
1377 * python/python-internal.h: Likewise.
1378 * spu-tdep.c: Likewise.
1379 * typeprint.c: Likewise.
1380 * valarith.c: Likewise.
1381 * valops.c: Likewise.
1382 * valprint.c: Likewise.
1383 * valprint.h: Likewise.
1384 * value.c: Likewise.
1385 * value.h: Likewise.
1386 * p-valprint.c: Likewise.
1387 * c-typeprint.c (c_type_print_base): When printing offset, use
1388 plongest, not %d.
1389 * gdbtypes.c (recursive_dump_type): Ditto.
1390
2907f414
DT
13912016-06-24 David Taylor <david.taylor@emc.com>
1392
1393 * MAINTAINERS (Write After Approval): Add David Taylor.
1394
e6cdd38e
JB
13952016-06-24 John Baldwin <jhb@FreeBSD.org>
1396
1397 * configure.ac: Check for support for system call LWP fields on
1398 FreeBSD.
1399 * config.in, configure: Rebuild.
1400 * data-directory/Makefile.in (SYSCALLS_FILES): Add freebsd.xml.
1401 * fbsd-nat.c (fbsd_wait) [HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE]:
1402 Report system call events.
1403 [HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE]
1404 (fbsd_set_syscall_catchpoint): New function.
1405 (fbsd_nat_add_target) [HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE]:
1406 Set "to_set_syscall_catchpoint" to "fbsd_set_syscall_catchpoint".
1407 * fbsd-tdep.c: Include xml-syscall.h
1408 (fbsd_get_syscall_number): New function.
1409 (fbsd_init_abi): Set XML system call file name.
1410 Add "get_syscall_number" gdbarch method.
1411 * syscalls/freebsd.xml: New file.
1412
82372b2f
JB
14132016-06-24 John Baldwin <jhb@FreeBSD.org>
1414
1415 * fbsd-tdep.c: Include "auxv.h".
1416 (fbsd_print_auxv_entry): New function.
1417 (fbsd_init_abi): Install gdbarch "print_auxv_entry" method.
1418
2faa3447
JB
14192016-06-24 John Baldwin <jhb@FreeBSD.org>
1420
1421 * auxv.c (fprint_auxv_entry): New function.
1422 (default_print_auxv_entry): New function.
1423 (fprint_target_auxv): Use gdbarch_print_auxv_entry.
1424 * auxv.h (enum auxv_format): New enum.
1425 (fprint_auxv_entry): Declare.
1426 (default_print_auxv_entry): Declare.
1427 * gdbarch.sh (print_auxv_entry): New.
1428 * gdbarch.c, gdbarch.h: Re-generated.
1429
7697fc9e
JB
14302016-06-24 John Baldwin <jhb@FreeBSD.org>
1431
1432 * fbsd-nat.c [KERN_PROC_AUXV] New variable super_xfer_partial.
1433 (fbsd_xfer_partial): New function.
1434 (fbsd_nat_add_target) [KERN_PROC_AUXV] Set "to_xfer_partial" to
1435 "fbsd_xfer_partial".
1436
8b302db8
TT
14372016-06-23 Tom Tromey <tom@tromey.com>
1438
1439 * symtab.c (symbol_find_demangled_name): Loop over languages and
1440 use language_sniff_from_mangled_name.
1441 * rust-lang.c (rust_sniff_from_mangled_name): New function.
1442 (rust_language_defn): Update.
1443 * p-lang.c (pascal_language_defn): Update.
1444 * opencl-lang.c (opencl_language_defn): Update.
1445 * objc-lang.c (objc_sniff_from_mangled_name): New function.
1446 (objc_language_defn): Update.
1447 * m2-lang.c (m2_language_defn): Update.
1448 * language.h (struct language_defn) <la_sniff_from_mangled_name>: New
1449 field.
1450 (language_sniff_from_mangled_name): Declare.
1451 * language.c (language_sniff_from_mangled_name): New function.
1452 (unknown_language_defn, auto_language_defn, local_language_defn):
1453 Update.
1454 * jv-lang.c (java_sniff_from_mangled_name): New function.
1455 (java_language_defn): Use it.
1456 * go-lang.c (go_sniff_from_mangled_name): New function.
1457 (go_language_defn): Use it.
1458 * f-lang.c (f_language_defn): Update.
1459 * defs.h (enum language): Reorder.
1460 * d-lang.c (d_sniff_from_mangled_name): New function.
1461 (d_language_defn): Use it.
1462 * cp-support.h (gdb_sniff_from_mangled_name): Declare.
1463 * cp-support.c (gdb_sniff_from_mangled_name): New function.
1464 * c-lang.c (c_language_defn, cplus_language_defn)
1465 (asm_language_defn, minimal_language_defn): Update.
1466 * ada-lang.c (ada_sniff_from_mangled_name): New function.
1467 (ada_language_defn): Use it.
1468
56618e20
TT
14692016-06-23 Tom Tromey <tom@tromey.com>
1470
1471 * ada-lang.c (ada_extensions): New array.
1472 (ada_language_defn): Use it.
1473 * c-lang.c (c_extensions): New array.
1474 (c_language_defn): Use it.
1475 (cplus_extensions): New array.
1476 (cplus_language_defn): Use it.
1477 (asm_extensions): New array.
1478 (asm_language_defn): Use it.
1479 (minimal_language_defn): Update.
1480 * d-lang.c (d_extensions): New array.
1481 (d_language_defn): Use it.
1482 * f-lang.c (f_extensions): New array.
1483 (f_language_defn): Use it.
1484 * go-lang.c (go_language_defn): Update.
1485 * jv-lang.c (java_extensions): New array.
1486 (java_language_defn): Use it.
1487 * language.c (add_language): Call add_filename_language.
1488 (unknown_language_defn, auto_language_defn, local_language_defn):
1489 Update.
1490 * language.h (struct language_defn) <la_filename_extensions>: New
1491 field.
1492 * m2-lang.c (m2_language_defn): Update.
1493 * objc-lang.c (objc_extensions): New array.
1494 (objc_language_defn): Use it.
1495 * opencl-lang.c (opencl_language_defn): Update.
1496 * p-lang.c (p_extensions): New array.
1497 (pascal_language_defn): Use it.
1498 * rust-lang.c (rust_extensions): New array.
1499 (rust_language_defn): Use it.
1500 * symfile.c (add_filename_language): No longer static. Make "ext"
1501 const.
1502 (init_filename_language_table): Remove.
1503 (_initialize_symfile): Update.
1504 * symfile.h (add_filename_language): Declare.
1505
3fcf0b0d
TT
15062016-06-23 Tom Tromey <tom@tromey.com>
1507
1508 * symfile.c (filename_language_table): Now a VEC.
1509 (fl_table_size, fl_table_next): Remove.
1510 (add_filename_language): Use VEC_safe_push.
1511 (set_ext_lang_command, info_ext_lang_command)
1512 (deduce_language_from_filename): Use VEC_iterate.
1513 (init_filename_language_table): Use VEC_empty.
1514
0c72ed4c
TT
15152016-06-23 Tom Tromey <tom@tromey.com>
1516
1517 * python/python.c (gdbpy_parameter): Now static.
1518 * python/python-internal.h (gdbpy_parameter): Don't declare.
1519
17621150
TT
15202016-06-23 Tom Tromey <tom@tromey.com>
1521
1522 PR gdb/16483:
1523 * python/lib/gdb/command/frame_filters.py
1524 (InfoFrameFilter.list_frame_filters): Rename to print_list. Print
1525 nothing if no filters found. Return value indicating whether
1526 filters were printed.
1527 (InfoFrameFilter.print_list): Remove.
1528 (InfoFrameFilter.invoke): Print message if no frame filters
1529 found.
1530
04d59df6
WT
15312016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
1532
1533 * f-valprint.c (f_val_print): Add field names for printing
1534 derived types fields.
1535
34a60ddb
AA
15362016-06-21 Andreas Arnez <arnez@linux.vnet.ibm.com>
1537
1538 * s390-linux-tdep.c (s390_iterate_over_regset_sections): Fix typo
1539 in name of last-break regset.
1540
49940788
PA
15412016-06-21 Pedro Alves <palves@redhat.com>
1542
1543 * fork-child.c (fork_inferior): Switch the child to the main UI
1544 right after vfork. Save/restore the current UI in the parent.
1545 Flush outputs of the main UI instead of the current UI.
1546
468afe6c
PA
15472016-06-21 Pedro Alves <palves@redhat.com>
1548
1549 * breakpoint.c (watchpoint_check): Send watchpoint-deleted output
1550 to all UIs.
1551
86f78169
PA
15522016-06-21 Pedro Alves <palves@redhat.com>
1553
1554 * NEWS: Mention support for running interpreters on separate
1555 UIs and the new new-ui command.
1556
60eb5395
PA
15572016-06-21 Pedro Alves <palves@redhat.com>
1558
1559 * interps.c (set_top_level_interpreter): New function, factored
1560 out from captured_main.
1561 (interpreter_completer): Make extern.
1562 * interps.h (set_top_level_interpreter, interpreter_completer):
1563 New declarations.
1564 (captured_main): Use set_top_level_interpreter.
1565 * top.c [!O_NOCTTY] (O_NOCTTY): Define as 0.
1566 (open_terminal_stream, new_ui_command): New functions.
1567 (init_main): Install the "new-ui" command.
1568
268a799a
PA
15692016-06-21 Pedro Alves <palves@redhat.com>
1570
1571 * cli/cli-script.c (read_next_line): Adjust to per-UI stdin.
1572 (read_command_lines): Use input_interactive_p instead of
1573 input_from_terminal_p.
1574 * defs.h (struct ui): Forward declare.
1575 (input_from_terminal_p): Rename to ...
1576 (input_interactive_p): ... this.
1577 * event-top.c (stdin_event_handler): Pass 0 as from_tty argument
1578 to quit_command.
1579 (command_handler): Adjust to per-UI stdin.
1580 (handle_line_of_input): Adjust to per-UI stdin and use
1581 input_interactive_p instead of ISATTY and input_from_terminal_p.
1582 (gdb_readline_no_editing_callback): Adjust to per-UI stdin.
1583 (command_line_handler): Always pass true as "from_tty" parameter
1584 of handle_line_of_input and execute_command.
1585 (async_sigterm_handler): Pass 0 as from_tty argument to
1586 quit_command.
1587 * inflow.c (interactive_mode, show_interactive_mode): Moved to ...
1588 (gdb_has_a_terminal): Don't check interactive_mode here.
1589 (_initialize_inflow): Don't install "set interactive-mode" here.
1590 * main.c (captured_command_loop): Adjust to per-UI stdin.
1591 * mi/mi-interp.c (mi_execute_command_wrapper): Adjust to per-UI
1592 stdin.
1593 * top.c (new_ui): Save the stdin stream and whether it's a tty.
1594 (dont_repeat): Adjust to per-UI stdin.
1595 (command_line_input): Adjust to per-UI stdin and to use
1596 input_interactive_p.
1597 (quit_force): Write history if any UI supports interactive input.
1598 (interactive_mode, show_interactive_mode): Move here, from
1599 inflow.c.
1600 (input_from_terminal_p): Rename to ...
1601 (input_interactive_p): ... this, and check the "interactive_mode"
1602 global instead of calling gdb_has_a_terminal.
1603 (_initialize_top): Install "set interactive-mode" here.
1604 * top.h (struct ui) <stdin_stream, input_interactive_p>: New
1605 fields.
1606 * utils.c (quit): Pass 0 as from_tty argument to quit_force.
1607 (defaulted_query): Adjust to per-UI stdin and to use
1608 input_interactive_p.
1609
07169ff7
PA
16102016-06-21 Pedro Alves <palves@redhat.com>
1611
1612 * event-top.c (stdin_event_handler): Don't quit gdb if it was a
1613 secondary UI's input stream that closed. Instead, just delete the
1614 UI.
1615
98d9f24e
PA
16162016-06-21 Pedro Alves <palves@redhat.com>
1617
1618 * event-top.c (main_ui_): Delete.
1619 (main_ui, current_ui, ui_list): No longer initialize here.
1620 * main.c (captured_main): UI initialization code factored out to
1621 new new_ui function.
1622 (gdb_main): Wrap captured_main with TRY/CATCH instead of
1623 catch_errors.
1624 * top.c (highest_ui_num): New global.
1625 (new_ui): New function.
1626 * top.h (struct ui) <num>: New field.
1627 (new_ui): New declaration.
1628
eaae60fd
PA
16292016-06-21 Pedro Alves <palves@redhat.com>
1630
1631 * cli/cli-interp.c (cli_on_normal_stop): Bail out early if there's
1632 nothing to print. Use should_print_stop_to_console.
1633 * tui/tui-interp.c (tui_on_normal_stop): Likewise.
1634
8980e177
PA
16352016-06-21 Pedro Alves <palves@redhat.com>
1636
1637 * breakpoint.c (new_until_break_fsm): Add 'cmd_interp' parameter.
1638 (until_break_fsm_should_stop, until_break_fsm_clean_up): Add
1639 thread parameter.
1640 (until_break_command): Pass command interpreter to thread fsm
1641 ctor.
1642 * cli/cli-interp.c (should_print_stop_to_console): Adjust.
1643 * gdbthread.h (struct thread_control_state) <command_interp>:
1644 Delete field.
1645 * infcall.c (new_call_thread_fsm): Add 'cmd_interp' parameter.
1646 Pass it down.
1647 (call_thread_fsm_should_stop): Add thread parameter.
1648 (call_function_by_hand_dummy): Pass command interpreter to thread
1649 fsm ctor. Pass thread pointer to fsm clean up method.
1650 * infcmd.c: Include interps.h.
1651 (struct step_command_fsm) <thread>: Delete field.
1652 (new_step_command_fsm): Add 'cmd_interp' parameter. Pass it down.
1653 (step_command_fsm_prepare): Remove references to fsm's thread
1654 field.
1655 (step_1): Pass command interpreter to thread
1656 fsm ctor. Pass thread pointer to fsm clean up method.
1657 (step_command_fsm_should_stop, step_command_fsm_clean_up): Add
1658 thread parameter and use it.
1659 (new_until_next_fsm): Add 'cmd_interp' parameter. Pass it down.
1660 (until_next_fsm_should_stop, until_next_fsm_clean_up): Add thread
1661 parameter and use it.
1662 (until_next_command): Pass command interpreter to thread fsm ctor.
1663 (struct finish_command_fsm) <thread>: Delete field.
1664 (finish_command_fsm_ops): Add NULL slot for should_notify_stop.
1665 (new_finish_command_fsm): Add 'cmd_interp' parameter and pass it
1666 down. Remove thread parameter and adjust.
1667 (finish_command_fsm_should_stop, finish_command_fsm_clean_up): Add
1668 thread parameter and use it.
1669 (finish_command): Pass command interpreter to thread fsm ctor.
1670 Don't pass thread.
1671 * infrun.c (follow_fork): Move thread fsm to child fork instead of
1672 command interpreter, only.
1673 (clear_proceed_status_thread): Remove reference to command_interp.
1674 (proceed): Don't record the thread's command interpreter.
1675 (clean_up_just_stopped_threads_fsms): Pass thread to fsm clean_up
1676 method.
1677 (fetch_inferior_event): Pass thread to fsm should_stop method.
1678 * thread-fsm.c (thread_fsm_ctor): Add 'cmd_interp' parameter.
1679 Store it.
1680 (thread_fsm_clean_up, thread_fsm_should_stop): Add thread
1681 parameter and pass it down.
1682 * thread-fsm.h (struct thread_fsm) <command_interp>: New field.
1683 (struct thread_fsm_ops) <clean_up, should_stop>: Add thread
1684 parameter.
1685 (thread_fsm_ctor): Add 'cmd_interp' parameter.
1686 (thread_fsm_clean_up, thread_fsm_should_stop): Add thread
1687 parameter.
1688 * thread.c (thread_cancel_execution_command): Pass thread to
1689 thread fsm clean_up method.
1690
26cde2cc
PA
16912016-06-21 Pedro Alves <palves@redhat.com>
1692
1693 * cli/cli-interp.c: Include gdbthread.h and thread-fsm.h.
1694 (should_print_stop_to_console): New function, factored out from
1695 mi_on_normal_stop_1.
1696 * cli/cli-interp.h (should_print_stop_to_console): Declare.
1697 * mi/mi-interp.c (mi_on_normal_stop_1): Use
1698 should_print_stop_to_console. Pass it the current UI's console
1699 interpreter.
1700 * mi/mi-main.c (captured_mi_execute_command): Use the
1701 INTERP_CONSOLE symbol rather than explicit "console".
1702
a8836c93
PA
17032016-06-21 Pedro Alves <palves@redhat.com>
1704
1705 * infcmd.c (prepare_execution_command): Use
1706 all_uis_on_sync_execution_starting.
1707 * infrun.c (all_uis_on_sync_execution_starting): New function.
1708 * infrun.h (all_uis_on_sync_execution_starting): Declare.
1709
3b12939d
PA
17102016-06-21 Pedro Alves <palves@redhat.com>
1711
1712 * annotate.c: Include top.h.
1713 (async_background_execution_p): Delete.
1714 (print_value_flags): Check the UI's prompt state rather then
1715 async_background_execution_p.
1716 * event-loop.c (start_event_loop): Set the prompt state to
1717 PROMPT_NEEDED.
1718 * event-top.c (display_gdb_prompt, async_enable_stdin)
1719 (async_disable_stdin): Check the current UI's prompt state instead
1720 of the sync_execution global.
1721 (command_line_handler): Set the prompt state to PROMPT_NEEDED
1722 before running a command, and display the prompt if still needed
1723 afterwards.
1724 * infcall.c (struct call_thread_fsm) <waiting_ui>: New field.
1725 (new_call_thread_fsm): New parameter 'waiting_ui'. Store it.
1726 (call_thread_fsm_should_stop): Set the prompt state to
1727 PROMPT_NEEDED.
1728 (run_inferior_call): Adjust to temporarily set the prompt state to
1729 PROMPT_BLOCKED instead of using the sync_execution global.
1730 (call_function_by_hand_dummy): Pass the current UI to
1731 new_call_thread_fsm.
1732 * infcmd.c: Include top.h.
1733 (continue_1): Check the current UI's prompt state instead of the
1734 sync_execution global.
1735 (continue_command): Validate global execution state before calling
1736 prepare_execution_command.
1737 (step_1): Call all_uis_check_sync_execution_done.
1738 (attach_post_wait): Don't call async_enable_stdin here. Remove
1739 reference to sync_execution.
1740 * infrun.c (sync_execution): Delete global.
1741 (follow_fork_inferior)
1742 (reinstall_readline_callback_handler_cleanup): Check the current
1743 UI's prompt state instead of the sync_execution global.
1744 (check_curr_ui_sync_execution_done)
1745 (all_uis_check_sync_execution_done): New functions.
1746 (fetch_inferior_event): Call all_uis_check_sync_execution_done
1747 instead of trying to determine whether the global sync execution
1748 changed.
1749 (handle_no_resumed): Check the prompt state of all UIs.
1750 (normal_stop): Emit the no unwait-for even to all PROMPT_BLOCKED
1751 UIs. Emit the "Switching to" notification to all UIs. Enable
1752 stdin in all UIs.
1753 * infrun.h (sync_execution): Delete.
1754 (all_uis_check_sync_execution_done): Declare.
1755 * main.c (captured_command_loop): Don't call
1756 interp_pre_command_loop if the prompt is blocked.
1757 (catch_command_errors, catch_command_errors_const): Adjust.
1758 (captured_main): Set the initial prompt state to PROMPT_NEEDED.
1759 * mi/mi-interp.c (display_mi_prompt): Set the prompt state to
1760 PROMPTED.
1761 (mi_interpreter_resume): Don't clear sync_execution. Remove hack
1762 comment.
1763 (mi_execute_command_input_handler): Set the prompt state to
1764 PROMPT_NEEDED before executing the command, and only display the
1765 prompt if the prompt state is PROMPT_NEEDED afterwards.
1766 (mi_on_resume_1): Adjust to check the prompt state.
1767 * target.c (target_terminal_inferior): Adjust to check the prompt
1768 state.
1769 * top.c (wait_sync_command_done, maybe_wait_sync_command_done)
1770 (execute_command): Check the current UI's prompt state instead of
1771 sync_execution.
1772 * top.h (enum prompt_state): New.
1773 (struct ui) <prompt_state>: New field.
1774 (ALL_UIS): New macro.
1775
dbf30ca3
PA
17762016-06-21 Pedro Alves <palves@redhat.com>
1777
1778 * top.c (gdb_secondary_prompt_depth): Delete.
1779 (gdb_in_secondary_prompt_p): Add ui parameter. Use it.
1780 (gdb_readline_wrapper_cleanup, gdb_readline_wrapper): Adjust to
1781 per-UI gdb_secondary_prompt_depth.
1782 * top.h (struct ui) <secondary_prompt_depth>: New field.
1783
b2d86570
PA
17842016-06-21 Pedro Alves <palves@redhat.com>
1785
1786 * cli/cli-interp.c (cli_interpreter_pre_command_loop): New
1787 function.
1788 (cli_interp_procs): Install it instead of cli_command_loop.
1789 * cli/cli-interp.h (cli_interpreter_pre_command_loop): Declare.
1790 * event-top.c (cli_command_loop): Delete.
1791 * interps.c (interp_new): Remove reference to command_loop_proc.
1792 (current_interp_command_loop): Delete.
1793 (interp_pre_command_loop): New function.
1794 (interp_command_loop_ftype): Delete.
1795 * interps.h (interp_pre_command_loop_ftype): New typedef.
1796 (struct interp_procs) <command_loop_proc>: Delele field.
1797 <pre_command_loop_proc>: New field.
1798 (current_interp_command_loop): Delete declaration.
1799 (interp_pre_command_loop): New declaration.
1800 * main.c (captured_command_loop): Call interp_pre_command_loop
1801 instead of current_interp_command_loop and start an event loop.
1802 * mi/mi-interp.c (mi_command_loop): Delete.
1803 (mi_interpreter_pre_command_loop): New.
1804 (mi_interp_procs): Update.
1805 * tui/tui-interp.c (tui_interp_procs): Install
1806 cli_interpreter_pre_command_loop instead of cli_command_loop.
1807
9204d692
PA
18082016-06-21 Pedro Alves <palves@redhat.com>
1809
1810 * interps.c (current_interpreter): New function.
1811 * interps.h (current_interpreter): New declaration.
1812 * mi/mi-cmds.h (raw_stdout): Delete declaration.
1813 * mi/mi-common.h (struct mi_interp) <raw_stdout,
1814 saved_raw_stdout>: New field.
1815 * mi/mi-interp.c (display_mi_prompt): New parameter 'mi'. Adjust
1816 to per-UI raw_stdout.
1817 (mi_interpreter_init): Adjust to per-UI raw_stdout.
1818 (mi_on_sync_execution_done, mi_execute_command_input_handler)
1819 (mi_command_loop): Pass MI instance to display_mi_prompt.
1820 (mi_on_normal_stop_1, mi_output_running_pid, mi_on_resume_1)
1821 (mi_on_resume): Adjust to per-UI raw_stdout.
1822 (saved_raw_stdout): Delete.
1823 (mi_set_logging): Adjust to per-UI raw_stdout and
1824 saved_raw_stdout.
1825 * mi/mi-main.c (raw_stdout): Delete.
1826 (mi_cmd_gdb_exit, captured_mi_execute_command)
1827 (mi_print_exception, mi_load_progress): Adjust to per-UI
1828 raw_stdout.
1829 (print_diff_now, mi_print_timing_maybe): New ui_file parameter.
1830 Pass it along.
1831 (print_diff): New ui_file parameter. Send output there instead of
1832 raw_stdout.
1833 * mi/mi-main.h (struct ui_file): Forward declare.
1834 (mi_print_timing_maybe): Add ui_file parameter.
1835
05beb275
PA
18362016-06-21 Pedro Alves <palves@redhat.com>
1837
1838 * mi/mi-interp.c (display_mi_prompt): New function.
1839
215d3118
PA
18402016-06-21 Pedro Alves <palves@redhat.com>
1841
1842 * target.c (target_terminal_inferior): Bail out after
1843 unregistering input_fd if not on the main UI.
1844 (target_terminal_ours): Bail out after registering input_fd if not
1845 on the main UI.
1846 (target_terminal_ours_for_output): Bail out if not on the main UI.
1847
c61db772
PA
18482016-06-21 Pedro Alves <palves@redhat.com>
1849
1850 * event-top.c (restore_ui_cleanup): Make extern.
1851 * infrun.c (fetch_inferior_event): Always switch to the main UI.
1852 * top.h (restore_ui_cleanup): Declare.
1853
3c216924
PA
18542016-06-21 Pedro Alves <palves@redhat.com>
1855
1856 PR mi/20034
1857 * cli/cli-interp.c: Include cli-interp.h and event-top.h.
1858 (cli_interpreter_resume): Pass 1 to gdb_setup_readline. Set the
1859 UI's input_handler here.
1860 (cli_interpreter_supports_command_editing): New function.
1861 (cli_interp_procs): Install it.
1862 * cli/cli-interp.h: New file.
1863 * event-top.c (async_command_editing_p): Rename to ...
1864 (set_editing_cmd_var): ... this.
1865 (change_line_handler): Add parameter 'editing', and use it. Bail
1866 early if the interpreter doesn't support editing. Don't touch
1867 readline state if editing is off.
1868 (gdb_rl_callback_handler_remove, gdb_rl_callback_handler_install)
1869 (gdb_rl_callback_handler_reinstall): Assert the current UI is the
1870 main UI.
1871 (display_gdb_prompt): Don't call gdb_rl_callback_handler_remove if
1872 not using readline. Check whether the current UI is using command
1873 editing instead of checking the async_command_editing_p global.
1874 (set_async_editing_command): Delete.
1875 (gdb_setup_readline): Add 'editing' parameter. Only allow editing
1876 on the main UI. Don't touch readline state if editing is off.
1877 (gdb_disable_readline): Don't touch readline state if editing is
1878 off.
1879 * event-top.h (gdb_setup_readline): Add 'int' parameter.
1880 (set_async_editing_command): Delete declaration.
1881 (change_line_handler, command_line_handler): Declare.
1882 (async_command_editing_p): Rename to ...
1883 (set_editing_cmd_var): ... this.
1884 * infrun.c (reinstall_readline_callback_handler_cleanup): Check
1885 whether the current UI has editing enabled rather than checking
1886 the async_command_editing_p global.
1887 * interps.c (interp_supports_command_editing): New function.
1888 * interps.h (interp_supports_command_editing_ftype): New typedef.
1889 (struct interp_procs) <supports_command_editing_proc>: New field.
1890 (interp_supports_command_editing): Declare.
1891 * mi/mi-interp.c (mi_interpreter_resume): Pass 0 to
1892 gdb_setup_readline. Don't clear the async_command_editing_p
1893 global. Update comments.
1894 * top.c (gdb_readline_wrapper_line, gdb_readline_wrapper): Check
1895 whether the current UI has editing enabled rather than checking
1896 the async_command_editing_p global. Don't touch readline state if
1897 editing is off.
1898 (undo_terminal_modifications_before_exit): Switch to the main UI.
1899 Unconditionally call gdb_disable_readline.
1900 (set_editing): New function.
1901 (show_async_command_editing_p): Rename to ...
1902 (show_editing): ... this. Show the state of the current UI.
1903 (_initialize_top): Adjust.
1904 * top.h (struct ui) <command_editing>: New field.
1905 * tui/tui-interp.c: Include cli/cli-interp.h.
1906 (tui_resume): Pass 1 to gdb_setup_readline. Set the UI's
1907 input_handler.
1908 (tui_interp_procs): Install
1909 cli_interpreter_supports_command_editing.
1910 * tui/tui-io.c (tui_getc): Check whether the current UI has
1911 editing enabled rather than checking the async_command_editing_p
1912 global.
1913
b6dcde57
PA
19142016-06-21 Pedro Alves <palves@redhat.com>
1915
1916 * top.c: Call gen_ret_current_ui_field_ptr for current_uiout.
1917 * top.h (struct ui) <m_current_uiout>: New field.
1918 * ui-out.c (current_uiout): Delete.
1919 * ui-out.h (current_uiout): Delete.
1920 (current_ui_current_uiout_ptr): New declaration.
1921 (current_uiout): Reimplement as wrapper around
1922 current_ui_current_uiout_ptr.
1923
23ff98d2
PA
19242016-06-21 Pedro Alves <palves@redhat.com>
1925
1926 * ui-out.c (default_ui_out_impl): Delete.
1927 (def_uiout): Delete.
1928 (current_uiout): Set to NULL.
1929 (default_table_begin, default_table_body, default_table_end)
1930 (default_table_header, default_begin, default_end)
1931 (default_field_int, default_field_skip, default_field_string)
1932 (default_field_fmt, default_spaces, default_text, default_message)
1933 (default_wrap_hint, default_flush, default_data_destroy): Delete.
1934
694ec099
PA
19352016-06-21 Pedro Alves <palves@redhat.com>
1936
1937 * event-top.c (gdb_setup_readline): Pass the UI's outstream and
1938 errstream to stdout_fileopen and stderr_fileopen.
1939 * exceptions.c: Include top.h.
1940 (print_flush): Open the current UI's outstream file descriptor,
1941 instead of hardcoding file descriptor 1.
1942 * main.c (captured_main): Save the main UI's out and error
1943 streams. Adjust stderr_fileopen call.
1944 * top.h (struct ui) <outstream, errstream>: New fields.
1945 * ui-file.c (stderr_fileopen): Add stream parameter. Use it
1946 instead of stderr.
1947 * ui-file.h (stderr_fileopen): Add stream parameter and update
1948 comment.
1949
41fd2b0f
PA
19502016-06-21 Pedro Alves <palves@redhat.com>
1951
1952 * event-top.c (input_fd): Delete.
1953 (stdin_event_handler): Switch to the UI whose input descriptor got
1954 the event. Adjust to per-UI input_fd.
1955 (gdb_setup_readline): Don't set the input_fd global. Adjust to
1956 per-UI input_fd.
1957 (gdb_disable_readline): Adjust to per-UI input_fd.
1958 * event-top.h (input_fd): Delete declaration.
1959 * linux-nat.c (linux_nat_terminal_inferior): Don't remove input_fd
1960 from the event-loop here.
1961 (linux_nat_terminal_ours): Don't register input_fd in the
1962 event-loop here.
1963 * main.c (captured_main): Adjust to per-UI input_fd.
1964 * remote.c (remote_terminal_inferior): Don't remove input_fd from
1965 the event-loop here.
1966 (remote_terminal_ours): Don't register input_fd in the event-loop
1967 here.
1968 * target.c: Include top.h and event-top.h.
1969 (target_terminal_inferior): Remove input_fd from the event-loop
1970 here.
1971 (target_terminal_ours): Register input_fd in the event-loop.
1972 * top.h (struct ui) <input_fd>: New field.
1973
f38d3ad1
PA
19742016-06-21 Pedro Alves <palves@redhat.com>
1975
1976 * cli/cli-script.c (execute_user_command, read_next_line)
1977 (read_next_line): Adjust to per-UI instream.
1978 * event-top.c (stdin_event_handler, command_handler)
1979 (handle_line_of_input, command_line_handler)
1980 (gdb_readline_no_editing_callback, async_sigterm_handler)
1981 (gdb_setup_readline): Likewise.
1982 * inflow.c: Include top.h.
1983 (gdb_has_a_terminal, child_terminal_init_with_pgrp)
1984 (gdb_save_tty_state, child_terminal_inferior)
1985 (child_terminal_ours_1, copy_terminal_info): Use the main UI.
1986 (initialize_stdin_serial): Adjust to per-UI instream.
1987 * main.c (captured_command_loop, captured_main): Adjust to per-UI
1988 instream.
1989 * mi/mi-interp.c (mi_execute_command_wrapper): Likewise.
1990 * python/python.c (python_interactive_command): Likewise.
1991 * terminal.h (struct ui): Forward declare.
1992 (initialize_stdin_serial): Add struct ui parameter.
1993 * top.c (instream): Delete.
1994 (do_restore_instream_cleanup, read_command_file, dont_repeat)
1995 (gdb_readline_no_editing, command_line_input)
1996 (input_from_terminal_p, gdb_init): Adjust to per-UI instream.
1997 * top.h (struct ui) <instream>: New field.
1998 (instream): Delete declaration.
1999 (quit): Adjust to per-UI instream.
2000
20012016-06-21 Pedro Alves <palves@redhat.com>
2002
2003 * event-loop.c: Include top.h.
2004 (invoke_async_signal_handlers): Switch to the main UI.
2005 * event-top.c (main_ui_): Update comment.
2006 (main_ui): New global.
2007 * top.h (main_ui): Declare.
2008
73ab01a0
PA
20092016-06-21 Pedro Alves <palves@redhat.com>
2010
2011 * cli/cli-interp.c (cli_interp): Delete.
2012 (as_cli_interp): New function.
2013 (cli_on_normal_stop, cli_on_signal_received)
2014 (cli_on_end_stepping_range, cli_on_signal_exited, cli_on_exited)
2015 (cli_on_no_history): Send output to all CLI UIs.
2016 (cli_on_sync_execution_done, cli_on_command_error): Skip output if
2017 the top level interpreter is not a CLI.
2018 (cli_interpreter_init): Don't set cli_interp or install observers
2019 here.
2020 (_initialize_cli_interp): Install observers here.
2021 * event-top.c (main_ui_, ui_list): New globals.
2022 (current_ui): Point to main_ui_.
2023 (restore_ui_cleanup, switch_thru_all_uis_init)
2024 (switch_thru_all_uis_cond, switch_thru_all_uis_next): New
2025 functions.
2026 * mi/mi-interp.c (as_mi_interp): New function.
2027 (mi_interpreter_init): Don't install observers here.
2028 (mi_on_sync_execution_done): Skip output if the top level
2029 interpreter is not a MI.
2030 (mi_new_thread, mi_thread_exit, mi_record_changed)
2031 (mi_inferior_added, mi_inferior_appeared, mi_inferior_exit)
2032 (mi_inferior_removed): Send output to all MI UIs.
2033 (find_mi_interpreter, mi_interp_data): Delete.
2034 (find_mi_interp): New function.
2035 (mi_on_signal_received, mi_on_end_stepping_range)
2036 (mi_on_signal_exited, mi_on_exited, mi_on_no_history): Send output
2037 to all MI UIs.
2038 (mi_on_normal_stop): Rename to ...
2039 (mi_on_normal_stop_1): ... this.
2040 (mi_on_normal_stop): Reimplement, sending output to all MI UIs.
2041 (mi_traceframe_changed, mi_tsv_created, mi_tsv_deleted)
2042 (mi_tsv_modified, mi_breakpoint_created, mi_breakpoint_deleted)
2043 (mi_breakpoint_modified, mi_output_running_pid): Send output to
2044 all MI UIs.
2045 (mi_on_resume): Rename to ...
2046 (mi_on_resume_1): ... this. Don't handle infcalls here.
2047 (mi_on_resume): Reimplement, sending output to all MI UIs.
2048 (mi_solib_loaded, mi_solib_unloaded, mi_command_param_changed)
2049 (mi_memory_changed): Send output to all MI UIs.
2050 (report_initial_inferior): Install observers here.
2051 * top.h (struct ui) <next>: New field.
2052 (ui_list): Declare.
2053 (struct switch_thru_all_uis): New.
2054 (switch_thru_all_uis_init, switch_thru_all_uis_cond)
2055 (switch_thru_all_uis_next): Declare.
2056 (SWITCH_THRU_ALL_UIS): New macro.
2057 * tui/tui-interp.c (tui_interp): Delete global.
2058 (as_tui_interp): New function.
2059 (tui_on_normal_stop, tui_on_signal_received)
2060 (tui_on_end_stepping_range, tui_on_signal_exited, tui_on_exited)
2061 (tui_on_no_history): Send output to all TUI UIs.
2062 (tui_on_sync_execution_done, tui_on_command_error): Skip output if
2063 the top level interpreter is not a TUI.
2064 (tui_init): Don't set tui_interp or install observers here.
2065 (_initialize_tui_interp): Install observers here.
2066
8322445e
PA
20672016-06-21 Pedro Alves <palves@redhat.com>
2068
2069 * cli/cli-interp.c (cli_uiout): Delete, moved into ...
2070 (struct cli_interp): ... this new structure.
2071 (cli_on_normal_stop, cli_on_signal_received)
2072 (cli_on_end_stepping_range, cli_on_signal_exited, cli_on_exited)
2073 (cli_on_no_history): Use interp_ui_out.
2074 (cli_interpreter_init): If top level, set the cli_interp global.
2075 (cli_interpreter_init): Return the interp's data instead of NULL.
2076 (cli_interpreter_resume, cli_interpreter_exec, cli_ui_out): Adjust
2077 to cli_uiout being in the interpreter's data.
2078 (cli_interp_procs): New, factored out from _initialize_cli_interp.
2079 (cli_interp_factory): New function.
2080 (_initialize_cli_interp): Call interp_factory_register.
2081 * interps.c (get_interp_info): New, factored out from ...
2082 (get_current_interp_info): ... this.
2083 (interp_new): Add parameter 'data'. Store it.
2084 (struct interp_factory): New function.
2085 (interp_factory_p): New typedef. Define a VEC_P.
2086 (interpreter_factories): New global.
2087 (interp_factory_register): New function.
2088 (interp_add): Add 'ui' parameter. Use get_interp_info and
2089 interp_lookup_existing.
2090 (interp_lookup): Rename to ...
2091 (interp_lookup_existing): ... this. Add 'ui' parameter. Don't
2092 check for NULL or empty name here.
2093 (interp_lookup): Add 'ui' parameter and reimplement.
2094 (interp_set_temp, interpreter_exec_cmd): Adjust.
2095 (interpreter_completer): Complete on registered interpreter
2096 factories instead of interpreters.
2097 * interps.h (interp_factory_func): New typedef.
2098 (interp_factory_register): Declare.
2099 (interp_new, interp_add): Adjust.
2100 (interp_lookup): Declare.
2101 * main.c (captured_main): Adjust.
2102 * mi/mi-interp.c (mi_cmd_interpreter_exec): Adjust.
2103 (mi_interp_procs): New, factored out from
2104 _initialize_mi_interp.
2105 (mi_interp_factory): New function.
2106 * python/python.c (execute_gdb_command): Adjust.
2107 * tui/tui-interp.c (tui_init): If top level, set the tui_interp
2108 global.
2109 (tui_interp_procs): New.
2110 (tui_interp_factory): New function.
2111 (_initialize_tui_interp): Call interp_factory_register.
2112
cb814510
PA
21132016-06-21 Pedro Alves <palves@redhat.com>
2114
2115 * breakpoint.c (bpstat_do_actions_1): Access the current UI's
2116 async field instead of the interpreter_async global.
2117 * cli/cli-script.c (execute_user_command, while_command)
2118 (if_command, script_from_file): Likewise.
2119 * compile/compile.c: Include top.h instead of interps.h.
2120 (compile_file_command, compile_code_command)
2121 (compile_print_command): Access the current UI's async field
2122 instead of the interpreter_async global.
2123 * guile/guile.c: Include top.h instead of interps.h.
2124 (guile_repl_command, guile_command, gdbscm_execute_gdb_command):
2125 Access the current UI's async field instead of the
2126 interpreter_async global.
2127 * guile/scm-ports.c: Include top.h instead of interps.h.
2128 (ioscm_with_output_to_port_worker): Access the current UI's async
2129 field instead of the interpreter_async global.
2130 * inf-loop.c (inferior_event_handler): Likewise.
2131 * infcall.c (run_inferior_call): Likewise.
2132 * infrun.c (reinstall_readline_callback_handler_cleanup)
2133 (fetch_inferior_event): Likewise.
2134 * interps.c (interpreter_async): Delete.
2135 (struct ui_interp_info): New.
2136 (get_current_interp_info): New function.
2137 (interp_list, current_interpreter, top_level_interpreter_ptr):
2138 Delete.
2139 (interp_add, interp_set, interp_lookup, interp_ui_out)
2140 (current_interp_set_logging, interp_set_temp)
2141 (current_interp_named_p): Adjust to per-UI interpreters.
2142 (command_interpreter): Delete.
2143 (command_interp, current_interp_command_loop, interp_quiet_p)
2144 (interp_exec, interpreter_exec_cmd, interpreter_completer)
2145 (top_level_interpreter, top_level_interpreter_data): Adjust to
2146 per-UI interpreters.
2147 * interps.h (interpreter_async): Delete.
2148 * main.c (captured_command_loop): Access the current UI's async
2149 field instead of the interpreter_async global.
2150 * python/python.c (python_interactive_command, python_command)
2151 (execute_gdb_command): Likewise.
2152 * top.c (maybe_wait_sync_command_done, execute_command_to_string):
2153 Access the current UI's async field instead of the
2154 interpreter_async global.
2155 * top.h (struct tl_interp_info): Forward declare.
2156 (struct ui) <interp_info, async>: New fields.
2157
79aa2fe8
PA
21582016-06-21 Pedro Alves <palves@redhat.com>
2159
2160 * main.c (gdb_stdout, gdb_stderr, gdb_stdlog, gdb_stdin): Delete
2161 globals.
2162 (gen_ret_current_ui_field_ptr): New macro. Use it to generate
2163 wrappers for gdb_stdout, gdb_stderr, gdb_stdlog and gdb_stdin.
2164 * top.h (struct ui) <m_gdb_stdout, m_gdb_stdin, m_gdb_stderr,
2165 m_gdb_stdlog>: New fields.
2166 (current_ui_gdb_stdout_ptr, current_ui_gdb_stdin_ptr)
2167 (current_ui_gdb_stderr_ptr, current_ui_gdb_stdlog_ptr): Declare.
2168 (gdb_stdout, gdb_stdin, gdb_stderr, gdb_stdlog): Reimplement as
2169 macros.
2170
a74e1786
PA
21712016-06-21 Pedro Alves <palves@redhat.com>
2172
2173 * event-top.c: Update readline-related comments.
2174 (input_handler, call_readline): Delete globals.
2175 (gdb_rl_callback_handler): Call the current UI's input_handler
2176 method.
2177 (change_line_handler): Adjust to set current UI's properties
2178 instead of globals.
2179 (current_ui_, current_ui): New globals.
2180 (get_command_line_buffer): Rewrite to refer to the current UI.
2181 (stdin_event_handler): Adjust to call the call_readline method of
2182 the current UI.
2183 (gdb_readline_no_editing_callback): Adjust to call the current UI's
2184 input_handler method.
2185 (gdb_setup_readline): Adjust to set current UI's properties
2186 instead of globals.
2187 * event-top.h (call_readline, input_handler): Delete declarations.
2188 * mi/mi-interp.c (mi_interpreter_resume): Adjust to set current
2189 UI's properties instead of globals.
2190 * top.c (gdb_readline_wrapper_cleanup): Adjust to set current UI's
2191 properties instead of globals.
2192 (gdb_readline_wrapper): Adjust to call and set current UI's
2193 methods instead of globals.
2194 * top.h: Include buffer.h and event-loop.h.
2195 (struct ui): New struct.
2196 (current_ui): New declaration.
2197
45db7c09
PA
21982016-06-21 Pedro Alves <palves@redhat.com>
2199
2200 * ada-lang.c (ada_exception_name_addr_1): Add comment.
2201 (print_it_exception): Select the current frame.
2202
a28d8e50
YTL
22032016-06-17 Yan-Ting Lin <currygt52@gmail.com>
2204
2205 * Makefile.in (ALL_TARGET_OBS): Add nds32-tdep.o.
2206 (HFILES_NO_SRCDIR): Add nds32-tdep.h.
2207 (ALLDEPFILES): Add nds32-tdep.c.
2208 * NEWS: Mention new NDS32 port.
2209 * configure.tgt: Add NDS32.
2210 * nds32-tdep.c: New file.
2211 * nds32-tdep.h: New file.
2212 * features/Makefile (XMLTOC): Add nds32.xml.
2213 * features/nds32-core.xml: New file.
2214 * features/nds32-fpu.xml: New file.
2215 * features/nds32-system.xml: New file.
2216 * features/nds32.c: New file (generated).
2217 * features/nds32.xml: New file.
2218
4bf5402d
JB
22192016-06-14 John Baldwin <jhb@FreeBSD.org>
2220
2221 * v850-tdep.c (v850_use_struct_convention): Trim type length checks.
2222
683cd65e
JB
22232016-06-14 John Baldwin <jhb@FreeBSD.org>
2224
2225 * tui/tui-stack.c (tui_show_frame_info): Fix type mismatch.
2226
bec734b2
JB
22272016-06-14 John Baldwin <jhb@FreeBSD.org>
2228
2229 * rs6000-tdep.c (ppc_process_record_op31): Initialize ra.
2230
e46dd0f4
NC
22312016-06-13 Nick Clifton <nickc@redhat.com>
2232
2233 * gdbtypes.c (replace_type): Fix assertion.
2234
695bfa52
TT
22352016-06-10 Tom Tromey <tom@tromey.com>
2236
2237 * gdbtypes.c (arch_type, arch_integer_type, arch_character_type)
2238 (arch_boolean_type, arch_float_type, arch_complex_type)
2239 (arch_flags_type, append_flags_type_field)
2240 (append_flags_type_flag, arch_composite_type)
2241 (append_composite_type_field_raw)
2242 (append_composite_type_field_aligned)
2243 (append_composite_type_field): Make "name" parameter const.
2244 * gdbtypes.h (arch_type, arch_integer_type, arch_character_type)
2245 (arch_boolean_type, arch_float_type, arch_complex_type)
2246 (append_composite_type_field, append_composite_type_field_aligned)
2247 (append_composite_type_field_raw, arch_flags_type)
2248 (append_flags_type_field, append_flags_type_flag): Constify.
2249
347dc102
TT
22502016-06-10 Tom Tromey <tom@tromey.com>
2251
2252 PR rust/20110:
2253 * rust-exp.y (lex_number): Don't truncate large numbers to i32.
2254
edef7b8c
TT
22552016-06-10 Tom Tromey <tom@tromey.com>
2256
2257 * Makefile.in (COMMON_OBS): Remove rust-exp.o.
2258 (YYFILES): Add rust-exp.c.
2259 (YYOBJ): Add rust-exp.o.
2260 (local-maintainer-clean): Remove rust-exp.c.
2261
bb556f1f
TK
22622016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
2263
2264 * NEWS: Mention that GDB now supports a negative repeat count in
2265 the 'x' command.
2266 * printcmd.c (decode_format): Allow '-' in the parameter
2267 "string_ptr" to accept a negative repeat count.
2268 (find_instruction_backward): New function.
2269 (read_memory_backward): New function.
2270 (integer_is_zero): New function.
2271 (find_string_backward): New function.
2272 (do_examine): Use new functions to examine memory backward.
2273 (_initialize_printcmd): Mention that 'x' command supports a negative
2274 repeat count.
2275
c040f3fb
TK
22762016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
2277
2278 * MAINTAINERS (Write After Approval): Add Toshihito Kikuchi.
2279
4dee3531
TT
22802016-06-09 Tom Tromey <tom@tromey.com>
2281
2282 PR python/19819:
2283 * python/py-xmethods.c (invoke_method_name)
2284 (py_get_result_type_method_name, py_invoke_method_name): Remove.
2285 (gdbpy_initialize_xmethods): Don't initialize
2286 py_invoke_method_name, py_get_result_type_method_name.
2287
1aec0b6a
SM
22882016-06-07 Simon Marchi <simon.marchi@ericsson.com>
2289
2290 * mi/mi-interp.c (mi_record_changed): Add missing braces.
2291
2091da29
BH
22922016-06-07 Bernhard Heckel <bernhard.heckel@intel.com>
2293
2294 * findvar.c (follow_static_link): Check for valid pointer.
2295
38b022b4
SM
22962016-06-06 Simon Marchi <simon.marchi@ericsson.com>
2297
2298 * NEWS: Mention the new fields in =record-started.
2299 * common/btrace-common.h (btrace_format_short_string): New function
2300 declaration.
2301 * common/btrace-common.c (btrace_format_short_string): New
2302 function.
2303 * mi/mi-interp.c (mi_record_changed): Output method and format
2304 fields in the =record-started record.
2305 * record-btrace.c (record_btrace_open): Adapt record_changed
2306 notification.
2307 * record-full.c (record_full_open): Likewise.
2308 * record.c (cmd_record_stop): Likewise.
2309
0ae534d2
JT
23102016-06-02 Jon Turney <jon.turney@dronecode.org.uk>
2311
2312 * windows-nat.c (handle_output_debug_string): Return type of
2313 gdb_signal_from_host() is gdb_signal, not an int.
2314 (windows_get_exec_module_filename): Add pointer casts for C++.
2315
1b40ec05
TT
23162016-06-02 Tom Tromey <tom@tromey.com>
2317
2318 PR python/18984:
2319 * python/python.c (gdbpy_solib_name): Use GDB_PY_LLU_ARG.
2320
bb7c96de
PA
23212016-06-01 Pedro Alves <palves@redhat.com>
2322
2323 * remote-fileio.c (remote_fio_ctrl_c_flag, remote_fio_sa)
2324 (remote_fio_osa)
2325 (remote_fio_ofunc, remote_fileio_sig_init, remote_fileio_sig_set)
2326 (remote_fileio_sig_exit, remote_fileio_ctrl_c_signal_handler):
2327 Delete.
2328 (remote_fileio_o_quit_handler): New global.
2329 (remote_fileio_quit_handler): New function.
2330 (remote_fileio_reply): Check the quit flag instead of the custom
2331 'remote_fio_ctrl_c_flag' flag. Restore the quit handler instead
2332 of changing the SIGINT handler.
2333 (do_remote_fileio_request): Override the quit handler instead of
2334 changing the SIGINT handler.
2335
51403f74
NC
23362016-06-01 Nick Clifton <nickc@redhat.com>
2337
2338 * common/common-utils.c (xmalloc_failed): New function. Provided
2339 so that the version in libiberty is not linked in.
2340
e3b5daf9
MM
23412016-06-01 Markus Metzger <markus.t.metzger@intel.com>
2342
2343 * infcmd.c (skip_finish_frames): New.
2344 (finish_command): Call skip_finish_frames.
2345
03d73f1f
YQ
23462016-06-01 Yao Qi <yao.qi@linaro.org>
2347
2348 PR remote/19998
2349 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Call
2350 quit_serial_event_set.
2351
c799dec7
JB
23522016-06-01 Joel Brobecker <brobecker@adacore.com>
2353
2354 GDB 7.11.1 released.
2355
3326303b
MG
23562016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
2357
2358 PR c++/19893
2359 * dwarf2loc.c (coerce_pieced_ref, indirect_synthetic_pointer,
2360 fetch_const_value_from_synthetic_pointer): New functions.
2361 (indirect_pieced_value): Move lower half to indirect_synthetic_pointer.
2362 (pieced_value_funcs): Implement coerce_ref.
2363 * valops.c (value_addr): Call coerce_ref for synthetic references.
2364 * valprint.c (valprint_check_validity): Return true for synthetic
2365 references. Also, don't show "<synthetic pointer>" if they reference
2366 addressable values.
2367 (generic_val_print_ref): Handle synthetic references. Also move some
2368 code to print_ref_address.
2369 (print_ref_address, get_value_addr_contents): New functions.
2370
e385593e
JK
23712016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2372
2373 PR c++/15231
2374 * dwarf2read.c (enum pc_bounds_kind): Add PC_BOUNDS_INVALID.
2375 (process_psymtab_comp_unit_reader, read_func_scope): Adjust callers.
2376 (read_lexical_block_scope): Import DIEs from bare DW_TAG_lexical_block.
2377 (read_call_site_scope): Adjust callers.
2378 (dwarf2_get_pc_bounds): Implement pc_bounds_invalid.
2379 (dwarf2_get_subprogram_pc_bounds, get_scope_pc_bounds): Adjust callers.
2380
3a2b436a
JK
23812016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2382
2383 Code cleanup: dwarf2_get_pc_bounds: -1/0/+1 -> enum
2384 * dwarf2read.c (enum pc_bounds_kind) New.
2385 (dwarf2_get_pc_bounds): Use it in the declaration.
2386 (process_psymtab_comp_unit_reader): Adjust caller. Rename has_pc_info
2387 to cu_bounds_kind.
2388 (read_func_scope, read_lexical_block_scope, read_call_site_scope):
2389 Adjust callers.
2390 (dwarf2_get_pc_bounds): Use enum pc_bounds_kind in the definition.
2391 (dwarf2_get_subprogram_pc_bounds, get_scope_pc_bounds): Adjust callers.
2392
aab3c527
JK
23932016-05-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2394
2395 * NEWS (QCatchSyscalls): Remove the parameter. Include ...
2396 (QCatchSyscalls:1 in qSupported) ... this separate entry which got
2397 deleted.
2398
c64e0f61
JK
23992016-05-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2400
2401 * NEWS (N stop reply): Remove empty line.
2402
1a72702b
AM
24032016-05-28 Alan Modra <amodra@gmail.com>
2404
2405 * compile/compile-object-load.c (link_callbacks_multiple_definition,
2406 link_callbacks_warning, link_callbacks_undefined_symbol,
2407 link_callbacks_undefined_symbol, link_callbacks_reloc_overflow,
2408 link_callbacks_reloc_dangerous,
2409 link_callbacks_unattached_reloc): Return void.
2410
51415b9f
AB
24112016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
2412
2413 * opencl-lang.c (evaluate_subexp_opencl): If
2414 EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute to
2415 the returned value in the STRUCTOP_STRUCT case.
2416
ac775bf4
AB
24172016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
2418
2419 * eval.c (evaluate_subexp_standard): If EVAL_AVOID_SIDE_EFFECTS
2420 mode, forward the VALUE_LVAL attribute to the returned value in
2421 the STRUCTOP_PTR case.
2422
7bd787e8
TT
24232016-05-25 Tom Tromey <tom@tromey.com>
2424
2425 * python/py-value.c (value_object_as_number): Use correct spelling
2426 of HAVE_LIBPYTHON2_4.
2427
2bbad2ea
BH
24282016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2429
2430 * f-typeprint.c (f_type_print_base): Replace 0 by show.
2431
e188eb36
BH
24322016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2433
2434 * f-typeprint.c (f_type_print_base): Decrease show by one.
2435
9b2db1fd
BH
24362016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2437
2438 * f-typeprint.c (f_type_print_base): Don't print fields when show < 0.
2439
72b17055
BH
24402016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2441
2442 * f-typeprint.c (f_type_print_base): Take print level into account.
2443
ddae9462
TT
24442016-05-24 Tom Tromey <tom@tromey.com>
2445
2446 PR python/17386:
2447 * python/py-value.c (value_object_as_number): Add
2448 nb_inplace_floor_divide, nb_inplace_true_divide, nb_index.
2449
e2b7f516
TT
24502016-05-24 Tom Tromey <tom@tromey.com>
2451
2452 * python/py-value.c (value_object_as_number): Add
2453 nb_inplace_divide for Python 2.
2454
1957f6b8
TT
24552016-05-23 Tom Tromey <tom@tromey.com>
2456
2457 PR python/17981:
2458 * python/py-breakpoint.c (gdbpy_breakpoints): Return a new tuple
2459 when there are no breakpoints.
2460
026a9174
PA
24612016-05-24 Pedro Alves <palves@redhat.com>
2462
2463 PR gdb/19828
2464 * linux-nat.c (attach_proc_task_lwp_callback): Mark the lwp
2465 resumed, and add the thread to GDB's thread list.
2466
72b049d3
PA
24672016-05-24 Pedro Alves <palves@redhat.com>
2468
2469 PR gdb/19828
2470 * linux-nat.c (get_pending_status): If the thread reported the
2471 event to the core and it's pending, use the pending status signal
2472 number.
2473
774113b0
PA
24742016-05-24 Pedro Alves <palves@redhat.com>
2475
2476 PR gdb/19828
2477 * linux-nat.c (lwp_lwpid_htab): New htab.
2478 (lwp_info_hash, lwp_lwpid_htab_eq, lwp_lwpid_htab_create)
2479 (lwp_lwpid_htab_add_lwp): New functions.
2480 (lwp_list): Tweak comment.
2481 (lwp_list_add, lwp_list_remove, lwp_lwpid_htab_remove_pid): New
2482 functions.
2483 (purge_lwp_list): Rewrite, using htab_traverse_noresize.
2484 (add_initial_lwp): Add lwp to htab too. Use lwp_list_add.
2485 (delete_lwp): Use lwp_list_remove. Remove htab too.
2486 (find_lwp_pid): Search in htab.
2487 (_initialize_linux_nat): Call lwp_lwpid_htab_create.
2488 * linux-nat.h (struct lwp_info) <prev>: New field.
2489
24902016-05-24 Pedro Alves <palves@redhat.com>
2491
2492 PR gdb/19828
2493 * linux-nat.c (lwp_lwpid_htab): New htab.
2494 (lwp_info_hash, lwp_lwpid_htab_eq, lwp_lwpid_htab_create)
2495 (lwp_lwpid_htab_add_lwp): New functions.
2496 (lwp_list): Tweak comment.
2497 (lwp_list_add, lwp_list_remove, lwp_lwpid_htab_remove_pid): New
2498 functions.
2499 (purge_lwp_list): Rewrite, using htab_traverse_noresize.
2500 (add_initial_lwp): Add lwp to htab too. Use lwp_list_add.
2501 (delete_lwp): Use lwp_list_remove. Remove htab too.
2502 (find_lwp_pid): Search in htab.
2503 (_initialize_linux_nat): Call lwp_lwpid_htab_create.
2504 * linux-nat.h (struct lwp_info) <prev>: New field.
2505
1ad3de98
PA
25062016-05-24 Pedro Alves <palves@redhat.com>
2507
2508 PR gdb/19828
2509 * linux-nat.c (linux_resume_one_lwp_throw): Clear the LWP's core
2510 field.
2511 (linux_nat_update_thread_list): Don't fetch the core if already
2512 known.
2513
95e94c3f
PA
25142016-05-24 Pedro Alves <palves@redhat.com>
2515
2516 PR gdb/19828
2517 * linux-tdep.c (find_mapping_size): Delete.
2518 (linux_vsyscall_range_raw): Rewrite reading from
2519 /proc/PID/task/PID/maps directly instead of using
2520 gdbarch_find_memory_regions.
2521
aa01bd36
PA
25222016-05-24 Pedro Alves <palves@redhat.com>
2523
2524 PR gdb/19828
2525 * linux-nat.c (report_thread_events): New global.
2526 (linux_handle_extended_wait): Report
2527 TARGET_WAITKIND_THREAD_CREATED if thread event reporting is
2528 enabled.
2529 (wait_lwp, linux_nat_filter_event): Report all thread exits if
2530 thread event reporting is enabled. Remove comment.
2531 (filter_exit_event): New function.
2532 (linux_nat_wait_1): Use it.
2533 (linux_nat_thread_events): New function.
2534 (linux_nat_add_target): Install it as target_thread_events method.
2535
00a3cb9c
YTL
25362016-05-24 Yan-Ting Lin <currygt52@gmail.com>
2537
2538 * MAINTAINERS (Write After Approval): Add "Yan-Ting Lin".
2539
7eb89530
YQ
25402016-05-23 Yao Qi <yao.qi@arm.com>
2541
2542 * arch-utils.c (default_code_of_frame_writable): New function.
2543 * arch-utils.h (default_code_of_frame_writable): Declare.
2544 * arm-tdep.c (arm_code_of_frame_writable): New function.
2545 (arm_gdbarch_init): Install gdbarch method
2546 code_of_frame_writable if the target is M-profile.
2547 * frame.c (skip_unwritable_frames): New function.
2548 * frame.h (skip_unwritable_frames): Declare.
2549 * gdbarch.sh (code_of_frame_writable): New.
2550 * gdbarch.c, gdbarch.h: Re-generated.
2551 * infcmd.c (finish_command): Call skip_unwritable_frames.
2552
0f6ed0e0
TT
25532016-05-23 Tom Tromey <tom@tromey.com>
2554
2555 PR python/19438, PR python/18393:
2556 * python/py-objfile.c (objfpy_initialize): Initialize self->dict.
2557 * python/py-progspace.c (pspy_initialize): Initialize self->dict.
2558
d0571b99
GB
25592016-05-23 Gary Benson <gbenson@redhat.com>
2560
2561 * nat/gdb_thread_db.h (td_thr_validate_ftype): Remove typedef.
2562 * linux-thread-db.c (struct thread_db_info) <td_thr_validate_p>:
2563 Remove field.
2564 (try_thread_db_load_1): Remove td_thr_validate initialization.
2565
37773e78
JB
25662016-05-23 Jon Boden <jon@ubuntubsd.org> (tiny change)
2567
2568 * configure.ac: Search for libutil-freebsd as alternative to libutil.
2569 * configure: Re-generated.
2570
bfb0d950
AS
25712016-05-19 Andreas Schwab <schwab@suse.de>
2572
2573 * ia64-libunwind-tdep.c (libunwind_descr): Add cast from void *.
2574 (libunwind_frame_set_descr): Likewise.
2575 (libunwind_frame_cache): Likewise.
2576 (libunwind_frame_dealloc_cache): Likewise.
2577 (libunwind_frame_sniffer): Likewise.
2578 (libunwind_search_unwind_table): Likewise.
2579 (libunwind_sigtramp_frame_sniffer): Likewise.
2580 (libunwind_get_reg_special): Likewise.
2581 (libunwind_load): Likewise.
2582 * ia64-linux-nat.c (ia64_linux_fetch_register): Likewise.
2583 (ia64_linux_store_register): Likewise.
2584 (ia64_linux_xfer_partial): Likewise.
2585 * ia64-tdep.c (ia64_access_reg): Likewise.
2586 (ia64_access_fpreg): Likewise.
2587 (ia64_access_rse_reg): Likewise.
2588 (ia64_access_rse_fpreg): Likewise.
2589
45f4ed92
TT
25902016-05-18 Tom Tromey <tom@tromey.com>
2591
2592 * rust-lang.c (rust_subscript): Initialize "high".
2593
28addb40
SM
25942016-05-17 Simon Marchi <simon.marchi@ericsson.com>
2595
2596 PR gdb/20045
2597 * mi/mi-main.c (mi_on_resume): Call target_can_async_p instead
2598 of target_is_async_p.
2599
61c6156d
SM
26002016-05-17 Simon Marchi <simon.marchi@ericsson.com>
2601
2602 PR gdb/18077
2603 * mi/mi-main.c (run_one_inferior): Use run target to determine
2604 whether to run async or not.
2605 (mi_cmd_exec_run): Likewise.
2606
01739a3b
TT
26072016-05-17 Tom Tromey <tom@tromey.com>
2608
2609 * std-operator.def (OP_RANGE): Rename from OP_F90_RANGE.
2610 * rust-lang.c: Don't include f-lang.h.
2611 (rust_range, rust_compute_range, rust_subscript)
2612 (rust_evaluate_subexp): Update.
2613 * rust-exp.y: Don't include f-lang.h.
2614 (ast_range, convert_ast_to_expression): Update.
2615 * parse.c (operator_length_standard): Update.
2616 * f-lang.h (enum f90_range_type): Move to expression.h.
2617 * f-exp.y: Use OP_RANGE.
2618 * expression.h (enum range_type): New enum; renamed from
2619 f90_range_type.
2620 * expprint.c: Don't include f-lang.h.
2621 (print_subexp_standard, dump_subexp_body_standard): Use OP_RANGE.
2622 * eval.c (value_f90_subarray, evaluate_subexp_standard): Update.
2623
0bdfa368
TT
26242016-05-17 Tom Tromey <tom@tromey.com>
2625
2626 * NEWS: Add Rust item.
2627
c44af4eb
TT
26282016-05-17 Tom Tromey <tom@tromey.com>
2629 Manish Goregaokar <manishsmail@gmail.com>
2630
2631 * symtab.c (symbol_find_demangled_name): Handle Rust.
2632 * symfile.c (init_filename_language_table): Treat ".rs" as Rust.
2633 * std-operator.def (STRUCTOP_ANONYMOUS, OP_RUST_ARRAY): New
2634 constants.
2635 * rust-lang.h: New file.
2636 * rust-lang.c: New file.
2637 * rust-exp.y: New file.
2638 * dwarf2read.c (read_file_scope): Add Rust producer sniffing.
2639 (dwarf2_compute_name, read_func_scope, read_structure_type)
2640 (read_base_type, read_subrange_type, set_cu_language)
2641 (new_symbol_full, determine_prefix): Handle Rust.
2642 * defs.h (enum language) <language_rust>: New constant.
2643 * Makefile.in (SFILES): Add rust-exp.y, rust-lang.c.
2644 (COMMON_OBS): Add rust-exp.o, rust-lang.o.
2645
00272ec4
TT
26462016-05-17 Tom Tromey <tom@tromey.com>
2647
2648 * valprint.h (struct generic_val_print_array) <array_start,
2649 array_end>: New fields.
2650 * valprint.c (generic_val_print_array): Add "decorations"
2651 parameter. Use "array_start", "array_end".
2652 (generic_val_print) <TYPE_CODE_ARRAY>: Update.
2653 * p-valprint.c (p_decorations): Update.
2654 * m2-valprint.c (m2_decorations): Update.
2655 * f-valprint.c (f_decorations): Update.
2656 * c-valprint.c (c_decorations): Update.
2657
dcd1f979
TT
26582016-05-17 Tom Tromey <tom@tromey.com>
2659
2660 * NEWS: Add "maint selftest" entry.
2661 * selftest.h: New file.
2662 * selftest.c: New file.
2663 * maint.c: Include selftest.h.
2664 (maintenance_selftest): New function.
2665 (_initialize_maint_cmds): Add "maint selftest" command.
2666 * configure.ac (GDB_SELF_TEST): Maybe define.
2667 * config.in, configure: Rebuild.
2668 * Makefile.in (SFILES): Add selftest.c.
2669 (COMMON_OBS): Add selftest.o.
2670
e4b8a1c8
TT
26712016-05-17 Tom Tromey <tom@tromey.com>
2672
2673 * expprint.c: Include f-lang.h.
2674 (print_subexp_standard, dump_subexp_body_standard): Handle
2675 OP_F90_RANGE.
2676
9ab0bb2a
TT
26772016-05-17 Tom Tromey <tom@tromey.com>
2678
2679 * Makefile.in (init.c): Search .y files for initialization
2680 functions.
2681
8ddd5a6c
DE
26822016-05-12 Doug Evans <dje@google.com>
2683
2684 PR symtab/19999
2685 * dwarf2loc.c (dwarf2_find_location_expression): For DWO files still
2686 add base_offset.
2687
df140a0b
TS
26882016-05-10 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2689
2690 * iq2000-tdep.c (iq2000_scan_prologue): Remove if that shouldn't guard
2691 anything.
2692 * linespec.c (add_sal_to_sals): Restore call to symtab_to_fullname.
2693
39d911fc
TP
26942016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
2695
2696 * arm-tdep.c (arm_elf_make_msymbol_special): Use
2697 ARM_GET_SYM_BRANCH_TYPE to get branch type of a symbol.
2698
870f88f7
TS
26992016-05-07 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2700
2701 * aarch64-linux-tdep.c (aarch64_linux_sigframe_init): Remove unused
2702 variables.
2703 * aarch64-tdep.c (aarch64_skip_prologue): Likewise.
2704 (aarch64_scan_prologue): Likewise.
2705 (aarch64_prologue_prev_register): Likewise.
2706 (aarch64_dwarf2_prev_register): Likewise.
2707 (pass_in_v): Likewise.
2708 (aarch64_push_dummy_call): Likewise.
2709 (aarch64_breakpoint_from_pc): Likewise.
2710 (aarch64_return_in_memory): Likewise.
2711 (aarch64_return_value): Likewise.
2712 (aarch64_displaced_step_b_cond): Likewise.
2713 (aarch64_displaced_step_cb): Likewise.
2714 (aarch64_displaced_step_tb): Likewise.
2715 (aarch64_gdbarch_init): Likewise.
2716 (aarch64_process_record): Likewise.
2717 * alpha-mdebug-tdep.c (alpha_mdebug_init_abi): Likewise.
2718 * alpha-tdep.c (_initialize_alpha_tdep): Likewise.
2719 * amd64-dicos-tdep.c (amd64_dicos_init_abi): Likewise.
2720 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Likewise.
2721 * amd64-tdep.c (fixup_riprel): Likewise.
2722 * amd64-windows-tdep.c (amd64_windows_frame_decode_epilogue): Likewise.
2723 (amd64_windows_frame_decode_insns): Likewise.
2724 (amd64_windows_frame_cache): Likewise.
2725 (amd64_windows_frame_prev_register): Likewise.
2726 (amd64_windows_frame_this_id): Likewise.
2727 (amd64_windows_init_abi): Likewise.
2728 * arm-linux-tdep.c (arm_linux_get_syscall_number): Likewise.
2729 (arm_linux_get_next_pcs_syscall_next_pc): Likewise.
2730 * arm-symbian-tdep.c (arm_symbian_init_abi): Likewise.
2731 * arm-tdep.c (arm_make_epilogue_frame_cache): Likewise.
2732 (arm_epilogue_frame_prev_register): Likewise.
2733 (arm_record_vdata_transfer_insn): Likewise.
2734 (arm_record_exreg_ld_st_insn): Likewise.
2735 * auto-load.c (execute_script_contents): Likewise.
2736 (print_scripts): Likewise.
2737 * avr-tdep.c (avr_frame_prev_register): Likewise.
2738 (avr_push_dummy_call): Likewise.
2739 * bfin-linux-tdep.c (bfin_linux_sigframe_init): Likewise.
2740 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
2741 * blockframe.c (find_pc_partial_function_gnu_ifunc): Likewise.
2742 * break-catch-throw.c (fetch_probe_arguments): Likewise.
2743 * breakpoint.c (breakpoint_xfer_memory): Likewise.
2744 (breakpoint_init_inferior): Likewise.
2745 (breakpoint_inserted_here_p): Likewise.
2746 (software_breakpoint_inserted_here_p): Likewise.
2747 (hardware_breakpoint_inserted_here_p): Likewise.
2748 (bpstat_what): Likewise.
2749 (break_range_command): Likewise.
2750 (save_breakpoints): Likewise.
2751 * coffread.c (coff_symfile_read): Likewise.
2752 * cris-tdep.c (cris_push_dummy_call): Likewise.
2753 (cris_scan_prologue): Likewise.
2754 (cris_register_size): Likewise.
2755 (_initialize_cris_tdep): Likewise.
2756 * d-exp.y: Likewise.
2757 * dbxread.c (dbx_read_symtab): Likewise.
2758 (process_one_symbol): Likewise.
2759 (coffstab_build_psymtabs): Likewise.
2760 (elfstab_build_psymtabs): Likewise.
2761 * dicos-tdep.c (dicos_init_abi): Likewise.
2762 * disasm.c (do_mixed_source_and_assembly): Likewise.
2763 (gdb_disassembly): Likewise.
2764 * dtrace-probe.c (dtrace_process_dof): Likewise.
2765 * dwarf2read.c (error_check_comp_unit_head): Likewise.
2766 (build_type_psymtabs_1): Likewise.
2767 (skip_one_die): Likewise.
2768 (process_imported_unit_die): Likewise.
2769 (dwarf2_physname): Likewise.
2770 (read_file_scope): Likewise.
2771 (setup_type_unit_groups): Likewise.
2772 (create_dwo_cu_reader): Likewise.
2773 (create_dwo_cu): Likewise.
2774 (create_dwo_unit_in_dwp_v1): Likewise.
2775 (create_dwo_unit_in_dwp_v2): Likewise.
2776 (lookup_dwo_unit_in_dwp): Likewise.
2777 (free_dwo_file): Likewise.
2778 (check_producer): Likewise.
2779 (dwarf2_add_typedef): Likewise.
2780 (dwarf2_add_member_fn): Likewise.
2781 (read_unsigned_leb128): Likewise.
2782 (read_signed_leb128): Likewise.
2783 (dwarf2_const_value): Likewise.
2784 (follow_die_sig_1): Likewise.
2785 (dwarf_decode_macro_bytes): Likewise.
2786 * extension.c (restore_active_ext_lang): Likewise.
2787 * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
2788 * ft32-tdep.c (ft32_analyze_prologue): Likewise.
2789 * gdbtypes.c (lookup_typename): Likewise.
2790 (resolve_dynamic_range): Likewise.
2791 (check_typedef): Likewise.
2792 * h8300-tdep.c (h8300_is_argument_spill): Likewise.
2793 (h8300_gdbarch_init): Likewise.
2794 * hppa-tdep.c (hppa32_push_dummy_call): Likewise.
2795 (hppa_frame_this_id): Likewise.
2796 (_initialize_hppa_tdep): Likewise.
2797 * hppanbsd-tdep.c (hppanbsd_sigtramp_cache_init): Likewise.
2798 * hppaobsd-tdep.c (hppaobsd_supply_fpregset): Likewise.
2799 * i386-dicos-tdep.c (i386_dicos_init_abi): Likewise.
2800 * i386-tdep.c (i386_bnd_type): Likewise.
2801 (i386_gdbarch_init): Likewise.
2802 (i386_mpx_bd_base): Likewise.
2803 * i386nbsd-tdep.c (i386nbsd_sigtramp_cache_init): Likewise.
2804 * i386obsd-tdep.c (i386obsd_elf_init_abi): Likewise.
2805 * ia64-tdep.c (examine_prologue): Likewise.
2806 (ia64_frame_cache): Likewise.
2807 (ia64_push_dummy_call): Likewise.
2808 * infcmd.c (finish_command_fsm_async_reply_reason): Likewise.
2809 (default_print_one_register_info): Likewise.
2810 * infrun.c (infrun_thread_ptid_changed): Likewise.
2811 (thread_still_needs_step_over): Likewise.
2812 (stop_all_threads): Likewise.
2813 (restart_threads): Likewise.
2814 (keep_going_stepped_thread): Likewise.
2815 * iq2000-tdep.c (iq2000_scan_prologue): Likewise.
2816 * language.c (language_init_primitive_type_symbols): Likewise.
2817 * linespec.c (add_sal_to_sals): Likewise.
2818 * linux-nat.c (status_callback): Likewise.
2819 (kill_unfollowed_fork_children): Likewise.
2820 (linux_nat_kill): Likewise.
2821 * linux-tdep.c (linux_fill_prpsinfo): Likewise.
2822 * linux-thread-db.c (thread_db_notice_clone): Likewise.
2823 (record_thread): Likewise.
2824 * location.c (string_to_event_location_basic): Likewise.
2825 * m32c-tdep.c (m32c_prev_register): Likewise.
2826 * m32r-linux-tdep.c (m32r_linux_init_abi): Likewise.
2827 * m32r-tdep.c (decode_prologue): Likewise.
2828 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
2829 * machoread.c (macho_symtab_read): Likewise.
2830 (macho_symfile_read): Likewise.
2831 (macho_symfile_offsets): Likewise.
2832 * maint.c (set_per_command_cmd): Likewise.
2833 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
2834 (mi_cmd_stack_list_variables): Likewise.
2835 * mi/mi-main.c (mi_cmd_exec_run): Likewise.
2836 (output_register): Likewise.
2837 (mi_cmd_execute): Likewise.
2838 (mi_cmd_trace_define_variable): Likewise.
2839 (print_variable_or_computed): Likewise.
2840 * minsyms.c (prim_record_minimal_symbol_full): Likewise.
2841 * mn10300-tdep.c (mn10300_frame_prev_register): Likewise.
2842 * msp430-tdep.c (msp430_pseudo_register_write): Likewise.
2843 * mt-tdep.c (mt_registers_info): Likewise.
2844 * nios2-tdep.c (nios2_analyze_prologue): Likewise.
2845 (nios2_push_dummy_call): Likewise.
2846 (nios2_frame_unwind_cache): Likewise.
2847 (nios2_stub_frame_cache): Likewise.
2848 (nios2_stub_frame_sniffer): Likewise.
2849 (nios2_gdbarch_init): Likewise.
2850 * ppc-ravenscar-thread.c: Likewise.
2851 * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
2852 * python/py-evts.c (add_new_registry): Likewise.
2853 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
2854 (bpfinishpy_detect_out_scope_cb): Likewise.
2855 * python/py-framefilter.c (py_print_value): Likewise.
2856 * python/py-inferior.c (infpy_write_memory): Likewise.
2857 * python/py-infevents.c (create_inferior_call_event_object): Likewise.
2858 * python/py-infthread.c (thpy_get_ptid): Likewise.
2859 * python/py-linetable.c (ltpy_get_pcs_for_line): Likewise.
2860 (ltpy_get_all_source_lines): Likewise.
2861 (ltpy_is_valid): Likewise.
2862 (ltpy_iternext): Likewise.
2863 * python/py-symtab.c (symtab_and_line_to_sal_object): Likewise.
2864 * python/py-unwind.c (pyuw_object_attribute_to_pointer): Likewise.
2865 (unwind_infopy_str): Likewise.
2866 * python/py-varobj.c (py_varobj_get_iterator): Likewise.
2867 * ravenscar-thread.c (ravenscar_inferior_created): Likewise.
2868 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Likewise.
2869 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Likewise.
2870 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Likewise.
2871 * s390-linux-tdep.c (s390_supply_tdb_regset): Likewise.
2872 (s390_frame_prev_register): Likewise.
2873 (s390_dwarf2_frame_init_reg): Likewise.
2874 (s390_record_vr): Likewise.
2875 (s390_process_record): Likewise.
2876 * score-tdep.c (score_push_dummy_call): Likewise.
2877 (score3_analyze_prologue): Likewise.
2878 * sh-tdep.c (sh_extract_return_value_nofpu): Likewise.
2879 * sh64-tdep.c (sh64_analyze_prologue): Likewise.
2880 (sh64_push_dummy_call): Likewise.
2881 (sh64_extract_return_value): Likewise.
2882 (sh64_do_fp_register): Likewise.
2883 * solib-aix.c (solib_aix_get_section_offsets): Likewise.
2884 * solib-darwin.c (darwin_read_exec_load_addr_from_dyld): Likewise.
2885 (darwin_solib_read_all_image_info_addr): Likewise.
2886 * solib-dsbt.c (enable_break): Likewise.
2887 * solib-frv.c (enable_break2): Likewise.
2888 (frv_fdpic_find_canonical_descriptor): Likewise.
2889 * solib-svr4.c (svr4_handle_solib_event): Likewise.
2890 * sparc-tdep.c (sparc_skip_stack_check): Likewise.
2891 * sparc64-linux-tdep.c (sparc64_linux_get_longjmp_target): Likewise.
2892 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
2893 * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
2894 * stack.c (read_frame_local): Likewise.
2895 * symfile.c (symbol_file_add_separate): Likewise.
2896 (remove_symbol_file_command): Likewise.
2897 * symmisc.c (maintenance_print_one_line_table): Likewise.
2898 * symtab.c (symbol_cache_flush): Likewise.
2899 (basic_lookup_transparent_type): Likewise.
2900 (sort_search_symbols_remove_dups): Likewise.
2901 * target.c (target_memory_map): Likewise.
2902 (target_detach): Likewise.
2903 (target_resume): Likewise.
2904 (acquire_fileio_fd): Likewise.
2905 (target_store_registers): Likewise.
2906 * thread.c (print_thread_info_1): Likewise.
2907 * tic6x-tdep.c (tic6x_analyze_prologue): Likewise.
2908 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Likewise.
2909 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2910 (tilegx_analyze_prologue): Likewise.
2911 (tilegx_stack_frame_destroyed_p): Likewise.
2912 (tilegx_frame_cache): Likewise.
2913 * tracefile.c (trace_save): Likewise.
2914 * tracepoint.c (encode_actions_and_make_cleanup): Likewise.
2915 (start_tracing): Likewise.
2916 (print_one_static_tracepoint_marker): Likewise.
2917 * tui/tui.c (tui_enable): Likewise.
2918 * valops.c (value_struct_elt_bitpos): Likewise.
2919 (find_overload_match): Likewise.
2920 (find_oload_champ): Likewise.
2921 * value.c (value_contents_copy_raw): Likewise.
2922 * windows-tdep.c (windows_get_tlb_type): Likewise.
2923 * x86-linux-nat.c (x86_linux_enable_btrace): Likewise.
2924 * xcoffread.c (record_minimal_symbol): Likewise.
2925 (scan_xcoff_symtab): Likewise.
2926 * xtensa-tdep.c (execute_code): Likewise.
2927 (xtensa_gdbarch_init): Likewise.
2928 (_initialize_xtensa_tdep): Likewise.
2929
c1aebf87
UW
29302016-05-04 Ulrich Weigand <uweigand@de.ibm.com>
2931
2932 * spu-linux-nat.c (spu_bfd_iovec_pread): Add pointer cast for C++.
2933 (spu_bfd_open): Likewise.
2934
edf689f0
YQ
29352016-05-04 Yao Qi <yao.qi@linaro.org>
2936
2937 PR gdb/19947
2938 * corefile.c (read_memory): Rename it to ...
2939 (read_memory_object): ... it. Add parameter object.
2940 (read_memory): Call read_memory_object.
2941 (read_stack): Likewise.
2942 (read_code): Likewise.
2943
6c447423
DE
29442016-05-03 Yunlian Jiang <yunlian@google.com>
2945 Doug Evans <dje@google.com>
2946
2947 PR symtab/19914
2948 * dwarf2read.c (open_and_init_dwp_file): Look at backlink if objfile
2949 is separate debug file.
2950
a1ec3d24
DB
29512016-05-03 Don Breazeal <donb@codesourcery.com>
2952
2953 * serial.h (gdb_pipe): Fix argument names in comment.
2954
86f1abec
PA
29552016-05-03 Pedro Alves <palves@redhat.com>
2956
2957 PR python/20037
2958 * python/python.c (_initialize_python) [IS_PY3K]: xstrdup/xfree
2959 oldloc.
2960
1aa96702
PA
29612016-05-03 Pedro Alves <palves@redhat.com>
2962
2963 * python/python.c (_initialize_python) [IS_PY3K]: Remove dead
2964 code.
2965
a4a1c157
PA
29662016-05-03 Pedro Alves <palves@redhat.com>
2967
2968 * configure.ac (PYTHON_LIBS): Sed away "-Xlinker -export-dynamic".
2969 * configure: Regenerate.
2970
1b4f615e
PA
29712016-05-03 Pedro Alves <palves@redhat.com>
2972
2973 * configure.ac (checking for the dynamic export flag): Add
2974 $PYTHON_CPPFLAGS to CPPFLAGS.
2975 * configure: Regenerate.
2976
b631e59b
KT
29772016-05-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2978
2979 * symfile.c (find_pc_overlay): Add braces to avoid -Wparentheses
2980 warning.
2981 (find_pc_mapped_section): Likewise.
2982 (list_overlays_command): Likewise.
2983
1270fac6
EZ
29842016-05-02 Eli Zaretskii <eliz@gnu.org>
2985
2986 * windows-nat.c (_initialize_check_for_gdb_ini): Fix off-by-one
2987 error in allocation of space for "$HOME/.gdbinit" string. This
2988 caused GDB to abort on startup whenever a '~/gdb.ini' file was
2989 actually found, because xsnprintf would hit an assertion
2990 violation.
2991
0400cf2f
SM
29922016-04-28 Simon Marchi <simon.marchi@ericsson.com>
2993
2994 * cli/cli-decode.c (help_cmd_list): Do not list commands that
2995 are deprecated.
2996
57809e5e
JK
29972016-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2998
2999 * remote.c (remote_start_remote): Detect PACKET_vFile_setfs.support.
3000
476350ba
MG
30012016-04-27 Martin Galvan <martin.galvan@tallertechnologies.com>
3002
3003 * c-valprint.c (c_value_print): Always convert val back to reference
3004 type if we converted it to a pointer type.
3005
2d681be4
AA
30062016-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
3007
3008 * configure.ac: Enhance configure check for babeltrace to reject
3009 non-C++-enabled versions.
3010 * configure: Regenerate.
3011
3e2e34f8
KB
30122016-04-26 Sanimir Agovic <sanimir.agovic@intel.com>
3013 Keven Boell <keven.boell@intel.com>
3014 Bernhard Heckel <bernhard.heckel@intel.com>
3015
3016 * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
3017 function.
3018 (F77_DIM_SIZE, F77_DIM_OFFSET): Remove macro.
3019 (f77_print_array_1): Use value_subscript to subscript a
3020 value array.
3021 (f77_print_array): Remove call to f77_create_arrayprint_offset_tbl.
3022 (f_val_print): Use value_field to construct a field value.
3023
8f07e298
BH
30242016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3025
3026 * valarith.c (value_address): Resolve dynamic types.
3027
9920b434
BH
30282016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3029 Keven Boell <kevel.boell@intel.com>
3030
3031 * NEWS: Add new supported features for fortran.
3032 * gdbtypes.c (remove_dyn_prop): New.
3033 (resolve_dynamic_struct): Keep type length for fortran structs.
3034 * gdbtypes.h: Forward declaration of new function.
3035 * value.c (value_address): Return dynamic resolved location of a value.
3036 (set_value_component_location): Adjust the value address
3037 for single value prints.
3038 (value_primitive_field): Support value types with a dynamic location.
3039 (set_internalvar): Remove dynamic location property of
3040 internal variables.
3041
20249ae4
YQ
30422016-04-25 Pedro Alves <palves@redhat.com>
3043 Yao Qi <yao.qi@linaro.org>
3044
3045 * mem-break.c (set_raw_breakpoint_at): Create a raw breakpoint
3046 object. Insert it if it is not inserted yet. Increase the
3047 refcount and link it into the proc's raw breakpoint list.
3048
21edc42f
YQ
30492016-04-25 Yao Qi <yao.qi@linaro.org>
3050
3051 * breakpoint.c (should_be_inserted): Return 0 if the location's
3052 owner is not single step breakpoint or single step breakpoint's
3053 thread isn't the thread which is stepping past a breakpoint.
3054 * gdbarch.sh (software_single_step): Update comments.
3055 * gdbarch.h: Regenerated.
3056 * infrun.c (struct step_over_info) <thread>: New field.
3057 (set_step_over_info): New argument 'thread'. Callers updated.
3058 (clear_step_over_info): Set field thread to -1.
3059 (thread_is_stepping_over_breakpoint): New function.
3060 * infrun.h (thread_is_stepping_over_breakpoint): Declaration.
3061
0154d990
EBM
30622016-04-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3063
3064 * ppc-linux-nat.c (ppc_linux_read_description): Use PPC_FEATURE_HAS_VSX
3065 and PPC_FEATURE_HAS_ALTIVEC to check if such features are available.
3066
6d7e9d3b
YQ
30672016-04-22 Yao Qi <yao.qi@linaro.org>
3068
3069 * valops.c (read_value_memory): New local variable 'stack'.
3070 Set it to either TARGET_OBJECT_STACK_MEMORY or
3071 TARGET_OBJECT_MEMORY.
3072
b3f11165
PA
30732016-04-22 Pedro Alves <palves@redhat.com>
3074
3075 * ada-exp.y: Remove all yy symbol remappings.
3076 (GDB_YY_REMAP_PREFIX): Define.
3077 Include "yy-remap.h".
3078 * ada-lang.c (ada_language_defn): Adjust.
3079 * ada-lang.h (ada_error): Rename to ...
3080 (ada_yyerror): ... this.
3081 * c-exp.y: Remove all yy symbol remappings.
3082 (GDB_YY_REMAP_PREFIX): Define.
3083 Include "yy-remap.h".
3084 * c-lang.c (c_language_defn, cplus_language_defn)
3085 (asm_language_defn, minimal_language_defn): Adjust.
3086 * c-lang.h (c_error): Rename to ...
3087 (c_yyerror): ... this.
3088 * d-exp.y: Remove all yy symbol remappings.
3089 (GDB_YY_REMAP_PREFIX): Define.
3090 Include "yy-remap.h".
3091 * d-lang.c (d_language_defn): Adjust.
3092 * d-lang.h (d_error): Rename to ...
3093 (d_yyerror): ... this.
3094 * f-exp.y: Remove all yy symbol remappings.
3095 (GDB_YY_REMAP_PREFIX): Define.
3096 Include "yy-remap.h".
3097 * f-lang.c (f_language_defn): Adjust.
3098 * f-lang.h (f_error): Rename to ...
3099 (f_yyerror): ... this.
3100 * go-exp.y: Remove all yy symbol remappings.
3101 (GDB_YY_REMAP_PREFIX): Define.
3102 Include "yy-remap.h".
3103 * go-lang.c (go_language_defn): Adjust.
3104 * go-lang.h (go_error): Rename to ...
3105 (go_yyerror): ... this.
3106 * jv-exp.y: Remove all yy symbol remappings.
3107 (GDB_YY_REMAP_PREFIX): Define.
3108 Include "yy-remap.h".
3109 * jv-lang.c (java_language_defn): Adjust.
3110 * jv-lang.h (java_error): Rename to ...
3111 (java_yyerror): ... this.
3112 * m2-exp.y: Remove all yy symbol remappings.
3113 (GDB_YY_REMAP_PREFIX): Define.
3114 Include "yy-remap.h".
3115 * m2-lang.c (m2_language_defn): Adjust.
3116 * m2-lang.h (m2_error): Rename to ...
3117 (m2_yyerror): ... this.
3118 * objc-exp.y: Remove all yy symbol remappings.
3119 (GDB_YY_REMAP_PREFIX): Define.
3120 Include "yy-remap.h".
3121 * objc-lang.c (objc_language_defn): Adjust.
3122 * opencl-lang.c (opencl_language_defn): Adjust.
3123 * p-exp.y: Remove all yy symbol remappings.
3124 (GDB_YY_REMAP_PREFIX): Define.
3125 Include "yy-remap.h".
3126 * p-lang.c (pascal_language_defn): Adjust.
3127 * p-lang.h (pascal_error): Rename to ...
3128 (pascal_yyerror): ... this.
3129 * yy-remap.h: New file.
3130
6290672f
PA
31312016-04-22 Pedro Alves <palves@redhat.com>
3132
3133 * common/common-exceptions.h (GDB_XCPT_TRY): Remove mention of
3134 the foreign frames issue.
3135 [__cplusplus] (GDB_XCPT): Define as GDB_XCPT_TRY.
3136
89525768
PA
31372016-04-22 Pedro Alves <palves@redhat.com>
3138
3139 * common/common-exceptions.c (enum catcher_state, struct catcher)
3140 (current_catcher): Define in C++ mode too.
3141 (exceptions_state_mc_catch): Call throw_exception_sjlj instead of
3142 throw_exception.
3143 (throw_exception_sjlj, throw_exception_cxx): New functions,
3144 factored out from throw_exception.
3145 (throw_exception): Reimplement.
3146 * common/common-exceptions.h (exceptions_state_mc_init)
3147 (exceptions_state_mc_action_iter)
3148 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
3149 Declare in C++ mode too.
3150 (TRY): Rename to ...
3151 (TRY_SJLJ): ... this.
3152 (CATCH): Rename to ...
3153 (CATCH_SJLJ): ... this.
3154 (END_CATCH): Rename to ...
3155 (END_CATCH_SJLJ): ... this.
3156 [GDB_XCPT == GDB_XCPT_SJMP] (TRY, CATCH, END_CATCH): Map to SJLJ
3157 equivalents.
3158 (throw_exception): Update comments.
3159 (throw_exception_sjlj): Declare.
3160 * event-top.c (gdb_rl_callback_read_char_wrapper): Extend intro
3161 comment. Wrap body in TRY_SJLJ/CATCH_SJLJ and rethrow any
3162 intercepted exception.
3163 (gdb_rl_callback_handler): New function.
3164 (gdb_rl_callback_handler_install): Always install
3165 gdb_rl_callback_handler as readline callback.
3166
3c610247
PA
31672016-04-22 Pedro Alves <palves@redhat.com>
3168
3169 * event-top.c (rl_callback_read_char_wrapper): Rename to ...
3170 (gdb_rl_callback_read_char_wrapper): ... this.
3171 (change_line_handler, gdb_setup_readline): Adjust.
3172
3539aa13
YQ
31732016-04-22 Yao Qi <yao.qi@linaro.org>
3174
3175 * aarch32-linux-nat.c (aarch32_gp_regcache_supply): Clear CPSR
3176 bits 20 to 23.
3177
0f60e29b
JB
31782016-04-22 Joel Brobecker <brobecker@adacore.com>
3179
3180 * MAINTAINER: Remove myself as AIX Maintainer.
3181
3877922e
MR
31822016-04-22 Maciej W. Rozycki <macro@imgtec.com>
3183
3184 * mips-tdep.c (mips_gdbarch_init): For GDB_OSABI_LINUX set
3185 `num_regs' to 90 rather than 79. Where a target description is
3186 present adjust the setting appropriately.
3187
88c3cd8d
PA
31882016-04-21 Pedro Alves <palves@redhat.com>
3189
3190 * common/common-exceptions.h (GDB_XCPT_TRY): Add comment.
3191 (GDB_XCPT): Always define as GDB_XCPT_SJMP.
3192
71829b1a
PA
31932016-04-21 Pedro Alves <palves@redhat.com>
3194
3195 * aix-thread.c (pdc_read_data, pdc_write_data): Add cast.
3196 (aix_thread_resume): Use PTRACE_TYPE_ARG5.
3197 * rs6000-nat.c (rs6000_ptrace64): Use PTRACE_TYPE_ARG5.
3198 (rs6000_ptrace_ldinfo): Change type of 'ldi' local to void
3199 pointer, and cast return to gdb_byte pointer.
3200
3451269c
PA
32012016-04-21 Pedro Alves <palves@redhat.com>
3202
3203 * s390-linux-nat.c (fetch_regset, store_regset, check_regset): Use
3204 void * instead of gdb_byte *.
3205
b36cec19
PA
32062016-04-21 Pedro Alves <palves@redhat.com>
3207
3208 * dwarf2read.c (try_open_dwop_file, open_dwo_file)
3209 (file_file_name, file_full_name): Add char * cast to sentinel in
3210 concat/reconcat calls.
3211 * event-top.c (top_level_prompt): Likewise.
3212 * guile/guile.c (initialize_scheme_side): Likewise.
3213 * linux-tdep.c (linux_fill_prpsinfo): Likewise.
3214 * macrotab.c (macro_source_fullname): Likewise.
3215 * main.c (get_init_files, captured_main): Likewise.
3216 * psymtab.c (psymtab_to_fullname): Likewise.
3217 * python/python.c (_initialize_python)
3218 (gdbpy_finish_initialization): Likewise.
3219 * source.c (symtab_to_fullname): Likewise.
3220
a2358508
PA
32212016-04-20 Pedro Alves <palves@redhat.com>
3222
3223 * build-with-cxx.m4 (GDB_AC_BUILD_WITH_CXX): Default to yes.
3224 * configure: Renegerate.
3225
5ae00552
PA
32262016-04-20 Pedro Alves <palves@redhat.com>
3227
3228 * darwin-nat.c (darwin_decode_message): Use gdb_signal_from_host.
3229
d9436c7c
PA
32302016-04-20 Pedro Alves <palves@redhat.com>
3231
3232 * aarch64-tdep.c (aarch64_record_load_store): Change type of
3233 'reg_rm_val' local to ULONGEST.
3234
597e448c
PA
32352016-04-20 Pedro Alves <palves@redhat.com>
3236
3237 * darwin-nat.c (darwin_resume_thread): Add uintptr_t cast.
3238
6c739336
DE
32392016-04-20 Doug Evans <xdje42@gmail.com>
3240
3241 * symmisc.c (dump_symtab_1): Print owning compunit for identical
3242 blockvectors.
3243
8cef59a2
YQ
32442016-04-20 Yao Qi <yao.qi@linaro.org>
3245
3246 * aarch32-linux-nat.c: Include "arch/arm-linux.h".
3247
6885166d
YQ
32482016-04-20 Yao Qi <yao.qi@linaro.org>
3249
3250 * arm-linux-tdep.h (ARM_CPSR_GREGNUM): Move it to ...
3251 * arch/arm-linux.h: ... here.
3252
21002a63
JB
32532016-04-19 John Baldwin <jhb@FreeBSD.org>
3254
3255 * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Change xstateregs
3256 to void *.
3257 (amd64bsd_store_inferior_registers): Likewise.
3258 * fbsd-nat.c (resume_one_thread_cb): Explicitly cast data to ptid_t *.
3259 (resume_all_threads_cb): Likewise.
3260 * i386bsd-nat.c (i386bsd_supply_gregset): Cast gregs to char *.
3261 (i386bsd_collect_gregset): Likewise.
3262 (i386bsd_fetch_inferior_registers): Change xstateregs to void *.
3263 (i386bsd_store_inferior_registers): Likewise.
3264
f39c07ac
JB
32652016-04-19 John Baldwin <jhb@FreeBSD.org>
3266
3267 * main.c (setup_alternate_signal_stack): Cast to char *.
3268
d04c1a59
DE
32692016-04-19 Doug Evans <xdje42@gmail.com>
3270
3271 * symmisc.c (dump_symtab_1, dump_symtab): Delete arg objfile.
3272 All callers updated.
3273
a55411b9
DE
32742016-04-19 Doug Evans <xdje42@gmail.com>
3275
ee2915c9 3276 PR gdb/17911
a55411b9
DE
3277 * source.c (is_regular_file): New arg errno_ptr.
3278 All callers updated.
3279
73e6209f
AA
32802016-04-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3281
3282 * linux-record.c (record_linux_system_call): Merge handling for
3283 readlink/recv/read and pipe/pipe2.
3284
f42bf748
WT
32852016-04-14 Walfred Tedeschi <walfred.tedeschi@intel.com>
3286
3287 * features/i386/amd64-mpx-linux.xml: Remove AVX feature.
3288 * features/i386/amd64-mpx.xml: Remove AVX feature.
3289 * features/i386/i386-mpx-linux.xml: Remove AVX feature.
3290 * features/i386/i386-mpx.xml: Remove AVX feature.
3291 * features/i386/amd64-mpx-linux.c: Regenerate.
3292 * features/i386/amd64-mpx.c: Regenerate.
3293 * features/i386/i386-mpx-linux.c: Regenerate.
3294 * features/i386/i386-mpx.c: Regenerate.
3295 * regformats/i386/amd64-mpx-linux.dat: Regenerate.
3296 * regformats/i386/amd64-mpx.dat: Regenerate.
3297 * regformats/i386/i386-mpx-linux.dat: Regenerate.
3298 * regformats/i386/i386-mpx.dat: Regenerate.
3299
2b863f51
WT
33002016-04-16 Walfred Tedeschi <walfred.tedeschi@intel.com>
3301
3302 * amd64-linux-tdep.c (features/i386/amd64-avx-mpx-linux.c):
3303 New include.
3304 (amd64_linux_core_read_description): Add case for
3305 X86_XSTATE_AVX_MPX_MASK.
3306 (_initialize_amd64_linux_tdep): Call initialize_tdesc_amd64_avx_mpx_linux.
3307 * amd64-linux-tdep.h (tdesc_amd64_avx_mpx_linux): New definition.
3308 * amd64-tdep.c (features/i386/amd64-avx-mpx.c): New include.
3309 (amd64_target_description): Add case for X86_XSTATE_AVX_MPX_MASK.
3310 (_initialize_amd64_tdep): Call initialize_tdesc_amd64_avx_mpx.
3311 * common/x86-xstate.h (X86_XSTATE_MPX_MASK): Remove AVX bits.
3312 (X86_XSTATE_AVX_MPX_MASK): New case.
3313 * features/Makefile (i386/i386-avx-mpx, i386/i386-avx-mpx-linux)
3314 (i386/amd64-avx-mpx, i386/amd64-avx-mpx-linux): New rules.
3315 (i386/i386-avx-mpx-expedite, i386/i386-avx-mpx-linux-expedite)
3316 (i386/amd64-avx-mpx-expedite, i386/amd64-avx-mpx-linux-expedite):
3317 New expedites.
3318 * i386-linux-tdep.c (features/i386/i386-avx-mpx-linux.c): New
3319 include.
3320 (i386_linux_core_read_description): Add case
3321 X86_XSTATE_AVX_MPX_MASK.
3322 (_initialize_i386_linux_tdep): Call
3323 initialize_tdesc_i386_avx_mpx_linux.
3324 * i386-linux-tdep.h (tdesc_i386_avx_mpx_linux): New include.
3325 * i386-tdep.c (features/i386/i386-avx-mpx.c): New include.
3326 (i386_target_description): Add case for X86_XSTATE_AVX_MPX_MASK.
3327 * x86-linux-nat.c (x86_linux_read_description): Add case for
3328 X86_XSTATE_AVX_MPX_MASK.
3329 * features/i386/amd64-avx-mpx-linux.xml: New file.
3330 * features/i386/i386-avx-mpx-linux.xml: New file.
3331 * features/i386/i386-avx-mpx.xml: New file.
3332 * features/i386/amd64-avx-mpx.xml: New file.
3333 * features/i386/amd64-avx-mpx-linux.c: Generated.
3334 * features/i386/amd64-avx-mpx.c: Generated.
3335 * features/i386/i386-avx-mpx-linux.c: Generated.
3336 * features/i386/i386-avx-mpx.c: Generated.
3337 * regformats/i386/amd64-avx-mpx-linux.dat: Generated.
3338 * regformats/i386/amd64-avx-mpx.dat: Generated.
3339 * regformats/i386/i386-avx-mpx-linux.dat: Generated.
3340 * regformats/i386/i386-avx-mpx.dat: Generated.
3341
9b30624b
PA
33422016-04-18 Pedro Alves <palves@redhat.com>
3343
3344 * ptrace.m4 (GDB_AC_PTRACE): Don't run tests in C++ mode.
3345 * configure: Regenerate.
3346
a22df60a
MG
33472016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3348
3349 * valops.c (value_addr): For C++ references, set the copied value's
3350 enclosing_type as well.
3351
5947319e
YQ
33522016-04-18 Yao Qi <yao.qi@linaro.org>
3353
3354 Revert:
3355 2016-04-15 Yao Qi <yao.qi@linaro.org>
3356
3357 * arm-tdep.c (thumb_stack_frame_destroyed_p): Return zero if
3358 PC is far from the end of function.
3359
58484447
PA
33602016-04-16 Pedro Alves <palves@redhat.com>
3361
3362 * ada-exp.y (yydefred): Define as ada_yydefred.
3363
2b2798cc
PA
33642016-04-15 Pedro Alves <palves@redhat.com>
3365
3366 * ada-lang.c (ada_lookup_struct_elt_type): Constify 'type_str' and
3367 'name_str' locals.
3368
d7abe101
PA
33692016-04-15 Pedro Alves <palves@redhat.com>
3370
3371 * btrace.c (pt_btrace_insn_flags): Change return type to
3372 btrace_insn_flags. Use btrace_insn_flags for local.
3373
77770d83
PA
33742016-04-15 Pedro Alves <palves@redhat.com>
3375
3376 * nat/linux-ptrace.h [__mips__] (GDB_ARCH_IS_TRAP_BRKPT): Also
3377 accept TRAP_BRKPT.
3378 [__mips__] (GDB_ARCH_IS_TRAP_HWBKPT): Also accept TRAP_HWBKPT.
3379
415fa612
YQ
33802016-04-15 Yao Qi <yao.qi@linaro.org>
3381
3382 * arm-tdep.c (thumb_stack_frame_destroyed_p): Return zero if
3383 PC is far from the end of function.
3384
7f31862a
PA
33852016-04-14 Pedro Alves <palves@redhat.com>
3386
3387 * cli/cli-cmds.c (alias_usage_error): New function.
3388 (alias_command): Use it.
3389 * ctf.c (ctf_save_metadata_header): Inline metadata_fmt local in
3390 ctf_save_write_metadata call.
3391
aebf07fc
PA
33922016-04-14 Pedro Alves <palves@redhat.com>
3393
3394 * ada-typeprint.c (print_fixed_point_type): Don't pass float as
3395 argument to function expecting LONGEST.
3396 * value.c (unpack_long): Add casts to LONGEST.
3397
57d1de9c
LM
33982016-04-13 Luis Machado <lgustavo@codesourcery.com>
3399
3400 * exec.c (exec_file_locate_attach): Guard a couple functions
3401 that can throw errors.
3402 (exception_print_same): New helper function.
3403
3a00c802
PA
34042016-04-13 Pedro Alves <palves@redhat.com>
3405
3406 PR remote/19840
3407 * remote.c (struct remote_state) <last_resume_exec_dir>: New
3408 field.
3409 (new_remote_state): Default last_resume_exec_dir to EXEC_FORWARD.
3410 (remote_open_1): Reset last_resume_exec_dir to EXEC_FORWARD.
3411 (remote_resume): Store the last execution direction.
3412 (remote_execution_direction): New function.
3413 (init_remote_ops): Install it as to_execution_direction target_ops
3414 method.
3415
0f41b320
PA
34162016-04-12 Pedro Alves <palves@redhat.com>
3417
3418 * common/common-exceptions.h (GDB_XCPT_TRY): Update comment.
3419 [__cplusplus] (GDB_XCPT): Define as GDB_XCPT_TRY.
3420
173981bc
PA
34212016-04-12 Pedro Alves <palves@redhat.com>
3422
3423 * common/common-exceptions.c (struct catcher) <buf>: Now a
3424 'jmp_buf' instead of SIGJMP_BUF.
3425 (exceptions_state_mc_init): Change return type to 'jmp_buf'.
3426 (throw_exception): Use longjmp instead of SIGLONGJMP.
3427 * common/common-exceptions.h: Include <setjmp.h> instead of
3428 "gdb_setjmp.h".
3429 (exceptions_state_mc_init): Change return type to 'jmp_buf'.
3430 [GDB_XCPT == GDB_XCPT_SJMP] (TRY): Use setjmp instead of
3431 SIGSETJMP.
3432 * cp-support.c: Include "gdb_setjmp.h".
3433
2afc13ff
PA
34342016-04-12 Pedro Alves <palves@redhat.com>
3435
3436 * common/common-exceptions.c (exception_rethrow): Remove
3437 prepare_to_throw_exception call.
3438 * common/common-exceptions.h (prepare_to_throw_exception): Delete
3439 declaration.
3440 * exceptions.c (prepare_to_throw_exception): Delete.
3441
cfd0fbdd
PA
34422016-04-12 Pedro Alves <palves@redhat.com>
3443
3444 * target.c (target_check_pending_interrupt): Delete.
3445 * target.h (struct target_ops) <to_check_pending_interrupt>:
3446 Remove method.
3447 (target_check_pending_interrupt): Remove declaration.
3448 * target-delegates.c: Regenerate.
3449
585a46a2
PA
34502016-04-12 Pedro Alves <palves@redhat.com>
3451
3452 * defs.h: Update comments on SIGINT handling.
3453 (immediate_quit): Delete declaration.
3454 * event-loop.c (call_async_signal_handler): Delete.
3455 * event-loop.h (call_async_signal_handler): Delete declaration.
3456 (mark_async_signal_handler): Update comments.
3457 (gdb_call_async_signal_handler): Delete declaration.
3458 * event-top.c (handle_sigint): Call mark_async_signal_handler
3459 instead of gdb_call_async_signal_handler.
3460 * exceptions.c (prepare_to_throw_exception): Remove reference to
3461 immediate_quit.
3462 (exception_fprintf): Remove comments about immediate_quit.
3463 * mingw-hdep.c (sigint_event, sigint_handler): Delete.
3464 (gdb_select): Don't wait on sigint_event.
3465 (gdb_call_async_signal_handler): Delete.
3466 (_initialize_mingw_hdep): Delete.
3467 * posix-hdep.c (gdb_call_async_signal_handler): Delete.
3468 * utils.c (immediate_quit): Delete.
3469
048094ac
PA
34702016-04-12 Pedro Alves <palves@redhat.com>
3471
3472 * defs.h (quit_handler_ftype, quit_handler)
3473 (make_cleanup_override_quit_handler, default_quit_handler): New.
3474 (QUIT): Adjust comments.
3475 * event-top.c (default_quit_handler): New function.
3476 (quit_handler): New global.
3477 (struct quit_handler_cleanup_data): New.
3478 (restore_quit_handler, restore_quit_handler_dtor)
3479 (make_cleanup_override_quit_handler): New.
3480 (async_request_quit): Call QUIT.
3481 * remote.c (struct remote_state) <got_ctrlc_during_io>: New field.
3482 (async_sigint_remote_twice_token, async_sigint_remote_token):
3483 Delete.
3484 (remote_close): Update comments.
3485 (remote_start_remote): Don't set immediate_quit. Set starting_up
3486 earlier.
3487 (remote_serial_quit_handler, remote_unpush_and_throw): New
3488 functions.
3489 (remote_open_1): Clear got_ctrlc_during_io. Set
3490 remote_async_terminal_ours_p unconditionally.
3491 (async_initialize_sigint_signal_handler)
3492 (async_handle_remote_sigint, async_handle_remote_sigint_twice)
3493 (remote_check_pending_interrupt, async_remote_interrupt)
3494 (async_remote_interrupt_twice)
3495 (async_cleanup_sigint_signal_handler, ofunc)
3496 (sync_remote_interrupt, sync_remote_interrupt_twice): Delete.
3497 (remote_terminal_inferior, remote_terminal_ours): Remove async
3498 checks.
3499 (remote_wait_as): Don't install a SIGINT handler in sync mode.
3500 (readchar, remote_serial_write): Override the quit handler with
3501 remote_serial_quit_handler.
3502 (getpkt_or_notif_sane_1): Don't call QUIT.
3503 (initialize_remote_ops): Don't install
3504 remote_check_pending_interrupt.
3505 (_initialize_remote): Don't create async_sigint_remote_token and
3506 async_sigint_remote_twice_token.
3507 * ser-base.c (ser_base_wait_for): Call QUIT and use
3508 interruptible_select.
3509 (ser_base_write): Call QUIT.
3510 * ser-go32.c (dos_readchar, dos_write): Call QUIT.
3511 * ser-unix.c (wait_for): Don't use VTIME. Always take the
3512 gdb_select path, but call QUIT and interruptible_select.
3513 * utils.c (maybe_quit): Call the current quit handler. Don't call
3514 target_check_pending_interrupt.
3515 (defaulted_query, prompt_for_continue): Override the quit handler
3516 with the default quit handler.
3517
a12ac513
PA
35182016-04-12 Pedro Alves <palves@redhat.com>
3519
3520 * tui/tui-hooks.c (tui_target_has_run): Delete.
3521 (tui_about_to_proceed): Delete.
3522 (tui_about_to_proceed_observer): Delete.
3523 (tui_install_hooks, tui_remove_hooks): Don't install/remove an
3524 about_to_proceed observer.
3525
5fe96654
PA
35262016-04-12 Pedro Alves <palves@redhat.com>
3527
3528 * mi/mi-interp.c (mi_new_thread): Put
3529 target_terminal_ours_for_output in effect while outputting.
3530 (mi_thread_exit): Use target_terminal_ours_for_output instead of
3531 target_terminal_ours.
3532 (mi_record_changed, mi_inferior_added, mi_inferior_appeared)
3533 (mi_inferior_exit, mi_inferior_removed, mi_traceframe_changed)
3534 (mi_tsv_created, mi_tsv_deleted, mi_tsv_modified)
3535 (mi_breakpoint_created, mi_breakpoint_deleted)
3536 (mi_breakpoint_modified, mi_solib_loaded, mi_solib_unloaded)
3537 (mi_command_param_changed, mi_memory_changed)
3538 (report_initial_inferior): Use target_terminal_ours_for_output
3539 instead of target_terminal_ours. Restore terminal settings.
3540 * mi/mi-main.c (mi_execute_command): Use
3541 target_terminal_ours_for_output instead of target_terminal_ours.
3542 Restore terminal settings.
3543
651ce16a
PA
35442016-04-12 Pedro Alves <palves@redhat.com>
3545
3546 PR gdb/19828
3547 * gnu-nat.c (inf_validate_task_sc): Don't call
3548 target_terminal_ours / target_terminal_inferior around query.
3549 * i386-tdep.c (i386_record_lea_modrm, i386_process_record): Don't
3550 call target_terminal_ours / target_terminal_inferior around
3551 yquery.
3552 * linux-record.c (record_linux_system_call): Don't call
3553 target_terminal_ours / target_terminal_inferior around yquery.
3554 * nto-procfs.c (interrupt_query): Don't call target_terminal_ours
3555 / target_terminal_inferior around query.
3556 * record-full.c (record_full_check_insn_num): Remove
3557 'set_terminal' parameter. Don't call target_terminal_ours /
3558 target_terminal_inferior around query.
3559 (record_full_message, record_full_registers_change)
3560 (record_full_xfer_partial): Adjust.
3561 * remote.c (interrupt_query): Don't call target_terminal_ours /
3562 target_terminal_inferior around query.
3563 * utils.c (defaulted_query): Install cleanup to restore target
3564 terminal. Put target_terminal_ours_for_output in effect while
3565 defaulted producing, and target_terminal_ours in in effect while
3566 handling input.
3567 (prompt_for_continue): Install cleanup to restore target terminal.
3568 Put target_terminal_ours in in effect while handling input.
3569
80dbc9fd
PA
35702016-04-12 Pedro Alves <palves@redhat.com>
3571
3572 * utils.c (defaulted_query, prompt_for_continue): Free temporary
3573 strings with cleanups, instead of xfree.
3574
c5ac1540
PA
35752016-04-12 Pedro Alves <palves@redhat.com>
3576
3577 * utils.c (vwarning, internal_vproblem): Use
3578 make_cleanup_restore_target_terminal and
3579 target_terminal_ours_for_output.
3580
f8e3ef9d
PA
35812016-04-12 Pedro Alves <palves@redhat.com>
3582
3583 * infcmd.c (post_create_inferior, prepare_one_step): Use
3584 target_terminal_ours_for_output instead of target_terminal_ours.
3585
481ac8c9
PA
35862016-04-12 Pedro Alves <palves@redhat.com>
3587
3588 * exceptions.c (print_flush): Use target_terminal_ours_for_output
3589 instead of target_terminal_ours, and restore target terminal with
3590 a cleanup.
3591
c509f1e1
PA
35922016-04-12 Pedro Alves <palves@redhat.com>
3593
3594 * cp-support.c (gdb_demangle): Use target_terminal_ours_for_output
3595 instead of target_terminal_ours, and restore target terminal with
3596 a cleanup.
3597
99bbb428
PA
35982016-04-12 Pedro Alves <palves@redhat.com>
3599
3600 * ada-lang.c (type_as_string, type_as_string_and_cleanup): New
3601 functions.
3602 (ada_lookup_struct_elt_type): Use type_as_string_and_cleanup.
3603
75ee5925
PA
36042016-04-12 Pedro Alves <palves@redhat.com>
3605
3606 * ser-base.c (fd_event): Retry read_prim on EINTR.
3607 (do_ser_base_readchar): Retry read_prim on EINTR.
3608 (ser_base_write): Retry write_prim on EINTR.
3609 * ser-unix.c (ser_unix_read_prim): Don't retry on EINTR here.
3610 (ser_unix_write_prim): Remove comment.
3611
93692b58
PA
36122016-04-12 Pedro Alves <palves@redhat.com>
3613
3614 * remote.c (remote_pass_ctrlc): New function.
3615 (init_remote_ops): Install it.
3616 * target.c (target_terminal_inferior): Pass pending Ctrl-C to the
3617 target.
3618 (target_pass_ctrlc, default_target_pass_ctrlc): New functions.
3619 * target.h (struct target_ops) <to_pass_ctrlc>: New method.
3620 (target_pass_ctrlc, default_target_pass_ctrlc): New declarations.
3621 * target-delegates.c: Regenerate.
3622
e42de8c7
PA
36232016-04-12 Pedro Alves <palves@redhat.com>
3624
3625 * infcmd.c (interrupt_target_1): Call target_stop is in non-stop
3626 mode.
3627 * linux-nat.c (linux_nat_interrupt): Delete.
3628 (linux_nat_add_target): Don't install linux_nat_interrupt.
3629 * remote.c (remote_interrupt_ns): Change return type to void.
3630 Throw error if interrupting the target is not supported.
3631 (remote_interrupt): Don't call the remote_stop_ns/remote_stop_as.
3632
a149683b
PA
36332016-04-12 Pedro Alves <palves@redhat.com>
3634
3635 * defs.h (clear_quit_flag): Remove declaration.
3636 * extension-priv.h (struct extension_language_ops)
3637 <clear_quit_flag>: Remove field and update comments.
3638 * extension.c (clear_quit_flag): Delete.
3639 * guile/guile.c (guile_extension_ops): Adjust.
3640 * python/python.c (python_extension_ops): Adjust.
3641 (gdbpy_clear_quit_flag): Delete.
3642
da1e5f54
PA
36432016-04-12 Pedro Alves <palves@redhat.com>
3644
3645 * main.c (captured_main): Don't clear the quit flag.
3646
0af679c6
PA
36472016-04-12 Pedro Alves <palves@redhat.com>
3648
3649 * exceptions.c (prepare_to_throw_exception): Don't clear the quit
3650 flag.
3651
4a81fd47
PA
36522016-04-12 Pedro Alves <palves@redhat.com>
3653
3654 * event-top.c (command_handler): Don't call clear_quit_flag.
3655
abf009ef
PA
36562016-04-12 Pedro Alves <palves@redhat.com>
3657
3658 * remote-sim.c (gdb_os_poll_quit): Don't call clear_quit_flag.
3659 * remote.c (remote_wait_as): Don't call clear_quit_flag.
3660
6eddd09a
PA
36612016-04-12 Pedro Alves <palves@redhat.com>
3662
3663 * python/python.c: Include "ser-event.h".
3664 (gdbpy_event_fds): Delete.
3665 (gdbpy_serial_event): New.
3666 (gdbpy_run_events): Change prototype. Use serial_event_clear
3667 instead of serial_readchar.
3668 (gdbpy_post_event): Use serial_event_set instead of serial_write.
3669 (gdbpy_initialize_events): Use make_serial_event instead of
3670 serial_pipe.
3671
f0881b37
PA
36722016-04-12 Pedro Alves <palves@redhat.com>
3673
3674 * defs.h: Extend QUIT-related comments to mention
3675 interruptible_select.
3676 (quit_serial_event_set, quit_serial_event_clear): Declare.
3677 * event-top.c: Include "ser-event.h" and "gdb_select.h".
3678 (quit_serial_event): New global.
3679 (async_init_signals): Make quit_serial_event.
3680 (quit_serial_event_set, quit_serial_event_clear)
3681 (quit_serial_event_fd, interruptible_select): New functions.
3682 * extension.c (set_quit_flag): Set the quit serial event.
3683 (check_quit_flag): Clear the quit serial event.
3684 * gdb_select.h (interruptible_select): New declaration.
3685 * guile/scm-ports.c (ioscm_input_waiting): Use
3686 interruptible_select instead of gdb_select.
3687 * top.c (gdb_readline_no_editing): Likewise.
3688 * ui-file.c (stdio_file_read): Likewise.
3689
5cc3ce8b
PA
36902016-04-12 Pedro Alves <palves@redhat.com>
3691
3692 * event-loop.c: Include "ser-event.h".
3693 (async_signal_handlers_serial_event): New global.
3694 (async_signals_handler, initialize_async_signal_handlers): New
3695 functions.
3696 (mark_async_signal_handler): Set
3697 async_signal_handlers_serial_event.
3698 (invoke_async_signal_handlers): Clear
3699 async_signal_handlers_serial_event.
3700 * event-top.c (async_init_signals): Call
3701 initialize_async_signal_handlers.
3702
00340e1b
PA
37032016-04-12 Pedro Alves <palves@redhat.com>
3704
3705 * Makefile.in (SFILES): Add ser-event.c.
3706 (HFILES_NO_SRCDIR): Add ser-event.h.
3707 (COMMON_OBS): Add ser-event.o.
3708 * ser-event.c, ser-event.h: New files.
3709 * serial.c (new_serial): New function, factored out from
3710 (serial_fdopen_ops): ... this.
3711 (serial_open_ops_1): New function, factored out from
3712 (serial_open): ... this.
3713 (serial_open_ops): New function.
3714 * serial.h (struct serial): Forware declare.
3715 (serial_open_ops): New declaration.
3716
5f5219fc
PA
37172016-04-12 Pedro Alves <palves@redhat.com>
3718
3719 * serial.c (serial_open, serial_fdopen_ops, do_serial_close):
3720 Remove references to name.
3721 * serial.h (struct serial) <name>: Delete.
3722
acd5494d
PA
37232016-04-12 Pedro Alves <palves@redhat.com>
3724
3725 * remote-fileio.c (sigint_fileio_token, remote_fio_no_longjmp):
3726 Delete.
3727 (async_remote_fileio_interrupt): Delete.
3728 (remote_fileio_ctrl_c_signal_handler): Don't call the async signal
3729 handler. Instead just always set the ctrl_c flag.
3730 (remote_fileio_reply): Clear remote_fio_ctrl_c_flag before
3731 re-enabling the SIGINT handler.
3732 (remote_fileio_func_open, remote_fileio_func_close)
3733 (remote_fileio_func_read, remote_fileio_func_write)
3734 (remote_fileio_func_lseek, remote_fileio_func_rename)
3735 (remote_fileio_func_unlink, remote_fileio_func_stat)
3736 (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
3737 (remote_fileio_func_isatty, remote_fileio_func_system)
3738 (remote_fileio_request): Remove references to
3739 remote_fio_no_longjmp.
3740 (initialize_remote_fileio): Don't create an async signal handler.
3741
d2acc30b
PA
37422016-04-12 Pedro Alves <palves@redhat.com>
3743
3744 * event-top.c (stdin_event_handler): Call QUIT;
3745 (prompt_for_continue): Don't run with immediate_quit set.
3746
ab33ab13
PA
37472016-04-12 Pedro Alves <palves@redhat.com>
3748
3749 * tui/tui-io.c (tui_redisplay_readline): Check
3750 gdb_in_secondary_prompt_p instead of immediate_quit.
3751 * tui/tui.c: Include top.h.
3752 (tui_rl_startup_hook): Check gdb_in_secondary_prompt_p instead of
3753 immediate_quit.
3754
faa4ebe1
PA
37552016-04-12 Pedro Alves <palves@redhat.com>
3756
3757 * top.c (read_command_file): Inline command_loop here.
3758 (command_loop): Delete.
3759
3212b858
PA
37602016-04-12 Pedro Alves <palves@redhat.com>
3761
3762 * top.c: Include "gdb_select.h".
3763 (gdb_readline_no_editing): Wait for input with gdb_select instead
3764 of blocking in fgetc.
3765 (command_line_input): Don't set immediate_quit.
3766
4bf7b526
MG
37672016-04-08 Martin Galvan <martin.galvan@tallertechnologies.com>
3768
3769 * value.c (value_next): Make pass-by-reference parameters const-correct.
3770 (value_parent): Likewise.
3771 (value_enclosing_type): Likewise.
3772 (value_lazy): Likewise.
3773 (value_stack): Likewise.
3774 (value_embedded_offset): Likewise.
3775 (value_pointed_to_offset): Likewise.
3776 (value_raw_address): Likewise.
3777 (deprecated_value_modifiable): Likewise.
3778 (value_free_to_mark): Likewise.
3779 (value_release_to_mark): Likewise.
3780 (internalvar_name): Likewise.
3781 (readjust_indirect_value_type): Likewise.
3782 (value_initialized): Likewise.
3783 * value.h (value_next): Likewise.
3784 (value_parent): Likewise.
3785 (value_enclosing_type): Likewise.
3786 (value_lazy): Likewise.
3787 (value_stack): Likewise.
3788 (value_embedded_offset): Likewise.
3789 (value_pointed_to_offset): Likewise.
3790 (value_raw_address): Likewise.
3791 (deprecated_value_modifiable): Likewise.
3792 (value_free_to_mark): Likewise.
3793 (value_release_to_mark): Likewise.
3794 (internalvar_name): Likewise.
3795 (readjust_indirect_value_type): Likewise.
3796 (value_initialized): Likewise.
3797
e390720b
YQ
37982016-04-07 Yao Qi <yao.qi@linaro.org>
3799
3800 * record-full.c (record_full_insert_breakpoint): Return
3801 early if entry on the address is found in
3802 record_full_breakpoints.
3803
1ccd06e4
YQ
38042016-04-07 Yao Qi <yao.qi@linaro.org>
3805
3806 * record-full.c (record_full_insert_breakpoint): Set
3807 bp_tgt->reqstd_address and bp_tgt->placed_size.
3808
ecf2e90c
DB
38092016-04-06 Don Breazeal <donb@codesourcery.com>
3810
3811 * value.c (value_actual_type): Don't try to get rtti type
3812 of the value if it has been optimized out.
3813 (value_optimized_out): If a memory access error occurs,
3814 just check vaue->optimized_out.
3815
14731617
JK
38162016-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3817
3818 Revert the previous commit adding unknown_v_replies_ok.
3819
319cb5d0
JK
38202016-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3821
3822 * remote.c (struct remote_state): New field unknown_v_replies_ok.
3823 (packet_config_support): Read it.
3824 (remote_start_remote): Set it.
3825
052d2eb2
JK
38262016-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3827
3828 * remote.c: Revert check-in by a mistake in the previous commit.
3829
fef3cb9f
JK
38302016-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3831 Pedro Alves <palves@redhat.com>
3832
3833 * exec.c (exec_file_locate_attach): Print warning for unsupported
3834 target_pid_to_exec_file.
3835 * symfile-mem.c (add_vsyscall_page): Remove the "file" command
3836 message part.
3837
2aa08bd1
SM
38382016-04-04 Simon Marchi <simon.marchi@ericsson.com>
3839
3840 * cli/cli-decode.c (help_cmd_list): Fix function doc and remove
3841 trailing spaces.
3842
cc63428a
AV
38432016-04-01 Artemiy Volkov <artemiyv@acm.org>
3844
3845 PR gdb/19820
3846 * eval.c (evaluate_subexp_standard): Allow TYPE_CODE_ENUM to be
3847 the type of BINOP_REPEAT's second operand.
3848
9bb84c9f
YY
38492016-03-31 Yichao Yu <yyc1992@gmail.com>
3850
3851 PR gdb/19858
3852 * jit.c (jit_breakpoint_re_set_internal): Return 0 if we already
3853 got the breakpoint at the right address.
3854 (jit_inferior_created): New function.
3855 (_initialize_jit): Install jit_inferior_created as
3856 inferior_created observer.
3857
22084c42
MK
38582016-03-31 Marcin Kościelnicki <koriakin@0x04.net>
3859
3860 * NEWS: Mention support for tracepoints on powerpc*-linux.
3861
e7ea3ec7
CU
38622016-03-31 Catalin Udma <catalin.udma@freescale.com>
3863
3864 PR python/19743
3865 * python/python.c (execute_gdb_command): Use console uiout
3866 when executing gdb command.
3867 * utils.c (restore_ui_out_closure): New structure.
3868 (do_restore_ui_out): New function.
3869 (make_cleanup_restore_ui_out): Likewise.
3870 * utils.h (make_cleanup_restore_ui_out): Declare.
3871
f7c38292
PA
38722016-03-31 Pedro Alves <palves@redhat.com>
3873
3874 * NEWS: Mention that support for "target m32rsdi", "target mips",
3875 "target pmon", "target ddb", "target rockhopper", and "target lsi"
3876 was removed.
3877 * Makefile.in (ALL_TARGET_OBS): Remove remote-m32r-sdi.o and
3878 remote-mips.o.
3879 (ALLDEPFILES): Remove remote-m32r-sdi.c and remote-mips.c.
3880 * configure.tgt: Remove all references to remote-m32r-sdi.o and
3881 remote-mips.o.
3882 * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Delete
3883 function.
3884 * mips-tdep.h (deprecated_mips_set_processor_regs_hack): Delete
3885 declaration.
3886 * remote-m32r-sdi.c, remote-mips.c: Delete files.
3887 * symfile.c (generic_load, generic_load): Remove comments.
3888
fb3f3d25
YQ
38892016-03-30 Yao Qi <yao.qi@linaro.org>
3890
3891 * arm-tdep.c (arm_epilogue_frame_this_id): Check 'func' against
3892 0 rather than NULL.
3893
779aa56f
YQ
38942016-03-30 Yao Qi <yao.qi@linaro.org>
3895
3896 * arm-tdep.c: (arm_make_epilogue_frame_cache): New function.
3897 (arm_epilogue_frame_this_id): New function.
3898 (arm_epilogue_frame_prev_register): New function.
3899 (arm_epilogue_frame_sniffer): New function.
3900 (arm_epilogue_frame_unwind): New.
3901 (arm_gdbarch_init): Append unwinder arm_epilogue_frame_unwind.
3902
c58b006a
YQ
39032016-03-30 Yao Qi <yao.qi@linaro.org>
3904
3905 * arm-tdep.c (arm_stack_frame_destroyed_p): Rename it ...
3906 (arm_stack_frame_destroyed_p_1): ... here. Don't call
3907 arm_pc_is_thumb.
3908 (arm_stack_frame_destroyed_p): Call
3909 thumb_stack_frame_destroyed_p and
3910 arm_stack_frame_destroyed_p_1.
3911
4ae6cc19
DE
39122016-03-30 Doug Evans <dje@google.com>
3913
3914 * python/py-utils.c (host_string_to_python_string): New function.
3915 * python/python-internal.h (host_string_to_python_string): Declare it.
3916 * python/py-*.c (*): Update all calls to
3917 PyString_Decode (str, strlen (str), host_charset (), NULL);
3918 to use host_string_to_python_string instead.
3919
28170b88
MK
39202016-03-30 Marcin Kościelnicki <koriakin@0x04.net>
3921
3922 * remote.c (remote_check_symbols): Allocate own buffer for reply.
3923
a08b52b5
MF
39242016-03-29 Max Filippov <jcmvbkbc@gmail.com>
3925
3926 * xtensa-tdep.c (xtensa_frame_cache): Change op1 type to LONGEST.
3927 Use safe_read_memory_integer instead of read_memory_integer.
3928
c37c0ba6
MK
39292016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3930
3931 * NEWS: Mention support for tracepoints on s390*-linux.
3932
444bca65
DB
39332016-03-29 Don Breazeal <donb@codesourcery.com>
3934
3935 * gdb/value.c (value_actual_type): Fix formatting issue.
3936
cc651c1c
YQ
39372016-03-23 Yao Qi <yao.qi@linaro.org>
3938
3939 * gdbarch.sh (software_single_step): Remove comments.
3940 * gdbarch.h: Regenerated.
3941
c55978a6
YQ
39422016-03-21 Yao Qi <yao.qi@linaro.org>
3943
3944 * arm-tdep.c (arm_record_media): New.
3945 (arm_record_ld_st_reg_offset): Call arm_record_media.
3946
479fe002
YQ
39472016-03-21 Yao Qi <yao.qi@linaro.org>
3948
3949 * arm-linux-tdep.c (arm_canonicalize_syscall): Canonicalize
3950 more syscalls.
3951
9c3f2234
YQ
39522016-03-18 Yao Qi <yao.qi@linaro.org>
3953
3954 * sparc-tdep.c (sparc_software_single_step): Make it static.
3955 * sparc-tdep.h (sparc_software_single_step): Remove declaration.
3956
941319d1
YQ
39572016-03-18 Yao Qi <yao.qi@linaro.org>
3958
3959 * spu-tdep.c (spu_software_single_step): Throw error when
3960 target_read_memory fails.
3961
708bf0a1
JK
39622016-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3963
3964 * linux-thread-db.c (check_pid_namespace_match): Extend the message.
3965
0d5b594f
PA
39662016-03-17 Pedro Alves <palves@redhat.com>
3967 Don Breazeal <donb@codesourcery.com>
3968
3969 PR remote/19496
3970 * infcmd.c (notice_new_inferior): Use the 'leave_running' argument
3971 instead of checking the 'non_stop' global.
3972 * remote.c (remote_add_thread): New parameter 'executing'. Use it
3973 to set the new thread's executing state.
3974 (remote_notice_new_inferior): Rename parameter 'running' to
3975 'executing'. Always set the thread state to THREAD_RUNNING in
3976 non-stop mode, and to THREAD_STOPPED in all-stop mode. Pass
3977 EXECUTING to remote_add_thread and notice_new_inferior.
3978 (remote_update_thread_list): Update to pass executing state, not
3979 running state.
3980
bba960fc
AA
39812016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3982
3983 * syscalls/s390-linux.xml: Add NUMA syscalls and new syscalls up
3984 to 374.
3985 * syscalls/s390x-linux.xml: Likewise.
3986
5fd0888a
AA
39872016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3988
3989 * linux-record.c (record_mem_at_reg): New helper function.
3990 (record_linux_system_call): Exploit new helper function where
3991 applicable.
3992
0fc8f115
AA
39932016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3994
3995 * linux-record.c: Fix whitespace issues; tabify, remove trailing
3996 spaces.
3997
afdab916
AA
39982016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3999
4000 * linux-record.c (record_linux_system_call): Add missing return
4001 statements to handling of pipe and pipe2 syscalls.
4002
bfeeb14b
DE
40032016-03-16 Doug Evans <dje@google.com>
4004
4005 * xml-tdesc.c (tdesc_start_enum): Fix c++ build.
4006
6b94a855
YQ
40072016-03-16 Yao Qi <yao.qi@linaro.org>
4008
4009 * arm-linux-tdep.c (arm_linux_init_abi): Fix
4010 arm_linux_record_tdep.arg1, arm_linux_record_tdep.arg2 and
4011 arm_linux_record_tdep.arg3. Set arm_linux_record_tdep.arg4,
4012 arm_linux_record_tdep.arg5, arm_linux_record_tdep.arg6, and
4013 arm_linux_record_tdep.arg7.
4014
1cafadb4
DB
40152016-03-15 Keith Seitz <keiths@redhat.com>
4016
4017 PR breakpoints/18303
4018 * cp-namespace.c (cp_lookup_bare_symbol): Change assertion to
4019 look for "::" instead of simply ":".
4020 (cp_search_static_and_baseclasses): Return null_block_symbol for
4021 malformed input.
4022 Remove assertions.
4023 * cp-support.c (cp_find_first_component_aux): Do not return
4024 a prefix length for ':' unless the next character is also ':'.
4025
89c200ed
DE
40262016-03-15 Doug Evans <dje@google.com>
4027
4028 * features/aarch64-core.xml (cpsr_flags): New flags type.
4029 (cpsr): Use it.
4030 * features/aarch64.c: Regenerate.
4031
49b7ae7b
DE
40322016-03-15 Doug Evans <dje@google.com>
4033
4034 * features/i386/32bit-core.xml (i386_eflags): Remove "end" spec.
4035 * features/i386/32bit-sse.xml (i386_eflags): Ditto.
4036 * features/i386/64bit-core.xml (i386_eflags): Ditto.
4037 * features/i386/64bit-sse.xml (i386_eflags): Ditto.
4038 * features/i386/x32-core.xml (i386_eflags): Ditto.
4039
81516450 40402016-03-15 Doug Evans <dje@google.com>
79427bd2 4041 Wei-cheng Wang <cole945@gmail.com>
81516450
DE
4042
4043 Extend flags to support multibit and enum bitfields.
79427bd2 4044 * NEWS: Document new features.
81516450
DE
4045 * c-typeprint.c (c_type_print_varspec_prefix): Handle TYPE_CODE_FLAGS.
4046 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
4047 * gdbtypes.c (arch_flags_type): Don't assume all fields are one bit.
4048 (append_flags_type_field): New function.
4049 (append_flags_type_flag): Call it.
4050 * gdbtypes.h (append_flags_type_field): Declare.
4051 * target-descriptions.c (struct tdesc_type_flag): Delete.
4052 (enum tdesc_type_kind) <TDESC_TYPE_BOOL>: New enum value.
4053 (enum tdesc_type_kind) <TDESC_TYPE_ENUM>: Ditto.
4054 (struct tdesc_type) <u.f>: Delete.
4055 (tdesc_predefined_types): Add "bool".
4056 (tdesc_predefined_type): New function.
4057 (tdesc_gdb_type): Handle TDESC_TYPE_BOOL, TDESC_TYPE_ENUM.
4058 Update TDESC_TYPE_FLAGS support.
4059 (tdesc_free_type): Handle TDESC_TYPE_ENUM. Update TDESC_TYPE_FLAGS.
4060 (tdesc_create_flags): Update.
4061 (tdesc_create_enum): New function.
4062 (tdesc_add_field): Initialize start,end to -1.
4063 (tdesc_add_typed_bitfield): New function.
4064 (tdesc_add_bitfield): Call it.
4065 (tdesc_add_flag): Allow TDESC_TYPE_STRUCT. Update.
4066 (tdesc_add_enum_value): New function.
4067 (maint_print_c_tdesc_cmd): Fold TDESC_TYPE_FLAGS support into
4068 TDESC_TYPE_STRUCT. Handle TDESC_TYPE_ENUM.
4069 * target-descriptions.h (tdesc_create_enum): Declare.
4070 (tdesc_add_typed_bitfield, tdesc_add_enum_value): Declare.
4071 * valprint.c (generic_val_print_enum_1): New function.
4072 (generic_val_print_enum): Call it.
4073 (val_print_type_code_flags): Make static. Handle multibit bitfields
4074 and enum bitfields.
4075 * valprint.h (val_print_type_code_flags): Delete.
4076 * xml-tdesc.c (struct tdesc_parsing_data) <current_type_is_flags>:
4077 Delete. All uses removed.
4078 (tdesc_start_enum): New function.
4079 (tdesc_start_field): Handle multibit and enum bitfields.
4080 (tdesc_start_enum_value): New function.
4081 (enum_value_attributes, enum_children, enum_attributes): New static
4082 globals.
4083 (feature_children): Add "enum".
4084 * features/gdb-target.dtd (enum, evalue): New elements.
4085
54157a25
DE
40862016-03-15 Doug Evans <dje@google.com>
4087
4088 * target-descriptions.c (struct tdesc_type) <u.u.size>: Change type
4089 from LONGEST to int.
4090 (struct tdesc_type) <u.f.size>: Ditto.
4091 (tdesc_set_struct_size): Change type of "size" arg from LONGEST
4092 to int. Add assertion size > 0.
4093 (tdesc_create_flags): Ditto.
4094 * target-descriptions.h (tdesc_set_struct_size): Update.
4095 (tdesc_create_flags): Update.
4096 * xml-tdesc.c (MAX_FIELD_SIZE, MAX_FIELD_BITSIZE): New macros.
4097 (MAX_VECTOR_SIZE): New macro.
4098 (tdesc_start_struct): Catch conversion errors from LONGEST to int.
4099 (tdesc_start_flags, tdesc_start_field, tdesc_start_vector): Ditto.
4100
73b4f516
DE
41012016-03-15 Doug Evans <dje@google.com>
4102
4103 * target-descriptions.c (maint_print_c_tdesc_cmd): Use "type" for
4104 TYPE_CODE_FLAGS instead of "field_type", for consistency.
4105 * features/i386/amd64-avx-linux.c: Regenerate.
4106 * features/i386/amd64-avx.c: Regenerate.
4107 * features/i386/amd64-avx512-linux.c: Regenerate.
4108 * features/i386/amd64-avx512.c: Regenerate.
4109 * features/i386/amd64-linux.c: Regenerate.
4110 * features/i386/amd64-mpx-linux.c: Regenerate.
4111 * features/i386/amd64-mpx.c: Regenerate.
4112 * features/i386/amd64.c: Regenerate.
4113 * features/i386/i386-avx-linux.c: Regenerate.
4114 * features/i386/i386-avx.c: Regenerate.
4115 * features/i386/i386-avx512-linux.c: Regenerate.
4116 * features/i386/i386-avx512.c: Regenerate.
4117 * features/i386/i386-linux.c: Regenerate.
4118 * features/i386/i386-mmx-linux.c: Regenerate.
4119 * features/i386/i386-mmx.c: Regenerate.
4120 * features/i386/i386-mpx-linux.c: Regenerate.
4121 * features/i386/i386-mpx.c: Regenerate.
4122 * features/i386/i386.c: Regenerate.
4123 * features/i386/x32-avx-linux.c: Regenerate.
4124 * features/i386/x32-avx.c: Regenerate.
4125 * features/i386/x32-avx512-linux.c: Regenerate.
4126 * features/i386/x32-avx512.c: Regenerate.
4127 * features/i386/x32-linux.c: Regenerate.
4128 * features/i386/x32.c: Regenerate.
4129
1eb2dbb8
PA
41302016-03-15 Pedro Alves <palves@redhat.com>
4131
4132 PR gdb/19676
4133 * linux-thread-db.c (try_thread_db_load_1): Leave
4134 info->td_ta_thr_iter_p NULL iff debugging a live process and we
4135 have /proc access.
4136 (find_new_threads_once): Assert that we have a non-NULL
4137 info->td_ta_thr_iter_p instead of checking whether the target has
4138 execution.
4139
16b41842
PA
41402016-03-15 Pedro Alves <palves@redhat.com>
4141
4142 PR gdb/19676
4143 * infrun.c (displaced_step_prepare): Also disable displaced
4144 stepping on NOT_SUPPORTED_ERROR.
4145 * linux-tdep.c (linux_displaced_step_location): If reading auxv
4146 fails, throw NOT_SUPPORTED_ERROR instead of generic error.
4147
70104a90
MK
41482016-03-13 Marcin Kościelnicki <koriakin@0x04.net>
4149
4150 * s390-linux-tdep.c (s390_gen_return_address): New function.
4151 (s390_gdbarch_init): Fill gen_return_address hook.
4152
f2403c39
AB
41532016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
4154
4155 * symmisc.c (maintenance_info_line_tables): New function.
4156 (maintenance_print_one_line_table): New function.
4157 (_initialize_symmisc): Register 'maint info line-table' command.
4158 * NEWS: Mention new command.
4159
c4b3e547
MK
41602016-03-11 Marcin Kościelnicki <koriakin@0x04.net>
4161
4162 * s390-linux-tdep.c (s390_ax_pseudo_register_collect): New function.
4163 (s390_ax_pseudo_register_push_stack): New function.
4164 (s390_gdbarch_init): Fill ax_pseudo_register_collect and
4165 ax_pseudo_register_push_stack hooks.
4166
f2f3ccb9
SM
41672016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
4168
4169 * data-directory/Makefile.in (PYTHON_FILE_LIST): Install
4170 gdb/function/as_string.py.
4171 * python/lib/gdb/function/as_string.py: New file.
4172 * NEWS: Mention the new $_as_string function.
4173
2343b78a
JM
41742016-03-09 Jose E. Marchesi <jose.marchesi@oracle.com>
4175
4176 * target.h: Fix doc string of target_can_use_hardware_watchpoint.
4177
b69d38af
PA
41782016-03-09 Pedro Alves <palves@redhat.com>
4179
4180 * event-top.c (more_to_come): Delete.
4181 (struct readline_input_state): Delete.
4182 (readline_input_state): Delete.
4183 (get_command_line_buffer): New function.
4184 (command_handler): Update comments. Don't handle NULL commands
4185 here. Do not execute commented lines.
4186 (command_line_append_input_line): New function.
4187 (handle_line_of_input): New function, partly based on
4188 command_line_handler and command_line_input.
4189 (command_line_handler): Rewrite.
4190 * event-top.h (command_handler): New declaration.
4191 (command_loop): Defer command execution to command_handler.
4192 (command_line_input): Update comments. Simplify, using struct
4193 buffer and handle_line_of_input.
4194 * top.h (struct buffer): New forward declaration.
4195 (handle_line_of_input): New declaration.
4196
2669cade
PA
41972016-03-09 Pedro Alves <palves@redhat.com>
4198
4199 * event-top.c (command_line_handler): Use xfree + xstrdup instead
4200 of xrealloc + strcpy.
4201 * main.c (captured_main): Use xstrdup instead of xmalloc plus
4202 manual clear.
4203 * top.c (saved_command_line): Rewrite comment.
4204 (saved_command_line_size): Delete.
4205 (command_line_input): Use xfree + xstrdup instead of xrealloc +
4206 strcpy.
4207 * top.h (saved_command_line_size): Delete declaration.
4208
187212b3
PA
42092016-03-09 Pedro Alves <palves@redhat.com>
4210
4211 * event-top.c: Include buffer.h.
4212 (gdb_readline_no_editing_callback): Use struct buffer instead
4213 of xrealloc.
4214
7a3bde34
PA
42152016-03-09 Pedro Alves <palves@redhat.com>
4216
4217 * common/buffer.h (buffer_grow_char): New function.
4218 * top.c: Include buffer.h.
4219 (gdb_readline_no_editing): Rename 'prompt_arg' parameter to
4220 'prompt'. Use struct buffer instead of xrealloc.
4221
c5c136ea
PA
42222016-03-09 Pedro Alves <palves@redhat.com>
4223
4224 * defs.h (gdb_readline): Delete declaration.
4225 * top.c (gdb_readline): Rename to ...
4226 (gdb_readline_no_editing): ... this, and make static.
4227
720d2e96
PA
42282016-03-09 Pedro Alves <palves@redhat.com>
4229
4230 * utils.c (prompt_for_continue): Update comments.
4231
608ff013
PA
42322016-03-09 Pedro Alves <palves@redhat.com>
4233
4234 * event-top.c (async_annotation_suffix): Delete.
4235 (top_level_prompt, command_line_handler): Don't use
4236 'async_annotation_suffix' and simplify.
4237 * event-top.h (async_annotation_suffix): Delete declaration.
4238 (init_main): Remove reference to 'async_annotation_suffix'.
4239
c70061cf
PA
42402016-03-09 Pedro Alves <palves@redhat.com>
4241
4242 * event-top.c (gdb_readline2): Rename to ...
4243 (gdb_readline_no_editing_callback): ... this.
4244 (change_line_handler, stdin_event_handler)
4245 (gdb_setup_readline): Adjust.
4246 * event-top.h (gdb_readline2): Rename to ...
4247 (gdb_readline_no_editing_callback): ... this, and move closer to
4248 other readline-related declarations.
4249 * mi/mi-interp.c (mi_interpreter_resume): Adjust.
4250
8a243832
PA
42512016-03-09 Pedro Alves <palves@redhat.com>
4252
4253 * top.c (window_hook): Delete.
4254 (command_loop): Remove references to window_hook.
4255
cc2c4da8
MK
42562016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4257
4258 * corefile.c (safe_read_memory_unsigned_integer): New function.
4259 * gdbcore.h (safe_read_memory_unsigned_integer): New prototype.
4260 * rs6000-tdep.c (rs6000_frame_cache): Read backchain as unsigned.
4261
a67914de
MK
42622016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4263
4264 * rs6000-tdep.c: Add "ax.h" and "ax-gdb.h" includes.
4265 (rs6000_gen_return_address): New function.
4266 (rs6000_gdbarch_init): Wire in the above.
4267
2a2fa07b
MK
42682016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4269
4270 * rs6000-tdep.c (rs6000_ax_pseudo_register_collect): New function.
4271 (rs6000_gdbarch_init): Wire in the above.
4272
bc0e3f49
AA
42732016-03-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4274
4275 * s390-linux-tdep.c (s390_analyze_prologue): Ignore BRC and BRCL
4276 instructions that do nothing or are conditional traps.
4277
6d53bec8
AA
42782016-03-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4279
4280 * s390-linux-tdep.c (s390_prologue_frame_unwind_cache): Store
4281 frame func's PC in info->func before any other failure can occur.
4282 (s390_frame_this_id): Use frame_id_build_unavailable_stack if
4283 info->func has been filled out.
4284
f7990f16
PA
42852016-03-09 Pedro Alves <palves@redhat.com>
4286
4287 * osabi.c (gdb_osabi_names): Avoid spaces in osabi names.
4288
087ccc6a
PA
42892016-03-09 Pedro Alves <palves@redhat.com>
4290
4291 * frv-tdep.c (frv_gdbarch_init): Handle bfd_mach_fr300.
4292
114d7832
PA
42932016-03-09 Pedro Alves <palves@redhat.com>
4294
4295 * cris-tdep.c (cris_gdbarch_init): Return 0 if the info's byte
4296 order is BFD_ENDIAN_BIG or if the cris version is unsupported.
4297
d7a87b5e
PA
42982016-03-09 Pedro Alves <palves@redhat.com>
4299
4300 * doublest.c: Extend comments.
4301 (floatformat_to_doublest, floatformat_from_doublest): Copy the
4302 floatformat's total size, not the host type's size.
4303
b79497cb
PA
43042016-03-09 Pedro Alves <palves@redhat.com>
4305
4306 * doublest.c (floatformat_totalsize_bytes): New function.
4307 (floatformat_from_type): Assert that the type's length is at least
4308 as long as the floatformat's totalsize.
4309 * doublest.h (floatformat_totalsize_bytes): New declaration.
4310 * gdbtypes.c (arch_float_type): Assert that the type's length is
4311 at least as long as the floatformat's totalsize.
4312
aacca8a7
PA
43132016-03-09 Pedro Alves <palves@redhat.com>
4314
4315 * hppa-linux-tdep.c (hppa_linux_init_abi): Set the long double
4316 format to floatformats_ieee_double.
4317
e6c2f47b
PA
43182016-03-07 Pedro Alves <palves@redhat.com>
4319
4320 * mips-tdep.c (mips_gdbarch_init): Check whether info.abfd is NULL
4321 before calling bfd_get_flavour.
4322
cb86f388
DC
43232016-03-05 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
4324
4325 * avr-tdep.c (AVR_LAST_ARG_REGNUM): Define.
4326 (avr_push_dummy_call): Correct last needed argument register.
4327 Write MSB of argument into register and subsequent bytes into
4328 other registers in decreasing order.
4329
f1771dce
YQ
43302016-03-04 Yao Qi <yao.qi@linaro.org>
4331
4332 * arm-tdep.c (arm_record_vdata_transfer_insn): Simplify the
4333 condition check. Record the right D register number.
4334
ca92db2d
YQ
43352016-03-04 Yao Qi <yao.qi@linaro.org>
4336
4337 * arm-tdep.c (arm_record_extension_space): Remove code
4338 printing "Process record does not support".
4339 (arm_record_data_proc_misc_ld_str): Likewise.
4340 (decode_insn): Call arm_record_extension_space if condition
4341 is 0xf. Call arm_record_unsupported_insn if ret isn't
4342 ARM_RECORD_SUCCESS. Use 'ret' instead of 'insn_id' to hold
4343 the value of thumb2_record_decode_insn_handler.
4344
73519cce
SM
43452016-03-04 Simon Marchi <simon.marchi@ericsson.com>
4346
4347 * features/feature_to_c.sh: Print the help when passing no
4348 argument.
4349
650beae3
BH
43502016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4351
4352 * MAINTAINERS (Write After Approval): Add Bernhard Heckel.
4353
28586665
BH
43542016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4355
4356 * dwarf2read.c (new_symbol_full): Fix detection of gfortran compilers.
4357
f2489477
AA
43582016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4359
4360 * s390-linux-tdep.c (s390_backchain_frame_unwind_cache): Avoid
4361 exception when attempting to access the inferior's backchain.
4362
d5219069
YQ
43632016-02-29 Yao Qi <yao.qi@linaro.org>
4364
4365 * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Support
4366 eventfd2, eventfd2, dup3, inotify_init1, fallocate and pipe2.
4367 Return gdb_sys_epoll_create1 instead of gdb_sys_epoll_create
4368 for aarch64_sys_epoll_create1.
4369
253b4d3a
YQ
43702016-02-29 Yao Qi <yao.qi@linaro.org>
4371
4372 * linux-record.h (enum gdb_syscall) <gdb_sys_fallocate>: New.
4373 <gdb_sys_eventfd2, gdb_sys_epoll_create1, gdb_sys_dup3>: New.
4374 <gdb_sys_pipe2, gdb_sys_inotify_init1>: New.
4375 * linux-record.c (record_linux_system_call): Handle them.
4376
38899f16
IB
43772016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4378
4379 * d-namespace.c (d_lookup_symbol_imports): Avoid recursive lookups from
4380 cyclic imports.
4381
1ed0c2a4
KS
43822016-02-26 Keith Seitz <keiths@redhat.com>
4383
4384 * rs6000-tdep.c (rs6000_frame_cache): Explicitly cast return result
4385 to avoid invalid conversion from void *.
4386
9fde51ed
YQ
43872016-02-26 Yao Qi <yao.qi@linaro.org>
4388
4389 * arm-tdep.c (arm_record_exreg_ld_st_insn): Set 'single_reg'
4390 per bit 8. Check bit 20 instead of bit 4 for VMOV
4391 instruction. Record D registers for instructions changing
4392 S registers. Change of the order of length and address
4393 in record_buf_mem array.
4394
1f33efec
YQ
43952016-02-26 Yao Qi <yao.qi@linaro.org>
4396
4397 * arm-tdep.c (thumb_record_ld_st_reg_offset): Fix the register
4398 number of Rd.
4399
1547ef64
DE
44002016-02-25 Doug Evans <dje@google.com>
4401
4402 * remote-m32r-sdi.c (recv_char_data): Initialize val to avoid
4403 compiler warning.
4404 (recv_long_data): Ditto.
4405
166616ce
SM
44062016-02-25 Simon Marchi <simon.marchi@ericsson.com>
4407
4408 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault):
4409 Initialize variables.
4410
1eb7c2d8
AT
44112016-02-25 Antoine Tremblay <antoine.tremblay@ericsson.com>
4412
4413 * ax-general.c (ax_reg): Call gdbarch_remote_register_number.
4414 (ax_reg_mask): Likewise.
4415
e7ad2f14
PA
44162016-02-24 Pedro Alves <palves@redhat.com>
4417
4418 * linux-nat.c (save_sigtrap) Delete.
4419 (stop_wait_callback): Call save_stop_reason instead of
4420 save_sigtrap.
4421 (check_stopped_by_breakpoint): Rename to ...
4422 (save_stop_reason): ... this. Bits of save_sigtrap folded here.
4423 Use GDB_ARCH_IS_TRAP_HWBKPT and handle ambiguous
4424 GDB_ARCH_IS_TRAP_BRKPT / GDB_ARCH_IS_TRAP_HWBKPT. Factor out
4425 common code between the USE_SIGTRAP_SIGINFO and
4426 !USE_SIGTRAP_SIGINFO blocks.
4427 (linux_nat_filter_event): Call save_stop_reason instead of
4428 save_sigtrap.
4429 * nat/linux-ptrace.h: Check for both SI_KERNEL and TRAP_BRKPT
4430 si_code for MIPS.
4431 * nat/linux-ptrace.h: Fix "TRAP_HWBPT" typo in x86 table. Add
4432 comments on MIPS behavior.
4433 (GDB_ARCH_IS_TRAP_HWBKPT): Define for all archs.
4434
338435ef
MK
44352016-02-24 Marcin Kościelnicki <koriakin@0x04.net>
4436
4437 * rs6000-tdep.c (rs6000_frame_cache): Initialize frame and pc to 0
4438 to avoid spurious warnings.
4439
bf74e428
GB
44402016-02-24 Gary Benson <gbenson@redhat.com>
4441
4442 * exec.c (exec_file_locate_attach): Do not attempt to
4443 locate main executable locally if not found in sysroot.
4444
62fb310b
JB
44452016-02-24 Joel Brobecker <brobecker@adacore.com>
4446
4447 GDB 7.11 released.
4448
50ae56ec
WW
44492016-02-24 Wei-cheng Wang <cole945@gmail.com>
4450
4451 * rs6000-tdep.c (rs6000_frame_cache, rs6000_frame_this_id): Handle
4452 unavailable PC/SP to build unavailable frame.
4453
cce0e923
DE
44542016-02-23 Doug Evans <dje@google.com>
4455
4456 Extend "skip" command to support -file, -gfile, -function, -rfunction.
4457 * NEWS: Document new features.
4458 * skip.c: #include "fnmatch.h", "gdb_regex.h".
4459 (skiplist_entry) <file>: Renamed from filename.
4460 <function>: Renamed from function_name.
4461 <file_is_glob, function_is_regexp>: New members.
4462 <compiled_function_regexp, compiled_function_regexp_is_valid>:
4463 New members.
4464 (make_skip_entry): New function.
4465 (free_skiplist_entry, free_skiplist_entry_cleanup): New functions.
4466 (make_free_skiplist_entry_cleanup): New function.
4467 (skip_file_command): Update.
4468 (skip_function, skip_function_command): Update.
4469 (compile_skip_regexp): New functions.
4470 (skip_command): Add support for new options.
4471 (skip_info): Update.
4472 (skip_file_p, skip_gfile_p): New functions.
4473 (skip_function_p, skip_rfunction_p): New functions.
4474 (function_name_is_marked_for_skip): Update and simplify.
4475 (_initialize_step_skip): Update.
4476 * symtab.c: #include "fnmatch.h".
4477 (compare_glob_filenames_for_search): New function.
4478 * symtab.h (compare_glob_filenames_for_search): Declare.
4479 * utils.c (count_path_elements): New function.
4480 (strip_leading_path_elements): New function.
4481 * utils.h (count_path_elements): Declare.
4482 (strip_leading_path_elements): Declare.
4483
12545665
SM
44842016-02-23 Simon Marchi <simon.marchi@ericsson.com>
4485
4486 * arm-tdep.c (arm_decode_svc_copro): Remove "to" parameter.
4487 (thumb_process_displaced_insn): Likewise.
4488 (arm_process_displaced_insn): Adjust calls.
4489
c955ae73
YQ
44902016-02-23 Yao Qi <yao.qi@linaro.org>
4491
4492 * aarch64-linux-tdep.c (enum aarch64_syscall) <aarch64_sys_mknod>:
4493 Remove.
4494 <aarch64_sys_mkdir, aarch64_sys_unlink, aarch64_sys_symlink>: Remove.
4495 <aarch64_sys_link, aarch64_sys_rename, aarch64_sys_faccess>: Remove.
4496 <aarch64_sys_mknodat, aarch64_sys_mkdirat>: New.
4497 <aarch64_sys_unlinkat, aarch64_sys_symlinkat>: New.
4498 <aarch64_sys_linkat, aarch64_sys_renameat>: New.
4499 <aarch64_sys_faccessat>: New.
4500 <aarch64_sys_open, aarch64_sys_readlink, aarch64_sys_fstatat>: Remove.
4501 <aarch64_sys_openat, aarch64_sys_readlinkat>: New.
4502 <aarch64_sys_newfstatat>: New.
4503 (UNSUPPORTED_SYSCALL_MAP): New macro.
4504 (aarch64_canonicalize_syscall): Add missing syscalls.
4505
ac46107c
JK
45062016-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4507
4508 * gdb-gdb.py (class TypeFlagsPrinter): Use parentheses for print.
4509
01e57735
YQ
45102016-02-22 Yao Qi <yao.qi@linaro.org>
4511
4512 * arm-tdep.c: Fix code format issues.
4513
30a6a7f0
IB
45142016-02-21 Iain Buclaw <ibuclaw@gdcproject.org>
4515
4516 * d-namespace.c (d_lookup_symbol_imports): Remove argument
4517 'search_parents'. All callers updated.
4518
f79a3bae
MK
45192016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
4520
4521 * s390-linux-tdep.c (s390_guess_tracepoint_registers): New function.
4522 (s390_gdbarch_init): Fill guess_tracepoint_registers hook.
4523
012b3a21
WT
45242016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4525
4526 * NEWS: Add entry for bound violation.
4527 * amd64-linux-tdep.c (amd64_linux_init_abi_common):
4528 Add handler for segmentation fault.
4529 * gdbarch.sh (handle_segmentation_fault): New.
4530 * gdbarch.c: Regenerate.
4531 * gdbarch.h: Regenerate.
4532 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): New.
4533 (SIG_CODE_BONDARY_FAULT): New define.
4534 (i386_linux_init_abi): Use i386_mpx_bound_violation_handler.
4535 * i386-linux-tdep.h (i386_linux_handle_segmentation_fault) New.
4536 * i386-tdep.c (i386_mpx_enabled): Add as external.
4537 * i386-tdep.c (i386_mpx_enabled): Add as external.
4538 * infrun.c (handle_segmentation_fault): New function.
4539 (print_signal_received_reason): Use handle_segmentation_fault.
4540
5f034a78
MK
45412016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
4542
4543 * arch-utils.c (default_guess_tracepoint_registers): New function.
4544 * arch-utils.h (default_guess_tracepoint_registers): New prototype.
4545 * gdbarch.c: Regenerate.
4546 * gdbarch.h: Regenerate.
4547 * gdbarch.sh: Add guess_tracepoint_registers hook.
4548 * tracefile.c (tracefile_fetch_registers): Use the new gdbarch hook.
4549
88178e82
GB
45502016-02-17 Gary Benson <gbenson@redhat.com>
4551
4552 * exec.c (exec_file_locate_attach): Add missing cleanup.
4553
4041ed77
DB
45542016-02-16 Don Breazeal <donb@codesourcery.com>
4555
4556 PR remote/19496
4557 * remote.c (remove_new_fork_children): Check for pending
4558 fork status in thread_info.suspend.
4559
b442c911
YQ
45602016-02-16 Yao Qi <yao.qi@linaro.org>
4561
4562 * arm-linux-tdep.c (arm_linux_software_single_step): Assign
4563 'old_chain' later.
4564
553cb527
YQ
45652016-02-16 Yao Qi <yao.qi@linaro.org>
4566
4567 * arch/arm-get-next-pcs.h (struct arm_get_next_pcs_ops)
4568 <syscall_next_pc>: Remove argument PC. Callers updated.
4569 * arm-linux-tdep.c (arm_linux_get_next_pcs_syscall_next_pc):
4570 Remove argument PC. Get pc from regcache_read_pc.
4571 * arm-tdep.c (arm_get_next_pcs_syscall_next_pc): Remove
4572 argument PC.
4573
0a0da556
YQ
45742016-02-15 Yao Qi <yao.qi@linaro.org>
4575
4576 * aarch64-tdep.c (aarch64_analyze_prologue): Remove "0x".
4577
01113bc1
YQ
45782016-02-12 Yao Qi <yao.qi@linaro.org>
4579
4580 * arch/arm-linux.c (arm_linux_get_next_pcs_fixup): Calculate
4581 nextpc according to instruction.
4582
ed443b61
YQ
45832016-02-12 Yao Qi <yao.qi@linaro.org>
4584
4585 * arch/arm-get-next-pcs.c (arm_get_next_pcs): Call
4586 self->ops->fixup if it isn't NULL.
4587 * arch/arm-get-next-pcs.h: Include gdb_vecs.h.
4588 (struct arm_get_next_pcs_ops) <fixup>: New field.
4589 * arch/arm-linux.c: Include common-regcache.h and
4590 arch/arm-get-next-pcs.h.
4591 (arm_linux_get_next_pcs_fixup): New function.
4592 * arch/arm-linux.h (arm_linux_get_next_pcs_fixup): Declare.
4593 * arm-linux-tdep.c (arm_linux_get_next_pcs_ops): Initialize
4594 it with arm_linux_get_next_pcs_fixup.
4595 (arm_linux_software_single_step): Move code to
4596 arm_linux_get_next_pcs_fixup.
4597 * arm-tdep.c (arm_get_next_pcs_ops): Initialize it.
4598
d21b5f15
MK
45992016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4600
4601 * xml-tdesc.c (target_fetch_description_xml) [!HAVE_LIBEXPAT]: Warn
4602 and return NULL.
4603
33b4777c
MM
46042016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4605
4606 * frame.h (skip_tailcall_frames): Update comment.
4607 * frame.c (skip_artificial_frames, skip_tailcall_frames): Return NULL
4608 if only artificial frames are found. Update comment.
4609 (frame_unwind_caller_id): Handle NULL return.
4610 (frame_unwind_caller_pc, frame_unwind_caller_arch): Assert that
4611 skip_artificial_frames does not return NULL.
4612 (frame_pop): Add an error if only tailcall frames are found.
4613 * infcmd.c (finish_command): Move skip_tailcall_frames call into
4614 forward-execution case. Add an error if only tailcall frames are
4615 found.
4616
a038fa3e
MM
46172016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4618
4619 * stack.c (frame_info): Check frame_unwind_caller_id.
4620
2f3ef606
MM
46212016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4622
4623 * frame.h (skip_tailcall_frames): New.
4624 * frame.c (skip_tailcall_frames): New.
4625 (frame_pop): Call skip_tailcall_frames.
4626 * infcmd.c (finish_command): Call skip_tailcall_frames.
4627
e352bf0a
PA
46282016-02-11 Pedro Alves <palves@redhat.com>
4629
4630 * Makefile.in (check-parallel): New rule.
4631
bec2ab5a
SM
46322016-02-11 Simon Marchi <simon.marchi@ericsson.com>
4633
4634 * arm-tdep.c (arm_skip_prologue): Remove unused variables.
4635 (arm_analyze_prologue): Likewise.
4636 (arm_scan_prologue): Likewise.
4637 (arm_m_exception_prev_register): Likewise.
4638 (arm_copy_block_xfer): Likewise.
4639 (thumb2_copy_block_xfer): Likewise.
4640 (arm_decode_miscellaneous): Likewise.
4641 (arm_decode_ld_st_word_ubyte): Likewise.
4642 (arm_decode_svc_copro): Likewise.
4643 (thumb2_decode_svc_copro): Likewise.
4644 (thumb_copy_16bit_ldr_literal): Likewise.
4645 (thumb_copy_pop_pc_16bit): Likewise.
4646 (decode_thumb_32bit_ld_mem_hints): Likewise.
4647 (arm_show_force_mode): Likewise.
4648 (_initialize_arm_tdep): Likewise.
4649 (arm_record_strx): Likewise.
4650 (arm_record_extension_space): Likewise.
4651 (arm_record_data_proc_misc_ld_str): Likewise.
4652 (arm_record_exreg_ld_st_insn): Likewise.
4653 (arm_record_vfp_data_proc_insn): Likewise.
4654 (arm_record_coproc_data_proc): Likewise.
4655 (thumb_record_misc): Likewise.
4656 (thumb_record_ldm_stm_swi): Likewise.
4657 (thumb2_record_ld_st_dual_ex_tbb): Likewise.
4658 (thumb2_record_ld_mem_hints): Likewise.
4659 (thumb2_record_lmul_lmla_div): Likewise.
4660 (thumb2_record_asimd_struct_ld_st): Likewise.
4661 (arm_process_record): Likewise.
4662
2ba163c8
SM
46632016-02-11 Simon Marchi <simon.marchi@ericsson.com>
4664
4665 * arm-tdep.c (arm_displaced_step_copy_insn): Remove.
4666 (ARM displaced stepping support): Remove reference to
4667 arm_displaced_step_copy_insn in comment.
4668 * arm-tdep.h (arm_displaced_step_copy_insn): Remove.
4669 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Remove
4670 reference to arm_displaced_step_copy_insn in comment.
4671
615234c1
SM
46722016-02-11 Simon Marchi <simon.marchi@ericsson.com>
4673
4674 * arm-tdep.c (thumb_copy_unmodified_16bit): Change type of insn.
4675 (thumb_copy_b): Likewise.
4676 (arm_decode_b_bl_ldmstm): Likewise.
4677 (thumb_copy_16bit_ldr_literal): Likewise.
4678 (thumb_copy_pop_pc_16bit): Likewise.
4679
82e9becd
AT
46802016-02-11 Antoine Tremblay <antoine.tremblay@ericsson.com>
4681
4682 * tracepoint.c (encode_actions_1): Use target_gdbarch () rather
4683 than loc->gdbarch.
4684
5ac87a99
MK
46852016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
4686
4687 * tracefile-tfile.c (trace_tdesc): New static variable.
4688 (tfile_open): Clear trace_tdesc, call target_find_description.
4689 (tfile_interp_line): Recognize tdesc lines.
4690 (tfile_close): Clear trace_tdesc.
4691 (tfile_xfer_partial_features): New function.
4692 (tfile_xfer_partial): Call tfile_xfer_partial_features.
4693 (tfile_append_tdesc_line): New function.
4694
18d3cec5
MK
46952016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
4696
4697 * ctf.c (ctf_write_tdesc): New function.
4698 (ctf_write_ops): Wire in ctf_write_tdesc.
4699 * tracefile-tfile.c (tfile_write_tdesc): New function.
4700 (tfile_write_ops): Wire in tfile_write_tdesc.
4701 * tracefile.c (trace_save): Call write_tdesc method.
4702 * tracefile.h (struct trace_file_write_ops): Add write_tdesc method.
4703 * xml-tdesc.c (target_fetch_description_xml): New function.
4704 * xml-tdesc.h: Add target_fetch_description_xml prototype.
4705
550dc4e2
SM
47062016-02-10 Simon Marchi <simon.marchi@ericsson.com>
4707
4708 * arm-tdep.c (arm_copy_extra_ld_st): Fix "unpriveleged" typo.
4709 (arm_decode_dp_misc): Likewise.
4710
62e5fd57
MK
47112016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
4712
4713 * amd64-tdep.c (amd64_ax_pseudo_register_collect): New function.
4714 (amd64_init_abi): Fill ax_pseudo_register_collect hook.
4715 * gdb/i386-tdep.c (i386_pseudo_register_read_into_value): Remove
4716 misleading comment.
4717 (i386_pseudo_register_write): Ditto.
4718 (i386_ax_pseudo_register_collect): New function.
4719 (i386_gdbarch_init): Fill ax_pseudo_register_collect hook.
4720 * i386-tdep.h: Add i386_ax_pseudo_register_collect prototype.
4721
e909d859
MK
47222016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
4723
4724 * tracefile-tfile.c (tfile_fetch_registers): Use g packet order
4725 instead of gdb order.
4726
473b99e5
MK
47272016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
4728
4729 * tracefile-tfile.c (tfile_fetch_registers): Fix off-by-one in bounds
4730 check.
4731
1233c0ba
JB
47322016-02-10 Joel Brobecker <brobecker@adacore.com>
4733
4734 * NEWS: Create a new section for the next release branch.
4735 Rename the section of the current branch, now that it has
4736 been cut.
4737
d1dc0942
JB
47382016-02-10 Joel Brobecker <brobecker@adacore.com>
4739
4740 GDB 7.11 branch created (9ef9e6a6a0dd8f948708cb67c9afcfd0be40cb0a):
4741 * version.in: Bump version to 7.11.50.DATE-git.
4742
9ef9e6a6
KS
47432016-02-09 Keith Seitz <keiths@redhat.com>
4744
4745 PR breakpoints/19546
4746 * breakpoint.c (breakpoint_event_location_empty_p): New function.
4747 (update_breakpoints_after_exec, bkpt_re_set): Use this new function
4748 instead of event_location_empty_p.
4749
39a67dc4
KS
47502016-02-09 Keith Seitz <keiths@redhat.com>
4751
4752 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Use
4753 string_to_event_location_basic instead of string_to_event_location.
4754
a96e36da
KS
47552016-02-09 Keith Seitz <keiths@redhat.com>
4756
4757 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Skip
4758 leading whitespace and use string_to_event_location_basic instead
4759 of new_linespec_location.
4760
9f61929f
KS
47612016-02-09 Keith Seitz <keiths@redhat.com>
4762
4763 PR python/19506
4764 * python/py-breakpoint.c (bppy_init): Use
4765 string_to_event_location_basic instead of new_linespec_location.
4766
eeb1af43
KS
47672016-02-09 Keith Seitz <keiths@redhat.com>
4768
4769 * location.c (string_to_explicit_location): Note that "-p" is
4770 reserved for probe locations and return NULL for any input
4771 that starts with that.
4772 (string_to_event_location): Move "legacy" linespec code to ...
4773 (string_to_event_location_basic): ... here.
4774 * location.h (string_to_event_location): Update comment.
4775 (string_to_event_location_basic): New function.
4776
1e94266c
SM
47772016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4778
4779 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4780 to AC_OUTPUT. Remove "exit 0" at the end.
4781 * configure: Regenerate.
4782
2a7f3dff
PA
47832016-02-09 Pedro Alves <palves@redhat.com>
4784
4785 PR breakpoints/19548
4786 * breakpoint.c (create_overlay_event_breakpoint): Don't update
4787 global location list here.
4788 (create_longjmp_master_breakpoint)
4789 (create_std_terminate_master_breakpoint)
4790 (create_exception_master_breakpoint, create_jit_event_breakpoint)
4791 (update_breakpoint_locations):
4792 (breakpoint_re_set): Update global location list after all
4793 breakpoints are re-set.
4794
54887903
SM
47952016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4796
4797 * remote.c (remote_register_number_and_offset): Remove unused
4798 variable(s).
4799 (remote_thread_always_alive): Likewise.
4800 (remote_update_thread_list): Likewise.
4801 (process_initial_stop_replies): Likewise.
4802 (remote_start_remote): Likewise.
4803 (remote_check_symbols): Likewise.
4804 (discard_pending_stop_replies): Likewise.
4805 (process_stop_reply): Likewise.
4806 (putpkt_binary): Likewise.
4807 (getpkt): Likewise.
4808 (remote_add_target_side_condition): Likewise.
4809 (remote_insert_breakpoint): Likewise.
4810 (remote_supports_stopped_by_sw_breakpoint): Likewise.
4811 (remote_supports_stopped_by_hw_breakpoint): Likewise.
4812 (remote_xfer_partial): Likewise.
4813 (remote_read_btrace): Likewise.
4814 (remote_async_serial_handler): Likewise.
4815 (remote_thread_events): Likewise.
4816 (_initialize_remote): Likewise.
4817
30914ca8
SM
48182016-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4819
4820 * varobj.h (varobj_delete): Remove dellist parameter, update and
4821 move documentation here.
4822 * varobj.c (struct cpstack, cppush, cppop): Remove.
4823 (delete_variable): Remove resultp (first) parameter.
4824 (delete_variable_1): Likewise.
4825 (varobj_delete): Remove dellist parameter and unused code.
4826 (update_dynamic_varobj_children): Adjust varobj_delete call.
4827 (update_type_if_necessary): Likewise.
4828 (varobj_set_visualizer): Likewise.
4829 (varobj_update): Likewise.
4830 (value_of_root): Likewise.
4831 (varobj_invalidate_iter): Likewise.
4832 * mi/mi-cmd-var.c (mi_cmd_var_delete): Likewise.
4833
e42e5352
YQ
48342016-02-04 Yao Qi <yao.qi@linaro.org>
4835
4836 * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to
4837 0 before handling 'F' and set it back afterwards.
4838
6456a18b
SM
48392016-02-02 Simon Marchi <simon.marchi@ericsson.com>
4840
4841 * ui-out.c (MAX_UI_OUT_LEVELS): Remove.
4842
3f2f6cb5
WT
48432016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
4844
4845 * amd64-linux-siginfo.c (nat_siginfo_t, nat_sigval_t, nat_timeval):
4846 New types.
4847 (compat_siginfo): New bound fields added.
4848 (compat_x32_siginfo): New field added.
4849 (cpt_si_addr_lsb): New define.
4850 (compat_siginfo_from_siginfo): Use nat_siginfo.
4851 (siginfo_from_compat_siginfo): Use nat_siginfo.
4852 (compat_x32_siginfo_from_siginfo): Likewise.
4853 (siginfo_from_compat_x32_siginfo): Likewise.
4854
96b5c49f
WT
48552016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
4856
4857 * linux-tdep.c (linux_get_siginfo_type): Add the _addr_bnd
4858 structure to the siginfo if extra_fields contains
4859 LINUX_SIGINFO_FIELD_ADDR_BND.
4860
190b495d
WT
48612016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
4862
4863 * linux-tdep.h (linux_get_siginfo_type_with_fields): Make extern.
4864 * linux-tdep.c (linux_get_siginfo_type_with_fields): Make extern.
4865 * i386-linux-tdep.h (x86_linux_get_siginfo_type): New
4866 function.
4867 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Add
4868 x86_linux_get_siginfo_type for the amd64 abi.
4869 * i386-linux-tdep.c (x86_linux_get_siginfo_type): New
4870 function.
4871 (i386_linux_init_abi): Add new function at the i386 ABI
4872 initialization.
4873
43564574
WT
48742016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
4875
4876 * linux-tdep.h (linux_siginfo_extra_field_values): New enum values.
4877 (linux_siginfo_extra_fields): New enum type.
4878 * linux-tdep.c (linux_get_siginfo_type_with_fields): New function.
4879 (linux_get_siginfo_type): Use new function.
4880
93813b37
WT
48812016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
4882
4883 * nat/amd64-linux-siginfo.c: New file.
4884 * nat/amd64-linux-siginfo.h: New file.
4885 * Makefile.in (HFILES_NO_SRCDIR): Add nat/amd64-linux-siginfo.h.
4886 (amd64-linux-siginfo.o): New rule.
4887 * config/i386/linux64.mh (NATDEPFILES): Add amd64-linux-siginfo.o.
4888 * amd64-linux-nat.c (nat/amd64-linux-siginfo.h): New include.
4889 (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
4890 (compat_x32_siginfo_from_siginfo, siginfo_from_compat_x32_siginfo)
4891 (compat_timeval, compat_sigval, compat_x32_clock, cpt_si_pid)
4892 (cpt_si_uid, cpt_si_timerid, cpt_si_overrun, cpt_si_status)
4893 (cpt_si_utime, cpt_si_stime, cpt_si_ptr, cpt_si_addr, cpt_si_band)
4894 (cpt_si_fd, si_timerid, si_overrun): Move to nat/amd64-linux-siginfo.c.
4895
5fdf6324
AB
48962016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4897
4898 * value.c (max_value_size): New variable.
4899 (MIN_VALUE_FOR_MAX_VALUE_SIZE): New define.
4900 (set_max_value_size): New function.
4901 (show_max_value_size): New function.
4902 (check_type_length_before_alloc): New function.
4903 (allocate_value_contents): Call check_type_length_before_alloc.
4904 (set_value_enclosing_type): Likewise.
4905 (_initialize_values): Add set/show handler for max-value-size.
4906 * NEWS: Mention new set/show command.
4907
5fa13070
SM
49082016-01-31 Simon Marchi <simon.marchi@polymtl.ca>
4909
4910 * varobj.h (struct varobj): Fix typos in comments.
4911 (struct lang_varobj_ops): Likewise.
4912 * varobj.c (VAROBJ_TABLE_SIZE): Likewise.
4913 (varobj_create): Move misplaced comment.
4914
a2e3e93f
SM
49152016-01-29 Simon Marchi <simon.marchi@ericsson.com>
4916
4917 * aarch64-tdep.c (aarch64_record_asimd_load_store): Add braces
4918 to for include additional lines.
4919 * xcoffread.c (scan_xcoff_symtab): Remove unnecessary braces.
4920
56e374a6
SM
49212016-01-28 Simon Marchi <simon.marchi@ericsson.com>
4922
4923 * gnulib/import/Makefile.am: Regenerate.
4924 * gnulib/import/Makefile.in: Regenerate.
4925 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
4926 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add rawmemchr.
4927
8424cc97
SM
49282016-01-28 Simon Marchi <simon.marchi@ericsson.com>
4929
4930 * remote.c (skip_to_semicolon): Remove.
4931 (remote_parse_stop_reply): Use strchrnul instead of
4932 skip_to_semicolon.
4933 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
4934 strchrnul.
4935 * gnulib/aclocal.m4: Regenerate.
4936 * gnulib/config.in: Regenerate.
4937 * gnulib/configure: Regenerate.
4938 * gnulib/import/Makefile.am: Regenerate.
4939 * gnulib/import/Makefile.in: Regenerate.
4940 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
4941 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
4942 * gnulib/import/m4/rawmemchr.m4: New file.
4943 * gnulib/import/m4/strchrnul.m4: New file.
4944 * gnulib/import/rawmemchr.c: New file.
4945 * gnulib/import/rawmemchr.valgrind: New file.
4946 * gnulib/import/strchrnul.c: New file.
4947 * gnulib/import/strchrnul.valgrind: New file.
4948
4a6a1ed4
YQ
49492016-01-28 Yao Qi <yao.qi@linaro.org>
4950
4951 * breakpoint.c (build_target_command_list): Don't call continue
4952 if aexpr is NULL.
4953 (build_target_condition_list): Likewise.
4954
94715c17
KB
49552016-01-27 Kevin Buettner <kevinb@redhat.com>
4956
4957 * rx-tdep.c (rx_push_dummy_call): Treat scalars larger than 8
4958 bytes as aggregates.
4959
c07af0ab
JB
49602016-01-27 Joel Brobecker <brobecker@adacore.com>
4961
4962 * MAINTAINERS (Responsible Maintainers): Add Keith Seitz as
4963 Linespec Maintainers.
4964
41548caa
SM
49652016-01-26 Simon Marchi <simon.marchi@ericsson.com>
4966
4967 * common/common-utils.c (skip_spaces): Fix comment.
4968 (skip_to_space_const): Likewise.
4969
4d18591b
YQ
49702016-01-25 Yao Qi <yao.qi@linaro.org>
4971
4972 * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw):
4973 Remove argument pc. Get pc by regcache_read_pc. Callers updated.
4974 (arm_deal_with_atomic_sequence_raw): Likewise.
4975 (thumb_get_next_pcs_raw): Likewise.
4976 (arm_get_next_pcs_raw): Likewise.
4977 (arm_get_next_pcs): Remove argument pc. Callers updated.
4978 * arch/arm-get-next-pcs.h (arm_get_next_pcs): Update declaration.
4979
a579cd9a
MW
49802016-01-25 Mark Wielaard <mjw@redhat.com>
4981
4982 * ada-lang.c (ada_evaluate_subexp): Add proper else block.
4983 * c-typeprint.c (c_type_print_base): Fix misleading indentation of
4984 if statement.
4985 * inflow.c (child_terminal_ours_1): Fix misleading indentation of
4986 statement block by introducing an else.
4987 * linux-record.c (record_linux_sockaddr): Fix misleading indentation
4988 of return statements.
4989 (record_linux_msghdr): Likewise.
4990
a2077e25
PA
49912016-01-25 Pedro Alves <palves@redhat.com>
4992
4993 PR threads/19461
4994 * infrun.c (handle_inferior_event_1) <fork/vfork>: Update
4995 parent/child running states.
4996
1d2736d4
PA
49972016-01-25 Pedro Alves <palves@redhat.com>
4998
4999 PR gdb/19494
5000 * linux-nat.c (kill_one_lwp): New, factored out from ...
5001 (kill_callback): ... this.
5002 (kill_wait_callback): New, factored out from ...
5003 (kill_wait_one_lwp): ... this.
5004 (kill_unfollowed_fork_children): New function.
5005 (linux_nat_kill): Use it.
5006
b2bae2f7
JB
50072016-01-22 John Baldwin <jhb@FreeBSD.org>
5008
5009 * fbsd-nat.c (fbsd_pid_to_str): Adjust string format.
5010
d86feca3
YQ
50112016-01-22 Yao Qi <yao.qi@linaro.org>
5012
5013 * arm-linux-nat.c (fetch_fpregs): Call perror_with_name
5014 instead of warning.
5015 (store_fpregs, fetch_regs, store_regs): Likewise.
5016 (fetch_wmmx_regs, store_wmmx_regs): Likewise.
5017 (fetch_vfp_regs, store_vfp_regs): Likewise.
5018
b35a8b2f
DE
50192016-01-21 Doug Evans <dje@google.com>
5020
5021 * breakpoint.c (init_breakpoint_sal): Add comment.
5022
f906b857
MK
50232016-01-21 Marcin Kościelnicki <koriakin@0x04.net>
5024
5025 * ax-gdb.c (gen_traced_pop): Use gen_fetch for string collection.
5026
4a099de2
AB
50272016-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5028
5029 * disasm.c (maybe_add_dis_line_entry): Rename to...
5030 (add_dis_line_entry): ...this, and update header comment.
5031 (do_mixed_source_and_assembly): Now use add_dis_line_entry.
5032
a994041d
PA
50332016-01-21 Pedro Alves <palves@redhat.com>
5034
5035 * Makefile.in (COMPILER_CFLAGS): New.
5036 (CXXFLAGS): Get it from configure.
5037 (INTERNAL_CFLAGS_BASE, INTERNAL_LDFLAGS): Use COMPILER_CFLAGS
5038 instead of CFLAGS.
5039 * build-with-cxx.m4 (GDB_AC_BUILD_WITH_CXX): Set and AC_SUBST
5040 COMPILER_CFLAGS.
5041 * configure: Regenerate.
5042
305e13e6
JB
50432016-01-21 Joel Brobecker <brobecker@adacore.com>
5044
5045 * location.h (new_address_location): Add new parameters
5046 "addr_string" and "addr_string_len".
5047 (get_address_string_location): Add declaration.
5048 * location.c (new_address_location): Add new parameters
5049 "addr_string" and "addr_string_len". If not NULL, store
5050 a copy of the addr_string in the new location as well.
5051 (get_address_string_location): New function.
5052 (string_to_event_location): Update call to new_address_location.
5053 * linespec.c (event_location_to_sals) <ADDRESS_LOCATION>:
5054 Save the event location in the parser's state before
5055 passing it to convert_address_location_to_sals.
5056 * breakpoint.c (create_thread_event_breakpoint): Update call
5057 to new_address_location.
5058 (init_breakpoint_sal): Get the event location's string, if any,
5059 and use it to update call to new_address_location.
5060 * python/py-finishbreakpoint.c (bpfinishpy_init):
5061 Update call to new_address_location.
5062 * spu-tdep.c (spu_catch_start): Likewise.
5063
5064 * config/djgpp/fnchange.lst: Add entries for
5065 gdb/testsuite/gdb.base/break-fun-addr1.c and
5066 gdb/testsuite/gdb.base/break-fun-addr2.c.
5067
f7a6a40d
YQ
50682016-01-21 Yao Qi <yao.qi@linaro.org>
5069
5070 * arm-linux-tdep.c (arm_linux_sigreturn_next_pc): Add parameter
5071 is_thumb and set it according to CPSR saved on the stack.
5072 (arm_linux_get_next_pcs_syscall_next_pc): Pass is_thumb to
5073 arm_linux_sigreturn_next_pc.
5074
5f5dfff6
SM
50752016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
5076
5077 * python/lib/gdb/printing.py (FlagEnumerationPrinter.__call__):
5078 Fix enumerators sort key function.
5079
be56871e
JB
50802016-01-20 Joel Brobecker <brobecker@adacore.com>
5081
b12e5614 5082 * printcmd.c (print_scalar_formatted): Move binary operator from
be56871e
JB
5083 end of line to beginning of next line. Adjust formatting
5084 accordingly.
5085
f2feec98
JB
50862016-01-19 John Baldwin <jhb@FreeBSD.org>
5087
5088 * fbsd-nat.c (fbsd_pid_to_exec_file): Use new "buflen" instead of
5089 "len" with sysctl.
5090
20a0aab3
JB
50912016-01-19 John Baldwin <jhb@FreeBSD.org>
5092
5093 * fbsd-tdep.c (find_stop_signal): Remove.
5094 (struct fbsd_collect_regset_section_cb) <lwp>: New field.
5095 <stop_signal>: New field.
5096 <abort_iteration>: New field.
5097 (fbsd_collect_regset_section_cb): Use new fields.
5098 (fbsd_collect_thread_registers): New function.
5099 (struct fbsd_corefile_thread_data): New structure.
5100 (fbsd_corefile_thread): New function.
5101 (fbsd_make_corefile_notes): Use new function to dump notes for each
5102 non-exited thread in a process.
5103
6e9567fe
JB
51042016-01-19 John Baldwin <jhb@FreeBSD.org>
5105
5106 * configure.ac: Check for support for LWP names on FreeBSD.
5107 * fbsd-nat.c [PT_LWPINFO] New variable debug_fbsd_lwp.
5108 [TDP_RFPPWAIT || HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME]
5109 (fbsd_fetch_kinfo_proc): Move function earlier.
5110 [PT_LWPINFO] (fbsd_thread_alive): New function.
5111 [PT_LWPINFO] (fbsd_pid_to_str): New function.
5112 [HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME] (fbsd_thread_name): New function.
5113 [PT_LWP_EVENTS] (fbsd_enable_lwp_events): New function.
5114 [PT_LWPINFO] (fbsd_add_threads): New function.
5115 [PT_LWPINFO] (fbsd_update_thread_list): New function.
5116 [PT_LWPINFO] New variable super_resume.
5117 [PT_LWPINFO] (resume_one_thread_cb): New function.
5118 [PT_LWPINFO] (resume_all_threads_cb): New function.
5119 [PT_LWPINFO] (fbsd_resume): New function.
5120 (fbsd_remember_child): Save full ptid instead of plain pid.
5121 (fbsd_is_child_pending): Return ptid of saved child process.
5122 (fbsd_wait): Include lwp in returned ptid and switch to LWP ptid on
5123 first stop.
5124 [PT_LWP_EVENTS] Handle LWP events.
5125 [TDP_RFPPWAIT] Include LWP in child ptid.
5126 (fbsd_post_startup_inferior) [PT_LWP_EVENTS]: Enable LWP events.
5127 (fbsd_post_attach) [PT_LWP_EVENTS]: Enable LWP events.
5128 Add threads for existing processes.
5129 (fbsd_nat_add_target) [PT_LWPINFO]: Set "to_thread_alive" to
5130 "fbsd_thread_alive".
5131 Set "to_pid_to_str" to "fbsd_pid_to_str".
5132 [HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME]: Set "to_thread_name" to
5133 "fbsd_thread_name".
5134 [PT_LWPINFO]: Set "to_update_thread_list" to "fbsd_update_thread_list".
5135 Set "to_has_thread_control" to "tc_schedlock".
5136 Set "to_resume" to "fbsd_resume".
5137 (_initialize_fbsd_nat): New function.
5138 * configure: Regenerate.
5139 * config.in: Regenerate.
5140
94309df7
JB
51412016-01-19 John Baldwin <jhb@FreeBSD.org>
5142
5143 * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
5144 get_ptrace_pid.
5145 (amd64bsd_store_inferior_registers): Use get_ptrace_pid.
5146 (amd64bsd_dr_get): Use get_ptrace_pid.
5147 (amd64bsd_dr_set): Use get_ptrace_pid.
5148 * i386bsd-nat.c (i386bsd_fetch_inferior_registers): Use get_ptrace_pid.
5149 (i386bsd_store_inferior_registers): Use get_ptrace_pid.
5150 (i386bsd_dr_get): Use get_ptrace_pid.
5151 (i386bsd_dr_set): Use get_ptrace_pid.
5152 * inf-ptrace.c (get_ptrace_pid): Export.
5153 * inf-ptrace.h (get_ptrace_pid): Declare.
5154 * ppcfbsd-nat.c (ppcfbsd_fetch_inferior_registers): Use lwp id.
5155 (ppcfbsd_store_inferior_registers): Use lwp id.
5156
79117428
JB
51572016-01-19 John Baldwin <jhb@FreeBSD.org>
5158
5159 * fbsd_tdep.c (fbsd_core_pid_to_str): New function.
5160 (fbsd_core_thread_name): New function.
5161 (fbsd_init_abi): Add "core_pid_to_str" gdbarch method.
5162 Add "core_thread_name" gdbarch method.
5163
4dfc5dbc
JB
51642016-01-19 John Baldwin <jhb@FreeBSD.org>
5165
5166 * corelow.c (core_thread_name): New function.
5167 (init_core_ops): Use "core_thread_name" for the "to_thread_name"
5168 target op.
5169 * gdbarch.sh (core_thread_name): New gdbarch callback.
5170 * gdbarch.h: Re-generate.
5171 * gdbarch.c: Re-generate.
5172
10e3ed90
SM
51732016-01-19 Simon Marchi <simon.marchi@polymtl.ca>
5174
5175 * python/lib/gdb/printing.py (_EnumInstance.to_string): Explicitly
5176 convert gdb.Value to integer type using int().
5177
a6e69c1f
JB
51782016-01-19 John Baldwin <jhb@FreeBSD.org>
5179
5180 * configure.ac: Include <sys/types.h when checking for "r_fs" in
5181 "struct reg".
5182 * configure: Regenerate.
5183
37e42b4f
PA
51842016-01-19 Pedro Alves <palves@redhat.com>
5185
5186 * ax-gdb.c (agent_command_1): Adjust call to decode_line_full.
5187 * break-catch-throw.c (re_set_exception_catchpoint): Pass the
5188 current program space down to linespec decoding and breakpoint
5189 location updating.
5190 * breakpoint.c (parse_breakpoint_sals): Adjust calls to
5191 decode_line_full.
5192 (until_break_command): Adjust calls to decode_line_1.
5193 (base_breakpoint_decode_location, bkpt_decode_location): Add
5194 'search_pspace' parameter. Pass it along.
5195 (bkpt_probe_create_sals_from_location): Adjust calls to
5196 parse_probes.
5197 (tracepoint_decode_location, tracepoint_probe_decode_location)
5198 (strace_marker_decode_location): Add 'search_pspace' parameter.
5199 Pass it along.
5200 (all_locations_are_pending): Rewrite to take a breakpoint and
5201 program space as arguments instead.
5202 (hoist_existing_locations): New function.
5203 (update_breakpoint_locations): Add 'filter_pspace' parameter. Use
5204 hoist_existing_locations instead of always removing all locations,
5205 and adjust to all_locations_are_pending change.
5206 (location_to_sals): Add 'search_pspace' parameter. Pass it along.
5207 Don't disable the breakpoint if there are other locations in
5208 another program space.
5209 (breakpoint_re_set_default): Adjust to pass down the current
5210 program space as filter program space.
5211 (decode_location_default): Add 'search_pspace' parameter and pass
5212 it along.
5213 (prepare_re_set_context): Don't switch program space here.
5214 (breakpoint_re_set): Use save_current_space_and_thread instead of
5215 save_current_program_space.
5216 * breakpoint.h (struct breakpoint_ops) <decode_location>: Add
5217 'search_pspace' parameter.
5218 (update_breakpoint_locations): Add 'filter_pspace' parameter.
5219 * cli/cli-cmds.c (edit_command, list_command): Adjust calls to
5220 decode_line_1.
5221 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the current
5222 program space as filter program space.
5223 * linespec.c (struct linespec_state) <search_pspace>: New field.
5224 (create_sals_line_offset, convert_explicit_location_to_sals)
5225 (parse_linespec): Pass the search program space down.
5226 (linespec_state_constructor): Add 'search_pspace' parameter.
5227 Store it.
5228 (linespec_parser_new): Add 'search_pspace' parameter and pass it
5229 along.
5230 (linespec_lex_to_end): Adjust.
5231 (decode_line_full, decode_line_1): Add 'search_pspace' parameter
5232 and pass it along.
5233 (decode_line_with_last_displayed): Adjust.
5234 (collect_symtabs_from_filename, symtabs_from_filename): New
5235 'search_pspace' parameter. Use it.
5236 (find_function_symbols): Pass the search program space down.
5237 * linespec.h (decode_line_1, decode_line_full): Add
5238 'search_pspace' parameter.
5239 * probe.c (parse_probes_in_pspace): New function, factored out
5240 from ...
5241 (parse_probes): ... this. Add 'search_pspace' parameter and use
5242 it.
5243 * probe.h (parse_probes): Add pspace' parameter.
5244 * python/python.c (gdbpy_decode_line): Adjust.
5245 * tracepoint.c (scope_info): Adjust.
5246
100b4f2e
MR
52472016-01-18 Maciej W. Rozycki <macro@imgtec.com>
5248
5249 * mips-tdep.c (mips_insn_size): Remove 48-bit microMIPS
5250 instruction support.
5251 (micromips_next_pc): Likewise.
5252 (micromips_scan_prologue): Likewise.
5253 (micromips_deal_with_atomic_sequence): Likewise.
5254 (micromips_stack_frame_destroyed_p): Likewise.
5255 (mips_breakpoint_from_pc): Likewise.
5256
3f7f3650
MR
52572016-01-18 Maciej W. Rozycki <macro@imgtec.com>
5258
5259 * mips-tdep.c (micromips_insn_at_pc_has_delay_slot): Pass
5260 unshifted 16-bit microMIPS instruction word to `mips_insn_size'.
5261
f303dbd6
PA
52622016-01-18 Pedro Alves <palves@redhat.com>
5263
5264 * NEWS: Mention that GDB now displays the ID and name of the
5265 thread that hit a breakpoint or received a signal.
5266 * break-catch-sig.c (signal_catchpoint_print_it): Use
5267 maybe_print_thread_hit_breakpoint.
5268 * break-catch-syscall.c (print_it_catch_syscall): Likewise.
5269 * break-catch-throw.c (print_it_exception_catchpoint): Likewise.
5270 * breakpoint.c (maybe_print_thread_hit_breakpoint): New function.
5271 (print_it_catch_fork, print_it_catch_vfork, print_it_catch_solib)
5272 (print_it_catch_exec, print_it_ranged_breakpoint)
5273 (print_it_watchpoint, print_it_masked_watchpoint, bkpt_print_it):
5274 Use maybe_print_thread_hit_breakpoint.
5275 * breakpoint.h (maybe_print_thread_hit_breakpoint): Declare.
5276 * gdbthread.h (show_thread_that_caused_stop): Declare.
5277 * infrun.c (print_signal_received_reason): Print which thread
5278 received signal.
5279 * thread.c (show_thread_that_caused_stop): New function.
5280
eb0edac8
GB
52812016-01-18 Gary Benson <gbenson@redhat.com>
5282
5283 * nat/linux-namespaces.c (do_fork): New function.
5284 (linux_mntns_get_helper): Use the above.
5285
dc365182
JH
52862016-01-17 Jonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de> (tiny change)
5287
5288 Pushed by Joel Brobecker <brobecker@adacore.com>.
5289 PR gdb/19208
5290 * dwarf2read.c (read_partial_die): Do not call set_objfile_main_name
5291 if the function has no name.
5292
f74f61cb
SL
52932016-01-15 Sandra Loosemore <sandra@codesourcery.com>
5294
5295 * charset.c [PHONY_ICONV] (GDB_DEFAULT_HOST_CHARSET):
5296 Conditionalize for Windows host.
5297 (GDB_DEFAULT_TARGET_CHARSET): Match GDB_DEFAULT_HOST_CHARSET.
5298 (GDB_DEFAULT_TARGET_WIDE_CHARSET): Use UTF-32.
5299 (phony_iconv_open): Handle both UTF-32 endiannesses.
5300 (phony_iconv): Likewise. Check for output overflow and clean up
5301 out-of-input cases. Correct adjustment to input buffer pointer.
5302 (set_be_le_names) [PHONY_ICONV]: Use hard-wired names to match
5303 phony_iconv_open.
5304
71ef29a8
PA
53052016-01-15 Pedro Alves <palves@redhat.com>
5306
5307 * NEWS: Mention star wildcard ranges.
5308 * cli/cli-utils.c (get_number_or_range): Check state->in_range first.
5309 (number_range_setup_range): New function.
5310 * cli/cli-utils.h (number_range_setup_range): New declaration.
5311 * thread.c (thread_apply_command): Support star TID ranges.
5312 * tid-parse.c (tid_range_parser_finished)
5313 (tid_range_parser_string, tid_range_parser_skip)
5314 (get_tid_or_range, get_tid_or_range): Handle
5315 TID_RANGE_STATE_STAR_RANGE.
5316 (tid_range_parser_star_range): New function.
5317 * tid-parse.h (enum tid_range_state) <TID_RANGE_STATE_STAR_RANGE>:
5318 New value.
5319 (tid_range_parser_star_range): New declaration.
5320
3f5b7598
PA
53212016-01-15 Pedro Alves <palves@redhat.com>
5322
5323 * thread.c (thread_apply_command): Use the tid range parser to
5324 advance past the thread ID list.
5325 * tid-parse.c (get_positive_number_trailer): New function.
5326 (parse_thread_id): Use it.
5327 (get_tid_or_range): Use it. Return 0 instead of throwing invalid
5328 thread ID error.
5329 (get_tid_or_range): Detect negative values. Return 0 instead of
5330 throwing invalid thread ID error.
5331
e7cf25a8
YQ
53322016-01-14 Yao Qi <yao.qi@linaro.org>
5333
5334 * arm-linux-tdep.c (arm_linux_get_next_pcs_syscall_next_pc):
5335 Declare.
5336 (arm_linux_get_next_pcs_ops): Install
5337 arm_linux_get_next_pcs_syscall_next_pc.
5338 (arm_linux_syscall_next_pc): Change to ...
5339 (arm_linux_get_next_pcs_syscall_next_pc): ... it.
5340 (arm_linux_init_abi): Don't set tdep->syscall_next_pc.
5341 * arm-tdep.c (arm_get_next_pcs_syscall_next_pc): Declare.
5342 (arm_get_next_pcs_syscall_next_pc): Make it static. Don't
5343 call tdep->syscall_next_pc.
5344 * arm-tdep.h (struct gdbarch_tdep) <syscall_next_pc>: Remove.
5345 (arm_get_next_pcs_syscall_next_pc): Remove.
5346
c0518081
YQ
53472016-01-14 Yao Qi <yao.qi@linaro.org>
5348
5349 * remote.c (remote_set_syscall_catchpoint): Cast to char *.
5350 * thread.c (do_captured_thread_select): Cast to const char *.
5351
1b451dda
YQ
53522016-01-14 Yao Qi <yao.qi@linaro.org>
5353
5354 * arch/arm-get-next-pcs.c (arm_get_next_pcs_ctor): Change
5355 argument arm_thumb2_breakpoint to has_thumb2_breakpoint.
5356 (thumb_get_next_pcs_raw): Check has_thumb2_breakpoint
5357 instead.
5358 * arch/arm-get-next-pcs.h (struct arm_get_next_pcs)
5359 <arm_thumb2_breakpoint>: Remove.
5360 <has_thumb2_breakpoint>: New field.
5361 (arm_get_next_pcs_ctor): Update declaration.
5362 * arm-linux-tdep.c (arm_linux_software_single_step): Pass
5363 1 to arm_get_next_pcs_ctor.
5364 * arm-tdep.c (arm_software_single_step): Pass 0 to
5365 arm_get_next_pcs_ctor.
5366
bc06e0b1
UW
53672016-01-13 Ulrich Weigand <uweigand@de.ibm.com>
5368
5369 * MAINTAINERS: Add Andreas Arnez as s390 target maintainer.
5370
4e7b8bea
YQ
53712016-01-13 Yao Qi <yao.qi@linaro.org>
5372
5373 * arch/arm-get-next-pcs.c (arm_get_next_pcs_raw): Use
5374 byte_order_for_code to read instruction.
5375
663f6d42
PA
53762016-01-13 Pedro Alves <palves@redhat.com>
5377
5378 * NEWS: Mention $_gthread.
5379 * gdbthread.h (struct thread_info) <global_num>: Mention
5380 $_gthread.
5381 * thread.c (thread_num_make_value_helper): New function.
5382 (thread_id_make_value): Delete.
5383 (thread_id_per_inf_num_make_value, global_thread_id_make_value):
5384 New.
5385 (thread_funcs): Adjust.
5386 (gthread_funcs): New.
5387 (_initialize_thread): Register $_gthread variable.
5388
c84f6bbf
PA
53892016-01-13 Pedro Alves <palves@redhat.com>
5390
5391 * NEWS: Mention "info threads -gid".
5392 * gdbthread.h (struct thread_info) <global_num>: Mention "info
5393 threads -gid".
5394 * thread.c (info_threads_command): Handle "-gid".
5395 (_initialize_thread): Adjust "info threads" help string to mention
5396 -gid.
5397
22a02324
PA
53982016-01-13 Pedro Alves <palves@redhat.com>
5399
5400 * NEWS: Mention InferiorThread.global_num.
5401 * python/py-infthread.c (thpy_get_global_num): New function.
5402 (thread_object_getset): Register "global_num".
5403
5d5658a1
PA
54042016-01-13 Pedro Alves <palves@redhat.com>
5405
5406 * NEWS: Mention that thread IDs are now per inferior and global
5407 thread IDs.
5408 * Makefile.in (SFILES): Add tid-parse.c.
5409 (COMMON_OBS): Add tid-parse.o.
5410 (HFILES_NO_SRCDIR): Add tid-parse.h.
5411 * ada-tasks.c: Adjust to use ptid_to_global_thread_id.
5412 * breakpoint.c (insert_breakpoint_locations)
5413 (remove_threaded_breakpoints, bpstat_check_breakpoint_conditions)
5414 (print_one_breakpoint_location, set_longjmp_breakpoint)
5415 (check_longjmp_breakpoint_for_call_dummy)
5416 (set_momentary_breakpoint): Adjust to use global IDs.
5417 (find_condition_and_thread, watch_command_1): Use parse_thread_id.
5418 (until_break_command, longjmp_bkpt_dtor)
5419 (breakpoint_re_set_thread, insert_single_step_breakpoint): Adjust
5420 to use global IDs.
5421 * dummy-frame.c (pop_dummy_frame_bpt): Adjust to use
5422 ptid_to_global_thread_id.
5423 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
5424 * gdbthread.h (struct thread_info): Rename field 'num' to
5425 'global_num. Add new fields 'per_inf_num' and 'inf'.
5426 (thread_id_to_pid): Rename thread_id_to_pid to
5427 global_thread_id_to_ptid.
5428 (pid_to_thread_id): Rename to ...
5429 (ptid_to_global_thread_id): ... this.
5430 (valid_thread_id): Rename to ...
5431 (valid_global_thread_id): ... this.
5432 (find_thread_id): Rename to ...
5433 (find_thread_global_id): ... this.
5434 (ALL_THREADS, ALL_THREADS_BY_INFERIOR): Declare.
5435 (print_thread_info): Add comment.
5436 * tid-parse.h: New file.
5437 * tid-parse.c: New file.
5438 * infcmd.c (step_command_fsm_prepare)
5439 (step_command_fsm_should_stop): Adjust to use the global thread
5440 ID.
5441 (until_next_command, until_next_command)
5442 (finish_command_fsm_should_stop): Adjust to use the global thread
5443 ID.
5444 (attach_post_wait): Adjust to check the inferior number too.
5445 * inferior.h (struct inferior) <highest_thread_num>: New field.
5446 * infrun.c (handle_signal_stop)
5447 (insert_exception_resume_breakpoint)
5448 (insert_exception_resume_from_probe): Adjust to use the global
5449 thread ID.
5450 * record-btrace.c (record_btrace_open): Use global thread IDs.
5451 * remote.c (process_initial_stop_replies): Also consider the
5452 inferior number.
5453 * target.c (target_pre_inferior): Clear the inferior's highest
5454 thread num.
5455 * thread.c (clear_thread_inferior_resources): Adjust to use the
5456 global thread ID.
5457 (new_thread): New inferior parameter. Adjust to use it. Set both
5458 the thread's global ID and the thread's per-inferior ID.
5459 (add_thread_silent): Adjust.
5460 (find_thread_global_id): New.
5461 (find_thread_id): Make static. Adjust to rename.
5462 (valid_thread_id): Rename to ...
5463 (valid_global_thread_id): ... this.
5464 (pid_to_thread_id): Rename to ...
5465 (ptid_to_global_thread_id): ... this.
5466 (thread_id_to_pid): Rename to ...
5467 (global_thread_id_to_ptid): ... this. Adjust.
5468 (first_thread_of_process): Adjust.
5469 (do_captured_list_thread_ids): Adjust to use global thread IDs.
5470 (should_print_thread): New function.
5471 (print_thread_info): Rename to ...
5472 (print_thread_info_1): ... this, and add new show_global_ids
5473 parameter. Handle it. Iterate over inferiors.
5474 (print_thread_info): Reimplement as wrapper around
5475 print_thread_info_1.
5476 (show_inferior_qualified_tids): New function.
5477 (print_thread_id): Use it.
5478 (tp_array_compar): Compare inferior numbers too.
5479 (thread_apply_command): Use tid_range_parser.
5480 (do_captured_thread_select): Use parse_thread_id.
5481 (thread_id_make_value): Adjust.
5482 (_initialize_thread): Adjust "info threads" help string.
5483 * varobj.c (struct varobj_root): Update comment.
5484 (varobj_create): Adjust to use global thread IDs.
5485 (value_of_root_1): Adjust to use global_thread_id_to_ptid.
5486 * windows-tdep.c (display_tib): No longer accept an argument.
5487 * cli/cli-utils.c (get_number_trailer): Make extern.
5488 * cli/cli-utils.h (get_number_trailer): Declare.
5489 (get_number_const): Adjust documentation.
5490 * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Adjust to use global
5491 thread IDs.
5492 * mi/mi-interp.c (mi_new_thread, mi_thread_exit)
5493 (mi_on_normal_stop, mi_output_running_pid, mi_on_resume):
5494 * mi/mi-main.c (mi_execute_command, mi_cmd_execute): Likewise.
5495 * guile/scm-breakpoint.c (gdbscm_set_breakpoint_thread_x):
5496 Likewise.
5497 * python/py-breakpoint.c (bppy_set_thread): Likewise.
5498 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
5499 * python/py-infthread.c (thpy_get_num): Add comment and return the
5500 per-inferior thread ID.
5501 (thread_object_getset): Update comment of "num".
5502
43792cf0
PA
55032016-01-13 Pedro Alves <palves@redhat.com>
5504
5505 * breakpoint.c (remove_threaded_breakpoints)
5506 (print_one_breakpoint_location): Use print_thread_id.
5507 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
5508 (btrace_fetch, btrace_clear): Use print_thread_id.
5509 * common/print-utils.c (CELLSIZE): Delete.
5510 (get_cell): Rename to ...
5511 (get_print_cell): ... this and made extern. Adjust call callers.
5512 Adjust to use PRINT_CELL_SIZE.
5513 * common/print-utils.h (get_print_cell): Declare.
5514 (PRINT_CELL_SIZE): New.
5515 * gdbthread.h (print_thread_id): Declare.
5516 * infcmd.c (signal_command): Use print_thread_id.
5517 * inferior.c (print_inferior): Use print_thread_id.
5518 * infrun.c (handle_signal_stop)
5519 (insert_exception_resume_breakpoint)
5520 (insert_exception_resume_from_probe)
5521 (print_signal_received_reason): Use print_thread_id.
5522 * record-btrace.c (record_btrace_info)
5523 (record_btrace_resume_thread, record_btrace_cancel_resume)
5524 (record_btrace_step_thread, record_btrace_wait): Use
5525 print_thread_id.
5526 * thread.c (thread_apply_all_command): Use print_thread_id.
5527 (print_thread_id): New function.
5528 (thread_apply_command): Use print_thread_id.
5529 (thread_command, thread_find_command, do_captured_thread_select):
5530 Use print_thread_id.
5531
84654457
PA
55322016-01-13 Pedro Alves <palves@redhat.com>
5533
5534 * NEWS: Mention InferiorThread.inferior.
5535 * python/py-infthread.c (thpy_get_inferior): New.
5536 (thread_object_getset): Register "inferior".
5537
e3940304
PA
55382016-01-13 Pedro Alves <palves@redhat.com>
5539
5540 * NEWS: Mention $_inferior.
5541 * inferior.c (inferior_id_make_value): New.
5542 (inferior_funcs): New.
5543 (_initialize_inferior): Create $_inferior variable.
5544
a911d87a
PA
55452016-01-13 Pedro Alves <palves@redhat.com>
5546
5547 PR breakpoints/19388
5548 * frame.c (get_current_frame): Use validate_registers_access.
5549 * gdbthread.h (validate_registers_access): Declare.
5550 * infrun.c (validate_siginfo_access): Delete.
5551 (siginfo_value_read, siginfo_value_write): Use
5552 validate_registers_access.
5553 * thread.c (validate_registers_access): New function.
5554
82075af2
JS
55552016-01-12 Josh Stone <jistone@redhat.com>
5556 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5557
5558 * NEWS (Changes since GDB 7.10): Mention QCatchSyscalls and the
5559 syscall_entry and syscall_return stop reasons. Mention GDB
5560 support for remote catch syscall.
5561 * remote.c (PACKET_QCatchSyscalls): New enum.
5562 (remote_set_syscall_catchpoint): New function.
5563 (remote_protocol_features): New element for QCatchSyscalls.
5564 (remote_parse_stop_reply): Parse syscall_entry/return stops.
5565 (init_remote_ops): Install remote_set_syscall_catchpoint.
5566 (_initialize_remote): Config QCatchSyscalls.
5567 * linux-nat.h (struct lwp_info) <syscall_state>: Comment typo.
5568
d18547d8
YQ
55692016-01-12 Yao Qi <yao.qi@linaro.org>
5570
5571 * nat/linux-ptrace.c (linux_child_function): Cast child_stack
5572 to gdb_byte * and pass to linux_fork_to_function.
5573
ba4dd7c4
YQ
55742016-01-12 Yao Qi <yao.qi@linaro.org>
5575
5576 * nat/linux-ptrace.c (linux_fork_to_function): Change type
5577 of argument 'function'.
5578 (linux_grandchild_function): Change return type to 'int'.
5579 Change child_stack's type to 'void *'.
5580 (linux_child_function): Likewise.
5581
bc504a31
PA
55822016-01-12 Pedro Alves <palves@redhat.com>
5583
5584 Remove use of the registered trademark symbol throughout.
5585
5eddd578
TS
55862016-01-12 Thomas Schwinge <thomas@codesourcery.com>
5587
5588 * reply_mig_hack.awk: Rewrite one regular expression.
5589
b835bb52
MF
55902016-01-11 Mike Frysinger <vapier@gentoo.org>
5591
5592 * acinclude.m4: Include new warning.m4 file.
5593 * configure: Regenerated.
5594 * configure.ac: Move all warning logic ...
5595 * warning.m4: ... here.
5596
2f99e8fc
YQ
55972016-01-08 Yao Qi <yao.qi@linaro.org>
5598
5599 * extension.c: Include target.h.
5600 (set_active_ext_lang): Only call install_gdb_sigint_handler,
5601 check_quit_flag, and set_quit_flag if target_terminal_is_ours
5602 returns false.
5603 (restore_active_ext_lang): Likewise.
5604 * target.c (target_terminal_is_ours): New function.
5605 * target.h (target_terminal_is_ours): Declare.
5606
5dd05630
MR
56072016-01-07 Maciej W. Rozycki <macro@imgtec.com>
5608
5609 * mips-tdep.c (mips_breakpoint_from_pc): Rename local `status'
5610 to `err' in the little-endian leg.
5611
f5aa3069
YQ
56122016-01-06 Yao Qi <yao.qi@linaro.org>
5613
5614 * arch/arm-get-next-pcs.c (arm_get_next_pcs): Move it to some
5615 lines below.
5616 (thumb_get_next_pcs_raw): Make it static.
5617 (arm_get_next_pcs_raw): Likewise.
5618 * arch/arm-get-next-pcs.h (thumb_get_next_pcs_raw): Remove the
5619 declaration.
5620 (arm_get_next_pcs_raw): Likewise.
5621
bf69ad5a
MF
56222016-01-05 Mike Frysinger <vapier@gentoo.org>
5623
5624 * version.in: Change cvs to git.
5625
66750332
MF
56262016-01-05 Mike Frysinger <vapier@gentoo.org>
5627
5628 * configure.tgt (score-*-*): Delete gdb_sim assignment.
5629
976102cd
PA
56302016-01-05 Pedro Alves <palves@redhat.com>
5631
5632 PR sim/13418
5633 * configure.ac: Define WITH_PPC_SIM when linking in the sim and
5634 the target is powerpc*.
fa89c126
PA
5635 * rs6000-tdep.c (init_sim_regno_table): Check WITH_PPC_SIM instead
5636 of WITH_SIM.
976102cd
PA
5637 * configure: Regenerate.
5638 * config.in: Regenerate.
5639
43368e1d
MM
56402016-01-04 Markus Metzger <markus.t.metzger@intel.com>
5641
5642 * btrace.c (btrace_pt_readmem_callback): Do not return in TRY/CATCH.
5643
32273fe6
MF
56442016-01-02 Mike Frysinger <vapier@gentoo.org>
5645
5646 * configure.tgt (powerpc*-*-*): Delete test call and
5647 always assign gdb_sim.
5648
618f726f
JB
56492016-01-01 Joel Brobecker <brobecker@adacore.com>
5650
5651 Update year range in copyright notice of all files.
5652
edd88788
JB
56532016-01-01 Joel Brobecker <brobecker@adacore.com>
5654
5655 * top.c (print_gdb_version): Change copyright year in version
5656 message.
5657
0f7b3ef4 56582016-01-01 Joel Brobecker <brobecker@adacore.com>
aec47d1d 5659
0f7b3ef4 5660 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2015.
aec47d1d 5661
0f7b3ef4 5662For older changes see ChangeLog-2015.
c906108c
SS
5663\f
5664Local Variables:
5665mode: change-log
5666left-margin: 8
5667fill-column: 74
5668version-control: never
57da7796 5669coding: utf-8
c906108c 5670End:
This page took 2.100631 seconds and 4 git commands to generate.