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