Fix '-data-read-memory-bytes' typo/assertion
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2015-11-19 Don Breazeal <donb@codesourcery.com>
2
3 * target.c (read_memory_robust): Call read_whatever_is_readable
4 with arguments in the correct order.
5
6 2015-11-19 Pedro Alves <palves@redhat.com>
7
8 * remote.c (remote_query_supported): Send the "xmlRegisters="
9 feature last.
10
11 2015-11-19 Simon Marchi <simon.marchi@ericsson.com>
12
13 * nat/aarch64-linux-hw-point.c (aarch64_linux_set_debug_regs): Change
14 form of iov_len computation.
15
16 2015-11-19 Pedro Alves <palves@redhat.com>
17
18 * configure.ac (ERROR_ON_WARNING): Don't check whether in C++
19 mode.
20 * configure: Regenerate.
21
22 2015-11-19 Pedro Alves <palves@redhat.com>
23
24 * build-with-cxx.m4 (GDB_AC_BUILD_WITH_CXX): Remove -fpermissive.
25 * configure: Regenerate.
26
27 2015-11-19 Pedro Alves <palves@redhat.com>
28
29 * breakpoint.c (software_watchpoint_add_no_memory_location)
30 (is_no_memory_software_watchpoint): New functions.
31 (update_watchpoint): Use
32 software_watchpoint_add_memoryless_location.
33 (breakpoint_address_bits): Use is_no_memory_software_watchpoint.
34
35 2015-11-19 Simon Marchi <simon.marchi@ericsson.com>
36 Pedro Alves <palves@redhat.com>
37
38 * s390-linux-tdep.c (s390_canonicalize_syscall): Add casts and
39 intermediate 'int' variable.
40
41 2015-11-19 Pedro Alves <palves@redhat.com>
42
43 * linux-thread-db.c (try_thread_db_load_1): Add cast.
44
45 2015-11-19 Pedro Alves <palves@redhat.com>
46
47 * remote.c (remote_unpush_target): Use
48 pop_all_targets_at_and_above instead of pop_all_targets_above.
49 * target.c (unpush_target_and_assert): New function, factored out
50 from ...
51 (pop_all_targets_above): ... here.
52 (pop_all_targets_at_and_above): New function.
53 * target.h (pop_all_targets_at_and_above): Declare.
54
55 2015-11-18 Simon Marchi <simon.marchi@ericsson.com>
56
57 * valops.c (value_string): Constify 'ptr' parameter.
58 * value.h (value_string): Constify 'ptr' parameter.
59
60 2015-11-18 Simon Marchi <simon.marchi@ericsson.com>
61 Pedro Alves <palves@redhat.com>
62
63 * break-catch-sig.c (signal_catchpoint_print_one): Add cast.
64 * c-exp.y (parse_string_or_char, yylex): Add casts.
65 * c-lang.c (evaluate_subexp_c): Add casts.
66 * d-exp.y (parse_string_or_char, yylex): Add casts.
67 * go-exp.y (parse_string_or_char, build_packaged_name): Add casts.
68 * p-valprint.c (pascal_object_print_value_fields): Add casts.
69 * valprint.c (generic_emit_char, generic_printstr): Add casts.
70
71 2015-11-18 Simon Marchi <simon.marchi@ericsson.com>
72
73 * valops.c (value_cstring): Constify 'ptr' parameter.
74 * value.h (value_cstring): Constify 'ptr' parameter.
75
76 2015-11-18 Yao Qi <yao.qi@linaro.org>
77
78 * aarch64-tdep.c (pass_in_v): Add argument len. Add local array
79 reg. Callers updated.
80
81 2015-11-17 Yao Qi <yao.qi@linaro.org>
82
83 * infrun.c (resume): Check control.trap_expected only
84 when deciding the set of threads to resume.
85
86 2015-11-17 Pedro Alves <palves@redhat.com>
87
88 * cp-namespace.c (cp_lookup_bare_symbol)
89 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
90 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
91 (cp_lookup_nested_symbol): Use null_block_symbol.
92 * d-namespace.c (d_lookup_symbol, d_lookup_nested_symbol)
93 (d_lookup_symbol_imports, d_lookup_symbol_module): Use
94 null_block_symbol.
95 * symtab.c (null_block_symbol): New global.
96 * symtab.h (null_block_symbol): Declare.
97
98 2015-11-17 Pedro Alves <palves@redhat.com>
99
100 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
101 (GDB_XCPT_RAW_TRY, GDB_XCPT): Define.
102 Replace __cplusplus checks with GDB_XCPT checks throughout.
103 * common/common-exceptions.c: Replace __cplusplus checks with
104 GDB_XCPT checks throughout.
105
106 2015-11-17 Pedro Alves <palves@redhat.com>
107
108 * common/common-defs.h (ATTRIBUTE_PRINTF): Redefine in terms of
109 _GL_ATTRIBUTE_FORMAT_PRINTF after including ansidecl.h.
110
111 2015-11-17 Pedro Alves <palves@redhat.com>
112
113 * common/common-defs.h (__STDC_CONSTANT_MACROS)
114 (__STDC_LIMIT_MACROS): Define before including stdint.h.
115
116 2015-11-17 Pedro Alves <palves@redhat.com>
117
118 * windows-nat.c (handle_exception): Return 0 for first chance
119 exceptions.
120 (get_windows_debug_event): Adjust.
121
122 2015-11-17 Pedro Alves <palves@redhat.com>
123
124 * windows-nat.c (xslate): Use GDB_SIGNAL_UNKNOWN instead of -1 as
125 signal number for terminator.
126
127 2015-11-17 Pedro Alves <palves@redhat.com>
128
129 * ser-tcp.c (net_open) : Cast getsockopt argument to char *
130 instead of void *. Update comment.
131 (net_read_prim): Cast recv argument to char * instead of void *.
132 (net_write_prim): Cast send argument to char *. Add comment.
133
134 2015-11-17 Pedro Alves <palves@redhat.com>
135
136 * win32-i386-low.c (update_debug_registers_callback)
137 (win32_get_current_dr): Add cast.
138 * win32-low.c (thread_rec, delete_thread_info)
139 (continue_one_thread): Add casts.
140 (strwinerror): Cast FormatMessage argument to LPTSTR instead of
141 LPVOID.
142 (win32_create_inferior, suspend_one_thread): Add casts.
143
144 2015-11-17 Pedro Alves <palves@redhat.com>
145
146 * windows-nat.c (AdjustTokenPrivileges_ftype)
147 (DebugActiveProcessStop_ftype, DebugBreakProcess_ftype)
148 (DebugSetProcessKillOnExit_ftype, EnumProcessModules_ftype)
149 (GetCurrentConsoleFont_ftype, GetModuleInformation_ftype)
150 (LookupPrivilegeValueA_ftype, OpenProcessToken_ftype)
151 (GetConsoleFontSize_ftype): New typedefs.
152 (AdjustTokenPrivileges, DebugActiveProcessStop)
153 (DebugBreakProcess, DebugSetProcessKillOnExit, EnumProcessModules)
154 (GetConsoleFontSize, GetCurrentConsoleFont, GetModuleInformation)
155 (LookupPrivilegeValueA, OpenProcessToken, GetConsoleFontSize):
156 Adjust.
157 (GetModuleFileNameEx_ftype): New typedef.
158 (GetModuleFileNameEx): Use it.
159 (_initialize_loadable): Define GPA macro and use it.
160
161 2015-11-17 Pedro Alves <palves@redhat.com>
162
163 * gdb-dlfcn.c (gdb_dlsym, gdb_dlclose) [__MINGW32__]: Add casts to
164 HMODULE.
165
166 2015-11-17 Pedro Alves <palves@redhat.com>
167
168 * exec.c (exec_file_attach, symfile_bfd_open) [__GO32__ || _WIN32
169 || __CYGWIN__]: Add casts.
170 * utils.c (gdb_filename_fnmatch): Add cast.
171 * windows-nat.c (windows_create_inferior): Add cast.
172
173 2015-11-17 Pedro Alves <palves@redhat.com>
174
175 * ser-mingw.c (CancelIo_ftype): New typedef.
176 (CancelIo): Use CancelIo_ftype.
177 (ser_windows_close, ser_windows_wait_handle)
178 (ser_windows_read_prim, stop_select_thread)
179 (console_select_thread, pipe_select_thread, file_select_thread)
180 (ser_console_wait_handle, ser_console_done_wait_handle)
181 (ser_console_close, cleanup_pipe_state, pipe_windows_close)
182 (pipe_windows_write, pipe_wait_handle, pipe_done_wait_handle)
183 (net_windows_socket_check_pending, net_windows_select_thread)
184 (net_windows_wait_handle, net_windows_done_wait_handle)
185 (net_windows_close): Add casts.
186 (_initialize_ser_windows): Cast to CancelIo_ftype* instead of
187 void*.
188
189 2015-11-17 Simon Marchi <simon.marchi@ericsson.com>
190
191 * c-exp.y (exp): Adjust, change enum c_string_type to
192 c_string_type.
193 (parse_string_or_char): Likewise.
194 * c-lang.c (charset_for_string_type): Likewise.
195 (classify_type): Likewise.
196 (c_printchar): Likewise.
197 (c_printstr): Likewise.
198 (evaluate_subexp_c): Likewise. And change cast to enum
199 c_string_type_values.
200 * c-lang.h: Include "common/enum_flags.h".
201 (enum c_string_type): Rename to...
202 (enum c_string_type_values): ...this.
203 (c_string_type): Define new enum flags type.
204
205 2015-11-17 Pedro Alves <palves@redhat.com>
206
207 * btrace.h: Include common/enum-flags.h.
208 (btrace_insn_flags): Define.
209 (struct btrace_insn) <flags>: Change type.
210 (btrace_function_flags): Define.
211 (struct btrace_function) <flags>: Change type.
212 (btrace_thread_flags): Define.
213 (struct btrace_thread_info) <flags>: Change type.
214 * c-exp.y (token_flags): Rename to ...
215 (token_flag): ... this.
216 (token_flags): Define.
217 (struct token) <flags>: Change type.
218 * common/enum-flags.h: New file.
219 * compile/compile-c-types.c (convert_qualified): Change type of
220 'quals' local.
221 * compile/compile-internal.h: Include "common/enum-flags.h".
222 (gcc_qualifiers_flags): Define.
223 * completer.c (enum reg_completer_targets): Rename to ...
224 (enum reg_completer_target): ... this.
225 (reg_completer_targets): Define.
226 (reg_or_group_completer_1): Change type of 'targets' parameter.
227 * disasm.c (do_mixed_source_and_assembly_deprecated): Change type
228 of 'psl_flags' local.
229 (do_mixed_source_and_assembly): Change type of 'psl_flags' local.
230 * infrun.c: Include "common/enum-flags.h".
231 (enum step_over_what): Rename to ...
232 (enum step_over_what_flag): ... this.
233 (step_over_what): Change type.
234 (start_step_over): Change type of 'step_what' local.
235 (thread_still_needs_step_over): Now returns a step_over_what.
236 Adjust.
237 (keep_going_pass_signal): Change type of 'step_what' local.
238 * linux-tdep.c: Include "common/enum-flags.h".
239 (enum filterflags): Rename to ...
240 (enum filter_flag): ... this.
241 (filter_flags): Define.
242 (dump_mapping_p): Change type of 'filterflags' parameter.
243 (linux_find_memory_regions_full): Change type of 'filterflags'
244 local.
245 (linux_find_memory_regions_full): Pass the address of an unsigned
246 int to sscanf instead of the address of an enum.
247 * record-btrace.c (btrace_print_lines): Change type of local
248 'psl_flags'.
249 (btrace_call_history): Replace 'flags' parameter
250 with 'int_flags' parameter. Adjust.
251 (record_btrace_call_history, record_btrace_call_history_range)
252 (record_btrace_call_history_from): Rename 'flags' parameter to
253 'int_flags'. Use record_print_flags.
254 * record.h: Include "common/enum-flags.h".
255 (record_print_flags): Define.
256 * source.c: Include "common/enum-flags.h".
257 (print_source_lines_base, print_source_lines): Change type of
258 flags parameter.
259 * symtab.h: Include "common/enum-flags.h".
260 (enum print_source_lines_flags): Rename to ...
261 (enum print_source_lines_flag): ... this.
262 (print_source_lines_flags): Define.
263 (print_source_lines): Change prototype.
264
265 2015-11-17 Pedro Alves <palves@redhat.com>
266
267 * guile/scm-disasm.c (gdbscm_disasm_read_memory): Return -1 on
268 error instead of TARGET_XFER_E_IO.
269 (gdbscm_disasm_memory_error): Always pass TARGET_XFER_E_IO to
270 memory_error.
271
272 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
273
274 * hppa-tdep.c (hppa_sign_extend, hppa_low_hppa_sign_extend)
275 (prologue_inst_adjust_sp, hppa_frame_cache): Fix left shift of negative
276 value.
277 * dwarf2read.c (read_subrange_type): Likewise.
278
279 2015-11-16 Yao Qi <yao.qi@linaro.org>
280
281 * aarch64-tdep.c (aarch64_extract_return_value): Change array
282 buf's length to V_REGISTER_SIZE.
283
284 2015-11-16 Yao Qi <yao.qi@linaro.org>
285
286 * aarch64-tdep.c (pass_in_x_or_stack): Change argument type
287 from bfd_byte * to value *. Caller updated.
288 (pass_in_x): Likewise.
289 (pass_in_v_or_stack): Likewise.
290 (pass_on_stack): Likewise.
291
292 2015-11-16 Yao Qi <yao.qi@linaro.org>
293
294 * aarch64-tdep.c (aarch64_push_dummy_call): Call value_contents
295 instead of value_contents_writeable.
296 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
297
298 2015-11-16 Yao Qi <yao.qi@linaro.org>
299
300 * arm-tdep.c (arm_push_dummy_call): New array buf. Store regval
301 to buf. Pass buf instead of val to push_stack_item.
302
303 2015-11-13 Yao Qi <yao.qi@linaro.org>
304
305 PR tdep/19051
306 * arm-tdep.c (arm_type_align): Return the right alignment
307 value for vector.
308 (arm_vfp_cprc_sub_candidate): Return true for 64-bit and
309 128-bit vector types.
310 (arm_return_in_memory): Handel vector type.
311
312 2015-11-13 Yao Qi <yao.qi@linaro.org>
313
314 * arm-tdep.c (arm_return_in_memory): Rewrite it.
315 (arm_return_value): Call arm_return_in_memory for
316 TYPE_CODE_COMPLEX.
317
318 2015-11-12 Yao Qi <yao.qi@linaro.org>
319
320 * arm-tdep.c (push_stack_item): Change contents type to
321 const gdb_byte *.
322
323 2015-11-11 Simon Marchi <simon.marchi@ericsson.com>
324
325 * inf-ptrace.c (inf_ptrace_fetch_register): Change long int *
326 cast to PTRACE_TYPE_RET *.
327 (inf_ptrace_store_register): Likewise.
328
329 2015-11-11 Andrew Burgess <andrew.burgess@embecosm.com>
330
331 * avr-tdep.c (_initialize_avr_tdep): Switch to 'add_info' for creating
332 info sub-commands.
333 * gnu-nat.c (add_task_commands): Likewise.
334 * macrocmd.c (_initialize_macrocmd): Likewise.
335
336 2015-11-11 Andrew Burgess <andrew.burgess@embecosm.com>
337
338 * cli/cli-decode.c (add_info): Switch to class_info.
339
340 2015-11-09 Joel Brobecker <brobecker@adacore.com>
341
342 * ada-lang.c (ada_is_wrapper_field): Add special handling
343 for fields called "RETVAL".
344
345 2015-11-09 Yao Qi <yao.qi@linaro.org>
346
347 * arm-tdep.c (arm_exidx_new_objfile): Use
348 ELF_STRING_ARM_unwind.
349
350 2015-11-09 Yao Qi <yao.qi@linaro.org>
351
352 * infrun.c (displaced_step_in_progress_thread): New function.
353 (handle_inferior_event_1): Call it.
354
355 2015-11-05 Yao Qi <yao.qi@linaro.org>
356
357 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Call
358 aarch64_decode_insn and decode instruction by aarch64_inst.
359
360 2015-11-05 Yao Qi <yao.qi@linaro.org>
361
362 * aarch64-tdep.c (extract_signed_bitfield): Remove.
363 (decode_masked_match): Remove.
364 (aarch64_decode_add_sub_imm): Remove.
365 (aarch64_decode_br): Remove.
366 (aarch64_decode_eret): Remove.
367 (aarch64_decode_movz): Remove.
368 (aarch64_decode_orr_shifted_register_x): Remove.
369 (aarch64_decode_ret): Remove.
370 (aarch64_decode_stp_offset): Remove.
371 (aarch64_decode_stur): Remove.
372 (aarch64_analyze_prologue): Call aarch64_decode_insn
373 and use aarch64_inst to decode instructions.
374
375 2015-11-05 Yao Qi <yao.qi@linaro.org>
376
377 * aarch64-tdep.c (aarch64_decode_stp_offset): New argument
378 wback.
379 (aarch64_decode_stp_offset_wb): Removed.
380 (aarch64_analyze_prologue): Don't use
381 aarch64_decode_stp_offset_wb.
382
383 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
384
385 PR/18376
386 * gdb/s390-linux-tdep.c (s390_is_partial_instruction): New function.
387 (s390_software_single_step): New function.
388 (s390_displaced_step_hw_singlestep): New function.
389 (s390_gdbarch_init): Fill gdbarch slots with the above.
390
391 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
392
393 PR/18376
394 * gdb/configure.tgt: Add linux-record.o to s390*-linux.
395 * gdb/s390-linux-tdep.c: #include "linux-record.h", "record-full.h"
396 (s390_linux_record_tdep): New static global variable.
397 (s390x_linux_record_tdep): New static global variable.
398 (s390_all_but_pc_registers_record): New function.
399 (s390_canonicalize_syscall): New function.
400 (s390_linux_syscall_record): New function.
401 (s390_linux_record_signal): New function.
402 (s390_record_calc_disp_common): New function.
403 (s390_record_calc_disp): New function.
404 (s390_record_calc_disp_vsce): New function.
405 (s390_record_calc_rl): New function.
406 (s390_record_gpr_g): New function.
407 (s390_record_gpr_h): New function.
408 (s390_record_vr): New function.
409 (s390_process_record): New function.
410 (s390_init_linux_record_tdep): New function.
411 (s390_gdbarch_init): Fill record function slots.
412
413 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
414
415 * record-full.c (record_full_exec_insn): Use xmalloc for temporary
416 memory storage.
417
418 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
419
420 * record.c (get_insn_history_modifiers): Set DISASSEMBLY_SOURCE
421 instead of DISASSEMBLY_SOURCE_DEPRECATED. Also accept /s.
422 (_initialize_record): Document the /s modifier.
423 * NEWS: Announce record instruction-history's new /s modifier.
424
425 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
426
427 * record-btrace.c (struct btrace_line_range): New.
428 (btrace_mk_line_range, btrace_line_range_add)
429 (btrace_line_range_is_empty, btrace_line_range_contains_range)
430 (btrace_find_line_range, btrace_print_lines): New.
431 (btrace_insn_history): Add source interleaving algorithm.
432
433 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
434
435 * disasm.h (DISASSEMBLY_SPECULATION): New.
436 (struct disasm_insn): New.
437 (gdb_pretty_print_insn): New.
438 * disasm.c (gdb_pretty_print_insn): Replace parameter PC with INSN.
439 Update users. Print instruction number and indicate speculative
440 execution, if requested.
441
442 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
443
444 * disasm.c (dump_insns): Split into this and ...
445 (gdb_pretty_print_insn): ... this.
446
447 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
448
449 * xtensa-linux-nat.c (supply_gregset_reg): Make static.
450 (xtensa_linux_fetch_inferior_registers): Likewise.
451 (xtensa_linux_store_inferior_registers): Likewise.
452
453 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
454
455 * arm-linux-nat.c (arm_linux_read_description): Add cast.
456
457 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
458
459 * ppc-linux-nat.c (ppc_linux_insert_mask_watchpoint): Change
460 type of rw to enum target_hw_bp_type.
461 (ppc_linux_remove_mask_watchpoint): Likewise.
462 * target.c (target_insert_mask_watchpoint): Likewise.
463 (target_remove_mask_watchpoint): Likewise.
464 * target.h (target_insert_mask_watchpoint): Likewise.
465 (target_remove_mask_watchpoint): Likewise.
466 (struct target_ops) <to_insert_mask_watchpoint>: Likewise.
467 (struct target_ops) <to_remove_mask_watchpoint>: Likewise.
468 * target-delegates.c: Regenerate.
469
470 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
471
472 * remote-sim.c (check_for_duplicate_sim_descriptor): Add casts.
473 (get_sim_inferior_data): Likewise.
474 (sim_inferior_data_cleanup): Likewise.
475 (gdbsim_close_inferior): Likewise.
476 (gdbsim_resume_inferior): Likewise.
477 (gdbsim_wait): Likewise.
478 (simulator_command): Likewise.
479 (sim_command_completer): Likewise.
480
481 2015-11-03 Marcin Kościelnicki <koriakin@0x04.net>
482
483 * MAINTAINERS (Write After Approval): Add Marcin Kościelnicki.
484
485 2015-10-30 Pedro Alves <palves@redhat.com>
486
487 * breakpoint.c (breakpoint_in_range_p)
488 (breakpoint_location_address_range_overlap): New functions.
489 * breakpoint.h (breakpoint_in_range_p): New declaration.
490 * infrun.c (displaced_step_prepare_throw): If there's a breakpoint
491 in the scratch pad range, don't displaced step.
492
493 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
494
495 * amd64-linux-tdep.c (amd64_x32_linux_init_abi): Fix size_msghdr,
496 size_stack_t, size_size_t, size_iovec.
497
498 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
499
500 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_termios.
501 * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_termios.
502 (amd64_x32_linux_init_abi): Fix size_termios.
503
504 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
505
506 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix TASK_COMM_LEN.
507
508 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
509
510 * linux-record.c (record_linux_system_call): Fix old_select.
511
512 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
513
514 * linux-record.c (record_linux_system_call): Fix newstatat.
515
516 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
517
518 * linux-record.c (record_linux_system_call): Fix [gs]etgroups16.
519
520 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
521
522 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Add size_time_t.
523 * amd64-linux-tdep.c (amd64_linux_init_abi): Add size_time_t.
524 (amd64_x32_linux_init_abi): Add size_time_t.
525 * arm-linux-tdep.c (arm_linux_init_abi): Add size_time_t.
526 * i386-linux-tdep.c (i386_linux_init_abi): Add size_time_t.
527 * linux-record.c (record_linux_system_call): Add time, waitpid, pipe
528 handling.
529 * linux-record.h (struct linux_record_tdep): Add size_time_t.
530 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Add size_time_t.
531
532 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
533
534 * linux-record.c (record_linux_msghdr): Fix msg_namelen handling.
535
536 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
537
538 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove
539 size_dirent{,64}, add size_old_dirent.
540 * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_dirent{,64},
541 add size_old_dirent.
542 (amd64_x32_linux_init_abi): Remove size_dirent{,64}, add
543 size_old_dirent.
544 * arm-linux-tdep.c (arm_linux_init_abi): Remove size_dirent{,64},
545 add size_old_dirent.
546 * i386-linux-tdep.c (i386_linux_init_abi): Remove size_dirent{,64},
547 add size_old_dirent.
548 * linux-record.c (record_linux_system_call): Fix handling of readdir
549 and getdents{,64}.
550 * linux-record.h (struct linux_record_tdep): Remove size_dirent{,64},
551 add size_old_dirent.
552 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove
553 size_dirent{,64}, add size_old_dirent.
554
555 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
556
557 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_sigaction,
558 size_sigset_t, size_old_sigaction, size_old_sigset_t.
559 * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_sigaction,
560 size_sigset_t, size_old_sigaction, size_old_sigset_t.
561 (amd64_x32_linux_init_abi): Fix size_sigaction, size_sigset_t,
562 size_old_sigaction, size_old_sigset_t.
563 * arm-linux-tdep.c (arm_linux_init_abi): Fix size_sigaction,
564 size_old_sigaction, size_old_sigset_t.
565 * i386-linux-tdep.c (i386_linux_init_abi): Fix size_sigaction,
566 size_old_sigaction, size_old_sigset_t.
567 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix size_sigaction,
568 size_sigset_t, size_old_sigaction, size_old_sigset_t.
569
570 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
571
572 * arm-linux-tdep.c (arm_linux_init_abi): Fix size_[ug]id.
573 * i386-linux-tdep.c (i386_linux_init_abi): Fix size_[ug]id.
574
575 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
576
577 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove size_siginfo.
578 * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_siginfo.
579 (amd64_x32_linux_init_abi): Remove size_siginfo.
580 * arm-linux-tdep.c (arm_linux_init_abi): Remove size_siginfo.
581 * i386-linux-tdep.c (i386_linux_init_abi): Remove size_siginfo.
582 * linux-record.c (record_linux_system_call): Change size_siginfo
583 to size_siginfo_t.
584 * linux-record.h (struct linux_record_tdep): Remove size_siginfo.
585 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove size_siginfo.
586
587 2015-10-29 Pedro Alves <palves@redhat.com>
588
589 * mdebugread.c (add_data_symbol): New function, factored out from
590 ...
591 (parse_symbol): ... here. Delete 'theclass' local.
592
593 2015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
594
595 * jit.c (jit_target_read_impl): Add cast.
596
597 2015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
598
599 * jit.c (jit_reader_load): Add cast.
600
601 2015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
602
603 * dwarf2read.c (partial_die_full_name): Add cast.
604
605 2015-10-29 Pedro Alves <palves@redhat.com>
606
607 * common/vec.h (DEF_VEC_FUNC_P) [iterate]: Cast 0 to type T.
608
609 2015-10-29 Pedro Alves <palves@redhat.com>
610
611 * guile/scm-frame.c (gdbscm_unwind_stop_reason_string): Add cast.
612
613 2015-10-29 Eli Zaretskii <eliz@gnu.org>
614
615 * utils.c (init_page_info): Disable paging if INSIDE_EMACS is set
616 in the environment.
617
618 2015-10-29 Pedro Alves <palves@redhat.com>
619
620 * gnu-v2-abi.c (gnuv2_is_destructor_name)
621 (gnuv2_is_constructor_name): Add casts.
622
623 2015-10-29 Pedro Alves <palves@redhat.com>
624
625 * common/common-exceptions.c (exception_none): Add cast.
626
627 2015-10-29 Pedro Alves <palves@redhat.com>
628
629 * compile/compile-c-types.c (struct type_map_instance)
630 <gcc_type>: Rename to gcc_type_handle.
631 (insert_type, convert_type): Adjust.
632
633 2015-10-29 Pedro Alves <palves@redhat.com>
634
635 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Don't
636 assume that "break" breaks out of a TRY/CATCH.
637 * python/py-framefilter.c (py_print_single_arg): Don't assume
638 "continue" breaks out of a TRY/CATCH.
639 * python/py-value.c (valpy_binop_throw): New function, factored
640 out from ...
641 (valpy_binop): ... this.
642 (valpy_richcompare_throw): New function, factored
643 out from ...
644 (valpy_richcompare): ... this.
645 * solib.c (solib_read_symbols): Don't assume "break" breaks out
646 of a TRY/CATCH.
647 * common/common-exceptions.h [USE_RAW_CXX_TRY]
648 <TRY/CATCH/END_CATCH>: Define as 1-1 wrappers around try/catch.
649
650 2015-10-28 Simon Dardis <Simon.Dardis@imgtec.com>
651
652 * mips-linux-tdep.c (mips_linux_in_dynsym_stub): Recognise 'or'
653 as move along with [d]addu.
654
655 2015-10-28 Yao Qi <yao.qi@linaro.org>
656
657 * aarch64-tdep.c (aarch64_software_single_step): Pass 1 to
658 aarch64_decode_insn.
659
660 2015-10-27 Pedro Alves <palves@redhat.com>
661
662 * common/print-utils.c (host_address_to_string): Rename to ...
663 (host_address_to_string_1): ... this.
664 * common/print-utils.h (host_address_to_string): Reimplement as
665 wrapper around host_address_to_string_1.
666 * utils.c (gdb_print_host_address): Rename to ...
667 (gdb_print_host_address_1): ... this.
668 * utils.h (gdb_print_host_address): Reimplement as wrapper macro
669 around host_address_to_string_1.
670
671 2015-10-27 Pedro Alves <palves@redhat.com>
672
673 * alpha-tdep.c (alpha_read_insn): Always pass TARGET_XFER_E_IO to
674 memory_error. Rename local 'status' to 'res'.
675 * c-lang.c (c_get_string): Always pass TARGET_XFER_E_IO to
676 memory_error.
677 * corefile.c (read_stack, read_code, write_memory): Always pass
678 TARGET_XFER_E_IO to memory_error.
679 * disasm.c (dis_asm_memory_error): Always pass TARGET_XFER_E_IO to
680 memory_error. Rename parameter 'status' to 'err'.
681 (dump_insns): Rename local 'status' to 'err'.
682 * mips-tdep.c (mips_fetch_instruction): Rename parameter 'statusp'
683 to 'errp'. Rename local 'status' to 'err'. Always pass
684 TARGET_XFER_E_IO to memory_error.
685 (mips_breakpoint_from_pc): Rename local 'status' to 'err'.
686 * target.c (target_read_memory, target_read_raw_memory)
687 (target_read_stack, target_read_code, target_write_memory)
688 (target_write_raw_memory): Return -1 on error instead of
689 TARGET_XFER_E_IO.
690 * valprint.c (val_print_string): Rename local 'errcode' to 'err'.
691 Always pass TARGET_XFER_E_IO to memory_error. Update comment.
692
693 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
694
695 * guile/guile-internal.h (gdbscm_with_guile): Change return
696 types to const char *.
697 * guile/scm-safe-call.c (gdbscm_with_guile): Likewise.
698 (struct c_data) <func>: Likewise.
699 (struct c_data) <result>: Change type to const char *.
700 (scscm_eval_scheme_string): Change return type to
701 const char *.
702 (scscm_source_scheme_script): Likewise.
703 (gdbscm_safe_eval_string): Change type of result variable to
704 const char * and remove cast.
705 (gdbscm_safe_source_script): Likewise.
706 * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker):
707 Change return type to const char *.
708 (gdbscm_disasm_read_memory): Change type of status to
709 const char *.
710
711 2015-10-27 Pedro Alves <palves@redhat.com>
712
713 * source.c (openp): New local 'last_errno'. Use it to
714 save/restore errno.
715
716 2015-10-27 Pedro Alves <palves@redhat.com>
717
718 * psymtab.c (dump_psymtab_addrmap_1): Add casts.
719
720 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
721
722 * ctf.c (SET_ENUM_FIELD): New macro.
723 (ctf_read_status): Use it.
724 (ctf_read_tp): Use it.
725
726 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
727
728 * guile/scm-breakpoint.c (gdbscm_set_breakpoint_stop_x): Add
729 scm_t_dynwind_flags casts.
730 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
731 * guile/scm-ports.c (gdbscm_open_memory): Likewise.
732 * guile/scm-value.c (gdbscm_value_to_string): Likewise.
733
734 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
735
736 * ax.h (ax_raw_byte): New declaration.
737 * ax-general.c (ax_raw_byte): New function.
738 (ax_simple): Use ax_raw_byte.
739 * ax-gdb.c (gen_printf): Likewise.
740
741 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
742
743 * ada-lang.h (GROW_VECT): Add cast.
744
745 2015-10-26 Doug Evans <xdje42@gmail.com>
746
747 * symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
748
749 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
750
751 * target.c (memory_xfer_partial): Change type of buf to gdb_byte
752 pointer.
753 (simple_search_memory): Cast return of memmem.
754
755 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
756
757 * stap-probe.c (handle_stap_probe): Add (const char *) casts.
758
759 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
760
761 * ctf.c (ctf_xfer_partial): Return TARGET_XFER_E_IO instead of
762 -1 on error.
763
764 2015-10-26 Doug Evans <dje@google.com>
765
766 PR symtab/17391
767 * dwarf2-frame.c (dwarf2_restore_rule): Call dwarf_reg_to_regnum
768 instead of gdbarch_dwarf2_reg_to_regnum.
769 (dwarf2_frame_cache): Ditto.
770 (read_addr_from_reg): Call dwarf_reg_to_regnum_or_error instead of
771 gdbarch_dwarf2_reg_to_regnum.
772 (get_reg_value): Ditto.
773 (dwarf2_fetch_cfa_info): Ditto.
774 (dwarf2_frame_prev_register): Ditto.
775 * dwarf2loc.c: #include "complaints.h".
776 (dwarf_expr_read_addr_from_reg): Call dwarf_reg_to_regnum_or_error
777 instead of gdbarch_dwarf2_reg_to_regnum.
778 (dwarf_expr_get_reg_value): Ditto.
779 (read_pieced_value): Ditto.
780 (write_pieced_value): Ditto.
781 (dwarf2_evaluate_loc_desc_full): Ditto.
782 (dwarf_reg_to_regnum): New function.
783 (throw_bad_regnum_error): New function.
784 (dwarf_reg_to_regnum_or_error): Renamed from
785 dwarf2_reg_to_regnum_or_errorChange to take a ULONGEST regnum.
786 All callers updated. Call throw_bad_regnum_error.
787 (locexpr_regname): Improve text of bad register number.
788 * dwarf2loc.h (dwarf_reg_to_regnum): Declare.
789 (dwarf_reg_to_regnum_or_error): Update prototype.
790 * dwarf2expr.c: #include "dwarf2loc.h".
791 (dwarf_block_to_sp_offset): Call dwarf_reg_to_regnum instead of
792 gdbarch_dwarf2_reg_to_regnum.
793 * gdbarch.sh (dwarf2_reg_to_regnum): Add comment.
794 * gdbarch.h: Regenerate.
795 * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Remove warning for bad
796 register.
797 * avr-tdep.c (avr_dwarf_reg_to_regnum): Ditto.
798 * cris-tdep.c (cris_dwarf2_reg_to_regnum): Ditto.
799 * bfin-tdep.c (bfin_reg_to_regnum): Fix error checking.
800 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum): Improve error checking.
801 Remove warning for bad register.
802 * hppa-tdep.c (hppa64_dwarf_reg_to_regnum): Ditto.
803 * i386-tdep.c (i386_svr4_dwarf_reg_to_regnum): Renamed from
804 i386_svr4_reg_to_regnum. Return -1 for bad registers.
805 (i386_svr4_reg_to_regnum): New function.
806 (i386_gdbarch_init): Update call to set_gdbarch_dwarf2_reg_to_regnum.
807 * microblaze-tdep.c (microblaze_dwarf2_reg_to_regnum): Don't assert
808 on bad registers, return -1.
809 * msp430-tdep.c (msp430_dwarf2_reg_to_regnum): Improve error checking.
810 Remove warning for bad register.
811 * nios2-tdep.c: Add static assert for NIOS2_NUM_REGS.
812 (nios2_dwarf_reg_to_regnum): Fix off-by-one error.
813 Remove warning for bad register. Return -1 for bad register.
814 * rl78-tdep.c (rl78_dwarf_reg_to_regnum): Don't flag an internal error
815 for bad register, return -1.
816 * rx-tdep.c (rx_dwarf_reg_to_regnum): Ditto.
817 * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Fix error result.
818 * mep-tdep.c (mep_debug_reg_to_regnum): Ditto.
819 * mips-tdep.c (mips_stab_reg_to_regnum): Ditto.
820 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
821 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Remove warning
822 for bad regs.
823 * xtensa-tdep.c (xtensa_reg_to_regnum): Remove internal error for
824 bad regs. Fix error result.
825 * stabsread.c (stab_reg_to_regnum): Watch for negative regno.
826 (reg_value_complaint): Update complaint text.
827 * mdebugread.c (reg_value_complaint): New function.
828 (mdebug_reg_to_regnum): Rewrite to watch for bad reg numbers.
829
830 2015-10-26 Doug Evans <dje@google.com>
831
832 PR python/18938
833 * cli/cli-cmds (source_script_fron_sctream): New arg file_to_open.
834 All callers updated.
835
836 2015-10-26 Doug Evans <dje@google.com>
837
838 * psymtab.c (struct dump_psymtab_addrmap_data): Define.
839 (dump_psymtab_addrmap_1, dump_psymtab_addrmap): New functions.
840 (maintenance_print_psymbols): Print address map.
841
842 2015-10-26 Doug Evans <dje@google.com>
843
844 * nat/linux-nat.h (__SIGRTMIN): Move here from gdbserver/linux-low.c.
845
846 2015-10-26 Doug Evans <dje@google.com>
847
848 * common/gdb_wait.h (W_STOPCODE): Define, moved here from
849 gdbserver/linux-low.c.
850 (WSETSTOP): Simplify.
851
852 2015-10-26 Doug Evans <dje@google.com>
853
854 * linux-thread-db.c (find_new_threads_callback): Ditto.
855 (thread_db_pid_to_str): Ditto.
856
857 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
858
859 * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Do not pass a
860 local char array to scm_mode_bits, use a cast instead.
861
862 2015-10-26 Simon Marchi <simon.marchi@ericsson.com>
863
864 * tui/tui-data.c (tui_alloc_content): Don't check xmalloc
865 result. Change type of element_block_ptr. Change allocation to
866 use XNEWVEC.
867
868 2015-10-26 Luis Machado <lgustavo@codesourcery.com>
869
870 * record-full.c (record_full_message_wrapper_safe): Pass empty string to
871 catch_errors call instead of NULL.
872
873 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
874
875 * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Pass non-const
876 char pointer to scm_mode_bits.
877
878 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
879
880 * symtab.c (default_make_symbol_completion_list_break_on_1): Add
881 cast.
882
883 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
884
885 * guile/scm-ports.c (gdbscm_memory_port_write): Declare new
886 "data" local variable and use it.
887
888 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
889
890 * guile/scm-symbol.c (gdbscm_lookup_global_symbol): Add
891 domain_enum cast.
892 (gdbscm_lookup_symbol): Likewise.
893
894 2015-10-25 Iain Buclaw <ibuclaw@gdcproject.org>
895
896 * d-exp.y: Remove an obsolete comment and propagate the block
897 information to the produced expression.
898
899 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
900
901 * tui/tui-data.c (tui_add_to_source_windows): Remove void *
902 cast.
903 (tui_add_content_elements): Likewise.
904
905 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
906
907 * cli/cli-setshow.c (do_set_command): Constify p.
908
909 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
910
911 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Replace
912 (void *) cast with (gdb_byte *).
913
914 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
915
916 * proc-service.c (ps_pdread): Add cast.
917
918 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
919
920 * sparc64-tdep.c (sparc64_store_arguments): Split assignment of
921 valbuf.
922
923 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
924
925 * ia64-tdep.c (ia64_pseudo_register_write): Remove cast.
926 (ia64_push_dummy_call): Remove cast and change type of "to" to
927 array of gdb_byte.
928
929 2015-10-23 Simon Marchi <simon.marchi@polymtl.ca>
930
931 * linux-btrace.c (linux_enable_pt): Add cast to mmap return.
932
933 2015-10-23 Simon Marchi <simon.marchi@ericsson.com>
934
935 * observer.h (observer_${event}_notification_stub): Add cast.
936
937 2015-10-23 Yao Qi <yao.qi@linaro.org>
938
939 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Set
940 dsd.insn_count to zero.
941
942 2015-10-22 Pedro Alves <palves@redhat.com>
943
944 * infrun.c (stop_after_trap): Delete.
945 (clear_proceed_status, handle_signal_stop, struct
946 infcall_control_state, save_infcall_control_state)
947 (restore_infcall_control_state): Remove references to
948 stop_after_trap.
949
950 2015-10-22 Simon Marchi <simon.marchi@ericsson.com>
951
952 * python/python.c (_initialize_python): Add cast.
953
954 2015-10-22 Simon Marchi <simon.marchi@ericsson.com>
955
956 * nto-tdep.c (nto_inferior_data): Add cast.
957
958 2015-10-22 Pedro Alves <palves@redhat.com>
959
960 * windows-nat.c (do_initial_windows_stuff): Rewrite loop using
961 windows_wait and windows_resume directly instead of
962 wait_for_inferior and resume.
963
964 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
965
966 * xtensa-tdep.h (XTREG): Add casts.
967 (XTREG_END): Likewise.
968
969 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
970
971 * solib-spu.c (spu_bfd_iovec_pread): Add (gdb_byte *) cast.
972
973 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
974
975 * rs6000-tdep.c (variants): Add (enum bfd_architecture) cast.
976
977 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
978
979 * mips-linux-tdep.c (mips64_linux_get_longjmp_target): Change type of
980 buf to gdb_byte*.
981 (supply_32bit_reg): Add cast.
982 (mips64_fill_gregset): Likewise.
983
984 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
985
986 PR python/18073
987 * python/py-type.c (typy_get_composite): Allow returning a
988 function type.
989
990 2015-10-21 Keven Boell <keven.boell@intel.com>
991
992 * dwarf2read.c (set_die_type): Add read of
993 DW_AT_allocated and DW_AT_associated.
994 * f-typeprint.c: New include of typeprint.h
995 (f_print_type): Add check for allocated/associated
996 status of type.
997 (f_type_print_varspec_suffix): Add check for
998 * gdbtypes.c (create_array_type_with_stride):
999 Add check for valid data location of type in
1000 case allocated or associated attributes are set.
1001 Length of an array should be only calculated if
1002 allocated or associated is resolved as true.
1003 (is_dynamic_type_internal): Add check for allocated/
1004 associated.
1005 (resolve_dynamic_array): Evaluate allocated/associated
1006 properties.
1007 * gdbtypes.h (enum dynamic_prop_node_kind): <DYN_PROP_ALLOCATED>
1008 <DYN_PROP_ASSOCIATED>: New enums.
1009 (TYPE_ALLOCATED_PROP, TYPE_ASSOCIATED_PROP): New macros.
1010 (type_not_allocated): New function.
1011 (type_not_associated): New function.
1012 * valarith.c (value_subscripted_rvalue): Add check for
1013 allocated/associated.
1014 * valprint.c: New include of typeprint.h.
1015 (valprint_check_validity): Add check for allocated/associated.
1016 (value_check_printable): Add check for allocated/
1017 associated.
1018 * typeprint.h (val_print_not_allocated): New function.
1019 (val_print_not_associated): New function.
1020 * typeprint.c (val_print_not_allocated): New function.
1021 (val_print_not_associated): New function.
1022
1023 2015-10-21 Antoine Tremblay <antoine.tremblay@ericsson.com>
1024
1025 * Makefile.in: Add arm.c/o.
1026 * arch/arm.c: New file.
1027 * arch/arm.h: (IS_THUMB_ADDR): Move macro from arm-tdep.c.
1028 (MAKE_THUMB_ADDR): Likewise.
1029 (UNMAKE_THUMB_ADDR): Likewise.
1030 * arm-tdep.c (int thumb_insn_size): Move to arm.c.
1031 (IS_THUMB_ADDR): Move to arm.h.
1032 (MAKE_THUMB_ADDR): Likewise.
1033 (UNMAKE_THUMB_ADDR): Likewise.
1034 * configure.tgt: Add arm.o to all ARM configs.
1035
1036 2015-10-21 Yao Qi <yao.qi@linaro.org>
1037
1038 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1039 Remove argument exp_vCont_s.
1040 * gdb.base/range-stepping.exp: Callers updated.
1041 * gdb.trace/range-stepping.exp: Likewise.
1042
1043 2015-10-21 Aleksandar Ristovski <aristovski@qnx.com>
1044
1045 * gdb/nto-tdep.c (QNX_NOTE_NAME, QNX_INFO_SECT_NAME): New defines.
1046 (nto_sniff_abi_note_section): New function.
1047 (nto_elf_osabi_sniffer): Use new function to recognize nto specific
1048 binary.
1049
1050 2015-10-21 Aleksandar Ristovski <aristovski@qnx.com>
1051
1052 * nto-procfs.c (procfs_wait): Set stopped_flags nad stopped_pc.
1053 (procfs_stopped_by_watchpoint): Use flags stored in inferior data.
1054 * nto-tdep.c (nto_new_inferior_data_reg): New definition.
1055 (nto_new_inferior_data, nto_inferior_data_cleanup, nto_inferior_data):
1056 New functions.
1057 (_initialize_nto_tdep): New forward declaration, new function.
1058 * nto-tdep.h (struct nto_inferior_data): New struct.
1059 (nto_inferior_data): New function declaration.
1060
1061 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1062
1063 * findvar.c (address_from_register): Check REGNUM validity.
1064
1065 2015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
1066
1067 * gdb/nto-procfs.c (procfs_pid_to_exec_file): New function.
1068 (init_procfs_targets): Wire new function.
1069
1070 2015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
1071
1072 * nto-procfs.c (sys/auxv.h): Include.
1073 (procfs_xfer_partial): Implement TARGET_OBJECT_AUXV.
1074 * nto-tdep.c (nto_read_auxv_from_initial_stack): New function.
1075 * nto-tdep.h (nto_read_auxv_from_initial_stack): New declaration.
1076
1077 2015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
1078
1079 * nto-procfs.c (nto_procfs_path): Rename to...
1080 (nodestr): ... this, and change type.
1081 (nto_node): Use new variable and logic accordingly.
1082 (procfs_open_1): Use new variable name. Use local buffer to construct
1083 procfrs path.
1084 (procfs_pidlist): Use NODESTR to construct procfs path.
1085 (procfs_files_info): Use NODESTR to output meaningful text.
1086 (do_attach): Construct procfs using NODESTR.
1087 (procfs_create_inferior): Compare pointer to NULL.
1088
1089 2015-10-19 Josh Stone <jistone@redhat.com>
1090
1091 * linux-nat.c (linux_handle_syscall_trap): Always update entry/
1092 return state, even when not actively catching syscalls at all.
1093 (linux_handle_extended_wait): Mark syscall_state like an entry.
1094 (wait_lwp): Set syscall_state ignored for other traps.
1095 (linux_nat_filter_event): Likewise.
1096
1097 2015-10-19 Luis Machado <lgustavo@codesourcery.com>
1098
1099 * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to 0
1100 when handling 'E', 'T', 'S', 'X' and 'W' packets.
1101 Do not set rs->waiting_for_stop_reply back to 1.
1102
1103 2015-10-16 Aleksandar Ristovski <aristovski@qnx.com>
1104
1105 * nto-procfs.c (common/filestuff.h): Include.
1106 (procfs_can_use_hw_breakpoint): Fix enum name.
1107 (procfs_open_1): Fix compiler warning.
1108 (procfs_pidlist): Make static.
1109 (procfs_meminfo): Make static, fix type name, add missing argument.
1110 (procfs_store_registers): Make static.
1111 (procfs_thread_info): Remove unused function.
1112 (_initialize_procfs): Forward declare.
1113
1114 2015-10-16 Yao Qi <yao.qi@arm.com>
1115
1116 * MAINTAINERS: Update my email address.
1117
1118 2015-10-15 Yao Qi <yao.qi@linaro.org>
1119
1120 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint):
1121 Call gdbarch_breakpoint_from_pc to instruction length.
1122 (aarch64_linux_remove_hw_breakpoint): Likewise.
1123 * common/common-regcache.h (regcache_register_size): Declare.
1124 * nat/aarch64-linux-hw-point.c: Include "common-regcache.h".
1125 (aarch64_point_is_aligned): Set alignment to 2 for breakpoint if
1126 the process is 32bit, otherwise set alignment to 4.
1127 (aarch64_handle_breakpoint): Update comments.
1128 * regcache.c (regcache_register_size): New function.
1129
1130 2015-10-15 Aleksandar Ristovski <aristovski@qnx.com>
1131
1132 * gdbarch.sh (core_regset_section): Remove.
1133 * gdbarch.h: Regenerate.
1134
1135 2015-10-14 Yao Qi <yao.qi@linaro.org>
1136
1137 * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
1138 out of it.
1139 (enum aarch64_memory_operand_type): New.
1140
1141 2015-10-13 David Edelsohn <dje.gcc@gmail.com>
1142
1143 * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp.
1144
1145 2015-10-13 Pedro Alves <palves@redhat.com>
1146
1147 * ada-lang.c (ada_enum_name): Constify local.
1148 * ada-typeprint.c (print_range_bound): Constify locals.
1149 * c-varobj.c (c_describe_child): Likewise.
1150 * cli/cli-setshow.c (do_set_command): Likewise.
1151 * gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
1152 * dwarf2read.c (find_file_and_directory): Likewise.
1153 (anonymous_struct_prefix, dwarf2_name): Likewise.
1154 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
1155 * go-lang.c (unpack_mangled_go_symbol): Likewise.
1156 * jv-typeprint.c (java_type_print_base): Likewise.
1157 * ser-tcp.c (net_open): Likewise.
1158 * symfile.c (deduce_language_from_filename): Likewise.
1159 * symtab.c (gdb_mangle_name): Likewise.
1160 * tui/tui-io.c (tui_redisplay_readline): Likewise.
1161
1162 2015-10-13 Pedro Alves <palves@redhat.com>
1163
1164 * infrun.c (restore_execution_direction): New function.
1165 (fetch_inferior_event): Use it instead of
1166 make_cleanup_restore_integer.
1167 (execution_direction): Change type to enum
1168 exec_direction_kind.
1169 * infrun.h (execution_direction): Likewise.
1170
1171 2015-10-13 Pedro Alves <palves@redhat.com>
1172
1173 * ada-lang.c (ada_value_primitive_packed_val): Constify
1174 locals. Use value_contents_writeable. Remove casts.
1175
1176 2015-10-13 Pedro Alves <palves@redhat.com>
1177
1178 * ada-lang.c (ada_value_primitive_packed_val): Add casts to malloc
1179 and alloca calls.
1180
1181 2015-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1182
1183 * lm32-tdep.c (lm32_push_dummy_call): Replace call to
1184 write_memory with write_memory_unsigned_integer.
1185
1186 2015-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1187
1188 * solib-dsbt.c (cmp_name): Constify arguments.
1189 * solib-frv.c (cmp_name): Likewise.
1190 * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise.
1191 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise.
1192 (bfd_lookup_symbol_from_dyn_symtab): Likewise.
1193 (gdb_bfd_lookup_symbol): Likewise.
1194 * solib.h (gdb_bfd_lookup_symbol): Likewise.
1195 (gdb_bfd_lookup_symbol_from_symtab): Likewise.
1196
1197 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1198
1199 * stack.c (parse_frame_specification): Remove message parameter,
1200 replace with fixed string in function body, update function
1201 comment.
1202 (frame_info): Remove message to parse_frame_specification.
1203 (select_frame_command): Likewise.
1204
1205 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1206
1207 * stack.c (parse_frame_specification): Delete.
1208 (parse_frame_specification_1): Rename to
1209 parse_frame_specification.
1210 (frame_info): Use parse_frame_specification.
1211 (select_frame_command): Likewise.
1212 (return_command): Use select_frame and print_stack_frame rather
1213 than frame_command and select_frame_command.
1214 (func_command): Use get_current_frame rather than
1215 parse_frame_specification.
1216
1217 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1218
1219 * stack.c (func_command): Return early when there is no ARG
1220 string.
1221
1222 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1223
1224 * stack.c: Include safe-ctype.h not ctype.h.
1225 (parse_frame_specification): Use ISSPACE not isspace.
1226 (backtrace_command): Use TOLOWER not tolower.
1227
1228 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1229
1230 * mep-tdep.c (current_me_module): Add cast.
1231 (mep_gdbarch_init): Likewise.
1232
1233 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1234
1235 * m32c-tdep.c (m32c_move_reg_t): Replace with...
1236 (m32c_write_reg_t): ...this and...
1237 (m32c_read_reg_t): ...this.
1238 (struct m32c_reg): Update types of read and write.
1239 (m32c_raw_read): Change declaration type to m32c_read_reg_t and
1240 adjust definition.
1241 (m32c_banked_read): Likewise.
1242 (m32c_sb_read): Likewise.
1243 (m32c_part_read): Likewise.
1244 (m32c_cat_read): Likewise.
1245 (m32c_r3r2r1r0_read): Likewise.
1246 (m32c_raw_write): Change declaration type to m32c_write_reg_t
1247 and adjust definition.
1248 (m32c_banked_write): Likewise.
1249 (m32c_sb_write): Likewise.
1250 (m32c_part_write): Likewise.
1251 (m32c_cat_write): Likewise.
1252 (m32c_r3r2r1r0_write): Likewise.
1253
1254 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1255
1256 * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
1257
1258 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1259
1260 * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
1261 gdb_sys_no_syscall instead of -1.
1262
1263 2015-10-12 Yao Qi <yao.qi@linaro.org>
1264
1265 * NEWS: Mention the change.
1266
1267 2015-10-12 Yao Qi <yao.qi@linaro.org>
1268
1269 * arch/aarch64-insn.c (emit_load_store): Rename to ...
1270 (aarch64_emit_load_store): ... it. All callers updated.
1271
1272 2015-10-12 Yao Qi <yao.qi@linaro.org>
1273
1274 * arch/aarch64-insn.c (emit_insn): Rename to ...
1275 (aarch64_emit_insn): ... it. All callers updated.
1276
1277 2015-10-12 Yao Qi <yao.qi@linaro.org>
1278
1279 * aarch64-linux-tdep.c: Include arch-utils.h.
1280 (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
1281 set_gdbarch_displaced_step_copy_insn,
1282 set_gdbarch_displaced_step_fixup,
1283 set_gdbarch_displaced_step_free_closure,
1284 set_gdbarch_displaced_step_location,
1285 and set_gdbarch_displaced_step_hw_singlestep.
1286 * aarch64-tdep.c (struct displaced_step_closure): New.
1287 (struct aarch64_displaced_step_data): New.
1288 (aarch64_displaced_step_b): New function.
1289 (aarch64_displaced_step_b_cond): Likewise.
1290 (aarch64_register): Likewise.
1291 (aarch64_displaced_step_cb): Likewise.
1292 (aarch64_displaced_step_tb): Likewise.
1293 (aarch64_displaced_step_adr): Likewise.
1294 (aarch64_displaced_step_ldr_literal): Likewise.
1295 (aarch64_displaced_step_others): Likewise.
1296 (aarch64_displaced_step_copy_insn): Likewise.
1297 (aarch64_displaced_step_fixup): Likewise.
1298 (aarch64_displaced_step_hw_singlestep): Likewise.
1299 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
1300 (aarch64_displaced_step_copy_insn): Declare.
1301 (aarch64_displaced_step_fixup): Declare.
1302 (aarch64_displaced_step_hw_singlestep): Declare.
1303 * arch/aarch64-insn.c (emit_insn): Moved from
1304 gdbserver/linux-aarch64-low.c.
1305 (emit_load_store): Likewise.
1306 * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
1307 gdbserver/linux-aarch64-low.c.
1308 (struct aarch64_register): Likewise.
1309 (struct aarch64_memory_operand): Likewise.
1310 (ENCODE): Likewise.
1311 (can_encode_int32): New macro.
1312 (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
1313 (emit_tb, emit_nop): Likewise.
1314 (emit_insn): Declare.
1315 (emit_load_store): Declare.
1316
1317 2015-10-12 Yao Qi <yao.qi@linaro.org>
1318
1319 * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
1320 gdbserver/linux-aarch64-low.c.
1321 (aarch64_relocate_instruction): Likewise.
1322 * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
1323 (struct aarch64_insn_data): Moved from
1324 gdbserver/linux-aarch64-low.c.
1325 (struct aarch64_insn_visitor): Likewise.
1326 (aarch64_relocate_instruction): Declare.
1327
1328 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
1329
1330 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
1331 EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
1332 to the returned value.
1333
1334 2015-10-09 Joel Brobecker <brobecker@adacore.com>
1335
1336 * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
1337 is large enough for BIT_SIZE. Update function comment.
1338
1339 2015-10-09 Joel Brobecker <brobecker@adacore.com>
1340
1341 * ada-lang.c (ada_value_primitive_packed_val): Move
1342 src_len variable to local block where used. Override
1343 BIT_SIZE if bigger than size of resolved type.
1344
1345 2015-10-09 Joel Brobecker <brobecker@adacore.com>
1346
1347 * gdbtypes.h (is_scalar_type): Add extern declaration.
1348 * gdbtypes.c (is_scalar_type): Make non-static.
1349 * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
1350 to compute IS_SCALAR instead of doing it ourselves.
1351
1352 2015-10-09 Joel Brobecker <brobecker@adacore.com>
1353
1354 * ada-lang.c (ada_value_primitive_packed_val): Rework handling
1355 of case where TYPE is dynamic.
1356
1357 2015-10-09 Joel Brobecker <brobecker@adacore.com>
1358
1359 * ada-lang.c (ada_unpack_from_contents): New function,
1360 extracted from ada_value_primitive_packed_val.
1361 (ada_value_primitive_packed_val): Replace extracted out code
1362 by call to ada_unpack_from_contents.
1363
1364 2015-10-09 Joel Brobecker <brobecker@adacore.com>
1365
1366 * ada-lang.c (ada_value_primitive_packed_val): Reorder local
1367 variable declarations.
1368
1369 2015-10-09 Joel Brobecker <brobecker@adacore.com>
1370
1371 * ada-lang.c (ada_value_primitive_packed_val): Change the type
1372 of local variables src and unpacked to "gdb_type *" instead of
1373 "unsigned char *".
1374
1375 2015-10-09 Joel Brobecker <brobecker@adacore.com>
1376
1377 * ada-lang.c (ada_value_primitive_packed_val): Make the name
1378 of various local variables more explicit and consistent.
1379 No real code change otherwise.
1380
1381 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
1382
1383 * i386-tdep.h (struct gdbarch_tdep): Change type of
1384 register_reggroup_p to gdbarch_register_reggroup_p_ftype.
1385
1386 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
1387
1388 * cris-tdep.c (struct instruction_environment): Change type of
1389 byte_order to enum bfd_endian.
1390
1391 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
1392
1393 * arm-linux-tdep.c (arm_canonicalize_syscall): Add
1394 enum gdb_syscall casts.
1395
1396 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
1397
1398 * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
1399 * arm-tdep.c (struct stack_item): Likewise.
1400 (push_stack_item): Add gdb_byte* cast.
1401 * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
1402 (push_stack_item): Add gdb_byte* cast.
1403 * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
1404 and add cast.
1405 * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
1406 (push_stack_item): Add gdb_byte* cast.
1407 * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
1408 add cast.
1409 * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
1410 gdb_byte*.
1411 * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
1412 gdb_byte* and remove unnecessary cast.
1413 (h8300h_extract_return_value): Likewise.
1414 (h8300_store_return_value): Change type of valbuf to gdb_byte*.
1415 (h8300h_store_return_value): Likewise.
1416 * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
1417 gdb_byte* and remove unnecessary cast.
1418 * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
1419 and add cast.
1420 * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
1421 gdb_byte* and remove unnecessary cast.
1422 (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
1423 valbuf.
1424 * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
1425 (mep_pseudo_cr64_read): Likewise.
1426 (mep_pseudo_csr_write): Likewise.
1427 (mep_pseudo_cr32_write): Likewise.
1428 (mep_pseudo_cr64_write): Likewise.
1429 * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
1430 gdb_byte* and add cast.
1431 * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
1432 gdb_byte* and remove unnecessary cast.
1433 (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
1434 valbuf.
1435 * p-valprint.c (print_scalar_formatted): Change type of valaddr to
1436 gdb_byte*.
1437 * printcmd.c (void): Likewise.
1438 * python/py-inferior.c (infpy_read_memory): Change type of buffer to
1439 gdb_byte* and add cast.
1440 (infpy_write_memory): Likewise.
1441 (infpy_search_memory): Likewise.
1442 * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
1443 and add cast.
1444 (regcache_raw_write_unsigned): Likewise.
1445 (regcache_cooked_write_signed): Likewise.
1446 (regcache_cooked_write_unsigned): Likewise.
1447 * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
1448 gdb_byte*.
1449
1450 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
1451
1452 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
1453 * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
1454
1455 2015-10-09 Eli Zaretskii <eliz@gnu.org>
1456
1457 * stack.c (print_stack_frame):
1458 * utils.c (printchar): Fix typos in commentary.
1459
1460 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
1461
1462 * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
1463 (PostfixExpression): Support `expr.sizeof' expressions.
1464 (PrimaryExpression): Support `typeof(expr)' expressions.
1465
1466 2015-10-08 Maciej W. Rozycki <macro@imgtec.com>
1467
1468 * MAINTAINERS: Update my email address.
1469
1470 2015-10-08 Markus Metzger <markus.t.metzger@intel.com>
1471
1472 * record-btrace.c (record_btrace_resume): Fix void return.
1473
1474 2015-10-07 Yao Qi <yao.qi@linaro.org>
1475
1476 * aarch64-tdep.c: Include opcode/aarch64.h.
1477 (submask): Move it above.
1478 (bit): Likewise.
1479 (bits): Likewise.
1480 (aarch64_software_single_step): Call aarch64_decode_insn.
1481 Decode instruction by aarch64_inst instead of using
1482 aarch64_decode_bcond and decode_masked_match.
1483
1484 2015-10-06 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
1485
1486 * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
1487 only when the file is binary.
1488
1489 2015-10-02 James Bowman <james.bowman@ftdichip.com>
1490
1491 * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
1492 subroutine handling.
1493
1494 2015-10-01 Simon Marchi <simon.marchi@ericsson.com>
1495
1496 * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
1497
1498 2015-09-30 Doug Evans <dje@google.com>
1499
1500 * dwarf2read.c (setup_type_unit_groups): Add comment.
1501
1502 2015-09-30 Pedro Alves <palves@redhat.com>
1503
1504 * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
1505 * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
1506 (x86_linux_create_target): Don't install
1507 x86_linux_always_non_stop_p.
1508
1509 2015-09-30 Don Breazeal <donb@codesourcery.com>
1510
1511 * remote.c (remote_parse_stop_reply): Call strprefix instead
1512 of strncmp.
1513
1514 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
1515
1516 * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
1517 * gdbarch.h: Regenerate.
1518 * i386-tdep.c (i386_gdbarch_init): Remove cast to
1519 struct gdbarch_tdep_info *.
1520 * mips-tdep.c (mips_gdbarch_init): Likewise.
1521 * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
1522 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
1523 * spu-multiarch.c (spu_gdbarch): Likewise.
1524
1525 2015-09-30 Kevin Buettner <kevinb@redhat.com>
1526
1527 * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
1528 record a NULL value.
1529
1530 2015-09-29 Kevin Buettner <kevinb@redhat.com>
1531
1532 * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
1533 and union arguments the same as pointer arguments when determining
1534 size of argument.
1535
1536 2015-09-29 James Bowman <james.bowman@ftdichip.com>
1537
1538 * ft32-tdep.c: #include "opcode/ft32.h".
1539 Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
1540 (ft32_analyze_prologue): Use FT32_* macros.
1541
1542 2015-09-28 Simon Marchi <simon.marchi@ericsson.com>
1543
1544 * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
1545 comment.
1546
1547 2015-09-28 Doug Evans <dje@google.com>
1548
1549 * MAINTAINERS: Add Iain Buclaw as D language maintainer.
1550
1551 2015-09-28 Doug Evans <dje@google.com>
1552
1553 * common/filestuff.c (make_cleanup_close): Update comment.
1554
1555 2015-09-26 Simon Marchi <simon.marchi@polymtl.ca>
1556
1557 * btrace.c (parse_xml_btrace_block): Fix cast of
1558 xml_find_attribute's return value.
1559 * memory-map.c (memory_map_start_memory): Likewise.
1560 * solib-svr4.c (library_list_start_library): Likewise.
1561 * solib-target.c (library_list_start_segment): Likewise.
1562 (library_list_start_section): Likewise.
1563 * tracepoint.c (traceframe_info_start_memory): Likewise.
1564
1565 2015-09-26 Iain Buclaw <ibuclaw@gdcproject.org>
1566
1567 * d-namespace.c (d_lookup_symbol): New arg langdef.
1568 All callers updated. Support looking up symbol as a primitive type.
1569 (lookup_module_scope): New arg langdef. All callers updated.
1570 Call d_lookup_symbol directly for simple bare symbols.
1571
1572 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1573
1574 * macrocmd.c (print_macro_callback): Add cast(s).
1575 * macrotab.c (macro_bcache_str): Likewise.
1576 (new_macro_definition): Likewise.
1577 * main.c (captured_main): Likewise.
1578 * maint.c (print_bfd_section_info): Likewise.
1579 * mdebugread.c (mdebug_build_psymtabs): Likewise.
1580 (basic_type): Likewise.
1581 * memattr.c (mem_region_cmp): Likewise.
1582 * memory-map.c (memory_map_start_memory): Likewise.
1583 (memory_map_end_memory): Likewise.
1584 (memory_map_start_property): Likewise.
1585 (memory_map_end_property): Likewise.
1586 (clear_result): Likewise.
1587 * memrange.c (compare_mem_ranges): Likewise.
1588 * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
1589 * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
1590 * mi/mi-console.c (mi_console_file_delete): Likewise.
1591 (mi_console_file_fputs): Likewise.
1592 (mi_console_raw_packet): Likewise.
1593 (mi_console_file_flush): Likewise.
1594 (mi_console_set_raw): Likewise.
1595 * mi/mi-interp.c (mi_interpreter_resume): Likewise.
1596 (mi_new_thread): Likewise.
1597 (mi_thread_exit): Likewise.
1598 (mi_record_changed): Likewise.
1599 (mi_inferior_added): Likewise.
1600 (mi_inferior_appeared): Likewise.
1601 (mi_inferior_exit): Likewise.
1602 (mi_inferior_removed): Likewise.
1603 (mi_interp_data): Likewise.
1604 (mi_on_normal_stop): Likewise.
1605 (mi_traceframe_changed): Likewise.
1606 (mi_tsv_created): Likewise.
1607 (mi_tsv_deleted): Likewise.
1608 (mi_tsv_modified): Likewise.
1609 (mi_breakpoint_created): Likewise.
1610 (mi_breakpoint_deleted): Likewise.
1611 (mi_breakpoint_modified): Likewise.
1612 (mi_output_running_pid): Likewise.
1613 (mi_inferior_count): Likewise.
1614 (mi_solib_loaded): Likewise.
1615 (mi_solib_unloaded): Likewise.
1616 (mi_command_param_changed): Likewise.
1617 (mi_memory_changed): Likewise.
1618 (report_initial_inferior): Likewise.
1619 (mi_ui_out): Likewise.
1620 (mi_set_logging): Likewise.
1621 * mi/mi-main.c (collect_cores): Likewise.
1622 (print_one_inferior): Likewise.
1623 (free_vector_of_ints): Likewise.
1624 (free_splay_tree): Likewise.
1625 (mi_execute_command): Likewise.
1626 * mi/mi-out.c (mi_table_body): Likewise.
1627 (mi_table_end): Likewise.
1628 (mi_table_header): Likewise.
1629 (mi_begin): Likewise.
1630 (mi_end): Likewise.
1631 (mi_field_int): Likewise.
1632 (mi_field_string): Likewise.
1633 (mi_field_fmt): Likewise.
1634 (mi_flush): Likewise.
1635 (mi_redirect): Likewise.
1636 (field_separator): Likewise.
1637 (mi_open): Likewise.
1638 (mi_close): Likewise.
1639 (mi_out_buffered): Likewise.
1640 (mi_out_rewind): Likewise.
1641 (mi_out_put): Likewise.
1642 (mi_version): Likewise.
1643 (mi_out_data_dtor): Likewise.
1644 * mi/mi-parse.c (mi_parse_cleanup): Likewise.
1645 * microblaze-tdep.c (microblaze_frame_cache): Likewise.
1646 * minidebug.c (lzma_open): Likewise.
1647 (lzma_pread): Likewise.
1648 (lzma_close): Likewise.
1649 (lzma_stat): Likewise.
1650 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
1651 * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
1652 (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
1653 * mips-tdep.c (mips_insn16_frame_cache): Likewise.
1654 (mips_micro_frame_cache): Likewise.
1655 (mips_insn32_frame_cache): Likewise.
1656 (mips_stub_frame_cache): Likewise.
1657 (gdb_print_insn_mips): Likewise.
1658 (value_of_mips_user_reg): Likewise.
1659 (mips_gdbarch_init): Likewise.
1660 * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
1661 * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
1662 (mipsnbsd_supply_gregset): Likewise.
1663 * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
1664 (am33_collect_gregset_method): Likewise.
1665 (am33_collect_fpregset_method): Likewise.
1666 * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
1667 * moxie-tdep.c (moxie_frame_cache): Likewise.
1668 * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
1669 (msp430_analyze_frame_prologue): Likewise.
1670 * mt-tdep.c (mt_frame_unwind_cache): Likewise.
1671 * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
1672 (nios2_collect_gregset): Likewise.
1673 * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
1674 (nios2_stub_frame_cache): Likewise.
1675 * objc-lang.c (find_methods): Likewise.
1676 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1677 (get_objfile_pspace_data): Likewise.
1678 (get_objfile_bfd_data): Likewise.
1679 (objfile_bfd_data_free): Likewise.
1680 (add_to_objfile_sections): Likewise.
1681 (do_free_objfile_cleanup): Likewise.
1682 (resume_section_map_updates_cleanup): Likewise.
1683 * opencl-lang.c (builtin_opencl_type): Likewise.
1684 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
1685 * osdata.c (osdata_start_osdata): Likewise.
1686 (osdata_start_item): Likewise.
1687 (osdata_start_column): Likewise.
1688 (osdata_end_column): Likewise.
1689 (clear_parsing_data): Likewise.
1690 (osdata_free_cleanup): Likewise.
1691 * parse.c (type_stack_cleanup): Likewise.
1692 (exp_uses_objfile_iter): Likewise.
1693 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
1694 (ppc_linux_collect_gregset): Likewise.
1695 (ppu2spu_prev_arch): Likewise.
1696 (ppu2spu_this_id): Likewise.
1697 (ppu2spu_prev_register): Likewise.
1698 (ppu2spu_unwind_register): Likewise.
1699 (ppu2spu_sniffer): Likewise.
1700 (ppu2spu_dealloc_cache): Likewise.
1701 (ppc_linux_init_abi): Likewise.
1702 * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
1703 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
1704 * progspace.c (restore_program_space): Likewise.
1705 * psymtab.c (find_pc_sect_psymtab): Likewise.
1706 (compare_psymbols): Likewise.
1707 (psymbol_bcache_full): Likewise.
1708 (allocate_psymtab): Likewise.
1709 (discard_psymtabs_upto): Likewise.
1710 * python/py-block.c (set_block): Likewise.
1711 (del_objfile_blocks): Likewise.
1712 * python/py-breakpoint.c (build_bp_list): Likewise.
1713 * python/py-inferior.c (inferior_to_inferior_object): Likewise.
1714 (build_inferior_list): Likewise.
1715 (py_free_inferior): Likewise.
1716 * python/py-objfile.c (py_free_objfile): Likewise.
1717 (objfile_to_objfile_object): Likewise.
1718 * python/py-prettyprint.c (py_restore_tstate): Likewise.
1719 * python/py-progspace.c (py_free_pspace): Likewise.
1720 (pspace_to_pspace_object): Likewise.
1721 * python/py-symbol.c (set_symbol): Likewise.
1722 (del_objfile_symbols): Likewise.
1723 * python/py-symtab.c (set_sal): Likewise.
1724 (set_symtab): Likewise.
1725 (del_objfile_symtab): Likewise.
1726 (del_objfile_sal): Likewise.
1727 * python/py-type.c (save_objfile_types): Likewise.
1728 (set_type): Likewise.
1729 * python/py-unwind.c (pyuw_prev_register): Likewise.
1730 (pyuw_on_new_gdbarch): Likewise.
1731 * python/py-utils.c (py_decref): Likewise.
1732 (py_xdecref): Likewise.
1733 (gdb_py_generic_dict): Likewise.
1734 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
1735 (gdbpy_clone_xmethod_worker_data): Likewise.
1736 (gdbpy_get_xmethod_arg_types): Likewise.
1737 (gdbpy_get_xmethod_result_type): Likewise.
1738 (gdbpy_invoke_xmethod): Likewise.
1739 * python/python.c (gdbpy_apply_type_printers): Likewise.
1740 (gdbpy_free_type_printers): Likewise.
1741 * record-btrace.c (record_btrace_disable_callback): Likewise.
1742 (bfcache_hash): Likewise.
1743 (bfcache_eq): Likewise.
1744 (btrace_get_frame_function): Likewise.
1745 (record_btrace_frame_unwind_stop_reason): Likewise.
1746 (record_btrace_frame_this_id): Likewise.
1747 (record_btrace_frame_prev_register): Likewise.
1748 (record_btrace_frame_dealloc_cache): Likewise.
1749 * record-full.c (record_full_message_wrapper): Likewise.
1750 (record_full_save_cleanups): Likewise.
1751 * regcache.c (regcache_descr): Likewise.
1752 (do_regcache_xfree): Likewise.
1753 (do_regcache_invalidate): Likewise.
1754 (do_cooked_read): Likewise.
1755 (regcache_transfer_regset): Likewise.
1756 * reggroups.c (reggroup_add): Likewise.
1757 (reggroup_next): Likewise.
1758 (reggroup_prev): Likewise.
1759 * remote-fileio.c (do_remote_fileio_request): Likewise.
1760 * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
1761 (do_notif_event_xfree): Likewise.
1762 * remote.c (get_remote_arch_state): Likewise.
1763 (remote_pspace_data_cleanup): Likewise.
1764 (get_remote_exec_file): Likewise.
1765 (set_pspace_remote_exec_file): Likewise.
1766 (compare_pnums): Likewise.
1767 (clear_threads_listing_context): Likewise.
1768 (remote_newthread_step): Likewise.
1769 (start_thread): Likewise.
1770 (end_thread): Likewise.
1771 (remove_child_of_pending_fork): Likewise.
1772 (remove_stop_reply_for_inferior): Likewise.
1773 (remove_stop_reply_of_remote_state): Likewise.
1774 (remote_notif_remove_once_on_match): Likewise.
1775 (stop_reply_match_ptid_and_ws): Likewise.
1776 (kill_child_of_pending_fork): Likewise.
1777 (register_remote_g_packet_guess): Likewise.
1778 (remote_read_description_p): Likewise.
1779 (remote_read_description): Likewise.
1780 (free_actions_list_cleanup_wrapper): Likewise.
1781 (remote_async_serial_handler): Likewise.
1782 * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
1783 (rl78_analyze_frame_prologue): Likewise.
1784 * rs6000-tdep.c (ppc_supply_gregset): Likewise.
1785 (ppc_supply_fpregset): Likewise.
1786 (ppc_supply_vsxregset): Likewise.
1787 (ppc_supply_vrregset): Likewise.
1788 (ppc_collect_gregset): Likewise.
1789 (ppc_collect_fpregset): Likewise.
1790 (ppc_collect_vsxregset): Likewise.
1791 (ppc_collect_vrregset): Likewise.
1792 (e500_move_ev_register): Likewise.
1793 (do_regcache_raw_write): Likewise.
1794 (rs6000_frame_cache): Likewise.
1795 (rs6000_epilogue_frame_cache): Likewise.
1796 (rs6000_gdbarch_init): Likewise.
1797 * rx-tdep.c (rx_get_opcode_byte): Likewise.
1798 (rx_analyze_frame_prologue): Likewise.
1799 (rx_frame_type): Likewise.
1800 (rx_frame_sniffer_common): Likewise.
1801 * s390-linux-tdep.c (s390_check_for_saved): Likewise.
1802 (s390_frame_unwind_cache): Likewise.
1803 (s390_stub_frame_unwind_cache): Likewise.
1804 (s390_sigtramp_frame_unwind_cache): Likewise.
1805 * score-tdep.c (score_make_prologue_cache): Likewise.
1806 * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
1807 (sentinel_frame_prev_arch): Likewise.
1808 * ser-base.c (fd_event): Likewise.
1809 (push_event): Likewise.
1810 (ser_base_write): Likewise.
1811 * ser-pipe.c (pipe_close): Likewise.
1812 * serial.c (serial_write): Likewise.
1813 * sh-tdep.c (sh_frame_cache): Likewise.
1814 (sh_stub_this_id): Likewise.
1815 * sh64-tdep.c (sh64_frame_cache): Likewise.
1816 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
1817 (library_list_start_library): Likewise.
1818 (library_list_start_list): Likewise.
1819 (solib_aix_free_library_list): Likewise.
1820 * solib-darwin.c (get_darwin_info): Likewise.
1821 * solib-dsbt.c (get_dsbt_info): Likewise.
1822 * solib-spu.c (append_ocl_sos): Likewise.
1823 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1824 (get_svr4_info): Likewise.
1825 (library_list_start_library): Likewise.
1826 (svr4_library_list_start_list): Likewise.
1827 (hash_probe_and_action): Likewise.
1828 (equal_probe_and_action): Likewise.
1829 (svr4_update_solib_event_breakpoint): Likewise.
1830 (set_solib_svr4_fetch_link_map_offsets): Likewise.
1831 (svr4_fetch_link_map_offsets): Likewise.
1832 (svr4_have_link_map_offsets): Likewise.
1833 * solib-target.c (library_list_start_segment): Likewise.
1834 (library_list_start_section): Likewise.
1835 (library_list_start_library): Likewise.
1836 (library_list_end_library): Likewise.
1837 (library_list_start_list): Likewise.
1838 (solib_target_free_library_list): Likewise.
1839 * solib.c (solib_ops): Likewise.
1840 (set_solib_ops): Likewise.
1841 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
1842 * sparc-tdep.c (sparc_frame_cache): Likewise.
1843 (sparc32_frame_cache): Likewise.
1844 (sparc32_supply_gregset): Likewise.
1845 (sparc32_collect_gregset): Likewise.
1846 (sparc32_supply_fpregset): Likewise.
1847 (sparc32_collect_fpregset): Likewise.
1848 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
1849 * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
1850 (sparc64_collect_gregset): Likewise.
1851 (sparc64_supply_fpregset): Likewise.
1852 (sparc64_collect_fpregset): Likewise.
1853 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
1854 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
1855 * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
1856 (sparc64obsd_trapframe_cache): Likewise.
1857 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
1858 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
1859 * spu-multiarch.c (spu_gdbarch): Likewise.
1860 * spu-tdep.c (spu_frame_unwind_cache): Likewise.
1861 (spu2ppu_prev_arch): Likewise.
1862 (spu2ppu_this_id): Likewise.
1863 (spu2ppu_prev_register): Likewise.
1864 (spu2ppu_dealloc_cache): Likewise.
1865 (spu_dis_asm_print_address): Likewise.
1866 (gdb_print_insn_spu): Likewise.
1867 (spu_get_overlay_table): Likewise.
1868 * stabsread.c (rs6000_builtin_type): Likewise.
1869 * stack.c (do_print_variable_and_value): Likewise.
1870 * stap-probe.c (get_stap_base_address_1): Likewise.
1871 * symfile-debug.c (debug_qf_has_symbols): Likewise.
1872 (debug_qf_find_last_source_symtab): Likewise.
1873 (debug_qf_forget_cached_source_info): Likewise.
1874 (debug_qf_map_symtabs_matching_filename): Likewise.
1875 (debug_qf_lookup_symbol): Likewise.
1876 (debug_qf_print_stats): Likewise.
1877 (debug_qf_dump): Likewise.
1878 (debug_qf_relocate): Likewise.
1879 (debug_qf_expand_symtabs_for_function): Likewise.
1880 (debug_qf_expand_all_symtabs): Likewise.
1881 (debug_qf_expand_symtabs_with_fullname): Likewise.
1882 (debug_qf_map_matching_symbols): Likewise.
1883 (debug_qf_expand_symtabs_matching): Likewise.
1884 (debug_qf_find_pc_sect_compunit_symtab): Likewise.
1885 (debug_qf_map_symbol_filenames): Likewise.
1886 (debug_sym_get_probes): Likewise.
1887 (debug_sym_new_init): Likewise.
1888 (debug_sym_init): Likewise.
1889 (debug_sym_read): Likewise.
1890 (debug_sym_read_psymbols): Likewise.
1891 (debug_sym_finish): Likewise.
1892 (debug_sym_offsets): Likewise.
1893 (debug_sym_read_linetable): Likewise.
1894 (debug_sym_relocate): Likewise.
1895 (uninstall_symfile_debug_logging): Likewise.
1896 * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
1897 * symfile.c (place_section): Likewise.
1898 (add_section_size_callback): Likewise.
1899 (load_progress): Likewise.
1900 (load_section_callback): Likewise.
1901 (clear_memory_write_data): Likewise.
1902 (allocate_symtab): Likewise.
1903 * symmisc.c (maintenance_expand_file_matcher): Likewise.
1904 * symtab.c (lookup_symtab_callback): Likewise.
1905 (hash_demangled_name_entry): Likewise.
1906 (eq_demangled_name_entry): Likewise.
1907 (get_symbol_cache): Likewise.
1908 (symbol_cache_cleanup): Likewise.
1909 (set_symbol_cache_size): Likewise.
1910 (symbol_cache_flush): Likewise.
1911 (maintenance_print_symbol_cache): Likewise.
1912 (maintenance_print_symbol_cache_statistics): Likewise.
1913 (delete_filename_seen_cache): Likewise.
1914 (output_partial_symbol_filename): Likewise.
1915 (search_symbols_file_matches): Likewise.
1916 (search_symbols_name_matches): Likewise.
1917 (do_free_completion_list): Likewise.
1918 (maybe_add_partial_symtab_filename): Likewise.
1919 (get_main_info): Likewise.
1920 (main_info_cleanup): Likewise.
1921 * target-dcache.c (target_dcache_cleanup): Likewise.
1922 (target_dcache_init_p): Likewise.
1923 (target_dcache_invalidate): Likewise.
1924 (target_dcache_get): Likewise.
1925 (target_dcache_get_or_init): Likewise.
1926 * target-descriptions.c (target_find_description): Likewise.
1927 (tdesc_find_type): Likewise.
1928 (tdesc_data_cleanup): Likewise.
1929 (tdesc_find_arch_register): Likewise.
1930 (tdesc_register_name): Likewise.
1931 (tdesc_register_type): Likewise.
1932 (tdesc_register_reggroup_p): Likewise.
1933 (set_tdesc_pseudo_register_name): Likewise.
1934 (set_tdesc_pseudo_register_type): Likewise.
1935 (set_tdesc_pseudo_register_reggroup_p): Likewise.
1936 (tdesc_use_registers): Likewise.
1937 (free_target_description): Likewise.
1938 * target-memory.c (compare_block_starting_address): Likewise.
1939 (cleanup_request_data): Likewise.
1940 (cleanup_write_requests_vector): Likewise.
1941 * target.c (open_target): Likewise.
1942 (cleanup_restore_target_terminal): Likewise.
1943 (free_memory_read_result_vector): Likewise.
1944 * thread.c (disable_thread_stack_temporaries): Likewise.
1945 (finish_thread_state_cleanup): Likewise.
1946 (do_restore_current_thread_cleanup): Likewise.
1947 (restore_current_thread_cleanup_dtor): Likewise.
1948 (set_thread_refcount): Likewise.
1949 (tp_array_compar): Likewise.
1950 (do_captured_thread_select): Likewise.
1951 * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
1952 (tic6x_stub_this_id): Likewise.
1953 * tilegx-tdep.c (tilegx_frame_cache): Likewise.
1954 * top.c (do_restore_instream_cleanup): Likewise.
1955 (gdb_readline_wrapper_cleanup): Likewise.
1956 (kill_or_detach): Likewise.
1957 (print_inferior_quit_action): Likewise.
1958 * tracefile-tfile.c (match_blocktype): Likewise.
1959 (build_traceframe_info): Likewise.
1960 * tracefile.c (trace_file_writer_xfree): Likewise.
1961 * tracepoint.c (memrange_cmp): Likewise.
1962 (do_collect_symbol): Likewise.
1963 (do_clear_collection_list): Likewise.
1964 (do_restore_current_traceframe_cleanup): Likewise.
1965 (restore_current_traceframe_cleanup_dtor): Likewise.
1966 (free_current_marker): Likewise.
1967 (traceframe_info_start_memory): Likewise.
1968 (traceframe_info_start_tvar): Likewise.
1969 (free_result): Likewise.
1970 * tramp-frame.c (tramp_frame_cache): Likewise.
1971 * tui/tui-file.c (tui_file_delete): Likewise.
1972 (tui_fileopen): Likewise.
1973 (tui_sfileopen): Likewise.
1974 (tui_file_isatty): Likewise.
1975 (tui_file_rewind): Likewise.
1976 (tui_file_put): Likewise.
1977 (tui_file_fputs): Likewise.
1978 (tui_file_get_strbuf): Likewise.
1979 (tui_file_adjust_strbuf): Likewise.
1980 (tui_file_flush): Likewise.
1981 * tui/tui-layout.c (make_command_window): Likewise.
1982 (make_data_window): Likewise.
1983 (show_source_disasm_command): Likewise.
1984 (show_data): Likewise.
1985 (make_source_or_disasm_window): Likewise.
1986 (show_source_or_disasm_and_command): Likewise.
1987 * tui/tui-out.c (tui_field_int): Likewise.
1988 (tui_field_string): Likewise.
1989 (tui_field_fmt): Likewise.
1990 (tui_text): Likewise.
1991 * typeprint.c (hash_typedef_field): Likewise.
1992 (eq_typedef_field): Likewise.
1993 (do_free_typedef_hash): Likewise.
1994 (copy_typedef_hash_element): Likewise.
1995 (do_free_global_table): Likewise.
1996 (find_global_typedef): Likewise.
1997 (find_typedef_in_hash): Likewise.
1998 * ui-file.c (ui_file_write_for_put): Likewise.
1999 (do_ui_file_xstrdup): Likewise.
2000 (mem_file_delete): Likewise.
2001 (mem_file_rewind): Likewise.
2002 (mem_file_put): Likewise.
2003 (mem_file_write): Likewise.
2004 (stdio_file_delete): Likewise.
2005 (stdio_file_flush): Likewise.
2006 (stdio_file_read): Likewise.
2007 (stdio_file_write): Likewise.
2008 (stdio_file_write_async_safe): Likewise.
2009 (stdio_file_fputs): Likewise.
2010 (stdio_file_isatty): Likewise.
2011 (stdio_file_fseek): Likewise.
2012 (tee_file_delete): Likewise.
2013 (tee_file_flush): Likewise.
2014 (tee_file_write): Likewise.
2015 (tee_file_fputs): Likewise.
2016 (tee_file_isatty): Likewise.
2017 * ui-out.c (do_cleanup_table_end): Likewise.
2018 (do_cleanup_end): Likewise.
2019 * user-regs.c (user_reg_add): Likewise.
2020 (user_reg_map_name_to_regnum): Likewise.
2021 (usernum_to_user_reg): Likewise.
2022 (maintenance_print_user_registers): Likewise.
2023 * utils.c (do_bfd_close_cleanup): Likewise.
2024 (do_fclose_cleanup): Likewise.
2025 (do_obstack_free): Likewise.
2026 (do_ui_file_delete): Likewise.
2027 (do_ui_out_redirect_pop): Likewise.
2028 (do_free_section_addr_info): Likewise.
2029 (restore_integer): Likewise.
2030 (do_unpush_target): Likewise.
2031 (do_htab_delete_cleanup): Likewise.
2032 (do_restore_ui_file): Likewise.
2033 (do_value_free): Likewise.
2034 (do_free_so): Likewise.
2035 (free_current_contents): Likewise.
2036 (do_regfree_cleanup): Likewise.
2037 (core_addr_hash): Likewise.
2038 (core_addr_eq): Likewise.
2039 (do_free_char_ptr_vec): Likewise.
2040 * v850-tdep.c (v850_frame_cache): Likewise.
2041 * varobj.c (do_free_variable_cleanup): Likewise.
2042 * vax-tdep.c (vax_supply_gregset): Likewise.
2043 (vax_frame_cache): Likewise.
2044 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
2045 * xml-support.c (gdb_xml_body_text): Likewise.
2046 (gdb_xml_values_cleanup): Likewise.
2047 (gdb_xml_start_element): Likewise.
2048 (gdb_xml_start_element_wrapper): Likewise.
2049 (gdb_xml_end_element): Likewise.
2050 (gdb_xml_end_element_wrapper): Likewise.
2051 (gdb_xml_cleanup): Likewise.
2052 (gdb_xml_fetch_external_entity): Likewise.
2053 (gdb_xml_parse_attr_enum): Likewise.
2054 (xinclude_start_include): Likewise.
2055 (xinclude_end_include): Likewise.
2056 (xml_xinclude_default): Likewise.
2057 (xml_xinclude_start_doctype): Likewise.
2058 (xml_xinclude_end_doctype): Likewise.
2059 (xml_xinclude_cleanup): Likewise.
2060 (xml_fetch_content_from_file): Likewise.
2061 * xml-syscall.c (free_syscalls_info): Likewise.
2062 (syscall_start_syscall): Likewise.
2063 * xml-tdesc.c (tdesc_end_arch): Likewise.
2064 (tdesc_end_osabi): Likewise.
2065 (tdesc_end_compatible): Likewise.
2066 (tdesc_start_target): Likewise.
2067 (tdesc_start_feature): Likewise.
2068 (tdesc_start_reg): Likewise.
2069 (tdesc_start_union): Likewise.
2070 (tdesc_start_struct): Likewise.
2071 (tdesc_start_flags): Likewise.
2072 (tdesc_start_field): Likewise.
2073 (tdesc_start_vector): Likewise.
2074 (fetch_available_features_from_target): Likewise.
2075 * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
2076 * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
2077 (xtensa_frame_cache): Likewise.
2078 (xtensa_frame_prev_register): Likewise.
2079 (xtensa_extract_return_value): Likewise.
2080
2081 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2082
2083 * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
2084 (aarch64_make_stub_cache): Likewise.
2085 (value_of_aarch64_user_reg): Likewise.
2086 * ada-lang.c (ada_inferior_data_cleanup): Likewise.
2087 (get_ada_inferior_data): Likewise.
2088 (get_ada_pspace_data): Likewise.
2089 (ada_pspace_data_cleanup): Likewise.
2090 (ada_complete_symbol_matcher): Likewise.
2091 (ada_exc_search_name_matches): Likewise.
2092 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
2093 (get_ada_tasks_inferior_data): Likewise.
2094 * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
2095 (splay_obstack_alloc): Likewise.
2096 (splay_obstack_free): Likewise.
2097 * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
2098 (alpha_linux_collect_gregset): Likewise.
2099 (alpha_linux_supply_fpregset): Likewise.
2100 (alpha_linux_collect_fpregset): Likewise.
2101 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
2102 * alpha-tdep.c (alpha_lds): Likewise.
2103 (alpha_sts): Likewise.
2104 (alpha_sigtramp_frame_unwind_cache): Likewise.
2105 (alpha_heuristic_frame_unwind_cache): Likewise.
2106 (alpha_supply_int_regs): Likewise.
2107 (alpha_fill_int_regs): Likewise.
2108 (alpha_supply_fp_regs): Likewise.
2109 (alpha_fill_fp_regs): Likewise.
2110 * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
2111 (alphanbsd_aout_supply_gregset): Likewise.
2112 (alphanbsd_supply_gregset): Likewise.
2113 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
2114 (amd64_x32_linux_init_abi): Likewise.
2115 * amd64-nat.c (amd64_supply_native_gregset): Likewise.
2116 (amd64_collect_native_gregset): Likewise.
2117 * amd64-tdep.c (amd64_frame_cache): Likewise.
2118 (amd64_sigtramp_frame_cache): Likewise.
2119 (amd64_epilogue_frame_cache): Likewise.
2120 (amd64_supply_fxsave): Likewise.
2121 (amd64_supply_xsave): Likewise.
2122 (amd64_collect_fxsave): Likewise.
2123 (amd64_collect_xsave): Likewise.
2124 * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
2125 * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
2126 * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
2127 (arm_linux_collect_gregset): Likewise.
2128 (arm_linux_supply_nwfpe): Likewise.
2129 (arm_linux_collect_nwfpe): Likewise.
2130 (arm_linux_supply_vfp): Likewise.
2131 (arm_linux_collect_vfp): Likewise.
2132 * arm-tdep.c (arm_find_mapping_symbol): Likewise.
2133 (arm_prologue_unwind_stop_reason): Likewise.
2134 (arm_prologue_this_id): Likewise.
2135 (arm_prologue_prev_register): Likewise.
2136 (arm_exidx_data_free): Likewise.
2137 (arm_find_exidx_entry): Likewise.
2138 (arm_stub_this_id): Likewise.
2139 (arm_m_exception_this_id): Likewise.
2140 (arm_m_exception_prev_register): Likewise.
2141 (arm_normal_frame_base): Likewise.
2142 (gdb_print_insn_arm): Likewise.
2143 (arm_objfile_data_free): Likewise.
2144 (arm_record_special_symbol): Likewise.
2145 (value_of_arm_user_reg): Likewise.
2146 * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
2147 (armbsd_supply_gregset): Likewise.
2148 * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
2149 (get_auto_load_pspace_data): Likewise.
2150 (hash_loaded_script_entry): Likewise.
2151 (eq_loaded_script_entry): Likewise.
2152 (clear_section_scripts): Likewise.
2153 (collect_matching_scripts): Likewise.
2154 * auxv.c (auxv_inferior_data_cleanup): Likewise.
2155 (get_auxv_inferior_data): Likewise.
2156 * avr-tdep.c (avr_frame_unwind_cache): Likewise.
2157 * ax-general.c (do_free_agent_expr_cleanup): Likewise.
2158 * bfd-target.c (target_bfd_xfer_partial): Likewise.
2159 (target_bfd_xclose): Likewise.
2160 (target_bfd_get_section_table): Likewise.
2161 * bfin-tdep.c (bfin_frame_cache): Likewise.
2162 * block.c (find_block_in_blockvector): Likewise.
2163 (call_site_for_pc): Likewise.
2164 (block_find_non_opaque_type_preferred): Likewise.
2165 * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
2166 (signal_catchpoint_remove_location): Likewise.
2167 (signal_catchpoint_breakpoint_hit): Likewise.
2168 (signal_catchpoint_print_one): Likewise.
2169 (signal_catchpoint_print_mention): Likewise.
2170 (signal_catchpoint_print_recreate): Likewise.
2171 * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
2172 * breakpoint.c (do_cleanup_counted_command_line): Likewise.
2173 (bp_location_compare_addrs): Likewise.
2174 (get_first_locp_gte_addr): Likewise.
2175 (check_tracepoint_command): Likewise.
2176 (do_map_commands_command): Likewise.
2177 (get_breakpoint_objfile_data): Likewise.
2178 (free_breakpoint_probes): Likewise.
2179 (do_captured_breakpoint_query): Likewise.
2180 (compare_breakpoints): Likewise.
2181 (bp_location_compare): Likewise.
2182 (bpstat_remove_breakpoint_callback): Likewise.
2183 (do_delete_breakpoint_cleanup): Likewise.
2184 * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
2185 (bsd_uthread_set_collect_uthread): Likewise.
2186 (bsd_uthread_activate): Likewise.
2187 (bsd_uthread_fetch_registers): Likewise.
2188 (bsd_uthread_store_registers): Likewise.
2189 * btrace.c (check_xml_btrace_version): Likewise.
2190 (parse_xml_btrace_block): Likewise.
2191 (parse_xml_btrace_pt_config_cpu): Likewise.
2192 (parse_xml_btrace_pt_raw): Likewise.
2193 (parse_xml_btrace_pt): Likewise.
2194 (parse_xml_btrace_conf_bts): Likewise.
2195 (parse_xml_btrace_conf_pt): Likewise.
2196 (do_btrace_data_cleanup): Likewise.
2197 * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
2198 * charset.c (cleanup_iconv): Likewise.
2199 (do_cleanup_iterator): Likewise.
2200 * cli-out.c (cli_uiout_dtor): Likewise.
2201 (cli_table_begin): Likewise.
2202 (cli_table_body): Likewise.
2203 (cli_table_end): Likewise.
2204 (cli_table_header): Likewise.
2205 (cli_begin): Likewise.
2206 (cli_end): Likewise.
2207 (cli_field_int): Likewise.
2208 (cli_field_skip): Likewise.
2209 (cli_field_string): Likewise.
2210 (cli_field_fmt): Likewise.
2211 (cli_spaces): Likewise.
2212 (cli_text): Likewise.
2213 (cli_message): Likewise.
2214 (cli_wrap_hint): Likewise.
2215 (cli_flush): Likewise.
2216 (cli_redirect): Likewise.
2217 (out_field_fmt): Likewise.
2218 (field_separator): Likewise.
2219 (cli_out_set_stream): Likewise.
2220 * cli/cli-cmds.c (compare_symtabs): Likewise.
2221 * cli/cli-dump.c (call_dump_func): Likewise.
2222 (restore_section_callback): Likewise.
2223 * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
2224 (do_restore_user_call_depth): Likewise.
2225 (do_free_command_lines_cleanup): Likewise.
2226 * coff-pe-read.c (get_section_vmas): Likewise.
2227 (pe_as16): Likewise.
2228 (pe_as32): Likewise.
2229 * coffread.c (coff_symfile_read): Likewise.
2230 * common/agent.c (agent_look_up_symbols): Likewise.
2231 * common/filestuff.c (do_close_cleanup): Likewise.
2232 * common/format.c (free_format_pieces_cleanup): Likewise.
2233 * common/vec.c (vec_o_reserve): Likewise.
2234 * compile/compile-c-support.c (print_one_macro): Likewise.
2235 * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
2236 (eq_symbol_error): Likewise.
2237 (del_symbol_error): Likewise.
2238 (error_symbol_once): Likewise.
2239 (gcc_convert_symbol): Likewise.
2240 (gcc_symbol_address): Likewise.
2241 (hash_symname): Likewise.
2242 (eq_symname): Likewise.
2243 * compile/compile-c-types.c (hash_type_map_instance): Likewise.
2244 (eq_type_map_instance): Likewise.
2245 (insert_type): Likewise.
2246 (convert_type): Likewise.
2247 * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
2248 (setup_sections): Likewise.
2249 (link_hash_table_free): Likewise.
2250 (copy_sections): Likewise.
2251 * compile/compile-object-run.c (do_module_cleanup): Likewise.
2252 * compile/compile.c (compile_print_value): Likewise.
2253 (do_rmdir): Likewise.
2254 (cleanup_compile_instance): Likewise.
2255 (cleanup_unlink_file): Likewise.
2256 * completer.c (free_completion_tracker): Likewise.
2257 * corelow.c (add_to_spuid_list): Likewise.
2258 * cp-namespace.c (reset_directive_searched): Likewise.
2259 * cp-support.c (reset_directive_searched): Likewise.
2260 * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
2261 (cris_frame_unwind_cache): Likewise.
2262 * d-lang.c (builtin_d_type): Likewise.
2263 * d-namespace.c (reset_directive_searched): Likewise.
2264 * dbxread.c (dbx_free_symfile_info): Likewise.
2265 (do_free_bincl_list_cleanup): Likewise.
2266 * disasm.c (hash_dis_line_entry): Likewise.
2267 (eq_dis_line_entry): Likewise.
2268 (dis_asm_print_address): Likewise.
2269 (fprintf_disasm): Likewise.
2270 (do_ui_file_delete): Likewise.
2271 * doublest.c (convert_floatformat_to_doublest): Likewise.
2272 * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
2273 (dummy_frame_prev_register): Likewise.
2274 (dummy_frame_this_id): Likewise.
2275 * dwarf2-frame-tailcall.c (cache_hash): Likewise.
2276 (cache_eq): Likewise.
2277 (cache_find): Likewise.
2278 (tailcall_frame_this_id): Likewise.
2279 (dwarf2_tailcall_prev_register_first): Likewise.
2280 (tailcall_frame_prev_register): Likewise.
2281 (tailcall_frame_dealloc_cache): Likewise.
2282 (tailcall_frame_prev_arch): Likewise.
2283 * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
2284 (dwarf2_frame_set_init_reg): Likewise.
2285 (dwarf2_frame_init_reg): Likewise.
2286 (dwarf2_frame_set_signal_frame_p): Likewise.
2287 (dwarf2_frame_signal_frame_p): Likewise.
2288 (dwarf2_frame_set_adjust_regnum): Likewise.
2289 (dwarf2_frame_adjust_regnum): Likewise.
2290 (clear_pointer_cleanup): Likewise.
2291 (dwarf2_frame_cache): Likewise.
2292 (find_cie): Likewise.
2293 (dwarf2_frame_find_fde): Likewise.
2294 * dwarf2expr.c (dwarf_expr_address_type): Likewise.
2295 (free_dwarf_expr_context_cleanup): Likewise.
2296 * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
2297 (locexpr_get_frame_base): Likewise.
2298 (loclist_find_frame_base_location): Likewise.
2299 (loclist_get_frame_base): Likewise.
2300 (dwarf_expr_dwarf_call): Likewise.
2301 (dwarf_expr_get_base_type): Likewise.
2302 (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
2303 (dwarf_expr_get_obj_addr): Likewise.
2304 (entry_data_value_coerce_ref): Likewise.
2305 (entry_data_value_copy_closure): Likewise.
2306 (entry_data_value_free_closure): Likewise.
2307 (get_frame_address_in_block_wrapper): Likewise.
2308 (dwarf2_evaluate_property): Likewise.
2309 (dwarf2_compile_property_to_c): Likewise.
2310 (needs_frame_read_addr_from_reg): Likewise.
2311 (needs_frame_get_reg_value): Likewise.
2312 (needs_frame_frame_base): Likewise.
2313 (needs_frame_frame_cfa): Likewise.
2314 (needs_frame_tls_address): Likewise.
2315 (needs_frame_dwarf_call): Likewise.
2316 (needs_dwarf_reg_entry_value): Likewise.
2317 (get_ax_pc): Likewise.
2318 (locexpr_read_variable): Likewise.
2319 (locexpr_read_variable_at_entry): Likewise.
2320 (locexpr_read_needs_frame): Likewise.
2321 (locexpr_describe_location): Likewise.
2322 (locexpr_tracepoint_var_ref): Likewise.
2323 (locexpr_generate_c_location): Likewise.
2324 (loclist_read_variable): Likewise.
2325 (loclist_read_variable_at_entry): Likewise.
2326 (loclist_describe_location): Likewise.
2327 (loclist_tracepoint_var_ref): Likewise.
2328 (loclist_generate_c_location): Likewise.
2329 * dwarf2read.c (line_header_hash_voidp): Likewise.
2330 (line_header_eq_voidp): Likewise.
2331 (dwarf2_has_info): Likewise.
2332 (dwarf2_get_section_info): Likewise.
2333 (locate_dwz_sections): Likewise.
2334 (hash_file_name_entry): Likewise.
2335 (eq_file_name_entry): Likewise.
2336 (delete_file_name_entry): Likewise.
2337 (dw2_setup): Likewise.
2338 (dw2_get_file_names_reader): Likewise.
2339 (dw2_find_pc_sect_compunit_symtab): Likewise.
2340 (hash_signatured_type): Likewise.
2341 (eq_signatured_type): Likewise.
2342 (add_signatured_type_cu_to_table): Likewise.
2343 (create_debug_types_hash_table): Likewise.
2344 (lookup_dwo_signatured_type): Likewise.
2345 (lookup_dwp_signatured_type): Likewise.
2346 (lookup_signatured_type): Likewise.
2347 (hash_type_unit_group): Likewise.
2348 (eq_type_unit_group): Likewise.
2349 (get_type_unit_group): Likewise.
2350 (process_psymtab_comp_unit_reader): Likewise.
2351 (sort_tu_by_abbrev_offset): Likewise.
2352 (process_skeletonless_type_unit): Likewise.
2353 (psymtabs_addrmap_cleanup): Likewise.
2354 (dwarf2_read_symtab): Likewise.
2355 (psymtab_to_symtab_1): Likewise.
2356 (die_hash): Likewise.
2357 (die_eq): Likewise.
2358 (load_full_comp_unit_reader): Likewise.
2359 (reset_die_in_process): Likewise.
2360 (free_cu_line_header): Likewise.
2361 (handle_DW_AT_stmt_list): Likewise.
2362 (hash_dwo_file): Likewise.
2363 (eq_dwo_file): Likewise.
2364 (hash_dwo_unit): Likewise.
2365 (eq_dwo_unit): Likewise.
2366 (create_dwo_cu_reader): Likewise.
2367 (create_dwo_unit_in_dwp_v1): Likewise.
2368 (create_dwo_unit_in_dwp_v2): Likewise.
2369 (lookup_dwo_unit_in_dwp): Likewise.
2370 (dwarf2_locate_dwo_sections): Likewise.
2371 (dwarf2_locate_common_dwp_sections): Likewise.
2372 (dwarf2_locate_v2_dwp_sections): Likewise.
2373 (hash_dwp_loaded_cutus): Likewise.
2374 (eq_dwp_loaded_cutus): Likewise.
2375 (lookup_dwo_cutu): Likewise.
2376 (abbrev_table_free_cleanup): Likewise.
2377 (dwarf2_free_abbrev_table): Likewise.
2378 (find_partial_die_in_comp_unit): Likewise.
2379 (free_line_header_voidp): Likewise.
2380 (follow_die_offset): Likewise.
2381 (follow_die_sig_1): Likewise.
2382 (free_heap_comp_unit): Likewise.
2383 (free_stack_comp_unit): Likewise.
2384 (dwarf2_free_objfile): Likewise.
2385 (per_cu_offset_and_type_hash): Likewise.
2386 (per_cu_offset_and_type_eq): Likewise.
2387 (get_die_type_at_offset): Likewise.
2388 (partial_die_hash): Likewise.
2389 (partial_die_eq): Likewise.
2390 (dwarf2_per_objfile_free): Likewise.
2391 (hash_strtab_entry): Likewise.
2392 (eq_strtab_entry): Likewise.
2393 (add_string): Likewise.
2394 (hash_symtab_entry): Likewise.
2395 (eq_symtab_entry): Likewise.
2396 (delete_symtab_entry): Likewise.
2397 (cleanup_mapped_symtab): Likewise.
2398 (add_indices_to_cpool): Likewise.
2399 (hash_psymtab_cu_index): Likewise.
2400 (eq_psymtab_cu_index): Likewise.
2401 (add_address_entry_worker): Likewise.
2402 (unlink_if_set): Likewise.
2403 (write_one_signatured_type): Likewise.
2404 (save_gdb_index_command): Likewise.
2405 * elfread.c (elf_symtab_read): Likewise.
2406 (elf_gnu_ifunc_cache_hash): Likewise.
2407 (elf_gnu_ifunc_cache_eq): Likewise.
2408 (elf_gnu_ifunc_record_cache): Likewise.
2409 (elf_gnu_ifunc_resolve_by_cache): Likewise.
2410 (elf_get_probes): Likewise.
2411 (probe_key_free): Likewise.
2412 * f-lang.c (builtin_f_type): Likewise.
2413 * frame-base.c (frame_base_append_sniffer): Likewise.
2414 (frame_base_set_default): Likewise.
2415 (frame_base_find_by_frame): Likewise.
2416 * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
2417 (frame_unwind_append_unwinder): Likewise.
2418 (frame_unwind_find_by_frame): Likewise.
2419 * frame.c (frame_addr_hash): Likewise.
2420 (frame_addr_hash_eq): Likewise.
2421 (frame_stash_find): Likewise.
2422 (do_frame_register_read): Likewise.
2423 (unwind_to_current_frame): Likewise.
2424 (frame_cleanup_after_sniffer): Likewise.
2425 * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
2426 * frv-tdep.c (frv_frame_unwind_cache): Likewise.
2427 * ft32-tdep.c (ft32_frame_cache): Likewise.
2428 * gcore.c (do_bfd_delete_cleanup): Likewise.
2429 (gcore_create_callback): Likewise.
2430 * gdb_bfd.c (hash_bfd): Likewise.
2431 (eq_bfd): Likewise.
2432 (gdb_bfd_open): Likewise.
2433 (free_one_bfd_section): Likewise.
2434 (gdb_bfd_ref): Likewise.
2435 (gdb_bfd_unref): Likewise.
2436 (get_section_descriptor): Likewise.
2437 (gdb_bfd_map_section): Likewise.
2438 (gdb_bfd_crc): Likewise.
2439 (gdb_bfd_mark_parent): Likewise.
2440 (gdb_bfd_record_inclusion): Likewise.
2441 (gdb_bfd_requires_relocations): Likewise.
2442 (print_one_bfd): Likewise.
2443 * gdbtypes.c (type_pair_hash): Likewise.
2444 (type_pair_eq): Likewise.
2445 (builtin_type): Likewise.
2446 (objfile_type): Likewise.
2447 * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
2448 (vtable_address_point_offset): Likewise.
2449 (gnuv3_get_vtable): Likewise.
2450 (hash_value_and_voffset): Likewise.
2451 (eq_value_and_voffset): Likewise.
2452 (compare_value_and_voffset): Likewise.
2453 (compute_vtable_size): Likewise.
2454 (gnuv3_get_typeid_type): Likewise.
2455 * go-lang.c (builtin_go_type): Likewise.
2456 * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
2457 (bkscm_eq_block_smob): Likewise.
2458 (bkscm_objfile_block_map): Likewise.
2459 (bkscm_del_objfile_blocks): Likewise.
2460 * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
2461 * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
2462 (gdbscm_disasm_print_address): Likewise.
2463 * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
2464 (frscm_eq_frame_smob): Likewise.
2465 (frscm_inferior_frame_map): Likewise.
2466 (frscm_del_inferior_frames): Likewise.
2467 * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
2468 * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
2469 (ofscm_objfile_smob_from_objfile): Likewise.
2470 * guile/scm-ports.c (ioscm_write): Likewise.
2471 (ioscm_file_port_delete): Likewise.
2472 (ioscm_file_port_rewind): Likewise.
2473 (ioscm_file_port_put): Likewise.
2474 (ioscm_file_port_write): Likewise.
2475 * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
2476 (psscm_pspace_smob_from_pspace): Likewise.
2477 * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
2478 (scscm_recording_unwind_handler): Likewise.
2479 (gdbscm_with_catch): Likewise.
2480 (scscm_call_0_body): Likewise.
2481 (scscm_call_1_body): Likewise.
2482 (scscm_call_2_body): Likewise.
2483 (scscm_call_3_body): Likewise.
2484 (scscm_call_4_body): Likewise.
2485 (scscm_apply_1_body): Likewise.
2486 (scscm_eval_scheme_string): Likewise.
2487 (gdbscm_safe_eval_string): Likewise.
2488 (scscm_source_scheme_script): Likewise.
2489 (gdbscm_safe_source_script): Likewise.
2490 * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
2491 (gdbscm_call_scm_from_stringn): Likewise.
2492 * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
2493 (syscm_eq_symbol_smob): Likewise.
2494 (syscm_get_symbol_map): Likewise.
2495 (syscm_del_objfile_symbols): Likewise.
2496 * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
2497 (stscm_eq_symtab_smob): Likewise.
2498 (stscm_objfile_symtab_map): Likewise.
2499 (stscm_del_objfile_symtabs): Likewise.
2500 * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
2501 (tyscm_eq_type_smob): Likewise.
2502 (tyscm_type_map): Likewise.
2503 (tyscm_copy_type_recursive): Likewise.
2504 (save_objfile_types): Likewise.
2505 * guile/scm-utils.c (extract_arg): Likewise.
2506 * h8300-tdep.c (h8300_frame_cache): Likewise.
2507 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
2508 * hppa-tdep.c (compare_unwind_entries): Likewise.
2509 (find_unwind_entry): Likewise.
2510 (hppa_frame_cache): Likewise.
2511 (hppa_stub_frame_unwind_cache): Likewise.
2512 * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
2513 * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
2514 (hppaobsd_supply_fpregset): Likewise.
2515 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2516 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
2517 * i386-tdep.c (i386_frame_cache): Likewise.
2518 (i386_epilogue_frame_cache): Likewise.
2519 (i386_sigtramp_frame_cache): Likewise.
2520 (i386_supply_gregset): Likewise.
2521 (i386_collect_gregset): Likewise.
2522 (i386_gdbarch_init): Likewise.
2523 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
2524 (i386obsd_trapframe_cache): Likewise.
2525 * i387-tdep.c (i387_supply_fsave): Likewise.
2526 (i387_collect_fsave): Likewise.
2527 (i387_supply_fxsave): Likewise.
2528 (i387_collect_fxsave): Likewise.
2529 (i387_supply_xsave): Likewise.
2530 (i387_collect_xsave): Likewise.
2531 * ia64-tdep.c (ia64_frame_cache): Likewise.
2532 (ia64_sigtramp_frame_cache): Likewise.
2533 * infcmd.c (attach_command_continuation): Likewise.
2534 (attach_command_continuation_free_args): Likewise.
2535 * inferior.c (restore_inferior): Likewise.
2536 (delete_thread_of_inferior): Likewise.
2537 * inflow.c (inflow_inferior_data_cleanup): Likewise.
2538 (get_inflow_inferior_data): Likewise.
2539 (inflow_inferior_exit): Likewise.
2540 * infrun.c (displaced_step_clear_cleanup): Likewise.
2541 (restore_current_uiout_cleanup): Likewise.
2542 (release_stop_context_cleanup): Likewise.
2543 (do_restore_infcall_suspend_state_cleanup): Likewise.
2544 (do_restore_infcall_control_state_cleanup): Likewise.
2545 (restore_inferior_ptid): Likewise.
2546 * inline-frame.c (block_starting_point_at): Likewise.
2547 * iq2000-tdep.c (iq2000_frame_cache): Likewise.
2548 * jit.c (get_jit_objfile_data): Likewise.
2549 (get_jit_program_space_data): Likewise.
2550 (jit_object_close_impl): Likewise.
2551 (jit_find_objf_with_entry_addr): Likewise.
2552 (jit_breakpoint_deleted): Likewise.
2553 (jit_unwind_reg_set_impl): Likewise.
2554 (jit_unwind_reg_get_impl): Likewise.
2555 (jit_dealloc_cache): Likewise.
2556 (jit_frame_sniffer): Likewise.
2557 (jit_frame_prev_register): Likewise.
2558 (jit_prepend_unwinder): Likewise.
2559 (jit_inferior_exit_hook): Likewise.
2560 (free_objfile_data): Likewise.
2561 * jv-lang.c (jv_per_objfile_free): Likewise.
2562 (get_dynamics_objfile): Likewise.
2563 (get_java_class_symtab): Likewise.
2564 (builtin_java_type): Likewise.
2565 * language.c (language_string_char_type): Likewise.
2566 (language_bool_type): Likewise.
2567 (language_lookup_primitive_type): Likewise.
2568 (language_lookup_primitive_type_as_symbol): Likewise.
2569 * linespec.c (hash_address_entry): Likewise.
2570 (eq_address_entry): Likewise.
2571 (iterate_inline_only): Likewise.
2572 (iterate_name_matcher): Likewise.
2573 (decode_line_2_compare_items): Likewise.
2574 (collect_one_symbol): Likewise.
2575 (compare_symbols): Likewise.
2576 (compare_msymbols): Likewise.
2577 (add_symtabs_to_list): Likewise.
2578 (collect_symbols): Likewise.
2579 (compare_msyms): Likewise.
2580 (add_minsym): Likewise.
2581 (cleanup_linespec_result): Likewise.
2582 * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
2583 * linux-nat.c (delete_lwp_cleanup): Likewise.
2584 (count_events_callback): Likewise.
2585 (select_event_lwp_callback): Likewise.
2586 (resume_stopped_resumed_lwps): Likewise.
2587 * linux-tdep.c (get_linux_gdbarch_data): Likewise.
2588 (invalidate_linux_cache_inf): Likewise.
2589 (get_linux_inferior_data): Likewise.
2590 (linux_find_memory_regions_thunk): Likewise.
2591 (linux_make_mappings_callback): Likewise.
2592 (linux_corefile_thread_callback): Likewise.
2593 (find_mapping_size): Likewise.
2594 * linux-thread-db.c (find_new_threads_callback): Likewise.
2595 * lm32-tdep.c (lm32_frame_cache): Likewise.
2596 * m2-lang.c (builtin_m2_type): Likewise.
2597 * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
2598 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
2599 (m32r_linux_supply_gregset): Likewise.
2600 (m32r_linux_collect_gregset): Likewise.
2601 * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
2602 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
2603 * m68k-tdep.c (m68k_frame_cache): Likewise.
2604 * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
2605 (m68kbsd_supply_gregset): Likewise.
2606 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
2607 * m88k-tdep.c (m88k_frame_cache): Likewise.
2608 (m88k_supply_gregset): Likewise.
2609
2610 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2611
2612 * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
2613 to allocation result assignment.
2614 * ada-exp.y (write_object_renaming): Likewise.
2615 (write_ambiguous_var): Likewise.
2616 (ada_nget_field_index): Likewise.
2617 (write_var_or_type): Likewise.
2618 * ada-lang.c (ada_decode_symbol): Likewise.
2619 (ada_value_assign): Likewise.
2620 (value_pointer): Likewise.
2621 (cache_symbol): Likewise.
2622 (add_nonlocal_symbols): Likewise.
2623 (ada_name_for_lookup): Likewise.
2624 (symbol_completion_add): Likewise.
2625 (ada_to_fixed_type_1): Likewise.
2626 (ada_get_next_arg): Likewise.
2627 (defns_collected): Likewise.
2628 * ada-lex.l (processId): Likewise.
2629 (processString): Likewise.
2630 * ada-tasks.c (read_known_tasks_array): Likewise.
2631 (read_known_tasks_list): Likewise.
2632 * ada-typeprint.c (decoded_type_name): Likewise.
2633 * addrmap.c (addrmap_mutable_create_fixed): Likewise.
2634 * amd64-tdep.c (amd64_push_arguments): Likewise.
2635 (amd64_displaced_step_copy_insn): Likewise.
2636 (amd64_classify_insn_at): Likewise.
2637 (amd64_relocate_instruction): Likewise.
2638 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
2639 * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
2640 (initialize_current_architecture): Likewise.
2641 * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
2642 * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
2643 * arm-tdep.c (arm_exidx_new_objfile): Likewise.
2644 (arm_push_dummy_call): Likewise.
2645 (extend_buffer_earlier): Likewise.
2646 (arm_adjust_breakpoint_address): Likewise.
2647 (arm_skip_stub): Likewise.
2648 * auto-load.c (filename_is_in_pattern): Likewise.
2649 (maybe_add_script_file): Likewise.
2650 (maybe_add_script_text): Likewise.
2651 (auto_load_objfile_script_1): Likewise.
2652 * auxv.c (ld_so_xfer_auxv): Likewise.
2653 * ax-general.c (new_agent_expr): Likewise.
2654 (grow_expr): Likewise.
2655 (ax_reg_mask): Likewise.
2656 * bcache.c (bcache_full): Likewise.
2657 * breakpoint.c (program_breakpoint_here_p): Likewise.
2658 * btrace.c (parse_xml_raw): Likewise.
2659 * build-id.c (build_id_to_debug_bfd): Likewise.
2660 * buildsym.c (end_symtab_with_blockvector): Likewise.
2661 * c-exp.y (string_exp): Likewise.
2662 (qualified_name): Likewise.
2663 (write_destructor_name): Likewise.
2664 (operator_stoken): Likewise.
2665 (parse_number): Likewise.
2666 (scan_macro_expansion): Likewise.
2667 (yylex): Likewise.
2668 (c_print_token): Likewise.
2669 * c-lang.c (c_get_string): Likewise.
2670 (emit_numeric_character): Likewise.
2671 * charset.c (wchar_iterate): Likewise.
2672 * cli/cli-cmds.c (complete_command): Likewise.
2673 (make_command): Likewise.
2674 * cli/cli-dump.c (restore_section_callback): Likewise.
2675 (restore_binary_file): Likewise.
2676 * cli/cli-interp.c (cli_interpreter_exec): Likewise.
2677 * cli/cli-script.c (execute_control_command): Likewise.
2678 * cli/cli-setshow.c (do_set_command): Likewise.
2679 * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
2680 (read_pe_exported_syms): Likewise.
2681 * coffread.c (coff_read_struct_type): Likewise.
2682 (coff_read_enum_type): Likewise.
2683 * common/btrace-common.c (btrace_data_append): Likewise.
2684 * common/buffer.c (buffer_grow): Likewise.
2685 * common/filestuff.c (gdb_fopen_cloexec): Likewise.
2686 * common/format.c (parse_format_string): Likewise.
2687 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
2688 * common/xml-utils.c (xml_escape_text): Likewise.
2689 * compile/compile-object-load.c (copy_sections): Likewise.
2690 (compile_object_load): Likewise.
2691 * compile/compile-object-run.c (compile_object_run): Likewise.
2692 * completer.c (filename_completer): Likewise.
2693 * corefile.c (read_memory_typed_address): Likewise.
2694 (write_memory_unsigned_integer): Likewise.
2695 (write_memory_signed_integer): Likewise.
2696 (complete_set_gnutarget): Likewise.
2697 * corelow.c (get_core_register_section): Likewise.
2698 * cp-name-parser.y (d_grab): Likewise.
2699 (allocate_info): Likewise.
2700 (cp_new_demangle_parse_info): Likewise.
2701 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
2702 (cp_lookup_symbol_in_namespace): Likewise.
2703 (lookup_namespace_scope): Likewise.
2704 (find_symbol_in_baseclass): Likewise.
2705 (cp_lookup_nested_symbol): Likewise.
2706 (cp_lookup_transparent_type_loop): Likewise.
2707 * cp-support.c (copy_string_to_obstack): Likewise.
2708 (make_symbol_overload_list): Likewise.
2709 (make_symbol_overload_list_namespace): Likewise.
2710 (make_symbol_overload_list_adl_namespace): Likewise.
2711 (first_component_command): Likewise.
2712 * cp-valprint.c (cp_print_value): Likewise.
2713 * ctf.c (ctf_xfer_partial): Likewise.
2714 * d-exp.y (StringExp): Likewise.
2715 * d-namespace.c (d_lookup_symbol_in_module): Likewise.
2716 (lookup_module_scope): Likewise.
2717 (find_symbol_in_baseclass): Likewise.
2718 (d_lookup_nested_symbol): Likewise.
2719 * dbxread.c (find_stab_function_addr): Likewise.
2720 (read_dbx_symtab): Likewise.
2721 (dbx_end_psymtab): Likewise.
2722 (cp_set_block_scope): Likewise.
2723 * dcache.c (dcache_alloc): Likewise.
2724 * demangle.c (_initialize_demangler): Likewise.
2725 * dicos-tdep.c (dicos_load_module_p): Likewise.
2726 * dictionary.c (dict_create_hashed_expandable): Likewise.
2727 (dict_create_linear_expandable): Likewise.
2728 (expand_hashtable): Likewise.
2729 (add_symbol_linear_expandable): Likewise.
2730 * dwarf2-frame.c (add_cie): Likewise.
2731 (add_fde): Likewise.
2732 (dwarf2_build_frame_info): Likewise.
2733 * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
2734 (dwarf_expr_fetch_address): Likewise.
2735 (add_piece): Likewise.
2736 (execute_stack_op): Likewise.
2737 * dwarf2loc.c (chain_candidate): Likewise.
2738 (dwarf_entry_parameter_to_value): Likewise.
2739 (read_pieced_value): Likewise.
2740 (write_pieced_value): Likewise.
2741 * dwarf2read.c (dwarf2_read_section): Likewise.
2742 (add_type_unit): Likewise.
2743 (read_comp_units_from_section): Likewise.
2744 (fixup_go_packaging): Likewise.
2745 (dwarf2_compute_name): Likewise.
2746 (dwarf2_physname): Likewise.
2747 (create_dwo_unit_in_dwp_v1): Likewise.
2748 (create_dwo_unit_in_dwp_v2): Likewise.
2749 (read_func_scope): Likewise.
2750 (read_call_site_scope): Likewise.
2751 (dwarf2_attach_fields_to_type): Likewise.
2752 (process_structure_scope): Likewise.
2753 (mark_common_block_symbol_computed): Likewise.
2754 (read_common_block): Likewise.
2755 (abbrev_table_read_table): Likewise.
2756 (guess_partial_die_structure_name): Likewise.
2757 (fixup_partial_die): Likewise.
2758 (add_file_name): Likewise.
2759 (dwarf2_const_value_data): Likewise.
2760 (dwarf2_const_value_attr): Likewise.
2761 (build_error_marker_type): Likewise.
2762 (guess_full_die_structure_name): Likewise.
2763 (anonymous_struct_prefix): Likewise.
2764 (typename_concat): Likewise.
2765 (dwarf2_canonicalize_name): Likewise.
2766 (dwarf2_name): Likewise.
2767 (write_constant_as_bytes): Likewise.
2768 (dwarf2_fetch_constant_bytes): Likewise.
2769 (copy_string): Likewise.
2770 (parse_macro_definition): Likewise.
2771 * elfread.c (elf_symfile_segments): Likewise.
2772 (elf_rel_plt_read): Likewise.
2773 (elf_gnu_ifunc_resolve_by_cache): Likewise.
2774 (elf_gnu_ifunc_resolve_by_got): Likewise.
2775 (elf_read_minimal_symbols): Likewise.
2776 (elf_gnu_ifunc_record_cache): Likewise.
2777 * event-top.c (top_level_prompt): Likewise.
2778 (command_line_handler): Likewise.
2779 * exec.c (resize_section_table): Likewise.
2780 * expprint.c (print_subexp_standard): Likewise.
2781 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
2782 * findcmd.c (parse_find_args): Likewise.
2783 * findvar.c (address_from_register): Likewise.
2784 * frame.c (get_prev_frame_always): Likewise.
2785 * gdb_bfd.c (gdb_bfd_ref): Likewise.
2786 (get_section_descriptor): Likewise.
2787 * gdb_obstack.c (obconcat): Likewise.
2788 (obstack_strdup): Likewise.
2789 * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
2790 (create_set_type): Likewise.
2791 (lookup_unsigned_typename): Likewise.
2792 (lookup_signed_typename): Likewise.
2793 (resolve_dynamic_union): Likewise.
2794 (resolve_dynamic_struct): Likewise.
2795 (add_dyn_prop): Likewise.
2796 (copy_dynamic_prop_list): Likewise.
2797 (arch_flags_type): Likewise.
2798 (append_composite_type_field_raw): Likewise.
2799 * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
2800 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
2801 * go-exp.y (string_exp): Likewise.
2802 * go-lang.c (go_demangle): Likewise.
2803 * guile/guile.c (compute_scheme_string): Likewise.
2804 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
2805 (gdbscm_canonicalize_command_name): Likewise.
2806 * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
2807 (ioscm_init_memory_port): Likewise.
2808 (ioscm_reinit_memory_port): Likewise.
2809 * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
2810 (gdbscm_gc_dup_argv): Likewise.
2811 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
2812 * hppa-tdep.c (internalize_unwinds): Likewise.
2813 (read_unwind_info): Likewise.
2814 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2815 (windows_core_xfer_shared_libraries): Likewise.
2816 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
2817 (i386_stap_parse_special_token_triplet): Likewise.
2818 (i386_stap_parse_special_token_three_arg_disp): Likewise.
2819 * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
2820 * inf-child.c (inf_child_fileio_readlink): Likewise.
2821 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
2822 (inf_ptrace_store_register): Likewise.
2823 * infrun.c (follow_exec): Likewise.
2824 (displaced_step_prepare_throw): Likewise.
2825 (save_stop_context): Likewise.
2826 (save_infcall_suspend_state): Likewise.
2827 * jit.c (jit_read_descriptor): Likewise.
2828 (jit_read_code_entry): Likewise.
2829 (jit_symtab_line_mapping_add_impl): Likewise.
2830 (finalize_symtab): Likewise.
2831 (jit_unwind_reg_get_impl): Likewise.
2832 * jv-exp.y (QualifiedName): Likewise.
2833 * jv-lang.c (get_java_utf8_name): Likewise.
2834 (type_from_class): Likewise.
2835 (java_demangle_type_signature): Likewise.
2836 (java_class_name_from_physname): Likewise.
2837 * jv-typeprint.c (java_type_print_base): Likewise.
2838 * jv-valprint.c (java_value_print): Likewise.
2839 * language.c (add_language): Likewise.
2840 * linespec.c (add_sal_to_sals_basic): Likewise.
2841 (add_sal_to_sals): Likewise.
2842 (decode_objc): Likewise.
2843 (find_linespec_symbols): Likewise.
2844 * linux-fork.c (fork_save_infrun_state): Likewise.
2845 * linux-nat.c (linux_nat_detach): Likewise.
2846 (linux_nat_fileio_readlink): Likewise.
2847 * linux-record.c (record_linux_sockaddr): Likewise.
2848 (record_linux_msghdr): Likewise.
2849 (Do): Likewise.
2850 * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
2851 (linux_collect_regset_section_cb): Likewise.
2852 (linux_get_siginfo_data): Likewise.
2853 * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
2854 (try_thread_db_load_from_dir): Likewise.
2855 (thread_db_load_search): Likewise.
2856 (info_auto_load_libthread_db): Likewise.
2857 * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
2858 (m32c_m16c_pointer_to_address): Likewise.
2859 * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
2860 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
2861 * machoread.c (macho_check_dsym): Likewise.
2862 * macroexp.c (resize_buffer): Likewise.
2863 (gather_arguments): Likewise.
2864 (maybe_expand): Likewise.
2865 * macrotab.c (new_macro_key): Likewise.
2866 (new_source_file): Likewise.
2867 (new_macro_definition): Likewise.
2868 * mdebugread.c (parse_symbol): Likewise.
2869 (parse_type): Likewise.
2870 (parse_partial_symbols): Likewise.
2871 (psymtab_to_symtab_1): Likewise.
2872 * mem-break.c (default_memory_insert_breakpoint): Likewise.
2873 * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
2874 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
2875 (mi_cmd_data_read_memory_bytes): Likewise.
2876 (mi_cmd_data_write_memory_bytes): Likewise.
2877 (mi_cmd_trace_frame_collected): Likewise.
2878 * mi/mi-parse.c (mi_parse_argv): Likewise.
2879 (mi_parse): Likewise.
2880 * minidebug.c (lzma_open): Likewise.
2881 (lzma_pread): Likewise.
2882 * mips-tdep.c (mips_read_fp_register_single): Likewise.
2883 (mips_print_fp_register): Likewise.
2884 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
2885 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2886 * mt-tdep.c (mt_register_name): Likewise.
2887 (mt_registers_info): Likewise.
2888 (mt_push_dummy_call): Likewise.
2889 * namespace.c (add_using_directive): Likewise.
2890 * nat/linux-btrace.c (perf_event_read): Likewise.
2891 (linux_enable_bts): Likewise.
2892 * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
2893 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
2894 * nto-tdep.c (nto_find_and_open_solib): Likewise.
2895 (nto_parse_redirection): Likewise.
2896 * objc-lang.c (objc_demangle): Likewise.
2897 (find_methods): Likewise.
2898 * objfiles.c (get_objfile_bfd_data): Likewise.
2899 (set_objfile_main_name): Likewise.
2900 (allocate_objfile): Likewise.
2901 (objfile_relocate): Likewise.
2902 (update_section_map): Likewise.
2903 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
2904 * p-exp.y (exp): Likewise.
2905 (yylex): Likewise.
2906 * p-valprint.c (pascal_object_print_value): Likewise.
2907 * parse.c (initialize_expout): Likewise.
2908 (mark_completion_tag): Likewise.
2909 (copy_name): Likewise.
2910 (parse_float): Likewise.
2911 (type_stack_reserve): Likewise.
2912 * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
2913 (ppu2spu_prev_register): Likewise.
2914 * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
2915 * printcmd.c (printf_wide_c_string): Likewise.
2916 (printf_pointer): Likewise.
2917 * probe.c (parse_probes): Likewise.
2918 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
2919 (cmdpy_init): Likewise.
2920 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
2921 * python/py-symtab.c (set_sal): Likewise.
2922 * python/py-unwind.c (pyuw_sniffer): Likewise.
2923 * python/python.c (python_interactive_command): Likewise.
2924 (compute_python_string): Likewise.
2925 * ravenscar-thread.c (get_running_thread_id): Likewise.
2926 * record-full.c (record_full_exec_insn): Likewise.
2927 (record_full_core_open_1): Likewise.
2928 * regcache.c (regcache_raw_read_signed): Likewise.
2929 (regcache_raw_read_unsigned): Likewise.
2930 (regcache_cooked_read_signed): Likewise.
2931 (regcache_cooked_read_unsigned): Likewise.
2932 * remote-fileio.c (remote_fileio_func_open): Likewise.
2933 (remote_fileio_func_rename): Likewise.
2934 (remote_fileio_func_unlink): Likewise.
2935 (remote_fileio_func_stat): Likewise.
2936 (remote_fileio_func_system): Likewise.
2937 * remote-mips.c (mips_xfer_memory): Likewise.
2938 (mips_load_srec): Likewise.
2939 (pmon_end_download): Likewise.
2940 * remote.c (new_remote_state): Likewise.
2941 (map_regcache_remote_table): Likewise.
2942 (remote_register_number_and_offset): Likewise.
2943 (init_remote_state): Likewise.
2944 (get_memory_packet_size): Likewise.
2945 (remote_pass_signals): Likewise.
2946 (remote_program_signals): Likewise.
2947 (remote_start_remote): Likewise.
2948 (remote_check_symbols): Likewise.
2949 (remote_query_supported): Likewise.
2950 (extended_remote_attach): Likewise.
2951 (process_g_packet): Likewise.
2952 (store_registers_using_G): Likewise.
2953 (putpkt_binary): Likewise.
2954 (read_frame): Likewise.
2955 (compare_sections_command): Likewise.
2956 (remote_hostio_pread): Likewise.
2957 (remote_hostio_readlink): Likewise.
2958 (remote_file_put): Likewise.
2959 (remote_file_get): Likewise.
2960 (remote_pid_to_exec_file): Likewise.
2961 (_initialize_remote): Likewise.
2962 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
2963 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
2964 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
2965 (bfd_uses_spe_extensions): Likewise.
2966 * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
2967 * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
2968 * solib-dsbt.c (decode_loadmap): Likewise.
2969 (fetch_loadmap): Likewise.
2970 (scan_dyntag): Likewise.
2971 (enable_break): Likewise.
2972 (dsbt_relocate_main_executable): Likewise.
2973 * solib-frv.c (fetch_loadmap): Likewise.
2974 (enable_break2): Likewise.
2975 (frv_relocate_main_executable): Likewise.
2976 * solib-spu.c (spu_relocate_main_executable): Likewise.
2977 (spu_bfd_open): Likewise.
2978 * solib-svr4.c (lm_info_read): Likewise.
2979 (read_program_header): Likewise.
2980 (find_program_interpreter): Likewise.
2981 (scan_dyntag): Likewise.
2982 (elf_locate_base): Likewise.
2983 (open_symbol_file_object): Likewise.
2984 (read_program_headers_from_bfd): Likewise.
2985 (svr4_relocate_main_executable): Likewise.
2986 * solib-target.c (solib_target_relocate_section_addresses): Likewise.
2987 * solib.c (solib_find_1): Likewise.
2988 (exec_file_find): Likewise.
2989 (solib_find): Likewise.
2990 * source.c (openp): Likewise.
2991 (print_source_lines_base): Likewise.
2992 (forward_search_command): Likewise.
2993 * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
2994 * spu-tdep.c (spu2ppu_prev_register): Likewise.
2995 (spu_get_overlay_table): Likewise.
2996 * stabsread.c (patch_block_stabs): Likewise.
2997 (define_symbol): Likewise.
2998 (again:): Likewise.
2999 (read_member_functions): Likewise.
3000 (read_one_struct_field): Likewise.
3001 (read_enum_type): Likewise.
3002 (common_block_start): Likewise.
3003 * stack.c (read_frame_arg): Likewise.
3004 (backtrace_command): Likewise.
3005 * stap-probe.c (stap_parse_register_operand): Likewise.
3006 * symfile.c (syms_from_objfile_1): Likewise.
3007 (find_separate_debug_file): Likewise.
3008 (load_command): Likewise.
3009 (load_progress): Likewise.
3010 (load_section_callback): Likewise.
3011 (reread_symbols): Likewise.
3012 (add_filename_language): Likewise.
3013 (allocate_compunit_symtab): Likewise.
3014 (read_target_long_array): Likewise.
3015 (simple_read_overlay_table): Likewise.
3016 * symtab.c (symbol_set_names): Likewise.
3017 (resize_symbol_cache): Likewise.
3018 (rbreak_command): Likewise.
3019 (completion_list_add_name): Likewise.
3020 (completion_list_objc_symbol): Likewise.
3021 (add_filename_to_list): Likewise.
3022 * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
3023 * target-memory.c (target_write_memory_blocks): Likewise.
3024 * target.c (target_read_string): Likewise.
3025 (read_whatever_is_readable): Likewise.
3026 (target_read_alloc_1): Likewise.
3027 (simple_search_memory): Likewise.
3028 (target_fileio_read_alloc_1): Likewise.
3029 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
3030 * top.c (command_line_input): Likewise.
3031 * tracefile-tfile.c (tfile_fetch_registers): Likewise.
3032 * tracefile.c (tracefile_fetch_registers): Likewise.
3033 * tracepoint.c (add_memrange): Likewise.
3034 (init_collection_list): Likewise.
3035 (add_aexpr): Likewise.
3036 (trace_dump_actions): Likewise.
3037 (parse_trace_status): Likewise.
3038 (parse_tracepoint_definition): Likewise.
3039 (parse_tsv_definition): Likewise.
3040 (parse_static_tracepoint_marker_definition): Likewise.
3041 * tui/tui-file.c (tui_sfileopen): Likewise.
3042 (tui_file_adjust_strbuf): Likewise.
3043 * tui/tui-io.c (tui_expand_tabs): Likewise.
3044 * tui/tui-source.c (tui_set_source_content): Likewise.
3045 * typeprint.c (find_global_typedef): Likewise.
3046 * ui-file.c (do_ui_file_xstrdup): Likewise.
3047 (ui_file_obsavestring): Likewise.
3048 (mem_file_write): Likewise.
3049 * utils.c (make_hex_string): Likewise.
3050 (get_regcomp_error): Likewise.
3051 (puts_filtered_tabular): Likewise.
3052 (gdb_realpath_keepfile): Likewise.
3053 (ldirname): Likewise.
3054 (gdb_bfd_errmsg): Likewise.
3055 (substitute_path_component): Likewise.
3056 * valops.c (search_struct_method): Likewise.
3057 (find_oload_champ_namespace_loop): Likewise.
3058 * valprint.c (print_decimal_chars): Likewise.
3059 (read_string): Likewise.
3060 (generic_emit_char): Likewise.
3061 * varobj.c (varobj_delete): Likewise.
3062 (varobj_value_get_print_value): Likewise.
3063 * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
3064 * windows-tdep.c (display_one_tib): Likewise.
3065 * xcoffread.c (read_xcoff_symtab): Likewise.
3066 (process_xcoff_symbol): Likewise.
3067 (swap_sym): Likewise.
3068 (scan_xcoff_symtab): Likewise.
3069 (xcoff_initial_scan): Likewise.
3070 * xml-support.c (gdb_xml_end_element): Likewise.
3071 (xml_process_xincludes): Likewise.
3072 (xml_fetch_content_from_file): Likewise.
3073 * xml-syscall.c (xml_list_of_syscalls): Likewise.
3074 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
3075
3076 2015-09-23 James Bowman <james.bowman@ftdichip.com>
3077
3078 * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
3079 instead of builtin_func_ptr.
3080 (ft32_pointer_to_address): New function.
3081 (ft32_address_class_type_flags): New function.
3082 (ft32_address_class_type_flags_to_name): New function.
3083 (ft32_address_class_name_to_type_flags): New function.
3084 (ft32_gdbarch_init): Set tdep->pc_type. Call
3085 set_gdbarch_pointer_to_address,
3086 set_gdbarch_address_class_type_flags
3087 set_gdbarch_address_class_name_to_type_flags,
3088 and set_gdbarch_address_class_type_flags_to_name.
3089 * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
3090
3091 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
3092
3093 * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
3094 value is a reference, actually dereference it in order to get
3095 the underlying value.
3096
3097 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
3098
3099 * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
3100
3101 2015-09-21 Simon Marchi <simon.marchi@ericsson.com>
3102
3103 * cli/cli-setshow.c (cmd_show_list): Constify a variable.
3104 * linespec.c (linespec_lexer_lex_string): Same.
3105
3106 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
3107
3108 * NEWS: Mention support for fast tracepoints on aarch64-linux.
3109
3110 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
3111
3112 * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
3113 variable. Call aarch64_decode_adr instead of
3114 aarch64_decode_adrp.
3115 * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
3116 (aarch64_decode_adr): New function declaration.
3117 * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
3118 (aarch64_decode_adr): New function, factored out from
3119 aarch64_decode_adrp to decode both adr and adrp instructions.
3120
3121 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
3122
3123 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
3124 (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
3125 (aarch64-insn.o): New rule.
3126 * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
3127 (aarch64*-*-linux*): Likewise.
3128 * arch/aarch64-insn.c: New file.
3129 * arch/aarch64-insn.h: New file.
3130 * aarch64-tdep.c: Include arch/aarch64-insn.h.
3131 (aarch64_debug): Move to arch/aarch64-insn.c. Declare in
3132 arch/aarch64-insn.h.
3133 (decode_add_sub_imm): Rename to ...
3134 (aarch64_decode_add_sub_imm): ... this.
3135 (decode_adrp): Rename to ...
3136 (aarch64_decode_adrp): ... this. Move to arch/aarch64-insn.c.
3137 Declare in arch/aarch64-insn.h.
3138 (decode_b): Rename to ...
3139 (aarch64_decode_b): ... this. Move to arch/aarch64-insn.c.
3140 Declare in arch/aarch64-insn.h.
3141 (decode_bcond): Rename to ...
3142 (aarch64_decode_bcond): ... this. Move to arch/aarch64-insn.c.
3143 Declare in arch/aarch64-insn.h.
3144 (decode_br): Rename to ...
3145 (aarch64_decode_br): ... this.
3146 (decode_cb): Rename to ...
3147 (aarch64_decode_cb): ... this. Move to arch/aarch64-insn.c.
3148 Declare in arch/aarch64-insn.h.
3149 (decode_eret): Rename to ...
3150 (aarch64_decode_eret): ... this.
3151 (decode_movz): Rename to ...
3152 (aarch64_decode_movz): ... this.
3153 (decode_orr_shifted_register_x): Rename to ...
3154 (aarch64_decode_orr_shifted_register_x): ... this.
3155 (decode_ret): Rename to ...
3156 (aarch64_decode_ret): ... this.
3157 (decode_stp_offset): Rename to ...
3158 (aarch64_decode_stp_offset): ... this.
3159 (decode_stp_offset_wb): Rename to ...
3160 (aarch64_decode_stp_offset_wb): ... this.
3161 (decode_stur): Rename to ...
3162 (aarch64_decode_stur): ... this.
3163 (decode_tb): Rename to ...
3164 (aarch64_decode_tb): ... this. Move to arch/aarch64-insn.c.
3165 Declare in arch/aarch64-insn.h.
3166 (aarch64_analyze_prologue): Adjust calls to renamed functions.
3167
3168 2015-09-20 Doug Evans <xdje42@gmail.com>
3169
3170 * dwarf2read.c (add_partial_symbol): Remove outdated comments.
3171
3172 2015-09-20 Doug Evans <xdje42@gmail.com>
3173
3174 * dwarf2read.c (dwarf2_compute_name): Add FIXME. Don't use a local
3175 variable name that collides with a parameter.
3176
3177 2015-09-20 Joel Brobecker <brobecker@adacore.com>
3178
3179 * dwarf2loc.c (locexpr_get_frame_base): Renames
3180 block_op_get_frame_base.
3181 (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
3182 block_op_get_frame_base by reference to locexpr_get_frame_base.
3183 (loclist_get_frame_base): New function, near identical copy of
3184 locexpr_get_frame_base.
3185 (dwarf2_block_frame_base_loclist_funcs): Replace reference to
3186 block_op_get_frame_base by reference to loclist_get_frame_base.
3187
3188 2015-09-19 Doug Evans <xdje42@gmail.com>
3189
3190 * ravenscar-thread.c (ravenscar_inferior_created): Replace
3191 current_inferior ()->gdbarch with its wrapper target_gdbarch.
3192
3193 2015-09-18 Doug Evans <xdje42@gmail.com>
3194
3195 * linux-thread-db.c (record_thread): Return the created thread.
3196 (thread_from_lwp): Likewise.
3197 (thread_db_get_thread_local_address): Update.
3198
3199 2015-09-18 Doug Evans <xdje42@gmail.com>
3200
3201 * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
3202 move only member demangled_name up. All uses updated.
3203
3204 2015-09-18 Doug Evans <xdje42@gmail.com>
3205
3206 * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
3207 kind of minimal symbol in the error message.
3208 * objfiles.c (objfile_flavour_name): New function.
3209 * objfiles.h (objfile_flavour_name): Declare.
3210
3211 2015-09-18 Yao Qi <yao.qi@linaro.org>
3212
3213 * nat/aarch64-linux.c: Include elf/common.h,
3214 nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
3215 (aarch64_ps_get_thread_area): New function.
3216 * nat/aarch64-linux.h: Include gdb_proc_service.h.
3217 (aarch64_ps_get_thread_area): Declare.
3218 * aarch64-linux-nat.c (ps_get_thread_area): Call
3219 aarch64_ps_get_thread_area.
3220
3221 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3222
3223 * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
3224
3225 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3226
3227 * NEWS: Announce new scheduler-locking mode.
3228 * infrun.c (schedlock_replay): New.
3229 (scheduler_enums): Add schedlock_replay.
3230 (scheduler_mode): Change default to schedlock_replay.
3231 (user_visible_resume_ptid): Handle schedlock_replay.
3232 (clear_proceed_status_thread): Stop replaying if resumed thread is
3233 not replaying.
3234 (schedlock_applies): Handle schedlock_replay.
3235 (_initialize_infrun): Document new scheduler-locking mode.
3236 * record-btrace.c (record_btrace_resume): Remove code to stop other
3237 threads when not replaying the resumed thread.
3238
3239 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3240
3241 * record-btrace.c ((record_btrace_will_replay): New.
3242 (init_record_btrace_ops): Initialize to_record_will_replay.
3243 * record-full.c ((record_full_will_replay): New.
3244 (init_record_full_ops): Initialize to_record_will_replay.
3245 * target-delegates.c: Regenerated.
3246 * target.c (target_record_will_replay): New.
3247 * target.h (struct target_ops) <to_record_will_replay>: New.
3248 (target_record_will_replay): New.
3249
3250 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3251
3252 * record-btrace.c (record_btrace_resume): Call
3253 target_record_stop_replaying.
3254 (record_btrace_stop_replaying_all): New.
3255 (init_record_btrace_ops): Initialize to_record_stop_replaying.
3256 * record-full.c (record_full_stop_replaying): New.
3257 (init_record_full_ops ): Initialize to_record_stop_replaying.
3258 * target-delegates.c: Regenerated.
3259 * target.c (target_record_stop_replaying): New.
3260 * target.h (struct target_ops) <to_record_stop_replaying>: New.
3261 (target_record_stop_replaying): New.
3262
3263 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3264
3265 * record-btrace.c (record_btrace_xfer_partial)
3266 (record_btrace_store_registers, record_btrace_prepare_to_store):
3267 Call record_btrace_is_replaying with inferior_ptid instead of
3268 minus_one_ptid.
3269 (record_btrace_store_registers): Change error message.
3270
3271 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3272
3273 * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
3274 Update users to pass minus_one_ptid.
3275 * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
3276 * record.c (cmd_record_delete): Pass inferior_ptid to
3277 target_record_is_replaying.
3278 * target-delegates.c: Regenerated.
3279 * target.c (target_record_is_replaying): Add ptid argument.
3280 * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
3281 argument.
3282 (target_record_is_replaying): Add ptid argument.
3283
3284 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3285
3286 * record-btrace.c (record_btrace_open): Remove non_stop check.
3287 * NEWS: Announce that record btrace supports non-stop mode.
3288
3289 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3290
3291 * infrun.c (handle_inferior_event_1): Switch to the eventing thread
3292 in the TARKET_WAITKIND_NO_HISTORY case.
3293
3294 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3295
3296 * record-btrace.c (record_btrace_maybe_mark_async_event): New.
3297 (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
3298
3299 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3300
3301 * record-btrace.c (get_thread_current_frame): New.
3302 (record_btrace_start_replaying): Call get_thread_current_frame.
3303
3304 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3305
3306 * record-btrace.c (record_btrace_resume_thread): A move request
3307 overwrites a previous move request.
3308 (record_btrace_find_resume_thread): Removed.
3309 (record_btrace_resume): Resume all requested threads.
3310
3311 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3312
3313 * record-btrace.c: Include vec.h.
3314 (record_btrace_find_thread_to_move): Removed.
3315 (btrace_step_no_resumed, btrace_step_again)
3316 (record_btrace_stop_replaying_at_end): New.
3317 (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
3318 (record_btrace_single_step_forward): Remove calls to
3319 record_btrace_stop_replaying.
3320 (record_btrace_step_thread): Do only one step for BTHR_CONT and
3321 BTHR_RCONT. Keep threads at the end of their history moving.
3322 (record_btrace_wait): Call record_btrace_step_thread for all threads
3323 until one reports an event. Call record_btrace_stop_replaying_at_end
3324 for the eventing thread.
3325
3326 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3327
3328 * record-btrace.c (record_btrace_single_step_forward): Return
3329 NO_HISTORY if a step brings us to the end of the execution history.
3330
3331 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3332
3333 * record-btrace.c (record_btrace_step_thread): Move breakpoint check
3334 to ...
3335 (record_btrace_single_step_forward): ... here and
3336 (record_btrace_single_step_backward): ... here.
3337
3338 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3339
3340 * record-btrace.c (btrace_step_spurious)
3341 (record_btrace_single_step_forward)
3342 (record_btrace_single_step_backward): New.
3343 (record_btrace_step_thread): Call record_btrace_single_step_forward
3344 and record_btrace_single_step_backward.
3345
3346 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3347
3348 * record-btrace.c (record_btrace_replay_at_breakpoint): New.
3349 (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
3350
3351 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3352
3353 * record-btrace.c (btrace_thread_flag_to_str)
3354 (record_btrace_cancel_resume): New.
3355 (record_btrace_step_thread): Call btrace_thread_flag_to_str.
3356 (record_btrace_resume): Print execution direction.
3357 (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
3358 (record_btrace_wait): Call record_btrace_cancel_resume.
3359
3360 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3361
3362 * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
3363 * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
3364 (record_btrace_find_thread_to_move): Also accept threads that have
3365 BTHR_STOP set.
3366 (btrace_step_stopped_on_request, record_btrace_stop): New.
3367 (record_btrace_step_thread): Support BTHR_STOP.
3368 (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
3369 (init_record_btrace_ops): Initialize to_stop.
3370
3371 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3372
3373 * record-btrace.c (record_btrace_wait): Replace non_stop check with
3374 target_is_non_stop_p ().
3375
3376 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
3377
3378 * ada-typeprint.c (print_array_type): Do not describe arrays as
3379 packed when they embed dynamic elements.
3380
3381 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3382
3383 * symtab.h (address_class): Document that TLS variables
3384 are handled by LOC_UNRESOLVED.
3385 * findvar.c (default_read_var_value): Don't relocate TLS variables.
3386 * printcmd.c (address_info): Don't relocate TLS variables.
3387
3388 2015-09-15 Pierre Langlois <pierre.langlois@arm.com>
3389
3390 * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
3391 (decode_adrp): Likewise.
3392 (decode_b): Likewise.
3393 (decode_bcond): Likewise.
3394 (decode_br): Likewise.
3395 (decode_cb): Likewise.
3396 (decode_eret): Likewise.
3397 (decode_movz): Likewise.
3398 (decode_orr_shifted_register_x): Likewise.
3399 (decode_ret): Likewise.
3400 (decode_stp_offset): Likewise.
3401 (decode_stp_offset_wb): Likewise.
3402 (decode_stur): Likewise.
3403 (decode_tb): Likewise.
3404 (aarch64_analyze_prologue): Likewise.
3405 (pass_in_x): Likewise.
3406 (pass_in_v): Likewise.
3407 (pass_on_stack): Likewise.
3408 (aarch64_push_dummy_call): Likewise.
3409 (aarch64_extract_return_value): Likewise.
3410 (aarch64_store_return_value): Likewise.
3411 (aarch64_return_value): Likewise.
3412 (aarch64_record_asimd_load_store): Likewise.
3413 (aarch64_record_load_store): Likewise.
3414 (aarch64_record_data_proc_simd_fp): Likewise.
3415
3416 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3417
3418 * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
3419 * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
3420 (ppc64_skip_trampoline_code_1): ... here.
3421 (ppc64_skip_trampoline_code): New wrapper function.
3422 * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
3423
3424 2015-09-15 Yao Qi <yao.qi@linaro.org>
3425
3426 * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
3427 function.
3428 (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
3429 * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
3430 if target_can_do_single_step returns 1.
3431 * remote.c (struct vCont_action_support) <s, S>: New fields.
3432 (PACKET_vContSupported): New enum.
3433 (remote_protocol_features): New element for vContSupported.
3434 (remote_query_supported): Append "vContSupported+".
3435 (remote_vcont_probe): Remove support_s and support_S, use
3436 rs->supports_vCont.s and rs->supports_vCont.S instead. Disable
3437 vCont packet if c and C actions are not supported.
3438 (remote_can_do_single_step): New function.
3439 (init_remote_ops): Install it to to_can_do_single_step.
3440 (_initialize_remote): Call add_packet_config_cmd.
3441 * target.h (struct target_ops) <to_can_do_single_step>: New field.
3442 (target_can_do_single_step): New macro.
3443 * target-delegates.c: Re-generated.
3444
3445 2015-09-15 Yao Qi <yao.qi@linaro.org>
3446
3447 * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
3448 (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
3449 * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
3450 New function.
3451 (aarch64_siginfo_from_compat_siginfo): New function.
3452 * nat/aarch64-linux.h: Include signal.h.
3453 (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
3454 (compat_timer_t, compat_clock_t): Likewise.
3455 (struct compat_timeval): New.
3456 (union compat_sigval): New.
3457 (struct compat_siginfo): New.
3458 (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
3459 (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
3460 (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
3461 (cpt_si_band, cpt_si_fd): Likewise.
3462
3463 2015-09-14 Pedro Alves <palves@redhat.com>
3464
3465 * infrun.c (current_stop_id): New global.
3466 (get_stop_id, new_stop_id): New functions.
3467 (fetch_inferior_event): Handle normal_stop proceeding the target.
3468 (struct stop_context): New.
3469 (save_stop_context, release_stop_context_cleanup)
3470 (stop_context_changed): New functions.
3471 (normal_stop): Return true if the hook-stop changes the stop
3472 context.
3473 * infrun.h (get_stop_id): Declare.
3474 (normal_stop): Now returns int. Add documentation.
3475
3476 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
3477
3478 * ada-lang.c (ada_value_ptr_subscript): Update the heading
3479 comment. Handle packed arrays.
3480
3481 2015-09-14 Pedro Alves <palves@redhat.com>
3482
3483 * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
3484 mention of maint set/show target-non-stop.
3485
3486 2015-09-11 Don Breazeal <donb@codesourcery.com>
3487
3488 * NEWS: Announce new remote packets for the exec-events
3489 feature and the exec-events feature and associated commands.
3490
3491 2015-09-11 Don Breazeal <donb@codesourcery.com>
3492
3493 * remote.c (remote_exec_event_p): New function.
3494 (remote_insert_exec_catchpoint): New function.
3495 (remote_remove_exec_catchpoint): New function.
3496 (init_extended_remote_ops): Initialize extended_remote_ops
3497 members to_insert_exec_catchpoint and
3498 to_remove_exec_catchpoint.
3499
3500 2015-09-11 Don Breazeal <donb@codesourcery.com>
3501 Luis Machado <lgustavo@codesourcery.com>
3502
3503 * infrun.c (follow_exec): Use process-style ptid for
3504 exec message. Call add_inferior_with_spaces and
3505 target_follow_exec.
3506 * nat/linux-ptrace.c (linux_supports_traceexec): New function.
3507 * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
3508 * remote.c (remote_pspace_data): New static variable.
3509 (remote_pspace_data_cleanup): New function.
3510 (get_remote_exec_file): New function.
3511 (set_remote_exec_file_1): New function.
3512 (set_remote_exec_file): New function.
3513 (show_remote_exec_file): New function.
3514 (remote_exec_file): Delete static variable.
3515 (anonymous enum) <PACKET_exec_event_feature>: New
3516 enumeration constant.
3517 (remote_protocol_features): Add entry for exec-events feature.
3518 (remote_query_supported): Add client side of qSupported query
3519 for exec-events feature.
3520 (remote_follow_exec): New function.
3521 (remote_parse_stop_reply): Handle 'exec' stop reason.
3522 (extended_remote_run, extended_remote_create_inferior): Call
3523 get_remote_exec_file and set_remote_exec_file_1.
3524 (init_extended_remote_ops) <to_follow_exec>: Initialize new
3525 member.
3526 (_initialize_remote): Call
3527 register_program_space_data_with_cleanup. Call
3528 add_packet_config_cmd for remote exec-events feature.
3529 Modify call to add_setshow_string_noescape_cmd for exec-file
3530 to use new functions set_remote_exec_file and
3531 show_remote_exec_file.
3532 * target-debug.h, target-delegates.c: Regenerated.
3533 * target.c (target_follow_exec): New function.
3534 * target.h (struct target_ops) <to_follow_exec>: New member.
3535 (target_follow_exec): Declare new function.
3536
3537 2015-09-11 Pierre Langlois <pierre.langlois@arm.com>
3538
3539 * aarch64-tdep.c (decode_cb): Move up comment describing the
3540 encoding.
3541 (decode_tb): Fix a typo in comment above the function. Move up
3542 comment describing the encoding.
3543
3544 2015-09-11 Pierre Langlois <pierre.langlois@arm.com>
3545
3546 * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
3547
3548 2015-09-11 Mihail-Marian Nistor <mihail.nistor@freescale.com>
3549
3550 PR gdb/18947
3551 * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
3552 glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
3553
3554 2015-09-10 Simon Marchi <simon.marchi@ericsson.com>
3555
3556 * ada-lang.c (scan_discrim_bound): Factor out arithmetic
3557 operations.
3558
3559 2015-09-10 Simon Marchi <simon.marchi@ericsson.com>
3560
3561 * ada-lang.c (ada_search_struct_field): Constify parameters
3562 and/or variables..
3563 (xget_renaming_scope): Likewise.
3564 (ada_is_redundant_range_encoding): Likewise.
3565 (scan_discrim_bound): Likewise.
3566 (to_fixed_range_type): Likewise.
3567
3568 2015-09-10 Yao Qi <yao.qi@linaro.org>
3569
3570 * breakpoint.c (download_tracepoint_locations): New local
3571 can_download_tracepoint. Check the result of
3572 target_can_download_tracepoint and save it in
3573 can_download_tracepoint if there are tracepoints to download.
3574 * linux-nat.h (enum tribool): Move it to ...
3575 * common/common-types.h: ... here.
3576
3577 2015-09-09 Pedro Alves <palves@redhat.com>
3578
3579 * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
3580 * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
3581
3582 2015-09-09 Pedro Alves <palves@redhat.com>
3583
3584 * continuations.c (add_continuation, restore_thread_cleanup)
3585 (do_all_continuations_ptid, do_all_continuations_thread_callback)
3586 (do_all_continuations_thread, do_all_continuations)
3587 (discard_all_continuations_thread_callback)
3588 (discard_all_continuations_thread, discard_all_continuations)
3589 (add_intermediate_continuation)
3590 (do_all_intermediate_continuations_thread_callback)
3591 (do_all_intermediate_continuations_thread)
3592 (do_all_intermediate_continuations)
3593 (discard_all_intermediate_continuations_thread_callback)
3594 (discard_all_intermediate_continuations_thread)
3595 (discard_all_intermediate_continuations): Delete.
3596 * continuations.h (add_continuation, do_all_continuations)
3597 (do_all_continuations_thread, discard_all_continuations)
3598 (discard_all_continuations_thread, add_intermediate_continuation)
3599 (do_all_intermediate_continuations)
3600 (do_all_intermediate_continuations_thread)
3601 (discard_all_intermediate_continuations)
3602 (discard_all_intermediate_continuations_thread): Delete
3603 declarations.
3604 * event-top.c (stdin_event_handler): Delete references to
3605 continuations.
3606 * gdbthread.h (struct thread_info): Delete continuations and
3607 intermediate_continuations fields.
3608 * inf-loop.c (inferior_event_handler): Remove references to
3609 continuations.
3610 * infrun.c (infrun_thread_stop_requested_callback): Remove
3611 references to continuations.
3612 * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
3613 * thread.c: Don't include "continuations.h".
3614 (clear_thread_inferior_resources): Remove references to
3615 continuations.
3616
3617 2015-09-09 Pedro Alves <palves@redhat.com>
3618
3619 * infcall.c (struct dummy_frame_context_saver): Delete.
3620 (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
3621 (dummy_frame_context_saver_drop)
3622 (dummy_frame_context_saver_cleanup)
3623 (dummy_frame_context_saver_get_regs)
3624 (dummy_frame_context_saver_setup): Delete.
3625 * infcall.h (dummy_frame_context_saver_drop)
3626 (dummy_frame_context_saver_cleanup)
3627 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
3628 Delete.
3629 (get_return_value): Remove 'ctx_saver' paremeter. Adjust.
3630 * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
3631 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
3632
3633 2015-09-09 Pedro Alves <palves@redhat.com>
3634
3635 * breakpoint.c: Include "thread-fsm.h".
3636 (struct until_break_command_continuation_args): Delete.
3637 (struct until_break_fsm): New.
3638 (until_break_fsm_ops): New global.
3639 (new_until_break_fsm, until_break_fsm_should_stop): New functions.
3640 (until_break_command_continuation): Delete.
3641 (until_break_fsm_clean_up): New function.
3642 (until_break_fsm_async_reply_reason): New function.
3643 (until_break_command): Adjust to create an until_break_fsm instead
3644 of a continuation.
3645 (momentary_bkpt_print_it): No longer print MI's async-stop-reason
3646 here.
3647 * infcmd.c (struct until_next_fsm): New.
3648 (until_next_fsm_ops): New global.
3649 (new_until_next_fsm, until_next_fsm_should_stop): New function.
3650 (until_next_continuation): Delete.
3651 (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
3652 functions.
3653 (until_next_command): Adjust to create a new until_next_fsm
3654 instead of a continuation.
3655
3656 2015-09-09 Pedro Alves <palves@redhat.com>
3657
3658 * infcall.c: Include thread_fsm.h.
3659 (struct call_return_meta_info): New.
3660 (get_call_return_value): New function, factored out from
3661 call_function_by_hand_dummy.
3662 (struct call_thread_fsm): New.
3663 (call_thread_fsm_ops): New global.
3664 (new_call_thread_fsm, call_thread_fsm_should_stop)
3665 (call_thread_fsm_should_notify_stop): New functions.
3666 (run_inferior_call): Add 'sm' parameter. Associate the FSM with
3667 the thread.
3668 (call_function_by_hand_dummy): Create a new call_thread_fsm
3669 instance, associate it with the thread, and wait for the FSM to
3670 finish. If finished successfully, fetch the function's result
3671 value out of the FSM.
3672 * infrun.c (fetch_inferior_event): If the FSM says the stop
3673 shouldn't be notified, don't call normal_stop.
3674 (maybe_remove_breakpoints): New function, factored out from ...
3675 (normal_stop): ... here. Simplify.
3676 * infrun.h (maybe_remove_breakpoints): Declare.
3677 * thread-fsm.c (thread_fsm_should_notify_stop): New function.
3678 (thread-fsm.h) <struct thread_fsm_ops>: New field.
3679 (thread_fsm_should_notify_stop): Declare.
3680
3681 2015-09-09 Pedro Alves <palves@redhat.com>
3682
3683 * Makefile.in (COMMON_OBS): Add thread-fsm.o.
3684 * breakpoint.c (handle_jit_event): Print debug output.
3685 (bpstat_what): Split event callback handling to ...
3686 (bpstat_run_callbacks): ... this new function.
3687 (momentary_bkpt_print_it): No longer handle bp_finish here.
3688 * breakpoint.h (bpstat_run_callbacks): Declare.
3689 * gdbthread.h (struct thread_info) <step_multi>: Delete field.
3690 <thread_fsm>: New field.
3691 (thread_cancel_execution_command): Declare.
3692 * infcmd.c: Include thread-fsm.h.
3693 (struct step_command_fsm): New.
3694 (step_command_fsm_ops): New global.
3695 (new_step_command_fsm, step_command_fsm_prepare): New functions.
3696 (step_1): Adjust to use step_command_fsm_prepare and
3697 prepare_one_step.
3698 (struct step_1_continuation_args): Delete.
3699 (step_1_continuation): Delete.
3700 (step_command_fsm_should_stop): New function.
3701 (step_once): Delete.
3702 (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
3703 (prepare_one_step): New function, based on step_once.
3704 (until_next_command): Remove step_multi reference.
3705 (struct return_value_info): New.
3706 (print_return_value): Rename to ...
3707 (print_return_value_1): ... this. New struct return_value_info
3708 parameter. Adjust.
3709 (print_return_value): Reimplement as wrapper around
3710 print_return_value_1.
3711 (struct finish_command_fsm): New.
3712 (finish_command_continuation): Delete.
3713 (finish_command_fsm_ops): New global.
3714 (new_finish_command_fsm, finish_command_fsm_should_stop): New
3715 functions.
3716 (finish_command_fsm_clean_up, finish_command_fsm_return_value):
3717 New.
3718 (finish_command_continuation_free_arg): Delete.
3719 (finish_command_fsm_async_reply_reason): New.
3720 (finish_backward, finish_forward): Change symbol parameter to a
3721 finish_command_fsm. Adjust.
3722 (finish_command): Create a finish_command_fsm. Adjust.
3723 * infrun.c: Include "thread-fsm.h".
3724 (clear_proceed_status_thread): Delete the thread's FSM.
3725 (infrun_thread_stop_requested_callback): Cancel the thread's
3726 execution command.
3727 (clean_up_just_stopped_threads_fsms): New function.
3728 (fetch_inferior_event): Handle the event_thread's should_stop
3729 method saying the command isn't done yet.
3730 (process_event_stop_test): Run breakpoint callbacks here.
3731 (print_stop_event): Rename to ...
3732 (print_stop_location): ... this.
3733 (restore_current_uiout_cleanup): New function.
3734 (print_stop_event): Reimplement.
3735 (normal_stop): No longer notify the end_stepping_range observers
3736 here handle "step N" nor "finish" here. No longer call
3737 print_stop_event here.
3738 * infrun.h (struct return_value_info): Forward declare.
3739 (print_return_value): Declare.
3740 (print_stop_event): Change prototype.
3741 * thread-fsm.c: New file.
3742 * thread-fsm.h: New file.
3743 * thread.c: Include "thread-fsm.h".
3744 (thread_cancel_execution_command): New function.
3745 (clear_thread_inferior_resources): Call it.
3746 * cli/cli-interp.c (cli_on_normal_stop): New function.
3747 (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
3748 observer.
3749 * mi/mi-interp.c: Include "thread-fsm.h".
3750 (restore_current_uiout_cleanup): Delete.
3751 (mi_on_normal_stop): If the thread has an FSM associated, and it
3752 finished, ask it for the async-reply-reason to print. Always call
3753 print_stop_event here, regardless of the top-level interpreter.
3754 Check bpstat_what to tell whether an asynchronous breakpoint hit
3755 triggered.
3756 * tui/tui-interp.c (tui_on_normal_stop): New function.
3757 (tui_init): Install tui_on_normal_stop as normal_stop observer.
3758
3759 2015-09-09 Pedro Alves <palves@redhat.com>
3760
3761 * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
3762 check whether the target can async.
3763 * inf-loop.c (inferior_event_handler): Only call target_async if
3764 the target can async.
3765 * infcall.c: Include top.h and interps.h.
3766 (run_inferior_call): For the interpreter to sync mode while
3767 running the infcall. Call wait_sync_command_done instead of
3768 wait_for_inferior plus normal_stop.
3769 * infcmd.c (prepare_execution_command): Don't check whether the
3770 target can async when running in the foreground.
3771 (step_1): Delete synchronous case handling.
3772 (step_once): Always install a continuation, even in sync mode.
3773 (until_next_command, finish_forward): Don't check whether the
3774 target can async.
3775 (attach_command_post_wait, notice_new_inferior): Always install a
3776 continuation, even in sync mode.
3777 * infrun.c (mark_infrun_async_event_handler): New function.
3778 (proceed): In sync mode, mark infrun's event source instead of
3779 waiting for events here.
3780 (fetch_inferior_event): If the target can't async, do a blocking
3781 wait.
3782 (prepare_to_wait): In sync mode, mark infrun's event source.
3783 (infrun_async_inferior_event_handler): No longer bail out if the
3784 target can't async.
3785 * infrun.h (mark_infrun_async_event_handler): New declaration.
3786 * linux-nat.c (linux_nat_wait_1): Remove calls to
3787 set_sigint_trap/clear_sigint_trap.
3788 (linux_nat_terminal_inferior): No longer check whether the target
3789 can async.
3790 * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
3791 comment.
3792 (mi_execute_command_input_handler): No longer check whether the
3793 target is async. Update and simplify comment.
3794 * target.c (default_target_wait): New function.
3795 * target.h (struct target_ops) <to_wait>: Now defaults to
3796 default_target_wait.
3797 (default_target_wait): Declare.
3798 * top.c (wait_sync_command_done): New function, factored out from
3799 ...
3800 (maybe_wait_sync_command_done): ... this.
3801 * top.h (wait_sync_command_done): Declare.
3802 * target-delegates.c: Regenerate.
3803
3804 2015-09-09 Markus Metzger <markus.t.metzger@intel.com>
3805
3806 * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
3807 * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
3808 Remove include of sys/utsname.h.
3809 (linux_determine_kernel_ptr_bits): Remove.
3810 (linux_determine_kernel_start): New.
3811 (perf_event_is_kernel_addr): Remove tinfo argument. Update users.
3812 Update check.
3813 (perf_event_skip_bts_record): Remove tinfo argument. Update users.
3814 (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
3815 initialization.
3816 * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
3817 assignment.
3818
3819 2015-09-07 Pedro Alves <palves@redhat.com>
3820
3821 * guile/guile-internal.h (as_a_scm_t_subr): New.
3822 * guile/guile.c (misc_guile_functions): Use it.
3823 * guile/scm-arch.c (arch_functions): Use it.
3824 * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
3825 Use it.
3826 * guile/scm-breakpoint.c (breakpoint_functions): Use it.
3827 * guile/scm-cmd.c (command_functions): Use it.
3828 * guile/scm-disasm.c (disasm_functions): Use it.
3829 * guile/scm-exception.c (exception_functions)
3830 (private_exception_functions): Use it.
3831 * guile/scm-frame.c (frame_functions)
3832 * guile/scm-gsmob.c (gsmob_functions): Use it.
3833 * guile/scm-iterator.c (iterator_functions): Use it.
3834 * guile/scm-lazy-string.c (lazy_string_functions): Use it.
3835 * guile/scm-math.c (math_functions): Use it.
3836 * guile/scm-objfile.c (objfile_functions): Use it.
3837 * guile/scm-param.c (parameter_functions): Use it.
3838 * guile/scm-ports.c (port_functions, private_port_functions): Use
3839 it.
3840 * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
3841 * guile/scm-progspace.c (pspace_functions): Use it.
3842 * guile/scm-string.c (string_functions): Use it.
3843 * guile/scm-symbol.c (symbol_functions): Use it.
3844 * guile/scm-symtab.c (symtab_functions): Use it.
3845 * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
3846 it.
3847 * guile/scm-value.c (value_functions): Use it.
3848
3849 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
3850
3851 * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
3852 (tui_next_win): Likewise.
3853 (tui_prev_win): Likewise.
3854 (tui_partial_win_by_name): Likewise.
3855 (tui_init_generic_part): Likewise.
3856 (init_content_element): Likewise.
3857 (tui_del_window): Likewise.
3858 (tui_free_window): Likewise.
3859 (tui_del_data_windows): Likewise.
3860 (tui_free_data_content): Likewise.
3861 * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
3862 * tui/tui-regs.c (tui_show_register_group): Likewise.
3863 * tui/tui-win.c (tui_resize_all): Likewise.
3864 (tui_set_focus): Likewise.
3865 (tui_set_win_height): Likewise.
3866 (make_invisible_and_set_new_height): Likewise.
3867 * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
3868 * tui/tui-wingeneral.c (make_visible): Likewise.
3869
3870 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
3871
3872 * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
3873
3874 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
3875
3876 * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
3877 pointer.
3878 * dbxread.c (dbx_end_psymtab): Likewise.
3879 * gnu-nat.c (gnu_write_inferior): Likewise.
3880 * mdebugread.c (cross_ref): Likewise.
3881 * p-valprint.c (pascal_val_print): Likewise.
3882 * xcoffread.c (xcoff_end_psymtab): Likewise.
3883
3884 2015-09-04 Yao Qi <yao.qi@linaro.org>
3885
3886 * NEWS: Mention the aarch64 multi-arch debugging support.
3887
3888 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
3889
3890 * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
3891 type instead of a TYPE_CODE_INT one for the string_char_type
3892 and the ada_primitive_type_char types.
3893
3894 2015-09-03 Yao Qi <yao.qi@linaro.org>
3895
3896 * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
3897 Move code to aarch64_linux_region_ok_for_watchpoint. Call
3898 aarch64_linux_region_ok_for_watchpoint.
3899 * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
3900 New function.
3901 * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
3902 Declare it.
3903
3904 2015-09-02 Patrick Palka <patrick@parcs.ath.cx>
3905
3906 * gdb_obstack.h (obstack_strdup): Declare.
3907 * gdb_obstack.c (obstack_strdup): Define.
3908 * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
3909 * gdbarch.c: Regenerate.
3910 * gdbarch.h: Regenerate.
3911 * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
3912
3913 2015-09-02 Patrick Palka <patrick@parcs.ath.cx>
3914
3915 * gdbtypes.c (copy_type_recursive): Update documentation.
3916
3917 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3918
3919 * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
3920 as zero.
3921
3922 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3923
3924 * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
3925
3926 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3927
3928 * solib-svr4.c (solib_event_probe_action): Call
3929 get_probe_argument_count using TRY...CATCH.
3930 (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
3931
3932 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3933
3934 * probe.h (struct probe_ops) <get_probe_argument_count,
3935 evaluate_probe_argument, enable_probe, disable_probe>: Mention in
3936 the comment that the function can throw an exception.
3937 (get_probe_argument_count): Likewise.
3938 (evaluate_probe_argument): Likewise.
3939 * stap-probe.c (stap_get_opcode): Call error instead of
3940 internal_error.
3941 (stap_get_expected_argument_type): Likewise. Add argument
3942 'probe'. Improve error message by mentioning the probe's name.
3943 (stap_parse_probe_arguments): Adjust call to
3944 stap_get_expected_argument_type.
3945 (stap_get_arg): Add comment. Assert that 'probe->args_parsed' is
3946 not zero. Call internal_error if GDB requests an argument but the
3947 probe has no arguments.
3948
3949 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
3950
3951 * ada-lang.c (ada_resolve_function): Do not ask the user what
3952 match to use when in completion mode.
3953
3954 2015-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
3955
3956 * tui/tui-data.c (tui_win_name): Make local variable const, remove
3957 cast of NULL.
3958
3959 2015-08-31 Max Filippov <jcmvbkbc@gmail.com>
3960
3961 * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
3962 call_abi using XSHAL_ABI macro.
3963
3964 2015-08-29 Doug Evans <xdje42@gmail.com>
3965
3966 * symtab.h (struct symbol): Tweak comment.
3967
3968 2015-08-29 Patrick Palka <patrick@parcs.ath.cx>
3969
3970 * gdbtypes.c (alloc_type_arch): Allocate the type on the given
3971 gdbarch obstack instead of on the heap. Update commentary
3972 accordingly.
3973
3974 2015-08-28 Joel Brobecker <brobecker@adacore.com>
3975
3976 GDB 7.10 released.
3977
3978 2015-08-28 Simon Marchi <simon.marchi@ericsson.com>
3979
3980 * NEWS: Update entry about non-8-bits addressable memory.
3981
3982 2015-08-28 Ulrich Weigand <uweigand@de.ibm.com>
3983
3984 Revert:
3985 2014-11-06 Doug Evans <xdje42@gmail.com>
3986 * solib.c (solib_global_lookup): Fetch arch from objfile,
3987 not target_gdbarch.
3988
3989 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
3990
3991 * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
3992 attempt to relocate a TLS variable offset.
3993
3994 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
3995
3996 * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
3997 registered yet. Set inferior_ptid while calling target_read_memory.
3998
3999 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
4000
4001 * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
4002 (GDB_ARCH_IS_TRAP_BRKPT): ... this. Add __powerpc__ case.
4003 * linux-nat.c (check_stopped_by_breakpoint): Use
4004 GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
4005
4006 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
4007
4008 * linux-thread-db.c (thread_db_get_thread_local_address): If the
4009 thread was not yet discovered, use thread_from_lwp instead of
4010 calling thread_db_find_new_threads_1.
4011
4012 2015-08-27 Simon Marchi <simon.marchi@ericsson.com>
4013
4014 * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
4015 statements.
4016
4017 2015-08-27 Simon Marchi <simon.marchi@ericsson.com>
4018
4019 * NEWS: Document support for non-8-bits addressable memory.
4020
4021 2015-08-27 Pedro Alves <palves@redhat.com>
4022
4023 * configure.ac: Remove AC_TYPE_SIGNAL call.
4024 * configure, config.in: Regenerate.
4025
4026 2015-08-27 Pedro Alves <palves@redhat.com>
4027
4028 * cp-support.c (gdb_demangle): Use sighandler_t. Remove cast.
4029 * extension-priv.h: Include signal.h.
4030 (struct signal_handler) <handler>: Change type to sighandler_t.
4031 * extension.c (install_gdb_sigint_handler): Use sighandler_t.
4032 * inflow.c (sigint_ours, sigquit_ours): Change type to
4033 sighandler_t.
4034 (child_terminal_inferior): Remove casts.
4035 (child_terminal_ours_1, new_tty): Use sighandler_t. Remove casts.
4036 (osig): Change type to sighandler_t.
4037 * nto-procfs.c (ofunc): Change type to sighandler_t.
4038 (procfs_wait): Remove casts.
4039 * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
4040 * remote-sim.c (gdbsim_wait): Use sighandler_t.
4041 * utils.c (wait_to_die_with_timeout): Use sighandler_t.
4042
4043 2015-08-27 Pedro Alves <palves@redhat.com>
4044
4045 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
4046 * gnulib/aclocal.m4: Renegerate.
4047 * gnulib/config.in: Renegerate.
4048 * gnulib/configure: Renegerate.
4049 * gnulib/import/Makefile.am: Update.
4050 * gnulib/import/Makefile.in: Regenerate.
4051 * gnulib/import/m4/gnulib-cache.m4: Update.
4052 * gnulib/import/m4/gnulib-comp.m4: Update.
4053 * gnulib/import/m4/signal_h.m4: New file.
4054 * gnulib/import/signal.in.h: New file.
4055
4056 2015-08-27 Pedro Alves <palves@redhat.com>
4057
4058 * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
4059 (MIN_MEMORY_PACKET_SIZE): New.
4060 (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
4061 (get_memory_packet_size): Adjust. No longer limit the max packet
4062 size.
4063 (set_memory_packet_size): Adjust, and remove dead code.
4064 (remote_check_symbols): Use xmalloc and a cleanup instead of
4065 alloca.
4066 (remote_packet_size): No longer cap the packet size.
4067 (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
4068
4069 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
4070
4071 * compile/compile.c (compile_to_object): Mention language in
4072 error message.
4073
4074 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
4075
4076 * target.c (target_pre_inferior): Unset attach_flag.
4077
4078 2015-08-26 Simon Marchi <simon.marchi@ericsson.com>
4079
4080 * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
4081 * gdbarch.c: Re-generate.
4082
4083 2015-08-26 Simon Marchi <simon.marchi@ericsson.com>
4084
4085 * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
4086 function with the XNEW-family equivalent.
4087 * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
4088 * ada-exp.y (write_ambiguous_var): Likewise.
4089 * ada-lang.c (resolve_subexp): Likewise.
4090 (user_select_syms): Likewise.
4091 (assign_aggregate): Likewise.
4092 (ada_evaluate_subexp): Likewise.
4093 (cache_symbol): Likewise.
4094 * addrmap.c (allocate_key): Likewise.
4095 (addrmap_create_mutable): Likewise.
4096 * aix-thread.c (sync_threadlists): Likewise.
4097 * alpha-tdep.c (alpha_push_dummy_call): Likewise.
4098 (alpha_gdbarch_init): Likewise.
4099 * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
4100 * arm-linux-nat.c (arm_linux_add_process): Likewise.
4101 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
4102 * arm-tdep.c (push_stack_item): Likewise.
4103 (arm_displaced_step_copy_insn): Likewise.
4104 (arm_gdbarch_init): Likewise.
4105 (_initialize_arm_tdep): Likewise.
4106 * avr-tdep.c (push_stack_item): Likewise.
4107 * ax-general.c (new_agent_expr): Likewise.
4108 * block.c (block_initialize_namespace): Likewise.
4109 * breakpoint.c (alloc_counted_command_line): Likewise.
4110 (update_dprintf_command_list): Likewise.
4111 (parse_breakpoint_sals): Likewise.
4112 (decode_static_tracepoint_spec): Likewise.
4113 (until_break_command): Likewise.
4114 (clear_command): Likewise.
4115 (update_global_location_list): Likewise.
4116 (get_breakpoint_objfile_data) Likewise.
4117 * btrace.c (ftrace_new_function): Likewise.
4118 (btrace_set_insn_history): Likewise.
4119 (btrace_set_call_history): Likewise.
4120 * buildsym.c (add_symbol_to_list): Likewise.
4121 (record_pending_block): Likewise.
4122 (start_subfile): Likewise.
4123 (start_buildsym_compunit): Likewise.
4124 (push_subfile): Likewise.
4125 (end_symtab_get_static_block): Likewise.
4126 (buildsym_init): Likewise.
4127 * cli/cli-cmds.c (source_command): Likewise.
4128 * cli/cli-decode.c (add_cmd): Likewise.
4129 * cli/cli-script.c (build_command_line): Likewise.
4130 (setup_user_args): Likewise.
4131 (realloc_body_list): Likewise.
4132 (process_next_line): Likewise.
4133 (copy_command_lines): Likewise.
4134 * cli/cli-setshow.c (do_set_command): Likewise.
4135 * coff-pe-read.c (read_pe_exported_syms): Likewise.
4136 * coffread.c (coff_locate_sections): Likewise.
4137 (coff_symtab_read): Likewise.
4138 (coff_read_struct_type): Likewise.
4139 * common/cleanups.c (make_my_cleanup2): Likewise.
4140 * common/common-exceptions.c (throw_it): Likewise.
4141 * common/filestuff.c (make_cleanup_close): Likewise.
4142 * common/format.c (parse_format_string): Likewise.
4143 * common/queue.h (DEFINE_QUEUE_P): Likewise.
4144 * compile/compile-object-load.c (munmap_list_add): Likewise.
4145 (compile_object_load): Likewise.
4146 * compile/compile-object-run.c (compile_object_run): Likewise.
4147 * compile/compile.c (append_args): Likewise.
4148 * corefile.c (specify_exec_file_hook): Likewise.
4149 * cp-support.c (make_symbol_overload_list): Likewise.
4150 * cris-tdep.c (push_stack_item): Likewise.
4151 (cris_gdbarch_init): Likewise.
4152 * ctf.c (ctf_trace_file_writer_new): Likewise.
4153 * dbxread.c (init_header_files): Likewise.
4154 (add_new_header_file): Likewise.
4155 (init_bincl_list): Likewise.
4156 (dbx_end_psymtab): Likewise.
4157 (start_psymtab): Likewise.
4158 (dbx_end_psymtab): Likewise.
4159 * dcache.c (dcache_init): Likewise.
4160 * dictionary.c (dict_create_hashed): Likewise.
4161 (dict_create_hashed_expandable): Likewise.
4162 (dict_create_linear): Likewise.
4163 (dict_create_linear_expandable): Likewise.
4164 * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
4165 * dummy-frame.c (register_dummy_frame_dtor): Likewise.
4166 * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
4167 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
4168 (decode_frame_entry_1): Likewise.
4169 * dwarf2expr.c (new_dwarf_expr_context): Likewise.
4170 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
4171 * dwarf2read.c (dwarf2_has_info): Likewise.
4172 (create_signatured_type_table_from_index): Likewise.
4173 (dwarf2_read_index): Likewise.
4174 (dw2_get_file_names_reader): Likewise.
4175 (create_all_type_units): Likewise.
4176 (read_cutu_die_from_dwo): Likewise.
4177 (init_tu_and_read_dwo_dies): Likewise.
4178 (init_cutu_and_read_dies): Likewise.
4179 (create_all_comp_units): Likewise.
4180 (queue_comp_unit): Likewise.
4181 (inherit_abstract_dies): Likewise.
4182 (read_call_site_scope): Likewise.
4183 (dwarf2_add_field): Likewise.
4184 (dwarf2_add_typedef): Likewise.
4185 (dwarf2_add_member_fn): Likewise.
4186 (attr_to_dynamic_prop): Likewise.
4187 (abbrev_table_alloc_abbrev): Likewise.
4188 (abbrev_table_read_table): Likewise.
4189 (add_include_dir): Likewise.
4190 (add_file_name): Likewise.
4191 (dwarf_decode_line_header): Likewise.
4192 (dwarf2_const_value_attr): Likewise.
4193 (dwarf_alloc_block): Likewise.
4194 (parse_macro_definition): Likewise.
4195 (set_die_type): Likewise.
4196 (write_psymtabs_to_index): Likewise.
4197 (create_cus_from_index): Likewise.
4198 (dwarf2_create_include_psymtab): Likewise.
4199 (process_psymtab_comp_unit_reader): Likewise.
4200 (build_type_psymtab_dependencies): Likewise.
4201 (read_comp_units_from_section): Likewise.
4202 (compute_compunit_symtab_includes): Likewise.
4203 (create_dwo_unit_in_dwp_v1): Likewise.
4204 (create_dwo_unit_in_dwp_v2): Likewise.
4205 (read_func_scope): Likewise.
4206 (process_structure_scope): Likewise.
4207 (mark_common_block_symbol_computed): Likewise.
4208 (load_partial_dies): Likewise.
4209 (dwarf2_symbol_mark_computed): Likewise.
4210 * elfread.c (elf_symfile_segments): Likewise.
4211 (elf_read_minimal_symbols): Likewise.
4212 * environ.c (make_environ): Likewise.
4213 * eval.c (evaluate_subexp_standard): Likewise.
4214 * event-loop.c (create_file_handler): Likewise.
4215 (create_async_signal_handler): Likewise.
4216 (create_async_event_handler): Likewise.
4217 (create_timer): Likewise.
4218 * exec.c (build_section_table): Likewise.
4219 * fbsd-nat.c (fbsd_remember_child): Likewise.
4220 * fork-child.c (fork_inferior): Likewise.
4221 * frv-tdep.c (new_variant): Likewise.
4222 * gdbarch.sh (gdbarch_alloc): Likewise.
4223 (append_name): Likewise.
4224 * gdbtypes.c (rank_function): Likewise.
4225 (copy_type_recursive): Likewise.
4226 (add_dyn_prop): Likewise.
4227 * gnu-nat.c (make_proc): Likewise.
4228 (make_inf): Likewise.
4229 (gnu_write_inferior): Likewise.
4230 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
4231 (build_std_type_info_type): Likewise.
4232 * guile/scm-param.c (compute_enum_list): Likewise.
4233 * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
4234 * guile/scm-value.c (gdbscm_value_call): Likewise.
4235 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
4236 * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
4237 (read_unwind_info): Likewise.
4238 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
4239 * infcall.c (dummy_frame_context_saver_setup): Likewise.
4240 (call_function_by_hand_dummy): Likewise.
4241 * infcmd.c (step_once): Likewise.
4242 (finish_forward): Likewise.
4243 (attach_command): Likewise.
4244 (notice_new_inferior): Likewise.
4245 * inferior.c (add_inferior_silent): Likewise.
4246 * infrun.c (add_displaced_stepping_state): Likewise.
4247 (save_infcall_control_state): Likewise.
4248 (save_inferior_ptid): Likewise.
4249 (_initialize_infrun): Likewise.
4250 * jit.c (bfd_open_from_target_memory): Likewise.
4251 (jit_gdbarch_data_init): Likewise.
4252 * language.c (add_language): Likewise.
4253 * linespec.c (decode_line_2): Likewise.
4254 * linux-nat.c (add_to_pid_list): Likewise.
4255 (add_initial_lwp): Likewise.
4256 * linux-thread-db.c (add_thread_db_info): Likewise.
4257 (record_thread): Likewise.
4258 (info_auto_load_libthread_db): Likewise.
4259 * m32c-tdep.c (m32c_gdbarch_init): Likewise.
4260 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
4261 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
4262 * m88k-tdep.c (m88k_analyze_prologue): Likewise.
4263 * macrocmd.c (macro_define_command): Likewise.
4264 * macroexp.c (gather_arguments): Likewise.
4265 * macroscope.c (sal_macro_scope): Likewise.
4266 * macrotab.c (new_macro_table): Likewise.
4267 * mdebugread.c (push_parse_stack): Likewise.
4268 (parse_partial_symbols): Likewise.
4269 (parse_symbol): Likewise.
4270 (psymtab_to_symtab_1): Likewise.
4271 (new_block): Likewise.
4272 (new_psymtab): Likewise.
4273 (mdebug_build_psymtabs): Likewise.
4274 (add_pending): Likewise.
4275 (elfmdebug_build_psymtabs): Likewise.
4276 * mep-tdep.c (mep_gdbarch_init): Likewise.
4277 * mi/mi-main.c (mi_execute_command): Likewise.
4278 * mi/mi-parse.c (mi_parse_argv): Likewise.
4279 * minidebug.c (lzma_open): Likewise.
4280 * minsyms.c (terminate_minimal_symbol_table): Likewise.
4281 * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
4282 * mips-tdep.c (mips_gdbarch_init): Likewise.
4283 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
4284 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
4285 * mt-tdep.c (mt_registers_info): Likewise.
4286 * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
4287 * nat/linux-btrace.c (linux_enable_bts): Likewise.
4288 (linux_enable_pt): Likewise.
4289 * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
4290 (linux_xfer_osdata_processgroups): Likewise.
4291 * nios2-tdep.c (nios2_gdbarch_init): Likewise.
4292 * nto-procfs.c (procfs_meminfo): Likewise.
4293 * objc-lang.c (start_msglist): Likewise.
4294 (selectors_info): Likewise.
4295 (classes_info): Likewise.
4296 (find_methods): Likewise.
4297 * objfiles.c (allocate_objfile): Likewise.
4298 (update_section_map): Likewise.
4299 * osabi.c (gdbarch_register_osabi): Likewise.
4300 (gdbarch_register_osabi_sniffer): Likewise.
4301 * parse.c (start_arglist): Likewise.
4302 * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
4303 (hwdebug_insert_point): Likewise.
4304 * printcmd.c (display_command): Likewise.
4305 (ui_printf): Likewise.
4306 * procfs.c (create_procinfo): Likewise.
4307 (load_syscalls): Likewise.
4308 (proc_get_LDT_entry): Likewise.
4309 (proc_update_threads): Likewise.
4310 * prologue-value.c (make_pv_area): Likewise.
4311 (pv_area_store): Likewise.
4312 * psymtab.c (extend_psymbol_list): Likewise.
4313 (init_psymbol_list): Likewise.
4314 (allocate_psymtab): Likewise.
4315 * python/py-inferior.c (add_thread_object): Likewise.
4316 * python/py-param.c (compute_enum_values): Likewise.
4317 * python/py-value.c (valpy_call): Likewise.
4318 * python/py-varobj.c (py_varobj_iter_next): Likewise.
4319 * python/python.c (ensure_python_env): Likewise.
4320 * record-btrace.c (record_btrace_start_replaying): Likewise.
4321 * record-full.c (record_full_reg_alloc): Likewise.
4322 (record_full_mem_alloc): Likewise.
4323 (record_full_end_alloc): Likewise.
4324 (record_full_core_xfer_partial): Likewise.
4325 * regcache.c (get_thread_arch_aspace_regcache): Likewise.
4326 * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
4327 * remote-notif.c (remote_notif_state_allocate): Likewise.
4328 * remote.c (demand_private_info): Likewise.
4329 (remote_notif_stop_alloc_reply): Likewise.
4330 (remote_enable_btrace): Likewise.
4331 * reverse.c (save_bookmark_command): Likewise.
4332 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
4333 * rx-tdep.c (rx_gdbarch_init): Likewise.
4334 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
4335 * ser-go32.c (dos_get_tty_state): Likewise.
4336 (dos_copy_tty_state): Likewise.
4337 * ser-mingw.c (ser_windows_open): Likewise.
4338 (ser_console_wait_handle): Likewise.
4339 (ser_console_get_tty_state): Likewise.
4340 (make_pipe_state): Likewise.
4341 (net_windows_open): Likewise.
4342 * ser-unix.c (hardwire_get_tty_state): Likewise.
4343 (hardwire_copy_tty_state): Likewise.
4344 * solib-aix.c (solib_aix_new_lm_info): Likewise.
4345 * solib-dsbt.c (dsbt_current_sos): Likewise.
4346 (dsbt_relocate_main_executable): Likewise.
4347 * solib-frv.c (frv_current_sos): Likewise.
4348 (frv_relocate_main_executable): Likewise.
4349 * solib-spu.c (spu_bfd_fopen): Likewise.
4350 * solib-svr4.c (lm_info_read): Likewise.
4351 (svr4_copy_library_list): Likewise.
4352 (svr4_default_sos): Likewise.
4353 * source.c (find_source_lines): Likewise.
4354 (line_info): Likewise.
4355 (add_substitute_path_rule): Likewise.
4356 * spu-linux-nat.c (spu_bfd_open): Likewise.
4357 * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
4358 * stabsread.c (dbx_lookup_type): Likewise.
4359 (read_type): Likewise.
4360 (read_member_functions): Likewise.
4361 (read_struct_fields): Likewise.
4362 (read_baseclasses): Likewise.
4363 (read_args): Likewise.
4364 (_initialize_stabsread): Likewise.
4365 * stack.c (func_command): Likewise.
4366 * stap-probe.c (handle_stap_probe): Likewise.
4367 * symfile.c (addrs_section_sort): Likewise.
4368 (addr_info_make_relative): Likewise.
4369 (load_section_callback): Likewise.
4370 (add_symbol_file_command): Likewise.
4371 (init_filename_language_table): Likewise.
4372 * symtab.c (create_filename_seen_cache): Likewise.
4373 (sort_search_symbols_remove_dups): Likewise.
4374 (search_symbols): Likewise.
4375 * target.c (make_cleanup_restore_target_terminal): Likewise.
4376 * thread.c (new_thread): Likewise.
4377 (enable_thread_stack_temporaries): Likewise.
4378 (make_cleanup_restore_current_thread): Likewise.
4379 (thread_apply_all_command): Likewise.
4380 * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
4381 * top.c (gdb_readline_wrapper): Likewise.
4382 * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
4383 * tracepoint.c (trace_find_line_command): Likewise.
4384 (all_tracepoint_actions_and_cleanup): Likewise.
4385 (make_cleanup_restore_current_traceframe): Likewise.
4386 (get_uploaded_tp): Likewise.
4387 (get_uploaded_tsv): Likewise.
4388 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
4389 (tui_alloc_win_info): Likewise.
4390 (tui_alloc_content): Likewise.
4391 (tui_add_content_elements): Likewise.
4392 * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
4393 (tui_set_disassem_content): Likewise.
4394 * ui-file.c (ui_file_new): Likewise.
4395 (stdio_file_new): Likewise.
4396 (tee_file_new): Likewise.
4397 * utils.c (make_cleanup_restore_integer): Likewise.
4398 (add_internal_problem_command): Likewise.
4399 * v850-tdep.c (v850_gdbarch_init): Likewise.
4400 * valops.c (find_oload_champ): Likewise.
4401 * value.c (allocate_value_lazy): Likewise.
4402 (record_latest_value): Likewise.
4403 (create_internalvar): Likewise.
4404 * varobj.c (install_variable): Likewise.
4405 (new_variable): Likewise.
4406 (new_root_variable): Likewise.
4407 (cppush): Likewise.
4408 (_initialize_varobj): Likewise.
4409 * windows-nat.c (windows_make_so): Likewise.
4410 * x86-nat.c (x86_add_process): Likewise.
4411 * xcoffread.c (arrange_linetable): Likewise.
4412 (allocate_include_entry): Likewise.
4413 (process_linenos): Likewise.
4414 (SYMBOL_DUP): Likewise.
4415 (xcoff_start_psymtab): Likewise.
4416 (xcoff_end_psymtab): Likewise.
4417 * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
4418 * xtensa-tdep.c (xtensa_register_type): Likewise.
4419 * gdbarch.c: Regenerate.
4420 * gdbarch.h: Regenerate.
4421
4422 2015-08-25 Don Breazeal <donb@codesourcery.com>
4423
4424 * infrun.c (follow_exec): Re-order operations for
4425 handling follow-exec-mode "new".
4426 (handle_inferior_event_1): Assign ecs->event_thread
4427 to the current thread.
4428 * remote.c (get_remote_arch_state): Add an assertion.
4429
4430 2015-08-26 Pedro Alves <palves@redhat.com>
4431
4432 * MAINTAINERS: Add Markus Metzger as btrace maintainer.
4433
4434 2015-08-25 Pedro Alves <palves@redhat.com>
4435
4436 PR gdb/18804
4437 * defs.h (maybe_quit): Declare.
4438 (QUIT): Now calls maybe_quit.
4439 * event-loop.c (clear_async_signal_handler)
4440 (async_signal_handler_is_marked): New functions.
4441 * event-loop.h (async_signal_handler_is_marked)
4442 (clear_async_signal_handler): New declarations.
4443 * remote.c (remote_check_pending_interrupt): New function.
4444 (interrupt_query): Use make_cleanup_restore_target_terminal. No
4445 longer check whether the target is async. If waiting for a stop
4446 reply, and a Ctrl-C as been sent to the target, offer to
4447 disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
4448 Otherwise do not disconnect and throw a quit.
4449 (_initialize_remote): Install remote_check_pending_interrupt as
4450 to_check_pending_interrupt.
4451 * target.c (target_check_pending_interrupt): New function.
4452 * target.h (struct target_ops) <to_check_pending_interrupt>: New
4453 field.
4454 (target_check_pending_interrupt): New declaration.
4455 * utils.c (maybe_quit): New function.
4456 * target-delegates.c: Regenerate.
4457
4458 2015-08-25 Yao Qi <yao.qi@linaro.org>
4459
4460 * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
4461 Rename local variable pid to tid, and get lwpid of lwp. Update
4462 debug output.
4463
4464 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
4465
4466 * ada-lang.c (ada_read_var_value): Add a var_block argument
4467 and pass it to default_read_var_value.
4468 * block.c (block_static_link): New accessor.
4469 * block.h (block_static_link): Declare it.
4470 * buildsym.c (finish_block_internal): Add a static_link
4471 argument. If there is a static link, associate it to the new
4472 block.
4473 (finish_block): Add a static link argument and pass it to
4474 finish_block_internal.
4475 (end_symtab_get_static_block): Update calls to finish_block and
4476 to finish_block_internal.
4477 (end_symtab_with_blockvector): Update call to
4478 finish_block_internal.
4479 * buildsym.h: Forward-declare struct dynamic_prop.
4480 (struct context_stack): Add a static_link field.
4481 (finish_block): Add a static link argument.
4482 * c-exp.y: Remove an obsolete comment (evaluation of variables
4483 already start from the selected frame, and now they climb *up*
4484 the call stack) and propagate the block information to the
4485 produced expression.
4486 * d-exp.y: Likewise.
4487 * f-exp.y: Likewise.
4488 * go-exp.y: Likewise.
4489 * jv-exp.y: Likewise.
4490 * m2-exp.y: Likewise.
4491 * p-exp.y: Likewise.
4492 * coffread.c (coff_symtab_read): Update calls to finish_block.
4493 * dbxread.c (process_one_symbol): Likewise.
4494 * xcoffread.c (read_xcoff_symtab): Likewise.
4495 * compile/compile-c-symbols.c (convert_one_symbol): Promote the
4496 "sym" parameter to struct block_symbol, update its uses and pass
4497 its block to calls to read_var_value.
4498 (convert_symbol_sym): Update the calls to convert_one_symbol.
4499 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
4500 call to read_var_value.
4501 * dwarf2loc.c (block_op_get_frame_base): New.
4502 (dwarf2_block_frame_base_locexpr_funcs): Implement the
4503 get_frame_base method.
4504 (dwarf2_block_frame_base_loclist_funcs): Likewise.
4505 (dwarf2locexpr_baton_eval): Add a frame argument and use it
4506 instead of the selected frame in order to evaluate the
4507 expression.
4508 (dwarf2_evaluate_property): Add a frame argument. Update call
4509 to dwarf2_locexpr_baton_eval to provide a frame in available and
4510 to handle the absence of address stack.
4511 * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
4512 * dwarf2read.c (attr_to_dynamic_prop): Add a forward
4513 declaration.
4514 (read_func_scope): Record any available static link description.
4515 Update call to finish_block.
4516 (read_lexical_block_scope): Update call to finish_block.
4517 * findvar.c (follow_static_link): New.
4518 (get_hosting_frame): New.
4519 (default_read_var_value): Add a var_block argument. Use
4520 get_hosting_frame to handle non-local references.
4521 (read_var_value): Add a var_block argument and pass it to the
4522 LA_READ_VAR_VALUE method.
4523 * gdbtypes.c (resolve_dynamic_range): Update calls to
4524 dwarf2_evaluate_property.
4525 (resolve_dynamic_type_internal): Likewise.
4526 * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
4527 read_var_value, passing it the block coming from symbol lookup.
4528 * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
4529 read_var_value (TODO).
4530 * infcmd.c (finish_command_continuation): Update call to
4531 read_var_value, passing it the block coming from symbol lookup.
4532 * infrun.c (insert_exception_resume_breakpoint): Likewise.
4533 * language.h (struct language_defn): Add a var_block argument to
4534 the LA_READ_VAR_VALUE method.
4535 * objfiles.c (struct static_link_htab_entry): New.
4536 (static_link_htab_entry_hash): New.
4537 (static_link_htab_entry_eq): New.
4538 (objfile_register_static_link): New.
4539 (objfile_lookup_static_link): New.
4540 (free_objfile): Free the STATIC_LINKS hashed map if needed.
4541 * objfiles.h: Include hashtab.h.
4542 (struct objfile): Add a static_links field.
4543 (objfile_register_static_link): New.
4544 (objfile_lookup_static_link): New.
4545 * printcmd.c (print_variable_and_value): Update call to
4546 read_var_value.
4547 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
4548 * python/py-frame.c (frapy_read_var): Update call to
4549 read_var_value, passing it the block coming from symbol lookup.
4550 * python/py-framefilter.c (extract_sym): Add a sym_block
4551 parameter and set the pointed value to NULL (TODO).
4552 (enumerate_args): Update call to extract_sym.
4553 (enumerate_locals): Update calls to extract_sym and to
4554 read_var_value.
4555 * python/py-symbol.c (sympy_value): Update call to
4556 read_var_value (TODO).
4557 * stack.c (read_frame_local): Update call to read_var_value.
4558 (read_frame_arg): Likewise.
4559 (return_command): Likewise.
4560 * symtab.h (struct symbol_block_ops): Add a get_frame_base
4561 method.
4562 (struct symbol): Add a block field.
4563 (SYMBOL_BLOCK): New accessor.
4564 * valops.c (value_of_variable): Remove frame/block handling and
4565 pass the block argument to read_var_value, which does this job
4566 now.
4567 (value_struct_elt_for_reference): Update calls to
4568 read_var_value.
4569 (value_of_this): Pass the block found to read_var_value.
4570 * value.h (read_var_value): Add a var_block argument.
4571 (default_read_var_value): Likewise.
4572
4573 2015-08-25 Yao Qi <yao.qi@linaro.org>
4574
4575 * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
4576 * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
4577 * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
4578
4579 2015-08-25 Yao Qi <yao.qi@linaro.org>
4580
4581 * Makefile.in (aarch64-liunx.o): New rule.
4582 (HFILES_NO_SRCDIR): Add aarch64-linux.h.
4583 * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
4584 * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
4585 * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
4586 extern.
4587 (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
4588 * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
4589 * nat/aarch64-linux.c: New file.
4590 * nat/aarch64-linux.h: New file.
4591
4592 2015-08-25 Yao Qi <yao.qi@linaro.org>
4593
4594 * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
4595 lwp_arch_private_info and ptid_of_lwp.
4596
4597 2015-08-25 Yao Qi <yao.qi@linaro.org>
4598
4599 * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
4600 Move it to nat/aarch64-linux-hw-point.c.
4601 (debug_reg_change_callback): Likewise.
4602 (aarch64_notify_debug_reg_change): :Likewise.
4603 * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
4604 (aarch64_dr_update_callback_param): New.
4605 (debug_reg_change_callback): New function.
4606 (aarch64_notify_debug_reg_change): Likewise.
4607 * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
4608 Remove the declaration.
4609
4610 2015-08-25 Yao Qi <yao.qi@linaro.org>
4611
4612 * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
4613 Call current_lwp_ptid.
4614
4615 2015-08-25 Yao Qi <yao.qi@linaro.org>
4616
4617 * aarch64-linux-nat.c (debug_reg_change_callback): Use
4618 debug_printf.
4619
4620 2015-08-25 Yao Qi <yao.qi@linaro.org>
4621
4622 * aarch64-linux-nat.c (debug_reg_change_callback): Call
4623 ptid_get_pid rather than ptid_get_lwp.
4624
4625 2015-08-24 Pedro Alves <palves@redhat.com>
4626
4627 * NEWS (New commands): Mention set/show remote
4628 multiprocess-extensions-packet.
4629 * remote.c (remote_query_supported): Only tell the server to use
4630 the multiprocess extensions if the user hasn't force-disabled them
4631 with "set remote multiprocess-extensions-packet off".
4632
4633 2015-08-24 Pedro Alves <palves@redhat.com>
4634
4635 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
4636 1029a8112290f6eee9d7878a391c49db42c999bd.
4637 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
4638 Regenerate.
4639 * gnulib/import/Makefile.am: Update.
4640 * gnulib/import/Makefile.in: Update.
4641 * gnulib/import/alloca.in.h: Update.
4642 * gnulib/import/basename-lgpl.c: Update.
4643 * gnulib/import/canonicalize-lgpl.c: Update.
4644 * gnulib/import/config.charset: Update.
4645 * gnulib/import/dirent.in.h: Update.
4646 * gnulib/import/dirfd.c: Update.
4647 * gnulib/import/dirname-lgpl.c: Update.
4648 * gnulib/import/dirname.h: Update.
4649 * gnulib/import/dosname.h: Update.
4650 * gnulib/import/errno.in.h: Update.
4651 * gnulib/import/extra/snippet/arg-nonnull.h: Update.
4652 * gnulib/import/extra/snippet/c++defs.h: Update.
4653 * gnulib/import/extra/snippet/warn-on-use.h: Update.
4654 * gnulib/import/extra/update-copyright: Update.
4655 * gnulib/import/float+.h: Update.
4656 * gnulib/import/float.c: Update.
4657 * gnulib/import/float.in.h: Update.
4658 * gnulib/import/fnmatch.c: Update.
4659 * gnulib/import/fnmatch.in.h: Update.
4660 * gnulib/import/fnmatch_loop.c: Update.
4661 * gnulib/import/fpucw.h: Update.
4662 * gnulib/import/frexp.c: Update.
4663 * gnulib/import/frexpl.c: Update.
4664 * gnulib/import/gettimeofday.c: Update.
4665 * gnulib/import/inttypes.in.h: Update.
4666 * gnulib/import/isnan.c: Update.
4667 * gnulib/import/isnand-nolibm.h: Update.
4668 * gnulib/import/isnand.c: Update.
4669 * gnulib/import/isnanl-nolibm.h: Update.
4670 * gnulib/import/isnanl.c: Update.
4671 * gnulib/import/itold.c: Update.
4672 * gnulib/import/localcharset.c: Update.
4673 * gnulib/import/localcharset.h: Update.
4674 * gnulib/import/lstat.c: Update.
4675 * gnulib/import/m4/00gnulib.m4: Update.
4676 * gnulib/import/m4/absolute-header.m4: Update.
4677 * gnulib/import/m4/alloca.m4: Update.
4678 * gnulib/import/m4/canonicalize.m4: Update.
4679 * gnulib/import/m4/codeset.m4: Update.
4680 * gnulib/import/m4/configmake.m4: Update.
4681 * gnulib/import/m4/dirent_h.m4: Update.
4682 * gnulib/import/m4/dirfd.m4: Update.
4683 * gnulib/import/m4/dirname.m4: Update.
4684 * gnulib/import/m4/double-slash-root.m4: Update.
4685 * gnulib/import/m4/eealloc.m4: Update.
4686 * gnulib/import/m4/errno_h.m4: Update.
4687 * gnulib/import/m4/exponentd.m4: Update.
4688 * gnulib/import/m4/exponentl.m4: Update.
4689 * gnulib/import/m4/extensions.m4: Update.
4690 * gnulib/import/m4/extern-inline.m4: Update.
4691 * gnulib/import/m4/fcntl-o.m4: Update.
4692 * gnulib/import/m4/float_h.m4: Update.
4693 * gnulib/import/m4/fnmatch.m4: Update.
4694 * gnulib/import/m4/fpieee.m4: Update.
4695 * gnulib/import/m4/frexp.m4: Update.
4696 * gnulib/import/m4/frexpl.m4: Update.
4697 * gnulib/import/m4/gettimeofday.m4: Update.
4698 * gnulib/import/m4/glibc21.m4: Update.
4699 * gnulib/import/m4/gnulib-cache.m4: Update.
4700 * gnulib/import/m4/gnulib-common.m4: Update.
4701 * gnulib/import/m4/gnulib-comp.m4: Update.
4702 * gnulib/import/m4/gnulib-tool.m4: Update.
4703 * gnulib/import/m4/include_next.m4: Update.
4704 * gnulib/import/m4/inttypes-pri.m4: Update.
4705 * gnulib/import/m4/inttypes.m4: Update.
4706 * gnulib/import/m4/isnand.m4: Update.
4707 * gnulib/import/m4/isnanl.m4: Update.
4708 * gnulib/import/m4/largefile.m4: Update.
4709 * gnulib/import/m4/localcharset.m4: Update.
4710 * gnulib/import/m4/locale-fr.m4: Update.
4711 * gnulib/import/m4/locale-ja.m4: Update.
4712 * gnulib/import/m4/locale-zh.m4: Update.
4713 * gnulib/import/m4/longlong.m4: Update.
4714 * gnulib/import/m4/lstat.m4: Update.
4715 * gnulib/import/m4/malloc.m4: Update.
4716 * gnulib/import/m4/malloca.m4: Update.
4717 * gnulib/import/m4/math_h.m4: Update.
4718 * gnulib/import/m4/mbrtowc.m4: Update.
4719 * gnulib/import/m4/mbsinit.m4: Update.
4720 * gnulib/import/m4/mbsrtowcs.m4: Update.
4721 * gnulib/import/m4/mbstate_t.m4: Update.
4722 * gnulib/import/m4/memchr.m4: Update.
4723 * gnulib/import/m4/memmem.m4: Update.
4724 * gnulib/import/m4/mmap-anon.m4: Update.
4725 * gnulib/import/m4/multiarch.m4: Update.
4726 * gnulib/import/m4/nocrash.m4: Update.
4727 * gnulib/import/m4/off_t.m4: Update.
4728 * gnulib/import/m4/pathmax.m4: Update.
4729 * gnulib/import/m4/readlink.m4: Update.
4730 * gnulib/import/m4/rename.m4: Update.
4731 * gnulib/import/m4/rmdir.m4: Update.
4732 * gnulib/import/m4/ssize_t.m4: Update.
4733 * gnulib/import/m4/stat.m4: Update.
4734 * gnulib/import/m4/stdbool.m4: Update.
4735 * gnulib/import/m4/stddef_h.m4: Update.
4736 * gnulib/import/m4/stdint.m4: Update.
4737 * gnulib/import/m4/stdio_h.m4: Update.
4738 * gnulib/import/m4/stdlib_h.m4: Update.
4739 * gnulib/import/m4/string_h.m4: Update.
4740 * gnulib/import/m4/strstr.m4: Update.
4741 * gnulib/import/m4/strtok_r.m4: Update.
4742 * gnulib/import/m4/sys_socket_h.m4: Update.
4743 * gnulib/import/m4/sys_stat_h.m4: Update.
4744 * gnulib/import/m4/sys_time_h.m4: Update.
4745 * gnulib/import/m4/sys_types_h.m4: Update.
4746 * gnulib/import/m4/time_h.m4: Update.
4747 * gnulib/import/m4/unistd_h.m4: Update.
4748 * gnulib/import/m4/warn-on-use.m4: Update.
4749 * gnulib/import/m4/wchar_h.m4: Update.
4750 * gnulib/import/m4/wchar_t.m4: Update.
4751 * gnulib/import/m4/wctype_h.m4: Update.
4752 * gnulib/import/m4/wint_t.m4: Update.
4753 * gnulib/import/malloc.c: Update.
4754 * gnulib/import/malloca.c: Update.
4755 * gnulib/import/malloca.h: Update.
4756 * gnulib/import/math.in.h: Update.
4757 * gnulib/import/mbrtowc.c: Update.
4758 * gnulib/import/mbsinit.c: Update.
4759 * gnulib/import/mbsrtowcs-impl.h: Update.
4760 * gnulib/import/mbsrtowcs-state.c: Update.
4761 * gnulib/import/mbsrtowcs.c: Update.
4762 * gnulib/import/memchr.c: Update.
4763 * gnulib/import/memmem.c: Update.
4764 * gnulib/import/pathmax.h: Update.
4765 * gnulib/import/readlink.c: Update.
4766 * gnulib/import/ref-add.sin: Update.
4767 * gnulib/import/ref-del.sin: Update.
4768 * gnulib/import/rename.c: Update.
4769 * gnulib/import/rmdir.c: Update.
4770 * gnulib/import/same-inode.h: Update.
4771 * gnulib/import/stat.c: Update.
4772 * gnulib/import/stdbool.in.h: Update.
4773 * gnulib/import/stddef.in.h: Update.
4774 * gnulib/import/stdint.in.h: Update.
4775 * gnulib/import/stdio.c: Update.
4776 * gnulib/import/stdio.in.h: Update.
4777 * gnulib/import/stdlib.in.h: Update.
4778 * gnulib/import/str-two-way.h: Update.
4779 * gnulib/import/streq.h: Update.
4780 * gnulib/import/string.in.h: Update.
4781 * gnulib/import/stripslash.c: Update.
4782 * gnulib/import/strnlen1.c: Update.
4783 * gnulib/import/strnlen1.h: Update.
4784 * gnulib/import/strstr.c: Update.
4785 * gnulib/import/strtok_r.c: Update.
4786 * gnulib/import/sys_stat.in.h: Update.
4787 * gnulib/import/sys_time.in.h: Update.
4788 * gnulib/import/sys_types.in.h: Update.
4789 * gnulib/import/time.in.h: Update.
4790 * gnulib/import/unistd.in.h: Update.
4791 * gnulib/import/verify.h: Update.
4792 * gnulib/import/wchar.in.h: Update.
4793 * gnulib/import/wctype.in.h: Update.
4794 * gnulib/import/gettimeofday.c: New file.
4795 * gnulib/import/m4/absolute-header.m4: New file.
4796 * gnulib/import/m4/gettimeofday.m4: New file.
4797 * gnulib/import/m4/sys_socket_h.m4: New file.
4798 * gnulib/import/m4/sys_time_h.m4: New file.
4799 * gnulib/import/stdio.c: Delete file.
4800 * gnulib/import/sys_time.in.h: New file.
4801
4802 2015-08-24 Pedro Alves <palves@redhat.com>
4803
4804 * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
4805 * common/gdb_sys_time.h: New file.
4806 * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
4807 * gdb_select.h: Likewise.
4808 * gdb_usleep.c: Likewise.
4809 * maint.c: Likewise.
4810 * mi/mi-main.c: Likewise.
4811 * mi/mi-parse.h: Likewise.
4812 * remote-fileio.c: Likewise.
4813 * remote-m32r-sdi.c: Likewise.
4814 * remote.c: Likewise.
4815 * ser-base.c: Likewise.
4816 * ser-pipe.c: Likewise.
4817 * ser-tcp.c: Likewise.
4818 * ser-unix.c: Likewise.
4819 * symfile.c: Likewise.
4820 * symfile.c: Likewise. Rename OSIZE to SIZE throughout.
4821 * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
4822 * utils.c: Likewise.
4823
4824 2015-08-24 Pedro Alves <palves@redhat.com>
4825
4826 * NEWS: Mention removed support for the various ROM monitors.
4827 * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
4828 ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
4829 * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
4830 gdb_target_obs.
4831 (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
4832 gdb_target_obs.
4833 (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
4834 dsrec.o from gdb_target_obs.
4835 (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
4836 from gdb_target_obs.
4837 (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
4838 gdb_target_obs.
4839 (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
4840 dink32-rom.o from gdb_target_obs.
4841 (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
4842 (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
4843 * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
4844 monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
4845
4846 2015-08-21 Pedro Alves <palves@redhat.com>
4847
4848 * frame.c (null_frame_id): Explicitly zero-initialize.
4849
4850 2015-08-21 Tom Tromey <tromey@redhat.com>
4851
4852 * dwarf2read.c (struct dwarf2_section_info): Rename field
4853 'asection' to 'section'.
4854 (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
4855 (dwarf2_locate_sections, dwarf2_locate_sections)
4856 (locate_dwz_sections, locate_v1_virtual_dwo_sections)
4857 (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
4858 (dwarf2_locate_v2_dwp_sections): Adjust.
4859
4860 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
4861
4862 * top.h (gdb_in_secondary_prompt_p): Declare.
4863 * top.c (gdb_secondary_prompt_depth): Define.
4864 (gdb_in_secondary_prompt_p): Define.
4865 (gdb_readline_wrapper_cleanup): Decrement
4866 gdb_secondary_prompt_depth.
4867 (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
4868 * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
4869 are in a secondary prompt.
4870
4871 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
4872
4873 * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
4874 emit the newline.
4875
4876 2015-08-21 Gary Benson <gbenson@redhat.com>
4877
4878 * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
4879
4880 2015-08-21 Gary Benson <gbenson@redhat.com>
4881
4882 * target.h (struct target_ops) <to_fileio_open>: New argument
4883 warn_if_slow. Update comment. All implementations updated.
4884 (target_fileio_open_warn_if_slow): New declaration.
4885 * target.c (target_fileio_open): Renamed as...
4886 (target_fileio_open_1): ...this. New argument warn_if_slow.
4887 Pass warn_if_slow to implementation. Update debug printing.
4888 (target_fileio_open): New function.
4889 (target_fileio_open_warn_if_slow): Likewise.
4890 * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
4891 target_fileio_open_warn_if_slow.
4892
4893 2015-08-21 Gary Benson <gbenson@redhat.com>
4894
4895 * nat/linux-namespaces.c (linux_mntns_access_fs):
4896 Do not overwrite old_chain.
4897
4898 2015-08-20 Max Filippov <jcmvbkbc@gmail.com>
4899
4900 * arch/xtensa.h: New file.
4901 * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
4902 (ps_get_thread_area): New function.
4903 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
4904 set_gdbarch_fetch_tls_load_module_address to enable TLS support.
4905 * xtensa-tdep.c (osabi.h): New #include.
4906 (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
4907 xtensa-specific hooks.
4908 * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
4909 member and move the structure to arch/xtensa.h.
4910
4911 2015-08-21 Pedro Alves <palves@redhat.com>
4912
4913 * remote.c (struct readahead_cache): New.
4914 (struct remote_state) <readahead_cache>: New field.
4915 (remote_open_1): Invalidate the cache.
4916 (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
4917 functions.
4918 (remote_hostio_pwrite): Invalidate the readahead cache.
4919 (remote_hostio_pread): Rename to ...
4920 (remote_hostio_pread_vFile): ... this.
4921 (remote_hostio_pread_from_cache): New function.
4922 (remote_hostio_pread): Reimplement.
4923 (remote_hostio_close): Invalidate the readahead cache.
4924
4925 2015-08-21 Marcin Cieślak <saper@saper.info> (tiny patch)
4926
4927 PR build/18843
4928 * procfs.c: Include "filestuff.h".
4929
4930 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
4931
4932 * tui/tui-data.h (tui_command_info): Remove fields cur_line and
4933 curch.
4934 * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
4935 cur_line or curch, instead call wmove().
4936 (init_win_info) [CMD_WIN]: Likewise.
4937 * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
4938 instead call getcury().
4939 (tui_redisplay_readline): Don't set cur_line or curch.
4940 (tui_mld_erase_entire_line): Don't read cur_line, instead call
4941 getcury().
4942 (tui_cont_sig): Remove call to wmove.
4943 (tui_getc): Don't read cur_line or curch, instead call getcury()
4944 or getyx(). Don't set curch.
4945 * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
4946 set cur_line or curch. Always move cursor to (0,0).
4947
4948 2015-08-20 Pedro Alves <palves@redhat.com>
4949
4950 * infrun.c (print_target_wait_results): Make extern.
4951 * infrun.h (print_target_wait_results): Declare.
4952 * remote.c (set_stop_requested_callback): Delete.
4953 (process_initial_stop_replies): New function.
4954 (remote_start_remote): Use it.
4955 (stop_reply_queue_length): New function.
4956
4957 2015-08-20 Pedro Alves <palves@redhat.com>
4958
4959 * dwarf2read.c (process_full_comp_unit): To tell whether
4960 start_subfile managed to deduce a language, test for
4961 language_unknown instead of language_c.
4962
4963 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
4964
4965 * ada-lex.l: Reset the start condition to INITIAL in the rule that
4966 matches attributes.
4967
4968 2015-08-19 Kevin Buettner <kevinb@redhat.com>
4969
4970 * dwarf2read.c (dwarf2_string_attr): New function.
4971 (lookup_dwo_unit, process_psymtab_comp_unit_reader)
4972 (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
4973 (read_call_site_scope, namespace_name, guess_full_die_structure_name)
4974 (anonymous_struct_prefix, prepare_one_comp_unit): Use
4975 dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
4976
4977 2015-08-18 Doug Evans <dje@google.com>
4978 Adrian Sendroiu <adrian.sendroiu@freescale.com>
4979
4980 PR mi/18833
4981 * cli/cli-logging.c (pop_output_files): Don't restore redirection
4982 if MI-like.
4983 * mi/mi-out.c: #include "vec.h".
4984 (ui_filep): New type.
4985 (DEV_VEC_P (ui_filep)): New type.
4986 (struct ui_out_data) <buffer, original_buffer>: Delete.
4987 (struct ui_out_data) <streams>: New member.
4988 (mi_ui_out_impl): Add data_destroy field.
4989 (mi_field_string, mi_field_fmt): Update.
4990 (mi_flush, mi_redirect, field_separator): Update.
4991 (mi_open, mi_close): Update.
4992 (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
4993 (mi_out_data_ctor, mi_out_data_dtor): New functions.
4994 (mi_out_new): Call mi_out_data_ctor.
4995
4996 2015-08-18 Sandra Loosemore <sandra@codesourcery.com>
4997
4998 * remote.c (strprefix): New.
4999 (remote_parse_stop_reply): Use strprefix instead of strncmp
5000 to ensure exact match of keyword.
5001
5002 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
5003
5004 * gdb_bfd.c (debug_bfd_cache): New variable.
5005 (show_bfd_cache_debug): New function.
5006 (gdb_bfd_open): Add debug logging.
5007 (gdb_bfd_ref): Likewise.
5008 (gdb_bfd_unref): Likewise.
5009 (_initialize_gdb_bfd): Add new set/show command.
5010 * NEWS: Mention new command.
5011
5012 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
5013
5014 * gdb_bfd.c (bfd_sharing): New variable.
5015 (show_bfd_sharing): New function.
5016 (gdb_bfd_open): Check bfd_sharing variable.
5017 (_initialize_gdb_bfd): Add new set/show command.
5018 * NEWS: Mention new command.
5019
5020 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
5021
5022 * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
5023 field.
5024 (struct gdb_bfd_cache_search): Likewise.
5025 (eq_bfd): Compare the size, inode, and device id fields.
5026 (gdb_bfd_open): Initialise the size, inode, and device id fields.
5027 (gdb_bfd_ref): Likewise.
5028 (gdb_bfd_unref): Likewise.
5029
5030 2015-08-18 Pedro Alves <palves@redhat.com>
5031
5032 * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
5033 target implements to_always_non_stop_p, call it.
5034 * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
5035 (x86_linux_create_target): Install it as to_always_non_stop_p
5036 method.
5037
5038 2015-08-17 Doug Evans <dje@google.com>
5039
5040 * ui-out.c (default_ui_out_impl): Add comment.
5041
5042 2015-08-17 Iain Buclaw <ibuclaw@gdcproject.org>
5043
5044 * d-exp.y (type_aggregate_p): New function.
5045 (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
5046 (classify_inner_name): Likewise.
5047 * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
5048
5049 2015-08-15 Doug Evans <xdje42@gmail.com>
5050
5051 * psymtab.c (add_psymbol_to_bcache): Remove "val" arg. All callers
5052 updated.
5053 (add_psymbol_to_list): Ditto.
5054
5055 2015-08-15 Doug Evans <xdje42@gmail.com>
5056
5057 * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab. All callers
5058 updated. Call end_psymtab_common.
5059 * dwarf2read.c (process_psymtab_comp_unit_reader): Call
5060 end_psymtab_common.
5061 (build_type_psymtabs_reader): Ditto.
5062 * psympriv.h (sort_pst_symbols): Delete.
5063 (end_psymtab_common): Declare.
5064 * psymtab.c (sort_pst_symbols): Make static.
5065 (end_psymtab_common): New function.
5066 * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
5067
5068 2015-08-15 Doug Evans <xdje42@gmail.com>
5069
5070 * defs.h (LANGUAGE_BITS): Define.
5071 * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
5072 (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
5073 * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
5074 (minimal_symbol_type): Add nr_minsym_types.
5075 (MINSYM_TYPE_BITS): Define.
5076 (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
5077 (domain_enum_tag): Add NR_DOMAINS.
5078 (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
5079 (SYMBOL_ACLASS_BITS): Define from 6 to 5.
5080
5081 2015-08-15 Doug Evans <xdje42@gmail.com>
5082
5083 * objfiles.h: Whitespace cleanup.
5084 * psympriv.h: Whitespace cleanup.
5085 * psymtab.c: Whitespace/coding convention cleanup.
5086
5087 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5088
5089 * inferior.c (detach_inferior_command): Don't call
5090 any_thread_of_process when pid is 0.
5091 (kill_inferior_command): Likewise.
5092
5093 2015-08-14 Doug Evans <xdje42@gmail.com>
5094
5095 PR gdb/11833
5096 * NEWS: Document new /s modifier for the disassemble command.
5097 * cli/cli-cmds.c (disassemble_command): Add support for /s.
5098 (_initialize_cli_cmds): Update online docs of disassemble command.
5099 * disasm.c: #include "source.h".
5100 (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
5101 All uses updated.
5102 (dis_line_entry): New struct.
5103 (hash_dis_line_entry, eq_dis_line_entry): New functions.
5104 (allocate_dis_line_table): New functions.
5105 (maybe_add_dis_line_entry, line_has_code_p): New functions.
5106 (dump_insns): New arg end_pc. All callers updated.
5107 (do_mixed_source_and_assembly_deprecated): Renamed from
5108 do_mixed_source_and_assembly. All callers updated.
5109 (do_mixed_source_and_assembly): New function.
5110 (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
5111 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
5112 DISASSEMBLY_SOURCE. All uses updated.
5113 (DISASSEMBLY_SOURCE): New macro.
5114 * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
5115
5116 2015-08-14 Keith Seitz <keiths@redhat.com>
5117
5118 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
5119 `typename' to `type_name' to avoid C++ reserved word.
5120
5121 2015-08-14 Keith Seitz <keiths@redhat.com>
5122
5123 * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
5124 (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
5125 silence ARI errors.
5126
5127 2015-08-14 Iain Buclaw <ibuclaw@gdcproject.org>
5128
5129 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
5130 xstrprintf instead of malloc and sprintf.
5131 (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
5132 (lex_one_token): Likewise.
5133
5134 2015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
5135
5136 * solib-svr4.c (read_program_header): Add base_addr argument to
5137 report the runtime address of the segment.
5138 (find_program_interpreter): Update read_program_header call to pass
5139 a NULL pointer for the new argument.
5140 (scan_dyntag): Add ptr_addr argument to report the runtime address
5141 of the tag payload.
5142 (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
5143 read_program_header to get the base address of the dynamic segment.
5144 (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
5145 read_program_header.
5146 (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
5147
5148 2015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
5149
5150 * MAINTAINERS (Write After Approval): Add Matthew Fortune.
5151
5152 2015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
5153
5154 * d-exp.y (%union): Add voidval.
5155 (%token): Add UNKNOWN_NAME as a token to represent an unclassified
5156 name in the lexing stage.
5157 (PostfixExpression): Move symbol completion handling in grammar here
5158 from PrimaryExpression.
5159 (PrimaryExpression): Move routines to handle resolving identifier
5160 tokens in the grammar here from push_expression_name.
5161 (IdentifierExp): Remove the handling of alternating '.' and identifier
5162 tokens.
5163 (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
5164 (BasicType): Remove C-style typename rules.
5165 (d_type_from_name, d_module_from_name, push_variable)
5166 (push_fieldnames, push_type_name, push_module_name)
5167 (push_expression_name): Remove.
5168 (lex_one_token): Rename from yylex. Replace pstate with par_state.
5169 (token_and_value): New type.
5170 (token_fifo, popping, name_obstack): New globals.
5171 (classify_name): New function.
5172 (classify_inner_name): Likewise.
5173 (yylex): Likewise.
5174 (d_parse): Initialize token_fifo, popping and name_obstack.
5175
5176 2015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
5177
5178 * Makefile.in (SFILES): Add d-namespace.c.
5179 (COMMON_OBS): Add d-namespace.o.
5180 * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
5181 la_lookup_symbol_nonlocal callback function pointer.
5182 * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
5183 (d_lookup_nested_symbol): New declaration.
5184 * d-namespace.c: New file.
5185
5186 2015-08-13 Pedro Alves <palves@redhat.com>
5187
5188 * python/py-unwind.c (pyuw_sniffer): Install the invalidate
5189 cleanup after the decref cleanup, not before.
5190
5191 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5192
5193 * ada-lang.c: Include namespace.h
5194 (aux_add_nonlocal_symbols): Fix a function name in comment.
5195 (ada_add_block_renamings): New.
5196 (add_nonlocal_symbols): Add global renamings handling.
5197 (ada_lookup_symbol_list_worker): Move the symbol lookup part
5198 to...
5199 (ada_add_all_symbols): ... this new function.
5200 (ada_add_block_symbols): Try to match the input name against the
5201 "using directives list", perform a recursive symbol lookup on
5202 the matched declarations.
5203 * block.h (struct block): Move the_namespace to top-level as
5204 namespace_info. Remove the language_specific field.
5205 (BLOCK_NAMESPACE): Update access to the namespace_info field.
5206 * buildsym.h (using_directives): Rename into...
5207 (local_using_directives): ... this.
5208 (global_using_directives): New.
5209 (struct context_stack): Rename the using_directives field into
5210 local_using_directives.
5211 * buildsym.c (finish_block_internal): Deal with the proper
5212 using directives repository (local or global).
5213 (prepare_for_building): Reset local_using_directives. Assert
5214 that there is no pending global using directive.
5215 (reset_symtab_globals): Reset global_using_directives and
5216 local_using_directives.
5217 (end_symtab_get_static_block): Don't ignore symtabs that have
5218 only using directives.
5219 (push_context): Update references to local_using_directives.
5220 (buildsym_init): Do not reset using_directives.
5221 * cp-support.c: Include namespace.h.
5222 * cp-support.h (struct using_direct): Move to namespace.h.
5223 (cp_add_using_directives): Move to namespace.h.
5224 * cp-namespace.c: Include namespace.h
5225 (cp_add_using_directive): Move to namespace.c, rename it to
5226 add_using_directive, add a "using_directives" argument and use
5227 it as the pending using directives repository. All callers
5228 updated.
5229 * dwarf2read.c (using_directives): New.
5230 (read_import_statement): Call using_directives.
5231 (read_func_scope): Update references to local_using_directives.
5232 (read_lexical_block_scope): Likewise.
5233 (read_namespace): Update the heading comment, call
5234 using_directives.
5235 * namespace.h: New file.
5236 * namespace.c: New file.
5237 * Makefile.in (SFILES): Add namespace.c.
5238 (COMMON_OBS): Add namespace.o
5239
5240 2015-08-12 Joel Brobecker <brobecker@adacore.com>
5241
5242 * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
5243 compute RETADDR.
5244
5245 2015-08-12 Keith Seitz <keiths@redhat.com>
5246
5247 * break-catch-throw.c (re_set_exception_catchpoint) Rename
5248 reserved C++ keyword "explicit" to "explicit_loc".
5249 * breakpoint.c (create_overlay_event_breakpoint)
5250 (create_longjmp_master_breakpoint)
5251 (create_std_terminate_master_breakpoint)
5252 (create_exception_master_breakpoint, update_static_tracepoint):
5253 Rename reserved C++ keyword "explicit" to "explicit_loc".
5254 * completer.c (collect_explicit_location_matches)
5255 (explicit_location_completer): Rename reserved C++ keyword
5256 "explicit" to "explicit_loc".
5257 * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
5258 (canonicalize_linespec, create_sals_line_offset)
5259 (convert_linespec_to_sals, convert_explicit_location_to_sals)
5260 (event_location_to_sals, decode_objc): Rename reserved C++ keyword
5261 "explicit" to "explicit_loc".
5262 * location.c (struct event_location) <explicit>: Rename to
5263 "explicit_loc".
5264 (initialize_explicit_location, new_explicit_location)
5265 (explicit_location_to_string_internal, explicit_location_to_linespec):
5266 Rename reserved C++ keyword "explicit" to "explicit_loc".
5267 * location.h (explicit_location_to_string)
5268 (explicit_location_to_linespec, initialize_explicit_location)
5269 (new_explicit_location): Rename reserved C++ keyword "explicit"
5270 to "explicit_loc".
5271 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
5272 keyword "explicit" to "explicit_loc".
5273
5274 2015-08-12 Keith Seitz <keiths@redhat.com>
5275
5276 * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
5277 and only call decode_line_1 when it is non-NULL.
5278
5279 2015-08-12 Luis Machado <lgustavo@codesourcery.com>
5280
5281 * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
5282 location address is not meaningful.
5283 (breakpoint_address_is_meaningful): Update comment.
5284
5285 2015-08-11 Keith Seitz <keiths@redhat.com>
5286
5287 * NEWS: Mention explicit locations.
5288 * breakpoint.c [LOCATION_HELP_STRING]: New macro.
5289 [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
5290 (_initialize_breakpoint): Update documentation for
5291 "clear", "break", "trace", "strace", "ftrace", and "dprintf".
5292
5293 2015-08-11 Keith Seitz <keiths@redhat.com>
5294
5295 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
5296 explicit locations, options "--source", "--function",
5297 "--label", and "--line".
5298
5299 2015-08-11 Keith Seitz <keiths@redhat.com>
5300
5301 * completer.c: Include location.h.
5302 (enum match_type): New enum.
5303 (location_completer): Rename to ...
5304 (linespec_completer): ... this.
5305 (collect_explicit_location_matches, backup_text_ptr)
5306 (explicit_location_completer): New functions.
5307 (location_completer): "New" function; handle linespec
5308 and explicit location completions.
5309 (complete_line_internal): Remove all location completer-specific
5310 handling.
5311 * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
5312 (find_toplevel_char): Export.
5313 (linespec_parse_line_offset): Export.
5314 Issue error if STRING is not numerical.
5315 (gdb_get_linespec_parser_quote_characters): New function.
5316 * linespec.h (linespec_parse_line_offset): Declare.
5317 (get_gdb_linespec_parser_quote_characters): Declare.
5318 (is_ada_operator): Declare.
5319 (find_toplevel_char): Declare.
5320 (linespec_lexer_lex_keyword): Declare.
5321 * location.c (explicit_to_event_location): New function.
5322 (explicit_location_lex_one): New function.
5323 (string_to_explicit_location): New function.
5324 (string_to_event_location): Handle explicit locations.
5325 * location.h (explicit_to_event_location): Declare.
5326 (string_to_explicit_location): Declare.
5327
5328 2015-08-11 Keith Seitz <keiths@redhat.com>
5329
5330 * break-catch-throw.c (re_set_exception_catchpoint): Convert
5331 linespec into explicit location.
5332 * breakpoint.c (create_overlay_breakpoint)
5333 (create_longjmp_master_breakpoint)
5334 (create_std_terminate_master_breakpoint)
5335 (create_exception_master_breakpoint): Convert linespec into explicit
5336 location.
5337 (update_static_tracepoint): Convert linespec into explicit location.
5338 * linespec.c (enum offset_relative_sign, struct line_offset): Move
5339 location.h.
5340 (struct linespec) <expression, expr_pc, source_filename>
5341 <function_name, label_name, line_offset>: Replace with ...
5342 <explicit>: ... this.
5343 <is_linespec>: New member.
5344 (PARSER_EXPLICIT): New accessor macro.
5345 (undefined_label_error): New function.
5346 (source_file_not_found_error): New function.
5347 (linespec_parse_basic): The parser result is now an explicit location.
5348 Use PARSER_EXPLICIT to access it.
5349 Use undefined_label_error.
5350 (canonicalize_linespec): Convert canonical linespec into explicit
5351 location.
5352 Move string representation of location to explicit_location_to_linespec
5353 and use it and explicit_location_to_string to save string
5354 representations of the canonical location.
5355 (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
5356 explicit location. Update all references.
5357 (convert_explicit_location_to_sals): New function.
5358 (parse_linespec): Use PARSER_EXPLICIT to access the parser
5359 result's explicit location.
5360 (linespec_state_constructor): Initialize is_linespec.
5361 Use PARSER_EXPLICIT.
5362 (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
5363 result.
5364 (event_location_to_sals): For linespec locations, set is_linespec.
5365 Handle explicit locations.
5366 (decode_objc): 'ls' contains an explicit location now. Update all
5367 references.
5368 (symtabs_from_filename): Use source_file_not_found_error.
5369 * location.c (struct event_location.u) <explicit>: New member.
5370 (initialize_explicit_location): New function.
5371 (initialize_event_location): Initialize explicit locations.
5372 (new_explicit_location, get_explicit_location)
5373 (get_explicit_location_const): New functions.
5374 (explicit_to_string_internal): New function; most of contents moved
5375 from canonicalize_linespec.
5376 (explicit_location_to_string): New function.
5377 (explicit_location_to_linespec): New function.
5378 (copy_event_location, delete_event_location)
5379 (event_location_to_string_const, event_location_empty_p): Handle
5380 explicit locations.
5381 * location.h (enum offset_relative_sign, struct line_offset): Move
5382 here from linespec.h.
5383 (enum event_location_type): Add EXPLICIT_LOCATION.
5384 (struct explicit_location): New structure.
5385 (explicit_location_to_string): Declare.
5386 (explicit_location_to_linespec): Declare.
5387 (new_explicit_location, get_explicit_locationp
5388 (get_explicit_location_const, initialize_explicit_location): Declare.
5389
5390 2015-08-11 Keith Seitz <keiths@redhat.com>
5391
5392 * break-catch-throw.c (re_set_exception_catchpoint): Convert
5393 linespec for stap probe to probe location.
5394 * breakpoint.c (create_longjmp_master_breakpoint)
5395 (create_exception_master_breakpoint): Likewise.
5396 (break_command_1): Remove local variable `arg_cp'.
5397 Check location type to set appropriate breakpoint ops methods.
5398 (trace_command): Likewise.
5399 * linespec.c (event_location_to_sals): Assert on probe locations.
5400 * location.c (EL_PROBE): Add macro definition.
5401 (new_probe_location, get_probe_location): New functions.
5402 (copy_event_location, delete_event_location, event_location_to_string)
5403 (string_to_event_location, event_location_empty_p): Handle probe
5404 locations.
5405 * location.h (enum event_location_type): Add PROBE_LOCATION.
5406 (new_probe_location, get_probe_location): Declare.
5407 * probe.c (parse_probes): Assert that LOCATION is a probe location.
5408 Convert linespec into probe location.
5409
5410 2015-08-11 Keith Seitz <keiths@redhat.com>
5411
5412 * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
5413 Convert linespec to address location.
5414 * linespec.c (canonicalize_linespec): Do not handle address
5415 locations here.
5416 (convert_address_location_to_sals): New function; contents moved
5417 from ...
5418 (convert_linespc_to_sals): ... here.
5419 (parse_linespec): Remove address locations from linespec grammar.
5420 Remove handling of address locations.
5421 (linespec_lex_to_end): Remove handling of address linespecs.
5422 (event_location_to_sals): Handle ADDRESS_LOCATION.
5423 (linespec_expression_to_pc): Export.
5424 * linespec.h (linespec_expression_to_pc): Add declaration.
5425 * location.c (struct event_location.u) <address>: New member.
5426 (new_address_location, get_address_location): New functions.
5427 (copy_event_location, delete_event_location, event_location_to_string)
5428 (string_to_event_location, event_location_empty_p): Handle address
5429 locations.
5430 * location.h (enum event_location_type): Add ADDRESS_LOCATION.
5431 (new_address_location, get_address_location): Declare.
5432 * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
5433 to address location.
5434 * spu-tdep.c (spu_catch_start): Likewise.
5435
5436 2015-08-11 Keith Seitz <keiths@redhat.com>
5437
5438 * ax-gdb.c: Include location.h.
5439 (agent_command_1) Use linespec location instead of address
5440 string.
5441 * break-catch-throw.c: Include location.h.
5442 (re_set_exception_catchpoint): Use linespec locations instead
5443 of address strings.
5444 * breakpoint.c: Include location.h.
5445 (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
5446 (create_std_terminate_master_breakpoint)
5447 (create_exception_master_breakpoint, update_breakpoints_after_exec):
5448 Use linespec location instead of address string.
5449 (print_breakpoint_location): Use locations and
5450 event_location_to_string.
5451 Print extra_string for pending locations for non-MI streams.
5452 (print_one_breakpoint_location): Use locations and
5453 event_location_to_string.
5454 (init_raw_breakpoint_without_location): Initialize b->location.
5455 (create_thread_event_breakpoint): Use linespec location instead of
5456 address string.
5457 (init_breakpoint_sal): Likewise.
5458 Only save extra_string if it is non-NULL and not the empty string.
5459 Use event_location_to_string instead of `addr_string'.
5460 Constify `p' and `endp'.
5461 Use skip_spaces_const/skip_space_const instead of non-const versions.
5462 Copy the location into the breakpoint.
5463 If LOCATION is NULL, save the breakpoint address as a linespec location
5464 instead of an address string.
5465 (create_breakpoint_sal): Change `addr_string' parameter to a struct
5466 event_location. All uses updated.
5467 (create_breakpoints_sal): Likewise for local variable `addr_string'.
5468 (parse_breakpoint_sals): Use locations instead of address strings.
5469 Remove check for empty linespec with conditional.
5470 Refactor.
5471 (decode_static_tracepoint_spec): Make argument const and update
5472 function.
5473 (create_breakpoint): Change `arg' to a struct event_location and
5474 rename.
5475 Remove `copy_arg' and `addr_start'.
5476 If EXTRA_STRING is empty, set it to NULL.
5477 Don't populate `canonical' for pending breakpoints.
5478 Pass `extra_string' to find_condition_and_thread.
5479 Clear `extra_string' if `rest' was NULL.
5480 Do not error with "garbage after location" if setting a dprintf
5481 breakpoint.
5482 Copy the location into the breakpoint instead of an address string.
5483 (break_command_1): Use string_to_event_location and pass this to
5484 create_breakpoint instead of an address string.
5485 Check against `arg_cp' for a probe linespec.
5486 (dprintf_command): Use string_to_event_location and pass this to
5487 create_breakpoint instead of an address string.
5488 Throw an exception if no format string was specified.
5489 (print_recreate_ranged_breakpoint): Use event_location_to_string
5490 instead of address strings.
5491 (break_range_command, until_break_command)
5492 (init_ada_exception_breakpoint): Use locations instead
5493 of address strings.
5494 (say_where): Print out extra_string for pending locations.
5495 (base_breakpoint_dtor): Delete `location' and `location_range_end' of
5496 the breakpoint.
5497 (base_breakpoint_create_sals_from_location): Use struct event_location
5498 instead of address string.
5499 Remove `addr_start' and `copy_arg' parameters.
5500 (base_breakpoint_decode_location): Use struct event_location instead of
5501 address string.
5502 (bkpt_re_set): Use locations instead of address strings.
5503 Use event_location_empty_p to check for unset location.
5504 (bkpt_print_recreate): Use event_location_to_string instead of
5505 an address string.
5506 Print out extra_string for pending locations.
5507 (bkpt_create_sals_from_location, bkpt_decode_location)
5508 (bkpt_probe_create_sals_from_location): Use struct event_location
5509 instead of address string.
5510 (bkpt_probe_decode_location): Use struct event_location instead of
5511 address string.
5512 (tracepoint_print_recreate): Use event_location_to_string to
5513 recreate the tracepoint.
5514 (tracepoint_create_sals_from_location, tracepoint_decode_location)
5515 (tracepoint_probe_create_sals_from_location)
5516 (tracepoint_probe_decode_location): Use struct event_location
5517 instead of address string.
5518 (dprintf_print_recreate): Use event_location_to_string to recreate
5519 the dprintf.
5520 (dprintf_re_set): Remove check for valid/missing format string.
5521 (strace_marker_create_sals_from_location)
5522 (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
5523 (update_static_tracepoint): Use struct event_location instead of
5524 address string.
5525 (location_to_sals): Likewise.
5526 Pass `extra_string' to find_condition_and_thread.
5527 For newly resolved pending breakpoint locations, clear the location's
5528 string representation.
5529 Assert that the breakpoint's condition string is NULL when
5530 condition_not_parsed.
5531 (breakpoint_re_set_default, create_sals_from_location_default)
5532 (decode_location_default, trace_command, ftrace_command)
5533 (strace_command, create_tracepoint_from_upload): Use locations
5534 instead of address strings.
5535 * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
5536 Use struct event_location instead of address string.
5537 Update all uses.
5538 <decode_location>: Likewise.
5539 (struct breakpoint) <addr_string>: Change to struct event_location
5540 and rename `location'.
5541 <addr_string_range_end>: Change to struct event_location and rename
5542 `location_range_end'.
5543 (create_breakpoint): Use struct event_location instead of address
5544 string.
5545 * cli/cli-cmds.c: Include location.h.
5546 (edit_command, list_command): Use locations instead of address strings.
5547 * elfread.c: Include location.h.
5548 (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
5549 * guile/scm-breakpoint.c: Include location.h.
5550 (bpscm_print_breakpoint_smob): Use event_location_to_string.
5551 (gdbscm_register_breakpoint): Use locations instead of address
5552 strings.
5553 * linespec.c: Include location.h.
5554 (struct ls_parser) <stream>: Change to const char *.
5555 (PARSER_STREAM): Update.
5556 (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
5557 keywords must be followed by whitespace.
5558 (canonicalize_linespec): Save a linespec location into `canonical'.
5559 Save a canonical linespec into `canonical'.
5560 (parse_linespec): Change `argptr' to const char * and rename `arg'.
5561 All uses updated.
5562 Update function description.
5563 (linespec_parser_new): Initialize `parser'.
5564 Update initialization of parsing stream.
5565 (event_location_to_sals): New function.
5566 (decode_line_full): Change `argptr' to a struct event_location and
5567 rename it `location'.
5568 Use locations instead of address strings.
5569 Call event_location_to_sals instead of parse_linespec.
5570 (decode_line_1): Likewise.
5571 (decode_line_with_current_source, decode_line_with_last_displayed)
5572 Use locations instead of address strings.
5573 (decode_objc): Likewise.
5574 Change `argptr' to const char * and rename `arg'.
5575 (destroy_linespec_result): Delete the linespec result's location
5576 instead of freeing the address string.
5577 * linespec.h (struct linespec_result) <addr_string>: Change to
5578 struct event_location and rename to ...
5579 <location>: ... this.
5580 (decode_line_1, decode_line_full): Change `argptr' to struct
5581 event_location. All callers updated.
5582 * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
5583 (mi_cmd_break_insert_1): Use locations instead of address strings.
5584 Throw an error if there was "garbage" at the end of the specified
5585 linespec.
5586 * probe.c: Include location.h.
5587 (parse_probes): Change `argptr' to struct event_location.
5588 Use event locations instead of address strings.
5589 * probe.h (parse_probes): Change `argptr' to struct event_location.
5590 * python/py-breakpoint.c: Include location.h.
5591 (bppy_get_location): Constify local variable `str'.
5592 Use event_location_to_string.
5593 (bppy_init): Use locations instead of address strings.
5594 * python/py-finishbreakpoint.c: Include location.h.
5595 (bpfinishpy_init): Remove local variable `addr_str'.
5596 Use locations instead of address strings.
5597 * python/python.c: Include location.h.
5598 (gdbpy_decode_line): Use locations instead of address strings.
5599 * remote.c: Include location.h.
5600 (remote_download_tracepoint): Use locations instead of address
5601 strings.
5602 * spu-tdep.c: Include location.h.
5603 (spu_catch_start): Remove local variable `buf'.
5604 Use locations instead of address strings.
5605 * tracepoint.c: Include location.h.
5606 (scope_info): Use locations instead of address strings.
5607 (encode_source_string): Constify parameter `src'.
5608 * tracepoint.h (encode_source_string): Likewise.
5609
5610 2015-08-11 Keith Seitz <keiths@redhat.com>
5611
5612 * Makefile.in (SFILES): Add location.c.
5613 (HFILES_NO_SRCDIR): Add location.h.
5614 (COMMON_OBS): Add location.o.
5615 * linespec.c (linespec_lex_to_end): New function.
5616 * linespec.h (linespec_lex_to_end): Declare.
5617 * location.c: New file.
5618 * location.h: New file.
5619
5620 2015-08-11 Keith Seitz <keiths@redhat.com>
5621
5622 * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
5623 Renamed to create_sals_from_location.
5624 <decode_linespec>: Renamed to decode_location.
5625 Update all callers.
5626 * breakpoint.c (create_sals_from_address_default): Renamed to ...
5627 (create_sals_from_location_default): ... this.
5628 (addr_string_to_sals): Renamed to ...
5629 (location_to_sals): ... this.
5630 (decode_linespec_default): Renamed to ...
5631 (decode_location_default): ... this.
5632 (base_breakpoint_create_sals_from_address): Renamed to ...
5633 (base_breakpoint_create_sals_from_location): ... this.
5634 (bkpt_create_sals_from_address): Renamed to ...
5635 (bkpt_create_sals_from_location): ... this.
5636 (bkpt_decode_linespec): Renamed to ...
5637 (bkpt_decode_location): ... this.
5638 (bkpt_probe_create_sals_from_address): Renamed to ...
5639 (bkpt_probe_create_sals_from_location): ... this.
5640 (tracepoint_create_sals_from_address): Renamed to ...
5641 (tracepoint_create_sals_from_location): ... this.
5642 (tracepoint_decode_linespec): Renamed to ...
5643 (tracepoint_decode_location): ... this.
5644 (tracepoint_probe_create_sals_from_address): Renamed to ...
5645 (tracepoint_probe_create_sals_from_location): ... this.
5646 (tracepoint_probe_decode_linespec): Renamed to ...
5647 (tracepoint_probe_decode_location): ... this.
5648 (strace_marker_create_sals_from_address): Renamed to ...
5649 (strace_marker_create_sals_from_location): ... this.
5650 (decode_linespec_default): Renamed to ...
5651 (decode_location_default): ... this.
5652
5653 2015-08-10 Doug Evans <dje@google.com>
5654 Keith Seitz <keiths@redhat.com>
5655
5656 PR gdb/17960
5657 * symtab.c (make_file_symbol_completion_list_1): Renamed from
5658 make_file_symbol_completion_list and made static.
5659 (make_file_symbol_completion_list): New function.
5660
5661 2015-08-10 Joel Brobecker <brobecker@adacore.com>
5662
5663 * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
5664 trailing new-line at end of warning message.
5665 (proceed): Add i18n marker to error messages.
5666
5667 2015-08-07 Pedro Alves <palves@redhat.com>
5668
5669 * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
5670
5671 2015-08-07 Pedro Alves <palves@redhat.com>
5672
5673 * s390-linux-tdep.c (is_non_branch_ril)
5674 (s390_displaced_step_copy_insn): New functions.
5675 (s390_displaced_step_fixup): Update comment.
5676 (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
5677 gdbarch_displaced_step_copy_insn hook.
5678
5679 2015-08-07 Pedro Alves <palves@redhat.com>
5680
5681 * infrun.c (displaced_step_prepare_throw): Return -1 if
5682 gdbarch_displaced_step_copy_insn returns NULL. Update intro
5683 comment.
5684 * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
5685 (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
5686 in file.
5687 (ppc_displaced_step_copy_insn): New function.
5688 (ppc_displaced_step_fixup): Update comment.
5689 (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
5690 gdbarch_displaced_step_copy_insn hook.
5691 * gdbarch.sh (displaced_step_copy_insn): Document what happens on
5692 NULL return.
5693 * gdbarch.h: Regenerate.
5694
5695 2015-08-07 Pedro Alves <palves@redhat.com>
5696
5697 * inferior.h (struct inferior) <displaced_stepping_failed>: New
5698 field.
5699 * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
5700 Return false if dispaced stepping failed before.
5701 (resume): Pass the current inferior to
5702 use_displaced_stepping_now_p. Wrap displaced_step_prepare in
5703 TRY/CATCH. If we get a MEMORY_ERROR, set the inferior's
5704 displaced_stepping_failed flag, and fall back to an in-line
5705 step-over.
5706
5707 2015-08-07 Pedro Alves <palves@redhat.com>
5708
5709 * darwin-nat.c (darwin_stop): Rename to ...
5710 (darwin_interrupt): ... this.
5711 (_initialize_darwin_inferior): Adjust.
5712 * gnu-nat.c (gnu_stop): Delete.
5713 (gnu_target): Don't install gnu_stop.
5714 * inf-ptrace.c (inf_ptrace_stop): Rename to ...
5715 (inf_ptrace_interrupt): ... this.
5716 (inf_ptrace_target): Adjust.
5717 * infcmd.c (interrupt_target_1): Use target_interrupt instead of
5718 target_stop.
5719 * linux-nat (linux_nat_stop): Rename to ...
5720 (linux_nat_interrupt): ... this.
5721 (linux_nat_stop): Reimplement.
5722 (linux_nat_add_target): Install linux_nat_interrupt.
5723 * nto-procfs.c (nto_interrupt_twice): Rename to ...
5724 (nto_handle_sigint_twice): ... this.
5725 (nto_interrupt): Rename to ...
5726 (nto_handle_sigint): ... this. Call target_interrupt instead of
5727 target_stop.
5728 (procfs_wait): Adjust.
5729 (procfs_stop): Rename to ...
5730 (procfs_interrupt): ... this.
5731 (init_procfs_targets): Adjust.
5732 * procfs.c (procfs_stop): Rename to ...
5733 (procfs_interrupt): ... this.
5734 (procfs_target): Adjust.
5735 * remote-m32r-sdi.c (m32r_stop): Rename to ...
5736 (m32r_interrupt): ... this.
5737 (init_m32r_ops): Adjust.
5738 * remote-sim.c (gdbsim_stop_inferior): Rename to ...
5739 (gdbsim_interrupt_inferior): ... this.
5740 (gdbsim_stop): Rename to ...
5741 (gdbsim_interrupt): ... this.
5742 (gdbsim_cntrl_c): Adjust.
5743 (init_gdbsim_ops): Adjust.
5744 * remote.c (sync_remote_interrupt): Adjust comments.
5745 (remote_stop_as): Rename to ...
5746 (remote_interrupt_as): ... this.
5747 (remote_stop): Adjust comment.
5748 (remote_interrupt): New function.
5749 (init_remote_ops): Install remote_interrupt.
5750 * target.c (target_interrupt): New function.
5751 * target.h (struct target_ops) <to_interrupt>: New field.
5752 (target_interrupt): New declaration.
5753 * windows-nat.c (windows_stop): Rename to ...
5754 (windows_interrupt): ... this.
5755 * target-delegates.c: Regenerate.
5756
5757 2015-08-07 Pedro Alves <palves@redhat.com>
5758
5759 * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
5760 threads" as alternative to "switching back to stepped thread".
5761
5762 2015-08-07 Pedro Alves <palves@redhat.com>
5763
5764 * NEWS: Mention "maint set/show target-non-stop".
5765 * breakpoint.c (update_global_location_list): Check
5766 target_is_non_stop_p instead of non_stop.
5767 * infcmd.c (attach_command_post_wait, attach_command): Likewise.
5768 * infrun.c (show_can_use_displaced_stepping)
5769 (can_use_displaced_stepping_p, start_step_over_inferior):
5770 Likewise.
5771 (internal_resume_ptid): New function.
5772 (resume): Use it.
5773 (proceed): Check target_is_non_stop_p instead of non_stop. If in
5774 all-stop mode but the target is always in non-stop mode, start all
5775 the other threads that are implicitly resumed too.
5776 (for_each_just_stopped_thread, fetch_inferior_event)
5777 (adjust_pc_after_break, stop_all_threads): Check
5778 target_is_non_stop_p instead of non_stop.
5779 (handle_inferior_event): Likewise. Handle detach-fork in all-stop
5780 with the target always in non-stop mode.
5781 (handle_signal_stop) <random signal>: Check target_is_non_stop_p
5782 instead of non_stop.
5783 (switch_back_to_stepped_thread): Check target_is_non_stop_p
5784 instead of non_stop.
5785 (keep_going_stepped_thread): Use internal_resume_ptid.
5786 (stop_waiting): If in all-stop mode, and the target is in non-stop
5787 mode, stop all threads.
5788 (keep_going_pass): Likewise, when starting a new in-line step-over
5789 sequence.
5790 * linux-nat.c (get_pending_status, select_event_lwp)
5791 (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
5792 target_is_non_stop_p instead of non_stop.
5793 (linux_nat_always_non_stop_p): New function.
5794 (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
5795 (linux_nat_add_target): Install linux_nat_always_non_stop_p.
5796 * target-delegates.c: Regenerate.
5797 * target.c (target_is_non_stop_p): New function.
5798 (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
5799 (maint_set_target_non_stop_command)
5800 (maint_show_target_non_stop_command): New functions.
5801 (_initilize_target): Install "maint set/show target-non-stop"
5802 commands.
5803 * target.h (struct target_ops) <to_always_non_stop_p>: New field.
5804 (target_non_stop_enabled): New declaration.
5805 (target_is_non_stop_p): New declaration.
5806
5807 2015-08-07 Pedro Alves <pedro@codesourcery.com>
5808
5809 * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
5810 has a pending status, return true.
5811 * gdbthread.h: Include target/waitstatus.h.
5812 (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
5813 stop_pc>: New fields.
5814 (struct thread_info) <resumed>: New field.
5815 (set_resumed): Declare.
5816 * infrun.c: Include "event-loop.h".
5817 (infrun_async_inferior_event_token, infrun_is_async): New globals.
5818 (infrun_async): New function.
5819 (clear_step_over_info): Add debug output.
5820 (displaced_step_in_progress_any_inferior): New function.
5821 (displaced_step_fixup): New returns int.
5822 (start_step_over): Handle in-line step-overs too. Assert the
5823 thread is marked resumed.
5824 (resume_cleanups): Clear the thread's resumed flag.
5825 (resume): Set the thread's resumed flag. Return early if the
5826 thread has a pending status. Allow stepping a breakpoint with no
5827 signal.
5828 (proceed): Adjust to check 'resumed' instead of 'executing'.
5829 (clear_proceed_status_thread): If the thread has a pending status,
5830 and that status is a finished step, discard the pending status.
5831 (clear_proceed_status): Don't clear step_over_info here.
5832 (random_pending_event_thread, do_target_wait): New functions.
5833 (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
5834 do_target_wait.
5835 (wait_one): New function.
5836 (THREAD_STOPPED_BY): New macro.
5837 (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
5838 (thread_stopped_by_hw_breakpoint): New functions.
5839 (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
5840 functions.
5841 (handle_inferior_event): Also call set_resumed(false) on all
5842 threads implicitly stopped by the event.
5843 (restart_threads, resumed_thread_with_pending_status): New
5844 functions.
5845 (finish_step_over): If we were doing an in-line step-over before,
5846 and no longer are after trying to start a new step-over, restart
5847 all threads. If we have multiple threads with pending events,
5848 save the current event and go through the event loop again.
5849 (handle_signal_stop): Return early if finish_step_over returns
5850 false.
5851 <random signal>: If we get a signal while stepping over a
5852 breakpoint in-line in non-stop mode, restart all threads. Clear
5853 step_over_info before delivering the signal.
5854 (keep_going_stepped_thread): Use internal_error instead of
5855 gdb_assert. Mark the thread as resumed.
5856 (keep_going_pass_signal): Assert the thread isn't already resumed.
5857 If some other thread is doing an in-line step-over, defer the
5858 resume. If we just started a new in-line step-over, stop all
5859 threads. Don't clear step_over_info.
5860 (infrun_async_inferior_event_handler): New function.
5861 (_initialize_infrun): Create async event handler with
5862 infrun_async_inferior_event_handler as callback.
5863 (infrun_async): New declaration.
5864 * target.c (target_async): New function.
5865 * target.h (target_async): Declare macro and readd as function
5866 declaration.
5867 * target/waitstatus.h (enum target_stop_reason)
5868 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5869 * thread.c (new_thread): Clear the new waitstatus field.
5870 (set_resumed): New function.
5871
5872 2015-08-07 Pedro Alves <palves@redhat.com>
5873
5874 * infrun.c (keep_going_stepped_thread): New function, factored out
5875 from ...
5876 (switch_back_to_stepped_thread): ... here.
5877
5878 2015-08-07 Pedro Alves <palves@redhat.com>
5879
5880 * infrun.c (currently_stepping): Extend intro comment.
5881 * target.h (target_resume): Extend intro comment.
5882
5883 2015-08-07 Pedro Alves <palves@redhat.com>
5884
5885 * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
5886 of inferior_ptid. If the stepped thread vanished, return 0
5887 instead of resuming here. Use reset_ecs. Print the prev_pc and
5888 the current stop_pc in log message. Clear trap_expected if the
5889 thread advanced. Don't pass currently_stepping to
5890 do_target_resume.
5891
5892 2015-08-07 Pedro Alves <palves@redhat.com>
5893
5894 * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
5895 * infrun.c (struct execution_control_state): Move higher up in the
5896 file.
5897 (reset_ecs): New function.
5898 (start_step_over): Now returns int. Rewrite to use
5899 keep_going_pass_signal instead of manually starting a displaced step.
5900 (resume): Don't call set_running here. If displaced stepping
5901 can't start now, clear trap_expected.
5902 (find_thread_needs_step_over): Delete function.
5903 (proceed): Set up finish_thread_state_cleanup. Call set_running.
5904 If the current thread needs a step over, push it in the step-over
5905 chain. Don't set insert breakpoints nor call resume directly
5906 here. Instead rewrite to use start_step_over and
5907 keep_going_pass_signal.
5908 (finish_step_over): New function.
5909 (handle_signal_stop): Call finish_step_over instead of
5910 start_step_over.
5911 (switch_back_to_stepped_thread): If the event thread needs another
5912 step-over do that first. Use start_step_over.
5913 (keep_going_pass_signal): New function, factored out from ...
5914 (keep_going): ... here.
5915 (_initialize_infrun): Comment moved here.
5916 * thread.c (set_running_thread): New function.
5917 (set_running, finish_thread_state): Use set_running_thread.
5918
5919 2015-08-07 Pedro Alves <palves@redhat.com>
5920
5921 * gdbthread.h (struct thread_info) <step_over_prev,
5922 step_over_next>: New fields.
5923 (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
5924 (thread_step_over_chain_next, thread_is_in_step_over_chain): New
5925 declarations.
5926 * infrun.c (struct displaced_step_request): Delete.
5927 (struct displaced_step_inferior_state) <step_request_queue>:
5928 Delete field.
5929 (displaced_step_prepare): Assert that trap_expected is set. Use
5930 thread_step_over_chain_enqueue. Split starting a new displaced
5931 step to ...
5932 (start_step_over): ... this new function.
5933 (resume): Assert the thread isn't waiting for a step over already.
5934 (proceed): Assert the thread isn't waiting for a step over
5935 already.
5936 (infrun_thread_stop_requested): Adjust to remove threads from the
5937 embedded step-over chain.
5938 (handle_inferior_event) <fork/vfork>: Call start_step_over after
5939 displaced_step_fixup.
5940 (handle_signal_stop): Call start_step_over after
5941 displaced_step_fixup.
5942 * infrun.h (step_over_queue_head): New declaration.
5943 * thread.c (step_over_chain_enqueue, step_over_chain_remove)
5944 (thread_step_over_chain_next, thread_is_in_step_over_chain)
5945 (thread_step_over_chain_enqueue)
5946 (thread_step_over_chain_remove): New functions.
5947 (delete_thread_1): Remove thread from the step-over chain.
5948
5949 2015-08-07 Pedro Alves <palves@redhat.com>
5950
5951 * infrun.c (thread_still_needs_step_over): Rename to ...
5952 (thread_still_needs_step_over_bp): ... this.
5953 (enum step_over_what): New.
5954 (thread_still_needs_step_over): Reimplement.
5955
5956 2015-08-07 Pedro Alves <palves@redhat.com>
5957
5958 * remote.c (remote_wait_as): If not waiting for a stop reply,
5959 return TARGET_WAITKIND_NO_RESUMED. If TARGET_WNOHANG is
5960 requested, don't block waiting forever.
5961
5962 2015-08-07 Pedro Alves <pedro@codesourcery.com>
5963
5964 * infrun.c (adjust_pc_after_break): Now takes thread_info and
5965 waitstatus pointers instead of an ecs. Adjust.
5966 (handle_inferior_event): Adjust caller.
5967
5968 2015-08-07 Pedro Alves <palves@redhat.com>
5969
5970 * infrun.c (handle_inferior_event): If we get
5971 TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
5972 mode, mark all threads of the exiting process as not-executing.
5973 (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
5974 TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
5975 exiting process, if inferior_ptid still points at a process.
5976 * thread.c (struct current_thread_cleanup) <next>: New field.
5977 (current_thread_cleanup_chain): New global.
5978 (restore_current_thread_ptid_changed): New function.
5979 (restore_current_thread_cleanup_dtor): Remove the cleanup from the
5980 current_thread_cleanup_chain list.
5981 (make_cleanup_restore_current_thread): Add the cleanup data to the
5982 current_thread_cleanup_chain list.
5983 (_initialize_thread): Install restore_current_thread_ptid_changed
5984 as thread_ptid_changed observer.
5985
5986 2015-08-07 Joel Brobecker <brobecker@adacore.com>
5987
5988 * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
5989 data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
5990 smaller than expected.
5991
5992 2015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
5993
5994 * stack.c (get_frame_language): Moved ...
5995 * frame.c (get_frame_language): ... to here.
5996 * language.h (get_frame_language): Declaration moved to frame.h.
5997 * frame.h: Add language.h include, for language enum.
5998 (get_frame_language): Declaration moved from language.h.
5999 * language.c: Add frame.h include.
6000 * top.c: Add frame.h include.
6001 * symtab.h (struct obj_section): Declare.
6002 (struct cmd_list_element): Declare.
6003
6004 2015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
6005
6006 * language.c (show_language_command): Find selected frame before
6007 asking for the language of that frame.
6008 (set_language_command): Likewise.
6009 * language.h (get_frame_language): Add frame parameter.
6010 * stack.c (get_frame_language): Add frame parameter, assert
6011 parameter is not NULL, update comment and reindent.
6012 * top.c (check_frame_language_change): Pass the selected frame
6013 into get_frame_language.
6014
6015 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
6016
6017 * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
6018 (pt_btrace_insn_flags): New.
6019 (ftrace_add_pt): Call pt_btrace_insn_flags.
6020 * btrace.h (btrace_insn_flag): New.
6021 (btrace_insn) <flags>: New.
6022 * record-btrace.c (btrace_insn_history): Print insn prefix.
6023 * NEWS: Announce it.
6024
6025 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
6026
6027 * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
6028 * configure: Regenerate.
6029
6030 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
6031
6032 * Makefile.in (LIBICONV): Define.
6033 (CLIBS): Add LIBICONV.
6034 * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
6035 * configure: Regenerate.
6036
6037 2015-08-06 Simon Marchi <simon.marchi@ericsson.com>
6038 Pedro Alves <palves@redhat.com>
6039
6040 * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
6041 (arm_set_abi): Likewise.
6042 * ax-general.c (ax_print): Likewise.
6043 * c-exp.y (exp : string_exp): Likewise.
6044 * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
6045 (do_compile_dwarf_expr_to_c): Likewise.
6046 * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
6047 Likewise.
6048 * dwarf2expr.c (execute_stack_op): Likewise.
6049 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
6050 (disassemble_dwarf_expression): Likewise.
6051 * dwarf2read.c (dwarf2_add_member_fn): Likewise.
6052 (read_array_order): Likewise.
6053 (abbrev_table_read_table): Likewise.
6054 (read_attribute_value): Likewise.
6055 (skip_unknown_opcode): Likewise.
6056 (dwarf_decode_macro_bytes): Likewise.
6057 (dwarf_decode_macros): Likewise.
6058 * eval.c (value_f90_subarray): Likewise.
6059 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
6060 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
6061 * infrun.c (handle_command): Likewise.
6062 * memory-map.c (memory_map_start_memory): Likewise.
6063 * osabi.c (set_osabi): Likewise.
6064 * parse.c (operator_length_standard): Likewise.
6065 * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
6066 single return point.
6067 * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
6068 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
6069 (gdbpy_lookup_global_symbol): Likewise.
6070 * record-full.c (record_full_restore): Likewise.
6071 * regcache.c (regcache_register_status): Likewise.
6072 (regcache_raw_read): Likewise.
6073 (regcache_cooked_read): Likewise.
6074 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
6075 * symtab.c (initialize_ordinary_address_classes): Likewise.
6076 * target-debug.h (target_debug_print_signals): Likewise.
6077 * utils.c (do_restore_current_language): Likewise.
6078
6079 2015-08-06 Clem Dickey <clemd@acm.org>
6080
6081 PR python/17136
6082 * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
6083
6084 2015-08-06 Simon Marchi <simon.marchi@ericsson.com>
6085
6086 * complaints.c (enum complaint_series): Add newlines and remove
6087 out of date comment.
6088 (struct complaints) <series>: Change type to enum
6089 complaint_series and remove out of date comment.
6090 (symfile_complaint_hook): Use equivalent enum value
6091 ISOLATED_MESSAGE instead of 0.
6092
6093 2015-08-06 Pedro Alves <palves@redhat.com>
6094
6095 * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
6096 returned > 0.
6097
6098 2015-08-06 Pierre Langlois <pierre.langlois@arm.com>
6099
6100 * common/agent.c (symbol_list) <required>: Remove.
6101
6102 2015-08-06 Pedro Alves <palves@redhat.com>
6103
6104 * target/waitstatus.h (enum target_stop_reason)
6105 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
6106
6107 2015-08-05 Pedro Alves <palves@redhat.com>
6108 Joel Brobecker <brobecker@adacore.com>
6109
6110 * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
6111 <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
6112 case where BS->STOP is not set.
6113
6114 2015-08-05 Ulrich Weigand <uweigand@de.ibm.com>
6115
6116 * nat/gdb_thread_db.h: Add copyright header.
6117 Protect against multiple inclusion.
6118
6119 2015-08-05 Yao Qi <yao.qi@linaro.org>
6120
6121 * aarch64-linux-nat.c (get_thread_id): Remove.
6122 (debug_reg_change_callback): Call ptid_get_lwp instead of
6123 get_thread_id.
6124 (fetch_gregs_from_thread): Likewise.
6125 (store_gregs_to_thread): Likewise.
6126 (fetch_fpregs_from_thread): Likewise.
6127 (store_fpregs_to_thread): Likewise.
6128 (aarch64_linux_get_debug_reg_capacity): Likewise.
6129 * arm-linux-nat.c (get_thread_id): Remove.
6130 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
6131 * xtensa-linux-nat.c (get_thread_id): Remove.
6132 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
6133 * arm-linux-nat.c (get_thread_id): Remove.
6134 (GET_THREAD_ID): Remove.
6135 (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
6136 (store_fpregs, fetch_regs, store_regs): Likewise.
6137 (fetch_wmmx_regs, store_wmmx_regs): Likewise.
6138 (fetch_vfp_regs, store_vfp_regs): Likewise.
6139 (arm_linux_read_description): Likewise.
6140 (arm_linux_get_hwbp_cap): Likewise.
6141 * xtensa-linux-nat.c (get_thread_id): Remove.
6142 (GET_THREAD_ID): Remove.
6143 (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
6144 GET_THREAD_ID.
6145
6146 2015-08-04 Ciro Santilli <ciro.santilli@gmail.com> (obvious patch)
6147
6148 * python/py-linetable.c: Fix case of Linetable to LineTable
6149 in docstrings and code comments.
6150 * python/py-symtab.c: Same.
6151
6152 2015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6153
6154 * infcmd.c (signal_command): Call do_cleanups for args_chain.
6155
6156 2015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6157
6158 PR gdb/18767
6159 * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
6160 use.
6161
6162 2015-08-04 Pedro Alves <palves@redhat.com>
6163
6164 * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
6165 (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
6166 (td_ta_event_addr_ftype, td_ta_set_event_ftype)
6167 (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
6168 (td_thr_validate_ftype, td_thr_get_info_ftype)
6169 (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
6170 (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
6171 New typedefs.
6172 * linux-thread-db.c (struct thread_db_info): Use new typedefs.
6173 (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
6174 local macros and use them instead of verbose_dlsym and dlsym
6175 calls.
6176
6177 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
6178
6179 * nios2-tdep.h: Include opcode/nios2.h here.
6180 (NIOS2_CDX_OPCODE_SIZE): New.
6181 (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
6182 * nios2-tdep.c: Don't include opcode/nios2.h here.
6183 (nios2_fetch_insn): For R2, try reading 2-byte instruction if
6184 4-byte read fails.
6185 (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
6186 (nios2_match_addi, nios2_match_orhi): Likewise.
6187 (nios2_match_stw, nios2_match_ldw): Likewise.
6188 (nios2_match_rdctl): Likewise.
6189 (nios2_match_stwm, nios2_match_ldwm): New.
6190 (nios2_match_branch): Add cases for R2 encodings.
6191 (nios2_match_jmpi, nios2_match_calli): Likewise.
6192 (nios2_match_jmpr, nios2_match_callr): Likewise.
6193 (nios2_match_break, nios2_match_trap): Likewise.
6194 (nios2_in_epilogue_p): Add R2 support.
6195 (nios2_analyze_prologue): Update comments. Recognize R2 CDX
6196 prologues.
6197 (nios2_breakpoint_from_pc): Handle R2 instructions.
6198 (nios2_get_next_pc): Likewise. Adjust call to
6199 tdep->syscall_next_pc.
6200 * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
6201 Renamed from nios2_linux_rt_sigreturn_tramp_frame. Use
6202 instruction field macros instead of literal hex values.
6203 (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
6204 (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
6205 Use size field from OP instead of assuming all instructions
6206 are the same size.
6207 (nios2_linux_init_abi): Register appropriate unwinder for mach.
6208
6209 2015-08-03 Ulrich Weigand <uweigand@de.ibm.com>
6210
6211 * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
6212 variable warning with some compilers.
6213
6214 2015-08-03 Yao Qi <yao.qi@linaro.org>
6215
6216 * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
6217 in comment. Replace "rw" with "type".
6218 (arm_linux_remove_watchpoint): Change type of "rw" to
6219 "enum target_hw_bp_type".
6220
6221 2015-08-02 Pierre-Marie de Rodat <derodat@adacore.com>
6222
6223 * alpha-mdebug-tdep.c (find_proc_desc): Update call to
6224 lookup_symbol.
6225 * ft32-tdep.c (ft32_skip_prologue): Likewise.
6226 * moxie-tdep.c (moxie_skip_prologue): Likewise.
6227 * mt-tdep.c (mt_skip_prologue): Likewise.
6228 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
6229
6230 2015-08-01 Pierre-Marie de Rodat <derodat@adacore.com>
6231
6232 * ada-exp.y (write_object_renaming): Replace struct
6233 ada_symbol_info with struct block_symbol. Update field
6234 references accordingly.
6235 (block_lookup, select_possible_type_sym): Likewise.
6236 (find_primitive_type): Likewise. Also update call to
6237 ada_lookup_symbol to extract the symbol itself.
6238 (write_var_or_type, write_name_assoc): Likewise.
6239 * ada-lang.h (struct ada_symbol_info): Remove.
6240 (ada_lookup_symbol_list): Replace struct ada_symbol_info with
6241 struct block_symbol.
6242 (ada_lookup_encoded_symbol, user_select_syms): Likewise.
6243 (ada_lookup_symbol): Return struct block_symbol instead of a
6244 mere symbol.
6245 * ada-lang.c (defns_collected): Replace struct ada_symbol_info
6246 with struct block_symbol.
6247 (resolve_subexp, ada_resolve_function, sort_choices,
6248 user_select_syms, is_nonfunction, add_defn_to_vec,
6249 num_defns_collected, defns_collected,
6250 symbols_are_identical_enums, remove_extra_symbols,
6251 remove_irrelevant_renamings, add_lookup_symbol_list_worker,
6252 ada_lookup_symbol_list, ada_iterate_over_symbols,
6253 ada_lookup_encoded_symbol, get_var_value): Likewise.
6254 (ada_lookup_symbol): Return a block_symbol instead of a mere
6255 symbol. Replace struct ada_symbol_info with struct
6256 block_symbol.
6257 (ada_lookup_symbol_nonlocal): Likewise.
6258 (standard_lookup): Make block passing explicit through
6259 lookup_symbol_in_language.
6260 * ada-tasks.c (get_tcb_types_info): Update the calls to
6261 lookup_symbol_in_language to extract the mere symbol out of the
6262 returned value.
6263 (ada_tasks_inferior_data_sniffer): Likewise.
6264 * ax-gdb.c (gen_static_field): Likewise for the call to
6265 lookup_symbol.
6266 (gen_maybe_namespace_elt): Deal with struct block_symbol from
6267 lookup functions.
6268 (gen_expr): Likewise.
6269 * c-exp.y: Likewise. Remove uses of block_found.
6270 (lex_one_token, classify_inner_name, c_print_token): Likewise.
6271 (classify_name): Likewise. Rename the "sym" local variable to
6272 "bsym".
6273 * c-valprint.c (print_unpacked_pointer): Likewise.
6274 * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
6275 "sym" parameter from struct symbol * to struct block_symbol.
6276 Use it to remove uses of block_found. Deal with struct
6277 block_symbol from lookup functions.
6278 (gcc_convert_symbol): Likewise. Update the call to
6279 convert_symbol_sym.
6280 * compile/compile-object-load.c (compile_object_load): Deal with
6281 struct block_symbol from lookup functions.
6282 * cp-namespace.c (cp_lookup_nested_symbol_1,
6283 cp_lookup_nested_symbol, cp_lookup_bare_symbol,
6284 cp_search_static_and_baseclasses,
6285 cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
6286 cp_lookup_symbol_imports_or_template,
6287 cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
6288 lookup_namespace_scope, cp_lookup_nonlocal,
6289 find_symbol_in_baseclass): Return struct block_symbol instead of
6290 mere symbols and deal with struct block_symbol from lookup
6291 functions.
6292 * cp-support.c (inspect_type, replace_typedefs,
6293 cp_lookup_rtti_type): Deal with struct block_symbol from
6294 lookup functions.
6295 * cp-support.h (cp_lookup_symbol_nonlocal,
6296 cp_lookup_symbol_from_namespace,
6297 cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
6298 Return struct block_symbol instead of mere symbols.
6299 * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
6300 push_module_name):
6301 Deal with struct block_symbol from lookup functions. Remove
6302 uses of block_found.
6303 * eval.c (evaluate_subexp_standard): Update call to
6304 cp_lookup_symbol_namespace.
6305 * f-exp.y: Deal with struct block_symbol from lookup functions.
6306 Remove uses of block_found.
6307 (yylex): Likewise.
6308 * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
6309 lookup_enum, lookup_template_type, check_typedef): Deal with
6310 struct block_symbol from lookup functions.
6311 * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
6312 * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
6313 (gdbscm_lookup_global_symbol): Likewise.
6314 * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
6315 * go-exp.y: Likewise. Remove uses of block_found.
6316 (package_name_p, classify_packaged_name, classify_name):
6317 Likewise.
6318 * infrun.c (insert_exception_resume_breakpoint): Likewise.
6319 * jv-exp.y (push_variable): Likewise.
6320 * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
6321 * language.c (language_bool_type): Likewise.
6322 * language.h (struct language_defn): Update
6323 la_lookup_symbol_nonlocal to return a struct block_symbol rather
6324 than a mere symbol.
6325 * linespec.c (find_label_symbols): Deal with struct block_symbol
6326 from lookup functions.
6327 * m2-exp.y: Likewise. Remove uses of block_found.
6328 (yylex): Likewise.
6329 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
6330 * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
6331 * p-exp.y: Likewise. Remove uses of block_found.
6332 (yylex): Likewise.
6333 * p-valprint.c (pascal_val_print): Likewise.
6334 * parse.c (write_dollar_variable): Likewise. Remove uses of
6335 block_found.
6336 * parser-defs.h (struct symtoken): Turn the SYM field into a
6337 struct block_symbol.
6338 * printcmd.c (address_info): Deal with struct block_symbol from
6339 lookup functions.
6340 * python/py-frame.c (frapy_read_var): Likewise.
6341 * python/py-symbol.c (gdbpy_lookup_symbol,
6342 gdbpy_lookup_global_symbol): Likewise.
6343 * skip.c (skip_function_command): Likewise.
6344 * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
6345 block_symbol instead of a mere symbol.
6346 * solib-spu.c (spu_lookup_lib_symbol): Likewise.
6347 * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
6348 * solib.c (solib_global_lookup): Likewise.
6349 * solist.h (solib_global_lookup): Likewise.
6350 (struct target_so_ops): Update lookup_lib_global_symbol to
6351 return a struct block_symbol rather than a mere symbol.
6352 * source.c (select_source_symtab): Deal with struct block_symbol
6353 from lookup functions.
6354 * stack.c (print_frame_args, iterate_over_block_arg_vars):
6355 Likewise.
6356 * symfile.c (set_initial_language): Likewise.
6357 * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
6358 block_symbol.
6359 (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
6360 (struct symbol_cache_slot): Turn the FOUND field into a struct
6361 block_symbol.
6362 (block_found): Remove.
6363 (eq_symbol_entry): Update to deal with struct block_symbol in
6364 cache slots.
6365 (symbol_cache_lookup): Return a struct block_symbol rather than
6366 a mere symbol.
6367 (symbol_cache_mark_found): Add a BLOCK parameter to fill
6368 appropriately the cache slots. Update callers.
6369 (symbol_cache_dump): Update cache slots handling to the type
6370 change.
6371 (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
6372 lookup_symbol_aux, lookup_local_symbol,
6373 lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
6374 lookup_symbol_in_objfile_symtabs,
6375 lookup_symbol_in_objfile_from_linkage_name,
6376 lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
6377 lookup_symbol_in_static_block, lookup_static_symbol,
6378 lookup_global_symbol):
6379 Return a struct block_symbol rather than a mere symbol. Deal
6380 with struct block_symbol from other lookup functions. Remove
6381 uses of block_found.
6382 (lookup_symbol_in_block): Remove uses of block_found.
6383 (struct global_sym_lookup_data): Turn the RESULT field into a
6384 struct block_symbol.
6385 (lookup_symbol_global_iterator_cb): Update references to the
6386 RESULT field.
6387 (search_symbols): Deal with struct block_symbol from lookup
6388 functions.
6389 * symtab.h (struct block_symbol): New structure.
6390 (block_found): Remove.
6391 (lookup_symbol_in_language, lookup_symbol,
6392 basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
6393 lookup_static_symbol, lookup_global_symbol, lookup_language_this,
6394 lookup_global_symbol_from_objfile): Return a struct block_symbol
6395 rather than just a mere symbol. Update comments to remove
6396 mentions of block_found.
6397 * valops.c (find_function_in_inferior,
6398 value_struct_elt_for_reference, value_maybe_namespace_elt,
6399 value_of_this): Deal with struct block_symbol from lookup
6400 functions.
6401 * value.c (value_static_field, value_fn_field): Likewise.
6402
6403 2015-07-31 Simon Marchi <simon.marchi@ericsson.com>
6404
6405 * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
6406 instead of integer.
6407
6408 2015-07-31 Simon Marchi <simon.marchi@ericsson.com>
6409 Pedro Alves <palves@redhat.com>
6410
6411 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
6412 type or value instead of integer.
6413 (aarch64_linux_insert_watchpoint): Likewise.
6414 (aarch64_linux_remove_watchpoint): Likewise.
6415 * ada-lang.c (ada_op_print_tab): Likewise.
6416 * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
6417 (amd64_linux_syscall_record_common): Likewise.
6418 * arch-utils.c (target_byte_order_user): Likewise.
6419 (default_byte_order): Likewise.
6420 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
6421 (arm_linux_get_hwbp_type): Likewise.
6422 (arm_linux_hw_watchpoint_initialize): Likewise.
6423 (arm_linux_insert_watchpoint): Likewise.
6424 * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
6425 (arm_linux_syscall_record): Likewise.
6426 * breakpoint.c (update_watchpoint): Likewise.
6427 (breakpoint_here_p): Likewise.
6428 (bpstat_print): Likewise.
6429 (enable_breakpoint_disp): Likewise.
6430 * c-lang.c (c_op_print_tab): Likewise.
6431 * cli/cli-decode.c (add_info_alias): Likewise.
6432 * d-lang.c (d_op_print_tab): Likewise.
6433 * eval.c (evaluate_subexp_standard): Likewise.
6434 * f-exp.y (dot_ops): Likewise.
6435 (f77_keywords): Likewise.
6436 * f-lang.c (f_op_print_tab): Likewise.
6437 * go-lang.c (go_op_print_tab): Likewise.
6438 * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
6439 * guile/scm-cmd.c (gdbscm_make_command): Likewise.
6440 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
6441 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
6442 * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
6443 (struct scm_from_stringn_data): Likewise.
6444 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
6445 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
6446 (ia64_linux_remove_watchpoint): Likewise.
6447 (ia64_linux_can_use_hw_breakpoint): Likewise.
6448 * infrun.c (print_stop_event): Likewise.
6449 * jv-lang.c (java_op_print_tab): Likewise.
6450 * linux-nat.c (linux_proc_xfer_partial): Likewise.
6451 * linux-nat.h (struct lwp_info): Likewise.
6452 * linux-thread-db.c (enable_thread_event): Likewise.
6453 * m2-lang.c (m2_op_print_tab): Likewise.
6454 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
6455 (mi_cmd_stack_list_variables): Likewise.
6456 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
6457 * mi/mi-out.c (mi_table_begin): Likewise.
6458 (mi_table_header): Likewise.
6459 * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
6460 (mips_linux_insert_watchpoint): Likewise.
6461 (mips_linux_remove_watchpoint): Likewise.
6462 * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
6463 * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
6464 (mips_linux_watch_type_to_irw): Likewise.
6465 * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
6466 (procfs_insert_hw_watchpoint): Likewise.
6467 (procfs_remove_hw_watchpoint): Likewise.
6468 (procfs_hw_watchpoint): Likewise.
6469 (procfs_can_use_hw_breakpoint): Likewise.
6470 (procfs_remove_hw_watchpoint): Likewise.
6471 (procfs_insert_hw_watchpoint): Likewise.
6472 * p-lang.c (pascal_op_print_tab): Likewise.
6473 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
6474 * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
6475 * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
6476 * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
6477 (procfs_insert_watchpoint): Likewise.
6478 (procfs_remove_watchpoint): Likewise.
6479 * psymtab.c (recursively_search_psymtabs): Likewise.
6480 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
6481 (m32r_insert_watchpoint): Likewise.
6482 * remote-mips.c (mips_can_use_watchpoint): Likewise.
6483 (mips_insert_watchpoint): Likewise.
6484 (mips_remove_watchpoint): Likewise.
6485 * remote.c (watchpoint_to_Z_packet): Likewise.
6486 (remote_insert_watchpoint): Likewise.
6487 (remote_remove_watchpoint): Likewise.
6488 (remote_check_watch_resources): Likewise.
6489 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
6490 (s390_remove_watchpoint): Likewise.
6491 (s390_can_use_hw_breakpoint): Likewise.
6492 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
6493 * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
6494 * target.h (struct target_ops): Likewise.
6495 * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
6496 * ui-out.c (struct ui_out_hdr): Likewise.
6497 (append_header_to_list): Likewise.
6498 (get_next_header): Likewise.
6499 (verify_field): Likewise.
6500 (ui_out_begin): Likewise.
6501 (ui_out_field_int): Likewise.
6502 (ui_out_field_fmt_int): Likewise.
6503 (ui_out_field_skip): Likewise.
6504 (ui_out_field_string): Likewise.
6505 (ui_out_field_fmt): Likewise.
6506 * varobj.c (new_variable): Likewise.
6507 * x86-nat.c (x86_insert_watchpoint): Likewise.
6508 (x86_remove_watchpoint): Likewise.
6509 (x86_can_use_hw_breakpoint): Likewise.
6510 * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
6511 * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
6512 previously anonymous enumeration type..
6513 * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
6514 value.
6515 * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
6516 (target_debug_print_enum_bptype): New.
6517 * target-delegates.c: Regenerate.
6518
6519 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6520
6521 * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
6522 already says and disallow non-stack memory writes in the prologue.
6523
6524 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6525
6526 * nios2-tdep.c (nios2_analyze_prologue): Update comments to
6527 reflect how current GCC emits stack overflow checks. Match
6528 both trap and break instructions for backward compatbility.
6529 Disallow other trap and break instructions in the prologue.
6530
6531 2015-07-30 Pedro Alves <palves@redhat.com>
6532
6533 PR threads/18600
6534 * linux-nat.c (wait_lwp): Report to the core when thread group
6535 leader exits.
6536
6537 2015-07-30 Pedro Alves <palves@redhat.com>
6538 Simon Marchi <simon.marchi@ericsson.com>
6539
6540 PR threads/18600
6541 * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
6542 mark the new thread as resumed. Remove STOPPING parameter.
6543 (wait_lwp): Adjust call to linux_handle_extended_wait.
6544 (linux_nat_filter_event): Adjust call to
6545 linux_handle_extended_wait.
6546 (resume_stopped_resumed_lwps): Add debug output.
6547
6548 2015-07-30 Pierre Langlois <pierre.langlois@arm.com>
6549
6550 * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
6551 isize argument.
6552 * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
6553 * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
6554 gdbarch_fast_tracepoint_valid_at.
6555 * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
6556 * gdbarch.h: Regenerate.
6557 * gdbarch.c: Regenerate.
6558 * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
6559 argument. Do not set it.
6560 * remote.c (remote_download_tracepoint): Adjust call to
6561 gdbarch_fast_tracepoint_valid_at. Call gdb_insn_length to get
6562 the instruction length.
6563
6564 2015-07-30 Yao Qi <yao.qi@linaro.org>
6565
6566 * arm-tdep.h (enum gdb_regnum): Move it to ...
6567 * arch/arm.h: ... here. New file.
6568 * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
6569
6570 2015-07-30 Pierre Langlois <pierre.langlois@arm.com>
6571
6572 * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
6573 Change its type to int *.
6574 (decode_br): Rename link argument to is_blr. Change its type to
6575 int *.
6576 (decode_cb): Rename op argument to is_cbnz. Change its type to
6577 int *.
6578 (decode_tb): Rename op argument to is_tbnz. Change its type to
6579 int *. Set is_tbnz to either 1 or 0.
6580 (aarch64_analyze_prologue): Change type of is_link to int. Add
6581 new variables is_cbnz and is_tbnz. Adjust call to
6582 aarch64_decode_cb and aarch64_decode_tb.
6583
6584 2015-07-29 Simon Marchi <simon.marchi@ericsson.com>
6585
6586 * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
6587 parameter.
6588 (mips_linux_new_thread): Likewise.
6589 * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
6590
6591 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6592
6593 * top.c: Include "tui/tui.h".
6594 (undo_terminal_modifications_before_exit): New static function.
6595 (quit_force): Use it.
6596
6597 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6598
6599 * target.c (terminal_state): Initialize to terminal_is_ours.
6600
6601 2015-07-29 Yao Qi <yao.qi@linaro.org>
6602
6603 PR record/18691
6604 * dcache.c (dcache_read_memory_partial): Call
6605 raw_memory_xfer_partial.
6606 * target.c (raw_memory_xfer_partial): Make it non-static.
6607 * target.h (raw_memory_xfer_partial): Declare.
6608
6609 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6610
6611 * c-valprint.c (c_val_print_array): Consider addressable memory
6612 unit size.
6613 (c_val_print_ptr): Likewise.
6614 (c_val_print_int): Likewise.
6615 * findvar.c (read_frame_register_value): Likewise.
6616 * valarith.c (find_size_for_pointer_math): Likewise.
6617 (value_ptrdiff): Likewise.
6618 (value_subscripted_rvalue): Likewise.
6619 * valops.c (read_value_memory): Likewise (and rename variables).
6620 (value_assign): Likewise.
6621 (value_repeat): Likewise.
6622 (value_array): Likewise.
6623 (value_slice): Likewise.
6624 * valprint.c (generic_val_print_ptr): Likewise.
6625 (generic_val_print_enum): Likewise.
6626 (generic_val_print_bool): Likewise.
6627 (generic_val_print_int): Likewise.
6628 (generic_val_print_char): Likewise.
6629 (generic_val_print_float): Likewise.
6630 (generic_val_print_decfloat): Likewise.
6631 (generic_val_print_complex): Likewise.
6632 (val_print_scalar_formatted): Likewise.
6633 (val_print_array_elements): Likewise.
6634 * value.c (set_value_parent): Likewise.
6635 (value_contents_copy_raw): Likewise.
6636 (set_internalvar_component): Likewise.
6637 (value_primitive_field): Likewise.
6638 (value_fetch_lazy): Likewise.
6639 * value.h (read_value_memory): Update comment.
6640
6641 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6642
6643 * value.c (get_value_arch): New function.
6644 * value.h (get_value_arch): New declaration.
6645
6646 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6647
6648 * value.c (struct value): Update comments.
6649
6650 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6651
6652 * gdbtypes.c (type_length_units): New function.
6653 * gdbtypes.h (type_length_units): New declaration.
6654 (struct type) <length>: Update comment.
6655
6656 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6657
6658 * valprint.c (generic_val_print): Factor out complex
6659 printing code to ...
6660 (generic_val_print_complex): ... this new function.
6661
6662 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6663
6664 * valprint.c (generic_val_print): Factor out decfloat
6665 printing code to ...
6666 (generic_val_print_decfloat): ... this new function.
6667
6668 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6669
6670 * valprint.c (generic_val_print): Factor out float
6671 printing code to ...
6672 (generic_val_print_float): ... this new function.
6673
6674 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6675
6676 * valprint.c (generic_val_print): Factor out char
6677 printing code to ...
6678 (generic_val_print_char): ... this new function.
6679
6680 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6681
6682 * valprint.c (generic_val_print): Factor out integer
6683 printing code to ...
6684 (generic_val_print_int): ... this new function.
6685
6686 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6687
6688 * valprint.c (generic_val_print): Factor out bool
6689 printing code to ...
6690 (generic_val_print_bool): ... this new function.
6691
6692 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6693
6694 * valprint.c (generic_val_print): Factor out function/method
6695 printing code to ...
6696 (generic_val_print_func): ... this new function.
6697
6698 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6699
6700 * valprint.c (generic_val_print): Factor out flags
6701 printing code to ...
6702 (generic_val_print_flags): ... this new function.
6703
6704 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6705
6706 * valprint.c (generic_val_print): Factor out enum
6707 printing code to ...
6708 (generic_val_print_enum): ... this new function.
6709
6710 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6711
6712 * valprint.c (generic_val_print): Factor out reference
6713 printing code to ...
6714 (generic_val_print_ref): ... this new function.
6715
6716 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6717
6718 * valprint.c (generic_val_print): Factor out memberptr
6719 printing code to ...
6720 (generic_val_print_memberptr): ... this new function.
6721
6722 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6723
6724 * valprint.c (generic_val_print): Factor out pointer
6725 printing code to ...
6726 (generic_val_print_ptr): ... this new function.
6727
6728 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6729
6730 * valprint.c (generic_val_print): Factor out array
6731 printing code to ...
6732 (generic_val_print_array): ... this new function.
6733
6734 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6735
6736 * valprint.c (generic_val_print): Factor out
6737 print_unpacked_pointer code to ...
6738 (print_unpacked_pointer): ... this new function.
6739
6740 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6741
6742 * event-top.c (handle_sigterm): Don't inspect
6743 target_can_async_p. Always set the quit flag and always mark
6744 the async signal handler.
6745
6746 2015-07-27 Yao Qi <yao.qi@linaro.org>
6747
6748 * Makefile.in (REMOTE_EXAMPLES): Remove it.
6749
6750 2015-07-25 Kevin Buettner <kevinb@redhat.com>
6751
6752 * remote.c (read_ptid): Return null_ptid when no thread id
6753 is found.
6754 (remote_current_thread): Add log warning for malformed
6755 qC reply.
6756 (remote_start_remote): Add log warning when current thread
6757 not found.
6758
6759 2015-07-24 Pedro Alves <palves@redhat.com>
6760
6761 * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
6762 (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
6763 forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
6764
6765 2015-07-24 Pedro Alves <palves@redhat.com>
6766
6767 PR gdb/18717
6768 * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
6769 is resumed, and extend the debug log.
6770
6771 2015-07-24 Pedro Alves <palves@redhat.com>
6772
6773 * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
6774
6775 2015-07-24 Pedro Alves <palves@redhat.com>
6776
6777 * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
6778 sys/ptrace.h.
6779 * alpha-linux-nat.c: Likewise.
6780 * amd64-linux-nat.c: Likewise.
6781 * arm-linux-nat.c: Likewise.
6782 * hppa-linux-nat.c: Likewise.
6783 * i386-linux-nat.c: Likewise.
6784 * ia64-linux-nat.c: Likewise.
6785 * linux-fork.c: Likewise.
6786 * linux-nat.c: Likewise.
6787 * m32r-linux-nat.c: Likewise.
6788 * m68klinux-nat.c: Likewise.
6789 * mips-linux-nat.c: Likewise.
6790 * nat/linux-btrace.c: Likewise.
6791 * nat/linux-ptrace.c: Likewise.
6792 * nat/linux-ptrace.h
6793 * nat/mips-linux-watch.c: Likewise.
6794 * nat/x86-linux-dregs.c: Likewise.
6795 * ppc-linux-nat.c: Likewise.
6796 * s390-linux-nat.c: Likewise.
6797 * spu-linux-nat.c: Likewise.
6798 * tilegx-linux-nat.c: Likewise.
6799 * x86-linux-nat.c: Likewise.
6800 * xtensa-linux-nat.c: Likewise.
6801
6802 2015-07-24 Pedro Alves <palves@redhat.com>
6803
6804 * ptrace.m4 (ptrace tests): Test in C++ mode. Try with 'enum
6805 __ptrace_request as first parameter type instead of int.
6806 (PTRACE_TYPE_ARG1): Define.
6807 * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
6808 that casts first argument to PTRACE_TYPE_ARG1.
6809 * config.in: Regenerate.
6810 * configure: Regenerate.
6811
6812 2015-07-24 Pedro Alves <palves@redhat.com>
6813
6814 * gdb_ptrace.h: Move ...
6815 * nat/gdb_ptrace.h: ... here.
6816 * inf-ptrace.c: Adjust.
6817
6818 2015-07-24 Pedro Alves <palves@redhat.com>
6819
6820 * acinclude.m4: Include ptrace.m4.
6821 * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
6822 * ptrace.m4: ... to this new file.
6823
6824 2015-07-23 Doug Evans <dje@google.com>
6825
6826 * dwarf2read.c (dwarf2_per_cu_data): Add comment.
6827 (load_cu): Handle dummy CUs.
6828 (dw2_do_instantiate_symtab, process_queuef): Ditto.
6829 (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
6830
6831 2015-07-23 Ciro Santilli <ciro.santilli@gmail.com> (tiny patch)
6832
6833 * py-linetable.c (ltpy_get_all_source_lines): Adjust function
6834 documentation to say that it returns a list rather than
6835 a FrozenSet.
6836 (linetable_object_methods): Update the docstring of the
6837 "source_line" entry.
6838
6839 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6840
6841 * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
6842 type to the recursive call instead of the original (maybe
6843 TYPE_CODE_TYPEDEF) type.
6844
6845 2015-07-23 Yao Qi <yao.qi@linaro.org>
6846
6847 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
6848 TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
6849 If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
6850
6851 2015-07-21 Yao Qi <yao.qi@linaro.org>
6852
6853 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
6854 Move it to nat/aarch64-linux-hw-point.c.
6855 (aarch64_linux_child_post_startup_inferior): Update.
6856 * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
6857 New function.
6858 * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
6859 Declare it.
6860
6861 2015-07-21 Markus Metzger <markus.t.metzger@intel.com>
6862
6863 * common/btrace-common.c (btrace_data_append): Change case label.
6864
6865 2015-07-20 Yao Qi <yao.qi@linaro.org>
6866
6867 * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
6868 Re-indent the code.
6869 * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
6870 "unsigned long long".
6871
6872 2015-07-18 Kevin Buettner <kevinb@redhat.com>
6873
6874 * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
6875 to be set for SEC_ALLOC sections too.
6876
6877 2015-07-17 Yao Qi <yao.qi@linaro.org>
6878
6879 * Makefile.in (HFILES_NO_SRCDIR): Add
6880 nat/aarch64-linux-hw-point.h.
6881 (aarch64-linux-hw-point.o): New rule.
6882 * nat/aarch64-linux-hw-point.h: New file.
6883 * nat/aarch64-linux-hw-point.c: New file.
6884 * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
6885 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
6886 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
6887 (AARCH64_HWP_ALIGNMENT): Likewise.
6888 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
6889 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
6890 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
6891 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
6892 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
6893 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
6894 (struct aarch64_debug_reg_state): Likewise.
6895 (struct arch_lwp_info): Likewise.
6896 (aarch64_linux_set_debug_regs): Likewise.
6897 (aarch64_notify_debug_reg_change): Remove static.
6898 (aarch64_align_watchpoint): Likewise.
6899 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
6900 (aarch64_watchpoint_length): Likewise.
6901 (aarch64_point_encode_ctrl_reg): Likewise
6902 (aarch64_point_is_aligned): Likewise.
6903 (aarch64_dr_state_insert_one_point): Likewise.
6904 (aarch64_dr_state_remove_one_point): Likewise.
6905 (aarch64_handle_breakpoint): Likewise.
6906 (aarch64_handle_aligned_watchpoint): Likewise.
6907 (aarch64_handle_unaligned_watchpoint): Likewise.
6908 (aarch64_handle_watchpoint): Likewise.
6909 * config/aarch64/linux.mh (NAT_FILE): Add
6910 aarch64-linux-hw-point.o.
6911
6912 2015-07-17 Yao Qi <yao.qi@linaro.org>
6913
6914 * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
6915 state and don't call aarch64_get_debug_reg_state. All callers
6916 update.
6917 (aarch64_linux_insert_hw_breakpoint): Call
6918 aarch64_get_debug_reg_state earlier.
6919 (aarch64_linux_remove_hw_breakpoint): Likewise.
6920 (aarch64_handle_aligned_watchpoint): Add argument state and
6921 don't call aarch64_get_debug_reg_state. All callers update.
6922 (aarch64_handle_unaligned_watchpoint): Likewise.
6923 (aarch64_handle_watchpoint): Add argument state.
6924 (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
6925 earlier.
6926 (aarch64_linux_remove_watchpoint): Likewise.
6927
6928 2015-07-17 Yao Qi <yao.qi@linaro.org>
6929
6930 * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
6931 debug_printf.
6932 (aarch64_handle_unaligned_watchpoint): Likewise.
6933
6934 2015-07-17 Yao Qi <yao.qi@linaro.org>
6935
6936 * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
6937 argument type's type to 'enum target_hw_bp_type'.
6938 (aarch64_dr_state_remove_one_point): Likewise.
6939 (aarch64_handle_breakpoint): Likewise.
6940 (aarch64_linux_insert_hw_breakpoint): Likewise.
6941 (aarch64_linux_remove_hw_breakpoint): Likewise.
6942 (aarch64_handle_aligned_watchpoint): Likewise.
6943
6944 2015-07-17 Yao Qi <yao.qi@linaro.org>
6945
6946 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
6947 ptid_get_pid instead of get_thread_id.
6948
6949 2015-07-17 Yao Qi <yao.qi@linaro.org>
6950
6951 * remote.c (get_current_thread): Initialise ptid to null_ptid.
6952 (add_current_inferior_and_thread): Don't initialise ptid.
6953
6954 2015-07-16 Pierre Langlois <pierre.langlois@arm.com>
6955
6956 * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
6957 unavailable if invalid.
6958
6959 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6960
6961 Revert the previous 6 commits:
6962 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6963 Move gdb_regex* to common/
6964 Prepare linux_find_memory_regions_full & co. for move
6965 Move linux_find_memory_regions_full & co.
6966 gdbserver build-id attribute generator
6967 Validate symbol file using build-id
6968
6969 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6970 Jan Kratochvil <jan.kratochvil@redhat.com>
6971
6972 Validate symbol file using build-id.
6973 * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
6974 and 'show validate-build-id'. Add build-id attribute.
6975 * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
6976 * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
6977 * solib-frv.c (_initialize_frv_solib): Ditto.
6978 * solib-spu.c (set_spu_solib_ops): Ditto.
6979 * solib-svr4.c: Include rsp-low.h.
6980 (NOTE_GNU_BUILD_ID_NAME): New define.
6981 (svr4_validate): New function.
6982 (svr4_copy_library_list): Duplicate field build_id.
6983 (library_list_start_library): Parse 'build-id' attribute.
6984 (svr4_library_attributes): Add 'build-id' attribute.
6985 (_initialize_svr4_solib): Assign validate value.
6986 * solib-target.c (solib.h): Include.
6987 (_initialize_solib_target): Assign validate value.
6988 * solib.c (validate_build_id, show_validate_build_id): New.
6989 (solib_map_sections): Use ops->validate.
6990 (clear_so): Free build_id.
6991 (default_solib_validate): New function.
6992 (_initialize_solib): Add "validate-build-id".
6993 * solib.h (default_solib_validate): New declaration.
6994 * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
6995 (target_so_ops): New field 'validate'.
6996
6997 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6998 Jan Kratochvil <jan.kratochvil@redhat.com>
6999
7000 gdbserver build-id attribute generator.
7001 * features/library-list-svr4.dtd (library-list-svr4): New
7002 'build-id' attribute.
7003
7004 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
7005 Jan Kratochvil <jan.kratochvil@redhat.com>
7006
7007 Move linux_find_memory_regions_full & co.
7008 * linux-tdep.c (nat/linux-maps.h): Include.
7009 (gdb_regex.h): Remove the include.
7010 (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
7011 (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
7012 (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
7013 (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
7014 * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
7015 and target/target.h.
7016 (struct smaps_vmflags, read_mapping, decode_vmflags)
7017 (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
7018 (linux_find_memory_regions_full): Move from linux-tdep.c.
7019 * nat/linux-maps.h (read_mapping): New declaration.
7020 (linux_find_memory_region_ftype, enum filterflags): Moved from
7021 linux-tdep.c.
7022 (linux_find_memory_regions_full): New declaration.
7023 * target.c (target/target-utils.h): Include.
7024 (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
7025 (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
7026 definitions to target/target-utils.c.
7027 * target.h (target_fileio_read_stralloc): Move it to target/target.h.
7028 * target/target-utils.c (read_alloc, read_stralloc): Move definitions
7029 from target.c.
7030 * target/target-utils.h (read_alloc_pread_ftype): New typedef.
7031 (read_alloc): New declaration.
7032 (read_stralloc_func_ftype): New typedef.
7033 (read_stralloc): New declaration.
7034 * target/target.h (target_fileio_read_stralloc): Move it from target.h.
7035
7036 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
7037 Jan Kratochvil <jan.kratochvil@redhat.com>
7038
7039 Prepare linux_find_memory_regions_full & co. for move.
7040 * linux-tdep.c (linux_find_memory_region_ftype): Comment.
7041 (linux_find_memory_regions_full): Change signature and prepare
7042 for moving to linux-maps.
7043 (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
7044 (linux_find_memory_regions_thunk): New.
7045 (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
7046 (linux_find_memory_regions_gdb): New.
7047 (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
7048 (linux_make_mappings_corefile_notes): Use
7049 linux_find_memory_regions_gdb.
7050 * target.c (read_alloc_pread_ftype): New typedef.
7051 (target_fileio_read_alloc_1_pread): New function.
7052 (read_alloc): Refactor from target_fileio_read_alloc_1.
7053 (read_stralloc_func_ftype): New typedef.
7054 (target_fileio_read_alloc_1): New implementation. Use read_alloc.
7055 (read_stralloc): Refactored from target_fileio_read_stralloc.
7056 (target_fileio_read_stralloc): New implementation, use read_stralloc.
7057
7058 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7059
7060 * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
7061 common/gdb_regex.h.
7062 (COMMON_OBS): Add gdb_regex.o.
7063 (gdb_regex.o): New.
7064 * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
7065 --without-included-regex and USE_INCLUDED_REGEX.
7066 * common/gdb_regex.c: New file from utils.c functions.
7067 * common/gdb_regex.h: Move it here from gdb_regex.h, update include
7068 file wrapping define name.
7069 * configure: Rebuilt.
7070 * configure.ac (gdb_use_included_regex, --without-included-regex)
7071 (USE_INCLUDED_REGEX): Move them to common/common.m4.
7072 * gdb_regex.h: Move it to common/gdb_regex.h.
7073 * utils.c: Remove include gdb_regex.h.
7074 (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
7075 (compile_rx_or_error): Move them to common/gdb_regex.c.
7076
7077 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
7078 Jan Kratochvil <jan.kratochvil@redhat.com>
7079
7080 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
7081 * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
7082 common/target-utils.h.
7083 (COMMON_OBS): Add target-utils.o.
7084 (linux-maps.o, target-utils.o): New.
7085 * target/target-utils.c: New file.
7086 * target/target-utils.h: New file.
7087 * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
7088 * config/i386/linux64.mh (NATDEPFILES): Ditto.
7089 * nat/linux-maps.c: New file.
7090 * nat/linux-maps.h: New file.
7091
7092 2015-07-15 Markus Metzger <markus.t.metzger@intel.com>
7093 Pedro Alves <palves@redhat.com>
7094
7095 * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
7096 (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
7097 (perf_event_read_bts): Change the type of SIZE and READ.
7098 (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
7099 and DATA_OFFSET. Move DATA_SIZE declaration. Restrict the buffer size
7100 to UINT_MAX. Check for overflows when using DATA_HEAD from the perf
7101 mmap page.
7102 (linux_enable_pt): Change the type of PAGES and SIZE. Restrict the
7103 buffer size to UINT_MAX.
7104 (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
7105 DATA_TAIL.
7106 * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
7107 <last_head>: Change type.
7108 * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
7109 * common/btrace-common.c (btrace_data_append): Change the type of
7110 SIZE.
7111 * btrace.c (parse_xml_raw): Change the type of SIZE. Change oddness
7112 check.
7113
7114 2015-07-14 Simon Marchi <simon.marchi@ericsson.com>
7115
7116 * gdbtypes.h (CHECK_TYPEDEF): Remove.
7117 * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
7118 with check_typedef.
7119 * ada-lang.c (decode_constrained_packed_array_type): Likewise.
7120 (ada_array_length): Likewise.
7121 (find_parallel_type_by_descriptive_type): Likewise.
7122 (ada_check_typedef): Likewise.
7123 * arm-tdep.c (arm_return_in_memory): Likewise.
7124 * ax-gdb.c (gen_trace_static_fields): Likewise.
7125 (gen_struct_ref_recursive): Likewise.
7126 * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
7127 (variable: block COLONCOLON name): Likewise.
7128 (qualified_name: TYPENAME COLONCOLON name): Likewise.
7129 * c-lang.c (classify_type): Likewise.
7130 * c-typeprint.c (c_print_type): Likewise.
7131 (c_print_typedef): Likewise.
7132 (c_type_print_base): Likewise.
7133 * c-valprint.c (c_val_print): Likewise.
7134 * compile/compile-c-types.c (convert_type): Likewise.
7135 * compile/compile-object-load.c (get_out_value_type): Likewise.
7136 * completer.c (add_struct_fields): Likewise.
7137 (expression_completer): Likewise.
7138 * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
7139 (cp_lookup_nested_symbol_1): Likewise.
7140 (cp_lookup_nested_symbol): Likewise.
7141 * cp-valprint.c (cp_print_value_fields): Likewise.
7142 (cp_print_static_field): Likewise.
7143 * d-valprint.c (d_val_print): Likewise.
7144 * eval.c (evaluate_subexp_standard): Likewise.
7145 (evaluate_subexp_for_sizeof): Likewise.
7146 * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
7147 * f-typeprint.c (f_type_print_base): Likewise.
7148 * f-valprint.c (f_val_print): Likewise.
7149 * gdbtypes.c (get_discrete_bounds): Likewise.
7150 (create_array_type_with_stride): Likewise.
7151 (type_name_no_tag_or_error): Likewise.
7152 (lookup_struct_elt_type): Likewise.
7153 (get_unsigned_type_max): Likewise.
7154 (internal_type_vptr_fieldno): Likewise.
7155 (set_type_vptr_fieldno): Likewise.
7156 (internal_type_vptr_basetype): Likewise.
7157 (set_type_vptr_basetype): Likewise.
7158 (get_vptr_fieldno): Likewise.
7159 (is_integral_type): Likewise.
7160 (is_scalar_type): Likewise.
7161 (is_scalar_type_recursive): Likewise.
7162 (distance_to_ancestor): Likewise.
7163 (is_unique_ancestor_worker): Likewise.
7164 (check_types_equal): Likewise.
7165 * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
7166
7167 2015-07-14 Iain Buclaw <ibuclaw@gdcproject.org>
7168
7169 * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
7170 also test for language_d.
7171 (dwarf2_compute_name): Likewise.
7172 (read_func_scope): Likewise.
7173 (read_structure_type): Likewise.
7174 (new_symbol_full): Likewise.
7175 (determine_prefix): Likewise.
7176 (read_import_statement): Use dot as the separator for language_d.
7177 (typename_concat): Likewise, but don't prefix the D main function.
7178
7179 2015-07-14 Peter Bergner <bergner@vnet.ibm.com>
7180
7181 * nat/linux-namespaces.c (setns): Rename from this ...
7182 (do_setns): ... to this. Support calling setns if it exists.
7183 (mnsh_handle_setns): Call do_setns.
7184
7185 2015-07-13 Yao Qi <yao.qi@linaro.org>
7186
7187 * exec.c (exec_file_attach): Add period at the end of error
7188 message.
7189
7190 2015-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7191
7192 * tui/tui-win.c (window_name_completer): New function.
7193 (focus_completer): Call window_name_completer. All old content
7194 moved into window_name_completer.
7195 (winheight_completer): New function.
7196 (_initialize_tui_win): Rename variable. Add completer to
7197 winheight command. Update doc string on winheight.
7198
7199 2015-07-12 Sandra Loosemore <sandra@codesourcery.com>
7200
7201 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
7202 all nios2 mach variants.
7203
7204 2015-07-10 Kevin Buettner <kevinb@redhat.com>
7205
7206 * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
7207 of target_read_memory.
7208
7209 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7210
7211 * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
7212 string copy.
7213 (parse_scrolling_args): Likewise.
7214
7215 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7216
7217 * tui/tui-win.c (focus_completer): Don't duplicate the tui window
7218 names in this function.
7219
7220 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7221
7222 * tui/tui-data.h (SRC_NAME): Convert to lower case.
7223 (CMD_NAME): Likewise.
7224 (DATA_NAME): Likewise.
7225 (DISASSEM_NAME): Likewise.
7226 * tui/tui-win.c (tui_set_focus): Window names are now lower case.
7227 (tui_set_win_height): Likewise.
7228 (parse_scrolling_args): Likewise.
7229
7230 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
7231
7232 * record-btrace.c (record_btrace_goto_begin)
7233 (record_btrace_goto_end, record_btrace_goto): Move call to
7234 print_stack_frame ...
7235 (record_btrace_set_replay): ... here. Set stop_pc.
7236 * record-full.c (record_full_goto_entry): Set stop_pc.
7237
7238 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
7239
7240 * NEWS: Mention support for tracepoints on aarch64-linux.
7241
7242 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
7243
7244 * linux-aarch64-low.c (aarch64_supports_tracepoints): New
7245 function. Return 1.
7246 (the_low_target): Install it.
7247
7248 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
7249
7250 * gdb.trace/backtrace.exp: Set registers for aarch64 target.
7251 * gdb.trace/collection.exp: Likewise.
7252 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
7253 * gdb.trace/mi-trace-unavailable.exp: Likewise.
7254 * gdb.trace/report.exp: Likewise.
7255 * gdb.trace/trace-break.exp: Likewise.
7256 * gdb.trace/unavailable.exp: Likewise.
7257 * gdb.trace/while-dyn.exp: Likewise.
7258
7259 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
7260
7261 * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
7262 (aarch64_gen_return_address): New function.
7263 (aarch64_gdbarch_init): Hook it.
7264
7265 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
7266
7267 * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
7268 swallow NOT_AVAILABLE_ERROR.
7269 (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
7270 available_p is not set.
7271 (aarch64_stub_frame_unwind_stop_reason): New function.
7272 (aarch64_stub_unwind): Install it.
7273
7274 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
7275
7276 * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
7277 field.
7278 (aarch64_make_prologue_cache_1): New function, factored out from
7279 aarch64_make_prologue_cache. Do not allocate cache. Set
7280 available_p.
7281 (aarch64_make_prologue_cache): Reimplement wrapping
7282 aarch64_make_prologue_cache_1, and swallowing
7283 NOT_AVAILABLE_ERROR.
7284 (aarch64_prologue_frame_unwind_stop_reason): New function.
7285 Return UNWIND_UNAVAILABLE if available_p is not set.
7286 (aarch64_prologue_unwind): Install it.
7287 (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
7288 checks into aarch64_prologue_frame_unwind_stop_reason. Call
7289 frame_id_build_unavailable_stack if available_p is not set.
7290
7291 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
7292
7293 * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
7294 fields.
7295 (aarch64_scan_prologue): Set prev_pc.
7296 (aarch64_make_prologue_cache): Set func.
7297 (aarch64_make_stub_cache): Set prev_pc.
7298 (aarch64_prologue_this_id): Remove local variables id, pc and
7299 func. Read prev_pc and func from cache.
7300 (aarch64_stub_this_id): Read prev_pc from cache.
7301
7302 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
7303
7304 * aarch64-tdep.c (aarch64_make_stub_cache): Update comment. New
7305 argument this_cache. Remove unused local variables reg and
7306 unwound_fp. Return early if this_cache is already set. Set
7307 this_cache.
7308 (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
7309
7310 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
7311
7312 * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
7313 New argument this_cache. Return early if this_cache is already
7314 set. Set this_cache.
7315 (aarch64_prologue_this_id): Update call to
7316 aarch64_make_prologue_cache.
7317 (aarch64_prologue_prev_register): Likewise.
7318 (aarch64_normal_frame_base): Likewise.
7319
7320 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
7321
7322 * c-valprint.c (c_val_print): Factor out memberptr printing code
7323 from c_val_print to ...
7324 (c_val_print_memberptr): ... this new function.
7325
7326 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
7327
7328 * c-valprint.c (c_val_print): Factor out int printing code to ...
7329 (c_val_print_int): ... this new function.
7330
7331 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
7332
7333 * c-valprint.c (c_val_print): Factor out struct and union
7334 printing code to ...
7335 (c_val_print_struct): ... this new function ...
7336 (c_val_print_union): ... and this new function.
7337
7338 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
7339
7340 * c-valprint.c (c_val_print): Factor out pointer printing code
7341 to ...
7342 (c_val_print_ptr): ... this new function.
7343
7344 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
7345
7346 * c-valprint.c (c_valprint): Factor our array printing code from
7347 c_val_print to ...
7348 (c_val_print_array): ... this new function.
7349
7350 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
7351
7352 * c-valprint.c (c_val_print): Factor out pointer printing code
7353 to ...
7354 (print_unpacked_pointer): ... this new function.
7355
7356 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
7357
7358 * c-valprint.c (c_val_print): Remove an assignment to i and move
7359 its declaration.
7360
7361 2015-07-09 Yao Qi <yao.qi@linaro.org>
7362
7363 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
7364 argument ptid. Update comments. Caller update.
7365
7366 2015-07-09 Markus Metzger <markus.t.metzger@intel.com>
7367
7368 * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
7369 mnt packets.
7370
7371 2015-07-09 Markus Metzger <markus.t.metzger@intel.com>
7372
7373 * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
7374
7375 2015-07-08 Simon Marchi <simon.marchi@ericsson.com>
7376
7377 * progspace.c (delete_program_space): Add missing spaces.
7378
7379 2015-07-08 Simon Marchi <simon.marchi@ericsson.com>
7380
7381 * inferior.c (delete_inferior_1): Rename to ...
7382 (delete_inferior): ..., remove 'silent' parameter, delete
7383 program space when unused and remove call to prune_program_spaces.
7384 Remove the old, unused, delete_inferior.
7385 (delete_inferior_silent): Remove.
7386 (prune_inferiors): Change call from delete_inferior_1 to
7387 delete_inferior and remove 'silent' parameter. Remove call to
7388 prune_program_spaces.
7389 (remove_inferior_command): Idem.
7390 * inferior.h (delete_inferior_1): Rename to...
7391 (delete_inferior): ..., remove 'silent' parameter and remove the
7392 original delete_inferior.
7393 (delete_inferior_silent): Remove.
7394 * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
7395 delete_inferior_1 to delete_inferior and remove 'silent'
7396 parameter.
7397 * progspace.c (prune_program_spaces): Remove.
7398 (pspace_empty_p): Rename to...
7399 (program_space_empty_p): ... and make non-static.
7400 (delete_program_space): New.
7401 * progspace.h (prune_program_spaces): Remove declaration.
7402 (program_space_empty_p): New declaration.
7403 (delete_program_space): New declaration.
7404 * monitor.c (monitor_close): Replace call to
7405 delete_thread_silent and delete_inferior_silent with
7406 discard_all_inferiors.
7407
7408 2015-07-08 Patrick Palka <patrick@parcs.ath.cx>
7409
7410 * defs.h (deprecated_register_changed_hook): Remove prototype.
7411 * interps.c (clear_iterpreter_hooks): Remove reference to
7412 deprecated_register_changed_hook.
7413 * top.c (deprecated_register_changed_hook): Remove prototype.
7414 * valops.c (value_assign): Remove reference to
7415 deprecated_register_changed_hook.
7416 * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
7417 Add comment documenting the function.
7418 (tui_register_changed_observer): Define.
7419 (tui_install_hooks): Remove reference to
7420 deprecated_register_changed_hook. Set
7421 tui_register_changed_observer.
7422 (tui_remove_hooks): Remove reference to
7423 deprecated_register_changed_hook. Unset
7424 tui_register_changed_observer.
7425
7426 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7427
7428 PR compile/18484
7429 * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
7430
7431 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
7432
7433 PR exp/18617
7434 * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
7435
7436 2015-07-08 Markus Metzger <markus.t.metzger@intel.com>
7437
7438 * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
7439
7440 2015-07-08 Markus Metzger <markus.t.metzger@intel.com>
7441
7442 * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
7443 Use safe_strerror() instead of strerror().
7444
7445 2015-07-07 Yao Qi <yao.qi@linaro.org>
7446
7447 * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
7448 * features/arm-with-m-fpa-layout.c: Regenerated.
7449 * features/arm-with-m-vfp-d16.xml: Likewise.
7450 * features/arm-with-m-vfp-d16.c: Regenerated.
7451 * features/arm-with-m.xml: Likewise.
7452 * features/arm-with-m.c: Regenerated.
7453 * features/arm-with-neon.xml: Likewise.
7454 * features/arm-with-neon.c: Regenerated.
7455 * features/arm-with-vfpv2.xml: Likewise.
7456 * features/arm-with-vfpv2.c: Regenerated.
7457 * features/arm-with-vfpv3.xml: Likewise.
7458 * features/arm-with-vfpv3.c: Regenerated.
7459
7460 2015-07-07 Yao Qi <yao.qi@linaro.org>
7461
7462 * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
7463 arm-linux-nat.c.
7464 * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
7465 elf/external.h.
7466 (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
7467 if target is 32-bit.
7468 (store_gregs_to_thread): Call aarch32_gp_regcache_collect
7469 if target is 32-bit.
7470 (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
7471 if target is 32-bit.
7472 (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
7473 if target is 32-bit.
7474 (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
7475 (aarch64_linux_read_description): Return the right target
7476 description.
7477 * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
7478 * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
7479 * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
7480 arm-linux-tdep.o.
7481
7482 2015-07-07 Yao Qi <yao.qi@linaro.org>
7483
7484 * aarch32-linux-nat.c: New file.
7485 * aarch32-linux-nat.h: New file.
7486 * arm-linux-nat.c: Include aarch32-linux-nat.h.
7487 (fetch_regs): Move code to aarch32-linux-nat.c. Call
7488 aarch32_gp_regcache_supply.
7489 (store_regs): Move code to aarch32-linux-nat.c. Call
7490 aarch32_gp_regcache_collect.
7491 (fetch_vfp_regs): Move code to aarch32-linux-nat.c. Call
7492 aarch32_vfp_regcache_supply.
7493 (store_vfp_regs): Move code to aarch32-linux-nat.c. Call
7494 aarch32_vfp_regcache_collect.
7495 * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
7496
7497 2015-07-07 Yao Qi <yao.qi@linaro.org>
7498
7499 * arm-linux-nat.c (store_fpregister): Remove.
7500 (store_register): Likewise.
7501 (fetch_fpregister): Likewise.
7502 (fetch_register): Likewise.
7503 (arm_linux_store_inferior_registers): Call store_regs and
7504 store_fpregs instead.
7505 (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
7506 fetch_regs instead.
7507
7508 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7509
7510 * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
7511 and focus commands.
7512
7513 2015-07-06 Joel Brobecker <brobecker@adacore.com>
7514
7515 * NEWS: Create a new section for the next release branch.
7516 Rename the section of the current branch, now that it has
7517 been cut.
7518
7519 2015-07-06 Joel Brobecker <brobecker@adacore.com>
7520
7521 GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
7522 * version.in: Bump version to 7.10.50.DATE-cvs.
7523
7524 2015-07-06 Luis Machado <lgustavo@codesourcery.com>
7525
7526 * breakpoint.c (remove_breakpoint_1): Don't handle permanent
7527 breakpoints in a special way.
7528 (remove_breakpoint): Likewise.
7529 (mark_breakpoints_out): Likewise.
7530
7531 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7532
7533 * doc/gdb.texinfo (TUI): Add comma after @xref.
7534
7535 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7536
7537 * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
7538 instead of casting the structure type.
7539
7540 2015-07-06 Simon Marchi <simon.marchi@ericsson.com>
7541
7542 * valops.c (search_struct_field): Remove OFFSET parameter.
7543 (value_cast_structs): Adjust calls to search_struct_field.
7544 (value_struct_elt): Same.
7545 (find_overload_match): Same.
7546
7547 2015-07-06 Simon Marchi <simon.marchi@ericsson.com>
7548
7549 * value.c (value_fetch_lazy): Update comment, change return
7550 value to void.
7551 * value.h (value_fetch_lazy): Change return value to void.
7552
7553 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7554
7555 * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
7556 (tui_win_name): Make parameter and result const.
7557 * tui/tui-data.h (tui_win_name): Make parameter and result const.
7558
7559 2015-07-06 Patrick Palka <patrick@parcs.ath.cx>
7560
7561 * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
7562 use printf_unfiltered.
7563 (set_mpx_cmd): Add missing trailing space to command string
7564 literal.
7565 (_initialize_i386_tdep): Give the "mpx" prefix command its
7566 correct name.
7567
7568 2015-07-02 Kevin Buettner <kevinb@redhat.com>
7569
7570 * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
7571 (enum rx_frame_type): New.
7572 (struct rx_prologue): Add new field `frame_type'.
7573 (rx_analyze_prologue): Add `frame_type' parameter. Cache this
7574 parameter in the prologue struct. Add code for recording
7575 locations of PC and PSW for fast interrupt and exception frames.
7576 (rx_skip_prologue): Adjust call to rx_analyze_prologue.
7577 (rx_analyze_frame_prologue): Add `frame_type' parameter.
7578 (rx_frame_type): New function.
7579 (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
7580 (rx_frame_this_id): Rename parameter `this_prologue_cache' to
7581 `this_cache'.
7582 (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
7583 `this_cache'. Add cases for RX_FRAME_TYPE_EXCEPTION and
7584 RX_FRAME_TYPE_FAST_INTERRUPT.
7585 (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
7586 (rx_frame_sniffer, rx_exception_sniffer): New functions.
7587 (rx_frame_unwind): Use rx_frame_sniffer instead of
7588 default_frame_sniffer.
7589 (rx_frame_unwind): New unwinder.
7590 (rx_gdbarch_init): Register new unwinder.
7591
7592 2015-07-02 Kevin Buettner <kevinb@redhat.com>
7593
7594 * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
7595 (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
7596 (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
7597 and RX_FPSW_REGNUM.
7598 (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
7599
7600 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7601
7602 Fix GCC false warning.
7603 * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
7604
7605 2015-07-02 Yao Qi <yao.qi@linaro.org>
7606
7607 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
7608 typo in the debugging message.
7609
7610 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7611
7612 * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
7613 (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
7614 (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
7615 (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
7616 (btrace_maint_clear): New.
7617 (btrace_fetch, btrace_clear): Call btrace_maint_clear.
7618 (pt_print_packet, btrace_maint_decode_pt)
7619 (btrace_maint_update_pt_packets, btrace_maint_update_packets)
7620 (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
7621 (maint_btrace_packet_history_cmd)
7622 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
7623 (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
7624 (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
7625 (maint_info_btrace_cmd, _initialize_btrace): New.
7626 * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
7627 (btrace_maint_packet_history, btrace_maint_info): New.
7628 (btrace_thread_info) <maint>: New.
7629 * NEWS: Announce it.
7630
7631 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7632
7633 * btrace.c (btrace_fetch): Append the new trace data.
7634 (btrace_clear): Clear the stored trace data.
7635 * btrace.h (btrace_thread_info) <data>: New.
7636 * common/btrace-common.h (btrace_data_clear)
7637 (btrace_data_append): New.
7638 * common/btrace-common.c (btrace_data_clear)
7639 (btrace_data_append): New.
7640
7641 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7642
7643 * nat/linux-btrace.c (linux_enable_bts): Check for
7644 PERF_ATTR_SIZE_VER5.
7645 Check for data_offset and data_size fields. Use them.
7646
7647 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7648
7649 * NEWS: Announce new commands "record btrace pt" and "record pt".
7650 Announce new options "set|show record btrace pt buffer-size".
7651 * btrace.c: Include "rsp-low.h".
7652 Include "inttypes.h".
7653 (btrace_add_pc): Add forward declaration.
7654 (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
7655 (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
7656 (btrace_compute_ftrace_pt): New.
7657 (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
7658 (check_xml_btrace_version): Update version check.
7659 (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
7660 (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
7661 (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
7662 (btrace_pt_children): New.
7663 (btrace_children): Add support for "pt".
7664 (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
7665 (btrace_conf_children): Add support for "pt".
7666 * btrace.h: Include "intel-pt.h".
7667 (btrace_pt_error): New.
7668 * common/btrace-common.c (btrace_format_string, btrace_data_fini)
7669 (btrace_data_empty): Support BTRACE_FORMAT_PT.
7670 * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
7671 (struct btrace_config_pt): New.
7672 (struct btrace_config)<pt>: New.
7673 (struct btrace_data_pt_config, struct btrace_data_pt): New.
7674 (struct btrace_data)<pt>: New.
7675 * features/btrace-conf.dtd (btrace-conf)<pt>: New.
7676 (pt): New.
7677 * features/btrace.dtd (btrace)<pt>: New.
7678 (pt, pt-config, cpu): New.
7679 * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
7680 (perf_event_pt_event_type, kernel_supports_pt)
7681 (linux_supports_pt): New.
7682 (linux_supports_btrace): Support BTRACE_FORMAT_PT.
7683 (linux_enable_bts): Free tinfo on error.
7684 (linux_enable_pt): New.
7685 (linux_enable_btrace): Support BTRACE_FORMAT_PT.
7686 (linux_disable_pt): New.
7687 (linux_disable_btrace): Support BTRACE_FORMAT_PT.
7688 (linux_fill_btrace_pt_config, linux_read_pt): New.
7689 (linux_read_btrace): Support BTRACE_FORMAT_PT.
7690 * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
7691 (struct btrace_target_info)<pt>: New.
7692 * record-btrace.c (set_record_btrace_pt_cmdlist)
7693 (show_record_btrace_pt_cmdlist): New.
7694 (record_btrace_print_pt_conf): New.
7695 (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
7696 (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
7697 (cmd_record_btrace_pt_start): New.
7698 (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
7699 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
7700 (_initialize_record_btrace): Add new commands.
7701 * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
7702 (remote_protocol_features): Add "Qbtrace:pt".
7703 Add "Qbtrace-conf:pt:size".
7704 (remote_supports_btrace): Support BTRACE_FORMAT_PT.
7705 (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
7706 (remote_enable_btrace): Support BTRACE_FORMAT_PT.
7707 (_initialize_remote): Add new commands.
7708
7709 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7710
7711 * configure.ac: check for libipt
7712 * configure: Regenerate.
7713 * config.in: Regenerate.
7714 * Makefile.in (LIBIPT): New.
7715 (CLIBS): Add $LIBIPT.
7716 * NEWS: document new configure options
7717
7718 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7719
7720 * compile/compile-object-load.c (compile_object_load): Replace debug
7721 message "lookup undefined ELF symbol" by 3 more specific messages.
7722
7723 2015-07-01 Kevin Buettner <kevinb@redhat.com>
7724
7725 * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
7726 (rl78_register_type): Add case for RL78_PSW_REGNUM.
7727 (rl78_gdbarch_init): Initialize rl78_psw_type.
7728
7729 2015-07-01 Patrick Palka <patrick@parcs.ath.cx>
7730
7731 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
7732 Update commentary. Always refresh the registers when frame
7733 information has changed.
7734 * tui/tui-stack.c (tui_show_frame_info): Update commentary.
7735 Change return type to int. Return 1 if frame information has
7736 changed, 0 otherwise.
7737 (tui_before_prompt): Update commentary.
7738 * tui/tui-stack.h (tui_show_frame_info): Change return type to
7739 int.
7740
7741 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
7742
7743 PR tui/13378
7744 * frame.c (select_frame): Remove reference to
7745 deprecated_selected_frame_level_changed_hook.
7746 * frame.h (deprecated_selected_frame_level_changed_hook): Remove
7747 declaration.
7748 * stack.c (deprecated_selected_frame_level_changed_hook):
7749 Likewise.
7750 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
7751 Rename to ...
7752 (tui_refresh_frame_and_register_information): ... this. Bail
7753 out if there is no stack. Don't update register information
7754 unless registers_too_p is true.
7755 (tui_print_frame_info_listing_hook): Rename to ...
7756 (tui_dummy_print_frame_info_listing_hook): ... this.
7757 (tui_before_prompt): New function.
7758 (tui_normal_stop): New function.
7759 (tui_before_prompt_observer): New observer.
7760 (tui_normal_stop_observer): New observer.
7761 (tui_install_hooks): Set
7762 deprecated_print_frame_info_listing_hook to
7763 tui_dummy_print_frame_info_listing_hook. Register
7764 tui_before_prompt_observer to call tui_before_prompt and
7765 tui_normal_stop_observer to call tui_normal_stop. Remove
7766 reference to deprecated_selected_frame_level_changed_hook.
7767 (tui_remove_hooks): Detach and unset tui_before_prompt_observer
7768 and tui_normal_stop_observer. Remove reference to
7769 deprecated_selected_frame_level_changed_hook.
7770
7771 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
7772
7773 PR tui/13378
7774 * tui/tui-stack.c (tui_set_locator_info): Change prototype to
7775 return an int instead of void. Return whether the locator
7776 window has changed.
7777 (tui_show_frame_info): If the locator info has not changed, then
7778 bail out early to avoid refreshing the windows.
7779
7780 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
7781
7782 * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
7783 LOCATOR_WIN to tui_alloc_content.
7784
7785 2015-06-30 Yao Qi <yao.qi@linaro.org>
7786
7787 PR tdep/18605
7788 * arm-tdep.c (arm_get_next_pc_raw): Break for media
7789 instructions.
7790
7791 2015-06-29 Kevin Buettner <kevinb@redhat.com>
7792
7793 * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
7794 (rx_dwarf_reg_to_regnum): New function.
7795 (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum. Use dwarf2
7796 unwinding.
7797
7798 2015-06-29 Pedro Alves <palves@redhat.com>
7799
7800 PR threads/18127
7801 * infcall.c (run_inferior_call): On infcall success, if the thread
7802 was marked stopped before, reset it back to stopped.
7803 * infrun.c (resume): Don't suppress the set_running calls when
7804 doing an infcall.
7805 (normal_stop): Only discard the finish_thread_state cleanup if the
7806 infcall succeeded.
7807
7808 2015-06-29 Pierre Langlois <pierre.langlois@arm.com>
7809
7810 * MAINTAINERS (Write After Approval): Update my email address.
7811
7812 2015-06-26 Keith Seitz <keiths@redhat.com>
7813 Doug Evans <dje@google.com>
7814
7815 PR 16253
7816 * block.c (block_lookup_symbol): For non-function blocks,
7817 continue to search for a symbol with an exact domain match
7818 Otherwise, return any previously found "best domain" symbol.
7819 (block_lookup_symbol_primary): Likewise.
7820
7821 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7822
7823 * NEWS: Mention the new option "history remove-duplicates".
7824 * top.c (history_remove_duplicates): New static variable.
7825 (show_history_remove_duplicates): New static function.
7826 (gdb_add_history): Conditionally remove duplicate history
7827 entries.
7828 (init_main): Add "history remove-duplicates" option.
7829
7830 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7831
7832 * tui/tui-win.c (focus_completer): New static function.
7833 (_initialize_tui_win): Set the completion function of the
7834 "focus" command to focus_completer.
7835
7836 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7837
7838 * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
7839 and language_asm..
7840 * symtab.c (find_function_start_sal): Likewise.
7841
7842 2015-06-25 Gary Benson <gbenson@redhat.com>
7843
7844 * solib.c (solib_find_1): Set local variable sysroot to NULL if
7845 it is the empty string after trailing slashes have been stripped.
7846
7847 2015-06-25 Gary Benson <gbenson@redhat.com>
7848
7849 * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
7850 * infrun.c (follow_exec): Likewise.
7851 * remote.c (remote_filesystem_is_local): Likewise.
7852 * solib.c (solib_find_1): Likewise.
7853
7854 2015-06-24 Keith Seitz <keiths@redhat.com>
7855
7856 * build-id.c (build_id_to_debug_bfd): Add cleanup to free
7857 return value from lrealpath.
7858
7859 2015-06-24 Mike Frysinger <vapier@gentoo.org>
7860
7861 * remote-sim.c (gdbsim_open): Move sysroot update to the top.
7862
7863 2015-06-24 Mike Frysinger <vapier@gentoo.org>
7864
7865 * remote-sim.c: Include gdb_bfd.h.
7866 (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
7867 Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
7868
7869 2015-06-24 Yao Qi <yao.qi@linaro.org>
7870
7871 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
7872 set_gdbarch_get_siginfo_type.
7873 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
7874 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
7875 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
7876 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
7877 * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
7878 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
7879 * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
7880 * linux-tdep.c (linux_get_siginfo_type): Change it to static.
7881 (linux_init_abi): Call set_gdbarch_get_siginfo_type.
7882 * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
7883
7884 2015-06-24 Gary Benson <gbenson@redhat.com>
7885
7886 * common/buffer.c (stdint.h): Do not include.
7887 * common/print-utils.c (stdint.h): Likewise.
7888 * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
7889 * compile/compile-c-types.c (gdb_assert.h): Likewise.
7890 * ft32-tdep.c (gdb_assert.h): Likewise.
7891 * guile/scm-utils.c (stdint.h): Likewise.
7892 * i386-linux-tdep.c (stdint.h): Likewise.
7893 * i386-tdep.c (stdint.h): Likewise.
7894 * nat/linux-btrace.c (stdint.h): Likewise.
7895 * nat/linux-btrace.h (stdint.h): Likewise.
7896 * nat/linux-ptrace.c (stdint.h): Likewise.
7897 * nat/mips-linux-watch.h (stdint.h): Likewise.
7898 * ppc-linux-nat.c (stdint.h): Likewise.
7899 * python/python-internal.h (stdint.h): Likewise.
7900 * stub-termcap.c (stdlib.h): Likewise.
7901 * target/target.h (stdint.h): Likewise.
7902 * xtensa-linux-nat.c (stdint.h): Likewise.
7903
7904 2015-06-23 Patrick Palka <patrick@parcs.ath.cx>
7905
7906 * top.c (init_history): Look at errno after calling strtol to
7907 properly map large GDBHISTSIZE values to infinity.
7908
7909 2015-06-23 Doug Evans <dje@google.com>
7910
7911 * inferior.h (struct inferior_suspend_state): Delete, unused.
7912 All references deleted.
7913
7914 2015-06-23 Mike Frysinger <vapier@gentoo.org>
7915
7916 * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
7917 (microblaze_push_dummy_call): Likewise.
7918 (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
7919 and set_gdbarch_push_dummy_call.
7920
7921 2015-06-23 Yao Qi <yao.qi@linaro.org>
7922
7923 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
7924 Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
7925 (amd64_linux_store_inferior_registers): Likewise.
7926 * arm-linux-nat.c (fetch_fpregister): Likewise.
7927 (fetch_fpregs, store_fpregister): Likewise.
7928 (store_fpregister, store_fpregs): Likewise.
7929 (fetch_register, fetch_regs): Likewise.
7930 (store_register, store_regs): Likewise.
7931 (fetch_vfp_regs, store_vfp_regs): Likewise.
7932 (arm_linux_read_description): Check have_ptrace_getregset is
7933 TRIBOOL_UNKNOWN. Set have_ptrace_getregset to TRIBOOL_TRUE
7934 or TRIBOOL_FALSE.
7935 * i386-linux-nat.c (fetch_xstateregs): Check
7936 have_ptrace_getregset is not TRIBOOL_TRUE.
7937 (store_xstateregs): Likewise.
7938 * linux-nat.c (have_ptrace_getregset): Change its type to
7939 enum tribool.
7940 * linux-nat.h (tribool): New enum.
7941 * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
7942 Check whether have_ptrace_getregset is TRIBOOL_TRUE.
7943
7944 2015-06-19 Doug Evans <dje@google.com>
7945
7946 * NEWS: Mention Sun's version of stabs is no longer supported.
7947 * elfread.c (free_elfinfo): Delete. All uses updated.
7948 (elfstab_offset_sections): Delete. All uses updated.
7949 * gdb-stabs.h (stab_section_info): Delete. All uses updated.
7950 * psympriv.h (partial_symtab) <section_offsets>: Delete.
7951 All uses updated.
7952 * psymtab.c (start_psymtab_common): Delete arg section_offsets.
7953 All callers updated.
7954
7955 2015-06-18 Simon Marchi <simon.marchi@ericsson.com>
7956
7957 * common/rsp-low.c (needs_escaping): New.
7958 (remote_escape_output): Add unit_size parameter. Refactor to
7959 support multi-byte addressable units. Rename parameters.
7960 * common/rsp-low.h (remote_escape_output): Add unit_size
7961 parameter and rename others. Update doc.
7962 * remote.c (align_for_efficient_write): New.
7963 (remote_write_bytes_aux): Add unit_size parameter and use it.
7964 Rename some variables. Update doc.
7965 (remote_xfer_partial): Get unit size and use it.
7966 (remote_read_bytes_1): Add unit_size parameter and use it.
7967 Rename some variables. Update doc.
7968 (remote_write_bytes): Same.
7969 (remote_xfer_live_readonly_partial): Same.
7970 (remote_read_bytes): Same.
7971 (remote_flash_write): Update call to remote_write_bytes_aux.
7972 (remote_write_qxfer): Update call to remote_escape_output.
7973 (remote_search_memory): Same.
7974 (remote_hostio_pwrite): Same.
7975
7976 2015-06-17 Luis Machado <lgustavo@codesourcery.com>
7977
7978 * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
7979 locations as inserted.
7980 Update and expand comment about permanent locations.
7981 (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
7982 Move comment to add_location_to_breakpoint.
7983 (update_global_location_list): Don't error out if a permanent
7984 breakpoint is not marked inserted.
7985 Don't error out if a non-permanent breakpoint location is inserted on
7986 top of a permanent breakpoint.
7987
7988 2015-06-17 Luis Machado <lgustavo@codesourcery.com>
7989
7990 * breakpoint.c (make_breakpoint_permanent): Remove unused
7991 function.
7992 * breakpoint.h (make_breakpoint_permanent): Remove declaration.
7993
7994 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7995
7996 PR gdb/16999
7997 * NEWS: Mention new GDBHISTSIZE behavior.
7998 * top.c (init_history): For null or out-of-range GDBHISTSIZE,
7999 set history size to unlimited. Ignore non-numeric GDBHISTSIZE.
8000
8001 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8002
8003 * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
8004 * top.c (init_history): Read from GDBHISTSIZE instead of
8005 HISTSIZE.
8006 (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
8007
8008 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8009
8010 * top.c (gdb_safe_append_history): Do not call
8011 history_truncate_file if the history is not stifled.
8012
8013 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8014
8015 * syscalls/s390-linux.xml: Add syscalls 344 through 354.
8016 * syscalls/s390x-linux.xml: Likewise.
8017
8018 2015-06-16 Michael Eager <eager@eagercon.com>
8019
8020 * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
8021
8022 2015-06-16 Patrick Palka <patrick@parcs.ath.cx>
8023
8024 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
8025 target_terminal_ours_for_output() before calling
8026 tui_show_frame_info(), and restore the original terminal
8027 settings afterwards.
8028
8029 2015-06-16 Martin Simmons <martin@lispworks.com> (tiny patch)
8030
8031 * arm-linux-nat.c: Include nat/linux-ptrace.h.
8032
8033 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
8034
8035 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
8036 memory unit size.
8037 (mi_cmd_data_write_memory_bytes): Same.
8038
8039 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
8040
8041 * corefile.c (write_memory): Update doc.
8042 * gdbcore.h (write_memory): Same.
8043
8044 2015-06-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8045
8046 * linux-tdep.c (enum filterflags): Make it from anonymous enum.
8047 (dump_mapping_p): Use it for parameter filterflags.
8048 (linux_find_memory_regions_full): Use it for variable filterflags.
8049
8050 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com
8051 Jan Kratochvil <jan.kratochvil@redhat.com>
8052
8053 Merge multiple hex conversions.
8054 * monitor.c: Include rsp-low.h.
8055 (fromhex): Remove definition.
8056
8057 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com
8058 Jan Kratochvil <jan.kratochvil@redhat.com>
8059
8060 Move utility functions to common/.
8061 * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
8062 Move defs to common/common-utils.c.
8063 * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
8064 (skip_to_space_const): Move decls to common/common-utils.h.
8065 * common/common-defs.h: Move include of common-types.h before
8066 common-utils.h.
8067 * common/common-utils.c: Include host-defs.h and ctype.h.
8068 (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
8069 from utils.c.
8070 (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
8071 cli/cli-utils.c.
8072 * common/common-utils.h (strtoulst): Move decl from utils.h.
8073 (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
8074 Move from cli/cli-utils.h.
8075 * common/host-defs.h: Include limits.h.
8076 (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
8077 (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
8078 * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
8079 common/common-utils.h.
8080 * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
8081 (strtoulst): Move to common/common-utils.c.
8082 * utils.h (strtoulst): Moved decl to common/common-utils.h.
8083
8084 2015-06-15 Yao Qi <yao.qi@linaro.org>
8085
8086 * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
8087
8088 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
8089
8090 * build-id.c: Don't include elf-bfd.h.
8091 (build_id_bfd_get): Use bfd_build_id.
8092 (build_id_verify): Ditto.
8093 * build-id.h: Ditto.
8094 (find_separate_debug_file_by_buildid): Ditto.
8095 * python/py-objfile.c: Don't include elf-bfd.h.
8096 (objfpy_get_build_id) Use bfd_build_id.
8097 (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
8098 * coffread.c: Include build-id.h.
8099 (coff_symfile_read): Try find_separate_debug_file_by_buildid.
8100
8101 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
8102
8103 * windows-nat.c (do_windows_fetch_inferior_registers)
8104 (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
8105 conditional with __CYGWIN__.
8106
8107 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8108
8109 * completer.c: Add arch-utils.h include.
8110 (enum reg_completer_targets): New enum.
8111 (reg_or_group_completer_1): New function containing old
8112 reg_or_group_completer, add and use new parameter to control what
8113 is completed on. Use get_current_arch rather than architecture of
8114 currently selected frame.
8115 (reg_or_group_completer): Call new reg_or_group_completer_1.
8116 (reggroup_completer): Call new reg_or_group_completer_1.
8117 * completer.h (reggroup_completer): Add declaration.
8118 * tui/tui-regs.c: Add 'completer.h' include.
8119 (tui_reg_next_command): Renamed to...
8120 (tui_reg_next): ...this. Adjust parameters and return rather than
8121 display new group.
8122 (tui_reg_prev_command): Renamed to...
8123 (tui_reg_prev): ...this. Adjust parameters and return rather than
8124 display new group.
8125 (tui_reg_float_command): Delete.
8126 (tui_reg_general_command): Delete.
8127 (tui_reg_system_command): Delete.
8128 (tui_reg_command): Rewrite to perform switching of register group.
8129 Add header comment.
8130 (tuireglist): Remove.
8131 (tui_reggroup_completer): New function.
8132 (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
8133 creation of 'tui reg' command.
8134 * NEWS: Add comment about 'tui reg' changes.
8135
8136 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
8137
8138 * target.c (target_read): Consider addressable unit size when
8139 reading from a memory object.
8140 (read_memory_robust): Same.
8141 (read_whatever_is_readable): Same.
8142 (target_write_with_progress): Consider addressable unit size
8143 when writing to a memory object.
8144 * target.h (target_read): Update documentation.
8145 (target_write): Add documentation.
8146
8147 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
8148
8149 * arch-utils.h (default_addressable_memory_unit_size): New.
8150 * arch-utils.c (default_addressable_memory_unit_size): New.
8151 * gdbarch.sh (addressable_memory_unit_size): New.
8152 * gdbarch.h: Re-generate.
8153 * gdbarch.c: Re-generate.
8154
8155 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
8156
8157 * target.c (target_read): Rename variables and use
8158 TARGET_XFER_E_IO.
8159 (target_read_with_progress): Same.
8160 (read_memory_robust): Constify parameters and rename
8161 variables.
8162 (read_whatever_is_readable): Constify parameters,
8163 rename variables, adjust formatting.
8164 * target.h (read_memory_robust): Constify parameters.
8165
8166 2015-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8167
8168 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
8169 synthetic (non-AltiVec) vector types.
8170 (ppc64_sysv_abi_return_value): Likewise.
8171
8172 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8173
8174 PR breakpoints/16465
8175 * breakpoint.c (create_breakpoint): Save extra_string for
8176 pending breakpoints.
8177
8178 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8179
8180 * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
8181 and bt_mask to CORE_ADDR.
8182
8183 2015-06-11 Gary Benson <gbenson@redhat.com>
8184
8185 * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
8186 (mnsh_recv_message): Likewise.
8187
8188 2015-06-11 Walfred Tedeschi <walfred.tedeschi@intel.com>
8189
8190 * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
8191 long long int and plongest instead of %ll.
8192
8193 2015-06-11 Gary Benson <gbenson@redhat.com>
8194
8195 * nat/linux-namespaces.c (gdb_wait.h): New include.
8196 (sys/wait.h): Do not include.
8197
8198 2015-06-10 Simon Marchi <simon.marchi@ericsson.com>
8199
8200 * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
8201 end_sequence is true.
8202
8203 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8204
8205 Code cleanup.
8206 * solib-target.c (library_list_start_list): Use explicit NULL
8207 comparison.
8208
8209 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8210
8211 * solib-target.c (library_list_start_list): Do not dereference
8212 variable version in its initialization. Make the VERSION check handle
8213 NULL.
8214 (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
8215
8216 2015-06-10 Gary Benson <gbenson@redhat.com>
8217
8218 * NEWS: Announce support for direct access of executable and
8219 shared library files when attaching to inferiors in containers
8220 on GNU/Linux systems.
8221
8222 2015-06-10 Gary Benson <gbenson@redhat.com>
8223
8224 * remote.c (struct remote_state) <fs_pid>: New field.
8225 (new_remote_state): Initialize the above.
8226 (PACKET_vFile_setfs): New enum value.
8227 (remote_hostio_set_filesystem): New function.
8228 (remote_hostio_open): Call the above.
8229 (remote_hostio_unlink): Likewise.
8230 (remote_hostio_readlink): Likewise.
8231 (_initialize_remote): Register new "set/show remote
8232 hostio-setfs-packet" command.
8233 * NEWS: Announce new vFile:setfs packet.
8234
8235 2015-06-10 Gary Benson <gbenson@redhat.com>
8236
8237 * linux-nat.c (nat/linux-namespaces.h): New include.
8238 (fileio.h): Likewise.
8239 (linux_nat_filesystem_is_local): New function.
8240 (linux_nat_fileio_pid_of): Likewise.
8241 (linux_nat_fileio_open): Likewise.
8242 (linux_nat_fileio_readlink): Likewise.
8243 (linux_nat_fileio_unlink): Likewise.
8244 (linux_nat_add_target): Initialize to_filesystem_is_local,
8245 to_fileio_open, to_fileio_readlink and to_fileio_unlink.
8246 (_initialize_linux_nat): New "set/show debug linux-namespaces"
8247 commands.
8248 * NEWS: Mention new "set/show debug linux-namespaces" commands.
8249
8250 2015-06-10 Gary Benson <gbenson@redhat.com>
8251
8252 * target.h (struct inferior): New forward declaration.
8253 (struct target_ops) <to_filesystem_is_local>: Update comment.
8254 (struct target_ops) <to_fileio_open>: New argument inf.
8255 Update comment. All implementations updated.
8256 (struct target_ops) <to_fileio_unlink>: Likewise.
8257 (struct target_ops) <to_fileio_readlink>: Likewise.
8258 (target_filesystem_is_local): Update comment.
8259 (target_fileio_open): New argument inf. Update comment.
8260 (target_fileio_unlink): Likewise.
8261 (target_fileio_readlink): Likewise.
8262 (target_fileio_read_alloc): Likewise.
8263 (target_fileio_read_stralloc): Likewise.
8264 * target.c (target_fileio_open): New argument inf.
8265 Pass inf to implementation. Update debug printing.
8266 (target_fileio_unlink): Likewise.
8267 (target_fileio_readlink): Likewise.
8268 (target_fileio_read_alloc_1): New argument inf. Pass inf
8269 to target_fileio_open.
8270 (target_fileio_read_alloc): New argument inf. Pass inf to
8271 target_fileio_read_alloc_1.
8272 (target_fileio_read_stralloc): Likewise.
8273 * gdb_bfd.c (inferior.h): New include.
8274 (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
8275 argument with new argument "inferior". Pass inferior to
8276 target_fileio_open.
8277 (gdb_bfd_open): Supply inferior argument to
8278 gdb_bfd_iovec_fileio_open.
8279 * linux-tdep.c (linux_info_proc): Supply inf argument to
8280 relevant target_fileio calls.
8281 (linux_find_memory_regions_full): Likewise.
8282 (linux_fill_prpsinfo): Likewise.
8283 * remote.c (remote_filesystem_is_local): Supply inf
8284 argument to remote_hostio_open.
8285 (remote_file_put): Likewise.
8286 (remote_file_get): Likewise.
8287 (remote_file_delete): Supply inf argument to
8288 remote_hostio_unlink.
8289
8290 2015-06-10 Gary Benson <gbenson@redhat.com>
8291
8292 * inf-child.c (inf_child_fileio_open): Replace comment.
8293 (inf_child_fileio_pwrite): Likewise.
8294 (inf_child_fileio_pread): Likewise.
8295 (inf_child_fileio_fstat): Insert blank line before comment.
8296 (inf_child_fileio_close): Replace comment.
8297 (inf_child_fileio_unlink): Likewise.
8298 (inf_child_fileio_readlink): Likewise.
8299 * remote.c (remote_hostio_open): Likewise.
8300 (remote_hostio_pread): Likewise.
8301 (remote_hostio_pwrite): Likewise.
8302 (remote_hostio_close): Likewise.
8303 (remote_hostio_unlink): Likewise.
8304 (remote_hostio_readlink): Likewise.
8305 (remote_hostio_fstat): Likewise.
8306 (remote_filesystem_is_local): Likewise.
8307 * target.c (target_fileio_open): Likewise.
8308 (target_fileio_pwrite): Likewise.
8309 (target_fileio_pread): Likewise.
8310 (target_fileio_fstat): Insert blank line before comment.
8311 (target_fileio_close): Replace comment.
8312 (target_fileio_unlink): Likewise.
8313 (target_fileio_readlink): Likewise.
8314 (target_fileio_read_alloc): Likewise.
8315 (target_fileio_read_stralloc): Likewise.
8316
8317 2015-06-10 Gary Benson <gbenson@redhat.com>
8318
8319 * linux-thread-db.c (nat/linux-namespaces.h): New include.
8320 (check_pid_namespace_match): Use linux_ns_same rather than
8321 linux_proc_pid_get_ns to spot PID namespace mismatches.
8322 * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
8323 * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
8324
8325 2015-06-10 Gary Benson <gbenson@redhat.com>
8326
8327 * configure.ac (AC_CHECK_FUNCS): Add setns.
8328 * config.in: Regenerate.
8329 * configure: Likewise.
8330 * nat/linux-namespaces.h: New file.
8331 * nat/linux-namespaces.c: Likewise.
8332 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
8333 (linux-namespaces.o): New rule.
8334 * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
8335 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
8336 * config/arm/linux.mh (NATDEPFILES): Likewise.
8337 * config/i386/linux.mh (NATDEPFILES): Likewise.
8338 * config/i386/linux64.mh (NATDEPFILES): Likewise.
8339 * config/ia64/linux.mh (NATDEPFILES): Likewise.
8340 * config/m32r/linux.mh (NATDEPFILES): Likewise.
8341 * config/m68k/linux.mh (NATDEPFILES): Likewise.
8342 * config/mips/linux.mh (NATDEPFILES): Likewise.
8343 * config/pa/linux.mh (NATDEPFILES): Likewise.
8344 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
8345 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
8346 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
8347 * config/s390/linux.mh (NATDEPFILES): Likewise.
8348 * config/sparc/linux.mh (NATDEPFILES): Likewise.
8349 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
8350 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
8351 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
8352
8353 2015-06-10 Gary Benson <gbenson@redhat.com>
8354
8355 * utils.h (make_cleanup_close): Moved to common/filestuff.h.
8356 * utils.c (do_close_cleanup): Moved to common/filestuff.c.
8357 (make_cleanup_close): Likewise.
8358 * common/filestuff.h (make_cleanup_close): Moved from utils.h.
8359 * common/filestuff.c (do_close_cleanup): Moved from utils.c.
8360 (make_cleanup_close): Likewise.
8361
8362 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
8363
8364 * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
8365 from SuspendThread().
8366
8367 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
8368
8369 * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
8370 from OutputDebugString.
8371
8372 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8373 Mircea Gherzan <mircea.gherzan@intel.com>
8374
8375 * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
8376 MPX_BT_MASK_32): New macros.
8377 (i386_mpx_set_bounds): New function that implements
8378 the command "set-mpx-bound".
8379 (i386_mpx_enabled): Helper function to test MPX availability.
8380 (i386_mpx_bd_base): Helper function to calculate the base directory
8381 address.
8382 (i386_mpx_get_bt_entry): Helper function to access a bound
8383 table entry.
8384 (i386_mpx_print_bounds): Effectively display bound information.
8385 (_initialize_i386_tdep): Add new commands to commands "set mpx" and
8386 "show mpx".
8387 (_initialize_i386_tdep):
8388 Add "bound" to the commands "show mpx" and "set mpx" commands.
8389 (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
8390 and "show mpx" commands.
8391 * NEWS: List new commands for MPX support.
8392
8393 2015-06-09 Gary Benson <gbenson@redhat.com>
8394
8395 * common/fileio.h (fileio_to_host_mode): New declaration.
8396 * common/fileio.c (fileio_to_host_mode): New Function.
8397 * inf-child.c (inf_child_fileio_open): Process mode argument
8398 with fileio_to_host_mode.
8399
8400 2015-06-09 Gary Benson <gbenson@redhat.com>
8401
8402 * common/fileio.c (fileio_mode_pack): Fix preprocessor
8403 conditional.
8404
8405 2015-06-05 Gary Benson <gbenson@redhat.com>
8406
8407 * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
8408 * remote.c (remote_filesystem_is_local): ...here.
8409
8410 2015-06-04 Yao Qi <yao.qi@linaro.org>
8411
8412 * gdbarch.c: Regenerate it.
8413
8414 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8415
8416 * arch-utils.c (default_infcall_munmap): New.
8417 * arch-utils.h (default_infcall_munmap): New declaration.
8418 * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
8419 (munmap_list_free, munmap_listp_free_cleanup): New.
8420 (struct setup_sections_data): Add field munmap_list_headp.
8421 (setup_sections): Call munmap_list_add.
8422 (compile_object_load): New variable munmap_list_head, initialize
8423 setup_sections_data.munmap_list_headp, return munmap_list_head.
8424 * compile/compile-object-load.h (struct munmap_list): New declaration.
8425 (struct compile_module): Add field munmap_list_head.
8426 (munmap_list_free): New declaration.
8427 * compile/compile-object-run.c (struct do_module_cleanup): Add field
8428 munmap_list_head.
8429 (do_module_cleanup): Call munmap_list_free.
8430 (compile_object_run): Pass munmap_list_head to do_module_cleanup.
8431 * gdbarch.c: Regenerate.
8432 * gdbarch.h: Regenerate.
8433 * gdbarch.sh (infcall_munmap): New.
8434 * linux-tdep.c (linux_infcall_munmap): New.
8435 (linux_init_abi): Install it.
8436
8437 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
8438
8439 PR gdb/15564
8440 * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
8441
8442 2015-06-02 Yao Qi <yao.qi@linaro.org>
8443
8444 * i386-linux-nat.c: Include linux-nat.h.
8445
8446 2015-06-01 Andreas Schwab <schwab@linux-m68k.org>
8447 Jan Kratochvil <jan.kratochvil@redhat.com>
8448
8449 PR symtab/18392
8450 * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
8451 assertion.
8452 * dwarf2loc.c (chain_candidate): Likewise.
8453
8454 2015-06-01 Yao Qi <yao.qi@linaro.org>
8455
8456 * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
8457 (store_vfp_regs): Use PTRACE_SETREGSET.
8458
8459 2015-06-01 Yao Qi <yao.qi@linaro.org>
8460
8461 * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
8462 (fetch_fpregs): Likewise.
8463 * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
8464 (store_fpregs): Likewise.
8465
8466 2015-06-01 Yao Qi <yao.qi@linaro.org>
8467
8468 * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
8469 (fetch_regs): Likewise.
8470 (store_regs): Use PTRACE_SETREGSET.
8471 (store_register): Likewise.
8472
8473 2015-06-01 Yao Qi <yao.qi@linaro.org>
8474
8475 * arm-linux-nat.c (arm_linux_read_description): Check whether
8476 kernel supports PTRACE_GETREGSET.
8477
8478 2015-06-01 Yao Qi <yao.qi@linaro.org>
8479
8480 * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
8481 * linux-nat.c: ... here.
8482 * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
8483 to ...
8484 * linux-nat.h: ... here.
8485
8486 2015-06-01 Yao Qi <yao.qi@linaro.org>
8487
8488 * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
8489 * i386-linux-nat.c: Likewise.
8490 * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
8491 * s390-linux-nat.c: Include "nat/linux-ptrace.h".
8492 (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
8493 * x86-linux-nat.c: Include "nat/linux-ptrace.h".
8494 * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
8495
8496 2015-05-30 Eli Zaretskii <eliz@gnu.org>
8497
8498 * go32-nat.c (go32_xfer_memory): Fix the return value to be
8499 compatible to what read_child and write_child return. This
8500 unbreaks that DJGPP build of GDB which was broken since v7.7.
8501
8502 2015-05-29 Martin Galvan <martin.galvan@tallertechnologies.com>
8503
8504 * MAINTAINERS (Write After Approval): Add Martin Galvan.
8505
8506 2015-05-29 Roland McGrath <mcgrathr@google.com>
8507
8508 PR gdb/18464
8509 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
8510 rather than internal_error for an unrecognized value.
8511
8512 2015-05-29 Max Filippov <jcmvbkbc@gmail.com>
8513
8514 * xtensa-tdep.c (xtensa_pseudo_register_read)
8515 (xtensa_pseudo_register_write): Don't alias last pseudo register
8516 to a1.
8517
8518 2015-05-28 Don Breazeal <donb@codesourcery.com>
8519
8520 * infrun.c (follow_fork_inferior): Ensure the use of
8521 process-style ptids (pid,0,0) in verbose/debug "Detaching"
8522 messages.
8523
8524 2015-05-28 Doug Evans <dje@google.com>
8525
8526 * dwarf2read.c (record_line_ftype): Remove, duplicate.
8527
8528 2015-05-28 Yao Qi <yao.qi@linaro.org>
8529
8530 * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
8531 (arm_linux_fetch_inferior_registers): Use
8532 tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
8533 (arm_linux_store_inferior_registers): Likewise.
8534 (arm_linux_read_description): Don't set
8535 arm_linux_has_wmmx_registers.
8536 * arm-tdep.c (arm_gdbarch_init): Set
8537 tdep->have_wmmx_registers according target descriptions.
8538 * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
8539 field.
8540
8541 2015-05-28 Yao Qi <yao.qi@linaro.org>
8542
8543 * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
8544 (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
8545 instead of arm_linux_vfp_register_count.
8546 (store_vfp_regs): Likewise.
8547 (arm_linux_fetch_inferior_registers): Likewise.
8548 (arm_linux_store_inferior_registers): Likewise.
8549 (arm_linux_read_description): Don't set
8550 arm_linux_vfp_register_count.
8551 * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
8552 Adjust.
8553 * arm-tdep.c (arm_gdbarch_init): Add assert on
8554 vfp_register_count.
8555 * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
8556 field to vfp_register_count. All users updated.
8557
8558 2015-05-28 Kyle Huey <me@kylehuey.com> (tiny patch)
8559
8560 * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
8561 ELFOSABI_GNU binaries.
8562
8563 2015-05-27 Doug Evans <dje@google.com>
8564
8565 * dwarf2read.c (lnp_state_machine): New typedef.
8566 (lnp_reader_state): New typedef.
8567 (dwarf_record_line_1): Renamed from dwarf_record_line.
8568 All callers updated.
8569 (dwarf_record_line): New function.
8570 (init_lnp_state_machine): New function.
8571 (check_line_address): Replace p_record_line parameter with state.
8572 All callers updated.
8573 (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
8574 Update to record state in lnp_state_machine.
8575
8576 2015-05-27 Doug Evans <dje@google.com>
8577
8578 * dwarf2read.c (record_line_ftype): New typedef.
8579 (check_line_address): New function.
8580 (dwarf_decode_lines_1): Call it.
8581
8582 2015-05-27 Doug Evans <dje@google.com>
8583
8584 * NEWS: Mention "set debug dwarf-line".
8585 * dwarf2read.c (dwarf_line_debug): New static global.
8586 (add_include_dir): Add debug dwarf-line support.
8587 (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
8588 (_initialize_dwarf2_read): New parameter "debug dwarf-line".
8589
8590 2015-05-27 Doug Evans <dje@google.com>
8591
8592 * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
8593 All callers updated.
8594 (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
8595 * cp-support.h (cp_lookup_nested_symbol): Update.
8596
8597 2015-05-27 Doug Evans <dje@google.com>
8598
8599 PR symtab/18258
8600 * block.c (block_find_symbol): New function.
8601 (block_find_non_opaque_type): Ditto.
8602 (block_find_non_opaque_type_preferred): Ditto.
8603 * block.h (block_symbol_matcher_ftype): New typedef.
8604 (block_find_symbol): Declare.
8605 (block_find_non_opaque_type): Ditto.
8606 (block_find_non_opaque_type_preferred): Ditto.
8607 * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
8608 * psymtab.c (psym_lookup_symbol): Ditto.
8609 * symtab.c (basic_lookup_transparent_type_1): New function.
8610 (basic_lookup_transparent_type): Call it.
8611
8612 2015-05-27 Yao Qi <yao.qi@linaro.org>
8613
8614 * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
8615 AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
8616
8617 2015-05-27 Yao Qi <yao.qi@linaro.org>
8618
8619 * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
8620 before operator &&.
8621 (aarch64_record_load_store): Likewise.
8622
8623 2015-05-26 Doug Evans <dje@google.com>
8624
8625 PR c++/18141, c++/18417.
8626 * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
8627 a typedef.
8628
8629 2015-05-26 Doug Evans <dje@google.com>
8630
8631 * NEWS: Add entries for command renamings.
8632 * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
8633 All uses updated.
8634 (dwarf_die_debug): Renamed from dwarf2_die_debug. All uses updated.
8635 (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
8636 All uses updated.
8637 (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
8638 All callers updated. Fix spelling of DWARF in help text.
8639 (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
8640 All uses updated.
8641 (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
8642 All uses updated.
8643 (set_dwarf_cmd): Renamed from set_dwarf2_cmd. All callers updated.
8644 (show_dwarf_cmd): Renamed from show_dwarf2_cmd. All callers updated.
8645 (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
8646 All uses updated.
8647 (show_dwarf_always_disassemble): Renamed from
8648 show_dwarf2_always_disassemble. All callers updated.
8649 (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
8650 "set/show dwarf". Rename "set/show dwarf2 max-cache-age" to
8651 "set/show dwarf max-cache-age". Rename
8652 "set/show dwarf2 always-disassemble" to
8653 "set/show dwarf always-disassemble". Rename
8654 "set/show debug dwarf2-read" to "set/show debug dwarf-read". Rename
8655 "set/show debug dwarf2-die" to "set/show debug dwarf-die".
8656
8657 2015-05-26 Doug Evans <dje@google.com>
8658
8659 PR python/18438
8660 * python/py-lazy-string.c (stpy_convert_to_value): Use
8661 gdbpy_gdb_memory_error not PyExc_MemoryError.
8662 (gdbpy_create_lazy_string_object): Ditto.
8663
8664 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
8665
8666 * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
8667
8668 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
8669
8670 * tui/tui-regs.c (tui_reg_prev_command): New function.
8671 (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
8672 * reggroups.c (reggroup_prev): New function.
8673 * reggroups.h (reggroup_prev): Add declaration. Update comment.
8674
8675 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
8676 Yao Qi <yao.qi@linaro.org>
8677
8678 * aarch64-linux-tdep.c: Include linux-record.h and
8679 record-full.h.
8680 (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
8681 (aarch64_syscall): New enum.
8682 (aarch64_canonicalize_syscall): New function.
8683 (aarch64_all_but_pc_registers_record): New function.
8684 (aarch64_linux_syscall_record): New function.
8685 (aarch64_linux_init_abi): Install AArch64 process record
8686 handler. Update to handle syscall recording.
8687 * aarch64-tdep.c: Include record.h and record-full.h.
8688 (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
8689 (struct aarch64_mem_r): Define.
8690 (aarch64_record_result): New enum.
8691 (struct insn_decode_record): Define.
8692 (insn_decode_record): New typedef.
8693 (aarch64_record_data_proc_reg): New function.
8694 (aarch64_record_data_proc_imm): New function.
8695 (aarch64_record_branch_except_sys): New function.
8696 (aarch64_record_load_store): New function.
8697 (aarch64_record_data_proc_simd_fp): New function.
8698 (aarch64_record_asimd_load_store): New function.
8699 (aarch64_record_decode_insn_handler): New function.
8700 (deallocate_reg_mem): New function.
8701 (aarch64_process_record): New function.
8702 * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
8703 New field.
8704 (aarch64_process_record): New extern declaration.
8705 * configure.tgt: Add linux-record.o to gdb_target_obs.
8706 * linux-record.h (struct linux_record_tdep) <arg7>: New field.
8707
8708 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
8709
8710 * NEWS: Add a note on process record-replay support on aarch64*-linux*
8711 targets.
8712
8713 2015-05-26 Martin Galvan <martin.galvan@tallertechnologies.com>
8714
8715 * amd64-tdep.c: Replace in_function_epilogue_p with
8716 stack_frame_destroyed_p throughout.
8717 * arch-utils.c: Ditto.
8718 * arch-utils.h: Ditto.
8719 * arm-tdep.c: Ditto.
8720 * breakpoint.c: Ditto.
8721 * gdbarch.sh: Ditto.
8722 * hppa-tdep.c: Ditto.
8723 * i386-tdep.c: Ditto.
8724 * mips-tdep.c: Ditto.
8725 * nios2-tdep.c: Ditto.
8726 * rs6000-tdep.c: Ditto.
8727 * s390-linux-tdep.c: Ditto.
8728 * score-tdep.c: Ditto.
8729 * sh-tdep.c: Ditto.
8730 * sparc-tdep.c: Ditto.
8731 * sparc-tdep.h: Ditto.
8732 * sparc64-tdep.c: Ditto.
8733 * spu-tdep.c: Ditto.
8734 * tic6x-tdep.c: Ditto.
8735 * tilegx-tdep.c: Ditto.
8736 * xstormy16-tdep.c: Ditto.
8737 * gdbarch.c, gdbarch.h: Re-generated.
8738
8739 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
8740
8741 * NEWS: Mention 'tui enable' and 'tui disable'.
8742 * tui/tui.c (tui_enable_command): New function.
8743 (tui_disable_command): New function.
8744 (_initialize_tui): New function.
8745
8746 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8747
8748 * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
8749
8750 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8751
8752 * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
8753 buf_ptr is freed.
8754
8755 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8756
8757 * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
8758 into ...
8759 (tui_set_layout_for_display_command): ...here, before calling
8760 tui_set_layout. Only set the layout if gdb has not already
8761 entered the TUI_FAILURE state.
8762
8763 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8764
8765 * tui/tui-layout.c (layout_completer): New function.
8766 (_initialize_tui_layout): Set completer on layout command.
8767
8768 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8769
8770 * tui/tui-layout.c (tui_set_layout): Remove
8771 tui_register_display_type parameter. Remove all checking of this
8772 parameter, and reindent function. Update header comment.
8773 (tui_set_layout_for_display_command): Rename to...
8774 (tui_set_layout_by_name): ...this, and don't check for different
8775 register class types, don't pass a tui_register_display_type to
8776 tui_set_layout. Update header comment.
8777 (layout_names): Remove register set specific names.
8778 * tui/tui-layout.h (tui_set_layout): Remove
8779 tui_register_display_type parameter.
8780 * tui/tui.c (tui_rl_change_windows): Don't pass a
8781 tui_register_display_type to tui_set_layout.
8782 (tui_rl_delete_other_windows): Likewise.
8783 (tui_enable): Likewise.
8784 * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
8785 (TUI_FLOAT_REGS_NAME_LOWER): Remove.
8786 (TUI_GENERAL_REGS_NAME): Remove.
8787 (TUI_GENERAL_REGS_NAME_LOWER): Remove.
8788 (TUI_SPECIAL_REGS_NAME): Remove.
8789 (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
8790 (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
8791 (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
8792 (enum tui_register_display_type): Remove.
8793 (struct tui_layout_def): Remove regs_display_type and
8794 float_regs_display_type fields.
8795 (struct tui_data_info): Remove regs_display_type field.
8796 (tui_layout_command): Use new name for
8797 tui_set_layout_for_display_command.
8798 * tui/tui-data.c (layout_def): Don't initialise removed fields.
8799 (tui_clear_win_detail): Don't initialise removed fields of
8800 win_info.
8801 * tui/tui-regs.c (tui_show_registers): Use new name for
8802 tui_set_layout_for_display_command.
8803 * tui/tui.h (tui_set_layout_for_display_command): Rename
8804 declaration to...
8805 (tui_set_layout_by_name): ...this.
8806 * printcmd.c (display_command): Remove tui related layout call,
8807 and reindent.
8808
8809 2015-05-20 Joel Brobecker <brobecker@adacore.com>
8810
8811 * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
8812 (handle_inferior_event): New function.
8813
8814 2015-05-20 Joel Brobecker <brobecker@adacore.com>
8815
8816 * ada-lang.c (to_fixed_array_type): Rename local variable
8817 typename into type_name.
8818
8819 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8820
8821 Fix ASAN crash for gdb.compile/compile.exp.
8822 * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
8823
8824 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8825
8826 * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
8827 (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
8828 * compile/compile-object-load.c (setup_sections, compile_object_load):
8829 Likewise.
8830 * compile/compile.c (compile_to_object): Likewise.
8831
8832 2015-05-16 Doug Evans <xdje42@gmail.com>
8833
8834 * NEWS: Mention support for unbuffered Guile memory ports.
8835 * scm-ports.c (ioscm_memory_port): Update comments on end, size.
8836 (ioscm_lseek_address): Improve overflow calculation.
8837 (gdbscm_memory_port_fill_input): Add assert.
8838 (gdbscm_memory_port_write): Handle unbuffered ports.
8839 Handle large writes identical to Guile's fport_write.
8840 (gdbscm_memory_port_seek): Fix seeking past end check.
8841 (gdbscm_memory_port_close): Handle closing unbuffered port.
8842 (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
8843 (ioscm_init_memory_port): Handle unbuffered ports.
8844 (ioscm_reinit_memory_port): Ditto.
8845 (ioscm_init_memory_port): Update size calculation.
8846 (gdbscm_open_memory): Support zero sized ports.
8847
8848 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8849
8850 * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
8851 variable compiler warnings.
8852
8853 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8854
8855 * compile/compile-object-load.c (get_out_value_type): Fix returned type.
8856
8857 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8858 Phil Muldoon <pmuldoon@redhat.com>
8859
8860 * NEWS (Changes since GDB 7.9): Add compile print.
8861 * compile/compile-c-support.c (add_code_header, add_code_footer)
8862 (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
8863 COMPILE_I_PRINT_VALUE_SCOPE.
8864 * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
8865 (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
8866 New.
8867 * compile/compile-object-load.c: Include block.h.
8868 (get_out_value_type): New function.
8869 (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8870 COMPILE_I_PRINT_VALUE_SCOPE. Set compile_module's OUT_VALUE_ADDR and
8871 OUT_VALUE_TYPE.
8872 * compile/compile-object-load.h (struct compile_module): Add fields
8873 out_value_addr and out_value_type.
8874 * compile/compile-object-run.c: Include valprint.h and compile.h.
8875 (struct do_module_cleanup): Add fields out_value_addr and
8876 out_value_type.
8877 (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8878 COMPILE_I_PRINT_VALUE_SCOPE.
8879 (compile_object_run): Propagate out_value_addr and out_value_type.
8880 Pass OUT_VALUE_ADDR.
8881 * compile/compile.c: Include valprint.h.
8882 (compile_print_value, compile_print_command): New functions.
8883 (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
8884 (_initialize_compile): Update compile code help text. Install
8885 compile_print_command.
8886 * compile/compile.h (compile_print_value): New prototype.
8887 * defs.h (enum compile_i_scope_types): Add
8888 COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
8889
8890 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8891
8892 * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
8893 Rely on its parameter count.
8894 (compile_object_load): Replace lookup_minimal_symbol_text by
8895 lookup_global_symbol_from_objfile. Verify FUNC_SYM. Set it in the
8896 return value.
8897 * compile/compile-object-load.h (struct compile_module): Replace
8898 func_addr by func_sym.
8899 * compile/compile-object-run.c: Include block.h.
8900 (compile_object_run): Reset module variable after it is freed. Use
8901 FUNC_SYM instead of FUNC_ADDR. Rely on it.
8902
8903 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8904
8905 * compile/compile-c-support.c (print_one_macro): Use #ifndef.
8906 (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
8907 (c_compute_program): Call generate_register_struct after typedefs.
8908 * compile/compile-loc2c.c (push, pushf_register_address)
8909 (pushf_register): Cast to GCC_UINTPTR.
8910 (do_compile_dwarf_expr_to_c): Use unused attribute. Add space after
8911 type. Use GCC_UINTPTR instead of void *. Remove excessive cast.
8912 (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
8913 * compile/compile.c (_initialize_compile): Enable warnings for
8914 COMPILE_ARGS.
8915
8916 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8917
8918 * cli/cli-script.c (execute_control_command): Update
8919 eval_compile_command caller.
8920 * compile/compile-object-load.c (compile_object_load): Add parameters
8921 scope and scope_data. Set them.
8922 * compile/compile-object-load.h (struct compile_module): Add fields
8923 scope and scope_data.
8924 (compile_object_load): Add parameters scope and scope_data.
8925 * compile/compile-object-run.c (struct do_module_cleanup): Add fields
8926 scope and scope_data.
8927 (compile_object_run): Propagate the fields scope and scope_data.
8928 * compile/compile.c (compile_file_command, compile_code_command):
8929 Update eval_compile_command callers.
8930 (eval_compile_command): Add parameter scope_data. Pass it plus scope.
8931 * compile/compile.h (eval_compile_command): Add parameter scope_data.
8932 * defs.h (struct command_line): Add field scope_data.
8933
8934 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8935
8936 * printcmd.c (struct format_data): Move it to valprint.h.
8937 (print_command_parse_format, print_value): New functions from ...
8938 (print_command_1): ... here. Call them.
8939 * valprint.h (struct format_data): Move it here from printcmd.c.
8940 (print_command_parse_format, print_value): New declarations.
8941
8942 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8943
8944 * compile/compile-object-load.c (compile_object_load): Add
8945 COMPILE_DEBUG message.
8946
8947 2015-05-15 Jerome Guitton <guitton@adacore.com>
8948
8949 * ada-lang.c (ada_value_ptr_subscript): Use enum position of
8950 index to get element instead of enum value.
8951 (ada_value_slice_from_ptr, ada_value_slice): Use enum position
8952 of index to compute length, but enum values to compute bounds.
8953 (ada_array_length): Use enum position of index instead of enum value.
8954 (pos_atr): Move position computation to...
8955 (ada_evaluate_subexp): Use enum values to compute bounds.
8956 * gdbtypes.c (discrete_position): ...this new function.
8957 * gdbtypes.h (discrete_position): New function declaration.
8958 * valprint.c (val_print_array_elements): Call discrete_position
8959 to handle array indexed by non-contiguous enumeration types.
8960
8961 2015-05-15 Jerome Guitton <guitton@adacore.com>
8962
8963 * ada-lang.c (find_parallel_type_by_descriptive_type):
8964 Go through typedefs during lookup.
8965 (to_fixed_array_type): Add support for non-bit packed arrays
8966 as variable-length fields.
8967
8968 2015-05-15 Pedro Alves <palves@redhat.com>
8969 Simon Marchi <simon.marchi@ericsson.com>
8970
8971 * event-loop.c (gdb_notifier) <next_file_handler,
8972 next_poll_fds_index>: New fields.
8973 (get_next_file_handler_to_handle_and_advance): New function.
8974 (delete_file_handler): If deleting the next file handler to
8975 handle, advance to the next file handler.
8976 (gdb_wait_for_event): Bail early if no event fired. Poll file
8977 handlers in round-robin fashion.
8978
8979 2015-05-15 Pedro Alves <palves@redhat.com>
8980
8981 * linux-tdep.c (linux_find_memory_regions_full): Rename local
8982 'private' to 'priv'.
8983
8984 2015-05-15 Pedro Alves <palves@redhat.com>
8985
8986 * nat/linux-nat.h: Include "target/waitstatus.h".
8987
8988 2015-05-15 Yuanhui Zhang <asmwarrior@gmail.com>
8989
8990 * python/py-unwind.c (struct reg_info): Move out of ...
8991 (struct cached_frame_info): ... this scope.
8992 (pending_frame_object_type, unwind_info_object_type): Make extern.
8993
8994 2015-05-15 Joel Brobecker <brobecker@adacore.com>
8995
8996 * ada-lang.c (ada_value_primitive_packed_val): Make sure
8997 accumSize is never negative.
8998
8999 2015-05-14 Patrick Palka <patrick@parcs.ath.cx>
9000
9001 * tui/tui-command.c: Remove include of <ctype.h>.
9002 (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
9003
9004 2015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com>
9005
9006 * dwarf2read.c (die_needs_namespace): Return 1 for
9007 DW_TAG_inlined_subroutine.
9008
9009 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9010
9011 * regcache.c (regcache_cpy_no_passthrough): New declaration.
9012 (regcache_cpy_no_passthrough): Make it static, add function comment.
9013 * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
9014 (regcache_cpy_no_passthrough): Remove declaration.
9015
9016 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9017
9018 * gdbthread.h (struct thread_control_state): Update comment for
9019 proceed_to_finish.
9020 * infcall.c (run_inferior_call): Update comment about
9021 proceed_to_finish.
9022 * infcmd.c (get_return_value): Update comment about stop_registers.
9023 (finish_forward): Update comment about proceed_to_finish.
9024 * infrun.c (stop_registers): Remove.
9025 (clear_proceed_status, normal_stop): Remove stop_registers handling.
9026 * infrun.h (stop_registers): Remove.
9027
9028 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9029
9030 * infcall.c (struct dummy_frame_context_saver)
9031 (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
9032 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
9033 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
9034 New.
9035 (call_function_by_hand_dummy): Move discard_cleanups of
9036 inf_status_cleanup before dummy_frame_push. Call
9037 dummy_frame_context_saver_setup and prepare context_saver_cleanup.
9038 Use dummy_frame_context_saver_get_regs instead of stop_registers.
9039 * infcall.h (struct dummy_frame_context_saver)
9040 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
9041 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
9042 New declarations.
9043 * infcmd.c: Include infcall.h.
9044 (get_return_value): Add parameter ctx_saver, use it instead of
9045 stop_registers.
9046 (print_return_value): Add parameter ctx_saver, pass it.
9047 (struct finish_command_continuation_args): Add field ctx_saver.
9048 (finish_command_continuation): Update print_return_value caller.
9049 (finish_command_continuation_free_arg): Free also ctx_saver.
9050 (finish_forward): Call dummy_frame_context_saver_setup.
9051 * inferior.h (struct dummy_frame_context_saver): New declaration.
9052 (get_return_value): Add parameter ctx_saver.
9053 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
9054 get_return_value caller.
9055
9056 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9057
9058 * dummy-frame.c (struct dummy_frame_dtor_list): New.
9059 (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
9060 (remove_dummy_frame): Process dtor_list.
9061 (pop_dummy_frame): Process dtor_list.
9062 (register_dummy_frame_dtor): Maintain dtor_list.
9063 (find_dummy_frame_dtor): Handle dtor_list.
9064 * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
9065 Update comments.
9066
9067 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9068
9069 * compile/compile-object-run.c (do_module_cleanup): Add parameter
9070 registers_valid.
9071 (compile_object_run): Update do_module_cleanup caller.
9072 * dummy-frame.c: Include infcall.h.
9073 (struct dummy_frame): Update dtor comment.
9074 (remove_dummy_frame): Call dtor.
9075 (pop_dummy_frame): Update dtor caller.
9076 * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
9077 registers_valid.
9078
9079 2015-05-13 Joel Brobecker <brobecker@adacore.com>
9080
9081 GDB 7.9.1 released.
9082
9083 2015-05-13 Joel Brobecker <brobecker@adacore.com>
9084
9085 * NEWS: Create "Changes in GDB 7.9.1" section. Move news about
9086 Xmethods now being able to specify a result type to that new
9087 sectioin.
9088
9089 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9090
9091 * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
9092 first before resizing the window.
9093 * tui/tui.c (tui_enable): Likewise.
9094
9095 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9096
9097 * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
9098 * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
9099 * infcall.c (call_function_by_hand_dummy): Use proper typedef for
9100 dummy_dtor parameter.
9101 * infcall.h: Include dummy-frame.h.
9102 (call_function_by_hand_dummy_dtor_ftype): Remove.
9103 (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
9104 parameter.
9105
9106 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9107
9108 PR gdb/17820
9109 * top.c (history_size_setshow_var): Change type to signed.
9110 Initialize to -2. Update documentation.
9111 (set_readline_history_size): Define.
9112 (set_history_size_command): Use it. Remove logic for handling
9113 out-of-range sizes.
9114 (init_history): Use set_readline_history_size(). Test for a
9115 value of -2 instead of 0 when determining whether to set a
9116 default history size.
9117 (init_main): Decode the argument of the "size" command as a
9118 zuinteger_unlimited.
9119
9120 2015-05-12 Doug Evans <dje@google.com>
9121
9122 * dwarf2read.c (struct file_entry): Tweak comments.
9123 (get_debug_line_section): Tweak comments.
9124
9125 2015-05-12 Don Breazeal <donb@codesourcery.com>
9126
9127 * NEWS: Announce fork support in the RSP and support
9128 for fork debugging in extended mode.
9129
9130 2015-05-12 Don Breazeal <donb@codesourcery.com>
9131
9132 * remote.c (remote_insert_fork_catchpoint): New function.
9133 (remote_remove_fork_catchpoint): New function.
9134 (remote_insert_vfork_catchpoint): New function.
9135 (remote_remove_vfork_catchpoint): New function.
9136 (pending_fork_parent_callback): New function.
9137 (remove_new_fork_child): New function.
9138 (remote_update_thread_list): Call remote_notif_get_pending_events
9139 and remove_new_fork_child.
9140 (extended_remote_kill): Kill fork child when killing the
9141 parent before follow_fork completes.
9142 (init_extended_remote_ops): Initialize target vector with
9143 new fork catchpoint functions.
9144
9145 2015-05-12 Don Breazeal <donb@codesourcery.com>
9146
9147 * remote.c (remove_vfork_event_p): New function.
9148 (remote_follow_fork): Add vfork event type to event checking.
9149 (remote_parse_stop_reply): New stop reasons "vfork" and
9150 "vforkdone" for RSP 'T' Stop Reply Packet.
9151
9152 2015-05-12 Don Breazeal <donb@codesourcery.com>
9153
9154 * linux-nat.c (linux_nat_ptrace_options): New function.
9155 (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
9156 Call linux_nat_ptrace_options and use different argument to
9157 linux_enable_event_reporting.
9158 (_initialize_linux_nat): Delete call to
9159 linux_ptrace_set_additional_flags.
9160 * nat/linux-ptrace.c (current_ptrace_options): Rename to
9161 supported_ptrace_options.
9162 (additional_flags): Delete variable.
9163 (linux_check_ptrace_features): Use supported_ptrace_options.
9164 (linux_test_for_tracesysgood, linux_test_for_tracefork):
9165 Likewise, and remove additional_flags check.
9166 (linux_enable_event_reporting): Change 'attached' argument to
9167 'options'. Use supported_ptrace_options.
9168 (ptrace_supports_feature): Change comment. Use
9169 supported_ptrace_options.
9170 (linux_ptrace_set_additional_flags): Delete function.
9171 * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
9172 Delete function prototype.
9173 * remote.c (remote_fork_event_p): New function.
9174 (remote_detach_pid): New function.
9175 (remote_detach_1): Call remote_detach_pid, don't mourn inferior
9176 if doing detach-on-fork.
9177 (remote_follow_fork): New function.
9178 (remote_parse_stop_reply): Handle new "T" stop reason "fork".
9179 (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
9180 (init_extended_remote_ops): Initialize to_follow_fork.
9181
9182 2015-05-12 Don Breazeal <donb@codesourcery.com>
9183
9184 * nat/linux-ptrace.c (linux_check_ptrace_features): Change
9185 from static to extern.
9186 * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
9187 * remote.c (anonymous enum): <PACKET_fork_event_feature,
9188 * PACKET_vfork_event_feature>: New enumeration constants.
9189 (remote_protocol_features): Add table entries for new packets.
9190 (remote_query_supported): Add new feature queries to qSupported
9191 packet.
9192
9193 2015-05-12 Gary Benson <gbenson@redhat.com>
9194
9195 * remote.c (remote_add_inferior): Call exec_file_locate_attach
9196 for fake PIDs as well as real ones.
9197 (remote_pid_to_exec_file): Send empty annex if PID is fake.
9198
9199 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9200
9201 * NEWS (Python Scripting): Mention the new gdb.Value methods.
9202 * python/py-value.c (valpy_reference_value): New function.
9203 (valpy_const_value): Likewise.
9204 (value_object_methods): Add new methods.
9205 * value.c (make_cv_value): New function.
9206 * value.h (make_cv_value): Declare.
9207
9208 2015-05-08 Yao Qi <yao@codesourcery.com>
9209 Sandra Loosemore <sandra@codesourcery.com>
9210
9211 * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
9212 to 'lh->include_dirs' before accessing to it.
9213 (psymtab_include_file_name): Likewise.
9214 (dwarf_decode_lines_1): Likewise.
9215 (dwarf_decode_lines): Likewise.
9216 (file_file_name): Likewise.
9217
9218 2015-05-08 Sandra Loosemore <sandra@codesourcery.com>
9219
9220 * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
9221 (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
9222 (nios2_linux_rt_sigreturn_init): Adjust base address of
9223 register save area.
9224
9225 2015-05-08 Sandra Loosemore <sandra@codesourcery.com>
9226
9227 * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
9228 "trap 31" as the breakpoint instruction on all targets.
9229
9230 2015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9231
9232 * infcmd.c (print_return_value): Remove unused declaration.
9233
9234 2015-05-08 Joel Brobecker <brobecker@adacore.com>
9235
9236 * dwarf2read.c (attr_to_dynamic_prop)
9237 <DW_AT_data_member_location>: Use read_type_die isntead of
9238 get_die_type.
9239
9240 2015-05-08 Joel Brobecker <brobecker@adacore.com>
9241
9242 * ada-lang.c (ada_convert_actual): Add handling of formals
9243 passed inside an aligner type.
9244
9245 2015-05-08 Joel Brobecker <brobecker@adacore.com>
9246
9247 * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
9248
9249 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9250
9251 PR python/18291
9252 * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
9253 Print xmethod matcher status.
9254
9255 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9256
9257 * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
9258 register in the regcache when treating the PSWM register, and vice
9259 versa.
9260
9261 2015-05-07 Gary Benson <gbenson@redhat.com>
9262
9263 * linux-thread-db.c (struct thread_db_info)
9264 <td_ta_map_id2thr_p>: Remove field.
9265 (try_thread_db_load_1): Remove initialization for the above.
9266
9267 2015-05-07 Gary Benson <gbenson@redhat.com>
9268
9269 * linux-thread-db.c (struct thread_db_info)
9270 <td_thr_validate_p>: Remove field.
9271 (try_thread_db_load_1): Remove initialization for the above.
9272
9273 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9274
9275 * compile/compile-object-load.c (compile_object_load): Support
9276 mst_text_gnu_ifunc.
9277
9278 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9279
9280 * compile/compile.c (compile_to_object): Make the cmd_string parameter
9281 const. Use new variables for the const compatibility.
9282 (eval_compile_command): Make the cmd_string parameter const.
9283 * compile/compile.h (eval_compile_command): Make the cmd_string
9284 parameter const.
9285
9286 2015-05-06 Joel Brobecker <brobecker@adacore.com>
9287
9288 * defs.h (deprecated_init_ui_hook): Delete. Remove associated
9289 comment.
9290 * top.c (deprecated_init_ui_hook): Delete.
9291 (gdb_init): Remove handling of deprecated_init_ui_hook.
9292 * interps.c (clear_interpreter_hooks): Remove handling of
9293 deprecated_init_ui_hook.
9294 * main.c (captured_main): Update comment.
9295
9296 2015-05-06 Joel Brobecker <brobecker@adacore.com>
9297
9298 * solib.c (_initialize_solib): Add "info dll" alias creation.
9299 * windows-nat.c (set_windows_aliases): Delete.
9300 (_initialize_windows_nat): Remove deprecated_init_ui_hook
9301 assignment.
9302 * NEWS: Add news entry about "info dll" now being available
9303 on all platforms.
9304
9305 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9306
9307 * ada-lang.c (value_assign_to_component): Reformat and improve
9308 documentation. Remove all trailing spaces.
9309
9310 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9311
9312 * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
9313 Stop counting inlined frames as soon as an out-of-line function
9314 is found.
9315
9316 2014-05-05 Pierre-Marie de Rodat <derodat@adacore.com>
9317
9318 * dwarf2read.c (inherit_abstract_dies): Skip
9319 DW_TAG_GNU_call_site dies while inheriting children of an
9320 abstract DIE into a scope.
9321 (read_lexical_block_scope): Inherit abstract DIE's for
9322 lexical scopes.
9323
9324 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9325
9326 * ada-valprint.c (val_print_packed_array_elements): Delete
9327 variable "len". Add a type-length check when comparing two
9328 consecutive elements of the array. Use the element's actual
9329 length in call to value_contents_eq.
9330 * ada-lang.c (ada_value_primitive_packed_val): Always return
9331 a value whose type has been resolved.
9332
9333 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9334
9335 * ada-lang.c (ada_value_primitive_packed_val): Recompute
9336 BIT_SIZE and LEN if the size of the resolved type is smaller
9337 than BIT_SIZE * HOST_CHAR_BIT.
9338
9339 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9340
9341 * ada-lang.c (ada_value_primitive_packed_val): Use a more
9342 correct address in call to value_at. Adjust call to
9343 value_address accordingly.
9344
9345 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9346
9347 * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
9348 to print it.
9349
9350 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9351
9352 * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
9353 * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
9354 pinfo->valaddr.
9355 * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
9356 * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
9357 (resolve_dynamic_type_internal): Set pinfo.valaddr.
9358 Add handling of addr_stack->valaddr.
9359 (resolve_dynamic_type): Add "valaddr" parameter.
9360 Set pinfo.valaddr field.
9361 * ada-lang.c (ada_discrete_type_high_bound): Update call to
9362 resolve_dynamic_type.
9363 (ada_discrete_type_low_bound): Likewise.
9364 * findvar.c (default_read_var_value): Likewise.
9365 * value.c (value_from_contents_and_address): Likewise.
9366
9367 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9368
9369 * gdbtypes.c (resolve_dynamic_array): Use
9370 create_array_type_with_stride instead of create_array_type.
9371
9372 2015-04-30 DJ Delorie <dj@redhat.com>
9373
9374 * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
9375 rl78_decode_opcode
9376
9377 2015-04-29 Doug Evans <dje@google.com>
9378
9379 PR python/18285
9380 * NEWS: Document new gdb.XMethodWorker.get_result_type method.
9381 * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
9382 EVAL_AVOID_SIDE_EFFECTS for xmethods.
9383 * extension-priv.h (struct extension_language_ops)
9384 <get_xmethod_result_type>: New member.
9385 * extension.c (get_xmethod_result_type): New function.
9386 * extension.h (get_xmethod_result_type): Declare.
9387 * python/py-xmethods.c (get_result_type_method_name): New static
9388 global.
9389 (py_get_result_type_method_name): Ditto.
9390 (gdbpy_get_xmethod_result_type): New function.
9391 (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
9392 * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
9393 * python/python.c (python_extension_ops): Add
9394 gdbpy_get_xmethod_result_type.
9395 * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
9396 * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
9397 xmethods.
9398 (value_x_unop): Ditto.
9399 * value.c (result_type_of_xmethod): New function.
9400 * value.h (result_type_of_xmethod): Declare.
9401
9402 2015-04-29 Gary Benson <gbenson@redhat.com>
9403
9404 * solib.c (solib_find_1): Allow fd argument to be NULL.
9405 (exec_file_find): Update comment.
9406 (solib_find): Likewise.
9407 * exec.c (exec_file_locate_attach): Use NULL as fd
9408 argument to exec_file_find to avoid having to close
9409 the opened file.
9410 * infrun.c (follow_exec): Likewise.
9411
9412 2015-04-28 Doug Evans <dje@google.com>
9413
9414 PR python/18299
9415 * python/lib/gdb/printing.py (register_pretty_printer): Handle
9416 name or __name__ attributes. Handle gdb module as first argument.
9417
9418 2015-04-28 Doug Evans <dje@google.com>
9419
9420 PR python/18089
9421 * python/py-prettyprint.c (print_children): Verify result of children
9422 iterator. Provide better error message.
9423 * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
9424 * python/python.c (gdbpy_print_python_errors_p): New function.
9425
9426 2015-04-28 Doug Evans <dje@google.com>
9427
9428 * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
9429
9430 2015-04-28 Sasha Smundak <asmundak@google.com>
9431
9432 * NEWS: Mention gdb.Type.optimized_out method.
9433 * python/py-type.c (typy_optimized_out): New function.
9434
9435 2015-04-28 John Baldwin <jhb@FreeBSD.org>
9436
9437 * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
9438
9439 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9440
9441 * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
9442 (initialize_utils): Move call of init_page_info() to ...
9443 * top.c (gdb_init): ... here.
9444
9445 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9446
9447 * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
9448 (tui_sigwinch_handler): Still update our idea of
9449 the terminal's width and height even when TUI is not active.
9450
9451 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9452
9453 * utils.h (set_screen_width_and_height): Declare.
9454 * utils.c (set_screen_width_and_height): Define.
9455 * tui/tui-win.c (tui_update_gdb_sizes): Use it.
9456
9457 2015-04-28 Gary Benson <gbenson@redhat.com>
9458
9459 * infrun.c (solist.h): New include.
9460 (follow_exec): Use exec_file_find to prefix execd_pathname
9461 with gdb_sysroot.
9462
9463 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9464
9465 * tui/tui-source.c (tui_set_source_content): Avoid calling
9466 strcpy() when offset is 0.
9467
9468 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9469
9470 PR gdb/18155
9471 * tui/tui-data.c (tui_free_window): Don't free the locator
9472 window when passed an SRC_WIN or a DISASSEM_WIN.
9473
9474 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9475
9476 * tui/tui-data.h (struct tui_win_element): Forward-declare.
9477 (tui_win_content): Move declaration.
9478 (struct tui_gen_win_info): Give 'content' field the
9479 type tui_win_content.
9480 * tui/tui-data.c (init_content_element): Remove redundant and
9481 erroneous casts.
9482 (tui_add_content_elements): Remove erroneous cast.
9483 * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
9484 casts.
9485 (tui_get_begin_asm_address): Likewise.
9486 * tui/tui-regs.c (tui_show_registers): Likewise.
9487 (tui_show_register_group): Likewise.
9488 (tui_display_registers_from): Likewise.
9489 (tui_check_register_values): Likewise.
9490 * tui/tui-source.c (tui_set_source_content): Likewise.
9491 (tui_set_source_content_nil): Likewise.
9492 (tui_source_is_displayed): Likewise.
9493 * tui/tui-stack.c (tui_show_locator_content): Likewise.
9494 (tui_set_locator_fullname): Likewise.
9495 (tui_set_locator_info): Likewise.
9496 (tui_show_frame_info): Likewise.
9497 * tui/tui-winsource.c (tui_clear_source_content): Likewise.
9498 (tui_show_source_line): Likewise.
9499 (tui_horizontal_source_scroll): Likewise.
9500 (tui_update_breakpoint_info): Likewise.
9501 (tui_set_exec_info_content): Likewise.
9502 (tui_show_exec_info_content): Likewise.
9503 (tui_alloc_source_buffer): Likewise.
9504 (tui_line_is_displayed): Likewise.
9505 (tui_addr_is_displayed): Likewise.
9506
9507 2015-04-27 John Baldwin <jhb@FreeBSD.org>
9508
9509 * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
9510 event if PL_FLAG_EXEC is set.
9511 [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
9512 [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
9513 (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
9514 "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
9515 Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
9516
9517 2015-04-27 John Baldwin <jhb@FreeBSD.org>
9518
9519 * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
9520 [TDP_RFPPWAIT] New variable fbsd_pending_children.
9521 [TDP_RFPPWAIT] (fbsd_remember_child): New function.
9522 [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
9523 [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
9524 [PT_LWPINFO] (fbsd_wait): New function.
9525 [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
9526 [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
9527 [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
9528 [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
9529 [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
9530 [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
9531 [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
9532 [TDP_RFPPWAIT] (fbsd_post_attach): New function.
9533 (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
9534 "fbsd_wait".
9535 [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
9536 Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
9537 Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
9538 Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
9539 Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
9540 Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
9541 Set "to_post_attach" to "fbsd_post_attach".
9542
9543 2015-04-27 John Baldwin <jhb@FreeBSD.org>
9544
9545 * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
9546 (fbsd_find_memory_regions): Mark static.
9547 (fbsd_nat_add_target): New function.
9548 * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
9549 fbsd_pid_to_exec_file and fbsd_find_memory_regions.
9550 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
9551 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
9552 * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
9553 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
9554
9555 2015-04-27 Gary Benson <gbenson@redhat.com>
9556
9557 * objfiles.c (allocate_objfile): Do not attempt to expand name
9558 if name is a "target:" filename.
9559 * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
9560 to load auto-load scripts for objfiles with "target:" filenames.
9561
9562 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9563
9564 * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
9565 (enum s390_vector_abi_kind): New enum.
9566 (struct gdbarch_tdep)<vector_abi>: New field.
9567 (s390_effective_inner_type): Add parameter min_size. Stop
9568 unwrapping if the inner type is smaller than min_size.
9569 (s390_function_arg_float): Adjust call to
9570 s390_effective_inner_type.
9571 (s390_function_arg_vector): New function.
9572 (s390_function_arg_integer): Adjust comment.
9573 (struct s390_arg_state)<vr>: New field.
9574 (s390_handle_arg): Add parameter 'is_unnamed'. Pass vector
9575 arguments according to vector ABI when appropriate.
9576 (s390_push_dummy_call): Initialize the argument state's field
9577 'vr'. Adjust calls to s390_handle_arg.
9578 (s390_register_return_value): Handle vector return values.
9579 (s390_return_value): Apply the "register" return value convention
9580 to a vector when appropriate.
9581 (s390_gdbarch_init): Initialize tdep->vector_abi.
9582 * NEWS: Announce S390 vector ABI support.
9583
9584 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9585
9586 * s390-linux-tdep.c (s390_return_value_convention): Remove
9587 function. Inline its logic...
9588 (s390_return_value): ...here. Instead, move the handling of the
9589 "register" return value convention...
9590 (s390_register_return_value): ...here. New function.
9591
9592 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9593
9594 * s390-linux-tdep.c
9595 (is_float_singleton): Remove function. Move the "singleton" part
9596 of the logic...
9597 (s390_effective_inner_type): ...here. New function.
9598 (is_float_like): Remove function. Inline its logic...
9599 (s390_function_arg_float): ...here.
9600 (is_pointer_like, is_integer_like, is_struct_like): Remove
9601 functions. Inline their logic...
9602 (s390_function_arg_integer): ...here.
9603 (s390_function_arg_pass_by_reference): Remove function.
9604 (extend_simple_arg): Remove function.
9605 (alignment_of): Remove function.
9606 (struct s390_arg_state): New structure.
9607 (s390_handle_arg): New function.
9608 (s390_push_dummy_call): Move parameter placement logic to the new
9609 function s390_handle_arg. Call it for calculating the stack area
9610 sizes first, and again for actually writing the parameters.
9611
9612 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9613
9614 * s390-linux-tdep.c (is_power_of_two): Add comment. Return
9615 false if the argument is zero.
9616
9617 2015-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
9618
9619 * ada-lang.c (template_to_static_fixed_type): Return input type
9620 when it is already fixed. Cache the input type itself when not
9621 creating a static fixed copy. Make it explicit that we never
9622 molestate the input type.
9623 * gdbtypes.c (resolve_dynamic_struct): Reset the
9624 TYPE_TARGET_TYPE field for resolved copies.
9625
9626 2015-04-27 Joel Brobecker <brobecker@adacore.com>
9627
9628 * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
9629 (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
9630 (template_to_static_fixed_type): Call ada_check_typedef only
9631 when necessary.
9632
9633 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9634
9635 * cli/cli-dump.c (srec_dump_command): Add internationalization
9636 mark ups.
9637 (ihex_dump_command): Likewise.
9638 (tekhex_dump_command): Likewise.
9639 (binary_dump_command): Likewise.
9640 (binary_append_command): Likewise.
9641
9642 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9643
9644 * cli/cli-dump.c (verilog_cmdlist): New variable.
9645 (dump_verilog_memory): New function.
9646 (dump_verilog_value): New function.
9647 (verilog_dump_command): New function.
9648 (_initialize_cli_dump): Add new commands to support verilog dump
9649 format.
9650 * NEWS: Add entry for "dump verilog".
9651
9652 2015-04-24 Pierre-Marie de Rodat <derodat@adacore.com>
9653
9654 * gdbtypes.c (print_gnat_stuff): Do not recurse on the
9655 descriptive type when there is none.
9656
9657 2015-04-23 Patrick Palka <patrick@parcs.ath.cx>
9658
9659 * tui/tui-win.c (tui_async_resize_screen): Call
9660 rl_resize_terminal().
9661
9662 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
9663
9664 * windows-nat.c (handle_output_debug_string): Don't change
9665 current_event.dwThreadId.
9666 (get_windows_debug_event): Use thread_id, rather than relying on
9667 current_event.dwThreadId being changed.
9668
9669 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
9670
9671 * windows-nat.c (windows_continue): Report an error if
9672 ContinueDebugEvent() fails.
9673
9674 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
9675
9676 * windows-nat.c (windows_resume): Fix misspelling in debug output.
9677
9678 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
9679
9680 * windows-nat.c (get_windows_debug_event): Replace retval with
9681 thread_id throughout. Update stale comment.
9682
9683 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
9684
9685 * windows-nat.c (get_windows_debug_event): Don't use ternary
9686 conditional operator.
9687
9688 2015-04-21 Pierre Muller <muller@sourceware.org>
9689
9690 PR pascal/17815
9691 p-exp.y (yylex): Reorganize code to return the matched pattern
9692 for a field of this.
9693
9694 2015-04-21 Gary Benson <gbenson@redhat.com>
9695
9696 * common/fileio.h (fileio_to_host_openflags): New declaration.
9697 * common/fileio.c (fcntl.h): New include.
9698 (fileio_to_host_openflags): New function, factored out from...
9699 * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
9700 Single use updated.
9701
9702 2015-04-21 Kevin Buettner <kevinb@redhat.com>
9703
9704 * rl78-tdep.c (RL78_SP_ADDR): Define.
9705 (opc_reg_to_gdb_regnum): New static function.
9706 (rl78_analyze_prologue): Recognize instructions forming slightly
9707 more interesting prologues.
9708
9709 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
9710
9711 Revert:
9712 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9713 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9714 TYPE_CODE_REF types so that they are not considered as dynamic
9715 depending on the referenced type.
9716 (resolve_dynamic_type_internal): Likewise.
9717
9718 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
9719
9720 Revert:
9721 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9722 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9723 "top_level" parameter.
9724 (resolve_dynamic_type_internal): Remove the unused "top_level"
9725 parameter. Update call to is_dynamic_type_internal.
9726 (is_dynamic_type): Update call to is_dynamic_type_internal.
9727 (resolve_dynamic_range): Update call to
9728 resolve_dynamic_type_internal.
9729 (resolve_dynamic_union): Likewise.
9730 (resolve_dynamic_struct): Likewise.
9731 (resolve_dynamic_type): Likewise.
9732
9733 2015-04-19 Gabriel Krisman Bertazi <gabriel@krisman.be>
9734
9735 * breakpoint.c (update_dprintf_command_list): Remove duplicated
9736 xmalloc.
9737
9738 2015-04-20 Thomas Schwinge <thomas@codesourcery.com>
9739
9740 * reply_mig_hack.awk: Robustify parsing.
9741
9742 * reply_mig_hack.awk: Don't bother to declare an intermediate
9743 function pointer variable.
9744
9745 2015-04-17 Doug Evans <dje@google.com>
9746
9747 * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
9748 to "exec_displacement" to avoid confusion with inner use of the name.
9749
9750 2015-04-17 Pedro Alves <palves@redhat.com>
9751
9752 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
9753 if HW point of TYPE isn't supported.
9754
9755 2015-04-17 Yao Qi <yao.qi@linaro.org>
9756 Pedro Alves <palves@redhat.com>
9757
9758 * target.h (target_can_use_hardware_watchpoint): Update comments.
9759 Remove trailing ";".
9760
9761 2015-04-17 Gary Benson <gbenson@redhat.com>
9762
9763 * remote.c (remote_add_inferior): New argument try_open_exec.
9764 If nonzero, attempt to open the inferior's executable file as
9765 the main executable if no main executable is open already.
9766 All callers updated.
9767 * NEWS: Mention that GDB now supports automatic location and
9768 retrieval of executable + files from remote targets.
9769
9770 2015-04-17 Gary Benson <gbenson@redhat.com>
9771
9772 * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
9773 * remote.c (PACKET_qXfer_exec_file): Likewise.
9774 (remote_protocol_features): Register the
9775 "qXfer:exec-file:read" feature.
9776 (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
9777 (remote_pid_to_exec_file): New function.
9778 (init_remote_ops): Initialize to_pid_to_exec_file.
9779 (_initialize_remote): Register new "set/show remote
9780 pid-to-exec-file-packet" command.
9781 * NEWS: Announce new qXfer:exec-file:read packet.
9782
9783 2015-04-17 Gary Benson <gbenson@redhat.com>
9784
9785 * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
9786 New declaration.
9787 * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
9788 New function, factored out from...
9789 * linux-nat.c (linux_child_pid_to_exec_file): ...here.
9790
9791 2015-04-17 Gary Benson <gbenson@redhat.com>
9792
9793 * exec.c (solist.h): New include.
9794 (exec_file_locate_attach): Prefix absolute executable
9795 paths with gdb_sysroot if set.
9796 * NEWS: Mention that executable paths may be prepended
9797 with sysroot.
9798
9799 2015-04-17 Gary Benson <gbenson@redhat.com>
9800
9801 * solist.h (exec_file_find): New declaration.
9802 * solib.c (solib_find_1): New function, factored out from...
9803 (solib_find): ...here.
9804 (exec_file_find): New function.
9805
9806 2015-04-17 Gary Benson <gbenson@redhat.com>
9807
9808 * gdbcore.h (exec_file_locate_attach): New declaration.
9809 * exec.c (exec_file_locate_attach): New function, factored
9810 out from...
9811 * infcmd.c (attach_command_post_wait): ...here.
9812
9813 2015-04-17 Mike Frysinger <vapier@gentoo.org>
9814
9815 * MAINTAINERS: Add myself for Blackfin/write-after-approval.
9816
9817 2015-04-16 Yao Qi <yao.qi@linaro.org>
9818
9819 * infrun.c (maybe_software_singlestep): Declare.
9820 (displaced_step_fixup): Call maybe_software_singlestep.
9821
9822 2015-04-15 Doug Evans <dje@google.com>
9823
9824 * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
9825
9826 2015-04-15 Doug Evans <dje@google.com>
9827
9828 * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
9829
9830 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9831
9832 * python/lib/gdb/command/unwinders.py: Add parentheses.
9833
9834 2015-04-15 Yao Qi <yao.qi@linaro.org>
9835
9836 * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
9837
9838 2015-04-15 Yao Qi <yao.qi@linaro.org>
9839
9840 * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
9841
9842 2015-04-15 Yao Qi <yao.qi@linaro.org>
9843
9844 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
9845 dsc->insn_size instead of 4.
9846
9847 2015-04-14 Gary Benson <gbenson@redhat.com>
9848
9849 * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
9850 * minidebug.c (lzma_stat): Likewise.
9851 * solib-spu.c (spu_bfd_iovec_stat): Likewise.
9852 * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
9853
9854 2015-04-13 Stan Shebs <stanshebs@google.com>
9855
9856 * MAINTAINERS: Update my email address.
9857
9858 2015-04-13 John Baldwin <jhb@FreeBSD.org>
9859
9860 * amd64-tdep.c (amd64_target_description): New function.
9861 * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
9862 * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
9863 (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9864 x86 extended save area.
9865 (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9866 * amd64bsd-nat.h: Export amd64bsd_xsave_len.
9867 * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
9868 (_initialize_amd64fbsd_nat): Set "to_read_description" to
9869 "amd64fbsd_read_description".
9870 * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
9871 (amd64fbsd_supply_xstateregset): New function.
9872 (amd64fbsd_collect_xstateregset): New function.
9873 Add "amd64fbsd_xstateregset".
9874 (amd64fbsd_iterate_over_regset_sections): New function.
9875 (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
9876 "I386_FBSD_XSAVE_XCR0_OFFSET".
9877 Add "iterate_over_regset_sections" gdbarch method.
9878 Add "core_read_description" gdbarch method.
9879 * i386-tdep.c (i386_target_description): New function.
9880 * i386-tdep.h: Export i386_target_description and tdesc_i386.
9881 * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
9882 (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9883 x86 extended save area.
9884 (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9885 * i386bsd-nat.h: Export i386bsd_xsave_len.
9886 * i386fbsd-nat.c (i386fbsd_read_description): New function.
9887 (_initialize_i386fbsd_nat): Set "to_read_description" to
9888 "i386fbsd_read_description".
9889 * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
9890 (i386fbsd_core_read_description): New function.
9891 (i386fbsd_supply_xstateregset): New function.
9892 (i386fbsd_collect_xstateregset): New function.
9893 Add "i386fbsd_xstateregset".
9894 (i386fbsd_iterate_over_regset_sections): New function.
9895 (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
9896 "I386_FBSD_XSAVE_XCR0_OFFSET".
9897 Add "iterate_over_regset_sections" gdbarch method.
9898 Add "core_read_description" gdbarch method.
9899 * i386fbsd-tdep.h: New file.
9900
9901 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9902
9903 * NEWS (Changes since GDB 7.9): Add removed -xdb.
9904 * breakpoint.c (command_line_is_silent): Remove xdb_commands
9905 conditional.
9906 (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
9907 and lb.
9908 * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
9909 va.
9910 * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
9911 conditional.
9912 * defs.h (xdb_commands): Remove declaration.
9913 * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
9914 * guile/scm-cmd.c (command_classes): Remove xdb from comment.
9915 * infcmd.c (run_no_args_command, go_command): Remove.
9916 (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
9917 * infrun.c (xdb_handle_command): Remove.
9918 (_initialize_infrun): Remove xdb_commands for lz and z.
9919 * main.c (xdb_commands): Remove variable.
9920 (captured_main): Remove "xdb" from long_options.
9921 (print_gdb_help): Remove --xdb from help.
9922 * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
9923 * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
9924 * stack.c (backtrace_full_command, args_plus_locals_info)
9925 (current_frame_command): Remove.
9926 (_initialize_stack): Remove xdb_commands for t, T and l.
9927 * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
9928 * thread.c (_initialize_thread): Remove xdb_commands condition.
9929 * tui/tui-layout.c (tui_toggle_layout_command)
9930 (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
9931 (_initialize_tui_layout): Remove xdb_commands for td and ts.
9932 * tui/tui-regs.c (tui_scroll_regs_forward_command)
9933 (tui_scroll_regs_backward_command): Remove.
9934 (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
9935 * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
9936 (_initialize_tui_win): Remove xdb_commands for U and w.
9937 * utils.c (pagination_on_command, pagination_off_command): Remove.
9938 (initialize_utils): Remove xdb_commands for am and sm.
9939
9940 2015-04-10 Pedro Alves <palves@redhat.com>
9941
9942 * infrun.c (displaced_step_fixup): Switch to the event ptid
9943 earlier. If the thread stopped for a watchpoint and the
9944 target/arch has non-continuable watchpoints, cancel the displaced
9945 step.
9946 (resume): Don't start a displaced step if in-line step-over info
9947 is valid.
9948
9949 2015-04-10 Pedro Alves <palves@redhat.com>
9950
9951 * infrun.c (displaced_step_in_progress): New function.
9952 (do_target_resume): Advise target to report all signals if
9953 displaced stepping.
9954
9955 2015-04-10 Pedro Alves <palves@redhat.com>
9956
9957 PR gdb/18216
9958 * infrun.c (process_event_stop_test): Don't assume a step-resume
9959 is set if tp->stepped_breakpoint is true.
9960
9961 2015-04-10 Yao Qi <yao.qi@linaro.org>
9962
9963 * arm-tdep.c (install_alu_reg): Update comment.
9964 (thumb_copy_alu_reg): Remove local variable rn. Update
9965 debugging message. Use r2 instead of r1 in the modified
9966 instruction.
9967
9968 2015-04-10 Pedro Alves <palves@redhat.com>
9969
9970 PR gdb/13858
9971 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
9972 linux_displaced_step_location as gdbarch_displaced_step_location
9973 hook.
9974 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
9975 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
9976 * linux-tdep.c (linux_displaced_step_location): New function,
9977 based on ppc_linux_displaced_step_location.
9978 * linux-tdep.h (linux_displaced_step_location): New declaration.
9979 * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
9980 (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
9981 Delete.
9982 (ppc_linux_init_abi): Install linux_displaced_step_location as
9983 gdbarch_displaced_step_location hook, even without Cell/B.E..
9984 (_initialize_ppc_linux_tdep): Don't install
9985 ppc_linux_inferior_created as inferior_created observer.
9986 * s390-linux-tdep.c (s390_gdbarch_init): Install
9987 linux_displaced_step_location as gdbarch_displaced_step_location
9988 hook.
9989
9990 2015-04-09 Gary Benson <gbenson@redhat.com>
9991
9992 * common/common-remote-fileio.h: Rename to...
9993 * common/fileio.h: ...this. Update all references.
9994 (remote_fileio_to_fio_error): Rename to...
9995 (host_to_fileio_error): ...this.
9996 (remote_fileio_to_be): Rename to...
9997 (host_to_bigendian): ...this. Update all callers.
9998 (remote_fileio_to_fio_uint): Rename to...
9999 (host_to_fileio_uint): ...this. Update all callers.
10000 (remote_fileio_to_fio_time): Rename to...
10001 (host_to_fileio_time): ...this. Update all callers.
10002 (remote_fileio_to_fio_stat): Rename to...
10003 (host_to_fileio_stat): ...this.
10004 Update all references.
10005 * common/common-remote-fileio.c: Rename to...
10006 * common/fileio.c: ...this. Update all references.
10007 (remote_fileio_to_fio_error): Rename to...
10008 (host_to_fileio_error): ...this. Update all callers.
10009 (remote_fileio_mode_to_target): Rename to...
10010 (fileio_mode_pack): ...this. Update all callers.
10011 (remote_fileio_to_fio_mode): Rename to...
10012 (host_to_fileio_mode): ...this. Update all callers.
10013 (remote_fileio_to_fio_ulong): Rename to...
10014 (host_to_fileio_ulong): ...this. Update all callers.
10015 (remote_fileio_to_fio_stat): Rename to...
10016 (host_to_fileio_stat): ...this. Update all callers.
10017
10018 2015-04-09 Andy Wingo <wingo@igalia.com>
10019
10020 * guile/scm-frame.c (gdbscm_frame_read_register): New function.
10021 (frame_functions): Bind gdbscm_frame_read_register to
10022 frame-read-register.
10023 * guile/lib/gdb.scm (frame-read-register): Export.
10024
10025 2015-04-09 Gary Benson <gbenson@redhat.com>
10026
10027 * common/common-remote-fileio.h (remote_fileio_to_fio_error):
10028 New declaration.
10029 * common/common-remote-fileio.c (remote_fileio_to_fio_error):
10030 New function, factored out the named functions below.
10031 * inf-child.c (gdb/fileio.h): Remove include.
10032 (common-remote-fileio.h): New include.
10033 (inf_child_errno_to_fileio_error): Remove function. Update
10034 all callers to use remote_fileio_to_fio_error.
10035 * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
10036
10037 2015-04-09 Andy Wingo <wingo@igalia.com>
10038
10039 * MAINTAINERS (Write After Approval): Add Andy Wingo.
10040
10041 2015-04-09 H.J. Lu <hongjiu.lu@intel.com>
10042
10043 * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
10044 Replace $zlibdir with $ZLIBDIR in LDFLAGS.
10045 * configure: Regenerated.
10046
10047 2015-04-09 Pedro Alves <palves@redhat.com>
10048
10049 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
10050 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
10051 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
10052 * gnulib/import/Makefile.am: Update.
10053 * gnulib/import/Makefile.in: Update.
10054 * gnulib/import/m4/gnulib-cache.m4: Update.
10055 * gnulib/import/m4/gnulib-comp.m4: Update.
10056 * gnulib/import/m4/strtok_r.m4: New file.
10057 * gnulib/import/strtok_r.c: New file.
10058
10059 2015-04-09 Pedro Alves <palves@redhat.com>
10060
10061 * gnulib/update-gnulib.sh (aclocal version check): Filter out
10062 "called too early to check prototype".
10063
10064 2015-04-08 Sergio Durigan Junior <sergiodj@redhat.com>
10065
10066 PR python/16699
10067 * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
10068 use a caching mechanism. Adjust comments and code to reflect
10069 that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
10070 (cmdpy_completer_handle_brkchars): Adjust call to
10071 cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'.
10072 (cmdpy_completer): Likewise.
10073
10074 2015-04-08 Yao Qi <yao.qi@linaro.org>
10075
10076 * spu-tdep.c (spu_gdbarch_init): Don't call
10077 set_gdbarch_cannot_step_breakpoint.
10078
10079 2015-04-07 Sergio Durigan Junior <sergiodj@redhat.com>
10080
10081 * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
10082
10083 2015-04-07 Pedro Alves <palves@redhat.com>
10084
10085 * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
10086 (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
10087 (delete_exited_threads): New declaration.
10088 * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
10089 * linux-nat.c (linux_nat_update_thread_list): New function.
10090 (linux_nat_add_target): Install it.
10091 * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
10092 * thread.c (prune_threads): Use ALL_THREADS_SAFE.
10093 (delete_exited_threads): New function.
10094
10095 2015-04-07 Pedro Alves <pedro@codesourcery.com>
10096
10097 * infrun.c (resume) <displaced stepping debug output>: Get the
10098 leader thread's regcache, not resume_ptid's.
10099
10100 2015-04-06 Doug Evans <xdje42@gmail.com>
10101
10102 * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
10103 VAR_DOMAIN.
10104 (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
10105 Include symbol domain in debugging output.
10106
10107 2015-04-06 Pedro Alves <palves@redhat.com>
10108 Bernd Edlinger <bernd.edlinger@hotmail.de>
10109
10110 * configure.ac: Remove the mingw32-specific stub-termcap.o
10111 fallback, and instead fallback to the stub termcap on all hosts.
10112 * configure: Regenerate.
10113 * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
10114 symbols.
10115
10116 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10117
10118 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
10119 "top_level" parameter.
10120 (resolve_dynamic_type_internal): Remove the unused "top_level"
10121 parameter. Update call to is_dynamic_type_internal.
10122 (is_dynamic_type): Update call to is_dynamic_type_internal.
10123 (resolve_dynamic_range): Update call to
10124 resolve_dynamic_type_internal.
10125 (resolve_dynamic_union): Likewise.
10126 (resolve_dynamic_struct): Likewise.
10127 (resolve_dynamic_type): Likewise.
10128
10129 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10130
10131 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
10132 TYPE_CODE_REF types so that they are not considered as dynamic
10133 depending on the referenced type.
10134 (resolve_dynamic_type_internal): Likewise.
10135
10136 2015-04-02 H.J. Lu <hongjiu.lu@intel.com>
10137
10138 * Makefile.in (top_srcdir): New.
10139 * configure: Regenerated.
10140
10141 2015-04-02 Gary Benson <gbenson@redhat.com>
10142
10143 * NEWS: Announce the new default sysroot of "target:".
10144
10145 2015-04-02 Gary Benson <gbenson@redhat.com>
10146
10147 * main.c (captured_main): Set gdb_sysroot to "target:"
10148 if not otherwise set.
10149
10150 2015-04-02 Gary Benson <gbenson@redhat.com>
10151
10152 * exec.c (exec_file_attach): Support "target:" filenames.
10153
10154 2015-04-02 Gary Benson <gbenson@redhat.com>
10155
10156 * solib.c (solib_find): Strip "target:" prefix from sysroot
10157 if accessing local files.
10158
10159 2015-04-02 Gary Benson <gbenson@redhat.com>
10160
10161 * symfile.c (symfile_bfd_open): Reorder to remove duplicated
10162 checks and error messages.
10163
10164 2015-04-02 Gary Benson <gbenson@redhat.com>
10165
10166 * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
10167 (remote_filename_p): Remove declaration.
10168 (remote_bfd_open): Likewise.
10169 * remote.c (remote_bfd_iovec_open): Remove function.
10170 (remote_bfd_iovec_close): Likewise.
10171 (remote_bfd_iovec_pread): Likewise.
10172 (remote_bfd_iovec_stat): Likewise.
10173 (remote_filename_p): Likewise.
10174 (remote_bfd_open): Likewise.
10175 * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
10176 * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
10177 (gdb_bfd_open_maybe_remote): Remove function.
10178 (symfile_bfd_open): Replace remote filename check with
10179 target filename check.
10180 (reread_symbols): Use gdb_bfd_open.
10181 * build-id.c (gdbcore.h): New include.
10182 (build_id_to_debug_bfd): Use gdb_bfd_open.
10183 * infcmd.c (attach_command_post_wait): Remove remote filename
10184 check.
10185 * solib.c (solib_find): Replace remote-specific handling with
10186 target-specific handling. Update comments where necessary.
10187 (solib_bfd_open): Replace remote-specific handling with
10188 target-specific handling.
10189 (gdb_sysroot_changed): New function.
10190 (_initialize_solib): Call the above when gdb_sysroot changes.
10191 * windows-tdep.c (gdbcore.h): New include.
10192 (windows_xfer_shared_library): Use gdb_bfd_open.
10193
10194 2015-04-02 Gary Benson <gbenson@redhat.com>
10195
10196 * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
10197 (is_target_filename): New declaration.
10198 (gdb_bfd_has_target_filename): Likewise.
10199 (gdb_bfd_open): Update documentation comment.
10200 * gdb_bfd.c (target.h): New include.
10201 (gdb/fileio.h): Likewise.
10202 (is_target_filename): New function.
10203 (gdb_bfd_has_target_filename): Likewise.
10204 (fileio_errno_to_host): Likewise.
10205 (gdb_bfd_iovec_fileio_open): Likewise.
10206 (gdb_bfd_iovec_fileio_pread): Likewise.
10207 (gdb_bfd_iovec_fileio_close): Likewise.
10208 (gdb_bfd_iovec_fileio_fstat): Likewise.
10209 (gdb_bfd_open): Use target fileio to access paths prefixed
10210 with "target:" where necessary.
10211
10212 2015-04-02 Gary Benson <gbenson@redhat.com>
10213
10214 * target.h (struct target_ops) <to_filesystem_is_local>:
10215 New field.
10216 (target_filesystem_is_local): New macro.
10217 * target-delegates.c: Regenerate.
10218 * remote.c (remote_filesystem_is_local): New function.
10219 (init_remote_ops): Initialize to_filesystem_is_local.
10220
10221 2015-04-02 Gary Benson <gbenson@redhat.com>
10222
10223 * target.h (struct target_ops) <to_fileio_fstat>: New field.
10224 (target_fileio_fstat): New declaration.
10225 * target.c (target_fileio_fstat): New function.
10226 * inf-child.c (inf_child_fileio_fstat): Likewise.
10227 (inf_child_target): Initialize to_fileio_fstat.
10228 * remote.c (init_remote_ops): Likewise.
10229
10230 2015-04-01 Sasha Smundak <asmundak@google.com>
10231
10232 * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
10233 (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
10234 (py-unwind.o): New recipe.
10235 * NEWS: mention Python frame unwinding.
10236 * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
10237 gdb/unwinder.py and gdb/command/unwinder.py
10238 * python/lib/gdb/__init__.py (packages): Add frame_unwinders
10239 list.
10240 (execute_unwinders): New function.
10241 * python/lib/gdb/command/unwinders.py: New file.
10242 * python/lib/gdb/unwinder.py: New file.
10243 * python/py-objfile.c (objfile_object): Add frame_unwinders field.
10244 (objfpy_dealloc): Decrement frame_unwinders reference count.
10245 (objfpy_initialize): Create frame_unwinders list.
10246 (objfpy_get_frame_unwinders): New function.
10247 (objfpy_set_frame_unwinders): Ditto.
10248 (objfile_getset): Add frame_unwinders attribute to Objfile.
10249 * python/py-progspace.c (pspace_object): Add frame_unwinders field.
10250 (pspy_dealloc): Decrement frame_unwinders reference count.
10251 (pspy_initialize): Create frame_unwinders list.
10252 (pspy_get_frame_unwinders): New function.
10253 (pspy_set_frame_unwinders): Ditto.
10254 (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
10255 * python/py-unwind.c: New file.
10256 * python/python-internal.h (pspy_get_name_unwinders): New prototype.
10257 (objpy_get_frame_unwinders): New prototype.
10258 (gdbpy_initialize_unwind): New prototype.
10259 * python/python.c (gdbpy_apply_type_printers): Call
10260 gdbpy_initialize_unwind.
10261
10262 2015-04-01 Pedro Alves <palves@redhat.com>
10263
10264 * infrun.c (resume): Check currently_stepping after clearing
10265 stepped_breakpoint, not before.
10266
10267 2015-04-01 Pedro Alves <palves@redhat.com>
10268
10269 * infrun.c (print_target_wait_results): Print all the ptid
10270 elements.
10271
10272 2015-04-01 Pedro Alves <palves@redhat.com>
10273
10274 * infrun.c (keep_going): Also discard cleanups if inserting
10275 breakpoints fails.
10276
10277 2015-04-01 Pedro Alves <palves@redhat.com>
10278
10279 * infrun.c (wait_for_inferior): Install the
10280 finish_thread_state_cleanup cleanup across the whole function, not
10281 just around handle_inferior_event.
10282
10283 2015-04-01 Pedro Alves <palves@redhat.com>
10284
10285 * infrun.c (resume) <step past permanent breakpoint>: Use
10286 do_target_resume.
10287
10288 2015-04-01 Pedro Alves <palves@redhat.com>
10289
10290 * linux-nat.c (linux_handle_extended_wait): Always call set_running.
10291
10292 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10293
10294 * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
10295
10296 2015-04-01 Pedro Alves <palves@redhat.com>
10297
10298 * linux-thread-db.c (record_thread): Readd the thread to gdb's
10299 list if it was marked exited.
10300
10301 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
10302
10303 * configure: Regenerated.
10304
10305 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10306 Jan Kratochvil <jan.kratochvil@redhat.com>
10307 Oleg Nesterov <oleg@redhat.com>
10308
10309 PR corefiles/16092
10310 * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
10311 New enum identifying the various options of the coredump_filter
10312 file.
10313 (struct smaps_vmflags): New struct.
10314 (use_coredump_filter): New variable.
10315 (decode_vmflags): New function.
10316 (mapping_is_anonymous_p): Likewise.
10317 (dump_mapping_p): Likewise.
10318 (linux_find_memory_regions_full): New variables
10319 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
10320 Removed variable 'modified'. Read /proc/<PID>/smaps file; improve
10321 parsing of its information. Implement memory mapping filtering
10322 based on its contents.
10323 (show_use_coredump_filter): New function.
10324 (_initialize_linux_tdep): New command 'set use-coredump-filter'.
10325 * NEWS: Mention the possibility of using the
10326 '/proc/PID/coredump_filter' file when generating a corefile.
10327 Mention new command 'set use-coredump-filter'.
10328
10329 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10330
10331 * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
10332 read_memory_unsigned_integer.
10333
10334 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
10335
10336 * Makefile.in (ZLIB): New.
10337 (ZLIBINC): Likewise.
10338 (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
10339 (CLIBS): Add $(ZLIB).
10340 * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
10341 Add -lz to LIBS.
10342 * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
10343 * top.c (print_gdb_configuration): Remove --with-zlib and
10344 --without-zlib.
10345 * config.in: Regenerated.
10346 * configure: Likewise.
10347
10348 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
10349
10350 * NEWS: Mention info os cpus support.
10351 * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
10352 (struct osdata_type): Add cpus entry, reorder the entries in
10353 alphabetical order.
10354
10355 2015-03-31 Matthias Klose <doko@ubuntu.com>
10356
10357 * compile/compile.c (compile_to_object): Allow triplets with or
10358 without vendor set.
10359
10360 2015-03-30 Doug Evans <dje@google.com>
10361
10362 PR c++/18141
10363 * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
10364 klass in VAR_DOMAIN.
10365
10366 2015-03-30 Gary Benson <gbenson@redhat.com>
10367
10368 * remote.c (remote_mourn_1): Remove function. Update all callers
10369 to use remote_mourn.
10370 (extended_remote_mourn_1): Remove function. Update all callers
10371 to use extended_remote_mourn.
10372 (extended_remote_attach_1): Remove function. Update all callers
10373 to use extended_remote_attach.
10374
10375 2015-03-28 James Bowman <james.bowman@ftdichip.com>
10376
10377 * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
10378 (HFILES_NO_SRCDIR): Add ft32-tdep.h.
10379 (ALLDEPFILES): Add ft32-tdep.c.
10380 * configure.tgt: Add FT32 entry.
10381 * ft32-tdep.c: New file, FT32 target-dependent code.
10382 * ft32-tdep.h: New file, FT32 target-dependent code.
10383
10384 2015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10385
10386 Revert:
10387 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10388 Code cleanup.
10389 * printcmd.c (print_command_1): Move expr variable scope.
10390
10391 2015-03-27 Joel Brobecker <brobecker@adacore.com>
10392
10393 * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
10394
10395 2015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
10396
10397 * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
10398 sections.
10399
10400 2015-03-26 Joel Brobecker <brobecker@adacore.com>
10401
10402 * dtrace-probe.c (dtrace_process_dof_probe): Contain any
10403 exception raised while parsing the probe arguments.
10404 Force parsing to be done using the C language parser.
10405 * expression.h (parse_expression_with_language): Declare.
10406 * parse.c (parse_expression_with_language): New function.
10407
10408 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10409
10410 * MAINTAINERS (Write After Approval): Add "Jon Turney".
10411
10412 2015-03-26 Andy Wingo <wingo@igalia.com>
10413
10414 PR symtab/18148
10415 * dwarf2read.c (struct partial_die_info): Add has_const_value
10416 member.
10417 (add_partial_symbol): Don't punt on symbols that have const_value
10418 attributes.
10419 (read_partial_die): Detect DW_AT_const_value.
10420
10421 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10422
10423 Code cleanup.
10424 * printcmd.c (print_command_1): Move expr variable scope.
10425
10426 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10427
10428 Code cleanup.
10429 * printcmd.c (validate_format): Make the parameter cmdname const.
10430
10431 2015-03-26 Don Breazeal <donb@codesourcery.com>
10432
10433 * remote.c (_initialize_remote): Update comment.
10434
10435 2015-03-26 Pedro Alves <palves@redhat.com>
10436 Jon TURNEY <jon.turney@dronecode.org.uk>
10437
10438 * coffread.c (coff_symfile_read): When constructing the name of an
10439 import stub symbol from import symbol for amd64, only skip the
10440 char after _imp_ if the target is underscored (like i386) and the
10441 char is indeed the target's leading char.
10442
10443 2015-03-25 Pedro Alves <palves@redhat.com>
10444
10445 * target.h <to_async>: Replace 'callback' and 'context' parameters
10446 with boolean 'enable' parameter.
10447 (target_async): Replace CALLBACK and CONTEXT parameters with
10448 boolean ENABLE parameter.
10449 * inf-loop.c (inferior_event_handler): Adjust.
10450 * linux-nat.c (linux_nat_attach, linux_nat_resume)
10451 (linux_nat_resume): Adjust.
10452 (async_client_callback, async_client_context): Delete.
10453 (handle_target_event): Call inferior_event_handler directly.
10454 (linux_nat_async): Replace 'callback' and 'context' parameters
10455 with boolean 'enable' parameter. Adjust. Remove references to
10456 async_client_callback and async_client_context.
10457 (linux_nat_close): Adjust.
10458 * record-btrace.c (record_btrace_async): Replace 'callback' and
10459 'context' parameters with boolean 'enable' parameter. Adjust.
10460 (record_btrace_resume): Adjust.
10461 * record-full.c (record_full_async): Replace 'callback' and
10462 'context' parameters with boolean 'enable' parameter. Adjust.
10463 (record_full_resume, record_full_core_resume): Adjust.
10464 * remote.c (struct remote_state) <async_client_callback,
10465 async_client_context>: Delete fields.
10466 (remote_start_remote, extended_remote_attach_1, remote_resume)
10467 (extended_remote_create_inferior): Adjust.
10468 (remote_async_serial_handler): Call inferior_event_handler
10469 directly.
10470 (remote_async): Replace 'callback' and 'context' parameters with
10471 boolean 'enable' parameter. Adjust.
10472 * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
10473 Adjust.
10474 * target-delegates.c: Regenerate.
10475
10476 2015-03-25 Gary Benson <gbenson@redhat.com>
10477 Pedro Alves <palves@redhat.com>
10478
10479 * target.c (fileio_ft_t): New typedef, define object vector.
10480 (fileio_fhandles): New static variable.
10481 (is_closed_fileio_fh): New macro.
10482 (lowest_closed_fd): New static variable.
10483 (acquire_fileio_fd): New function.
10484 (release_fileio_fd): Likewise.
10485 (fileio_fd_to_fh): New macro.
10486 (target_fileio_open): Wrap the file descriptor on success.
10487 (target_fileio_pwrite): Updated to use wrapped file descriptor.
10488 (target_fileio_pread): Likewise.
10489 (target_fileio_close): Likewise.
10490
10491 2015-03-24 Pedro Alves <palves@redhat.com>
10492
10493 * thread.c (thread_apply_all_command): Take exited threads into
10494 account.
10495
10496 2015-03-24 Pedro Alves <palves@redhat.com>
10497
10498 * infrun.c (resume, proceed): Mention
10499 switch_back_to_stepped_thread, not switch_back_to_stepping.
10500
10501 2015-03-24 Pedro Alves <palves@redhat.com>
10502
10503 * infrun.c (user_visible_resume_ptid): Rewrite going from
10504 most-locked to unlocked instead of the opposite. Move comment ...
10505 * infrun.h (user_visible_resume_ptid): ... here.
10506
10507 2015-03-24 Pedro Alves <palves@redhat.com>
10508
10509 * linux-nat.c (linux_nat_resume): Output debug logs before trying
10510 to resume the event lwp. Use the lwp's ptid instead of the passed
10511 in (maybe wildcard) ptid.
10512 (stop_wait_callback): Tweak debug log output.
10513 (check_stopped_by_breakpoint): Tweak debug log output. Also dump
10514 TRAP_TRACE.
10515 (linux_nat_filter_event): In debug output, distinguish a
10516 resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs
10517 before trying to resume the lwp.
10518
10519 2015-03-24 Joel Brobecker <brobecker@adacore.com>
10520
10521 * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
10522 pointer indirection.
10523 * gdbtypes.c (get_dyn_prop): Adjust, following change above.
10524 (add_dyn_prop, copy_dynamic_prop_list): Likewise.
10525
10526 2015-03-24 Joel Brobecker <brobecker@adacore.com>
10527
10528 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
10529 Renames DYN_ATTR_DATA_LOCATION.
10530 (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
10531 DYN_ATTR_DATA_LOCATION.
10532 * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
10533 instead of DYN_ATTR_DATA_LOCATION.
10534
10535 2015-03-24 Pedro Alves <palves@redhat.com>
10536
10537 * breakpoint.c (until_break_command): Adjust call to proceed.
10538 * gdbthread.h (struct thread_control_state) <stepping_command>:
10539 New field.
10540 * infcall.c (run_inferior_call): Adjust call to proceed.
10541 * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
10542 Adjust calls to proceed.
10543 (set_step_frame): Set the current thread's step_start_function
10544 here.
10545 (step_once): Adjust calls to proceed.
10546 (jump_command, signal_command, until_next_command)
10547 (finish_backward, finish_forward, proceed_after_attach_callback)
10548 (attach_command_post_wait): Adjust calls to proceed.
10549 * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
10550 (do_target_resume): New function, factored out from ...
10551 (resume): ... here. Remove 'step' parameter. Instead, check
10552 currently_stepping to determine whether the thread should be
10553 single-stepped.
10554 (proceed): Remove 'step' parameter and don't set the thread's
10555 step_start_function here. Adjust call to 'resume'.
10556 (handle_inferior_event): Adjust calls to 'resume'.
10557 (switch_back_to_stepped_thread): Use do_target_resume instead of
10558 'resume'.
10559 (keep_going): Adjust calls to 'resume'.
10560 * infrun.h (proceed): Remove 'step' parameter.
10561 (resume): Likewise.
10562 * windows-nat.c (do_initial_windows_stuff): Adjust call to
10563 'resume'.
10564 * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
10565
10566 2015-03-24 Pedro Alves <palves@redhat.com>
10567
10568 * gdbthread.h (struct thread_control_state) <stepping_command>:
10569 New field.
10570 * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set
10571 the thread's stepping_command field.
10572 * infrun.c (resume): Check the thread's stepping_command flag to
10573 determine which threads should be resumed. Rename 'entry_step'
10574 local to user_step.
10575 (clear_proceed_status_thread): Clear 'stepping_command'.
10576 (schedlock_applies): Change parameter type to struct thread_info
10577 pointer. Adjust.
10578 (find_thread_needs_step_over): Remove 'step' parameter. Adjust.
10579 (switch_back_to_stepped_thread): Adjust calls to
10580 'schedlock_applies'.
10581 (_initialize_infrun): Adjust "set scheduler-locking step" help.
10582
10583 2015-03-24 Pedro Alves <palves@redhat.com>
10584
10585 * infrun.c (step_start_function): Delete and ...
10586 * gdbthread.h (struct thread_control_state) <step_start_function>:
10587 ... now a field here.
10588 * infrun.c (clear_proceed_status_thread): Clear the thread's
10589 step_start_function.
10590 (proceed, process_event_stop_test, print_stop_event): Adjust.
10591
10592 2015-03-24 Pedro Alves <palves@redhat.com>
10593
10594 * infrun.c (proceed): No longer handle negative step.
10595
10596 2015-03-24 Gary Benson <gbenson@redhat.com>
10597
10598 * nat/x86-linux.h (x86_linux_new_thread): New declaration.
10599 (x86_linux_prepare_to_resume): Likewise.
10600 * x86-linux-nat.c (x86_linux_new_thread):
10601 Moved to nat/x86-linux.c.
10602 (x86_linux_prepare_to_resume): Likewise.
10603 * nat/x86-linux.c (x86_linux_new_thread): New function.
10604 (x86_linux_prepare_to_resume): Likewise.
10605
10606 2015-03-24 Gary Benson <gbenson@redhat.com>
10607
10608 * nat/x86-linux-dregs.h: New file.
10609 * nat/x86-linux-dregs.c: Likewise.
10610 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
10611 (x86-linux-dregs.o): New rule.
10612 * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
10613 * config/i386/linux64.mh (NATDEPFILES): Likewise.
10614 * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
10615 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
10616 (x86_linux_dr_get): Likewise.
10617 (x86_linux_dr_set): Likewise.
10618 (x86_linux_dr_get_addr): Likewise.
10619 (x86_linux_dr_get_control): Likewise.
10620 (x86_linux_dr_get_status): Likewise.
10621 (update_debug_registers_callback): Likewise.
10622 (x86_linux_dr_set_control): Likewise.
10623 (x86_linux_dr_set_addr): Likewise.
10624 (x86_linux_update_debug_registers): Likewise.
10625
10626 2015-03-24 Gary Benson <gbenson@redhat.com>
10627
10628 * x86-linux-nat.c (x86_linux_update_debug_registers):
10629 New function, factored out from...
10630 (x86_linux_prepare_to_resume): ...this.
10631
10632 2015-03-24 Gary Benson <gbenson@redhat.com>
10633
10634 * x86-linux-nat.c (x86_linux_dr_get): Update comments.
10635 (x86_linux_dr_set): Likewise.
10636 (x86_linux_dr_get_addr): Likewise.
10637 (x86_linux_dr_get_control): Likewise.
10638 (x86_linux_dr_get_status): Likewise.
10639 (update_debug_registers_callback): Likewise.
10640 (x86_linux_dr_set_control): Likewise.
10641 (x86_linux_dr_set_addr): Likewise.
10642 (x86_linux_prepare_to_resume): Likewise.
10643 (x86_linux_new_thread): Likewise.
10644
10645 2015-03-24 Gary Benson <gbenson@redhat.com>
10646
10647 * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
10648 (x86_linux_new_thread): Rename argument.
10649
10650 2015-03-24 Gary Benson <gbenson@redhat.com>
10651
10652 * nat/x86-linux.h: New file.
10653 * nat/x86-linux.c: Likewise.
10654 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
10655 (x86-linux.o): New rule.
10656 * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
10657 * config/i386/linux64.mh (NATDEPFILES): Likewise.
10658 * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
10659 (lwp_set_arch_private_info): New declaration.
10660 (lwp_arch_private_info): Likewise.
10661 * linux-nat.c (lwp_set_arch_private_info): New function.
10662 (lwp_arch_private_info): Likewise.
10663 * x86-linux-nat.c: Include nat/x86-linux.h.
10664 (arch_lwp_info): Removed structure.
10665 (update_debug_registers_callback):
10666 Use lwp_set_debug_registers_changed.
10667 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
10668 and lwp_set_debug_registers_changed.
10669 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
10670
10671 2015-03-24 Gary Benson <gbenson@redhat.com>
10672
10673 * nat/linux-nat.h (ptid_of_lwp): New declaration.
10674 (lwp_is_stopped): Likewise.
10675 (lwp_stop_reason): Likewise.
10676 * linux-nat.c (ptid_of_lwp): New function.
10677 (lwp_is_stopped): Likewise.
10678 (lwp_is_stopped_by_watchpoint): Likewise.
10679 * x86-linux-nat.c (update_debug_registers_callback):
10680 Use lwp_is_stopped.
10681 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
10682 lwp_stop_reason.
10683
10684 2015-03-24 Gary Benson <gbenson@redhat.com>
10685
10686 * linux-nat.h (linux_stop_lwp): Move declaration to...
10687 * nat/linux-nat.h (linux_stop_lwp): New declaration.
10688
10689 2015-03-24 Gary Benson <gbenson@redhat.com>
10690
10691 * linux-nat.h: Include nat/linux-nat.h.
10692 (iterate_over_lwps): Move declaration to nat/linux-nat.h.
10693 * nat/linux-nat.h (struct lwp_info): New forward declaration.
10694 (iterate_over_lwps_ftype): New typedef.
10695 (iterate_over_lwps): New declaration.
10696 * linux-nat.h (iterate_over_lwps): Update comment. Use
10697 iterate_over_lwps_ftype. Update callback return value check.
10698
10699 2015-03-24 Gary Benson <gbenson@redhat.com>
10700
10701 * x86-nat.h (x86_debug_reg_state): Move declaration to...
10702 * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
10703
10704 2015-03-24 Gary Benson <gbenson@redhat.com>
10705
10706 * nat/linux-nat.h (current_lwp_ptid): New declaration.
10707 * linux-nat.c (current_lwp_ptid): New function.
10708 * x86-linux-nat.c: Include nat/linux-nat.h.
10709 (x86_linux_dr_get_addr): Use current_lwp_ptid.
10710 (x86_linux_dr_get_control): Likewise.
10711 (x86_linux_dr_get_status): Likewise.
10712 (x86_linux_dr_set_control): Likewise.
10713 (x86_linux_dr_set_addr): Likewise.
10714
10715 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10716
10717 PR breakpoints/16466
10718 * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
10719
10720 2015-03-23 Joel Brobecker <brobecker@adacore.com>
10721
10722 * ser-mingw.c (ser_windows_setparity): Fix indentation.
10723 * ser-unix.c (hardwire_setparity): Likewise.
10724
10725 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
10726
10727 * NEWS: Mention set/show serial parity command.
10728 * monitor.c (monitor_open): Call serial_setparity.
10729 * remote.c (remote_open_1): Likewise.
10730 * ser-base.c (ser_base_serparity): New function.
10731 * ser-base.h (ser_base_setparity): Add declaration.
10732 * ser-go32.c (dos_ops): Set "setparity" field.
10733 * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
10734 state.Parity.
10735 (ser_windows_setparity): New function.
10736 (hardwire_ops): Add ser_windows_setparity.
10737 (tty_ops): Add NULL for setparity field.
10738 (pipe_ops): Add ser_base_setparity.
10739 (tcp_ops): Likewise.
10740 * ser-pipe.c (pipe_ops): Likewise.
10741 * ser-tcp.c (tcp_ops): Likewise.
10742 * ser-unix.c (hardwire_setparity): Add declaration.
10743 (hardwire_raw): Don't reset PARENB flag.
10744 (hardwire_setparity): New function.
10745 (hardwire_ops): Add hardwire_setparity.
10746 * serial.c (serial_setparity): New function.
10747 (serial_parity): New global.
10748 (parity_none, parity_odd, parity_even, parity_enums, parity):
10749 New static globals.
10750 (set_parity): New function.
10751 (_initialize_serial): Add set/show serial parity commands.
10752 * serial.h (GDBPARITY_NONE): Define.
10753 (GDBPARITY_ODD): Define.
10754 (GDBPARITY_EVEN): Define.
10755 (serial_setparity) Add declaration.
10756 (struct serial_ops): Add setparity field.
10757 * target.h (serial_parity): Add declaration.
10758
10759 2015-03-23 Keith Seitz <keiths@redhat.com>
10760
10761 * linespec.c (linespec_lexer_lex_keyword): Update comment.
10762
10763 2015-03-23 Keith Seitz <keiths@redhat.com>
10764
10765 * breakpoint.c (parse_breakpoint_sals): Use
10766 linespec_lexer_lex_keyword to ascertain if the user specified
10767 a NULL location.
10768 * linespec.c [IF_KEYWORD_INDEX]: Define.
10769 (linespec_lexer_lex_keyword): Export.
10770 (struct ls_parser) <keyword_ok>: Remove.
10771 A keyword is only a keyword if not followed by another keyword.
10772 (linespec_lexer_lex_one): Remove keyword_ok handling.
10773 Add comment explaining why the parsing stream is not advanced
10774 when a keyword is seen.
10775 (parse_linespec): Remove parser->keyword_ok.
10776 * linespec.h (linespec_lexer_lex_keyword): Add declaration.
10777
10778 2015-03-23 Keith Seitz <keiths@redhat.com>
10779
10780 PR gdb/18021
10781 * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
10782 if we find a static method with DW_AT_vtable_elem_location.
10783
10784 2015-03-21 Eli Zaretskii <eliz@gnu.org>
10785
10786 * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
10787 before the second loop, to avoid undefined behavior. Reported by
10788 Anton Blanchard <anton@samba.org>.
10789
10790 2015-03-20 Keven Boell <keven.boell@intel.com>
10791
10792 * gdbtypes.c (resolve_dynamic_type_internal): Adapt
10793 data_location usage to linked list.
10794 (resolve_dynamic_type_internal): Adapt data_location to
10795 linked list.
10796 (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
10797 (copy_type_recursive, copy_type): Add copy of linked list.
10798 * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
10799 (struct dynamic_prop_list): New struct.
10800 * dwarf2read.c (set_die_type): Set data_location data.
10801
10802 2015-03-20 Pedro Alves <palves@redhat.com>
10803
10804 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
10805 inner block and make it const.
10806 * machoread.c (get_archive_prefix_len): Make "lparen" const.
10807
10808 2015-03-20 Pedro Alves <palves@redhat.com>
10809
10810 * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
10811 * breakpoint.h (set_breakpoint_condition): Update declaration.
10812
10813 2015-03-20 Pedro Alves <palves@redhat.com>
10814
10815 * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
10816
10817 2015-03-20 Pedro Alves <palves@redhat.com>
10818
10819 * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
10820
10821 2015-03-20 Pedro Alves <palves@redhat.com>
10822
10823 * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
10824
10825 2015-03-20 Pedro Alves <palves@redhat.com>
10826
10827 * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
10828 (nto_init_solib_absolute_prefix): Likewise.
10829
10830 2015-03-20 Pedro Alves <palves@redhat.com>
10831
10832 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
10833 * spu-tdep.c (spu_gdbarch_init): Make "name" const.
10834
10835 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10836
10837 * config/djgpp/README: Remove gdb.hp.
10838
10839 2015-03-20 Yao Qi <yao.qi@linaro.org>
10840
10841 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
10842 set_gdbarch_cannot_step_breakpoint.
10843
10844 2015-03-19 Pedro Alves <palves@redhat.com>
10845
10846 * linux-nat.c (linux_resume_one_lwp): Rename to ...
10847 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
10848 instead call perror_with_name.
10849 (check_ptrace_stopped_lwp_gone): New function.
10850 (linux_resume_one_lwp): Reimplement as wrapper around
10851 linux_resume_one_lwp_throw that swallows errors if the LWP is
10852 gone.
10853 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
10854 swallows errors if the LWP is gone. Use
10855 linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
10856
10857 2015-03-19 Pedro Alves <palves@redhat.com>
10858
10859 * linux-nat.c (status_callback): Return early if the LWP has no
10860 status pending.
10861
10862 2015-03-19 Pedro Alves <palves@redhat.com>
10863
10864 * linux-nat.c (select_event_lwp_callback): Update comment to no
10865 longer mention SIGTRAP.
10866
10867 2015-03-18 Tristan Gingold <gingold@adacore.com>
10868
10869 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
10870 redirection code to ...
10871 (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
10872 checks. Fix SAVE_NONVOL operations. Add debug code and comments.
10873
10874 2015-03-18 Gary Benson <gbenson@redhat.com>
10875
10876 (remote_protocol_features): Remove the "vFile:fstat" feature.
10877 (remote_hostio_fstat): Probe for "vFile:fstat" support.
10878
10879 2015-03-11 Yao Qi <yao.qi@linaro.org>
10880
10881 PR tdep/18107
10882 * aarch64-linux-tdep.c: Include xml-syscall.h
10883 (aarch64_linux_get_syscall_number): New function.
10884 (aarch64_linux_init_abi): Call
10885 set_gdbarch_get_syscall_number.
10886 * syscalls/aarch64-linux.xml: New file.
10887
10888 2015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com>
10889
10890 * ser-base.h (ser_base_setstopbits): Change second argument name
10891 from "rate" to "num".
10892
10893 2015-03-17 Gary Benson <gbenson@redhat.com>
10894 Luke Allardyce <lukeallardyce@gmail.com>
10895
10896 PR gdb/18131
10897 * common/common-remote-fileio.h (sys/stat.h): New include.
10898 (stuct stat): Remove forward declaration.
10899
10900 2015-03-16 John Baldwin <jhb@FreeBSD.org>
10901
10902 * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
10903 before writing core register notes.
10904
10905 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
10906 Pedro Alves <palves@redhat.com>
10907
10908 * gdb_curses.h (tgetnum): Mark with EXTERN_C.
10909 * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
10910 (tgoto): Wrap with extern "C".
10911
10912 2015-03-16 Pedro Alves <palves@redhat.com>
10913 Yuanhui Zhang <asmwarrior@gmail.com>
10914
10915 * stub-termcap.c (tputs): Change prototype.
10916
10917 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
10918 Pedro Alves <palves@redhat.com>
10919
10920 * windows-nat.c (struct thread_info_struct): Rename to ...
10921 (struct windows_thread_info_struct): ... this.
10922 (thread_info): Rename to ...
10923 (windows_thread_info): ... this.
10924 All users updated.
10925
10926 2015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10927 Pedro Alves <palves@redhat.com>
10928
10929 * NEWS: New Removed targets and native configurations.
10930
10931 2015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10932
10933 Remove HPUX.
10934 * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
10935 (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
10936 (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
10937 ia64-hpux-tdep.h, solib-ia64-hpux.h.
10938 (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
10939 ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
10940 * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
10941 hppa-hpux-tdep.c.
10942 * config/ia64/hpux.mh: Remove file.
10943 * config/pa/hpux.mh: Remove file.
10944 * configure: Rebuilt.
10945 * configure.ac (dlgetmodinfo, somread.o): Remove.
10946 * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10947 (ia64-*-hpux*): Remove its float format exception.
10948 * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10949 * hppa-hpux-nat.c: Remove file.
10950 * hppa-hpux-tdep.c: Remove file.
10951 * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
10952 Move them here from hppa-tdep.h
10953 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
10954 (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
10955 * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
10956 Move them to hppa-tdep.c.
10957 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
10958 declarations.
10959 * ia64-hpux-nat.c: Remove file.
10960 * ia64-hpux-tdep.c: Remove file.
10961 * ia64-hpux-tdep.h: Remove file.
10962 * inf-ttrace.c: Remove file.
10963 * inf-ttrace.h: Remove file.
10964 * solib-ia64-hpux.c: Remove file.
10965 * solib-ia64-hpux.h: Remove file.
10966 * solib-pa64.c: Remove file.
10967 * solib-pa64.h: Remove file.
10968 * solib-som.c: Remove file.
10969 * solib-som.h: Remove file.
10970 * somread.c: Remove file.
10971
10972 2015-03-13 John Baldwin <jhb@FreeBSD.org>
10973
10974 * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
10975 * config.in: Regenerate.
10976 * configure: Regenerate.
10977 * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
10978 define.
10979 (fbsd_find_memory_regions): Use kinfo_getvmmap to
10980 enumerate memory regions if present.
10981
10982 2015-03-13 John Baldwin <jhb@FreeBSD.org>
10983
10984 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
10985 * i386fbsd-tdep.c: Fix style in various gdb_static_assert
10986 expressions.
10987 (i386fbsd_sigtramp_p): Likewise.
10988
10989 2015-03-12 John Baldwin <jhb@FreeBSD.org>
10990
10991 * MAINTAINERS (Write After Approval): Add John Baldwin.
10992
10993 2015-03-12 Gary Benson <gbenson@redhat.com>
10994
10995 * solib.c (_initialize_solib): Make "set/show sysroot" use
10996 add_setshow_optional_filename_cmd so it can be restored to
10997 empty after being set.
10998
10999 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
11000
11001 * Makefile.in (SFILES): New source break-catch-syscall.c.
11002 (COMMON_OBS): New object break-catch-syscall.o.
11003 * break-catch-syscall.c: New file.
11004 * breakpoint.c: Remove inclusion of "xml-syscall.h".
11005 (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
11006 (struct syscall_catchpoint): Likewise.
11007 (dtor_catch_syscall): Likewise.
11008 (catch_syscall_inferior_data): Likewise.
11009 (struct catch_syscall_inferior_data): Likewise.
11010 (get_catch_syscall_inferior_data): Likewise.
11011 (catch_syscall_inferior_data_cleanup): Likewise.
11012 (insert_catch_syscall): Likewise.
11013 (remove_catch_syscall): Likewise.
11014 (breakpoint_hit_catch_syscall): Likewise.
11015 (print_it_catch_syscall): Likewise.
11016 (print_one_catch_syscall): Likewise.
11017 (print_mention_catch_syscall): Likewise.
11018 (print_recreate_catch_syscall): Likewise.
11019 (catch_syscall_breakpoint_ops): Likewise.
11020 (syscall_catchpoint_p): Likewise.
11021 (create_syscall_event_catchpoint): Likewise.
11022 (catch_syscall_split_args): Likewise.
11023 (catch_syscall_command_1): Likewise.
11024 (is_syscall_catchpoint_enabled): Likewise.
11025 (catch_syscall_enabled): Likewise.
11026 (catching_syscall_number): Likewise.
11027 (catch_syscall_completer): Likewise.
11028 (clear_syscall_counts): Likewise.
11029 (initialize_breakpoint_ops): Move initialization of syscall
11030 catchpoints to break-catch-syscall.c.
11031 (_initialize_breakpoint): Move code related to syscall catchpoints
11032 to break-catch-syscall.c.
11033
11034 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
11035
11036 * breakpoint.c (breakpoint_find_if): New function.
11037 * breakpoint.h (breakpoint_find_if): New prototype.
11038
11039 2015-03-11 Gary Benson <gbenson@redhat.com>
11040
11041 * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
11042 * remote-fileio.c (remote_fileio_to_host_uint): New function.
11043 (remote_fileio_to_host_ulong): Likewise.
11044 (remote_fileio_to_host_mode): Likewise.
11045 (remote_fileio_to_host_time): Likewise.
11046 (remote_fileio_to_host_stat): Likewise.
11047 * remote.c (PACKET_vFile_fstat): New enum value.
11048 (remote_protocol_features): Register the "vFile:fstat" feature.
11049 (remote_hostio_fstat): New function.
11050 (remote_bfd_iovec_stat): Use the above.
11051 (_initialize_remote): Register new "set/show remote
11052 hostio-fstat-packet" command.
11053 * symfile.c (separate_debug_file_exists): Update comment.
11054 * NEWS: Announce new vFile:fstat packet.
11055
11056 2015-03-11 Gary Benson <gbenson@redhat.com>
11057
11058 * common/common-remote-fileio.h: New file.
11059 * common/common-remote-fileio.c: Likewise.
11060 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
11061 (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
11062 (COMMON_OBS): Add common-remote-fileio.o.
11063 (common-remote-fileio.o): New rule.
11064 * remote-fileio.h (common-remote-fileio.h): New include.
11065 * remote-fileio.c (gdb/fileio.h): Do not include.
11066 (remote_fileio_to_be): Moved to common-remote-fileio.h.
11067 (remote_fileio_to_fio_uint): Likewise.
11068 (remote_fileio_to_fio_time): Likewise.
11069 (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
11070 (remote_fileio_to_fio_mode): Likewise.
11071 (remote_fileio_to_fio_ulong): Likewise.
11072 (remote_fileio_to_fio_stat): Likewise.
11073
11074 2015-03-11 Andy Wingo <wingo@igalia.com>
11075
11076 * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
11077 we were checking the cached type, not the cached dynamic type.
11078
11079 2015-03-11 Andy Wingo <wingo@igalia.com>
11080
11081 * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
11082 other strings, as these are on the GC'd heap, and will be
11083 collected along with the smob.
11084
11085 2015-03-11 Andy Wingo <wingo@igalia.com>
11086
11087 * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
11088 (objfile_functions): Bind gdbscm_objfile_progspace to
11089 objfile-progspace.
11090 * guile/lib/gdb.scm: Add objfile-progspace to exports.
11091
11092 2015-03-11 Andy Wingo <wingo@igalia.com>
11093
11094 * guile/guile.c (_initialize_guile): Disable automatic
11095 finalization, if Guile offers us that possibility.
11096 * guile/guile.c (call_initialize_gdb_module):
11097 * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
11098 finalizers in appropriate places.
11099 * configure.ac (AC_TRY_LIBGUILE): Add a check for
11100 scm_set_automatic_finalization_enabled.
11101 * configure: Regenerated.
11102
11103 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
11104
11105 * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
11106 SAL, if possible.
11107
11108 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
11109
11110 * s390-linux-nat.c (struct arch_lwp_info): New.
11111 (s390_fix_watch_points): Rename to...
11112 (s390_prepare_to_resume): ...this. Skip the PER info update
11113 unless the watch points have changed.
11114 (s390_refresh_per_info, s390_new_thread): New functions.
11115 (s390_insert_watchpoint): Call s390_refresh_per_info instead of
11116 s390_fix_watch_points.
11117 (s390_remove_watchpoint): Likewise.
11118 (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
11119 Register s390_prepare_to_resume.
11120
11121 2015-03-09 Pedro Alves <palves@redhat.com>
11122
11123 Revert:
11124 2015-03-07 Pedro Alves <palves@redhat.com>
11125 * common/gdb_socket.h: New file.
11126 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
11127 sys/socket.h.
11128 (net_open): Use union gdb_sockaddr_u.
11129
11130 2015-03-07 Pedro Alves <palves@redhat.com>
11131
11132 * configure.ac (build_warnings): Move -Wmissing-prototypes
11133 -Wdeclaration-after-statement -Wmissing-parameter-type
11134 -Wold-style-declaration -Wold-style-definition to the C-specific
11135 set.
11136 * configure: Regenerate.
11137
11138 2015-03-07 Pedro Alves <palves@redhat.com>
11139
11140 * common/gdb_socket.h: New file.
11141 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
11142 sys/socket.h.
11143 (net_open): Use union gdb_sockaddr_u.
11144
11145 2015-03-07 Pedro Alves <palves@redhat.com>
11146
11147 * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
11148 (exceptions_state_mc_action_iter)
11149 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
11150 Don't define.
11151 [__cplusplus] (try_scope_depth): New global.
11152 [__cplusplus] (exception_try_scope_entry)
11153 (exception_try_scope_exit, gdb_exception_sliced_copy)
11154 (exception_rethrow): New functions.
11155 (throw_exception): In C++ mode, throw
11156 gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
11157 gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
11158 (throw_it): In C++ mode, use try_scope_depth.
11159 * common/common-exceptions.h [!__cplusplus]
11160 (exceptions_state_mc_action_iter)
11161 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
11162 Don't declare.
11163 [__cplusplus] (exception_try_scope_entry)
11164 (exception_try_scope_exit, exception_rethrow): Declare.
11165 [__cplusplus] (struct exception_try_scope): New struct.
11166 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
11167 C++ exceptions.
11168 (struct gdb_exception_RETURN_MASK_ALL)
11169 (struct gdb_exception_RETURN_MASK_ERROR)
11170 (struct gdb_exception_RETURN_MASK_QUIT): New types.
11171
11172 2015-03-07 Pedro Alves <palves@redhat.com>
11173
11174 * main.c (handle_command_errors): Remove volatile qualifier from
11175 parameter.
11176
11177 2015-03-07 Pedro Alves <palves@redhat.com>
11178
11179 * breakpoint.c (save_breakpoints): Adjust to avoid code between
11180 TRY and CATCH.
11181 * gdbtypes.c (safe_parse_type): Remove empty line.
11182 (types_deeply_equal):
11183 * guile/scm-frame.c (gdbscm_frame_name):
11184 * linux-thread-db.c (find_new_threads_once):
11185 * python/py-breakpoint.c (bppy_get_commands):
11186 * record-btrace.c (record_btrace_insert_breakpoint)
11187 (record_btrace_remove_breakpoint, record_btrace_start_replaying)
11188 (record_btrace_start_replaying): Adjust to avoid code between TRY
11189 and CATCH.
11190
11191 2015-03-07 Pedro Alves <palves@redhat.com>
11192
11193 * common/common-exceptions.c (struct catcher) <exception>: No
11194 longer a pointer to volatile exception. Now an exception value.
11195 <mask>: Delete field.
11196 (exceptions_state_mc_init): Remove all parameters. Adjust.
11197 (exceptions_state_mc): No longer pop the catcher here.
11198 (exceptions_state_mc_catch): New function.
11199 (throw_exception): Adjust.
11200 * common/common-exceptions.h (exceptions_state_mc_init): Remove
11201 all parameters.
11202 (exceptions_state_mc_catch): Declare.
11203 (TRY_CATCH): Rename to ...
11204 (TRY): ... this. Remove EXCEPTION and MASK parameters.
11205 (CATCH, END_CATCH): New.
11206 All callers adjusted.
11207
11208 2015-03-07 Tom Tromey <tromey@redhat.com>
11209
11210 * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
11211
11212 2015-03-07 Pedro Alves <palves@redhat.com>
11213
11214 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
11215 (amd64_epilogue_frame_cache): Normal exception handling code.
11216 * break-catch-throw.c (check_status_exception_catchpoint)
11217 (re_set_exception_catchpoint): Ditto.
11218 * cli/cli-interp.c (safe_execute_command):
11219 * cli/cli-script.c (script_from_file): Ditto.
11220 * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
11221 Ditto.
11222 * compile/compile-object-run.c (compile_object_run): Ditto.
11223 * cp-abi.c (baseclass_offset): Ditto.
11224 * cp-valprint.c (cp_print_value): Ditto.
11225 * exceptions.c (catch_exceptions_with_msg):
11226 * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
11227 * frame.c (get_frame_address_in_block_if_available): Ditto.
11228 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
11229 (i386_sigtramp_frame_cache): Ditto.
11230 * infcmd.c (post_create_inferior): Ditto.
11231 * linespec.c (parse_linespec, find_linespec_symbols):
11232 * p-valprint.c (pascal_object_print_value): Ditto.
11233 * parse.c (parse_expression_for_completion): Ditto.
11234 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
11235 * remote.c (remote_get_noisy_reply): Ditto.
11236 * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
11237 * solib-svr4.c (solib_svr4_r_map): Ditto.
11238
11239 2015-03-06 Gary Benson <gbenson@redhat.com>
11240
11241 * common/common-utils.h (startswith): New inline function.
11242 All places where this logic was used updated to use the above.
11243
11244 2015-03-05 Pedro Alves <palves@redhat.com>
11245
11246 PR gdb/18002
11247 * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
11248 after reading the breakpoint's shadow memory.
11249
11250 2015-03-05 Mark Kettenis <kettenis@gnu.org>
11251
11252 * hppabsd-nat.c: Remove file.
11253 * hppaobsd-nat.c: New file.
11254 * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add
11255 hppaobsd-nat.c.
11256 * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
11257 hppaobsd-nat.o.
11258
11259 2015-03-04 Pedro Alves <palves@redhat.com>
11260
11261 * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
11262 (target_decr_pc_after_break): Delete declaration.
11263 * target.c (default_target_decr_pc_after_break)
11264 (target_decr_pc_after_break): Delete.
11265 * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
11266 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
11267 * linux-thread-db.c (check_event): Likewise.
11268 * infrun.c (adjust_pc_after_break): Likewise.
11269 * darwin-nat.c (cancel_breakpoint): Likewise.
11270 * aix-thread.c (aix_thread_wait): Likewise.
11271 * target-delegates.c: Regenerate.
11272
11273 2015-03-04 Pedro Alves <palves@redhat.com>
11274
11275 * linux-nat.c (save_sigtrap): Check for breakpoints before
11276 checking watchpoints.
11277 (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
11278 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
11279 (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
11280 a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
11281 (linux_nat_stopped_by_sw_breakpoint)
11282 (linux_nat_supports_stopped_by_sw_breakpoint)
11283 (linux_nat_stopped_by_hw_breakpoint)
11284 (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
11285 (linux_nat_wait_1): Don't re-increment the PC if relying on
11286 SIGTRAP's siginfo->si_code.
11287 (linux_nat_add_target): Install new target methods.
11288 * linux-thread-db.c (check_event): Don't account for breakpoint PC
11289 offset if the target already adjusted the PC.
11290 * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
11291 (GDB_ARCH_TRAP_BRKPT): New.
11292 (TRAP_HWBKPT): Define if not already defined.
11293
11294 2015-03-04 Pedro Alves <palves@redhat.com>
11295
11296 * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
11297 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
11298 Delete field.
11299 <stop_reason>: New field.
11300 (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
11301 (packet_set_cmd_state): New function.
11302 (remote_protocol_features): Register the "swbreak" and "hwbreak"
11303 features.
11304 (remote_query_supported): If not disabled with the corresponding
11305 "set remote foo-packet" command, report support for the swbreak
11306 and hwbreak features.
11307 (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
11308 field.
11309 <stop_reason>: New field.
11310 (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
11311 (remote_wait_as): Adjust.
11312 (remote_stopped_by_sw_breakpoint)
11313 (remote_supports_stopped_by_sw_breakpoint)
11314 (remote_stopped_by_hw_breakpoint)
11315 (remote_supports_stopped_by_hw_breakpoint): New functions.
11316 (remote_stopped_by_watchpoint): New function.
11317 (init_remote_ops): Install them.
11318 (_initialize_remote): Register new "set/show remote
11319 swbreak-feature-packet" and "set/show remote
11320 swbreak-feature-packet" commands.
11321
11322 2015-03-04 Pedro Alves <palves@redhat.com>
11323
11324 * btrace.h: Include target/waitstatus.h.
11325 (struct btrace_thread_info) <stop_reason>: New field.
11326 * record-btrace.c (record_btrace_step_thread): Use
11327 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
11328 (record_btrace_decr_pc_after_break): Delete.
11329 (record_btrace_stopped_by_sw_breakpoint)
11330 (record_btrace_supports_stopped_by_sw_breakpoint)
11331 (record_btrace_stopped_by_hw_breakpoint)
11332 (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
11333 (init_record_btrace_ops): Install them.
11334 * record-full.c (record_full_hw_watchpoint): Delete and replace
11335 with ...
11336 (record_full_stop_reason): ... this throughout.
11337 (record_full_exec_insn): Adjust.
11338 (record_full_wait_1): Adjust. No longer re-increment the PC.
11339 (record_full_wait_1): Adjust. Use
11340 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
11341 (record_full_stopped_by_watchpoint): Adjust.
11342 (record_full_stopped_by_sw_breakpoint)
11343 (record_full_supports_stopped_by_sw_breakpoint)
11344 (record_full_supports_stopped_by_sw_breakpoint)
11345 (record_full_stopped_by_hw_breakpoint)
11346 (record_full_supports_stopped_by_hw_breakpoint): New functions.
11347 (init_record_full_ops, init_record_full_core_ops): Install them.
11348 * record.c (record_check_stopped_by_breakpoint): New function.
11349 * record.h: Include target/waitstatus.h.
11350 (record_check_stopped_by_breakpoint): New declaration.
11351
11352 2015-03-04 Pedro Alves <palves@redhat.com>
11353
11354 enum lwp_stop_reason -> enum target_stop_reason
11355 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
11356 (linux_nat_stopped_by_watchpoint, status_callback)
11357 (linux_nat_wait_1): Adjust.
11358 * linux-nat.h (enum lwp_stop_reason): Delete.
11359 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
11360 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
11361 * target/waitstatus.h (enum target_stop_reason): New.
11362
11363 2015-03-04 Pedro Alves <palves@redhat.com>
11364
11365 * breakpoint.c (need_moribund_for_location_type): New function.
11366 (bpstat_stop_status): Don't skipping checking moribund locations
11367 of breakpoint types which the target tell caused a stop.
11368 (program_breakpoint_here_p): New function, factored out from ...
11369 (bp_loc_is_permanent): ... this.
11370 (update_global_location_list): Don't create a moribund location if
11371 the target supports reporting stops of the type of the removed
11372 breakpoint.
11373 * breakpoint.h (program_breakpoint_here_p): New declaration.
11374 * infrun.c (adjust_pc_after_break): Return early if the target has
11375 already adjusted the PC. Add comments.
11376 (handle_signal_stop): If nothing explains a signal, and the target
11377 tells us the stop was caused by a software breakpoint, check if
11378 there's a breakpoint instruction in the memory. If so, adjust the
11379 PC before presenting the stop to the user. Otherwise, ignore the
11380 trap. If nothing explains a signal, and the target tells us the
11381 stop was caused by a hardware breakpoint, ignore the trap.
11382 * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
11383 to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
11384 to_supports_stopped_by_hw_breakpoint>: New fields.
11385 (target_stopped_by_sw_breakpoint)
11386 (target_supports_stopped_by_sw_breakpoint)
11387 (target_stopped_by_hw_breakpoint)
11388 (target_supports_stopped_by_hw_breakpoint): Define.
11389 * target-delegates.c: Regenerate.
11390
11391 2015-03-04 Pedro Alves <palves@redhat.com>
11392
11393 * infrun.c (follow_fork_inferior): Use the whole of the
11394 inferior_ptid and pending_follow.related_pid ptids instead of
11395 building ptids from the process components. Adjust verbose output
11396 to use target_pid_to_str.
11397 * linux-nat.c (linux_child_follow_fork): Use the whole of the
11398 inferior_ptid and pending_follow.related_pid ptids instead of
11399 building ptids from the process components.
11400
11401 2015-03-04 Mark Kettenis <kettenis@gnu.org>
11402
11403 * inf-ptrace.c [PT_GET_PROCESS_STATE]
11404 (inf_ptrace_insert_fork_catchpoint): New function.
11405 (inf_ptrace_remove_fork_catchpoint): New function.
11406 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
11407
11408 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11409
11410 * s390-linux-tdep.c (s390_register_name): Return empty string
11411 instead of NULL for registers that shouldn't be visible.
11412
11413 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11414
11415 * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
11416 XML file for 64-bit targets.
11417
11418 2015-03-03 Simon Marchi <simon.marchi@ericsson.com>
11419
11420 * target.h (find_default_create_inferior): Remove declaration.
11421 (find_default_attach): Likewise.
11422
11423 2015-03-03 Pedro Alves <palves@redhat.com>
11424
11425 * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
11426 Use ptid_get_pid to get the overall process id when resuming all
11427 threads.
11428
11429 2015-03-03 Pedro Alves <palves@redhat.com>
11430
11431 * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
11432 the lwp field of ptid. Pass the full ptid to get_thread_regcache.
11433 * inf-ptrace.c (get_ptrace_pid): New function.
11434 (inf_ptrace_resume): Use it.
11435 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
11436 to the lower layer.
11437
11438 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
11439
11440 * nat/linux-btrace.c: Include sys/utsname.h.
11441 (linux_determine_kernel_ptr_bits): New.
11442 (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
11443 * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
11444 ptr_bits.
11445
11446 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
11447
11448 * btrace.c (ftrace_update_function): Treat return as tailcall for
11449 "_dl_runtime_resolve".
11450
11451 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
11452
11453 * btrace.h (btrace_function) <lbegin, lend>: Remove.
11454 * btrace.c (ftrace_debug): Do not print the line range.
11455 (ftrace_skip_file, ftrace_update_lines): Remove.
11456 (ftrace_new_function): Remove lbegin and lend initialization.
11457 (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
11458 * record-btrace.c (btrace_compute_src_line_range): New.
11459 (btrace_call_history_src_line): Call btrace_compute_src_line_range.
11460
11461 2015-03-02 Pedro Alves <palves@redhat.com>
11462
11463 * infrun.c (follow_exec): Delete all threads of the process except
11464 the event thread. Extended comments.
11465
11466 2015-03-02 Joel Brobecker <brobecker@adacore.com>
11467
11468 * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
11469
11470 2015-03-02 Joel Brobecker <brobecker@adacore.com>
11471
11472 * utils.h: Remove <stdbool.h> #include.
11473 (producer_is_gcc): Change return type to "int".
11474 * utils.c (producer_is_gcc): Change return type to int.
11475 Return 1 instead of true, and 0 instead of false.
11476 Adjust function documentation accordingly.
11477
11478 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11479
11480 * s390-linux-nat.c (have_regset_vxrs): New static variable.
11481 (s390_linux_fetch_inferior_registers): Handle vector registers, if
11482 present.
11483 (s390_linux_store_inferior_registers): Likewise.
11484 (s390_get_hwcap): Remove function. Embed its logic...
11485 (s390_read_description): ...here. Yield a target description with
11486 vector registers if applicable.
11487 * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
11488 "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
11489 "features/s390x-tevx-linux64.c".
11490 (struct gdbarch_tdep) <v0_full_regnum>: New field.
11491 (s390_dwarf_regmap): Add vector registers. Remove bogus entries
11492 for "GNU/Linux-specific registers".
11493 (s390_dwarf_reg_r0l): New enum value.
11494 (s390_dwarf_reg_to_regnum): Support vector registers.
11495 (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
11496 of GPR lower halves.
11497 (regnum_is_vxr_full): New function.
11498 (s390_register_name): New function.
11499 (s390_pseudo_register_name): Handle v0-v15, which are composed of
11500 f0-f15 and v0l-v15l.
11501 (s390_pseudo_register_type): Likewise.
11502 (s390_pseudo_register_read): Likewise.
11503 (s390_pseudo_register_write): Likewise.
11504 (s390_value_from_register): Account for the fact that values are
11505 placed left-justified in vector registers.
11506 (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
11507 the vector reggroup and omit them from the general reggroup.
11508 (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
11509 (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
11510 (s390_iterate_over_regset_sections): Add iterations for the two
11511 new vector regsets.
11512 (s390_core_read_description): Yield a target description with
11513 vector registers if applicable.
11514 (s390_gdbarch_init): Handle target descriptions with vector
11515 registers. Add "register_name" gdbarch method.
11516 (_initialize_s390_tdep): Call new tdesc initialization functions.
11517 * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
11518 (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
11519 (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
11520 (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
11521 (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
11522 (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
11523 (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
11524 (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
11525 (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
11526 (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
11527 (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
11528 (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
11529 (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
11530 (S390_NUM_REGS): Adjust value.
11531 (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
11532 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
11533 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
11534 * NEWS: Announce S/390 vector register support.
11535
11536 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11537
11538 * features/s390-tevx-linux64.xml: New file.
11539 * features/s390-vx-linux64.xml: New file.
11540 * features/s390-vx.xml: New file.
11541 * features/s390x-tevx-linux64.xml: New file.
11542 * features/s390x-vx-linux64.xml: New file.
11543 * features/Makefile (WHICH): Add s390-vx-linux64,
11544 s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
11545 (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
11546 (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
11547 macros.
11548 * features/s390-tevx-linux64.c: New generated file.
11549 * features/s390-vx-linux64.c: Likewise.
11550 * features/s390x-tevx-linux64.c: Likewise.
11551 * features/s390x-vx-linux64.c: Likewise.
11552 * regformats/s390-tevx-linux64.dat: Likewise.
11553 * regformats/s390-vx-linux64.dat: Likewise.
11554 * regformats/s390x-tevx-linux64.dat: Likewise.
11555 * regformats/s390x-vx-linux64.dat: Likewise.
11556
11557 2015-02-28 Doug Evans <xdje42@gmail.com>
11558
11559 * symtab.h (struct symtab) <next>: Fix comment.
11560
11561 2015-02-27 Simon Marchi <simon.marchi@ericsson.com>
11562
11563 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
11564 python_GdbMethods.
11565
11566 2015-02-27 Pedro Alves <palves@redhat.com>
11567
11568 * dtrace-probe.c (dtrace_probe_ops): Make extern.
11569
11570 2015-02-27 Pedro Alves <palves@redhat.com>
11571
11572 * common/common-exceptions.h (exception_none): Declare.
11573 * common/common-exceptions.c (exception_none): Moved from
11574 exceptions.c.
11575 (exceptions_state_mc_init): Use exception_none.
11576 * exceptions.c (exception_none): Move to
11577 common/common-exceptions.c.
11578 * exceptions.h (exception_none): Move to
11579 common/common-exceptions.h.
11580
11581 2015-02-27 Pedro Alves <palves@redhat.com>
11582
11583 * main.c (catch_command_errors, catch_command_errors_const):
11584 Remove 'mask' argument. Adjust.
11585 (captured_main): Adjust callers.
11586
11587 2015-02-27 Pedro Alves <palves@redhat.com>
11588
11589 * python/python-internal.h: Include "extension-priv.h".
11590
11591 2015-02-27 Pedro Alves <palves@redhat.com>
11592
11593 * breakpoint.h (enum print_stop_action): Move further up in the
11594 file.
11595
11596 2015-02-27 Pedro Alves <palves@redhat.com>
11597
11598 * gdbarch.sh: Include regcache.h.
11599 * gdbarch.h: Regenerate.
11600
11601 2015-02-27 Pedro Alves <palves@redhat.com>
11602
11603 * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
11604 Remove duplicate const.
11605 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
11606 duplicate const.
11607
11608 2015-02-27 Pedro Alves <palves@redhat.com>
11609
11610 * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
11611 * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
11612 * features/feature_to_c.sh: Tag the generated xml_builtin array
11613 with extern const in C++ mode.
11614
11615 2015-02-27 Tom Tromey <tromey@redhat.com>
11616
11617 * minidebug.c (struct lzma_stream): Rename to ...
11618 (struct gdb_lzma_stream): ... this.
11619 (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
11620
11621 2015-02-27 Pedro Alves <palves@redhat.com>
11622
11623 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
11624 function.
11625 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
11626 (mi_cmd_stack_list_variables): Use it.
11627
11628 2015-02-27 Pedro Alves <palves@redhat.com>
11629
11630 * x86-linux-nat.c (u_debugreg_offset): New function.
11631 (x86_linux_dr_get, x86_linux_dr_set): Use it.
11632
11633 2015-02-27 Pedro Alves <palves@redhat.com>
11634
11635 * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
11636 declaration.
11637 Include break-common.h.
11638
11639 2015-02-27 Tom Tromey <tromey@redhat.com>
11640 Pedro Alves <palves@redhat.com>
11641
11642 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
11643 local used to iterate over enums.
11644 * completer.c (signal_completer): Likewise.
11645 * i386-tdep.c (i386_stap_parse_special_token): Likewise.
11646 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
11647 * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
11648 * tui/tui-layout.c (next_layout, prev_layout): Likewise.
11649 * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
11650 (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
11651 * tui-wingeneral.c (tui_refresh_all): Likewise.
11652
11653 2015-02-27 Pedro Alves <palves@redhat.com>
11654
11655 * target.h: Include "infrun.h".
11656
11657 2015-02-27 Pedro Alves <palves@redhat.com>
11658
11659 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
11660
11661 2015-02-27 Pedro Alves <palves@redhat.com>
11662
11663 * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
11664 (IPA_SYM): Use it.
11665 * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
11666
11667 2015-02-27 Pedro Alves <palves@redhat.com>
11668
11669 * cli-out.c (_rl_erase_entire_line): Move declaration out of
11670 cli_mld_erase_entire_line, and make it extern "C".
11671 * common/common-defs.h (EXTERN_C): New.
11672 * completer.c (_rl_completion_prefix_display_length)
11673 (_rl_print_completions_horizontally, QSFUNC): Move declarations
11674 out of gdb_display_match_list_1.
11675 (_rl_qsort_string_compare): Move declaration out of
11676 gdb_display_match_list_1, and make it extern "C".
11677 * defs.h (re_comp): Use EXTERN_C.
11678 * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
11679 and make it extern "C".
11680 (monstartup): Move declaration out of maintenance_set_profile_cmd,
11681 and make it extern "C".
11682 (main): Move declaration out of maintenance_set_profile_cmd.
11683 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
11684 EXTERN_C.
11685
11686 2015-02-27 Pedro Alves <palves@redhat.com>
11687
11688 * python/python.c (GdbMethods): Rename to ...
11689 (python_GdbMethods): ... this and make extern.
11690 (GdbModuleDef): Rename to ...
11691 (python_GdbModuleDef): ... this and make extern.
11692
11693 2015-02-27 Pedro Alves <palves@redhat.com>
11694
11695 * record-btrace.c (set_record_btrace_cmdlist)
11696 (show_record_btrace_cmdlist): Remove redefinitions.
11697
11698 2015-02-27 Tom Tromey <tromey@redhat.com>
11699 Pedro Alves <palves@redhat.com>
11700
11701 * dwarf2-frame.c (enum cfa_how_kind, struct
11702 dwarf2_frame_state_reg_info): Move out of struct
11703 dwarf2_frame_state.
11704 * dwarf2read.c (struct tu_stats): Move out of struct
11705 dwarf2_per_objfile.
11706 (struct file_entry): Move out of struct line_header.
11707 (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
11708 typedef_field_list): Move out of struct field_info.
11709 * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
11710 Move out of struct dynamic_prop.
11711 (union type_owner, union field_location, struct field, struct
11712 range_bounds, union type_specific): Move out of struct main_type.
11713 (struct fn_fieldlist, struct fn_field, struct typedef_field)
11714 (VOFFSET_STATIC): Move out of struct cplus_struct_type.
11715 (struct call_site_target, union call_site_parameter_u, struct
11716 call_site_parameter): Move out of struct call_site.
11717 * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
11718 m32c_prologue.
11719 (enum srcdest_kind): Move out of struct srcdest.
11720 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
11721 * prologue-value.h (enum prologue_value_kind): Move out of struct
11722 prologue_value.
11723 * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
11724 gdbarch_tdep.
11725 * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
11726 out of struct field_info.
11727 * symfile.h (struct other_sections): Move out of struct
11728 section_addr_info.
11729 * symtab.c (struct symbol_cache_slot): Move out struct
11730 block_symbol_cache.
11731 * target-descriptions.c (enum tdesc_type_kind): Move out of
11732 typedef struct tdesc_type.
11733 * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
11734 struct tui_line_or_address.
11735 * value.c (enum internalvar_kind, union internalvar_data): Move
11736 out of struct internalvar.
11737 * xtensa-tdep.h (struct ctype_cache): Move out of struct
11738 gdbarch_tdep.
11739
11740 2015-02-27 Tom Tromey <tromey@redhat.com>
11741 Pedro Alves <palves@redhat.com>
11742
11743 Rename symbols whose names are reserved C++ keywords throughout.
11744
11745 2015-02-27 Pedro Alves <palves@redhat.com>
11746
11747 * Makefile.in (COMPILER): New, get it from autoconf.
11748 (COMPILE.pre, CC_LD): Use COMPILER.
11749 (CXX): Get from autoconf instead.
11750 (CXX_FOR_TARGET): Default to g++ instead of gcc.
11751 * acinclude.m4: Include build-with-cxx.m4.
11752 * build-with-cxx.m4: New file.
11753 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
11754 Disable -Werror by default if building in C++ mode.
11755 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
11756 -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode.
11757 Run supported-warning-flags tests with the C++ compiler.
11758 Save/restore CXXFLAGS too.
11759 * configure: Regenerate.
11760
11761 2015-02-27 Pedro Alves <palves@redhat.com>
11762
11763 * libiberty.m4: New file.
11764 * acinclude.m4: Include libiberty.m4.
11765 * configure.ac: Call libiberty_INIT.
11766 * config.in, configure: Regenerate.
11767
11768 2015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
11769
11770 * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
11771 31-bit targets, but 64-bit targets as well.
11772 (s390_gnu_triplet_regexp): New function.
11773 (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
11774 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
11775 method.
11776
11777 2015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
11778
11779 * windows-nat.c (CONTEXT_DEBUGGER): Remove.
11780 (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags
11781 from CONTEXT_DEBUGGER.
11782
11783 2015-02-26 Doug Evans <dje@google.com>
11784
11785 * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
11786 CHECK_TYPEDEF.
11787 (set_type_vptr_fieldno): Ditto.
11788 (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
11789 * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
11790
11791 2015-02-26 Pedro Alves <palves@redhat.com>
11792
11793 * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
11794 * complaints.c (vcomplaint): Pass argument FMT directly to
11795 printf-like functions instead of complaint->fmt.
11796 * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
11797 * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
11798 * compile/compile-loc2c.c (pushf, unary, binary): Add
11799 ATTRIBUTE_PRINTF.
11800 (do_compile_dwarf_expr_to_c): Pass string literal as format string
11801 to pushf.
11802 (BINARY): Pass string literal as format string to 'binary'.
11803 * compile/compile-object-load.c (link_callbacks_einfo): Add
11804 ATTRIBUTE_PRINTF.
11805 * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
11806
11807 2015-02-26 Pedro Alves <palves@redhat.com>
11808
11809 * windows-termcap.c: Rename to ...
11810 * stub-termcap.c: ... this. Adjust header line.
11811 * Makefile.in (SFILES): Refer to stub-termcap.c instead of
11812 windows-termcap.c.
11813 * configure: Regenerate.
11814 * configure.ac: Refer to stub-termcap.o instead of
11815 windows-termcap.o.
11816 * gdb_curses.h: Mention stub-termcap.c instead of
11817 windows-termcap.c.
11818
11819 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11820
11821 * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
11822 (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
11823
11824 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11825
11826 * gdb/infcmd.c (print_return_value): use type_to_string to print type.
11827
11828 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11829
11830 * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
11831 bfd_canonicalize_symtab.
11832
11833 2015-02-25 John Baldwin <jhb@FreeBSD.org>
11834
11835 * amd64fbsd-nat.c: Include sys/user.h.
11836 (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11837 instead of KERN_PS_STRINGS to locate the signal trampoline.
11838 * i386fbsd-nat.c: Include sys/user.h.
11839 (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11840 instead of KERN_PS_STRINGS to locate the signal trampoline.
11841 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
11842 (amd64fbsd_sigtramp_p): New.
11843 (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
11844 longer set default values.
11845 (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
11846 * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
11847 (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
11848 (i386fbsd_freebsd4_sigtramp_start)
11849 (i386fbsd_freebsd4_sigtramp_middle)
11850 (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
11851 (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
11852 (i386fbsd_sigtramp_p): New.
11853 (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
11854 longer set default values.
11855 (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
11856
11857 2015-02-25 John Baldwin <jhb@freebsd.org>
11858
11859 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
11860 get_frame_register instead of frame_unwind_register_unsigned.
11861
11862 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11863
11864 PR build/18033
11865 * compile/compile-c-support.c (c_compute_program): Change // comment.
11866 * compile/compile-object-load.c (setup_sections): Change // comment.
11867
11868 2015-02-26 Joel Brobecker <brobecker@adacore.com>
11869
11870 PR build/18033:
11871 * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
11872
11873 2015-02-23 Pedro Alves <palves@redhat.com>
11874
11875 * remote.c (skip_to_semicolon): New function.
11876 (remote_parse_stop_reply) <T stop reply>: Use it. Don't
11877 special case the stop reasons that look like hex numbers
11878 upfront. Instead handle real register numbers after matching
11879 all the known stop reasons.
11880
11881 2015-02-21 Doug Evans <dje@google.com>
11882
11883 PR c++/17976, symtab/17821
11884 * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
11885 is_in_anonymous. All callers updated.
11886 (find_symbol_in_baseclass): Ditto.
11887 (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks
11888 for symbols in an anonymous namespace.
11889 * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
11890 DW_AT_name directly.
11891 (dwarf2_name): Convert missing namespace name to
11892 CP_ANONYMOUS_NAMESPACE_STR.
11893
11894 2015-02-20 Pedro Alves <palves@redhat.com>
11895
11896 * linux-nat.c (linux_handle_extended_wait): Call
11897 thread_db_notice_clone whenever a new clone LWP is detected.
11898 (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
11899 functions.
11900 * linux-nat.h (thread_db_attach_lwp): Delete declaration.
11901 (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
11902 (linux_unstop_all_lwps): Declare.
11903 * linux-thread-db.c (struct thread_get_info_inout): Delete.
11904 (thread_get_info_callback): Delete.
11905 (thread_from_lwp): Use td_thr_get_info and record_thread.
11906 (thread_db_attach_lwp): Delete.
11907 (thread_db_notice_clone): New function.
11908 (try_thread_db_load_1): If /proc is mounted and shows the
11909 process'es task list, walk over all LWPs and call thread_from_lwp
11910 instead of relying on td_ta_thr_iter.
11911 (attach_thread): Don't call check_thread_signals here. Split the
11912 tail part of the function (which adds the thread to the core GDB
11913 thread list) to ...
11914 (record_thread): ... this function. Call check_thread_signals
11915 here.
11916 (thread_db_wait): Don't call thread_db_find_new_threads_1. Always
11917 call thread_from_lwp.
11918 (thread_db_update_thread_list): Rename to ...
11919 (thread_db_update_thread_list_org): ... this.
11920 (thread_db_update_thread_list): New function.
11921 (thread_db_find_thread_from_tid): Delete.
11922 (thread_db_get_ada_task_ptid): Simplify.
11923 * nat/linux-procfs.c: Include <sys/stat.h>.
11924 (linux_proc_task_list_dir_exists): New function.
11925 * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
11926
11927 2015-02-20 Pedro Alves <palves@redhat.com>
11928
11929 * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
11930 main LWP. Handle the case of waitpid returning 0 if we're already
11931 attached to the LWP. Don't set the LWP's last_resume_kind to
11932 resume_stop if we already knew about the LWP.
11933 (linux_nat_filter_event): Add debug logs.
11934
11935 2015-02-20 Pedro Alves <palves@redhat.com>
11936
11937 * target.h (forward_target_decr_pc_after_break): Delete
11938 declaration.
11939
11940 2015-02-20 Pedro Alves <palves@redhat.com>
11941
11942 PR threads/18006
11943 * linux-thread-db.c (thread_get_info_callback): Return early if
11944 the thread's lwp id is -1.
11945
11946 2015-02-20 Joel Brobecker <brobecker@adacore.com>
11947
11948 GDB 7.9 released.
11949
11950 2015-02-19 Steve Ellcey <sellcey@imgtec.com>
11951
11952 * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
11953 (dtrace_get_probes) Change type of variable 'dof'.
11954
11955 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11956
11957 PR breakpoints/16812
11958 * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
11959 * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
11960 * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
11961
11962 2015-02-19 David Taylor <dtaylor@emc.com>
11963
11964 * common/ax.def (setv): Fix consumed entry in setv DEFOP.
11965
11966 2015-02-18 Patrick Palka <patrick@parcs.ath.cx>
11967
11968 * tui/tui-io.c (tui_handle_resize_during_io): Remove this
11969 function.
11970 (tui_putc): Don't call tui_handle_resize_during_io.
11971 (tui_getc): Likewise.
11972 (tui_mld_getc): Likewise.
11973 * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
11974 (tui_sigwinch_token): New static variable.
11975 (tui_initialize_win): Adjust documentation. Set
11976 tui_sigwinch_token.
11977 (tui_async_resize_screen): New asynchronous callback.
11978 (tui_sigwinch_handler): Adjust documentation. Asynchronously
11979 invoke tui_async_resize_screen.
11980
11981 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11982
11983 * configure: Regenerated.
11984 * configure.ac: Use GDB_AC_TRANSFORM.
11985 * Makefile.in (aclocal_m4_deps): Added transform.m4.
11986 * acinclude.m4: sinclude transform.m4.
11987 * transform.m4: New file.
11988 (GDB_AC_TRANSFORM): New macro.
11989
11990 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11991
11992 * NEWS: Announce the support for DTrace SDT probes.
11993
11994 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11995
11996 * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
11997 (amd64_dtrace_parse_probe_argument): New function.
11998 (amd64_dtrace_probe_is_enabled): Likewise.
11999 (amd64_dtrace_enable_probe): Likewise.
12000 (amd64_dtrace_disable_probe): Likewise.
12001 (amd64_linux_init_abi): Register the
12002 `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
12003 `gdbarch_dtrace_disable_probe' and
12004 `gdbarch_dtrace_probe_is_enabled' hooks.
12005 (amd64_dtrace_disabled_probe_sequence_1): New constant.
12006 (amd64_dtrace_disabled_probe_sequence_2): Likewise.
12007 (amd64_dtrace_enable_probe_sequence): Likewise.
12008 (amd64_dtrace_disable_probe_sequence): Likewise.
12009
12010 2015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12011
12012 * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
12013 the -probe-dtrace new vpossible value for PROBE_MODIFIER.
12014 * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
12015 handle ELF files.
12016 * Makefile.in (SFILES): dtrace-probe.c added.
12017 * configure: Regenerate.
12018 * dtrace-probe.c: New file.
12019 (SHT_SUNW_dof): New constant.
12020 (dtrace_probe_type): New enum.
12021 (dtrace_probe_arg): New struct.
12022 (dtrace_probe_arg_s): New typedef.
12023 (struct dtrace_probe_enabler): New struct.
12024 (dtrace_probe_enabler_s): New typedef.
12025 (dtrace_probe): New struct.
12026 (dtrace_probe_is_linespec): New function.
12027 (dtrace_dof_sect_type): New enum.
12028 (dtrace_dof_dofh_ident): Likewise.
12029 (dtrace_dof_encoding): Likewise.
12030 (DTRACE_DOF_ENCODE_LSB): Likewise.
12031 (DTRACE_DOF_ENCODE_MSB): Likewise.
12032 (dtrace_dof_hdr): New struct.
12033 (dtrace_dof_sect): Likewise.
12034 (dtrace_dof_provider): Likewise.
12035 (dtrace_dof_probe): Likewise.
12036 (DOF_UINT): New macro.
12037 (DTRACE_DOF_PTR): Likewise.
12038 (DTRACE_DOF_SECT): Likewise.
12039 (dtrace_process_dof_probe): New function.
12040 (dtrace_process_dof): Likewise.
12041 (dtrace_build_arg_exprs): Likewise.
12042 (dtrace_get_arg): Likewise.
12043 (dtrace_get_probes): Likewise.
12044 (dtrace_get_probe_argument_count): Likewise.
12045 (dtrace_can_evaluate_probe_arguments): Likewise.
12046 (dtrace_evaluate_probe_argument): Likewise.
12047 (dtrace_compile_to_ax): Likewise.
12048 (dtrace_probe_destroy): Likewise.
12049 (dtrace_gen_info_probes_table_header): Likewise.
12050 (dtrace_gen_info_probes_table_values): Likewise.
12051 (dtrace_probe_is_enabled): Likewise.
12052 (dtrace_probe_ops): New variable.
12053 (info_probes_dtrace_command): New function.
12054 (_initialize_dtrace_probe): Likewise.
12055 (dtrace_type_name): Likewise.
12056
12057 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12058
12059 * gdbarch.sh (dtrace_parse_probe_argument): New.
12060 (dtrace_probe_is_enabled): Likewise.
12061 (dtrace_enable_probe): Likewise.
12062 (dtrace_disable_probe): Likewise.
12063 * gdbarch.c: Regenerate.
12064 * gdbarch.h: Regenerate.
12065
12066 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12067
12068 * stap-probe.c (stap_probe_ops): Add NULLs in the static
12069 stap_probe_ops for `enable_probe' and `disable_probe'.
12070 * probe.c (enable_probes_command): New function.
12071 (disable_probes_command): Likewise.
12072 (_initialize_probe): Define the cli commands `enable probe' and
12073 `disable probe'.
12074 (parse_probe_linespec): New function.
12075 (info_probes_for_ops): Use parse_probe_linespec.
12076 * probe.h (probe_ops): New hooks `enable_probe' and
12077 `disable_probe'.
12078
12079 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12080
12081 * probe.c (compute_probe_arg): Moved from stap-probe.c
12082 (compile_probe_arg): Likewise.
12083 (probe_funcs): Likewise.
12084 * stap-probe.c (compute_probe_arg): Moved to probe.c.
12085 (compile_probe_arg): Likewise.
12086 (probe_funcs): Likewise.
12087
12088 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12089
12090 * probe.c (print_ui_out_not_applicables): New function.
12091 (exists_probe_with_pops): Likewise.
12092 (info_probes_for_ops): Do not include column headers for probe
12093 types for which no probe has been actually found on any object.
12094 Also invoke `print_ui_out_not_applicables' in order to match the
12095 column rows with the header when probes of several types are
12096 listed.
12097 Print the "Type" column.
12098 * probe.h (probe_ops): Added a new probe operation `type_name'.
12099 * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
12100 (stap_type_name): New function.
12101
12102 2015-02-17 Patrick Palka <patrick@parcs.ath.cx>
12103
12104 * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
12105 (key_is_command_char): Delete.
12106
12107 2015-02-17 Pedro Alves <palves@redhat.com>
12108
12109 * tui/tui.c (tui_enable): Resize windows before anything
12110 might show a window.
12111
12112 2015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com>
12113
12114 PR gdb/17984
12115 * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
12116 (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
12117 call.
12118 * aarch64-tdep.h (tdesc_aarch64): Declare.
12119
12120 2015-02-12 Mark Wielaard <mjw@redhat.com>
12121
12122 * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
12123
12124 2015-02-13 Doug Evans <dje@google.com>
12125
12126 * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
12127 anonymous_namespace to is_in_anonymous for consistency with the rest
12128 of the file.
12129 (cp_lookup_bare_symbol): Fix typo in comment.
12130 (cp_search_static_and_baseclasses): Ditto.
12131 (search_symbol_list): Use vertical space in comment better.
12132 (reset_directive_searched): Ditto. Fix typo.
12133 (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
12134
12135 2015-02-13 Yao Qi <yao.qi@arm.com>
12136
12137 * MAINTAINERS: Update my email address.
12138
12139 2015-02-12 Doug Evans <dje@google.com>
12140
12141 * symtab.c (completion_list_add_name): Fix memory leak.
12142
12143 2015-02-12 Doug Evans <dje@google.com>
12144
12145 * completer.c (complete_line): Remove incorrect comment.
12146
12147 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12148
12149 * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
12150 (py_print_frame): Use RETURN_MASK_ERROR.
12151
12152 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12153
12154 * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
12155 function comment. Wrap all function that can throw in cleanups.
12156 (gdbpy_apply_frame_filter): Wrap all function that can throw in
12157 cleanups.
12158
12159 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12160
12161 * python/py-framefilter.c (py_print_frame): Substitute goto error.
12162 Remove the error label.
12163
12164 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12165
12166 * python/py-framefilter.c (py_print_frame): Put conditional code paths
12167 with goto first, indent the former else codepath left. Put variable
12168 'elided' to a new inner block.
12169
12170 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12171
12172 * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
12173
12174 2015-02-11 Pedro Alves <palves@redhat.com>
12175
12176 * xcoffread.c (within_function): Delete.
12177
12178 2015-02-11 Tom Tromey <tromey@redhat.com>
12179 Pedro Alves <palves@redhat.com>
12180
12181 * breakpoint.c (base_breakpoint_ops): Delete.
12182 * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
12183 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
12184 * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
12185 * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
12186 * python/py-arch.c (arch_object_type): Make extern.
12187 * python/py-block.c (block_syms_iterator_object_type): Make extern.
12188 * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
12189 * python/py-cmd.c (cmdpy_object_type): Make extern.
12190 * python/py-continueevent.c (continue_event_object_type)
12191 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
12192 parameter. Update all callers.
12193 * python/py-evtregistry.c (eventregistry_object_type): Make extern.
12194 * python/py-exitedevent.c (exited_event_object_type): Make extern.
12195 * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
12196 * python/py-function.c (fnpy_object_type): Make extern.
12197 * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
12198 * python/py-infevents.c (call_pre_event_object_type)
12199 (inferior_call_post_event_object_type).
12200 (memory_changed_event_object_type): Make extern.
12201 * python/py-infthread.c (thread_object_type): Make extern.
12202 * python/py-lazy-string.c (lazy_string_object_type): Make extern.
12203 * python/py-linetable.c (linetable_entry_object_type)
12204 (linetable_object_type, ltpy_iterator_object_type): Make extern.
12205 * python/py-newobjfileevent.c (new_objfile_event_object_type)
12206 (clear_objfiles_event_object_type): Make extern.
12207 * python/py-objfile.c (objfile_object_type): Make extern.
12208 * python/py-param.c (parmpy_object_type): Make extern.
12209 * python/py-progspace.c (pspace_object_type): Make extern.
12210 * python/py-signalevent.c (signal_event_object_type): Make extern.
12211 * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
12212 * python/py-type.c (type_object_type, field_object_type)
12213 (type_iterator_object_type): Make extern.
12214 * python/python.c (python_extension_script_ops)
12215 (python_extension_ops): Make extern.
12216 * stap-probe.c (stap_probe_ops): Make extern.
12217
12218 2015-02-11 Pedro Alves <pedro@codesourcery.com>
12219
12220 * infrun.c (adjust_pc_after_break): Don't adjust the PC just
12221 because the event thread is not the current thread.
12222
12223 2015-02-11 Doug Evans <xdje42@gmail.com>
12224
12225 * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
12226 been initialized yet, return NULL.
12227
12228 2015-02-11 Doug Evans <dje@google.com>
12229
12230 * symfile.h (new_symfile_objfile): Delete.
12231 * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
12232 All callers updated.
12233
12234 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
12235
12236 * tui/tui-io.c (tui_handle_resize_during_io): Call
12237 tui_update_gdb_sizes() after resizing the screen.
12238 * tui/tui.c (tui_enable): Resize the terminal before
12239 calling tui_update_gdb_sizes().
12240
12241 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
12242
12243 * tui/tui-io.c (tui_getc): Move cursor to the end of the command
12244 line before printing a newline.
12245
12246 2015-02-11 Mark Wielaard <mjw@redhat.com>
12247
12248 * utils.c (producer_is_gcc): Return true or false.
12249
12250 2015-02-10 Mark Wielaard <mjw@redhat.com>
12251
12252 * utils.h (producer_is_gcc): Change return type to bool. Add major
12253 argument.
12254 * utils.c (producer_is_gcc): Likewise.
12255 (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
12256 * dwarf2read.c (check_producer): Likewise.
12257
12258 2015-02-10 Pedro Alves <palves@redhat.com>
12259
12260 * infrun.c (displaced_step_fixup): Switch to the event thread
12261 before calling gdbarch_displaced_step_fixup.
12262
12263 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12264
12265 * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
12266
12267 2015-02-10 Simon Marchi <simon.marchi@ericsson.com>
12268
12269 * ada-varobj.c (ada_name_of_child): Constify parent.
12270 (ada_path_expr_of_child): Same.
12271 (ada_value_of_child): Same.
12272 (ada_type_of_child): Same.
12273 * c-varobj.c (c_is_path_expr_parent): Same.
12274 (c_describe_child): Same.
12275 (c_name_of_child): Same.
12276 (c_value_of_child): Same.
12277 (c_type_of_child): Same.
12278 (cplus_number_of_children): Same.
12279 (cplus_describe_child): Constify var.
12280 (cplus_name_of_child): Constify parent.
12281 (cplus_value_of_child): Same.
12282 (cplus_type_of_child): Same.
12283 * jv-varobj.c (java_name_of_child): Same.
12284 (java_value_of_child): Same.
12285 (java_type_of_child): Same.
12286 * varobj.c (value_of_child): Same.
12287 (varobj_default_is_path_expr_parent): Constify var, parent and return
12288 value.
12289 (varobj_get_path_expr): Constify var, modify path_expr through
12290 mutable_var.
12291 (install_new_value): Constify parent.
12292 (value_of_child): Constify parent.
12293 * varobj.h (struct varobj): Constify parent.
12294 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
12295 type_of_child.
12296 (varobj_get_path_expr): Constify var.
12297 (varobj_get_path_expr_parent): Constify var and return value.
12298
12299 2015-02-10 Luis Machado <lgustavo@codesourcery.com>
12300
12301 * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
12302 (arm_prologue_this_id): Move PC and SP limit checks to
12303 arm_prologue_unwind_stop_reason.
12304 (arm_prologue_unwind) <stop_reason> : Set to
12305 arm_prologue_unwind_stop_reason.
12306
12307 2015-02-09 Mark Wielaard <mjw@redhat.com>
12308
12309 * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
12310 DW_LANG_Fortran08 as language_fortran.
12311
12312 2015-02-09 Sergio Durigan Junior <sergiodj@redhat.com>
12313
12314 PR remote/17946
12315 * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
12316 of pointer against char.
12317
12318 2015-02-09 Mark Wielaard <mjw@redhat.com>
12319
12320 * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
12321 (c_type_print_modifier): Likewise.
12322 * dwarf2read.c (read_tag_atomic_type): New function.
12323 (read_type_die_1): Handle DW_TAG_atomic_type.
12324 * gdbtypes.c (make_atomic_type): New function.
12325 (recursive_dump_type): Handle TYPE_ATOMIC.
12326 * gdbtypes.h (enum type_flag_values): Renumber.
12327 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
12328 (TYPE_ATOMIC): New macro.
12329 (make_atomic_type): Declare.
12330
12331 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12332
12333 * btrace.c (ftrace_find_call): Skip gaps.
12334 (ftrace_new_function): Initialize level.
12335 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
12336 (ftrace_new_switch): Update
12337 level computation.
12338 (ftrace_new_gap): New.
12339 (ftrace_update_function): Create new function after gap.
12340 (btrace_compute_ftrace_bts): Create gap on error.
12341 (btrace_stitch_bts): Update parameters. Clear trace if it
12342 becomes empty.
12343 (btrace_stitch_trace): Update parameters. Update callers.
12344 (btrace_clear): Reset the number of gaps.
12345 (btrace_insn_get): Return NULL if the iterator points to a gap.
12346 (btrace_insn_number): Return zero if the iterator points to a gap.
12347 (btrace_insn_end): Allow gaps at the end.
12348 (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
12349 (btrace_find_insn_by_number): Assert that the found iterator does
12350 not point to a gap.
12351 (btrace_call_next, btrace_call_prev): Assert that the last function
12352 is not a gap.
12353 * btrace.h (btrace_bts_error): New.
12354 (btrace_function): Update comment.
12355 (btrace_function) <insn, insn_offset, number>: Update comment.
12356 (btrace_function) <errcode>: New.
12357 (btrace_thread_info) <ngaps>: New.
12358 (btrace_thread_info) <replay>: Update comment.
12359 (btrace_insn_get): Update comment.
12360 * record-btrace.c (btrace_ui_out_decode_error): New.
12361 (record_btrace_info): Print number of gaps.
12362 (btrace_insn_history, btrace_call_history): Call
12363 btrace_ui_out_decode_error for gaps.
12364 (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
12365
12366 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12367
12368 * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
12369 * nat/linux-btrace.c: (btrace_this_cpu): New.
12370 (cpu_supports_bts): Call btrace_this_cpu.
12371 (intel_supports_bts): Add cpu parameter.
12372
12373 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12374
12375 * btrace.h (btrace_insn_class): New.
12376 (btrace_insn) <size, iclass>: New.
12377 * btrace.c (ftrace_find_call): Update parameters. Update users.
12378 Use instruction classification.
12379 (ftrace_new_return): Update parameters. Update users.
12380 (ftrace_update_function): Update parameters. Update users. Use
12381 instruction classification.
12382 (ftrace_update_insns): Update parameters. Update users.
12383 (ftrace_classify_insn): New.
12384 (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add
12385 TRY_CATCH around call to gdb_insn_length.
12386
12387 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12388
12389 * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
12390 Update parameters. Update users.
12391
12392 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12393
12394 * btrace.c (parse_xml_btrace_conf_bts): Add size.
12395 (btrace_conf_bts_attributes): New.
12396 (btrace_conf_children): Add attributes.
12397 * common/btrace-common.h (btrace_config_bts): New.
12398 (btrace_config)<bts>: New.
12399 (btrace_config): Update comment.
12400 * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
12401 Use config.
12402 * features/btrace-conf.dtd: Increment version. Add size
12403 attribute to bts element.
12404 * record-btrace.c (set_record_btrace_bts_cmdlist,
12405 show_record_btrace_bts_cmdlist): New.
12406 (record_btrace_adjust_size, record_btrace_print_bts_conf,
12407 record_btrace_print_conf, cmd_set_record_btrace_bts,
12408 cmd_show_record_btrace_bts): New.
12409 (record_btrace_info): Call record_btrace_print_conf.
12410 (_initialize_record_btrace): Add commands.
12411 * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
12412 (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
12413 (btrace_sync_conf): Synchronize bts size.
12414 (_initialize_remote): Add Qbtrace-conf:bts:size packet.
12415 * NEWS: Announce new commands and new packets.
12416
12417 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12418
12419 * Makefile.in (XMLFILES): Add btrace-conf.dtd.
12420 * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
12421 (x86_linux_btrace_conf): New.
12422 (x86_linux_create_target): Initialize to_btrace_conf.
12423 * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
12424 Check format. Split into this and ...
12425 (linux_enable_bts): ... this.
12426 (linux_btrace_conf): New.
12427 (perf_event_skip_record): Renamed into ...
12428 (perf_event_skip_bts_record): ... this. Updated users.
12429 (linux_disable_btrace): Split into this and ...
12430 (linux_disable_bts): ... this.
12431 (linux_read_btrace): Check format.
12432 * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
12433 (linux_btrace_conf): New.
12434 (btrace_target_info)<ptid>: Moved.
12435 (btrace_target_info)<conf>: New.
12436 (btrace_target_info): Split into this and ...
12437 (btrace_tinfo_bts): ... this. Updated users.
12438 * btrace.c (btrace_enable): Update parameters.
12439 (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
12440 (btrace_conf_children, btrace_conf_attributes)
12441 (btrace_conf_elements): New.
12442 * btrace.h (btrace_enable): Update parameters.
12443 (btrace_conf, parse_xml_btrace_conf): New.
12444 * common/btrace-common.h (btrace_config): New.
12445 * feature/btrace-conf.dtd: New.
12446 * record-btrace.c (record_btrace_conf): New.
12447 (record_btrace_cmdlist): New.
12448 (record_btrace_enable_warn, record_btrace_open): Pass
12449 &record_btrace_conf.
12450 (record_btrace_info): Print recording format.
12451 (cmd_record_btrace_bts_start): New.
12452 (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
12453 (_initialize_record_btrace): Add "record btrace bts" subcommand.
12454 Add "record bts" alias command.
12455 * remote.c (remote_state)<btrace_config>: New.
12456 (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
12457 (remote_protocol_features): Add qXfer:btrace-conf:read.
12458 (remote_open_1): Call remote_btrace_reset.
12459 (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
12460 (btrace_target_info)<conf>: New.
12461 (btrace_sync_conf, btrace_read_config): New.
12462 (remote_enable_btrace): Update parameters. Call btrace_sync_conf and
12463 btrace_read_conf.
12464 (remote_btrace_conf): New.
12465 (init_remote_ops): Initialize to_btrace_conf.
12466 (_initialize_remote): Add qXfer:btrace-conf packet.
12467 * target.c (target_enable_btrace): Update parameters.
12468 (target_btrace_conf): New.
12469 * target.h (target_enable_btrace): Update parameters.
12470 (target_btrace_conf): New.
12471 (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
12472 (target_ops)<to_enable_btrace>: Update parameters and comment.
12473 (target_ops)<to_btrace_conf>: New.
12474 * target-delegates: Regenerate.
12475 * target-debug.h (target_debug_print_const_struct_btrace_config_p)
12476 (target_debug_print_const_struct_btrace_target_info_p): New.
12477 * NEWS: Announce new command and new packet.
12478
12479 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12480
12481 * nat/linux-btrace.h (perf_event_buffer): New.
12482 (btrace_target_info) <buffer, size, data_head>: Replace with ...
12483 <bts>: ... this.
12484 * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
12485 (perf_event_buffer_size, perf_event_buffer_begin)
12486 (perf_event_buffer_end, linux_btrace_has_changed): Removed.
12487 Updated users.
12488 (perf_event_new_data): New.
12489
12490 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12491
12492 * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
12493 * record-btrace.c (record_btrace_open): Remove call to
12494 target_supports_btrace.
12495 * remote.c (remote_supports_btrace): Update parameters.
12496 * target.c (target_supports_btrace): Update parameters.
12497 * target.h (to_supports_btrace, target_supports_btrace): Update
12498 parameters.
12499 * target-delegates.c: Regenerate.
12500 * target-debug.h (target_debug_print_enum_btrace_format): New.
12501 * nat/linux-btrace.c
12502 (kernel_supports_btrace): Rename into ...
12503 (kernel_supports_bts): ... this. Update users. Update warning text.
12504 (intel_supports_btrace): Rename into ...
12505 (intel_supports_bts): ... this. Update users.
12506 (cpu_supports_btrace): Rename into ...
12507 (cpu_supports_bts): ... this. Update users.
12508 (linux_supports_btrace): Update parameters. Split into this and ...
12509 (linux_supports_bts): ... this.
12510 * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
12511
12512 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12513
12514 * Makefile.in (SFILES): Add common/btrace-common.c.
12515 (COMMON_OBS): Add common/btrace-common.o.
12516 (btrace-common.o): Add build rules.
12517 * btrace.c (parse_xml_btrace): Update parameters.
12518 (parse_xml_btrace_block): Set format field.
12519 (btrace_add_pc, btrace_fetch): Use struct btrace_data.
12520 (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
12521 (btrace_compute_ftrace): Split into this and...
12522 (btrace_compute_ftrace_bts): ...this.
12523 (btrace_stitch_trace): Split into this and...
12524 (btrace_stitch_bts): ...this.
12525 * btrace.h (parse_xml_btrace): Update parameters.
12526 (make_cleanup_btrace_data): New.
12527 * common/btrace-common.c: New.
12528 * common/btrace-common.h: Include common-defs.h.
12529 (btrace_block_s): Update comment.
12530 (btrace_format): New.
12531 (btrace_format_string): New.
12532 (btrace_data_bts): New.
12533 (btrace_data): New.
12534 (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
12535 * remote.c (remote_read_btrace): Update parameters.
12536 * target.c (target_read_btrace): Update parameters.
12537 * target.h (target_read_btrace): Update parameters.
12538 (target_ops)<to_read_btrace>: Update parameters.
12539 * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
12540 * target-delegates.c: Regenerate.
12541 * target-debug (target_debug_print_struct_btrace_data_p): New.
12542 * nat/linux-btrace.c (linux_read_btrace): Split into this and...
12543 (linux_read_bts): ...this.
12544 * nat/linux-btrace.h (linux_read_btrace): Update parameters.
12545
12546 2015-02-06 Doug Evans <dje@google.com>
12547
12548 * remote-m32r-sdi.c: Include symfile.h.
12549
12550 2015-02-06 Doug Evans <dje@google.com>
12551
12552 * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
12553 * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
12554 to here.
12555
12556 2015-02-06 Pedro Alves <palves@redhat.com>
12557
12558 * linux-thread-db.c (find_new_threads_callback): Add debug output.
12559
12560 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12561
12562 PR gdb/15678
12563 * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
12564 (enable_count_command): Check args for NULL value.
12565
12566 2015-02-05 Doug Evans <xdje42@gmail.com>
12567
12568 * guile/scm-frame.c: Fix spelling errors in a comment.
12569
12570 2015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12571
12572 * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
12573 * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the
12574 return type.
12575
12576 2015-02-04 Pedro Alves <palves@redhat.com>
12577
12578 * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
12579 (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
12580 returns true.
12581 (resume_stopped_resumed_lwps): Don't check whether the thread is
12582 marked as executing.
12583 (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
12584
12585 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12586
12587 * regset.h (struct regset): Add flags field.
12588 (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
12589 * corelow.c (get_core_register_section): Add warning if the size
12590 exceeds the requested size and the regset does not have the
12591 REGSET_VARIABLE_SIZE flag set.
12592 * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
12593 flag.
12594 * armbsd-tdep.c (armbsd_gregset): Likewise.
12595 * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
12596 * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
12597 * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
12598 * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
12599
12600 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12601
12602 * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
12603 For ".reg-xstate", explicitly specify the requested section size
12604 via X86_XSTATE_SIZE instead of just 0 on input and
12605 X86_XSTATE_MAX_SIZE on output.
12606 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
12607 Likewise.
12608
12609 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12610
12611 PR corefiles/17808:
12612 * gdbarch.sh (iterate_over_regset_sections_cb): Document this
12613 function type, particularly its SIZE parameter.
12614 * gdbarch.h: Regenerate.
12615 * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
12616 actual against required size using ">=" instead of "==".
12617 (amd64_collect_fpregset): Likewise.
12618 * i386-tdep.c (i386_supply_gregset): Likewise.
12619 (i386_collect_gregset): Likewise.
12620 (i386_supply_fpregset): Likewise.
12621 (i386_collect_fpregset): Likewise.
12622 * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
12623 (mips_fill_gregset_wrapper): Likewise.
12624 (mips_supply_fpregset_wrapper): Likewise.
12625 (mips_fill_fpregset_wrapper): Likewise.
12626 (mips64_supply_gregset_wrapper): Likewise.
12627 (mips64_fill_gregset_wrapper): Likewise.
12628 (mips64_supply_fpregset_wrapper): Likewise.
12629 (mips64_fill_fpregset_wrapper): Likewise.
12630 * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
12631 (am33_supply_fpregset_method): Likewise.
12632 (am33_collect_gregset_method): Likewise.
12633 (am33_collect_fpregset_method): Likewise.
12634
12635 2015-02-04 Doug Evans <dje@google.com>
12636 Pedro Alves <palves@redhat.com>
12637 Eli Zaretskii <eliz@gnu.org>
12638
12639 PR tui/17810
12640 * tui/tui-command.c (tui_refresh_cmd_win): New function.
12641 * tui/tui-command.c (tui_refresh_cmd_win): Declare.
12642 * tui/tui-file.c: #include tui/tui-command.h.
12643 (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
12644 (tui_file_flush): Refresh command window if stream is gdb_stdout.
12645 * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
12646
12647 2015-02-04 Pedro Alves <palves@redhat.com>
12648
12649 Fix build breakage.
12650 * event-loop.c (gdb_do_one_event): Add default switch case.
12651
12652 2015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12653
12654 Filter out inferior gcc option -fpreprocessed.
12655 * compile/compile.c (filter_args): New function.
12656 (get_args): Use it.
12657
12658 2015-02-03 Pedro Alves <palves@redhat.com>
12659
12660 * event-loop.c: Don't declare nor define a queue type for
12661 gdb_event_p.
12662 (event_queue): Delete.
12663 (create_event, create_file_event, gdb_event_xfree)
12664 (initialize_event_loop, process_event): Delete.
12665 (gdb_do_one_event): Return as soon as one event is handled.
12666 (handle_file_event): Change prototype. Used the passed in
12667 file_handler pointer and ready_mask instead of looping over all
12668 file handlers.
12669 (gdb_wait_for_event): Update the poll/select timeouts before
12670 blocking. Run event handlers directly instead of queueing events.
12671 Return as soon as one event is handled.
12672 (struct async_event_handler_data): Delete.
12673 (invoke_async_event_handler): Delete.
12674 (check_async_event_handlers): Change return type to int. Run
12675 event handlers directly instead of queueing events. Return as
12676 soon as one event is handled.
12677 (handle_timer_event): Delete.
12678 (update_wait_timeout): New function, factored out from
12679 poll_timers.
12680 (poll_timers): Reimplement.
12681 * event-loop.h (initialize_event_loop): Delete declaration.
12682 * top.c (gdb_init): Don't call initialize_event_loop.
12683
12684 2015-02-03 Pedro Alves <palves@redhat.com>
12685
12686 * event-loop.c (clear_async_event_handler): New function.
12687 * event-loop.h (clear_async_event_handler): New declaration.
12688 * record-btrace.c (record_btrace_async): New function.
12689 (init_record_btrace_ops): Install record_btrace_async.
12690 * record-full.c (record_full_async): New function.
12691 (record_full_resume): Don't mark the async event source here.
12692 (init_record_full_ops): Install record_full_async.
12693 (record_full_core_resume): Don't mark the async event source here.
12694 (init_record_full_core_ops): Install record_full_async.
12695 * remote.c (remote_async): Mark and clear the async stop reply
12696 queue event-loop token as appropriate.
12697
12698 2015-02-03 Pedro Alves <palves@redhat.com>
12699
12700 * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
12701 target_is_async_p instead of target_can_async.
12702 (linux_nat_wait): Use target_is_async_p instead of
12703 target_can_async. Don't enable async here.
12704 * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
12705 target_is_async_p instead of target_can_async.
12706
12707 2015-02-02 Simon Marchi <simon.marchi@ericsson.com>
12708
12709 * varobj.h (lang_varobj_ops): Mention which return values need
12710 to be freed.
12711
12712 2015-02-02 Joel Brobecker <brobecker@adacore.com>
12713
12714 * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
12715
12716 2015-02-02 Joel Brobecker <brobecker@adacore.com>
12717
12718 PR gdb/17856:
12719 * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
12720 results found in the cache.
12721
12722 2015-02-02 Joel Brobecker <brobecker@adacore.com>
12723
12724 PR gdb/17854:
12725 * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
12726 when allocating a new one.
12727
12728 2015-02-01 Tom Tromey <tom@tromey.com>
12729
12730 * MAINTAINERS: Remove myself.
12731
12732 2015-01-31 Doug Evans <xdje42@gmail.com>
12733
12734 * dwarf2read.c (process_structure_scope): Update setting of
12735 TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
12736 * gdbtypes.c (internal_type_vptr_fieldno): New function.
12737 (set_type_vptr_fieldno): New function.
12738 (internal_type_vptr_basetype): New function.
12739 (set_type_vptr_basetype): New function.
12740 (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
12741 TYPE_VPTR_BASETYPE.
12742 (allocate_cplus_struct_type): Initialize vptr_fieldno.
12743 (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
12744 (print_cplus_stuff): ... moved here.
12745 (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
12746 * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
12747 moved to ...
12748 (struct cplus_struct_type): ... here. All uses updated.
12749 (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
12750 (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
12751 (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
12752 * stabsread.c (read_tilde_fields): Update setting of
12753 TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
12754
12755 2015-01-31 Doug Evans <xdje42@gmail.com>
12756
12757 * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
12758 to self_p.
12759 (cp_print_class_member): Rename local domain to self_type.
12760 * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
12761 domain_type to self_type.
12762 (set_die_type) <need_gnat_info>: Handle
12763 TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
12764 * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
12765 TYPE_SPECIFIC_SELF_TYPE.
12766 * gdbtypes.c (internal_type_self_type): New function.
12767 (set_type_self_type): New function.
12768 (smash_to_memberptr_type): Rename parameter domain to self_type.
12769 Update setting of TYPE_SELF_TYPE.
12770 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
12771 (smash_to_method_type): Rename parameter domain to self_type.
12772 Update setting of TYPE_SELF_TYPE.
12773 (check_stub_method): Call smash_to_method_type.
12774 (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
12775 (copy_type_recursive): Ditto.
12776 * gdbtypes.h (enum type_specific_kind): New value
12777 TYPE_SPECIFIC_SELF_TYPE.
12778 (struct main_type) <type_specific>: New member self_type.
12779 (struct cplus_struct_type) <fn_field.type>: Update comment.
12780 (TYPE_SELF_TYPE): Rewrite.
12781 (internal_type_self_type, set_type_self_type): Declare.
12782 * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
12783 self_type.
12784 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
12785 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
12786 TYPE_TARGET_TYPE.
12787 * stabsread.c (read_member_functions): Mark methods with
12788 TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of
12789 TYPE_SELF_TYPE.
12790
12791 2015-01-31 Doug Evans <xdje42@gmail.com>
12792
12793 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
12794 All uses updated.
12795
12796 2015-01-31 Doug Evans <xdje42@gmail.com>
12797
12798 * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
12799 or unions. Return zero if union.
12800 (gnuv3_get_vtable): Call check_typedef. Assert only passed structs.
12801 (gnuv3_rtti_type): Pass already-check_typedef'd value to
12802 gnuv3_get_vtable.
12803 (compute_vtable_size): Assert only passed structs.
12804 (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
12805
12806 2015-01-31 Doug Evans <xdje42@gmail.com>
12807
12808 * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
12809 kinds.
12810
12811 2015-01-31 Gary Benson <gbenson@redhat.com>
12812 Doug Evans <dje@google.com>
12813
12814 PR cli/9007
12815 PR cli/11920
12816 PR cli/15548
12817 * cli/cli-cmds.c (complete_command): Notify user if max-completions
12818 reached.
12819 * common/common-exceptions.h (enum errors)
12820 <MAX_COMPLETIONS_REACHED_ERROR>: New value.
12821 * completer.h (get_max_completions_reached_message): New declaration.
12822 (max_completions): Likewise.
12823 (completion_tracker_t): New typedef.
12824 (new_completion_tracker): New declaration.
12825 (make_cleanup_free_completion_tracker): Likewise.
12826 (maybe_add_completion_enum): New enum.
12827 (maybe_add_completion): New declaration.
12828 (throw_max_completions_reached_error): Likewise.
12829 * completer.c (max_completions): New global variable.
12830 (new_completion_tracker): New function.
12831 (free_completion_tracker): Likewise.
12832 (make_cleanup_free_completion_tracker): Likewise.
12833 (maybe_add_completions): Likewise.
12834 (throw_max_completions_reached_error): Likewise.
12835 (complete_line): Remove duplicates and limit result to max_completions
12836 entries.
12837 (get_max_completions_reached_message): New function.
12838 (gdb_display_match_list): Handle max_completions.
12839 (_initialize_completer): New declaration and function.
12840 * symtab.c: Include completer.h.
12841 (completion_tracker): New static variable.
12842 (completion_list_add_name): Call maybe_add_completion.
12843 (default_make_symbol_completion_list_break_on_1): Renamed from
12844 default_make_symbol_completion_list_break_on. Maintain
12845 completion_tracker across calls to completion_list_add_name.
12846 (default_make_symbol_completion_list_break_on): New function.
12847 * top.c (init_main): Set rl_completion_display_matches_hook.
12848 * tui/tui-io.c: Include completer.h.
12849 (tui_old_rl_display_matches_hook): New static global.
12850 (tui_rl_display_match_list): Notify user if max-completions reached.
12851 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
12852 * NEWS (New Options): Mention set/show max-completions.
12853
12854 2015-01-31 Gary Benson <gbenson@redhat.com>
12855
12856 * symtab.c (struct add_name_data) <code>: New field.
12857 Updated comments.
12858 (add_symtab_completions): New function.
12859 (symtab_expansion_callback): Likewise.
12860 (default_make_symbol_completion_list_break_on): Set datum.code.
12861 Move minimal symbol scan before calling expand_symtabs_matching.
12862 Scan known primary symtabs for externs and statics before calling
12863 expand_symtabs_matching. Pass symtab_expansion_callback as
12864 expansion_notify argument to expand_symtabs_matching. Do not scan
12865 primary symtabs for externs and statics after calling
12866 expand_symtabs_matching.
12867
12868 2015-01-31 Gary Benson <gbenson@redhat.com>
12869
12870 * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
12871 (struct quick_symbol_functions) <expand_symtabs_matching>:
12872 New argument expansion_notify. All uses updated.
12873 (expand_symtabs_matching): New argument expansion_notify.
12874 All uses updated.
12875 * symfile-debug.c (debug_qf_expand_symtabs_matching):
12876 Also print expansion notify.
12877 * symtab.c (expand_symtabs_matching_via_partial): Call
12878 expansion_notify whenever a partial symbol table is expanded.
12879 * dwarf2read.c (dw2_expand_symtabs_matching): Call
12880 expansion_notify whenever a symbol table is instantiated.
12881
12882 2015-01-31 Doug Evans <xdje42@gmail.com>
12883
12884 * cli-out.c: #include completer.h, readline/readline.h.
12885 (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
12886 (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
12887 (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
12888 * cli-out.h (cli_display_match_list): Declare.
12889 * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
12890 (ELLIPSIS_LEN): Ditto.
12891 (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
12892 (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
12893 (gdb_fnprint, gdb_print_filename): Ditto.
12894 (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
12895 (gdb_display_match_list): Ditto.
12896 * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
12897 (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
12898 (mld_beep_ftype, mld_read_key_ftype): Ditto.
12899 (match_list_displayer): New struct.
12900 (gdb_display_match_list): Declare.
12901 * top.c (init_main): Set rl_completion_display_matches_hook.
12902 * tui/tui-io.c: #include completer.h.
12903 (printable_part, PUTX, print_filename, get_y_or_n): Delete.
12904 (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
12905 (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
12906 (tui_mld_getc, tui_mld_read_key): Ditto.
12907 (tui_rl_display_match_list): Rewrite.
12908 (tui_handle_resize_during_io): New arg for_completion. All callers
12909 updated.
12910
12911 2015-01-31 Doug Evans <xdje42@gmail.com>
12912
12913 Add symbol lookup cache.
12914 * NEWS: Document new options and commands.
12915 * symtab.c (symbol_cache_key): New static global.
12916 (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
12917 (SYMBOL_LOOKUP_FAILED): New macro.
12918 (symbol_cache_slot_state): New enum.
12919 (block_symbol_cache): New struct.
12920 (symbol_cache): New struct.
12921 (new_symbol_cache_size, symbol_cache_size): New static globals.
12922 (hash_symbol_entry, eq_symbol_entry): New functions.
12923 (symbol_cache_byte_size, resize_symbol_cache): New functions.
12924 (make_symbol_cache, free_symbol_cache): New functions.
12925 (get_symbol_cache, symbol_cache_cleanup): New function.
12926 (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
12927 (symbol_cache_lookup, symbol_cache_clear_slot): New function.
12928 (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
12929 (symbol_cache_flush, symbol_cache_dump): New functions.
12930 (maintenance_print_symbol_cache): New function.
12931 (maintenance_flush_symbol_cache): New function.
12932 (symbol_cache_stats): New function.
12933 (maintenance_print_symbol_cache_statistics): New function.
12934 (symtab_new_objfile_observer): New function.
12935 (symtab_free_objfile_observer): New function.
12936 (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
12937 (_initialize_symtab): Init symbol_cache_key. New parameter
12938 maint symbol-cache-size. New maint commands print symbol-cache,
12939 print symbol-cache-statistics, flush-symbol-cache.
12940 Install new_objfile, free_objfile observers.
12941
12942 2015-01-31 Joel Brobecker <brobecker@adacore.com>
12943
12944 PR symtab/17855
12945 * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
12946 to end.
12947
12948 2015-01-31 Doug Evans <xdje42@gmail.com>
12949
12950 * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
12951 * auto-load.c: #include ctype.h.
12952 (struct auto_load_pspace_info): Replace member loaded_scripts with
12953 new members loaded_script_files, loaded_script_texts.
12954 (auto_load_pspace_data_cleanup): Update.
12955 (init_loaded_scripts_info): Update.
12956 (get_auto_load_pspace_data_for_loading): Update.
12957 (maybe_add_script_file): Renamed from maybe_add_script. All callers
12958 updated.
12959 (maybe_add_script_text): New function.
12960 (clear_section_scripts): Update.
12961 (source_script_file, execute_script_contents): New functions.
12962 (source_section_scripts): Add support for
12963 SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
12964 (print_scripts): New function.
12965 (auto_load_info_scripts): Also print inlined scripts.
12966 (maybe_print_unsupported_script_warning): Renamed from
12967 unsupported_script_warning_print. All callers updated.
12968 (maybe_print_script_not_found_warning): Renamed from
12969 script_not_found_warning_print. All callers updated.
12970 * extension-priv.h (struct extension_language_script_ops): New member
12971 objfile_script_executor.
12972 * extension.c (ext_lang_objfile_script_executor): New function.
12973 * extension.h (objfile_script_executor_func): New typedef.
12974 (ext_lang_objfile_script_executor): Declare.
12975 * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
12976 * guile/guile.c (guile_extension_script_ops): Update.
12977 * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
12978 * python/python.c (python_extension_script_ops): Update.
12979 (gdbpy_execute_objfile_script): New function.
12980
12981 2015-01-31 Eli Zaretskii <eliz@gnu.org>
12982
12983 * tui/tui-io.c (tui_expand_tabs): New function.
12984 (tui_puts, tui_redisplay_readline): Expand TABs into the
12985 appropriate number of spaces.
12986 * tui/tui-regs.c: Include tui-io.h.
12987 (tui_register_format): Call tui_expand_tabs to expand TABs into
12988 the appropriate number of spaces.
12989 * tui/tui-io.h: Add prototype for tui_expand_tabs.
12990
12991 2015-01-30 Doug Evans <dje@google.com>
12992
12993 * NEWS: "info source" command now display producer string if present.
12994 * source.c (source_info): Print producer string if present.
12995
12996 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12997
12998 * varobj.c (varobj_delete): Fix comment.
12999
13000 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
13001
13002 * varobj.c (create_child): Modify comment.
13003
13004 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
13005
13006 * ada-varobj.c (ada_number_of_children): Constify struct varobj *
13007 parameter.
13008 (ada_name_of_variable): Same.
13009 (ada_path_expr_of_child): Same.
13010 (ada_value_of_variable): Same.
13011 (ada_value_is_changeable_p): Same.
13012 (ada_value_has_mutated): Same.
13013 * c-varobj.c (varobj_is_anonymous_child): Same.
13014 (c_is_path_expr_parent): Same.
13015 (c_number_of_children): Same.
13016 (c_name_of_variable): Same.
13017 (c_path_expr_of_child): Same.
13018 (get_type): Same.
13019 (c_value_of_variable): Same.
13020 (cplus_number_of_children): Same.
13021 (cplus_name_of_variable): Same.
13022 (cplus_path_expr_of_child): Same.
13023 (cplus_value_of_variable): Same.
13024 * jv-varobj.c (java_number_of_children): Same.
13025 (java_name_of_variable): Same.
13026 (java_path_expr_of_child): Same.
13027 (java_value_of_variable): Same.
13028 * varobj.c (number_of_children): Same.
13029 (name_of_variable): Same.
13030 (is_root_p): Same.
13031 (varobj_ensure_python_env): Same.
13032 (varobj_get_objname): Same.
13033 (varobj_get_expression): Same.
13034 (varobj_get_display_format): Same.
13035 (varobj_get_display_hint): Same.
13036 (varobj_has_more): Same.
13037 (varobj_get_thread_id): Same.
13038 (varobj_get_frozen): Same.
13039 (dynamic_varobj_has_child_method): Same.
13040 (varobj_get_gdb_type): Same.
13041 (is_path_expr_parent): Same.
13042 (varobj_default_is_path_expr_parent): Same.
13043 (varobj_get_language): Same.
13044 (varobj_get_attributes): Same.
13045 (varobj_is_dynamic_p): Same.
13046 (varobj_get_child_range): Same.
13047 (varobj_value_has_mutated): Same.
13048 (varobj_get_value_type): Same.
13049 (number_of_children): Same.
13050 (name_of_variable): Same.
13051 (check_scope): Same.
13052 (varobj_editable_p): Same.
13053 (varobj_value_is_changeable_p): Same.
13054 (varobj_floating_p): Same.
13055 (varobj_default_value_is_changeable_p): Same.
13056
13057 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
13058
13059 * varobj.c (varobj_get_path_expr): Set var->path_expr.
13060 * c-varobj.c (c_path_expr_of_child): Set local var instead of
13061 child->path_expr.
13062 (cplus_path_expr_of_child): Same.
13063
13064 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
13065
13066 * mi-cmd-var.c (print_varobj): Free varobj_get_expression
13067 result.
13068 (mi_cmd_var_info_expression): Same.
13069 * varobj.c (varobj_get_expression): Mention in the comment that
13070 the result must by freed by the caller.
13071
13072 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
13073
13074 * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
13075 varobj_get_type.
13076 (varobj_update_one): Same.
13077 * varobj.c (update_type_if_necessary): Free curr_type_str and
13078 new_type_str.
13079 (varobj_get_type): Specify in comment that the result needs to be
13080 freed by the caller.
13081
13082 2015-01-29 Doug Evans <dje@google.com>
13083
13084 PR symtab/17890
13085 * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
13086
13087 2015-01-25 Mark Wielaard <mjw@redhat.com>
13088
13089 * dwarf2read.c (checkproducer): Call producer_is_gcc.
13090 * utils.c (producer_is_gcc_ge_4): Likewise.
13091 (producer_is_gcc): New function.
13092 * utils.h (producer_is_gcc): New declaration.
13093
13094 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13095
13096 * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
13097 kind.
13098 * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
13099 parameter by "addr_stack" parameter.
13100 (resolve_dynamic_range): Replace "addr" parameter by
13101 "stack_addr" parameter. Update function documentation.
13102 Update code accordingly.
13103 (resolve_dynamic_array, resolve_dynamic_union)
13104 (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
13105 (resolve_dynamic_type): Update code, following the changes made
13106 to resolve_dynamic_type_internal's interface.
13107 * dwarf2loc.h (struct property_addr_info): New.
13108 (dwarf2_evaluate_property): Replace "address" parameter
13109 by "addr_stack" parameter. Adjust function documentation.
13110 (struct dwarf2_offset_baton): New.
13111 (struct dwarf2_property_baton): Update documentation of
13112 field "referenced_type" to be more general. New field
13113 "offset_info" in union data field.
13114 * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
13115 parameter by "addr_stack" parameter. Adjust code accordingly.
13116 Add support for PROP_ADDR_OFFSET properties.
13117 * dwarf2read.c (attr_to_dynamic_prop): Add support for
13118 DW_AT_data_member_location attributes as well. Use case
13119 statements instead of if/else condition.
13120
13121 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13122
13123 * ada-varobj.c (ada_varobj_get_array_number_of_children):
13124 Return zero if PARENT_VALUE is NULL and parent_type's
13125 range type is dynamic.
13126
13127 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13128
13129 * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
13130 nonzero if the type's subtype is dynamic.
13131 (resolve_dynamic_range): Also resolve the range's subtype.
13132
13133 2015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch)
13134
13135 Pushed by Joel Brobecker <brobecker@adacore.com>.
13136 * symfile.c (unmap_overlay_command): Initialize sec to NULL.
13137
13138 2015-01-27 Doug Evans <dje@google.com>
13139
13140 * NEWS: Mention gdb.Objfile.username.
13141 * python/py-objfile.c (objfpy_get_username): New function.
13142 (objfile_getset): Add "username".
13143
13144 2015-01-24 Mark Wielaard <mjw@redhat.com>
13145
13146 * stack.c (return_command): Markup warning message with _.
13147
13148 2015-01-24 Doug Evans <xdje42@gmail.com>
13149
13150 * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
13151
13152 2015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13153
13154 Fix 100x slowdown regression on DWZ files.
13155 * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
13156 (struct line_header): Add offset and offset_in_dwz.
13157 (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
13158 (free_line_header_voidp): New declaration.
13159 (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
13160 functions.
13161 (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
13162 (handle_DW_AT_stmt_list): Use line_header_hash.
13163 (free_line_header_voidp): New function.
13164 (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
13165 (dwarf_decode_lines): New parameter decode_mapping, use it.
13166 (dwarf2_free_objfile): Free line_header_hash.
13167
13168 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13169
13170 PR gdb/17416
13171 * valops.c (value_rtti_indirect_type): Catch exception thrown by
13172 value_ind.
13173
13174 2015-01-15 Mark Wielaard <mjw@redhat.com>
13175
13176 * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
13177 DW_AT_noreturn.
13178 * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
13179 calling_convention an 8 bit bit field.
13180 (TYPE_NO_RETURN): New macro.
13181 * infcmd.c (finish_command): Query if function does not return
13182 normally.
13183 * stack.c (return_command): Likewise.
13184
13185 2015-01-23 Pedro Alves <palves@redhat.com>
13186
13187 * linux-nat.c (linux_is_async_p): New macro.
13188 (linux_nat_is_async_p):
13189 (linux_nat_terminal_inferior): Check whether the target can async
13190 instead of whether it is already async.
13191 (linux_nat_terminal_ours): Don't check whether the target is
13192 async.
13193 (linux_async_pipe): Use linux_is_async_p.
13194
13195 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13196
13197 * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
13198 '-ascending'.
13199 * thread.c (tp_array_compar_ascending, tp_array_compar): New.
13200 (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
13201 Sort tp_array using tp_array_compar.
13202 (_initialize_thread): Extend thread_apply_all_command help.
13203
13204 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13205
13206 * corelow.c (core_open): Call also thread_command.
13207 * gdbthread.h (thread_command): New prototype moved from ...
13208 * thread.c (thread_command): ... here.
13209 (thread_command): Make it global.
13210
13211 2015-01-22 Pedro Alves <palves@redhat.com>
13212
13213 * configure.ac [*mingw32*]: Check $curses_found instead of
13214 $prefer_curses.
13215 * configure: Regenerate.
13216 * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
13217 HAVE_NCURSES_NCURSES_H checks.
13218
13219 2015-01-22 Eli Zaretskii <eliz@gnu.org>
13220
13221 * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
13222 fails with the 1st arg NULL, try again with "unknown". Don't test
13223 the "cup" capability: it isn't supported by the Windows port of
13224 ncurses, but the Windows console driver is still capable of
13225 supporting TUI.
13226
13227 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13228
13229 * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
13230
13231 2015-01-22 Eli Zaretskii <eliz@gnu.org>
13232
13233 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
13234 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
13235 reason that "make TAGS" is broken.
13236
13237 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
13238
13239 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
13240 and check additional store instructions.
13241
13242 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
13243
13244 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
13245
13246 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
13247
13248 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
13249 ppc_canonicalize_syscall, ppc_linux_syscall_record,
13250 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
13251 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
13252 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
13253 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
13254 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
13255 ppc_process_record_op19, ppc_process_record_op31,
13256 ppc_process_record_op59, ppc_process_record_op60,
13257 ppc_process_record_op63): Likewise.
13258
13259 2015-01-20 Joel Brobecker <brobecker@adacore.com>
13260
13261 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
13262 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
13263 strerror.
13264
13265 2015-01-20 Wei-cheng Wang <cole945@gmail.com>
13266
13267 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
13268 ppc_process_record_op31, ppc_process_record_op59,
13269 ppc_process_record_op60, ppc_process_record_op63,
13270 ppc_process_record): Fix -Wformat warning.
13271 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
13272 Remove unused variables.
13273
13274 2015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
13275
13276 * MAINTAINERS (Write After Approval): Add "Chen Gang".
13277
13278 2015-01-19 Eli Zaretskii <eliz@gnu.org>
13279
13280 * configure.ac [*mingw32*]: Only add windows-termcap.o to
13281 CONFIG_OBS if not building with a curses library.
13282 * configure: Regenerate.
13283
13284 * windows-termcap.c: Include defs.h. Make the whole body empty if
13285 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
13286 HAVE_NCURSES_NCURSES_H is defined.
13287
13288 2015-01-19 Joel Brobecker <brobecker@adacore.com>
13289
13290 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
13291 from end of line to start of next line.
13292
13293 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13294
13295 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
13296 Scan PLT stub backward for reverse debugging.
13297 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
13298
13299 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13300 Ulrich Weigand <uweigand@de.ibm.com>
13301
13302 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
13303 gdb_target_obs.
13304 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
13305 record.
13306 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
13307 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
13308 (ppc_linux_init_abi): Set process_record, process_record_signal.
13309 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
13310 ppc_linux_record_tdep to gdbarch_tdep.
13311 (ppc_process_record): New declaration.
13312 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
13313 ppc_process_record_op19, ppc_process_record_op31,
13314 ppc_process_record_op59, ppc_process_record_op60,
13315 ppc_process_record_op63, ppc_process_record): New functions.
13316
13317 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13318
13319 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
13320 rs6000_in_function_epilogue_frame_p and add an argument
13321 for frame_info.
13322 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
13323 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
13324 New functions.
13325 (rs6000_epilogue_frame_unwind): New.
13326 (rs6000_gdbarch_init): Append epilogue unwinder.
13327
13328 2015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
13329
13330 * nat/linux-personality.c: Replace "#ifndef
13331 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
13332 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
13333 systems.
13334
13335 2015-01-16 Eli Zaretskii <eliz@gnu.org>
13336
13337 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
13338 functions.
13339 (_initialize_tui_win) <border-kind, border-mode>:
13340 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
13341 (tui_set_tab_width_command): Fix the commentary.
13342
13343 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
13344
13345 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
13346 Doc fix.
13347 (tui_set_tab_width_command): Delete and recreate the source and
13348 the disassembly windows, to show the effect of the changed tab
13349 size immediately.
13350
13351 * tui/tui-data.h (LINE_PREFIX): Make shorter
13352 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
13353 "Thread NNNNN.XXXX" thread ID notation on Windows.
13354
13355 2015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13356
13357 Fix gcc-5 compilation.
13358 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
13359
13360 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
13361
13362 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
13363 (linux-personality.o): New rule.
13364 * common/common-defs.h: Include <stdint.h>.
13365 * config/aarch64/linux.mh (NATDEPFILES): Include
13366 linux-personality.o.
13367 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
13368 * config/arm/linux.mh (NATDEPFILES): Likewise.
13369 * config/i386/linux64.mh (NATDEPFILES): Likewise.
13370 * config/i386/linux.mh (NATDEPFILES): Likewise.
13371 * config/ia64/linux.mh (NATDEPFILES): Likewise.
13372 * config/m32r/linux.mh (NATDEPFILES): Likewise.
13373 * config/m68k/linux.mh (NATDEPFILES): Likewise.
13374 * config/mips/linux.mh (NATDEPFILES): Likewise.
13375 * config/pa/linux.mh (NATDEPFILES): Likewise.
13376 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
13377 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
13378 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
13379 * config/s390/linux.mh (NATDEPFILES): Likewise.
13380 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
13381 * config/sparc/linux.mh (NATDEPFILES): Likewise.
13382 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
13383 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
13384 * defs.h: Remove #include <stdint.h> (moved to
13385 common/common-defs.h).
13386 * linux-nat.c: Include nat/linux-personality.h. Remove #include
13387 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
13388 nat/linux-personality.c).
13389 (linux_nat_create_inferior): Remove code to disable address space
13390 randomization (moved to nat/linux-personality.c). Create cleanup
13391 to disable address space randomization.
13392 * nat/linux-personality.c: New file.
13393 * nat/linux-personality.h: Likewise.
13394
13395 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
13396
13397 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
13398 common/posix-strerror.c.
13399 (posix-strerror.o): New rule.
13400 (mingw-strerror.o): Likewise.
13401 * common/common-utils.h (safe_strerror): Move prototype to here,
13402 from utils.h.
13403 * common/common.host: New file.
13404 * common/mingw-strerror.c: Likewise.
13405 * common/posix-strerror.c: Likewise.
13406 * configure: Regenerated.
13407 * configure.ac: Source common/common.host. Add variable
13408 common_host_obs to gdb_host_obs.
13409 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
13410 gdb/common/posix-strerror.c when warning about the use of
13411 strerror.
13412 * mingw-hdep.c (safe_strerror): Remove definition; move it to
13413 common/mingw-strerror.c.
13414 * posix-hdep.c (safe_strerror): Remove definition; move it to
13415 common/posix-hdep.c.
13416 * utils.h (safe_strerror): Remove prototype; move to
13417 common/common-utils.h.
13418
13419 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13420
13421 GDB 7.8.2 released.
13422
13423 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13424
13425 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
13426 ___XA type if the array has already been fixed.
13427
13428 2015-01-14 Yao Qi <yao@codesourcery.com>
13429
13430 * Makefile.in (ppc-linux.o): New rule.
13431 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
13432 * configure.ac: AC_CHECK_FUNCS(getauxval).
13433 * config.in: Re-generated.
13434 * configure: Re-generated.
13435 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
13436 Declare.
13437 * nat/ppc-linux.c: New file.
13438 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
13439 Call ppc64_64bit_inferior_p.
13440
13441 2015-01-14 Yao Qi <yao@codesourcery.com>
13442
13443 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
13444 nat/ppc-linux.h.
13445 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
13446 (PPC_FEATURE_HAS_DFP): Likewise.
13447 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
13448 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
13449 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
13450 Include "nat/ppc-linux.h".
13451 * nat/ppc-linux.h: New file.
13452 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
13453
13454 2015-01-14 Pedro Alves <palves@redhat.com>
13455
13456 PR gdb/17525
13457 * breakpoint.c: Include "interps.h".
13458 (bpstat_do_actions_1): Also check whether the interpreter is
13459 async.
13460
13461 2015-01-14 Pedro Alves <palves@redhat.com>
13462
13463 PR cli/17828
13464 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
13465 reinstall if the interpreter is sync.
13466
13467 2015-01-13 Doug Evans <dje@google.com>
13468
13469 * objfiles.c (objfile_filename): New function.
13470 * objfiles.h (objfile_filename): Declare it.
13471 (objfile_name): Add function comment.
13472 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
13473 bfd file name (which may be realpath'd), and the original name.
13474
13475 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13476
13477 * NEWS: Create a new section for the next release branch.
13478 Rename the section of the current branch, now that it has
13479 been cut.
13480
13481 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13482
13483 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
13484 * version.in: Bump version to 7.9.50.DATE-cvs.
13485
13486 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13487
13488 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
13489 Remove trailing new-line in argument of call to warning.
13490
13491 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13492
13493 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
13494 new-line in argument of call to "warning".
13495
13496 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13497
13498 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
13499 in static block, then try searching for primitive types.
13500
13501 2015-01-12 Patrick Palka <patrick@parcs.ath.cx>
13502
13503 * top.h (gdb_add_history): Declare.
13504 * top.c (command_count): New variable.
13505 (gdb_add_history): New function.
13506 (gdb_safe_append_history): New static function.
13507 (quit_force): Call it.
13508 (command_line_input): Use gdb_add_history instead of
13509 add_history.
13510 * event-top.c (command_line_handler): Likewise.
13511
13512 2015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
13513
13514 PR gdb/17046
13515 * darwin-nat.c: Replace <machine/setjmp.h> #include by
13516 <setjmp.h> #include.
13517
13518 2015-01-11 Doug Evans <xdje42@gmail.com>
13519
13520 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
13521
13522 2015-01-11 Doug Evans <xdje42@gmail.com>
13523
13524 PR gdb/15830
13525 * NEWS: The "maint demangle" command is renamed as "demangle".
13526 * demangle.c: #include cli/cli-utils.h, language.h.
13527 (demangle_command): New function.
13528 (_initialize_demangle): Add new command "demangle".
13529 * maint.c (maintenance_demangle): Stub out.
13530 (_initialize_maint_cmds): Update help text for "maint demangle",
13531 and mark as deprecated.
13532
13533 2015-01-11 Mark Kettenis <kettenis@gnu.org>
13534
13535 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
13536 inferior_thread is a function.
13537
13538 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
13539
13540 * Makefile.in (.y.c): Don't munge yacc's #line
13541 directives.
13542
13543 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
13544
13545 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
13546 to prompt for input.
13547 * tui/tui-hooks.c (tui_query_hook): Remove.
13548 (tui_install_hooks): Don't set deprecated_query_hook.
13549 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
13550 height calculation. Always update the command window's cur_line.
13551
13552 2015-01-09 Pedro Alves <palves@redhat.com>
13553
13554 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
13555 function.
13556 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
13557 declaration.
13558 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
13559 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
13560 stop_reason.
13561 (check_stopped_by_watchpoint): New function.
13562 (save_sigtrap): Reimplement.
13563 (linux_nat_stopped_by_watchpoint): Adjust.
13564 (linux_nat_lp_status_is_event): Delete.
13565 (stop_wait_callback): Only call save_sigtrap after storing the
13566 pending status.
13567 (status_callback): If the thread had been stopped for a breakpoint
13568 that has since been removed, discard the event and resume the LWP.
13569 (count_events_callback, select_event_lwp_callback): Use
13570 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
13571 (cancel_breakpoint): Rename to ...
13572 (check_stopped_by_breakpoint): ... this. Record whether the LWP
13573 stopped for a software breakpoint or hardware breakpoint.
13574 (select_event_lwp): Only give preference to the stepping LWP in
13575 all-stop mode. Adjust comments.
13576 (stop_and_resume_callback): Remove references to new_pending_p.
13577 (linux_nat_filter_event): Likewise. Leave exit events of the
13578 leader thread pending here. Handle signal short circuiting here.
13579 Only call save_sigtrap after storing the pending waitstatus.
13580 (linux_nat_wait_1): Remove 'retry' label. Remove references to
13581 new_pending. Don't handle leaving events the caller is not
13582 interested in pending here, nor handle signal short-circuiting
13583 here. Also give equal priority to all LWPs that have had events
13584 in non-stop mode. If reporting a software breakpoint event,
13585 unadjust the LWP's PC.
13586 * linux-nat.h (enum lwp_stop_reason): New.
13587 (struct lwp_info) <stop_pc>: New field.
13588 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
13589 (struct lwp_info) <stop_reason>: New field.
13590 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
13591
13592 2015-01-09 Pedro Alves <palves@redhat.com>
13593
13594 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
13595 Set the LWP's 'resumed' flag.
13596
13597 2015-01-09 Pedro Alves <palves@redhat.com>
13598
13599 * linux-nat.c (linux_resume_one_lwp): New function.
13600 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
13601 (linux_nat_resume): Use lwp_status_pending_p and
13602 linux_resume_one_lwp.
13603 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
13604 (linux_handle_extended_wait): Use linux_resume_one_lwp.
13605 (status_callback, running_callback): Use lwp_status_pending_p.
13606 (lwp_status_pending_p): New function.
13607 (stop_and_resume_callback): Use lwp_status_pending_p.
13608 (linux_nat_filter_event): Use linux_resume_one_lwp.
13609 (linux_nat_wait_1): Always use status_callback to look for an LWP
13610 with a pending status. Use linux_resume_one_lwp.
13611 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
13612 linux_resume_one_lwp.
13613
13614 2015-01-09 Pedro Alves <palves@redhat.com>
13615
13616 * breakpoint.c (bp_location_inserted_here_p): New function,
13617 factored out from ...
13618 (breakpoint_inserted_here_p): ... here. Use
13619 ALL_BP_LOCATIONS_AT_ADDR.
13620 (software_breakpoint_inserted_here_p): Use
13621 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
13622
13623 2014-01-09 Pedro Alves <palves@redhat.com>
13624
13625 Skip enabling event reporting if the kernel supports
13626 PTRACE_EVENT_CLONE.
13627 * linux-thread-db.c: Include "nat/linux-ptrace.h".
13628 (thread_db_use_events): New function.
13629 (try_thread_db_load_1): Check thread_db_use_events before enabling
13630 event reporting.
13631 (update_thread_state): New function.
13632 (attach_thread): Use it. Check thread_db_use_events before
13633 enabling event reporting.
13634 (thread_db_detach): Check thread_db_use_events before disabling
13635 event reporting.
13636 (find_new_threads_callback): Check thread_db_use_events before
13637 enabling event reporting. Update the thread's state if not using
13638 libthread_db events.
13639
13640 2015-01-09 Pedro Alves <palves@redhat.com>
13641
13642 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
13643 about to wait for is > 0.
13644 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
13645 the kernel thread ID is -1.
13646
13647 2015-01-09 Pedro Alves <palves@redhat.com>
13648
13649 * linux-nat.c (attach_proc_task_lwp_callback): New function.
13650 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
13651 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
13652 ptrace option flags.
13653 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
13654 field.
13655 * nat/linux-procfs.c: Include <dirent.h>.
13656 (linux_proc_get_int): New parameter "warn". Handle it.
13657 (linux_proc_get_tgid): Adjust.
13658 (linux_proc_get_tracerpid): Rename to ...
13659 (linux_proc_get_tracerpid_nowarn): ... this.
13660 (linux_proc_pid_get_state): New function, factored out from
13661 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
13662 and handle it.
13663 (linux_proc_pid_is_gone): New function.
13664 (linux_proc_pid_is_stopped): Adjust.
13665 (linux_proc_pid_is_zombie_maybe_warn)
13666 (linux_proc_pid_is_zombie_nowarn): New functions.
13667 (linux_proc_pid_is_zombie): Use
13668 linux_proc_pid_is_zombie_maybe_warn.
13669 (linux_proc_attach_tgid_threads): New function.
13670 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
13671 (linux_proc_get_tracerpid): Rename to ...
13672 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
13673 (linux_proc_pid_is_gone): New declaration.
13674 (linux_proc_pid_is_zombie): Update comment.
13675 (linux_proc_pid_is_zombie_nowarn): New declaration.
13676 (linux_proc_attach_lwp_func): New typedef.
13677 (linux_proc_attach_tgid_threads): New declaration.
13678 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
13679 use nowarn functions.
13680 (linux_ptrace_attach_fail_reason_string): Move here from
13681 gdbserver/linux-low.c and rename.
13682 (ptrace_supports_feature): If the current ptrace options are not
13683 known yet, check them now, instead of asserting.
13684 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
13685 Declare.
13686
13687 2015-01-09 Pedro Alves <palves@redhat.com>
13688
13689 * linux-thread-db.c (thread_db_find_new_threads_silently)
13690 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
13691 (find_new_threads_once): Print debug output on gdb_stdlog.
13692
13693 2015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
13694 Pedro Alves <palves@redhat.com>
13695
13696 * compile/compile.c: Include "gdb_wait.h".
13697 (do_rmdir): Check return value, and free 'zap'.
13698
13699 2015-01-08 Pedro Alves <palves@redhat.com>
13700 Yao Qi <yao@codesourcery.com>
13701
13702 * dwarf2loc.c (indirect_pieced_value): Don't call
13703 gdb_sign_extend. Call extract_signed_integer instead.
13704 * utils.c (gdb_sign_extend): Remove.
13705 * utils.h (gdb_sign_extend): Remove declaration.
13706
13707 2015-01-07 Pierre Muller <muller@sourceware.org>
13708
13709 PR symtab/17811
13710 * stabsread.c (define_symbol): Set language for C++ special symbols.
13711
13712 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
13713
13714 * inflow.c (initial_gdb_ttystate): Tweak comment.
13715
13716 2015-01-07 Joel Brobecker <brobecker@adacore.com>
13717
13718 * inflow.c (set_initial_gdb_ttystate): Add empty line after
13719 comment documenting function.
13720
13721 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
13722
13723 * terminal.h (set_initial_gdb_ttystate): Declare.
13724 * inflow.c (initial_gdb_ttystate): New static variable.
13725 (set_initial_gdb_ttystate): New setter.
13726 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
13727 instead of our current terminal state.
13728 * top.c (gdb_init): Call set_initial_gdb_ttystate.
13729
13730 2015-01-07 Joel Brobecker <brobecker@adacore.com>
13731
13732 * guile/scm-type.c (tyscm_array_1): Add comment.
13733 * python/py-type.c (typy_array_1): Add comment.
13734
13735 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13736
13737 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
13738 error if N2 is equal to N1 - 1.
13739
13740 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13741
13742 * python/py-type.c (typy_array_1): Do not raise negative-length
13743 exception if N2 is equal to N1 - 1.
13744
13745 2015-01-03 Doug Evans <xdje42@gmail.com>
13746
13747 * c-exp.y: Whitespace cleanup.
13748 (classify_inner_name): Remove extra ;.
13749
13750 2015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
13751
13752 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
13753 offset signed.
13754
13755 2015-01-02 Doug Evans <dje@google.com>
13756
13757 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
13758
13759 2015-01-02 Doug Evans <dje@google.com>
13760
13761 * symtab.h (struct symbol): Fix typo in comment.
13762
13763 2015-01-01 Joel Brobecker <brobecker@adacore.com>
13764
13765 Update year range in copyright notice of all files.
13766
13767 2015-01-01 Joel Brobecker <brobecker@adacore.com>
13768
13769 * top.c (print_gdb_version): Update copyright year to 2015.
13770
13771 2015-01-01 Joel Brobecker <brobecker@adacore.com>
13772
13773 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
13774
13775 For older changes see ChangeLog-2014.
13776 \f
13777 Local Variables:
13778 mode: change-log
13779 left-margin: 8
13780 fill-column: 74
13781 version-control: never
13782 coding: utf-8
13783 End:
This page took 0.390373 seconds and 5 git commands to generate.