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