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