Sync readline/ to version 7.0 alpha
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2015-07-25 Patrick Palka <patrick@parcs.ath.cx>
2
3 * completer.c (gdb_printable_part): Sync with readline function
4 it is based off of.
5
6 2015-07-24 Pedro Alves <palves@redhat.com>
7
8 * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
9 (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
10 forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
11
12 2015-07-24 Pedro Alves <palves@redhat.com>
13
14 PR gdb/18717
15 * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
16 is resumed, and extend the debug log.
17
18 2015-07-24 Pedro Alves <palves@redhat.com>
19
20 * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
21
22 2015-07-24 Pedro Alves <palves@redhat.com>
23
24 * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
25 sys/ptrace.h.
26 * alpha-linux-nat.c: Likewise.
27 * amd64-linux-nat.c: Likewise.
28 * arm-linux-nat.c: Likewise.
29 * hppa-linux-nat.c: Likewise.
30 * i386-linux-nat.c: Likewise.
31 * ia64-linux-nat.c: Likewise.
32 * linux-fork.c: Likewise.
33 * linux-nat.c: Likewise.
34 * m32r-linux-nat.c: Likewise.
35 * m68klinux-nat.c: Likewise.
36 * mips-linux-nat.c: Likewise.
37 * nat/linux-btrace.c: Likewise.
38 * nat/linux-ptrace.c: Likewise.
39 * nat/linux-ptrace.h
40 * nat/mips-linux-watch.c: Likewise.
41 * nat/x86-linux-dregs.c: Likewise.
42 * ppc-linux-nat.c: Likewise.
43 * s390-linux-nat.c: Likewise.
44 * spu-linux-nat.c: Likewise.
45 * tilegx-linux-nat.c: Likewise.
46 * x86-linux-nat.c: Likewise.
47 * xtensa-linux-nat.c: Likewise.
48
49 2015-07-24 Pedro Alves <palves@redhat.com>
50
51 * ptrace.m4 (ptrace tests): Test in C++ mode. Try with 'enum
52 __ptrace_request as first parameter type instead of int.
53 (PTRACE_TYPE_ARG1): Define.
54 * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
55 that casts first argument to PTRACE_TYPE_ARG1.
56 * config.in: Regenerate.
57 * configure: Regenerate.
58
59 2015-07-24 Pedro Alves <palves@redhat.com>
60
61 * gdb_ptrace.h: Move ...
62 * nat/gdb_ptrace.h: ... here.
63 * inf-ptrace.c: Adjust.
64
65 2015-07-24 Pedro Alves <palves@redhat.com>
66
67 * acinclude.m4: Include ptrace.m4.
68 * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
69 * ptrace.m4: ... to this new file.
70
71 2015-07-23 Doug Evans <dje@google.com>
72
73 * dwarf2read.c (dwarf2_per_cu_data): Add comment.
74 (load_cu): Handle dummy CUs.
75 (dw2_do_instantiate_symtab, process_queuef): Ditto.
76 (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
77
78 2015-07-23 Ciro Santilli <ciro.santilli@gmail.com> (tiny patch)
79
80 * py-linetable.c (ltpy_get_all_source_lines): Adjust function
81 documentation to say that it returns a list rather than
82 a FrozenSet.
83 (linetable_object_methods): Update the docstring of the
84 "source_line" entry.
85
86 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
87
88 * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
89 type to the recursive call instead of the original (maybe
90 TYPE_CODE_TYPEDEF) type.
91
92 2015-07-23 Yao Qi <yao.qi@linaro.org>
93
94 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
95 TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
96 If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
97
98 2015-07-21 Yao Qi <yao.qi@linaro.org>
99
100 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
101 Move it to nat/aarch64-linux-hw-point.c.
102 (aarch64_linux_child_post_startup_inferior): Update.
103 * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
104 New function.
105 * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
106 Declare it.
107
108 2015-07-21 Markus Metzger <markus.t.metzger@intel.com>
109
110 * common/btrace-common.c (btrace_data_append): Change case label.
111
112 2015-07-20 Yao Qi <yao.qi@linaro.org>
113
114 * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
115 Re-indent the code.
116 * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
117 "unsigned long long".
118
119 2015-07-18 Kevin Buettner <kevinb@redhat.com>
120
121 * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
122 to be set for SEC_ALLOC sections too.
123
124 2015-07-17 Yao Qi <yao.qi@linaro.org>
125
126 * Makefile.in (HFILES_NO_SRCDIR): Add
127 nat/aarch64-linux-hw-point.h.
128 (aarch64-linux-hw-point.o): New rule.
129 * nat/aarch64-linux-hw-point.h: New file.
130 * nat/aarch64-linux-hw-point.c: New file.
131 * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
132 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
133 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
134 (AARCH64_HWP_ALIGNMENT): Likewise.
135 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
136 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
137 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
138 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
139 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
140 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
141 (struct aarch64_debug_reg_state): Likewise.
142 (struct arch_lwp_info): Likewise.
143 (aarch64_linux_set_debug_regs): Likewise.
144 (aarch64_notify_debug_reg_change): Remove static.
145 (aarch64_align_watchpoint): Likewise.
146 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
147 (aarch64_watchpoint_length): Likewise.
148 (aarch64_point_encode_ctrl_reg): Likewise
149 (aarch64_point_is_aligned): Likewise.
150 (aarch64_dr_state_insert_one_point): Likewise.
151 (aarch64_dr_state_remove_one_point): Likewise.
152 (aarch64_handle_breakpoint): Likewise.
153 (aarch64_handle_aligned_watchpoint): Likewise.
154 (aarch64_handle_unaligned_watchpoint): Likewise.
155 (aarch64_handle_watchpoint): Likewise.
156 * config/aarch64/linux.mh (NAT_FILE): Add
157 aarch64-linux-hw-point.o.
158
159 2015-07-17 Yao Qi <yao.qi@linaro.org>
160
161 * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
162 state and don't call aarch64_get_debug_reg_state. All callers
163 update.
164 (aarch64_linux_insert_hw_breakpoint): Call
165 aarch64_get_debug_reg_state earlier.
166 (aarch64_linux_remove_hw_breakpoint): Likewise.
167 (aarch64_handle_aligned_watchpoint): Add argument state and
168 don't call aarch64_get_debug_reg_state. All callers update.
169 (aarch64_handle_unaligned_watchpoint): Likewise.
170 (aarch64_handle_watchpoint): Add argument state.
171 (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
172 earlier.
173 (aarch64_linux_remove_watchpoint): Likewise.
174
175 2015-07-17 Yao Qi <yao.qi@linaro.org>
176
177 * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
178 debug_printf.
179 (aarch64_handle_unaligned_watchpoint): Likewise.
180
181 2015-07-17 Yao Qi <yao.qi@linaro.org>
182
183 * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
184 argument type's type to 'enum target_hw_bp_type'.
185 (aarch64_dr_state_remove_one_point): Likewise.
186 (aarch64_handle_breakpoint): Likewise.
187 (aarch64_linux_insert_hw_breakpoint): Likewise.
188 (aarch64_linux_remove_hw_breakpoint): Likewise.
189 (aarch64_handle_aligned_watchpoint): Likewise.
190
191 2015-07-17 Yao Qi <yao.qi@linaro.org>
192
193 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
194 ptid_get_pid instead of get_thread_id.
195
196 2015-07-17 Yao Qi <yao.qi@linaro.org>
197
198 * remote.c (get_current_thread): Initialise ptid to null_ptid.
199 (add_current_inferior_and_thread): Don't initialise ptid.
200
201 2015-07-16 Pierre Langlois <pierre.langlois@arm.com>
202
203 * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
204 unavailable if invalid.
205
206 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
207
208 Revert the previous 6 commits:
209 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
210 Move gdb_regex* to common/
211 Prepare linux_find_memory_regions_full & co. for move
212 Move linux_find_memory_regions_full & co.
213 gdbserver build-id attribute generator
214 Validate symbol file using build-id
215
216 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
217 Jan Kratochvil <jan.kratochvil@redhat.com>
218
219 Validate symbol file using build-id.
220 * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
221 and 'show validate-build-id'. Add build-id attribute.
222 * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
223 * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
224 * solib-frv.c (_initialize_frv_solib): Ditto.
225 * solib-spu.c (set_spu_solib_ops): Ditto.
226 * solib-svr4.c: Include rsp-low.h.
227 (NOTE_GNU_BUILD_ID_NAME): New define.
228 (svr4_validate): New function.
229 (svr4_copy_library_list): Duplicate field build_id.
230 (library_list_start_library): Parse 'build-id' attribute.
231 (svr4_library_attributes): Add 'build-id' attribute.
232 (_initialize_svr4_solib): Assign validate value.
233 * solib-target.c (solib.h): Include.
234 (_initialize_solib_target): Assign validate value.
235 * solib.c (validate_build_id, show_validate_build_id): New.
236 (solib_map_sections): Use ops->validate.
237 (clear_so): Free build_id.
238 (default_solib_validate): New function.
239 (_initialize_solib): Add "validate-build-id".
240 * solib.h (default_solib_validate): New declaration.
241 * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
242 (target_so_ops): New field 'validate'.
243
244 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
245 Jan Kratochvil <jan.kratochvil@redhat.com>
246
247 gdbserver build-id attribute generator.
248 * features/library-list-svr4.dtd (library-list-svr4): New
249 'build-id' attribute.
250
251 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
252 Jan Kratochvil <jan.kratochvil@redhat.com>
253
254 Move linux_find_memory_regions_full & co.
255 * linux-tdep.c (nat/linux-maps.h): Include.
256 (gdb_regex.h): Remove the include.
257 (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
258 (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
259 (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
260 (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
261 * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
262 and target/target.h.
263 (struct smaps_vmflags, read_mapping, decode_vmflags)
264 (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
265 (linux_find_memory_regions_full): Move from linux-tdep.c.
266 * nat/linux-maps.h (read_mapping): New declaration.
267 (linux_find_memory_region_ftype, enum filterflags): Moved from
268 linux-tdep.c.
269 (linux_find_memory_regions_full): New declaration.
270 * target.c (target/target-utils.h): Include.
271 (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
272 (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
273 definitions to target/target-utils.c.
274 * target.h (target_fileio_read_stralloc): Move it to target/target.h.
275 * target/target-utils.c (read_alloc, read_stralloc): Move definitions
276 from target.c.
277 * target/target-utils.h (read_alloc_pread_ftype): New typedef.
278 (read_alloc): New declaration.
279 (read_stralloc_func_ftype): New typedef.
280 (read_stralloc): New declaration.
281 * target/target.h (target_fileio_read_stralloc): Move it from target.h.
282
283 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
284 Jan Kratochvil <jan.kratochvil@redhat.com>
285
286 Prepare linux_find_memory_regions_full & co. for move.
287 * linux-tdep.c (linux_find_memory_region_ftype): Comment.
288 (linux_find_memory_regions_full): Change signature and prepare
289 for moving to linux-maps.
290 (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
291 (linux_find_memory_regions_thunk): New.
292 (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
293 (linux_find_memory_regions_gdb): New.
294 (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
295 (linux_make_mappings_corefile_notes): Use
296 linux_find_memory_regions_gdb.
297 * target.c (read_alloc_pread_ftype): New typedef.
298 (target_fileio_read_alloc_1_pread): New function.
299 (read_alloc): Refactor from target_fileio_read_alloc_1.
300 (read_stralloc_func_ftype): New typedef.
301 (target_fileio_read_alloc_1): New implementation. Use read_alloc.
302 (read_stralloc): Refactored from target_fileio_read_stralloc.
303 (target_fileio_read_stralloc): New implementation, use read_stralloc.
304
305 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
306
307 * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
308 common/gdb_regex.h.
309 (COMMON_OBS): Add gdb_regex.o.
310 (gdb_regex.o): New.
311 * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
312 --without-included-regex and USE_INCLUDED_REGEX.
313 * common/gdb_regex.c: New file from utils.c functions.
314 * common/gdb_regex.h: Move it here from gdb_regex.h, update include
315 file wrapping define name.
316 * configure: Rebuilt.
317 * configure.ac (gdb_use_included_regex, --without-included-regex)
318 (USE_INCLUDED_REGEX): Move them to common/common.m4.
319 * gdb_regex.h: Move it to common/gdb_regex.h.
320 * utils.c: Remove include gdb_regex.h.
321 (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
322 (compile_rx_or_error): Move them to common/gdb_regex.c.
323
324 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
325 Jan Kratochvil <jan.kratochvil@redhat.com>
326
327 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
328 * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
329 common/target-utils.h.
330 (COMMON_OBS): Add target-utils.o.
331 (linux-maps.o, target-utils.o): New.
332 * target/target-utils.c: New file.
333 * target/target-utils.h: New file.
334 * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
335 * config/i386/linux64.mh (NATDEPFILES): Ditto.
336 * nat/linux-maps.c: New file.
337 * nat/linux-maps.h: New file.
338
339 2015-07-15 Markus Metzger <markus.t.metzger@intel.com>
340 Pedro Alves <palves@redhat.com>
341
342 * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
343 (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
344 (perf_event_read_bts): Change the type of SIZE and READ.
345 (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
346 and DATA_OFFSET. Move DATA_SIZE declaration. Restrict the buffer size
347 to UINT_MAX. Check for overflows when using DATA_HEAD from the perf
348 mmap page.
349 (linux_enable_pt): Change the type of PAGES and SIZE. Restrict the
350 buffer size to UINT_MAX.
351 (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
352 DATA_TAIL.
353 * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
354 <last_head>: Change type.
355 * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
356 * common/btrace-common.c (btrace_data_append): Change the type of
357 SIZE.
358 * btrace.c (parse_xml_raw): Change the type of SIZE. Change oddness
359 check.
360
361 2015-07-14 Simon Marchi <simon.marchi@ericsson.com>
362
363 * gdbtypes.h (CHECK_TYPEDEF): Remove.
364 * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
365 with check_typedef.
366 * ada-lang.c (decode_constrained_packed_array_type): Likewise.
367 (ada_array_length): Likewise.
368 (find_parallel_type_by_descriptive_type): Likewise.
369 (ada_check_typedef): Likewise.
370 * arm-tdep.c (arm_return_in_memory): Likewise.
371 * ax-gdb.c (gen_trace_static_fields): Likewise.
372 (gen_struct_ref_recursive): Likewise.
373 * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
374 (variable: block COLONCOLON name): Likewise.
375 (qualified_name: TYPENAME COLONCOLON name): Likewise.
376 * c-lang.c (classify_type): Likewise.
377 * c-typeprint.c (c_print_type): Likewise.
378 (c_print_typedef): Likewise.
379 (c_type_print_base): Likewise.
380 * c-valprint.c (c_val_print): Likewise.
381 * compile/compile-c-types.c (convert_type): Likewise.
382 * compile/compile-object-load.c (get_out_value_type): Likewise.
383 * completer.c (add_struct_fields): Likewise.
384 (expression_completer): Likewise.
385 * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
386 (cp_lookup_nested_symbol_1): Likewise.
387 (cp_lookup_nested_symbol): Likewise.
388 * cp-valprint.c (cp_print_value_fields): Likewise.
389 (cp_print_static_field): Likewise.
390 * d-valprint.c (d_val_print): Likewise.
391 * eval.c (evaluate_subexp_standard): Likewise.
392 (evaluate_subexp_for_sizeof): Likewise.
393 * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
394 * f-typeprint.c (f_type_print_base): Likewise.
395 * f-valprint.c (f_val_print): Likewise.
396 * gdbtypes.c (get_discrete_bounds): Likewise.
397 (create_array_type_with_stride): Likewise.
398 (type_name_no_tag_or_error): Likewise.
399 (lookup_struct_elt_type): Likewise.
400 (get_unsigned_type_max): Likewise.
401 (internal_type_vptr_fieldno): Likewise.
402 (set_type_vptr_fieldno): Likewise.
403 (internal_type_vptr_basetype): Likewise.
404 (set_type_vptr_basetype): Likewise.
405 (get_vptr_fieldno): Likewise.
406 (is_integral_type): Likewise.
407 (is_scalar_type): Likewise.
408 (is_scalar_type_recursive): Likewise.
409 (distance_to_ancestor): Likewise.
410 (is_unique_ancestor_worker): Likewise.
411 (check_types_equal): Likewise.
412 * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
413
414 2015-07-14 Iain Buclaw <ibuclaw@gdcproject.org>
415
416 * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
417 also test for language_d.
418 (dwarf2_compute_name): Likewise.
419 (read_func_scope): Likewise.
420 (read_structure_type): Likewise.
421 (new_symbol_full): Likewise.
422 (determine_prefix): Likewise.
423 (read_import_statement): Use dot as the separator for language_d.
424 (typename_concat): Likewise, but don't prefix the D main function.
425
426 2015-07-14 Peter Bergner <bergner@vnet.ibm.com>
427
428 * nat/linux-namespaces.c (setns): Rename from this ...
429 (do_setns): ... to this. Support calling setns if it exists.
430 (mnsh_handle_setns): Call do_setns.
431
432 2015-07-13 Yao Qi <yao.qi@linaro.org>
433
434 * exec.c (exec_file_attach): Add period at the end of error
435 message.
436
437 2015-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
438
439 * tui/tui-win.c (window_name_completer): New function.
440 (focus_completer): Call window_name_completer. All old content
441 moved into window_name_completer.
442 (winheight_completer): New function.
443 (_initialize_tui_win): Rename variable. Add completer to
444 winheight command. Update doc string on winheight.
445
446 2015-07-12 Sandra Loosemore <sandra@codesourcery.com>
447
448 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
449 all nios2 mach variants.
450
451 2015-07-10 Kevin Buettner <kevinb@redhat.com>
452
453 * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
454 of target_read_memory.
455
456 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
457
458 * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
459 string copy.
460 (parse_scrolling_args): Likewise.
461
462 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
463
464 * tui/tui-win.c (focus_completer): Don't duplicate the tui window
465 names in this function.
466
467 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
468
469 * tui/tui-data.h (SRC_NAME): Convert to lower case.
470 (CMD_NAME): Likewise.
471 (DATA_NAME): Likewise.
472 (DISASSEM_NAME): Likewise.
473 * tui/tui-win.c (tui_set_focus): Window names are now lower case.
474 (tui_set_win_height): Likewise.
475 (parse_scrolling_args): Likewise.
476
477 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
478
479 * record-btrace.c (record_btrace_goto_begin)
480 (record_btrace_goto_end, record_btrace_goto): Move call to
481 print_stack_frame ...
482 (record_btrace_set_replay): ... here. Set stop_pc.
483 * record-full.c (record_full_goto_entry): Set stop_pc.
484
485 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
486
487 * NEWS: Mention support for tracepoints on aarch64-linux.
488
489 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
490
491 * linux-aarch64-low.c (aarch64_supports_tracepoints): New
492 function. Return 1.
493 (the_low_target): Install it.
494
495 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
496
497 * gdb.trace/backtrace.exp: Set registers for aarch64 target.
498 * gdb.trace/collection.exp: Likewise.
499 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
500 * gdb.trace/mi-trace-unavailable.exp: Likewise.
501 * gdb.trace/report.exp: Likewise.
502 * gdb.trace/trace-break.exp: Likewise.
503 * gdb.trace/unavailable.exp: Likewise.
504 * gdb.trace/while-dyn.exp: Likewise.
505
506 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
507
508 * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
509 (aarch64_gen_return_address): New function.
510 (aarch64_gdbarch_init): Hook it.
511
512 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
513
514 * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
515 swallow NOT_AVAILABLE_ERROR.
516 (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
517 available_p is not set.
518 (aarch64_stub_frame_unwind_stop_reason): New function.
519 (aarch64_stub_unwind): Install it.
520
521 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
522
523 * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
524 field.
525 (aarch64_make_prologue_cache_1): New function, factored out from
526 aarch64_make_prologue_cache. Do not allocate cache. Set
527 available_p.
528 (aarch64_make_prologue_cache): Reimplement wrapping
529 aarch64_make_prologue_cache_1, and swallowing
530 NOT_AVAILABLE_ERROR.
531 (aarch64_prologue_frame_unwind_stop_reason): New function.
532 Return UNWIND_UNAVAILABLE if available_p is not set.
533 (aarch64_prologue_unwind): Install it.
534 (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
535 checks into aarch64_prologue_frame_unwind_stop_reason. Call
536 frame_id_build_unavailable_stack if available_p is not set.
537
538 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
539
540 * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
541 fields.
542 (aarch64_scan_prologue): Set prev_pc.
543 (aarch64_make_prologue_cache): Set func.
544 (aarch64_make_stub_cache): Set prev_pc.
545 (aarch64_prologue_this_id): Remove local variables id, pc and
546 func. Read prev_pc and func from cache.
547 (aarch64_stub_this_id): Read prev_pc from cache.
548
549 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
550
551 * aarch64-tdep.c (aarch64_make_stub_cache): Update comment. New
552 argument this_cache. Remove unused local variables reg and
553 unwound_fp. Return early if this_cache is already set. Set
554 this_cache.
555 (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
556
557 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
558
559 * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
560 New argument this_cache. Return early if this_cache is already
561 set. Set this_cache.
562 (aarch64_prologue_this_id): Update call to
563 aarch64_make_prologue_cache.
564 (aarch64_prologue_prev_register): Likewise.
565 (aarch64_normal_frame_base): Likewise.
566
567 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
568
569 * c-valprint.c (c_val_print): Factor out memberptr printing code
570 from c_val_print to ...
571 (c_val_print_memberptr): ... this new function.
572
573 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
574
575 * c-valprint.c (c_val_print): Factor out int printing code to ...
576 (c_val_print_int): ... this new function.
577
578 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
579
580 * c-valprint.c (c_val_print): Factor out struct and union
581 printing code to ...
582 (c_val_print_struct): ... this new function ...
583 (c_val_print_union): ... and this new function.
584
585 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
586
587 * c-valprint.c (c_val_print): Factor out pointer printing code
588 to ...
589 (c_val_print_ptr): ... this new function.
590
591 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
592
593 * c-valprint.c (c_valprint): Factor our array printing code from
594 c_val_print to ...
595 (c_val_print_array): ... this new function.
596
597 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
598
599 * c-valprint.c (c_val_print): Factor out pointer printing code
600 to ...
601 (print_unpacked_pointer): ... this new function.
602
603 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
604
605 * c-valprint.c (c_val_print): Remove an assignment to i and move
606 its declaration.
607
608 2015-07-09 Yao Qi <yao.qi@linaro.org>
609
610 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
611 argument ptid. Update comments. Caller update.
612
613 2015-07-09 Markus Metzger <markus.t.metzger@intel.com>
614
615 * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
616 mnt packets.
617
618 2015-07-09 Markus Metzger <markus.t.metzger@intel.com>
619
620 * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
621
622 2015-07-08 Simon Marchi <simon.marchi@ericsson.com>
623
624 * progspace.c (delete_program_space): Add missing spaces.
625
626 2015-07-08 Simon Marchi <simon.marchi@ericsson.com>
627
628 * inferior.c (delete_inferior_1): Rename to ...
629 (delete_inferior): ..., remove 'silent' parameter, delete
630 program space when unused and remove call to prune_program_spaces.
631 Remove the old, unused, delete_inferior.
632 (delete_inferior_silent): Remove.
633 (prune_inferiors): Change call from delete_inferior_1 to
634 delete_inferior and remove 'silent' parameter. Remove call to
635 prune_program_spaces.
636 (remove_inferior_command): Idem.
637 * inferior.h (delete_inferior_1): Rename to...
638 (delete_inferior): ..., remove 'silent' parameter and remove the
639 original delete_inferior.
640 (delete_inferior_silent): Remove.
641 * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
642 delete_inferior_1 to delete_inferior and remove 'silent'
643 parameter.
644 * progspace.c (prune_program_spaces): Remove.
645 (pspace_empty_p): Rename to...
646 (program_space_empty_p): ... and make non-static.
647 (delete_program_space): New.
648 * progspace.h (prune_program_spaces): Remove declaration.
649 (program_space_empty_p): New declaration.
650 (delete_program_space): New declaration.
651 * monitor.c (monitor_close): Replace call to
652 delete_thread_silent and delete_inferior_silent with
653 discard_all_inferiors.
654
655 2015-07-08 Patrick Palka <patrick@parcs.ath.cx>
656
657 * defs.h (deprecated_register_changed_hook): Remove prototype.
658 * interps.c (clear_iterpreter_hooks): Remove reference to
659 deprecated_register_changed_hook.
660 * top.c (deprecated_register_changed_hook): Remove prototype.
661 * valops.c (value_assign): Remove reference to
662 deprecated_register_changed_hook.
663 * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
664 Add comment documenting the function.
665 (tui_register_changed_observer): Define.
666 (tui_install_hooks): Remove reference to
667 deprecated_register_changed_hook. Set
668 tui_register_changed_observer.
669 (tui_remove_hooks): Remove reference to
670 deprecated_register_changed_hook. Unset
671 tui_register_changed_observer.
672
673 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
674
675 PR compile/18484
676 * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
677
678 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
679
680 PR exp/18617
681 * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
682
683 2015-07-08 Markus Metzger <markus.t.metzger@intel.com>
684
685 * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
686
687 2015-07-08 Markus Metzger <markus.t.metzger@intel.com>
688
689 * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
690 Use safe_strerror() instead of strerror().
691
692 2015-07-07 Yao Qi <yao.qi@linaro.org>
693
694 * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
695 * features/arm-with-m-fpa-layout.c: Regenerated.
696 * features/arm-with-m-vfp-d16.xml: Likewise.
697 * features/arm-with-m-vfp-d16.c: Regenerated.
698 * features/arm-with-m.xml: Likewise.
699 * features/arm-with-m.c: Regenerated.
700 * features/arm-with-neon.xml: Likewise.
701 * features/arm-with-neon.c: Regenerated.
702 * features/arm-with-vfpv2.xml: Likewise.
703 * features/arm-with-vfpv2.c: Regenerated.
704 * features/arm-with-vfpv3.xml: Likewise.
705 * features/arm-with-vfpv3.c: Regenerated.
706
707 2015-07-07 Yao Qi <yao.qi@linaro.org>
708
709 * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
710 arm-linux-nat.c.
711 * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
712 elf/external.h.
713 (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
714 if target is 32-bit.
715 (store_gregs_to_thread): Call aarch32_gp_regcache_collect
716 if target is 32-bit.
717 (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
718 if target is 32-bit.
719 (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
720 if target is 32-bit.
721 (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
722 (aarch64_linux_read_description): Return the right target
723 description.
724 * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
725 * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
726 * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
727 arm-linux-tdep.o.
728
729 2015-07-07 Yao Qi <yao.qi@linaro.org>
730
731 * aarch32-linux-nat.c: New file.
732 * aarch32-linux-nat.h: New file.
733 * arm-linux-nat.c: Include aarch32-linux-nat.h.
734 (fetch_regs): Move code to aarch32-linux-nat.c. Call
735 aarch32_gp_regcache_supply.
736 (store_regs): Move code to aarch32-linux-nat.c. Call
737 aarch32_gp_regcache_collect.
738 (fetch_vfp_regs): Move code to aarch32-linux-nat.c. Call
739 aarch32_vfp_regcache_supply.
740 (store_vfp_regs): Move code to aarch32-linux-nat.c. Call
741 aarch32_vfp_regcache_collect.
742 * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
743
744 2015-07-07 Yao Qi <yao.qi@linaro.org>
745
746 * arm-linux-nat.c (store_fpregister): Remove.
747 (store_register): Likewise.
748 (fetch_fpregister): Likewise.
749 (fetch_register): Likewise.
750 (arm_linux_store_inferior_registers): Call store_regs and
751 store_fpregs instead.
752 (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
753 fetch_regs instead.
754
755 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
756
757 * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
758 and focus commands.
759
760 2015-07-06 Joel Brobecker <brobecker@adacore.com>
761
762 * NEWS: Create a new section for the next release branch.
763 Rename the section of the current branch, now that it has
764 been cut.
765
766 2015-07-06 Joel Brobecker <brobecker@adacore.com>
767
768 GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
769 * version.in: Bump version to 7.10.50.DATE-cvs.
770
771 2015-07-06 Luis Machado <lgustavo@codesourcery.com>
772
773 * breakpoint.c (remove_breakpoint_1): Don't handle permanent
774 breakpoints in a special way.
775 (remove_breakpoint): Likewise.
776 (mark_breakpoints_out): Likewise.
777
778 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
779
780 * doc/gdb.texinfo (TUI): Add comma after @xref.
781
782 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
783
784 * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
785 instead of casting the structure type.
786
787 2015-07-06 Simon Marchi <simon.marchi@ericsson.com>
788
789 * valops.c (search_struct_field): Remove OFFSET parameter.
790 (value_cast_structs): Adjust calls to search_struct_field.
791 (value_struct_elt): Same.
792 (find_overload_match): Same.
793
794 2015-07-06 Simon Marchi <simon.marchi@ericsson.com>
795
796 * value.c (value_fetch_lazy): Update comment, change return
797 value to void.
798 * value.h (value_fetch_lazy): Change return value to void.
799
800 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
801
802 * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
803 (tui_win_name): Make parameter and result const.
804 * tui/tui-data.h (tui_win_name): Make parameter and result const.
805
806 2015-07-06 Patrick Palka <patrick@parcs.ath.cx>
807
808 * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
809 use printf_unfiltered.
810 (set_mpx_cmd): Add missing trailing space to command string
811 literal.
812 (_initialize_i386_tdep): Give the "mpx" prefix command its
813 correct name.
814
815 2015-07-02 Kevin Buettner <kevinb@redhat.com>
816
817 * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
818 (enum rx_frame_type): New.
819 (struct rx_prologue): Add new field `frame_type'.
820 (rx_analyze_prologue): Add `frame_type' parameter. Cache this
821 parameter in the prologue struct. Add code for recording
822 locations of PC and PSW for fast interrupt and exception frames.
823 (rx_skip_prologue): Adjust call to rx_analyze_prologue.
824 (rx_analyze_frame_prologue): Add `frame_type' parameter.
825 (rx_frame_type): New function.
826 (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
827 (rx_frame_this_id): Rename parameter `this_prologue_cache' to
828 `this_cache'.
829 (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
830 `this_cache'. Add cases for RX_FRAME_TYPE_EXCEPTION and
831 RX_FRAME_TYPE_FAST_INTERRUPT.
832 (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
833 (rx_frame_sniffer, rx_exception_sniffer): New functions.
834 (rx_frame_unwind): Use rx_frame_sniffer instead of
835 default_frame_sniffer.
836 (rx_frame_unwind): New unwinder.
837 (rx_gdbarch_init): Register new unwinder.
838
839 2015-07-02 Kevin Buettner <kevinb@redhat.com>
840
841 * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
842 (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
843 (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
844 and RX_FPSW_REGNUM.
845 (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
846
847 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
848
849 Fix GCC false warning.
850 * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
851
852 2015-07-02 Yao Qi <yao.qi@linaro.org>
853
854 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
855 typo in the debugging message.
856
857 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
858
859 * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
860 (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
861 (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
862 (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
863 (btrace_maint_clear): New.
864 (btrace_fetch, btrace_clear): Call btrace_maint_clear.
865 (pt_print_packet, btrace_maint_decode_pt)
866 (btrace_maint_update_pt_packets, btrace_maint_update_packets)
867 (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
868 (maint_btrace_packet_history_cmd)
869 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
870 (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
871 (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
872 (maint_info_btrace_cmd, _initialize_btrace): New.
873 * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
874 (btrace_maint_packet_history, btrace_maint_info): New.
875 (btrace_thread_info) <maint>: New.
876 * NEWS: Announce it.
877
878 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
879
880 * btrace.c (btrace_fetch): Append the new trace data.
881 (btrace_clear): Clear the stored trace data.
882 * btrace.h (btrace_thread_info) <data>: New.
883 * common/btrace-common.h (btrace_data_clear)
884 (btrace_data_append): New.
885 * common/btrace-common.c (btrace_data_clear)
886 (btrace_data_append): New.
887
888 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
889
890 * nat/linux-btrace.c (linux_enable_bts): Check for
891 PERF_ATTR_SIZE_VER5.
892 Check for data_offset and data_size fields. Use them.
893
894 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
895
896 * NEWS: Announce new commands "record btrace pt" and "record pt".
897 Announce new options "set|show record btrace pt buffer-size".
898 * btrace.c: Include "rsp-low.h".
899 Include "inttypes.h".
900 (btrace_add_pc): Add forward declaration.
901 (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
902 (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
903 (btrace_compute_ftrace_pt): New.
904 (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
905 (check_xml_btrace_version): Update version check.
906 (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
907 (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
908 (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
909 (btrace_pt_children): New.
910 (btrace_children): Add support for "pt".
911 (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
912 (btrace_conf_children): Add support for "pt".
913 * btrace.h: Include "intel-pt.h".
914 (btrace_pt_error): New.
915 * common/btrace-common.c (btrace_format_string, btrace_data_fini)
916 (btrace_data_empty): Support BTRACE_FORMAT_PT.
917 * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
918 (struct btrace_config_pt): New.
919 (struct btrace_config)<pt>: New.
920 (struct btrace_data_pt_config, struct btrace_data_pt): New.
921 (struct btrace_data)<pt>: New.
922 * features/btrace-conf.dtd (btrace-conf)<pt>: New.
923 (pt): New.
924 * features/btrace.dtd (btrace)<pt>: New.
925 (pt, pt-config, cpu): New.
926 * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
927 (perf_event_pt_event_type, kernel_supports_pt)
928 (linux_supports_pt): New.
929 (linux_supports_btrace): Support BTRACE_FORMAT_PT.
930 (linux_enable_bts): Free tinfo on error.
931 (linux_enable_pt): New.
932 (linux_enable_btrace): Support BTRACE_FORMAT_PT.
933 (linux_disable_pt): New.
934 (linux_disable_btrace): Support BTRACE_FORMAT_PT.
935 (linux_fill_btrace_pt_config, linux_read_pt): New.
936 (linux_read_btrace): Support BTRACE_FORMAT_PT.
937 * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
938 (struct btrace_target_info)<pt>: New.
939 * record-btrace.c (set_record_btrace_pt_cmdlist)
940 (show_record_btrace_pt_cmdlist): New.
941 (record_btrace_print_pt_conf): New.
942 (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
943 (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
944 (cmd_record_btrace_pt_start): New.
945 (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
946 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
947 (_initialize_record_btrace): Add new commands.
948 * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
949 (remote_protocol_features): Add "Qbtrace:pt".
950 Add "Qbtrace-conf:pt:size".
951 (remote_supports_btrace): Support BTRACE_FORMAT_PT.
952 (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
953 (remote_enable_btrace): Support BTRACE_FORMAT_PT.
954 (_initialize_remote): Add new commands.
955
956 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
957
958 * configure.ac: check for libipt
959 * configure: Regenerate.
960 * config.in: Regenerate.
961 * Makefile.in (LIBIPT): New.
962 (CLIBS): Add $LIBIPT.
963 * NEWS: document new configure options
964
965 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
966
967 * compile/compile-object-load.c (compile_object_load): Replace debug
968 message "lookup undefined ELF symbol" by 3 more specific messages.
969
970 2015-07-01 Kevin Buettner <kevinb@redhat.com>
971
972 * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
973 (rl78_register_type): Add case for RL78_PSW_REGNUM.
974 (rl78_gdbarch_init): Initialize rl78_psw_type.
975
976 2015-07-01 Patrick Palka <patrick@parcs.ath.cx>
977
978 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
979 Update commentary. Always refresh the registers when frame
980 information has changed.
981 * tui/tui-stack.c (tui_show_frame_info): Update commentary.
982 Change return type to int. Return 1 if frame information has
983 changed, 0 otherwise.
984 (tui_before_prompt): Update commentary.
985 * tui/tui-stack.h (tui_show_frame_info): Change return type to
986 int.
987
988 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
989
990 PR tui/13378
991 * frame.c (select_frame): Remove reference to
992 deprecated_selected_frame_level_changed_hook.
993 * frame.h (deprecated_selected_frame_level_changed_hook): Remove
994 declaration.
995 * stack.c (deprecated_selected_frame_level_changed_hook):
996 Likewise.
997 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
998 Rename to ...
999 (tui_refresh_frame_and_register_information): ... this. Bail
1000 out if there is no stack. Don't update register information
1001 unless registers_too_p is true.
1002 (tui_print_frame_info_listing_hook): Rename to ...
1003 (tui_dummy_print_frame_info_listing_hook): ... this.
1004 (tui_before_prompt): New function.
1005 (tui_normal_stop): New function.
1006 (tui_before_prompt_observer): New observer.
1007 (tui_normal_stop_observer): New observer.
1008 (tui_install_hooks): Set
1009 deprecated_print_frame_info_listing_hook to
1010 tui_dummy_print_frame_info_listing_hook. Register
1011 tui_before_prompt_observer to call tui_before_prompt and
1012 tui_normal_stop_observer to call tui_normal_stop. Remove
1013 reference to deprecated_selected_frame_level_changed_hook.
1014 (tui_remove_hooks): Detach and unset tui_before_prompt_observer
1015 and tui_normal_stop_observer. Remove reference to
1016 deprecated_selected_frame_level_changed_hook.
1017
1018 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
1019
1020 PR tui/13378
1021 * tui/tui-stack.c (tui_set_locator_info): Change prototype to
1022 return an int instead of void. Return whether the locator
1023 window has changed.
1024 (tui_show_frame_info): If the locator info has not changed, then
1025 bail out early to avoid refreshing the windows.
1026
1027 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
1028
1029 * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
1030 LOCATOR_WIN to tui_alloc_content.
1031
1032 2015-06-30 Yao Qi <yao.qi@linaro.org>
1033
1034 PR tdep/18605
1035 * arm-tdep.c (arm_get_next_pc_raw): Break for media
1036 instructions.
1037
1038 2015-06-29 Kevin Buettner <kevinb@redhat.com>
1039
1040 * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
1041 (rx_dwarf_reg_to_regnum): New function.
1042 (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum. Use dwarf2
1043 unwinding.
1044
1045 2015-06-29 Pedro Alves <palves@redhat.com>
1046
1047 PR threads/18127
1048 * infcall.c (run_inferior_call): On infcall success, if the thread
1049 was marked stopped before, reset it back to stopped.
1050 * infrun.c (resume): Don't suppress the set_running calls when
1051 doing an infcall.
1052 (normal_stop): Only discard the finish_thread_state cleanup if the
1053 infcall succeeded.
1054
1055 2015-06-29 Pierre Langlois <pierre.langlois@arm.com>
1056
1057 * MAINTAINERS (Write After Approval): Update my email address.
1058
1059 2015-06-26 Keith Seitz <keiths@redhat.com>
1060 Doug Evans <dje@google.com>
1061
1062 PR 16253
1063 * block.c (block_lookup_symbol): For non-function blocks,
1064 continue to search for a symbol with an exact domain match
1065 Otherwise, return any previously found "best domain" symbol.
1066 (block_lookup_symbol_primary): Likewise.
1067
1068 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1069
1070 * NEWS: Mention the new option "history remove-duplicates".
1071 * top.c (history_remove_duplicates): New static variable.
1072 (show_history_remove_duplicates): New static function.
1073 (gdb_add_history): Conditionally remove duplicate history
1074 entries.
1075 (init_main): Add "history remove-duplicates" option.
1076
1077 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1078
1079 * tui/tui-win.c (focus_completer): New static function.
1080 (_initialize_tui_win): Set the completion function of the
1081 "focus" command to focus_completer.
1082
1083 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1084
1085 * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
1086 and language_asm..
1087 * symtab.c (find_function_start_sal): Likewise.
1088
1089 2015-06-25 Gary Benson <gbenson@redhat.com>
1090
1091 * solib.c (solib_find_1): Set local variable sysroot to NULL if
1092 it is the empty string after trailing slashes have been stripped.
1093
1094 2015-06-25 Gary Benson <gbenson@redhat.com>
1095
1096 * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
1097 * infrun.c (follow_exec): Likewise.
1098 * remote.c (remote_filesystem_is_local): Likewise.
1099 * solib.c (solib_find_1): Likewise.
1100
1101 2015-06-24 Keith Seitz <keiths@redhat.com>
1102
1103 * build-id.c (build_id_to_debug_bfd): Add cleanup to free
1104 return value from lrealpath.
1105
1106 2015-06-24 Mike Frysinger <vapier@gentoo.org>
1107
1108 * remote-sim.c (gdbsim_open): Move sysroot update to the top.
1109
1110 2015-06-24 Mike Frysinger <vapier@gentoo.org>
1111
1112 * remote-sim.c: Include gdb_bfd.h.
1113 (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
1114 Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
1115
1116 2015-06-24 Yao Qi <yao.qi@linaro.org>
1117
1118 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
1119 set_gdbarch_get_siginfo_type.
1120 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
1121 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
1122 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
1123 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
1124 * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
1125 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
1126 * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
1127 * linux-tdep.c (linux_get_siginfo_type): Change it to static.
1128 (linux_init_abi): Call set_gdbarch_get_siginfo_type.
1129 * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
1130
1131 2015-06-24 Gary Benson <gbenson@redhat.com>
1132
1133 * common/buffer.c (stdint.h): Do not include.
1134 * common/print-utils.c (stdint.h): Likewise.
1135 * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
1136 * compile/compile-c-types.c (gdb_assert.h): Likewise.
1137 * ft32-tdep.c (gdb_assert.h): Likewise.
1138 * guile/scm-utils.c (stdint.h): Likewise.
1139 * i386-linux-tdep.c (stdint.h): Likewise.
1140 * i386-tdep.c (stdint.h): Likewise.
1141 * nat/linux-btrace.c (stdint.h): Likewise.
1142 * nat/linux-btrace.h (stdint.h): Likewise.
1143 * nat/linux-ptrace.c (stdint.h): Likewise.
1144 * nat/mips-linux-watch.h (stdint.h): Likewise.
1145 * ppc-linux-nat.c (stdint.h): Likewise.
1146 * python/python-internal.h (stdint.h): Likewise.
1147 * stub-termcap.c (stdlib.h): Likewise.
1148 * target/target.h (stdint.h): Likewise.
1149 * xtensa-linux-nat.c (stdint.h): Likewise.
1150
1151 2015-06-23 Patrick Palka <patrick@parcs.ath.cx>
1152
1153 * top.c (init_history): Look at errno after calling strtol to
1154 properly map large GDBHISTSIZE values to infinity.
1155
1156 2015-06-23 Doug Evans <dje@google.com>
1157
1158 * inferior.h (struct inferior_suspend_state): Delete, unused.
1159 All references deleted.
1160
1161 2015-06-23 Mike Frysinger <vapier@gentoo.org>
1162
1163 * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
1164 (microblaze_push_dummy_call): Likewise.
1165 (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
1166 and set_gdbarch_push_dummy_call.
1167
1168 2015-06-23 Yao Qi <yao.qi@linaro.org>
1169
1170 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
1171 Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
1172 (amd64_linux_store_inferior_registers): Likewise.
1173 * arm-linux-nat.c (fetch_fpregister): Likewise.
1174 (fetch_fpregs, store_fpregister): Likewise.
1175 (store_fpregister, store_fpregs): Likewise.
1176 (fetch_register, fetch_regs): Likewise.
1177 (store_register, store_regs): Likewise.
1178 (fetch_vfp_regs, store_vfp_regs): Likewise.
1179 (arm_linux_read_description): Check have_ptrace_getregset is
1180 TRIBOOL_UNKNOWN. Set have_ptrace_getregset to TRIBOOL_TRUE
1181 or TRIBOOL_FALSE.
1182 * i386-linux-nat.c (fetch_xstateregs): Check
1183 have_ptrace_getregset is not TRIBOOL_TRUE.
1184 (store_xstateregs): Likewise.
1185 * linux-nat.c (have_ptrace_getregset): Change its type to
1186 enum tribool.
1187 * linux-nat.h (tribool): New enum.
1188 * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
1189 Check whether have_ptrace_getregset is TRIBOOL_TRUE.
1190
1191 2015-06-19 Doug Evans <dje@google.com>
1192
1193 * NEWS: Mention Sun's version of stabs is no longer supported.
1194 * elfread.c (free_elfinfo): Delete. All uses updated.
1195 (elfstab_offset_sections): Delete. All uses updated.
1196 * gdb-stabs.h (stab_section_info): Delete. All uses updated.
1197 * psympriv.h (partial_symtab) <section_offsets>: Delete.
1198 All uses updated.
1199 * psymtab.c (start_psymtab_common): Delete arg section_offsets.
1200 All callers updated.
1201
1202 2015-06-18 Simon Marchi <simon.marchi@ericsson.com>
1203
1204 * common/rsp-low.c (needs_escaping): New.
1205 (remote_escape_output): Add unit_size parameter. Refactor to
1206 support multi-byte addressable units. Rename parameters.
1207 * common/rsp-low.h (remote_escape_output): Add unit_size
1208 parameter and rename others. Update doc.
1209 * remote.c (align_for_efficient_write): New.
1210 (remote_write_bytes_aux): Add unit_size parameter and use it.
1211 Rename some variables. Update doc.
1212 (remote_xfer_partial): Get unit size and use it.
1213 (remote_read_bytes_1): Add unit_size parameter and use it.
1214 Rename some variables. Update doc.
1215 (remote_write_bytes): Same.
1216 (remote_xfer_live_readonly_partial): Same.
1217 (remote_read_bytes): Same.
1218 (remote_flash_write): Update call to remote_write_bytes_aux.
1219 (remote_write_qxfer): Update call to remote_escape_output.
1220 (remote_search_memory): Same.
1221 (remote_hostio_pwrite): Same.
1222
1223 2015-06-17 Luis Machado <lgustavo@codesourcery.com>
1224
1225 * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
1226 locations as inserted.
1227 Update and expand comment about permanent locations.
1228 (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
1229 Move comment to add_location_to_breakpoint.
1230 (update_global_location_list): Don't error out if a permanent
1231 breakpoint is not marked inserted.
1232 Don't error out if a non-permanent breakpoint location is inserted on
1233 top of a permanent breakpoint.
1234
1235 2015-06-17 Luis Machado <lgustavo@codesourcery.com>
1236
1237 * breakpoint.c (make_breakpoint_permanent): Remove unused
1238 function.
1239 * breakpoint.h (make_breakpoint_permanent): Remove declaration.
1240
1241 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1242
1243 PR gdb/16999
1244 * NEWS: Mention new GDBHISTSIZE behavior.
1245 * top.c (init_history): For null or out-of-range GDBHISTSIZE,
1246 set history size to unlimited. Ignore non-numeric GDBHISTSIZE.
1247
1248 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1249
1250 * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
1251 * top.c (init_history): Read from GDBHISTSIZE instead of
1252 HISTSIZE.
1253 (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
1254
1255 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1256
1257 * top.c (gdb_safe_append_history): Do not call
1258 history_truncate_file if the history is not stifled.
1259
1260 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1261
1262 * syscalls/s390-linux.xml: Add syscalls 344 through 354.
1263 * syscalls/s390x-linux.xml: Likewise.
1264
1265 2015-06-16 Michael Eager <eager@eagercon.com>
1266
1267 * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
1268
1269 2015-06-16 Patrick Palka <patrick@parcs.ath.cx>
1270
1271 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
1272 target_terminal_ours_for_output() before calling
1273 tui_show_frame_info(), and restore the original terminal
1274 settings afterwards.
1275
1276 2015-06-16 Martin Simmons <martin@lispworks.com> (tiny patch)
1277
1278 * arm-linux-nat.c: Include nat/linux-ptrace.h.
1279
1280 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1281
1282 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
1283 memory unit size.
1284 (mi_cmd_data_write_memory_bytes): Same.
1285
1286 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1287
1288 * corefile.c (write_memory): Update doc.
1289 * gdbcore.h (write_memory): Same.
1290
1291 2015-06-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1292
1293 * linux-tdep.c (enum filterflags): Make it from anonymous enum.
1294 (dump_mapping_p): Use it for parameter filterflags.
1295 (linux_find_memory_regions_full): Use it for variable filterflags.
1296
1297 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com
1298 Jan Kratochvil <jan.kratochvil@redhat.com>
1299
1300 Merge multiple hex conversions.
1301 * monitor.c: Include rsp-low.h.
1302 (fromhex): Remove definition.
1303
1304 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com
1305 Jan Kratochvil <jan.kratochvil@redhat.com>
1306
1307 Move utility functions to common/.
1308 * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
1309 Move defs to common/common-utils.c.
1310 * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
1311 (skip_to_space_const): Move decls to common/common-utils.h.
1312 * common/common-defs.h: Move include of common-types.h before
1313 common-utils.h.
1314 * common/common-utils.c: Include host-defs.h and ctype.h.
1315 (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
1316 from utils.c.
1317 (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
1318 cli/cli-utils.c.
1319 * common/common-utils.h (strtoulst): Move decl from utils.h.
1320 (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
1321 Move from cli/cli-utils.h.
1322 * common/host-defs.h: Include limits.h.
1323 (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
1324 (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
1325 * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
1326 common/common-utils.h.
1327 * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
1328 (strtoulst): Move to common/common-utils.c.
1329 * utils.h (strtoulst): Moved decl to common/common-utils.h.
1330
1331 2015-06-15 Yao Qi <yao.qi@linaro.org>
1332
1333 * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
1334
1335 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1336
1337 * build-id.c: Don't include elf-bfd.h.
1338 (build_id_bfd_get): Use bfd_build_id.
1339 (build_id_verify): Ditto.
1340 * build-id.h: Ditto.
1341 (find_separate_debug_file_by_buildid): Ditto.
1342 * python/py-objfile.c: Don't include elf-bfd.h.
1343 (objfpy_get_build_id) Use bfd_build_id.
1344 (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
1345 * coffread.c: Include build-id.h.
1346 (coff_symfile_read): Try find_separate_debug_file_by_buildid.
1347
1348 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
1349
1350 * windows-nat.c (do_windows_fetch_inferior_registers)
1351 (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
1352 conditional with __CYGWIN__.
1353
1354 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1355
1356 * completer.c: Add arch-utils.h include.
1357 (enum reg_completer_targets): New enum.
1358 (reg_or_group_completer_1): New function containing old
1359 reg_or_group_completer, add and use new parameter to control what
1360 is completed on. Use get_current_arch rather than architecture of
1361 currently selected frame.
1362 (reg_or_group_completer): Call new reg_or_group_completer_1.
1363 (reggroup_completer): Call new reg_or_group_completer_1.
1364 * completer.h (reggroup_completer): Add declaration.
1365 * tui/tui-regs.c: Add 'completer.h' include.
1366 (tui_reg_next_command): Renamed to...
1367 (tui_reg_next): ...this. Adjust parameters and return rather than
1368 display new group.
1369 (tui_reg_prev_command): Renamed to...
1370 (tui_reg_prev): ...this. Adjust parameters and return rather than
1371 display new group.
1372 (tui_reg_float_command): Delete.
1373 (tui_reg_general_command): Delete.
1374 (tui_reg_system_command): Delete.
1375 (tui_reg_command): Rewrite to perform switching of register group.
1376 Add header comment.
1377 (tuireglist): Remove.
1378 (tui_reggroup_completer): New function.
1379 (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
1380 creation of 'tui reg' command.
1381 * NEWS: Add comment about 'tui reg' changes.
1382
1383 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
1384
1385 * target.c (target_read): Consider addressable unit size when
1386 reading from a memory object.
1387 (read_memory_robust): Same.
1388 (read_whatever_is_readable): Same.
1389 (target_write_with_progress): Consider addressable unit size
1390 when writing to a memory object.
1391 * target.h (target_read): Update documentation.
1392 (target_write): Add documentation.
1393
1394 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
1395
1396 * arch-utils.h (default_addressable_memory_unit_size): New.
1397 * arch-utils.c (default_addressable_memory_unit_size): New.
1398 * gdbarch.sh (addressable_memory_unit_size): New.
1399 * gdbarch.h: Re-generate.
1400 * gdbarch.c: Re-generate.
1401
1402 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
1403
1404 * target.c (target_read): Rename variables and use
1405 TARGET_XFER_E_IO.
1406 (target_read_with_progress): Same.
1407 (read_memory_robust): Constify parameters and rename
1408 variables.
1409 (read_whatever_is_readable): Constify parameters,
1410 rename variables, adjust formatting.
1411 * target.h (read_memory_robust): Constify parameters.
1412
1413 2015-06-12 Ulrich Weigand <uweigand@de.ibm.com>
1414
1415 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
1416 synthetic (non-AltiVec) vector types.
1417 (ppc64_sysv_abi_return_value): Likewise.
1418
1419 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
1420
1421 PR breakpoints/16465
1422 * breakpoint.c (create_breakpoint): Save extra_string for
1423 pending breakpoints.
1424
1425 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1426
1427 * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
1428 and bt_mask to CORE_ADDR.
1429
1430 2015-06-11 Gary Benson <gbenson@redhat.com>
1431
1432 * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
1433 (mnsh_recv_message): Likewise.
1434
1435 2015-06-11 Walfred Tedeschi <walfred.tedeschi@intel.com>
1436
1437 * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
1438 long long int and plongest instead of %ll.
1439
1440 2015-06-11 Gary Benson <gbenson@redhat.com>
1441
1442 * nat/linux-namespaces.c (gdb_wait.h): New include.
1443 (sys/wait.h): Do not include.
1444
1445 2015-06-10 Simon Marchi <simon.marchi@ericsson.com>
1446
1447 * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
1448 end_sequence is true.
1449
1450 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1451
1452 Code cleanup.
1453 * solib-target.c (library_list_start_list): Use explicit NULL
1454 comparison.
1455
1456 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1457
1458 * solib-target.c (library_list_start_list): Do not dereference
1459 variable version in its initialization. Make the VERSION check handle
1460 NULL.
1461 (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
1462
1463 2015-06-10 Gary Benson <gbenson@redhat.com>
1464
1465 * NEWS: Announce support for direct access of executable and
1466 shared library files when attaching to inferiors in containers
1467 on GNU/Linux systems.
1468
1469 2015-06-10 Gary Benson <gbenson@redhat.com>
1470
1471 * remote.c (struct remote_state) <fs_pid>: New field.
1472 (new_remote_state): Initialize the above.
1473 (PACKET_vFile_setfs): New enum value.
1474 (remote_hostio_set_filesystem): New function.
1475 (remote_hostio_open): Call the above.
1476 (remote_hostio_unlink): Likewise.
1477 (remote_hostio_readlink): Likewise.
1478 (_initialize_remote): Register new "set/show remote
1479 hostio-setfs-packet" command.
1480 * NEWS: Announce new vFile:setfs packet.
1481
1482 2015-06-10 Gary Benson <gbenson@redhat.com>
1483
1484 * linux-nat.c (nat/linux-namespaces.h): New include.
1485 (fileio.h): Likewise.
1486 (linux_nat_filesystem_is_local): New function.
1487 (linux_nat_fileio_pid_of): Likewise.
1488 (linux_nat_fileio_open): Likewise.
1489 (linux_nat_fileio_readlink): Likewise.
1490 (linux_nat_fileio_unlink): Likewise.
1491 (linux_nat_add_target): Initialize to_filesystem_is_local,
1492 to_fileio_open, to_fileio_readlink and to_fileio_unlink.
1493 (_initialize_linux_nat): New "set/show debug linux-namespaces"
1494 commands.
1495 * NEWS: Mention new "set/show debug linux-namespaces" commands.
1496
1497 2015-06-10 Gary Benson <gbenson@redhat.com>
1498
1499 * target.h (struct inferior): New forward declaration.
1500 (struct target_ops) <to_filesystem_is_local>: Update comment.
1501 (struct target_ops) <to_fileio_open>: New argument inf.
1502 Update comment. All implementations updated.
1503 (struct target_ops) <to_fileio_unlink>: Likewise.
1504 (struct target_ops) <to_fileio_readlink>: Likewise.
1505 (target_filesystem_is_local): Update comment.
1506 (target_fileio_open): New argument inf. Update comment.
1507 (target_fileio_unlink): Likewise.
1508 (target_fileio_readlink): Likewise.
1509 (target_fileio_read_alloc): Likewise.
1510 (target_fileio_read_stralloc): Likewise.
1511 * target.c (target_fileio_open): New argument inf.
1512 Pass inf to implementation. Update debug printing.
1513 (target_fileio_unlink): Likewise.
1514 (target_fileio_readlink): Likewise.
1515 (target_fileio_read_alloc_1): New argument inf. Pass inf
1516 to target_fileio_open.
1517 (target_fileio_read_alloc): New argument inf. Pass inf to
1518 target_fileio_read_alloc_1.
1519 (target_fileio_read_stralloc): Likewise.
1520 * gdb_bfd.c (inferior.h): New include.
1521 (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
1522 argument with new argument "inferior". Pass inferior to
1523 target_fileio_open.
1524 (gdb_bfd_open): Supply inferior argument to
1525 gdb_bfd_iovec_fileio_open.
1526 * linux-tdep.c (linux_info_proc): Supply inf argument to
1527 relevant target_fileio calls.
1528 (linux_find_memory_regions_full): Likewise.
1529 (linux_fill_prpsinfo): Likewise.
1530 * remote.c (remote_filesystem_is_local): Supply inf
1531 argument to remote_hostio_open.
1532 (remote_file_put): Likewise.
1533 (remote_file_get): Likewise.
1534 (remote_file_delete): Supply inf argument to
1535 remote_hostio_unlink.
1536
1537 2015-06-10 Gary Benson <gbenson@redhat.com>
1538
1539 * inf-child.c (inf_child_fileio_open): Replace comment.
1540 (inf_child_fileio_pwrite): Likewise.
1541 (inf_child_fileio_pread): Likewise.
1542 (inf_child_fileio_fstat): Insert blank line before comment.
1543 (inf_child_fileio_close): Replace comment.
1544 (inf_child_fileio_unlink): Likewise.
1545 (inf_child_fileio_readlink): Likewise.
1546 * remote.c (remote_hostio_open): Likewise.
1547 (remote_hostio_pread): Likewise.
1548 (remote_hostio_pwrite): Likewise.
1549 (remote_hostio_close): Likewise.
1550 (remote_hostio_unlink): Likewise.
1551 (remote_hostio_readlink): Likewise.
1552 (remote_hostio_fstat): Likewise.
1553 (remote_filesystem_is_local): Likewise.
1554 * target.c (target_fileio_open): Likewise.
1555 (target_fileio_pwrite): Likewise.
1556 (target_fileio_pread): Likewise.
1557 (target_fileio_fstat): Insert blank line before comment.
1558 (target_fileio_close): Replace comment.
1559 (target_fileio_unlink): Likewise.
1560 (target_fileio_readlink): Likewise.
1561 (target_fileio_read_alloc): Likewise.
1562 (target_fileio_read_stralloc): Likewise.
1563
1564 2015-06-10 Gary Benson <gbenson@redhat.com>
1565
1566 * linux-thread-db.c (nat/linux-namespaces.h): New include.
1567 (check_pid_namespace_match): Use linux_ns_same rather than
1568 linux_proc_pid_get_ns to spot PID namespace mismatches.
1569 * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
1570 * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
1571
1572 2015-06-10 Gary Benson <gbenson@redhat.com>
1573
1574 * configure.ac (AC_CHECK_FUNCS): Add setns.
1575 * config.in: Regenerate.
1576 * configure: Likewise.
1577 * nat/linux-namespaces.h: New file.
1578 * nat/linux-namespaces.c: Likewise.
1579 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
1580 (linux-namespaces.o): New rule.
1581 * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
1582 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
1583 * config/arm/linux.mh (NATDEPFILES): Likewise.
1584 * config/i386/linux.mh (NATDEPFILES): Likewise.
1585 * config/i386/linux64.mh (NATDEPFILES): Likewise.
1586 * config/ia64/linux.mh (NATDEPFILES): Likewise.
1587 * config/m32r/linux.mh (NATDEPFILES): Likewise.
1588 * config/m68k/linux.mh (NATDEPFILES): Likewise.
1589 * config/mips/linux.mh (NATDEPFILES): Likewise.
1590 * config/pa/linux.mh (NATDEPFILES): Likewise.
1591 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
1592 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
1593 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
1594 * config/s390/linux.mh (NATDEPFILES): Likewise.
1595 * config/sparc/linux.mh (NATDEPFILES): Likewise.
1596 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
1597 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
1598 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
1599
1600 2015-06-10 Gary Benson <gbenson@redhat.com>
1601
1602 * utils.h (make_cleanup_close): Moved to common/filestuff.h.
1603 * utils.c (do_close_cleanup): Moved to common/filestuff.c.
1604 (make_cleanup_close): Likewise.
1605 * common/filestuff.h (make_cleanup_close): Moved from utils.h.
1606 * common/filestuff.c (do_close_cleanup): Moved from utils.c.
1607 (make_cleanup_close): Likewise.
1608
1609 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
1610
1611 * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
1612 from SuspendThread().
1613
1614 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
1615
1616 * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
1617 from OutputDebugString.
1618
1619 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1620 Mircea Gherzan <mircea.gherzan@intel.com>
1621
1622 * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
1623 MPX_BT_MASK_32): New macros.
1624 (i386_mpx_set_bounds): New function that implements
1625 the command "set-mpx-bound".
1626 (i386_mpx_enabled): Helper function to test MPX availability.
1627 (i386_mpx_bd_base): Helper function to calculate the base directory
1628 address.
1629 (i386_mpx_get_bt_entry): Helper function to access a bound
1630 table entry.
1631 (i386_mpx_print_bounds): Effectively display bound information.
1632 (_initialize_i386_tdep): Add new commands to commands "set mpx" and
1633 "show mpx".
1634 (_initialize_i386_tdep):
1635 Add "bound" to the commands "show mpx" and "set mpx" commands.
1636 (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
1637 and "show mpx" commands.
1638 * NEWS: List new commands for MPX support.
1639
1640 2015-06-09 Gary Benson <gbenson@redhat.com>
1641
1642 * common/fileio.h (fileio_to_host_mode): New declaration.
1643 * common/fileio.c (fileio_to_host_mode): New Function.
1644 * inf-child.c (inf_child_fileio_open): Process mode argument
1645 with fileio_to_host_mode.
1646
1647 2015-06-09 Gary Benson <gbenson@redhat.com>
1648
1649 * common/fileio.c (fileio_mode_pack): Fix preprocessor
1650 conditional.
1651
1652 2015-06-05 Gary Benson <gbenson@redhat.com>
1653
1654 * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
1655 * remote.c (remote_filesystem_is_local): ...here.
1656
1657 2015-06-04 Yao Qi <yao.qi@linaro.org>
1658
1659 * gdbarch.c: Regenerate it.
1660
1661 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1662
1663 * arch-utils.c (default_infcall_munmap): New.
1664 * arch-utils.h (default_infcall_munmap): New declaration.
1665 * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
1666 (munmap_list_free, munmap_listp_free_cleanup): New.
1667 (struct setup_sections_data): Add field munmap_list_headp.
1668 (setup_sections): Call munmap_list_add.
1669 (compile_object_load): New variable munmap_list_head, initialize
1670 setup_sections_data.munmap_list_headp, return munmap_list_head.
1671 * compile/compile-object-load.h (struct munmap_list): New declaration.
1672 (struct compile_module): Add field munmap_list_head.
1673 (munmap_list_free): New declaration.
1674 * compile/compile-object-run.c (struct do_module_cleanup): Add field
1675 munmap_list_head.
1676 (do_module_cleanup): Call munmap_list_free.
1677 (compile_object_run): Pass munmap_list_head to do_module_cleanup.
1678 * gdbarch.c: Regenerate.
1679 * gdbarch.h: Regenerate.
1680 * gdbarch.sh (infcall_munmap): New.
1681 * linux-tdep.c (linux_infcall_munmap): New.
1682 (linux_init_abi): Install it.
1683
1684 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
1685
1686 PR gdb/15564
1687 * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
1688
1689 2015-06-02 Yao Qi <yao.qi@linaro.org>
1690
1691 * i386-linux-nat.c: Include linux-nat.h.
1692
1693 2015-06-01 Andreas Schwab <schwab@linux-m68k.org>
1694 Jan Kratochvil <jan.kratochvil@redhat.com>
1695
1696 PR symtab/18392
1697 * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
1698 assertion.
1699 * dwarf2loc.c (chain_candidate): Likewise.
1700
1701 2015-06-01 Yao Qi <yao.qi@linaro.org>
1702
1703 * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
1704 (store_vfp_regs): Use PTRACE_SETREGSET.
1705
1706 2015-06-01 Yao Qi <yao.qi@linaro.org>
1707
1708 * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
1709 (fetch_fpregs): Likewise.
1710 * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
1711 (store_fpregs): Likewise.
1712
1713 2015-06-01 Yao Qi <yao.qi@linaro.org>
1714
1715 * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
1716 (fetch_regs): Likewise.
1717 (store_regs): Use PTRACE_SETREGSET.
1718 (store_register): Likewise.
1719
1720 2015-06-01 Yao Qi <yao.qi@linaro.org>
1721
1722 * arm-linux-nat.c (arm_linux_read_description): Check whether
1723 kernel supports PTRACE_GETREGSET.
1724
1725 2015-06-01 Yao Qi <yao.qi@linaro.org>
1726
1727 * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
1728 * linux-nat.c: ... here.
1729 * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
1730 to ...
1731 * linux-nat.h: ... here.
1732
1733 2015-06-01 Yao Qi <yao.qi@linaro.org>
1734
1735 * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
1736 * i386-linux-nat.c: Likewise.
1737 * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
1738 * s390-linux-nat.c: Include "nat/linux-ptrace.h".
1739 (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
1740 * x86-linux-nat.c: Include "nat/linux-ptrace.h".
1741 * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
1742
1743 2015-05-30 Eli Zaretskii <eliz@gnu.org>
1744
1745 * go32-nat.c (go32_xfer_memory): Fix the return value to be
1746 compatible to what read_child and write_child return. This
1747 unbreaks that DJGPP build of GDB which was broken since v7.7.
1748
1749 2015-05-29 Martin Galvan <martin.galvan@tallertechnologies.com>
1750
1751 * MAINTAINERS (Write After Approval): Add Martin Galvan.
1752
1753 2015-05-29 Roland McGrath <mcgrathr@google.com>
1754
1755 PR gdb/18464
1756 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
1757 rather than internal_error for an unrecognized value.
1758
1759 2015-05-29 Max Filippov <jcmvbkbc@gmail.com>
1760
1761 * xtensa-tdep.c (xtensa_pseudo_register_read)
1762 (xtensa_pseudo_register_write): Don't alias last pseudo register
1763 to a1.
1764
1765 2015-05-28 Don Breazeal <donb@codesourcery.com>
1766
1767 * infrun.c (follow_fork_inferior): Ensure the use of
1768 process-style ptids (pid,0,0) in verbose/debug "Detaching"
1769 messages.
1770
1771 2015-05-28 Doug Evans <dje@google.com>
1772
1773 * dwarf2read.c (record_line_ftype): Remove, duplicate.
1774
1775 2015-05-28 Yao Qi <yao.qi@linaro.org>
1776
1777 * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
1778 (arm_linux_fetch_inferior_registers): Use
1779 tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
1780 (arm_linux_store_inferior_registers): Likewise.
1781 (arm_linux_read_description): Don't set
1782 arm_linux_has_wmmx_registers.
1783 * arm-tdep.c (arm_gdbarch_init): Set
1784 tdep->have_wmmx_registers according target descriptions.
1785 * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
1786 field.
1787
1788 2015-05-28 Yao Qi <yao.qi@linaro.org>
1789
1790 * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
1791 (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
1792 instead of arm_linux_vfp_register_count.
1793 (store_vfp_regs): Likewise.
1794 (arm_linux_fetch_inferior_registers): Likewise.
1795 (arm_linux_store_inferior_registers): Likewise.
1796 (arm_linux_read_description): Don't set
1797 arm_linux_vfp_register_count.
1798 * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
1799 Adjust.
1800 * arm-tdep.c (arm_gdbarch_init): Add assert on
1801 vfp_register_count.
1802 * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
1803 field to vfp_register_count. All users updated.
1804
1805 2015-05-28 Kyle Huey <me@kylehuey.com> (tiny patch)
1806
1807 * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
1808 ELFOSABI_GNU binaries.
1809
1810 2015-05-27 Doug Evans <dje@google.com>
1811
1812 * dwarf2read.c (lnp_state_machine): New typedef.
1813 (lnp_reader_state): New typedef.
1814 (dwarf_record_line_1): Renamed from dwarf_record_line.
1815 All callers updated.
1816 (dwarf_record_line): New function.
1817 (init_lnp_state_machine): New function.
1818 (check_line_address): Replace p_record_line parameter with state.
1819 All callers updated.
1820 (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
1821 Update to record state in lnp_state_machine.
1822
1823 2015-05-27 Doug Evans <dje@google.com>
1824
1825 * dwarf2read.c (record_line_ftype): New typedef.
1826 (check_line_address): New function.
1827 (dwarf_decode_lines_1): Call it.
1828
1829 2015-05-27 Doug Evans <dje@google.com>
1830
1831 * NEWS: Mention "set debug dwarf-line".
1832 * dwarf2read.c (dwarf_line_debug): New static global.
1833 (add_include_dir): Add debug dwarf-line support.
1834 (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
1835 (_initialize_dwarf2_read): New parameter "debug dwarf-line".
1836
1837 2015-05-27 Doug Evans <dje@google.com>
1838
1839 * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
1840 All callers updated.
1841 (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
1842 * cp-support.h (cp_lookup_nested_symbol): Update.
1843
1844 2015-05-27 Doug Evans <dje@google.com>
1845
1846 PR symtab/18258
1847 * block.c (block_find_symbol): New function.
1848 (block_find_non_opaque_type): Ditto.
1849 (block_find_non_opaque_type_preferred): Ditto.
1850 * block.h (block_symbol_matcher_ftype): New typedef.
1851 (block_find_symbol): Declare.
1852 (block_find_non_opaque_type): Ditto.
1853 (block_find_non_opaque_type_preferred): Ditto.
1854 * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
1855 * psymtab.c (psym_lookup_symbol): Ditto.
1856 * symtab.c (basic_lookup_transparent_type_1): New function.
1857 (basic_lookup_transparent_type): Call it.
1858
1859 2015-05-27 Yao Qi <yao.qi@linaro.org>
1860
1861 * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
1862 AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
1863
1864 2015-05-27 Yao Qi <yao.qi@linaro.org>
1865
1866 * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
1867 before operator &&.
1868 (aarch64_record_load_store): Likewise.
1869
1870 2015-05-26 Doug Evans <dje@google.com>
1871
1872 PR c++/18141, c++/18417.
1873 * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
1874 a typedef.
1875
1876 2015-05-26 Doug Evans <dje@google.com>
1877
1878 * NEWS: Add entries for command renamings.
1879 * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
1880 All uses updated.
1881 (dwarf_die_debug): Renamed from dwarf2_die_debug. All uses updated.
1882 (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
1883 All uses updated.
1884 (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
1885 All callers updated. Fix spelling of DWARF in help text.
1886 (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
1887 All uses updated.
1888 (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
1889 All uses updated.
1890 (set_dwarf_cmd): Renamed from set_dwarf2_cmd. All callers updated.
1891 (show_dwarf_cmd): Renamed from show_dwarf2_cmd. All callers updated.
1892 (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
1893 All uses updated.
1894 (show_dwarf_always_disassemble): Renamed from
1895 show_dwarf2_always_disassemble. All callers updated.
1896 (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
1897 "set/show dwarf". Rename "set/show dwarf2 max-cache-age" to
1898 "set/show dwarf max-cache-age". Rename
1899 "set/show dwarf2 always-disassemble" to
1900 "set/show dwarf always-disassemble". Rename
1901 "set/show debug dwarf2-read" to "set/show debug dwarf-read". Rename
1902 "set/show debug dwarf2-die" to "set/show debug dwarf-die".
1903
1904 2015-05-26 Doug Evans <dje@google.com>
1905
1906 PR python/18438
1907 * python/py-lazy-string.c (stpy_convert_to_value): Use
1908 gdbpy_gdb_memory_error not PyExc_MemoryError.
1909 (gdbpy_create_lazy_string_object): Ditto.
1910
1911 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1912
1913 * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
1914
1915 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1916
1917 * tui/tui-regs.c (tui_reg_prev_command): New function.
1918 (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
1919 * reggroups.c (reggroup_prev): New function.
1920 * reggroups.h (reggroup_prev): Add declaration. Update comment.
1921
1922 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
1923 Yao Qi <yao.qi@linaro.org>
1924
1925 * aarch64-linux-tdep.c: Include linux-record.h and
1926 record-full.h.
1927 (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
1928 (aarch64_syscall): New enum.
1929 (aarch64_canonicalize_syscall): New function.
1930 (aarch64_all_but_pc_registers_record): New function.
1931 (aarch64_linux_syscall_record): New function.
1932 (aarch64_linux_init_abi): Install AArch64 process record
1933 handler. Update to handle syscall recording.
1934 * aarch64-tdep.c: Include record.h and record-full.h.
1935 (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
1936 (struct aarch64_mem_r): Define.
1937 (aarch64_record_result): New enum.
1938 (struct insn_decode_record): Define.
1939 (insn_decode_record): New typedef.
1940 (aarch64_record_data_proc_reg): New function.
1941 (aarch64_record_data_proc_imm): New function.
1942 (aarch64_record_branch_except_sys): New function.
1943 (aarch64_record_load_store): New function.
1944 (aarch64_record_data_proc_simd_fp): New function.
1945 (aarch64_record_asimd_load_store): New function.
1946 (aarch64_record_decode_insn_handler): New function.
1947 (deallocate_reg_mem): New function.
1948 (aarch64_process_record): New function.
1949 * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
1950 New field.
1951 (aarch64_process_record): New extern declaration.
1952 * configure.tgt: Add linux-record.o to gdb_target_obs.
1953 * linux-record.h (struct linux_record_tdep) <arg7>: New field.
1954
1955 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
1956
1957 * NEWS: Add a note on process record-replay support on aarch64*-linux*
1958 targets.
1959
1960 2015-05-26 Martin Galvan <martin.galvan@tallertechnologies.com>
1961
1962 * amd64-tdep.c: Replace in_function_epilogue_p with
1963 stack_frame_destroyed_p throughout.
1964 * arch-utils.c: Ditto.
1965 * arch-utils.h: Ditto.
1966 * arm-tdep.c: Ditto.
1967 * breakpoint.c: Ditto.
1968 * gdbarch.sh: Ditto.
1969 * hppa-tdep.c: Ditto.
1970 * i386-tdep.c: Ditto.
1971 * mips-tdep.c: Ditto.
1972 * nios2-tdep.c: Ditto.
1973 * rs6000-tdep.c: Ditto.
1974 * s390-linux-tdep.c: Ditto.
1975 * score-tdep.c: Ditto.
1976 * sh-tdep.c: Ditto.
1977 * sparc-tdep.c: Ditto.
1978 * sparc-tdep.h: Ditto.
1979 * sparc64-tdep.c: Ditto.
1980 * spu-tdep.c: Ditto.
1981 * tic6x-tdep.c: Ditto.
1982 * tilegx-tdep.c: Ditto.
1983 * xstormy16-tdep.c: Ditto.
1984 * gdbarch.c, gdbarch.h: Re-generated.
1985
1986 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1987
1988 * NEWS: Mention 'tui enable' and 'tui disable'.
1989 * tui/tui.c (tui_enable_command): New function.
1990 (tui_disable_command): New function.
1991 (_initialize_tui): New function.
1992
1993 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
1994
1995 * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
1996
1997 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
1998
1999 * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
2000 buf_ptr is freed.
2001
2002 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
2003
2004 * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
2005 into ...
2006 (tui_set_layout_for_display_command): ...here, before calling
2007 tui_set_layout. Only set the layout if gdb has not already
2008 entered the TUI_FAILURE state.
2009
2010 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
2011
2012 * tui/tui-layout.c (layout_completer): New function.
2013 (_initialize_tui_layout): Set completer on layout command.
2014
2015 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
2016
2017 * tui/tui-layout.c (tui_set_layout): Remove
2018 tui_register_display_type parameter. Remove all checking of this
2019 parameter, and reindent function. Update header comment.
2020 (tui_set_layout_for_display_command): Rename to...
2021 (tui_set_layout_by_name): ...this, and don't check for different
2022 register class types, don't pass a tui_register_display_type to
2023 tui_set_layout. Update header comment.
2024 (layout_names): Remove register set specific names.
2025 * tui/tui-layout.h (tui_set_layout): Remove
2026 tui_register_display_type parameter.
2027 * tui/tui.c (tui_rl_change_windows): Don't pass a
2028 tui_register_display_type to tui_set_layout.
2029 (tui_rl_delete_other_windows): Likewise.
2030 (tui_enable): Likewise.
2031 * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
2032 (TUI_FLOAT_REGS_NAME_LOWER): Remove.
2033 (TUI_GENERAL_REGS_NAME): Remove.
2034 (TUI_GENERAL_REGS_NAME_LOWER): Remove.
2035 (TUI_SPECIAL_REGS_NAME): Remove.
2036 (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
2037 (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
2038 (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
2039 (enum tui_register_display_type): Remove.
2040 (struct tui_layout_def): Remove regs_display_type and
2041 float_regs_display_type fields.
2042 (struct tui_data_info): Remove regs_display_type field.
2043 (tui_layout_command): Use new name for
2044 tui_set_layout_for_display_command.
2045 * tui/tui-data.c (layout_def): Don't initialise removed fields.
2046 (tui_clear_win_detail): Don't initialise removed fields of
2047 win_info.
2048 * tui/tui-regs.c (tui_show_registers): Use new name for
2049 tui_set_layout_for_display_command.
2050 * tui/tui.h (tui_set_layout_for_display_command): Rename
2051 declaration to...
2052 (tui_set_layout_by_name): ...this.
2053 * printcmd.c (display_command): Remove tui related layout call,
2054 and reindent.
2055
2056 2015-05-20 Joel Brobecker <brobecker@adacore.com>
2057
2058 * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
2059 (handle_inferior_event): New function.
2060
2061 2015-05-20 Joel Brobecker <brobecker@adacore.com>
2062
2063 * ada-lang.c (to_fixed_array_type): Rename local variable
2064 typename into type_name.
2065
2066 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2067
2068 Fix ASAN crash for gdb.compile/compile.exp.
2069 * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
2070
2071 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2072
2073 * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
2074 (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
2075 * compile/compile-object-load.c (setup_sections, compile_object_load):
2076 Likewise.
2077 * compile/compile.c (compile_to_object): Likewise.
2078
2079 2015-05-16 Doug Evans <xdje42@gmail.com>
2080
2081 * NEWS: Mention support for unbuffered Guile memory ports.
2082 * scm-ports.c (ioscm_memory_port): Update comments on end, size.
2083 (ioscm_lseek_address): Improve overflow calculation.
2084 (gdbscm_memory_port_fill_input): Add assert.
2085 (gdbscm_memory_port_write): Handle unbuffered ports.
2086 Handle large writes identical to Guile's fport_write.
2087 (gdbscm_memory_port_seek): Fix seeking past end check.
2088 (gdbscm_memory_port_close): Handle closing unbuffered port.
2089 (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
2090 (ioscm_init_memory_port): Handle unbuffered ports.
2091 (ioscm_reinit_memory_port): Ditto.
2092 (ioscm_init_memory_port): Update size calculation.
2093 (gdbscm_open_memory): Support zero sized ports.
2094
2095 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2096
2097 * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
2098 variable compiler warnings.
2099
2100 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2101
2102 * compile/compile-object-load.c (get_out_value_type): Fix returned type.
2103
2104 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2105 Phil Muldoon <pmuldoon@redhat.com>
2106
2107 * NEWS (Changes since GDB 7.9): Add compile print.
2108 * compile/compile-c-support.c (add_code_header, add_code_footer)
2109 (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
2110 COMPILE_I_PRINT_VALUE_SCOPE.
2111 * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
2112 (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
2113 New.
2114 * compile/compile-object-load.c: Include block.h.
2115 (get_out_value_type): New function.
2116 (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
2117 COMPILE_I_PRINT_VALUE_SCOPE. Set compile_module's OUT_VALUE_ADDR and
2118 OUT_VALUE_TYPE.
2119 * compile/compile-object-load.h (struct compile_module): Add fields
2120 out_value_addr and out_value_type.
2121 * compile/compile-object-run.c: Include valprint.h and compile.h.
2122 (struct do_module_cleanup): Add fields out_value_addr and
2123 out_value_type.
2124 (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
2125 COMPILE_I_PRINT_VALUE_SCOPE.
2126 (compile_object_run): Propagate out_value_addr and out_value_type.
2127 Pass OUT_VALUE_ADDR.
2128 * compile/compile.c: Include valprint.h.
2129 (compile_print_value, compile_print_command): New functions.
2130 (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
2131 (_initialize_compile): Update compile code help text. Install
2132 compile_print_command.
2133 * compile/compile.h (compile_print_value): New prototype.
2134 * defs.h (enum compile_i_scope_types): Add
2135 COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
2136
2137 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2138
2139 * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
2140 Rely on its parameter count.
2141 (compile_object_load): Replace lookup_minimal_symbol_text by
2142 lookup_global_symbol_from_objfile. Verify FUNC_SYM. Set it in the
2143 return value.
2144 * compile/compile-object-load.h (struct compile_module): Replace
2145 func_addr by func_sym.
2146 * compile/compile-object-run.c: Include block.h.
2147 (compile_object_run): Reset module variable after it is freed. Use
2148 FUNC_SYM instead of FUNC_ADDR. Rely on it.
2149
2150 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2151
2152 * compile/compile-c-support.c (print_one_macro): Use #ifndef.
2153 (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
2154 (c_compute_program): Call generate_register_struct after typedefs.
2155 * compile/compile-loc2c.c (push, pushf_register_address)
2156 (pushf_register): Cast to GCC_UINTPTR.
2157 (do_compile_dwarf_expr_to_c): Use unused attribute. Add space after
2158 type. Use GCC_UINTPTR instead of void *. Remove excessive cast.
2159 (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
2160 * compile/compile.c (_initialize_compile): Enable warnings for
2161 COMPILE_ARGS.
2162
2163 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2164
2165 * cli/cli-script.c (execute_control_command): Update
2166 eval_compile_command caller.
2167 * compile/compile-object-load.c (compile_object_load): Add parameters
2168 scope and scope_data. Set them.
2169 * compile/compile-object-load.h (struct compile_module): Add fields
2170 scope and scope_data.
2171 (compile_object_load): Add parameters scope and scope_data.
2172 * compile/compile-object-run.c (struct do_module_cleanup): Add fields
2173 scope and scope_data.
2174 (compile_object_run): Propagate the fields scope and scope_data.
2175 * compile/compile.c (compile_file_command, compile_code_command):
2176 Update eval_compile_command callers.
2177 (eval_compile_command): Add parameter scope_data. Pass it plus scope.
2178 * compile/compile.h (eval_compile_command): Add parameter scope_data.
2179 * defs.h (struct command_line): Add field scope_data.
2180
2181 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2182
2183 * printcmd.c (struct format_data): Move it to valprint.h.
2184 (print_command_parse_format, print_value): New functions from ...
2185 (print_command_1): ... here. Call them.
2186 * valprint.h (struct format_data): Move it here from printcmd.c.
2187 (print_command_parse_format, print_value): New declarations.
2188
2189 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2190
2191 * compile/compile-object-load.c (compile_object_load): Add
2192 COMPILE_DEBUG message.
2193
2194 2015-05-15 Jerome Guitton <guitton@adacore.com>
2195
2196 * ada-lang.c (ada_value_ptr_subscript): Use enum position of
2197 index to get element instead of enum value.
2198 (ada_value_slice_from_ptr, ada_value_slice): Use enum position
2199 of index to compute length, but enum values to compute bounds.
2200 (ada_array_length): Use enum position of index instead of enum value.
2201 (pos_atr): Move position computation to...
2202 (ada_evaluate_subexp): Use enum values to compute bounds.
2203 * gdbtypes.c (discrete_position): ...this new function.
2204 * gdbtypes.h (discrete_position): New function declaration.
2205 * valprint.c (val_print_array_elements): Call discrete_position
2206 to handle array indexed by non-contiguous enumeration types.
2207
2208 2015-05-15 Jerome Guitton <guitton@adacore.com>
2209
2210 * ada-lang.c (find_parallel_type_by_descriptive_type):
2211 Go through typedefs during lookup.
2212 (to_fixed_array_type): Add support for non-bit packed arrays
2213 as variable-length fields.
2214
2215 2015-05-15 Pedro Alves <palves@redhat.com>
2216 Simon Marchi <simon.marchi@ericsson.com>
2217
2218 * event-loop.c (gdb_notifier) <next_file_handler,
2219 next_poll_fds_index>: New fields.
2220 (get_next_file_handler_to_handle_and_advance): New function.
2221 (delete_file_handler): If deleting the next file handler to
2222 handle, advance to the next file handler.
2223 (gdb_wait_for_event): Bail early if no event fired. Poll file
2224 handlers in round-robin fashion.
2225
2226 2015-05-15 Pedro Alves <palves@redhat.com>
2227
2228 * linux-tdep.c (linux_find_memory_regions_full): Rename local
2229 'private' to 'priv'.
2230
2231 2015-05-15 Pedro Alves <palves@redhat.com>
2232
2233 * nat/linux-nat.h: Include "target/waitstatus.h".
2234
2235 2015-05-15 Yuanhui Zhang <asmwarrior@gmail.com>
2236
2237 * python/py-unwind.c (struct reg_info): Move out of ...
2238 (struct cached_frame_info): ... this scope.
2239 (pending_frame_object_type, unwind_info_object_type): Make extern.
2240
2241 2015-05-15 Joel Brobecker <brobecker@adacore.com>
2242
2243 * ada-lang.c (ada_value_primitive_packed_val): Make sure
2244 accumSize is never negative.
2245
2246 2015-05-14 Patrick Palka <patrick@parcs.ath.cx>
2247
2248 * tui/tui-command.c: Remove include of <ctype.h>.
2249 (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
2250
2251 2015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com>
2252
2253 * dwarf2read.c (die_needs_namespace): Return 1 for
2254 DW_TAG_inlined_subroutine.
2255
2256 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2257
2258 * regcache.c (regcache_cpy_no_passthrough): New declaration.
2259 (regcache_cpy_no_passthrough): Make it static, add function comment.
2260 * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
2261 (regcache_cpy_no_passthrough): Remove declaration.
2262
2263 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2264
2265 * gdbthread.h (struct thread_control_state): Update comment for
2266 proceed_to_finish.
2267 * infcall.c (run_inferior_call): Update comment about
2268 proceed_to_finish.
2269 * infcmd.c (get_return_value): Update comment about stop_registers.
2270 (finish_forward): Update comment about proceed_to_finish.
2271 * infrun.c (stop_registers): Remove.
2272 (clear_proceed_status, normal_stop): Remove stop_registers handling.
2273 * infrun.h (stop_registers): Remove.
2274
2275 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2276
2277 * infcall.c (struct dummy_frame_context_saver)
2278 (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
2279 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
2280 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
2281 New.
2282 (call_function_by_hand_dummy): Move discard_cleanups of
2283 inf_status_cleanup before dummy_frame_push. Call
2284 dummy_frame_context_saver_setup and prepare context_saver_cleanup.
2285 Use dummy_frame_context_saver_get_regs instead of stop_registers.
2286 * infcall.h (struct dummy_frame_context_saver)
2287 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
2288 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
2289 New declarations.
2290 * infcmd.c: Include infcall.h.
2291 (get_return_value): Add parameter ctx_saver, use it instead of
2292 stop_registers.
2293 (print_return_value): Add parameter ctx_saver, pass it.
2294 (struct finish_command_continuation_args): Add field ctx_saver.
2295 (finish_command_continuation): Update print_return_value caller.
2296 (finish_command_continuation_free_arg): Free also ctx_saver.
2297 (finish_forward): Call dummy_frame_context_saver_setup.
2298 * inferior.h (struct dummy_frame_context_saver): New declaration.
2299 (get_return_value): Add parameter ctx_saver.
2300 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
2301 get_return_value caller.
2302
2303 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2304
2305 * dummy-frame.c (struct dummy_frame_dtor_list): New.
2306 (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
2307 (remove_dummy_frame): Process dtor_list.
2308 (pop_dummy_frame): Process dtor_list.
2309 (register_dummy_frame_dtor): Maintain dtor_list.
2310 (find_dummy_frame_dtor): Handle dtor_list.
2311 * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
2312 Update comments.
2313
2314 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2315
2316 * compile/compile-object-run.c (do_module_cleanup): Add parameter
2317 registers_valid.
2318 (compile_object_run): Update do_module_cleanup caller.
2319 * dummy-frame.c: Include infcall.h.
2320 (struct dummy_frame): Update dtor comment.
2321 (remove_dummy_frame): Call dtor.
2322 (pop_dummy_frame): Update dtor caller.
2323 * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
2324 registers_valid.
2325
2326 2015-05-13 Joel Brobecker <brobecker@adacore.com>
2327
2328 GDB 7.9.1 released.
2329
2330 2015-05-13 Joel Brobecker <brobecker@adacore.com>
2331
2332 * NEWS: Create "Changes in GDB 7.9.1" section. Move news about
2333 Xmethods now being able to specify a result type to that new
2334 sectioin.
2335
2336 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
2337
2338 * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
2339 first before resizing the window.
2340 * tui/tui.c (tui_enable): Likewise.
2341
2342 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2343
2344 * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
2345 * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
2346 * infcall.c (call_function_by_hand_dummy): Use proper typedef for
2347 dummy_dtor parameter.
2348 * infcall.h: Include dummy-frame.h.
2349 (call_function_by_hand_dummy_dtor_ftype): Remove.
2350 (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
2351 parameter.
2352
2353 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
2354
2355 PR gdb/17820
2356 * top.c (history_size_setshow_var): Change type to signed.
2357 Initialize to -2. Update documentation.
2358 (set_readline_history_size): Define.
2359 (set_history_size_command): Use it. Remove logic for handling
2360 out-of-range sizes.
2361 (init_history): Use set_readline_history_size(). Test for a
2362 value of -2 instead of 0 when determining whether to set a
2363 default history size.
2364 (init_main): Decode the argument of the "size" command as a
2365 zuinteger_unlimited.
2366
2367 2015-05-12 Doug Evans <dje@google.com>
2368
2369 * dwarf2read.c (struct file_entry): Tweak comments.
2370 (get_debug_line_section): Tweak comments.
2371
2372 2015-05-12 Don Breazeal <donb@codesourcery.com>
2373
2374 * NEWS: Announce fork support in the RSP and support
2375 for fork debugging in extended mode.
2376
2377 2015-05-12 Don Breazeal <donb@codesourcery.com>
2378
2379 * remote.c (remote_insert_fork_catchpoint): New function.
2380 (remote_remove_fork_catchpoint): New function.
2381 (remote_insert_vfork_catchpoint): New function.
2382 (remote_remove_vfork_catchpoint): New function.
2383 (pending_fork_parent_callback): New function.
2384 (remove_new_fork_child): New function.
2385 (remote_update_thread_list): Call remote_notif_get_pending_events
2386 and remove_new_fork_child.
2387 (extended_remote_kill): Kill fork child when killing the
2388 parent before follow_fork completes.
2389 (init_extended_remote_ops): Initialize target vector with
2390 new fork catchpoint functions.
2391
2392 2015-05-12 Don Breazeal <donb@codesourcery.com>
2393
2394 * remote.c (remove_vfork_event_p): New function.
2395 (remote_follow_fork): Add vfork event type to event checking.
2396 (remote_parse_stop_reply): New stop reasons "vfork" and
2397 "vforkdone" for RSP 'T' Stop Reply Packet.
2398
2399 2015-05-12 Don Breazeal <donb@codesourcery.com>
2400
2401 * linux-nat.c (linux_nat_ptrace_options): New function.
2402 (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
2403 Call linux_nat_ptrace_options and use different argument to
2404 linux_enable_event_reporting.
2405 (_initialize_linux_nat): Delete call to
2406 linux_ptrace_set_additional_flags.
2407 * nat/linux-ptrace.c (current_ptrace_options): Rename to
2408 supported_ptrace_options.
2409 (additional_flags): Delete variable.
2410 (linux_check_ptrace_features): Use supported_ptrace_options.
2411 (linux_test_for_tracesysgood, linux_test_for_tracefork):
2412 Likewise, and remove additional_flags check.
2413 (linux_enable_event_reporting): Change 'attached' argument to
2414 'options'. Use supported_ptrace_options.
2415 (ptrace_supports_feature): Change comment. Use
2416 supported_ptrace_options.
2417 (linux_ptrace_set_additional_flags): Delete function.
2418 * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
2419 Delete function prototype.
2420 * remote.c (remote_fork_event_p): New function.
2421 (remote_detach_pid): New function.
2422 (remote_detach_1): Call remote_detach_pid, don't mourn inferior
2423 if doing detach-on-fork.
2424 (remote_follow_fork): New function.
2425 (remote_parse_stop_reply): Handle new "T" stop reason "fork".
2426 (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
2427 (init_extended_remote_ops): Initialize to_follow_fork.
2428
2429 2015-05-12 Don Breazeal <donb@codesourcery.com>
2430
2431 * nat/linux-ptrace.c (linux_check_ptrace_features): Change
2432 from static to extern.
2433 * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
2434 * remote.c (anonymous enum): <PACKET_fork_event_feature,
2435 * PACKET_vfork_event_feature>: New enumeration constants.
2436 (remote_protocol_features): Add table entries for new packets.
2437 (remote_query_supported): Add new feature queries to qSupported
2438 packet.
2439
2440 2015-05-12 Gary Benson <gbenson@redhat.com>
2441
2442 * remote.c (remote_add_inferior): Call exec_file_locate_attach
2443 for fake PIDs as well as real ones.
2444 (remote_pid_to_exec_file): Send empty annex if PID is fake.
2445
2446 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2447
2448 * NEWS (Python Scripting): Mention the new gdb.Value methods.
2449 * python/py-value.c (valpy_reference_value): New function.
2450 (valpy_const_value): Likewise.
2451 (value_object_methods): Add new methods.
2452 * value.c (make_cv_value): New function.
2453 * value.h (make_cv_value): Declare.
2454
2455 2015-05-08 Yao Qi <yao@codesourcery.com>
2456 Sandra Loosemore <sandra@codesourcery.com>
2457
2458 * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
2459 to 'lh->include_dirs' before accessing to it.
2460 (psymtab_include_file_name): Likewise.
2461 (dwarf_decode_lines_1): Likewise.
2462 (dwarf_decode_lines): Likewise.
2463 (file_file_name): Likewise.
2464
2465 2015-05-08 Sandra Loosemore <sandra@codesourcery.com>
2466
2467 * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
2468 (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
2469 (nios2_linux_rt_sigreturn_init): Adjust base address of
2470 register save area.
2471
2472 2015-05-08 Sandra Loosemore <sandra@codesourcery.com>
2473
2474 * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
2475 "trap 31" as the breakpoint instruction on all targets.
2476
2477 2015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2478
2479 * infcmd.c (print_return_value): Remove unused declaration.
2480
2481 2015-05-08 Joel Brobecker <brobecker@adacore.com>
2482
2483 * dwarf2read.c (attr_to_dynamic_prop)
2484 <DW_AT_data_member_location>: Use read_type_die isntead of
2485 get_die_type.
2486
2487 2015-05-08 Joel Brobecker <brobecker@adacore.com>
2488
2489 * ada-lang.c (ada_convert_actual): Add handling of formals
2490 passed inside an aligner type.
2491
2492 2015-05-08 Joel Brobecker <brobecker@adacore.com>
2493
2494 * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
2495
2496 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
2497
2498 PR python/18291
2499 * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
2500 Print xmethod matcher status.
2501
2502 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
2503
2504 * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
2505 register in the regcache when treating the PSWM register, and vice
2506 versa.
2507
2508 2015-05-07 Gary Benson <gbenson@redhat.com>
2509
2510 * linux-thread-db.c (struct thread_db_info)
2511 <td_ta_map_id2thr_p>: Remove field.
2512 (try_thread_db_load_1): Remove initialization for the above.
2513
2514 2015-05-07 Gary Benson <gbenson@redhat.com>
2515
2516 * linux-thread-db.c (struct thread_db_info)
2517 <td_thr_validate_p>: Remove field.
2518 (try_thread_db_load_1): Remove initialization for the above.
2519
2520 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2521
2522 * compile/compile-object-load.c (compile_object_load): Support
2523 mst_text_gnu_ifunc.
2524
2525 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2526
2527 * compile/compile.c (compile_to_object): Make the cmd_string parameter
2528 const. Use new variables for the const compatibility.
2529 (eval_compile_command): Make the cmd_string parameter const.
2530 * compile/compile.h (eval_compile_command): Make the cmd_string
2531 parameter const.
2532
2533 2015-05-06 Joel Brobecker <brobecker@adacore.com>
2534
2535 * defs.h (deprecated_init_ui_hook): Delete. Remove associated
2536 comment.
2537 * top.c (deprecated_init_ui_hook): Delete.
2538 (gdb_init): Remove handling of deprecated_init_ui_hook.
2539 * interps.c (clear_interpreter_hooks): Remove handling of
2540 deprecated_init_ui_hook.
2541 * main.c (captured_main): Update comment.
2542
2543 2015-05-06 Joel Brobecker <brobecker@adacore.com>
2544
2545 * solib.c (_initialize_solib): Add "info dll" alias creation.
2546 * windows-nat.c (set_windows_aliases): Delete.
2547 (_initialize_windows_nat): Remove deprecated_init_ui_hook
2548 assignment.
2549 * NEWS: Add news entry about "info dll" now being available
2550 on all platforms.
2551
2552 2015-05-05 Joel Brobecker <brobecker@adacore.com>
2553
2554 * ada-lang.c (value_assign_to_component): Reformat and improve
2555 documentation. Remove all trailing spaces.
2556
2557 2015-05-05 Joel Brobecker <brobecker@adacore.com>
2558
2559 * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
2560 Stop counting inlined frames as soon as an out-of-line function
2561 is found.
2562
2563 2014-05-05 Pierre-Marie de Rodat <derodat@adacore.com>
2564
2565 * dwarf2read.c (inherit_abstract_dies): Skip
2566 DW_TAG_GNU_call_site dies while inheriting children of an
2567 abstract DIE into a scope.
2568 (read_lexical_block_scope): Inherit abstract DIE's for
2569 lexical scopes.
2570
2571 2015-05-05 Joel Brobecker <brobecker@adacore.com>
2572
2573 * ada-valprint.c (val_print_packed_array_elements): Delete
2574 variable "len". Add a type-length check when comparing two
2575 consecutive elements of the array. Use the element's actual
2576 length in call to value_contents_eq.
2577 * ada-lang.c (ada_value_primitive_packed_val): Always return
2578 a value whose type has been resolved.
2579
2580 2015-05-05 Joel Brobecker <brobecker@adacore.com>
2581
2582 * ada-lang.c (ada_value_primitive_packed_val): Recompute
2583 BIT_SIZE and LEN if the size of the resolved type is smaller
2584 than BIT_SIZE * HOST_CHAR_BIT.
2585
2586 2015-05-05 Joel Brobecker <brobecker@adacore.com>
2587
2588 * ada-lang.c (ada_value_primitive_packed_val): Use a more
2589 correct address in call to value_at. Adjust call to
2590 value_address accordingly.
2591
2592 2015-05-05 Joel Brobecker <brobecker@adacore.com>
2593
2594 * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
2595 to print it.
2596
2597 2015-05-05 Joel Brobecker <brobecker@adacore.com>
2598
2599 * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
2600 * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
2601 pinfo->valaddr.
2602 * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
2603 * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
2604 (resolve_dynamic_type_internal): Set pinfo.valaddr.
2605 Add handling of addr_stack->valaddr.
2606 (resolve_dynamic_type): Add "valaddr" parameter.
2607 Set pinfo.valaddr field.
2608 * ada-lang.c (ada_discrete_type_high_bound): Update call to
2609 resolve_dynamic_type.
2610 (ada_discrete_type_low_bound): Likewise.
2611 * findvar.c (default_read_var_value): Likewise.
2612 * value.c (value_from_contents_and_address): Likewise.
2613
2614 2015-05-05 Joel Brobecker <brobecker@adacore.com>
2615
2616 * gdbtypes.c (resolve_dynamic_array): Use
2617 create_array_type_with_stride instead of create_array_type.
2618
2619 2015-04-30 DJ Delorie <dj@redhat.com>
2620
2621 * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
2622 rl78_decode_opcode
2623
2624 2015-04-29 Doug Evans <dje@google.com>
2625
2626 PR python/18285
2627 * NEWS: Document new gdb.XMethodWorker.get_result_type method.
2628 * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
2629 EVAL_AVOID_SIDE_EFFECTS for xmethods.
2630 * extension-priv.h (struct extension_language_ops)
2631 <get_xmethod_result_type>: New member.
2632 * extension.c (get_xmethod_result_type): New function.
2633 * extension.h (get_xmethod_result_type): Declare.
2634 * python/py-xmethods.c (get_result_type_method_name): New static
2635 global.
2636 (py_get_result_type_method_name): Ditto.
2637 (gdbpy_get_xmethod_result_type): New function.
2638 (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
2639 * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
2640 * python/python.c (python_extension_ops): Add
2641 gdbpy_get_xmethod_result_type.
2642 * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
2643 * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
2644 xmethods.
2645 (value_x_unop): Ditto.
2646 * value.c (result_type_of_xmethod): New function.
2647 * value.h (result_type_of_xmethod): Declare.
2648
2649 2015-04-29 Gary Benson <gbenson@redhat.com>
2650
2651 * solib.c (solib_find_1): Allow fd argument to be NULL.
2652 (exec_file_find): Update comment.
2653 (solib_find): Likewise.
2654 * exec.c (exec_file_locate_attach): Use NULL as fd
2655 argument to exec_file_find to avoid having to close
2656 the opened file.
2657 * infrun.c (follow_exec): Likewise.
2658
2659 2015-04-28 Doug Evans <dje@google.com>
2660
2661 PR python/18299
2662 * python/lib/gdb/printing.py (register_pretty_printer): Handle
2663 name or __name__ attributes. Handle gdb module as first argument.
2664
2665 2015-04-28 Doug Evans <dje@google.com>
2666
2667 PR python/18089
2668 * python/py-prettyprint.c (print_children): Verify result of children
2669 iterator. Provide better error message.
2670 * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
2671 * python/python.c (gdbpy_print_python_errors_p): New function.
2672
2673 2015-04-28 Doug Evans <dje@google.com>
2674
2675 * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
2676
2677 2015-04-28 Sasha Smundak <asmundak@google.com>
2678
2679 * NEWS: Mention gdb.Type.optimized_out method.
2680 * python/py-type.c (typy_optimized_out): New function.
2681
2682 2015-04-28 John Baldwin <jhb@FreeBSD.org>
2683
2684 * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
2685
2686 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
2687
2688 * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
2689 (initialize_utils): Move call of init_page_info() to ...
2690 * top.c (gdb_init): ... here.
2691
2692 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
2693
2694 * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
2695 (tui_sigwinch_handler): Still update our idea of
2696 the terminal's width and height even when TUI is not active.
2697
2698 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
2699
2700 * utils.h (set_screen_width_and_height): Declare.
2701 * utils.c (set_screen_width_and_height): Define.
2702 * tui/tui-win.c (tui_update_gdb_sizes): Use it.
2703
2704 2015-04-28 Gary Benson <gbenson@redhat.com>
2705
2706 * infrun.c (solist.h): New include.
2707 (follow_exec): Use exec_file_find to prefix execd_pathname
2708 with gdb_sysroot.
2709
2710 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
2711
2712 * tui/tui-source.c (tui_set_source_content): Avoid calling
2713 strcpy() when offset is 0.
2714
2715 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
2716
2717 PR gdb/18155
2718 * tui/tui-data.c (tui_free_window): Don't free the locator
2719 window when passed an SRC_WIN or a DISASSEM_WIN.
2720
2721 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
2722
2723 * tui/tui-data.h (struct tui_win_element): Forward-declare.
2724 (tui_win_content): Move declaration.
2725 (struct tui_gen_win_info): Give 'content' field the
2726 type tui_win_content.
2727 * tui/tui-data.c (init_content_element): Remove redundant and
2728 erroneous casts.
2729 (tui_add_content_elements): Remove erroneous cast.
2730 * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
2731 casts.
2732 (tui_get_begin_asm_address): Likewise.
2733 * tui/tui-regs.c (tui_show_registers): Likewise.
2734 (tui_show_register_group): Likewise.
2735 (tui_display_registers_from): Likewise.
2736 (tui_check_register_values): Likewise.
2737 * tui/tui-source.c (tui_set_source_content): Likewise.
2738 (tui_set_source_content_nil): Likewise.
2739 (tui_source_is_displayed): Likewise.
2740 * tui/tui-stack.c (tui_show_locator_content): Likewise.
2741 (tui_set_locator_fullname): Likewise.
2742 (tui_set_locator_info): Likewise.
2743 (tui_show_frame_info): Likewise.
2744 * tui/tui-winsource.c (tui_clear_source_content): Likewise.
2745 (tui_show_source_line): Likewise.
2746 (tui_horizontal_source_scroll): Likewise.
2747 (tui_update_breakpoint_info): Likewise.
2748 (tui_set_exec_info_content): Likewise.
2749 (tui_show_exec_info_content): Likewise.
2750 (tui_alloc_source_buffer): Likewise.
2751 (tui_line_is_displayed): Likewise.
2752 (tui_addr_is_displayed): Likewise.
2753
2754 2015-04-27 John Baldwin <jhb@FreeBSD.org>
2755
2756 * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
2757 event if PL_FLAG_EXEC is set.
2758 [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
2759 [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
2760 (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
2761 "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
2762 Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
2763
2764 2015-04-27 John Baldwin <jhb@FreeBSD.org>
2765
2766 * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
2767 [TDP_RFPPWAIT] New variable fbsd_pending_children.
2768 [TDP_RFPPWAIT] (fbsd_remember_child): New function.
2769 [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
2770 [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
2771 [PT_LWPINFO] (fbsd_wait): New function.
2772 [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
2773 [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
2774 [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
2775 [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
2776 [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
2777 [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
2778 [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
2779 [TDP_RFPPWAIT] (fbsd_post_attach): New function.
2780 (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
2781 "fbsd_wait".
2782 [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
2783 Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
2784 Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
2785 Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
2786 Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
2787 Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
2788 Set "to_post_attach" to "fbsd_post_attach".
2789
2790 2015-04-27 John Baldwin <jhb@FreeBSD.org>
2791
2792 * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
2793 (fbsd_find_memory_regions): Mark static.
2794 (fbsd_nat_add_target): New function.
2795 * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
2796 fbsd_pid_to_exec_file and fbsd_find_memory_regions.
2797 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
2798 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
2799 * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
2800 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
2801
2802 2015-04-27 Gary Benson <gbenson@redhat.com>
2803
2804 * objfiles.c (allocate_objfile): Do not attempt to expand name
2805 if name is a "target:" filename.
2806 * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
2807 to load auto-load scripts for objfiles with "target:" filenames.
2808
2809 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
2810
2811 * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
2812 (enum s390_vector_abi_kind): New enum.
2813 (struct gdbarch_tdep)<vector_abi>: New field.
2814 (s390_effective_inner_type): Add parameter min_size. Stop
2815 unwrapping if the inner type is smaller than min_size.
2816 (s390_function_arg_float): Adjust call to
2817 s390_effective_inner_type.
2818 (s390_function_arg_vector): New function.
2819 (s390_function_arg_integer): Adjust comment.
2820 (struct s390_arg_state)<vr>: New field.
2821 (s390_handle_arg): Add parameter 'is_unnamed'. Pass vector
2822 arguments according to vector ABI when appropriate.
2823 (s390_push_dummy_call): Initialize the argument state's field
2824 'vr'. Adjust calls to s390_handle_arg.
2825 (s390_register_return_value): Handle vector return values.
2826 (s390_return_value): Apply the "register" return value convention
2827 to a vector when appropriate.
2828 (s390_gdbarch_init): Initialize tdep->vector_abi.
2829 * NEWS: Announce S390 vector ABI support.
2830
2831 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
2832
2833 * s390-linux-tdep.c (s390_return_value_convention): Remove
2834 function. Inline its logic...
2835 (s390_return_value): ...here. Instead, move the handling of the
2836 "register" return value convention...
2837 (s390_register_return_value): ...here. New function.
2838
2839 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
2840
2841 * s390-linux-tdep.c
2842 (is_float_singleton): Remove function. Move the "singleton" part
2843 of the logic...
2844 (s390_effective_inner_type): ...here. New function.
2845 (is_float_like): Remove function. Inline its logic...
2846 (s390_function_arg_float): ...here.
2847 (is_pointer_like, is_integer_like, is_struct_like): Remove
2848 functions. Inline their logic...
2849 (s390_function_arg_integer): ...here.
2850 (s390_function_arg_pass_by_reference): Remove function.
2851 (extend_simple_arg): Remove function.
2852 (alignment_of): Remove function.
2853 (struct s390_arg_state): New structure.
2854 (s390_handle_arg): New function.
2855 (s390_push_dummy_call): Move parameter placement logic to the new
2856 function s390_handle_arg. Call it for calculating the stack area
2857 sizes first, and again for actually writing the parameters.
2858
2859 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
2860
2861 * s390-linux-tdep.c (is_power_of_two): Add comment. Return
2862 false if the argument is zero.
2863
2864 2015-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
2865
2866 * ada-lang.c (template_to_static_fixed_type): Return input type
2867 when it is already fixed. Cache the input type itself when not
2868 creating a static fixed copy. Make it explicit that we never
2869 molestate the input type.
2870 * gdbtypes.c (resolve_dynamic_struct): Reset the
2871 TYPE_TARGET_TYPE field for resolved copies.
2872
2873 2015-04-27 Joel Brobecker <brobecker@adacore.com>
2874
2875 * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
2876 (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
2877 (template_to_static_fixed_type): Call ada_check_typedef only
2878 when necessary.
2879
2880 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2881
2882 * cli/cli-dump.c (srec_dump_command): Add internationalization
2883 mark ups.
2884 (ihex_dump_command): Likewise.
2885 (tekhex_dump_command): Likewise.
2886 (binary_dump_command): Likewise.
2887 (binary_append_command): Likewise.
2888
2889 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2890
2891 * cli/cli-dump.c (verilog_cmdlist): New variable.
2892 (dump_verilog_memory): New function.
2893 (dump_verilog_value): New function.
2894 (verilog_dump_command): New function.
2895 (_initialize_cli_dump): Add new commands to support verilog dump
2896 format.
2897 * NEWS: Add entry for "dump verilog".
2898
2899 2015-04-24 Pierre-Marie de Rodat <derodat@adacore.com>
2900
2901 * gdbtypes.c (print_gnat_stuff): Do not recurse on the
2902 descriptive type when there is none.
2903
2904 2015-04-23 Patrick Palka <patrick@parcs.ath.cx>
2905
2906 * tui/tui-win.c (tui_async_resize_screen): Call
2907 rl_resize_terminal().
2908
2909 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
2910
2911 * windows-nat.c (handle_output_debug_string): Don't change
2912 current_event.dwThreadId.
2913 (get_windows_debug_event): Use thread_id, rather than relying on
2914 current_event.dwThreadId being changed.
2915
2916 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
2917
2918 * windows-nat.c (windows_continue): Report an error if
2919 ContinueDebugEvent() fails.
2920
2921 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
2922
2923 * windows-nat.c (windows_resume): Fix misspelling in debug output.
2924
2925 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
2926
2927 * windows-nat.c (get_windows_debug_event): Replace retval with
2928 thread_id throughout. Update stale comment.
2929
2930 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
2931
2932 * windows-nat.c (get_windows_debug_event): Don't use ternary
2933 conditional operator.
2934
2935 2015-04-21 Pierre Muller <muller@sourceware.org>
2936
2937 PR pascal/17815
2938 p-exp.y (yylex): Reorganize code to return the matched pattern
2939 for a field of this.
2940
2941 2015-04-21 Gary Benson <gbenson@redhat.com>
2942
2943 * common/fileio.h (fileio_to_host_openflags): New declaration.
2944 * common/fileio.c (fcntl.h): New include.
2945 (fileio_to_host_openflags): New function, factored out from...
2946 * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
2947 Single use updated.
2948
2949 2015-04-21 Kevin Buettner <kevinb@redhat.com>
2950
2951 * rl78-tdep.c (RL78_SP_ADDR): Define.
2952 (opc_reg_to_gdb_regnum): New static function.
2953 (rl78_analyze_prologue): Recognize instructions forming slightly
2954 more interesting prologues.
2955
2956 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
2957
2958 Revert:
2959 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
2960 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
2961 TYPE_CODE_REF types so that they are not considered as dynamic
2962 depending on the referenced type.
2963 (resolve_dynamic_type_internal): Likewise.
2964
2965 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
2966
2967 Revert:
2968 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
2969 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
2970 "top_level" parameter.
2971 (resolve_dynamic_type_internal): Remove the unused "top_level"
2972 parameter. Update call to is_dynamic_type_internal.
2973 (is_dynamic_type): Update call to is_dynamic_type_internal.
2974 (resolve_dynamic_range): Update call to
2975 resolve_dynamic_type_internal.
2976 (resolve_dynamic_union): Likewise.
2977 (resolve_dynamic_struct): Likewise.
2978 (resolve_dynamic_type): Likewise.
2979
2980 2015-04-19 Gabriel Krisman Bertazi <gabriel@krisman.be>
2981
2982 * breakpoint.c (update_dprintf_command_list): Remove duplicated
2983 xmalloc.
2984
2985 2015-04-20 Thomas Schwinge <thomas@codesourcery.com>
2986
2987 * reply_mig_hack.awk: Robustify parsing.
2988
2989 * reply_mig_hack.awk: Don't bother to declare an intermediate
2990 function pointer variable.
2991
2992 2015-04-17 Doug Evans <dje@google.com>
2993
2994 * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
2995 to "exec_displacement" to avoid confusion with inner use of the name.
2996
2997 2015-04-17 Pedro Alves <palves@redhat.com>
2998
2999 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
3000 if HW point of TYPE isn't supported.
3001
3002 2015-04-17 Yao Qi <yao.qi@linaro.org>
3003 Pedro Alves <palves@redhat.com>
3004
3005 * target.h (target_can_use_hardware_watchpoint): Update comments.
3006 Remove trailing ";".
3007
3008 2015-04-17 Gary Benson <gbenson@redhat.com>
3009
3010 * remote.c (remote_add_inferior): New argument try_open_exec.
3011 If nonzero, attempt to open the inferior's executable file as
3012 the main executable if no main executable is open already.
3013 All callers updated.
3014 * NEWS: Mention that GDB now supports automatic location and
3015 retrieval of executable + files from remote targets.
3016
3017 2015-04-17 Gary Benson <gbenson@redhat.com>
3018
3019 * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
3020 * remote.c (PACKET_qXfer_exec_file): Likewise.
3021 (remote_protocol_features): Register the
3022 "qXfer:exec-file:read" feature.
3023 (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
3024 (remote_pid_to_exec_file): New function.
3025 (init_remote_ops): Initialize to_pid_to_exec_file.
3026 (_initialize_remote): Register new "set/show remote
3027 pid-to-exec-file-packet" command.
3028 * NEWS: Announce new qXfer:exec-file:read packet.
3029
3030 2015-04-17 Gary Benson <gbenson@redhat.com>
3031
3032 * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
3033 New declaration.
3034 * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
3035 New function, factored out from...
3036 * linux-nat.c (linux_child_pid_to_exec_file): ...here.
3037
3038 2015-04-17 Gary Benson <gbenson@redhat.com>
3039
3040 * exec.c (solist.h): New include.
3041 (exec_file_locate_attach): Prefix absolute executable
3042 paths with gdb_sysroot if set.
3043 * NEWS: Mention that executable paths may be prepended
3044 with sysroot.
3045
3046 2015-04-17 Gary Benson <gbenson@redhat.com>
3047
3048 * solist.h (exec_file_find): New declaration.
3049 * solib.c (solib_find_1): New function, factored out from...
3050 (solib_find): ...here.
3051 (exec_file_find): New function.
3052
3053 2015-04-17 Gary Benson <gbenson@redhat.com>
3054
3055 * gdbcore.h (exec_file_locate_attach): New declaration.
3056 * exec.c (exec_file_locate_attach): New function, factored
3057 out from...
3058 * infcmd.c (attach_command_post_wait): ...here.
3059
3060 2015-04-17 Mike Frysinger <vapier@gentoo.org>
3061
3062 * MAINTAINERS: Add myself for Blackfin/write-after-approval.
3063
3064 2015-04-16 Yao Qi <yao.qi@linaro.org>
3065
3066 * infrun.c (maybe_software_singlestep): Declare.
3067 (displaced_step_fixup): Call maybe_software_singlestep.
3068
3069 2015-04-15 Doug Evans <dje@google.com>
3070
3071 * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
3072
3073 2015-04-15 Doug Evans <dje@google.com>
3074
3075 * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
3076
3077 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
3078
3079 * python/lib/gdb/command/unwinders.py: Add parentheses.
3080
3081 2015-04-15 Yao Qi <yao.qi@linaro.org>
3082
3083 * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
3084
3085 2015-04-15 Yao Qi <yao.qi@linaro.org>
3086
3087 * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
3088
3089 2015-04-15 Yao Qi <yao.qi@linaro.org>
3090
3091 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
3092 dsc->insn_size instead of 4.
3093
3094 2015-04-14 Gary Benson <gbenson@redhat.com>
3095
3096 * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
3097 * minidebug.c (lzma_stat): Likewise.
3098 * solib-spu.c (spu_bfd_iovec_stat): Likewise.
3099 * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
3100
3101 2015-04-13 Stan Shebs <stanshebs@google.com>
3102
3103 * MAINTAINERS: Update my email address.
3104
3105 2015-04-13 John Baldwin <jhb@FreeBSD.org>
3106
3107 * amd64-tdep.c (amd64_target_description): New function.
3108 * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
3109 * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
3110 (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
3111 x86 extended save area.
3112 (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
3113 * amd64bsd-nat.h: Export amd64bsd_xsave_len.
3114 * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
3115 (_initialize_amd64fbsd_nat): Set "to_read_description" to
3116 "amd64fbsd_read_description".
3117 * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
3118 (amd64fbsd_supply_xstateregset): New function.
3119 (amd64fbsd_collect_xstateregset): New function.
3120 Add "amd64fbsd_xstateregset".
3121 (amd64fbsd_iterate_over_regset_sections): New function.
3122 (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
3123 "I386_FBSD_XSAVE_XCR0_OFFSET".
3124 Add "iterate_over_regset_sections" gdbarch method.
3125 Add "core_read_description" gdbarch method.
3126 * i386-tdep.c (i386_target_description): New function.
3127 * i386-tdep.h: Export i386_target_description and tdesc_i386.
3128 * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
3129 (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
3130 x86 extended save area.
3131 (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
3132 * i386bsd-nat.h: Export i386bsd_xsave_len.
3133 * i386fbsd-nat.c (i386fbsd_read_description): New function.
3134 (_initialize_i386fbsd_nat): Set "to_read_description" to
3135 "i386fbsd_read_description".
3136 * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
3137 (i386fbsd_core_read_description): New function.
3138 (i386fbsd_supply_xstateregset): New function.
3139 (i386fbsd_collect_xstateregset): New function.
3140 Add "i386fbsd_xstateregset".
3141 (i386fbsd_iterate_over_regset_sections): New function.
3142 (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
3143 "I386_FBSD_XSAVE_XCR0_OFFSET".
3144 Add "iterate_over_regset_sections" gdbarch method.
3145 Add "core_read_description" gdbarch method.
3146 * i386fbsd-tdep.h: New file.
3147
3148 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3149
3150 * NEWS (Changes since GDB 7.9): Add removed -xdb.
3151 * breakpoint.c (command_line_is_silent): Remove xdb_commands
3152 conditional.
3153 (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
3154 and lb.
3155 * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
3156 va.
3157 * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
3158 conditional.
3159 * defs.h (xdb_commands): Remove declaration.
3160 * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
3161 * guile/scm-cmd.c (command_classes): Remove xdb from comment.
3162 * infcmd.c (run_no_args_command, go_command): Remove.
3163 (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
3164 * infrun.c (xdb_handle_command): Remove.
3165 (_initialize_infrun): Remove xdb_commands for lz and z.
3166 * main.c (xdb_commands): Remove variable.
3167 (captured_main): Remove "xdb" from long_options.
3168 (print_gdb_help): Remove --xdb from help.
3169 * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
3170 * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
3171 * stack.c (backtrace_full_command, args_plus_locals_info)
3172 (current_frame_command): Remove.
3173 (_initialize_stack): Remove xdb_commands for t, T and l.
3174 * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
3175 * thread.c (_initialize_thread): Remove xdb_commands condition.
3176 * tui/tui-layout.c (tui_toggle_layout_command)
3177 (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
3178 (_initialize_tui_layout): Remove xdb_commands for td and ts.
3179 * tui/tui-regs.c (tui_scroll_regs_forward_command)
3180 (tui_scroll_regs_backward_command): Remove.
3181 (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
3182 * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
3183 (_initialize_tui_win): Remove xdb_commands for U and w.
3184 * utils.c (pagination_on_command, pagination_off_command): Remove.
3185 (initialize_utils): Remove xdb_commands for am and sm.
3186
3187 2015-04-10 Pedro Alves <palves@redhat.com>
3188
3189 * infrun.c (displaced_step_fixup): Switch to the event ptid
3190 earlier. If the thread stopped for a watchpoint and the
3191 target/arch has non-continuable watchpoints, cancel the displaced
3192 step.
3193 (resume): Don't start a displaced step if in-line step-over info
3194 is valid.
3195
3196 2015-04-10 Pedro Alves <palves@redhat.com>
3197
3198 * infrun.c (displaced_step_in_progress): New function.
3199 (do_target_resume): Advise target to report all signals if
3200 displaced stepping.
3201
3202 2015-04-10 Pedro Alves <palves@redhat.com>
3203
3204 PR gdb/18216
3205 * infrun.c (process_event_stop_test): Don't assume a step-resume
3206 is set if tp->stepped_breakpoint is true.
3207
3208 2015-04-10 Yao Qi <yao.qi@linaro.org>
3209
3210 * arm-tdep.c (install_alu_reg): Update comment.
3211 (thumb_copy_alu_reg): Remove local variable rn. Update
3212 debugging message. Use r2 instead of r1 in the modified
3213 instruction.
3214
3215 2015-04-10 Pedro Alves <palves@redhat.com>
3216
3217 PR gdb/13858
3218 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
3219 linux_displaced_step_location as gdbarch_displaced_step_location
3220 hook.
3221 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
3222 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
3223 * linux-tdep.c (linux_displaced_step_location): New function,
3224 based on ppc_linux_displaced_step_location.
3225 * linux-tdep.h (linux_displaced_step_location): New declaration.
3226 * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
3227 (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
3228 Delete.
3229 (ppc_linux_init_abi): Install linux_displaced_step_location as
3230 gdbarch_displaced_step_location hook, even without Cell/B.E..
3231 (_initialize_ppc_linux_tdep): Don't install
3232 ppc_linux_inferior_created as inferior_created observer.
3233 * s390-linux-tdep.c (s390_gdbarch_init): Install
3234 linux_displaced_step_location as gdbarch_displaced_step_location
3235 hook.
3236
3237 2015-04-09 Gary Benson <gbenson@redhat.com>
3238
3239 * common/common-remote-fileio.h: Rename to...
3240 * common/fileio.h: ...this. Update all references.
3241 (remote_fileio_to_fio_error): Rename to...
3242 (host_to_fileio_error): ...this.
3243 (remote_fileio_to_be): Rename to...
3244 (host_to_bigendian): ...this. Update all callers.
3245 (remote_fileio_to_fio_uint): Rename to...
3246 (host_to_fileio_uint): ...this. Update all callers.
3247 (remote_fileio_to_fio_time): Rename to...
3248 (host_to_fileio_time): ...this. Update all callers.
3249 (remote_fileio_to_fio_stat): Rename to...
3250 (host_to_fileio_stat): ...this.
3251 Update all references.
3252 * common/common-remote-fileio.c: Rename to...
3253 * common/fileio.c: ...this. Update all references.
3254 (remote_fileio_to_fio_error): Rename to...
3255 (host_to_fileio_error): ...this. Update all callers.
3256 (remote_fileio_mode_to_target): Rename to...
3257 (fileio_mode_pack): ...this. Update all callers.
3258 (remote_fileio_to_fio_mode): Rename to...
3259 (host_to_fileio_mode): ...this. Update all callers.
3260 (remote_fileio_to_fio_ulong): Rename to...
3261 (host_to_fileio_ulong): ...this. Update all callers.
3262 (remote_fileio_to_fio_stat): Rename to...
3263 (host_to_fileio_stat): ...this. Update all callers.
3264
3265 2015-04-09 Andy Wingo <wingo@igalia.com>
3266
3267 * guile/scm-frame.c (gdbscm_frame_read_register): New function.
3268 (frame_functions): Bind gdbscm_frame_read_register to
3269 frame-read-register.
3270 * guile/lib/gdb.scm (frame-read-register): Export.
3271
3272 2015-04-09 Gary Benson <gbenson@redhat.com>
3273
3274 * common/common-remote-fileio.h (remote_fileio_to_fio_error):
3275 New declaration.
3276 * common/common-remote-fileio.c (remote_fileio_to_fio_error):
3277 New function, factored out the named functions below.
3278 * inf-child.c (gdb/fileio.h): Remove include.
3279 (common-remote-fileio.h): New include.
3280 (inf_child_errno_to_fileio_error): Remove function. Update
3281 all callers to use remote_fileio_to_fio_error.
3282 * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
3283
3284 2015-04-09 Andy Wingo <wingo@igalia.com>
3285
3286 * MAINTAINERS (Write After Approval): Add Andy Wingo.
3287
3288 2015-04-09 H.J. Lu <hongjiu.lu@intel.com>
3289
3290 * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
3291 Replace $zlibdir with $ZLIBDIR in LDFLAGS.
3292 * configure: Regenerated.
3293
3294 2015-04-09 Pedro Alves <palves@redhat.com>
3295
3296 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
3297 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
3298 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
3299 * gnulib/import/Makefile.am: Update.
3300 * gnulib/import/Makefile.in: Update.
3301 * gnulib/import/m4/gnulib-cache.m4: Update.
3302 * gnulib/import/m4/gnulib-comp.m4: Update.
3303 * gnulib/import/m4/strtok_r.m4: New file.
3304 * gnulib/import/strtok_r.c: New file.
3305
3306 2015-04-09 Pedro Alves <palves@redhat.com>
3307
3308 * gnulib/update-gnulib.sh (aclocal version check): Filter out
3309 "called too early to check prototype".
3310
3311 2015-04-08 Sergio Durigan Junior <sergiodj@redhat.com>
3312
3313 PR python/16699
3314 * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
3315 use a caching mechanism. Adjust comments and code to reflect
3316 that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
3317 (cmdpy_completer_handle_brkchars): Adjust call to
3318 cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'.
3319 (cmdpy_completer): Likewise.
3320
3321 2015-04-08 Yao Qi <yao.qi@linaro.org>
3322
3323 * spu-tdep.c (spu_gdbarch_init): Don't call
3324 set_gdbarch_cannot_step_breakpoint.
3325
3326 2015-04-07 Sergio Durigan Junior <sergiodj@redhat.com>
3327
3328 * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
3329
3330 2015-04-07 Pedro Alves <palves@redhat.com>
3331
3332 * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
3333 (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
3334 (delete_exited_threads): New declaration.
3335 * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
3336 * linux-nat.c (linux_nat_update_thread_list): New function.
3337 (linux_nat_add_target): Install it.
3338 * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
3339 * thread.c (prune_threads): Use ALL_THREADS_SAFE.
3340 (delete_exited_threads): New function.
3341
3342 2015-04-07 Pedro Alves <pedro@codesourcery.com>
3343
3344 * infrun.c (resume) <displaced stepping debug output>: Get the
3345 leader thread's regcache, not resume_ptid's.
3346
3347 2015-04-06 Doug Evans <xdje42@gmail.com>
3348
3349 * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
3350 VAR_DOMAIN.
3351 (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
3352 Include symbol domain in debugging output.
3353
3354 2015-04-06 Pedro Alves <palves@redhat.com>
3355 Bernd Edlinger <bernd.edlinger@hotmail.de>
3356
3357 * configure.ac: Remove the mingw32-specific stub-termcap.o
3358 fallback, and instead fallback to the stub termcap on all hosts.
3359 * configure: Regenerate.
3360 * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
3361 symbols.
3362
3363 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
3364
3365 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
3366 "top_level" parameter.
3367 (resolve_dynamic_type_internal): Remove the unused "top_level"
3368 parameter. Update call to is_dynamic_type_internal.
3369 (is_dynamic_type): Update call to is_dynamic_type_internal.
3370 (resolve_dynamic_range): Update call to
3371 resolve_dynamic_type_internal.
3372 (resolve_dynamic_union): Likewise.
3373 (resolve_dynamic_struct): Likewise.
3374 (resolve_dynamic_type): Likewise.
3375
3376 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
3377
3378 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
3379 TYPE_CODE_REF types so that they are not considered as dynamic
3380 depending on the referenced type.
3381 (resolve_dynamic_type_internal): Likewise.
3382
3383 2015-04-02 H.J. Lu <hongjiu.lu@intel.com>
3384
3385 * Makefile.in (top_srcdir): New.
3386 * configure: Regenerated.
3387
3388 2015-04-02 Gary Benson <gbenson@redhat.com>
3389
3390 * NEWS: Announce the new default sysroot of "target:".
3391
3392 2015-04-02 Gary Benson <gbenson@redhat.com>
3393
3394 * main.c (captured_main): Set gdb_sysroot to "target:"
3395 if not otherwise set.
3396
3397 2015-04-02 Gary Benson <gbenson@redhat.com>
3398
3399 * exec.c (exec_file_attach): Support "target:" filenames.
3400
3401 2015-04-02 Gary Benson <gbenson@redhat.com>
3402
3403 * solib.c (solib_find): Strip "target:" prefix from sysroot
3404 if accessing local files.
3405
3406 2015-04-02 Gary Benson <gbenson@redhat.com>
3407
3408 * symfile.c (symfile_bfd_open): Reorder to remove duplicated
3409 checks and error messages.
3410
3411 2015-04-02 Gary Benson <gbenson@redhat.com>
3412
3413 * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
3414 (remote_filename_p): Remove declaration.
3415 (remote_bfd_open): Likewise.
3416 * remote.c (remote_bfd_iovec_open): Remove function.
3417 (remote_bfd_iovec_close): Likewise.
3418 (remote_bfd_iovec_pread): Likewise.
3419 (remote_bfd_iovec_stat): Likewise.
3420 (remote_filename_p): Likewise.
3421 (remote_bfd_open): Likewise.
3422 * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
3423 * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
3424 (gdb_bfd_open_maybe_remote): Remove function.
3425 (symfile_bfd_open): Replace remote filename check with
3426 target filename check.
3427 (reread_symbols): Use gdb_bfd_open.
3428 * build-id.c (gdbcore.h): New include.
3429 (build_id_to_debug_bfd): Use gdb_bfd_open.
3430 * infcmd.c (attach_command_post_wait): Remove remote filename
3431 check.
3432 * solib.c (solib_find): Replace remote-specific handling with
3433 target-specific handling. Update comments where necessary.
3434 (solib_bfd_open): Replace remote-specific handling with
3435 target-specific handling.
3436 (gdb_sysroot_changed): New function.
3437 (_initialize_solib): Call the above when gdb_sysroot changes.
3438 * windows-tdep.c (gdbcore.h): New include.
3439 (windows_xfer_shared_library): Use gdb_bfd_open.
3440
3441 2015-04-02 Gary Benson <gbenson@redhat.com>
3442
3443 * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
3444 (is_target_filename): New declaration.
3445 (gdb_bfd_has_target_filename): Likewise.
3446 (gdb_bfd_open): Update documentation comment.
3447 * gdb_bfd.c (target.h): New include.
3448 (gdb/fileio.h): Likewise.
3449 (is_target_filename): New function.
3450 (gdb_bfd_has_target_filename): Likewise.
3451 (fileio_errno_to_host): Likewise.
3452 (gdb_bfd_iovec_fileio_open): Likewise.
3453 (gdb_bfd_iovec_fileio_pread): Likewise.
3454 (gdb_bfd_iovec_fileio_close): Likewise.
3455 (gdb_bfd_iovec_fileio_fstat): Likewise.
3456 (gdb_bfd_open): Use target fileio to access paths prefixed
3457 with "target:" where necessary.
3458
3459 2015-04-02 Gary Benson <gbenson@redhat.com>
3460
3461 * target.h (struct target_ops) <to_filesystem_is_local>:
3462 New field.
3463 (target_filesystem_is_local): New macro.
3464 * target-delegates.c: Regenerate.
3465 * remote.c (remote_filesystem_is_local): New function.
3466 (init_remote_ops): Initialize to_filesystem_is_local.
3467
3468 2015-04-02 Gary Benson <gbenson@redhat.com>
3469
3470 * target.h (struct target_ops) <to_fileio_fstat>: New field.
3471 (target_fileio_fstat): New declaration.
3472 * target.c (target_fileio_fstat): New function.
3473 * inf-child.c (inf_child_fileio_fstat): Likewise.
3474 (inf_child_target): Initialize to_fileio_fstat.
3475 * remote.c (init_remote_ops): Likewise.
3476
3477 2015-04-01 Sasha Smundak <asmundak@google.com>
3478
3479 * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
3480 (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
3481 (py-unwind.o): New recipe.
3482 * NEWS: mention Python frame unwinding.
3483 * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
3484 gdb/unwinder.py and gdb/command/unwinder.py
3485 * python/lib/gdb/__init__.py (packages): Add frame_unwinders
3486 list.
3487 (execute_unwinders): New function.
3488 * python/lib/gdb/command/unwinders.py: New file.
3489 * python/lib/gdb/unwinder.py: New file.
3490 * python/py-objfile.c (objfile_object): Add frame_unwinders field.
3491 (objfpy_dealloc): Decrement frame_unwinders reference count.
3492 (objfpy_initialize): Create frame_unwinders list.
3493 (objfpy_get_frame_unwinders): New function.
3494 (objfpy_set_frame_unwinders): Ditto.
3495 (objfile_getset): Add frame_unwinders attribute to Objfile.
3496 * python/py-progspace.c (pspace_object): Add frame_unwinders field.
3497 (pspy_dealloc): Decrement frame_unwinders reference count.
3498 (pspy_initialize): Create frame_unwinders list.
3499 (pspy_get_frame_unwinders): New function.
3500 (pspy_set_frame_unwinders): Ditto.
3501 (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
3502 * python/py-unwind.c: New file.
3503 * python/python-internal.h (pspy_get_name_unwinders): New prototype.
3504 (objpy_get_frame_unwinders): New prototype.
3505 (gdbpy_initialize_unwind): New prototype.
3506 * python/python.c (gdbpy_apply_type_printers): Call
3507 gdbpy_initialize_unwind.
3508
3509 2015-04-01 Pedro Alves <palves@redhat.com>
3510
3511 * infrun.c (resume): Check currently_stepping after clearing
3512 stepped_breakpoint, not before.
3513
3514 2015-04-01 Pedro Alves <palves@redhat.com>
3515
3516 * infrun.c (print_target_wait_results): Print all the ptid
3517 elements.
3518
3519 2015-04-01 Pedro Alves <palves@redhat.com>
3520
3521 * infrun.c (keep_going): Also discard cleanups if inserting
3522 breakpoints fails.
3523
3524 2015-04-01 Pedro Alves <palves@redhat.com>
3525
3526 * infrun.c (wait_for_inferior): Install the
3527 finish_thread_state_cleanup cleanup across the whole function, not
3528 just around handle_inferior_event.
3529
3530 2015-04-01 Pedro Alves <palves@redhat.com>
3531
3532 * infrun.c (resume) <step past permanent breakpoint>: Use
3533 do_target_resume.
3534
3535 2015-04-01 Pedro Alves <palves@redhat.com>
3536
3537 * linux-nat.c (linux_handle_extended_wait): Always call set_running.
3538
3539 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
3540
3541 * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
3542
3543 2015-04-01 Pedro Alves <palves@redhat.com>
3544
3545 * linux-thread-db.c (record_thread): Readd the thread to gdb's
3546 list if it was marked exited.
3547
3548 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
3549
3550 * configure: Regenerated.
3551
3552 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
3553 Jan Kratochvil <jan.kratochvil@redhat.com>
3554 Oleg Nesterov <oleg@redhat.com>
3555
3556 PR corefiles/16092
3557 * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
3558 New enum identifying the various options of the coredump_filter
3559 file.
3560 (struct smaps_vmflags): New struct.
3561 (use_coredump_filter): New variable.
3562 (decode_vmflags): New function.
3563 (mapping_is_anonymous_p): Likewise.
3564 (dump_mapping_p): Likewise.
3565 (linux_find_memory_regions_full): New variables
3566 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
3567 Removed variable 'modified'. Read /proc/<PID>/smaps file; improve
3568 parsing of its information. Implement memory mapping filtering
3569 based on its contents.
3570 (show_use_coredump_filter): New function.
3571 (_initialize_linux_tdep): New command 'set use-coredump-filter'.
3572 * NEWS: Mention the possibility of using the
3573 '/proc/PID/coredump_filter' file when generating a corefile.
3574 Mention new command 'set use-coredump-filter'.
3575
3576 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
3577
3578 * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
3579 read_memory_unsigned_integer.
3580
3581 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
3582
3583 * Makefile.in (ZLIB): New.
3584 (ZLIBINC): Likewise.
3585 (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
3586 (CLIBS): Add $(ZLIB).
3587 * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
3588 Add -lz to LIBS.
3589 * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
3590 * top.c (print_gdb_configuration): Remove --with-zlib and
3591 --without-zlib.
3592 * config.in: Regenerated.
3593 * configure: Likewise.
3594
3595 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
3596
3597 * NEWS: Mention info os cpus support.
3598 * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
3599 (struct osdata_type): Add cpus entry, reorder the entries in
3600 alphabetical order.
3601
3602 2015-03-31 Matthias Klose <doko@ubuntu.com>
3603
3604 * compile/compile.c (compile_to_object): Allow triplets with or
3605 without vendor set.
3606
3607 2015-03-30 Doug Evans <dje@google.com>
3608
3609 PR c++/18141
3610 * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
3611 klass in VAR_DOMAIN.
3612
3613 2015-03-30 Gary Benson <gbenson@redhat.com>
3614
3615 * remote.c (remote_mourn_1): Remove function. Update all callers
3616 to use remote_mourn.
3617 (extended_remote_mourn_1): Remove function. Update all callers
3618 to use extended_remote_mourn.
3619 (extended_remote_attach_1): Remove function. Update all callers
3620 to use extended_remote_attach.
3621
3622 2015-03-28 James Bowman <james.bowman@ftdichip.com>
3623
3624 * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
3625 (HFILES_NO_SRCDIR): Add ft32-tdep.h.
3626 (ALLDEPFILES): Add ft32-tdep.c.
3627 * configure.tgt: Add FT32 entry.
3628 * ft32-tdep.c: New file, FT32 target-dependent code.
3629 * ft32-tdep.h: New file, FT32 target-dependent code.
3630
3631 2015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3632
3633 Revert:
3634 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3635 Code cleanup.
3636 * printcmd.c (print_command_1): Move expr variable scope.
3637
3638 2015-03-27 Joel Brobecker <brobecker@adacore.com>
3639
3640 * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
3641
3642 2015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
3643
3644 * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
3645 sections.
3646
3647 2015-03-26 Joel Brobecker <brobecker@adacore.com>
3648
3649 * dtrace-probe.c (dtrace_process_dof_probe): Contain any
3650 exception raised while parsing the probe arguments.
3651 Force parsing to be done using the C language parser.
3652 * expression.h (parse_expression_with_language): Declare.
3653 * parse.c (parse_expression_with_language): New function.
3654
3655 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
3656
3657 * MAINTAINERS (Write After Approval): Add "Jon Turney".
3658
3659 2015-03-26 Andy Wingo <wingo@igalia.com>
3660
3661 PR symtab/18148
3662 * dwarf2read.c (struct partial_die_info): Add has_const_value
3663 member.
3664 (add_partial_symbol): Don't punt on symbols that have const_value
3665 attributes.
3666 (read_partial_die): Detect DW_AT_const_value.
3667
3668 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3669
3670 Code cleanup.
3671 * printcmd.c (print_command_1): Move expr variable scope.
3672
3673 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3674
3675 Code cleanup.
3676 * printcmd.c (validate_format): Make the parameter cmdname const.
3677
3678 2015-03-26 Don Breazeal <donb@codesourcery.com>
3679
3680 * remote.c (_initialize_remote): Update comment.
3681
3682 2015-03-26 Pedro Alves <palves@redhat.com>
3683 Jon TURNEY <jon.turney@dronecode.org.uk>
3684
3685 * coffread.c (coff_symfile_read): When constructing the name of an
3686 import stub symbol from import symbol for amd64, only skip the
3687 char after _imp_ if the target is underscored (like i386) and the
3688 char is indeed the target's leading char.
3689
3690 2015-03-25 Pedro Alves <palves@redhat.com>
3691
3692 * target.h <to_async>: Replace 'callback' and 'context' parameters
3693 with boolean 'enable' parameter.
3694 (target_async): Replace CALLBACK and CONTEXT parameters with
3695 boolean ENABLE parameter.
3696 * inf-loop.c (inferior_event_handler): Adjust.
3697 * linux-nat.c (linux_nat_attach, linux_nat_resume)
3698 (linux_nat_resume): Adjust.
3699 (async_client_callback, async_client_context): Delete.
3700 (handle_target_event): Call inferior_event_handler directly.
3701 (linux_nat_async): Replace 'callback' and 'context' parameters
3702 with boolean 'enable' parameter. Adjust. Remove references to
3703 async_client_callback and async_client_context.
3704 (linux_nat_close): Adjust.
3705 * record-btrace.c (record_btrace_async): Replace 'callback' and
3706 'context' parameters with boolean 'enable' parameter. Adjust.
3707 (record_btrace_resume): Adjust.
3708 * record-full.c (record_full_async): Replace 'callback' and
3709 'context' parameters with boolean 'enable' parameter. Adjust.
3710 (record_full_resume, record_full_core_resume): Adjust.
3711 * remote.c (struct remote_state) <async_client_callback,
3712 async_client_context>: Delete fields.
3713 (remote_start_remote, extended_remote_attach_1, remote_resume)
3714 (extended_remote_create_inferior): Adjust.
3715 (remote_async_serial_handler): Call inferior_event_handler
3716 directly.
3717 (remote_async): Replace 'callback' and 'context' parameters with
3718 boolean 'enable' parameter. Adjust.
3719 * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
3720 Adjust.
3721 * target-delegates.c: Regenerate.
3722
3723 2015-03-25 Gary Benson <gbenson@redhat.com>
3724 Pedro Alves <palves@redhat.com>
3725
3726 * target.c (fileio_ft_t): New typedef, define object vector.
3727 (fileio_fhandles): New static variable.
3728 (is_closed_fileio_fh): New macro.
3729 (lowest_closed_fd): New static variable.
3730 (acquire_fileio_fd): New function.
3731 (release_fileio_fd): Likewise.
3732 (fileio_fd_to_fh): New macro.
3733 (target_fileio_open): Wrap the file descriptor on success.
3734 (target_fileio_pwrite): Updated to use wrapped file descriptor.
3735 (target_fileio_pread): Likewise.
3736 (target_fileio_close): Likewise.
3737
3738 2015-03-24 Pedro Alves <palves@redhat.com>
3739
3740 * thread.c (thread_apply_all_command): Take exited threads into
3741 account.
3742
3743 2015-03-24 Pedro Alves <palves@redhat.com>
3744
3745 * infrun.c (resume, proceed): Mention
3746 switch_back_to_stepped_thread, not switch_back_to_stepping.
3747
3748 2015-03-24 Pedro Alves <palves@redhat.com>
3749
3750 * infrun.c (user_visible_resume_ptid): Rewrite going from
3751 most-locked to unlocked instead of the opposite. Move comment ...
3752 * infrun.h (user_visible_resume_ptid): ... here.
3753
3754 2015-03-24 Pedro Alves <palves@redhat.com>
3755
3756 * linux-nat.c (linux_nat_resume): Output debug logs before trying
3757 to resume the event lwp. Use the lwp's ptid instead of the passed
3758 in (maybe wildcard) ptid.
3759 (stop_wait_callback): Tweak debug log output.
3760 (check_stopped_by_breakpoint): Tweak debug log output. Also dump
3761 TRAP_TRACE.
3762 (linux_nat_filter_event): In debug output, distinguish a
3763 resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs
3764 before trying to resume the lwp.
3765
3766 2015-03-24 Joel Brobecker <brobecker@adacore.com>
3767
3768 * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
3769 pointer indirection.
3770 * gdbtypes.c (get_dyn_prop): Adjust, following change above.
3771 (add_dyn_prop, copy_dynamic_prop_list): Likewise.
3772
3773 2015-03-24 Joel Brobecker <brobecker@adacore.com>
3774
3775 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
3776 Renames DYN_ATTR_DATA_LOCATION.
3777 (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
3778 DYN_ATTR_DATA_LOCATION.
3779 * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
3780 instead of DYN_ATTR_DATA_LOCATION.
3781
3782 2015-03-24 Pedro Alves <palves@redhat.com>
3783
3784 * breakpoint.c (until_break_command): Adjust call to proceed.
3785 * gdbthread.h (struct thread_control_state) <stepping_command>:
3786 New field.
3787 * infcall.c (run_inferior_call): Adjust call to proceed.
3788 * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
3789 Adjust calls to proceed.
3790 (set_step_frame): Set the current thread's step_start_function
3791 here.
3792 (step_once): Adjust calls to proceed.
3793 (jump_command, signal_command, until_next_command)
3794 (finish_backward, finish_forward, proceed_after_attach_callback)
3795 (attach_command_post_wait): Adjust calls to proceed.
3796 * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
3797 (do_target_resume): New function, factored out from ...
3798 (resume): ... here. Remove 'step' parameter. Instead, check
3799 currently_stepping to determine whether the thread should be
3800 single-stepped.
3801 (proceed): Remove 'step' parameter and don't set the thread's
3802 step_start_function here. Adjust call to 'resume'.
3803 (handle_inferior_event): Adjust calls to 'resume'.
3804 (switch_back_to_stepped_thread): Use do_target_resume instead of
3805 'resume'.
3806 (keep_going): Adjust calls to 'resume'.
3807 * infrun.h (proceed): Remove 'step' parameter.
3808 (resume): Likewise.
3809 * windows-nat.c (do_initial_windows_stuff): Adjust call to
3810 'resume'.
3811 * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
3812
3813 2015-03-24 Pedro Alves <palves@redhat.com>
3814
3815 * gdbthread.h (struct thread_control_state) <stepping_command>:
3816 New field.
3817 * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set
3818 the thread's stepping_command field.
3819 * infrun.c (resume): Check the thread's stepping_command flag to
3820 determine which threads should be resumed. Rename 'entry_step'
3821 local to user_step.
3822 (clear_proceed_status_thread): Clear 'stepping_command'.
3823 (schedlock_applies): Change parameter type to struct thread_info
3824 pointer. Adjust.
3825 (find_thread_needs_step_over): Remove 'step' parameter. Adjust.
3826 (switch_back_to_stepped_thread): Adjust calls to
3827 'schedlock_applies'.
3828 (_initialize_infrun): Adjust "set scheduler-locking step" help.
3829
3830 2015-03-24 Pedro Alves <palves@redhat.com>
3831
3832 * infrun.c (step_start_function): Delete and ...
3833 * gdbthread.h (struct thread_control_state) <step_start_function>:
3834 ... now a field here.
3835 * infrun.c (clear_proceed_status_thread): Clear the thread's
3836 step_start_function.
3837 (proceed, process_event_stop_test, print_stop_event): Adjust.
3838
3839 2015-03-24 Pedro Alves <palves@redhat.com>
3840
3841 * infrun.c (proceed): No longer handle negative step.
3842
3843 2015-03-24 Gary Benson <gbenson@redhat.com>
3844
3845 * nat/x86-linux.h (x86_linux_new_thread): New declaration.
3846 (x86_linux_prepare_to_resume): Likewise.
3847 * x86-linux-nat.c (x86_linux_new_thread):
3848 Moved to nat/x86-linux.c.
3849 (x86_linux_prepare_to_resume): Likewise.
3850 * nat/x86-linux.c (x86_linux_new_thread): New function.
3851 (x86_linux_prepare_to_resume): Likewise.
3852
3853 2015-03-24 Gary Benson <gbenson@redhat.com>
3854
3855 * nat/x86-linux-dregs.h: New file.
3856 * nat/x86-linux-dregs.c: Likewise.
3857 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
3858 (x86-linux-dregs.o): New rule.
3859 * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
3860 * config/i386/linux64.mh (NATDEPFILES): Likewise.
3861 * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
3862 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
3863 (x86_linux_dr_get): Likewise.
3864 (x86_linux_dr_set): Likewise.
3865 (x86_linux_dr_get_addr): Likewise.
3866 (x86_linux_dr_get_control): Likewise.
3867 (x86_linux_dr_get_status): Likewise.
3868 (update_debug_registers_callback): Likewise.
3869 (x86_linux_dr_set_control): Likewise.
3870 (x86_linux_dr_set_addr): Likewise.
3871 (x86_linux_update_debug_registers): Likewise.
3872
3873 2015-03-24 Gary Benson <gbenson@redhat.com>
3874
3875 * x86-linux-nat.c (x86_linux_update_debug_registers):
3876 New function, factored out from...
3877 (x86_linux_prepare_to_resume): ...this.
3878
3879 2015-03-24 Gary Benson <gbenson@redhat.com>
3880
3881 * x86-linux-nat.c (x86_linux_dr_get): Update comments.
3882 (x86_linux_dr_set): Likewise.
3883 (x86_linux_dr_get_addr): Likewise.
3884 (x86_linux_dr_get_control): Likewise.
3885 (x86_linux_dr_get_status): Likewise.
3886 (update_debug_registers_callback): Likewise.
3887 (x86_linux_dr_set_control): Likewise.
3888 (x86_linux_dr_set_addr): Likewise.
3889 (x86_linux_prepare_to_resume): Likewise.
3890 (x86_linux_new_thread): Likewise.
3891
3892 2015-03-24 Gary Benson <gbenson@redhat.com>
3893
3894 * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
3895 (x86_linux_new_thread): Rename argument.
3896
3897 2015-03-24 Gary Benson <gbenson@redhat.com>
3898
3899 * nat/x86-linux.h: New file.
3900 * nat/x86-linux.c: Likewise.
3901 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
3902 (x86-linux.o): New rule.
3903 * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
3904 * config/i386/linux64.mh (NATDEPFILES): Likewise.
3905 * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
3906 (lwp_set_arch_private_info): New declaration.
3907 (lwp_arch_private_info): Likewise.
3908 * linux-nat.c (lwp_set_arch_private_info): New function.
3909 (lwp_arch_private_info): Likewise.
3910 * x86-linux-nat.c: Include nat/x86-linux.h.
3911 (arch_lwp_info): Removed structure.
3912 (update_debug_registers_callback):
3913 Use lwp_set_debug_registers_changed.
3914 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
3915 and lwp_set_debug_registers_changed.
3916 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
3917
3918 2015-03-24 Gary Benson <gbenson@redhat.com>
3919
3920 * nat/linux-nat.h (ptid_of_lwp): New declaration.
3921 (lwp_is_stopped): Likewise.
3922 (lwp_stop_reason): Likewise.
3923 * linux-nat.c (ptid_of_lwp): New function.
3924 (lwp_is_stopped): Likewise.
3925 (lwp_is_stopped_by_watchpoint): Likewise.
3926 * x86-linux-nat.c (update_debug_registers_callback):
3927 Use lwp_is_stopped.
3928 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
3929 lwp_stop_reason.
3930
3931 2015-03-24 Gary Benson <gbenson@redhat.com>
3932
3933 * linux-nat.h (linux_stop_lwp): Move declaration to...
3934 * nat/linux-nat.h (linux_stop_lwp): New declaration.
3935
3936 2015-03-24 Gary Benson <gbenson@redhat.com>
3937
3938 * linux-nat.h: Include nat/linux-nat.h.
3939 (iterate_over_lwps): Move declaration to nat/linux-nat.h.
3940 * nat/linux-nat.h (struct lwp_info): New forward declaration.
3941 (iterate_over_lwps_ftype): New typedef.
3942 (iterate_over_lwps): New declaration.
3943 * linux-nat.h (iterate_over_lwps): Update comment. Use
3944 iterate_over_lwps_ftype. Update callback return value check.
3945
3946 2015-03-24 Gary Benson <gbenson@redhat.com>
3947
3948 * x86-nat.h (x86_debug_reg_state): Move declaration to...
3949 * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
3950
3951 2015-03-24 Gary Benson <gbenson@redhat.com>
3952
3953 * nat/linux-nat.h (current_lwp_ptid): New declaration.
3954 * linux-nat.c (current_lwp_ptid): New function.
3955 * x86-linux-nat.c: Include nat/linux-nat.h.
3956 (x86_linux_dr_get_addr): Use current_lwp_ptid.
3957 (x86_linux_dr_get_control): Likewise.
3958 (x86_linux_dr_get_status): Likewise.
3959 (x86_linux_dr_set_control): Likewise.
3960 (x86_linux_dr_set_addr): Likewise.
3961
3962 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3963
3964 PR breakpoints/16466
3965 * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
3966
3967 2015-03-23 Joel Brobecker <brobecker@adacore.com>
3968
3969 * ser-mingw.c (ser_windows_setparity): Fix indentation.
3970 * ser-unix.c (hardwire_setparity): Likewise.
3971
3972 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
3973
3974 * NEWS: Mention set/show serial parity command.
3975 * monitor.c (monitor_open): Call serial_setparity.
3976 * remote.c (remote_open_1): Likewise.
3977 * ser-base.c (ser_base_serparity): New function.
3978 * ser-base.h (ser_base_setparity): Add declaration.
3979 * ser-go32.c (dos_ops): Set "setparity" field.
3980 * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
3981 state.Parity.
3982 (ser_windows_setparity): New function.
3983 (hardwire_ops): Add ser_windows_setparity.
3984 (tty_ops): Add NULL for setparity field.
3985 (pipe_ops): Add ser_base_setparity.
3986 (tcp_ops): Likewise.
3987 * ser-pipe.c (pipe_ops): Likewise.
3988 * ser-tcp.c (tcp_ops): Likewise.
3989 * ser-unix.c (hardwire_setparity): Add declaration.
3990 (hardwire_raw): Don't reset PARENB flag.
3991 (hardwire_setparity): New function.
3992 (hardwire_ops): Add hardwire_setparity.
3993 * serial.c (serial_setparity): New function.
3994 (serial_parity): New global.
3995 (parity_none, parity_odd, parity_even, parity_enums, parity):
3996 New static globals.
3997 (set_parity): New function.
3998 (_initialize_serial): Add set/show serial parity commands.
3999 * serial.h (GDBPARITY_NONE): Define.
4000 (GDBPARITY_ODD): Define.
4001 (GDBPARITY_EVEN): Define.
4002 (serial_setparity) Add declaration.
4003 (struct serial_ops): Add setparity field.
4004 * target.h (serial_parity): Add declaration.
4005
4006 2015-03-23 Keith Seitz <keiths@redhat.com>
4007
4008 * linespec.c (linespec_lexer_lex_keyword): Update comment.
4009
4010 2015-03-23 Keith Seitz <keiths@redhat.com>
4011
4012 * breakpoint.c (parse_breakpoint_sals): Use
4013 linespec_lexer_lex_keyword to ascertain if the user specified
4014 a NULL location.
4015 * linespec.c [IF_KEYWORD_INDEX]: Define.
4016 (linespec_lexer_lex_keyword): Export.
4017 (struct ls_parser) <keyword_ok>: Remove.
4018 A keyword is only a keyword if not followed by another keyword.
4019 (linespec_lexer_lex_one): Remove keyword_ok handling.
4020 Add comment explaining why the parsing stream is not advanced
4021 when a keyword is seen.
4022 (parse_linespec): Remove parser->keyword_ok.
4023 * linespec.h (linespec_lexer_lex_keyword): Add declaration.
4024
4025 2015-03-23 Keith Seitz <keiths@redhat.com>
4026
4027 PR gdb/18021
4028 * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
4029 if we find a static method with DW_AT_vtable_elem_location.
4030
4031 2015-03-21 Eli Zaretskii <eliz@gnu.org>
4032
4033 * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
4034 before the second loop, to avoid undefined behavior. Reported by
4035 Anton Blanchard <anton@samba.org>.
4036
4037 2015-03-20 Keven Boell <keven.boell@intel.com>
4038
4039 * gdbtypes.c (resolve_dynamic_type_internal): Adapt
4040 data_location usage to linked list.
4041 (resolve_dynamic_type_internal): Adapt data_location to
4042 linked list.
4043 (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
4044 (copy_type_recursive, copy_type): Add copy of linked list.
4045 * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
4046 (struct dynamic_prop_list): New struct.
4047 * dwarf2read.c (set_die_type): Set data_location data.
4048
4049 2015-03-20 Pedro Alves <palves@redhat.com>
4050
4051 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
4052 inner block and make it const.
4053 * machoread.c (get_archive_prefix_len): Make "lparen" const.
4054
4055 2015-03-20 Pedro Alves <palves@redhat.com>
4056
4057 * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
4058 * breakpoint.h (set_breakpoint_condition): Update declaration.
4059
4060 2015-03-20 Pedro Alves <palves@redhat.com>
4061
4062 * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
4063
4064 2015-03-20 Pedro Alves <palves@redhat.com>
4065
4066 * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
4067
4068 2015-03-20 Pedro Alves <palves@redhat.com>
4069
4070 * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
4071
4072 2015-03-20 Pedro Alves <palves@redhat.com>
4073
4074 * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
4075 (nto_init_solib_absolute_prefix): Likewise.
4076
4077 2015-03-20 Pedro Alves <palves@redhat.com>
4078
4079 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
4080 * spu-tdep.c (spu_gdbarch_init): Make "name" const.
4081
4082 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4083
4084 * config/djgpp/README: Remove gdb.hp.
4085
4086 2015-03-20 Yao Qi <yao.qi@linaro.org>
4087
4088 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
4089 set_gdbarch_cannot_step_breakpoint.
4090
4091 2015-03-19 Pedro Alves <palves@redhat.com>
4092
4093 * linux-nat.c (linux_resume_one_lwp): Rename to ...
4094 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
4095 instead call perror_with_name.
4096 (check_ptrace_stopped_lwp_gone): New function.
4097 (linux_resume_one_lwp): Reimplement as wrapper around
4098 linux_resume_one_lwp_throw that swallows errors if the LWP is
4099 gone.
4100 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
4101 swallows errors if the LWP is gone. Use
4102 linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
4103
4104 2015-03-19 Pedro Alves <palves@redhat.com>
4105
4106 * linux-nat.c (status_callback): Return early if the LWP has no
4107 status pending.
4108
4109 2015-03-19 Pedro Alves <palves@redhat.com>
4110
4111 * linux-nat.c (select_event_lwp_callback): Update comment to no
4112 longer mention SIGTRAP.
4113
4114 2015-03-18 Tristan Gingold <gingold@adacore.com>
4115
4116 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
4117 redirection code to ...
4118 (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
4119 checks. Fix SAVE_NONVOL operations. Add debug code and comments.
4120
4121 2015-03-18 Gary Benson <gbenson@redhat.com>
4122
4123 (remote_protocol_features): Remove the "vFile:fstat" feature.
4124 (remote_hostio_fstat): Probe for "vFile:fstat" support.
4125
4126 2015-03-11 Yao Qi <yao.qi@linaro.org>
4127
4128 PR tdep/18107
4129 * aarch64-linux-tdep.c: Include xml-syscall.h
4130 (aarch64_linux_get_syscall_number): New function.
4131 (aarch64_linux_init_abi): Call
4132 set_gdbarch_get_syscall_number.
4133 * syscalls/aarch64-linux.xml: New file.
4134
4135 2015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com>
4136
4137 * ser-base.h (ser_base_setstopbits): Change second argument name
4138 from "rate" to "num".
4139
4140 2015-03-17 Gary Benson <gbenson@redhat.com>
4141 Luke Allardyce <lukeallardyce@gmail.com>
4142
4143 PR gdb/18131
4144 * common/common-remote-fileio.h (sys/stat.h): New include.
4145 (stuct stat): Remove forward declaration.
4146
4147 2015-03-16 John Baldwin <jhb@FreeBSD.org>
4148
4149 * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
4150 before writing core register notes.
4151
4152 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
4153 Pedro Alves <palves@redhat.com>
4154
4155 * gdb_curses.h (tgetnum): Mark with EXTERN_C.
4156 * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
4157 (tgoto): Wrap with extern "C".
4158
4159 2015-03-16 Pedro Alves <palves@redhat.com>
4160 Yuanhui Zhang <asmwarrior@gmail.com>
4161
4162 * stub-termcap.c (tputs): Change prototype.
4163
4164 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
4165 Pedro Alves <palves@redhat.com>
4166
4167 * windows-nat.c (struct thread_info_struct): Rename to ...
4168 (struct windows_thread_info_struct): ... this.
4169 (thread_info): Rename to ...
4170 (windows_thread_info): ... this.
4171 All users updated.
4172
4173 2015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4174 Pedro Alves <palves@redhat.com>
4175
4176 * NEWS: New Removed targets and native configurations.
4177
4178 2015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4179
4180 Remove HPUX.
4181 * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
4182 (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
4183 (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
4184 ia64-hpux-tdep.h, solib-ia64-hpux.h.
4185 (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
4186 ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
4187 * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
4188 hppa-hpux-tdep.c.
4189 * config/ia64/hpux.mh: Remove file.
4190 * config/pa/hpux.mh: Remove file.
4191 * configure: Rebuilt.
4192 * configure.ac (dlgetmodinfo, somread.o): Remove.
4193 * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
4194 (ia64-*-hpux*): Remove its float format exception.
4195 * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
4196 * hppa-hpux-nat.c: Remove file.
4197 * hppa-hpux-tdep.c: Remove file.
4198 * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
4199 Move them here from hppa-tdep.h
4200 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
4201 (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
4202 * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
4203 Move them to hppa-tdep.c.
4204 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
4205 declarations.
4206 * ia64-hpux-nat.c: Remove file.
4207 * ia64-hpux-tdep.c: Remove file.
4208 * ia64-hpux-tdep.h: Remove file.
4209 * inf-ttrace.c: Remove file.
4210 * inf-ttrace.h: Remove file.
4211 * solib-ia64-hpux.c: Remove file.
4212 * solib-ia64-hpux.h: Remove file.
4213 * solib-pa64.c: Remove file.
4214 * solib-pa64.h: Remove file.
4215 * solib-som.c: Remove file.
4216 * solib-som.h: Remove file.
4217 * somread.c: Remove file.
4218
4219 2015-03-13 John Baldwin <jhb@FreeBSD.org>
4220
4221 * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
4222 * config.in: Regenerate.
4223 * configure: Regenerate.
4224 * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
4225 define.
4226 (fbsd_find_memory_regions): Use kinfo_getvmmap to
4227 enumerate memory regions if present.
4228
4229 2015-03-13 John Baldwin <jhb@FreeBSD.org>
4230
4231 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
4232 * i386fbsd-tdep.c: Fix style in various gdb_static_assert
4233 expressions.
4234 (i386fbsd_sigtramp_p): Likewise.
4235
4236 2015-03-12 John Baldwin <jhb@FreeBSD.org>
4237
4238 * MAINTAINERS (Write After Approval): Add John Baldwin.
4239
4240 2015-03-12 Gary Benson <gbenson@redhat.com>
4241
4242 * solib.c (_initialize_solib): Make "set/show sysroot" use
4243 add_setshow_optional_filename_cmd so it can be restored to
4244 empty after being set.
4245
4246 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
4247
4248 * Makefile.in (SFILES): New source break-catch-syscall.c.
4249 (COMMON_OBS): New object break-catch-syscall.o.
4250 * break-catch-syscall.c: New file.
4251 * breakpoint.c: Remove inclusion of "xml-syscall.h".
4252 (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
4253 (struct syscall_catchpoint): Likewise.
4254 (dtor_catch_syscall): Likewise.
4255 (catch_syscall_inferior_data): Likewise.
4256 (struct catch_syscall_inferior_data): Likewise.
4257 (get_catch_syscall_inferior_data): Likewise.
4258 (catch_syscall_inferior_data_cleanup): Likewise.
4259 (insert_catch_syscall): Likewise.
4260 (remove_catch_syscall): Likewise.
4261 (breakpoint_hit_catch_syscall): Likewise.
4262 (print_it_catch_syscall): Likewise.
4263 (print_one_catch_syscall): Likewise.
4264 (print_mention_catch_syscall): Likewise.
4265 (print_recreate_catch_syscall): Likewise.
4266 (catch_syscall_breakpoint_ops): Likewise.
4267 (syscall_catchpoint_p): Likewise.
4268 (create_syscall_event_catchpoint): Likewise.
4269 (catch_syscall_split_args): Likewise.
4270 (catch_syscall_command_1): Likewise.
4271 (is_syscall_catchpoint_enabled): Likewise.
4272 (catch_syscall_enabled): Likewise.
4273 (catching_syscall_number): Likewise.
4274 (catch_syscall_completer): Likewise.
4275 (clear_syscall_counts): Likewise.
4276 (initialize_breakpoint_ops): Move initialization of syscall
4277 catchpoints to break-catch-syscall.c.
4278 (_initialize_breakpoint): Move code related to syscall catchpoints
4279 to break-catch-syscall.c.
4280
4281 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
4282
4283 * breakpoint.c (breakpoint_find_if): New function.
4284 * breakpoint.h (breakpoint_find_if): New prototype.
4285
4286 2015-03-11 Gary Benson <gbenson@redhat.com>
4287
4288 * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
4289 * remote-fileio.c (remote_fileio_to_host_uint): New function.
4290 (remote_fileio_to_host_ulong): Likewise.
4291 (remote_fileio_to_host_mode): Likewise.
4292 (remote_fileio_to_host_time): Likewise.
4293 (remote_fileio_to_host_stat): Likewise.
4294 * remote.c (PACKET_vFile_fstat): New enum value.
4295 (remote_protocol_features): Register the "vFile:fstat" feature.
4296 (remote_hostio_fstat): New function.
4297 (remote_bfd_iovec_stat): Use the above.
4298 (_initialize_remote): Register new "set/show remote
4299 hostio-fstat-packet" command.
4300 * symfile.c (separate_debug_file_exists): Update comment.
4301 * NEWS: Announce new vFile:fstat packet.
4302
4303 2015-03-11 Gary Benson <gbenson@redhat.com>
4304
4305 * common/common-remote-fileio.h: New file.
4306 * common/common-remote-fileio.c: Likewise.
4307 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
4308 (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
4309 (COMMON_OBS): Add common-remote-fileio.o.
4310 (common-remote-fileio.o): New rule.
4311 * remote-fileio.h (common-remote-fileio.h): New include.
4312 * remote-fileio.c (gdb/fileio.h): Do not include.
4313 (remote_fileio_to_be): Moved to common-remote-fileio.h.
4314 (remote_fileio_to_fio_uint): Likewise.
4315 (remote_fileio_to_fio_time): Likewise.
4316 (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
4317 (remote_fileio_to_fio_mode): Likewise.
4318 (remote_fileio_to_fio_ulong): Likewise.
4319 (remote_fileio_to_fio_stat): Likewise.
4320
4321 2015-03-11 Andy Wingo <wingo@igalia.com>
4322
4323 * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
4324 we were checking the cached type, not the cached dynamic type.
4325
4326 2015-03-11 Andy Wingo <wingo@igalia.com>
4327
4328 * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
4329 other strings, as these are on the GC'd heap, and will be
4330 collected along with the smob.
4331
4332 2015-03-11 Andy Wingo <wingo@igalia.com>
4333
4334 * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
4335 (objfile_functions): Bind gdbscm_objfile_progspace to
4336 objfile-progspace.
4337 * guile/lib/gdb.scm: Add objfile-progspace to exports.
4338
4339 2015-03-11 Andy Wingo <wingo@igalia.com>
4340
4341 * guile/guile.c (_initialize_guile): Disable automatic
4342 finalization, if Guile offers us that possibility.
4343 * guile/guile.c (call_initialize_gdb_module):
4344 * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
4345 finalizers in appropriate places.
4346 * configure.ac (AC_TRY_LIBGUILE): Add a check for
4347 scm_set_automatic_finalization_enabled.
4348 * configure: Regenerated.
4349
4350 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
4351
4352 * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
4353 SAL, if possible.
4354
4355 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
4356
4357 * s390-linux-nat.c (struct arch_lwp_info): New.
4358 (s390_fix_watch_points): Rename to...
4359 (s390_prepare_to_resume): ...this. Skip the PER info update
4360 unless the watch points have changed.
4361 (s390_refresh_per_info, s390_new_thread): New functions.
4362 (s390_insert_watchpoint): Call s390_refresh_per_info instead of
4363 s390_fix_watch_points.
4364 (s390_remove_watchpoint): Likewise.
4365 (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
4366 Register s390_prepare_to_resume.
4367
4368 2015-03-09 Pedro Alves <palves@redhat.com>
4369
4370 Revert:
4371 2015-03-07 Pedro Alves <palves@redhat.com>
4372 * common/gdb_socket.h: New file.
4373 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
4374 sys/socket.h.
4375 (net_open): Use union gdb_sockaddr_u.
4376
4377 2015-03-07 Pedro Alves <palves@redhat.com>
4378
4379 * configure.ac (build_warnings): Move -Wmissing-prototypes
4380 -Wdeclaration-after-statement -Wmissing-parameter-type
4381 -Wold-style-declaration -Wold-style-definition to the C-specific
4382 set.
4383 * configure: Regenerate.
4384
4385 2015-03-07 Pedro Alves <palves@redhat.com>
4386
4387 * common/gdb_socket.h: New file.
4388 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
4389 sys/socket.h.
4390 (net_open): Use union gdb_sockaddr_u.
4391
4392 2015-03-07 Pedro Alves <palves@redhat.com>
4393
4394 * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
4395 (exceptions_state_mc_action_iter)
4396 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
4397 Don't define.
4398 [__cplusplus] (try_scope_depth): New global.
4399 [__cplusplus] (exception_try_scope_entry)
4400 (exception_try_scope_exit, gdb_exception_sliced_copy)
4401 (exception_rethrow): New functions.
4402 (throw_exception): In C++ mode, throw
4403 gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
4404 gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
4405 (throw_it): In C++ mode, use try_scope_depth.
4406 * common/common-exceptions.h [!__cplusplus]
4407 (exceptions_state_mc_action_iter)
4408 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
4409 Don't declare.
4410 [__cplusplus] (exception_try_scope_entry)
4411 (exception_try_scope_exit, exception_rethrow): Declare.
4412 [__cplusplus] (struct exception_try_scope): New struct.
4413 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
4414 C++ exceptions.
4415 (struct gdb_exception_RETURN_MASK_ALL)
4416 (struct gdb_exception_RETURN_MASK_ERROR)
4417 (struct gdb_exception_RETURN_MASK_QUIT): New types.
4418
4419 2015-03-07 Pedro Alves <palves@redhat.com>
4420
4421 * main.c (handle_command_errors): Remove volatile qualifier from
4422 parameter.
4423
4424 2015-03-07 Pedro Alves <palves@redhat.com>
4425
4426 * breakpoint.c (save_breakpoints): Adjust to avoid code between
4427 TRY and CATCH.
4428 * gdbtypes.c (safe_parse_type): Remove empty line.
4429 (types_deeply_equal):
4430 * guile/scm-frame.c (gdbscm_frame_name):
4431 * linux-thread-db.c (find_new_threads_once):
4432 * python/py-breakpoint.c (bppy_get_commands):
4433 * record-btrace.c (record_btrace_insert_breakpoint)
4434 (record_btrace_remove_breakpoint, record_btrace_start_replaying)
4435 (record_btrace_start_replaying): Adjust to avoid code between TRY
4436 and CATCH.
4437
4438 2015-03-07 Pedro Alves <palves@redhat.com>
4439
4440 * common/common-exceptions.c (struct catcher) <exception>: No
4441 longer a pointer to volatile exception. Now an exception value.
4442 <mask>: Delete field.
4443 (exceptions_state_mc_init): Remove all parameters. Adjust.
4444 (exceptions_state_mc): No longer pop the catcher here.
4445 (exceptions_state_mc_catch): New function.
4446 (throw_exception): Adjust.
4447 * common/common-exceptions.h (exceptions_state_mc_init): Remove
4448 all parameters.
4449 (exceptions_state_mc_catch): Declare.
4450 (TRY_CATCH): Rename to ...
4451 (TRY): ... this. Remove EXCEPTION and MASK parameters.
4452 (CATCH, END_CATCH): New.
4453 All callers adjusted.
4454
4455 2015-03-07 Tom Tromey <tromey@redhat.com>
4456
4457 * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
4458
4459 2015-03-07 Pedro Alves <palves@redhat.com>
4460
4461 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
4462 (amd64_epilogue_frame_cache): Normal exception handling code.
4463 * break-catch-throw.c (check_status_exception_catchpoint)
4464 (re_set_exception_catchpoint): Ditto.
4465 * cli/cli-interp.c (safe_execute_command):
4466 * cli/cli-script.c (script_from_file): Ditto.
4467 * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
4468 Ditto.
4469 * compile/compile-object-run.c (compile_object_run): Ditto.
4470 * cp-abi.c (baseclass_offset): Ditto.
4471 * cp-valprint.c (cp_print_value): Ditto.
4472 * exceptions.c (catch_exceptions_with_msg):
4473 * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
4474 * frame.c (get_frame_address_in_block_if_available): Ditto.
4475 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
4476 (i386_sigtramp_frame_cache): Ditto.
4477 * infcmd.c (post_create_inferior): Ditto.
4478 * linespec.c (parse_linespec, find_linespec_symbols):
4479 * p-valprint.c (pascal_object_print_value): Ditto.
4480 * parse.c (parse_expression_for_completion): Ditto.
4481 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
4482 * remote.c (remote_get_noisy_reply): Ditto.
4483 * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
4484 * solib-svr4.c (solib_svr4_r_map): Ditto.
4485
4486 2015-03-06 Gary Benson <gbenson@redhat.com>
4487
4488 * common/common-utils.h (startswith): New inline function.
4489 All places where this logic was used updated to use the above.
4490
4491 2015-03-05 Pedro Alves <palves@redhat.com>
4492
4493 PR gdb/18002
4494 * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
4495 after reading the breakpoint's shadow memory.
4496
4497 2015-03-05 Mark Kettenis <kettenis@gnu.org>
4498
4499 * hppabsd-nat.c: Remove file.
4500 * hppaobsd-nat.c: New file.
4501 * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add
4502 hppaobsd-nat.c.
4503 * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
4504 hppaobsd-nat.o.
4505
4506 2015-03-04 Pedro Alves <palves@redhat.com>
4507
4508 * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
4509 (target_decr_pc_after_break): Delete declaration.
4510 * target.c (default_target_decr_pc_after_break)
4511 (target_decr_pc_after_break): Delete.
4512 * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
4513 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
4514 * linux-thread-db.c (check_event): Likewise.
4515 * infrun.c (adjust_pc_after_break): Likewise.
4516 * darwin-nat.c (cancel_breakpoint): Likewise.
4517 * aix-thread.c (aix_thread_wait): Likewise.
4518 * target-delegates.c: Regenerate.
4519
4520 2015-03-04 Pedro Alves <palves@redhat.com>
4521
4522 * linux-nat.c (save_sigtrap): Check for breakpoints before
4523 checking watchpoints.
4524 (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
4525 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
4526 (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
4527 a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
4528 (linux_nat_stopped_by_sw_breakpoint)
4529 (linux_nat_supports_stopped_by_sw_breakpoint)
4530 (linux_nat_stopped_by_hw_breakpoint)
4531 (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
4532 (linux_nat_wait_1): Don't re-increment the PC if relying on
4533 SIGTRAP's siginfo->si_code.
4534 (linux_nat_add_target): Install new target methods.
4535 * linux-thread-db.c (check_event): Don't account for breakpoint PC
4536 offset if the target already adjusted the PC.
4537 * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
4538 (GDB_ARCH_TRAP_BRKPT): New.
4539 (TRAP_HWBKPT): Define if not already defined.
4540
4541 2015-03-04 Pedro Alves <palves@redhat.com>
4542
4543 * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
4544 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
4545 Delete field.
4546 <stop_reason>: New field.
4547 (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
4548 (packet_set_cmd_state): New function.
4549 (remote_protocol_features): Register the "swbreak" and "hwbreak"
4550 features.
4551 (remote_query_supported): If not disabled with the corresponding
4552 "set remote foo-packet" command, report support for the swbreak
4553 and hwbreak features.
4554 (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
4555 field.
4556 <stop_reason>: New field.
4557 (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
4558 (remote_wait_as): Adjust.
4559 (remote_stopped_by_sw_breakpoint)
4560 (remote_supports_stopped_by_sw_breakpoint)
4561 (remote_stopped_by_hw_breakpoint)
4562 (remote_supports_stopped_by_hw_breakpoint): New functions.
4563 (remote_stopped_by_watchpoint): New function.
4564 (init_remote_ops): Install them.
4565 (_initialize_remote): Register new "set/show remote
4566 swbreak-feature-packet" and "set/show remote
4567 swbreak-feature-packet" commands.
4568
4569 2015-03-04 Pedro Alves <palves@redhat.com>
4570
4571 * btrace.h: Include target/waitstatus.h.
4572 (struct btrace_thread_info) <stop_reason>: New field.
4573 * record-btrace.c (record_btrace_step_thread): Use
4574 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
4575 (record_btrace_decr_pc_after_break): Delete.
4576 (record_btrace_stopped_by_sw_breakpoint)
4577 (record_btrace_supports_stopped_by_sw_breakpoint)
4578 (record_btrace_stopped_by_hw_breakpoint)
4579 (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
4580 (init_record_btrace_ops): Install them.
4581 * record-full.c (record_full_hw_watchpoint): Delete and replace
4582 with ...
4583 (record_full_stop_reason): ... this throughout.
4584 (record_full_exec_insn): Adjust.
4585 (record_full_wait_1): Adjust. No longer re-increment the PC.
4586 (record_full_wait_1): Adjust. Use
4587 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
4588 (record_full_stopped_by_watchpoint): Adjust.
4589 (record_full_stopped_by_sw_breakpoint)
4590 (record_full_supports_stopped_by_sw_breakpoint)
4591 (record_full_supports_stopped_by_sw_breakpoint)
4592 (record_full_stopped_by_hw_breakpoint)
4593 (record_full_supports_stopped_by_hw_breakpoint): New functions.
4594 (init_record_full_ops, init_record_full_core_ops): Install them.
4595 * record.c (record_check_stopped_by_breakpoint): New function.
4596 * record.h: Include target/waitstatus.h.
4597 (record_check_stopped_by_breakpoint): New declaration.
4598
4599 2015-03-04 Pedro Alves <palves@redhat.com>
4600
4601 enum lwp_stop_reason -> enum target_stop_reason
4602 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
4603 (linux_nat_stopped_by_watchpoint, status_callback)
4604 (linux_nat_wait_1): Adjust.
4605 * linux-nat.h (enum lwp_stop_reason): Delete.
4606 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
4607 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
4608 * target/waitstatus.h (enum target_stop_reason): New.
4609
4610 2015-03-04 Pedro Alves <palves@redhat.com>
4611
4612 * breakpoint.c (need_moribund_for_location_type): New function.
4613 (bpstat_stop_status): Don't skipping checking moribund locations
4614 of breakpoint types which the target tell caused a stop.
4615 (program_breakpoint_here_p): New function, factored out from ...
4616 (bp_loc_is_permanent): ... this.
4617 (update_global_location_list): Don't create a moribund location if
4618 the target supports reporting stops of the type of the removed
4619 breakpoint.
4620 * breakpoint.h (program_breakpoint_here_p): New declaration.
4621 * infrun.c (adjust_pc_after_break): Return early if the target has
4622 already adjusted the PC. Add comments.
4623 (handle_signal_stop): If nothing explains a signal, and the target
4624 tells us the stop was caused by a software breakpoint, check if
4625 there's a breakpoint instruction in the memory. If so, adjust the
4626 PC before presenting the stop to the user. Otherwise, ignore the
4627 trap. If nothing explains a signal, and the target tells us the
4628 stop was caused by a hardware breakpoint, ignore the trap.
4629 * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
4630 to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
4631 to_supports_stopped_by_hw_breakpoint>: New fields.
4632 (target_stopped_by_sw_breakpoint)
4633 (target_supports_stopped_by_sw_breakpoint)
4634 (target_stopped_by_hw_breakpoint)
4635 (target_supports_stopped_by_hw_breakpoint): Define.
4636 * target-delegates.c: Regenerate.
4637
4638 2015-03-04 Pedro Alves <palves@redhat.com>
4639
4640 * infrun.c (follow_fork_inferior): Use the whole of the
4641 inferior_ptid and pending_follow.related_pid ptids instead of
4642 building ptids from the process components. Adjust verbose output
4643 to use target_pid_to_str.
4644 * linux-nat.c (linux_child_follow_fork): Use the whole of the
4645 inferior_ptid and pending_follow.related_pid ptids instead of
4646 building ptids from the process components.
4647
4648 2015-03-04 Mark Kettenis <kettenis@gnu.org>
4649
4650 * inf-ptrace.c [PT_GET_PROCESS_STATE]
4651 (inf_ptrace_insert_fork_catchpoint): New function.
4652 (inf_ptrace_remove_fork_catchpoint): New function.
4653 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
4654
4655 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4656
4657 * s390-linux-tdep.c (s390_register_name): Return empty string
4658 instead of NULL for registers that shouldn't be visible.
4659
4660 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4661
4662 * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
4663 XML file for 64-bit targets.
4664
4665 2015-03-03 Simon Marchi <simon.marchi@ericsson.com>
4666
4667 * target.h (find_default_create_inferior): Remove declaration.
4668 (find_default_attach): Likewise.
4669
4670 2015-03-03 Pedro Alves <palves@redhat.com>
4671
4672 * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
4673 Use ptid_get_pid to get the overall process id when resuming all
4674 threads.
4675
4676 2015-03-03 Pedro Alves <palves@redhat.com>
4677
4678 * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
4679 the lwp field of ptid. Pass the full ptid to get_thread_regcache.
4680 * inf-ptrace.c (get_ptrace_pid): New function.
4681 (inf_ptrace_resume): Use it.
4682 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
4683 to the lower layer.
4684
4685 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
4686
4687 * nat/linux-btrace.c: Include sys/utsname.h.
4688 (linux_determine_kernel_ptr_bits): New.
4689 (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
4690 * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
4691 ptr_bits.
4692
4693 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
4694
4695 * btrace.c (ftrace_update_function): Treat return as tailcall for
4696 "_dl_runtime_resolve".
4697
4698 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
4699
4700 * btrace.h (btrace_function) <lbegin, lend>: Remove.
4701 * btrace.c (ftrace_debug): Do not print the line range.
4702 (ftrace_skip_file, ftrace_update_lines): Remove.
4703 (ftrace_new_function): Remove lbegin and lend initialization.
4704 (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
4705 * record-btrace.c (btrace_compute_src_line_range): New.
4706 (btrace_call_history_src_line): Call btrace_compute_src_line_range.
4707
4708 2015-03-02 Pedro Alves <palves@redhat.com>
4709
4710 * infrun.c (follow_exec): Delete all threads of the process except
4711 the event thread. Extended comments.
4712
4713 2015-03-02 Joel Brobecker <brobecker@adacore.com>
4714
4715 * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
4716
4717 2015-03-02 Joel Brobecker <brobecker@adacore.com>
4718
4719 * utils.h: Remove <stdbool.h> #include.
4720 (producer_is_gcc): Change return type to "int".
4721 * utils.c (producer_is_gcc): Change return type to int.
4722 Return 1 instead of true, and 0 instead of false.
4723 Adjust function documentation accordingly.
4724
4725 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4726
4727 * s390-linux-nat.c (have_regset_vxrs): New static variable.
4728 (s390_linux_fetch_inferior_registers): Handle vector registers, if
4729 present.
4730 (s390_linux_store_inferior_registers): Likewise.
4731 (s390_get_hwcap): Remove function. Embed its logic...
4732 (s390_read_description): ...here. Yield a target description with
4733 vector registers if applicable.
4734 * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
4735 "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
4736 "features/s390x-tevx-linux64.c".
4737 (struct gdbarch_tdep) <v0_full_regnum>: New field.
4738 (s390_dwarf_regmap): Add vector registers. Remove bogus entries
4739 for "GNU/Linux-specific registers".
4740 (s390_dwarf_reg_r0l): New enum value.
4741 (s390_dwarf_reg_to_regnum): Support vector registers.
4742 (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
4743 of GPR lower halves.
4744 (regnum_is_vxr_full): New function.
4745 (s390_register_name): New function.
4746 (s390_pseudo_register_name): Handle v0-v15, which are composed of
4747 f0-f15 and v0l-v15l.
4748 (s390_pseudo_register_type): Likewise.
4749 (s390_pseudo_register_read): Likewise.
4750 (s390_pseudo_register_write): Likewise.
4751 (s390_value_from_register): Account for the fact that values are
4752 placed left-justified in vector registers.
4753 (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
4754 the vector reggroup and omit them from the general reggroup.
4755 (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
4756 (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
4757 (s390_iterate_over_regset_sections): Add iterations for the two
4758 new vector regsets.
4759 (s390_core_read_description): Yield a target description with
4760 vector registers if applicable.
4761 (s390_gdbarch_init): Handle target descriptions with vector
4762 registers. Add "register_name" gdbarch method.
4763 (_initialize_s390_tdep): Call new tdesc initialization functions.
4764 * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
4765 (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
4766 (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
4767 (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
4768 (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
4769 (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
4770 (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
4771 (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
4772 (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
4773 (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
4774 (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
4775 (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
4776 (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
4777 (S390_NUM_REGS): Adjust value.
4778 (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
4779 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
4780 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
4781 * NEWS: Announce S/390 vector register support.
4782
4783 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4784
4785 * features/s390-tevx-linux64.xml: New file.
4786 * features/s390-vx-linux64.xml: New file.
4787 * features/s390-vx.xml: New file.
4788 * features/s390x-tevx-linux64.xml: New file.
4789 * features/s390x-vx-linux64.xml: New file.
4790 * features/Makefile (WHICH): Add s390-vx-linux64,
4791 s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
4792 (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
4793 (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
4794 macros.
4795 * features/s390-tevx-linux64.c: New generated file.
4796 * features/s390-vx-linux64.c: Likewise.
4797 * features/s390x-tevx-linux64.c: Likewise.
4798 * features/s390x-vx-linux64.c: Likewise.
4799 * regformats/s390-tevx-linux64.dat: Likewise.
4800 * regformats/s390-vx-linux64.dat: Likewise.
4801 * regformats/s390x-tevx-linux64.dat: Likewise.
4802 * regformats/s390x-vx-linux64.dat: Likewise.
4803
4804 2015-02-28 Doug Evans <xdje42@gmail.com>
4805
4806 * symtab.h (struct symtab) <next>: Fix comment.
4807
4808 2015-02-27 Simon Marchi <simon.marchi@ericsson.com>
4809
4810 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
4811 python_GdbMethods.
4812
4813 2015-02-27 Pedro Alves <palves@redhat.com>
4814
4815 * dtrace-probe.c (dtrace_probe_ops): Make extern.
4816
4817 2015-02-27 Pedro Alves <palves@redhat.com>
4818
4819 * common/common-exceptions.h (exception_none): Declare.
4820 * common/common-exceptions.c (exception_none): Moved from
4821 exceptions.c.
4822 (exceptions_state_mc_init): Use exception_none.
4823 * exceptions.c (exception_none): Move to
4824 common/common-exceptions.c.
4825 * exceptions.h (exception_none): Move to
4826 common/common-exceptions.h.
4827
4828 2015-02-27 Pedro Alves <palves@redhat.com>
4829
4830 * main.c (catch_command_errors, catch_command_errors_const):
4831 Remove 'mask' argument. Adjust.
4832 (captured_main): Adjust callers.
4833
4834 2015-02-27 Pedro Alves <palves@redhat.com>
4835
4836 * python/python-internal.h: Include "extension-priv.h".
4837
4838 2015-02-27 Pedro Alves <palves@redhat.com>
4839
4840 * breakpoint.h (enum print_stop_action): Move further up in the
4841 file.
4842
4843 2015-02-27 Pedro Alves <palves@redhat.com>
4844
4845 * gdbarch.sh: Include regcache.h.
4846 * gdbarch.h: Regenerate.
4847
4848 2015-02-27 Pedro Alves <palves@redhat.com>
4849
4850 * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
4851 Remove duplicate const.
4852 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
4853 duplicate const.
4854
4855 2015-02-27 Pedro Alves <palves@redhat.com>
4856
4857 * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
4858 * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
4859 * features/feature_to_c.sh: Tag the generated xml_builtin array
4860 with extern const in C++ mode.
4861
4862 2015-02-27 Tom Tromey <tromey@redhat.com>
4863
4864 * minidebug.c (struct lzma_stream): Rename to ...
4865 (struct gdb_lzma_stream): ... this.
4866 (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
4867
4868 2015-02-27 Pedro Alves <palves@redhat.com>
4869
4870 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
4871 function.
4872 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
4873 (mi_cmd_stack_list_variables): Use it.
4874
4875 2015-02-27 Pedro Alves <palves@redhat.com>
4876
4877 * x86-linux-nat.c (u_debugreg_offset): New function.
4878 (x86_linux_dr_get, x86_linux_dr_set): Use it.
4879
4880 2015-02-27 Pedro Alves <palves@redhat.com>
4881
4882 * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
4883 declaration.
4884 Include break-common.h.
4885
4886 2015-02-27 Tom Tromey <tromey@redhat.com>
4887 Pedro Alves <palves@redhat.com>
4888
4889 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
4890 local used to iterate over enums.
4891 * completer.c (signal_completer): Likewise.
4892 * i386-tdep.c (i386_stap_parse_special_token): Likewise.
4893 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
4894 * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
4895 * tui/tui-layout.c (next_layout, prev_layout): Likewise.
4896 * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
4897 (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
4898 * tui-wingeneral.c (tui_refresh_all): Likewise.
4899
4900 2015-02-27 Pedro Alves <palves@redhat.com>
4901
4902 * target.h: Include "infrun.h".
4903
4904 2015-02-27 Pedro Alves <palves@redhat.com>
4905
4906 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
4907
4908 2015-02-27 Pedro Alves <palves@redhat.com>
4909
4910 * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
4911 (IPA_SYM): Use it.
4912 * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
4913
4914 2015-02-27 Pedro Alves <palves@redhat.com>
4915
4916 * cli-out.c (_rl_erase_entire_line): Move declaration out of
4917 cli_mld_erase_entire_line, and make it extern "C".
4918 * common/common-defs.h (EXTERN_C): New.
4919 * completer.c (_rl_completion_prefix_display_length)
4920 (_rl_print_completions_horizontally, QSFUNC): Move declarations
4921 out of gdb_display_match_list_1.
4922 (_rl_qsort_string_compare): Move declaration out of
4923 gdb_display_match_list_1, and make it extern "C".
4924 * defs.h (re_comp): Use EXTERN_C.
4925 * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
4926 and make it extern "C".
4927 (monstartup): Move declaration out of maintenance_set_profile_cmd,
4928 and make it extern "C".
4929 (main): Move declaration out of maintenance_set_profile_cmd.
4930 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
4931 EXTERN_C.
4932
4933 2015-02-27 Pedro Alves <palves@redhat.com>
4934
4935 * python/python.c (GdbMethods): Rename to ...
4936 (python_GdbMethods): ... this and make extern.
4937 (GdbModuleDef): Rename to ...
4938 (python_GdbModuleDef): ... this and make extern.
4939
4940 2015-02-27 Pedro Alves <palves@redhat.com>
4941
4942 * record-btrace.c (set_record_btrace_cmdlist)
4943 (show_record_btrace_cmdlist): Remove redefinitions.
4944
4945 2015-02-27 Tom Tromey <tromey@redhat.com>
4946 Pedro Alves <palves@redhat.com>
4947
4948 * dwarf2-frame.c (enum cfa_how_kind, struct
4949 dwarf2_frame_state_reg_info): Move out of struct
4950 dwarf2_frame_state.
4951 * dwarf2read.c (struct tu_stats): Move out of struct
4952 dwarf2_per_objfile.
4953 (struct file_entry): Move out of struct line_header.
4954 (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
4955 typedef_field_list): Move out of struct field_info.
4956 * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
4957 Move out of struct dynamic_prop.
4958 (union type_owner, union field_location, struct field, struct
4959 range_bounds, union type_specific): Move out of struct main_type.
4960 (struct fn_fieldlist, struct fn_field, struct typedef_field)
4961 (VOFFSET_STATIC): Move out of struct cplus_struct_type.
4962 (struct call_site_target, union call_site_parameter_u, struct
4963 call_site_parameter): Move out of struct call_site.
4964 * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
4965 m32c_prologue.
4966 (enum srcdest_kind): Move out of struct srcdest.
4967 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
4968 * prologue-value.h (enum prologue_value_kind): Move out of struct
4969 prologue_value.
4970 * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
4971 gdbarch_tdep.
4972 * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
4973 out of struct field_info.
4974 * symfile.h (struct other_sections): Move out of struct
4975 section_addr_info.
4976 * symtab.c (struct symbol_cache_slot): Move out struct
4977 block_symbol_cache.
4978 * target-descriptions.c (enum tdesc_type_kind): Move out of
4979 typedef struct tdesc_type.
4980 * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
4981 struct tui_line_or_address.
4982 * value.c (enum internalvar_kind, union internalvar_data): Move
4983 out of struct internalvar.
4984 * xtensa-tdep.h (struct ctype_cache): Move out of struct
4985 gdbarch_tdep.
4986
4987 2015-02-27 Tom Tromey <tromey@redhat.com>
4988 Pedro Alves <palves@redhat.com>
4989
4990 Rename symbols whose names are reserved C++ keywords throughout.
4991
4992 2015-02-27 Pedro Alves <palves@redhat.com>
4993
4994 * Makefile.in (COMPILER): New, get it from autoconf.
4995 (COMPILE.pre, CC_LD): Use COMPILER.
4996 (CXX): Get from autoconf instead.
4997 (CXX_FOR_TARGET): Default to g++ instead of gcc.
4998 * acinclude.m4: Include build-with-cxx.m4.
4999 * build-with-cxx.m4: New file.
5000 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
5001 Disable -Werror by default if building in C++ mode.
5002 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
5003 -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode.
5004 Run supported-warning-flags tests with the C++ compiler.
5005 Save/restore CXXFLAGS too.
5006 * configure: Regenerate.
5007
5008 2015-02-27 Pedro Alves <palves@redhat.com>
5009
5010 * libiberty.m4: New file.
5011 * acinclude.m4: Include libiberty.m4.
5012 * configure.ac: Call libiberty_INIT.
5013 * config.in, configure: Regenerate.
5014
5015 2015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
5016
5017 * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
5018 31-bit targets, but 64-bit targets as well.
5019 (s390_gnu_triplet_regexp): New function.
5020 (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
5021 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
5022 method.
5023
5024 2015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
5025
5026 * windows-nat.c (CONTEXT_DEBUGGER): Remove.
5027 (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags
5028 from CONTEXT_DEBUGGER.
5029
5030 2015-02-26 Doug Evans <dje@google.com>
5031
5032 * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
5033 CHECK_TYPEDEF.
5034 (set_type_vptr_fieldno): Ditto.
5035 (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
5036 * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
5037
5038 2015-02-26 Pedro Alves <palves@redhat.com>
5039
5040 * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
5041 * complaints.c (vcomplaint): Pass argument FMT directly to
5042 printf-like functions instead of complaint->fmt.
5043 * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
5044 * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
5045 * compile/compile-loc2c.c (pushf, unary, binary): Add
5046 ATTRIBUTE_PRINTF.
5047 (do_compile_dwarf_expr_to_c): Pass string literal as format string
5048 to pushf.
5049 (BINARY): Pass string literal as format string to 'binary'.
5050 * compile/compile-object-load.c (link_callbacks_einfo): Add
5051 ATTRIBUTE_PRINTF.
5052 * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
5053
5054 2015-02-26 Pedro Alves <palves@redhat.com>
5055
5056 * windows-termcap.c: Rename to ...
5057 * stub-termcap.c: ... this. Adjust header line.
5058 * Makefile.in (SFILES): Refer to stub-termcap.c instead of
5059 windows-termcap.c.
5060 * configure: Regenerate.
5061 * configure.ac: Refer to stub-termcap.o instead of
5062 windows-termcap.o.
5063 * gdb_curses.h: Mention stub-termcap.c instead of
5064 windows-termcap.c.
5065
5066 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5067
5068 * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
5069 (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
5070
5071 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
5072
5073 * gdb/infcmd.c (print_return_value): use type_to_string to print type.
5074
5075 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5076
5077 * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
5078 bfd_canonicalize_symtab.
5079
5080 2015-02-25 John Baldwin <jhb@FreeBSD.org>
5081
5082 * amd64fbsd-nat.c: Include sys/user.h.
5083 (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
5084 instead of KERN_PS_STRINGS to locate the signal trampoline.
5085 * i386fbsd-nat.c: Include sys/user.h.
5086 (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
5087 instead of KERN_PS_STRINGS to locate the signal trampoline.
5088 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
5089 (amd64fbsd_sigtramp_p): New.
5090 (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
5091 longer set default values.
5092 (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
5093 * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
5094 (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
5095 (i386fbsd_freebsd4_sigtramp_start)
5096 (i386fbsd_freebsd4_sigtramp_middle)
5097 (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
5098 (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
5099 (i386fbsd_sigtramp_p): New.
5100 (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
5101 longer set default values.
5102 (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
5103
5104 2015-02-25 John Baldwin <jhb@freebsd.org>
5105
5106 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
5107 get_frame_register instead of frame_unwind_register_unsigned.
5108
5109 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5110
5111 PR build/18033
5112 * compile/compile-c-support.c (c_compute_program): Change // comment.
5113 * compile/compile-object-load.c (setup_sections): Change // comment.
5114
5115 2015-02-26 Joel Brobecker <brobecker@adacore.com>
5116
5117 PR build/18033:
5118 * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
5119
5120 2015-02-23 Pedro Alves <palves@redhat.com>
5121
5122 * remote.c (skip_to_semicolon): New function.
5123 (remote_parse_stop_reply) <T stop reply>: Use it. Don't
5124 special case the stop reasons that look like hex numbers
5125 upfront. Instead handle real register numbers after matching
5126 all the known stop reasons.
5127
5128 2015-02-21 Doug Evans <dje@google.com>
5129
5130 PR c++/17976, symtab/17821
5131 * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
5132 is_in_anonymous. All callers updated.
5133 (find_symbol_in_baseclass): Ditto.
5134 (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks
5135 for symbols in an anonymous namespace.
5136 * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
5137 DW_AT_name directly.
5138 (dwarf2_name): Convert missing namespace name to
5139 CP_ANONYMOUS_NAMESPACE_STR.
5140
5141 2015-02-20 Pedro Alves <palves@redhat.com>
5142
5143 * linux-nat.c (linux_handle_extended_wait): Call
5144 thread_db_notice_clone whenever a new clone LWP is detected.
5145 (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
5146 functions.
5147 * linux-nat.h (thread_db_attach_lwp): Delete declaration.
5148 (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
5149 (linux_unstop_all_lwps): Declare.
5150 * linux-thread-db.c (struct thread_get_info_inout): Delete.
5151 (thread_get_info_callback): Delete.
5152 (thread_from_lwp): Use td_thr_get_info and record_thread.
5153 (thread_db_attach_lwp): Delete.
5154 (thread_db_notice_clone): New function.
5155 (try_thread_db_load_1): If /proc is mounted and shows the
5156 process'es task list, walk over all LWPs and call thread_from_lwp
5157 instead of relying on td_ta_thr_iter.
5158 (attach_thread): Don't call check_thread_signals here. Split the
5159 tail part of the function (which adds the thread to the core GDB
5160 thread list) to ...
5161 (record_thread): ... this function. Call check_thread_signals
5162 here.
5163 (thread_db_wait): Don't call thread_db_find_new_threads_1. Always
5164 call thread_from_lwp.
5165 (thread_db_update_thread_list): Rename to ...
5166 (thread_db_update_thread_list_org): ... this.
5167 (thread_db_update_thread_list): New function.
5168 (thread_db_find_thread_from_tid): Delete.
5169 (thread_db_get_ada_task_ptid): Simplify.
5170 * nat/linux-procfs.c: Include <sys/stat.h>.
5171 (linux_proc_task_list_dir_exists): New function.
5172 * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
5173
5174 2015-02-20 Pedro Alves <palves@redhat.com>
5175
5176 * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
5177 main LWP. Handle the case of waitpid returning 0 if we're already
5178 attached to the LWP. Don't set the LWP's last_resume_kind to
5179 resume_stop if we already knew about the LWP.
5180 (linux_nat_filter_event): Add debug logs.
5181
5182 2015-02-20 Pedro Alves <palves@redhat.com>
5183
5184 * target.h (forward_target_decr_pc_after_break): Delete
5185 declaration.
5186
5187 2015-02-20 Pedro Alves <palves@redhat.com>
5188
5189 PR threads/18006
5190 * linux-thread-db.c (thread_get_info_callback): Return early if
5191 the thread's lwp id is -1.
5192
5193 2015-02-20 Joel Brobecker <brobecker@adacore.com>
5194
5195 GDB 7.9 released.
5196
5197 2015-02-19 Steve Ellcey <sellcey@imgtec.com>
5198
5199 * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
5200 (dtrace_get_probes) Change type of variable 'dof'.
5201
5202 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
5203
5204 PR breakpoints/16812
5205 * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
5206 * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
5207 * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
5208
5209 2015-02-19 David Taylor <dtaylor@emc.com>
5210
5211 * common/ax.def (setv): Fix consumed entry in setv DEFOP.
5212
5213 2015-02-18 Patrick Palka <patrick@parcs.ath.cx>
5214
5215 * tui/tui-io.c (tui_handle_resize_during_io): Remove this
5216 function.
5217 (tui_putc): Don't call tui_handle_resize_during_io.
5218 (tui_getc): Likewise.
5219 (tui_mld_getc): Likewise.
5220 * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
5221 (tui_sigwinch_token): New static variable.
5222 (tui_initialize_win): Adjust documentation. Set
5223 tui_sigwinch_token.
5224 (tui_async_resize_screen): New asynchronous callback.
5225 (tui_sigwinch_handler): Adjust documentation. Asynchronously
5226 invoke tui_async_resize_screen.
5227
5228 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
5229
5230 * configure: Regenerated.
5231 * configure.ac: Use GDB_AC_TRANSFORM.
5232 * Makefile.in (aclocal_m4_deps): Added transform.m4.
5233 * acinclude.m4: sinclude transform.m4.
5234 * transform.m4: New file.
5235 (GDB_AC_TRANSFORM): New macro.
5236
5237 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
5238
5239 * NEWS: Announce the support for DTrace SDT probes.
5240
5241 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
5242
5243 * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
5244 (amd64_dtrace_parse_probe_argument): New function.
5245 (amd64_dtrace_probe_is_enabled): Likewise.
5246 (amd64_dtrace_enable_probe): Likewise.
5247 (amd64_dtrace_disable_probe): Likewise.
5248 (amd64_linux_init_abi): Register the
5249 `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
5250 `gdbarch_dtrace_disable_probe' and
5251 `gdbarch_dtrace_probe_is_enabled' hooks.
5252 (amd64_dtrace_disabled_probe_sequence_1): New constant.
5253 (amd64_dtrace_disabled_probe_sequence_2): Likewise.
5254 (amd64_dtrace_enable_probe_sequence): Likewise.
5255 (amd64_dtrace_disable_probe_sequence): Likewise.
5256
5257 2015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com>
5258
5259 * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
5260 the -probe-dtrace new vpossible value for PROBE_MODIFIER.
5261 * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
5262 handle ELF files.
5263 * Makefile.in (SFILES): dtrace-probe.c added.
5264 * configure: Regenerate.
5265 * dtrace-probe.c: New file.
5266 (SHT_SUNW_dof): New constant.
5267 (dtrace_probe_type): New enum.
5268 (dtrace_probe_arg): New struct.
5269 (dtrace_probe_arg_s): New typedef.
5270 (struct dtrace_probe_enabler): New struct.
5271 (dtrace_probe_enabler_s): New typedef.
5272 (dtrace_probe): New struct.
5273 (dtrace_probe_is_linespec): New function.
5274 (dtrace_dof_sect_type): New enum.
5275 (dtrace_dof_dofh_ident): Likewise.
5276 (dtrace_dof_encoding): Likewise.
5277 (DTRACE_DOF_ENCODE_LSB): Likewise.
5278 (DTRACE_DOF_ENCODE_MSB): Likewise.
5279 (dtrace_dof_hdr): New struct.
5280 (dtrace_dof_sect): Likewise.
5281 (dtrace_dof_provider): Likewise.
5282 (dtrace_dof_probe): Likewise.
5283 (DOF_UINT): New macro.
5284 (DTRACE_DOF_PTR): Likewise.
5285 (DTRACE_DOF_SECT): Likewise.
5286 (dtrace_process_dof_probe): New function.
5287 (dtrace_process_dof): Likewise.
5288 (dtrace_build_arg_exprs): Likewise.
5289 (dtrace_get_arg): Likewise.
5290 (dtrace_get_probes): Likewise.
5291 (dtrace_get_probe_argument_count): Likewise.
5292 (dtrace_can_evaluate_probe_arguments): Likewise.
5293 (dtrace_evaluate_probe_argument): Likewise.
5294 (dtrace_compile_to_ax): Likewise.
5295 (dtrace_probe_destroy): Likewise.
5296 (dtrace_gen_info_probes_table_header): Likewise.
5297 (dtrace_gen_info_probes_table_values): Likewise.
5298 (dtrace_probe_is_enabled): Likewise.
5299 (dtrace_probe_ops): New variable.
5300 (info_probes_dtrace_command): New function.
5301 (_initialize_dtrace_probe): Likewise.
5302 (dtrace_type_name): Likewise.
5303
5304 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
5305
5306 * gdbarch.sh (dtrace_parse_probe_argument): New.
5307 (dtrace_probe_is_enabled): Likewise.
5308 (dtrace_enable_probe): Likewise.
5309 (dtrace_disable_probe): Likewise.
5310 * gdbarch.c: Regenerate.
5311 * gdbarch.h: Regenerate.
5312
5313 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
5314
5315 * stap-probe.c (stap_probe_ops): Add NULLs in the static
5316 stap_probe_ops for `enable_probe' and `disable_probe'.
5317 * probe.c (enable_probes_command): New function.
5318 (disable_probes_command): Likewise.
5319 (_initialize_probe): Define the cli commands `enable probe' and
5320 `disable probe'.
5321 (parse_probe_linespec): New function.
5322 (info_probes_for_ops): Use parse_probe_linespec.
5323 * probe.h (probe_ops): New hooks `enable_probe' and
5324 `disable_probe'.
5325
5326 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
5327
5328 * probe.c (compute_probe_arg): Moved from stap-probe.c
5329 (compile_probe_arg): Likewise.
5330 (probe_funcs): Likewise.
5331 * stap-probe.c (compute_probe_arg): Moved to probe.c.
5332 (compile_probe_arg): Likewise.
5333 (probe_funcs): Likewise.
5334
5335 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
5336
5337 * probe.c (print_ui_out_not_applicables): New function.
5338 (exists_probe_with_pops): Likewise.
5339 (info_probes_for_ops): Do not include column headers for probe
5340 types for which no probe has been actually found on any object.
5341 Also invoke `print_ui_out_not_applicables' in order to match the
5342 column rows with the header when probes of several types are
5343 listed.
5344 Print the "Type" column.
5345 * probe.h (probe_ops): Added a new probe operation `type_name'.
5346 * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
5347 (stap_type_name): New function.
5348
5349 2015-02-17 Patrick Palka <patrick@parcs.ath.cx>
5350
5351 * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
5352 (key_is_command_char): Delete.
5353
5354 2015-02-17 Pedro Alves <palves@redhat.com>
5355
5356 * tui/tui.c (tui_enable): Resize windows before anything
5357 might show a window.
5358
5359 2015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com>
5360
5361 PR gdb/17984
5362 * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
5363 (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
5364 call.
5365 * aarch64-tdep.h (tdesc_aarch64): Declare.
5366
5367 2015-02-12 Mark Wielaard <mjw@redhat.com>
5368
5369 * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
5370
5371 2015-02-13 Doug Evans <dje@google.com>
5372
5373 * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
5374 anonymous_namespace to is_in_anonymous for consistency with the rest
5375 of the file.
5376 (cp_lookup_bare_symbol): Fix typo in comment.
5377 (cp_search_static_and_baseclasses): Ditto.
5378 (search_symbol_list): Use vertical space in comment better.
5379 (reset_directive_searched): Ditto. Fix typo.
5380 (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
5381
5382 2015-02-13 Yao Qi <yao.qi@arm.com>
5383
5384 * MAINTAINERS: Update my email address.
5385
5386 2015-02-12 Doug Evans <dje@google.com>
5387
5388 * symtab.c (completion_list_add_name): Fix memory leak.
5389
5390 2015-02-12 Doug Evans <dje@google.com>
5391
5392 * completer.c (complete_line): Remove incorrect comment.
5393
5394 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5395
5396 * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
5397 (py_print_frame): Use RETURN_MASK_ERROR.
5398
5399 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5400
5401 * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
5402 function comment. Wrap all function that can throw in cleanups.
5403 (gdbpy_apply_frame_filter): Wrap all function that can throw in
5404 cleanups.
5405
5406 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5407
5408 * python/py-framefilter.c (py_print_frame): Substitute goto error.
5409 Remove the error label.
5410
5411 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5412
5413 * python/py-framefilter.c (py_print_frame): Put conditional code paths
5414 with goto first, indent the former else codepath left. Put variable
5415 'elided' to a new inner block.
5416
5417 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5418
5419 * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
5420
5421 2015-02-11 Pedro Alves <palves@redhat.com>
5422
5423 * xcoffread.c (within_function): Delete.
5424
5425 2015-02-11 Tom Tromey <tromey@redhat.com>
5426 Pedro Alves <palves@redhat.com>
5427
5428 * breakpoint.c (base_breakpoint_ops): Delete.
5429 * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
5430 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
5431 * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
5432 * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
5433 * python/py-arch.c (arch_object_type): Make extern.
5434 * python/py-block.c (block_syms_iterator_object_type): Make extern.
5435 * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
5436 * python/py-cmd.c (cmdpy_object_type): Make extern.
5437 * python/py-continueevent.c (continue_event_object_type)
5438 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
5439 parameter. Update all callers.
5440 * python/py-evtregistry.c (eventregistry_object_type): Make extern.
5441 * python/py-exitedevent.c (exited_event_object_type): Make extern.
5442 * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
5443 * python/py-function.c (fnpy_object_type): Make extern.
5444 * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
5445 * python/py-infevents.c (call_pre_event_object_type)
5446 (inferior_call_post_event_object_type).
5447 (memory_changed_event_object_type): Make extern.
5448 * python/py-infthread.c (thread_object_type): Make extern.
5449 * python/py-lazy-string.c (lazy_string_object_type): Make extern.
5450 * python/py-linetable.c (linetable_entry_object_type)
5451 (linetable_object_type, ltpy_iterator_object_type): Make extern.
5452 * python/py-newobjfileevent.c (new_objfile_event_object_type)
5453 (clear_objfiles_event_object_type): Make extern.
5454 * python/py-objfile.c (objfile_object_type): Make extern.
5455 * python/py-param.c (parmpy_object_type): Make extern.
5456 * python/py-progspace.c (pspace_object_type): Make extern.
5457 * python/py-signalevent.c (signal_event_object_type): Make extern.
5458 * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
5459 * python/py-type.c (type_object_type, field_object_type)
5460 (type_iterator_object_type): Make extern.
5461 * python/python.c (python_extension_script_ops)
5462 (python_extension_ops): Make extern.
5463 * stap-probe.c (stap_probe_ops): Make extern.
5464
5465 2015-02-11 Pedro Alves <pedro@codesourcery.com>
5466
5467 * infrun.c (adjust_pc_after_break): Don't adjust the PC just
5468 because the event thread is not the current thread.
5469
5470 2015-02-11 Doug Evans <xdje42@gmail.com>
5471
5472 * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
5473 been initialized yet, return NULL.
5474
5475 2015-02-11 Doug Evans <dje@google.com>
5476
5477 * symfile.h (new_symfile_objfile): Delete.
5478 * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
5479 All callers updated.
5480
5481 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
5482
5483 * tui/tui-io.c (tui_handle_resize_during_io): Call
5484 tui_update_gdb_sizes() after resizing the screen.
5485 * tui/tui.c (tui_enable): Resize the terminal before
5486 calling tui_update_gdb_sizes().
5487
5488 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
5489
5490 * tui/tui-io.c (tui_getc): Move cursor to the end of the command
5491 line before printing a newline.
5492
5493 2015-02-11 Mark Wielaard <mjw@redhat.com>
5494
5495 * utils.c (producer_is_gcc): Return true or false.
5496
5497 2015-02-10 Mark Wielaard <mjw@redhat.com>
5498
5499 * utils.h (producer_is_gcc): Change return type to bool. Add major
5500 argument.
5501 * utils.c (producer_is_gcc): Likewise.
5502 (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
5503 * dwarf2read.c (check_producer): Likewise.
5504
5505 2015-02-10 Pedro Alves <palves@redhat.com>
5506
5507 * infrun.c (displaced_step_fixup): Switch to the event thread
5508 before calling gdbarch_displaced_step_fixup.
5509
5510 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
5511
5512 * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
5513
5514 2015-02-10 Simon Marchi <simon.marchi@ericsson.com>
5515
5516 * ada-varobj.c (ada_name_of_child): Constify parent.
5517 (ada_path_expr_of_child): Same.
5518 (ada_value_of_child): Same.
5519 (ada_type_of_child): Same.
5520 * c-varobj.c (c_is_path_expr_parent): Same.
5521 (c_describe_child): Same.
5522 (c_name_of_child): Same.
5523 (c_value_of_child): Same.
5524 (c_type_of_child): Same.
5525 (cplus_number_of_children): Same.
5526 (cplus_describe_child): Constify var.
5527 (cplus_name_of_child): Constify parent.
5528 (cplus_value_of_child): Same.
5529 (cplus_type_of_child): Same.
5530 * jv-varobj.c (java_name_of_child): Same.
5531 (java_value_of_child): Same.
5532 (java_type_of_child): Same.
5533 * varobj.c (value_of_child): Same.
5534 (varobj_default_is_path_expr_parent): Constify var, parent and return
5535 value.
5536 (varobj_get_path_expr): Constify var, modify path_expr through
5537 mutable_var.
5538 (install_new_value): Constify parent.
5539 (value_of_child): Constify parent.
5540 * varobj.h (struct varobj): Constify parent.
5541 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
5542 type_of_child.
5543 (varobj_get_path_expr): Constify var.
5544 (varobj_get_path_expr_parent): Constify var and return value.
5545
5546 2015-02-10 Luis Machado <lgustavo@codesourcery.com>
5547
5548 * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
5549 (arm_prologue_this_id): Move PC and SP limit checks to
5550 arm_prologue_unwind_stop_reason.
5551 (arm_prologue_unwind) <stop_reason> : Set to
5552 arm_prologue_unwind_stop_reason.
5553
5554 2015-02-09 Mark Wielaard <mjw@redhat.com>
5555
5556 * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
5557 DW_LANG_Fortran08 as language_fortran.
5558
5559 2015-02-09 Sergio Durigan Junior <sergiodj@redhat.com>
5560
5561 PR remote/17946
5562 * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
5563 of pointer against char.
5564
5565 2015-02-09 Mark Wielaard <mjw@redhat.com>
5566
5567 * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
5568 (c_type_print_modifier): Likewise.
5569 * dwarf2read.c (read_tag_atomic_type): New function.
5570 (read_type_die_1): Handle DW_TAG_atomic_type.
5571 * gdbtypes.c (make_atomic_type): New function.
5572 (recursive_dump_type): Handle TYPE_ATOMIC.
5573 * gdbtypes.h (enum type_flag_values): Renumber.
5574 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
5575 (TYPE_ATOMIC): New macro.
5576 (make_atomic_type): Declare.
5577
5578 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5579
5580 * btrace.c (ftrace_find_call): Skip gaps.
5581 (ftrace_new_function): Initialize level.
5582 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
5583 (ftrace_new_switch): Update
5584 level computation.
5585 (ftrace_new_gap): New.
5586 (ftrace_update_function): Create new function after gap.
5587 (btrace_compute_ftrace_bts): Create gap on error.
5588 (btrace_stitch_bts): Update parameters. Clear trace if it
5589 becomes empty.
5590 (btrace_stitch_trace): Update parameters. Update callers.
5591 (btrace_clear): Reset the number of gaps.
5592 (btrace_insn_get): Return NULL if the iterator points to a gap.
5593 (btrace_insn_number): Return zero if the iterator points to a gap.
5594 (btrace_insn_end): Allow gaps at the end.
5595 (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
5596 (btrace_find_insn_by_number): Assert that the found iterator does
5597 not point to a gap.
5598 (btrace_call_next, btrace_call_prev): Assert that the last function
5599 is not a gap.
5600 * btrace.h (btrace_bts_error): New.
5601 (btrace_function): Update comment.
5602 (btrace_function) <insn, insn_offset, number>: Update comment.
5603 (btrace_function) <errcode>: New.
5604 (btrace_thread_info) <ngaps>: New.
5605 (btrace_thread_info) <replay>: Update comment.
5606 (btrace_insn_get): Update comment.
5607 * record-btrace.c (btrace_ui_out_decode_error): New.
5608 (record_btrace_info): Print number of gaps.
5609 (btrace_insn_history, btrace_call_history): Call
5610 btrace_ui_out_decode_error for gaps.
5611 (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
5612
5613 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5614
5615 * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
5616 * nat/linux-btrace.c: (btrace_this_cpu): New.
5617 (cpu_supports_bts): Call btrace_this_cpu.
5618 (intel_supports_bts): Add cpu parameter.
5619
5620 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5621
5622 * btrace.h (btrace_insn_class): New.
5623 (btrace_insn) <size, iclass>: New.
5624 * btrace.c (ftrace_find_call): Update parameters. Update users.
5625 Use instruction classification.
5626 (ftrace_new_return): Update parameters. Update users.
5627 (ftrace_update_function): Update parameters. Update users. Use
5628 instruction classification.
5629 (ftrace_update_insns): Update parameters. Update users.
5630 (ftrace_classify_insn): New.
5631 (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add
5632 TRY_CATCH around call to gdb_insn_length.
5633
5634 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5635
5636 * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
5637 Update parameters. Update users.
5638
5639 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5640
5641 * btrace.c (parse_xml_btrace_conf_bts): Add size.
5642 (btrace_conf_bts_attributes): New.
5643 (btrace_conf_children): Add attributes.
5644 * common/btrace-common.h (btrace_config_bts): New.
5645 (btrace_config)<bts>: New.
5646 (btrace_config): Update comment.
5647 * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
5648 Use config.
5649 * features/btrace-conf.dtd: Increment version. Add size
5650 attribute to bts element.
5651 * record-btrace.c (set_record_btrace_bts_cmdlist,
5652 show_record_btrace_bts_cmdlist): New.
5653 (record_btrace_adjust_size, record_btrace_print_bts_conf,
5654 record_btrace_print_conf, cmd_set_record_btrace_bts,
5655 cmd_show_record_btrace_bts): New.
5656 (record_btrace_info): Call record_btrace_print_conf.
5657 (_initialize_record_btrace): Add commands.
5658 * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
5659 (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
5660 (btrace_sync_conf): Synchronize bts size.
5661 (_initialize_remote): Add Qbtrace-conf:bts:size packet.
5662 * NEWS: Announce new commands and new packets.
5663
5664 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5665
5666 * Makefile.in (XMLFILES): Add btrace-conf.dtd.
5667 * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
5668 (x86_linux_btrace_conf): New.
5669 (x86_linux_create_target): Initialize to_btrace_conf.
5670 * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
5671 Check format. Split into this and ...
5672 (linux_enable_bts): ... this.
5673 (linux_btrace_conf): New.
5674 (perf_event_skip_record): Renamed into ...
5675 (perf_event_skip_bts_record): ... this. Updated users.
5676 (linux_disable_btrace): Split into this and ...
5677 (linux_disable_bts): ... this.
5678 (linux_read_btrace): Check format.
5679 * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
5680 (linux_btrace_conf): New.
5681 (btrace_target_info)<ptid>: Moved.
5682 (btrace_target_info)<conf>: New.
5683 (btrace_target_info): Split into this and ...
5684 (btrace_tinfo_bts): ... this. Updated users.
5685 * btrace.c (btrace_enable): Update parameters.
5686 (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
5687 (btrace_conf_children, btrace_conf_attributes)
5688 (btrace_conf_elements): New.
5689 * btrace.h (btrace_enable): Update parameters.
5690 (btrace_conf, parse_xml_btrace_conf): New.
5691 * common/btrace-common.h (btrace_config): New.
5692 * feature/btrace-conf.dtd: New.
5693 * record-btrace.c (record_btrace_conf): New.
5694 (record_btrace_cmdlist): New.
5695 (record_btrace_enable_warn, record_btrace_open): Pass
5696 &record_btrace_conf.
5697 (record_btrace_info): Print recording format.
5698 (cmd_record_btrace_bts_start): New.
5699 (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
5700 (_initialize_record_btrace): Add "record btrace bts" subcommand.
5701 Add "record bts" alias command.
5702 * remote.c (remote_state)<btrace_config>: New.
5703 (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
5704 (remote_protocol_features): Add qXfer:btrace-conf:read.
5705 (remote_open_1): Call remote_btrace_reset.
5706 (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
5707 (btrace_target_info)<conf>: New.
5708 (btrace_sync_conf, btrace_read_config): New.
5709 (remote_enable_btrace): Update parameters. Call btrace_sync_conf and
5710 btrace_read_conf.
5711 (remote_btrace_conf): New.
5712 (init_remote_ops): Initialize to_btrace_conf.
5713 (_initialize_remote): Add qXfer:btrace-conf packet.
5714 * target.c (target_enable_btrace): Update parameters.
5715 (target_btrace_conf): New.
5716 * target.h (target_enable_btrace): Update parameters.
5717 (target_btrace_conf): New.
5718 (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
5719 (target_ops)<to_enable_btrace>: Update parameters and comment.
5720 (target_ops)<to_btrace_conf>: New.
5721 * target-delegates: Regenerate.
5722 * target-debug.h (target_debug_print_const_struct_btrace_config_p)
5723 (target_debug_print_const_struct_btrace_target_info_p): New.
5724 * NEWS: Announce new command and new packet.
5725
5726 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5727
5728 * nat/linux-btrace.h (perf_event_buffer): New.
5729 (btrace_target_info) <buffer, size, data_head>: Replace with ...
5730 <bts>: ... this.
5731 * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
5732 (perf_event_buffer_size, perf_event_buffer_begin)
5733 (perf_event_buffer_end, linux_btrace_has_changed): Removed.
5734 Updated users.
5735 (perf_event_new_data): New.
5736
5737 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5738
5739 * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
5740 * record-btrace.c (record_btrace_open): Remove call to
5741 target_supports_btrace.
5742 * remote.c (remote_supports_btrace): Update parameters.
5743 * target.c (target_supports_btrace): Update parameters.
5744 * target.h (to_supports_btrace, target_supports_btrace): Update
5745 parameters.
5746 * target-delegates.c: Regenerate.
5747 * target-debug.h (target_debug_print_enum_btrace_format): New.
5748 * nat/linux-btrace.c
5749 (kernel_supports_btrace): Rename into ...
5750 (kernel_supports_bts): ... this. Update users. Update warning text.
5751 (intel_supports_btrace): Rename into ...
5752 (intel_supports_bts): ... this. Update users.
5753 (cpu_supports_btrace): Rename into ...
5754 (cpu_supports_bts): ... this. Update users.
5755 (linux_supports_btrace): Update parameters. Split into this and ...
5756 (linux_supports_bts): ... this.
5757 * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
5758
5759 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5760
5761 * Makefile.in (SFILES): Add common/btrace-common.c.
5762 (COMMON_OBS): Add common/btrace-common.o.
5763 (btrace-common.o): Add build rules.
5764 * btrace.c (parse_xml_btrace): Update parameters.
5765 (parse_xml_btrace_block): Set format field.
5766 (btrace_add_pc, btrace_fetch): Use struct btrace_data.
5767 (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
5768 (btrace_compute_ftrace): Split into this and...
5769 (btrace_compute_ftrace_bts): ...this.
5770 (btrace_stitch_trace): Split into this and...
5771 (btrace_stitch_bts): ...this.
5772 * btrace.h (parse_xml_btrace): Update parameters.
5773 (make_cleanup_btrace_data): New.
5774 * common/btrace-common.c: New.
5775 * common/btrace-common.h: Include common-defs.h.
5776 (btrace_block_s): Update comment.
5777 (btrace_format): New.
5778 (btrace_format_string): New.
5779 (btrace_data_bts): New.
5780 (btrace_data): New.
5781 (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
5782 * remote.c (remote_read_btrace): Update parameters.
5783 * target.c (target_read_btrace): Update parameters.
5784 * target.h (target_read_btrace): Update parameters.
5785 (target_ops)<to_read_btrace>: Update parameters.
5786 * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
5787 * target-delegates.c: Regenerate.
5788 * target-debug (target_debug_print_struct_btrace_data_p): New.
5789 * nat/linux-btrace.c (linux_read_btrace): Split into this and...
5790 (linux_read_bts): ...this.
5791 * nat/linux-btrace.h (linux_read_btrace): Update parameters.
5792
5793 2015-02-06 Doug Evans <dje@google.com>
5794
5795 * remote-m32r-sdi.c: Include symfile.h.
5796
5797 2015-02-06 Doug Evans <dje@google.com>
5798
5799 * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
5800 * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
5801 to here.
5802
5803 2015-02-06 Pedro Alves <palves@redhat.com>
5804
5805 * linux-thread-db.c (find_new_threads_callback): Add debug output.
5806
5807 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
5808
5809 PR gdb/15678
5810 * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
5811 (enable_count_command): Check args for NULL value.
5812
5813 2015-02-05 Doug Evans <xdje42@gmail.com>
5814
5815 * guile/scm-frame.c: Fix spelling errors in a comment.
5816
5817 2015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5818
5819 * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
5820 * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the
5821 return type.
5822
5823 2015-02-04 Pedro Alves <palves@redhat.com>
5824
5825 * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
5826 (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
5827 returns true.
5828 (resume_stopped_resumed_lwps): Don't check whether the thread is
5829 marked as executing.
5830 (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
5831
5832 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
5833
5834 * regset.h (struct regset): Add flags field.
5835 (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
5836 * corelow.c (get_core_register_section): Add warning if the size
5837 exceeds the requested size and the regset does not have the
5838 REGSET_VARIABLE_SIZE flag set.
5839 * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
5840 flag.
5841 * armbsd-tdep.c (armbsd_gregset): Likewise.
5842 * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
5843 * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
5844 * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
5845 * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
5846
5847 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
5848
5849 * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
5850 For ".reg-xstate", explicitly specify the requested section size
5851 via X86_XSTATE_SIZE instead of just 0 on input and
5852 X86_XSTATE_MAX_SIZE on output.
5853 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
5854 Likewise.
5855
5856 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
5857
5858 PR corefiles/17808:
5859 * gdbarch.sh (iterate_over_regset_sections_cb): Document this
5860 function type, particularly its SIZE parameter.
5861 * gdbarch.h: Regenerate.
5862 * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
5863 actual against required size using ">=" instead of "==".
5864 (amd64_collect_fpregset): Likewise.
5865 * i386-tdep.c (i386_supply_gregset): Likewise.
5866 (i386_collect_gregset): Likewise.
5867 (i386_supply_fpregset): Likewise.
5868 (i386_collect_fpregset): Likewise.
5869 * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
5870 (mips_fill_gregset_wrapper): Likewise.
5871 (mips_supply_fpregset_wrapper): Likewise.
5872 (mips_fill_fpregset_wrapper): Likewise.
5873 (mips64_supply_gregset_wrapper): Likewise.
5874 (mips64_fill_gregset_wrapper): Likewise.
5875 (mips64_supply_fpregset_wrapper): Likewise.
5876 (mips64_fill_fpregset_wrapper): Likewise.
5877 * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
5878 (am33_supply_fpregset_method): Likewise.
5879 (am33_collect_gregset_method): Likewise.
5880 (am33_collect_fpregset_method): Likewise.
5881
5882 2015-02-04 Doug Evans <dje@google.com>
5883 Pedro Alves <palves@redhat.com>
5884 Eli Zaretskii <eliz@gnu.org>
5885
5886 PR tui/17810
5887 * tui/tui-command.c (tui_refresh_cmd_win): New function.
5888 * tui/tui-command.c (tui_refresh_cmd_win): Declare.
5889 * tui/tui-file.c: #include tui/tui-command.h.
5890 (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
5891 (tui_file_flush): Refresh command window if stream is gdb_stdout.
5892 * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
5893
5894 2015-02-04 Pedro Alves <palves@redhat.com>
5895
5896 Fix build breakage.
5897 * event-loop.c (gdb_do_one_event): Add default switch case.
5898
5899 2015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5900
5901 Filter out inferior gcc option -fpreprocessed.
5902 * compile/compile.c (filter_args): New function.
5903 (get_args): Use it.
5904
5905 2015-02-03 Pedro Alves <palves@redhat.com>
5906
5907 * event-loop.c: Don't declare nor define a queue type for
5908 gdb_event_p.
5909 (event_queue): Delete.
5910 (create_event, create_file_event, gdb_event_xfree)
5911 (initialize_event_loop, process_event): Delete.
5912 (gdb_do_one_event): Return as soon as one event is handled.
5913 (handle_file_event): Change prototype. Used the passed in
5914 file_handler pointer and ready_mask instead of looping over all
5915 file handlers.
5916 (gdb_wait_for_event): Update the poll/select timeouts before
5917 blocking. Run event handlers directly instead of queueing events.
5918 Return as soon as one event is handled.
5919 (struct async_event_handler_data): Delete.
5920 (invoke_async_event_handler): Delete.
5921 (check_async_event_handlers): Change return type to int. Run
5922 event handlers directly instead of queueing events. Return as
5923 soon as one event is handled.
5924 (handle_timer_event): Delete.
5925 (update_wait_timeout): New function, factored out from
5926 poll_timers.
5927 (poll_timers): Reimplement.
5928 * event-loop.h (initialize_event_loop): Delete declaration.
5929 * top.c (gdb_init): Don't call initialize_event_loop.
5930
5931 2015-02-03 Pedro Alves <palves@redhat.com>
5932
5933 * event-loop.c (clear_async_event_handler): New function.
5934 * event-loop.h (clear_async_event_handler): New declaration.
5935 * record-btrace.c (record_btrace_async): New function.
5936 (init_record_btrace_ops): Install record_btrace_async.
5937 * record-full.c (record_full_async): New function.
5938 (record_full_resume): Don't mark the async event source here.
5939 (init_record_full_ops): Install record_full_async.
5940 (record_full_core_resume): Don't mark the async event source here.
5941 (init_record_full_core_ops): Install record_full_async.
5942 * remote.c (remote_async): Mark and clear the async stop reply
5943 queue event-loop token as appropriate.
5944
5945 2015-02-03 Pedro Alves <palves@redhat.com>
5946
5947 * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
5948 target_is_async_p instead of target_can_async.
5949 (linux_nat_wait): Use target_is_async_p instead of
5950 target_can_async. Don't enable async here.
5951 * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
5952 target_is_async_p instead of target_can_async.
5953
5954 2015-02-02 Simon Marchi <simon.marchi@ericsson.com>
5955
5956 * varobj.h (lang_varobj_ops): Mention which return values need
5957 to be freed.
5958
5959 2015-02-02 Joel Brobecker <brobecker@adacore.com>
5960
5961 * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
5962
5963 2015-02-02 Joel Brobecker <brobecker@adacore.com>
5964
5965 PR gdb/17856:
5966 * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
5967 results found in the cache.
5968
5969 2015-02-02 Joel Brobecker <brobecker@adacore.com>
5970
5971 PR gdb/17854:
5972 * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
5973 when allocating a new one.
5974
5975 2015-02-01 Tom Tromey <tom@tromey.com>
5976
5977 * MAINTAINERS: Remove myself.
5978
5979 2015-01-31 Doug Evans <xdje42@gmail.com>
5980
5981 * dwarf2read.c (process_structure_scope): Update setting of
5982 TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
5983 * gdbtypes.c (internal_type_vptr_fieldno): New function.
5984 (set_type_vptr_fieldno): New function.
5985 (internal_type_vptr_basetype): New function.
5986 (set_type_vptr_basetype): New function.
5987 (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
5988 TYPE_VPTR_BASETYPE.
5989 (allocate_cplus_struct_type): Initialize vptr_fieldno.
5990 (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
5991 (print_cplus_stuff): ... moved here.
5992 (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
5993 * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
5994 moved to ...
5995 (struct cplus_struct_type): ... here. All uses updated.
5996 (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
5997 (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
5998 (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
5999 * stabsread.c (read_tilde_fields): Update setting of
6000 TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
6001
6002 2015-01-31 Doug Evans <xdje42@gmail.com>
6003
6004 * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
6005 to self_p.
6006 (cp_print_class_member): Rename local domain to self_type.
6007 * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
6008 domain_type to self_type.
6009 (set_die_type) <need_gnat_info>: Handle
6010 TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
6011 * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
6012 TYPE_SPECIFIC_SELF_TYPE.
6013 * gdbtypes.c (internal_type_self_type): New function.
6014 (set_type_self_type): New function.
6015 (smash_to_memberptr_type): Rename parameter domain to self_type.
6016 Update setting of TYPE_SELF_TYPE.
6017 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
6018 (smash_to_method_type): Rename parameter domain to self_type.
6019 Update setting of TYPE_SELF_TYPE.
6020 (check_stub_method): Call smash_to_method_type.
6021 (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
6022 (copy_type_recursive): Ditto.
6023 * gdbtypes.h (enum type_specific_kind): New value
6024 TYPE_SPECIFIC_SELF_TYPE.
6025 (struct main_type) <type_specific>: New member self_type.
6026 (struct cplus_struct_type) <fn_field.type>: Update comment.
6027 (TYPE_SELF_TYPE): Rewrite.
6028 (internal_type_self_type, set_type_self_type): Declare.
6029 * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
6030 self_type.
6031 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
6032 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
6033 TYPE_TARGET_TYPE.
6034 * stabsread.c (read_member_functions): Mark methods with
6035 TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of
6036 TYPE_SELF_TYPE.
6037
6038 2015-01-31 Doug Evans <xdje42@gmail.com>
6039
6040 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
6041 All uses updated.
6042
6043 2015-01-31 Doug Evans <xdje42@gmail.com>
6044
6045 * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
6046 or unions. Return zero if union.
6047 (gnuv3_get_vtable): Call check_typedef. Assert only passed structs.
6048 (gnuv3_rtti_type): Pass already-check_typedef'd value to
6049 gnuv3_get_vtable.
6050 (compute_vtable_size): Assert only passed structs.
6051 (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
6052
6053 2015-01-31 Doug Evans <xdje42@gmail.com>
6054
6055 * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
6056 kinds.
6057
6058 2015-01-31 Gary Benson <gbenson@redhat.com>
6059 Doug Evans <dje@google.com>
6060
6061 PR cli/9007
6062 PR cli/11920
6063 PR cli/15548
6064 * cli/cli-cmds.c (complete_command): Notify user if max-completions
6065 reached.
6066 * common/common-exceptions.h (enum errors)
6067 <MAX_COMPLETIONS_REACHED_ERROR>: New value.
6068 * completer.h (get_max_completions_reached_message): New declaration.
6069 (max_completions): Likewise.
6070 (completion_tracker_t): New typedef.
6071 (new_completion_tracker): New declaration.
6072 (make_cleanup_free_completion_tracker): Likewise.
6073 (maybe_add_completion_enum): New enum.
6074 (maybe_add_completion): New declaration.
6075 (throw_max_completions_reached_error): Likewise.
6076 * completer.c (max_completions): New global variable.
6077 (new_completion_tracker): New function.
6078 (free_completion_tracker): Likewise.
6079 (make_cleanup_free_completion_tracker): Likewise.
6080 (maybe_add_completions): Likewise.
6081 (throw_max_completions_reached_error): Likewise.
6082 (complete_line): Remove duplicates and limit result to max_completions
6083 entries.
6084 (get_max_completions_reached_message): New function.
6085 (gdb_display_match_list): Handle max_completions.
6086 (_initialize_completer): New declaration and function.
6087 * symtab.c: Include completer.h.
6088 (completion_tracker): New static variable.
6089 (completion_list_add_name): Call maybe_add_completion.
6090 (default_make_symbol_completion_list_break_on_1): Renamed from
6091 default_make_symbol_completion_list_break_on. Maintain
6092 completion_tracker across calls to completion_list_add_name.
6093 (default_make_symbol_completion_list_break_on): New function.
6094 * top.c (init_main): Set rl_completion_display_matches_hook.
6095 * tui/tui-io.c: Include completer.h.
6096 (tui_old_rl_display_matches_hook): New static global.
6097 (tui_rl_display_match_list): Notify user if max-completions reached.
6098 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
6099 * NEWS (New Options): Mention set/show max-completions.
6100
6101 2015-01-31 Gary Benson <gbenson@redhat.com>
6102
6103 * symtab.c (struct add_name_data) <code>: New field.
6104 Updated comments.
6105 (add_symtab_completions): New function.
6106 (symtab_expansion_callback): Likewise.
6107 (default_make_symbol_completion_list_break_on): Set datum.code.
6108 Move minimal symbol scan before calling expand_symtabs_matching.
6109 Scan known primary symtabs for externs and statics before calling
6110 expand_symtabs_matching. Pass symtab_expansion_callback as
6111 expansion_notify argument to expand_symtabs_matching. Do not scan
6112 primary symtabs for externs and statics after calling
6113 expand_symtabs_matching.
6114
6115 2015-01-31 Gary Benson <gbenson@redhat.com>
6116
6117 * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
6118 (struct quick_symbol_functions) <expand_symtabs_matching>:
6119 New argument expansion_notify. All uses updated.
6120 (expand_symtabs_matching): New argument expansion_notify.
6121 All uses updated.
6122 * symfile-debug.c (debug_qf_expand_symtabs_matching):
6123 Also print expansion notify.
6124 * symtab.c (expand_symtabs_matching_via_partial): Call
6125 expansion_notify whenever a partial symbol table is expanded.
6126 * dwarf2read.c (dw2_expand_symtabs_matching): Call
6127 expansion_notify whenever a symbol table is instantiated.
6128
6129 2015-01-31 Doug Evans <xdje42@gmail.com>
6130
6131 * cli-out.c: #include completer.h, readline/readline.h.
6132 (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
6133 (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
6134 (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
6135 * cli-out.h (cli_display_match_list): Declare.
6136 * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
6137 (ELLIPSIS_LEN): Ditto.
6138 (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
6139 (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
6140 (gdb_fnprint, gdb_print_filename): Ditto.
6141 (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
6142 (gdb_display_match_list): Ditto.
6143 * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
6144 (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
6145 (mld_beep_ftype, mld_read_key_ftype): Ditto.
6146 (match_list_displayer): New struct.
6147 (gdb_display_match_list): Declare.
6148 * top.c (init_main): Set rl_completion_display_matches_hook.
6149 * tui/tui-io.c: #include completer.h.
6150 (printable_part, PUTX, print_filename, get_y_or_n): Delete.
6151 (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
6152 (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
6153 (tui_mld_getc, tui_mld_read_key): Ditto.
6154 (tui_rl_display_match_list): Rewrite.
6155 (tui_handle_resize_during_io): New arg for_completion. All callers
6156 updated.
6157
6158 2015-01-31 Doug Evans <xdje42@gmail.com>
6159
6160 Add symbol lookup cache.
6161 * NEWS: Document new options and commands.
6162 * symtab.c (symbol_cache_key): New static global.
6163 (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
6164 (SYMBOL_LOOKUP_FAILED): New macro.
6165 (symbol_cache_slot_state): New enum.
6166 (block_symbol_cache): New struct.
6167 (symbol_cache): New struct.
6168 (new_symbol_cache_size, symbol_cache_size): New static globals.
6169 (hash_symbol_entry, eq_symbol_entry): New functions.
6170 (symbol_cache_byte_size, resize_symbol_cache): New functions.
6171 (make_symbol_cache, free_symbol_cache): New functions.
6172 (get_symbol_cache, symbol_cache_cleanup): New function.
6173 (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
6174 (symbol_cache_lookup, symbol_cache_clear_slot): New function.
6175 (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
6176 (symbol_cache_flush, symbol_cache_dump): New functions.
6177 (maintenance_print_symbol_cache): New function.
6178 (maintenance_flush_symbol_cache): New function.
6179 (symbol_cache_stats): New function.
6180 (maintenance_print_symbol_cache_statistics): New function.
6181 (symtab_new_objfile_observer): New function.
6182 (symtab_free_objfile_observer): New function.
6183 (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
6184 (_initialize_symtab): Init symbol_cache_key. New parameter
6185 maint symbol-cache-size. New maint commands print symbol-cache,
6186 print symbol-cache-statistics, flush-symbol-cache.
6187 Install new_objfile, free_objfile observers.
6188
6189 2015-01-31 Joel Brobecker <brobecker@adacore.com>
6190
6191 PR symtab/17855
6192 * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
6193 to end.
6194
6195 2015-01-31 Doug Evans <xdje42@gmail.com>
6196
6197 * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
6198 * auto-load.c: #include ctype.h.
6199 (struct auto_load_pspace_info): Replace member loaded_scripts with
6200 new members loaded_script_files, loaded_script_texts.
6201 (auto_load_pspace_data_cleanup): Update.
6202 (init_loaded_scripts_info): Update.
6203 (get_auto_load_pspace_data_for_loading): Update.
6204 (maybe_add_script_file): Renamed from maybe_add_script. All callers
6205 updated.
6206 (maybe_add_script_text): New function.
6207 (clear_section_scripts): Update.
6208 (source_script_file, execute_script_contents): New functions.
6209 (source_section_scripts): Add support for
6210 SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
6211 (print_scripts): New function.
6212 (auto_load_info_scripts): Also print inlined scripts.
6213 (maybe_print_unsupported_script_warning): Renamed from
6214 unsupported_script_warning_print. All callers updated.
6215 (maybe_print_script_not_found_warning): Renamed from
6216 script_not_found_warning_print. All callers updated.
6217 * extension-priv.h (struct extension_language_script_ops): New member
6218 objfile_script_executor.
6219 * extension.c (ext_lang_objfile_script_executor): New function.
6220 * extension.h (objfile_script_executor_func): New typedef.
6221 (ext_lang_objfile_script_executor): Declare.
6222 * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
6223 * guile/guile.c (guile_extension_script_ops): Update.
6224 * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
6225 * python/python.c (python_extension_script_ops): Update.
6226 (gdbpy_execute_objfile_script): New function.
6227
6228 2015-01-31 Eli Zaretskii <eliz@gnu.org>
6229
6230 * tui/tui-io.c (tui_expand_tabs): New function.
6231 (tui_puts, tui_redisplay_readline): Expand TABs into the
6232 appropriate number of spaces.
6233 * tui/tui-regs.c: Include tui-io.h.
6234 (tui_register_format): Call tui_expand_tabs to expand TABs into
6235 the appropriate number of spaces.
6236 * tui/tui-io.h: Add prototype for tui_expand_tabs.
6237
6238 2015-01-30 Doug Evans <dje@google.com>
6239
6240 * NEWS: "info source" command now display producer string if present.
6241 * source.c (source_info): Print producer string if present.
6242
6243 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
6244
6245 * varobj.c (varobj_delete): Fix comment.
6246
6247 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
6248
6249 * varobj.c (create_child): Modify comment.
6250
6251 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
6252
6253 * ada-varobj.c (ada_number_of_children): Constify struct varobj *
6254 parameter.
6255 (ada_name_of_variable): Same.
6256 (ada_path_expr_of_child): Same.
6257 (ada_value_of_variable): Same.
6258 (ada_value_is_changeable_p): Same.
6259 (ada_value_has_mutated): Same.
6260 * c-varobj.c (varobj_is_anonymous_child): Same.
6261 (c_is_path_expr_parent): Same.
6262 (c_number_of_children): Same.
6263 (c_name_of_variable): Same.
6264 (c_path_expr_of_child): Same.
6265 (get_type): Same.
6266 (c_value_of_variable): Same.
6267 (cplus_number_of_children): Same.
6268 (cplus_name_of_variable): Same.
6269 (cplus_path_expr_of_child): Same.
6270 (cplus_value_of_variable): Same.
6271 * jv-varobj.c (java_number_of_children): Same.
6272 (java_name_of_variable): Same.
6273 (java_path_expr_of_child): Same.
6274 (java_value_of_variable): Same.
6275 * varobj.c (number_of_children): Same.
6276 (name_of_variable): Same.
6277 (is_root_p): Same.
6278 (varobj_ensure_python_env): Same.
6279 (varobj_get_objname): Same.
6280 (varobj_get_expression): Same.
6281 (varobj_get_display_format): Same.
6282 (varobj_get_display_hint): Same.
6283 (varobj_has_more): Same.
6284 (varobj_get_thread_id): Same.
6285 (varobj_get_frozen): Same.
6286 (dynamic_varobj_has_child_method): Same.
6287 (varobj_get_gdb_type): Same.
6288 (is_path_expr_parent): Same.
6289 (varobj_default_is_path_expr_parent): Same.
6290 (varobj_get_language): Same.
6291 (varobj_get_attributes): Same.
6292 (varobj_is_dynamic_p): Same.
6293 (varobj_get_child_range): Same.
6294 (varobj_value_has_mutated): Same.
6295 (varobj_get_value_type): Same.
6296 (number_of_children): Same.
6297 (name_of_variable): Same.
6298 (check_scope): Same.
6299 (varobj_editable_p): Same.
6300 (varobj_value_is_changeable_p): Same.
6301 (varobj_floating_p): Same.
6302 (varobj_default_value_is_changeable_p): Same.
6303
6304 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
6305
6306 * varobj.c (varobj_get_path_expr): Set var->path_expr.
6307 * c-varobj.c (c_path_expr_of_child): Set local var instead of
6308 child->path_expr.
6309 (cplus_path_expr_of_child): Same.
6310
6311 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
6312
6313 * mi-cmd-var.c (print_varobj): Free varobj_get_expression
6314 result.
6315 (mi_cmd_var_info_expression): Same.
6316 * varobj.c (varobj_get_expression): Mention in the comment that
6317 the result must by freed by the caller.
6318
6319 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
6320
6321 * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
6322 varobj_get_type.
6323 (varobj_update_one): Same.
6324 * varobj.c (update_type_if_necessary): Free curr_type_str and
6325 new_type_str.
6326 (varobj_get_type): Specify in comment that the result needs to be
6327 freed by the caller.
6328
6329 2015-01-29 Doug Evans <dje@google.com>
6330
6331 PR symtab/17890
6332 * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
6333
6334 2015-01-25 Mark Wielaard <mjw@redhat.com>
6335
6336 * dwarf2read.c (checkproducer): Call producer_is_gcc.
6337 * utils.c (producer_is_gcc_ge_4): Likewise.
6338 (producer_is_gcc): New function.
6339 * utils.h (producer_is_gcc): New declaration.
6340
6341 2015-01-29 Joel Brobecker <brobecker@adacore.com>
6342
6343 * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
6344 kind.
6345 * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
6346 parameter by "addr_stack" parameter.
6347 (resolve_dynamic_range): Replace "addr" parameter by
6348 "stack_addr" parameter. Update function documentation.
6349 Update code accordingly.
6350 (resolve_dynamic_array, resolve_dynamic_union)
6351 (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
6352 (resolve_dynamic_type): Update code, following the changes made
6353 to resolve_dynamic_type_internal's interface.
6354 * dwarf2loc.h (struct property_addr_info): New.
6355 (dwarf2_evaluate_property): Replace "address" parameter
6356 by "addr_stack" parameter. Adjust function documentation.
6357 (struct dwarf2_offset_baton): New.
6358 (struct dwarf2_property_baton): Update documentation of
6359 field "referenced_type" to be more general. New field
6360 "offset_info" in union data field.
6361 * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
6362 parameter by "addr_stack" parameter. Adjust code accordingly.
6363 Add support for PROP_ADDR_OFFSET properties.
6364 * dwarf2read.c (attr_to_dynamic_prop): Add support for
6365 DW_AT_data_member_location attributes as well. Use case
6366 statements instead of if/else condition.
6367
6368 2015-01-29 Joel Brobecker <brobecker@adacore.com>
6369
6370 * ada-varobj.c (ada_varobj_get_array_number_of_children):
6371 Return zero if PARENT_VALUE is NULL and parent_type's
6372 range type is dynamic.
6373
6374 2015-01-29 Joel Brobecker <brobecker@adacore.com>
6375
6376 * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
6377 nonzero if the type's subtype is dynamic.
6378 (resolve_dynamic_range): Also resolve the range's subtype.
6379
6380 2015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch)
6381
6382 Pushed by Joel Brobecker <brobecker@adacore.com>.
6383 * symfile.c (unmap_overlay_command): Initialize sec to NULL.
6384
6385 2015-01-27 Doug Evans <dje@google.com>
6386
6387 * NEWS: Mention gdb.Objfile.username.
6388 * python/py-objfile.c (objfpy_get_username): New function.
6389 (objfile_getset): Add "username".
6390
6391 2015-01-24 Mark Wielaard <mjw@redhat.com>
6392
6393 * stack.c (return_command): Markup warning message with _.
6394
6395 2015-01-24 Doug Evans <xdje42@gmail.com>
6396
6397 * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
6398
6399 2015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6400
6401 Fix 100x slowdown regression on DWZ files.
6402 * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
6403 (struct line_header): Add offset and offset_in_dwz.
6404 (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
6405 (free_line_header_voidp): New declaration.
6406 (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
6407 functions.
6408 (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
6409 (handle_DW_AT_stmt_list): Use line_header_hash.
6410 (free_line_header_voidp): New function.
6411 (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
6412 (dwarf_decode_lines): New parameter decode_mapping, use it.
6413 (dwarf2_free_objfile): Free line_header_hash.
6414
6415 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
6416
6417 PR gdb/17416
6418 * valops.c (value_rtti_indirect_type): Catch exception thrown by
6419 value_ind.
6420
6421 2015-01-15 Mark Wielaard <mjw@redhat.com>
6422
6423 * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
6424 DW_AT_noreturn.
6425 * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
6426 calling_convention an 8 bit bit field.
6427 (TYPE_NO_RETURN): New macro.
6428 * infcmd.c (finish_command): Query if function does not return
6429 normally.
6430 * stack.c (return_command): Likewise.
6431
6432 2015-01-23 Pedro Alves <palves@redhat.com>
6433
6434 * linux-nat.c (linux_is_async_p): New macro.
6435 (linux_nat_is_async_p):
6436 (linux_nat_terminal_inferior): Check whether the target can async
6437 instead of whether it is already async.
6438 (linux_nat_terminal_ours): Don't check whether the target is
6439 async.
6440 (linux_async_pipe): Use linux_is_async_p.
6441
6442 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6443
6444 * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
6445 '-ascending'.
6446 * thread.c (tp_array_compar_ascending, tp_array_compar): New.
6447 (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
6448 Sort tp_array using tp_array_compar.
6449 (_initialize_thread): Extend thread_apply_all_command help.
6450
6451 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6452
6453 * corelow.c (core_open): Call also thread_command.
6454 * gdbthread.h (thread_command): New prototype moved from ...
6455 * thread.c (thread_command): ... here.
6456 (thread_command): Make it global.
6457
6458 2015-01-22 Pedro Alves <palves@redhat.com>
6459
6460 * configure.ac [*mingw32*]: Check $curses_found instead of
6461 $prefer_curses.
6462 * configure: Regenerate.
6463 * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
6464 HAVE_NCURSES_NCURSES_H checks.
6465
6466 2015-01-22 Eli Zaretskii <eliz@gnu.org>
6467
6468 * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
6469 fails with the 1st arg NULL, try again with "unknown". Don't test
6470 the "cup" capability: it isn't supported by the Windows port of
6471 ncurses, but the Windows console driver is still capable of
6472 supporting TUI.
6473
6474 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6475
6476 * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
6477
6478 2015-01-22 Eli Zaretskii <eliz@gnu.org>
6479
6480 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
6481 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
6482 reason that "make TAGS" is broken.
6483
6484 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
6485
6486 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
6487 and check additional store instructions.
6488
6489 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
6490
6491 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
6492
6493 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
6494
6495 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
6496 ppc_canonicalize_syscall, ppc_linux_syscall_record,
6497 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
6498 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
6499 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
6500 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
6501 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
6502 ppc_process_record_op19, ppc_process_record_op31,
6503 ppc_process_record_op59, ppc_process_record_op60,
6504 ppc_process_record_op63): Likewise.
6505
6506 2015-01-20 Joel Brobecker <brobecker@adacore.com>
6507
6508 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
6509 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
6510 strerror.
6511
6512 2015-01-20 Wei-cheng Wang <cole945@gmail.com>
6513
6514 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
6515 ppc_process_record_op31, ppc_process_record_op59,
6516 ppc_process_record_op60, ppc_process_record_op63,
6517 ppc_process_record): Fix -Wformat warning.
6518 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
6519 Remove unused variables.
6520
6521 2015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
6522
6523 * MAINTAINERS (Write After Approval): Add "Chen Gang".
6524
6525 2015-01-19 Eli Zaretskii <eliz@gnu.org>
6526
6527 * configure.ac [*mingw32*]: Only add windows-termcap.o to
6528 CONFIG_OBS if not building with a curses library.
6529 * configure: Regenerate.
6530
6531 * windows-termcap.c: Include defs.h. Make the whole body empty if
6532 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
6533 HAVE_NCURSES_NCURSES_H is defined.
6534
6535 2015-01-19 Joel Brobecker <brobecker@adacore.com>
6536
6537 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
6538 from end of line to start of next line.
6539
6540 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
6541
6542 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
6543 Scan PLT stub backward for reverse debugging.
6544 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
6545
6546 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
6547 Ulrich Weigand <uweigand@de.ibm.com>
6548
6549 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
6550 gdb_target_obs.
6551 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
6552 record.
6553 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
6554 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
6555 (ppc_linux_init_abi): Set process_record, process_record_signal.
6556 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
6557 ppc_linux_record_tdep to gdbarch_tdep.
6558 (ppc_process_record): New declaration.
6559 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
6560 ppc_process_record_op19, ppc_process_record_op31,
6561 ppc_process_record_op59, ppc_process_record_op60,
6562 ppc_process_record_op63, ppc_process_record): New functions.
6563
6564 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
6565
6566 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
6567 rs6000_in_function_epilogue_frame_p and add an argument
6568 for frame_info.
6569 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
6570 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
6571 New functions.
6572 (rs6000_epilogue_frame_unwind): New.
6573 (rs6000_gdbarch_init): Append epilogue unwinder.
6574
6575 2015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
6576
6577 * nat/linux-personality.c: Replace "#ifndef
6578 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
6579 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
6580 systems.
6581
6582 2015-01-16 Eli Zaretskii <eliz@gnu.org>
6583
6584 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
6585 functions.
6586 (_initialize_tui_win) <border-kind, border-mode>:
6587 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
6588 (tui_set_tab_width_command): Fix the commentary.
6589
6590 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
6591
6592 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
6593 Doc fix.
6594 (tui_set_tab_width_command): Delete and recreate the source and
6595 the disassembly windows, to show the effect of the changed tab
6596 size immediately.
6597
6598 * tui/tui-data.h (LINE_PREFIX): Make shorter
6599 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
6600 "Thread NNNNN.XXXX" thread ID notation on Windows.
6601
6602 2015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6603
6604 Fix gcc-5 compilation.
6605 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
6606
6607 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
6608
6609 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
6610 (linux-personality.o): New rule.
6611 * common/common-defs.h: Include <stdint.h>.
6612 * config/aarch64/linux.mh (NATDEPFILES): Include
6613 linux-personality.o.
6614 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
6615 * config/arm/linux.mh (NATDEPFILES): Likewise.
6616 * config/i386/linux64.mh (NATDEPFILES): Likewise.
6617 * config/i386/linux.mh (NATDEPFILES): Likewise.
6618 * config/ia64/linux.mh (NATDEPFILES): Likewise.
6619 * config/m32r/linux.mh (NATDEPFILES): Likewise.
6620 * config/m68k/linux.mh (NATDEPFILES): Likewise.
6621 * config/mips/linux.mh (NATDEPFILES): Likewise.
6622 * config/pa/linux.mh (NATDEPFILES): Likewise.
6623 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
6624 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
6625 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
6626 * config/s390/linux.mh (NATDEPFILES): Likewise.
6627 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
6628 * config/sparc/linux.mh (NATDEPFILES): Likewise.
6629 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
6630 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
6631 * defs.h: Remove #include <stdint.h> (moved to
6632 common/common-defs.h).
6633 * linux-nat.c: Include nat/linux-personality.h. Remove #include
6634 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
6635 nat/linux-personality.c).
6636 (linux_nat_create_inferior): Remove code to disable address space
6637 randomization (moved to nat/linux-personality.c). Create cleanup
6638 to disable address space randomization.
6639 * nat/linux-personality.c: New file.
6640 * nat/linux-personality.h: Likewise.
6641
6642 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
6643
6644 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
6645 common/posix-strerror.c.
6646 (posix-strerror.o): New rule.
6647 (mingw-strerror.o): Likewise.
6648 * common/common-utils.h (safe_strerror): Move prototype to here,
6649 from utils.h.
6650 * common/common.host: New file.
6651 * common/mingw-strerror.c: Likewise.
6652 * common/posix-strerror.c: Likewise.
6653 * configure: Regenerated.
6654 * configure.ac: Source common/common.host. Add variable
6655 common_host_obs to gdb_host_obs.
6656 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
6657 gdb/common/posix-strerror.c when warning about the use of
6658 strerror.
6659 * mingw-hdep.c (safe_strerror): Remove definition; move it to
6660 common/mingw-strerror.c.
6661 * posix-hdep.c (safe_strerror): Remove definition; move it to
6662 common/posix-hdep.c.
6663 * utils.h (safe_strerror): Remove prototype; move to
6664 common/common-utils.h.
6665
6666 2015-01-15 Joel Brobecker <brobecker@adacore.com>
6667
6668 GDB 7.8.2 released.
6669
6670 2015-01-15 Joel Brobecker <brobecker@adacore.com>
6671
6672 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
6673 ___XA type if the array has already been fixed.
6674
6675 2015-01-14 Yao Qi <yao@codesourcery.com>
6676
6677 * Makefile.in (ppc-linux.o): New rule.
6678 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
6679 * configure.ac: AC_CHECK_FUNCS(getauxval).
6680 * config.in: Re-generated.
6681 * configure: Re-generated.
6682 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
6683 Declare.
6684 * nat/ppc-linux.c: New file.
6685 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
6686 Call ppc64_64bit_inferior_p.
6687
6688 2015-01-14 Yao Qi <yao@codesourcery.com>
6689
6690 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
6691 nat/ppc-linux.h.
6692 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
6693 (PPC_FEATURE_HAS_DFP): Likewise.
6694 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
6695 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
6696 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
6697 Include "nat/ppc-linux.h".
6698 * nat/ppc-linux.h: New file.
6699 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
6700
6701 2015-01-14 Pedro Alves <palves@redhat.com>
6702
6703 PR gdb/17525
6704 * breakpoint.c: Include "interps.h".
6705 (bpstat_do_actions_1): Also check whether the interpreter is
6706 async.
6707
6708 2015-01-14 Pedro Alves <palves@redhat.com>
6709
6710 PR cli/17828
6711 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
6712 reinstall if the interpreter is sync.
6713
6714 2015-01-13 Doug Evans <dje@google.com>
6715
6716 * objfiles.c (objfile_filename): New function.
6717 * objfiles.h (objfile_filename): Declare it.
6718 (objfile_name): Add function comment.
6719 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
6720 bfd file name (which may be realpath'd), and the original name.
6721
6722 2015-01-13 Joel Brobecker <brobecker@adacore.com>
6723
6724 * NEWS: Create a new section for the next release branch.
6725 Rename the section of the current branch, now that it has
6726 been cut.
6727
6728 2015-01-13 Joel Brobecker <brobecker@adacore.com>
6729
6730 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
6731 * version.in: Bump version to 7.9.50.DATE-cvs.
6732
6733 2015-01-13 Joel Brobecker <brobecker@adacore.com>
6734
6735 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
6736 Remove trailing new-line in argument of call to warning.
6737
6738 2015-01-13 Joel Brobecker <brobecker@adacore.com>
6739
6740 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
6741 new-line in argument of call to "warning".
6742
6743 2015-01-13 Joel Brobecker <brobecker@adacore.com>
6744
6745 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
6746 in static block, then try searching for primitive types.
6747
6748 2015-01-12 Patrick Palka <patrick@parcs.ath.cx>
6749
6750 * top.h (gdb_add_history): Declare.
6751 * top.c (command_count): New variable.
6752 (gdb_add_history): New function.
6753 (gdb_safe_append_history): New static function.
6754 (quit_force): Call it.
6755 (command_line_input): Use gdb_add_history instead of
6756 add_history.
6757 * event-top.c (command_line_handler): Likewise.
6758
6759 2015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
6760
6761 PR gdb/17046
6762 * darwin-nat.c: Replace <machine/setjmp.h> #include by
6763 <setjmp.h> #include.
6764
6765 2015-01-11 Doug Evans <xdje42@gmail.com>
6766
6767 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
6768
6769 2015-01-11 Doug Evans <xdje42@gmail.com>
6770
6771 PR gdb/15830
6772 * NEWS: The "maint demangle" command is renamed as "demangle".
6773 * demangle.c: #include cli/cli-utils.h, language.h.
6774 (demangle_command): New function.
6775 (_initialize_demangle): Add new command "demangle".
6776 * maint.c (maintenance_demangle): Stub out.
6777 (_initialize_maint_cmds): Update help text for "maint demangle",
6778 and mark as deprecated.
6779
6780 2015-01-11 Mark Kettenis <kettenis@gnu.org>
6781
6782 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
6783 inferior_thread is a function.
6784
6785 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
6786
6787 * Makefile.in (.y.c): Don't munge yacc's #line
6788 directives.
6789
6790 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
6791
6792 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
6793 to prompt for input.
6794 * tui/tui-hooks.c (tui_query_hook): Remove.
6795 (tui_install_hooks): Don't set deprecated_query_hook.
6796 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
6797 height calculation. Always update the command window's cur_line.
6798
6799 2015-01-09 Pedro Alves <palves@redhat.com>
6800
6801 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
6802 function.
6803 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
6804 declaration.
6805 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
6806 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
6807 stop_reason.
6808 (check_stopped_by_watchpoint): New function.
6809 (save_sigtrap): Reimplement.
6810 (linux_nat_stopped_by_watchpoint): Adjust.
6811 (linux_nat_lp_status_is_event): Delete.
6812 (stop_wait_callback): Only call save_sigtrap after storing the
6813 pending status.
6814 (status_callback): If the thread had been stopped for a breakpoint
6815 that has since been removed, discard the event and resume the LWP.
6816 (count_events_callback, select_event_lwp_callback): Use
6817 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
6818 (cancel_breakpoint): Rename to ...
6819 (check_stopped_by_breakpoint): ... this. Record whether the LWP
6820 stopped for a software breakpoint or hardware breakpoint.
6821 (select_event_lwp): Only give preference to the stepping LWP in
6822 all-stop mode. Adjust comments.
6823 (stop_and_resume_callback): Remove references to new_pending_p.
6824 (linux_nat_filter_event): Likewise. Leave exit events of the
6825 leader thread pending here. Handle signal short circuiting here.
6826 Only call save_sigtrap after storing the pending waitstatus.
6827 (linux_nat_wait_1): Remove 'retry' label. Remove references to
6828 new_pending. Don't handle leaving events the caller is not
6829 interested in pending here, nor handle signal short-circuiting
6830 here. Also give equal priority to all LWPs that have had events
6831 in non-stop mode. If reporting a software breakpoint event,
6832 unadjust the LWP's PC.
6833 * linux-nat.h (enum lwp_stop_reason): New.
6834 (struct lwp_info) <stop_pc>: New field.
6835 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
6836 (struct lwp_info) <stop_reason>: New field.
6837 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
6838
6839 2015-01-09 Pedro Alves <palves@redhat.com>
6840
6841 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
6842 Set the LWP's 'resumed' flag.
6843
6844 2015-01-09 Pedro Alves <palves@redhat.com>
6845
6846 * linux-nat.c (linux_resume_one_lwp): New function.
6847 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
6848 (linux_nat_resume): Use lwp_status_pending_p and
6849 linux_resume_one_lwp.
6850 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
6851 (linux_handle_extended_wait): Use linux_resume_one_lwp.
6852 (status_callback, running_callback): Use lwp_status_pending_p.
6853 (lwp_status_pending_p): New function.
6854 (stop_and_resume_callback): Use lwp_status_pending_p.
6855 (linux_nat_filter_event): Use linux_resume_one_lwp.
6856 (linux_nat_wait_1): Always use status_callback to look for an LWP
6857 with a pending status. Use linux_resume_one_lwp.
6858 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
6859 linux_resume_one_lwp.
6860
6861 2015-01-09 Pedro Alves <palves@redhat.com>
6862
6863 * breakpoint.c (bp_location_inserted_here_p): New function,
6864 factored out from ...
6865 (breakpoint_inserted_here_p): ... here. Use
6866 ALL_BP_LOCATIONS_AT_ADDR.
6867 (software_breakpoint_inserted_here_p): Use
6868 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
6869
6870 2014-01-09 Pedro Alves <palves@redhat.com>
6871
6872 Skip enabling event reporting if the kernel supports
6873 PTRACE_EVENT_CLONE.
6874 * linux-thread-db.c: Include "nat/linux-ptrace.h".
6875 (thread_db_use_events): New function.
6876 (try_thread_db_load_1): Check thread_db_use_events before enabling
6877 event reporting.
6878 (update_thread_state): New function.
6879 (attach_thread): Use it. Check thread_db_use_events before
6880 enabling event reporting.
6881 (thread_db_detach): Check thread_db_use_events before disabling
6882 event reporting.
6883 (find_new_threads_callback): Check thread_db_use_events before
6884 enabling event reporting. Update the thread's state if not using
6885 libthread_db events.
6886
6887 2015-01-09 Pedro Alves <palves@redhat.com>
6888
6889 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
6890 about to wait for is > 0.
6891 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
6892 the kernel thread ID is -1.
6893
6894 2015-01-09 Pedro Alves <palves@redhat.com>
6895
6896 * linux-nat.c (attach_proc_task_lwp_callback): New function.
6897 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
6898 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
6899 ptrace option flags.
6900 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
6901 field.
6902 * nat/linux-procfs.c: Include <dirent.h>.
6903 (linux_proc_get_int): New parameter "warn". Handle it.
6904 (linux_proc_get_tgid): Adjust.
6905 (linux_proc_get_tracerpid): Rename to ...
6906 (linux_proc_get_tracerpid_nowarn): ... this.
6907 (linux_proc_pid_get_state): New function, factored out from
6908 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
6909 and handle it.
6910 (linux_proc_pid_is_gone): New function.
6911 (linux_proc_pid_is_stopped): Adjust.
6912 (linux_proc_pid_is_zombie_maybe_warn)
6913 (linux_proc_pid_is_zombie_nowarn): New functions.
6914 (linux_proc_pid_is_zombie): Use
6915 linux_proc_pid_is_zombie_maybe_warn.
6916 (linux_proc_attach_tgid_threads): New function.
6917 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
6918 (linux_proc_get_tracerpid): Rename to ...
6919 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
6920 (linux_proc_pid_is_gone): New declaration.
6921 (linux_proc_pid_is_zombie): Update comment.
6922 (linux_proc_pid_is_zombie_nowarn): New declaration.
6923 (linux_proc_attach_lwp_func): New typedef.
6924 (linux_proc_attach_tgid_threads): New declaration.
6925 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
6926 use nowarn functions.
6927 (linux_ptrace_attach_fail_reason_string): Move here from
6928 gdbserver/linux-low.c and rename.
6929 (ptrace_supports_feature): If the current ptrace options are not
6930 known yet, check them now, instead of asserting.
6931 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
6932 Declare.
6933
6934 2015-01-09 Pedro Alves <palves@redhat.com>
6935
6936 * linux-thread-db.c (thread_db_find_new_threads_silently)
6937 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
6938 (find_new_threads_once): Print debug output on gdb_stdlog.
6939
6940 2015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
6941 Pedro Alves <palves@redhat.com>
6942
6943 * compile/compile.c: Include "gdb_wait.h".
6944 (do_rmdir): Check return value, and free 'zap'.
6945
6946 2015-01-08 Pedro Alves <palves@redhat.com>
6947 Yao Qi <yao@codesourcery.com>
6948
6949 * dwarf2loc.c (indirect_pieced_value): Don't call
6950 gdb_sign_extend. Call extract_signed_integer instead.
6951 * utils.c (gdb_sign_extend): Remove.
6952 * utils.h (gdb_sign_extend): Remove declaration.
6953
6954 2015-01-07 Pierre Muller <muller@sourceware.org>
6955
6956 PR symtab/17811
6957 * stabsread.c (define_symbol): Set language for C++ special symbols.
6958
6959 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
6960
6961 * inflow.c (initial_gdb_ttystate): Tweak comment.
6962
6963 2015-01-07 Joel Brobecker <brobecker@adacore.com>
6964
6965 * inflow.c (set_initial_gdb_ttystate): Add empty line after
6966 comment documenting function.
6967
6968 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
6969
6970 * terminal.h (set_initial_gdb_ttystate): Declare.
6971 * inflow.c (initial_gdb_ttystate): New static variable.
6972 (set_initial_gdb_ttystate): New setter.
6973 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
6974 instead of our current terminal state.
6975 * top.c (gdb_init): Call set_initial_gdb_ttystate.
6976
6977 2015-01-07 Joel Brobecker <brobecker@adacore.com>
6978
6979 * guile/scm-type.c (tyscm_array_1): Add comment.
6980 * python/py-type.c (typy_array_1): Add comment.
6981
6982 2015-01-06 Joel Brobecker <brobecker@adacore.com>
6983
6984 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
6985 error if N2 is equal to N1 - 1.
6986
6987 2015-01-06 Joel Brobecker <brobecker@adacore.com>
6988
6989 * python/py-type.c (typy_array_1): Do not raise negative-length
6990 exception if N2 is equal to N1 - 1.
6991
6992 2015-01-03 Doug Evans <xdje42@gmail.com>
6993
6994 * c-exp.y: Whitespace cleanup.
6995 (classify_inner_name): Remove extra ;.
6996
6997 2015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
6998
6999 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
7000 offset signed.
7001
7002 2015-01-02 Doug Evans <dje@google.com>
7003
7004 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
7005
7006 2015-01-02 Doug Evans <dje@google.com>
7007
7008 * symtab.h (struct symbol): Fix typo in comment.
7009
7010 2015-01-01 Joel Brobecker <brobecker@adacore.com>
7011
7012 Update year range in copyright notice of all files.
7013
7014 2015-01-01 Joel Brobecker <brobecker@adacore.com>
7015
7016 * top.c (print_gdb_version): Update copyright year to 2015.
7017
7018 2015-01-01 Joel Brobecker <brobecker@adacore.com>
7019
7020 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
7021
7022 For older changes see ChangeLog-2014.
7023 \f
7024 Local Variables:
7025 mode: change-log
7026 left-margin: 8
7027 fill-column: 74
7028 version-control: never
7029 coding: utf-8
7030 End:
This page took 0.163298 seconds and 5 git commands to generate.