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