Fix automatic dependency tracking
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
890e9790
TT
12017-10-09 Tom Tromey <tom@tromey.com>
2
3 * Makefile.in (COMPILE.post, POSTCOMPILE): Restore $(basename).
4 (COMPILE.pre): Use $(CXX).
5
109483d9
PA
62017-10-09 Pedro Alves <palves@redhat.com>
7
8 * cp-support.c (cp_remove_params): Return a gdb::unique_xmalloc_ptr.
9 Use bool.
10 (overload_list_add_symbol): Adjust to use gdb::unique_xmalloc_ptr.
11 * cp-support.h (cp_remove_params): Now returns a
12 gdb::unique_xmalloc_ptr.
13 * dwarf2read.c (find_slot_in_mapped_hash): Now returns bool.
14 Adjust to cp_remove_params returning a gdb::unique_xmalloc_ptr.
15 * psymtab.c (psymtab_search_name): Adjust to cp_remove_params
16 returning a gdb::unique_xmalloc_ptr.
17 (lookup_partial_symbol): Adjust to use gdb::unique_xmalloc_ptr.
18 * stack.c (find_frame_funname): Adjust to cp_remove_params
19 returning a gdb::unique_xmalloc_ptr.
20
791afaa2
TT
212017-10-08 Tom Tromey <tom@tromey.com>
22
23 * dwarf2read.c (dwarf2_get_dwz_file): Use
24 gdb::unique_xmalloc_ptr.
25 (find_slot_in_mapped_hash): Likewise.
26 (dwarf2_physname): Likewise.
27 (create_dwo_unit_in_dwp_v1): Use std::string.
28 (create_dwo_unit_in_dwp_v2): Likewise.
29 (lookup_dwo_cutu): Likewise.
30 (inherit_abstract_dies): Use std::vector.
31 (read_array_type): Likewise.
32 (dwarf_decode_macros): Remove unused declaration.
33 (unsigned_int_compar): Remove.
34 (dwarf2_build_psymtabs_hard): Use scoped_restore.
35 (psymtabs_addrmap_cleanup): Remove.
36
30a9c02f
TT
372017-10-08 Tom Tromey <tom@tromey.com>
38
39 * frame-unwind.c (frame_unwind_try_unwinder): Update.
40 * frame.h (frame_cleanup_after_sniffer): Declare.
41 (frame_prepare_for_sniffer): Return void.
42 * frame.c (frame_cleanup_after_sniffer): No longer static. Change
43 type of argument.
44 (frame_prepare_for_sniffer): Return void.
45
757325a3
TT
462017-10-08 Tom Tromey <tom@tromey.com>
47
48 * utils.h (make_cleanup_value_free): Remove.
49 * utils.c (do_value_free, struct cleanup): Remove.
50 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_STACK>:
51 Use gdb_value_up.
52 * value.h (struct value_deleter): New.
53 (gdb_value_up): New typedef.
54
b9c04fb2
TT
552017-10-08 Tom Tromey <tom@tromey.com>
56
57 * symtab.c (free_search_symbols, do_free_search_symbols_cleanup)
58 (make_cleanup_free_search_symbols): Remove.
59 (search_symbols): Return std::vector.
60 (symbol_search::compare_search_syms): Now member of
61 symbol_search. Change arguments.
62 (sort_search_symbols_remove_dups): Change arguments. Rewrite.
63 (symtab_symbol_info, rbreak_command): Update.
64 * symtab.h (struct symbol_search) <next>: Remove.
65 Add constructors.
66 (symbol_search::operator<): New function.
67 (symbol_search::operator==): New function.
68 (search_symbols): Remove std::vector.
69 (free_search_symbols, make_cleanup_free_search_symbols): Remove.
70 (symbol_search::compare_search_syms): Declare.
71
0d28b0a5
YQ
722017-10-06 Yao Qi <yao.qi@linaro.org>
73
74 * Makefile.in (ALL_64_TARGET_OBS): Replace aarch64-insn.o with
75 arch/aarch64-insn.o.
76 Remove one rule.
77 * configure.tgt: Replace aarch64-insn.o with arch/aarch64-insn.o.
78
71917808
YQ
792017-10-06 Yao Qi <yao.qi@linaro.org>
80
81 * Makefile.in (ALL_TARGET_OBS): Replace arm.o, arm-get-next-pcs.o,
82 and arm-linux.o with arch/arm.o, arch/arm-get-next-pcs.o and
83 arch/arm-linux.o respectively.
84 * configure.tgt: Likewise.
85
2081b2b2
YQ
862017-10-06 Yao Qi <yao.qi@linaro.org>
87
88 * Makefile.in (ALL_TARGET_OBS): Rename i386.o to arch/i386.o.
89 * configure.tgt (i386_tobjs): Replace i386.o with arch/i386.o.
90
a1b85d28
PA
912017-10-06 Pedro Alves <palves@redhat.com>
92
93 * windows-nat.c: Include <algorithm>.
94
d97987e2
YQ
952017-10-06 Yao Qi <yao.qi@linaro.org>
96
97 * configure.tgt (i386_tobjs): New variable.
98 (amd64_tobjs): New variable.
99 Set $cpu_obs and $os_obs.
100
f38307f5
YQ
1012017-10-06 Yao Qi <yao.qi@linaro.org>
102
103 * Makefile.in (CONFIG_SRC_SUBDIR): New.
104 (ALL_64_TARGET_OBS): Replace amd64.o with arch/amd64.o.
105 (clean): Remove object files and dependency files.
106 (distclean): Remove the directory.
107 * configure.ac: Invoke AC_CONFIG_COMMANDS.
108 * configure: Re-generated.
109 * configure.tgt: Replace amd64.o with arch/amd64.o.
110
2f924de6
JM
1112017-10-05 Jose E. Marchesi <jose.marchesi@oracle.com>
112
113 PR build/22188
114 * arm-tdep.c (arm_decode_misc_memhint_neon): Fix decoding of CPS
115 and SETEND.
116
2fd9d7ca
PA
1172017-10-05 Pedro Alves <palves@redhat.com>
118
119 * linux-nat.c (linux_child_follow_fork): When following the parent
120 and detaching the child, consult the parent thread's architecture
121 instead of the child's.
122
d13b8493
UW
1232017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
124
125 * ax.h: Do not include "doublest.h".
126 (union agent_val): Remove.
127
3b4b2f16
UW
1282017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
129
130 * dfp.h (MAX_DECIMAL_STRING): Move to dfp.c.
131 (decimal_to_string): Return std::string object.
132 (decimal_from_string): Accept std::string object. Return bool.
133 (decimal_from_integral, decimal_from_doublest): Remove.
134 (decimal_from_longest): Add prototype.
135 (decimal_from_ulongest): Likewise.
136 (decimal_to_longest): Likewise.
137 (decimal_from_doublest): Likewise.
138 * dfp.c: Do not include "gdbtypes.h" or "value.h".
139 (MAX_DECIMAL_STRING): Move here.
140 (decimal_to_string): Return std::string object.
141 (decimal_from_string): Accept std::string object. Return bool.
142 (decimal_from_integral): Remove, replace by ...
143 (decimal_from_longest, decimal_from_ulongest): ... these new functions.
144 (decimal_to_longest): New function.
145 (decimal_from_floating): Remove, replace by ...
146 (decimal_from_doublest): ... this new function.
147 (decimal_to_doublest): Update to new decimal_to_string interface.
148
149 * value.c (unpack_long): Use decimal_to_longest.
150 * valops.c (value_cast): Use decimal_from_doublest instead of
151 decimal_from_floating. Use decimal_from_[u]longest isntead of
152 decimal_from_integral.
153 * valarith.c (value_args_as_decimal): Likewise.
154 * valprint.c (print_decimal_floating): Update to new
155 decimal_to_string interface.
156 * printcmd.c (printf_decfloat): Likewise.
157 * c-exp.y (parse_number): Update to new decimal_from_string interface.
158
1841ee5d
UW
1592017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
160
161 * doublest.h: Do not include "floatformat.h". Remove stale comments.
162 * gdbtypes.c: Include "floatformat.h".
163 * value.c: Likewise.
164 * m68k-tdep.c: Likewise.
165
166 * findvar.c: Do not include "floatformat.h".
167 * amd64-darwin-tdep.c: Likewise.
168 * arm-linux-tdep.c: Likewise.
169 * i386-darwin-tdep.c: Likewise.
170 * i387-tdep.c: Likewise.
171 * m68k-linux-tdep.c: Likewise.
172 * mep-tdep.c: Likewise.
173 * mips-tdep.c: Likewise.
174 * nios2-tdep.c: Likewise.
175 * s390-linux-tdep.c: Likewise.
176 * sparc-obsd-tdep.c: Likewise.
177 * sparc-tdep.c: Likewise.
178 * sparc64-tdep.c: Likewise.
179 * spu-tdep.c: Likewise.
180 * tic6x-tdep.c: Likewise.
181 * tilegx-tdep.c: Likewise.
182 * vax-tdep.c: Likewise.
183 * xstormy16-tdep.c: Likewise.
184 * xtensa-tdep.c: Likewise.
185
186 * top.c: Do not include "doublest.h".
187 * aarch64-tdep.c: Likewise.
188 * alpha-tdep.c: Likewise.
189 * arm-linux-tdep.c: Likewise.
190 * m68k-linux-tdep.c: Likewise.
191 * tilegx-tdep.c: Likewise.
192 * xstormy16-tdep.c: Likewise.
193
a80a6471
JB
1942017-10-05 John Baldwin <jhb@FreeBSD.org>
195
196 * mips-fbsd-tdep.c (MIPS_INST_ADDIU_A0_SP_N32): Define.
197 (mipsn32_fbsd_sigframe): Define.
198 (mips_fbsd_init_abi): Install mipsn32_fbsd_sigframe unwinder
199 for FreeBSD/mipsn32.
200
12c4bd7f
JB
2012017-10-05 John Baldwin <jhb@FreeBSD.org>
202
203 * fbsd-tdep.c (fbsd_print_auxv_entry): Handle AT_EHDRFLAGS and
204 AT_HWCAP.
205
c91933e9
TG
2062017-10-05 Tristan Gingold <tgingold@free.fr>
207
208 * MAINTAINERS (Misc): Update my email address.
209
5cd63fda
PA
2102017-10-04 Pedro Alves <palves@redhat.com>
211
212 * remote.c (get_remote_arch_state): New 'gdbarch' parameter. Use
213 it instead of target_gdbarch.
214 (get_remote_state, get_remote_packet_size): Adjust
215 get_remote_arch_state calls, passing down target_gdbarch
216 explicitly.
217 (packet_reg_from_regnum, packet_reg_from_pnum): New parameter
218 'gdbarch' and use it instead of target_gdbarch.
219 (get_memory_packet_size): Adjust get_remote_arch_state calls,
220 passing down target_gdbarch explicitly.
221 (struct stop_reply) <arch>: New field.
222 (remote_parse_stop_reply): Use the stopped thread's architecture,
223 not the current inferior's. Save the architecture in the
224 stop_reply.
225 (process_stop_reply): Use the stop reply's architecture.
226 (process_g_packet, remote_fetch_registers)
227 (remote_prepare_to_store, store_registers_using_G)
228 (remote_store_registers): Adjust get_remote_arch_state calls,
229 using the regcache's architecture.
230 (remote_get_trace_status): Adjust get_remote_arch_state calls,
231 passing down target_gdbarch explicitly.
232 * spu-multiarch.c (spu_thread_architecture): Defer to the target
233 beneath instead of calling target_gdbarch.
234 * target.c (default_thread_architecture): Use the specified
235 inferior's architecture, instead of the current inferior's
236 architecture (via target_gdbarch).
237
ed4227b7
PA
2382017-10-04 Pedro Alves <palves@redhat.com>
239
240 * regcache.c (get_thread_arch_regcache): Remove null_ptid special
241 case.
242 (regcache_print): Handle !target_has_registers here instead.
243
55b11ddf
PA
2442017-10-04 Pedro Alves <palves@redhat.com>
245
246 * frame.c (create_test_frame): Delete.
247 * frame.h (create_test_frame): Delete.
248 * gdbarch-selftests.c: Include gdbthread.h and target.h.
249 (class regcache_test): Delete.
250 (test_target_has_registers, test_target_has_stack)
251 (test_target_has_memory, test_target_prepare_to_store)
252 (test_target_store_registers): New functions.
253 (test_target_ops): New class.
254 (register_to_value_test): Error out if there's already a
255 process_stratum (or higher) target pushed. Create a fuller mock
256 environment, with mock target_ops, inferior, address space, thread
257 and inferior_ptid.
258 * progspace.c (struct address_space): Move to ...
259 * progspace.h (struct address_space): ... here.
260 * regcache.h (regcache::~regcache, regcache::raw_write)
261 [GDB_SELF_TEST]: No longer virtual.
262
4c71c105
SM
2632017-10-04 Simon Marchi <simon.marchi@ericsson.com>
264
265 * mi/mi-main.c (list_available_thread_groups): Reverse filter logic.
266
73dcd72d
PA
2672017-10-04 Pedro Alves <palves@redhat.com>
268
269 * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Move code
270 out of 'between TRY and CATCH'.
271
44704526
PA
2722017-10-04 Pedro Alves <palves@redhat.com>
273
274 * cli/cli-cmds.c (complete_command): Add missing END_CATCH.
275 * common/common-exceptions.h (TRY): Open an outermost scope.
276 Expand intro comment.
277 (CATCH): Reindent.
278 (END_CATCH): Close the outermost scope.
279 * completer.c (complete_line_internal): Add missing END_CATCH.
280
bc3b087d
SDJ
2812017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
282
283 * NEWS (Changes since GDB 8.0): Add entry about new
284 'set-cwd-on-gdbserver' feature.
285 (New remote packets): Add entry for QSetWorkingDir.
286 * common/common-inferior.h (set_inferior_cwd): New prototype.
287 * infcmd.c (set_inferior_cwd): Remove "static".
288 (show_cwd_command): Expand text to include remote debugging.
289 * remote.c: Add PACKET_QSetWorkingDir.
290 (remote_protocol_features) <QSetWorkingDir>: New entry for
291 PACKET_QSetWorkingDir.
292 (extended_remote_set_inferior_cwd): New function.
293 (extended_remote_create_inferior): Call
294 "extended_remote_set_inferior_cwd".
295 (_initialize_remote): Call "add_packet_config_cmd" for
296 QSetWorkingDir.
297
d092c5a2
SDJ
2982017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
299
300 * NEWS (New commands): Mention "set/show cwd".
301 * cli/cli-cmds.c (_initialize_cli_cmds): Mention "set cwd" on
302 "cd" command's help text.
303 * common/common-inferior.h (get_inferior_cwd): New prototype.
304 * infcmd.c (inferior_cwd_scratch): New global variable.
305 (set_inferior_cwd): New function.
306 (get_inferior_cwd): Likewise.
307 (set_cwd_command): Likewise.
308 (show_cwd_command): Likewise.
309 (_initialize_infcmd): Add "set/show cwd" commands.
310 * inferior.h (class inferior) <cwd>: New field.
311 * nat/fork-inferior.c: Include "gdb_tilde_expand.h".
312 (fork_inferior): Change inferior's cwd before its execution.
313 * windows-nat.c (windows_create_inferior): Pass inferior's cwd
314 to CreateProcess.
315
7da0a886
SDJ
3162017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
317
318 * Makefile.in (SFILES): Add gdb_tilde_expand.c.
319 (HFILES_NO_SRCDIR): Add gdb_tilde_expand.h.
320 (COMMON_OBS): Add gdb_tilde_expand.o.
321 * common/gdb_tilde_expand.c: New file.
322 * common/gdb_tilde_expand.h: Likewise.
323
db8dd160
MR
3242017-10-03 Maciej W. Rozycki <macro@imgtec.com>
325
326 * gdbarch.sh (objfile): Remove duplicate declaration.
327 * gdbarch.h: Regenerate.
328
f8bfbf22
TT
3292017-10-03 Tom Tromey <tom@tromey.com>
330
331 * utils.c (internal_vproblem): Use string_vprintf.
332
5178ed48
TT
3332017-10-03 Tom Tromey <tom@tromey.com>
334
335 * printcmd.c (info_symbol_command): Use std::string.
336
8cff8730
TT
3372017-10-03 Tom Tromey <tom@tromey.com>
338
339 * top.c (gdb_safe_append_history): Use std::string.
340
895b8f30
TT
3412017-10-03 Tom Tromey <tom@tromey.com>
342
343 * event-top.c (stdin_event_handler): Update.
344 * main.c (captured_main_1): Update.
345 * top.h (make_delete_ui_cleanup): Remove.
346 (struct ui): Add constructor and destructor.
347 (new_ui, delete_ui): Remove.
348 * top.c (make_delete_ui_cleanup): Remove.
349 (new_ui_command): Use std::unique_ptr.
350 (delete_ui_cleanup): Remove.
351 (ui::ui): Rename from new_ui. Update.
352 (free_ui): Remove.
353 (ui::~ui): Rename from delete_ui. Update.
354
0efef640
TT
3552017-10-03 Tom Tromey <tom@tromey.com>
356
357 * symfile.c (load_progress): Use gdb::byte_vector.
358
245ad7d3
TT
3592017-10-03 Tom Tromey <tom@tromey.com>
360
361 * mi/mi-main.c (mi_cmd_trace_frame_collected): Remove unused
362 declaration.
363 * printcmd.c (x_command): Remove unused declaration.
364 * symfile.c (symbol_file_command): Remove unused declaration.
365
e05550d7
TT
3662017-10-03 Tom Tromey <tom@tromey.com>
367
368 * utils.c (internal_vproblem): Use std::string.
369 (defaulted_query): Likewise.
370
b95de2b7
TT
3712017-10-03 Tom Tromey <tom@tromey.com>
372
373 * guile/scm-ports.c (ioscm_with_output_to_port_worker): Update.
374 * top.c (execute_command_to_string): Update.
375 * utils.c (make_cleanup_restore_page_info): Remove.
376 (do_restore_page_info_cleanup): Remove.
377 (set_batch_flag_and_restore_page_info):
378 New.
379 (make_cleanup_restore_page_info): Remove.
380 (set_batch_flag_and_make_cleanup_restore_page_info): Remove.
381 (~set_batch_flag_and_restore_page_info): New
382 (make_cleanup_restore_uinteger): Remove.
383 (make_cleanup_restore_integer): Remove.
384 (struct restore_integer_closure): Remove.
385 (restore_integer): Remove.
386 * utils.h (struct set_batch_flag_and_restore_page_info): New
387 class.
388 (set_batch_flag_and_make_cleanup_restore_page_info): Remove.
389 (make_cleanup_restore_page_info): Remove.
390 (make_cleanup_restore_uinteger) Remove.
391 (make_cleanup_restore_integer) Remove.
392
07036511
TT
3932017-10-03 Tom Tromey <tom@tromey.com>
394
395 * record-full.h (record_full_gdb_operation_disable_set): Return
396 scoped_restore_tmpl<int>.
397 * infrun.c (adjust_pc_after_break): Update.
398 (handle_signal_stop): Update.
399 * record-full.c (record_full_gdb_operation_disable_set): Return
400 scoped_restore_tmpl<int>.
401 (record_full_wait_1, record_full_insert_breakpoint)
402 (record_full_remove_breakpoint, record_full_save)
403 (record_full_goto_insn): Update.
404
45320ffa
TT
4052017-10-02 Tom Tromey <tom@tromey.com>
406
407 PR rust/22236:
408 * rust-lang.c (rust_val_print_str): New function.
409 (val_print_struct): Call it.
410 (rust_subscript): Preserve name of slice type.
411
b3e3859b
TT
4122017-10-02 Tom Tromey <tom@tromey.com>
413
414 * rust-lang.c (rust_subscript): Handle slices in
415 EVAL_AVOID_SIDE_EFFECTS case.
416
01af5e0d
TT
4172017-10-02 Tom Tromey <tom@tromey.com>
418
419 * rust-lang.c (rust_slice_type_p): Recognize &str as a slice type.
420
888e3ddb
TT
4212017-10-02 Tom Tromey <tom@tromey.com>
422
423 * rust-lang.h (rust_slice_type): Add "extern".
424
cc536b21
PA
4252017-10-02 Tom Tromey <tom@tromey.com>
426 Pedro Alves <palves@redhat.com>
427
428 * ada-lang.h (ada_exc_info::operator<): Make const.
429 (ada_exc_info::operator==): Make const.
430 * ada-lang.c (ada_exc_info::operator<, ada_exc_info::operator==):
431 Make const.
432
386c8614
TT
4332017-09-29 Tom Tromey <tom@tromey.com>
434
435 * target.c (read_whatever_is_readable): Change type of "result".
436 Update.
437 (free_memory_read_result_vector): Remove.
438 (read_memory_robust): Change return type. Update.
439 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Update. Use
440 bin2hex, std::string.
441 * target.h (memory_read_result_s): Remove typedef.
442 (free_memory_read_result_vector): Remove.
443 (read_memory_robust): Return std::vector.
444
789c4b5e
TT
4452017-09-29 Tom Tromey <tom@tromey.com>
446
447 * mi/mi-main.c (captured_mi_execute_command): Use scope_restore.
448
ab816a27
TT
4492017-09-29 Tom Tromey <tom@tromey.com>
450
451 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions): Update.
452 * ada-lang.h (struct ada_exc_info): Remove typedef. Declare
453 operator< and operator==.
454 (ada_exceptions_list): Return a std::vector.
455 * ada-lang.c (ada_exc_info::operator<): Rename from
456 compare_ada_exception_info.
457 (ada_exc_info::operator==): New.
458 (sort_remove_dups_ada_exceptions_list): Change type of
459 "exceptions".
460 (ada_add_standard_exceptions, ada_add_exceptions_from_frame)
461 (ada_add_global_exceptions): Likewise.
462 (ada_exceptions_list_1): Return a std::vector.
463 (ada_exceptions_list): Likewise.
464
52f9abe4
TT
4652017-09-29 Tom Tromey <tom@tromey.com>
466
467 * mi/mi-main.c (struct print_one_inferior_data) <inferiors>: Now a
468 'std::set *'.
469 (print_one_inferior): Update.
470 (free_vector_of_ints): Remove.
471 (list_available_thread_groups): Change "ids" to std::set.
472 (mi_cmd_list_thread_groups): Update.
473 (struct collect_cores_data) <core>: Now a std::set.
474 (collect_cores): Update.
475 (unique): Remove.
476 (print_one_inferior): Update.
477
dcd5ddcc
TT
4782017-09-29 Tom Tromey <tom@tromey.com>
479
480 * mi/mi-main.c (mi_execute_cli_command): Use std::string.
481 (mi_execute_async_cli_command): Likewise.
482 (mi_cmd_trace_frame_collected): Use field_fmt.
483
45d288cc
TT
4842017-09-29 Tom Tromey <tom@tromey.com>
485
486 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Use
487 gdb::byte_vector.
488
6afe2f4a
TT
4892017-09-29 Tom Tromey <tom@tromey.com>
490
491 * mi/mi-parse.c (mi_parse): Remove unused declaration.
492
9813429a
TT
4932017-09-29 Tom Tromey <tom@tromey.com>
494
495 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Don't copy "oarg".
496
2d6960b4
TT
4972017-09-29 Tom Tromey <tom@tromey.com>
498
499 * varobj.h (varobj_gen_name): Return std::string.
500 * varobj.c (varobj_gen_name): Return std::string.
501 * mi/mi-cmd-var.c (mi_cmd_var_create): Use std::string.
502 (mi_cmd_var_delete): Don't copy "name".
503
784c453a
TT
5042017-09-29 Tom Tromey <tom@tromey.com>
505
506 * mi/mi-cmd-break.c (mi_argv_to_format): Return std::string.
507 (mi_cmd_break_insert_1): Update.
508
a9bc57b9
TT
5092017-09-29 Tom Tromey <tom@tromey.com>
510
511 * target.h (make_scoped_defer_target_commit_resume): Update.
512 * target.c (make_scoped_defer_target_commit_resume): Rename from
513 make_cleanup_defer_target_commit_resume. Return a
514 scoped_restore.
515 * infrun.c (proceed): Use make_scoped_defer_target_commit_resume.
516
9754d8c4
TT
5172017-09-29 Tom Tromey <tom@tromey.com>
518
519 * main.c (captured_main_1): Remove unused declaration.
520 * spu-multiarch.c (parse_spufs_run): Remove unused declaration.
521
99ef965c
TT
5222017-09-29 Tom Tromey <tom@tromey.com>
523
524 * symtab.c (search_symbols): Remove unused outer cleanup.
525 (make_source_files_completion_list): Remove unused declaration.
526
42518ba7
TT
5272017-09-29 Tom Tromey <tom@tromey.com>
528
529 * mt-tdep.c (mt_push_dummy_call): Use gdb::byte_vector.
530
726b2169
TT
5312017-09-29 Tom Tromey <tom@tromey.com>
532
533 * xstormy16-tdep.c (xstormy16_push_dummy_call): Use
534 gdb::byte_vector.
535
55b06432
TT
5362017-09-29 Tom Tromey <tom@tromey.com>
537
538 * complaints.c (vcomplaint): Use std::string.
539
8abcee91
TT
5402017-09-29 Tom Tromey <tom@tromey.com>
541
542 * tracepoint.c (trace_variable_command): Use std::string.
543 (encode_actions_1): Remove unused declarations.
544 (create_tsv_from_upload): Use std::string.
545
6ad94bc7
TT
5462017-09-29 Tom Tromey <tom@tromey.com>
547
548 * cp-support.c (gdb_demangle): Use std::string.
549
2003f3d8
TT
5502017-09-29 Tom Tromey <tom@tromey.com>
551
552 * stack.c (parse_frame_specification): Use std::string
553 (info_frame_command): Use gdb::unique_xmalloc_ptr.
554
8f8accb5
TT
5552017-09-29 Tom Tromey <tom@tromey.com>
556
557 * tilegx-tdep.c (tilegx_push_dummy_call): Use gdb::byte_vector.
558
200aa7b1
TT
5592017-09-29 Tom Tromey <tom@tromey.com>
560
561 * utils.c (vfprintf_maybe_filtered): Use std::string.
562 (vfprintf_unfiltered): Likewise.
563
606aae8a
TT
5642017-09-29 Tom Tromey <tom@tromey.com>
565
566 * event-top.c (top_level_prompt): Return std::string.
567 (display_gdb_prompt): Update.
568
bd413795
TT
5692017-09-29 Tom Tromey <tom@tromey.com>
570
571 * unittests/common-utils-selftests.c (format): New function.
572 (string_vprintf_tests): New function.
573 (_initialize_common_utils_selftests): Register new tests.
574 * common/common-utils.c (string_vprintf): New function.
575 * common/common-utils.h (string_vprintf): Declare.
576
256642e8
PA
5772017-09-29 Pedro Alves <palves@redhat.com>
578
579 * common/rsp-low.c (unpack_varlen_hex): Constify.
580 * common/rsp-low.h (unpack_varlen_hex): Constify.
581 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
582 Constify.
583 * remote.c (remote_set_permissions, read_ptid)
584 (remote_current_thread, remote_get_threads_with_qthreadinfo)
585 (remote_static_tracepoint_marker_at)
586 (remote_static_tracepoint_markers_by_strid)
587 (stop_reply_extract_thread, remote_parse_stop_reply): Constify.
588 * tracepoint.c (parse_trace_status, parse_tracepoint_status)
589 (parse_tracepoint_definition, parse_tsv_definition)
590 (parse_static_tracepoint_marker_definition): Constify.
591 * tracepoint.h (parse_static_tracepoint_marker_definition)
592 (parse_trace_status, parse_tracepoint_status)
593 (parse_tracepoint_definition, parse_tsv_definition): Constify.
594
b6bb3468
PA
5952017-09-29 Pedro Alves <palves@redhat.com>
596
597 * remote.c (target_buf, target_buf_size): Delete.
598 (remote_get_noisy_reply): Remove buf_p and sizeof_buf parameters.
599 Use the connection's packet buffer instead.
600 All callers adjusted.
601 (_initialize_remote): Remove references to target_buf and
602 target_buf_size.
603
b2f8eb7a
PA
6042017-09-28 Pedro Alves <palves@redhat.com>
605
606 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
607 unittests/common-utils-selftests.c.
608 (SUBDIR_UNITTESTS_OBS): Add common-utils-selftests.o.
609 (COMMON_OBS): Remove utils-selftests.o.
610 * utils-selftests.c: Move to ...
611 * unittests/common-utils-selftests.c: ... here and rename self
612 test to "string_printf".
613
08302ed2
DE
6142017-09-28 Alexander Shaposhnikov <alexander.v.shaposhnikov@gmail.com> (tiny patch)
615
616 * dwarf2read.c (open_and_init_dwp_file): Protect against dwp_file
617 having NULL cus or tus.
618
96a5a1d3
UW
6192017-09-27 Ulrich Weigand <uweigand@de.ibm.com>
620
621 * arm-tdep.c: (convert_from_extended): Remove.
622 (convert_to_extended): Likewise.
623 (arm_extract_return_value): Use convert_typed_floating.
624 (arm_store_return_value): Likewise.
625
626 * sh-tdep.h (struct gdbarch_tdep): Add sh_littlebyte_bigword_type.
627 * sh-tdep.c: Do not include "floatformat.h".
628 (sh_littlebyte_bigword_type): New function.
629 (sh_register_convert_to_virtual): Use convert_typed_floating.
630 (sh_register_convert_to_raw): Likewise.
631 * sh64-tdep.c: (struct gdbarch_tdep): Add sh_littlebyte_bigword_type.
632 (sh64_littlebyte_bigword_type): New function.
633 (sh64_extract_return_value): Use convert_typed_floating.
634 (sh64_register_convert_to_virtual): Likewise.
635 (sh64_register_convert_to_raw): Likewise.
636
0db7851f
UW
6372017-09-27 Ulrich Weigand <uweigand@de.ibm.com>
638
639 * doublest.h (floatformat_from_type): Move to gdbtypes.h.
640 * doublest.c (floatformat_from_type): Move to gdbtypes.c.
641
642 * gdbtypes.h (union type_specific): Make field floatformat hold
643 just a single struct floatformat, not an array.
644 (floatformat_from_type): Move here.
645 * gdbtypes.c (floatformat_from_type): Move here. Update to
646 changed TYPE_FLOATFORMAT definition.
647 (verify_floatformat): Update to changed TYPE_FLOATFORMAT.
648 (recursive_dump_type): Likewise.
649 (init_float_type): Install correct floatformat for byte order.
650 (arch_float_type): Likewise.
651
77b7c781
UW
6522017-09-27 Ulrich Weigand <uweigand@de.ibm.com>
653
654 * gdbtypes.c (init_type): Change incoming argument from
655 length-in-bytes to length-in-bits. Assert length is a
656 multiple of TARGET_CHAR_BITS.
657 (arch_type, arch_flags_type): Likewise.
658 (init_integer_type): Update call to init_type.
659 (init_character_type): Likewise.
660 (init_boolean_type): Likewise.
661 (init_float_type): Likewise.
662 (init_decfloat_type): Likewise.
663 (init_complex_type): Likewise.
664 (init_pointer_type): Likewise.
665 (objfile_type): Likewise.
666 (arch_integer_type): Update call to arch_type.
667 (arch_character_type): Likewise.
668 (arch_boolean_type): Likewise.
669 (arch_float_type): Likewise.
670 (arch_decfloat_type): Likewise.
671 (arch_complex_type): Likewise.
672 (arch_pointer_type): Likewise.
673 (gdbtypes_post_init): Likewise.
674
675 * dwarf2read.c (dwarf2_init_float_type): Update call to init_type.
676 (read_base_type): Likewise.
677 * mdebugread.c (basic_type): Likewise.
678 * stabsread.c (dbx_init_float_type): Likewise.
679 (rs6000_builtin_type): Likewise.
680 (read_range_type): Likewise. Also, fix call to init_integer_type
681 with erroneous length argument.
682
683 * ada-lang.c (ada_language_arch_info): Update call to arch_type.
684 * d-lang.c (build_d_types): Likewise.
685 * f-lang.c (build_fortran_types): Likewise.
686 * go-lang.c (build_go_types): Likewise.
687 * opencl-lang.c (build_opencl_types): Likewise.
688 * jit.c (finalize_symtab): Likewise.
689 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
690 (build_std_type_info_type): Likewise.
691 * target-descriptions.c (tdesc_gdb_type): Likewise. Also,
692 update call to arch_flags_type.
693
694 * linux-tdep.c (linux_get_siginfo_type_with_fields): Update call to
695 arch_type.
696 * fbsd-tdep.c (fbsd_get_siginfo_type): Likewise.
697 * windows-tdep.c (windows_get_tlb_type): Likewise.
698
699 * avr-tdep.c (avr_gdbarch_init): Update call to arch_type.
700 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
701 * m32c-tdep.c (make_types): Likewise.
702 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
703 (rl78_psw_type): Update call to arch_flags_type.
704 * m68k-tdep.c (m68k_ps_type): Update call to arch_flags_type.
705 * rx-tdep.c (rx_psw_type): Likewise.
706 (rx_fpsw_type): Likewise.
707 * sparc-tdep.c (sparc_psr_type): Likewise.
708 (sparc_fsr_type): Likewise.
709 * sparc64-tdep.c (sparc64_pstate_type): Likewise.
710 (sparc64_ccr_type): Likewise.
711 (sparc64_fsr_type): Likewise.
712 (sparc64_fprs_type): Likewise.
713
f21b4d5c
TT
7142017-09-27 Tom Tromey <tom@tromey.com>
715
716 * findcmd.c (find_command): Constify.
717
643c2ffa
TT
7182017-09-27 Tom Tromey <tom@tromey.com>
719
720 * ada-tasks.c (task_command_1, task_command): Constify.
721
510e5e56
TT
7222017-09-27 Tom Tromey <tom@tromey.com>
723
724 * symtab.c (maintenance_print_symbol_cache)
725 (maintenance_flush_symbol_cache)
726 (maintenance_print_symbol_cache_statistics): Constify.
727
e503b191
TT
7282017-09-27 Tom Tromey <tom@tromey.com>
729
730 * inferior.c (detach_inferior_command, kill_inferior_command)
731 (inferior_command): Constify.
732
4e001312
TT
7332017-09-27 Tom Tromey <tom@tromey.com>
734
735 * regcache.c (regcache_print, maintenance_print_registers)
736 (maintenance_print_raw_registers)
737 (maintenance_print_cooked_registers)
738 (maintenance_print_register_groups)
739 (maintenance_print_remote_registers): Constify.
740
77763700
TT
7412017-09-27 Tom Tromey <tom@tromey.com>
742
743 * printcmd.c (map_display_numbers, undisplay_command)
744 (enable_disable_display_command, enable_display_command)
745 (disable_display_command): Constify.
746
4495129a
TT
7472017-09-27 Tom Tromey <tom@tromey.com>
748
749 * breakpoint.h (delete_command): Don't declare.
750 * breakpoint.c (delete_command, enable_once_command)
751 (enable_count_command, enable_delete_command, breakpoint_1)
752 (maintenance_info_breakpoints, stopin_command, stopat_command)
753 (delete_command, delete_trace_command, save_breakpoints)
754 (save_breakpoints_command, save_tracepoints_command): Constify.
755
3088cf40
TT
7562017-09-27 Tom Tromey <tom@tromey.com>
757
758 * macrocmd.c (macro_expand_command, macro_expand_once_command)
759 (skip_ws, extract_identifier, macro_define_command)
760 (macro_undef_command, macro_list_command): Constify.
761
69f476a3
TT
7622017-09-27 Tom Tromey <tom@tromey.com>
763
764 * infcmd.c (environment_info, set_environment_command)
765 (unset_environment_command, path_info, info_proc_cmd_1)
766 (info_proc_cmd_mappings, info_proc_cmd_stat)
767 (info_proc_cmd_status, info_proc_cmd_cwd, info_proc_cmd_cmdline)
768 (info_proc_cmd_exe, info_proc_cmd_all): Constify.
769
c4a3e68e
TT
7702017-09-27 Tom Tromey <tom@tromey.com>
771
772 * i386-tdep.c (i386_mpx_info_bounds, i386_mpx_set_bounds):
773 Constify.
774
c9d31bd6
TT
7752017-09-27 Tom Tromey <tom@tromey.com>
776
777 * symfile-mem.c (add_symbol_file_from_memory_command): Constify.
778
1f3f85eb
TT
7792017-09-27 Tom Tromey <tom@tromey.com>
780
781 * demangle.c (demangle_command): Constify.
782
9c504b5d
TT
7832017-09-27 Tom Tromey <tom@tromey.com>
784
785 * progspace.c (maintenance_info_program_spaces_command):
786 Constify.
787
6663cf91
TT
7882017-09-27 Tom Tromey <tom@tromey.com>
789
790 * compile/compile.c (check_raw_argument, compile_file_command)
791 (compile_code_command, compile_print_command): Constify.
792
34e5fa26
TT
7932017-09-27 Tom Tromey <tom@tromey.com>
794
795 * reggroups.c (maintenance_print_reggroups): Constify.
796
8384c356
TT
7972017-09-27 Tom Tromey <tom@tromey.com>
798
799 * dwarf2read.c (save_gdb_index_command): Constify.
800
884beb0c
TT
8012017-09-27 Tom Tromey <tom@tromey.com>
802
803 * stap-probe.c (info_probes_stap_command): Constify.
804
e0b2930c
TT
8052017-09-27 Tom Tromey <tom@tromey.com>
806
807 * fork-child.c (unset_exec_wrapper_command): Constify.
808
f938677d
TT
8092017-09-27 Tom Tromey <tom@tromey.com>
810
811 * btrace.c (get_uint, get_context_size, no_chunk)
812 (maint_btrace_packet_history_cmd)
813 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
814 (maint_info_btrace_cmd): Constify.
815
8949cb87
TT
8162017-09-27 Tom Tromey <tom@tromey.com>
817
818 * reverse.c (delete_bookmark_command): Constify.
819
ac88e2de
TT
8202017-09-27 Tom Tromey <tom@tromey.com>
821
822 * remote.c (set_memory_packet_size)
823 (set_memory_write_packet_size, show_memory_write_packet_size)
824 (set_memory_read_packet_size, show_memory_read_packet_size)
825 (compare_sections_command, packet_command, remote_put_command)
826 (remote_get_command, remote_delete_command): Constify.
827
bd4c9dfe
TT
8282017-09-27 Tom Tromey <tom@tromey.com>
829
830 * mips-tdep.c (show_mipsfpu_command, set_mipsfpu_single_command)
831 (set_mipsfpu_double_command, set_mipsfpu_none_command)
832 (set_mipsfpu_auto_command): Constify.
833
5e93d4c6
TT
8342017-09-27 Tom Tromey <tom@tromey.com>
835
836 * cli/cli-cmds.h (cd_command): Constify.
837 * cli/cli-cmds.c (cd_command): Constify.
838
fc41a75b
TT
8392017-09-27 Tom Tromey <tom@tromey.com>
840
841 * thread.c (thread_name_command, thread_find_command): Constify.
842
67810076
TT
8432017-09-27 Tom Tromey <tom@tromey.com>
844
845 * probe.c (enable_probes_command, disable_probes_command):
846 Constify.
847
1d8b34a7
TT
8482017-09-27 Tom Tromey <tom@tromey.com>
849
850 * symfile.c (symbol_file_command): Constify.
851 * gdbcore.h (deprecated_file_changed_hook): Constify.
852 * exec.c (deprecated_file_changed_hook, exec_file_command)
853 (file_command): Constify.
854 * defs.h (symbol_file_command): Constify.
855
442019e1
TT
8562017-09-27 Tom Tromey <tom@tromey.com>
857
858 * remote-fileio.c (set_system_call_allowed)
859 (show_system_call_allowed): Constify.
860
2983f7cb
TT
8612017-09-27 Tom Tromey <tom@tromey.com>
862
863 * tracepoint.c (delete_trace_variable_command)
864 (tfind_end_command, tfind_start_command, tfind_pc_command)
865 (tfind_tracepoint_command, tfind_line_command)
866 (tfind_range_command, tfind_outside_command): Constify.
867
4fd41b24
TT
8682017-09-27 Tom Tromey <tom@tromey.com>
869
870 * ax-gdb.c (maint_agent_printf_command, agent_command)
871 (agent_eval_command): Constify.
872
f2fc3015
TT
8732017-09-27 Tom Tromey <tom@tromey.com>
874
875 * tracepoint.c (info_scope_command): Constify.
876 * python/python.c (gdbpy_decode_line): Constify.
877 * python/py-breakpoint.c (bppy_init): Constify.
878 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Constify.
879 * location.h: (new_linespec_location)
880 (string_to_event_location_basic, string_to_event_location):
881 Constify.
882 * location.c (new_linespec_location)
883 (string_to_event_location_basic, string_to_event_location):
884 Constify.
885 * linespec.h (decode_line_with_current_source)
886 (decode_line_with_last_displayed, linespec_lex_to_end): Constify.
887 * linespec.c (linespec_lex_to_end)
888 (decode_line_with_current_source)
889 (decode_line_with_last_displayed): Constify.
890 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x):
891 Constify.
892 * cli/cli-cmds.c (edit_command, list_command): Constify.
893 * breakpoint.h (until_break_command, watch_command_wrapper)
894 (awatch_command_wrapper, rwatch_command_wrapper)
895 (init_ada_exception_breakpoint): Constify.
896 * breakpoint.c (break_command_1, dprintf_command)
897 (break_range_command, watch_command_wrapper)
898 (rwatch_command_wrapper, awatch_command_wrapper)
899 (until_break_command, init_ada_exception_breakpoint)
900 (strace_marker_create_sals_from_location, trace_command)
901 (ftrace_command, strace_command, struct tracepoint): Constify.
902 * ax-gdb.c (agent_command_1): Constify.
903 * ada-lang.c (ada_exception_sal): Constify.
904
8c2f95f4
TT
9052017-09-27 Tom Tromey <tom@tromey.com>
906
907 * record.c (cmd_record_delete, cmd_record_stop, cmd_record_save)
908 (cmd_record_goto_begin, cmd_record_goto_end, get_insn_number)
909 (get_context_size, no_chunk, get_insn_history_modifiers)
910 (cmd_record_insn_history, get_call_history_modifiers)
911 (cmd_record_call_history): Constify.
912
a0d65762
TT
9132017-09-27 Tom Tromey <tom@tromey.com>
914
915 * source.c (show_substitute_path_command)
916 (unset_substitute_path_command, set_substitute_path_command):
917 Constify.
918
58971144
TT
9192017-09-27 Tom Tromey <tom@tromey.com>
920
921 * typeprint.c (maintenance_print_type): Constify.
922 * maint.c (maintenance_dump_me, maintenance_demangle)
923 (maintenance_time_display, maintenance_info_sections)
924 (maintenance_print_statistics, maintenance_deprecate)
925 (maintenance_undeprecate): Constify.
926 (maintenance_do_deprecate): Constify. Use std::string.
927 (maintenance_selftest): Constify.
928 * gdbtypes.h (maintenance_print_type): Constify.
929
c482f52c
TT
9302017-09-27 Tom Tromey <tom@tromey.com>
931
932 * hppa-tdep.c (unwind_command): Constify.
933
e100df1a
TT
9342017-09-27 Tom Tromey <tom@tromey.com>
935
936 * target-descriptions.c (unset_tdesc_filename_cmd)
937 (maint_print_c_tdesc_cmd, maintenance_check_xml_descriptions):
938 Constify.
939
31d56ade
TT
9402017-09-27 Tom Tromey <tom@tromey.com>
941
942 * dummy-frame.c (maintenance_print_dummy_frames): Constify.
943
b961da0b
TT
9442017-09-27 Tom Tromey <tom@tromey.com>
945
946 * tui/tui.c (tui_enable_command, tui_disable_command): Constify.
947
e2d8ae16
TT
9482017-09-27 Tom Tromey <tom@tromey.com>
949
950 * tui/tui-regs.c (tui_reg_command): Constify.
951
863779b0
TT
9522017-09-27 Tom Tromey <tom@tromey.com>
953
954 * skip.c (skip_file_command, skip_function_command)
955 (skip_enable_command, skip_disable_command, skip_delete_command):
956 Constify.
957
cdb34d4a
TT
9582017-09-27 Tom Tromey <tom@tromey.com>
959
960 * record-btrace.c (cmd_record_btrace_bts_start)
961 (cmd_record_btrace_pt_start): Constify.
962
e99c83e7
TT
9632017-09-27 Tom Tromey <tom@tromey.com>
964
965 * symmisc.c (maintenance_print_symbols)
966 (maintenance_print_msymbols, maintenance_print_objfiles)
967 (maintenance_info_symtabs, maintenance_check_symtabs)
968 (maintenance_expand_symtabs, maintenance_info_line_tables):
969 Constify.
970
32faf971
TT
9712017-09-27 Tom Tromey <tom@tromey.com>
972
973 * top.c (new_ui_command): Constify.
974
2cf311eb
TT
9752017-09-27 Tom Tromey <tom@tromey.com>
976
977 * symfile.c (add_symbol_file_command)
978 (remove_symbol_file_command, list_overlays_command)
979 (map_overlay_command, unmap_overlay_command)
980 (overlay_auto_command, overlay_manual_command)
981 (overlay_off_command, overlay_load_command): Constify.
982
e6738699
TT
9832017-09-27 Tom Tromey <tom@tromey.com>
984
985 * spu-tdep.c (info_spu_event_command, info_spu_signal_command)
986 (info_spu_mailbox_command, info_spu_dma_command)
987 (info_spu_proxydma_command): Constify.
988
aa360cd5
TT
9892017-09-27 Tom Tromey <tom@tromey.com>
990
991 * cli/cli-logging.c (set_logging_on, set_logging_off): Constify.
992
898241a5
TT
9932017-09-27 Tom Tromey <tom@tromey.com>
994
995 * cli/cli-script.c (user_defined_command): Constify.
996
2d0ac106
TT
9972017-09-27 Tom Tromey <tom@tromey.com>
998
999 * cli/cli-dump.c (dump_memory_command, dump_value_command)
1000 (dump_srec_memory, dump_srec_value, dump_ihex_memory)
1001 (dump_ihex_value, dump_verilog_memory, dump_verilog_value)
1002 (dump_tekhex_memory, dump_tekhex_value, dump_binary_memory)
1003 (dump_binary_value, append_binary_memory, append_binary_value):
1004 Constify.
1005 (struct dump_context) <func>: Constify.
1006 (add_dump_command): Update.
1007
dede02ce
TT
10082017-09-27 Tom Tromey <tom@tromey.com>
1009
1010 * cli/cli-cmds.c (show_version, show_configuration)
1011 (source_command, show_user): Constify.
1012
d3cb6b99
TT
10132017-09-27 Tom Tromey <tom@tromey.com>
1014
1015 * target.c (maintenance_print_target_stack): Constify.
1016
1970a12f
TT
10172017-09-27 Tom Tromey <tom@tromey.com>
1018
1019 * interps.c (interpreter_exec_cmd): Constify.
1020
41243651
TT
10212017-09-27 Tom Tromey <tom@tromey.com>
1022
1023 * record-full.c (cmd_record_full_restore): Constify.
1024
4465d9db
TT
10252017-09-27 Tom Tromey <tom@tromey.com>
1026
1027 * memattr.c (enable_mem_command, disable_mem_command)
1028 (delete_mem_command): Constify.
1029
ad25e423
TT
10302017-09-27 Tom Tromey <tom@tromey.com>
1031
1032 * value.c (show_convenience): Constify.
1033
d64097b1
TT
10342017-09-27 Tom Tromey <tom@tromey.com>
1035
1036 * gdbcore.h (core_file_command): Update.
1037 * corefile.c (core_file_command): Constify.
1038
4d4589ef
TT
10392017-09-27 Tom Tromey <tom@tromey.com>
1040
1041 * user-regs.c (maintenance_print_user_registers): Constify.
1042
32a7bf17
TT
10432017-09-27 Tom Tromey <tom@tromey.com>
1044
1045 * cp-namespace.c (maintenance_cplus_namespace): Constify.
1046
4a475551
TT
10472017-09-27 Tom Tromey <tom@tromey.com>
1048
1049 * cp-support.c (first_component_command): Constify.
1050
990b9f9f
TT
10512017-09-27 Tom Tromey <tom@tromey.com>
1052
1053 * psymtab.c (maintenance_print_psymbols)
1054 (maintenance_info_psymtabs, maintenance_check_psymtabs):
1055 Constify.
1056
c281872e
TT
10572017-09-27 Tom Tromey <tom@tromey.com>
1058
1059 * windows-tdep.c (display_tib): Constify.
1060
5b64bf74
TT
10612017-09-27 Tom Tromey <tom@tromey.com>
1062
1063 * linux-fork.c (delete_checkpoint_command)
1064 (detach_checkpoint_command): Constify.
1065
4ada038f
TT
10662017-09-27 Tom Tromey <tom@tromey.com>
1067
1068 * cp-abi.c (set_cp_abi_cmd, show_cp_abi_cmd): Constify.
1069
57f5a81b
TT
10702017-09-27 Tom Tromey <tom@tromey.com>
1071
1072 * arc-tdep.c (dump_arc_instruction_command): Constify.
1073
b0a8e6c4
TT
10742017-09-27 Tom Tromey <tom@tromey.com>
1075
1076 * valprint.c (set_radix, show_radix): Constify.
1077
8d97dc1c
TT
10782017-09-27 Tom Tromey <tom@tromey.com>
1079
1080 * dtrace-probe.c (info_probes_dtrace_command): Constify.
1081
eb7c454d
TT
10822017-09-27 Tom Tromey <tom@tromey.com>
1083
1084 * command.h (not_just_help_class_command): Update.
1085 * cli/cli-decode.h (not_just_help_class_command): Update.
1086 * cli/cli-decode.c (not_just_help_class_command): Constify.
1087
e4e33335
TT
10882017-09-27 Tom Tromey <tom@tromey.com>
1089
1090 * gdb_bfd.c (maintenance_info_bfds): Constify.
1091
0450cc4c
TT
10922017-09-27 Tom Tromey <tom@tromey.com>
1093
1094 * cli/cli-decode.c (add_cmd, set_cmd_cfunc): New function
1095 overloads.
1096 (do_add_cmd): Rename from add_cmd. Don't call set_cmd_cfunc.
1097 (do_const_cfunc): New function.
1098 (cmd_cfunc_eq): New overload.
1099 (cli_user_command_p): Check do_const_cfunc.
1100 * cli/cli-decode.h (struct cmd_list_element) <function>: New field
1101 const_cfunc.
1102 * command.h (add_cmd): Add const overload and no-function
1103 overload.
1104 (set_cmd_cfunc): Add const overload.
1105 (cmd_const_cfunc_ftype): Declare.
1106 (cmd_cfunc_eq): Add const overload.
1107 * breakpoint.c, cli-cmds.c, cli-dump.c, guile/scm-cmd.c,
1108 python/py-cmd.c, target.c, tracepoint.c: Use no-function add_cmd
1109 overload.
1110
a9bbfbd8
TT
11112017-09-27 Tom Tromey <tom@tromey.com>
1112
1113 * macroexp.c (get_next_token_for_substitution): New function.
1114 (substitute_args): Call it. Check for __VA_OPT__.
1115
5230b05a
WT
11162017-09-26 Walfred Tedeschi <walfred.tedeschi@intel.com>
1117 Pedro Alves <palves@redhat.com>
1118
1119 * dwarf2read.c (dwarf2_cu): Remove field producer_is_icc and add
1120 producer_is_icc_lt_14.
1121 (producer_is_icc_lt_14): New function.
1122 (check_producer): Add code for checking version of ICC.
1123 (producer_is_icc): Move to producer.c.
1124 (read_structure_type): Restrict ICC workaround to ICC<14.
1125 * producer.c: Include selftest.h.
1126 (producer_is_icc, producer_parsing_tests, _initialize_producer):
1127 New functions.
1128 * producer.h (producer_is_icc): New declaration.
1129
b32b108a
WT
11302017-09-26 Walfred Tedeschi <walfred.tedeschi@intel.com>
1131
1132 * Makefile.in (SFILES): Add producer.c.
1133 (COMMON_OBS): Add producer.o
1134 * amd64-tdep.c (producer.h): Add new include.
1135 * dwarf2read.c (producer.h): Add new include.
1136 * producer.c: New file.
1137 * producer.h: New file.
1138 * utils.c (producer_is_gcc, producer_is_gcc_ge_4): Move to
1139 producer.c.
1140 * utils.h (producer_is_gcc, producer_is_gcc_ge_4): Move to
1141 producer.h.
1142
5007d765
MK
11432017-09-26 Matthias Klose <doko@ubuntu.com>
1144
1145 * configure.ac: Search ncursesw before ncurses.
1146 Check ncursesw/ncurses.h before ncurses/ncurses.h.
1147 * gdb_curses.h: Include <ncursesw/ncurses.h>
1148 * config.in, configure: Regenerate.
1149
281c4447
RO
11502017-09-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1151
1152 PR gdb/22185
1153 * configure.host <*-*-solaris2.[01], *-*-solaris2.[2-9]*>: Mark as
1154 obsolete.
1155 Use gdb_host sol2 for i[34567]86-*-solaris2*, x86_64-*-solaris2*.
1156 Remove i386sol2 support.
1157 * configure.nat <i386sol2>: Remove.
1158 <sol2-64>: Fold into ...
1159 <sol2>: ... this.
1160 Move common settings to default section.
1161 Add sol-thread.o.
1162 * configure.tgt <i[34567]86-*-solaris2.1[0-9]*,
1163 x86_64-*-solaris2.1[0-9]*>: Rename to ...
1164 <i[34567]86-*-solaris2*, x86_64-*-solaris2*>: ... this.
1165 <i[34567]86-*-solaris*>: Remove.
1166 <sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*>: Remove.
1167
1168 * configure.ac: Remove wctype in libw check.
1169 (_MSE_INT_H): Don't define on Solaris 7-9.
1170 <solaris*>: Remove libthread_db.so.1 check.
1171 * configure: Regenerate.
1172 * config.in: Regenerate.
1173
1174 * proc-service.c: Remove PROC_SERVICE_IS_OLD handling.
1175 (gdb_ps_prochandle_t, gdb_ps_read_buf_t, gdb_ps_write_buf_t)
1176 (gdb_ps_size_t): Remove.
1177 Use base types in users.
1178 * sol-thread.c: Likewise, also for gdb_ps_addr_t.
1179
1180 * NEWS (Changes since GDB 8.0): Document Solaris 2.0-9 removal.
1181
39b06c20
RO
11822017-09-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1183
1184 PR build/22206
1185 * sparc64-tdep.c (adi_tag_fd): Print pid as long.
1186 (adi_is_addr_mapped): Likewise.
1187 (PSR_ICC): Don't redefine.
1188 (PSR_IMPL): Likewise.
1189
6c3e20f1
TT
11902017-09-25 Tom Tromey <tom@tromey.com>
1191
1192 * regcache.c (regcache::dump): Use string_printf.
1193
b292235f
TT
11942017-09-25 Tom Tromey <tom@tromey.com>
1195
1196 * regcache.c (class regcache_invalidator): New.
1197 (struct register_to_invalidate): Remove.
1198 (make_cleanup_regcache_invalidate): Remove.
1199 (regcache::raw_write): Use regcache_invalidator.
1200
9ac86b52
TT
12012017-09-25 Tom Tromey <tom@tromey.com>
1202
1203 * spu-tdep.c (spu2ppu_sniffer): Update.
1204 * regcache.h (make_cleanup_regcache_xfree): Don't declare.
1205 * regcache.c (do_regcache_xfree, make_cleanup_regcache_xfree):
1206 Remove.
1207 * ppc-linux-tdep.c (ppu2spu_sniffer): Update.
1208 * mi/mi-main.c (mi_cmd_data_list_changed_registers): Update.
1209 * frame.h (frame_save_as_regcache): Return std::unique_ptr.
1210 * frame.c (frame_save_as_regcache): Return std::unique_ptr.
1211 (frame_pop): Update.
1212
c0e383c6
TT
12132017-09-25 Tom Tromey <tom@tromey.com>
1214
1215 * spu-tdep.c (spu2ppu_dealloc_cache): Use delete.
1216 * regcache.h (regcache_xfree): Don't declare.
1217 * regcache.c (regcache_xfree): Remove.
1218 (do_regcache_xfree): Use delete.
1219 * ppc-linux-tdep.c (ppu2spu_dealloc_cache): Use delete.
1220 * linux-fork.c (free_fork): Use delete.
1221 (fork_save_infrun_state): Likewise.
1222 * jit.c (jit_dealloc_cache): Use delete.
1223 * infrun.c (discard_infcall_suspend_state): Use delete.
1224
791199cc
TT
12252017-09-25 Tom Tromey <tom@tromey.com>
1226
1227 * regcache.h (regcache_xmalloc): Don't declare.
1228 (regcache_raw_set_cached_value): Update comment.
1229 * regcache.c (regcache_xmalloc): Remove.
1230 * ppc-linux-tdep.c (ppu2spu_sniffer): Use new.
1231 * jit.c (jit_frame_sniffer): Use new.
1232 * frame.c (frame_save_as_regcache): Use new.
1233
289e23aa
AA
12342017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1235
1236 * NEWS: Advertise support for guarded-storage registers on IBM z.
1237
1b63490c
AA
12382017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1239
1240 * s390-linux-nat.c (have_regset_gs): New static variable.
1241 (s390_linux_fetch_inferior_registers): Handle guarded-storage
1242 control block and guarded-storage broadcast control regsets.
1243 (s390_read_description): Detect whether the target has
1244 guarded-storage support, return appropriate tdesc.
1245 * s390-linux-tdep.c (features/s390-gs-linux64.c): New include.
1246 (features/s390x-gs-linux64.c): Likewise.
1247 (struct gdbarch_tdep) <have_gs>: New field.
1248 (s390_regmap_gs, s390_regmap_gsbc, s390_gs_regset)
1249 (s390_gsbc_regset): New variables.
1250 (s390_iterate_over_regset_sections): Iterate over s390_gs_regset
1251 and s390_gsbc_regset, if applicable.
1252 (s390_core_read_description): Check whether core file was from a
1253 target with guarded-storage support; include appropriate regsets.
1254 (s390_gdbarch_init): Add registers for guarded-storage support.
1255 (_initialize_s390_tdep): Initialize new target descriptions that
1256 include registers for guarded-storage support.
1257 * s390-linux-tdep.h (HWCAP_S390_GS, S390_GSD_REGNUM)
1258 (S390_GSSM_REGNUM, S390_GSEPLA_REGNUM)
1259 (S390_BC_GSD_REGNUM, S390_BC_GSSM_REGNUM): New defines.
1260 (S390_NUM_REGS): Adjust macro definition.
1261 (s390_gs_regset, s390_gsbc_regset, tdesc_s390_gs_linux64)
1262 (tdesc_s390x_gs_linux64): New declarations.
1263
96235dc1
AA
12642017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1265
1266 * features/s390-gs-linux64.xml: New file.
1267 * features/s390-gs.xml: New file.
1268 * features/s390-gsbc.xml: New file.
1269 * features/s390x-gs-linux64.xml: New file.
1270 * features/Makefile (WHICH): Add s390-gs-linux64 and
1271 s390x-gs-linux64.
1272 (s390-gs-linux64-expedite, s390x-gs-linux64-expedite): New macros.
1273 (XMLTOC): Add s390-gs-linux64.xml and s390x-linux64.xml.
1274 * features/s390-gs-linux64.c: New generated file.
1275 * features/s390x-gs-linux64.c: New file.
1276 * regformats/s390-gs-linux64.dat: New file.
1277 * regformats/s390x-gs-linux64.dat: New file.
1278
b4a7c699
TT
12792017-09-23 Tom Tromey <tom@tromey.com>
1280
1281 * defs.h (make_cleanup_override_quit_handler): Don't declare.
1282
c2f97536
TT
12832017-09-22 Tom Tromey <tom@tromey.com>
1284
1285 * utils.c (class scoped_input_handler) <m_quit_handler>: Change
1286 type to scoped_restore_tmpl.
1287 <scoped_input_handler>: Initialize m_quit_handler directly.
1288
43573013
SDJ
12892017-09-22 Sergio Durigan Junior <sergiodj@redhat.com>
1290
1291 * cli/cli-cmds.c (pwd_command): Use "getcwd (NULL, 0)".
1292 (cd_command): Likewise. Free "current_directory" before
1293 assigning to it.
1294 * main.c (captured_main_1): Use "getcwd (NULL, 0)".
1295 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Likewise.
1296 * top.c (gdb_dirbuf): Remove global declaration.
1297 * top.h (gdb_dirbuf): Likewise.
1298
6ec2e0f5
SDJ
12992017-09-22 Sergio Durigan Junior <sergiodj@redhat.com>
1300
1301 * gnulib/aclocal.m4: Regenerate.
1302 * gnulib/config.in: Regenerate.
1303 * gnulib/configure: Regenerate.
1304 * gnulib/import/Makefile.am: Regenerate.
1305 * gnulib/import/Makefile.in: Regenerate.
1306 * gnulib/import/assure.h: New file.
1307 * gnulib/import/at-func.c: Likewise
1308 * gnulib/import/chdir-long.c: New file.
1309 * gnulib/import/chdir-long.h: New file.
1310 * gnulib/import/cloexec.c: New file.
1311 * gnulib/import/cloexec.h: New file.
1312 * gnulib/import/close.c: New file.
1313 * gnulib/import/closedir.c: New file.
1314 * gnulib/import/dirent-private.h: New file.
1315 * gnulib/import/dup-safer.c: New file.
1316 * gnulib/import/dup.c: New file.
1317 * gnulib/import/dup2.c: New file.
1318 * gnulib/import/error.c: New file.
1319 * gnulib/import/error.h: New file.
1320 * gnulib/import/exitfail.c: New file.
1321 * gnulib/import/exitfail.h: New file.
1322 * gnulib/import/fchdir.c: New file.
1323 * gnulib/import/fcntl.c: New file.
1324 * gnulib/import/fcntl.in.h: New file.
1325 * gnulib/import/fd-hook.c: New file.
1326 * gnulib/import/fd-hook.h: New file.
1327 * gnulib/import/fd-safer.c: New file.
1328 * gnulib/import/fdopendir.c: New file.
1329 * gnulib/import/filename.h: New file.
1330 * gnulib/import/filenamecat-lgpl.c: New file.
1331 * gnulib/import/filenamecat.h: New file.
1332 * gnulib/import/fstat.c: New file.
1333 * gnulib/import/fstatat.c: New file.
1334 * gnulib/import/getcwd-lgpl.c: New file.
1335 * gnulib/import/getcwd.c: New file.
1336 * gnulib/import/getdtablesize.c: New file.
1337 * gnulib/import/getlogin_r.c: New file.
1338 * gnulib/import/getprogname.c: New file.
1339 * gnulib/import/getprogname.h: New file.
1340 * gnulib/import/gettext.h: New file.
1341 * gnulib/import/glob-libc.h: New file.
1342 * gnulib/import/glob.c: New file.
1343 * gnulib/import/glob.in.h: New file.
1344 * gnulib/import/intprops.h: New file.
1345 * gnulib/import/m4/chdir-long.m4: New file.
1346 * gnulib/import/m4/close.m4: New file.
1347 * gnulib/import/m4/closedir.m4: New file.
1348 * gnulib/import/m4/d-ino.m4: New file.
1349 * gnulib/import/m4/d-type.m4: New file.
1350 * gnulib/import/m4/dup.m4: New file.
1351 * gnulib/import/m4/dup2.m4: New file.
1352 * gnulib/import/m4/error.m4: New file.
1353 * gnulib/import/m4/fchdir.m4: New file.
1354 * gnulib/import/m4/fcntl.m4: New file.
1355 * gnulib/import/m4/fcntl_h.m4: New file.
1356 * gnulib/import/m4/fdopendir.m4: New file.
1357 * gnulib/import/m4/filenamecat.m4: New file.
1358 * gnulib/import/m4/fstat.m4: New file.
1359 * gnulib/import/m4/fstatat.m4: New file.
1360 * gnulib/import/m4/getcwd-abort-bug.m4: New file.
1361 * gnulib/import/m4/getcwd-path-max.m4: New file.
1362 * gnulib/import/m4/getcwd.m4: New file.
1363 * gnulib/import/m4/getdtablesize.m4: New file.
1364 * gnulib/import/m4/getlogin_r.m4: New file.
1365 * gnulib/import/m4/getprogname.m4: New file.
1366 * gnulib/import/m4/glob.m4: New file.
1367 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
1368 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
1369 * gnulib/import/m4/mempcpy.m4: New file.
1370 * gnulib/import/m4/memrchr.m4: New file.
1371 * gnulib/import/m4/mode_t.m4: New file.
1372 * gnulib/import/m4/msvc-inval.m4: New file.
1373 * gnulib/import/m4/msvc-nothrow.m4: New file.
1374 * gnulib/import/m4/open.m4: New file.
1375 * gnulib/import/m4/openat.m4: New file.
1376 * gnulib/import/m4/opendir.m4: New file.
1377 * gnulib/import/m4/readdir.m4: New file.
1378 * gnulib/import/m4/realloc.m4: New file.
1379 * gnulib/import/m4/rewinddir.m4: New file.
1380 * gnulib/import/m4/save-cwd.m4: New file.
1381 * gnulib/import/m4/strdup.m4: New file.
1382 * gnulib/import/m4/strerror.m4: New file.
1383 * gnulib/import/m4/unistd-safer.m4: New file.
1384 * gnulib/import/mempcpy.c: New file.
1385 * gnulib/import/memrchr.c: New file.
1386 * gnulib/import/msvc-inval.c: New file.
1387 * gnulib/import/msvc-inval.h: New file.
1388 * gnulib/import/msvc-nothrow.c: New file.
1389 * gnulib/import/msvc-nothrow.h: New file.
1390 * gnulib/import/open.c: New file.
1391 * gnulib/import/openat-die.c: New file.
1392 * gnulib/import/openat-priv.h: New file.
1393 * gnulib/import/openat-proc.c: New file.
1394 * gnulib/import/openat.c: New file.
1395 * gnulib/import/openat.h: New file.
1396 * gnulib/import/opendir.c: New file.
1397 * gnulib/import/pipe-safer.c: New file.
1398 * gnulib/import/readdir.c: New file.
1399 * gnulib/import/realloc.c: New file.
1400 * gnulib/import/rewinddir.c: New file.
1401 * gnulib/import/save-cwd.c: New file.
1402 * gnulib/import/save-cwd.h: New file.
1403 * gnulib/import/strdup.c: New file.
1404 * gnulib/import/strerror-override.c: New file.
1405 * gnulib/import/strerror-override.h: New file.
1406 * gnulib/import/strerror.c: New file.
1407 * gnulib/import/unistd--.h: New file.
1408 * gnulib/import/unistd-safer.h: New file.
1409 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
1410 "getcwd" and "glob".
1411 * ser-tcp.c: Undefine "close" before redefining it.
1412
432ae719
SM
14132017-09-21 Simon Marchi <simon.marchi@ericsson.com>
1414
1415 * guile/scm-value.c (gdbscm_value_address): Initialize address,
1416 get rid of res_val.
1417
4fa7574e
RO
14182017-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1419
1420 * configure.nat <i386sol2,i386>: Add fork-inferior.o to NATDEPFILES.
1421 <sol2,sparc>: Likewise.
1422 <sol2-64,i386>: Likewise.
1423
1424 * warning.m4 (AM_GDB_WARNINGS): Disable -Wunknown-pragmas,
1425 -Wdeprecated-declarations on *-*-solaris*.
1426 * configure: Regenerate.
1427
1428 * procfs.c: Include "nat/inferior.h".
1429 (procfs_info_proc): Fix typo.
1430
f6327dcb
KB
14312017-09-21 Kevin Buettner <kevinb@redhat.com>
1432
1433 * remote.c (vector): Include.
1434 (struct private_thread_info): Add field, thread_handle.
1435 (free_private_thread_info): Deallocate storage associated with
1436 thread handle.
1437 (get_private_info_thread): Initialize `thread_handle' field.
1438 (struct thread_item): Add field, thread_handle.
1439 (clear_threads_listing_context): Deallocate storage associated
1440 with thread handle.
1441 (start_thread): Add support for "handle" attribute.
1442 (thread_attributes): Add "handle".
1443 (remote_get_threads_with_qthreadinfo): Initialize thread_handle
1444 field.
1445 (remote_update_thread_list): Update thread_handle.
1446 (remote_thread_handle_to_thread_info): New function.
1447 (init_remote_ops): Initialize to_thread_handle_to_thread_info.
1448
fbbe5337
KB
14492017-09-21 Kevin Buettner <kevinb@redhat.com>
1450
1451 * python/py-inferior.c (gdbpy_thread_from_thread_handle): New
1452 function.
1453 (inferior_object_methods): Add gdbpy_thread_from_thread_handle.
1454 * python/python-internal.h (thread_object_type): Declare.
1455
e04ee09e
KB
14562017-09-21 Kevin Buettner <kevinb@redhat.com>
1457
1458 * target.h (struct target_ops): Add to_thread_handle_to_thread_info.
1459 (target_thread_handle_to_thread_info): Declare.
1460 * target.c (target_thread_handle_to_thread_info): New function.
1461 * target-delegates.c: Regenerate.
1462 * gdbthread.h (find_thread_by_handle): Declare.
1463 * thread.c (find_thread_by_handle): New function.
1464 * linux-thread-db.c (thread_db_thread_handle_to_thread_info): New
1465 function.
1466 (init_thread_db_ops): Register thread_db_thread_handle_to_thread_info.
1467
1e5b66ed
SM
14682017-09-21 Simon Marchi <simon.marchi@ericsson.com>
1469
1470 * nat/linux-waitpid.c (linux_debug): Add ATTRIBUTE_PRINTF.
1471
ebe48ba0
SM
14722017-09-21 Simon Marchi <simon.marchi@ericsson.com>
1473
1474 * microblaze-tdep.c (microblaze_debug): Add ATTRIBUTE_PRINTF.
1475
0a0bf5dc
YQ
14762017-09-21 Yao Qi <yao.qi@linaro.org>
1477
1478 * configure.tgt (aarch64*-*-freebsd*): Add fbsd-tdep.o solib-svr4.o
1479 to gdb_target_obs.
1480
d1b0a7bf
TT
14812017-09-20 Tom Tromey <tom@tromey.com>
1482
1483 * breakpoint.c (struct counted_command_line): Remove.
1484 (breakpoint_commands): Update.
1485 (alloc_counted_command_line, incref_counted_command_line)
1486 (decref_counted_command_line, do_cleanup_counted_command_line)
1487 (make_cleanup_decref_counted_command_line): Remove.
1488 (breakpoint_set_commands, commands_command_1, ~bpstats, bpstats)
1489 (bpstat_clear_actions, bpstat_do_actions_1, watchpoint_check)
1490 (bpstat_stop_status, print_one_breakpoint_location, ~breakpoint)
1491 (save_breakpoints): Update.
1492 * breakpoint.h (counted_command_line): Now a typedef to
1493 shared_ptr.
1494 (struct breakpoint) <commands>: Now a counted_command_line.
1495 (struct bpstats) <command>: Likewise.
1496
48649e1b
TT
14972017-09-20 Tom Tromey <tom@tromey.com>
1498
1499 * breakpoint.c (struct commands_info, do_map_commands_command):
1500 Remove.
1501 (commands_command_1): Update.
1502 (iterate_over_related_breakpoints): Take a function_view.
1503 (do_delete_breakpoint, do_map_delete_breakpoint): Remove.
1504 (delete_command): Update.
1505 (map_breakpoint_numbers): Take a function_view.
1506 (do_disable_breakpoint, do_map_delete_breakpoint): Remove.
1507 (disable_command): Update.
1508 (do_enable_breakpoint, do_map_enable_breakpoint): Remove.
1509 (enable_command): Update.
1510 (struct disp_data, do_enable_breakpoint_disp)
1511 (do_map_enable_once_breakpoint, do_map_enable_count_breakpoint)
1512 (do_map_enable_delete_breakpoint): Remove.
1513 (enable_once_command, enable_count_command, enable_delete_command)
1514 (delete_trace_variable_command): Update.
1515
04afa70c
TT
15162017-09-20 Tom Tromey <tom@tromey.com>
1517
1518 * breakpoint.c (~bpstats): Rename from bpstat_free. Update.
1519 (bpstat_clear): Use delete.
1520 (bpstats): New constructors.
1521 (bpstat_copy, bpstat_stop_status): Use new.
1522 (dprintf_after_condition_true): Update.
1523 * breakpoint.h (bpstats::bpstats): Add constructors.
1524 (bpstats::~bpstats): Add destructor.
1525
c83833f4
PA
15262017-09-20 Pedro Alves <palves@redhat.com>
1527
1528 * eval.c (make_params): Delete, refactored as ...
1529 (class fake_method): ... this new type's ctor.
1530 (fake_method::~fake_method): New.
1531 (evaluate_subexp_standard): Use 'fake_method'.
1532
223ffa71
TT
15332017-09-20 Tom Tromey <tom@tromey.com>
1534
1535 * windows-nat.c (get_windows_debug_event, windows_wait)
1536 (do_initial_windows_stuff, windows_attach): Update.
1537 * utils.c (vwarning, internal_vproblem): Update.
1538 (ui_unregister_input_event_handler_cleanup)
1539 (prepare_to_handle_input): Remove.
1540 (class scoped_input_handler): New.
1541 (defaulted_query, prompt_for_continue): Update.
1542 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
1543 Update.
1544 * top.c (undo_terminal_modifications_before_exit): Update.
1545 * target/target.h (target_terminal_init, target_terminal_inferior)
1546 (target_terminal_ours): Don't declare.
1547 (class target_terminal): New.
1548 * target.h (target_terminal_is_inferior, target_terminal_is_ours)
1549 (target_terminal_ours_for_output)
1550 (make_cleanup_restore_target_terminal): Don't declare.
1551 (target_terminal_info): Remove.
1552 * target.c (enum terminal_state, terminal_state): Remove.
1553 (target_terminal::terminal_state): Define.
1554 (target_terminal::init): Rename from target_terminal_init.
1555 (target_terminal::inferior): Rename from
1556 target_terminal_inferior.
1557 (target_terminal::ours): Rename from target_terminal_ours.
1558 (target_terminal::ours_for_output): Rename from
1559 target_terminal_ours_for_output.
1560 (target_terminal::info): New method.
1561 (cleanup_restore_target_terminal)
1562 (make_cleanup_restore_target_terminal): Remove.
1563 * solib.c (handle_solib_event): Update.
1564 * remote.c (remote_serial_quit_handler): Update.
1565 (remote_terminal_inferior, remote_wait_as): Update.
1566 * record-full.c (record_full_wait_1): Update.
1567 * nto-procfs.c (procfs_create_inferior): Update.
1568 * nat/fork-inferior.c (startup_inferior): Update.
1569 * mi/mi-interp.c (mi_new_thread, mi_thread_exit)
1570 (mi_record_changed, mi_inferior_added, mi_inferior_appeared)
1571 (mi_inferior_exit, mi_inferior_removed, mi_traceframe_changed)
1572 (mi_tsv_created, mi_tsv_deleted, mi_tsv_modified)
1573 (mi_breakpoint_created, mi_breakpoint_deleted)
1574 (mi_breakpoint_modified, mi_on_resume, mi_solib_loaded)
1575 (mi_solib_unloaded, mi_command_param_changed, mi_memory_changed)
1576 (mi_user_selected_context_changed, report_initial_inferior):
1577 Update.
1578 * linux-nat.c (linux_nat_attach, linux_nat_terminal_ours)
1579 (linux_nat_terminal_inferior): Update.
1580 * infrun.c (follow_fork_inferior)
1581 (handle_vfork_child_exec_or_exit, do_target_resume)
1582 (check_curr_ui_sync_execution_done, handle_inferior_event_1)
1583 (handle_signal_stop, maybe_remove_breakpoints, normal_stop):
1584 Update.
1585 * inflow.c (child_terminal_init, info_terminal_command): Update.
1586 * infcmd.c (post_create_inferior, continue_1, prepare_one_step)
1587 (attach_command): Update.
1588 * infcall.c (call_thread_fsm_should_stop): Update.
1589 * gnu-nat.c (gnu_attach): Update.
1590 * extension.c (struct active_ext_lang_state)
1591 (restore_active_ext_lang): Update.
1592 * exceptions.c (print_flush): Update.
1593 * event-top.c (async_enable_stdin, default_quit_handler): Update.
1594 (struct quit_handler_cleanup_data, restore_quit_handler)
1595 (restore_quit_handler_dtor, make_cleanup_override_quit_handler):
1596 Remove.
1597 * cp-support.c (gdb_demangle): Update.
1598 * breakpoint.c (update_inserted_breakpoint_locations)
1599 (insert_breakpoint_locations, handle_jit_event)
1600 (disable_breakpoints_in_unloaded_shlib): Update.
1601 * annotate.c (annotate_breakpoints_invalid)
1602 (annotate_frames_invalid): Update.
1603
013af3fc
TT
16042017-09-20 Tom Tromey <tom@tromey.com>
1605
1606 * main.c (catch_command_errors): Rename from
1607 catch_command_errors_const.
1608 (captured_main_1): Update.
1609
06871ae8
PA
16102017-09-20 Pedro Alves <palves@redhat.com>
1611
1612 * cli/cli-cmds.c (list_command): Use print_sal_location.
1613 (print_sal_location): New function.
1614 (ambiguous_line_spec): Use print_sal_location.
1615 * linespec.c (symbol_to_sal): Record the symbol in the sal.
1616 * symtab.c (find_function_start_sal): Likewise.
1617 * symtab.h (symtab_and_line::symbol): New field.
1618
e5f25bc5
PA
16192017-09-20 Pedro Alves <palves@redhat.com>
1620
1621 * linespec.c (minsym_found): Handle non-text minsyms.
1622 (symbol_to_sal): Record a sal.pc for non-block, non-label symbols.
1623
1b7fa39e
WT
16242017-09-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1625
1626 * features/Makefile (i386-avx-mpx-avx512-pku.dat): Add missing
1627 backslash.
1628
37dd0825
WT
16292017-09-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1630
1631 * gdb.arch/i386-avx512.c (move_zmm_data_to_reg): Use
1632 vmovups instead vmovaps.
1633 (move_zmm_data_to_memory): Use vmovups instead vmovaps.
1634
4e5a4f58
JB
16352017-09-19 John Baldwin <jhb@FreeBSD.org>
1636
1637 * NEWS (Changes since GDB 8.0): Add starti.
1638 * infcmd.c (enum run_break): New.
1639 (run_command_1): Queue pending event for RUN_STOP_AT_FIRST_INSN
1640 case.
1641 (run_command): Use enum run_how.
1642 (start_command): Likewise.
1643 (starti_command): New function.
1644 (RUN_ARGS_HELP): New macro.
1645 (_initialize_infcmd): Use RUN_ARGS_HELP for run and start
1646 commands. Add starti command.
1647
aa70c9f1
YQ
16482017-09-19 Yao Qi <yao.qi@linaro.org>
1649
1650 * Makefile.in (monitor.o): Remove the rule.
1651
d6541620
YQ
16522017-09-19 Yao Qi <yao.qi@linaro.org>
1653
1654 * annotate.h (struct annotate_arg_emitter): Use
1655 DISABLE_COPY_AND_ASSIGN.
1656 * common/refcounted-object.h (refcounted_object): Likewise.
1657 * completer.h (struct completion_result): Likewise.
1658 * dwarf2read.c (struct dwarf2_per_objfile): Likewise.
1659 * filename-seen-cache.h (filename_seen_cache): Likewise.
1660 * gdbcore.h (thread_section_name): Likewise.
1661 * gdb_regex.h (compiled_regex): Likewise.
1662 * gdbthread.h (scoped_restore_current_thread): Likewise.
1663 * inferior.h (scoped_restore_current_inferior): Likewise.
1664 * jit.c (jit_reader): Likewise.
1665 * linespec.h (struct linespec_result): Likewise.
1666 * mi/mi-parse.h (struct mi_parse): Likewise.
1667 * nat/fork-inferior.c (execv_argv): Likewise.
1668 * progspace.h (scoped_restore_current_program_space): Likewise.
1669 * python/python-internal.h (class gdbpy_enter): Likewise.
1670 * regcache.h (regcache): Likewise.
1671 * target-descriptions.c (struct tdesc_reg): Likewise.
1672 (struct tdesc_type): Likewise.
1673 (struct tdesc_feature): Likewise.
1674 * ui-out.h (ui_out_emit_type): Likewise.
1675
0615127c
SM
16762017-09-18 Simon Marchi <simon.marchi@ericsson.com>
1677
1678 * dwarf2expr.c (dwarf_expr_context::execute_stack_op): Remove
1679 label abort_expression.
1680
5e187554
SM
16812017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1682
1683 * common/buffer.c (buffer_xml_printf): Adjust.
1684 * common/xml-utils.c (xml_escape_text): Change return type to
1685 std::string, update code accordingly.
1686 * common/xml-utils.h (xml_escape_text): Change return type to
1687 std::string.
1688 * rs6000-aix-tdep.c (rs6000_aix_shared_library_to_xml): Adjust.
1689 * windows-tdep.c (windows_xfer_shared_library): Adjust.
1690 * unittests/xml-utils-selftests.c (test_xml_escape_text):
1691 Adjust.
1692
c3d7b541
SM
16932017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1694
1695 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new source file.
1696 (SUBDIR_UNITTESTS_OBS): Add new object file.
1697 * unittests/xml-utils-selftests.c: New file.
1698
1526853e
SM
16992017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1700
1701 * common/selftest.h (selftest): New struct/interface.
1702 (register_test): Add name parameter, add new overload.
1703 (run_tests): Add filter parameter.
1704 (for_each_selftest_ftype): New typedef.
1705 (for_each_selftest): New declaration.
1706 * common/selftest.c (tests): Change type to
1707 map<string, unique_ptr<selftest>>.
1708 (simple_selftest): New struct.
1709 (register_test): New function.
1710 (register_test): Add name parameter and use it.
1711 (run_tests): Add filter parameter and use it. Add prints.
1712 Adjust to vector -> map change.
1713 * aarch64-tdep.c (_initialize_aarch64_tdep): Add names when
1714 registering selftests.
1715 * arm-tdep.c (_initialize_arm_tdep): Likewise.
1716 * disasm-selftests.c (_initialize_disasm_selftests): Likewise.
1717 * dwarf2-frame.c (_initialize_dwarf2_frame): Likewise.
1718 * dwarf2loc.c (_initialize_dwarf2loc): Likewise.
1719 * findvar.c (_initialize_findvar): Likewise.
1720 * gdbarch-selftests.c (_initialize_gdbarch_selftests): Likewise.
1721 * maint.c (maintenance_selftest): Update call to run_tests.
1722 (maintenance_info_selftests): New function.
1723 (_initialize_maint_cmds): Register "maintenance info selftests"
1724 command. Update "maintenance selftest" doc.
1725 * regcache.c (_initialize_regcache): Add names when registering
1726 selftests.
1727 * rust-exp.y (_initialize_rust_exp): Likewise.
1728 * selftest-arch.c (gdbarch_selftest): New struct.
1729 (gdbarch_tests): Remove.
1730 (register_test_foreach_arch): Add name parameter. Call
1731 register_test.
1732 (tests_with_arch): Remove, move most content to
1733 gdbarch_selftest::operator().
1734 (_initialize_selftests_foreach_arch): Remove.
1735 * selftest-arch.h (register_test_foreach_arch): Add name
1736 parameter.
1737 (run_tests_with_arch): New declaration.
1738 * utils-selftests.c (_initialize_utils_selftests): Add names
1739 when registering selftests.
1740 * utils.c (_initialize_utils): Likewise.
1741 * unittests/array-view-selftests.c
1742 (_initialize_array_view_selftests): Likewise.
1743 * unittests/environ-selftests.c (_initialize_environ_selftests):
1744 Likewise.
1745 * unittests/function-view-selftests.c
1746 (_initialize_function_view_selftests): Likewise.
1747 * unittests/offset-type-selftests.c
1748 (_initialize_offset_type_selftests): Likewise.
1749 * unittests/optional-selftests.c
1750 (_initialize_optional_selftests): Likewise.
1751 * unittests/scoped_restore-selftests.c
1752 (_initialize_scoped_restore_selftests): Likewise.
1753 * NEWS: Document "maintenance selftest" and "maint info
1754 selftests".
1755
5846367a
SM
17562017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1757
1758 * mi/mi-main.c (mi_load_progress): Restore current_uiout using a
1759 scoped_restore.
1760
bd77e8ff
SM
17612017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1762
1763 * mi/mi-main.c (mi_load_progress): Make uiout variable
1764 a unique_ptr.
1765
26a67918
PA
17662017-09-15 Pedro Alves <palves@redhat.com>
1767
1768 * compile/compile-c-types.c (convert_enum, convert_int)
1769 (convert_float): Adjust to refer to int_type_v0 and float_type_v0.
1770
3f8a7804
SM
17712017-09-15 Simon Marchi <simon.marchi@ericsson.com>
1772
1773 * dwarf2read.c (copy_string): Remove.
1774 (parse_macro_definition): Replace copy_string with savestring.
1775
8d200706
YQ
17762017-09-15 Yao Qi <yao.qi@linaro.org>
1777
1778 * configure.tgt (i[34567]86-*-darwin*): Append amd64.o to
1779 gdb_target_obs.
1780 (i[34567]86-*-solaris2.1[0-9]* | x86_64-*-solaris2.1[0-9]*):
1781 Likewise.
1782 (i[34567]86-*-linux*): Likewise.
1783
d185219d
SM
17842017-09-14 Simon Marchi <simon.marchi@ericsson.com>
1785
1786 * dwarf2expr.h (dwarf_stack_value): Add constructor.
1787 (dwarf_expr_context) <~dwarf_expr_context>: Define as default.
1788 <stack>: Change type to std::vector.
1789 <stack_len, stack_allocated>: Remove.
1790 <grow_stack>: Remove.
1791 * dwarf2expr.c (dwarf_expr_context::dwarf_expr_context): Adjust.
1792 (dwarf_expr_context::~dwarf_expr_context): Remove.
1793 (dwarf_expr_context::grow_stack): Remove.
1794 (dwarf_expr_context::push): Adjust.
1795 (dwarf_expr_context::pop): Adjust.
1796 (dwarf_expr_context::fetch): Adjust.
1797 (dwarf_expr_context::fetch_in_stack_memory): Adjust.
1798 (dwarf_expr_context::stack_empty_p): Adjust.
1799 (dwarf_expr_context::execute_stack_op): Adjust.
1800
eccd80d6
SM
18012017-09-14 Simon Marchi <simon.marchi@ericsson.com>
1802
1803 * dwarf2expr.h (dwarf_expr_context) <stack_empty_p>: Change
1804 return type to bool.
1805 * dwarf2expr.c (dwarf_expr_context::stack_empty_p): Likewise.
1806
69009882
SM
18072017-09-14 Simon Marchi <simon.marchi@ericsson.com>
1808
1809 * dwarf2expr.h (dwarf_expr_piece) <v.mem.in_stack_memory>:
1810 Change type to bool.
1811 (dwarf_stack_value) <in_stack_memory>: Likewise.
1812 (dwarf_expr_context) <push_address>: Change parameter type to
1813 bool.
1814 <fetch_in_stack_memory>: Change return type to bool.
1815 <push>: Change parameter type to bool.
1816 * dwarf2expr.c (dwarf_expr_context::push): Change parameter type
1817 to bool.
1818 (dwarf_expr_context::push_address): Likewise.
1819 (dwarf_expr_context::fetch_in_stack_memory): Change return type
1820 to bool.
1821 (dwarf_expr_context::execute_stack_op): Adjust.
1822 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Adjust.
1823
1e467161
SM
18242017-09-14 Simon Marchi <simon.marchi@ericsson.com>
1825
1826 * dwarf2expr.h (struct dwarf_expr_piece): Move up.
1827 (struct dwarf_expr_context) <n_pieces>: Remove.
1828 <pieces>: Change type to std::vector.
1829 * dwarf2expr.c (dwarf_expr_context::dwarf_expr_context): Adjust.
1830 (dwarf_expr_context::~dwarf_expr_context): Don't manually free
1831 pieces.
1832 (dwarf_expr_context::add_piece): Adjust.
1833 * dwarf2loc.c (struct piece_closure): Initialize fields.
1834 <n_pieces>: Remove.
1835 <pieces>: Change type to std::vector.
1836 (allocate_piece_closure): Adjust, change parameter to
1837 std::vector rvalue and std::move it to piece_closure.
1838 (rw_pieced_value): Adjust.
1839 (check_pieced_synthetic_pointer): Adjust.
1840 (indirect_synthetic_pointer): Adjust.
1841 (coerce_pieced_ref): Adjust.
1842 (free_pieced_value_closure): Adjust. Use delete to free
1843 piece_closure.
1844 (dwarf2_evaluate_loc_desc_full): Adjust. std::move ctx.pieces
1845 to allocate_piece_closure.
1846 (dwarf2_loc_desc_get_symbol_read_needs): Adjust.
1847
0782db84
SM
18482017-09-12 Simon Marchi <simon.marchi@ericsson.com>
1849
1850 * probe.h (probe_ops_cp): Remove typedef.
1851 (DEF_VEC_P (probe_ops_cp)): Remove.
1852 (all_probe_ops): Change type to std::vector.
1853 * probe.c (info_probes_for_ops): Adjust to vector change.
1854 (probe_linespec_to_ops): Likewise.
1855 (all_probe_ops): Change type to std::vector.
1856 (_initialize_probe): Adjust to vector change.
1857 * dtrace-probe.c (_initialize_dtrace_probe): Likewise.
1858 * elfread.c (elf_get_probes): Likewise.
1859 * stap-probe.c (_initialize_stap_probe): Likewise.
1860
1eac6bea
SM
18612017-09-12 Simon Marchi <simon.marchi@ericsson.com>
1862
1863 * probe.h (struct bound_probe): Define constructors.
1864 * probe.c (bound_probe_s): Remove typedef.
1865 (DEF_VEC_O (bound_probe_s)): Remove VEC.
1866 (collect_probes): Change return type to std::vector, remove
1867 cleanup.
1868 (compare_probes): Return bool, change parameter type. Change
1869 semantic to "less than".
1870 (gen_ui_out_table_header_info): Change parameter to std::vector
1871 and update.
1872 (exists_probe_with_pops): Likewise.
1873 (info_probes_for_ops): Update to std::vector change.
1874 (enable_probes_command): Likewise.
1875 (disable_probes_command): Likewise.
1876
aaa63a31
SM
18772017-09-12 Simon Marchi <simon.marchi@ericsson.com>
1878
1879 * probe.h (struct probe_ops) <get_probes>: Change parameter from
1880 vec to std::vector.
1881 * probe.c (parse_probes_in_pspace): Update.
1882 (find_probes_in_objfile): Update.
1883 (find_probe_by_pc): Update.
1884 (collect_probes): Update.
1885 (probe_any_get_probes): Update.
1886 * symfile.h (struct sym_probe_fns) <sym_get_probes> Change
1887 return type to reference to std::vector.
1888 * dtrace-probe.c (dtrace_process_dof_probe): Change parameter to
1889 std::vector and update.
1890 (dtrace_process_dof): Likewise.
1891 (dtrace_get_probes): Likewise.
1892 * elfread.c (elf_get_probes): Change return type to std::vector,
1893 store an std::vector in bfd_data.
1894 (probe_key_free): Update to std::vector.
1895 * stap-probe.c (handle_stap_probe): Change parameter to
1896 std::vector and update.
1897 (stap_get_probes): Likewise.
1898 * symfile-debug.c (debug_sym_get_probes): Change return type to
1899 std::vector and update.
1900
cb85b21b
TT
19012017-09-11 Tom Tromey <tom@tromey.com>
1902
1903 * breakpoint.c (program_breakpoint_here_p): Update.
1904 * target.c (make_scoped_restore_show_memory_breakpoints): Rename
1905 from make_show_memory_breakpoints_cleanup. Return a
1906 scoped_restore_tmpl<int>.
1907 (restore_show_memory_breakpoints): Remove.
1908 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Update.
1909 * mem-break.c (memory_validate_breakpoint): Update.
1910 * ia64-tdep.c (ia64_memory_insert_breakpoint): Update.
1911 (ia64_memory_remove_breakpoint): Update.
1912 (ia64_breakpoint_from_pc): Update.
1913 * target.h (make_scoped_restore_show_memory_breakpoints): Rename
1914 from make_show_memory_breakpoints_cleanup.
1915
8fbc99ef
TT
19162017-09-11 Tom Tromey <tom@tromey.com>
1917
1918 * d-namespace.c (d_lookup_symbol): Use std::string.
1919 (find_symbol_in_baseclass): Likewise.
1920
50feb4bd
TT
19212017-09-11 Tom Tromey <tom@tromey.com>
1922
1923 * ctf.c (ctf_start): Use std::string.
1924
c6dc63a1
TT
19252017-09-11 Tom Tromey <tom@tromey.com>
1926
1927 * ada-lang.c (is_known_support_routine): Update.
1928 (ada_unhandled_exception_name_addr_from_raise): Update.
1929 * guile/scm-frame.c (gdbscm_frame_name): Update.
1930 * python/py-frame.c (frapy_name): Update.
1931 (frapy_function): Update.
1932 * stack.h (find_frame_funname): Update.
1933 * stack.c (find_frame_funname): Return unique_xmalloc_ptr.
1934 (print_frame): Update.
1935
d6b9b80f
TT
19362017-09-11 Tom Tromey <tom@tromey.com>
1937
1938 * findcmd.c (put_bits): Take a gdb::byte_vector.
1939 (parse_find_args): Return gdb::byte_vector. "args" now const.
1940 Remove "pattern_bufp" and "pattern_lenp" parameters. Remove
1941 cleanups.
1942 (find_command): Update.
1943
a9921622
TT
19442017-09-11 Tom Tromey <tom@tromey.com>
1945
1946 * cli/cli-script.c (class scoped_restore_hook_in): New.
1947 (clear_hook_in_cleanup): Remove.
1948 (execute_cmd_pre_hook, execute_cmd_post_hook): Use
1949 scoped_restore_hook_in.
1950
be0d7abb
TT
19512017-09-11 Tom Tromey <tom@tromey.com>
1952
1953 * cli/cli-script.c (restore_interp): Remove.
1954 (read_command_lines): Use scoped_restore_interp.
1955 * interps.c (scoped_restore_interp::set_temp): Rename from
1956 interp_set_temp.
1957 * interps.h (class scoped_restore_interp): New.
1958 (interp_set_temp): Remove.
1959
00f675ff
TT
19602017-09-11 Tom Tromey <tom@tromey.com>
1961
1962 * mi/mi-cmd-catch.c (mi_cmd_catch_assert)
1963 (mi_cmd_catch_exception, mi_catch_load_unload): Update.
1964 * mi/mi-cmd-break.c (setup_breakpoint_reporting): Return a
1965 scoped_restore.
1966 (mi_cmd_break_insert_1): Update.
1967 * mi/mi-cmd-break.h (setup_breakpoint_reporting): Return a
1968 scoped_restore.
1969
cb791d59
TT
19702017-09-11 Tom Tromey <tom@tromey.com>
1971
1972 * demangle.c (demangle_command): Update.
1973 * breakpoint.c (disable_command): Update.
1974 (enable_command): Update.
1975 (find_location_by_number): Make "number" const. Use
1976 get_number_trailer.
1977 * cli/cli-utils.c (extract_arg): Return std::string.
1978 * probe.c (parse_probe_linespec): Update. Change types.
1979 (collect_probes): Take string arguments.
1980 (parse_probe_linespec): Likewise.
1981 (info_probes_for_ops): Update.
1982 (enable_probes_command): Update.
1983 (disable_probes_command): Update.
1984 * break-catch-sig.c (catch_signal_split_args): Update.
1985 * mi/mi-parse.c (mi_parse): Update.
1986
2039bd9f
TT
19872017-09-11 Tom Tromey <tom@tromey.com>
1988
1989 * language.h (language_enum): Make argument const.
1990 * language.c (language_enum): Make argument const.
1991
f1735a53
TT
19922017-09-11 Tom Tromey <tom@tromey.com>
1993
1994 * common/common-utils.h (skip_to_space): Remove macro, redeclare
1995 as function.
1996 (skip_to_space): Rename from skip_to_space_const.
1997 * common/common-utils.c (skip_to_space): New function.
1998 (skip_to_space): Rename from skip_to_space_const.
1999 * cli/cli-utils.h (get_number): Rename from get_number_const.
2000 (extract_arg): Rename from extract_arg_const.
2001 * cli/cli-utils.c (get_number): Rename from get_number_const.
2002 (extract_arg): Rename from extract_arg_const.
2003 (number_or_range_parser::get_number): Use ::get_number.
2004 * aarch64-linux-tdep.c, ada-lang.c, arm-linux-tdep.c, ax-gdb.c,
2005 break-catch-throw.c, breakpoint.c, cli/cli-cmds.c, cli/cli-dump.c,
2006 cli/cli-script.c, cli/cli-setshow.c, compile/compile.c,
2007 completer.c, demangle.c, disasm.c, findcmd.c, linespec.c,
2008 linux-tdep.c, linux-thread-db.c, location.c, mi/mi-parse.c,
2009 minsyms.c, nat/linux-procfs.c, printcmd.c, probe.c,
2010 python/py-breakpoint.c, record.c, rust-exp.y, serial.c, stack.c,
2011 stap-probe.c, tid-parse.c, tracepoint.c: Update all callers.
2012
7d221d74
TT
20132017-09-11 Tom Tromey <tom@tromey.com>
2014
2015 * python/python.c (do_start_initialization): Use
2016 py-event-types.def to initialize types.
2017 Define all object type structures.
2018 * python/python-internal.h: Don't declare event initialization
2019 functions.
2020 * python/py-threadevent.c (thread_event_object_type): Don't
2021 define.
2022 * python/py-stopevent.c (stop_event_object_type): Don't define.
2023 * python/py-signalevent.c (signal_event_object_type): Don't
2024 declare or define.
2025 * python/py-newobjfileevent.c (new_objfile_event_object_type)
2026 (clear_objfiles_event_object_type): Don't declare or define.
2027 * python/py-infevents.c (inferior_call_pre_event_object_type)
2028 (inferior_call_post_event_object_type)
2029 (register_changed_event_object_type)
2030 (memory_changed_event_object_type): Don't declare or define.
2031 * python/py-inferior.c (new_thread_event_object_type)
2032 (new_inferior_event_object_type)
2033 (inferior_deleted_event_object_type): Don't declare or define.
2034 * python/py-exitedevent.c (exited_event_object_type): Don't
2035 declare or define.
2036 * python/py-evts.c (gdbpy_initialize_py_events): Use
2037 py-all-events.def.
2038 * python/py-events.h (thread_event_object_type): Don't declare.
2039 (events_object): Use py-all-events.def.
2040 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove. Use
2041 py-event-types.def.
2042 * python/py-event-types.def: New file.
2043 * python/py-continueevent.c (create_continue_event_object): Don't
2044 declare or define.
2045 * python/py-bpevent.c (breakpoint_event_object_type): Don't
2046 declare or define.
2047 * python/py-all-events.def: New file.
2048
35c61a1d
TT
20492017-09-11 Tom Tromey <tom@tromey.com>
2050
2051 * python/py-threadevent.c (create_thread_event_object): Return
2052 gdbpy_ref.
2053 * python/py-stopevent.h (create_stop_event_object)
2054 (create_breakpoint_event_object, create_signal_event_object):
2055 Update.
2056 * python/py-stopevent.c (create_stop_event_object): Return
2057 gdbpy_ref.
2058 (emit_stop_event): Update.
2059 * python/py-signalevent.c (create_signal_event_object): Return
2060 gdbpy_ref.
2061 * python/py-infevents.c (create_inferior_call_event_object):
2062 Update.
2063 * python/py-event.h (create_event_object)
2064 (create_thread_event_object): Update.
2065 * python/py-event.c (create_event_object): Return gdbpy_ref.
2066 * python/py-continueevent.c: Return gdbpy_ref.
2067 * python/py-bpevent.c (create_breakpoint_event_object): Return
2068 gdbpy_ref.
2069
7c96f8c1
TT
20702017-09-11 Tom Tromey <tom@tromey.com>
2071
2072 PR python/15622:
2073 * NEWS: Add entry.
2074 * python/python.c (do_start_initialization): Initialize new event
2075 types.
2076 * python/python-internal.h (gdbpy_initialize_new_inferior_event)
2077 (gdbpy_initialize_inferior_deleted_event)
2078 (gdbpy_initialize_new_thread_event): Declare.
2079 * python/py-threadevent.c (create_thread_event_object): Add option
2080 "thread" parameter.
2081 * python/py-inferior.c (new_thread_event_object_type)
2082 (new_inferior_event_object_type)
2083 (inferior_deleted_event_object_type): Declare.
2084 (python_new_inferior, python_inferior_deleted): New functions.
2085 (add_thread_object): Emit new_thread event.
2086 (gdbpy_initialize_inferior): Attach new functions to corresponding
2087 observers.
2088 (new_thread, new_inferior, inferior_deleted): Define new event
2089 types.
2090 * python/py-evts.c (gdbpy_initialize_py_events): Add new
2091 registries.
2092 * python/py-events.h (events_object) <new_inferior,
2093 inferior_deleted, new_thread>: New fields.
2094 * python/py-event.h (create_thread_event_breakpoint): Add optional
2095 "thread" parameter.
2096
72542b8e
AB
20972017-09-10 Andrew Burgess <andrew.burgess@embecosm.com>
2098
2099 * utils.c (abort_with_message): Don't compare gdb_stderr to NULL,
2100 check current_ui instead.
2101 (internal_vproblem): Likewise.
2102
0d64823e
SM
21032017-09-09 Simon Marchi <simon.marchi@ericsson.com>
2104
2105 * thread.c (print_thread_info_1): Remove unnecessary calls to
2106 uiout->is_mi_like_p.
2107
eb1e02fd
TT
21082017-09-09 Tom Tromey <tom@tromey.com>
2109
2110 * namespace.h (add_using_directive): Update.
2111 * namespace.c (add_using_directive): Change type of excludes to
2112 std::vector.
2113 * dwarf2read.c (read_import_statement): Use std::vector.
2114 (read_namespace): Update.
2115 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
2116
0fc21fd8
TT
21172017-09-09 Tom Tromey <tom@tromey.com>
2118
2119 * linespec.c (create_sals_line_offset): Use gdb::def_vector.
2120
49663d05
TT
21212017-09-09 Tom Tromey <tom@tromey.com>
2122
2123 * p-valprint.c (pascal_object_print_value): Use gdb::byte_vector.
2124
0b868b60
TT
21252017-09-09 Tom Tromey <tom@tromey.com>
2126
2127 * stack.c (func_command): Use gdb::def_vector.
2128
c0470d48
TT
21292017-09-09 Tom Tromey <tom@tromey.com>
2130
2131 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Use gdb::optional,
2132 ui_out_emit_list, ui_out_emit_tuple.
2133 (mi_cmd_var_update): Likewise.
2134
ca5909c7
TT
21352017-09-09 Tom Tromey <tom@tromey.com>
2136
2137 * mi/mi-interp.c (mi_user_selected_context_changed): Use
2138 ui_out_redirect_pop.
2139 * guile/scm-ports.c (ioscm_with_output_to_port_worker): Use
2140 ui_out_redirect_pop.
2141 * utils.c (do_ui_out_redirect_pop)
2142 (make_cleanup_ui_out_redirect_pop): Remove.
2143 * top.c (execute_command_to_string): Use ui_out_redirect_pop.
2144 * utils.h (make_cleanup_ui_out_redirect_pop): Remove.
2145 * ui-out.h (ui_out_redirect_pop): New class.
2146
e6a2252a
TT
21472017-09-09 Tom Tromey <tom@tromey.com>
2148
2149 * mi/mi-main.c (output_cores): Use ui_out_emit_list.
2150 (list_available_thread_groups, mi_cmd_list_thread_groups)
2151 (mi_cmd_data_list_changed_registers, mi_cmd_data_read_memory)
2152 (mi_cmd_data_read_memory_bytes, mi_cmd_trace_frame_collected):
2153 Likewise.
2154
393702cd
TT
21552017-09-09 Tom Tromey <tom@tromey.com>
2156
2157 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
2158 ui_out_emit_tuple.
2159
76f9c9cf
TT
21602017-09-09 Tom Tromey <tom@tromey.com>
2161
2162 * target.c (flash_erase_command): Use ui_out_emit_tuple.
2163 * stack.c (print_frame): Use ui_out_emit_tuple.
2164 * spu-tdep.c (info_spu_event_command): Use ui_out_emit_tuple.
2165 (info_spu_mailbox_command, info_spu_dma_command)
2166 (info_spu_proxydma_command): Likewise.
2167 * mi/mi-main.c (mi_cmd_trace_frame_collected): Use
2168 ui_out_emit_tuple, gdb::byte_vector, bin2hex.
2169 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Use
2170 ui_out_emit_tuple.
2171 * breakpoint.c (print_it_watchpoint): Use ui_out_emit_tuple.
2172
dc9fe180
TT
21732017-09-09 Tom Tromey <tom@tromey.com>
2174
2175 * ui-out.h (make_cleanup_ui_out_table_begin_end): Remove.
2176 (class ui_out_emit_table): Update comment.
2177 * ui-out.c (do_cleanup_table_end)
2178 (make_cleanup_ui_out_table_begin_end): Remove.
2179 * spu-tdep.c (info_spu_mailbox_list): Use ui_out_emit_table.
2180 (info_spu_dma_cmdlist): Likewise.
2181 * probe.c (info_probes_for_ops): Use ui_out_emit_table.
2182 * darwin-nat-info.c (darwin_debug_regions_recurse): Use
2183 ui_out_emit_table.
2184
f8cc3da6
TT
21852017-09-09 Tom Tromey <tom@tromey.com>
2186
2187 * thread.c (print_thread_info_1): Use ui_out_emit_table,
2188 ui_out_emit_list, gdb::optional.
2189
481695ed
JB
21902017-09-09 John Baldwin <jhb@FreeBSD.org>
2191
2192 * aarch64-linux-nat.c: Remove _initialize_aarch64_linux_nat
2193 prototype.
2194 * aarch64-linux-tdep.c: Remove _initialize_aarch64_linux_tdep
2195 prototype.
2196 * aarch64-newlib-tdep.c: Remove _initialize_aarch64_newlib_tdep
2197 prototype.
2198 * aarch64-tdep.c: Remove _initialize_aarch64_tdep prototype.
2199 * ada-exp.y: Remove _initialize_ada_exp prototype.
2200 * ada-lang.c: Remove _initialize_ada_language prototype.
2201 * ada-tasks.c: Remove _initialize_tasks prototype.
2202 * addrmap.c: Remove _initialize_addrmap prototype.
2203 * agent.c: Remove _initialize_agent prototype.
2204 * aix-thread.c: Remove _initialize_aix_thread prototype.
2205 * alpha-bsd-nat.c: Remove _initialize_alphabsd_nat prototype.
2206 * alpha-linux-nat.c: Remove _initialize_alpha_linux_nat prototype.
2207 * alpha-linux-tdep.c: Remove _initialize_alpha_linux_tdep
2208 prototype.
2209 * alpha-nbsd-tdep.c: Remove _initialize_alphanbsd_tdep prototype.
2210 * alpha-obsd-tdep.c: Remove _initialize_alphaobsd_tdep prototype.
2211 * alpha-tdep.c: Remove _initialize_alpha_tdep prototype.
2212 * amd64-darwin-tdep.c: Remove _initialize_amd64_darwin_tdep
2213 prototype.
2214 * amd64-dicos-tdep.c: Remove _initialize_amd64_dicos_tdep
2215 prototype.
2216 * amd64-fbsd-nat.c: Remove _initialize_amd64fbsd_nat prototype.
2217 * amd64-fbsd-tdep.c: Remove _initialize_amd64fbsd_tdep prototype.
2218 * amd64-linux-nat.c: Remove _initialize_amd64_linux_nat prototype.
2219 * amd64-linux-tdep.c: Remove _initialize_amd64_linux_tdep
2220 prototype.
2221 * amd64-nbsd-nat.c: Remove _initialize_amd64nbsd_nat prototype.
2222 * amd64-nbsd-tdep.c: Remove _initialize_amd64nbsd_tdep prototype.
2223 * amd64-obsd-nat.c: Remove _initialize_amd64obsd_nat prototype.
2224 * amd64-obsd-tdep.c: Remove _initialize_amd64obsd_tdep prototype.
2225 * amd64-sol2-tdep.c: Remove _initialize_amd64_sol2_tdep prototype.
2226 * amd64-tdep.c: Remove _initialize_amd64_tdep prototype.
2227 * amd64-windows-nat.c: Remove _initialize_amd64_windows_nat
2228 prototype.
2229 * amd64-windows-tdep.c: Remove _initialize_amd64_windows_tdep
2230 prototype.
2231 * annotate.c: Remove _initialize_annotate prototype.
2232 * arc-newlib-tdep.c: Remove _initialize_arc_newlib_tdep prototype.
2233 * arc-tdep.c: Remove _initialize_arc_tdep prototype.
2234 * arch-utils.c: Remove _initialize_gdbarch_utils prototype.
2235 * arm-linux-nat.c: Remove _initialize_arm_linux_nat prototype.
2236 * arm-linux-tdep.c: Remove _initialize_arm_linux_tdep prototype.
2237 * arm-nbsd-tdep.c: Remove _initialize_arm_netbsd_tdep prototype.
2238 * arm-obsd-tdep.c: Remove _initialize_armobsd_tdep prototype.
2239 * arm-symbian-tdep.c: Remove _initialize_arm_symbian_tdep
2240 prototype.
2241 * arm-tdep.c: Remove _initialize_arm_tdep prototype.
2242 * arm-wince-tdep.c: Remove _initialize_arm_wince_tdep prototype.
2243 * auto-load.c: Remove _initialize_auto_load prototype.
2244 * auxv.c: Remove _initialize_auxv prototype.
2245 * avr-tdep.c: Remove _initialize_avr_tdep prototype.
2246 * ax-gdb.c: Remove _initialize_ax_gdb prototype.
2247 * bfin-linux-tdep.c: Remove _initialize_bfin_linux_tdep prototype.
2248 * bfin-tdep.c: Remove _initialize_bfin_tdep prototype.
2249 * break-catch-sig.c: Remove _initialize_break_catch_sig prototype.
2250 * break-catch-syscall.c: Remove _initialize_break_catch_syscall
2251 prototype.
2252 * break-catch-throw.c: Remove _initialize_break_catch_throw
2253 prototype.
2254 * breakpoint.c: Remove _initialize_breakpoint prototype.
2255 * bsd-uthread.c: Remove _initialize_bsd_uthread prototype.
2256 * btrace.c: Remove _initialize_btrace prototype.
2257 * charset.c: Remove _initialize_charset prototype.
2258 * cli/cli-cmds.c: Remove _initialize_cli_cmds prototype.
2259 * cli/cli-dump.c: Remove _initialize_cli_dump prototype.
2260 * cli/cli-interp.c: Remove _initialize_cli_interp prototype.
2261 * cli/cli-logging.c: Remove _initialize_cli_logging prototype.
2262 * cli/cli-script.c: Remove _initialize_cli_script prototype.
2263 * coff-pe-read.c: Remove _initialize_coff_pe_read prototype.
2264 * coffread.c: Remove _initialize_coffread prototype.
2265 * compile/compile.c: Remove _initialize_compile prototype.
2266 * complaints.c: Remove _initialize_complaints prototype.
2267 * completer.c: Remove _initialize_completer prototype.
2268 * copying.awk: Remove _initialize_copying prototype.
2269 * copying.c: Regenerate.
2270 * core-regset.c: Remove _initialize_core_regset prototype.
2271 * corefile.c: Remove _initialize_core prototype.
2272 * corelow.c: Remove _initialize_corelow prototype.
2273 * cp-abi.c: Remove _initialize_cp_abi prototype.
2274 * cp-namespace.c: Remove _initialize_cp_namespace prototype.
2275 * cp-support.c: Remove _initialize_cp_support prototype.
2276 * cp-valprint.c: Remove _initialize_cp_valprint prototype.
2277 * cris-linux-tdep.c: Remove _initialize_cris_linux_tdep prototype.
2278 * cris-tdep.c: Remove _initialize_cris_tdep prototype.
2279 * ctf.c: Remove _initialize_ctf prototype.
2280 * d-lang.c: Remove _initialize_d_language prototype.
2281 * darwin-nat-info.c: Remove _initialize_darwin_info_commands
2282 prototype.
2283 * darwin-nat.c: Remove _initialize_darwin_inferior prototype.
2284 * dbxread.c: Remove _initialize_dbxread prototype.
2285 * dcache.c: Remove _initialize_dcache prototype.
2286 * demangle.c: Remove _initialize_demangler prototype.
2287 * disasm-selftests.c: Remove _initialize_disasm_selftests
2288 prototype.
2289 * disasm.c: Remove _initialize_disasm prototype.
2290 * dtrace-probe.c: Remove _initialize_dtrace_probe prototype.
2291 * dummy-frame.c: Remove _initialize_dummy_frame prototype.
2292 * dwarf2-frame-tailcall.c: Remove _initialize_tailcall_frame
2293 prototype.
2294 * dwarf2-frame.c: Remove _initialize_dwarf2_frame prototype.
2295 * dwarf2expr.c: Remove _initialize_dwarf2expr prototype.
2296 * dwarf2loc.c: Remove _initialize_dwarf2loc prototype.
2297 * dwarf2read.c: Remove _initialize_dwarf2_read prototype.
2298 * elfread.c: Remove _initialize_elfread prototype.
2299 * exec.c: Remove _initialize_exec prototype.
2300 * extension.c: Remove _initialize_extension prototype.
2301 * f-lang.c: Remove _initialize_f_language prototype.
2302 * f-valprint.c: Remove _initialize_f_valprint prototype.
2303 * fbsd-nat.c: Remove _initialize_fbsd_nat prototype.
2304 * fbsd-tdep.c: Remove _initialize_fbsd_tdep prototype.
2305 * filesystem.c: Remove _initialize_filesystem prototype.
2306 * findcmd.c: Remove _initialize_mem_search prototype.
2307 * fork-child.c: Remove _initialize_fork_child prototype.
2308 * frame-base.c: Remove _initialize_frame_base prototype.
2309 * frame-unwind.c: Remove _initialize_frame_unwind prototype.
2310 * frame.c: Remove _initialize_frame prototype.
2311 * frv-linux-tdep.c: Remove _initialize_frv_linux_tdep prototype.
2312 * frv-tdep.c: Remove _initialize_frv_tdep prototype.
2313 * ft32-tdep.c: Remove _initialize_ft32_tdep prototype.
2314 * gcore.c: Remove _initialize_gcore prototype.
2315 * gdb_bfd.c: Remove _initialize_gdb_bfd prototype.
2316 * gdbarch.c: Regenerate.
2317 * gdbarch.sh: Remove _initialize_gdbarch prototype.
2318 * gdbtypes.c: Remove _initialize_gdbtypes prototype.
2319 * gnu-nat.c: Remove _initialize_gnu_nat prototype.
2320 * gnu-v2-abi.c: Remove _initialize_gnu_v2_abi prototype.
2321 * gnu-v3-abi.c: Remove _initialize_gnu_v3_abi prototype.
2322 * go-lang.c: Remove _initialize_go_language prototype.
2323 * go32-nat.c: Remove _initialize_go32_nat prototype.
2324 * guile/guile.c: Remove _initialize_guile prototype.
2325 * h8300-tdep.c: Remove _initialize_h8300_tdep prototype.
2326 * hppa-linux-nat.c: Remove _initialize_hppa_linux_nat prototype.
2327 * hppa-linux-tdep.c: Remove _initialize_hppa_linux_tdep prototype.
2328 * hppa-nbsd-nat.c: Remove _initialize_hppanbsd_nat prototype.
2329 * hppa-nbsd-tdep.c: Remove _initialize_hppanbsd_tdep prototype.
2330 * hppa-obsd-nat.c: Remove _initialize_hppaobsd_nat prototype.
2331 * hppa-obsd-tdep.c: Remove _initialize_hppaobsd_tdep prototype.
2332 * hppa-tdep.c: Remove _initialize_hppa_tdep prototype.
2333 * i386-bsd-nat.c: Remove _initialize_i386bsd_nat prototype.
2334 * i386-cygwin-tdep.c: Remove _initialize_i386_cygwin_tdep
2335 prototype.
2336 * i386-darwin-tdep.c: Remove _initialize_i386_darwin_tdep
2337 prototype.
2338 * i386-dicos-tdep.c: Remove _initialize_i386_dicos_tdep prototype.
2339 * i386-fbsd-nat.c: Remove _initialize_i386fbsd_nat prototype.
2340 * i386-fbsd-tdep.c: Remove _initialize_i386fbsd_tdep prototype.
2341 * i386-gnu-nat.c: Remove _initialize_i386gnu_nat prototype.
2342 * i386-gnu-tdep.c: Remove _initialize_i386gnu_tdep prototype.
2343 * i386-linux-nat.c: Remove _initialize_i386_linux_nat prototype.
2344 * i386-linux-tdep.c: Remove _initialize_i386_linux_tdep prototype.
2345 * i386-nbsd-nat.c: Remove _initialize_i386nbsd_nat prototype.
2346 * i386-nbsd-tdep.c: Remove _initialize_i386nbsd_tdep prototype.
2347 * i386-nto-tdep.c: Remove _initialize_i386nto_tdep prototype.
2348 * i386-obsd-nat.c: Remove _initialize_i386obsd_nat prototype.
2349 * i386-obsd-tdep.c: Remove _initialize_i386obsd_tdep prototype.
2350 * i386-sol2-nat.c: Remove _initialize_amd64_sol2_nat prototype.
2351 * i386-sol2-tdep.c: Remove _initialize_amd64_sol2_tdep prototype.
2352 * i386-tdep.c: Remove _initialize_i386_tdep prototype.
2353 * i386-windows-nat.c: Remove _initialize_i386_windows_nat
2354 prototype.
2355 * ia64-libunwind-tdep.c: Remove _initialize_libunwind_frame
2356 prototype.
2357 * ia64-linux-nat.c: Remove _initialize_ia64_linux_nat prototype.
2358 * ia64-linux-tdep.c: Remove _initialize_ia64_linux_tdep prototype.
2359 * ia64-tdep.c: Remove _initialize_ia64_tdep prototype.
2360 * ia64-vms-tdep.c: Remove _initialize_ia64_vms_tdep prototype.
2361 * infcall.c: Remove _initialize_infcall prototype.
2362 * infcmd.c: Remove _initialize_infcmd prototype.
2363 * inferior.c: Remove _initialize_inferiors prototype.
2364 * inflow.c: Remove _initialize_inflow prototype.
2365 * infrun.c: Remove _initialize_infrun prototype.
2366 * interps.c: Remove _initialize_interpreter prototype.
2367 * iq2000-tdep.c: Remove _initialize_iq2000_tdep prototype.
2368 * jit.c: Remove _initialize_jit prototype.
2369 * language.c: Remove _initialize_language prototype.
2370 * linux-fork.c: Remove _initialize_linux_fork prototype.
2371 * linux-nat.c: Remove _initialize_linux_nat prototype.
2372 * linux-tdep.c: Remove _initialize_linux_tdep prototype.
2373 * linux-thread-db.c: Remove _initialize_thread_db prototype.
2374 * lm32-tdep.c: Remove _initialize_lm32_tdep prototype.
2375 * m2-lang.c: Remove _initialize_m2_language prototype.
2376 * m32c-tdep.c: Remove _initialize_m32c_tdep prototype.
2377 * m32r-linux-nat.c: Remove _initialize_m32r_linux_nat prototype.
2378 * m32r-linux-tdep.c: Remove _initialize_m32r_linux_tdep prototype.
2379 * m32r-tdep.c: Remove _initialize_m32r_tdep prototype.
2380 * m68hc11-tdep.c: Remove _initialize_m68hc11_tdep prototype.
2381 * m68k-bsd-nat.c: Remove _initialize_m68kbsd_nat prototype.
2382 * m68k-bsd-tdep.c: Remove _initialize_m68kbsd_tdep prototype.
2383 * m68k-linux-nat.c: Remove _initialize_m68k_linux_tdep prototype.
2384 * m68k-linux-tdep.c: Remove _initialize_m68k_linux_tdep prototype.
2385 * m68k-tdep.c: Remove _initialize_m68k_tdep prototype.
2386 * m88k-bsd-nat.c: Remove _initialize_m68kbsd_nat prototype.
2387 * m88k-tdep.c: Remove _initialize_m68kbsd_tdep prototype.
2388 * machoread.c: Remove _initialize_machoread prototype.
2389 * macrocmd.c: Remove _initialize_macrocmd prototype.
2390 * macroscope.c: Remove _initialize_macroscope prototype.
2391 * maint.c: Remove _initialize_maint_cmds prototype.
2392 * mdebugread.c: Remove _initialize_mdebugread prototype.
2393 * memattr.c: Remove _initialize_mem prototype.
2394 * mep-tdep.c: Remove _initialize_mep_tdep prototype.
2395 * mi/mi-cmd-env.c: Remove _initialize_mi_cmd_env prototype.
2396 * mi/mi-cmds.c: Remove _initialize_mi_cmds prototype.
2397 * mi/mi-interp.c: Remove _initialize_mi_interp prototype.
2398 * mi/mi-main.c: Remove _initialize_mi_main prototype.
2399 * microblaze-linux-tdep.c: Remove
2400 _initialize_microblaze_linux_tdep prototype.
2401 * microblaze-tdep.c: Remove _initialize_microblaze_tdep prototype.
2402 * mips-fbsd-nat.c: Remove _initialize_mips_fbsd_nat prototype.
2403 * mips-fbsd-tdep.c: Remove _initialize_mips_fbsd_tdep prototype.
2404 * mips-linux-nat.c: Remove _initialize_mips_linux_nat prototype.
2405 * mips-linux-tdep.c: Remove _initialize_mips_linux_tdep prototype.
2406 * mips-nbsd-nat.c: Remove _initialize_mipsnbsd_nat prototype.
2407 * mips-nbsd-tdep.c: Remove _initialize_mipsnbsd_tdep prototype.
2408 * mips-sde-tdep.c: Remove _initialize_mips_sde_tdep prototype.
2409 * mips-tdep.c: Remove _initialize_mips_tdep prototype.
2410 * mips64-obsd-nat.c: Remove _initialize_mips64obsd_nat prototype.
2411 * mips64-obsd-tdep.c: Remove _initialize_mips64obsd_tdep
2412 prototype.
2413 * mipsread.c: Remove _initialize_mipsread prototype.
2414 * mn10300-linux-tdep.c: Remove _initialize_mn10300_linux_tdep
2415 prototype.
2416 * mn10300-tdep.c: Remove _initialize_mn10300_tdep prototype.
2417 * moxie-tdep.c: Remove _initialize_moxie_tdep prototype.
2418 * msp430-tdep.c: Remove _initialize_msp430_tdep prototype.
2419 * mt-tdep.c: Remove _initialize_mt_tdep prototype.
2420 * nds32-tdep.c: Remove _initialize_nds32_tdep prototype.
2421 * nios2-linux-tdep.c: Remove _initialize_nios2_linux_tdep
2422 prototype.
2423 * nios2-tdep.c: Remove _initialize_nios2_tdep prototype.
2424 * nto-procfs.c: Remove _initialize_procfs prototype.
2425 * nto-tdep.c: Remove _initialize_nto_tdep prototype.
2426 * objc-lang.c: Remove _initialize_objc_language prototype.
2427 * objfiles.c: Remove _initialize_objfiles prototype.
2428 * observer.c: Remove observer_test_first_notification_function,
2429 observer_test_second_notification_function,
2430 observer_test_third_notification_function, and
2431 _initialize_observer prototypes.
2432 * opencl-lang.c: Remove _initialize_opencl_language prototypes.
2433 * osabi.c: Remove _initialize_gdb_osabi prototype.
2434 * osdata.c: Remove _initialize_osdata prototype.
2435 * p-valprint.c: Remove _initialize_pascal_valprint prototype.
2436 * parse.c: Remove _initialize_parse prototype.
2437 * ppc-fbsd-nat.c: Remove _initialize_ppcfbsd_nat prototype.
2438 * ppc-fbsd-tdep.c: Remove _initialize_ppcfbsd_tdep prototype.
2439 * ppc-linux-nat.c: Remove _initialize_ppc_linux_nat prototype.
2440 * ppc-linux-tdep.c: Remove _initialize_ppc_linux_tdep prototype.
2441 * ppc-nbsd-nat.c: Remove _initialize_ppcnbsd_nat prototype.
2442 * ppc-nbsd-tdep.c: Remove _initialize_ppcnbsd_tdep prototype.
2443 * ppc-obsd-nat.c: Remove _initialize_ppcobsd_nat prototype.
2444 * ppc-obsd-tdep.c: Remove _initialize_ppcobsd_tdep prototype.
2445 * printcmd.c: Remove _initialize_printcmd prototype.
2446 * probe.c: Remove _initialize_probe prototype.
2447 * proc-api.c: Remove _initialize_proc_api prototype.
2448 * proc-events.c: Remove _initialize_proc_events prototype.
2449 * proc-service.c: Remove _initialize_proc_service prototype.
2450 * procfs.c: Remove _initialize_procfs prototype.
2451 * psymtab.c: Remove _initialize_psymtab prototype.
2452 * python/python.c: Remove _initialize_python prototype.
2453 * ravenscar-thread.c: Remove _initialize_ravenscar prototype.
2454 * record-btrace.c: Remove _initialize_record_btrace prototype.
2455 * record-full.c: Remove _initialize_record_full prototype.
2456 * record.c: Remove _initialize_record prototype.
2457 * regcache.c: Remove _initialize_regcache prototype.
2458 * reggroups.c: Remove _initialize_reggroup prototype.
2459 * remote-notif.c: Remove _initialize_notif prototype.
2460 * remote-sim.c: Remove _initialize_remote_sim prototype.
2461 * remote.c: Remove _initialize_remote prototype.
2462 * reverse.c: Remove _initialize_reverse prototype.
2463 * rl78-tdep.c: Remove _initialize_rl78_tdep prototype.
2464 * rs6000-aix-tdep.c: Remove _initialize_rs6000_aix_tdep prototype.
2465 * rs6000-lynx178-tdep.c: Remove _initialize_rs6000_lynx178_tdep
2466 prototype.
2467 * rs6000-nat.c: Remove _initialize_rs6000_nat prototype.
2468 * rs6000-tdep.c: Remove _initialize_rs6000_tdep prototype.
2469 * rust-exp.y: Remove _initialize_rust_exp prototype.
2470 * rx-tdep.c: Remove _initialize_rx_tdep prototype.
2471 * s390-linux-nat.c: Remove _initialize_s390_nat prototype.
2472 * s390-linux-tdep.c: Remove _initialize_s390_tdep prototype.
2473 * score-tdep.c: Remove _initialize_score_tdep prototype.
2474 * selftest-arch.c: Remove _initialize_selftests_foreach_arch
2475 prototype.
2476 * ser-go32.c: Remove _initialize_ser_dos prototype.
2477 * ser-mingw.c: Remove _initialize_ser_windows prototype.
2478 * ser-pipe.c: Remove _initialize_ser_pipe prototype.
2479 * ser-tcp.c: Remove _initialize_ser_tcp prototype.
2480 * ser-unix.c: Remove _initialize_ser_hardwire prototype.
2481 * serial.c: Remove _initialize_serial prototype.
2482 * sh-linux-tdep.c: Remove _initialize_sh_linux_tdep prototype.
2483 * sh-nbsd-nat.c: Remove _initialize_shnbsd_nat prototype.
2484 * sh-nbsd-tdep.c: Remove _initialize_shnbsd_tdep prototype.
2485 * sh-tdep.c: Remove _initialize_sh_tdep prototype.
2486 * skip.c: Remove _initialize_step_skip prototype.
2487 * sol-thread.c: Remove _initialize_sol_thread prototype.
2488 * solib-aix.c: Remove _initialize_solib_aix prototype.
2489 * solib-darwin.c: Remove _initialize_darwin_solib prototype.
2490 * solib-dsbt.c: Remove _initialize_dsbt_solib prototype.
2491 * solib-frv.c: Remove _initialize_frv_solib prototype.
2492 * solib-spu.c: Remove _initialize_spu_solib prototype.
2493 * solib-svr4.c: Remove _initialize_svr4_solib prototype.
2494 * solib-target.c: Remove _initialize_solib_target prototype.
2495 * solib.c: Remove _initialize_solib prototype.
2496 * source.c: Remove _initialize_source prototype.
2497 * sparc-linux-nat.c: Remove _initialize_sparc_linux_nat prototype.
2498 * sparc-linux-tdep.c: Remove _initialize_sparc_linux_tdep
2499 prototype.
2500 * sparc-nat.c: Remove _initialize_sparc_nat prototype.
2501 * sparc-nbsd-nat.c: Remove _initialize_sparcnbsd_nat prototype.
2502 * sparc-nbsd-tdep.c: Remove _initialize_sparcnbsd_tdep prototype.
2503 * sparc-obsd-tdep.c: Remove _initialize_sparc32obsd_tdep
2504 prototype.
2505 * sparc-sol2-nat.c: Remove _initialize_sparc_sol2_nat prototype.
2506 * sparc-sol2-tdep.c: Remove _initialize_sparc_sol2_tdep prototype.
2507 * sparc-tdep.c: Remove _initialize_sparc_tdep prototype.
2508 * sparc64-fbsd-nat.c: Remove _initialize_sparc64fbsd_nat
2509 prototype.
2510 * sparc64-fbsd-tdep.c: Remove _initialize_sparc64fbsd_tdep
2511 prototype.
2512 * sparc64-linux-nat.c: Remove _initialize_sparc64_linux_nat
2513 prototype.
2514 * sparc64-linux-tdep.c: Remove _initialize_sparc64_linux_tdep
2515 prototype.
2516 * sparc64-nat.c: Remove _initialize_sparc64_nat prototype.
2517 * sparc64-nbsd-nat.c: Remove _initialize_sparc64nbsd_nat
2518 prototype.
2519 * sparc64-nbsd-tdep.c: Remove _initialize_sparc64nbsd_tdep
2520 prototype.
2521 * sparc64-obsd-nat.c: Remove _initialize_sparc64obsd_nat
2522 prototype.
2523 * sparc64-obsd-tdep.c: Remove _initialize_sparc64obsd_tdep
2524 prototype.
2525 * sparc64-sol2-tdep.c: Remove _initialize_sparc64_sol2_tdep
2526 prototype.
2527 * spu-linux-nat.c: Remove _initialize_spu_nat prototype.
2528 * spu-multiarch.c: Remove _initialize_spu_multiarch prototype.
2529 * spu-tdep.c: Remove _initialize_spu_tdep prototype.
2530 * stabsread.c: Remove _initialize_stabsread prototype.
2531 * stack.c: Remove _initialize_stack prototype.
2532 * stap-probe.c: Remove _initialize_stap_probe prototype.
2533 * std-regs.c: Remove _initialize_frame_reg prototype.
2534 * symfile-debug.c: Remove _initialize_symfile_debug prototype.
2535 * symfile-mem.c: Remove _initialize_symfile_mem prototype.
2536 * symfile.c: Remove _initialize_symfile prototype.
2537 * symmisc.c: Remove _initialize_symmisc prototype.
2538 * symtab.c: Remove _initialize_symtab prototype.
2539 * target-dcache.c: Remove _initialize_target_dcache prototype.
2540 * target-descriptions.c: Remove _initialize_target_descriptions
2541 prototype.
2542 * thread.c: Remove _initialize_thread prototype.
2543 * tic6x-linux-tdep.c: Remove _initialize_tic6x_linux_tdep
2544 prototype.
2545 * tic6x-tdep.c: Remove _initialize_tic6x_tdep prototype.
2546 * tilegx-linux-nat.c: Remove _initialize_tile_linux_nat prototype.
2547 * tilegx-linux-tdep.c: Remove _initialize_tilegx_linux_tdep
2548 prototype.
2549 * tilegx-tdep.c: Remove _initialize_tilegx_tdep prototype.
2550 * tracefile-tfile.c: Remove _initialize_tracefile_tfile prototype.
2551 * tracefile.c: Remove _initialize_tracefile prototype.
2552 * tracepoint.c: Remove _initialize_tracepoint prototype.
2553 * tui/tui-hooks.c: Remove _initialize_tui_hooks prototype.
2554 * tui/tui-interp.c: Remove _initialize_tui_interp prototype.
2555 * tui/tui-layout.c: Remove _initialize_tui_layout prototype.
2556 * tui/tui-regs.c: Remove _initialize_tui_regs prototype.
2557 * tui/tui-stack.c: Remove _initialize_tui_stack prototype.
2558 * tui/tui-win.c: Remove _initialize_tui_win prototype.
2559 * tui/tui.c: Remove _initialize_tui prototype.
2560 * typeprint.c: Remove _initialize_typeprint prototype.
2561 * user-regs.c: Remove _initialize_user_regs prototype.
2562 * utils.c: Remove _initialize_utils prototype.
2563 * v850-tdep.c: Remove _initialize_v850_tdep prototype.
2564 * valarith.c: Remove _initialize_valarith prototype.
2565 * valops.c: Remove _initialize_valops prototype.
2566 * valprint.c: Remove _initialize_valprint prototype.
2567 * value.c: Remove _initialize_values prototype.
2568 * varobj.c: Remove _initialize_varobj prototype.
2569 * vax-bsd-nat.c: Remove _initialize_vaxbsd_nat prototype.
2570 * vax-nbsd-tdep.c: Remove _initialize_vaxnbsd_tdep prototype.
2571 * vax-tdep.c: Remove _initialize_vax_tdep prototype.
2572 * windows-nat.c: Remove _initialize_windows_nat,
2573 _initialize_check_for_gdb_ini, and _initialize_loadable
2574 prototypes.
2575 * windows-tdep.c: Remove _initialize_windows_tdep prototype.
2576 * xcoffread.c: Remove _initialize_xcoffread prototype.
2577 * xml-support.c: Remove _initialize_xml_support prototype.
2578 * xstormy16-tdep.c: Remove _initialize_xstormy16_tdep prototype.
2579 * xtensa-linux-nat.c: Remove _initialize_xtensa_linux_nat
2580 prototype.
2581 * xtensa-linux-tdep.c: Remove _initialize_xtensa_linux_tdep
2582 prototype.
2583 * xtensa-tdep.c: Remove _initialize_xtensa_tdep prototype.
2584
a611b5cb
KS
25852017-09-08 Keith Seitz <keiths@redhat.com>
2586
2587 * dwarf2read.c (struct field_info) <fnfields>: Remove unused
2588 field.
2589
469412dd
CW
25902017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2591
2592 * f-valprint.c (f_val_print): Remove check for one byte
2593 sized integers. Remove printing of character type.
2594
a5ad232b
FP
25952017-09-08 Frank Penczek <frank.penczek@intel.com>
2596 Christoph Weinmann <christoph.t.weinmann@intel.com>
2597 Bernhard Heckel <bernhard.heckel@intel.com>
2598
2599 * f-typeprint.c (f_type_print_base): Use fprintfi_filtered
2600 to maintain proper indentation when printing pointers/refs.
2601
e5014227
JB
26022017-09-07 Joel Brobecker <brobecker@adacore.com>
2603
2604 GDB 8.0.1 released.
2605
63c99141
JB
26062017-09-07 Joel Brobecker <brobecker@adacore.com>
2607
2608 * NEWS (Changes in GDB 7.11): Remove entry for QStartupWithShell.
2609
69c1e056
TT
26102017-09-05 Tom Tromey <tom@tromey.com>
2611
2612 * parse.c (funcall_chain): Now a std::vector.
2613 (start_arglist, end_arglist): Simplify.
2614 (free_funcalls): Remove.
2615 (parse_exp_in_context_1): Remove cleanup.
2616
fef704bf
TT
26172017-09-05 Tom Tromey <tom@tromey.com>
2618
2619 * go-exp.y (go_parse): Don't create a cleanup.
2620
5613c585
TT
26212017-09-05 Tom Tromey <tom@tromey.com>
2622
2623 * d-exp.y (PrimaryExpression): Use std::string.
2624 (d_parse): Don't create a cleanup.
2625
eae49211
TT
26262017-09-05 Tom Tromey <tom@tromey.com>
2627
2628 * utils.c (do_clear_parser_state): Remove.
2629 (make_cleanup_clear_parser_state): Remove.
2630 * p-exp.y (pascal_parse): Use scoped_restore.
2631 * m2-exp.y (m2_parse): Use scoped_restore.
2632 * f-exp.y (f_parse): Use scoped_restore.
2633 * d-exp.y (d_parse): Use scoped_restore.
2634 * c-exp.y (c_parse): Use scoped_restore.
2635 * ada-exp.y (ada_parse): Use scoped_restore.
2636 * utils.h (make_cleanup_clear_parser_state): Remove.
2637
73b9be8b
KS
26382017-09-06 Keith Seitz <keiths@redhat.com>
2639
2640 * dwarf2read.c (dw2_linkage_name_attr): New function.
2641 (dw2_linkage_name): New function.
2642 (dwarf2_compute_name, dwarf2_physname, read_call_site_scope)
2643 (guess_full_die_structure_name, dwarf2_name): Use dw2_linkage_name.
2644 (anonymous_struct_prefix, dwarf2_name): Use dw2_linkage_name_attr.
2645
a102602b
KR
26462017-09-06 Kamil Rytarowski <n54@gmx.com>
2647
2648 * config/djgpp/djconfig.sh: Correct shell portability issue.
2649
28ad437d
KR
26502017-09-06 Kamil Rytarowski <n54@gmx.com>
2651
2652 * configure.nat: Define HAVE_NATIVE_GCORE_HOST on NetBSD.
2653
351787dd
JB
26542017-09-06 John Baldwin <jhb@FreeBSD.org>
2655
2656 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
2657 * NEWS: Mention new FreeBSD/mips native configuration.
2658 * configure.host: Add aarch64*-*-freebsd*.
2659 * configure.nat: Likewise.
2660 * aarch64-fbsd-nat.c: New file.
2661
c0f84956
JB
26622017-09-06 John Baldwin <jhb@FreeBSD.org>
2663
2664 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-fbsd-tdep.o.
2665 (ALLDEPFILES): Add aarch64-fbsd-tdep.c.
2666 * NEWS: Mention new FreeBSD/aarch64 target.
2667 * configure.tgt: Add aarch64*-*-freebsd*.
2668 * aarch64-fbsd-tdep.c: New file.
2669 * aarch64-fbsd-tdep.h: New file.
2670
7610297a
KR
26712017-09-06 Kamil Rytarowski <n54@gmx.com>
2672
2673 * MAINTAINERS (Write After Approval): Add Kamil Rytarowski.
2674
fbd1b771
JK
26752017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2676
2677 * parse.c (find_minsym_type_and_address): Don't relocate addresses
2678 of TLS symbols.
2679
5ca79eae
PW
26802017-09-05 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2681
2682 * objfiles.c (get_objfile_bfd_data): Remove useless obstack_init
2683 call.
2684
bf93d7ba
SM
26852017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2686
2687 * infrun.c (follow_exec): Call add_thread after
2688 target_find_description.
2689
1bb7c059
SM
26902017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2691
2692 * infrun.c (handle_inferior_event_1): When exec'ing, read
2693 stop_pc after follow_exec.
2694
fc809827
SM
26952017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2696
2697 * remote.c (process_g_packet): Update error message.
2698
d2fcdd85
YQ
26992017-09-05 Yao Qi <yao.qi@linaro.org>
2700
2701 * configure.tgt (gdb_target_obs): Add i386.o for x86_64-*
2702 targets.
2703
e69570ee
PA
27042017-09-05 Pedro Alves <palves@redhat.com>
2705
2706 * eval.c (eval_call, evaluate_funcall): New functions, factored
2707 out from ...
2708 (evaluate_subexp_standard): ... this.
2709
22916b07
YQ
27102017-09-05 Yao Qi <yao.qi@linaro.org>
2711
2712 * amd64-tdep.c (amd64_target_description): Create target
2713 descriptions.
2714 (_initialize_amd64_tdep): Don't call functions
2715 initialize_tdesc_amd64_*. Add self tests.
2716 * arch/amd64.c (amd64_create_target_description): Add parameter
2717 is_linux. Call set_tdesc_osabi if is_linux is true.
2718 * arch/amd64.h (amd64_create_target_description): Update the
2719 declaration.
2720 * arch/i386.c (i386_create_target_description): Add parameter
2721 is_linux. Call set_tdesc_osabi if is_linux is true.
2722 * arch/i386.h (i386_create_target_description): Update
2723 declaration.
2724 * configure.tgt: Add i386.o to gdb_target_obs.
2725 * features/Makefile (XMLTOC): Remove i386/*.xml.
2726 * features/i386/amd64-avx-avx512.c: Remove.
2727 * features/i386/amd64-avx-mpx-avx512-pku.c: Remove.
2728 * features/i386/amd64-avx-mpx.c: Remove.
2729 * features/i386/amd64-avx.c: Remove.
2730 * features/i386/amd64-mpx.c: Remove.
2731 * features/i386/amd64.c: Remove.
2732 * features/i386/i386-avx-avx512.c: Remove.
2733 * features/i386/i386-avx-mpx-avx512-pku.c: Remove.
2734 * features/i386/i386-avx-mpx.c: Remove.
2735 * features/i386/i386-avx.c: Remove.
2736 * features/i386/i386-mmx.c: Remove.
2737 * features/i386/i386-mpx.c: Remove.
2738 * features/i386/i386.c: Remove.
2739 * i386-tdep.c: Don't include features/i386/i386*.c., include
2740 target-descriptions.h and arch/i386.h.
2741 (i386_target_description): Create target descriptions.
2742 (i386_gdbarch_init): Don't call initialize_tdesc_i386_*
2743 functions. Do self tests.
2744
0854b7b1
YQ
27452017-09-05 Yao Qi <yao.qi@linaro.org>
2746
2747 * features/Makefile (XMLTOC): Remove i386/amd64XXX-linux.xml.
2748 * features/i386/amd64-avx-avx512-linux.c: Removed.
2749 * features/i386/amd64-avx-linux.c: Removed.
2750 * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Removed.
2751 * features/i386/amd64-avx-mpx-linux.c: Removed.
2752 * features/i386/amd64-linux.c: Removed.
2753 * features/i386/amd64-mpx-linux.c: Removed.
2754 * features/i386/x32-avx-avx512-linux.c: Removed.
2755 * features/i386/x32-avx-linux.c: Removed.
2756 * features/i386/x32-linux.c: Removed.
2757
b4570e4b
YQ
27582017-09-05 Yao Qi <yao.qi@linaro.org>
2759
2760 * amd64-linux-tdep.c: Include arch/amd64.h. Don't include
2761 features/i386/*.c.
2762 (amd64_linux_read_description): Call
2763 amd64_create_target_description.
2764 * arch/amd64.c: New file.
2765 * arch/amd64.h: New file.
2766 * configure.tgt (x86_64-*-linux*): Append amd64.o.
2767 * Makefile.in (ALL_64_TARGET_OBS): Append amd64.o.
2768
6c73f67f
YQ
27692017-09-05 Yao Qi <yao.qi@linaro.org>
2770
2771 * amd64-linux-tdep.c: Don't include amd64-XXX-linux and
2772 x32-XXX-linux.c. Include 64bit-XX.c and x32-XX.c.
2773 (amd64_linux_read_description): Create target descriptions.
2774 (_initialize_amd64_linux_tdep): Don't call initialize_tdesc_XXX
2775 functions. Add unit tests.
2776 * features/Makefile (FEATURE_XMLFILES): Append 64bit-XXX.xml and
2777 x32-core.xml.
2778 * features/i386/64bit-avx.c: Generated.
2779 * features/i386/64bit-avx512.c: Generated.
2780 * features/i386/64bit-core.c: Generated.
2781 * features/i386/64bit-linux.c: Generated.
2782 * features/i386/64bit-mpx.c: Generated.
2783 * features/i386/64bit-pkeys.c: Generated.
2784 * features/i386/64bit-segments.c: Generated.
2785 * features/i386/64bit-sse.c: Generated.
2786 * features/i386/x32-core.c: Generated.
2787 * target-descriptions.c (maint_print_c_tdesc_cmd): Print feature
2788 c files for amd64-linux and x32-linux.
2789
9d3d478b
YQ
27902017-09-05 Yao Qi <yao.qi@linaro.org>
2791
2792 * amd64-linux-tdep.c (amd64_linux_read_description): New
2793 function.
2794 (amd64_linux_core_read_description): Call
2795 amd64_linux_read_description.
2796 (amd64_linux_init_abi): Likewise.
2797 (amd64_x32_linux_init_abi): Likewise.
2798 * amd64-linux-tdep.h (amd64_linux_read_description): Declare.
2799 * x86-linux-nat.c (x86_linux_read_description): Call
2800 amd64_linux_read_description.
2801
b9f1d50f
YQ
28022017-09-05 Yao Qi <yao.qi@linaro.org>
2803
2804 * amd64-linux-tdep.c (amd64_linux_core_read_description): Update
2805 comments.
2806
188c9e6d
YQ
28072017-09-05 Yao Qi <yao.qi@linaro.org>
2808
2809 * features/Makefile (XMLTOC): Remove i386/i386-XX-linux.xml.
2810 * features/i386/i386-avx-avx512-linux.c: Remove.
2811 * features/i386/i386-avx-linux.c: Remove.
2812 * features/i386/i386-avx-mpx-avx512-pku-linux.c: Remove.
2813 * features/i386/i386-avx-mpx-linux.c: Remove.
2814 * features/i386/i386-linux.c: Remove.
2815 * features/i386/i386-mmx-linux.c: Remove.
2816 * features/i386/i386-mpx-linux.c: Remove.
2817
5f035c07
YQ
28182017-09-05 Yao Qi <yao.qi@linaro.org>
2819
2820 * Makefile.in (ALL_TARGET_OBS): Add i386.o.
2821 (SFILES): Add arch/i386.c.
2822 (HFILES_NO_SRCDIR): Add arch/i386.h.
2823 * arch/i386.c: New file.
2824 * arch/i386.h: New file.
2825 * arch/tdesc.h (allocate_target_description): Declare.
2826 (set_tdesc_architecture): Declare.
2827 (set_tdesc_osabi): Declare.
2828 * configure.tgt (i[34567]86-*-linux*): Add i386.o.
2829 * i386-linux-tdep.c: Don't include ../features/i386/32bit-XXX.c.
2830 include arch/i386.h.
2831 (i386_linux_read_description): Remove code and call
2832 i386_create_target_description.
2833 (set_tdesc_architecture): New function.
2834 (set_tdesc_osabi): New function.
2835 * target-descriptions.h (allocate_target_description): Remove.
2836
0abe8a89
YQ
28372017-09-05 Yao Qi <yao.qi@linaro.org>
2838
2839 * arch/tdesc.h (tdesc_create_feature): Add an argument xml.
2840 * target-descriptions.c (tdesc_create_feature): Likewise, and
2841 adjust code.
2842 * features/i386/32bit-avx.c: Re-generated.
2843 * features/i386/32bit-avx512.c: Re-generated.
2844 * features/i386/32bit-core.c: Re-generated.
2845 * features/i386/32bit-linux.c: Re-generated.
2846 * features/i386/32bit-mpx.c: Re-generated.
2847 * features/i386/32bit-pkeys.c: Re-generated.
2848 * features/i386/32bit-sse.c: Re-generated.
2849
0a188386
YQ
28502017-09-05 Yao Qi <yao.qi@linaro.org>
2851
2852 * regformats/regdef.h (struct reg): Override operator == and !=.
2853
f49ff000
YQ
28542017-09-05 Yao Qi <yao.qi@linaro.org>
2855
2856 * arch/tdesc.h: New file.
2857 * regformats/regdat.sh: Generate code using tdesc_create_reg.
2858 * target-descriptions.c: Update comments.
2859 * target-descriptions.h: Include "arch/tdesc.h". Remove the
2860 declarations.
2861 * features/i386/32bit-avx.c: Re-generated.
2862 * features/i386/32bit-avx512.c: Re-generated.
2863 * features/i386/32bit-core.c: Re-generated.
2864 * features/i386/32bit-linux.c: Re-generated.
2865 * features/i386/32bit-mpx.c: Re-generated.
2866 * features/i386/32bit-pkeys.c: Re-generated.
2867 * features/i386/32bit-sse.c: Re-generated.
2868
f7000548
YQ
28692017-09-05 Yao Qi <yao.qi@linaro.org>
2870
2871 * regformats/regdat.sh: Update generated code.
2872
c9a5e2a5
YQ
28732017-09-05 Yao Qi <yao.qi@linaro.org>
2874
2875 * regformats/regdat.sh: Adjust code order.
2876
d6b687ac
SM
28772017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2878
2879 * expprint.c (dump_subexp_body_standard): Use constant format
2880 string in fprintf_filtered call.
2881
a379bfd0
JB
28822017-09-04 John Baldwin <jhb@FreeBSD.org>
2883
2884 * configure.nat: Add "x86-nat.o x86-dregs.o" for NetBSD/amd64 and
2885 NetBSD/i386.
2886 * x86-bsd-nat.c [!DBREG_DRX && __NetBSD__]: Define DBREG_DRX.
2887
f7efc967
JB
28882017-09-04 John Baldwin <jhb@FreeBSD.org>
2889
2890 * bsd-kvm.o: Make <sys/user.h> conditional on HAVE_SYS_USER_H.
2891
c49fbc6c
JB
28922017-09-04 John Baldwin <jhb@FreeBSD.org>
2893
2894 * bsd-kvm.o: Define _KMEMUSER.
2895 * configure.ac: Define _KMEMUSER when checking for "struct lwp".
2896 * configure: Regenerate.
2897
26562e73
JB
28982017-09-04 John Baldwin <jhb@FreeBSD.org>
2899
2900 * amd64-fbsd-nat.c: Add include of "x86-xstate.h".
2901 * i386-fbsd-nat.c: Likewise.
2902
31cf1487
JB
29032017-09-04 John Baldwin <jhb@FreeBSD.org>
2904
2905 * unittests/array-view-selftests.c: Add include of <array>.
2906
5b9f8a7c
JB
29072017-09-04 John Baldwin <jhb@FreeBSD.org>
2908
2909 * spu-tdep.c (flush_ea_cache): Add missing argument to
2910 call_function_by_hand.
2911
d69cf9b2
PA
29122017-09-04 Pedro Alves <palves@redhat.com>
2913
2914 * NEWS (Safer support for debugging with no debug info): New.
2915
3693fdb3
PA
29162017-09-04 Pedro Alves <palves@redhat.com>
2917
2918 * c-exp.y (function_method, function_method_void): Add current
2919 instance flags to TYPE_INSTANCE.
2920 * dwarf2read.c (check_modifier): New.
2921 (compute_delayed_physnames): Assert that only C++ adds delayed
2922 physnames. Mark fn_fields as const/volatile depending on
2923 physname.
2924 * eval.c (make_params): New type_instance_flags parameter. Use
2925 it as the new type's instance flags.
2926 (evaluate_subexp_standard) <TYPE_INSTANCE>: Extract the instance
2927 flags element and pass it to make_params.
2928 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: Handle
2929 instance flags element.
2930 (dump_subexp_body_standard) <TYPE_INSTANCE>: Likewise.
2931 * gdbtypes.h: Include "enum-flags.h".
2932 (type_instance_flags): New enum-flags type.
2933 (TYPE_CONST, TYPE_VOLATILE, TYPE_RESTRICT, TYPE_ATOMIC)
2934 (TYPE_CODE_SPACE, TYPE_DATA_SPACE): Return boolean.
2935 * parse.c (operator_length_standard) <TYPE_INSTANCE>: Adjust.
2936 (follow_type_instance_flags): New function.
2937 (operator_check_standard) <TYPE_INSTANCE>: Adjust.
2938 * parser-defs.h (follow_type_instance_flags): Declare.
2939 * valops.c (value_struct_elt_for_reference): const/volatile must
2940 match too.
2941
e68cb8e0
PA
29422017-09-04 Pedro Alves <palves@redhat.com>
2943
2944 * cp-namespace.c (cp_search_static_and_baseclasses): Handle
2945 function/method scopes; lookup the nested name as a function local
2946 static variable.
2947
858be34c
PA
29482017-09-04 Pedro Alves <palves@redhat.com>
2949
2950 (%type <voidval>): Add function_method.
2951 * c-exp.y (exp): New production for calls with no arguments.
2952 (function_method, function_method_void_or_typelist): New
2953 productions.
2954 (exp): New production for "method()::static_var".
2955 * eval.c (evaluate_subexp_standard): Handle OP_FUNC_STATIC_VAR.
2956 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
2957 Handle OP_FUNC_STATIC_VAR.
2958 * parse.c (operator_length_standard):
2959 Handle OP_FUNC_STATIC_VAR.
2960
dd5901a6
PA
29612017-09-04 Pedro Alves <palves@redhat.com>
2962
2963 * eval.c (evaluate_subexp_standard): Remove UNOP_MEMVAL_TLS
2964 handling.
2965 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
2966 Ditto.
2967 * parse.c (operator_length_standard, operator_check_standard):
2968 Ditto.
2969 * std-operator.def (UNOP_MEMVAL_TLS): Delete.
2970
46a4882b
PA
29712017-09-04 Pedro Alves <palves@redhat.com>
2972
2973 * ax-gdb.c: Include "typeprint.h".
2974 (gen_expr_for_cast): New function.
2975 (gen_expr) <OP_CAST, OP_CAST_TYPE>: Use it.
2976 <OP_VAR_VALUE, OP_MSYM_VAR_VALUE>: Error out if the variable's
2977 type is unknown.
2978 * dwarf2read.c (new_symbol_full): Fallback to int instead of
2979 nodebug_data_symbol.
2980 * eval.c: Include "typeprint.h".
2981 (evaluate_subexp_standard) <OP_VAR_VALUE, OP_VAR_MSYM_VALUE>:
2982 Error out if symbol has unknown type.
2983 <UNOP_CAST, UNOP_CAST_TYPE>: Common bits factored out to
2984 evaluate_subexp_for_cast.
2985 (evaluate_subexp_for_address, evaluate_subexp_for_sizeof): Handle
2986 OP_VAR_MSYM_VALUE.
2987 (evaluate_subexp_for_cast): New function.
2988 * gdbtypes.c (init_nodebug_var_type): New function.
2989 (objfile_type): Use it to initialize types of variables with no
2990 debug info.
2991 * typeprint.c (error_unknown_type): New.
2992 * typeprint.h (error_unknown_type): New declaration.
2993 * compile/compile-c-types.c (convert_type_basic): Handle
2994 TYPE_CODE_ERROR; warn and fallback to int for variables with
2995 unknown type.
2996
fe13dfec
PA
29972017-09-04 Pedro Alves <palves@redhat.com>
2998
2999 * eval.c (evaluate_var_value): New function, factored out from ...
3000 (evaluate_subexp_standard): ... here.
3001
d008ee21
PA
30022017-09-04 Pedro Alves <palves@redhat.com>
3003
3004 * eval.c (evaluate_subexp_standard) <UNOP_COMPLEMENT, UNOP_ADDR>:
3005 Remove useless assignments to 'op'.
3006
827d0c51
PA
30072017-09-04 Pedro Alves <palves@redhat.com>
3008
3009 * eval.c (eval_skip_value): New function.
3010 (evaluate_subexp_standard): Use it.
3011
2c5a2be1
PA
30122017-09-04 Pedro Alves <palves@redhat.com>
3013
3014 * eval.c (evaluate_subexp_standard): <OP_FUNCALL>: Extract
3015 function name from symbol/minsym and pass it to
3016 error_call_unknown_return_type.
3017
74ea4be4
PA
30182017-09-04 Pedro Alves <palves@redhat.com>
3019
3020 * ada-lang.c (resolve_subexp): Handle OP_VAR_MSYM_VALUE.
3021 * ax-gdb.c (gen_msym_var_ref): New function.
3022 (gen_expr): Handle OP_VAR_MSYM_VALUE.
3023 * eval.c (evaluate_var_msym_value): New function.
3024 * eval.c (evaluate_subexp_standard): Handle OP_VAR_MSYM_VALUE.
3025 <OP_FUNCALL>: Extract function name from symbol/minsym and pass it
3026 to call_function_by_hand.
3027 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
3028 Handle OP_VAR_MSYM_VALUE.
3029 (union exp_element) <msymbol>: New field.
3030 * minsyms.h (struct type): Forward declare.
3031 (find_minsym_type_and_address): Declare.
3032 * parse.c (write_exp_elt_msym): New function.
3033 (write_exp_msymbol): Delete, refactored as ...
3034 (find_minsym_type_and_address): ... this new function.
3035 (write_exp_msymbol): Reimplement using OP_VAR_MSYM_VALUE.
3036 (operator_length_standard, operator_check_standard): Handle
3037 OP_VAR_MSYM_VALUE.
3038 * std-operator.def (OP_VAR_MSYM_VALUE): New.
3039
7022349d
PA
30402017-09-04 Pedro Alves <palves@redhat.com>
3041
3042 * ada-lang.c (ada_evaluate_subexp) <TYPE_CODE_FUNC>: Don't handle
3043 TYPE_GNU_IFUNC specially here. Throw error if return type is
3044 unknown.
3045 * ada-typeprint.c (print_func_type): Handle functions with unknown
3046 return type.
3047 * c-typeprint.c (c_type_print_base): Handle functions and methods
3048 with unknown return type.
3049 * compile/compile-c-symbols.c (convert_symbol_bmsym)
3050 <mst_text_gnu_ifunc>: Use nodebug_text_gnu_ifunc_symbol.
3051 * compile/compile-c-types.c: Include "objfiles.h".
3052 (convert_func): For functions with unknown return type, warn and
3053 default to int.
3054 * compile/compile-object-run.c (compile_object_run): Adjust call
3055 to call_function_by_hand_dummy.
3056 * elfread.c (elf_gnu_ifunc_resolve_addr): Adjust call to
3057 call_function_by_hand.
3058 * eval.c (evaluate_subexp_standard): Adjust calls to
3059 call_function_by_hand. Handle functions and methods with unknown
3060 return type. Pass expect_type to call_function_by_hand.
3061 * f-typeprint.c (f_type_print_base): Handle functions with unknown
3062 return type.
3063 * gcore.c (call_target_sbrk): Adjust call to
3064 call_function_by_hand.
3065 * gdbtypes.c (objfile_type): Leave nodebug text symbol with NULL
3066 return type instead of int. Make nodebug_text_gnu_ifunc_symbol be
3067 an integer address type instead of nodebug.
3068 * guile/scm-value.c (gdbscm_value_call): Adjust call to
3069 call_function_by_hand.
3070 * infcall.c (error_call_unknown_return_type): New function.
3071 (call_function_by_hand): New "default_return_type" parameter.
3072 Pass it down.
3073 (call_function_by_hand_dummy): New "default_return_type"
3074 parameter. Use it instead of defaulting to int. If there's no
3075 default and the return type is unknown, throw an error. If
3076 there's a default return type, and the called function has no
3077 debug info, then assume the function is prototyped.
3078 * infcall.h (call_function_by_hand, call_function_by_hand_dummy):
3079 New "default_return_type" parameter.
3080 (error_call_unknown_return_type): New declaration.
3081 * linux-fork.c (call_lseek): Cast return type of lseek.
3082 (inferior_call_waitpid, checkpoint_command): Adjust calls to
3083 call_function_by_hand.
3084 * linux-tdep.c (linux_infcall_mmap, linux_infcall_munmap): Adjust
3085 calls to call_function_by_hand.
3086 * m2-typeprint.c (m2_procedure): Handle functions with unknown
3087 return type.
3088 * objc-lang.c (lookup_objc_class, lookup_child_selector)
3089 (value_nsstring, print_object_command): Adjust calls to
3090 call_function_by_hand.
3091 * p-typeprint.c (pascal_type_print_varspec_prefix): Handle
3092 functions with unknown return type.
3093 (pascal_type_print_func_varspec_suffix): New function.
3094 (pascal_type_print_varspec_suffix) <TYPE_CODE_FUNC,
3095 TYPE_CODE_METHOD>: Use it.
3096 * python/py-value.c (valpy_call): Adjust call to
3097 call_function_by_hand.
3098 * rust-lang.c (rust_evaluate_funcall): Adjust call to
3099 call_function_by_hand.
3100 * valarith.c (value_x_binop, value_x_unop): Adjust calls to
3101 call_function_by_hand.
3102 * valops.c (value_allocate_space_in_inferior): Adjust call to
3103 call_function_by_hand.
3104 * typeprint.c (type_print_unknown_return_type): New function.
3105 * typeprint.h (type_print_unknown_return_type): New declaration.
3106
54990598
PA
31072017-09-04 Pedro Alves <palves@redhat.com>
3108
3109 * gdbtypes.c (lookup_function_type_with_arguments): Mark function
3110 types with more than one parameter as prototyped.
3111
9a24775b
PA
31122017-09-04 Pedro Alves <palves@redhat.com>
3113
3114 * cli/cli-cmds.c (print_disassembly, disassemble_current_function)
3115 (disassemble_command): Use gdb_disassembly_flags instead of bare
3116 int.
3117 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn)
3118 (dump_insns, do_mixed_source_and_assembly_deprecated)
3119 (do_mixed_source_and_assembly, do_assembly_only, gdb_disassembly):
3120 Use gdb_disassembly_flags instead of bare int.
3121 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED, DISASSEMBLY_RAW_INSN)
3122 (DISASSEMBLY_OMIT_FNAME, DISASSEMBLY_FILENAME)
3123 (DISASSEMBLY_OMIT_PC, DISASSEMBLY_SOURCE)
3124 (DISASSEMBLY_SPECULATIVE): No longer macros. Instead they're...
3125 (enum gdb_disassembly_flag): ... values of this new enumeration.
3126 (gdb_disassembly_flags): Define.
3127 (gdb_disassembly)
3128 (gdb_pretty_print_disassembler::pretty_print_insn): Use it.
3129 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Use
3130 gdb_disassembly_flags instead of bare int.
3131 * record-btrace.c (btrace_insn_history)
3132 (record_btrace_insn_history, record_btrace_insn_history_range)
3133 (record_btrace_insn_history_from): Use gdb_disassembly_flags
3134 instead of bare int.
3135 * record.c (get_insn_history_modifiers, cmd_record_insn_history):
3136 Use gdb_disassembly_flags instead of bare int.
3137 * target-debug.h (target_debug_print_gdb_disassembly_flags):
3138 Define.
3139 * target-delegates.c: Regenerate.
3140 * target.c (target_insn_history, target_insn_history_from)
3141 (target_insn_history_range): Use gdb_disassembly_flags instead of
3142 bare int.
3143 * target.h: Include "disasm.h".
3144 (struct target_ops) <to_insn_history, to_insn_history_from,
3145 to_insn_history_range>: Use gdb_disassembly_flags instead of bare
3146 int.
3147 (target_insn_history, target_insn_history_from)
3148 (target_insn_history_range): Use gdb_disassembly_flags instead of
3149 bare int.
3150
80a65e9b
SM
31512017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3152
3153 * cli/cli-script.c (build_command_line): For if/while commands,
3154 check whether args is empty.
3155
6b66338c
SM
31562017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3157
3158 * cli/cli-script.h (enum misc_command_type): Move from defs.h.
3159 (enum command_control_type): Likewise.
3160 (struct command_line): Likewise.
3161 (free_command_lines): Likewise.
3162 (struct command_lines_deleter): Likewise.
3163 (command_line_up): Likewise.
3164 (read_command_lines): Likewise.
3165 (read_command_lines_1): Likewise.
3166 * defs.h (enum misc_command_type): Move to cli/cli-script.h.
3167 (enum command_control_type): Likewise.
3168 (struct command_line): Likewise.
3169 (free_command_lines): Likewise.
3170 (struct command_lines_deleter): Likewise.
3171 (command_line_up): Likewise.
3172 (read_command_lines): Likewise.
3173 (read_command_lines_1): Likewise.
3174 * breakpoint.h: Include cli/cli-script.h.
3175 * extension-priv.h: Likewise.
3176 * gdbcmd.h: Likewise.
3177
51abb421
PA
31782017-09-04 Pedro Alves <palves@redhat.com>
3179
3180 * ada-lang.c (is_known_support_routine): Move sal declaration to
3181 where it is initialized.
3182 * breakpoint.c (create_internal_breakpoint, init_catchpoint)
3183 (parse_breakpoint_sals, decode_static_tracepoint_spec)
3184 (clear_command, update_static_tracepoint): Remove init_sal
3185 references. Move declarations closer to initializations.
3186 * cli/cli-cmds.c (list_command): Move sal declarations closer to
3187 initializations.
3188 * elfread.c (elf_gnu_ifunc_resolver_stop): Remove init_sal
3189 references. Move sal declarations closer to initializations.
3190 * frame.c (find_frame_sal): Return a symtab_and_line via function
3191 return instead of output parameter. Remove init_sal references.
3192 * frame.h (find_frame_sal): Return a symtab_and_line via function
3193 return instead of output parameter.
3194 * guile/scm-frame.c (gdbscm_frame_sal): Adjust.
3195 * guile/scm-symtab.c (stscm_make_sal_smob): Use in-place new
3196 instead of memset.
3197 (gdbscm_find_pc_line): Remove init_sal reference.
3198 * infcall.c (call_function_by_hand_dummy): Remove init_sal
3199 references. Move declarations closer to initializations.
3200 * infcmd.c (set_step_frame): Update. Move declarations closer to
3201 initializations.
3202 (finish_backward): Remove init_sal references. Move declarations
3203 closer to initializations.
3204 * infrun.c (process_event_stop_test, handle_step_into_function)
3205 (insert_hp_step_resume_breakpoint_at_frame)
3206 (insert_step_resume_breakpoint_at_caller): Likewise.
3207 * linespec.c (create_sals_line_offset, decode_digits_ordinary)
3208 (symbol_to_sal): Likewise.
3209 * probe.c (parse_probes_in_pspace): Remove init_sal reference.
3210 * python/py-frame.c (frapy_find_sal): Move sal declaration closer
3211 to its initialization.
3212 * reverse.c (save_bookmark_command): Use new/delete. Remove
3213 init_sal references. Move declarations closer to initializations.
3214 * source.c (get_current_source_symtab_and_line): Remove brace
3215 initialization.
3216 (set_current_source_symtab_and_line): Now takes the sal by const
3217 reference. Remove brace initialization.
3218 (line_info): Remove init_sal reference.
3219 * source.h (set_current_source_symtab_and_line): Now takes a
3220 symtab_and_line via const reference.
3221 * stack.c (set_current_sal_from_frame): Adjust.
3222 (print_frame_info): Adjust.
3223 (get_last_displayed_sal): Return the sal via function return
3224 instead of via output parameter. Simplify.
3225 (frame_info): Adjust.
3226 * stack.h (get_last_displayed_sal): Return the sal via function
3227 return instead of via output parameter.
3228 * symtab.c (init_sal): Delete.
3229 (find_pc_sect_line): Remove init_sal references. Move
3230 declarations closer to initializations.
3231 (find_function_start_sal): Remove init_sal references. Move
3232 declarations closer to initializations.
3233 * symtab.h (struct symtab_and_line): In-class initialize all
3234 fields.
3235 * tracepoint.c (set_traceframe_context)
3236 (print_one_static_tracepoint_marker): Remove init_sal references.
3237 Move declarations closer to initializations.
3238 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Adjust.
3239 * tui/tui-stack.c (tui_show_frame_info): Adjust. Move
3240 declarations closer to initializations.
3241 * tui/tui-winsource.c (tui_update_source_window_as_is): Remove
3242 init_sal references. Adjust.
3243
6c5b2ebe
PA
32442017-09-04 Pedro Alves <palves@redhat.com>
3245
3246 * ax-gdb.c (agent_command_1): Use range-for.
3247 * break-catch-throw.c (re_set_exception_catchpoint): Update.
3248 * breakpoint.c: Include "common/array-view.h".
3249 (init_breakpoint_sal, create_breakpoint_sal): Change sals
3250 parameter from struct symtabs_and_lines to
3251 array_view<symtab_and_line>. Adjust. Use range-for. Update.
3252 (breakpoint_sals_to_pc): Change sals parameter from struct
3253 symtabs_and_lines to std::vector reference.
3254 (check_fast_tracepoint_sals): Change sals parameter from struct
3255 symtabs_and_lines to std::array_view. Use range-for.
3256 (decode_static_tracepoint_spec): Return a std::vector instead of
3257 symtabs_and_lines. Update.
3258 (create_breakpoint): Update.
3259 (break_range_command, until_break_command, clear_command): Update.
3260 (base_breakpoint_decode_location, bkpt_decode_location)
3261 (bkpt_probe_create_sals_from_location)
3262 (bkpt_probe_decode_location, tracepoint_decode_location)
3263 (tracepoint_probe_decode_location)
3264 (strace_marker_create_sals_from_location): Return a std::vector
3265 instead of symtabs_and_lines.
3266 (strace_marker_create_breakpoints_sal): Update.
3267 (strace_marker_decode_location): Return a std::vector instead of
3268 symtabs_and_lines. Update.
3269 (update_breakpoint_locations): Change struct symtabs_and_lines
3270 parameters to gdb::array_view. Adjust.
3271 (location_to_sals): Return a std::vector instead of
3272 symtabs_and_lines. Update.
3273 (breakpoint_re_set_default): Use std::vector instead of struct
3274 symtabs_and_lines.
3275 (decode_location_default): Return a std::vector instead of
3276 symtabs_and_lines. Update.
3277 * breakpoint.h: Include "common/array-view.h".
3278 (struct breakpoint_ops) <decode_location>: Now returns a
3279 std::vector instead of returning a symtabs_and_lines via output
3280 parameter.
3281 (update_breakpoint_locations): Change sals parameters to use
3282 gdb::array_view.
3283 * cli/cli-cmds.c (edit_command, list_command): Update to use
3284 std::vector and gdb::array_view.
3285 (ambiguous_line_spec): Adjust to use gdb::array_view and
3286 range-for.
3287 (compare_symtabs): Rename to ...
3288 (cmp_symtabs): ... this. Change parameters to symtab_and_line
3289 const reference and adjust.
3290 (filter_sals): Rewrite using std::vector and standard algorithms.
3291 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Simplify.
3292 (jump_command): Update to use std::vector.
3293 * linespec.c (struct linespec_state) <canonical_names>: Update
3294 comment.
3295 (add_sal_to_sals_basic): Delete.
3296 (add_sal_to_sals, filter_results, convert_results_to_lsals)
3297 (decode_line_2, create_sals_line_offset)
3298 (convert_address_location_to_sals, convert_linespec_to_sals)
3299 (convert_explicit_location_to_sals, parse_linespec)
3300 (event_location_to_sals, decode_line_full, decode_line_1)
3301 (decode_line_with_current_source)
3302 (decode_line_with_last_displayed, decode_objc)
3303 (decode_digits_list_mode, decode_digits_ordinary, minsym_found)
3304 (linespec_result::~linespec_result): Adjust to use std::vector
3305 instead of symtabs_and_lines.
3306 * linespec.h (linespec_sals::sals): Now a std::vector.
3307 (struct linespec_result): Use std::vector, bool, and in-class
3308 initialization.
3309 (decode_line_1, decode_line_with_current_source)
3310 (decode_line_with_last_displayed): Return std::vector.
3311 * macrocmd.c (info_macros_command): Use std::vector.
3312 * mi/mi-main.c (mi_cmd_trace_find): Use std::vector.
3313 * probe.c (parse_probes_in_pspace, parse_probes): Adjust to use
3314 std::vector.
3315 * probe.h (parse_probes): Return a std::vector.
3316 * python/python.c (gdbpy_decode_line): Use std::vector and
3317 gdb::array_view.
3318 * source.c (select_source_symtab, line_info): Use std::vector.
3319 * stack.c (func_command): Use std::vector.
3320 * symtab.h (struct symtabs_and_lines): Delete.
3321 * tracepoint.c (tfind_line_command, scope_info): Use std::vector.
3322
7c44b49c
PA
33232017-09-04 Pedro Alves <palves@redhat.com>
3324
3325 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
3326 unittests/array-view-selftests.c.
3327 (SUBDIR_UNITTESTS_OBS): Add array-view-selftests.o.
3328 * common/array-view.h: New file.
3329 * unittests/array-view-selftests.c: New file.
3330
e439fa14
PA
33312017-09-04 Pedro Alves <palves@redhat.com>
3332
3333 * cli/cli-cmds.c (edit_command): Pass message to
3334 ambiguous_line_spec.
3335 (list_command): Pass message to ambiguous_line_spec. Say
3336 "first"/"last" instead of "start" and "end" to be consistent with
3337 the manual.
3338 (ambiguous_line_spec): Add 'format' and vararg parameters. Use
3339 them to print formatted message.
3340
7525b645
PA
33412017-09-04 Pedro Alves <palves@redhat.com>
3342
3343 * btrace.c (ftrace_add_pt): Pass btrace_insn to
3344 ftrace_update_insns by reference instead of pointer.
3345
badc0020
YQ
33462017-09-04 Yao Qi <yao.qi@linaro.org>
3347
3348 * i386-go32-tdep.c: Include x86-xstate.h.
3349 (i386_go32_init_abi): Call i386_target_description.
3350 * i386-tdep.c (i386_target_description): Return tdesc_i386_mmx
3351 if xcr0 is X86_XSTATE_X87_MASK.
3352 * i386-tdep.h (tdesc_i386): Remove the declaration.
3353 (tdesc_i386_mmx): Likewise.
3354
d78bdb54
YQ
33552017-09-04 Yao Qi <yao.qi@linaro.org>
3356
3357 * i386-fbsd-tdep.c (i386fbsd_core_read_xcr0): Return
3358 X86_XSTATE_SSE_MASK instead of 0.
3359
ca1fa5ee
YQ
33602017-09-04 Yao Qi <yao.qi@linaro.org>
3361
3362 * amd64-fbsd-nat.c (amd64fbsd_read_description): Call
3363 i386_target_description.
3364 * i386-fbsd-nat.c (i386fbsd_read_description): Call
3365 i386_target_description.
3366 * i386-tdep.c (i386_gdbarch_init): Likewise.
3367
2434b019
YQ
33682017-09-04 Yao Qi <yao.qi@linaro.org>
3369
3370 * amd64-darwin-tdep.c: Include "x86-xstate.h".
3371 (x86_darwin_init_abi_64): Call amd64_target_description.
3372 * amd64-dicos-tdep.c: Likewise.
3373 * amd64-fbsd-nat.c: Likewise.
3374 * amd64-fbsd-tdep.c: Likewise.
3375 * amd64-nbsd-tdep.c: Likewise.
3376 * amd64-obsd-tdep.c: Likewise.
3377 * amd64-sol2-tdep.c: Likewise.
3378 * amd64-windows-tdep.c: Likewise.
3379 * amd64-tdep.h (tdesc_amd64): Remove the declaration.
3380
0860c437
SM
33812017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3382
3383 * btrace.h (btrace_insn_s, DEF_VEC_O (btrace_insn_s)): Remove.
3384 (btrace_function) <insn>: Change type to use std::vector.
3385 * btrace.c (ftrace_debug, ftrace_call_num_insn,
3386 ftrace_find_call, ftrace_new_gap, ftrace_update_function,
3387 ftrace_update_insns, ftrace_compute_global_level_offset,
3388 btrace_stitch_bts, btrace_clear, btrace_insn_get,
3389 btrace_insn_end, btrace_insn_next, btrace_insn_prev): Adjust to
3390 change to std::vector.
3391 (ftrace_update_insns): Adjust to change to std::vector, change
3392 type of INSN parameter.
3393 (btrace_compute_ftrace_bts): Adjust call to ftrace_update_insns.
3394 * record-btrace.c (btrace_call_history_insn_range,
3395 btrace_compute_src_line_range,
3396 record_btrace_frame_prev_register): Adjust to change to
3397 std::vector.
3398 * python/py-record-btrace.c (recpy_bt_func_instructions): Adjust
3399 to change to std::vector.
3400
0638b7f9
TT
34012017-09-03 Tom Tromey <tom@tromey.com>
3402
3403 * corefile.c (reopen_exec_file): Use std::string.
3404
8f84fb0e
TT
34052017-09-03 Tom Tromey <tom@tromey.com>
3406
3407 * compile/compile.c (compile_register_name_mangled): Return
3408 std::string.
3409 * compile/compile-loc2c.c (pushf_register_address): Update.
3410 (pushf_register): Update.
3411 * compile/compile-c-types.c (convert_array): Update.
3412 * compile/compile-c-symbols.c (generate_vla_size): Update.
3413 (error_symbol_once): Use a gdb::unique_xmalloc_ptr.
3414 (symbol_substitution_name): Return a gdb::unique_xmalloc_ptr.
3415 (convert_one_symbol): Update.
3416 (generate_c_for_for_one_variable): Update.
3417 * compile/compile-c-support.c (c_get_range_decl_name): Return a
3418 std::string.
3419 (generate_register_struct): Update.
3420 * compile/compile-internal.h (c_get_range_decl_name): Return a
3421 std::string.
3422 (compile_register_name_mangled): Return std::string.
3423
18e9961f
TT
34242017-09-03 Tom Tromey <tom@tromey.com>
3425
3426 * utils.c (perror_string): Return a std::string.
3427 (throw_perror_with_name, perror_warning_with_name): Update.
3428
45343786
TT
34292017-09-03 Tom Tromey <tom@tromey.com>
3430
3431 * demangle.c (demangle_command): Use std::string,
3432 unique_xmalloc_ptr.
3433
b57af503
TT
34342017-09-03 Tom Tromey <tom@tromey.com>
3435
3436 * cli/cli-setshow.c (do_set_command): Use std::string.
3437
6eecf35f
TT
34382017-09-03 Tom Tromey <tom@tromey.com>
3439
3440 * cli/cli-cmds.c (cd_command): Use gdb::unique_xmalloc_ptr.
3441
56496dd4
TT
34422017-09-03 Tom Tromey <tom@tromey.com>
3443
3444 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use std::string.
3445
e91a1fa7
TT
34462017-09-03 Tom Tromey <tom@tromey.com>
3447
3448 * mi/mi-cmd-env.c (env_execute_cli_command): Use
3449 gdb::unique_xmalloc_ptr.
3450
7ffd83d7
TT
34512017-09-03 Tom Tromey <tom@tromey.com>
3452
3453 * thread.c (print_thread_info_1): Use string_printf.
3454 (thread_apply_command, thread_apply_all_command): Use
3455 std::string.
3456
1ccbe998
TT
34572017-09-03 Tom Tromey <tom@tromey.com>
3458
3459 * valprint.c (val_print_string): Update.
3460 * gdbcore.h (memory_error_message): Return std::string.
3461 * corefile.c (memory_error_message): Return std::string.
3462 (memory_error): Update.
3463 * breakpoint.c (insert_bp_location): Update.
3464
23fdd69e
SM
34652017-09-03 Simon Marchi <simon.marchi@ericsson.com>
3466
3467 * target/waitstatus.h (target_waitstatus_to_string): Change
3468 return type to std::string.
3469 * target/waitstatus.c (target_waitstatus_to_string): Return
3470 std::string.
3471 * target.h (target_waitstatus_to_string): Remove declaration.
3472 * infrun.c (resume, clear_proceed_status_thread,
3473 print_target_wait_results, do_target_wait, save_waitstatus,
3474 stop_all_threads): Adjust.
3475 * record-btrace.c (record_btrace_wait): Adjust.
3476 * target-debug.h
3477 (target_debug_print_struct_target_waitstatus_p): Adjust.
3478
5c811d30
JK
34792017-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3480
3481 PR gdb/22046
3482 * nat/linux-procfs.c (parse_proc_status_state): Fix PROC_STATE_STOPPED
3483 detection.
3484
0a2dde4a
SDJ
34852017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3486
3487 * NEWS (Changes since GDB 8.0): Add entry mentioning new support
3488 for setting/unsetting environment variables on the remote target.
3489 (New remote packets): Add entries for QEnvironmentHexEncoded,
3490 QEnvironmentUnset and QEnvironmentReset.
3491 * common/environ.c (gdb_environ::operator=): Extend method to
3492 handle m_user_set_env_list and m_user_unset_env_list.
3493 (gdb_environ::clear): Likewise.
3494 (match_var_in_string): Change type of first parameter from 'char
3495 *' to 'const char *'.
3496 (gdb_environ::set): Extend method to handle
3497 m_user_set_env_list and m_user_unset_env_list.
3498 (gdb_environ::unset): Likewise.
3499 (gdb_environ::clear_user_set_env): New method.
3500 (gdb_environ::user_set_envp): Likewise.
3501 (gdb_environ::user_unset_envp): Likewise.
3502 * common/environ.h (gdb_environ): Handle m_user_set_env_list and
3503 m_user_unset_env_list on move constructor/assignment.
3504 (unset): Add new default parameter 'update_unset_list = true'.
3505 (clear_user_set_env): New method.
3506 (user_set_envp): Likewise.
3507 (user_unset_envp): Likewise.
3508 (m_user_set_env_list): New std::set.
3509 (m_user_unset_env_list): Likewise.
3510 * common/rsp-low.c (hex2str): New function.
3511 (bin2hex): New overload for bin2hex function.
3512 * common/rsp-low.c (hex2str): New prototype.
3513 (str2hex): New overload prototype.
3514 * remote.c: Include "environ.h". Add QEnvironmentHexEncoded,
3515 QEnvironmentUnset and QEnvironmentReset.
3516 (remote_protocol_features): Add QEnvironmentHexEncoded,
3517 QEnvironmentUnset and QEnvironmentReset packets.
3518 (send_environment_packet): New function.
3519 (extended_remote_environment_support): Likewise.
3520 (extended_remote_create_inferior): Call
3521 extended_remote_environment_support.
3522 (_initialize_remote): Add QEnvironmentHexEncoded,
3523 QEnvironmentUnset and QEnvironmentReset packet configs.
3524 * unittests/environ-selftests.c (gdb_selftest_env_var):
3525 New variable.
3526 (test_vector_initialization): New function.
3527 (test_init_from_host_environ): Likewise.
3528 (test_reinit_from_host_environ): Likewise.
3529 (test_set_A_unset_B_unset_A_cannot_find_A_can_find_B):
3530 Likewise.
3531 (test_unset_set_empty_vector): Likewise.
3532 (test_vector_clear): Likewise.
3533 (test_std_move): Likewise.
3534 (test_move_constructor):
3535 (test_self_move): Likewise.
3536 (test_set_unset_reset): Likewise.
3537 (run_tests): Rewrite in terms of the functions above.
3538
654670a4
WP
35392017-08-31 Weimin Pan <weimin.pan@oracle.com>
3540
3541 * sparc64-tdep.c (adi_stat_t): Fix comment formatting.
3542 (adi_available): Use a temp variable of type CORE_ADDR as argument
3543 3 when calling target_auxv_search.
3544 (adi_normalize_address): Use masks and xor operators to calculate
3545 normalized address.
3546 (adi_read_versions, adi_write_versions, adi_print_versions)
3547 (do_examine, do_assign): Use paddress.
3548
7755ddb7
JB
35492017-08-29 John Baldwin <jhb@FreeBSD.org>
3550
3551 * mips-fbsd-nat.c (getfpregs_supplies): Return true for FIR.
3552 * mips-fbsd-tdep.c (mips_fbsd_supply_fpregs): Split supply of FSR
3553 out of loop and add supply of FIR.
3554 (mips_fbsd_collect_fpregs): Split collect of FSR out of loop and
3555 add collect of FIR.
3556
fd437cbc
SM
35572017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3558
3804a343 3559 PR gdb/21827
fd437cbc
SM
3560 * cli/cli-script.c (define_command): Don't convert command name
3561 to lower case.
3562
988f6b3d
JB
35632017-08-25 Joel Brobecker <brobecker@adacore.com>
3564
3565 * ada-lang.c (ada_lookup_struct_elt_type): Remove parameter "dispp".
3566 Update all callers accordingly. Remove all code blocks handling
3567 the case where DISPP is not NULL.
3568
663c44ac
JK
35692017-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3570
3571 PR symtab/22003
3572 * dwarf2read.c (dwarf2_const_value_attr, dump_die_shallow)
3573 (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
3574 (skip_form_bytes, attr_form_is_constant): Handle DW_FORM_implicit_const.
3575
f1902523
JK
35762017-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3577
3578 * dwarf2read.c (build_type_psymtabs_reader): New prototype.
3579 (process_psymtab_comp_unit): Accept IS_DEBUG_TYPES.
3580 (read_comp_units_from_section): New parameter abbrev_section, use
3581 read_and_check_comp_unit_head, allocate signatured_type if needed.
3582 (create_all_comp_units): Update read_comp_units_from_section caller.
3583
87215ad1
SDJ
35842017-08-23 Pedro Alves <palves@redhat.com>
3585
3586 PR remote/21852
3587 * remote.c (add_current_inferior_and_thread): Set inferior_ptid
3588 to null_ptid and switch to thread without reading the registers
3589 after adding the inferior.
3590
6e41ddec
JK
35912017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3592
3593 * NEWS (Changes since GDB 8.0): Add set compile-gcc and show
3594 compile-gcc.
3595 * compile/compile.c (compile_gcc, show_compile_gcc): New.
3596 (compile_to_object): Implement compile_gcc.
3597 (_initialize_compile): Install "set compile-gcc". Initialize
3598 compile_gcc.
3599
e68c32d5
JK
36002017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3601
3602 * compile/compile.c (compile_to_object): Conditionally call
3603 set_verbose. Conditionally call compile or compile_v0.
3604
58afddc6
WP
36052017-08-07 Weimin Pan <weimin.pan@oracle.com>
3606
3607 * sparc64-tdep.h: (adi_normalize_address): New export.
3608 * sparc-nat.h: (open_adi_tag_fd): New export.
3609 * sparc64-linux-nat.c: (open_adi_tag_fd): New function.
3610 * sparc64-linux-tdep.c:
3611 (SEGV_ACCADI, SEGV_ADIDERR, SEGV_ADIPERR) New defines.
3612 (sparc64_linux_handle_segmentation_fault): New function.
3613 (sparc64_linux_init_abi): Register
3614 sparc64_linux_handle_segmentation_fault
3615 * sparc64-tdep.c: Include cli-utils.h,gdbcmd.h,auxv.h.
3616 (sparc64_addr_bits_remove): New function.
3617 (sparc64_init_abi): Register sparc64_addr_bits_remove.
3618 (MAX_PROC_NAME_SIZE): New macro.
3619 (AT_ADI_BLKSZ, AT_ADI_NBITS, AT_ADI_UEONADI) New defines.
3620 (sparc64adilist): New variable.
3621 (adi_proc_list): New variable.
3622 (find_adi_info): New function.
3623 (add_adi_info): New function.
3624 (get_adi_info_proc): New function.
3625 (get_adi_info): New function.
3626 (info_adi_command): New function.
3627 (read_maps_entry): New function.
3628 (adi_available): New function.
3629 (adi_normalize_address): New function.
3630 (adi_align_address): New function.
3631 (adi_convert_byte_count): New function.
3632 (adi_tag_fd): New function.
3633 (adi_is_addr_mapped): New function.
3634 (adi_read_versions): New function.
3635 (adi_write_versions): New function.
3636 (adi_print_versions): New function.
3637 (do_examine): New function.
3638 (do_assign): New function.
3639 (adi_examine_command): New function.
3640 (adi_assign_command): New function.
3641 (_initialize_sparc64_adi_tdep): New function.
3642
11db9430
SM
36432017-08-22 Simon Marchi <simon.marchi@ericsson.com>
3644
3645 * breakpoint.c (breakpoints_info): Rename to ...
3646 (info_breakpoints_command): ... this.
3647 (watchpoints_info): Rename to ...
3648 (info_watchpoints_command): ... this.
3649 (tracepoints_info): Rename to ...
3650 (info_tracepoints_command): ... this.
3651 (_initialize_breakpoint): Adjust.
3652 * dcache.c (dcache_info): Rename to ...
3653 (info_display_command): ... this.
3654 (_initialize_dcache): Adjust.
3655 * frame.h (args_info): Rename to ...
3656 (info_args_command): ... this.
3657 (locals_info): Rename to ...
3658 (info_locals_command): ... this.
3659 * infcmd.c (nofp_registers_info): Rename to ...
3660 (info_registers_command): ... this.
3661 (float_info): Rename to ...
3662 (info_float_command): ... this.
3663 (program_info): Rename to ...
3664 (info_program_command): ... this.
3665 (all_registers_info): Rename to ...
3666 (info_all_registers_command): ... this.
3667 (vector_info): Rename to ...
3668 (info_vector_command): ... this.
3669 (float_info): Rename to ...
3670 (info_float_command): ... this.
3671 (_initialize_infcmd): Adjust.
3672 * inferior.h (term_info): Rename to ...
3673 (info_terminal_command): ... this.
3674 * inflow.c (term_info): Rename to ...
3675 (info_terminal_command): ... this.
3676 (_initialize_inflow): Adjust.
3677 * infrun.c (signals_info): Rename to ...
3678 (info_signals_command): ... this.
3679 (_initialize_infrun): Adjust.
3680 * objc-lang.c (classes_info): Rename to ...
3681 (info_classes_command): ... this.
3682 (selectors_info): Rename to ...
3683 (info_selectors_command): ... this.
3684 (_initialize_objc_language): Adjust.
3685 * printcmd.c (sym_info): Rename to ...
3686 (info_symbol_command): ... this.
3687 (address_info): Rename to ...
3688 (info_address_command): ... this.
3689 (display_info): Rename to ...
3690 (info_display_command): ... this.
3691 (_initialize_printcmd): Adjust.
3692 * reverse.c (bookmarks_info): Rename to ...
3693 (info_breakpoints_command): ... this.
3694 (_initialize_reverse): Adjust.
3695 * ser-go32.c (dos_info): Rename to ...
3696 (info_serial_command): ... this.
3697 (_initialize_ser_dos): Adjust.
3698 * skip.c (skip_info): Rename to ...
3699 (info_skip_command): ... this.
3700 (_initialize_step_skip): Adjust.
3701 * source.c (line_info): Rename to ...
3702 (info_line_command): ... this.
3703 (source_info): Rename to ...
3704 (info_source_command)
3705 * stack.c (frame_info): Rename to ...
3706 (info_frame_command): ... this.
3707 (locals_info): Rename to ...
3708 (info_locals_command): ... this.
3709 (args_info): Rename to ...
3710 (info_args_command): ... this.
3711 (_initialize_stack): Adjust.
3712 * symtab.c (sources_info): Rename to ...
3713 (info_sources_command): ... this.
3714 (variables_info): Rename to ...
3715 (info_variables_command): ... this.
3716 (functions_info): Rename to ...
3717 (info_functions_command): ... this.
3718 (types_info): Rename to ...
3719 (info_types_command): ... this.
3720 (_initialize_symtab): Adjust.
3721 * target.c (target_info): Rename to ...
3722 (info_target_command): ... this.
3723 (initialize_targets): Adjust.
3724 * tracepoint.c (tvariables_info): Rename to ...
3725 (info_tvariables_command): ... this.
3726 (scope_info): Rename to ...
3727 (info_scope_command): ... this.
3728 (trace_dump_actions): Adjust.
3729 (_initialize_tracepoint): Adjust.
3730
b270e6f9
TT
37312017-08-22 Tom Tromey <tom@tromey.com>
3732
3733 * breakpoint.h (install_breakpoint): Update.
3734 * breakpoint.c (add_solib_catchpoint): Update.
3735 (install_breakpoint): Change argument to a std::unique_ptr.
3736 (create_fork_vfork_event_catchpoint): Use std::unique_ptr.
3737 (create_breakpoint_sal, create_breakpoint): Update.
3738 (watch_command_1, catch_exec_command_1)
3739 (strace_marker_create_breakpoints_sal): Use std::unique_ptr.
3740 (add_to_breakpoint_chain): Change argument to a std::unique_ptr.
3741 Return the breakpoint.
3742 (set_raw_breakpoint_without_location, set_raw_breakpoint)
3743 (new_single_step_breakpoint): Update.
3744 * break-catch-throw.c (handle_gnu_v3_exceptions): Use
3745 std::unique_ptr.
3746 * break-catch-syscall.c (create_syscall_event_catchpoint): Use
3747 std::unique_ptr.
3748 * break-catch-sig.c (create_signal_catchpoint): Use
3749 std::unique_ptr.
3750 * ada-lang.c (create_ada_exception_catchpoint): Use
3751 std::unique_ptr.
3752
36bd8eaa
TT
37532017-08-22 Tom Tromey <tom@tromey.com>
3754
3755 * breakpoint.c (add_solib_catchpoint): Use std::unique_ptr.
3756
56f37645
TT
37572017-08-22 Tom Tromey <tom@tromey.com>
3758
3759 * psymtab.c (psymtab_search_name): Return a unique_xmalloc_ptr.
3760 (lookup_partial_symbol): Update.
3761
0b581c69
TT
37622017-08-22 Tom Tromey <tom@tromey.com>
3763
3764 * source.h (rewrite_source_path): Return a unique_xmalloc_ptr.
3765 * source.c (rewrite_source_path): Return a unique_xmalloc_ptr.
3766 (find_and_open_source, symtab_to_fullname): Update.
3767 * psymtab.c (psymtab_to_fullname): Update.
3768
14278e1f
TT
37692017-08-22 Tom Tromey <tom@tromey.com>
3770
3771 * exec.c (exec_file_attach): Update.
3772 * linux-thread-db.c (try_thread_db_load): Update.
3773 * guile/scm-safe-call.c (gdbscm_safe_source_script): Update.
3774 * utils.c (gdb_realpath): Change return type.
3775 (gdb_realpath_keepfile): Update.
3776 (gdb_realpath_check_trailer, gdb_realpath_tests): New functions.
3777 (_initialize_utils): Register the new self test.
3778 * source.c (openp): Update.
3779 (find_and_open_source): Update.
3780 * nto-tdep.c (nto_find_and_open_solib): Update.
3781 * main.c (set_gdb_data_directory): Update.
3782 (captured_main_1): Update.
3783 * dwarf2read.c (dwarf2_get_dwz_file): Update
3784 (dw2_map_symbol_filenames): Update.
3785 * auto-load.c (auto_load_safe_path_vec_update): Update.
3786 (filename_is_in_auto_load_safe_path_vec): Change type of
3787 "filename_realp".
3788 (auto_load_objfile_script): Update.
3789 (file_is_auto_load_safe): Update. Use std::string.
3790 * utils.h (gdb_realpath): Return a gdb::unique_xmalloc_ptr.
3791
4971c9a7
TT
37922017-08-22 Tom Tromey <tom@tromey.com>
3793
3794 * utils.c (gdb_realpath_keepfile): Return a
3795 gdb::unique_xmalloc_ptr.
3796 * exec.c (exec_file_attach): Update.
3797 * utils.h (gdb_realpath_keepfile): Return a
3798 gdb::unique_xmalloc_ptr.
3799
e3e41d58
TT
38002017-08-22 Tom Tromey <tom@tromey.com>
3801
3802 * compile/compile.c (compile_file_command): Use
3803 gdb::unique_xmalloc_ptr, std::string.
3804 * utils.c (gdb_abspath): Change return type.
3805 * source.c (openp): Update.
3806 * objfiles.c (allocate_objfile): Update.
3807 * main.c (set_gdb_data_directory): Update.
3808 * utils.h (gdb_abspath): Return a gdb::unique_xmalloc_ptr.
3809
0d999a6e
ZZ
38102017-08-22 Zhouyi Zhou <zhouzhouyi@gmail.com>
3811
3812 * cli-cmds.c (list_commands): List actual code around more than
3813 one location.
3814
329d5e7e
JB
38152017-08-21 John Baldwin <jhb@FreeBSD.org>
3816
3817 * fbsd-nat.c (fbsd_add_threads): Use array type for `lwps'.
3818
bf223d3e
PA
38192017-08-21 Pedro Alves <palves@redhat.com>
3820
3821 PR gdb/19487
3822 * c-exp.y (variable production): Handle function aliases.
3823 * minsyms.c (msymbol_is_text): New function.
3824 * minsyms.h (msymbol_is_text): Declare.
3825 * symtab.c (find_function_alias_target): New function.
3826 * symtab.h (find_function_alias_target): Declare.
3827
c973d0aa
PA
38282017-08-21 Pedro Alves <palves@redhat.com>
3829
3830 * eval.c (evaluate_subexp_standard) <OP_TYPE>: Don't dig past
3831 typedefs.
3832 * typeprint.c (whatis_exp): If handling "whatis", and expression
3833 is OP_TYPE, strip one typedef level. Otherwise don't strip
3834 typedefs here.
3835 * valops.c (value_cast): Save "to" type before resolving
3836 stubs/typedefs. Use that type as resulting value's type.
3837
2989a365
TT
38382017-08-18 Tom Tromey <tom@tromey.com>
3839 Pedro Alves <palves@redhat.com>
3840
3841 * spu-multiarch.c (parse_spufs_run): Use scoped_restore.
3842 * sol-thread.c (sol_thread_resume, sol_thread_wait)
3843 (sol_thread_xfer_partial, rw_common): Use scoped_restore.
3844 * procfs.c (procfs_do_thread_registers): Use scoped_restore.
3845 * proc-service.c (ps_xfer_memory): Use scoped_restore.
3846 * linux-tdep.c (linux_corefile_thread): Remove a cleanup.
3847 (linux_get_siginfo_data): Add "thread" argument. Use
3848 scoped_restore.
3849 * linux-nat.c (linux_child_follow_fork)
3850 (check_stopped_by_watchpoint): Use scoped_restore.
3851 * infrun.c (displaced_step_prepare_throw, write_memory_ptid)
3852 (THREAD_STOPPED_BY, handle_signal_stop): Use scoped_restore.
3853 (restore_inferior_ptid, save_inferior_ptid): Remove.
3854 * btrace.c (btrace_fetch): Use scoped_restore.
3855 * bsd-uthread.c (bsd_uthread_fetch_registers)
3856 (bsd_uthread_store_registers): Use scoped_restore.
3857 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Use
3858 scoped_restore.
3859 * aix-thread.c (aix_thread_resume, aix_thread_wait)
3860 (aix_thread_xfer_partial): Use scoped_restore.
3861 * inferior.h (save_inferior_ptid): Remove.
3862
e60eb288
YQ
38632017-08-18 Yao Qi <yao.qi@linaro.org>
3864
3865 PR tdep/21818
3866 * arm-tdep.c (gdb_print_insn_arm): Mark
3867 USER_SPECIFIED_MACHINE_TYPE if exec_bfd isn't NULL.
3868
6d580b63
YQ
38692017-08-18 Yao Qi <yao.qi@linaro.org>
3870
3871 * NEWS: Mention GDBserver's new option "--selftest".
3872 * Makefile.in (SFILES): Remove selftest.c, add common/selftest.c.
3873 * selftest.c: Move it to common/selftest.c.
3874 * selftest.h: Move it to common/selftest.h.
3875 * selftest-arch.c (reset): New function.
3876 (tests_with_arch): Call reset.
3877
86dcbf50
YQ
38782017-08-18 Yao Qi <yao.qi@linaro.org>
3879
3880 * selftest.c (run_tests): Don't call QUIT. Call debug_printf
3881 instead of exception_fprintf and printf_filtered.
3882
7649770c
YQ
38832017-08-18 Yao Qi <yao.qi@linaro.org>
3884
3885 * selftest.c (register_self_test): Rename it to
3886 selftests::register_test.
3887 (run_self_tests): selftest::run_tests.
3888 * selftest.h: Update declarations.
3889 * selftest-arch.c (register_self_test_foreach_arch): Rename it to
3890 selftests::register_test_foreach_arch.
3891 * selftest-arch.h: Update declaration.
3892 * aarch64-tdep.c: Update.
3893 * arm-tdep.c: Likewise.
3894 * disasm-selftests.c: Likewise.
3895 * dwarf2loc.c: Likewise.
3896 * dwarf2-frame.c: Likewise.
3897 * findvar.c: Likewise.
3898 * gdbarch-selftests.c: Likewise.
3899 * maint.c (maintenance_selftest): Likewise.
3900 * regcache.c: Likewise.
3901 * rust-exp.y: Likewise.
3902 * selftest-arch.c: Likewise.
3903 * unittests/environ-selftests.c: Likewise.
3904 * unittests/function-view-selftests.c: Likewise.
3905 * unittests/offset-type-selftests.c: Likewise.
3906 * unittests/optional-selftests.c: Likewise.
3907 * unittests/scoped_restore-selftests.c: Likewise.
3908 * utils-selftests.c: Likewise.
3909
b0cba12e
PA
39102017-08-17 Pedro Alves <palves@redhat.com>
3911
3912 * cli/cli-cmds.c (source_command): Delete 'old_source_verbose'
3913 local.
3914
4c8aa72d
PA
39152017-08-17 Pedro Alves <palves@redhat.com>
3916
3917 * dwarf2read.c (struct dwarf2_cu) <line_header_die_owner>: New
3918 field.
3919 (reset_die_in_process): Delete, replaced by ...
3920 (process_die_scope): ... this new class. Make it responsible for
3921 freeing cu->line_header too.
3922 (process_die): Use process_die_scope.
3923 (handle_DW_AT_stmt_list): Record the line header's owner CU/DIE in
3924 cu->line_header_die_owner. Don't release the line header if it's
3925 owned by the CU.
3926 (setup_type_unit_groups): Make the CU/DIE own the line header.
3927 Don't release the line header here.
3928
ba713918
AL
39292017-08-17 Alex Lindsay <alexlindsay239@gmail.com> (tiny change)
3930
3931 * elfread.c (elf_read_minimal_symbols): xfree synthsyms.
3932
44d0fb3a
RK
39332017-08-17 Ruslan Kabatsayev <b7.10110111@gmail.com>
3934
3935 * NEWS: Mention new shortcuts for nexti and stepi in TUI
3936 Single-Key mode
3937
a5afdb16
RK
39382017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
3939
3940 * tui/tui.c (tui_commands): Add "nexti" and "stepi" to the Single-Key
3941 mode command list.
3942
47613aeb
SH
39432017-08-15 Stafford Horne <shorne@gmail.com>
3944
3945 * MAINTAINERS (Write After Approval): Add Stafford Horne.
3946
9c3cc999
SH
39472017-08-15 Stafford Horne <shorne@gmail.com>
3948
3949 * xtensa-tdep.c (xtensa_init_reggroups): Use xstrdup for cpname.
3950
206726fb
SDJ
39512017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3952
3953 PR gdb/21954
3954 * infcmd.c (unset_environment_command): Use the 'clear' method on
3955 the environment instead of resetting it.
3956
0335ac6d
JB
39572017-08-15 John Baldwin <jhb@FreeBSD.org>
3958
3959 * fbsd-nat.c (fbsd_convert_siginfo): Fix compile on big-endian
3960 platforms.
3961
d3abe1c8
TT
39622017-08-14 Tom Tromey <tom@tromey.com>
3963
3964 * valprint.c (print_octal_chars): Use HOST_CHAR_BIT.
3965 (print_binary_chars): Likewise.
3966 (BITS_IN_BYTES): Remove.
3967
d6382fff
TT
39682017-08-14 Tom Tromey <tom@tromey.com>
3969
3970 PR gdb/21675
3971 * valprint.c (LOW_ZERO): Change value to 034.
3972 (print_octal_chars): Add static_asserts for octal constants.
3973 * printcmd.c (print_scalar_formatted): Add 'd' case.
3974
f978cb06
TT
39752017-08-11 Tom Tromey <tom@tromey.com>
3976
3977 * symfile.c (add_symbol_file_command): Use std::vector.
3978
2f5404b3
TT
39792017-08-14 Tom Tromey <tom@tromey.com>
3980
3981 * break-catch-throw.c (handle_gnu_v3_exceptions): Use std::move.
3982 * break-catch-syscall.c (create_syscall_event_catchpoint): Use
3983 std::move.
3984 * break-catch-sig.c (create_signal_catchpoint): Use std::move.
3985
de7985c3
PA
39862017-08-11 Pedro Alves <palves@redhat.com>
3987
3988 * infrun.c (process_event_stop_test): Adjust
3989 function_name_is_marked_for_skip call.
3990 * skip.c: Include <list>.
3991 (skiplist_entry): Make it a class with private fields, and
3992 getters/setters.
3993 (skiplist_entry_chain): Delete.
3994 (skiplist_entries): New.
3995 (skiplist_entry_count): Delete.
3996 (highest_skiplist_entry_num): New.
3997 (ALL_SKIPLIST_ENTRIES, ALL_SKIPLIST_ENTRIES_SAFE): Delete.
3998 (add_skiplist_entry): Delete.
3999 (skiplist_entry::skiplist_entry): New.
4000 (skiplist_entry::add_entry): New.
4001 (skip_file_command, skip_function): Adjust.
4002 (compile_skip_regexp): Delete.
4003 (skip_command): Don't compile regexp here. Adjust to use
4004 skiplist_entry::add_entry.
4005 (skip_info): Adjust to use range-for and getters.
4006 (skip_enable_command, skip_disable_command): Adjust to use
4007 range-for and setters.
4008 (skip_delete_command): Adjust to use std::list.
4009 (add_skiplist_entry): Delete.
4010 (skip_file_p): Delete, refactored as ...
4011 (skiplist_entry::do_skip_file_p): ... this new method.
4012 (skip_gfile_p): Delete, refactored as ...
4013 (skiplist_entry::do_gskip_file_p): ... this new method.
4014 (skip_function_p, skip_rfunction_p): Delete, refactored as ...
4015 (skiplist_entry::skip_function_p): ... this new method.
4016 (function_name_is_marked_for_skip): Now returns bool, and takes
4017 the function sal by const reference. Adjust to use range-for and
4018 skiplist_entry methods.
4019 (_initialize_step_skip): Remove references to
4020 skiplist_entry_chain, skiplist_entry_count.
4021 * skip.h (function_name_is_marked_for_skip): Now returns bool, and
4022 takes the function sal by const reference.
4023
be7d3cd5
YQ
40242017-08-11 Yao Qi <yao.qi@linaro.org>
4025
4026 * dwarf2-frame.c (clear_pointer_cleanup): Remove.
4027 (dwarf2_frame_cache): Remove reset_cache_cleanup.
4028 (dwarf2_frame_cache):
4029 * frame-unwind.c (frame_unwind_try_unwinder): Catch
4030 RETURN_MASK_ALL and set *this_case to NULL.
4031 * frame-unwind.h: Update comments.
4032
1c90d9f0
YQ
40332017-08-11 Yao Qi <yao.qi@linaro.org>
4034
4035 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Remove.
4036 (dwarf2_frame_state_copy_regs): Remove.
4037 (dwarf2_frame_state_free_regs): Remove.
4038 (dwarf2_frame_state::~dwarf2_frame_state): Remove.
4039 (dwarf2_restore_rule): Call method .alloc_regs instead of
4040 dwarf2_frame_state_alloc_regs.
4041 (execute_cfa_program): Likewise. Call dwarf2_frame_state_reg_info
4042 constructor. Call std::move.
4043 (dwarf2_fetch_cfa_info): Don't call dwarf2_frame_state_copy_regs.
4044 (dwarf2_frame_cache): Likewise.
4045
4046 [GDB_SELF_TEST]: Include selftest.h and
4047 selftest-arch.h.
4048 [GDB_SELF_TEST] (execute_cfa_program_test): New function.
4049 (_initialize_dwarf2_frame) [GDB_SELF_TEST]: Register
4050 execute_cfa_program_test.
4051
4052 * dwarf2-frame.h (dwarf2_frame_state_reg_info): Add ctor, dtor,
4053 copy ctor, assignment operator, move assignment.
4054 <alloc_regs>: New method.
4055 <swap>: New method.
4056 (struct dwarf2_frame_state): Delete dtor.
4057 (dwarf2_frame_state_alloc_regs): Remove declaration.
4058 * sparc-tdep.c (sparc_execute_dwarf_cfa_vendor_op): Don't call
4059 dwarf2_frame_state_alloc_regs, use .alloc_regs instead.
4060
afe37d6b
YQ
40612017-08-11 Yao Qi <yao.qi@linaro.org>
4062
4063 * dwarf2-frame.c (dwarf2_frame_state_free): Remove.
4064 (dwarf2_frame_state::dwarf2_frame_state): New.
4065 (dwarf2_frame_state::~dwarf2_frame_state): New.
4066 (dwarf2_fetch_cfa_info): Update.
4067 (dwarf2_frame_cache): Remove old_chain. Change 'fs' to an object
4068 rather than a pointer. Update code.
4069 * dwarf2-frame.h (struct dwarf2_frame_state): Declare ctor and
4070 dtor.
4071 <data_align, code_align, retaddr_column>: Change them to const.
4072 <armcc_cfa_offsets_sf, armcc_cfa_offsets_reversed>: Change them
4073 to bool.
4074
b348037f
YQ
40752017-08-11 Yao Qi <yao.qi@linaro.org>
4076
4077 * dwarf2-frame.h (struct dwarf2_frame_state_reg) <exp_len>: Remove.
4078 <loc.exp>: New field.
4079 * dwarf2-frame.c (execute_cfa_program): Update.
4080 (dwarf2_frame_prev_register): Update.
4081
e7c9de26
PA
40822017-08-10 Pedro Alves <palves@redhat.com>
4083
4084 * common/gdb_unique_ptr.h (xfree_deleter<T[]>): Define.
4085
e8c6b620
JB
40862017-08-09 John Baldwin <jhb@FreeBSD.org>
4087
4088 * fbsd-nat.c (struct fbsd_fork_info): Remove.
4089 (fbsd_pending_children): Use std::list.
4090 (fbsd_remember_child): Likewise.
4091 (fbsd_is_child_pending): Likewise.
4092 (fbsd_pending_vfork_done): Use std::forward_list.
4093 (fbsd_add_vfork_done): Likewise.
4094 (fbsd_is_vfork_done_pending): Likewise.
4095 (fbsd_next_vfork_done): Likewise.
4096
e4a26669
JB
40972017-08-09 John Baldwin <jhb@FreeBSD.org>
4098
4099 * fbsd-nat.c [HAVE_KINFO_GETVMMAP] (struct free_deleter): New.
4100 (fbsd_find_memory_regions): Use free_deleter with std::unique_ptr.
4101 [!HAVE_KINFO_GETVMMAP] (fbsd_find_memory_regions): Use std::string
4102 for `mapfilename'.
4103 (fbsd_xfer_partial): Use gdb::byte_vector.
af3881e6 4104 (fbsd_add_threads): Use gdb::unique_xmalloc_ptr.
e4a26669 4105
142311d3
JB
41062017-08-09 John Baldwin <jhb@FreeBSD.org>
4107
4108 * fbsd-nat.c: [!HAVE_KINFO_GETVMMAP]: Include <sys/user.h> and
4109 "filestuff.h".
4110 (fbsd_find_memory_regions): Fix `mapfile' initialization.
4111
42fa2e0e
TT
41122017-08-09 Tom Tromey <tom@tromey.com>
4113
4114 * skip.c (skiplist_entry): New constructor.
4115 (skiplist_entry::enabled, skiplist_entry::function_is_regexp)
4116 (skiplist_entry::file_is_glob): Now bool.
4117 (skiplist_entry::file, skiplist_entry::function): Now
4118 std::string.
4119 (make_skip_entry): Return a unique_ptr. Use new.
4120 (free_skiplist_entry, free_skiplist_entry_cleanup)
4121 (make_free_skiplist_entry_cleanup): Remove.
4122 (skip_command, skip_disable_command, add_skiplist_entry)
4123 (skip_form_bytes, compile_skip_regexp, skip_command, skip_info)
4124 (skip_file_p, skip_gfile_p, skip_function_p, skip_rfunction_p)
4125 (function_name_is_marked_for_skip): Update.
4126 (skip_delete_command): Update. Use delete.
4127
cd3af38d
JW
41282017-08-09 Jiong Wang <jiong.wang@arm.com>
4129
4130 * aarch64-linux-tdep.c: Include "auxv.h" and "elf/common.h".
4131 (aarch64_linux_core_read_description): New function.
4132 (aarch64_linux_init_abi): Register gdbarch_core_read_description.
4133
29592bde
PA
41342017-08-09 Pedro Alves <palves@redhat.com>
4135
4136 * cp-name-parser.y (cp_comp_to_string): Return a
4137 gdb::unique_xmalloc_ptr<char>.
4138 * cp-support.c (replace_typedefs_qualified_name)
4139 (replace_typedefs): Adjust to use gdb::unique_xmalloc_ptr<char>.
4140 (cp_canonicalize_string_full): Use op= instead of explicit
4141 convertion.
4142 (cp_class_name_from_physname, method_name_from_physname)
4143 (cp_func_name, cp_remove_params): Adjust to use
4144 gdb::unique_xmalloc_ptr<char>.
4145 * cp-support.h (cp_comp_to_string): Return a
4146 gdb::unique_xmalloc_ptr<char>.
4147 * python/py-type.c (typy_lookup_type): Adjust to use
4148 gdb::unique_xmalloc_ptr<char>.
4149
b3340438
L
41502017-08-09 H.J. Lu <hongjiu.lu@intel.com>
4151
4152 * dwarf2read.c (dwarf2_string_attr): Fix a typo.
4153
e88e8651
YQ
41542017-08-09 Alex Lindsay <alexlindsay239@gmail.com>
4155 Yao Qi <yao.qi@linaro.org>
4156
4157 * cp-support.c (cp_canonicalize_string_full): Use
4158 gdb::unique_xmalloc_ptr<char>.
4159 (cp_canonicalize_string): Likewise.
4160
f5a29eb0
YQ
41612017-08-09 Yao Qi <yao.qi@linaro.org>
4162
4163 * features/Makefile (WHICH): Remove i386/ non-linux stuff.
4164 * regformats/i386/amd64-avx-avx512.dat: Remove.
4165 * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Remove.
4166 * regformats/i386/amd64-avx-mpx.dat:Remove.
4167 * regformats/i386/amd64-avx.dat: Remove.
4168 * regformats/i386/amd64-mpx.dat: Remove.
4169 * regformats/i386/i386-avx-avx512.dat: Remove.
4170 * regformats/i386/i386-avx-mpx-avx512-pku.dat: Remove.
4171 * regformats/i386/i386-avx-mpx.dat: Remove.
4172 * regformats/i386/i386-mmx.dat: Remove.
4173 * regformats/i386/i386-mpx.dat: Remove.
4174
57757c2f
YQ
41752017-08-09 Yao Qi <yao.qi@linaro.org>
4176
4177 * amd64-tdep.h (tdesc_x32): Remove the declaration.
4178 * amd64-tdep.c: Don't include features/i386/x32*.c.
4179 (_initialize_amd64_tdep): Don't call initialize_tdesc_x32*
4180 functions.
4181 * features/Makefile (WHICH): Remove i386/x32, i386/x32-avx,
4182 and i386/x32-avx-avx512.
4183 (XMLTOC): Remove i386/x32-avx.xml, i386/x32-avx-avx512.xml,
4184 and i386/x32.xml.
4185 * features/i386/x32-avx-avx512.c: Removed.
4186 * features/i386/x32-avx-avx512.xml: Removed.
4187 * features/i386/x32-avx.c: Removed.
4188 * features/i386/x32-avx.xml: Removed.
4189 * features/i386/x32.c: Removed.
4190 * features/i386/x32.xml: Removed.
4191 * regformats/i386/x32-avx-avx512.dat: Removed.
4192 * regformats/i386/x32-avx.dat: Removed.
4193 * regformats/i386/x32.dat: Removed.
4194
ba7b109b
MR
41952017-08-07 Maciej W. Rozycki <macro@imgtec.com>
4196
4197 PR breakpoints/21886
4198 * mem-break.c (default_memory_insert_breakpoint): Use
4199 `->placed_address' rather than `->reqstd_address' for the
4200 breakpoint location.
4201
e347efc3
MR
42022017-08-07 Maciej W. Rozycki <macro@imgtec.com>
4203
4204 * arch-utils.c (default_print_insn): Remove arch/mach/endian
4205 assertions.
4206
0dba2a6c
MR
42072017-08-07 Maciej W. Rozycki <macro@imgtec.com>
4208
4209 * gdbarch.sh (gdbarch_info): Replace the `tdep_info' member with
4210 a union of `tdep_info', `tdesc_data' and `id'.
4211 * aarch64-tdep.c (aarch64_gdbarch_init): Use `info.tdesc_data'
4212 rather than `info.tdep_info'.
4213 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
4214 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
4215 * i386-tdep.c (i386_gdbarch_init): Likewise.
4216 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
4217 * mips-tdep.c (mips_gdbarch_init): Likewise.
4218 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
4219 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
4220 * ppc-linux-tdep.c (ppu2spu_sniffer): Use `info.id' rather than
4221 `info.tdep_info'.
4222 (ppc_linux_init_abi): Use `info.tdesc_data' rather than
4223 `info.tdep_info'.
4224 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
4225 * spu-multiarch.c (spu_gdbarch): Use `info.id' rather than
4226 `info.tdep_info'.
4227 * spu-tdep.c (spu_gdbarch_init): Likewise.
4228 * gdbarch.h: Regenerate.
4229
16eb6b2d
LS
42302017-08-07 Leszek Swirski <leszeks@google.com>
4231
7b005726 4232 PR symtab/20899
16eb6b2d
LS
4233 * dwarf2read.c (dwarf2_string_attr): Allow DW_FORM_GNU_strp_alt.
4234
74cbb09e
SM
42352017-08-07 Simon Marchi <simon.marchi@ericsson.com>
4236
4237 * remote-sim.c (gdbsim_load): Remove char **argv local variable.
4238 (gdbsim_open): Rename gdb_argv args object to argv.
4239
ee0c3293
TT
42402017-08-05 Tom Tromey <tom@tromey.com>
4241
4242 * compile/compile-object-load.c (compile_object_load): Use
4243 gdb::unique_xmalloc_ptr.
4244 * cli/cli-dump.c (scan_filename): Rename from
4245 scan_filename_with_cleanup. Change return type.
4246 (scan_expression): Rename from scan_expression_with_cleanup.
4247 Change return type.
4248 (dump_memory_to_file, dump_value_to_file, restore_command):
4249 Use gdb::unique_xmalloc_ptr. Update.
4250 * cli/cli-cmds.c (find_and_open_script): Use
4251 gdb::unique_xmalloc_ptr.
4252 * tracefile-tfile.c (tfile_open): Use gdb::unique_xmalloc_ptr.
4253 * symmisc.c (maintenance_print_symbols)
4254 (maintenance_print_msymbols): Use gdb::unique_xmalloc_ptr.
4255 * symfile.c (symfile_bfd_open, generic_load)
4256 (add_symbol_file_command, remove_symbol_file_command): Use
4257 gdb::unique_xmalloc_ptr.
4258 * source.c (openp): Use gdb::unique_xmalloc_ptr.
4259 * psymtab.c (maintenance_print_psymbols): Use
4260 gdb::unique_xmalloc_ptr.
4261 * corelow.c (core_open): Use gdb::unique_xmalloc_ptr.
4262 * breakpoint.c (save_breakpoints): Use gdb::unique_xmalloc_ptr.
4263 * solib.c (solib_map_sections): Use gdb::unique_xmalloc_ptr.
4264 (reload_shared_libraries_1): Likewise.
4265
3232fabd
TT
42662017-08-05 Tom Tromey <tom@tromey.com>
4267
4268 * rust-exp.y (rust_op_ptr, set_field): Remove typedefs.
4269 (rust_op_vector, rust_set_vector): New typedefs.
4270 (current_parser): New global.
4271 (work_obstack): Change to pointer type. Update all users.
4272 (rust_ast, pstate): Remove globals.
4273 (struct rust_parser): New.
4274 (%union) <params, field_inits>: Change type.
4275 (start, tuple_expr, unit_expr, struct_expr_list, literal)
4276 (field_expr, expr_list, maybe_expr_list, type_list): Update.
4277 (ast_call_ish, ast_path, ast_function_type, ast_tuple_type)
4278 (convert_params_to_types, convert_params_to_expression): Change
4279 type of "params".
4280 (ast_string): Change type of "fields".
4281 (rust_parse): Make a rust_parser. Remove cleanups.
4282 (rust_lex_tests): Make and install an auto_obstack.
4283
f02fd774
YQ
42842017-08-04 Yao Qi <yao.qi@linaro.org>
4285
4286 * configure.srv (ipa_x32_linux_regobj): New.
4287 * linux-amd64-ipa.c (get_ipa_tdesc): Use X86_TDESC_AVX_AVX512
4288 instead of X86_TDESC_AVX512.
4289 (initialize_low_tracepoint): Call
4290 init_registers_x32_avx_avx512_linux.
4291
91975afd
YQ
42922017-08-04 Yao Qi <yao.qi@linaro.org>
4293
4294 * utils.h (gdb_argv): Add namespace std for nullptr_t.
4295
2331fa3a
RK
42962017-08-03 Ruslan Kabatsayev <b7.10110111@gmail.com>
4297
4298 * MAINTAINERS (Write After Approval): Add Ruslan Kabatsayev.
4299
744e4fe1
TT
43002017-08-03 Tom Tromey <tom@tromey.com>
4301
4302 * utils.c (make_cleanup_freeargv, do_freeargv, gdb_buildargv):
4303 Remove.
4304 * utils.h (make_cleanup_freeargv, gdb_buildargv): Remove.
4305
1c034b67
TT
43062017-08-03 Tom Tromey <tom@tromey.com>
4307
4308 * python/py-param.c (compute_enum_values): Use gdb_argv.
4309
773a1edc
TT
43102017-08-03 Tom Tromey <tom@tromey.com>
4311
4312 * utils.h (struct gdb_argv_deleter): New.
4313 (gdb_argv): New class.
4314 * utils.c (gdb_argv::reset): New method.
4315 * tracepoint.c (delete_trace_variable_command): Use gdb_argv.
4316 * tracefile.c (tsave_command): Use gdb_argv.
4317 * top.c (new_ui_command): Use gdb_argv.
4318 * symmisc.c (maintenance_print_symbols)
4319 (maintenance_print_msymbols, maintenance_expand_symtabs): Use gdb_argv.
4320 * symfile.c (symbol_file_command, generic_load)
4321 (remove_symbol_file_command): Use gdb_argv.
4322 * stack.c (backtrace_command): Use gdb_argv.
4323 * source.c (add_path, show_substitute_path_command)
4324 (unset_substitute_path_command, set_substitute_path_command):
4325 Use gdb_argv.
4326 * skip.c (skip_command): Use gdb_argv. Use gdb_buildargv.
4327 * ser-mingw.c (pipe_windows_open): Use gdb_argv.
4328 * remote.c (extended_remote_run, remote_put_command)
4329 (remote_get_command, remote_delete_command): Use gdb_argv.
4330 * remote-sim.c (gdbsim_load, gdbsim_create_inferior)
4331 (gdbsim_open): Use gdb_argv.
4332 * python/py-cmd.c (gdbpy_string_to_argv): Use gdb_argv.
4333 * psymtab.c (maintenance_print_psymbols): Use gdb_argv.
4334 * procfs.c (procfs_info_proc): Use gdb_argv.
4335 * interps.c (interpreter_exec_cmd): Use gdb_argv.
4336 * infrun.c (handle_command): Use gdb_argv.
4337 * inferior.c (add_inferior_command, clone_inferior_command):
4338 Use gdb_argv.
4339 * guile/scm-string.c (gdbscm_string_to_argv): Use gdb_argv.
4340 * exec.c (exec_file_command): Use gdb_argv.
4341 * cli/cli-cmds.c (alias_command): Use gdb_argv.
4342 * compile/compile.c (build_argc_argv): Use gdb_argv.
4343
0d50bde3
TT
43442017-08-03 Tom Tromey <tom@tromey.com>
4345
4346 * python/python.c (gdbpy_decode_line): Use unique_xmalloc_ptr.
4347
7f968c89
TT
43482017-08-03 Tom Tromey <tom@tromey.com>
4349
4350 * python/python.c (compute_python_string): Return std::string.
4351 (gdbpy_eval_from_control_command): Update.
4352 (do_start_initialization): Use std::string.
4353 * python/py-varobj.c (py_varobj_iter_next): Use string_printf, not
4354 xstrprintf.
4355 * python/py-breakpoint.c (local_setattro): Use string_printf, not
4356 xstrprintf.
4357
3c9ebddd
TT
43582017-08-03 Tom Tromey <tom@tromey.com>
4359
4360 * top.h (do_restore_instream_cleanup): Remove.
4361 * top.c (do_restore_instream_cleanup): Remove.
4362 (read_command_file): Use scoped_restore.
4363 * cli/cli-script.c (execute_user_command): Use scoped_restore.
4364
b51b225e
TT
43652017-08-03 Tom Tromey <tom@tromey.com>
4366
4367 * cli/cli-script.c (execute_user_command)
4368 (execute_control_command): Use scoped_restore.
4369
ac991630
TT
43702017-08-03 Tom Tromey <tom@tromey.com>
4371
4372 * cli/cli-script.c (do_restore_user_call_depth): Remove.
4373 (execute_user_command): Remove user_call_depth; use
4374 user_args_stack's size instead.
4375
898e0c8e
TT
43762017-08-03 Tom Tromey <tom@tromey.com>
4377
4378 * top.h (in_user_command): Remove.
4379 * top.c (in_user_command): Remove.
4380 * cli/cli-script.c (do_restore_user_call_depth)
4381 (execute_user_command): Update.
4382
26fcd5d7
TT
43832017-08-03 Tom Tromey <tom@tromey.com>
4384
4385 * valops.c (search_struct_method): Use gdb::byte_vector.
4386 * valarith.c (value_concat): Use std::vector.
4387 * target.c (memory_xfer_partial): Use gdb::byte_vector.
4388 (simple_search_memory): Likewise.
4389 * printcmd.c (find_string_backward): Use gdb::byte_vector.
4390 * mi/mi-main.c (mi_cmd_data_write_memory): Use gdb::byte_vector.
4391 * gcore.c (gcore_copy_callback): Use gdb::byte_vector.
4392 * elfread.c (elf_rel_plt_read): Use std::string.
4393 * cp-valprint.c (cp_print_value): Use gdb::byte_vector.
4394 * cli/cli-dump.c (restore_section_callback): Use
4395 gdb::byte_vector.
4396
7c218e6c
TT
43972017-08-03 Tom Tromey <tom@tromey.com>
4398
4399 * jit.c (jit_reader_load_command): Use unique_xmalloc_ptr.
4400
31b68d4a
TT
44012017-08-03 Tom Tromey <tom@tromey.com>
4402
4403 * tui/tui-regs.c (tui_restore_gdbout): Remove.
4404 (tui_register_format): Use scoped_restore.
4405
2ec845e7
TT
44062017-08-03 Tom Tromey <tom@tromey.com>
4407
4408 * reverse.c (exec_direction_default): Remove.
4409 (exec_reverse_once): Use scoped_restore.
4410 * remote.c (restore_remote_timeout): Remove.
4411 (remote_flash_erase, remote_flash_write, remote_flash_done)
4412 (readchar, remote_serial_write): Use scoped_restore.
4413 * cli/cli-script.c (struct source_cleanup_lines_args)
4414 (source_cleanup_lines): Remove.
4415 (script_from_file): Use scoped_restore.
4416 * cli/cli-cmds.c (source_verbose_cleanup): Remove.
4417 (source_command): Use scoped_restore.
4418
b3bc8453
TT
44192017-08-03 Tom Tromey <tom@tromey.com>
4420
4421 * utils.h (make_cleanup_free_so): Remove.
4422 * utils.c (do_free_so, make_cleanup_free_so): Remove.
4423 * solist.h (struct so_deleter): New.
4424 (so_list_up): New typedef.
4425 * solib-svr4.c (svr4_read_so_list): Use so_list_up.
4426
e3ad2841
TT
44272017-08-03 Tom Tromey <tom@tromey.com>
4428
4429 * utils.h (make_cleanup_restore_current_language): Remove.
4430 * utils.c (do_restore_current_language)
4431 (make_cleanup_restore_current_language): Remove.
4432 * parse.c (parse_exp_in_context_1)
4433 (parse_expression_with_language): Use
4434 scoped_restore_current_language.
4435 * mi/mi-main.c (mi_cmd_execute): Use
4436 scoped_restore_current_language.
4437 * language.h (scoped_restore_current_language): New class.
4438
b80cf838
TT
44392017-08-03 Tom Tromey <tom@tromey.com>
4440
4441 * compile/compile.c (cleanup_unlink_file): Remove.
4442 (compile_to_object): Use gdb::unlinker.
4443 (eval_compile_command): Likewise.
4444
fad0444a
TT
44452017-08-03 Tom Tromey <tom@tromey.com>
4446
4447 * utils.h (make_cleanup_fclose): Remove.
4448 * utils.c (do_fclose_cleanup, make_cleanup_fclose): Remove.
4449
6e7bc05c
TT
44502017-08-03 Tom Tromey <tom@tromey.com>
4451
4452 * top.c (open_terminal_stream): Return gdb_file_up.
4453 (new_ui_command): Update.
4454
4a45905b
TT
44552017-08-03 Tom Tromey <tom@tromey.com>
4456
4457 * source.c (print_source_lines_base, forward_search_command)
4458 (reverse_search_command): Use gdb_file_up.
4459
7cd06d6e
TT
44602017-08-03 Tom Tromey <tom@tromey.com>
4461
4462 * fbsd-nat.c (fbsd_find_memory_regions): Update.
4463
ed166945
TT
44642017-08-03 Tom Tromey <tom@tromey.com>
4465
4466 * cli/cli-cmds.c (find_and_open_script): Change return type.
4467 Remove "streamp" and "full_path" parameters.
4468 (source_script_with_search): Update.
4469 * auto-load.c (source_script_file): Update.
4470 * cli/cli-cmds.h (find_and_open_script): Change type.
4471 (open_script): New struct.
4472
d419f42d
TT
44732017-08-03 Tom Tromey <tom@tromey.com>
4474
4475 * xml-support.c (xml_fetch_content_from_file): Update.
4476 * ui-file.c (stdio_file::open): Update.
4477 * tracefile-tfile.c (tfile_start): Update.
4478 * remote.c (remote_file_put, remote_file_get): Update.
4479 * nat/linux-procfs.c (linux_proc_get_int)
4480 (linux_proc_pid_get_state, linux_proc_tid_get_name): Update.
4481 * nat/linux-osdata.c (linux_common_core_of_thread): Update.
4482 (command_from_pid, commandline_from_pid, linux_xfer_osdata_cpus)
4483 (print_sockets, linux_xfer_osdata_shm, linux_xfer_osdata_sem)
4484 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Update.
4485 * nat/linux-btrace.c (linux_determine_kernel_start): Update.
4486 * linux-nat.c (linux_proc_pending_signals): Update.
4487 * dwarf2read.c (write_psymtabs_to_index): Use gdb_file_up.
4488 (file_closer): Remove.
4489 * compile/compile.c (compile_to_object): Update.
4490 * common/filestuff.h (struct gdb_file_deleter): New.
4491 (gdb_file_up): New typedef.
4492 (gdb_fopen_cloexec): Change return type.
4493 * common/filestuff.c (gdb_fopen_cloexec): Return gdb_file_up.
4494 * cli/cli-dump.c (fopen_with_cleanup): Remove.
4495 (dump_binary_file, restore_binary_file): Update.
4496 * auto-load.c (auto_load_objfile_script_1): Update.
4497
4a2b031d
TT
44982017-08-03 Tom Tromey <tom@tromey.com>
4499
4500 * tracepoint.c (tvariables_info_1): Use ui_out_emit_table.
4501 (info_static_tracepoint_markers_command): Likewise.
4502 * solib.c (info_sharedlibrary_command): Use ui_out_emit_table.
4503 * skip.c (skip_info): Use ui_out_emit_table.
4504 * progspace.c (print_program_space): Use ui_out_emit_table.
4505 * osdata.c (info_osdata): Use ui_out_emit_table.
4506 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions): Use
4507 ui_out_emit_table.
4508 * linux-thread-db.c (info_auto_load_libthread_db): Use
4509 ui_out_emit_table.
4510 * inferior.c (print_inferior): Use ui_out_emit_table.
4511 * gdb_bfd.c (maintenance_info_bfds): Use ui_out_emit_table.
4512 * breakpoint.c (breakpoint_1): Use ui_out_emit_table.
4513 * auto-load.c (auto_load_info_scripts): Use ui_out_emit_table.
4514 * ada-tasks.c (print_ada_task_info): Use ui_out_emit_table.
4515 * ui-out.h (class ui_out_emit_table): New.
4516
a4f320fd
MR
45172017-08-02 Maciej W. Rozycki <macro@imgtec.com>
4518
4519 * mips-tdep.c (mips_fpu_type_str): New function.
4520 (mips_dump_tdep): Call it.
4521
a2f1f308
MR
45222017-08-01 Maciej W. Rozycki <macro@imgtec.com>
4523
4524 * mips-tdep.c (mips_gdbarch_init): Use MIPS_FPU_TYPE to access
4525 `->mips_fpu_type'.
4526
7e5ed83b
XR
45272017-07-31 Xavier Roirand <roirand@adacore.com>
4528
4529 * solib-darwin.c (DYLD_VERSION_MAX): Increase value.
4530
4c9dc811
XR
45312017-07-27 Xavier Roirand <roirand@adacore.com>
4532
4533 * MAINTAINERS (Write After Approval): Add Xavier Roirand.
4534
27d41eac
YQ
45352017-07-26 Yao Qi <yao.qi@linaro.org>
4536
4537 * cli/cli-cmds.c (maintenancechecklist): New variable.
4538 * gdbcmd.h (maintenancechecklist): Declare it.
4539 * i386-linux-tdep.c (_initialize_i386_linux_tdep) [GDB_SELF_TEST]:
4540 Call i386_linux_read_description with different masks.
4541 * maint.c (maintenance_check_command): New function.
4542 (_initialize_maint_cmds): Call add_prefix_cmd.
4543 * target-descriptions.c (tdesc_reg): override operator != and ==.
4544 (tdesc_type): Likewise.
4545 (tdesc_feature): Likewise.
4546 (target_desc): Likewise.
4547 [GDB_SELF_TEST] (selftests::record_xml_tdesc): New function.
4548 (maintenance_check_xml_descriptions): New function.
4549 (_initialize_target_descriptions) Add command "xml-descriptions".
4550 * target-descriptions.h (selftests::record_xml_tdesc): Declare.
4551
ea03d0d3
YQ
45522017-07-26 Yao Qi <yao.qi@linaro.org>
4553
4554 * i386-linux-tdep.c: Don't include features/i386/i386-*linux.c.
4555 Include features/i386/32bit-*.c.
4556 (i386_linux_read_description): Generate target description if it
4557 doesn't exist.
4558 (_initialize_i386_linux_tdep): Don't call _initialize_tdesc_i386
4559 functions.
4560 * features/i386/32bit-linux.c: Re-generated.
4561 * features/i386/32bit-sse.c: Likewise.
4562 * target-descriptions.c (print_c_feature::visit): Print code to
4563 set register number if needed.
4564 (print_c_feature) <m_next_regnum>: New field.
4565
25aa13e5
YQ
45662017-07-26 Yao Qi <yao.qi@linaro.org>
4567
4568 * features/Makefile (CFILES): Rename with TDESC_CFILES.
4569 (FEATURE_XMLFILES): New.
4570 (FEATURE_CFILES): New.
4571 New rules.
4572 (clean-cfiles): Remove generated c files.
4573 * features/i386/32bit-avx.c: Generated.
4574 * features/i386/32bit-avx512.c: Generated.
4575 * features/i386/32bit-core.c: Generated.
4576 * features/i386/32bit-linux.c: Generated.
4577 * features/i386/32bit-mpx.c: Generated.
4578 * features/i386/32bit-pkeys.c: Generated.
4579 * features/i386/32bit-sse.c: Generated.
4580 * target-descriptions.c: Include algorithm.
4581 (tdesc_element_visitor): Add method visit_end.
4582 (print_c_tdesc): Implement visit_end.
4583 (print_c_tdesc:: m_filename_after_features): Move it to
4584 protected.
4585 (print_c_feature): New class.
4586 (maint_print_c_tdesc_cmd): Use print_c_feature if XML file
4587 name starts with "i386/32bit-".
4588
6eb1e6a8
YQ
45892017-07-26 Yao Qi <yao.qi@linaro.org>
4590
4591 * target-descriptions.c (tdesc_element_visitor): New class.
4592 (tdesc_element): New class.
4593 (tdesc_reg): Inherit from tdesc_element.
4594 (tdesc_reg::accept): New function.
4595 (tdesc_type): Inherit from tdesc_element.
4596 (tdesc_type::accept): New function.
4597 (tdesc_feature): Inherit from tdesc_element.
4598 (tdesc_feature::accept): New function.
4599 (target_desc): Inherit from tdesc_element.
4600 (target_desc::target_desc): New.
4601 (target_desc::~target_desc): New.
4602 (target_desc::accept): New.
4603 (allocate_target_description): Use new.
4604 (free_target_description): Use delete.
4605 (print_c_tdesc): New class.
4606 (maint_print_c_tdesc_cmd): Adjust.
4607
4608 * features/aarch64.c: Re-generated.
4609 * features/arc-arcompact.c: Re-generated.
4610 * features/arc-v2.c: Re-generated.
4611 * features/arm/arm-with-iwmmxt.c: Re-generated.
4612 * features/arm/arm-with-m.c: Re-generated.
4613 * features/arm/arm-with-m-fpa-layout.c: Re-generated.
4614 * features/arm/arm-with-m-vfp-d16.c: Re-generated.
4615 * features/arm/arm-with-neon.c: Re-generated.
4616 * features/arm/arm-with-vfpv2.c: Re-generated.
4617 * features/arm/arm-with-vfpv3.c: Re-generated.
4618 * features/i386/amd64-avx-avx512.c: Re-generated.
4619 * features/i386/amd64-avx-avx512-linux.c: Re-generated.
4620 * features/i386/amd64-avx.c: Re-generated.
4621 * features/i386/amd64-avx-linux.c: Re-generated.
4622 * features/i386/amd64-avx-mpx-avx512-pku.c: Re-generated.
4623 * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Re-generated.
4624 * features/i386/amd64-avx-mpx.c: Re-generated.
4625 * features/i386/amd64-avx-mpx-linux.c: Re-generated.
4626 * features/i386/amd64.c: Re-generated.
4627 * features/i386/amd64-linux.c: Re-generated.
4628 * features/i386/amd64-mpx.c: Re-generated.
4629 * features/i386/amd64-mpx-linux.c: Re-generated.
4630 * features/i386/i386-avx-avx512.c: Re-generated.
4631 * features/i386/i386-avx-avx512-linux.c: Re-generated.
4632 * features/i386/i386-avx.c: Re-generated.
4633 * features/i386/i386-avx-linux.c: Re-generated.
4634 * features/i386/i386-avx-mpx-avx512-pku.c: Re-generated.
4635 * features/i386/i386-avx-mpx-avx512-pku-linux.c: Re-generated.
4636 * features/i386/i386-avx-mpx.c: Re-generated.
4637 * features/i386/i386-avx-mpx-linux.c: Re-generated.
4638 * features/i386/i386.c: Re-generated.
4639 * features/i386/i386-linux.c: Re-generated.
4640 * features/i386/i386-mmx.c: Re-generated.
4641 * features/i386/i386-mmx-linux.c: Re-generated.
4642 * features/i386/i386-mpx.c: Re-generated.
4643 * features/i386/i386-mpx-linux.c: Re-generated.
4644 * features/i386/x32-avx-avx512.c: Re-generated.
4645 * features/i386/x32-avx-avx512-linux.c: Re-generated.
4646 * features/i386/x32-avx.c: Re-generated.
4647 * features/i386/x32-avx-linux.c: Re-generated.
4648 * features/i386/x32.c: Re-generated.
4649 * features/i386/x32-linux.c: Re-generated.
4650 * features/microblaze.c: Re-generated.
4651 * features/microblaze-with-stack-protect.c: Re-generated.
4652 * features/mips64-dsp-linux.c: Re-generated.
4653 * features/mips64-linux.c: Re-generated.
4654 * features/mips-dsp-linux.c: Re-generated.
4655 * features/mips-linux.c: Re-generated.
4656 * features/nds32.c: Re-generated.
4657 * features/nios2.c: Re-generated.
4658 * features/nios2-linux.c: Re-generated.
4659 * features/rs6000/powerpc-32.c: Re-generated.
4660 * features/rs6000/powerpc-32l.c: Re-generated.
4661 * features/rs6000/powerpc-403.c: Re-generated.
4662 * features/rs6000/powerpc-403gc.c : Re-generated.
4663 * features/rs6000/powerpc-405.c: Re-generated.
4664 * features/rs6000/powerpc-505.c: Re-generated.
4665 * features/rs6000/powerpc-601.c: Re-generated.
4666 * features/rs6000/powerpc-602.c: Re-generated.
4667 * features/rs6000/powerpc-603.c: Re-generated.
4668 * features/rs6000/powerpc-604.c: Re-generated.
4669 * features/rs6000/powerpc-64.c: Re-generated.
4670 * features/rs6000/powerpc-64l.c: Re-generated.
4671 * features/rs6000/powerpc-7400.c: Re-generated.
4672 * features/rs6000/powerpc-750.c: Re-generated.
4673 * features/rs6000/powerpc-860.c: Re-generated.
4674 * features/rs6000/powerpc-altivec32.c: Re-generated.
4675 * features/rs6000/powerpc-altivec32l.c: Re-generated.
4676 * features/rs6000/powerpc-altivec64.c: Re-generated.
4677 * features/rs6000/powerpc-altivec64l.c: Re-generated.
4678 * features/rs6000/powerpc-cell32l.c: Re-generated.
4679 * features/rs6000/powerpc-cell64l.c: Re-generated.
4680 * features/rs6000/powerpc-e500.c: Re-generated.
4681 * features/rs6000/powerpc-e500l.c: Re-generated.
4682 * features/rs6000/powerpc-isa205-32l.c: Re-generated.
4683 * features/rs6000/powerpc-isa205-64l.c: Re-generated.
4684 * features/rs6000/powerpc-isa205-altivec32l.c: Re-generated.
4685 * features/rs6000/powerpc-isa205-altivec64l.c: Re-generated.
4686 * features/rs6000/powerpc-isa205-vsx32l.c: Re-generated.
4687 * features/rs6000/powerpc-isa205-vsx64l.c: Re-generated.
4688 * features/rs6000/powerpc-vsx32.c: Re-generated.
4689 * features/rs6000/powerpc-vsx32l.c: Re-generated.
4690 * features/rs6000/powerpc-vsx64.c: Re-generated.
4691 * features/rs6000/powerpc-vsx64l.c: Re-generated.
4692 * features/rs6000/rs6000.c: Re-generated.
4693 * features/s390-linux32.c: Re-generated.
4694 * features/s390-linux32v1.c: Re-generated.
4695 * features/s390-linux32v2.c: Re-generated.
4696 * features/s390-linux64.c: Re-generated.
4697 * features/s390-linux64v1.c: Re-generated.
4698 * features/s390-linux64v2.c: Re-generated.
4699 * features/s390-te-linux64.c: Re-generated.
4700 * features/s390-tevx-linux64.c: Re-generated.
4701 * features/s390-vx-linux64.c: Re-generated.
4702 * features/s390x-linux64.c: Re-generated.
4703 * features/s390x-linux64v1.c: Re-generated.
4704 * features/s390x-linux64v2.c: Re-generated.
4705 * features/s390x-te-linux64.c: Re-generated.
4706 * features/s390x-tevx-linux64.c: Re-generated.
4707 * features/s390x-vx-linux64.c: Re-generated.
4708 * features/sparc/sparc32-solaris.c: Re-generated.
4709 * features/sparc/sparc64-solaris.c: Re-generated.
4710 * features/tic6x-c62x.c: Re-generated.
4711 * features/tic6x-c62x-linux.c: Re-generated.
4712 * features/tic6x-c64x.c: Re-generated.
4713 * features/tic6x-c64x-linux.c: Re-generated.
4714 * features/tic6x-c64xp.c: Re-generated.
4715 * features/tic6x-c64xp-linux.c: Re-generated.
4716
35b4818d
YQ
47172017-07-26 Yao Qi <yao.qi@linaro.org>
4718
4719 * i386-linux-tdep.c (i386_linux_read_description): New function.
4720 (i386_linux_core_read_description): Call
4721 i386_linux_read_description.
4722 * i386-linux-tdep.h (i386_linux_read_description): Declare.
4723 (tdesc_i386_linux, tdesc_i386_mmx_linux): Remove declarations.
4724 (tdesc_i386_avx_linux, tdesc_i386_mpx_linux): Likewise
4725 (tdesc_i386_avx_mpx_linux, tdesc_i386_avx_avx512_linux): Likewise.
4726 (tdesc_i386_avx_mpx_avx512_pku_linux): Likewise.
4727 * x86-linux-nat.c (x86_linux_read_description): Call
4728 i386_linux_read_description.
4729
8e2141c6
YQ
47302017-07-26 Yao Qi <yao.qi@linaro.org>
4731
4732 * NEWS: Mention it.
4733 * features/Makefile (%.c: %.xml): Pass the xml file name to
4734 command "maint print c-tdesc".
4735 * target-descriptions.c (maint_print_c_tdesc_cmd): Get file
4736 name from 'arg'.
4737
b468ff4c
YQ
47382017-07-26 Yao Qi <yao.qi@linaro.org>
4739
4740 * target-descriptions.c (target_desc): Add ctor and dtor. Do
4741 in-class initialization.
4742 (tdesc_create_feature): Call new instead of XCNEW.
4743 (free_target_description): Ue delete.
4744
b9c0e1b4
JB
47452017-07-25 John Baldwin <jhb@FreeBSD.org>
4746
4747 * configure.nat: Add "-lkvm" for NetBSD/sparc64 and fix typo.
4748
a04b5337
YQ
47492017-07-25 Yao Qi <yao.qi@linaro.org>
4750
4751 * amd64-tdep.c (amd64_init_abi): Make argument default_tdesc
4752 constant.
4753 (amd64_x32_init_abi): Likewise.
4754 * amd64-tdep.h (amd64_init_abi): Update declaration.
4755 (amd64_x32_init_abi): Likewise.
4756
02ad7fc2
YQ
47572017-07-25 Yao Qi <yao.qi@linaro.org>
4758
4759 PR tdep/21717
4760 * arm-linux-nat.c (arm_linux_fetch_inferior_registers): Update
4761 condition for FPSCR.
4762 (arm_linux_store_inferior_registers): Likewise.
4763
b6f48cb0
TT
47642017-07-22 Tom Tromey <tom@tromey.com>
4765
4766 * break-catch-syscall.c (struct catch_syscall_inferior_data)
4767 <syscalls_counts>: Now a std::vector.
4768 (get_catch_syscall_inferior_data): Use "new".
4769 (catch_syscall_inferior_data_cleanup): Use "delete".
4770 (insert_catch_syscall, remove_catch_syscall)
4771 (clear_syscall_counts): Update.
4772
e12c9b7a
TT
47732017-07-22 Tom Tromey <tom@tromey.com>
4774
4775 * break-catch-syscall.c (syscall_catchpoint)
4776 <syscalls_to_be_caught>: Now a std::vector<int>
4777 (~syscall_catchpoint): Remove.
4778 (insert_catch_syscall, remove_catch_syscall)
4779 (breakpoint_hit_catch_syscall, print_one_catch_syscall)
4780 (print_mention_catch_syscall, print_recreate_catch_syscall):
4781 Update.
4782 (create_syscall_event_catchpoint): Change type of "filter"
4783 parameter.
4784 (catch_syscall_split_args): Return a std::vector.
4785 (catch_syscall_command_1, catching_syscall_number_1): Update.
4786
4fa8aeac
TT
47872017-07-22 Tom Tromey <tom@tromey.com>
4788
4789 * break-catch-throw.c (struct exception_catchpoint)
4790 <exception_rx>: Now a std::string.
4791 (~exception_catchpoint): Remove.
4792 (print_one_detail_exception_catchpoint): Update.
4793 (handle_gnu_v3_exceptions): Change type of except_rx.
4794 (extract_exception_regexp): Return a std::string.
4795 (catch_exception_command_1): Update.
4796
f746a154
TT
47972017-07-22 Tom Tromey <tom@tromey.com>
4798
4799 * break-catch-sig.c (gdb_signal_type): Remove typedef.
4800 (struct signal_catchpoint) <signals_to_be_caught>: Now a
4801 std::vector.
4802 <catch_all>: Now a bool.
4803 (~signal_catchpoint): Remove.
4804 (signal_catchpoint_insert_location)
4805 (signal_catchpoint_remove_location)
4806 (signal_catchpoint_breakpoint_hit, signal_catchpoint_print_one)
4807 (signal_catchpoint_print_mention)
4808 (signal_catchpoint_print_recreate)
4809 (signal_catchpoint_explains_signal): Update.
4810 (create_signal_catchpoint): Change type of "filter" and
4811 "catch_all".
4812 (catch_signal_split_args): Return a std::vector. Change type of
4813 "catch_all".
4814 (catch_signal_command): Update.
4815
47e77640
PA
48162017-07-20 Pedro Alves <palves@redhat.com>
4817
4818 * ada-lang.c (ada_language_defn): Make extern.
4819 (_initialize_ada_language): Remove add_language call.
4820 * c-lang.c (c_language_defn, cplus_language_defn)
4821 (asm_language_defn, minimal_language_defn): Make extern.
4822 (_initialize_c_language): Delete.
4823 * completer.c (compare_cstrings): Delete, moved to utils.h.
4824 * d-lang.c (d_language_defn): Make extern.
4825 (_initialize_d_language): Remove add_language calls.
4826 * defs.h (enum language): Add comment.
4827 * f-lang.c (f_language_defn): Make extern.
4828 (_initialize_f_language): Remove add_language call.
4829 * go-lang.c (go_language_defn): Make extern.
4830 (_initialize_go_language): Remove add_language call.
4831 * language.c: Include <algorithm>.
4832 (languages): Redefine as const array.
4833 (languages_size, languages_allocsize, DEFAULT_ALLOCSIZE): Delete.
4834 (set_language_command): Handle "local". Use for-range loop.
4835 (set_language): Remove loop.
4836 (language_enum): Rewrite.
4837 (language_def, language_str): Remove loops.
4838 (add_language): Delete.
4839 (add_set_language_command): New, based on add_languages.
4840 (skip_language_trampoline): Adjust.
4841 (local_language_defn): Delete.
4842 (language_gdbarch_post_init): Adjust.
4843 (_initialize_language): Remove add_language calls. Call
4844 add_set_language_command.
4845 * language.h (add_language): Delete.
4846 (auto_language_defn)
4847 (unknown_language_defn, minimal_language_defn, ada_language_defn)
4848 (asm_language_defn, c_language_defn, cplus_language_defn)
4849 (d_language_defn, f_language_defn, go_language_defn)
4850 (m2_language_defn, objc_language_defn, opencl_language_defn)
4851 (pascal_language_defn, rust_language_defn): Declare.
4852 * m2-lang.c (m2_language_defn): Make extern.
4853 (_initialize_m2_language): Remove add_language call.
4854 * objc-lang.c (objc_language_defn): Make extern.
4855 (_initialize_objc_language): Remove add_language call.
4856 * opencl-lang.c (opencl_language_defn): Make extern.
4857 (_initialize_opencl_language): Remove add_language call.
4858 * p-lang.c (pascal_language_defn): Make extern.
4859 (_initialize_pascal_language): Delete.
4860 * rust-lang.c (rust_language_defn): Make extern.
4861 (_initialize_rust_language): Delete.
4862 * utils.h (compare_cstrings): New static inline function.
4863
edb0c9cb
PA
48642017-07-20 Pedro Alves <palves@redhat.com>
4865
4866 * ada-lang.c (ada_to_fixed_type_1): Adjust.
4867 (get_var_value): Constify parameters.
4868 (get_int_var_value): Change prototype.
4869 (to_fixed_range_type): Adjust.
4870 * ada-lang.h (get_int_var_value): Change prototype.
4871
a778f165
PA
48722017-07-20 Pedro Alves <palves@redhat.com>
4873
4874 * dwarf2read.c (dw2_lookup_symbol): Use
4875 SYMBOL_MATCHES_SEARCH_NAME.
4876 * psymtab.c (psym_lookup_symbol): Use SYMBOL_MATCHES_SEARCH_NAME.
4877
42edd901
PA
48782017-07-20 Pedro Alves <palves@redhat.com>
4879
4880 * block.c (block_iter_name_step, block_iter_name_first)
4881 (block_iter_name_next): Delete.
4882 (block_lookup_symbol_primary): Adjust to use
4883 dict_iter_match_first/dict_iter_match_next.
4884 * block.h (block_iter_name_first, block_iter_name_next): Delete
4885 declarations.
4886 (ALL_BLOCK_SYMBOLS_WITH_NAME): Adjust to use
4887 dict_iter_match_first/dict_iter_match_next.
4888
cf325299
PA
48892017-07-20 Pedro Alves <palves@redhat.com>
4890
4891 * cp-support.c (cp_find_first_component_aux): Add missing case for
4892 end of string.
4893
c5ed0576
DB
48942017-07-18 David Blaikie <dblaikie@gmail.com>
4895
4896 * dwarf2read.c (create_cus_hash_table): Re-add lost initialization
4897 of dwo_cu's dwo_file.
4898
27841e76
YQ
48992017-07-18 Yao Qi <yao.qi@linaro.org>
4900
4901 * remote.c (store_registers_using_G): Remove one line comment.
4902
cfb7e58b
YQ
49032017-07-18 Yao Qi <yao.qi@linaro.org>
4904
4905 * regcache.c (regcache_cpy): Simplify it.
4906 (regcache::cpy_no_passthrough): Remove it.
4907 * regcache.h (cpy_no_passthrough): Remove it.
4908 (regcache_dup, regcache_cpy): Update comments.
4909
386535dd
PA
49102017-07-18 Pedro Alves <palves@redhat.com>
4911
4912 * remote-sim.c (sim_command_completer): Adjust to work with a
4913 completion_tracker instead of a VEC.
4914
c45ec17c
PA
49152017-07-17 Pedro Alves <palves@redhat.com>
4916
4917 * completer.c (complete_source_filenames): New function.
4918 (complete_address_and_linespec_locations): New function.
4919 (location_completer): Use complete_address_and_linespec_locations.
4920 (completion_tracker::build_completion_result): Honor the tracker's
4921 request to suppress append.
4922 * completer.h (completion_tracker::suppress_append_ws)
4923 (completion_tracker::set_suppress_append_ws): New methods.
4924 (completion_tracker::m_suppress_append_ws): New field.
4925 (complete_source_filenames): New declaration.
4926 * linespec.c (linespec_complete_what): New.
4927 (struct ls_parser) <complete_what, completion_word,
4928 completion_quote_char, completion_quote_end, completion_tracker>:
4929 New fields.
4930 (string_find_incomplete_keyword_at_end): New.
4931 (linespec_lexer_lex_string): Record quote char. If in completion
4932 mode, don't throw.
4933 (linespec_lexer_consume_token): Advance the completion word point.
4934 (linespec_lexer_peek_token): Save/restore completion info.
4935 (save_stream_and_consume_token): New.
4936 (set_completion_after_number): New.
4937 (linespec_parse_basic): Set what to complete next depending on
4938 token. Handle function and label completions specially.
4939 (parse_linespec): Disable objc shortcut in completion mode. Set
4940 what to complete next depending on token type. Skip keyword if in
4941 completion mode.
4942 (complete_linespec_component, linespec_complete): New.
4943 * linespec.h (linespec_complete): Declare.
4944
be966d42
PA
49452017-07-17 Pedro Alves <palves@redhat.com>
4946
4947 * linespec.c (linespec_lexer_lex_string, find_toplevel_char):
4948 Handle 'operator<' / 'operator<<'.
4949
a2459270
PA
49502017-07-17 Pedro Alves <palves@redhat.com>
4951
4952 * completer.c (collect_explicit_location_matches): Handle
4953 MATCH_LABEL.
4954 (convert_explicit_location_to_linespec): New, factored out from
4955 ...
4956 (convert_explicit_location_to_sals): ... this.
4957 (complete_label): New.
4958 (linespec_complete_label, find_label_symbols_in_block): New.
4959 (find_label_symbols): Add completion_mode parameter and adjust to
4960 call find_label_symbols_in_block.
4961 * linespec.h (linespec_complete_label): Declare.
4962
c6756f62
PA
49632017-07-17 Pedro Alves <palves@redhat.com>
4964
4965 * ada-lang.c (ada_collect_symbol_completion_matches): Add
4966 complete_symbol_mode parameter.
4967 * cli/cli-cmds.c (complete_command): Get the completion result out
4968 of the handle_brkchars tracker if used a custom word point.
4969 * completer.c: Include "linespec.h".
4970 (enum explicit_location_match_type) <MATCH_LINE>: New enumerator.
4971 (advance_to_expression_complete_word_point): New.
4972 (completion_tracker::completes_to_completion_word): New.
4973 (complete_files_symbols): Pass down
4974 complete_symbol_mode::EXPRESSION.
4975 (explicit_options, probe_options): New.
4976 (collect_explicit_location_matches): Complete on the
4977 explictit_loc->foo instead of word. Use
4978 linespec_complete_function. Handle MATCH_LINE. Handle offering
4979 keyword and options completions.
4980 (backup_text_ptr): Delete.
4981 (skip_keyword): New.
4982 (complete_explicit_location): Remove 'word' parameter. Add
4983 language, quoted_arg_start and quoted_arg_end parameters.
4984 Rewrite, parsing left to right.
4985 (location_completer): Rewrite.
4986 (location_completer_handle_brkchars): New function.
4987 (symbol_completer): Pass down complete_symbol_mode::EXPRESSION.
4988 (enum complete_line_internal_reason): Adjust comments.
4989 (completion_tracker::discard_completions): New.
4990 (completer_handle_brkchars_func_for_completer): Handle
4991 location_completer.
4992 (gdb_custom_word_point_brkchars)
4993 (gdb_org_rl_basic_quote_characters): New.
4994 (gdb_completion_word_break_characters_throw)
4995 (completion_find_completion_word): Handle trackers that use a
4996 custom word point.
4997 (completion_tracker::advance_custom_word_point_by): New.
4998 (completion_tracker::build_completion_result): Don't rely on
4999 readline appending the quote char.
5000 (gdb_rl_attempted_completion_function_throw): Handle trackers that
5001 use a custom word point.
5002 (gdb_rl_attempted_completion_function): Restore
5003 rl_basic_quote_characters.
5004 * completer.h (class completion_tracker): Extend intro comment.
5005 (completion_tracker::set_quote_char)
5006 (completion_tracker::quote_char)
5007 (completion_tracker::set_use_custom_word_point)
5008 (completion_tracker::use_custom_word_point)
5009 (completion_tracker::custom_word_point)
5010 (completion_tracker::set_custom_word_point)
5011 (completion_tracker::advance_custom_word_point_by)
5012 (completion_tracker::completes_to_completion_word)
5013 (completion_tracker::discard_completions): New methods.
5014 (completion_tracker::m_quote_char)
5015 (completion_tracker::m_use_custom_word_point)
5016 (completion_tracker::m_custom_word_point): New fields.
5017 (advance_to_expression_complete_word_point): Declare.
5018 * f-lang.c (f_collect_symbol_completion_matches): Add
5019 complete_symbol_mode parameter.
5020 * language.h (struct language_defn)
5021 <la_collect_symbol_completion_matches>: Add complete_symbol_mode
5022 parameter.
5023 * linespec.c (linespec_keywords): Add NULL terminator. Make extern.
5024 (linespec_complete_function): New function.
5025 (linespec_lexer_lex_keyword): Adjust.
5026 * linespec.h (linespec_keywords, linespec_complete_function): New
5027 declarations.
5028 * location.c (find_end_quote): New function.
5029 (explicit_location_lex_one): Add explicit_completion_info
5030 parameter. Save quoting info. Don't throw if being called for
5031 completion. Don't handle Ada operators here.
5032 (is_cp_operator, skip_op_false_positives, first_of)
5033 (explicit_location_lex_one_function): New function.
5034 (string_to_explicit_location): Replace 'dont_throw' parameter with
5035 an explicit_completion_info pointer parameter. Handle it. Don't
5036 use explicit_location_lex_one to lex function names. Use
5037 explicit_location_lex_one_function instead.
5038 * location.h (struct explicit_completion_info): New.
5039 (string_to_explicit_location): Replace 'dont_throw' parameter with
5040 an explicit_completion_info pointer parameter.
5041 * symtab.c (default_collect_symbol_completion_matches_break_on):
5042 Add complete_symbol_mode parameter. Handle LINESPEC mode.
5043 (default_collect_symbol_completion_matches)
5044 (collect_symbol_completion_matches): Add complete_symbol_mode
5045 parameter.
5046 (collect_symbol_completion_matches_type): Pass down
5047 complete_symbol_mode::EXPRESSION.
5048 (collect_file_symbol_completion_matches): Add complete_symbol_mode
5049 parameter. Handle LINESPEC mode.
5050 * symtab.h (complete_symbol_mode): New.
5051 (default_collect_symbol_completion_matches_break_on)
5052 (default_collect_symbol_completion_matches)
5053 (collect_symbol_completion_matches)
5054 (collect_file_symbol_completion_matches): Add complete_symbol_mode
5055 parameter.
5056
1d550c82
PA
50572017-07-17 Pedro Alves <palves@redhat.com>
5058
5059 * utils.c (enum class strncmp_iw_mode): New.
5060 (strcmp_iw): Rename to ...
5061 (strncmp_iw_with_mode): ... this. Add string2_len and mode
5062 parameters. Handle them.
5063 (strncmp_iw): New.
5064 (strcmp_iw): Reimplement as wrapper around strncmp_iw_with_mode.
5065 * utils.h (strncmp_iw): Declare.
5066 (strcmp_iw): Move describing comments here.
5067
8090b426
PA
50682017-07-17 Pedro Alves <palves@redhat.com>
5069
5070 * c-exp.y (operator_stoken): Use CP_OPERATOR_LEN and
5071 CP_OPERATOR_STR.
5072 * c-typeprint.c (is_type_conversion_operator): Use
5073 CP_OPERATOR_STR.
5074 * cp-support.c (LENGTH_OF_OPERATOR): Delete.
5075 (cp_find_first_component_aux): Use CP_OPERATOR_STR and
5076 CP_OPERATOR_LEN.
5077 * cp-support.h (CP_OPERATOR_STR, CP_OPERATOR_LEN): New.
5078 * gnu-v2-abi.c (gnuv2_is_operator_name): Use CP_OPERATOR_STR.
5079 * gnu-v3-abi.c (gnuv3_is_operator_name): Use CP_OPERATOR_STR.
5080 * linespec.c (linespec_lexer_lex_string): Use CP_OPERATOR_LEN and
5081 CP_OPERATOR_STR.
5082 * location.c: Include "cp-support.h".
5083 (explicit_location_lex_one): Use CP_OPERATOR_LEN and
5084 CP_OPERATOR_STR.
5085 * symtab.c (operator_chars): Use CP_OPERATOR_STR and
5086 CP_OPERATOR_LEN.
5087
6a2c1b87
PA
50882017-07-17 Pedro Alves <palves@redhat.com>
5089
5090 * cli/cli-cmds.c (complete_command): Use a completion tracker
5091 along with completion_find_completion_word for handle_brkchars
5092 phase.
5093 * completer.c (RL_QF_SINGLE_QUOTE, RL_QF_DOUBLE_QUOTE)
5094 (RL_QF_BACKSLASH, RL_QF_OTHER_QUOTE): New.
5095 (struct gdb_rl_completion_word_info): New.
5096 (gdb_rl_find_completion_word): New.
5097 (completion_find_completion_word): New.
5098 * completer.h (completion_find_completion_word): Declare.
5099
eb3ff9a5
PA
51002017-07-17 Pedro Alves <palves@redhat.com>
5101
5102 * ada-lang.c (symbol_completion_match): Adjust comments.
5103 (symbol_completion_add): Replace vector parameter with
5104 completion_tracker parameter. Use it.
5105 (ada_make_symbol_completion_list): Rename to...
5106 (ada_collect_symbol_completion_matches): ... this. Add
5107 completion_tracker parameter and use it.
5108 (ada_language_defn): Adjust.
5109 * break-catch-syscall.c (catch_syscall_completer): Adjust
5110 prototype and work with completion_tracker instead of VEC.
5111 * breakpoint.c (condition_completer): Adjust prototype and work
5112 with completion_tracker instead of VEC.
5113 * c-lang.c (c_language_defn, cplus_language_defn)
5114 (asm_language_defn, minimal_language_defn): Adjust to renames.
5115 * cli/cli-cmds.c (complete_command): Rework using
5116 completion_tracker. Catch exceptions when completing.
5117 * cli/cli-decode.c (integer_unlimited_completer)
5118 (complete_on_cmdlist, complete_on_enum): Adjust prototype and work
5119 with completion_tracker instead of VEC.
5120 * command.h (struct completion_tracker): Forward declare.
5121 (completer_ftype, completer_handle_brkchars_ftype): Change
5122 types.
5123 (complete_on_cmdlist, complete_on_enum): Adjust.
5124 * completer.c: Include <algorithm>.
5125 (struct gdb_completer_state): New.
5126 (current_completion): New global.
5127 (readline_line_completion_function): Delete.
5128 (noop_completer, filename_completer)
5129 (filename_completer_handle_brkchars, complete_files_symbols)
5130 (linespec_location_completer): Adjust to work with a
5131 completion_tracker instead of a VEC.
5132 (string_or_empty): New.
5133 (collect_explicit_location_matches): Adjust to work with a
5134 completion_tracker instead of a VEC.
5135 (explicit_location_completer): Rename to ...
5136 (complete_explicit_location): ... this and adjust to work with a
5137 completion_tracker instead of a VEC.
5138 (location_completer): Adjust to work with a completion_tracker
5139 instead of a VEC.
5140 (add_struct_fields): Adjust to work with a completion_list instead
5141 of VEC.
5142 (expression_completer): Rename to ...
5143 (complete_expression): ... this and adjust to work with a
5144 completion_tracker instead of a VEC. Use complete_files_symbols.
5145 (expression_completer): Reimplement on top of complete_expression.
5146 (symbol_completer): Adjust to work with a completion_tracker
5147 instead of a VEC.
5148 (enum complete_line_internal_reason): Add describing comments.
5149 (complete_line_internal_normal_command): Adjust to work with a
5150 completion_tracker instead of a VEC.
5151 (complete_line_internal): Rename to ...
5152 (complete_line_internal_1): ... this and adjust to work with a
5153 completion_tracker instead of a VEC. Assert TEXT is NULL in the
5154 handle_brkchars phase.
5155 (new_completion_tracker): Delete.
5156 (complete_line_internal): Reimplement as TRY/CATCH wrapper around
5157 complete_line_internal_1.
5158 (free_completion_tracker): Delete.
5159 (INITIAL_COMPLETION_HTAB_SIZE): New.
5160 (completion_tracker::completion_tracker)
5161 (completion_tracker::~completion_tracker): New.
5162 (maybe_add_completion): Delete.
5163 (completion_tracker::maybe_add_completion)
5164 (completion_tracker::add_completion)
5165 (completion_tracker::add_completions): New.
5166 (throw_max_completions_reached_error): Delete.
5167 (complete_line): Adjust to work with a completion_tracker instead
5168 of a VEC. Don't create a completion_tracker_t or check for max
5169 completions here.
5170 (command_completer, command_completer_handle_brkchars)
5171 (signal_completer, reg_or_group_completer_1)
5172 (reg_or_group_completer, default_completer_handle_brkchars):
5173 Adjust to work with a completion_tracker.
5174 (gdb_completion_word_break_characters_throw): New.
5175 (gdb_completion_word_break_characters): Reimplement.
5176 (line_completion_function): Delete.
5177 (completion_tracker::recompute_lowest_common_denominator)
5178 (expand_preserving_ws)
5179 (completion_tracker::build_completion_result)
5180 (completion_result::completion_result)
5181 (completion_result::completion_result)
5182 (completion_result::~completion_result)
5183 (completion_result::completion_result)
5184 (completion_result::release_match_list, compare_cstrings)
5185 (completion_result::sort_match_list)
5186 (completion_result::reset_match_list)
5187 (gdb_rl_attempted_completion_function_throw)
5188 (gdb_rl_attempted_completion_function): New.
5189 * completer.h (completion_list, struct completion_result)
5190 (class completion_tracker): New.
5191 (complete_line): Add completion_tracker parameter.
5192 (readline_line_completion_function): Delete.
5193 (gdb_rl_attempted_completion_function): New.
5194 (noop_completer, filename_completer, expression_completer)
5195 (location_completer, symbol_completer, command_completer)
5196 (signal_completer, reg_or_group_completer): Update prototypes.
5197 (completion_tracker_t, new_completion_tracker)
5198 (make_cleanup_free_completion_tracker): Delete.
5199 (enum maybe_add_completion_enum): Delete.
5200 (maybe_add_completion): Delete.
5201 (throw_max_completions_reached_error): Delete.
5202 * corefile.c (complete_set_gnutarget): Adjust to work with a
5203 completion_tracker instead of a VEC.
5204 * cp-abi.c (cp_abi_completer): Adjust to work with a
5205 completion_tracker instead of a VEC.
5206 * d-lang.c (d_language_defn): Adjust.
5207 * disasm.c (disassembler_options_completer): Adjust to work with a
5208 completion_tracker instead of a VEC.
5209 * f-lang.c (f_make_symbol_completion_list): Rename to ...
5210 (f_collect_symbol_completion_matches): ... this. Adjust to work
5211 with a completion_tracker instead of a VEC.
5212 (f_language_defn): Adjust.
5213 * go-lang.c (go_language_defn): Adjust.
5214 * guile/scm-cmd.c (cmdscm_add_completion, cmdscm_completer):
5215 Adjust to work with a completion_tracker instead of a VEC.
5216 * infrun.c (handle_completer): Likewise.
5217 * interps.c (interpreter_completer): Likewise.
5218 * interps.h (interpreter_completer): Likewise.
5219 * language.c (unknown_language_defn, auto_language_defn)
5220 (local_language_defn): Adjust.
5221 * language.h (language_defn::la_make_symbol_completion_list):
5222 Rename to ...
5223 (language_defn::la_collect_symbol_completion_matches): ... this
5224 and adjust to work with a completion_tracker instead of a VEC.
5225 * m2-lang.c (m2_language_defn): Adjust.
5226 * objc-lang.c (objc_language_defn): Adjust.
5227 * opencl-lang.c (opencl_language_defn): Adjust.
5228 * p-lang.c (pascal_language_defn): Adjust.
5229 * python/py-cmd.c (cmdpy_completer_helper): Handle NULL word.
5230 (cmdpy_completer_handle_brkchars, cmdpy_completer): Adjust to work
5231 with a completion_tracker.
5232 * rust-lang.c (rust_language_defn): Adjust.
5233 * symtab.c (free_completion_list, do_free_completion_list)
5234 (return_val, completion_tracker): Delete.
5235 (completion_list_add_name, completion_list_add_symbol)
5236 (completion_list_add_msymbol, completion_list_objc_symbol)
5237 (completion_list_add_fields, add_symtab_completions): Add
5238 completion_tracker parameter and use it.
5239 (default_make_symbol_completion_list_break_on_1): Rename to...
5240 (default_collect_symbol_completion_matches_break_on): ... this.
5241 Add completion_tracker parameter and use it instead of allocating
5242 a completion tracker here.
5243 (default_make_symbol_completion_list_break_on): Delete old
5244 implementation.
5245 (default_make_symbol_completion_list): Delete.
5246 (default_collect_symbol_completion_matches): New.
5247 (make_symbol_completion_list): Delete.
5248 (collect_symbol_completion_matches): New.
5249 (make_symbol_completion_type): Rename to ...
5250 (collect_symbol_completion_matches_type): ... this. Add
5251 completion_tracker parameter and use it instead of VEC.
5252 (make_file_symbol_completion_list_1): Rename to...
5253 (collect_file_symbol_completion_matches): ... this. Add
5254 completion_tracker parameter and use it instead of VEC.
5255 (make_file_symbol_completion_list): Delete.
5256 (add_filename_to_list): Use completion_list instead of a VEC.
5257 (add_partial_filename_data::list): Now a completion_list.
5258 (make_source_files_completion_list): Work with a completion_list
5259 instead of a VEC.
5260 * symtab.h: Include "completer.h".
5261 (default_make_symbol_completion_list_break_on)
5262 (default_make_symbol_completion_list, make_symbol_completion_list)
5263 (make_symbol_completion_type, make_file_symbol_completion_list)
5264 (make_source_files_completion_list): Delete.
5265 (default_collect_symbol_completion_matches_break_on)
5266 (default_collect_symbol_completion_matches)
5267 (collect_symbol_completion_matches)
5268 (collect_symbol_completion_matches_type)
5269 (collect_file_symbol_completion_matches)
5270 (make_source_files_completion_list): New.
5271 * top.c (init_main): Don't install a rl_completion_entry_function
5272 hook. Install a rl_attempted_completion_function hook instead.
5273 * tui/tui-layout.c (layout_completer): Adjust to work with a
5274 completion_tracker.
5275 * tui/tui-regs.c (tui_reggroup_completer):
5276 * tui/tui-win.c (window_name_completer, focus_completer)
5277 (winheight_completer): Adjust to work with a completion_tracker.
5278 * value.c: Include "completer.h".
5279 (complete_internalvar): Adjust to work with a completion_tracker.
5280 * value.h (complete_internalvar): Likewise.
5281
6e1dbf8c
PA
52822017-07-17 Pedro Alves <palves@redhat.com>
5283
5284 * cli/cli-decode.c (set_cmd_completer_handle_brkchars): Adjust to
5285 renames.
5286 * cli/cli-decode.h (struct cmd_list_element) <completer>: Move
5287 comments to completer_ftype's declaration.
5288 <completer_handle_brkchars>: Change type to
5289 completer_handle_brkchars_ftype.
5290 * command.h (completer_ftype): Add describing comment and give
5291 names to parameters.
5292 (completer_ftype_void): Rename to ...
5293 (completer_handle_brkchars_ftype) ... this. Add describing comment.
5294 (set_cmd_completer_handle_brkchars): Adjust.
5295 * completer.c (filename_completer_handle_brkchars): New function.
5296 (complete_line_internal_normal_command): New function, factored
5297 out from ...
5298 (complete_line_internal): ... here.
5299 (command_completer_handle_brkchars)
5300 (default_completer_handle_brkchars)
5301 (completer_handle_brkchars_func_for_completer): New functions.
5302 * completer.h (set_gdb_completion_word_break_characters): Delete
5303 declaration.
5304 (completer_handle_brkchars_func_for_completer): New declaration.
5305 * python/py-cmd.c (cmdpy_completer_handle_brkchars): Adjust to use
5306 completer_handle_brkchars_func_for_completer.
5307
78b13106
PA
53082017-07-17 Pedro Alves <palves@redhat.com>
5309
5310 * completer.c (symbol_completer): New function, based on
5311 make_symbol_completion_list_fn.
5312 * completer.h (symbol_completer): New declaration.
5313 * guile/scm-cmd.c (cmdscm_completers): Adjust.
5314 * python/py-cmd.c (completers): Adjust.
5315 * symtab.c (make_symbol_completion_list_fn): Delete.
5316 * symtab.h (make_symbol_completion_list_fn): Delete.
5317 * cli/cli-decode.c (add_cmd): Adjust.
5318
bbf2f4df
PA
53192017-07-17 Pedro Alves <palves@redhat.com>
5320
5321 * Makefile.in (COMMON_OBS): Add filename-seen-cache.o.
5322 * dwarf2read.c: Include "filename-seen-cache.h".
5323 * dwarf2read.c (dwarf2_per_objfile) <filenames_cache>: New field.
5324 (dw2_map_symbol_filenames): Build and use a filenames_seen_cache.
5325 * filename-seen-cache.c: New file.
5326 * filename-seen-cache.h: New file.
5327 * symtab.c: Include "filename-seen-cache.h".
5328 (struct filename_seen_cache, INITIAL_FILENAME_SEEN_CACHE_SIZE)
5329 (create_filename_seen_cache, clear_filename_seen_cache)
5330 (delete_filename_seen_cache, filename_seen): Delete, parts moved
5331 to filename-seen-cache.h/filename-seen-cache.c.
5332 (output_source_filename, sources_info)
5333 (maybe_add_partial_symtab_filename)
5334 (make_source_files_completion_list): Adjust to use
5335 filename_seen_cache.
5336
330cdd98
PA
53372017-07-17 Pedro Alves <palves@redhat.com>
5338
5339 * dwarf2read.c (dwarf2_per_objfile): In-class initialize all
5340 fields.
5341 (dwarf2_per_objfile::dwarf2_per_objfile(objfile*, const
5342 dwarf2_debug_sections*)): New.
5343 (dwarf2_per_objfile::dwarf2_per_objfile(const
5344 dwarf2_per_objfile&)): Declare as deleted.
5345 (dwarf2_per_objfile::operator=): Declare as deleted.
5346 (dwarf2_per_objfile::dwarf2_per_objfile)
5347 (dwarf2_per_objfile::~dwarf2_per_objfile)
5348 (dwarf2_per_objfile::free_cached_comp_units): New.
5349 (dwarf2_has_info): dwarf2_per_objfile initialization code moved to
5350 ctor. Call dwarf2_per_objfile's ctor manually.
5351 (dwarf2_locate_sections): Deleted/refactored as ...
5352 (dwarf2_per_objfile::locate_sections): ... this new method.
5353 (free_cached_comp_units): Defer to
5354 dwarf2_per_objfile::free_cached_comp_units.
5355 (dwarf2_free_objfile): Call dwarf2_per_objfile's dtor manually.
5356
8880f2a9
TT
53572017-07-14 Tom Tromey <tom@tromey.com>
5358
5359 PR rust/21764:
5360 * rust-exp.y (convert_ast_to_expression): Add "want_type"
5361 parameter.
5362 <UNOP_SIZEOF>: Split into separate case.
5363 <UNOP_VAR_VALUE>: Handle want_type. Add error case.
5364
65547233
TT
53652017-07-14 Tom Tromey <tom@tromey.com>
5366
5367 PR rust/21763:
5368 * symtab.c (symbol_matches_domain): Add language_rust to special
5369 case.
5370 * rust-exp.y (convert_ast_to_expression) <OP_VAR_VALUE>: Don't
5371 treat LOC_TYPEDEF symbols as variables.
5372
8f14146e
PA
53732017-07-14 Pedro Alves <palves@redhat.com>
5374
5375 * symtab.c (make_file_symbol_completion_list_1): Iterate over
5376 symtabs matching all symtabs with SRCFILE as file name instead of
5377 only considering the first hit, with lookup_symtab.
5378
2347965c
SM
53792017-07-14 Simon Marchi <simon.marchi@ericsson.com>
5380
5381 * ax-gdb.c (gen_aggregate_elt_ref): Remove operand_name and
5382 operator_name parameters.
5383 (gen_expr): Update function call.
5384
40f4af28
SM
53852017-07-14 Simon Marchi <simon.marchi@ericsson.com>
5386
5387 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Remove gdbarch
5388 parameter.
5389 * symtab.h (struct symbol_computed_ops::tracepoint_var_ref):
5390 Likewise.
5391 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove gdbarch
5392 parameter, use agent_expr::gdbarch instead, update function
5393 calls.
5394 (locexpr_tracepoint_var_ref): Likewise.
5395 (loclist_tracepoint_var_ref): Likewise.
5396 * ax-gdb.c (gen_trace_static_fields): Likewise.
5397 (gen_traced_pop): Likewise.
5398 (gen_frame_args_address): Likewise.
5399 (gen_frame_locals_address): Likewise.
5400 (gen_var_ref): Likewise.
5401 (gen_struct_ref_recursive): Likewise.
5402 (gen_static_field): Likewise.
5403 (gen_maybe_namespace_elt): Likewise.
5404 (gen_expr): Likewise.
5405 (gen_trace_for_var): Likewise.
5406 (gen_trace_for_expr): Likewise.
5407 (gen_trace_for_return_address): Likewise.
5408
053f8057
SM
54092017-07-14 Simon Marchi <simon.marchi@ericsson.com>
5410
5411 * ax-gdb.c (gen_deref, gen_address_of): Remove unused ax
5412 parameter.
5413 (gen_struct_ref, gen_expr, gen_expr_binop_rest): Update call.
5414
6661ad48
SM
54152017-07-14 Simon Marchi <simon.marchi@ericsson.com>
5416
5417 * ax-gdb.c (gen_usual_unary): Remove exp parameter, get gdbarch
5418 from ax, update calls.
5419 (gen_usual_arithmetic): Likewise.
5420 (gen_integral_promotions): Likewise.
5421 (gen_bitfield_ref): Likewise.
5422 (gen_primitive_field): Likewise.
5423 (gen_struct_ref_recursive): Likewise.
5424 (gen_struct_ref): Likewise.
5425 (gen_maybe_namespace_elt): Likewise.
5426 (gen_struct_elt_for_reference): Likewise.
5427 (gen_namespace_elt): Likewise.
5428 (gen_aggregate_elt_ref): Likewise.
5429 (gen_expr): Get gdbarch from ax, update calls.
5430 (gen_expr_binop_rest): Likewise.
5431
c55a47e7
PA
54322017-07-13 Pedro Alves <palves@redhat.com>
5433
5434 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Pass tdesc_amd64
5435 as default tdesc.
5436 * amd64-dicos-tdep.c (amd64_dicos_init_abi):
5437 * amd64-fbsd-tdep.c (amd64fbsd_init_abi):
5438 * amd64-linux-tdep.c (amd64_linux_init_abi): Pass
5439 tdesc_amd64_linux as default tdesc. Get final tdesc from the
5440 tdep.
5441 (amd64_x32_linux_init_abi): Pass tdesc_x32_linux as default tdesc.
5442 Get final tdesc from the tdep.
5443 * amd64-nbsd-tdep.c (amd64nbsd_init_abi): Pass tdesc_amd64 as
5444 default tdesc.
5445 * amd64-obsd-tdep.c (amd64obsd_init_abi): Likewise.
5446 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Likewise.
5447 * amd64-tdep.c (amd64_init_abi): Add 'default_tdesc' parameter.
5448 Use it as default tdesc.
5449 (amd64_x32_init_abi): Add 'default_tdesc' parameter, and pass it
5450 down to amd_init_abi. No longer handle fallback tdesc here.
5451 * amd64-tdep.h (tdesc_x32): Declare.
5452 (amd64_init_abi, amd64_x32_init_abi): Add 'default_tdesc'
5453 parameter.
5454 * amd64-windows-tdep.c (amd64_windows_init_abi): Pass tdesc_amd64
5455 as default tdesc.
5456
55efceab
AA
54572017-07-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5458
5459 * s390-linux-tdep.c (s390_process_record): Add support for
5460 instructions new in arch12.
5461
0aa37b65
JB
54622017-07-11 John Baldwin <jhb@FreeBSD.org>
5463
5464 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
5465 PT_GETFSBASE and PT_GETGSBASE.
5466 (amd64bsd_store_inferior_registers): Use PT_SETFSBASE and
5467 PT_SETGSBASE.
5468
48aeef91
JB
54692017-07-11 John Baldwin <jhb@FreeBSD.org>
5470
5471 * features/Makefile (amd64.dat, amd64-avx.dat, amd64-mpx.dat)
5472 (amd64-avx-mpx.dat, amd64-avx-avx512.dat)
5473 (amd64-avx-mpx-avx512-pku.dat): Add i386/64bit-segments.xml in
5474 those rules.
5475 * features/i386/amd64-avx-avx512.xml: Add 64bit-segments.xml.
5476 * features/i386/amd64-avx-mpx-avx512-pku.xml: Add 64bit-segments.xml.
5477 * features/i386/amd64-avx-mpx.xml: Add 64bit-segments.xml.
5478 * features/i386/amd64-avx.xml: Add 64bit-segments.xml.
5479 * features/i386/amd64-mpx.xml: Add 64bit-segments.xml.
5480 * features/i386/amd64.xml: Add 64bit-segments.xml.
5481 * features/i386/amd64-avx-avx512.c: Regenerated.
5482 * features/i386/amd64-avx-mpx-avx512-pku.c: Regenerated.
5483 * features/i386/amd64-avx-mpx.c: Regenerated.
5484 * features/i386/amd64-avx.c: Regenerated.
5485 * features/i386/amd64-mpx.c: Regenerated.
5486 * features/i386/amd64.c: Regenerated.
5487 * regformats/i386/amd64-avx-avx512.dat: Regenerated.
5488 * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Regenerated.
5489 * regformats/i386/amd64-avx-mpx.dat: Regenerated.
5490 * regformats/i386/amd64-avx.dat: Regenerated.
5491 * regformats/i386/amd64-mpx.dat: Regenerated.
5492 * regformats/i386/amd64.dat: Regenerated.
5493
77c501bc
YQ
54942017-07-10 Yao Qi <yao.qi@linaro.org>
5495
5496 * features/i386/amd64-avx-avx512-linux.c: Re-generated.
5497 * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Re-generated.
5498
6dc8d757
AK
54992017-07-10 Anton Kolesov <Anton.Kolesov@synopsys.com>
5500
5501 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add setenv and
5502 unsetenv.
5503 * gnulib/aclocal.m4: Regenerate.
5504 * gnulib/config.in: Regenerate.
5505 * gnulib/configure: Regenerate.
5506 * gnulib/import/Makefile.am: Regenerate.
5507 * gnulib/import/Makefile.in: Regenerate.
5508 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
5509 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
5510 * gnulib/import/m4/environ.m4: New file.
5511 * gnulib/import/m4/setenv.m4: New file.
5512 * gnulib/import/setenv.c: New file.
5513 * gnulib/import/unsetenv.c: New file.
5514
266934d1
SM
55152017-07-09 Simon Marchi <simon.marchi@ericsson.com>
5516
5517 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Read
5518 address when op is DW_OP_addr.
5519
03278692
TT
55202017-07-09 Tom Tromey <tom@tromey.com>
5521
5522 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Reverse size
5523 check and apply to outer type.
5524
4b654465
JB
55252017-07-07 John Baldwin <jhb@FreeBSD.org>
5526
5527 * fbsd-tdep.c (LWPINFO_OFFSET, LWPINFO_PL_FLAGS)
5528 (LWPINFO64_PL_SIGINFO, LWPINFO32_PL_SIGINFO, PL_FLAG_SI)
5529 (SIZE64_SIGINFO_T, SIZE32_SIGINFO_T, fbsd_core_xfer_siginfo): New.
5530 (fbsd_init_abi): Install gdbarch "core_xfer_siginfo" method.
5531
2af9fc44
JB
55322017-07-07 John Baldwin <jhb@FreeBSD.org>
5533
5534 * fbsd-tdep.c (fbsd_core_thread_name): Use thread_section_name.
5535
382b69bb
JB
55362017-07-07 John Baldwin <jhb@FreeBSD.org>
5537
5538 * corelow.c (get_core_siginfo): Remove.
5539 (core_xfer_partial): Use the gdbarch "core_xfer_siginfo" method
5540 instead of get_core_siginfo.
5541 * gdbarch.sh (core_xfer_siginfo): New gdbarch callback.
5542 * gdbarch.h: Re-generate.
5543 * gdbarch.c: Re-generate.
5544 * linux-tdep.c (linux_core_xfer_siginfo): New.
5545 (linux_init_abi): Install gdbarch "core_xfer_siginfo" method.
5546
6e5eab33
JB
55472017-07-07 John Baldwin <jhb@FreeBSD.org>
5548
5549 * corelow.c (thread_section_name): Move to ...
5550 * gdbcore.h (thread_section_name): ... here.
5551
929edea9
JB
55522017-07-07 John Baldwin <jhb@FreeBSD.org>
5553
5554 * fbsd-nat.c [PT_LWPINFO && __LP64__] (union sigval32)
5555 (struct siginfo32): New.
5556 [PT_LWPINFO] (fbsd_siginfo_size, fbsd_convert_siginfo): New.
5557 (fbsd_xfer_partial) [PT_LWPINFO]: Handle TARGET_OBJECT_SIGNAL_INFO
5558 via ptrace(PT_LWPINFO).
5559
762c974a
JB
55602017-07-07 John Baldwin <jhb@FreeBSD.org>
5561
5562 * fbsd-tdep.c (fbsd_gdbarch_data_handle, struct fbsd_gdbarch_data)
5563 (init_fbsd_gdbarch_data, get_fbsd_gdbarch_data)
5564 (fbsd_get_siginfo_type): New.
5565 (fbsd_init_abi): Install gdbarch "get_siginfo_type" method.
5566 (_initialize_fbsd_tdep): New.
5567
33c5cd75
DB
55682017-07-06 David Blaikie <dblaikie@gmail.com>
5569
5570 * dwarf2read.c (struct dwo_file): Use a htab of dwo_unit* (rather than
5571 a singular dwo_unit*) to support multiple CUs in the same way that
5572 multiple TUs are supported.
5573 (create_cus_hash_table): Replace create_dwo_cu with a function for
5574 parsing multiple CUs from a DWO file.
5575 (open_and_init_dwo_file): Use create_cus_hash_table rather than
5576 create_dwo_cu.
5577 (lookup_dwo_cutu): Lookup CU in the hash table in the dwo_file with
5578 htab_find, rather than comparing the signature to a singleton CU in
5579 the dwo_file.
5580
8455d262
PA
55812017-07-06 Pedro Alves <palves@redhat.com>
5582
5583 * python/py-unwind.c (pyuw_dealloc_cache): Fix for loop condition.
5584
4da3eb35
PA
55852017-07-04 Pedro Alves <palves@redhat.com>
5586
5587 * gdbtypes.c (recursive_dump_type): Don't reference TYPE_STATIC.
5588 * gdbtypes.h (TYPE_STATIC): Delete.
5589 (struct fn_field) <is_public, is_abstract, is_static, is_final,
5590 is_synchronized, is_native>: Delete.
5591 <dummy>: Bump.
5592 (TYPE_FN_FIELD_PUBLIC, TYPE_FN_FIELD_STATIC, TYPE_FN_FIELD_FINAL)
5593 (TYPE_FN_FIELD_SYNCHRONIZED, TYPE_FN_FIELD_NATIVE)
5594 (TYPE_FN_FIELD_ABSTRACT): Delete.
5595
5bfd255c
SM
55962017-07-03 Simon Marchi <simon.marchi@ericsson.com>
5597
5598 * buffer.h (buffer_finish): Fix spelling mistakes.
5599
25c54127
EZ
56002017-07-01 Eli Zaretskii <eliz@gnu.org>
5601
5602 * .dir-locals.el: Automatically switch to C-style comments in
5603 versions of Emacs that support the feature.
5604
dc4bde35
SDJ
56052017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5606 Pedro Alves <palves@redhat.com>
5607
5608 PR cli/21688
5609 * cli/cli-script.c (command_name_equals_not_inline): Remove function.
5610 (process_next_line): New variable 'inline_cmd'.
5611 Adjust 'if' clauses for "python", "compile" and "guile" to use
5612 'command_name_equals' and check for '!inline_cmd'.
5613
51ed89aa
SDJ
56142017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5615
5616 PR cli/21688
5617 * cli/cli-script.c (command_name_equals_not_inline): New function.
5618 (process_next_line): Adjust 'if' clauses for "python", "compile"
5619 and "guile" to use command_name_equals_not_inline.
5620
eb17d413
PA
56212017-06-29 Pedro Alves <palves@redhat.com>
5622
5623 * completer.c (expression_completer): Call
5624 linespec_location_completer instead of location_completer.
5625
195bcdd5
PA
56262017-06-29 Pedro Alves <palves@redhat.com>
5627
5628 * completer.c (expression_completer): Remove code that recomputes
5629 'text' from 'word'.
5630
adc764e7
YQ
56312017-06-29 Yao Qi <yao.qi@linaro.org>
5632
5633 * regformats/regdat.sh: Generate code with
5634 "ifndef IN_PROCESS_AGENT".
5635
6e75794e
PA
56362017-06-28 Pedro Alves <palves@redhat.com>
5637
5638 * command.h: Include "common/scoped_restore.h".
5639
bc491f2e
YQ
56402017-06-28 Yao Qi <yao.qi@linaro.org>
5641
5642 * mi/mi-cmd-break.c (mi_argv_to_format): Use obstack_grow_str
5643 instead of obstack_grow.
5644
41664b45
DG
56452017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5646
5647 PR gdb/21337
5648 * symfile.c (reread_symbols): Call objfiles_changed just before
5649 read_symbols.
5650
6da67eb1
PA
56512017-06-27 Pedro Alves <palves@redhat.com>
5652
5653 * symtab.c (COMPLETION_LIST_ADD_SYMBOL)
5654 (MCOMPLETION_LIST_ADD_SYMBOL): Delete macros, replace with ...
5655 (completion_list_add_symbol, completion_list_add_msymbol):
5656 ... these new functions.
5657 (add_symtab_completions)
5658 (default_make_symbol_completion_list_break_on_1): Adjust.
5659
23732b1e
PA
56602017-06-27 Pedro Alves <palves@redhat.com>
5661
5662 * objfiles.c (get_objfile_bfd_data): Call bfd_alloc instead of
5663 bfd_zalloc. Call objfile_per_bfd_storage's ctor.
5664 (free_objfile_per_bfd_storage): Call objfile_per_bfd_storage's
5665 dtor.
5666 * objfiles.h (objfile_per_bfd_storage): Add ctor. Make
5667 'storage_obstack' field an auto_obstack. In-class initialize all
5668 non-bitfield fields. Make minsyms_read bool.
5669 * symfile.c (read_symbols): Adjust.
5670
a4d1e79a
AH
56712017-06-27 Alan Hayward <alan.hayward@arm.com>
5672
5673 * remote-sim.c (gdbsim_fetch_register): Use byte_vector.
5674 (gdbsim_store_register): Likewise.
5675
8268c778
PA
56762017-06-27 Pedro Alves <palves@redhat.com>
5677
5678 * c-exp.y (name_obstack): Now an auto_obstack.
5679 (yylex): Use auto_obstack::clear.
5680 (c_parse): Use auto_obstack::clear instead of reinitializing and
5681 freeing the obstack.
5682 * c-lang.c (evaluate_subexp_c): Use auto_obstack.
5683 * d-exp.y (name_obstack): Now an auto_obstack.
5684 (yylex): Use auto_obstack::clear.
5685 (d_parse): Use auto_obstack::clear instead of reinitializing and
5686 freeing the obstack.
5687 * dwarf2loc.c (fetch_const_value_from_synthetic_pointer): Use
5688 auto_obstack.
5689 * dwarf2read.c (create_addrmap_from_index)
5690 (dwarf2_build_psymtabs_hard)
5691 (update_enumeration_type_from_children): Likewise.
5692 * gdb_obstack.h (auto_obstack): New type.
5693 * go-exp.y (name_obstack): Now an auto_obstack.
5694 (build_packaged_name): Use auto_obstack::clear.
5695 (go_parse): Use auto_obstack::clear instead of reinitializing and
5696 freeing the obstack.
5697 * linux-tdep.c (linux_make_mappings_corefile_notes): Use
5698 auto_obstack.
5699 * printcmd.c (printf_wide_c_string, ui_printf): Use auto_obstack.
5700 * rust-exp.y (work_obstack): Now an auto_obstack.
5701 (rust_parse, rust_lex_tests): Use auto_obstack::clear instead of
5702 reinitializing and freeing the obstack.
5703 * utils.c (do_obstack_free, make_cleanup_obstack_free): Delete.
5704 (host_char_to_target): Use auto_obstack.
5705 * utils.h (make_cleanup_obstack_free): Delete declaration.
5706 * valprint.c (generic_emit_char, generic_printstr): Use
5707 auto_obstack.
5708
db665f42
SM
57092017-06-27 Simon Marchi <simon.marchi@ericsson.com>
5710
5711 * darwin-nat.c (darwin_check_new_threads): Don't handle dummy
5712 thread.
5713 (darwin_init_thread_list): Don't update dummy thread.
5714 (darwin_create_inferior, darwin_attach): Don't add a dummy thread.
5715
873c0814
SM
57162017-06-26 Simon Marchi <simon.marchi@ericsson.com>
5717
5718 * record-full.c (netorder16): Remove.
5719
8b5a7a6e
SM
57202017-06-26 Simon Marchi <simon.marchi@ericsson.com>
5721
5722 * common/diagnostics.h: Define macros for GCC.
5723 (DIAGNOSTIC_IGNORE_UNUSED_FUNCTION): New macro.
5724 * common/vec.h: Include diagnostics.h.
5725 (DIAGNOSTIC_IGNORE_UNUSED_VEC_FUNCTION): New macro.
5726 (DEF_VEC_I, DEF_VEC_P, DEF_VEC_O): Ignore -Wunused-function
5727 warning.
5728
d1435379
SM
57292017-06-26 Simon Marchi <simon.marchi@ericsson.com>
5730
5731 * common/diagnostics.h (DIAGNOSTIC_IGNORE_DEPRECATED_REGISTER):
5732 New macro.
5733 * ada-lex.l: Ignore deprecated register warnings.
5734
cc75e0fd
SM
57352017-06-25 Simon Marchi <simon.marchi@ericsson.com>
5736
5737 * main.c (get_init_files): Replace "SYSTEM_GDBINIT +
5738 datadir_len" with "&SYSTEM_GDBINIT[datadir_len]".
5739
07809eaf
SM
57402017-06-25 Simon Marchi <simon.marchi@ericsson.com>
5741
5742 * dtrace-probe.c (dtrace_process_dof_probe): Put semi-colon on
5743 its own line.
5744
f076f034
SM
57452017-06-25 Simon Marchi <simon.marchi@ericsson.com>
5746
5747 * nat/x86-dregs.c (x86_show_dr): Print registers one per line.
5748
0dd5cbc5
AH
57492017-06-23 Alan Hayward <alan.hayward@arm.com>
5750
5751 * xtensa-tdep.c (XTENSA_MAX_REGISTER_SIZE): Add.
5752 (xtensa_register_write_masked): Use XTENSA_MAX_REGISTER_SIZE.
5753 (xtensa_register_read_masked): Likewise.
5754
d4c6ce5b
SDJ
57552017-06-22 Sergio Durigan Junior <sergiodj@redhat.com>
5756
5757 * common/environ.c (gdb_environ::unset): Update comment.
5758
16892a03
AH
57592017-06-22 Alan Hayward <alan.hayward@arm.com>
5760
5761 * python/py-unwind.c (pyuw_sniffer): Allocate space for
5762 registers.
5763
d7dcbefc
AH
57642017-06-22 Alan Hayward <alan.hayward@arm.com>
5765
5766 * record-full.c (record_full_exec_insn): Use byte_vector.
5767
b30ff123
YQ
57682017-06-22 Yao Qi <yao.qi@linaro.org>
5769
5770 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Regenerated.
5771 * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Regenerated.
5772
4fa847d7
AH
57732017-06-22 Alan Hayward <alan.hayward@arm.com>
5774
5775 * remote.c (cached_reg): Move from here...
5776 * regcache.h (cached_reg): ...to here.
5777 * python/py-unwind.c (struct reg_info): Remove.
5778 (cached_frame_info): Use cached_reg_t.
5779 (pyuw_prev_register): Likewise.
5780 (pyuw_sniffer): Use cached_reg_t and allocate registers.
5781 (pyuw_dealloc_cache): Free all registers.
5782
f4906a9a
PA
57832017-06-22 Pedro Alves <palves@redhat.com>
5784 Simon Marchi <simon.marchi@ericsson.com>
5785
5786 * unittests/environ-selftests.c (run_tests): Ignore -Wself-move
5787 warning.
5788 * common/diagnostics.h: New file.
5789
b45a1208
PA
57902017-06-22 Pedro Alves <palves@redhat.com>
5791
5792 * common/agent.h: Add include guards.
5793
e4da2c61
SM
57942017-06-21 Simon Marchi <simon.marchi@ericsson.com>
5795
5796 * target.h (struct target_ops) <to_xfer_partial>: Update doc to
5797 talk about addressable units instead of bytes.
5798
96160d60
SDJ
57992017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
5800
5801 * common/environ.c (gdb_environ::unset): Use '::iterator' instead
5802 of '::const_iterator'.
5803
9a6c7d9c
SDJ
58042017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
5805
5806 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
5807 'unittests/environ-selftests.c'.
5808 (SUBDIR_UNITTESTS_OBS): Add 'environ-selftests.o'.
5809 * charset.c (find_charset_names): Declare object 'iconv_env'.
5810 Update code to use 'iconv_env' object. Remove call to
5811 'free_environ'.
5812 * common/environ.c: Include <utility>.
5813 (make_environ): Delete function.
5814 (free_environ): Delete function.
5815 (gdb_environ::clear): New function.
5816 (gdb_environ::operator=): New function.
5817 (gdb_environ::get): Likewise.
5818 (environ_vector): Delete function.
5819 (set_in_environ): Delete function.
5820 (gdb_environ::set): New function.
5821 (unset_in_environ): Delete function.
5822 (gdb_environ::unset): New function.
5823 (gdb_environ::envp): Likewise.
5824 * common/environ.h: Include <vector>.
5825 (struct gdb_environ): Delete; transform into...
5826 (class gdb_environ): ... this class.
5827 (free_environ): Delete prototype.
5828 (init_environ, get_in_environ, set_in_environ, unset_in_environ,
5829 environ_vector): Likewise.
5830 * infcmd.c (run_command_1): Update code to call
5831 'envp' from 'gdb_environ' class.
5832 (environment_info): Update code to call methods from 'gdb_environ'
5833 class.
5834 (unset_environment_command): Likewise.
5835 (path_info): Likewise.
5836 (path_command): Likewise.
5837 * inferior.c (inferior::~inferior): Delete call to 'free_environ'.
5838 (inferior::inferior): Initialize 'environment' using the host's
5839 information.
5840 * inferior.h: Remove forward declaration of 'struct gdb_environ'.
5841 Include "environ.h".
5842 (class inferior) <environment>: Change type from 'struct
5843 gdb_environ' to 'gdb_environ'.
5844 * mi/mi-cmd-env.c (mi_cmd_env_path): Update code to call
5845 methods from 'gdb_environ' class.
5846 * solib.c (solib_find_1): Likewise
5847 * unittests/environ-selftests.c: New file.
5848
75c554cf
YQ
58492017-06-20 Yao Qi <yao.qi@linaro.org>
5850
5851 * features/i386/i386-linux.xml: Exchange the order of including
5852 32bit-linux.xml and 32bit-sse.xml.
5853 * features/i386/i386-linux.c: Regenerated.
5854
72ddacb7
YQ
58552017-06-20 Yao Qi <yao.qi@linaro.org>
5856
5857 * target-descriptions.c (tdesc_reg): Add ctor, dtor.
5858 Delete copy ctor and assignment operator.
5859 (tdesc_type): Likewise.
5860 (tdesc_feature): Likewise.
5861 (tdesc_free_reg): Remove.
5862 (tdesc_create_reg): Use new.
5863 (tdesc_free_type): Remove.
5864 (tdesc_create_vector): Use new.
5865 (tdesc_create_union): Likewise.
5866 (tdesc_create_flags): Likewise.
5867 (tdesc_create_enum): Likewise.
5868 (tdesc_free_feature): Delete.
5869 (free_target_description): Use delete.
5870
325c9fd4
JB
58712017-06-19 John Baldwin <jhb@FreeBSD.org>
5872
5873 * mips-tdep.c (print_gp_register_row): Don't error for unavailable
5874 registers.
5875
16b7a719
PA
58762017-06-19 Pedro Alves <palves@redhat.com>
5877
5878 * dwarf2read.c (write_psymtabs_to_index): Construct file_closer
5879 after gdb::unlinker.
5880
1c8e01c9
SDJ
58812017-06-19 Sergio Durigan Junior <sergiodj@redhat.com>
5882
5883 * mi/mi-cm-env.c (_initialize_mi_cmd_env): Use getenv instead of
5884 gdb_environ to access an environment variable.
5885
ffce45d2
TP
58862017-06-18 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5887
5888 * nat/linux-ptrace.c (linux_fork_to_function): Add cast to
5889 gdb_byte*.
5890
1d4fbac9
SM
58912017-06-17 Simon Marchi <simon.marchi@ericsson.com>
5892
5893 * nat/fork-inferior.h (trace_start_error): Add ATTRIBUTE_PRINTF.
5894
8465943a
SM
58952017-06-17 Simon Marchi <simon.marchi@ericsson.com>
5896
5897 * configure: Re-generate.
5898 * warning.m4 (build_warnings): Add -Wno-mismatched-tags.
5899
3e019bdc
SM
59002017-06-17 Simon Marchi <simon.marchi@ericsson.com>
5901
5902 * configure: Re-generate.
5903 * warning.m4: Pass -Werror to compiler when checking for
5904 supported warning flags.
5905
cf0dd6f0
SM
59062017-06-17 Simon Marchi <simon.marchi@ericsson.com>
5907
5908 * Makefile.in (COMPILE.pre): Add "-x c++".
5909
6f98355c
YQ
59102017-06-16 Alan Hayward <alan.hayward@arm.com>
5911 Pedro Alves <palves@redhat.com>
5912 Yao Qi <yao.qi@linaro.org>
5913
5914 * defs.h (RequireLongest): New.
5915 (extract_integer): Declare function template.
5916 (extract_signed_integer): Remove the declaration, but define it
5917 static inline.
5918 (extract_unsigned_integer): Likewise.
5919 (store_integer): Declare function template.
5920 (store_signed_integer): Remove the declaration, but define it
5921 static inline.
5922 (store_unsigned_integer): Likewise.
5923 * findvar.c (extract_integer): New function template.
5924 (extract_signed_integer): Remove.
5925 (extract_unsigned_integer): Remove.
5926 (extract_integer<LONGEST>, extract_integer<ULONGEST>): Explicit
5927 instantiations.
5928 (store_integer): New function template.
5929 (store_signed_integer): Remove.
5930 (store_unsigned_integer): Remove.
5931 (store_integer): Explicit instantiations.
5932 * regcache.c (regcache_raw_read_signed): Update.
5933 (regcache::raw_read): New function.
5934 (regcache::raw_read_signed): Remove.
5935 (regcache::raw_read_unsigned): Remove.
5936 (regcache_raw_read_unsigned): Update.
5937 (regcache_raw_write_unsigned): Update.
5938 (regcache::raw_write_signed): Remove.
5939 (regcache::raw_write): New function.
5940 (regcache_cooked_read_signed): Update.
5941 (regcache::raw_write_unsigned): Remove.
5942 (regcache::cooked_read_signed): Remove.
5943 (regcache_cooked_read_unsigned): Update.
5944 (regcache::cooked_read_unsigned): Remove.
5945 (regcache_cooked_write_signed): Update.
5946 (regcache_cooked_write_unsigned): Update.
5947 * regcache.h (regcache) <raw_read_signed>: Remove.
5948 <raw_write_signed, raw_read_unsigned, raw_write_unsigned>: Remove.
5949 <raw_read, raw_write>: New.
5950 <cooked_read_signed, cooked_write_signed>: Remove.
5951 <cooked_write_unsigned, cooked_read_unsigned>: Remove.
5952 <cooked_read, cooked_write>: New.
5953 * sh64-tdep.c (sh64_pseudo_register_read): Update.
5954 (sh64_pseudo_register_write): Update.
5955
a87dc45a
AK
59562017-06-16 Anton Kolesov <anton.kolesov@synopsys.com>
5957
5958 * arc-tdep.c (arc_disassembler_options): New variable.
5959 (arc_gdbarch_init): Set and use it. Use arc_delayed_print_insn instead
5960 of default_print_insn.
5961 (arc_delayed_print_insn): Set info->section when needed,
5962 use default_print_insn to retrieve a disassembler.
5963
45159d6a
SDJ
59642017-06-14 Sergio Durigan Junior <sergiodj@redhat.com>
5965
5966 PR gdb/21574
5967 * infcmd.c (_initialize_infcmd): Expand "help run" documentation
5968 to mention $SHELL and startup-with-shell.
5969
b46c4cf0
MF
59702017-06-14 Max Filippov <jcmvbkbc@gmail.com>
5971
5972 * MAINTAINERS: Move Maxim Grigoriev to the Past Maintainers.
5973
6394c606
YQ
59742017-06-14 Yao Qi <yao.qi@linaro.org>
5975
5976 * aarch64-tdep.c (aarch64_gdb_print_insn): Call
5977 default_print_insn instead of print_insn_aarch64.
5978 * arm-tdep.c (gdb_print_insn_arm): Call
5979 default_print_insn instead of print_insn_big_arm
5980 and print_insn_little_arm.
5981 * i386-tdep.c (i386_print_insn): Call default_print_insn
5982 instead of print_insn_i386.
5983 * ia64-tdep.c (ia64_print_insn): Call
5984 default_print_insn instead of print_insn_ia64.
5985 * mips-tdep.c (gdb_print_insn_mips): Call
5986 default_print_insn instead of print_insn_big_mips
5987 and print_insn_little_mips.
5988 * spu-tdep.c (gdb_print_insn_spu): Call default_print_insn
5989 instead of print_insn_spu.
5990
d5722aa2
PA
59912017-06-14 Pedro Alves <palves@redhat.com>
5992
5993 * ada-lang.c: Include "common/byte-vector.h".
5994 (ada_value_primitive_packed_val): Use gdb::byte_vector.
5995 * charset.c (wchar_iterator::iterate): Resize the vector instead
5996 of reserving it.
5997 * common/byte-vector.h: Include "common/def-vector.h".
5998 (wchar_iterator::m_out): Now a gdb::def_vector<gdb_wchar_t>.
5999 * cli/cli-dump.c: Include "common/byte-vector.h".
6000 (dump_memory_to_file, restore_binary_file): Use gdb::byte_vector.
6001 * common/byte-vector.h: New file.
6002 * common/def-vector.h: New file.
6003 * common/default-init-alloc.h: New file.
6004 * dwarf2loc.c: Include "common/byte-vector.h".
6005 (rw_pieced_value): Use gdb::byte_vector, and resize the vector
6006 instead of reserving it.
6007 * dwarf2read.c: Include "common/byte-vector.h".
6008 (data_buf::m_vec): Now a gdb::byte_vector.
6009 * gdb_regex.c: Include "common/def-vector.h".
6010 (compiled_regex::compiled_regex): Use gdb::def_vector<char>.
6011 * mi/mi-main.c: Include "common/byte-vector.h".
6012 (mi_cmd_data_read_memory): Use gdb::byte_vector.
6013 * printcmd.c: Include "common/byte-vector.h".
6014 (print_scalar_formatted): Use gdb::byte_vector.
6015 * valprint.c: Include "common/byte-vector.h".
6016 (maybe_negate_by_bytes, print_decimal_chars): Use
6017 gdb::byte_vector.
6018
01ec7a27
SM
60192017-06-13 Simon Marchi <simon.marchi@ericsson.com>
6020
6021 * darwin-nat.c: Include "nat/fork-inferior.h".
6022
848d9074
SM
60232017-06-13 Simon Marchi <simon.marchi@ericsson.com>
6024
6025 * configure.nat: Factor out Darwin bits that are not
6026 architecture-specific. Add fork-inferior.o.
6027
3b912944
SM
60282017-06-13 Simon Marchi <simon.marchi@ericsson.com>
6029
6030 * configure.nat: Factor out AIX bits that are not
6031 architecture-specific. Add fork-inferior.o.
6032
55acdf22
AA
60332017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6034
6035 * dwarf2loc.c (rw_pieced_value): New. Merge logic from...
6036 (read_pieced_value, write_pieced_value): ...here. Reduce to
6037 wrappers that just call rw_pieced_value.
6038
f65e2044
AA
60392017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6040
6041 * dwarf2loc.c (write_pieced_value): When writing the data for a
6042 memory piece, use write_memory_with_notification instead of
6043 write_memory.
6044
23f945bf
AA
60452017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6046
6047 * valops.c (read_value_memory): Change embedded_offset to
6048 represent a bit offset instead of a byte offset.
6049 * value.h (read_value_memory): Adjust comment.
6050
f236533e
AA
60512017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6052
6053 * dwarf2loc.c (read_pieced_value): Remove unnecessary variables
6054 dest_offset_bits and source_offset_bits.
6055 (write_pieced_value): Likewise.
6056
65d84b76
AA
60572017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6058
6059 * dwarf2loc.c (read_pieced_value): Respect the piece offset, as
6060 given by DW_OP_bit_piece.
6061 (write_pieced_value): Likewise.
6062
242d31ab
AA
60632017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6064
6065 * dwarf2loc.c (read_pieced_value): Move the buffer allocation and
6066 some other preparations to the places where sufficient information
6067 is available.
6068 (write_pieced_value): Likewise.
6069
03c8af18
AA
60702017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6071
6072 * dwarf2loc.c (bits_to_bytes): New function.
6073 (read_pieced_value): Fix offset calculations for register pieces
6074 on big-endian targets.
6075 (write_pieced_value): Likewise.
6076
840989c1
AA
60772017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6078
6079 * dwarf2loc.c (read_pieced_value): Remove buffer_size variable.
6080 (write_pieced_value): Likewise.
6081
359b19bb
AA
60822017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6083
6084 * dwarf2loc.c (write_pieced_value): When writing to a bit-field,
6085 transfer the source value's least significant bits, instead of its
6086 lowest-addressed ones. Rename type_len to max_offset.
6087 (read_pieced_value): Mirror above changes to write_pieced_value as
6088 applicable.
6089
07c9ca3b
AA
60902017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6091
6092 * dwarf2loc.c (write_pieced_value): In DWARF_VALUE_MEMORY,
6093 truncate full bytes from dest_offset_bits before using it as an
6094 offset into the buffer.
6095
f1cc9874
AA
60962017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6097
6098 * dwarf2loc.c (write_pieced_value): Include transfer size in
6099 byte-wise check.
6100
cdaac320
AA
61012017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6102
6103 * dwarf2loc.c (write_pieced_value): Fix copy/paste error in the
6104 calculation of this_size.
6105
af547a96
AA
61062017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6107
6108 * dwarf2loc.c (read_pieced_value): Respect parent value's offset
6109 when targeting a bit-field.
6110 (write_pieced_value): Likewise.
6111
ddd7882a
AA
61122017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6113
6114 * dwarf2loc.c (struct piece_closure) <addr_size>: Remove field.
6115 (allocate_piece_closure): Drop addr_size parameter.
6116 (dwarf2_evaluate_loc_desc_full): Adjust call to
6117 allocate_piece_closure.
6118
e9352324
AA
61192017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6120
6121 PR gdb/21226
6122 * dwarf2loc.c (read_pieced_value): Anchor stack value pieces at
6123 the LSB end, independent of endianness.
6124
d5d1163e
AA
61252017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6126
6127 * dwarf2loc.c (write_pieced_value): Fix order of calculations for
6128 size capping.
6129
032bb6ea
YQ
61302017-06-13 Yao Qi <yao.qi@linaro.org>
6131
6132 * mips-linux-nat.c: Move include features/mips*-linux.c to
6133 mips-linux-tdep.c.
6134 (_initialize_mips_linux_nat): Move initialize_tdesc_mips* calls
6135 to mips-linux-tdep.c.
6136 * mips-linux-tdep.c: Include features/mips*-linux.c
6137 (_initialize_mips_linux_tdep): Call initialize_tdesc_mips*
6138 functions.
6139 * mips-linux-tdep.h (tdesc_mips_linux): Declare.
6140 (tdesc_mips_dsp_linux, tdesc_mips64_linux): Declare.
6141 (tdesc_mips64_dsp_linux): Declare.
6142
f12f6bad
TT
61432017-06-12 Tom Tromey <tom@tromey.com>
6144
6145 * valprint.h (val_print_type_code_int): Remove.
6146 * valprint.c (generic_val_print_int): Always call
6147 val_print_scalar_formatted.
6148 (val_print_type_code_int): Remove.
6149 * printcmd.c (print_scalar_formatted): Handle options->format==0.
6150 * f-valprint.c (f_val_print): Use val_print_scalar_formatted.
6151 * c-valprint.c (c_val_print_int): Use val_print_scalar_formatted.
6152 * ada-valprint.c (ada_val_print_num): Use
6153 val_print_scalar_formatted.
6154
d9109c80
TT
61552017-06-12 Tom Tromey <tom@tromey.com>
6156
6157 * printcmd.c (print_scalar_formatted): Unify the two switches.
6158 Don't convert scalars to LONGEST.
6159
4ac0cb1c
TT
61602017-06-12 Tom Tromey <tom@tromey.com>
6161
6162 PR exp/16225:
6163 * valprint.h (print_decimal_chars): Update.
6164 * valprint.c (maybe_negate_by_bytes): New function.
6165 (print_decimal_chars): Add "is_signed" argument.
6166 * printcmd.c (print_scalar_formatted): Update.
6167
30a25466
TT
61682017-06-12 Tom Tromey <tom@tromey.com>
6169
6170 PR exp/16225:
6171 * valprint.h (print_binary_chars, print_hex_chars): Update.
6172 * valprint.c (val_print_type_code_int): Update.
6173 (print_binary_chars): Add "zero_pad" argument.
6174 (emit_octal_digit): New function.
6175 (print_octal_chars): Don't zero-pad.
6176 (print_decimal_chars): Likewise.
6177 (print_hex_chars): Add "zero_pad" argument.
6178 * sh64-tdep.c (sh64_do_fp_register): Update.
6179 * regcache.c (regcache::dump): Update.
6180 * printcmd.c (print_scalar_formatted): Update.
6181 * infcmd.c (default_print_one_register_info): Update.
6182
b3464d03
PA
61832017-06-12 Pedro Alves <palves@redhat.com>
6184 Alan Hayward <alan.hayward@arm.com>
6185
6186 * mips-tdep.c (MAX_MIPS_ABI_REGSIZE): New.
6187 (mips_eabi_push_dummy_call): Rename local 'regsize' to
6188 'abi_regsize'. Rename local array 'valbuf' to 'ref_valbuf', and
6189 use MAX_MIPS_ABI_REGSIZE instead of MAX_REGISTER_SIZE to size it.
6190 Assert that abi_regsize bytes fit in 'ref_valbuf'.
6191
4b76cda9
PA
61922017-06-12 Pedro Alves <palves@redhat.com>
6193
6194 * dwarf2read.c (mapped_symtab::data): Now a vector of
6195 symtab_index_entry instead of vector of
6196 std::unique_ptr<symtab_index_entry>. All users adjusted to check
6197 whether an element's name is NULL instead of checking whether the
6198 element itself is NULL.
6199 (find_slot): Change return type. Adjust.
6200 (hash_expand, , add_index_entry, uniquify_cu_indices)
6201 (write_hash_table): Adjust.
6202
e8f8bcb3
PA
62032017-06-12 Pedro Alves <palves@redhat.com>
6204
6205 * dwarf2read.c (recursively_count_psymbols): New function.
6206 (write_psymtabs_to_index): Call it to compute number of psyms and
6207 pass estimate size of psyms_seen to unordered_set's ctor.
6208
70a1152b
PA
62092017-06-12 Pedro Alves <palves@redhat.com>
6210
6211 * dwarf2read.c (write_hash_table): Check if key already exists
6212 before emplacing.
6213
c2f134ac
PA
62142017-06-12 Pedro Alves <palves@redhat.com>
6215
6216 * dwarf2read.c (data_buf::append_space): Rename to...
6217 (data_buf::grow): ... this, and make private. Adjust all callers.
6218 (data_buf::append_uint): New method.
6219 (add_address_entry, write_one_signatured_type)
6220 (write_psymtabs_to_index): Use it.
6221
a81e6d4d
PA
62222017-06-12 Pedro Alves <palves@redhat.com>
6223
6224 * dwarf2read.c (file_write(FILE *, const void *, size_t)): Delete.
6225 (file_write (FILE *, const std::vector<Elem>&)): Delete.
6226 (data_buf::file_write): Call ::fwrite directly.
6227
6fd931f2
PA
62282017-06-12 Pedro Alves <palves@redhat.com>
6229
6230 * dwarf2read.c (uniquify_cu_indices): Use std::unique and
6231 std::vector::erase.
6232
bc8f2430
JK
62332017-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6234
6235 Code cleanup: C++ify .gdb_index producer.
6236 * dwarf2read.c: Include <unordered_set> and <unordered_map>.
6237 (MAYBE_SWAP) [WORDS_BIGENDIAN]: Cast to offset_type.
6238 (struct strtab_entry, hash_strtab_entry, eq_strtab_entry)
6239 (create_strtab, add_string): Remove.
6240 (file_write, data_buf): New.
6241 (struct symtab_index_entry): Use std::vector for cu_indices.
6242 (struct mapped_symtab): Use std::vector for data.
6243 (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry)
6244 (create_symbol_hash_table, create_mapped_symtab, cleanup_mapped_symtab):
6245 Remove.
6246 (find_slot): Change return type. Update it to the new data structures.
6247 (hash_expand, add_index_entry): Update it to the new data structures.
6248 (offset_type_compare): Remove.
6249 (uniquify_cu_indices): Update it to the new data structures.
6250 (c_str_view, c_str_view_hasher, vector_hasher): New.
6251 (add_indices_to_cpool): Remove.
6252 (write_hash_table): Update it to the new data structures.
6253 (struct psymtab_cu_index_map, hash_psymtab_cu_index)
6254 (eq_psymtab_cu_index): Remove.
6255 (psym_index_map): New typedef.
6256 (struct addrmap_index_data): Change addr_obstack pointer to data_buf
6257 reference and std::unordered_map for cu_index_htab.
6258 (add_address_entry, add_address_entry_worker, write_address_map)
6259 (write_psymbols): Update it to the new data structures.
6260 (write_obstack): Remove.
6261 (struct signatured_type_index_data): Change types_list to a data_buf
6262 reference and psyms_seen to a std::unordered_set reference.
6263 (write_one_signatured_type, recursively_write_psymbols)
6264 (write_psymtabs_to_index): Update it to the new data structures.
6265
c4dcb155
SM
62662017-06-11 Simon Marchi <simon.marchi@ericsson.com>
6267
6268 * NEWS (Changes since GDB 8.0): Announce {set,show} debug
6269 separate-debug-file commands.
6270 * symfile.h (separate_debug_file_debug): New global.
6271 * symfile.c (separate_debug_file_debug): New global.
6272 (separate_debug_file_exists, find_separate_debug_file): Add
6273 debug output.
6274 (_initialize_symfile): Add "set debug separate-debug-file"
6275 command.
6276 * build-id.c (build_id_to_debug_bfd,
6277 find_separate_debug_file_by_buildid): Add debug output.
6278
6d45d4b4
SM
62792017-06-10 Simon Marchi <simon.marchi@polymtl.ca>
6280
6281 * gdbarch.sh (displaced_step_free_closure): Remove.
6282 * gdbarch.h, gdbarch.c: Re-generate.
6283 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't set
6284 displaced_step_free_closure.
6285 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
6286 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
6287 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
6288 * rs6000-aix-tdep.c (rs6000_aix_init_osabi): Likewise.
6289 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
6290 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
6291 * arch-utils.h (simple_displaced_step_free_closure): Remove.
6292 * arch-utils.c (simple_displaced_step_free_closure): Remove.
6293 * infrun.c (displaced_step_clear): Call xfree instead of
6294 gdbarch_displaced_step_free_closure.
6295
2f91880f
SDJ
62962017-06-08 Sergio Durigan Junior <sergiodj@redhat.com>
6297
6298 * common/common-utils.c (stringify_argv): Check for "arg[0] !=
6299 NULL".
6300
b8b6e72f
AH
63012017-06-08 Alan Hayward <alan.hayward@arm.com>
6302
6303 * mn10300-tdep.c (MN10300_MAX_REGISTER_SIZE): Add.
6304 (mn10300_extract_return_value): Use MN10300_MAX_REGISTER_SIZE.
6305 (mn10300_push_dummy_call): Likewise.
6306
5369082e
AH
63072017-06-08 Alan Hayward <alan.hayward@arm.com>
6308
6309 * mi/mi-main.c (register_changed_p): Use value_contents_eq.
6310
ff4ca5ac
AH
63112017-06-08 Alan Hayward <alan.hayward@arm.com>
6312
6313 * mi/mi-main.c (register_changed_p): Use cooked_read_value.
6314
aefd8b33
SDJ
63152017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6316
6317 * NEWS (Changes since GDB 8.0): Announce that GDBserver is now
6318 able to start inferiors using a shell.
6319 (New remote packets): Announce new packet "QStartupWithShell".
6320 * remote.c: Add PACKET_QStartupWithShell.
6321 (extended_remote_create_inferior): Handle new
6322 PACKET_QStartupWithShell.
6323 (remote_protocol_features) <QStartupWithShell>: New entry for
6324 PACKET_QStartupWithShell.
6325 (_initialize_remote): Call "add_packet_config_cmd" for
6326 QStartupShell.
6327
2090129c
SDJ
63282017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6329 Pedro Alves <palves@redhat.com>
6330
6331 * Makefile.in (HFILES_NO_SRCDIR): Add "common/common-inferior.h"
6332 and "nat/fork-inferior.h".
6333 * common/common-inferior.h: New file, with contents from
6334 "gdb/inferior.h".
6335 * commom/common-utils.c: Include "common-utils.h".
6336 (stringify_argv): New function.
6337 * common/common-utils.h (stringify_argv): New prototype.
6338 * configure.nat: Add "fork-inferior.o" as a dependency for
6339 "*linux*", "fbsd*" and "nbsd*" hosts.
6340 * corefile.c (get_exec_file): Update comment.
6341 * darwin-nat.c (darwin_ptrace_him): Call "gdb_startup_inferior"
6342 instead of "startup_inferior".
6343 (darwin_create_inferior): Call "add_thread_silent" after
6344 "fork_inferior".
6345 * fork-child.c: Cleanup unnecessary includes.
6346 (SHELL_FILE): Move to "common/common-fork-child.c".
6347 (environ): Likewise.
6348 (exec_wrapper): Initialize.
6349 (get_exec_wrapper): New function.
6350 (breakup_args): Move to "common/common-fork-child.c"; rename to
6351 "breakup_args_for_exec".
6352 (escape_bang_in_quoted_argument): Move to
6353 "common/common-fork-child.c".
6354 (saved_ui): New variable.
6355 (prefork_hook): New function.
6356 (postfork_hook): Likewise.
6357 (postfork_child_hook): Likewise.
6358 (gdb_startup_inferior): Likewise.
6359 (fork_inferior): Move to "common/common-fork-child.c". Update
6360 function to support gdbserver.
6361 (startup_inferior): Likewise.
6362 * gdbcore.h (get_exec_file): Remove declaration.
6363 * gnu-nat.c (gnu_create_inferior): Call "gdb_startup_inferior"
6364 instead of "startup_inferior". Call "add_thread_silent" after
6365 "fork_inferior".
6366 * inf-ptrace.c: Include "nat/fork-inferior.h" and "utils.h".
6367 (inf_ptrace_create_inferior): Call "gdb_startup_inferior"
6368 instead of "startup_inferior". Call "add_thread_silent" after
6369 "fork_inferior".
6370 * inferior.h: Include "common-inferior.h".
6371 (trace_start_error): Move to "common/common-utils.h".
6372 (trace_start_error_with_name): Likewise.
6373 (fork_inferior): Move prototype to "nat/fork-inferior.h".
6374 (startup_inferior): Likewise.
6375 (gdb_startup_inferior): New prototype.
6376 * nat/fork-inferior.c: New file, with contents from "fork-child.c".
6377 * nat/fork-inferior.h: New file.
6378 * procfs.c (procfs_init_inferior): Call "gdb_startup_inferior"
6379 instead of "startup_inferior". Call "add_thread_silent" after
6380 "fork_inferior".
6381 * target.h (target_terminal_init): Move prototype to
6382 "target/target.h".
6383 (target_terminal_inferior): Likewise.
6384 (target_terminal_ours): Likewise.
6385 * target/target.h (target_terminal_init): New prototype, moved
6386 from "target.h".
6387 (target_terminal_inferior): Likewise.
6388 (target_terminal_ours): Likewise.
6389 * utils.c (gdb_flush_out_err): New function.
6390
043a4934
SDJ
63912017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6392
6393 * Makefile.in (HFILES_NO_SRCDIR): Add "common/common-gdbthread.h".
6394 * common/common-gdbthread.h: New file, with parts from
6395 "gdb/gdbthread.h".
6396 * gdbthread.h: Include "common-gdbthread.h".
6397 (switch_to_thread): Moved to "common/common-gdbthread.h".
6398
15652511
SDJ
63992017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6400
6401 * Makefile.in (SFILES): Add "common/job-control.c".
6402 (HFILES_NO_SRCDIR): Add "common/job-control.h".
6403 (COMMON_OBS): Add "job-control.o".
6404 * common/job-control.c: New file, with contents from
6405 "gdb/inflow.c".
6406 * common/job-control.h: New file, with contents from "terminal.h".
6407 * fork-child.c: Include "job-control.h".
6408 * inflow.c: Include "job-control.h".
6409 (gdb_setpgid): Move to "common/common-inflow.c".
6410 (_initialize_inflow): Move setting of "job_control" to
6411 "handle_job_control".
6412 * terminal.h (job_control): Moved to "common/common-terminal.h".
6413 (gdb_setpgid): Likewise.
6414 * top.c: Include "job_control.h".
6415 * utils.c: Likewise.
6416 (job_control): Moved to "job-control.c".
6417
2d7cc5c7
PA
64182017-06-07 Pedro Alves <palves@redhat.com>
6419
6420 * Makefile.in (SFILES): Add gdb_regex.c.
6421 (COMMON_OBS): Add gdb_regex.o.
6422 * ada-lang.c (ada_add_standard_exceptions)
6423 (ada_add_exceptions_from_frame, name_matches_regex)
6424 (ada_add_global_exceptions, ada_exceptions_list_1): Change regex
6425 parameter type to compiled_regex. Adjust.
6426 (ada_exceptions_list): Use compiled_regex.
6427 * break-catch-throw.c (exception_catchpoint::pattern): Now a
6428 std::unique_ptr<compiled_regex>.
6429 (exception_catchpoint::~exception_catchpoint): Remove regfree
6430 call.
6431 (check_status_exception_catchpoint): Adjust to use compiled_regex.
6432 (handle_gnu_v3_exceptions): Adjust to use compiled_regex.
6433 * breakpoint.c (solib_catchpoint::compiled): Now a
6434 std::unique_ptr<compiled_regex>.
6435 (solib_catchpoint::~solib_catchpoint): Remove regfree call.
6436 (check_status_catch_solib): Adjust to use compiled_regex.
6437 (add_solib_catchpoint): Adjust to use compiled_regex.
6438 * cli/cli-cmds.c (apropos_command): Use compiled_regex.
6439 * cli/cli-decode.c (apropos_cmd): Change regex parameter to
6440 compiled_regex reference. Adjust to use it.
6441 * cli/cli-decode.h: Remove struct re_pattern_buffer forward
6442 declaration. Include "gdb_regex.h".
6443 (apropos_cmd): Change regex parameter to compiled_regex reference.
6444 * gdb_regex.c: New file.
6445 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Delete
6446 declarations.
6447 (class compiled_regex): New.
6448 * linux-tdep.c: Include "common/gdb_optional.h".
6449 (struct mapping_regexes): New, factored out from
6450 mapping_is_anonymous_p, and adjusted to use compiled_regex.
6451 (mapping_is_anonymous_p): Use mapping_regexes wrapped in a
6452 gdb::optional and remove cleanups. Adjust to compiled_regex.
6453 * probe.c: Include "common/gdb_optional.h".
6454 (collect_probes): Use compiled_regex and gdb::optional and remove
6455 cleanups.
6456 * skip.c: Include "common/gdb_optional.h".
6457 (skiplist_entry::compiled_function_regexp): Now a
6458 gdb::optional<compiled_regex>.
6459 (skiplist_entry::compiled_function_regexp_is_valid): Delete field.
6460 (free_skiplist_entry): Remove regfree call.
6461 (compile_skip_regexp, skip_rfunction_p): Adjust to use
6462 compiled_regex and gdb::optional.
6463 * symtab.c: Include "common/gdb_optional.h".
6464 (search_symbols): Use compiled_regex and gdb::optional.
6465 * utils.c (do_regfree_cleanup, make_regfree_cleanup)
6466 (get_regcomp_error, compile_rx_or_error): Delete. Some bits moved
6467 to gdb_regex.c.
6468
50d6adef
AH
64692017-06-07 Alan Hayward <alan.hayward@arm.com>
6470
6471 * regcache.c (regcache::save): Avoid buffer use.
6472 (regcache::dump): Likewise.
6473
4a8a33c8
AH
64742017-06-07 Alan Hayward <alan.hayward@arm.com>
6475
6476 * sh-tdep.c (sh_pseudo_register_read): Remove
6477 MAX_REGISTER_SIZE.
6478 (sh_pseudo_register_write): Likewise.
6479 * sh64-tdep.c (sh64_pseudo_register_read): Likewise.
6480 (sh64_pseudo_register_write): Likewise
6481
d1be909e
AH
64822017-06-07 Alan Hayward <alan.hayward@arm.com>
6483
6484 * aarch64-tdep.c (aarch64_store_return_value): Use
6485 V_REGISTER_SIZE.
6486 (aarch64_pseudo_read_value): Likewise.
6487 (aarch64_pseudo_write): Likewise.
6488
f4a65042
YQ
64892017-06-06 Yao Qi <yao.qi@linaro.org>
6490
6491 * regformats/regdef.h (set_register_cache): Remove the
6492 declaration.
6493
9f7fb0aa
AH
64942017-06-06 Alan Hayward <alan.hayward@arm.com>
6495
6496 * frame.c (frame_unwind_register_signed): Use
6497 frame_unwind_register_value.
6498
e1e01040
PA
64992017-06-06 Pedro Alves <palves@redhat.com>
6500
6501 PR breakpoints/21553
6502 * breakpoint.c (create_breakpoints_sal_default)
6503 (init_breakpoint_sal, create_breakpoint_sal): Use
6504 gdb::unique_xmalloc_ptr for string parameters.
6505 (create_breakpoint): Constify 'extra_string' and 'cond_string'
6506 parameters. Replace cleanups with gdb::unique_xmalloc_ptr.
6507 (base_breakpoint_create_breakpoints_sal)
6508 (bkpt_create_breakpoints_sal, tracepoint_create_breakpoints_sal)
6509 (strace_marker_create_breakpoints_sal)
6510 (create_breakpoints_sal_default): Use gdb::unique_xmalloc_ptr for
6511 string parameters.
6512 * breakpoint.h (breakpoint_ops::create_breakpoints_sal): Use
6513 gdb::unique_xmalloc_ptr for string parameters.
6514 (create_breakpoint): Constify 'extra_string' and 'cond_string'
6515 parameters.
6516
fbe654c8
AH
65172017-06-06 Alan Hayward <alan.hayward@arm.com>
6518
6519 * alpha-tdep.c (alpha_register_to_value): Use
6520 get_frame_register_value.
6521 (alpha_value_to_register): Use ALPHA_REGISTER_SIZE.
6522
ae0d01d6
AH
65232017-06-06 Alan Hayward <alan.hayward@arm.com>
6524
6525 * ia64-tdep.c (IA64_MAX_FP_REGISTER_SIZE) Add.
6526 (ia64_register_to_value): Use IA64_MAX_FP_REGISTER_SIZE.
6527 (ia64_value_to_register): Likewise.
6528 (ia64_extract_return_value): Likewise.
6529 (ia64_store_return_value): Likewise.
6530 (ia64_push_dummy_call): Likewise.
6531
49cf576c
JB
65322017-06-04 Joel Brobecker <brobecker@adacore.com>
6533
6534 GDB 8.0 released.
6535
26b6a6ab
SM
65362017-06-03 Simon Marchi <simon.marchi@ericsson.com>
6537
6538 * x86-linux-nat.c (struct arch_lwp_info): Remove.
6539
22827c51
SM
65402017-06-03 Simon Marchi <simon.marchi@polymtl.ca>
6541
6542 * linux-nat.c (linux_nat_post_attach_wait): Remove FIRST
6543 parameter.
6544 (linux_nat_attach): Adjust call to linux_nat_post_attach_wait.
6545
0e05cf3a
SM
65462017-06-02 Simon Marchi <simon.marchi@ericsson.com>
6547
6548 * event-loop.c (poll_timers): Unallocate timer using delete
6549 instead of xfree.
6550
c1fc2657
SM
65512017-06-02 Simon Marchi <simon.marchi@polymtl.ca>
6552
6553 * breakpoint.h (struct breakpoint_ops) <dtor>: Remove.
6554 (struct breakpoint) <~breakpoint>: New.
6555 (struct watchpoint): Inherit from breakpoint.
6556 <~watchpoint>: New.
6557 <base>: Remove.
6558 (struct tracepoint): Inherit from breakpoint.
6559 <base>: Remove.
6560 * breakpoint.c (longjmp_breakpoint_ops): Remove.
6561 (struct longjmp_breakpoint): Inherit from breakpoint.
6562 <~longjmp_breakpoint>: New.
6563 <base>: Remove.
6564 (new_breakpoint_from_type): Remove casts.
6565 (watchpoint_in_thread_scope): Remove reference to base field.
6566 (watchpoint_del_at_next_stop): Likewise.
6567 (update_watchpoint): Likewise.
6568 (watchpoint_check): Likewise.
6569 (bpstat_check_watchpoint): Likewise.
6570 (set_longjmp_breakpoint): Likewise.
6571 (struct fork_catchpoint): Inherit from breakpoint.
6572 <base>: Remove.
6573 (struct solib_catchpoint): Inherit from breakpoint.
6574 <~solib_catchpoint>: New.
6575 <base>: Remove.
6576 (dtor_catch_solib): Change to ...
6577 (solib_catchpoint::~solib_catchpoint): ... this.
6578 (breakpoint_hit_catch_solib): Remove reference to base field.
6579 (add_solib_catchpoint): Likewise.
6580 (create_fork_vfork_event_catchpoint): Likewise.
6581 (struct exec_catchpoint): Inherit from breakpoint.
6582 <~exec_catchpoint>: New.
6583 <base>: Remove.
6584 (dtor_catch_exec): Change to ...
6585 (exec_catchpoint::~exec_catchpoint): ... this.
6586 (dtor_watchpoint): Change to ...
6587 (watchpoint::~watchpoint): ... this.
6588 (watch_command_1): Remove reference to base field.
6589 (catch_exec_command_1): Likewise.
6590 (base_breakpoint_dtor): Change to ...
6591 (breakpoint::~breakpoint): ... this.
6592 (base_breakpoint_ops): Remove dtor field value.
6593 (longjmp_bkpt_dtor): Change to ...
6594 (longjmp_breakpoint::~longjmp_breakpoint): ... this.
6595 (strace_marker_create_breakpoints_sal): Remove reference to base
6596 field.
6597 (delete_breakpoint): Don't manually call breakpoint destructor.
6598 (create_tracepoint_from_upload): Remove reference to base field.
6599 (trace_pass_set_count): Likewise.
6600 (initialize_breakpoint_ops): Don't initialize
6601 momentary_breakpoint_ops, don't set dtors.
6602 * ada-lang.c (struct ada_catchpoint): Inherit from breakpoint.
6603 <~ada_catchpoint>: New.
6604 <base>: Remove.
6605 (create_excep_cond_exprs): Remove reference to base field.
6606 (dtor_exception): Change to ...
6607 (ada_catchpoint::~ada_catchpoint): ... this.
6608 (dtor_catch_exception): Remove.
6609 (dtor_catch_exception_unhandled): Remove.
6610 (dtor_catch_assert): Remove.
6611 (create_ada_exception_catchpoint): Remove reference to base
6612 field.
6613 (initialize_ada_catchpoint_ops): Don't set dtors.
6614 * break-catch-sig.c (struct signal_catchpoint): Inherit from
6615 breakpoint.
6616 <~signal_catchpoint>: New.
6617 <base>: Remove.
6618 (signal_catchpoint_dtor): Change to ...
6619 (signal_catchpoint::~signal_catchpoint): ... this.
6620 (create_signal_catchpoint): Remove reference to base field.
6621 (initialize_signal_catchpoint_ops): Don't set dtor.
6622 * break-catch-syscall.c (struct syscall_catchpoint): Inherit
6623 from breakpoint.
6624 <~syscall_catchpoint>: New.
6625 <base>: Remove.
6626 (dtor_catch_syscall): Change to ...
6627 (syscall_catchpoint::~syscall_catchpoint): ... this.
6628 (create_syscall_event_catchpoint): Remove reference to base
6629 field.
6630 (initialize_syscall_catchpoint_ops): Don't set dtor.
6631 * break-catch-throw.c (struct exception_catchpoint): Inherit
6632 from breakpoint.
6633 <~exception_catchpoint>: New.
6634 <base>: Remove.
6635 (dtor_exception_catchpoint): Change to ...
6636 (exception_catchpoint::~exception_catchpoint): ... this.
6637 (handle_gnu_v3_exceptions): Remove reference to base field.
6638 (initialize_throw_catchpoint_ops): Don't set dtor.
6639 * ctf.c (ctf_get_traceframe_address): Remove reference to base
6640 field.
6641 * remote.c (remote_get_tracepoint_status): Likewise.
6642 * tracefile-tfile.c (tfile_get_traceframe_address): Likewise.
6643 * tracefile.c (tracefile_fetch_registers): Likewise.
6644 * tracepoint.c (actions_command): Likewise.
6645 (validate_actionline): Likewise.
6646 (tfind_1): Likewise.
6647 (get_traceframe_location): Likewise.
6648 (find_matching_tracepoint_location): Likewise.
6649 (parse_tracepoint_status): Likewise.
6650 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
6651
3b0871f4
SM
66522017-06-02 Simon Marchi <simon.marchi@polymtl.ca>
6653
6654 * breakpoint.c (struct longjmp_breakpoint): New struct.
6655 (is_tracepoint_type): Change return type to bool.
6656 (is_longjmp_type): New function.
6657 (new_breakpoint_from_type): Handle longjmp kinds of breakpoints.
6658 (set_raw_breakpoint_without_location): Use
6659 new_breakpoint_from_type.
6660 (set_raw_breakpoint): Likewise.
6661
a5e364af
SM
66622017-06-02 Simon Marchi <simon.marchi@polymtl.ca>
6663
6664 * breakpoint.c (new_breakpoint_from_type): New function.
6665 (create_breakpoint_sal): Use new_breakpoint_from_type and
6666 unique_ptr.
6667 (create_breakpoint): Likewise.
6668
ae3b3f34
SM
66692017-05-31 Simon Marchi <simon.marchi@ericsson.com>
6670
6671 * memattr.c (mem_info_command): Rename to ...
6672 (info_mem_command): ... this.
6673 (mem_enable_command): Rename to ...
6674 (enable_mem_command): ... this.
6675 (mem_disable_command): Rename to ...
6676 (disable_mem_command): ... this.
6677 (mem_delete_command): Rename to ...
6678 (delete_mem_command): ... this.
6679 (_initialize_mem): Adjust function names.
6680
13ace077
MM
66812017-05-31 Markus Metzger <markus.t.metzger@intel.com>
6682
6683 * btrace.c (handle_pt_insn_events): New.
6684 (ftrace_add_pt): Call handle_pt_insn_events. Rename ERRCODE into
6685 STATUS. Split into this and ...
6686 (handle_pt_insn_event_flags): ... this.
6687
c56ccc05
MM
66882017-05-31 Markus Metzger <markus.t.metzger@intel.com>
6689
6690 * configure.ac: Check for pt_insn_event, struct pt_insn.enabled,
6691 and struct pt_insn.resynced.
6692 * configure: Regenerated.
6693 * config.in: Regenerated.
6694
08c3f6d2
TW
66952017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
6696
6697 * btrace.c (ftrace_find_call_by_number): New function.
6698 (ftrace_new_function): Store objects, not pointers.
6699 (ftrace_find_call_by_number, ftrace_new_return, ftrace_new_switch,
6700 ftrace_new_gap, ftrace_update_function,
6701 ftrace_compute_global_level_offset, btrace_stich_bts, btrace_clear,
6702 btrace_insn_get, btrace_insn_get_error, btrace_insn_end,
6703 btrace_insn_next, btrace_insn_prev, ptrace_find_insn_by_number,
6704 btrace_ends_with_single_insn, btrace_call_get): Account for
6705 btrace_thread_info::functions now storing objects.
6706 * btrace.h (struct btrace_thread_info): Add constructor.
6707 (struct btrace_thread_info) <functions>: Make std::vector.
6708 (struct btrace_thread_info) <prev, next, up, insn, errcode, flags):
6709 Initialize with default values.
6710 * record-btrace.c (record_btrace_frame_sniffer): Account for
6711 btrace_thread_info::functions now storing objects.
6712
8ffd39f2
TW
67132017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
6714
6715 * btrace.c: Remove typedef bfun_s.
6716 (ftrace_new_gap): Directly add gaps to the list of gaps.
6717 (btrace_bridge_gaps, btrace_compute_ftrace_bts, pt_btrace_insn_flags,
6718 ftrace_add_pt, btrace_compute_ftrace_pt, btrace_compute_ftrace_1,
6719 btrace_finalize_ftrace, btrace_compute_ftrace): Use std::vector
6720 instead of gdb VEC.
6721
4aeb0dfc
TW
67222017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
6723
6724 * btrace.c (ftrace_fixup_caller, ftrace_new_return, ftrace_connect_bfun,
6725 ftrace_bridge_gap): Replace references to btrace_thread_info::segment
6726 with btrace_thread_info::next_segment and
6727 btrace_thread_info::prev_segment.
6728 * btrace.h: Remove struct btrace_func_link.
6729 (struct btrace_function): Replace pair of function segment pointers
6730 with pair of indices.
6731 * python/py-record-btrace.c (btpy_call_prev_sibling,
6732 btpy_call_next_sibling): Replace references to
6733 btrace_thread_info::segment with btrace_thread_info::next_segment and
6734 btrace_thread_info::prev_segment.
6735 * record-btrace.c (record_btrace_frame_this_id): Use
6736 btrace_find_call_by_number.
6737
eb8f2b9c
TW
67382017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
6739
6740 * btrace.c (ftrace_new_function, ftrace_fixup_level,
6741 ftrace_connect_bfun, ftrace_bridge_gap, btrace_bridge_gaps,
6742 btrace_insn_next, btrace_insn_prev): Remove references to
6743 btrace_thread_info::flow.
6744 * btrace.h (struct btrace_function): Remove FLOW.
6745
42bfe59e
TW
67462017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
6747
6748 * btrace.c (ftrace_find_call_by_number): New function.
6749 (ftrace_update_caller, ftrace_new_call, ftrace_new_tailcall,
6750 ftrace_get_caller, ftrace_find_call, ftrace_new_return,
6751 ftrace_match_backtrace, ftrace_connect_bfun, ftrace_connect_backtrace,
6752 ftrace_bridge_gap, btrace_bridge_gaps): Use btrace_function::up as an
6753 index.
6754 * btrace.h (struct btrace_function): Turn UP into an index.
6755 * python/py-record-btrace.c (btpy_call_up): Use btrace_function::up
6756 as an index.
6757 * record-btrace.c (record_btrace_frame_unwind_stop_reason,
6758 record_btrace_frame_prev_register, record_btrace_frame_sniffer,
6759 record_btrace_tailcall_frame_sniffe): Use btrace_find_call_by_number.
6760
b54b03bd
TW
67612017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
6762
6763 * btrace.c (ftrace_new_function, ftrace_new_call, ftrace_new_tailcall,
6764 ftrace_new_return, ftrace_new_switch, ftrace_new_gap,
6765 ftrace_update_function, ftrace_compute_global_level_offset,
6766 btrace_compute_ftrace_bts, ftrace_add_pt, btrace_compute_ftrace_pt,
6767 btrace_stitch_bts, btrace_fetch, btrace_clear, btrace_insn_number,
6768 btrace_insn_end, btrace_is_empty): Remove references to
6769 btrace_thread_info::begin and btrace_thread_info::end.
6770 * btrace.h (struct btrace_thread_info): Remove BEGIN and END.
6771 (struct btrace_thread_info) <functions>: Adjust comment.
6772 * record-btrace.c (record_btrace_start_replaying): Remove reference to
6773 btrace_thread_info::begin.
6774
8286623c
TW
67752017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
6776
6777 * btrace.c (ftrace_new_function, ftrace_new_call, ftrace_new_tailcall,
6778 ftrace_new_return, ftrace_new_switch, ftrace_new_gap,
6779 ftrace_update_function): Remove arguments that implicitly were always
6780 BTINFO->END.
6781 (btrace_compute_ftrace_bts, ftrace_add_pt, btrace_compute_ftrace_pt):
6782 Don't pass BTINFO->END.
6783
a0f1b963
TW
67842017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
6785
6786 * btrace.c: (btrace_insn_get, btrace_insn_get_error, btrace_insn_number,
6787 btrace_insn_begin, btrace_insn_end, btrace_insn_next, btrace_insn_prev,
6788 btrace_find_insn_by_number): Replace function segment pointer with
6789 index.
6790 (btrace_insn_cmp): Simplify.
6791 * btrace.h: (struct btrace_insn_iterator) Rename index to
6792 insn_index. Replace function segment pointer with index into function
6793 segment vector.
6794 * record-btrace.c (record_btrace_call_history): Replace function
6795 segment pointer use with index.
6796 (record_btrace_frame_sniffer): Retrieve function call segment through
6797 vector.
6798 (record_btrace_set_replay): Remove defunc't safety check.
6799
f158f208
TW
68002017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
6801
6802 * btrace.c (btrace_ends_with_single_insn): New function.
6803 (btrace_call_get, btrace_call_number, btrace_call_begin,
6804 btrace_call_end, btrace_call_next, btrace_call_prev,
6805 btrace_find_call_by_number): Use index into call segment vector
6806 instead of pointer.
6807 (btrace_call_cmp): Simplify.
6808 * btrace.h (struct btrace_call_iterator): Replace function call segment
6809 pointer with index into vector.
6810 * record-btrace.c (record_btrace_call_history): Use index instead of
6811 pointer.
6812
521103fd
TW
68132017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
6814
6815 * btrace.c (btrace_insn_begin, btrace_insn_end,
6816 btrace_find_insn_by_number): Add btinfo to iterator.
6817 * btrace.h (struct btrace_insn_iterator): Add btinfo.
6818
17b89b34
TW
68192017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
6820
6821 * btrace.c (ftrace_new_function): Add btrace_thread_info to arguments
6822 and save pointers directly.
6823 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return,
6824 ftrace_new_switch, ftrace_new_gap, ftrace_update_function,
6825 ftrace_add_pt): Add btrace_thread_info to arguments. Adjust for
6826 changed signature of functions.
6827 (btrace_compute_ftrace_pt): Adjust for changed signature of functions.
6828 (btrace_fetch): Remove code that adds btrace_function pointers to
6829 vector of btrace_functions.
6830 (btrace_clear): Simplify freeing vector of btrace_functions.
6831
2b51eddc
TW
68322017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
6833
6834 * btrace.c (btrace_fetch, btrace_clear, btrace_find_insn_by_number):
6835 Replace VEC_* with std::vector functions.
6836 * btrace.h: Add include: vector. Remove typedef for DEF_VEC_P.
6837 (struct btrace_thread_info)<functions>: Change type to std::vector.
6838
db6be0d5
SM
68392017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6840
6841 * NEWS (Changes in GDB 8.0): Remove extra empty line. Move
6842 "Removed targets and native configurations" up. Merge duplicate
6843 "New commands" sub-sections. Add "New options" sub-sections.
6844
b057297a
AH
68452017-05-26 Alan Hayward <alan.hayward@arm.com>
6846
6847 * defs.h (copy_integer_to_size): New declaration.
6848 * findvar.c (copy_integer_to_size): New function.
6849 (do_cint_test): New selftest function.
6850 (copy_integer_to_size_test): Likewise.
6851 (_initialize_findvar): Likewise.
6852 * mips-fbsd-tdep.c (mips_fbsd_supply_reg): Use raw_supply_integer.
6853 (mips_fbsd_collect_reg): Use raw_collect_integer.
6854 * mips-linux-tdep.c (supply_32bit_reg): Use raw_supply_integer.
6855 (mips64_fill_gregset): Use raw_collect_integer
6856 (mips64_fill_fpregset): Use raw_supply_integer.
6857 * regcache.c (regcache::raw_supply_integer): New function.
6858 (regcache::raw_collect_integer): Likewise.
6859 * regcache.h: (regcache::raw_supply_integer): New declaration.
6860 (regcache::raw_collect_integer): Likewise.
6861
b77b02a5
YQ
68622017-05-24 Yao Qi <yao.qi@linaro.org>
6863
6864 * Makefile.in (SFILES): Add gdbarch-selftests.c.
6865 (COMMON_OBS): Add gdbarch-selftests.o.
6866 * frame.c [GDB_SELF_TESTS] (create_new_frame): New function.
6867 * frame.h [GDB_SELF_TESTS] (create_new_frame): Declare.
6868 * gdbarch-selftests.c: New file.
6869 * regcache.h (regcache) <~regcache>: Mark it virtual if
6870 GDB_SELF_TEST.
6871 <raw_write>: Likewise.
6872
e521e87e
YQ
68732017-05-24 Yao Qi <yao.qi@linaro.org>
6874
6875 * regcache.c (current_regcache): Change it to
6876 regcache::current_regcache.
6877 (regcache_observer_target_changed): Update.
6878 (regcache_thread_ptid_changed): Make it a regcache static
6879 method.
6880 (regcache_thread_ptid_changed): Update.
6881 (class regcache_access): New.
6882 (current_regcache_test): Update.
6883 (_initialize_regcache): Update.
6884 * regcache.h: Include forward_list.
6885 (regcache): Declare regcache_thread_ptid_changed and declare
6886 registers_changed_ptid as friend.
6887
d8e07dda
YQ
68882017-05-24 Yao Qi <yao.qi@linaro.org>
6889
6890 * i387-tdep.c (i387_register_to_value): Use register_size
6891 instead of TYPE_LENGTH.
6892 * m68k-tdep.c (m68k_register_to_value): Likewise.
6893
8c8f9122
YQ
68942017-05-24 Yao Qi <yao.qi@linaro.org>
6895
6896 * i387-tdep.c (i387_convert_register_p): Return false if type
6897 code isn't TYPE_CODE_FLT.
6898
68fce50f
YQ
68992017-05-24 Yao Qi <yao.qi@linaro.org>
6900
6901 * alpha-tdep.c (alpha_convert_register_p): Return true if type
6902 length is 4.
6903 (alpha_register_to_value): Remove type length check.
6904 (alpha_value_to_register): Likewise.
6905
88954b49
YQ
69062017-05-24 Yao Qi <yao.qi@linaro.org>
6907
6908 * ia64-tdep.c (ia64_convert_register_p): Check type's code is
6909 TYPE_CODE_FLT.
6910
e3ec9b69
YQ
69112017-05-24 Yao Qi <yao.qi@linaro.org>
6912
6913 * m68k-tdep.c (m68k_convert_register_p): Check type's code is
6914 TYPE_CODE_FLT or not.
6915
cdd238da
YQ
69162017-05-24 Yao Qi <yao.qi@linaro.org>
6917
6918 * alpha-tdep.c (alpha_gdbarch_init): Use XCNEW instead of XNEW.
6919 * avr-tdep.c (avr_gdbarch_init): Likewise.
6920 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
6921 * cris-tdep.c (cris_gdbarch_init): Likewise.
6922 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
6923 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
6924 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
6925 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
6926 * mep-tdep.c (mep_gdbarch_init): Likewise.
6927 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
6928 * mips-tdep.c (mips_gdbarch_init): Likewise.
6929 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
6930 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
6931 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
6932 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
6933 * v850-tdep.c (v850_gdbarch_init): Likewise.
6934
7a3929c4
YQ
69352017-05-24 Yao Qi <yao.qi@linaro.org>
6936
6937 * selftest-arch.c (tests_with_arch): Call registers_changed
6938 and reinit_frame_cache.
6939 * selftest.c (run_self_tests): Likewise.
6940
f4985dba
YQ
69412017-05-24 Yao Qi <yao.qi@linaro.org>
6942
6943 * rs6000-tdep.c (gdb_print_insn_powerpc): Remove.
6944 (rs6000_gdbarch_init): Don't call set_gdbarch_print_insn.
6945
ab20fa4a
YQ
69462017-05-24 Yao Qi <yao.qi@linaro.org>
6947
6948 * rl78-tdep.c (rl78_gdbarch_init): Don't call
6949 set_gdbarch_print_insn.
6950
f532ab94
YQ
69512017-05-24 Yao Qi <yao.qi@linaro.org>
6952
6953 * h8300-tdep.c (h8300_gdbarch_init): Don't call
6954 set_gdbarch_print_insn.
6955
39503f82
YQ
69562017-05-24 Yao Qi <yao.qi@linaro.org>
6957
6958 * alpha-tdep.c (alpha_gdbarch_init): Don't call
6959 set_gdbarch_print_insn.
6960 * arc-tdep.c (arc_gdbarch_init): Likewise.
6961 * arch-utils.c: include dis-asm.h.
6962 (default_print_insn): New function.
6963 * arch-utils.h (default_print_insn): Declare.
6964 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_print_insn.
6965 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
6966 * cris-tdep.c (cris_delayed_get_disassembler): Remove.
6967 (cris_gdbarch_init): Don't call set_gdbarch_print_insn.
6968 * frv-tdep.c (frv_gdbarch_init): Likewise.
6969 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
6970 * gdbarch.sh (print_insn): Use default_print_insn.
6971 * gdbarch.c: Regenerated.
6972 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
6973 * iq2000-tdep.c (iq2000_gdbarch_init): Likewise.
6974 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
6975 * m32c-tdep.c (m32c_gdbarch_init): Likewise.
6976 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
6977 * m68hc11-tdep.c (gdb_print_insn_m68hc11): Remove.
6978 (m68hc11_gdbarch_init): Don't call set_gdbarch_print_insn.
6979 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
6980 * m88k-tdep.c (m88k_gdbarch_init): Likewise.
6981 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
6982 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
6983 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
6984 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
6985 * mt-tdep.c (mt_gdbarch_init): Likewise.
6986 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
6987 * nios2-tdep.c (nios2_print_insn): Remove.
6988 (nios2_gdbarch_init): Don't call set_gdbarch_print_insn.
6989 * rx-tdep.c (rx_gdbarch_init): Likewise.
6990 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
6991 * score-tdep.c (score_print_insn): Remove.
6992 (score_gdbarch_init): Don't call set_gdbarch_print_insn.
6993 * sh-tdep.c (sh_gdbarch_init): Likewise.
6994 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
6995 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
6996 * tic6x-tdep.c (tic6x_print_insn): Remove.
6997 (tic6x_gdbarch_init): Don't call set_gdbarch_print_insn.
6998 * tilegx-tdep.c (tilegx_gdbarch_init): Likewise.
6999 * v850-tdep.c (v850_gdbarch_init): Likewise.
7000 * vax-tdep.c (vax_gdbarch_init): Likewise.
7001 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
7002 * xtensa-tdep.c (xtensa_gdbarch_init): Likewise.
7003
f7241d4f
JB
70042017-05-23 John Baldwin <jhb@FreeBSD.org>
7005
7006 * mips-fbsd-tdep.c (MIPS_PC_REGNUM): Remove.
7007 (MIPS_FP0_REGNUM): Remove.
7008 (MIPS_FSR_REGNUM): Remove.
7009 (mips_fbsd_supply_fpregs): Use mips_regnum.
7010 (mips_fbsd_supply_gregs): Likewise.
7011 (mips_fbsd_collect_fpregs): Likewise.
7012 (mips_fbsd_collect_gregs): Likewise.
7013
d489d81d
JB
70142017-05-23 John Baldwin <jhb@FreeBSD.org>
7015
7016 * mips-fbsd-nat.c (getregs_supplies): Fix upper bound comparison.
7017 (getpfpregs_supplies): New function.
7018 (mips_fbsd_fetch_inferior_registers): Remove early exit and use
7019 getfpregs_supplies.
7020 (mips_fbsd_store_inferior_registers): Likewise.
7021
e11b3cdc
PA
70222017-05-22 Pedro Alves <palves@redhat.com>
7023
7024 * MAINTAINERS (Host/Native): Add John Baldwin as FreeBSD
7025 maintainer.
7026
0f068fb5
AH
70272017-05-22 Alan Hayward <alan.hayward@arm.com>
7028
7029 * ppc-linux-nat.c (fetch_register): Use PPC_MAX_REGISTER_SIZE.
7030 (store_register): Likewise.
7031 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Likewise.
7032 (get_decimal_float_return_value): Likewise.
7033 (do_ppc_sysv_return_value): Likewise.
7034 (ppc64_sysv_abi_push_integer): Likewise.
7035 (ppc64_sysv_abi_push_freg): Likewise.
7036 (ppc64_sysv_abi_return_value_base): Likewise.
7037 (ppc64_sysv_abi_return_value): Likewise.
7038 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Likewise.
7039 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Likewise.
7040 * rs6000-nat.c: Likewise.
7041 * rs6000-tdep.c (rs6000_register_to_value): Likewise.
7042 (rs6000_value_to_register): Likewise.
7043 * ppc-tdep.h (PPC_MAX_REGISTER_SIZE): Add.
7044
e6cf65f2
TT
70452017-05-21 Tom Tromey <tom@tromey.com>
7046
7047 PR rust/21466:
7048 * rust-lang.c (rust_print_type) <TYPE_CODE_ARRAY>: Print unsized
7049 arrays as "[T]", not "[T; ]".
7050
43cc5389
TT
70512017-05-19 Tom Tromey <tom@tromey.com>
7052
7053 PR rust/21484:
7054 * rust-lang.c (exp_descriptor_rust): New function.
7055 (rust_language_defn): Use it.
7056 * p-lang.c (pascal_language_defn): Update.
7057 * opencl-lang.c (opencl_language_defn): Update.
7058 * objc-lang.c (objc_language_defn): Update.
7059 * m2-lang.c (m2_language_defn): Update.
7060 * language.h (struct language_defn)
7061 <la_watch_location_expression>: New member.
7062 * language.c (unknown_language_defn, auto_language_defn)
7063 (local_language_defn): Update.
7064 * go-lang.c (go_language_defn): Update.
7065 * f-lang.c (f_language_defn): Update.
7066 * d-lang.c (d_language_defn): Update.
7067 * c-lang.h (c_watch_location_expression): Declare.
7068 * c-lang.c (c_watch_location_expression): New function.
7069 (c_language_defn, cplus_language_defn, asm_language_defn)
7070 (minimal_language_defn): Use it.
7071 * breakpoint.c (watch_command_1): Call
7072 la_watch_location_expression.
7073 * ada-lang.c (ada_language_defn): Update.
7074
7a6e7fcc
RO
70752017-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7076
6e7e1744
RO
7077 PR tui/21482
7078 * gdb_curses.h (NOMACROS): Define.
7079 (NCURSES_NOMACROS): Define.
7080
70812017-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7082
7083 PR tui/21482
7a6e7fcc
RO
7084 * tui/tui-windata.c (tui_erase_data_content): Cast last mvwaddstr
7085 arg to char *.
7086 * tui/tui-wingeneral.c (box_win): Likewise.
7087 * tui/tui-winsource.c (tui_erase_source_content): Likewise.
7088 (tui_show_source_line): Likewise.
7089 (tui_show_exec_info_content): Likewise.
7090
1933fd8e
VM
70912017-05-19 Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
7092
7093 * sparc-tdep.c (sparc_structure_return_p)
7094 (sparc_arg_on_registers_p): New functions.
7095 (sparc32_store_arguments): Use them.
7096 * sparc64-tdep.c (sparc64_16_byte_align_p)
7097 (sparc64_store_floating_fields, sparc64_extract_floating_fields):
7098 Handle TYPE_CODE_ARRAY.
7099
21873064
YQ
71002017-05-17 Yao Qi <yao.qi@linaro.org>
7101
7102 * cli/cli-decode.c (add_alias_cmd): New function.
7103 * command.h (add_alias_cmd): Declare.
7104 * infcmd.c (_initialize_infcmd): Don't call add_com_alias,
7105 instead call add_alias_cmd.
7106
2b351b19
PA
71072017-05-17 Pedro Alves <palves@redhat.com>
7108
7109 * Makefile.in (nat_extra_makefile_frag): Rename to ...
7110 (nat_makefile_frag): ... this. All references updated.
7111 * configure.ac: Likewise.
7112 * configure.nat: Likewise. Enhance comments.
7113 * configure: Regenerate.
7114
5f2ad7a3
RO
71152017-05-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7116
7117 * procfs.c (procfs_create_inferior): Change prototype to match
7118 definition.
7119
adf3dde5
EZ
71202017-05-13 Eli Zaretskii <eliz@gnu.org>
7121
7122 * tui/tui.c (tui_enable): Cast "unknown" to 'char *' to avoid a
7123 C++ compiler warning.
7124
6830f270
TT
71252017-05-12 Tom Tromey <tom@tromey.com>
7126
7127 PR rust/21483:
7128 * rust-lang.c (rust_evaluate_subexp) <STRUCTOP_STRUCT>: Don't
7129 recurse, just call value_struct_elt directly.
7130
68f2f2e3
TT
71312017-05-12 Tom Tromey <tom@tromey.com>
7132
7133 * rust-lang.c (rust_dump_subexp_body) <STRUCTOP_ANONYMOUS,
7134 OP_RUST_ARRAY>: Fix.
7135
256afbc2
TT
71362017-05-12 Tom Tromey <tom@tromey.com>
7137
7138 * rust-lang.c (rust_print_subexp): Replace "return" with "break".
7139
94bb8dfe
YQ
71402017-05-09 Yao Qi <yao.qi@linaro.org>
7141
7142 * regcache.c: Include <forward_list>.
7143 (struct regcache_list): Remove.
7144 (current_regcache): Update.
7145 (get_thread_arch_aspace_regcache): Update for std::forward_list.
7146 (regcache_thread_ptid_changed): Likewise.
7147 (registers_changed_ptid): Likewise.
7148 (current_regcache_size): Likewise.
7149
8248946c
YQ
71502017-05-09 Yao Qi <yao.qi@linaro.org>
7151
7152 * regcache.c [GDB_SELF_TEST]: Include selftest.h.
7153 (current_regcache_size): New function.
7154 (current_regcache_test): New function.
7155 (_initialize_regcache) [GDB_SELF_TEST]: Register the unit test.
7156
313c5961
AH
71572017-05-08 Alan Hayward <alan.hayward@arm.com>
7158
7159 * mips-tdep.c (mips_o32_return_value): Remove unused buffer.
7160 (print_gp_register_row): Use get_frame_register_value.
7161
27bfc1d1
AH
71622017-05-08 Alan Hayward <alan.hayward@arm.com>
7163
7164 * mips-linux-tdep.c (mips_supply_gregset): Use raw_supply_zeroed.
7165 (mips_supply_fpregset): Likewise.
7166 (mips64_supply_gregset): Likewise.
7167
146e6c5c
AH
71682017-05-08 Alan Hayward <alan.hayward@arm.com>
7169
7170 * mn10300-linux-tdep.c (am33_supply_gregset_method): Use
7171 regcache->raw_supply_zeroed.
7172
e50f25ec
SDJ
71732017-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
7174
7175 * configure.nat: Rearrange 'case' statements to match
7176 host before cpu.
7177
21ea5acd
SDJ
71782017-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
7179
7180 * Makefile.in: Remove "@host_makefile_frag@". Add variables
7181 NAT_FILE, NATDEPFILES, NAT_CDEPS, LOADLIBES, MH_CFLAGS, XM_CLIBS,
7182 NAT_GENERATED_FILES, HAVE_NATIVE_GCORE_HOST. Add
7183 "@nat_extra_makefile_frag@".
7184 (Makefile): Remove dependency on "@frags@".
7185 ($(GNULIB_BUILDDIR)/Makefile): Likewise.
7186 (data-directory/Makefile): Likewise.
7187 * config/aarch64/linux.mh: Deleted; moved contents to
7188 "gdb/configure.nat".
7189 * config/alpha/alpha-linux.mh: Likewise.
7190 * config/alpha/nbsd.mh: Likewise.
7191 * config/arm/linux.mh: Likewise.
7192 * config/arm/nbsdelf.mh: Likewise.
7193 * config/i386/cygwin.mh: Likewise.
7194 * config/i386/cygwin64.mh: Likewise.
7195 * config/i386/darwin.mh: Likewise.
7196 * config/i386/fbsd.mh: Likewise.
7197 * config/i386/fbsd64.mh: Likewise.
7198 * config/i386/go32.mh: Likewise.
7199 * config/i386/i386gnu.mh: Likewise.
7200 * config/i386/i386sol2.mh: Likewise.
7201 * config/i386/linux.mh: Likewise.
7202 * config/i386/linux64.mh: Likewise.
7203 * config/i386/mingw.mh: Likewise.
7204 * config/i386/mingw64.mh: Likewise.
7205 * config/i386/nbsd64.mh: Likewise.
7206 * config/i386/nbsdelf.mh: Likewise.
7207 * config/i386/nto.mh: Likewise.
7208 * config/i386/obsd.mh: Likewise.
7209 * config/i386/obsd64.mh: Likewise.
7210 * config/i386/sol2-64.mh: Likewise.
7211 * config/ia64/linux.mh: Likewise.
7212 * config/m32r/linux.mh: Likewise.
7213 * config/m68k/linux.mh: Likewise.
7214 * config/m68k/nbsdelf.mh: Likewise.
7215 * config/m68k/obsd.mh: Likewise.
7216 * config/m88k/obsd.mh: Likewise.
7217 * config/mips/fbsd.mh: Likewise.
7218 * config/mips/linux.mh: Likewise.
7219 * config/mips/nbsd.mh: Likewise.
7220 * config/mips/obsd64.mh: Likewise.
7221 * config/pa/linux.mh: Likewise.
7222 * config/pa/nbsd.mh: Likewise.
7223 * config/pa/obsd.mh: Likewise.
7224 * config/powerpc/aix.mh: Likewise.
7225 * config/powerpc/fbsd.mh: Likewise.
7226 * config/powerpc/linux.mh: Likewise.
7227 * config/powerpc/nbsd.mh: Likewise.
7228 * config/powerpc/obsd.mh: Likewise.
7229 * config/powerpc/ppc64-linux.mh: Likewise.
7230 * config/powerpc/spu-linux.mh: Likewise.
7231 * config/s390/linux.mh: Likewise.
7232 * config/sh/nbsd.mh: Likewise.
7233 * config/sparc/fbsd.mh: Likewise.
7234 * config/sparc/linux.mh: Likewise.
7235 * config/sparc/linux64.mh: Likewise.
7236 * config/sparc/nbsd64.mh: Likewise.
7237 * config/sparc/nbsdelf.mh: Likewise.
7238 * config/sparc/obsd64.mh: Likewise.
7239 * config/sparc/sol2.mh: Likewise.
7240 * config/tilegx/linux.mh: Likewise.
7241 * config/vax/nbsdelf.mh: Likewise.
7242 * config/vax/obsd.mh: Likewise.
7243 * config/xtensa/linux.mh: Likewise.
7244 * config/i386/i386gnu.mn: New file, with excerpts from
7245 "config/i386/i386gnu.mh".
7246 * configure: Regenerate.
7247 * configure.ac: Rewrite code to use "gdb/configure.nat" instead of
7248 *.mh files under "gdb/config".
7249 * configure.nat: New file, with contents from the
7250 "gdb/config/*/*.mh" files.
7251
7ed1acaf
TW
72522017-05-05 Tim Wiederhake <tim.wiederhake@intel.com>
7253
7254 * btrace.c (btrace_clear): Free insn vector.
7255
e13cb306
PA
72562017-05-05 Pedro Alves <palves@redhat.com>
7257
7258 * warning.m4 (build_warnings): Add -Wno-error=maybe-uninitialized.
7259 * configure: Regenerate.
7260
5ed8105e
PA
72612017-05-04 Pedro Alves <palves@redhat.com>
7262
7263 * Makefile.in (SFILES): Add progspace-and-thread.c.
7264 (HFILES_NO_SRCDIR): Add progspace-and-thread.h.
7265 (COMMON_OBS): Add progspace-and-thread.o.
7266 * breakpoint.c: Include "progspace-and-thread.h".
7267 (update_inserted_breakpoint_locations)
7268 (insert_breakpoint_locations, create_longjmp_master_breakpoint):
7269 Use scoped_restore_current_pspace_and_thread.
7270 (create_std_terminate_master_breakpoint): Use
7271 scoped_restore_current_program_space.
7272 (remove_breakpoint): Use scoped_restore_current_pspace_and_thread.
7273 (print_breakpoint_location): Use
7274 scoped_restore_current_program_space.
7275 (bp_loc_is_permanent): Use
7276 scoped_restore_current_pspace_and_thread.
7277 (resolve_sal_pc): Use scoped_restore_current_pspace_and_thread.
7278 (download_tracepoint_locations): Use
7279 scoped_restore_current_pspace_and_thread.
7280 (breakpoint_re_set): Use scoped_restore_current_pspace_and_thread.
7281 * exec.c (exec_close_1): Use scoped_restore_current_program_space.
7282 (enum step_over_calls_kind): Moved from inferior.h.
7283 (class scoped_restore_current_thread): New class.
7284 * gdbthread.h (make_cleanup_restore_current_thread): Delete
7285 declaration.
7286 (scoped_restore_current_thread): New class.
7287 * infcmd.c: Include "common/gdb_optional.h".
7288 (continue_1, proceed_after_attach): Use
7289 scoped_restore_current_thread.
7290 (notice_new_inferior): Use scoped_restore_current_thread.
7291 * inferior.c: Include "progspace-and-thread.h".
7292 (restore_inferior, save_current_inferior): Delete.
7293 (add_inferior_command, clone_inferior_command): Use
7294 scoped_restore_current_pspace_and_thread.
7295 * inferior.h (scoped_restore_current_inferior): New class.
7296 * infrun.c: Include "progspace-and-thread.h" and
7297 "common/gdb_optional.h".
7298 (follow_fork_inferior): Use
7299 scoped_restore_current_pspace_and_thread.
7300 (scoped_restore_exited_inferior): New class.
7301 (handle_vfork_child_exec_or_exit): Use
7302 scoped_restore_exited_inferior,
7303 scoped_restore_current_pspace_and_thread,
7304 scoped_restore_current_thread and scoped_restore.
7305 (fetch_inferior_event): Use scoped_restore_current_thread.
7306 * linespec.c (decode_line_full, decode_line_1): Use
7307 scoped_restore_current_program_space.
7308 * mi/mi-main.c: Include "progspace-and-thread.h".
7309 (exec_continue): Use scoped_restore_current_thread.
7310 (mi_cmd_exec_run): Use scoped_restore_current_pspace_and_thread.
7311 (mi_cmd_trace_frame_collected): Use scoped_restore_current_thread.
7312 * proc-service.c (ps_pglobal_lookup): Use
7313 scoped_restore_current_program_space.
7314 * progspace-and-thread.c: New file.
7315 * progspace-and-thread.h: New file.
7316 * progspace.c (release_program_space, clone_program_space): Use
7317 scoped_restore_current_program_space.
7318 (restore_program_space, save_current_program_space)
7319 (save_current_space_and_thread): Delete.
7320 (switch_to_program_space_and_thread): Moved to
7321 progspace-and-thread.c.
7322 * progspace.h (save_current_program_space)
7323 (save_current_space_and_thread): Delete declarations.
7324 (scoped_restore_current_program_space): New class.
7325 * remote.c (remote_btrace_maybe_reopen): Use
7326 scoped_restore_current_thread.
7327 * symtab.c: Include "progspace-and-thread.h".
7328 (skip_prologue_sal): Use scoped_restore_current_pspace_and_thread.
7329 * thread.c (print_thread_info_1): Use
7330 scoped_restore_current_thread.
7331 (struct current_thread_cleanup): Delete.
7332 (do_restore_current_thread_cleanup)
7333 (restore_current_thread_cleanup_dtor): Rename/convert both to ...
7334 (scoped_restore_current_thread::~scoped_restore_current_thread):
7335 ... this new dtor.
7336 (make_cleanup_restore_current_thread): Rename/convert to ...
7337 (scoped_restore_current_thread::scoped_restore_current_thread):
7338 ... this new ctor.
7339 (thread_apply_all_command): Use scoped_restore_current_thread.
7340 (thread_apply_command): Use scoped_restore_current_thread.
7341 * tracepoint.c (tdump_command): Use scoped_restore_current_thread.
7342 * varobj.c (value_of_root_1): Use scoped_restore_current_thread.
7343
f6223dbb
PA
73442017-05-04 Pedro Alves <palves@redhat.com>
7345
7346 * thread.c (make_cleanup_restore_current_thread): Move
7347 find_thread_ptid call before the is_stopped call. Assert that the
7348 thread is found. Replace is_stopped call by checking the thread's
7349 state directly. Remove unnecessary NULL-thread check.
7350
3c3ae77e
PA
73512017-05-04 Pedro Alves <palves@redhat.com>
7352
7353 * corelow.c (thread_section_name): New class.
7354 (get_core_register_section, get_core_siginfo): Use it.
7355
45eba0ab
AA
73562017-05-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7357
7358 * corelow.c (sniff_core_bfd): Remove extra semicolon.
7359 (get_core_register_section): Remove xfree of NULL pointer.
7360
f81fdd35
AH
73612017-05-03 Alan Hayward <alan.hayward@arm.com>
7362
7363 * frv-linux-tdep.c (frv_linux_supply_gregset): Use raw_supply_zeroed.
7364 * regcache.c (regcache::raw_supply_zeroed): New function.
7365 * regcache.h (regcache::raw_supply_zeroed): New declaration.
7366
35837774
SM
73672017-05-03 Simon Marchi <simon.marchi@ericsson.com>
7368
7369 * gdbarch.sh: Remove commented out definition of
7370 TARGET_CHAR_BIT.
7371 * gdbarch.h: Re-generate.
7372
c94fee56
SDJ
73732017-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
7374
7375 * configure: Regenerate.
7376
d17f7b36
SM
73772017-05-02 Simon Marchi <simon.marchi@ericsson.com>
7378
7379 * solib-target.c (solib_target_relocate_section_addresses):
7380 Remove num_section_bases, num_bases, segment_bases variables.
7381
b560ebd6
SM
73822017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
7383
7384 * common/gdb_vecs.h (DEF_VEC_I (CORE_ADDR)): Remove.
7385
f2f46dfc
SM
73862017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
7387
7388 * solib-target.c: Include <vector>
7389 (struct lm_info_target) <~lm_info_target>: Remove.
7390 <segment_bases, section_bases>: Change type to
7391 std::vector<CORE_ADDR>.
7392 (library_list_start_segment, library_list_start_section,
7393 library_list_end_library,
7394 solib_target_relocate_section_addresses): Adjust.
7395
a0ff9e1a
SM
73962017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
7397
7398 * gdbarch.sh (software_single_step): Change return type to
7399 std::vector<CORE_ADDR>.
7400 * gdbarch.c, gdbarch.h: Re-generate.
7401 * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw):
7402 Adjust.
7403 (arm_deal_with_atomic_sequence_raw): Adjust.
7404 (thumb_get_next_pcs_raw): Adjust.
7405 (arm_get_next_pcs_raw): Adjust.
7406 (arm_get_next_pcs): Adjust.
7407 * arch/arm-get-next-pcs.h (arm_get_next_pcs): Adjust.
7408 * aarch64-tdep.c (aarch64_software_single_step): Adjust.
7409 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Adjust.
7410 (alpha_software_single_step): Adjust.
7411 * alpha-tdep.h (alpha_software_single_step): Adjust.
7412 * arm-linux-tdep.c (arm_linux_software_single_step): Adjust.
7413 * arm-tdep.c (arm_software_single_step): Adjust.
7414 (arm_breakpoint_kind_from_current_state): Adjust.
7415 * arm-tdep.h (arm_software_single_step): Adjust.
7416 * breakpoint.c (insert_single_step_breakpoint): Adjust.
7417 * cris-tdep.c (cris_software_single_step): Adjust.
7418 * mips-tdep.c (mips_deal_with_atomic_sequence): Adjust.
7419 (micromips_deal_with_atomic_sequence): Adjust.
7420 (deal_with_atomic_sequence): Adjust.
7421 (mips_software_single_step): Adjust.
7422 * mips-tdep.h (mips_software_single_step): Adjust.
7423 * moxie-tdep.c (moxie_software_single_step): Adjust.
7424 * nios2-tdep.c (nios2_software_single_step): Adjust.
7425 * ppc-tdep.h (ppc_deal_with_atomic_sequence): Adjust.
7426 * rs6000-aix-tdep.c (rs6000_software_single_step): Adjust.
7427 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Adjust.
7428 * s390-linux-tdep.c (s390_software_single_step): Adjust.
7429 * sparc-tdep.c (sparc_software_single_step): Adjust.
7430 * spu-tdep.c (spu_software_single_step): Adjust.
7431 * tic6x-tdep.c (tic6x_software_single_step): Adjust.
7432
ea480a30
SM
74332017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
7434
7435 * gdbarch.sh: Use semi-colon as field separator instead of colon.
7436 * gdbarch.h: Re-generate.
7437
d050f7d7
TW
74382017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7439
7440 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-instruction.o.
7441 (SUBDIR_PYTHON_SRCS): Add py-instruction.c.
7442 * python/py-instruction.c, python/py-instruction.h: New file.
7443 * python/py-record.c: Add py-instruction.h include.
7444 (gdbpy_initialize_record): Make gdb.Instruction a super class of
7445 gdb.RecordInstruction.
7446 * python/python-internal.h: Add gdbpy_initialize_instruction
7447 declaration.
7448 * python/python.c (do_start_initialization): Add
7449 gdbpy_initialize_instruction.
7450
14f819c8
TW
74512017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7452
7453 * python/py-record-btrace.c (BTPY_REQUIRE_VALID_CALL, btpy_call_type):
7454 Remove.
7455 (btrace_func_from_recpy_func): New function.
7456 (btpy_call_new, btpy_number, btpy_hash, btpy_richcompare): Remove.
7457 (btpy_call_level, btpy_call_symbol, btpy_call_instructions,
7458 btpy_call_up, btpy_call_prev_sibling, btpy_call_next_sibling): Rename to ...
7459 (recpy_bt_func_level, recpy_bt_func_symbol, recpy_bt_func_instructions,
7460 recpy_bt_func_up, recpy_bt_func_prev, recpy_bt_func_next): This.
7461 Also, use new helper functions.
7462 (btpy_list_item): Use new helper functions.
7463 (recpy_bt_function_call_history): Use new type name.
7464 (btpy_call_getset): Remove.
7465 (gdbpy_initialize_btrace): Remove code to initialize
7466 gdb.BtraceFunctionCall.
7467 * python/py-record-btrace.h (recpy_bt_func_number, recpy_btb_func_level,
7468 recpy_btb_func_symbol, recpy_bt_func_instructions, recpy_bt_func_up,
7469 recpy_bt_func_prev, recpy_bt_func_next): New export.
7470 * python/py-record.c (recpy_func_type): New static object.
7471 (recpy_func_new, recpy_func_level, recpy_func_symbol,
7472 recpy_func_instructions, recpy_func_up, recpy_func_prev,
7473 recpy_func_next): New function.
7474 (recpy_element_hash, recpy_element_richcompare): Updated comment.
7475 (recpy_func_getset): New static object.
7476 (gdbpy_initialize_record): Add code to initialize gdb.RecordInstruction.
7477 * python/py-record.h (recpy_func_type, recpy_func_new): New export.
7478
0ed5da75
TW
74792017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7480
7481 * python/py-record-btrace.c (BTPY_REQUIRE_VALID_INSN): Remove.
7482 (btpy_object, btpy_insn_type, btpy_new): Remove.
7483 (btpy_list_object): Use gdb.RecordInstruction type instead of
7484 gdb.BtraceInstruction type.
7485 (btrace_insn_from_recpy_insn): New function.
7486 (btpy_insn_or_gap_new): Adjust comment. Use recpy_insn_new instead of
7487 btpy_new.
7488 (btpy_call_new, btpy_list_item): Do not use btpy_new anymore.
7489 (btpy_number, btpy_hash, btpy_call_level, btpy_call_symbol,
7490 btpy_call_instructions, btpy_call_up, btpy_call_prev_sibling,
7491 btpy_call_next_sibling, btpy_richcompare): Use recpy_element_object
7492 instead of btpy_object.
7493 (btpy_insn_sal, btpy_insn_pc, btpy_insn_size, btpy_insn_is_speculative,
7494 btpy_insn_data, btpy_insn_decode): Rename to ...
7495 (recpy_bt_insn_sal, recpy_bt_insn_pc, recpy_bt_insn_size,
7496 recpy_bt_insn_is_speculative, recpy_bt_insn_data,
7497 recpy_bt_insn_decode): This. Also, use new helper functions.
7498 (btpy_list_position, recpy_bt_goto): Use recpy_element_object and
7499 recpy_insn_type.
7500 (btpy_insn_getset): Remove.
7501 (gdbpy_initialize_btrace): Remove code to initialize
7502 gdb.BtraceInstruction. Use recpy_element_object.
7503 * python/py-record-btrace.h (recpy_bt_insn_number, recpy_bt_insn_sal,
7504 recpy_bt_insn_pc, recpy_bt_insn_data, recpy_bt_insn_decoded,
7505 recpy_bt_insn_size, recpy_bt_insn_is_speculative): New export.
7506 * python/py-record.c (recpy_insn_type): New static object.
7507 (recpy_insn_new, recpy_insn_sal, recpy_insn_pc, recpy_insn_data,
7508 recpy_insn_decoded, recpy_insn_size, recpy_insn_is_speculative,
7509 recpy_element_number, recpy_element_hash, recpy_element_richcompare):
7510 New function.
7511 (recpy_insn_getset): New static object.
7512 (gdbpy_initialize_record): Initialize gdb.RecordInstruction.
7513 * python/py-record.h (recpy_element_object): New typedef.
7514 (recpy_insn_type, recpy_insn_new): New export.
7515
913aeadd
TW
75162017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7517
7518 * py-record-btrace.c (btpy_insn_new): Removed.
7519 (btpy_insn_or_gap_new): New function.
7520 (btpy_insn_error): Removed.
7521 (btpy_insn_sal, btpy_insn_pc, btpy_insn_size, btpy_insn_is_speculative,
7522 btpy_insn_data, btpy_insn_decode): Remove code path for gaps.
7523 (recpy_bt_replay_position, recpy_bt_begin, recpy_bt_end): Call
7524 btpy_insn_or_gap_new instead of btpy_insn_new.
7525 (btpy_insn_getset): Remove btpy_insn_error.
7526 * py-record.c (recpy_gap_type): New static object.
7527 (recpy_gap_object): New typedef.
7528 (recpy_gap_new, recpy_gap_number, recpy_gap_reason_code,
7529 recpy_gap_reason_string): New function.
7530 (recpy_gap_getset): New static object.
7531 (gdbpy_initialize_record): Initialize gdb.RecordGap type.
7532 * py-record.h (recpy_gap_new): New export.
7533
a3be24ad
TW
75342017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7535
7536 * python/py-record.c (recpy_ptid): Remove.
7537 (recpy_record_getset): Remove recpy_ptid.
7538
ae20e79a
TW
75392017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7540
7541 * btrace.c (btrace_fetch): Set inferior_ptid.
7542 * python/py-record-btrace.c: Add "py-record.h" include.
7543 (recpy_bt_format, recpy_bt_replay_position, recpy_bt_begin,
7544 recpy_bt_end, recpy_bt_instruction_history,
7545 recpy_bt_function_call_history, recpy_bt_goto): Use ptid stored
7546 in gdb.Record object instead of current ptid.
7547 * python/py-record.c: Include new "py-record.h" file.
7548 (recpy_record_object): Moved to py-record.h.
7549 * python/py-record.h: New file.
7550
8d0050ea
TW
75512017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7552
7553 * python/py-record-btrace.c (BTPY_REQUIRE_VALID_INSN,
7554 BTPY_REQUIRE_VALID_CALL, recpy_bt_function_call_history): Fix
7555 indentation.
7556
3f380b50
JB
75572017-05-01 Joel Brobecker <brobecker@adacore.com>
7558
7559 * MAINTAINERS: Move Daniel Jacobowitz and Mark Kettenis to
7560 the past maintainers section.
7561
07495424
YQ
75622017-04-28 Yao Qi <yao.qi@linaro.org>
7563
7564 * infcmd.c (get_return_value): Use regcache ctor, and remove
7565 cleanup.
7566
deb1fa3e
YQ
75672017-04-28 Yao Qi <yao.qi@linaro.org>
7568 Pedro Alves <palves@redhat.com>
7569
7570 * regcache.c (regcache::regcache): New tag dispatch ctor.
7571 (do_cooked_read): Moved above.
7572 (regcache_dup): Use the tag dispatch ctor..
7573 * regcache.h (regcache): Declare ctor, delete copy ctor and
7574 assignment operator, remove friend regcache_dup.
7575
b421c83c
YQ
75762017-04-28 Yao Qi <yao.qi@linaro.org>
7577
7578 * regcache.c (regcache_dup): Assert !src->m_readonly_p and
7579 call method save instead of regcache_cpy.
7580 * regcache.h (struct regcache): Make regcache_dup a friend.
7581
ef79d9a3
YQ
75822017-04-28 Yao Qi <yao.qi@linaro.org>
7583
7584 * regcache.c (struct regcache): Move to regcache.h
7585 (regcache::arch): New method.
7586 (regcache_get_ptid): Update.
7587 (get_regcache_arch): Call arch method.
7588 (get_regcache_aspace): Call method aspace.
7589 (register_buffer): Change it to method.
7590 (regcache_save): Change it to regcache::save.
7591 (regcache_restore): Likewise.
7592 (regcache_cpy_no_passthrough): Remove the declaration.
7593 (regcache_cpy): Call methods restore and cpy_no_passthrough.
7594 (regcache_cpy_no_passthrough): Change it to method
7595 cpy_no_passthrough.
7596 (regcache_register_status): Change it to method
7597 get_register_status.
7598 (regcache_invalidate): Change it to method invalidate.
7599 (regcache_thread_ptid_changed): Use methods ptid and set_ptid.
7600 (regcache_raw_update): Change it to method raw_update.
7601 (regcache_raw_read): Likewise.
7602 (regcache_raw_read_signed): Likewise.
7603 (regcache_raw_read_unsigned): Likewise.
7604 (regcache_raw_write_signed): Likewise.
7605 (regcache_raw_write_unsigned): Likewise.
7606 (regcache_cooked_read): Likewise.
7607 (regcache_cooked_read_value): Likewise.
7608 (regcache_cooked_read_signed): Likewise.
7609 (regcache_cooked_read_unsigned): Likewise.
7610 (regcache_cooked_write_signed): Likewise.
7611 (regcache_cooked_write_unsigned): Likewise.
7612 (regcache_raw_set_cached_value): Likewise.
7613 (regcache_raw_write): Likewise.
7614 (regcache_cooked_write): Likewise.
7615 (regcache_xfer_part): Likewise.
7616 (regcache_raw_read_part): Likewise.
7617 (regcache_raw_write_part): Likewise.
7618 (regcache_cooked_read_part): Likewise.
7619 (regcache_cooked_write_part): Likewise.
7620 (regcache_raw_supply): Likewise.
7621 (regcache_raw_collect): Likewise.
7622 (regcache_transfer_regset): Likewise.
7623 (regcache_supply_regset): Likewise.
7624 (regcache_collect_regset): Likewise.
7625 (regcache_debug_print_register): Likewise.
7626 (enum regcache_dump_what): Move it to regcache.h.
7627 (regcache_dump): Change it to method dump.
7628 * regcache.h (enum regcache_dump_what): New.
7629 (class regcache): New.
7630 * target.c (target_fetch_registers): Call method
7631 debug_print_register.
7632 (target_store_registers): Likewise.
7633
f8fdb78e
SM
76342017-04-28 Simon Marchi <simon.marchi@ericsson.com>
7635
7636 * windows-nat.c (struct lm_info_windows): Initialize field.
7637 (windows_make_so): Allocate lm_info_windows with new.
7638 (windows_free_so): Free lm_info_windows with delete.
7639
9ccbfd7b
SM
76402017-04-28 Simon Marchi <simon.marchi@ericsson.com>
7641
7642 * solib-darwin.c (struct lm_info_darwin): Initialize field.
7643 (darwin_current_sos): Allocate lm_info_darwin with new, remove
7644 cleanup.
7645 (darwin_free_so): Free lm_info_darwin with delete.
7646
76e75227
SM
76472017-04-28 Simon Marchi <simon.marchi@ericsson.com>
7648
7649 * solib-svr4.h (struct lm_info_svr4): Initialize fields.
7650 <l_addr_p>: Change type to bool.
7651 * solib-svr4.c (lm_info_read): Allocate lm_info_svr4 with new.
7652 (svr4_free_so): Free lm_info_svr4 with delete.
7653 (svr4_copy_library_list): Replace memcpy with call to copy
7654 constructor.
7655 (library_list_start_library, svr4_default_sos): Allocate
7656 lm_info_svr4 with new.
7657
51046d9e
SM
76582017-04-28 Simon Marchi <simon.marchi@ericsson.com>
7659
7660 * solib-target.c (struct lm_info_target): Add destructor,
7661 initialize fields.
7662 <name>: Change type to std::string.
7663 (library_list_start_library): Allocate lm_info_target with new.
7664 (solib_target_free_library_list): Free lm_info_target with
7665 delete.
7666 (solib_target_current_sos): Adapt to std::string.
7667 (solib_target_free_so): Free lm_info_target with delete.
7668
4023ae76
SM
76692017-04-28 Simon Marchi <simon.marchi@ericsson.com>
7670
7671 * solib-frv.c (struct lm_info_frv): Add destructor, initialize
7672 fields.
7673 (frv_current_sos): Allocate lm_info_frv with new.
7674 (frv_relocate_main_executable): Free lm_info_frv with delete,
7675 allocate with new.
7676 (frv_clear_solib, frv_free_so): Free lm_info_frv with delete.
7677
af43057b
SM
76782017-04-28 Simon Marchi <simon.marchi@ericsson.com>
7679
7680 * solib-frv.c (struct lm_info_frv): Fix indentation.
7681
b0911207
SM
76822017-04-28 Simon Marchi <simon.marchi@ericsson.com>
7683
7684 * solib-dsbt.c (struct lm_info_dsbt): Add destructor, initialize
7685 map field.
7686 (dsbt_current_sos): Allocate lm_info_dsbt with new.
7687 (dsbt_relocate_main_executable): Free lm_info_dsbt with delete
7688 and allocate with new.
7689 (dsbt_clear_solib, dsbt_free_so): Free lm_info_dsbt with delete.
7690
6c401f72
SM
76912017-04-28 Simon Marchi <simon.marchi@ericsson.com>
7692
7693 * solib-aix.c (struct lm_info_aix): Initialize fields in-class.
7694 <filename, member_name>: Change type to std::string.
7695 (solib_aix_new_lm_info, solib_aix_xfree_lm_info): Remove.
7696 (library_list_start_library): Allocate lm_info_aix with new.
7697 (solib_aix_free_library_list, solib_aix_free_so): Free with delete.
7698 (solib_aix_current_sos): Adapt to std::string, copy lm_info_aix
7699 with copy constructor.
7700
d0e449a1
SM
77012017-04-28 Simon Marchi <simon.marchi@ericsson.com>
7702
7703 * solist.h (struct lm_info): Remove.
7704 (struct lm_info_base): New class.
7705 (struct so_list) <lm_info>: Change type to lm_info_base *.
7706 * nto-tdep.c (struct lm_info): Remove.
7707 (lm_addr): Adjust.
7708 * solib-aix.c (struct lm_info): Rename to ...
7709 (struct lm_info_aix): ... this. Extend lm_info_base.
7710 (lm_info_p): Rename to ...
7711 (lm_info_aix_p): ... this, and adjust.
7712 (solib_aix_new_lm_info, solib_aix_xfree_lm_info,
7713 solib_aix_parse_libraries, library_list_start_library,
7714 solib_aix_free_library_list, solib_aix_parse_libraries,
7715 solib_aix_get_library_list,
7716 solib_aix_relocate_section_addresses, solib_aix_free_so,
7717 solib_aix_get_section_offsets,
7718 solib_aix_solib_create_inferior_hook, solib_aix_current_sos):
7719 Adjust.
7720 (struct solib_aix_inferior_data) <library_list>: Adjust.
7721 * solib-darwin.c (struct lm_info): Rename to ...
7722 (struct lm_info_darwin): ... this. Extend lm_info_base.
7723 (darwin_current_sos, darwin_relocate_section_addresses): Adjust.
7724 * solib-dsbt.c (struct lm_info): Rename to ...
7725 (struct lm_info_dsbt): ... this. Extend lm_info_base.
7726 (struct dsbt_info) <main_executable_lm_info): Adjust.
7727 (dsbt_current_sos, dsbt_relocate_main_executable, dsbt_free_so,
7728 dsbt_relocate_section_addresses): Adjust.
7729 * solib-frv.c (struct lm_info): Rename to ...
7730 (struct lm_info_frv): ... this. Extend lm_info_base.
7731 (main_executable_lm_info): Adjust.
7732 (frv_current_sos, frv_relocate_main_executable, frv_free_so,
7733 frv_relocate_section_addresses, frv_fdpic_find_global_pointer,
7734 find_canonical_descriptor_in_load_object,
7735 frv_fdpic_find_canonical_descriptor): Adjust.
7736 * solib-svr4.c (struct lm_info): Move to solib-svr4.h, renamed
7737 to lm_info_svr4.
7738 (lm_info_read, lm_addr_check, svr4_keep_data_in_core,
7739 svr4_clear_so, svr4_copy_library_list,
7740 library_list_start_library, svr4_default_sos, svr4_read_so_list,
7741 svr4_current_sos, svr4_fetch_objfile_link_map,
7742 solist_update_incremental): Adjust.
7743 * solib-svr4.h (struct lm_info_svr4): Move here from
7744 solib-svr4.c.
7745 * solib-target.c (struct lm_info): Rename to ...
7746 (struct lm_info_target): ... this. Extend lm_info_base.
7747 (lm_info_p): Rename to ...
7748 (lm_info_target_p): ... this.
7749 (solib_target_parse_libraries, library_list_start_segment,
7750 library_list_start_section, library_list_start_library,
7751 library_list_end_library, solib_target_free_library_list,
7752 solib_target_current_sos, solib_target_free_so,
7753 solib_target_relocate_section_addresses): Adjust.
7754 * windows-nat.c (struct lm_info): Rename to ...
7755 (struct lm_info_windows): ... this. Extend lm_info_base.
7756 (windows_make_so, handle_load_dll, handle_unload_dll,
7757 windows_xfer_shared_libraries): Adjust.
7758
434a4023
SM
77592017-04-28 Simon Marchi <simon.marchi@ericsson.com>
7760
7761 * solib-darwin.c (struct darwin_so_list): Remove.
7762 (darwin_current_sos): Allocate an so_list object instead of a
7763 darwin_so_list, separately allocate an lm_info object.
7764 (darwin_free_so): Free lm_info.
7765
428544e8
JB
77662017-04-28 John Baldwin <jhb@FreeBSD.org>
7767
7768 * mips-tdep.c (print_gp_register_row): Replace printf_filtered
7769 with fprintf_filtered.
7770
4621115f
YQ
77712017-04-28 Yao Qi <yao.qi@linaro.org>
7772
7773 * regcache.c (regcache::regcache): New function.
7774 (regcache::~regcache): New function.
7775 (regcache_xmalloc_1): Remove.
7776 (regcache_xmalloc): Call new regcache.
7777 (regcache_xfree): Call delete regcache.
7778 (get_thread_arch_aspace_regcache): Call new regcache.
7779
339053c2
YQ
77802017-04-28 Yao Qi <yao.qi@linaro.org>
7781
7782 * mips-linux-nat.c (mips_linux_new_thread): Use ptid method
7783 lwp instead of ptid_get_lwp.
7784
7974a605
YQ
77852017-04-28 Yao Qi <yao.qi@linaro.org>
7786
7787 * mips-linux-nat.c (mips_linux_new_thread): Get lwpid from
7788 lwp_info instead of getting from inferior_ptid.
7789
e15c3eb4
KS
77902017-04-27 Keith Seitz <keiths@redhat.com>
7791
7792 * gdbtypes.c (LVALUE_REFERENCE_TO_RVALUE_BINDING_BADNESS)
7793 DIFFERENT_REFERENCE_TYPE_BADNESS): Remove.
7794 (CV_CONVERSION_BADNESS): Define.
7795 (rank_one_type): Remove overly restrictive rvalue reference
7796 rank checks.
7797 Add cv-qualifier checks and subranks for type equality.
7798 * gdbtypes.h (REFERENCE_CONVERSION_RVALUE,
7799 REFERENCE_CONVERSION_CONST_LVALUE, CV_CONVERSION_BADNESS,
7800 CV_CONVERSION_CONST, CV_CONVERSION_VOLATILE): Declare.
7801
72bc1d24
SM
78022017-04-27 Simon Marchi <simon.marchi@ericsson.com>
7803
7804 * python/py-inferior.c (inferior_to_inferior_object): Increment reference
7805 count when creating the object.
7806
55bcecda
UW
78072017-04-27 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
7808 Ulrich Weigand <uweigand@de.ibm.com>
7809
7810 * xcoffread.c (read_xcoff_symtab): Read correct function auxiliary
7811 entry if xlc -qfuncsect or gcc -ffunction-sections compiler option
7812 is used in AIX.
7813 (read_xcoff_symtab): Handle C_WEAKEXT storage class.
7814 (process_xcoff_symbol): Likewise.
7815 (scan_xcoff_symtab): Likewise.
7816
5c99fcf8
AH
78172017-04-26 Alan Hayward <alan.hayward@arm.com>
7818
7819 * ia64-tdep.c (examine_prologue): Use get_frame_register_unsigned.
7820 (ia64_sigtramp_frame_prev_register): Use read_memory_unsigned_integer.
7821 (ia64_access_reg): Use get_frame_register_unsigned.
7822 (ia64_access_rse_reg): Likewise.
7823 (ia64_libunwind_frame_prev_register): Likewise.
7824
b41c5a85
JW
78252017-04-26 Jiong Wang <jiong.wang@arm.com>
7826
7827 * gdbarch.sh: New gdbarch method execute_dwarf_cfa_vendor_op.
7828 * gdbarch.c: Regenerated.
7829 * gdbarch.h: Regenerated.
7830 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Made the
7831 visibility external.
7832 (execute_cfa_program): Call execute_dwarf_cfa_vendor_op for CFI
7833 between DW_CFA_lo_user and DW_CFA_high_user inclusive.
7834 (enum cfa_how_kind): Move to ...
7835 (struct dwarf2_frame_state_reg_info): Likewise.
7836 (struct dwarf2_frame_state): Likewise.
7837 * dwarf2-frame.h: ... here.
7838 (dwarf2_frame_state_alloc_regs): New declaration.
7839 * sparc-tdep.c (sparc_execute_dwarf_cfa_vendor_op): New function.
7840 (sparc32_gdbarch_init): Register execute_dwarf_cfa_vendor_op hook.
7841
c185f580
AH
78422017-04-26 Alan Hayward <alan.hayward@arm.com>
7843
7844 * xtensa-tdep.c (xtensa_pseudo_register_read): Use
7845 regcache_raw_read_unsigned.
7846 (xtensa_pseudo_register_write): Likewise.
7847
19c45594
AH
78482017-04-26 Alan Hayward <alan.hayward@arm.com>
7849
7850 * nds32-tdep.c (nds32_pseudo_register_read): Abort on errors.
7851 (nds32_pseudo_register_write): Likewise.
7852
4658f12e
YQ
78532017-04-25 Yao Qi <yao.qi@linaro.org>
7854
7855 * regcache.c (struct regcache) <readonly_p>: Change its type
7856 to bool.
7857 (regcache_xmalloc_1): Update parameter type and callers update.
7858
d581dda8
YQ
78592017-04-25 Yao Qi <yao.qi@linaro.org>
7860
7861 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
7862 set_gdbarch_wchar_bit.
7863 * arm-tdep.c (arm_gdbarch_init): Likewise.
7864
debed3db
PA
78652017-04-25 Pedro Alves <palves@redhat.com>
7866
7867 * common/poison.h [!HAVE_IS_TRIVIALLY_COPYABLE] (IsRelocatable)
7868 (BothAreRelocatable, memcopy, memmove): Don't define.
7869 * common/traits.h (__has_feature, HAVE_IS_TRIVIALLY_COPYABLE): New
7870 macros.
7871
b0b92aeb
PA
78722017-04-25 Pedro Alves <palves@redhat.com>
7873
7874 * common/common-defs.h: Include "common/poison.h".
7875 * common/function-view.h: (Not, Or, Requires): Move to traits.h
7876 and adjust.
7877 * common/poison.h: New file.
7878 * common/traits.h: Include <type_traits>.
7879 (Not, Or, Requires): New, moved from common/function-view.h.
7880
16c4d54a
PA
78812017-04-25 Pedro Alves <palves@redhat.com>
7882
7883 * breakpoint.h (struct breakpoint): In-class initialize all
7884 fields. Make boolean fields "bool".
7885 * breakpoint.c (init_raw_breakpoint_without_location): Remove
7886 memset call and initializations no longer necessary.
7887
b5c36682
PA
78882017-04-25 Pedro Alves <palves@redhat.com>
7889
7890 * btrace.c (pt_btrace_insn_flags): Change parameter type to
7891 reference.
7892 (pt_btrace_insn): New function.
7893 (ftrace_add_pt): Remove memset call and use pt_btrace_insn.
7894
5625a286
PA
78952017-04-25 Pedro Alves <palves@redhat.com>
7896
7897 * ada-lang.c (ada_catchpoint_location): Now a "class". Remove
7898 "base" field and inherit from "bp_location" instead. Add
7899 non-default ctor.
7900 (allocate_location_exception): Use new non-default ctor.
7901 * breakpoint.c (get_first_locp_gte_addr): Remove memset call.
7902 (init_bp_location): Convert to ...
7903 (bp_location::bp_location): ... this new ctor, and remove memset
7904 call.
7905 (base_breakpoint_allocate_location): Use the new non-default ctor.
7906 * breakpoint.h (bp_location): Now a class. Declare default and
7907 non-default ctors. In-class initialize all members.
7908 (init_bp_location): Remove declaration.
7909
23bcc18f
PA
79102017-04-25 Pedro Alves <palves@redhat.com>
7911
7912 * common/enum-flags.h (enum_flags): Don't implement copy ctor and
7913 assignment operator.
7914
e1ba3053
YQ
79152017-04-24 Yao Qi <yao.qi@linaro.org>
7916
7917 * doublest.c (convert_doublest_to_floatformat): Call
7918 floatformat_totalsize_bytes.
7919
10f489e5
TT
79202017-04-22 Tom Tromey <tom@tromey.com>
7921
7922 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Use
7923 ui_out_emit_list.
7924 * stack.c (print_frame): Use ui_out_emit_list.
7925 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Use
7926 ui_out_emit_list.
7927 * mi/mi-main.c (print_one_inferior)
7928 (mi_cmd_data_list_register_names)
7929 (mi_cmd_data_list_register_values, mi_cmd_list_features)
7930 (mi_cmd_list_target_features, mi_cmd_trace_frame_collected): Use
7931 ui_out_emit_list.
7932 * mi/mi-interp.c (mi_on_normal_stop_1): Use ui_out_emit_list.
7933 (mi_output_solib_attribs): Use ui_out_emit_list,
7934 ui_out_emit_tuple.
7935 * mi/mi-cmd-var.c (varobj_update_one): Use ui_out_emit_list.
7936 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
7937 (mi_cmd_stack_list_args, list_args_or_locals): Use
7938 ui_out_emit_list.
7939 * disasm.c (do_assembly_only): Use ui_out_emit_list.
7940 * breakpoint.c (print_solib_event, output_thread_groups): Use
7941 ui_out_emit_list.
7942
0092b74d
TT
79432017-04-22 Tom Tromey <tom@tromey.com>
7944
7945 * mi/mi-main.c (print_variable_or_computed): Use ui_out_emit_tuple.
7946 * mi/mi-cmd-var.c (varobj_update_one): Use ui_out_emit_tuple.
7947 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_out_emit_tuple.
7948
a14a62dd
TT
79492017-04-22 Tom Tromey <tom@tromey.com>
7950
7951 * tracepoint.c (tvariables_info_1)
7952 (print_one_static_tracepoint_marker): Use ui_out_emit_tuple.
7953
46b9c129
TT
79542017-04-22 Tom Tromey <tom@tromey.com>
7955
7956 * stack.c (print_frame_arg): Use ui_out_emit_tuple,
7957 annotate_arg_emitter.
7958 * breakpoint.c (print_mention_watchpoint)
7959 (print_mention_masked_watchpoint): Use ui_out_emit_tuple.
7960 * annotate.h (struct annotate_arg_emitter): New.
7961
2e783024
TT
79622017-04-22 Tom Tromey <tom@tromey.com>
7963
7964 * record-btrace.c (record_btrace_insn_history)
7965 (record_btrace_insn_history_range, record_btrace_call_history)
7966 (record_btrace_call_history_range): Use ui_out_emit_tuple.
7967 * thread.c (do_captured_list_thread_ids, print_thread_info_1): Use
7968 ui_out_emit_tuple.
7969 * stack.c (print_frame_info): Use ui_out_emit_tuple.
7970 * solib.c (info_sharedlibrary_command): Use ui_out_emit_tuple.
7971 * skip.c (skip_info): Use ui_out_emit_tuple.
7972 * remote.c (show_remote_cmd): Use ui_out_emit_tuple.
7973 * progspace.c (print_program_space): Use ui_out_emit_tuple.
7974 * probe.c (info_probes_for_ops): Use ui_out_emit_tuple.
7975 * osdata.c (info_osdata): Use ui_out_emit_tuple.
7976 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Use
7977 ui_out_emit_tuple.
7978 * mi/mi-main.c (print_one_inferior, list_available_thread_groups)
7979 (output_register, mi_cmd_data_read_memory)
7980 (mi_cmd_data_read_memory_bytes, mi_load_progress)
7981 (mi_cmd_trace_frame_collected): Use ui_out_emit_tuple.
7982 * mi/mi-cmd-var.c (mi_cmd_var_list_children, varobj_update_one):
7983 Use ui_out_emit_tuple.
7984 * mi/mi-cmd-stack.c (mi_cmd_stack_list_args): Use
7985 ui_out_emit_tuple.
7986 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions)
7987 (mi_cmd_info_gdb_mi_command): Use ui_out_emit_tuple.
7988 * linux-thread-db.c (info_auto_load_libthread_db): Use
7989 ui_out_emit_tuple.
7990 * inferior.c (print_inferior): Use ui_out_emit_tuple.
7991 * gdb_bfd.c (print_one_bfd): Use ui_out_emit_tuple.
7992 * disasm.c (do_mixed_source_and_assembly_deprecated)
7993 (do_mixed_source_and_assembly): Use ui_out_emit_tuple.
7994 * cp-abi.c (list_cp_abis): Use ui_out_emit_tuple.
7995 * cli/cli-setshow.c (cmd_show_list): Use ui_out_emit_tuple.
7996 * breakpoint.c (print_one_breakpoint_location)
7997 (print_one_breakpoint): Use ui_out_emit_tuple.
7998 * auto-load.c (print_script, info_auto_load_cmd): Use
7999 ui_out_emit_tuple.
8000 * ada-tasks.c (print_ada_task_info): Use ui_out_emit_tuple.
8001
9be21bb4
SM
80022017-04-21 Simon Marchi <simon.marchi@ericsson.com>
8003
8004 * thread.c (print_thread_info_1): Remove dead code.
8005
0d4c07af
JK
80062017-04-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8007
8008 * aarch64-tdep.c (selftests::aarch64_process_record_test): Make it #if
8009 GDB_SELF_TEST.
8010 * arm-tdep.c (selftests::arm_record_test): Likewise.
8011
4daf993d
YQ
80122017-04-21 Yao Qi <yao.qi@linaro.org>
8013
8014 * regcache.c (regcache_restore): Remove argument 2. Replace
8015 argument 3 with regcache. Get register status from
8016 src->register_status and get register contents from
8017 register_buffer (src, regnum).
8018 (regcache_cpy): Update.
8019
a6c21d4a
PA
80202017-04-19 Pedro Alves <palves@redhat.com>
8021
8022 * gdbthread.h (thread): Add missing closing parenthesis in
8023 comment.
8024
3a3fd0fd
PA
80252017-04-19 Pedro Alves <palves@redhat.com>
8026
8027 * common/refcounted-object.h: New file.
8028 * gdbthread.h: Include "common/refcounted-object.h".
8029 (thread_info): Inherit from refcounted_object and add comments.
8030 (thread_info::incref, thread_info::decref)
8031 (thread_info::m_refcount): Delete.
8032 (thread_info::deletable): Use the refcounted_object::refcount()
8033 method.
8034 * inferior.c (current_inferior_): Add comment.
8035 (set_current_inferior): Increment/decrement refcounts.
8036 (prune_inferiors, remove_inferior_command): Skip inferiors marked
8037 not-deletable instead of comparing with the current inferior.
8038 (initialize_inferiors): Increment the initial inferior's refcount.
8039 * inferior.h (struct inferior): Forward declare.
8040 Include "common/refcounted-object.h".
8041 (current_inferior, set_current_inferior): Move declaration to
8042 before struct inferior's definition, and fix comment.
8043 (inferior): Inherit from refcounted_object. Add comments.
8044 * thread.c (switch_to_thread_no_regs): Reference the thread's
8045 inferior pointer directly instead of doing a ptid lookup.
8046 (switch_to_no_thread): New function.
8047 (switch_to_thread(thread_info *)): New function, factored out
8048 from ...
8049 (switch_to_thread(ptid_t)): ... this.
8050 (restore_current_thread): Delete.
8051 (current_thread_cleanup): Remove 'inf_id' and 'was_removable'
8052 fields, and add 'inf' field.
8053 (do_restore_current_thread_cleanup): Check whether old->inf is
8054 alive instead of looking up an inferior by ptid. Use
8055 switch_to_thread and switch_to_no_thread.
8056 (restore_current_thread_cleanup_dtor): Use old->inf directly
8057 instead of lookup up an inferior by id. Decref the inferior.
8058 Don't restore 'removable'.
8059 (make_cleanup_restore_current_thread): Same the inferior pointer
8060 in old, instead of the inferior number. Incref the inferior.
8061 Don't save/clear 'removable'.
8062
9bcb1f16
PA
80632017-04-19 Pedro Alves <palves@redhat.com>
8064
8065 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
8066 unittests/scoped_restore-selftests.c.
8067 (SUBDIR_UNITTESTS_OBS): Add scoped_restore-selftests.o.
8068 * common/scoped_restore.h (scoped_restore_base): Make "class".
8069 (scoped_restore_base::release): New public method.
8070 (scoped_restore_base::scoped_restore_base): New protected ctor.
8071 (scoped_restore_base::m_saved_var): New protected field.
8072 (scoped_restore_tmpl::scoped_restore_tmpl(T*)): Initialize the
8073 scoped_restore_base base class instead of m_saved_var directly.
8074 (scoped_restore_tmpl::scoped_restore_tmpl(T*, T2)): Likewise.
8075 (scoped_restore_tmpl::scoped_restore_tmpl(const
8076 scoped_restore_tmpl<T>&)): Likewise.
8077 (scoped_restore_tmpl::~scoped_restore_tmpl): Use the saved_var
8078 method.
8079 (scoped_restore_tmpl::saved_var): New method.
8080 (scoped_restore_tmpl::m_saved_var): Delete.
8081 * inferior.h (inferior::detaching): Now a bool.
8082 * infrun.c (prepare_for_detach): Use a scoped_restore instead of a
8083 cleanup.
8084 * unittests/scoped_restore-selftests.c: New file.
8085
26fcd539
PA
80862017-04-19 Pedro Alves <palves@redhat.com>
8087
8088 * Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS):
8089 Re-sort in alphabetic order.
8090
fdd243b0
PA
80912017-04-18 Pedro Alves <palves@redhat.com>
8092
8093 * xml-support.c (obstack_xml_printf): Delete.
8094 * xml-support.h (obstack_xml_printf): Delete.
8095
4895cde2
PA
80962017-04-18 Pedro Alves <palves@redhat.com>
8097
8098 * xml-support.c (gdb_xml_parser) <use_dtd, dtd_name, parse,
8099 vdebug, verror, body_text, start_element, end_element, name,
8100 user_data, set_is_xinclude, set_error, expat_parser>: New methods.
8101 <name, user_data, expat_parser, scopes, error, last_line, dtd_name,
8102 is_xinclude>: Make private and add m_ prefix.
8103 (gdb_xml_parser::body_text): New method, based on ...
8104 (gdb_xml_body_text): ... this. Adjust.
8105 (gdb_xml_parser::vdebug): New method, based on ...
8106 (gdb_xml_debug): ... this. Adjust.
8107 (gdb_xml_parser::verror): New method, based on ...
8108 (gdb_xml_error): ... this. Adjust.
8109 (gdb_xml_parser::start_element): New method, based on ...
8110 (gdb_xml_start_element): ... this. Adjust.
8111 (gdb_xml_start_element_wrapper): Defer to
8112 gdb_xml_parser::start_element and gdb_xml_parser::set_error.
8113 (gdb_xml_parser::end_element): New method, based on ...
8114 (gdb_xml_end_element_wrapper): ... this. Adjust.
8115 (gdb_xml_parser::~gdb_xml_parser): Adjust.
8116 (gdb_xml_parser::gdb_xml_parser): Adjust to field renames.
8117 (gdb_xml_parser::use_dtd): New method, based on ...
8118 (gdb_xml_use_dtd): ... this. Adjust.
8119 (gdb_xml_parser::parse): New method, based on ...
8120 (gdb_xml_parse): ... this. Adjust.
8121 (gdb_xml_parse_quick): Adjust to call the parser's parse method.
8122 (xinclude_start_include): Adjust to call the parser's name method.
8123 (xml_xinclude_default, xml_xinclude_start_doctype)
8124 (xml_xinclude_end_doctype): Adjust to call the parser's user_data
8125 method.
8126 (xml_process_xincludes): Adjust to call parser methods.
8127 * xml-support.h (gdb_xml_use_dtd, gdb_xml_parse): Delete
8128 declarations.
8129
bd8a901f
PA
81302017-04-18 Pedro Alves <palves@redhat.com>
8131
8132 * tracefile-tfile.c (tfile_write_tdesc): Adjust to use
8133 gdb::optional<std::string>.
8134 * xml-support.c: Include <string>.
8135 (scope_level::scope_level(scope_level &&))
8136 (scope_level::~scope_level): Delete.
8137 (scope_level::body): Now a std::string.
8138 (gdb_xml_body_text, gdb_xml_end_element): Adjust.
8139 (xinclude_parsing_data::xinclude_parsing_data): Add 'output'
8140 parameter.
8141 (xinclude_parsing_data::~xinclude_parsing_data): Delete.
8142 (xinclude_parsing_data::output): Now a std::string reference.
8143 (xinclude_start_include): Adjust.
8144 (xml_xinclude_default): Adjust.
8145 (xml_process_xincludes): Add 'output' parameter, and return bool.
8146 * xml-support.h (xml_process_xincludes): Add 'output' parameter,
8147 and return bool.
8148 * xml-tdesc.c: Include <unordered_map> and <string>.
8149 (tdesc_xml_cache): Delete.
8150 (tdesc_xml_cache_s): Delete.
8151 (xml_cache): Now an std::unordered_map.
8152 (tdesc_parse_xml): Adjust to use std::string and unordered_map.
8153 (target_fetch_description_xml): Change return type to
8154 gdb::optional<std::string>, and adjust.
8155 * xml-tdesc.h: Include "common/gdb_optional.h" and <string>.
8156 (target_fetch_description_xml): Change return type to
8157 gdb::optional<std::string>.
8158
d35d1958
PA
81592017-04-18 Pedro Alves <palves@redhat.com>
8160
8161 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
8162 unittests/optional-selftests.c.
8163 (SUBDIR_UNITTESTS_OBS): Add optional-selftests.o.
8164 * unittests/optional-selftests.c: New file.
8165 * unittests/optional/assignment/1.cc: New file.
8166 * unittests/optional/assignment/2.cc: New file.
8167 * unittests/optional/assignment/3.cc: New file.
8168 * unittests/optional/assignment/4.cc: New file.
8169 * unittests/optional/assignment/5.cc: New file.
8170 * unittests/optional/assignment/6.cc: New file.
8171 * unittests/optional/assignment/7.cc: New file.
8172 * unittests/optional/cons/copy.cc: New file.
8173 * unittests/optional/cons/default.cc: New file.
8174 * unittests/optional/cons/move.cc: New file.
8175 * unittests/optional/cons/value.cc: New file.
8176 * unittests/optional/in_place.cc: New file.
8177 * unittests/optional/observers/1.cc: New file.
8178 * unittests/optional/observers/2.cc: New file.
8179
22796e97
PA
81802017-04-18 Pedro Alves <palves@redhat.com>
8181
8182 * common/gdb_optional.h: Include common/traits.h.
8183 (in_place_t): New type.
8184 (in_place): New constexpr variable.
8185 (optional::optional): Remove member initialization of
8186 m_instantiated.
8187 (optional::optional(in_place_t...)): New constructor.
8188 (optional::~optional): Use reset.
8189 (optional::optional(const optional&)): New.
8190 (optional::optional(const optional&&)): New.
8191 (optional::optional(T &)): New.
8192 (optional::optional(T &&)): New.
8193 (operator::operator=(const optional &)): New.
8194 (operator::operator=(optional &&)): New.
8195 (operator::operator= (const T &))
8196 (operator::operator= (T &&))
8197 (operator::emplace (Args &&... args)): Return a T&. Use reset.
8198 (operator::reset): New.
8199 (operator::m_instantiated):: Add in-class initializer.
8200 * common/traits.h: Include <type_traits>.
8201 (struct And): New types.
8202
a7fc9b61
PA
82032017-04-18 Pedro Alves <palves@redhat.com>
8204
8205 * xml-support.c: Include <vector>.
8206 (scope_level::scope_level(const gdb_xml_element *))
8207 (scope_level::scope_level(scope_level&&)): New.
8208 (scope_level::~scope_level): New.
8209 (scope_level_s): Delete.
8210 (gdb_xml_parser::scopes): Now a std::vector.
8211 (gdb_xml_body_text, gdb_xml_start_element, gdb_xml_end_element):
8212 Use std::vector.
8213 (gdb_xml_parser::~gdb_xml_parser): Remove now unnecessary
8214 scope cleanup code.
8215 (gdb_xml_parser::gdb_xml_parser): Remove explicit initialization
8216 of the scopes member. Use std::vector::emplace_back.
8217
010151c9
PA
82182017-04-18 Pedro Alves <palves@redhat.com>
8219
8220 * xml-support.c (gdb_xml_parser): Add ctor/dtor. Make is_xinclude
8221 a bool.
8222 (gdb_xml_end_element): Change type of first parameter.
8223 (gdb_xml_cleanup): Rename to ...
8224 (gdb_xml_parser::~gdb_xml_parser): ... this.
8225 (gdb_xml_create_parser_and_cleanup): Delete with ...
8226 (gdb_xml_parser::gdb_xml_parser): ... creation parts factored out
8227 to this new ctor.
8228 (gdb_xml_parse_quick): Create a local gdb_xml_parser instead of
8229 using gdb_xml_create_parser_and_cleanup.
8230 (xinclude_parsing_data): Add ctor/dtor.
8231 (xml_xinclude_cleanup): Delete.
8232 (xml_process_xincludes): Create a local xinclude_parsing_data
8233 instead of heap-allocating one. Create a local gdb_xml_parser
8234 instead of heap-allocating one with
8235 gdb_xml_create_parser_and_cleanup.
8236
d56060f0
JB
82372017-04-18 John Baldwin <jhb@FreeBSD.org>
8238
8239 PR threads/20743
8240 * fbsd-nat.c (resume_one_thread_cb): Remove.
8241 (resume_all_threads_cb): Remove.
8242 (fbsd_resume): Use ALL_NON_EXITED_THREADS instead of
8243 iterate_over_threads.
8244
305d16a9
JB
82452017-04-17 Joel Brobecker <brobecker@adacore.com>
8246
8247 * NEWS: Create a new section for the next release branch.
8248 Rename the section of the current branch, now that it has
8249 been cut.
8250
8bb57231
JB
82512017-04-17 Joel Brobecker <brobecker@adacore.com>
8252
8253 GDB 8.0 branch created (725bf5cf125783c2a7ca4ab63d3768e220bab2db):
8254 * version.in: Bump version to 8.0.50.DATE-git.
8255
096c92dd
SDJ
82562017-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
8257
8258 PR gdb/21385
8259 * windows-nat.c (windows_create_inferior): Declare 'allargs'
8260 independently of the host, and fix build breakage on Cygwin.
8261
0550c955
PA
82622017-04-13 Pedro Alves <palves@redhat.com>
8263
8264 * inferior.c (free_inferior): Convert to ...
8265 (inferior::~inferior): ... this dtor.
8266 (inferior::inferior): New ctor, factored out from ...
8267 (add_inferior_silent): ... here. Allocate the inferior with a new
8268 expression.
8269 (delete_inferior): Call delete instead of free_inferior.
8270 * inferior.h (gdb_environ, continuation): Forward declare.
8271 (inferior): Now a class. Add in-class initialization to all
8272 members. Make boolean fields bool, except 'detaching'.
8273 (inferior::inferior): New explicit ctor.
8274 (inferior::~inferior): New.
8275
e3d60dfc
PA
82762017-04-13 Pedro Alves <palves@redhat.com>
8277
8278 * inferior.c (init_inferior_list): Delete.
8279 * inferior.h (init_inferior_list): Delete.
8280
5fd69d0a
PA
82812017-04-13 Pedro Alves <palves@redhat.com>
8282
8283 PR threads/13217
8284 * gdb.threads/threadapply.exp (thr_apply_detach): New procedure.
8285 (top level): Call it twice, with different thread sets.
8286
c6609450
PA
82872017-04-13 Pedro Alves <palves@redhat.com>
8288
8289 * thread.c: Include <algorithm>.
8290 (thread_array_cleanup): Delete.
8291 (scoped_inc_dec_ref): New class.
8292 (live_threads_count): New function.
8293 (set_thread_refcount): Delete.
8294 (tp_array_compar_ascending): Now a bool.
8295 (tp_array_compar): Convert to a std::sort comparison function.
8296 (thread_apply_all_command): Use std::vector and scoped_inc_dec_ref
8297 and live_threads_count.
8298
2a00d7ce
PA
82992017-04-13 Pedro Alves <palves@redhat.com>
8300
8301 * infrun.c (follow_fork_inferior): Also switch the current
8302 inferior.
8303
441d7c93
PA
83042017-04-13 Pedro Alves <palves@redhat.com>
8305
8306 * breakpoint.c (watch_command_1): Save watchpoint-frame info
8307 before calling create_internal_breakpoint.
8308
808480f6
PA
83092017-04-13 Pedro Alves <palves@redhat.com>
8310
8311 * fork-child.c (execv_argv): New class.
8312 (breakup_args): Refactored as ...
8313 (execv_argv::init_for_no_shell): .. this method of execv_argv.
8314 Copy arguments to storage and replace separators with NULL
8315 terminators in place.
8316 (escape_bang_in_quoted_argument): Adjust to return bool.
8317 (execv_argv::execv_argv): New ctor.
8318 (execv_argv::init_for_shell): New method, factored out from
8319 fork_inferior. Don't strdup strings into the vector.
8320 (fork_inferior): Eliminate "shell" local and use execv_argv. Use
8321 Remove free_vector_argv call.
8322
ad3d022a
YQ
83232017-04-13 Yao Qi <yao.qi@linaro.org>
8324
8325 * rx-tdep.c (rx_fpsw_type): Check tdep->rx_fpsw_type instead of
8326 tdep->rx_psw_type.
8327
e6ddc3bf
YQ
83282017-04-13 Yao Qi <yao.qi@linaro.org>
8329
8330 * rl78-tdep.c (rl78_gdbarch_init): Use XCNEW instead of XNEW.
8331 * rx-tdep.c (rx_gdbarch_init): Likewise.
8332
bfb8cf90
PA
83332017-04-13 Pedro Alves <palves@redhat.com>
8334
8335 * breakpoint.h (struct breakpoint): Reindent.
8336
f5336ca5
PA
83372017-04-13 Pedro Alves <palves@redhat.com>
8338
8339 * breakpoint.c (bp_location): Rename to ...
8340 (bp_locations): ... this. All references updated.
8341 (bp_location_count): Rename to ...
8342 (bp_locations_count): ... this. All references updated.
8343 (bp_location_placed_address_before_address_max): Rename to ...
8344 (bp_locations_placed_address_before_address_max): ... this. All
8345 references updated.
8346 (bp_location_shadow_len_after_address_max): Rename to ...
8347 (bp_locations_shadow_len_after_address_max): ... this. All
8348 references updated.
8349 (bp_location_compare_addrs): Rename to ...
8350 (bp_locations_compare_addrs): ... this. All references updated.
8351 (bp_location_compare):Rename to ...
8352 (bp_locations_compare): ... this. All references updated.
8353 (bp_location_target_extensions_update): Rename to ...
8354 (bp_locations_target_extensions_update): ... this. All references
8355 updated.
8356
be628ab8
SDJ
83572017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
8358
8359 * Makefile.in (HFILES_NO_SRCDIR): Add "common/gdb_termios.h".
8360 * common/common.m4: Check headers 'termios.h', 'termio.h' and
8361 'sgtty.h'.
8362 * common/gdb_termios.h: New file, with parts of "terminal.h".
8363 * inflow.c: Include "gdb_termios.h".
8364 * ser-unix.c: Include "gdb_termios.h".
8365 * terminal.h: Move terminal-related defines to
8366 "common/gdb_termios.h".
8367
8e9e35b1
TT
83682017-04-12 Tom Tromey <tom@tromey.com>
8369
8370 * probe.c (parse_probes): Update.
8371 * location.h (delete_event_location): Don't declare.
8372 (event_location_deleter::operator()): Update.
8373 * location.c (event_location_deleter::operator()): Rename from
8374 delete_event_location.
8375 * linespec.h (linespec_result) <location>: Change type to
8376 event_location_up.
8377 * linespec.c (canonicalize_linespec, event_location_to_sals)
8378 (decode_objc): Update.
8379 (linespec_result): Don't call delete_event_location.
8380 * breakpoint.c (create_breakpoints_sal)
8381 (bkpt_probe_create_sals_from_location)
8382 (strace_marker_create_sals_from_location): Update.
8383
16e802b9
TT
83842017-04-12 Tom Tromey <tom@tromey.com>
8385
8386 * linespec.h (struct linespec_result): Add constructor and
8387 destructor.
8388 (init_linespec_result, destroy_linespec_result)
8389 (make_cleanup_destroy_linespec_result): Don't declare.
8390 * linespec.c (init_linespec_result): Remove.
8391 (linespec_result::~linespec_result): Rename from
8392 destroy_linespec_result. Update.
8393 (cleanup_linespec_result, make_cleanup_destroy_linespec_result):
8394 Remove.
8395 * breakpoint.c (create_breakpoint, break_range_command)
8396 (decode_location_default): Update.
8397 * ax-gdb.c (agent_command_1): Update.
8398
d28cd78a
TT
83992017-04-12 Tom Tromey <tom@tromey.com>
8400
8401 * remote.c (remote_download_tracepoint): Update.
8402 * python/py-breakpoint.c (bppy_get_location): Update.
8403 * guile/scm-breakpoint.c (bpscm_print_breakpoint_smob)
8404 (gdbscm_breakpoint_location): Update.
8405 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Update.
8406 * breakpoint.h (struct breakpoint) <location, location_range_end>:
8407 Change type to event_location_up.
8408 * breakpoint.c (create_overlay_event_breakpoint)
8409 (create_longjmp_master_breakpoint)
8410 (create_std_terminate_master_breakpoint)
8411 (create_exception_master_breakpoint)
8412 (breakpoint_event_location_empty_p, print_breakpoint_location)
8413 (print_one_breakpoint_location, create_thread_event_breakpoint)
8414 (init_breakpoint_sal, create_breakpoint)
8415 (print_recreate_ranged_breakpoint, break_range_command)
8416 (init_ada_exception_breakpoint, say_where): Update.
8417 (base_breakpoint_dtor): Don't call delete_event_location.
8418 (bkpt_print_recreate, tracepoint_print_recreate)
8419 (dprintf_print_recreate, update_static_tracepoint)
8420 (breakpoint_re_set_default): Update.
8421
711799d5
TT
84222017-04-12 Tom Tromey <tom@tromey.com>
8423
8424 * compile/compile-loc2c.c (compute_stack_depth_worker): Change
8425 type of "to_do". Update.
8426 (compute_stack_depth): Use std::vector.
8427
52d214d3
TT
84282017-04-12 Tom Tromey <tom@tromey.com>
8429
8430 * printcmd.c (find_instruction_backward): Use std::vector.
8431
4c404b8b
TT
84322017-04-12 Tom Tromey <tom@tromey.com>
8433
8434 * symfile.c (objfilep): Remove typedef.
8435 (reread_symbols): Use a std::vector.
8436
156d9eab
TT
84372017-04-12 Tom Tromey <tom@tromey.com>
8438
8439 * mi/mi-main.c (exec_direction_forward): Remove.
8440 (exec_reverse_continue, mi_execute_command): Use scoped_restore.
8441 * guile/scm-ports.c (ioscm_with_output_to_port_worker): Use
8442 scoped_restore.
8443 * guile/guile.c (guile_repl_command, guile_command)
8444 (gdbscm_execute_gdb_command): Use scoped_restore.
8445 * go-exp.y (go_parse): Use scoped_restore.
8446 * d-exp.y (d_parse): Use scoped_restore.
8447 * cli/cli-decode.c (cmd_func): Use scoped_restore.
8448 * c-exp.y (c_parse): Use scoped_restore.
8449
4d89769a
TT
84502017-04-12 Tom Tromey <tom@tromey.com>
8451
8452 * mi/mi-parse.h (struct mi_parse): Add constructor, destructor.
8453 (mi_parse): Update return type.
8454 (mi_parse_free): Remove.
8455 * mi/mi-parse.c (mi_parse::mi_parse): New constructor.
8456 (mi_parse::~mi_parse): Rename from mi_parse_free.
8457 (mi_parse_cleanup): Remove.
8458 (mi_parse): Return a unique_ptr. Use new.
8459 * mi/mi-main.c (mi_execute_command): Update.
8460
4b217cc7
TT
84612017-04-12 Tom Tromey <tom@tromey.com>
8462
8463 * location.c (explicit_location_lex_one): Return a
8464 unique_xmalloc_ptr.
8465 (string_to_explicit_location): Update. Remove cleanups.
8466
59d3651b
TT
84672017-04-12 Tom Tromey <tom@tromey.com>
8468
8469 * gnu-v3-abi.c (value_and_voffset_p): Remove typedef.
8470 (compare_value_and_voffset): Change type. Update.
8471 (compute_vtable_size): Change type of "offset_vec".
8472 (gnuv3_print_vtable): Use std::vector. Remove cleanups.
8473 (gnuv3_get_typeid): Remove extraneous declaration.
8474
b24b0d6c
TT
84752017-04-12 Tom Tromey <tom@tromey.com>
8476
8477 * charset.h (wchar_iterator): Fix comment.
8478
80a3b8c5
TT
84792017-04-12 Tom Tromey <tom@tromey.com>
8480
8481 * charset.c (iconv_wrapper): New class.
8482 (cleanup_iconv): Remove.
8483 (convert_between_encodings): Use it.
8484
c83dd867
TT
84852017-04-12 Tom Tromey <tom@tromey.com>
8486
8487 * symfile.h (increment_reading_symtab): Update type.
8488 * symfile.c (decrement_reading_symtab): Remove.
8489 (increment_reading_symtab): Return a scoped_restore_tmpl<int>.
8490 * psymtab.c (psymtab_to_symtab): Update.
8491 * dwarf2read.c (dw2_instantiate_symtab): Update.
8492
0e8621a0
TT
84932017-04-12 Tom Tromey <tom@tromey.com>
8494
8495 * jit.c (struct jit_reader): Declare separately. Add constructor
8496 and destructor. Change type of "handle".
8497 (loaded_jit_reader): Define separately.
8498 (jit_reader_load): Update. New "new".
8499 (jit_reader_unload_command): Use "delete".
8500 * gdb-dlfcn.h (struct dlclose_deleter): New.
8501 (gdb_dlhandle_up): New typedef.
8502 (gdb_dlopen, gdb_dlsym): Update types.
8503 (gdb_dlclose): Remove.
8504 * gdb-dlfcn.c (gdb_dlopen): Return a gdb_dlhandle_up.
8505 (gdb_dlsym): Change type of "handle".
8506 (make_cleanup_dlclose): Remove.
8507 (dlclose_deleter::operator()): Rename from gdb_dlclose.
8508 * compile/compile-c-support.c (load_libcc): Update.
8509
67d89901
TT
85102017-04-12 Tom Tromey <tom@tromey.com>
8511
8512 * symtab.h (find_pcs_for_symtab_line): Change return type.
8513 * symtab.c (find_pcs_for_symtab_line): Change return type.
8514 * python/py-linetable.c (build_line_table_tuple_from_pcs): Change
8515 type of "vec". Update.
8516 (ltpy_get_pcs_for_line): Update.
8517 * linespec.c (decode_digits_ordinary): Update.
8518
93921405
TT
85192017-04-12 Tom Tromey <tom@tromey.com>
8520
8521 * tracepoint.c (actions_command): Update.
8522 * python/python.c (python_command, python_interactive_command):
8523 Update.
8524 * mi/mi-cmd-break.c (mi_cmd_break_commands): Update.
8525 * guile/guile.c (guile_command): Update.
8526 * defs.h (read_command_lines, read_command_lines_1): Return
8527 command_line_up.
8528 (command_lines_deleter): New struct.
8529 (command_line_up): New typedef.
8530 * compile/compile.c (compile_code_command)
8531 (compile_print_command): Update.
8532 * cli/cli-script.h (get_command_line, copy_command_lines): Return
8533 command_line_up.
8534 (make_cleanup_free_command_lines): Remove.
8535 * cli/cli-script.c (get_command_line, read_command_lines_1)
8536 (copy_command_lines): Return command_line_up.
8537 (while_command, if_command, read_command_lines, define_command)
8538 (document_command): Update.
8539 (do_free_command_lines_cleanup, make_cleanup_free_command_lines):
8540 Remove.
8541 * breakpoint.h (breakpoint_set_commands): Change type of
8542 "commands".
8543 * breakpoint.c (breakpoint_set_commands): Change type of
8544 "commands". Update.
8545 (do_map_commands_command, update_dprintf_command_list)
8546 (create_tracepoint_from_upload): Update.
8547
ffc2605c
TT
85482017-04-12 Tom Tromey <tom@tromey.com>
8549
8550 * tracepoint.c (scope_info): Update.
8551 * spu-tdep.c (spu_catch_start): Update.
8552 * python/python.c (gdbpy_decode_line): Update.
8553 * python/py-finishbreakpoint.c (bpfinishpy_init): Update.
8554 * python/py-breakpoint.c (bppy_init): Update.
8555 * probe.c (parse_probes): Update.
8556 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Update.
8557 * location.h (event_location_deleter): New struct.
8558 (event_location_up): New typedef.
8559 (new_linespec_location, new_address_location, new_probe_location)
8560 (new_explicit_location, copy_event_location)
8561 (string_to_event_location, string_to_event_location_basic)
8562 (string_to_explicit_location): Update return type.
8563 (make_cleanup_delete_event_location): Remove.
8564 * location.c (new_linespec_location, new_address_location)
8565 (new_probe_location, new_explicit_location, copy_event_location):
8566 Return event_location_up.
8567 (delete_event_location_cleanup)
8568 (make_cleanup_delete_event_location): Remove.
8569 (string_to_explicit_location, string_to_event_location_basic)
8570 (string_to_event_location): Return event_location_up.
8571 * linespec.c (canonicalize_linespec, event_location_to_sals)
8572 (decode_line_with_current_source)
8573 (decode_line_with_last_displayed, decode_objc): Update.
8574 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
8575 * completer.c (location_completer): Update.
8576 * cli/cli-cmds.c (edit_command, list_command): Update.
8577 * breakpoint.c (create_overlay_event_breakpoint)
8578 (create_longjmp_master_breakpoint)
8579 (create_std_terminate_master_breakpoint)
8580 (create_exception_master_breakpoint)
8581 (create_thread_event_breakpoint): Update.
8582 (init_breakpoint_sal): Update. Remove some dead code.
8583 (create_breakpoint_sal): Change type of "location". Update.
8584 (create_breakpoints_sal, create_breakpoint, break_command_1)
8585 (dprintf_command, break_range_command, until_break_command)
8586 (init_ada_exception_breakpoint)
8587 (strace_marker_create_sals_from_location)
8588 (update_static_tracepoint, trace_command, ftrace_command)
8589 (strace_command, create_tracepoint_from_upload): Update.
8590 * break-catch-throw.c (re_set_exception_catchpoint): Update.
8591 * ax-gdb.c (agent_command_1): Update.
8592
8f10c932
PA
85932017-04-12 Pedro Alves <palves@redhat.com>
8594
8595 * Makefile.in (ALL_TARGET_OBS): Add i386-go32-tdep.o.
8596 * configure.tgt: Handle i[34567]86-*-go32* and
8597 i[34567]86-*-msdosdjgpp*.
8598 * i386-tdep.c (i386_svr4_reg_to_regnum):
8599 Make extern.
8600 (i386_go32_init_abi, i386_coff_osabi_sniffer): Moved to
8601 i386-go32-tdep.c.
8602 (_initialize_i386_tdep): DJGPP bits moved to i386-go32-tdep.c.
8603 * i386-go32-tdep.c: New file.
8604 * i386-tdep.h (tdesc_i386_mmx, i386_svr4_reg_to_regnum): New
8605 declarations.
8606
0a31ccfb
SM
86072017-04-12 Simon Marchi <simon.marchi@ericsson.com>
8608
8609 * aix-thread.c (pd_status2str): Change return type to const char *.
8610
e9bb3fbb
PA
86112017-04-12 Pedro Alves <palves@redhat.com>
8612
8613 * i386-tdep.c (i386_elf_init_abi, i386_go32_init_abi): Remove
8614 calls to set_gdbarch_gnu_triplet_regexp.
8615
53375380
PA
86162017-04-12 Pedro Alves <palves@redhat.com>
8617
8618 PR gdb/21323
8619 * c-lang.c (cplus_primitive_types) <cplus_primitive_type_wchar_t>:
8620 New enum value.
8621 (cplus_language_arch_info): Register cplus_primitive_type_wchar_t.
8622 * gdbtypes.h (struct builtin_type) <builtin_wchar>: New field.
8623 * gdbtypes.c (gdbtypes_post_init): Create the "wchar_t" type.
8624 * gdbarch.sh (wchar_bit, wchar_signed): New per-arch values.
8625 * gdbarch.h, gdbarch.c: Regenerate.
8626 * aarch64-tdep.c (aarch64_gdbarch_init): Override
8627 gdbarch_wchar_bit and gdbarch_wchar_signed.
8628 * alpha-tdep.c (alpha_gdbarch_init): Likewise.
8629 * arm-tdep.c (arm_gdbarch_init): Likewise.
8630 * avr-tdep.c (avr_gdbarch_init): Likewise.
8631 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
8632 * i386-nto-tdep.c (i386nto_init_abi): Likewise.
8633 * i386-tdep.c (i386_go32_init_abi): Likewise.
8634 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
8635 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
8636 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
8637 * rs6000-aix-tdep.c (rs6000_aix_init_osabi): Likewise.
8638 * sh-tdep.c (sh_gdbarch_init): Likewise.
8639 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
8640 * sparc64-tdep.c (sparc64_init_abi): Likewise.
8641 * windows-tdep.c (windows_init_abi): Likewise.
8642 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
8643
53e710ac
PA
86442017-04-12 Pedro Alves <palves@redhat.com>
8645
8646 PR c++/21323
8647 * c-lang.c (cplus_primitive_types) <cplus_primitive_type_char16_t,
8648 cplus_primitive_type_char32_t>: New enum values.
8649 (cplus_language_arch_info): Register cplus_primitive_type_char16_t
8650 and cplus_primitive_type_char32_t.
8651 * dwarf2read.c (read_base_type) <DW_ATE_UTF>: If bit size is 16 or
8652 32, use the archtecture's built-in type for char16_t and char32_t,
8653 respectively. Otherwise, fallback to init_integer_type as before,
8654 but make the type unsigned, and issue a complaint.
8655 * gdbtypes.c (gdbtypes_post_init): Make char16_t and char32_t unsigned.
8656
ab0538b8
AH
86572017-04-12 Alan Hayward <alan.hayward@arm.com>
8658
5e0e0422 8659 * m32r-tdep.c (M32R_ARG_REGISTER_SIZE): Added.
ab0538b8
AH
8660 (m32r_push_dummy_call): Use M32R_ARG_REGISTER_SIZE.
8661
5430098f
SDJ
86622017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
8663
8664 * windows-nat.c (windows_create_inferior): Declare 'toexec' as
8665 'const char *'.
8666
7c5ded6a
SDJ
86672017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
8668
8669 * common/common-utils.c (free_vector_argv): New function.
8670 * common/common-utils.h: Include <vector>.
8671 (free_vector_argv): New prototype.
8672 * darwin-nat.c (darwin_create_inferior): Rewrite function
8673 prototype in order to constify "exec_file" and accept a
8674 "std::string" for "allargs".
8675 * fork-child.c: Include <vector>.
8676 (breakup_args): Rewrite function, using C++.
8677 (fork_inferior): Rewrite function header, constify "exec_file_arg"
8678 and accept "std::string" for "allargs". Update the code to
8679 calculate "argv" based on "allargs". Update calls to "exec_fun"
8680 and "execvp".
8681 * gnu-nat.c (gnu_create_inferior): Rewrite function prototype in
8682 order to constify "exec_file" and accept a "std::string" for
8683 "allargs".
8684 * go32-nat.c (go32_create_inferior): Likewise.
8685 * inf-ptrace.c (inf_ptrace_create_inferior): Likewise.
8686 * infcmd.c (run_command_1): Constify "exec_file". Use
8687 "std::string" for inferior arguments.
8688 * inferior.h (fork_inferior): Update prototype.
8689 * linux-nat.c (linux_nat_create_inferior): Rewrite function
8690 prototype in order to constify "exec_file" and accept a
8691 "std::string" for "allargs".
8692 * nto-procfs.c (procfs_create_inferior): Likewise.
8693 * procfs.c (procfs_create_inferior): Likewise.
8694 * remote-sim.c (gdbsim_create_inferior): Likewise.
8695 * remote.c (extended_remote_run): Update code to accept
8696 "std::string" as argument.
8697 (extended_remote_create_inferior): Rewrite function prototype in
8698 order to constify "exec_file" and accept a "std::string" for
8699 "allargs".
8700 * rs6000-nat.c (super_create_inferior): Likewise.
8701 (rs6000_create_inferior): Likewise.
8702 * target.h (struct target_ops) <to_create_inferior>: Likewise.
8703 * windows-nat.c (windows_create_inferior): Likewise.
8704
ae0eee42
PA
87052017-04-11 Pedro Alves <palves@redhat.com>
8706
8707 * thread.c: Fix whitespace throughout.
8708
a6acac06
PR
87092017-04-11 Philipp Rudo <prudo@linux.vnet.ibm.com>
8710
8711 * linux-nat.c (linux_nat_detach): Remove delete_lwp call.
8712
64403bd1
AH
87132017-04-11 Alan Hayward <alan.hayward@arm.com>
8714
8715 * arm-tdep.c (arm_store_return_value): Use FP_REGISTER_SIZE
8716
a5bef50f
SDJ
87172017-04-10 Sergio Durigan Junior <sergiodj@redhat.com>
8718
8719 PR gdb/21364
8720 * osdata.c (info_osdata): Check if 'type' is an empty string
8721 instead of NULL.
8722
9295a5a9
PA
87232017-04-10 Pedro Alves <palves@redhat.com>
8724
8725 * thread.c (add_thread_silent, delete_thread_1, find_thread_ptid)
8726 (ptid_to_global_thread_id, in_thread_list)
8727 (do_captured_list_thread_ids, set_resumed, set_running)
8728 (set_executing, set_stop_requested, finish_thread_state)
8729 (validate_registers_access, can_access_registers_ptid)
8730 (print_thread_info_1, switch_to_thread)
8731 (do_restore_current_thread_cleanup)
8732 (make_cleanup_restore_current_thread, thread_command)
8733 (thread_name_command): Use operator== instead of ptid_equal.
8734
996812e3
PA
87352017-04-10 Pedro Alves <palves@redhat.com>
8736
8737 * thread.c (struct current_thread_cleanup) <next>: Delete field.
8738 (current_thread_cleanup_chain): Delete.
8739 (restore_current_thread_cleanup_dtor)
8740 (make_cleanup_restore_current_thread): Remove references to
8741 current_thread_cleanup_chain.
8742
845b344f
AH
87432017-04-10 Alan Hayward <alan.hayward@arm.com>
8744
8745 * msp430-tdep.c (msp430_pseudo_register_read): Never return
8746 REG_UNKNOWN.
8747
803bdfe4
YQ
87482017-04-10 Yao Qi <yao.qi@linaro.org>
8749
8750 PR gdb/19942
8751 * gdbthread.h (thread_info::deletable): New method.
8752 (thread_info::incref): New method.
8753 (thread_info::decref): New method.
8754 (thread_info::refcount): Move it to private.
8755 * infrun.c (save_stop_context): Call inc_refcount.
8756 (release_stop_context_cleanup): Likewise.
8757 * thread.c (set_thread_exited): New function.
8758 (init_thread_list): Delete "tp" only it is deletable, otherwise
8759 call set_thread_exited.
8760 (delete_thread_1): Call set_thread_exited.
8761 (current_thread_cleanup) <inferior_pid>: Remove.
8762 <thread>: New field.
8763 (restore_current_thread_ptid_changed): Removed.
8764 (do_restore_current_thread_cleanup): Adjust.
8765 (restore_current_thread_cleanup_dtor): Don't call
8766 find_thread_ptid.
8767 (set_thread_refcount): Use dec_refcount.
8768 (make_cleanup_restore_current_thread): Adjust.
8769 (thread_apply_all_command): Call inc_refcount.
8770 (_initialize_thread): Don't call
8771 observer_attach_thread_ptid_changed.
8772
8c25b497
YQ
87732017-04-10 Yao Qi <yao.qi@linaro.org>
8774
8775 * thread.c (delete_thread_1): Hoist code on marking thread as
8776 exited.
8777
8473b447
SM
87782017-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8779
8780 * windows-nat.c (windows_detach): Initialize ptid with
8781 minus_one_ptid.
8782
6670ec13
SM
87832017-04-07 Simon Marchi <simon.marchi@ericsson.com>
8784
8785 * unittests/ptid-selftests.c: Fix erroneous assert messages.
8786
ba2f91bb
AH
87872017-04-07 Alan Hayward <alan.hayward@arm.com>
8788
8789 * bfin-tdep.c (BFIN_MAX_REGISTER_SIZE): Add.
8790 (bfin_pseudo_register_read): Use BFIN_MAX_REGISTER_SIZE.
8791 (bfin_pseudo_register_write): Likewise
8792
436252de
SM
87932017-04-06 Simon Marchi <simon.marchi@ericsson.com>
8794
8795 * common/ptid.h (struct ptid): Change to...
8796 (class ptid_t): ... this.
8797 <ptid_t>: New constructors.
8798 <pid, lwp_p, lwp, tid_p, tid, is_pid, operator==, operator!=,
8799 matches>: New methods.
8800 <make_null, make_minus_one>: New static methods.
8801 <pid>: Rename to...
8802 <m_pid>: ...this.
8803 <lwp>: Rename to...
8804 <m_lwp>: ...this.
8805 <tid>: Rename to...
8806 <m_tid>: ...this.
8807 (ptid_build, ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal,
8808 ptid_is_pid, ptid_lwp_p, ptid_tid_p, ptid_match): Take ptid arguments
8809 as references, move comment to class ptid_t.
8810 * common/ptid.c (null_ptid, minus_one_ptid): Initialize with
8811 ptid_t static methods.
8812 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_tid,
8813 ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p, ptid_match):
8814 Take ptid arguments as references, implement using ptid_t methods.
8815 * unittests/ptid-selftests.c: New file.
8816 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
8817 unittests/ptid-selftests.c.
8818 (SUBDIR_UNITTESTS_OBS): Add unittests/ptid-selftests.o.
8819
0dedf377
TP
88202017-04-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8821
8822 * python/python.c (python_run_simple_file): Cast mode literal to
8823 non-const char pointer as expected by PyFile_FromString.
8824
4e9868d4
SM
88252017-04-05 Simon Marchi <simon.marchi@ericsson.com>
8826
8827 * common/ptid.c (ptid_lwp_p, ptid_tid_p): Remove comparison with
8828 minus_one_ptid and null_ptid.
8829
9bf2a700
PA
88302017-04-05 Pedro Alves <palves@redhat.com>
8831
8832 * warning.m4 (build_warnings): Remove -Wno-write-strings.
8833 * configure: Regenerate.
8834
a121b7c1
PA
88352017-04-05 Pedro Alves <palves@redhat.com>
8836
8837 * ada-exp.y (yyerror): Constify.
8838 * ada-lang.c (bound_name, get_selections)
8839 (ada_variant_discrim_type)
8840 (ada_variant_discrim_name, ada_value_struct_elt)
8841 (ada_lookup_struct_elt_type, is_unchecked_variant)
8842 (ada_which_variant_applies, standard_exc, ada_get_next_arg)
8843 (catch_ada_exception_command_split)
8844 (catch_ada_assert_command_split, catch_assert_command)
8845 (ada_op_name): Constify.
8846 * ada-lang.h (ada_yyerror, get_selections)
8847 (ada_variant_discrim_name, ada_value_struct_elt): Constify.
8848 * arc-tdep.c (arc_print_frame_cache): Constify.
8849 * arm-tdep.c (arm_skip_stub): Constify.
8850 * ax-gdb.c (gen_binop, gen_struct_ref_recursive, gen_struct_ref)
8851 (gen_aggregate_elt_ref): Constify.
8852 * bcache.c (print_bcache_statistics): Constify.
8853 * bcache.h (print_bcache_statistics): Constify.
8854 * break-catch-throw.c (catch_exception_command_1):
8855 * breakpoint.c (struct ep_type_description::description):
8856 Constify.
8857 (add_solib_catchpoint): Constify.
8858 (catch_fork_command_1): Add cast.
8859 (add_catch_command): Constify.
8860 * breakpoint.h (add_catch_command, add_solib_catchpoint):
8861 Constify.
8862 * bsd-uthread.c (bsd_uthread_state): Constify.
8863 * buildsym.c (patch_subfile_names): Constify.
8864 * buildsym.h (next_symbol_text_func, patch_subfile_names):
8865 Constify.
8866 * c-exp.y (yyerror): Constify.
8867 (token::oper): Constify.
8868 * c-lang.h (c_yyerror, cp_print_class_member): Constify.
8869 * c-varobj.c (cplus_describe_child): Constify.
8870 * charset.c (find_charset_names): Add cast.
8871 (find_charset_names): Constify array and add const_cast.
8872 * cli/cli-cmds.c (complete_command, cd_command): Constify.
8873 (edit_command): Constify.
8874 * cli/cli-decode.c (lookup_cmd): Constify.
8875 * cli/cli-dump.c (dump_memory_command, dump_value_command):
8876 Constify.
8877 (struct dump_context): Constify.
8878 (add_dump_command, restore_command): Constify.
8879 * cli/cli-script.c (get_command_line): Constify.
8880 * cli/cli-script.h (get_command_line): Constify.
8881 * cli/cli-utils.c (check_for_argument): Constify.
8882 * cli/cli-utils.h (check_for_argument): Constify.
8883 * coff-pe-read.c (struct read_pe_section_data): Constify.
8884 * command.h (lookup_cmd): Constify.
8885 * common/print-utils.c (decimal2str): Constify.
8886 * completer.c (gdb_print_filename): Constify.
8887 * corefile.c (set_gnutarget): Constify.
8888 * cp-name-parser.y (yyerror): Constify.
8889 * cp-valprint.c (cp_print_class_member): Constify.
8890 * cris-tdep.c (cris_register_name, crisv32_register_name):
8891 Constify.
8892 * d-exp.y (yyerror): Constify.
8893 (struct token::oper): Constify.
8894 * d-lang.h (d_yyerror): Constify.
8895 * dbxread.c (struct header_file_location::name): Constify.
8896 (add_old_header_file, add_new_header_file, last_function_name)
8897 (dbx_next_symbol_text, add_bincl_to_list)
8898 (find_corresponding_bincl_psymtab, set_namestring)
8899 (find_stab_function_addr, read_dbx_symtab, start_psymtab)
8900 (dbx_end_psymtab, read_ofile_symtab, process_one_symbol):
8901 * defs.h (command_line_input, print_address_symbolic)
8902 (deprecated_readline_begin_hook): Constify.
8903 * dwarf2read.c (anonymous_struct_prefix, dwarf_bool_name):
8904 Constify.
8905 * event-top.c (handle_line_of_input): Constify and add cast.
8906 * exceptions.c (catch_errors): Constify.
8907 * exceptions.h (catch_errors): Constify.
8908 * expprint.c (print_subexp_standard, op_string, op_name)
8909 (op_name_standard, dump_raw_expression, dump_raw_expression):
8910 * expression.h (op_name, op_string, dump_raw_expression):
8911 Constify.
8912 * f-exp.y (yyerror): Constify.
8913 (struct token::oper): Constify.
8914 (struct f77_boolean_val::name): Constify.
8915 * f-lang.c (f_word_break_characters): Constify.
8916 * f-lang.h (f_yyerror): Constify.
8917 * fork-child.c (fork_inferior): Add cast.
8918 * frv-tdep.c (struct gdbarch_tdep::register_names): Constify.
8919 (new_variant): Constify.
8920 * gdbarch.sh (pstring_ptr, pstring_list): Constify.
8921 * gdbarch.c: Regenerate.
8922 * gdbcore.h (set_gnutarget): Constify.
8923 * go-exp.y (yyerror): Constify.
8924 (token::oper): Constify.
8925 * go-lang.h (go_yyerror): Constify.
8926 * go32-nat.c (go32_sysinfo): Constify.
8927 * guile/scm-breakpoint.c (gdbscm_breakpoint_expression): Constify.
8928 * guile/scm-cmd.c (cmdscm_function): Constify.
8929 * guile/scm-param.c (pascm_param_value): Constify.
8930 * h8300-tdep.c (h8300_register_name, h8300s_register_name)
8931 (h8300sx_register_name): Constify.
8932 * hppa-tdep.c (hppa32_register_name, hppa64_register_name):
8933 Constify.
8934 * ia64-tdep.c (ia64_register_names): Constify.
8935 * infcmd.c (construct_inferior_arguments): Constify.
8936 (path_command, attach_post_wait): Constify.
8937 * language.c (show_range_command, show_case_command)
8938 (unk_lang_error): Constify.
8939 * language.h (language_defn::la_error)
8940 (language_defn::la_name_of_this): Constify.
8941 * linespec.c (decode_line_2): Constify.
8942 * linux-thread-db.c (thread_db_err_str): Constify.
8943 * lm32-tdep.c (lm32_register_name): Constify.
8944 * m2-exp.y (yyerror): Constify.
8945 * m2-lang.h (m2_yyerror): Constify.
8946 * m32r-tdep.c (m32r_register_names): Constify and make static.
8947 * m68hc11-tdep.c (m68hc11_register_names): Constify.
8948 * m88k-tdep.c (m88k_register_name): Constify.
8949 * macroexp.c (appendmem): Constify.
8950 * mdebugread.c (fdr_name, add_data_symbol, parse_type)
8951 (upgrade_type, parse_external, parse_partial_symbols)
8952 (mdebug_next_symbol_text, cross_ref, mylookup_symbol, new_psymtab)
8953 (new_symbol): Constify.
8954 * memattr.c (mem_info_command): Constify.
8955 * mep-tdep.c (register_name_from_keyword): Constify.
8956 * mi/mi-cmd-env.c (mi_cmd_env_path, _initialize_mi_cmd_env):
8957 Constify.
8958 * mi/mi-cmd-stack.c (list_args_or_locals): Constify.
8959 * mi/mi-cmd-var.c (mi_cmd_var_show_attributes): Constify.
8960 * mi/mi-main.c (captured_mi_execute_command): Constify and add
8961 cast.
8962 (mi_execute_async_cli_command): Constify.
8963 * mips-tdep.c (mips_register_name): Constify.
8964 * mn10300-tdep.c (register_name, mn10300_generic_register_name)
8965 (am33_register_name, am33_2_register_name)
8966 * moxie-tdep.c (moxie_register_names): Constify.
8967 * nat/linux-osdata.c (osdata_type): Constify fields.
8968 * nto-tdep.c (nto_parse_redirection): Constify.
8969 * objc-lang.c (lookup_struct_typedef, lookup_objc_class)
8970 (lookup_child_selector): Constify.
8971 (objc_methcall::name): Constify.
8972 * objc-lang.h (lookup_objc_class, lookup_child_selector)
8973 (lookup_struct_typedef): Constify.
8974 * objfiles.c (pc_in_section): Constify.
8975 * objfiles.h (pc_in_section): Constify.
8976 * p-exp.y (struct token::oper): Constify.
8977 (yyerror): Constify.
8978 * p-lang.h (pascal_yyerror): Constify.
8979 * parser-defs.h (op_name_standard): Constify.
8980 (op_print::string): Constify.
8981 (exp_descriptor::op_name): Constify.
8982 * printcmd.c (print_address_symbolic): Constify.
8983 * psymtab.c (print_partial_symbols): Constify.
8984 * python/py-breakpoint.c (stop_func): Constify.
8985 (bppy_get_expression): Constify.
8986 * python/py-cmd.c (cmdpy_completer::name): Constify.
8987 (cmdpy_function): Constify.
8988 * python/py-event.c (evpy_add_attribute)
8989 (gdbpy_initialize_event_generic): Constify.
8990 * python/py-event.h (evpy_add_attribute)
8991 (gdbpy_initialize_event_generic): Constify.
8992 * python/py-evts.c (add_new_registry): Constify.
8993 * python/py-finishbreakpoint.c (outofscope_func): Constify.
8994 * python/py-framefilter.c (get_py_iter_from_func): Constify.
8995 * python/py-inferior.c (get_buffer): Add cast.
8996 * python/py-param.c (parm_constant::name): Constify.
8997 * python/py-unwind.c (fprint_frame_id): Constify.
8998 * python/python.c (gdbpy_parameter_value): Constify.
8999 * remote-fileio.c (remote_fio_func_map): Make 'name' const.
9000 * remote.c (memory_packet_config::name): Constify.
9001 (show_packet_config_cmd, remote_write_bytes)
9002 (remote_buffer_add_string):
9003 * reverse.c (exec_reverse_once): Constify.
9004 * rs6000-tdep.c (variant::name, variant::description): Constify.
9005 * rust-exp.y (rustyyerror): Constify.
9006 * rust-lang.c (rust_op_name): Constify.
9007 * rust-lang.h (rustyyerror): Constify.
9008 * serial.h (serial_ops::name): Constify.
9009 * sh-tdep.c (sh_sh_register_name, sh_sh3_register_name)
9010 (sh_sh3e_register_name, sh_sh2e_register_name)
9011 (sh_sh2a_register_name, sh_sh2a_nofpu_register_name)
9012 (sh_sh_dsp_register_name, sh_sh3_dsp_register_name)
9013 (sh_sh4_register_name, sh_sh4_nofpu_register_name)
9014 (sh_sh4al_dsp_register_name): Constify.
9015 * sh64-tdep.c (sh64_register_name): Constify.
9016 * solib-darwin.c (lookup_symbol_from_bfd): Constify.
9017 * spu-tdep.c (spu_register_name, info_spu_dma_cmdlist): Constify.
9018 * stabsread.c (patch_block_stabs, read_type_number)
9019 (ref_map::stabs, ref_add, process_reference)
9020 (symbol_reference_defined, define_symbol, define_symbol)
9021 (error_type, read_type, read_member_functions, read_cpp_abbrev)
9022 (read_one_struct_field, read_struct_fields, read_baseclasses)
9023 (read_tilde_fields, read_struct_type, read_array_type)
9024 (read_enum_type, read_sun_builtin_type, read_sun_floating_type)
9025 (read_huge_number, read_range_type, read_args, common_block_start)
9026 (find_name_end): Constify.
9027 * stabsread.h (common_block_start, define_symbol)
9028 (process_one_symbol, symbol_reference_defined, ref_add):
9029 * symfile.c (get_section_index, add_symbol_file_command):
9030 * symfile.h (get_section_index): Constify.
9031 * target-descriptions.c (tdesc_type::name): Constify.
9032 (tdesc_free_type): Add cast.
9033 * target.c (find_default_run_target):
9034 (add_deprecated_target_alias, find_default_run_target)
9035 (target_announce_detach): Constify.
9036 (do_option): Constify.
9037 * target.h (add_deprecated_target_alias): Constify.
9038 * thread.c (print_thread_info_1): Constify.
9039 * top.c (deprecated_readline_begin_hook, command_line_input):
9040 Constify.
9041 (init_main): Add casts.
9042 * top.h (handle_line_of_input): Constify.
9043 * tracefile-tfile.c (tfile_write_uploaded_tsv): Constify.
9044 * tracepoint.c (tvariables_info_1, trace_status_mi): Constify.
9045 (tfind_command): Rename to ...
9046 (tfind_command_1): ... this and constify.
9047 (tfind_command): New function.
9048 (tfind_end_command, tfind_start_command): Adjust.
9049 (encode_source_string): Constify.
9050 * tracepoint.h (encode_source_string): Constify.
9051 * tui/tui-data.c (tui_partial_win_by_name): Constify.
9052 * tui/tui-data.h (tui_partial_win_by_name): Constify.
9053 * tui/tui-source.c (tui_set_source_content_nil): Constify.
9054 * tui/tui-source.h (tui_set_source_content_nil): Constify.
9055 * tui/tui-win.c (parse_scrolling_args): Constify.
9056 * tui/tui-windata.c (tui_erase_data_content): Constify.
9057 * tui/tui-windata.h (tui_erase_data_content): Constify.
9058 * tui/tui-winsource.c (tui_erase_source_content): Constify.
9059 * tui/tui.c (tui_enable): Add cast.
9060 * utils.c (defaulted_query): Constify.
9061 (init_page_info): Add cast.
9062 (puts_debug, subset_compare): Constify.
9063 * utils.h (subset_compare): Constify.
9064 * varobj.c (varobj_format_string): Constify.
9065 * varobj.h (varobj_format_string): Constify.
9066 * vax-tdep.c (vax_register_name): Constify.
9067 * windows-nat.c (windows_detach): Constify.
9068 * xcoffread.c (process_linenos, xcoff_next_symbol_text): Constify.
9069 * xml-support.c (gdb_xml_end_element): Constify.
9070 * xml-tdesc.c (tdesc_start_reg): Constify.
9071 * xstormy16-tdep.c (xstormy16_register_name): Constify.
9072 * xtensa-tdep.c (xtensa_find_register_by_name): Constify.
9073 * xtensa-tdep.h (xtensa_register_t::name): Constify.
9074
995816ba
PA
90752017-04-05 Pedro Alves <palves@redhat.com>
9076
9077 * proc-api.c (struct trans): Constify.
9078 (procfs_note): Constify.
9079 * proc-events.c (struct trans, syscall_table):
9080 * proc-flags.c (struct trans): Constify.
9081 * proc-utils.h (procfs_note): Constify.
9082 * proc-why.c (struct trans): Constify.
9083 * procfs.c (dead_procinfo, find_syscall, proc_warn, proc_error)
9084 (procfs_detach): Constify.
9085 * sol-thread.c (struct string_map): Constify.
9086 (td_err_string, td_state_string): Constify.
9087
3e83a920
PA
90882017-04-05 Pedro Alves <palves@redhat.com>
9089
9090 * proc-api.c (procfs_filename): Don't initialize
9091 procfs_filename.
9092 (prepare_to_trace): Assume procfs_filename is non-NULL.
9093 (_initialize_proc_api): Give procfs_filename a default value here.
9094
63160a43
PA
90952017-04-05 Pedro Alves <palves@redhat.com>
9096
9097 * break-catch-throw.c (handle_gnu_v3_exceptions): Constify
9098 'cond_string' parameter.
9099 (extract_exception_regexp): Constify 'string' parameter.
9100 (catch_exception_command_1): Constify.
9101 * breakpoint.c (init_catchpoint)
9102 (create_fork_vfork_event_catchpoint): Constify 'cond_string'
9103 parameter.
9104 (ep_parse_optional_if_clause, catch_fork_command_1)
9105 (catch_exec_command_1): Constify.
9106 * breakpoint.h (init_catchpoint): Constify 'cond_string'
9107 parameter.
9108 (ep_parse_optional_if_clause): Constify.
9109 * cli/cli-utils.c (remove_trailing_whitespace)
9110 (check_for_argument): Constify.
9111 * cli/cli-utils.h (remove_trailing_whitespace): Constify and add
9112 non-const overload.
9113 (check_for_argument): Likewise.
9114
9b2eba3d
PA
91152017-04-05 Pedro Alves <palves@redhat.com>
9116
9117 * event-top.c (command_line_handler): Add cast to execute_command
9118 call.
9119 * record-btrace.c (cmd_record_btrace_bts_start)
9120 (cmd_record_btrace_pt_start, cmd_record_btrace_start)
9121 (cmd_record_btrace_start): Add cast to execute_command call.
9122 * record-full.c (record_full_goto_insn):
9123 * record.c (record_start, record_stop): Add cast to
9124 execute_command_to_string calls.
9125 (cmd_record_start): Add cast to execute_command calls.
9126
2adadf51
PA
91272017-04-05 Pedro Alves <palves@redhat.com>
9128
9129 * python/python-internal.h (gdb_PyArg_ParseTupleAndKeywords): New
9130 static inline function.
9131 * python/py-arch.c (archpy_disassemble): Constify 'keywords'
9132 array and use gdb_PyArg_ParseTupleAndKeywords.
9133 * python/py-cmd.c (cmdpy_init): Likewise.
9134 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
9135 * python/py-inferior.c (infpy_read_memory, infpy_write_memory)
9136 (infpy_search_memory): Likewise.
9137 * python/py-objfile.c (objfpy_add_separate_debug_file)
9138 (gdbpy_lookup_objfile): Likewise.
9139 * python/py-symbol.c (gdbpy_lookup_symbol)
9140 (gdbpy_lookup_global_symbol): Likewise.
9141 * python/py-type.c (gdbpy_lookup_type): Likewise.
9142 * python/py-value.c (valpy_lazy_string, valpy_string): Likewise.
9143 * python/python.c (execute_gdb_command, gdbpy_write, gdbpy_flush):
9144 Likewise.
9145
0d1f4ceb
PA
91462017-04-05 Pedro Alves <palves@redhat.com>
9147
9148 * python/python-internal.h (gdb_PyGetSetDef): New type.
9149 * python/py-block.c (block_object_getset)
9150 (breakpoint_object_getset): Now a gdb_PyGetSetDef array.
9151 * python/py-event.c (event_object_getset)
9152 (finish_breakpoint_object_getset): Likewise.
9153 * python/py-inferior.c (inferior_object_getset): Likewise.
9154 * python/py-infthread.c (thread_object_getset): Likewise.
9155 * python/py-lazy-string.c (lazy_string_object_getset): Likewise.
9156 * python/py-linetable.c (linetable_entry_object_getset): Likewise.
9157 * python/py-objfile.c (objfile_getset): Likewise.
9158 * python/py-progspace.c (pspace_getset): Likewise.
9159 * python/py-record-btrace.c (btpy_insn_getset, btpy_call_getset):
9160 Likewise.
9161 * python/py-record.c (recpy_record_getset): Likewise.
9162 * python/py-symbol.c (symbol_object_getset): Likewise.
9163 * python/py-symtab.c (symtab_object_getset, sal_object_getset):
9164 Likewise.
9165 * python/py-type.c (type_object_getset, field_object_getset):
9166 Likewise.
9167 * python/py-value.c (value_object_getset): Likewise.
9168
4d759979
PA
91692017-04-05 Pedro Alves <palves@redhat.com>
9170
9171 * python/python-internal.h (gdb_PyObject_CallMethod)
9172 (gdb_PyErr_NewException, gdb_PySys_GetObject, gdb_PySys_SetPath):
9173 New functions.
9174 (GDB_PYSYS_SETPATH_CHAR, PyObject_CallMethod, PyErr_NewException)
9175 (PySys_GetObject, PySys_SetPath): New macros.
9176
fdf9e36f
PA
91772017-04-05 Pedro Alves <palves@redhat.com>
9178
9179 * mi/mi-cmd-info.c (mi_cmd_info_os): Call info_osdata instead of
9180 info_osdata_command.
9181 * osdata.c (info_osdata_command): Rename to ...
9182 (info_osdata): ... this. Constify 'type' parameter, and remove
9183 the 'from_tty' parameter. Accept NULL TYPE.
9184 (info_osdata_command): New function.
9185 * osdata.h (info_osdata_command): Remove declaration.
9186 (info_osdata): New declaration.
9187
9f33b8b7
PA
91882017-04-05 Pedro Alves <palves@redhat.com>
9189
9190 * mi/mi-cmd-break.c (mi_cmd_break_insert_1, mi_cmd_break_insert)
9191 (mi_cmd_dprintf_insert, mi_cmd_break_passcount)
9192 (mi_cmd_break_watch, mi_cmd_break_commands): Constify 'command'
9193 parameter.
9194 * mi/mi-cmd-catch.c (mi_cmd_catch_assert, mi_cmd_catch_exception)
9195 (mi_cmd_catch_load, mi_cmd_catch_unload): Constify cmd' parameter.
9196 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Constify 'command'
9197 parameter.
9198 * mi/mi-cmd-env.c (mi_cmd_env_pwd, mi_cmd_env_cd, mi_cmd_env_path)
9199 (mi_cmd_env_dir, mi_cmd_inferior_tty_set, _cmd_inferior_tty_show)
9200 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
9201 (mi_cmd_file_list_exec_source_files)
9202 (mi_cmd_file_list_shared_libraries): Constify 'command' parameter.
9203 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions)
9204 (mi_cmd_info_gdb_mi_command, mi_cmd_info_os): Constify 'command'
9205 parameter.
9206 * mi/mi-cmd-stack.c (mi_cmd_enable_frame_filters)
9207 (mi_cmd_stack_list_frames, mi_cmd_stack_info_depth)
9208 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
9209 (mi_cmd_stack_list_variables, mi_cmd_stack_select_frame)
9210 (mi_cmd_stack_info_frame): Constify 'command' parameter.
9211 * mi/mi-cmd-target.c (mi_cmd_target_file_get)
9212 (mi_cmd_target_file_put, mi_cmd_target_file_delete): Constify
9213 'command' parameter.
9214 * mi/mi-cmd-var.c (mi_cmd_var_create, mi_cmd_var_delete)
9215 (mi_cmd_var_set_format, mi_cmd_var_set_visualizer)
9216 (mi_cmd_var_set_frozen, mi_cmd_var_show_format)
9217 (mi_cmd_var_info_num_children, mi_cmd_var_list_children)
9218 (mi_cmd_var_info_type, mi_cmd_var_info_path_expression)
9219 (mi_cmd_var_info_expression, mi_cmd_var_show_attributes)
9220 (mi_cmd_var_evaluate_expression, mi_cmd_var_assign)
9221 (mi_cmd_var_update, mi_cmd_enable_pretty_printing)
9222 (mi_cmd_var_set_update_range): Constify 'command' parameter.
9223 * mi/mi-cmds.h (mi_cmd_argv_ftype): Constify 'command' parameter.
9224 * mi/mi-interp.c (mi_cmd_interpreter_exec): Constify 'command'
9225 parameter.
9226 * mi/mi-main.c (mi_cmd_gdb_exit, mi_cmd_exec_next)
9227 (mi_cmd_exec_next_instruction, mi_cmd_exec_step)
9228 (mi_cmd_exec_step_instruction, mi_cmd_exec_finish)
9229 (mi_cmd_exec_return ,mi_cmd_exec_jump, mi_cmd_exec_continue)
9230 (mi_cmd_exec_interrupt, mi_cmd_exec_run, mi_cmd_target_detach)
9231 (mi_cmd_target_flash_erase, mi_cmd_thread_select)
9232 (mi_cmd_thread_list_ids, mi_cmd_thread_info)
9233 (mi_cmd_list_thread_groups, mi_cmd_data_list_register_names)
9234 (mi_cmd_data_list_changed_registers)
9235 (mi_cmd_data_write_register_values)
9236 (mi_cmd_data_evaluate_expression, mi_cmd_data_read_memory)
9237 (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory)
9238 (mi_cmd_data_write_memory_bytes, mi_cmd_enable_timings)
9239 (mi_cmd_list_features, mi_cmd_list_target_features)
9240 (mi_cmd_add_inferior, mi_cmd_remove_inferior)
9241 (mi_cmd_trace_define_variable, mi_cmd_trace_list_variables)
9242 (mi_cmd_trace_find, mi_cmd_trace_save, mi_cmd_trace_start)
9243 (mi_cmd_trace_status, mi_cmd_trace_stop, mi_cmd_ada_task_info)
9244 (mi_cmd_trace_frame_collected): Constify 'command'
9245 parameter.
9246 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Constify
9247 'command' parameter.
9248
67cb5b2d
PA
92492017-04-05 Pedro Alves <palves@redhat.com>
9250
9251 * ada-lang.c (ada_completer_word_break_characters): Now a const
9252 array.
9253 (ada_get_gdb_completer_word_break_characters): Constify.
9254 * completer.c (gdb_completer_command_word_break_characters)
9255 (gdb_completer_file_name_break_characters)
9256 (gdb_completer_quote_characters): Now const arrays.
9257 (get_gdb_completer_quote_characters): Constify.
9258 (set_rl_completer_word_break_characters): New function.
9259 (set_gdb_completion_word_break_characters)
9260 (complete_line_internal): Use it.
9261 * completer.h (get_gdb_completer_quote_characters): Constify.
9262 (set_rl_completer_word_break_characters): Declare.
9263 * f-lang.c (f_word_break_characters): Constify.
9264 * language.c (default_word_break_characters): Constify.
9265 * language.h (language_defn::la_word_break_characters): Constify.
9266 (default_word_break_characters): Constify.
9267 * top.c (init_main): Use set_rl_completer_word_break_characters.
9268
7a114964
PA
92692017-04-05 Pedro Alves <palves@redhat.com>
9270
9271 * aix-thread.c (aix_thread_pid_to_str)
9272 (aix_thread_extra_thread_info): Constify.
9273 * bsd-kvm.c (bsd_kvm_pid_to_str): Constify.
9274 * bsd-uthread.c (bsd_uthread_extra_thread_info)
9275 (bsd_uthread_pid_to_str): Constify.
9276 * corelow.c (core_pid_to_str): Constify.
9277 * darwin-nat.c (darwin_pid_to_str): Constify.
9278 * fbsd-nat.c (fbsd_pid_to_str): Constify.
9279 * fbsd-tdep.c (fbsd_core_pid_to_str, gdbarch_core_pid_to_str):
9280 Constify.
9281 * gnu-nat.c (gnu_pid_to_str): Constify.
9282 * go32-nat.c (go32_pid_to_str): Constify.
9283 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Constify.
9284 * inf-ptrace.c (inf_ptrace_pid_to_str): Constify.
9285 * inferior.c (inferior_pid_to_str): Constify.
9286 * linux-nat.c (linux_nat_pid_to_str): Constify.
9287 * linux-tdep.c (linux_core_pid_to_str): Constify.
9288 * linux-thread-db.c (thread_db_pid_to_str)
9289 (thread_db_extra_thread_info): Constify.
9290 * nto-tdep.c (nto_extra_thread_info): Constify.
9291 * nto-tdep.h (nto_extra_thread_info): Constify.
9292 * obsd-nat.c (obsd_pid_to_str): Constify.
9293 * procfs.c (procfs_pid_to_str): Constify.
9294 * ravenscar-thread.c (ravenscar_extra_thread_info)
9295 (ravenscar_pid_to_str): Constify.
9296 * remote-sim.c (gdbsim_pid_to_str): Constify.
9297 * remote.c (remote_threads_extra_info, remote_pid_to_str):
9298 Constify.
9299 * sol-thread.c (solaris_pid_to_str): Constify.
9300 * sol2-tdep.c (sol2_core_pid_to_str): Constify.
9301 * sol2-tdep.h (sol2_core_pid_to_str): Constify.
9302 * target.c (default_pid_to_str, target_pid_to_str)
9303 (normal_pid_to_str, default_pid_to_str): Constify.
9304 * target.h (target_ops::to_pid_to_str)
9305 (target_ops::to_extra_thread_info): Constify.
9306 (target_pid_to_str, normal_pid_to_str): Constify.
9307 * windows-nat.c (windows_pid_to_str): Constify.
9308 * gdbarch.sh (core_pid_to_str): Constify.
9309 * target-delegates.c: Regenerate.
9310 * gdbarch.h, gdbarch.c: Regenerate.
9311
69bbf465
PA
93122017-04-05 Pedro Alves <palves@redhat.com>
9313
9314 * main.c (captured_main_1): Use gdb::unique_xmalloc_ptr to manage
9315 the memory of the temporary warning_pre_print override.
9316 * utils.c (warning_pre_print): Constify.
9317 * utils.h (warning_pre_print): Constify.
9318
be47f9e8
PA
93192017-04-05 Pedro Alves <palves@redhat.com>
9320
9321 * cli/cli-cmds.c (shell_escape): Constify 'arg' parameter.
9322 (shell_command): New function.
9323 (make_command): Use std::string.
9324 (init_cli_cmds): Register shell_command instead of shell_escape.
9325
bde6261a
PA
93262017-04-05 Pedro Alves <palves@redhat.com>
9327
9328 * breakpoint.c (dprintf_function, dprintf_channel): Don't initialize.
9329 * tracepoint.c (default_collect): Don't initialize.
9330
b38ef47f
PA
93312017-04-05 Pedro Alves <palves@redhat.com>
9332
9333 * macroexp.c (macro_buffer::shared): Now a bool.
9334 (init_buffer): Update.
9335 (init_shared_buffer): Constify 'addr' parameter.
9336 (substitute_args, expand, macro_expand, macro_expand_next): Remove
9337 casts.
9338
f995bbe8
PA
93392017-04-05 Pedro Alves <palves@redhat.com>
9340
9341 * arm-tdep.c (show_disassembly_style_sfunc): Constify local.
9342 * disasm.c (set_disassembler_options): Constify local.
9343 * i386-tdep.c (i386_print_insn): Remove cast and FIXME comment.
9344
4a596fe2
SDJ
93452017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9346
9347 PR gdb/21352
9348 * tracefile.c (tsave_command): Fix argument parsing for '-r'
9349 option.
9350
2cad08ea
YQ
93512017-04-05 Yao Qi <yao.qi@linaro.org>
9352
9353 * frame.c (frame_unwind_register_unsigned): Call
9354 frame_unwind_register_value.
9355
55a98976
YQ
93562017-04-05 Yao Qi <yao.qi@linaro.org>
9357
9358 * gdb.threads/thread-specific-bp.exp (check_thread_specific_breakpoint):
9359 Use gdb_test_multiple, and don't match anchor.
9360
4ac40124
PA
93612017-04-05 Pedro Alves <palves@redhat.com>
9362
9363 * MAINTAINERS (Global Maintainers): Add Simon Marchi.
9364 (Write After Approval): Remove Simon Marchi.
9365
c053b654
PA
93662017-04-05 Pedro Alves <palves@redhat.com>
9367
9368 * common/gdb_optional.h (optional::optional): Make constexpr and
9369 initialize m_dummy.
9370
4c7bf4f9
JB
93712017-04-04 John Baldwin <jhb@FreeBSD.org>
9372
9373 * amd64-fbsd-tdep.c: Remove "bsd-uthread.h" include.
9374 (amd64fbsd_jmp_buf_reg_offset): Remove.
9375 (amd64fbsd_supply_uthread): Remove function.
9376 (amd64fbsd_collect_uthread): Remove function.
9377 (amd64fbsd_init_abi): Don't set bsd-uthread callbacks.
9378 * configure.tgt (i[34567]86-*-freebsd*): Remove bsd-uthread.o.
9379 (x86_64-*-freebsd*): Remove bsd-uthread.o.
9380 (fbsd-nat.c): Update comment.
9381 * i386-fbsd-tdep.c: Remove "bsd-uthread.h" include.
9382 (i386fbsd_jmp_buf_reg_offset): Remove.
9383 (i386fbsd_supply_uthread): Remove function.
9384 (i386fbsd_collect_uthread): Remove function.
9385 (i386fbsd_init_abi): Don't set bsd-uthread callbacks.
9386
1e1a8bef
JB
93872017-04-04 John Baldwin <jhb@FreeBSD.org>
9388
9389 * Makefile.in (ALL_64_TARGET_OBS): Remove alpha-fbsd-tdep.o.
9390 (ALLDEPFILES): Remove alpha-fbsd-tdep.c
9391 * NEWS: Mention that support for FreeBSD/alpha was removed.
9392 * alpha-fbsd-tdep.c: Delete file.
9393 * config/alpha/fbsd.mh: Delete file.
9394 * configure.host: Delete alpha*-*-freebsd* and
9395 alpha*-*-kfreebsd*-gnu.
9396 * configure.tgt: Delete alpha*-*-freebsd* and
9397 alpha*-*-kfreebsd*-gnu.
9398
49907934
JB
93992017-04-04 John Baldwin <jhb@FreeBSD.org>
9400
9401 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers,
9402 amd64bsd_store_inferior_registers): Use ptid from regcache.
9403
6f77053d
PA
94042017-04-04 Pedro Alves <palves@redhat.com>
9405
9406 * dwarf2read.c (lnp_state_machine): Now a class. Initialize all
9407 data fields, make them private and add "m_" prefixes.
9408 (lnp_state_machine::lnp_state_machine): New ctor.
9409 (record_line, check_line_address, handle_set_discriminator)
9410 (handle_set_address, handle_advance_pc, handle_special_opcode)
9411 (handle_advance_line, handle_set_file, handle_negate_stmt)
9412 (handle_const_add_pc, handle_fixed_advance_pc, handle_copy)
9413 (end_sequence, advance_line): New methods.
9414 (m_gdbarch, m_record_lines_p): New fields.
9415 (lnp_reader_state): Delete.
9416 (dwarf_record_line): Rename to ...
9417 (lnp_state_machine::record_line): ... adjust.
9418 (init_lnp_state_machine): Delete.
9419 (lnp_state_machine::lnp_state_machine): New.
9420 (check_line_address): Rename to ...
9421 (lnp_state_machine::check_line_address): This.
9422 (dwarf_decode_lines_1): Remove reference to "reader_state".
9423 Adjust lnp_state_machine having a non-default ctor. Use bool.
9424 State machine internal state manipulation moved to
9425 lnp_state_machine methods.
9426
9c541725
PA
94272017-04-04 Pedro Alves <palves@redhat.com>
9428
9429 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
9430 unittests/offset-type-selftests.c.
9431 (SUBDIR_UNITTESTS_OBS): Add offset-type-selftests.o.
9432 * common/offset-type.h: New file.
9433 * common/preprocessor.h: New file.
9434 * common/traits.h: New file.
9435 * common/valid-expr.h: New file.
9436 * dwarf2expr.c: Include "common/underlying.h". Adjust to use
9437 sect_offset and cu_offset strong typedefs throughout.
9438 * dwarf2expr.h: Adjust to use sect_offset and cu_offset strong
9439 typedefs throughout.
9440 * dwarf2loc.c: Include "common/underlying.h". Adjust to use
9441 sect_offset and cu_offset strong typedefs throughout.
9442 * dwarf2read.c: Adjust to use sect_offset and cu_offset strong
9443 typedefs throughout.
9444 * gdbtypes.h: Include "common/offset-type.h".
9445 (cu_offset): Now an offset type (strong typedef) instead of a
9446 struct.
9447 (sect_offset): Likewise.
9448 (union call_site_parameter_u): Rename "param_offset" field to
9449 "param_cu_off".
9450 * unittests/offset-type-selftests.c: New file.
9451
ecfb656c
PA
94522017-04-04 Pedro Alves <palves@redhat.com>
9453
9454 * common/underlying.h: New file.
9455 * dwarf2read.c: Include "common/gdb_optional.h" and
9456 "common/underlying.h".
9457 (dir_index, file_name_index): New types.
9458 (file_entry): Use them.
9459 (file_entry::include): Use to_underlying.
9460 (line_header::add_file_name): Use dir_index.
9461 (read_formatted_entries): Use gdb::optional. Read form before
9462 writting to file_entry.
9463 (dwarf_decode_line_header): Use dir_index.
9464 (lnp_state_machine::current_file): Use to_underlying.
9465 (lnp_state_machine::file): Change type to file_name_index.
9466 (dwarf_record_line): Use to_underlying.
9467 (init_lnp_state_machine): Use file_name_index.
9468 (dwarf_decode_lines_1): Use dir_index and file_name_index.
9469
d194f1fe
PA
94702017-04-04 Pedro Alves <palves@redhat.com>
9471
9472 * common/gdb_optional.h (gdb::optiona): Add operator->, operator*,
9473 operator bool, has_value and get methods.
9474
fff8551c
PA
94752017-04-04 Pedro Alves <palves@redhat.com>
9476
9477 * dwarf2read.c (struct file_entry): Add ctors, and initialize all
9478 fields.
9479 (line_header): Initialize all data fields. Change type of
9480 standard_opcode_lengths to std::unique_ptr<unsigned char[]>.
9481 Change type of include_dirs to std::vector<const char *>. Remove
9482 num_include_dirs, include_dirs_size. Change type of file_names to
9483 std::vector<file_entry>. Remove num_file_names, file_names_size.
9484 (line_header::line_header): New.
9485 (line_header::add_include_dir, line_header::add_file_name): New
9486 methods.
9487 (line_header::include_dir_at): Remove NULL check.
9488 (line_header::file_name_at): Add const overload.
9489 (line_header_up): New unique_ptr typedef.
9490 (dw2_get_file_names_reader): Use line_header_up. Adjust to use
9491 std::vector. Remove free_line_header call.
9492 (dwarf2_build_include_psymtabs): Use line_header_up. Remove
9493 free_line_header call.
9494 (free_cu_line_header): Delete.
9495 (handle_DW_AT_stmt_list, handle_DW_AT_stmt_list)
9496 (setup_type_unit_groups): Use line_header_up instead of cleanups.
9497 Adjust to use std::vector.
9498 (free_line_header): Delete.
9499 (free_line_header_voidp): Use delete.
9500 (add_include_dir): Replace with ...
9501 (line_header::add_include_dir): ... this method. Use std::vector.
9502 (add_file_name): Replace with ...
9503 (line_header::add_file_name): ... this method. Use std::vector.
9504 (add_include_dir_stub): Delete.
9505 (read_formatted_entries): Remove memset.
9506 (dwarf_decode_line_header): Return a line_header_up instead of a
9507 raw pointer. Remove cleanup handling. Pass lambdas to
9508 read_formatted_entries. Adjust to use line_header methods.
9509 (dwarf_decode_lines_1): Adjust to use line_header methods.
9510 (dwarf_decode_lines, file_file_name, file_full_name): Adjust to
9511 use std::vector.
9512
d62a8ae2
SM
95132017-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9514
9515 * remote.c (set_general_thread, set_continue_thread): Use ptid_t
9516 instead of struct ptid.
9517
db3a1dc7
AH
95182017-05-04 Alan Hayward <alan.hayward@arm.com>
9519
9520 * frame.c (get_frame_register_bytes): Unwind using value.
9521 (put_frame_register_bytes): Likewise.
9522
b1b45502
IB
95232017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9524
9525 * d-exp.y (type_aggregate_p): Treat TYPE_CODE_MODULE as being
9526 aggregate-like.
9527
ec13808e
JK
95282017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9529
9530 * auto-load.c (auto_load_section_scripts): Check SEC_HAS_CONTENTS.
9531
12316564
YQ
95322017-03-29 Yao Qi <yao.qi@linaro.org>
9533
9534 * gdbthread.h (struct thread_info): Declare constructor and
9535 destructor. Add some in-class member initializers.
9536 * thread.c (free_thread): Remove.
9537 (init_thread_list): Call delete instead of free_thread.
9538 (new_thread): Call thread_info constructor.
9539 (thread_info::thread_info): New function.
9540 (thread_info::~thread_info): New function.
9541 (delete_thread_1): Call delete instead of free_thread.
9542 (make_cleanup_restore_current_thread): Move tp and frame to
9543 inner block.
9544
fe5f7374
AK
95452017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9546
9547 * arc-tdep.c (arc_frame_cache): Add support for prologue analysis.
9548 (arc_skip_prologue): Likewise.
9549 (arc_make_frame_cache): Likewise.
9550 (arc_pv_get_operand): New function.
9551 (arc_is_in_prologue): Likewise.
9552 (arc_analyze_prologue): Likewise.
9553 (arc_print_frame_cache): Likewise.
9554 (MAX_PROLOGUE_LENGTH): New constant.
9555
eea78757
AK
95562017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9557
9558 * configure.tgt: Add arc-insn.o.
9559 * arc-tdep.c (arc_delayed_print_insn): Make non-static.
9560 (dump_arc_instruction_command): New function.
9561 (arc_fprintf_disasm): Likewise.
9562 (arc_disassemble_info): Likewise.
9563 (arc_insn_get_operand_value): Likewise.
9564 (arc_insn_get_operand_value_signed): Likewise.
9565 (arc_insn_get_memory_base_reg): Likewise.
9566 (arc_insn_get_memory_offset): Likewise.
9567 (arc_insn_get_branch_target): Likewise.
9568 (arc_insn_dump): Likewise.
9569 (arc_insn_get_linear_next_pc): Likewise.
9570 * arc-tdep.h (arc_delayed_print_insn): Add function declaration.
9571 (arc_disassemble_info): Likewise.
9572 (arc_insn_get_branch_target): Likewise.
9573 (arc_insn_get_linear_next_pc): Likewise.
9574 * NEWS: Mention new "maint print arc arc-instruction".
9575
3be78afd
AK
95762017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9577
9578 * arc-tdep (maintenance_print_arc_list): New variable.
9579 (maintenance_print_arc_command): New function.
9580
296ec4fa
AK
95812017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9582
9583 * arc-tdep.c (core_v2_register_names, core_arcompact_register_names)
9584 Add "limm" and "reserved".
9585 (arc_cannot_fetch_register, arc_cannot_store_register): Add
9586 ARC_RESERVED_REGNUM and ARC_LIMM_REGNUM.
9587 * arc-tdep.h (arc_regnum): Likewise.
9588
f74f865e
MF
95892017-03-27 Max Filippov <jcmvbkbc@gmail.com>
9590
9591 * xtensa-linux-nat.c (fill_gregset): Call regcache_raw_collect
9592 for THREADPTR register.
9593 (supply_gregset_reg): Call regcache_raw_supply for THREADPTR
9594 register.
9595 * xtensa-tdep.c (XTENSA_DBREGN_UREG): New definition.
9596 (xtensa_derive_tdep): Initialize tdep->threadptr_regnum.
9597 * xtensa-tdep.h (gdbarch_tdep::threadptr_regnum): New field.
9598
0d0bf81a
MF
95992017-03-27 Max Filippov <jcmvbkbc@gmail.com>
9600
9601 * xtensa-tdep.c (xtensa_pseudo_register_read): Treat all
9602 registers above gdbarch_num_regs (gdbarch) as privileged in
9603 call0 ABI.
9604
0ce4291e
MF
96052017-03-27 Max Filippov <jcmvbkbc@gmail.com>
9606
9607 * xtensa-linux-nat.c (fill_gregset): Call regcache_raw_collect
9608 for a single specified register or for all registers in
9609 a0_base..a0_base + C0_NREGS range.
9610 (supply_gregset_reg): Call regcache_raw_supply for a single
9611 specified register or for all registers in a0_base..a0_base +
9612 C0_NREGS range.
9613
c56054f9
MF
96142017-03-27 Max Filippov <jcmvbkbc@gmail.com>
9615
9616 * arch/xtensa.h (C0_NREGS): Add definition.
9617 * xtensa-tdep.c (C0_NREGS): Remove definition.
9618
a4398628
MF
96192017-03-27 Max Filippov <jcmvbkbc@gmail.com>
9620
9621 * xtensa-tdep.c (xtensa_scan_prologue, call0_analyze_prologue):
9622 Drop xtensa_default_isa initialization.
9623 (xtensa_gdbarch_init): Initialize xtensa_default_isa.
9624
8c43009f
PA
96252017-03-27 Pedro Alves <palves@redhat.com>
9626
9627 * dwarf2read.c (file_entry) <dir_index>: Add comment.
9628 (file_entry::include_dir): New method.
9629 (line_header::include_dir_at, line_header::file_name_at): New
9630 methods.
9631 (setup_type_unit_groups, setup_type_unit_groups)
9632 (psymtab_include_file_name): Simplify using the new methods.
9633 (lnp_state_machine) <the_line_header>: New field.
9634 <file>: Add comment.
9635 (lnp_state_machine::current_file): New method.
9636 (dwarf_record_line): Simplify using the new methods.
9637 (init_lnp_state_machine): Initialize the "the_line_header" field.
9638 (dwarf_decode_lines_1, dwarf_decode_lines, file_file_name):
9639 Simplify using the new methods.
9640
a7e80b9e
PA
96412017-03-27 Pedro Alves <palves@redhat.com>
9642
9643 * cp-name-parser.y (make_empty): Delete.
9644 (demangler_special, nested_name, ptr_operator, array_indicator)
9645 (direct_declarator, declarator_1): Use fill_comp instead of
9646 make_empty.
9647
21047726
PA
96482017-03-27 Pedro Alves <palves@redhat.com>
9649
9650 * xml-support.h (gdb_xml_debug): Pass a "first-to-check" argument
9651 to ATTRIBUTE_PRINTF.
9652 * solib-target.c (library_list_start_list): Print "string" not
9653 "version".
9654 * xml-tdesc.c (tdesc_start_field): Pass "field_name" to
9655 gdb_xml_error call.
9656
d721ba37
PA
96572017-03-27 Pedro Alves <palves@redhat.com>
9658
9659 * dwarf2read.c (struct file_and_directory): New.
9660 (dwarf2_get_dwz_file): Adjust to use std::string.
9661 (dw2_get_file_names_reader): Adjust to use file_and_directory.
9662 (find_file_and_directory): Adjust to return a file_and_directory
9663 object.
9664 (read_file_scope): Adjust to use file_and_directory. Remove
9665 make_cleanup/do_cleanups calls.
9666 (open_and_init_dwp_file): Adjust to use std::string. Remove
9667 make_cleanup/do_cleanups calls.
9668 * python/python.c (do_start_initialization): Adjust to ldirname
9669 returning a std::string.
9670 * utils.c (ldirname): Now returns a std::string.
9671 * utils.h (ldirname): Change return type to std::string.
9672 * xml-syscall.c (xml_init_syscalls_info): Adjust to ldirname
9673 returning a std::string.
9674 * xml-tdesc.c (file_read_description_xml): Likewise.
9675
ed771251
AH
96762017-03-24 Alan Hayward <alan.hayward@arm.com>
9677
9678 * regcache.c (regcache_debug_print_register): New function.
9679 * regcache.h (regcache_debug_print_register): New declaration.
9680 * target.c (debug_print_register): Remove.
9681 (target_fetch_registers): Call regcache_debug_print_register.
9682 (target_store_registers): Likewise.
9683
568c1b9f
PB
96842017-03-24 Pádraig Brady <pbrady@fb.com>
9685
9686 * dwarf2read.c (setup_type_unit_groups): Ensure dir_index doesn't
9687 reference beyond the 'lh->include_dirs' array before accessing to
9688 it.
9689 (psymtab_include_file_name): Likewise.
9690 (dwarf_decode_lines_1): Likewise.
9691 (dwarf_decode_lines): Likewise.
9692 (file_file_name): Likewise.
9693
3e00d44f
SM
96942017-03-23 Simon Marchi <simon.marchi@ericsson.com>
9695
9696 * fbsd-tdep.c (fbsd_corefile_thread): Don't set/restore
9697 inferior_ptid.
9698 * proc-service.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
9699 ps_lsetfpregs): Likewise.
9700 * regcache.c (regcache_raw_update, regcache_raw_write): Likewise.
9701 * sol-thread.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
9702 ps_lsetfpregs): Likewise.
9703 * target.c (target_fetch_registers, target_store_registers):
9704 Remove asserts.
9705
077ae656
AH
97062017-03-23 Alan Hayward <alan.hayward@arm.com>
9707
9708 * sol-thread.c (sol_thread_store_registers): Remove regcache calls.
9709
1e2b521d
YQ
97102017-03-23 Yao Qi <yao.qi@linaro.org>
9711
9712 * aarch64-tdep.c (aarch64_process_record_test): Declare.
9713 (_initialize_aarch64_tdep): Register it.
9714 (aarch64_record_load_store): Handle PRFM instruction.
9715 (aarch64_process_record_test): New function.
9716
33877125
YQ
97172017-03-23 Yao Qi <yao.qi@linaro.org>
9718
9719 * aarch64-tdep.c (aarch64_record_load_store): Fix code
9720 indentation.
9721
a0eef940
YQ
97222017-03-23 Yao Qi <yao.qi@linaro.org>
9723
9724 * aarch64-tdep.c: Remove AARCH64_RECORD_FAILURE.
9725
3f2a3564
PR
97262017-03-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
9727
9728 python/python.c (do_start_initialization): Fix memory leak.
9729
b67aeab0
SM
97302017-03-22 Simon Marchi <simon.marchi@polymtl.ca>
9731
9732 * inf-ptrace.c (inf_ptrace_xfer_partial): Get pid from ptid
9733 using get_ptrace_pid.
9734 * linux-nat.c (linux_nat_xfer_partial): Don't set/restore
9735 inferior_ptid.
9736 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use lwp of
9737 inferior_ptid instead of pid.
9738
ffdbe864
YQ
97392017-03-22 Yao Qi <yao.qi@linaro.org>
9740
9741 * aarch64-tdep.c: Wrap locally used classes in anonymous
9742 namespace.
9743 * arm-tdep.c: Likewise.
9744 * linespec.c: Likewise.
9745 * ui-out.c: Likewise.
9746
9d736fbf
JG
97472017-03-22 Jonah Graham <jonah@kichwacoders.com>
9748
9749 PR gdb/19637
9750 * python/lib/gdb/printer/bound_registers.py: Import sys.
9751
3de88e9a
SM
97522017-03-21 Simon Marchi <simon.marchi@ericsson.com>
9753
9754 * windows-nat.c (do_windows_fetch_inferior_registers): Add
9755 windows_thread_info parameter and use it instead of
9756 current_thread.
9757 (windows_fetch_inferior_registers): Don't set current_thread,
9758 pass the thread to do_windows_fetch_inferior_registers. Use
9759 ptid from regcache instead of inferior_ptid.
9760 (do_windows_store_inferior_registers): Add windows_thread_info
9761 parameter and use it instead of current_thread.
9762 (windows_store_inferior_registers): Don't set current_thread,
9763 pass the thread to do_windows_store_inferior_registers. Use
9764 ptid from regcache instead of inferior_ptid.
9765
0e7b8f61
SM
97662017-03-21 Simon Marchi <simon.marchi@ericsson.com>
9767
9768 * ser-mingw.c (ser_windows_raw): Remove reference to
9769 struct serial::current_timeout.
9770
5badf10a
IR
97712017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9772
9773 PR tdep/20928
9774 * gdb/sparc-tdep.h (gdbarch_tdep) <sparc64_ccr_type>: New field.
9775 * gdb/sparc64-tdep.c (sparc64_ccr_type): New function.
9776 (sparc64_fsr_type): Fix %fsr decoding.
9777
cee59b3f
TW
97782017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9779
9780 * python/py-record-btrace.c (btpy_insn_data): Change return type
9781 for Python 2.
9782
639a9038
SM
97832017-03-20 Simon Marchi <simon.marchi@polymtl.ca>
9784
9785 * spu-linux-nat.c (spu_fetch_inferior_registers,
9786 spu_store_inferior_registers): Use ptid from regcache, set and
9787 restore inferior_ptid.
9788 * spu-multiarch.c (spu_fetch_registers, spu_store_registers):
9789 Likewise.
9790
bcc0c096
SM
97912017-03-20 Simon Marchi <simon.marchi@polymtl.ca>
9792
9793 * i386-linux-nat.c (fetch_register, store_register,
9794 i386_linux_fetch_inferior_registers,
9795 i386_linux_store_inferior_registers): Use ptid from regcache.
9796 * ia64-linux-nat.c (ia64_linux_fetch_register,
9797 ia64_linux_store_register): Likewise.
9798 * inf-ptrace.c (inf_ptrace_fetch_register,
9799 inf_ptrace_store_register): Likewise.
9800 * m32r-linux-nat.c (m32r_linux_fetch_inferior_registers,
9801 m32r_linux_store_inferior_registers): Likewise.
9802 * m68k-bsd-nat.c (m68kbsd_fetch_inferior_registers,
9803 m68kbsd_store_inferior_registers): Likewise.
9804 * m68k-linux-nat.c (fetch_register, store_register,
9805 m68k_linux_fetch_inferior_registers,
9806 m68k_linux_store_inferior_registers): Likewise.
9807 * m88k-bsd-nat.c (m88kbsd_fetch_inferior_registers,
9808 m88kbsd_store_inferior_registers): Likewise.
9809 * mips-fbsd-nat.c (mips_fbsd_fetch_inferior_registers,
9810 mips_fbsd_store_inferior_registers): Likewise.
9811 * mips-linux-nat.c (mips64_linux_regsets_fetch_registers,
9812 mips64_linux_regsets_store_registers): Likewise.
9813 * mips-nbsd-nat.c (mipsnbsd_fetch_inferior_registers,
9814 mipsnbsd_store_inferior_registers): Likewise.
9815 * mips-obsd-nat.c (mips64obsd_fetch_inferior_registers,
9816 mips64obsd_store_inferior_registers): Likewise.
9817 * nto-procfs.c (procfs_fetch_registers, procfs_store_registers):
9818 Likewise.
9819 * ppc-fbsd-nat.c (ppcfbsd_fetch_inferior_registers,
9820 ppcfbsd_store_inferior_registers): Likewise.
9821 * ppc-linux-nat.c (ppc_linux_fetch_inferior_registers,
9822 ppc_linux_store_inferior_registers): Likewise.
9823 * ppc-nbsd-nat.c (ppcnbsd_fetch_inferior_registers,
9824 ppcnbsd_store_inferior_registers): Likewise.
9825 * ppc-obsd-nat.c (ppcobsd_fetch_registers,
9826 ppcobsd_store_registers): Likewise.
9827 * procfs.c (procfs_fetch_registers, procfs_store_registers):
9828 Likewise.
9829 * ravenscar-thread.c (ravenscar_fetch_registers,
9830 ravenscar_store_registers, ravenscar_prepare_to_store):
9831 Likewise.
9832 * record-btrace.c (record_btrace_fetch_registers,
9833 record_btrace_store_registers, record_btrace_prepare_to_store):
9834 Likewise.
9835 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register):
9836 Lookup inferior using ptid from regcache, instead of
9837 current_inferior.
9838 * remote.c (remote_fetch_registers, remote_store_registers): Use
9839 ptid from regcache.
9840 * rs6000-nat.c (fetch_register, store_register): Likewise.
9841 * s390-linux-nat.c (s390_linux_fetch_inferior_registers,
9842 s390_linux_store_inferior_registers): Likewise.
9843 * sh-nbsd-nat.c (shnbsd_fetch_inferior_registers,
9844 shnbsd_store_inferior_registers): Likewise.
9845 * sol-thread.c (sol_thread_fetch_registers,
9846 sol_thread_store_registers): Likewise.
9847 * sparc-nat.c (sparc_fetch_inferior_registers,
9848 sparc_store_inferior_registers): Likewise.
9849 * tilegx-linux-nat.c (fetch_inferior_registers,
9850 store_inferior_registers): Likewise.
9851 * vax-bsd-nat.c (vaxbsd_fetch_inferior_registers,
9852 vaxbsd_store_inferior_registers): Likewise.
9853 * xtensa-linux-nat.c (fetch_gregs, store_gregs, fetch_xtregs,
9854 store_xtregs): Likewise.
9855
c0f55cc6
AV
98562017-03-20 Artemiy Volkov <artemiyv@acm.org>
9857
9858 PR gdb/14441
9859 * NEWS: Mention support for rvalue references in GDB and python.
9860 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
9861 supports both lvalue and rvalue references.
9862
15c0a2a9
AV
98632017-03-20 Artemiy Volkov <artemiyv@acm.org>
9864
9865 PR gdb/14441
9866 * gdbtypes.c (rank_one_type): Implement overloading
9867 resolution rules regarding rvalue references.
9868
aa006118
AV
98692017-03-20 Artemiy Volkov <artemiyv@acm.org>
9870
9871 PR gdb/14441
9872 * aarch64-tdep.c (aarch64_type_align)
9873 (aarch64_extract_return_value, aarch64_store_return_value): Change
9874 lvalue reference type checks to general reference type checks.
9875 * amd64-tdep.c (amd64_classify): Likewise.
9876 * amd64-windows-tdep.c (amd64_windows_passed_by_integer_register):
9877 Likewise.
9878 * arm-tdep.c (arm_type_align, arm_extract_return_value)
9879 (arm_store_return_value): Likewise.
9880 * ax-gdb.c (gen_fetch, gen_cast): Likewise.
9881 * c-typeprint.c (c_print_type): Likewise.
9882 * c-varobj.c (adjust_value_for_child_access, c_value_of_variable)
9883 (cplus_number_of_children, cplus_describe_child): Likewise.
9884 * compile/compile-c-symbols.c (generate_vla_size): Likewise.
9885 * completer.c (expression_completer): Likewise.
9886 * cp-support.c (make_symbol_overload_list_adl_namespace):
9887 Likewise.
9888 * darwin-nat-info.c (info_mach_region_command): Likewise.
9889 * dwarf2loc.c (entry_data_value_coerce_ref)
9890 (value_of_dwarf_reg_entry): Likewise.
9891 * eval.c (ptrmath_type_p, evaluate_subexp_standard)
9892 (evaluate_subexp_for_address, evaluate_subexp_for_sizeof):
9893 Likewise.
9894 * findvar.c (extract_typed_address, store_typed_address):
9895 Likewise.
9896 * gdbtypes.c (rank_one_type): Likewise.
9897 * hppa-tdep.c (hppa64_integral_or_pointer_p): Likewise.
9898 * infcall.c (value_arg_coerce): Likewise.
9899 * language.c (pointer_type): Likewise.
9900 * m32c-tdep.c (m32c_reg_arg_type, m32c_m16c_address_to_pointer):
9901 Likewise.
9902 * m88k-tdep.c (m88k_integral_or_pointer_p): Likewise.
9903 * mn10300-tdep.c (mn10300_type_align): Likewise.
9904 * msp430-tdep.c (msp430_push_dummy_call): Likewise.
9905 * ppc-sysv-tdep.c (do_ppc_sysv_return_value)
9906 (ppc64_sysv_abi_push_param, ppc64_sysv_abi_return_value):
9907 Likewise.
9908 * printcmd.c (print_formatted, x_command): Likewise.
9909 * python/py-type.c (typy_get_composite, typy_template_argument):
9910 Likewise.
9911 * python/py-value.c (valpy_referenced_value)
9912 (valpy_get_dynamic_type, value_has_field): Likewise.
9913 * s390-linux-tdep.c (s390_function_arg_integer): Likewise.
9914 * sparc-tdep.c (sparc_integral_or_pointer_p): Likewise.
9915 * sparc64-tdep.c (sparc64_integral_or_pointer_p): Likewise.
9916 * spu-tdep.c (spu_scalar_value_p): Likewise.
9917 * symtab.c (lookup_symbol_aux): Likewise.
9918 * typeprint.c (whatis_exp, print_type_scalar): Likewise.
9919 * valarith.c (binop_types_user_defined_p, unop_user_defined_p):
9920 Likewise.
9921 * valops.c (value_cast_pointers, value_cast)
9922 (value_reinterpret_cast, value_dynamic_cast, value_addr, typecmp)
9923 (value_struct_elt, value_struct_elt_bitpos)
9924 (value_find_oload_method_list, find_overload_match)
9925 (value_rtti_indirect_type): Likewise.
9926 * valprint.c (val_print_scalar_type_p, generic_val_print):
9927 Likewise.
9928 * value.c (value_actual_type, value_as_address, unpack_long)
9929 (pack_long, pack_unsigned_long, coerce_ref_if_computed)
9930 (coerce_ref): Likewise.
9931 * varobj.c (varobj_get_value_type): Likewise.
9932
3fcf899d
AV
99332017-03-20 Artemiy Volkov <artemiyv@acm.org>
9934
9935 PR gdb/14441
9936 * doc/python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
9937 table of constants.
9938 * python/lib/gdb/command/explore.py: Support exploring values
9939 of rvalue reference types.
9940 * python/lib/gdb/types.py: Implement get_basic_type() for
9941 rvalue reference types.
9942 * python/py-type.c (pyty_codes) <TYPE_CODE_RVALUE_REF>: New
9943 constant.
9944 * python/py-value.c (valpy_getitem): Add an rvalue reference
9945 check.
9946 (valpy_reference_value): Add new parameter "refcode".
9947 (valpy_lvalue_reference_value, valpy_rvalue_reference_value):
9948 New wrappers for valpy_reference_value().
9949 * python/py-xmethods.c (gdbpy_get_xmethod_result_type)
9950 (gdbpy_invoke_xmethod): Likewise.
9951
4297a3f0
AV
99522017-03-20 Artemiy Volkov <artemiyv@acm.org>
9953
9954 PR gdb/14441
9955 * dwarf2read.c (process_die, read_type_die_1): Handle the
9956 DW_TAG_rvalue_reference_type DIE.
9957 (read_tag_reference_type): Add new parameter "refcode".
9958
e1cb3213
AV
99592017-03-20 Artemiy Volkov <artemiyv@acm.org>
9960
9961 PR gdb/14441
9962 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix)
9963 (c_type_print_modifier, c_type_print_varspec_suffix)
9964 (c_type_print_base): Support printing rvalue reference types.
9965 * c-valprint.c (c_val_print, c_value_print): Support printing
9966 rvalue reference values.
9967
e4347c89
AV
99682017-03-20 Artemiy Volkov <artemiyv@acm.org>
9969
9970 PR gdb/14441
9971 * cp-name-parser.y (ptr_operator): Handle the '&&' token in
9972 typename.
9973 * cp-support.c (replace_typedefs): Handle
9974 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
9975 * python/py-type.c (typy_lookup_type): Likewise.
9976
53cc15f5
AV
99772017-03-20 Artemiy Volkov <artemiyv@acm.org>
9978
9979 PR gdb/14441
9980 * c-exp.y (ptr_operator): Handle the '&&' token in the typename.
9981 * parse.c (insert_type): Change assert statement.
9982 (follow_types): Handle rvalue reference types.
9983 * parser-defs.h (enum type_pieces) <tp_rvalue_reference>: New
9984 constant.
9985
a65cfae5
AV
99862017-03-20 Artemiy Volkov <artemiyv@acm.org>
9987
9988 PR gdb/14441
9989 * ada-lang.c (ada_evaluate_subexp): Adhere to the new
9990 value_ref() interface.
9991 * c-valprint.c (c_value_print): Likewise.
9992 * infcall.c (value_arg_coerce): Likewise.
9993 * python/py-value.c (valpy_reference_value): Likewise.
9994 * valops.c (value_cast, value_reinterpret_cast)
9995 (value_dynamic_cast, typecmp): Likewise.
9996 (value_ref): Parameterize by kind of return value reference type.
9997 * value.h (value_ref): Add new parameter "refcode".
9998
3b224330
AV
99992017-03-20 Artemiy Volkov <artemiyv@acm.org>
10000
10001 PR gdb/14441
10002 * dwarf2read.c (read_tag_reference_type): Use
10003 lookup_lvalue_reference_type() instead of lookup_reference_type().
10004 * eval.c (evaluate_subexp_standard): Likewise.
10005 * f-exp.y: Likewise.
10006 * gdbtypes.c (make_reference_type, lookup_reference_type):
10007 Generalize with rvalue reference types.
10008 (lookup_lvalue_reference_type, lookup_rvalue_reference_type): New
10009 convenience wrappers for lookup_reference_type().
10010 * gdbtypes.h (make_reference_type, lookup_reference_type): Add a
10011 reference kind parameter.
10012 (lookup_lvalue_reference_type, lookup_rvalue_reference_type): Add
10013 wrappers for lookup_reference_type().
10014 * guile/scm-type.c (gdbscm_type_reference): Use
10015 lookup_lvalue_reference_type() instead of lookup_reference_type().
10016 * guile/scm-value.c (gdbscm_value_dynamic_type): Likewise.
10017 * parse.c (follow_types): Likewise.
10018 * python/py-type.c (typy_reference, typy_lookup_type): Likewise.
10019 * python/py-value.c (valpy_get_dynamic_type, valpy_getitem):
10020 Likewise.
10021 * python/py-xmethods.c (gdbpy_get_xmethod_result_type)
10022 (gdbpy_invoke_xmethod): Likewise.
10023 * stabsread.c: Provide extra argument to make_reference_type()
10024 call.
10025 * valops.c (value_ref, value_rtti_indirect_type): Use
10026 lookup_lvalue_reference_type() instead of lookup_reference_type().
10027
f9aeb8d4
AV
100282017-03-20 Artemiy Volkov <artemiyv@acm.org>
10029
10030 PR gdb/14441
10031 * gdbtypes.h (enum type_code) <TYPE_CODE_RVALUE_REF>: New constant.
10032 (TYPE_IS_REFERENCE): New macro.
10033 (struct type): Add rvalue_reference_type field.
10034 (TYPE_RVALUE_REFERENCE_TYPE): New macro.
10035
51457a05
MAL
100362017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10037
10038 * NEWS: Add an entry about new '-file-list-shared-libraries' command.
10039 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries):
10040 New function definition.
10041 * mi/mi-cmds.c (mi_cmds): Add -file-list-shared-libraries command.
10042 * mi/mi-cmds.h (mi_cmd_file_list_shared_libraries):
10043 New function declaration.
10044 * mi/mi-interp.c (mi_output_solib_attribs): New Function.
10045 * mi/mi-interp.h: New file.
10046 * solib.c (info_sharedlibrary_command): Replace for loop with
10047 ALL_SO_LIBS macro
10048 * solib.h (update_solib_list): New function declaration.
10049 (so_list_head): Move macro.
10050 * solist.h (ALL_SO_LIBS): New macro.
10051
e696b3ad
MAL
100522017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10053
10054 * infcmd.c (post_create_inferior): Remove unused argument in
10055 call to solib_add.
10056 * remote.c (remote_start_remote): Likewise.
10057 * solib-frv.c (frv_fetch_objfile_link_map): Likewise.
10058 * solib-svr4.c: (svr4_fetch_objfile_link_map): Likewise.
10059 (enable_break): Likewise.
10060 * solib.c (update_solib_list): Remove unused target argument
10061 and its documentation.
10062 (solib_add): Remove unused target argument. Remove unused
10063 argument in call to update_solib_list.
10064 (info_sharedlibrary_command): Remove unused argument in call
10065 to update_solib_list.
10066 (sharedlibrary_command): Remove unused argument in call to
10067 solib_add.
10068 (handle_solib_event): Likewise.
10069 (reload_shared_libraries): Likewise.
10070 * solib.h (solib_add): Remove unused target argument.
10071
dcb84eda
AA
100722017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10073
10074 * s390-linux-tdep.c (is_rsi, is_rie): Remove functions.
10075 (s390_displaced_step_fixup): Cover relative branches with the
10076 default fixup handling. This fixes lack of support for some
10077 relative branch instructions.
10078
d9cb6cdc
SM
100792017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
10080
10081 * i386-gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Use
10082 ptid from regcache.
10083
1afaf9f4
SM
100842017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
10085
10086 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers,
10087 i386_darwin_store_inferior_registers): Use ptid from regcache.
10088
aac12e24
SM
100892017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
10090
10091 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers,
10092 i386bsd_store_inferior_registers): Use ptid from regcache.
10093
bbe1eef1
SM
100942017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
10095
10096 * hppa-obsd-nat.c (hppaobsd_fetch_registers,
10097 hppaobsd_store_registers): Use ptid from regcache.
10098
10799020
SM
100992017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
10100
10101 * hppa-nbsd-nat.c (hppanbsd_fetch_registers,
10102 hppanbsd_store_registers): Use ptid from regcache.
10103
00204cf7
SM
101042017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
10105
10106 * hppa-linux-nat.c (fetch_register, store_register): Use ptid
10107 from regcache. Use get_ptrace_pid.
10108
11a33714
SM
101092017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
10110
10111 * corelow.c (get_core_register_section): Use ptid from regcache,
10112 update doc.
10113
317cd492
SM
101142017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
10115
10116 * bsd-uthread.c (bsd_uthread_fetch_registers,
10117 bsd_uthread_store_registers): Use ptid from regcache, set and
10118 restore inferior_ptid.
10119
9ac8a7c2
SM
101202017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
10121
10122 * arm-nbsd-nat.c (fetch_register, fetch_regs, fetch_fp_register,
10123 fetch_fp_regs, store_register, store_regs, store_fp_register,
10124 store_fp_regs): Use ptid from regcache.
10125
4ac4bb6a
SM
101262017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
10127
10128 * arm-linux-nat.c (fetch_fpregs, store_fpregs, fetch_regs,
10129 store_regs, fetch_wmmx_regs, store_wmmx_regs, fetch_vfp_regs,
10130 store_vfp_regs): Use ptid from regcache.
10131
9bcbdca8
PA
101322017-03-17 Pedro Alves <palves@redhat.com>
10133
10134 PR remote/21188
10135 * ser-base.c (ser_base_wait_for): Add comment.
10136 (do_ser_base_readchar): Improve comment based on the ser-unix.c's
10137 version.
10138 * ser-unix.c (hardwire_raw): Remove reference to
10139 scb->current_timeout.
10140 (wait_for, do_hardwire_readchar, hardwire_readchar): Delete.
10141 (hardwire_ops): Install ser_base_readchar instead of
10142 hardwire_readchar.
10143 * serial.h (struct serial) <current_timeout, timeout_remaining>:
10144 Remove fields.
10145
7503099f
JG
101462017-03-17 Jonah Graham <jonah@kichwacoders.com>
10147
10148 PR gdb/19637
10149 * python/lib/gdb/printer/bound_registers.py: Add support for
10150 Python 3.
10151
7942e96e
AA
101522017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10153
10154 * dwarf2loc.c (indirect_synthetic_pointer): Get data type of
10155 pointed-to DIE and pass it to dwarf2_evaluate_loc_desc_full.
10156 (dwarf2_evaluate_loc_desc_full): New parameter subobj_type; rename
10157 byte_offset to subobj_byte_offset. Fix the handling of
10158 DWARF_VALUE_STACK on big-endian targets when coming via an
10159 implicit pointer.
10160 (dwarf2_evaluate_loc_desc): Adjust call to
10161 dwarf2_evaluate_loc_desc_full.
10162 * dwarf2loc.h (dwarf2_fetch_die_type_sect_off): New declaration.
10163 * dwarf2read.c (dwarf2_fetch_die_type_sect_off): New function.
10164
ba14f379
YQ
101652017-03-16 Yao Qi <yao.qi@linaro.org>
10166
10167 * arm-tdep.c (thumb_record_misc): Decode CBNZ, CBZ, REV16,
10168 and REVSH instructions.
10169
b121eeb9
YQ
101702017-03-16 Yao Qi <yao.qi@linaro.org>
10171
10172 * arm-tdep.c [GDB_SELF_TEST]: include "selftests.h".
10173 (arm_record_test): Declare.
10174 (_initialize_arm_tdep) [GDB_SELF_TEST]: call register_self_test.
10175 (thumb_record_ld_st_reg_offset): Rewrite the opcode matching to
10176 align with the manual.
10177 (thumb_record_misc): Adjust the code order to align with the
10178 manual.
10179 (thumb2_record_decode_insn_handler): Fix instruction matching.
10180 (instruction_reader_thumb): New class.
10181 (arm_record_test): New function.
10182
728a7913
YQ
101832017-03-16 Yao Qi <yao.qi@linaro.org>
10184
10185 * arm-tdep.c (abstract_memory_reader): New class.
10186 (instruction_reader): New class.
10187 (extract_arm_insn): Add argument 'reader'. Callers updated.
10188 (decode_insn): Likewise.
10189
34b43320
DE
101902017-03-16 Doug Evans <dje@google.com>
10191
a7c0469f
DE
10192 * guile/scm-lazy-string.c (lazy_string_smob): Clarify use of LENGTH
10193 member. Change type of TYPE member to SCM. All uses updated.
10194 (lsscm_make_lazy_string_smob): Add assert.
10195 (lsscm_make_lazy_string): Flag bad length values.
10196 (lsscm_elt_type): New function.
10197 (gdbscm_lazy_string_to_value): Rewrite to use
10198 lsscm_safe_lazy_string_to_value.
10199 (lsscm_safe_lazy_string_to_value): Fix handling of TYPE_CODE_PTR.
10200 * guile/scm-value.c (gdbscm_value_to_lazy_string): Flag bad length
10201 values. Fix TYPE_CODE_PTR. Handle TYPE_CODE_ARRAY. Handle typedefs
10202 in incoming type.
10203 * guile/guile-internal.h (tyscm_scm_to_type): Declare.
10204 * guile/scm-type.c (tyscm_scm_to_type): New function.
10205
102062017-03-15 Doug Evans <dje@google.com>
10207
34b43320
DE
10208 PR python/17728, python/18439, python/18779
10209 * python/py-lazy-string.c (lazy_string_object): Clarify use of LENGTH
10210 member. Change type of TYPE member to PyObject *. All uses updated.
10211 (stpy_convert_to_value): Fix handling of TYPE_CODE_PTR.
10212 (gdbpy_create_lazy_string_object): Flag bad length values.
10213 Handle TYPE_CODE_ARRAY with possibly different user-provided length.
10214 Handle typedefs in incoming type.
10215 (stpy_lazy_string_elt_type): New function.
10216 (gdbpy_extract_lazy_string): Call it.
10217 * python/py-value.c (valpy_lazy_string): Flag bad length values.
10218 Fix handling of TYPE_CODE_PTR. Handle TYPE_CODE_ARRAY. Handle
10219 typedefs in incoming type.
10220
a3a5fecc
DE
102212017-03-16 Doug Evans <dje@google.com>
10222
10223 * guile/guile-internal.h (tyscm_scm_to_type): Declare.
10224 * guile/scm-type.c (tyscm_scm_to_type): New function.
10225
28f1c605
JW
102262017-03-16 Jiong Wang <jiong.wang@arm.com>
10227
10228 * inf-ptrace.c (inf_ptrace_peek_poke): Change the type to
10229 "ULONGEST" for "skip".
10230
87c336f6
AA
102312017-03-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10232
10233 PR gdb/21220
10234 * inf-ptrace.c (inf_ptrace_xfer_partial): In "case
10235 TARGET_OBJECT_MEMORY", extract the logic for ptrace peek/poke...
10236 (inf_ptrace_peek_poke): ...here. New function. Now also loop
10237 over ptrace peek/poke until end of buffer or error.
10238
cf81cf60
SM
102392017-03-14 Simon Marchi <simon.marchi@ericsson.com>
10240
10241 * parse.c (length_of_subexp): Make static.
10242 * parser-defs.h (length_of_subexp): Remove.
10243
a379284a
AA
102442017-03-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10245
10246 * linux-nat.c (linux_proc_xfer_partial): Handle write operations
10247 as well.
10248
8a6200ba
PA
102492017-03-14 Pedro Alves <palves@redhat.com>
10250
10251 * cp-name-parser.y (cp_demangled_name_to_comp): Update comment.
10252 (main): Use std::unique_ptr. Remove calls to
10253 cp_demangled_name_parse_free.
10254
f79ec206
SM
102552017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
10256
10257 * alpha-bsd-nat.c (alphabsd_fetch_inferior_registers,
10258 alphabsd_store_inferior_registers): Use regcache->ptid instead
10259 of inferior_ptid.
10260
edb5fb00
SM
102612017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
10262
10263 * aix-thread.c (aix_thread_fetch_registers,
10264 aix_thread_store_registers): Use regcache->ptid instead of
10265 inferior_ptid.
10266
55119686
SM
102672017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
10268
10269 * aarch64-linux-nat.c (fetch_gregs_from_thread,
10270 store_gregs_to_thread, fetch_fpregs_from_thread,
10271 store_fpregs_to_thread): Use regcache->ptid instead of
10272 inferior_ptid.
10273
6a06fbb7
SM
102742017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
10275
10276 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers,
10277 amd64_linux_fetch_inferior_registers): Use regcache->ptid
10278 instead of inferior_ptid.
10279
c6386875
SM
102802017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
10281
10282 * target.c (target_fetch_registers, target_store_registers): Add
10283 assert.
10284
ddaaf0fb
SM
102852017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
10286
10287 * regcache.h (regcache_get_ptid): New function.
10288 * regcache.c (regcache_get_ptid): New function.
10289
b9da89d1 102902017-03-13 Mark Wielaard <mark@klomp.org>
10291
10292 * cp-name-parser.y (make_empty): Initialize d_printing to zero.
10293
5f4d1085
KS
102942017-03-10 Keith Seitz <keiths@redhat.com>
10295
10296 PR c++/8218
10297 * c-typeprint.c (cp_type_print_method_args): Skip artificial arguments.
10298
c65d6b55
PA
102992017-03-08 Pedro Alves <palves@redhat.com>
10300
10301 PR gdb/18360
10302 * infrun.c (start_step_over, do_target_resume, resume)
10303 (restart_threads): Assert we're not resuming a thread that is
10304 meant to be stopped.
10305 (infrun_thread_stop_requested_callback): Delete.
10306 (infrun_thread_stop_requested): If the thread is internally
10307 stopped, queue a pending stop event and clear the thread's
10308 inline-frame state.
10309 (handle_stop_requested): New function.
10310 (handle_syscall_event, handle_inferior_event_1): Use
10311 handle_stop_requested.
10312 (handle_stop_requested): New function.
10313 (handle_signal_stop): Set the thread's stop_signal here instead of
10314 at caller.
10315 (finish_step_over): Clear step over info unconditionally.
10316 (handle_signal_stop): If the user had interrupted the event
10317 thread, consider the stop a random signal.
10318 (handle_signal_stop) <signal arrived while stepping over
10319 breakpoint>: Don't restart threads here.
10320 (stop_waiting): Don't clear step-over info here.
10321
15c22686
PA
103222017-03-08 Pedro Alves <palves@redhat.com>
10323
10324 PR 21206
10325 * common/gdb_unlinker.h (unlinker::unlinker): Attribute nonnull
10326 goes to argument 2, not 1.
10327
6e5d74e7
PA
103282017-03-08 Pedro Alves <palves@redhat.com>
10329
10330 PR cli/21218
10331 * top.c (gdb_readline_wrapper): Avoid passing NULL to
10332 display_gdb_prompt.
10333 (command_line_input): Add comment.
10334
9753a2f6
PA
103352017-03-08 Pedro Alves <palves@redhat.com>
10336
10337 PR tui/21216
10338 * tui/tui-file.c (tui_file::write): New.
10339 * tui/tui-file.h (tui_file): Override "write".
10340 * tui/tui-io.c (do_tui_putc, update_start_line): New functions,
10341 factored out from ...
10342 (tui_puts): ... here.
10343 (tui_putc): Use them.
10344 (tui_write): New function.
10345 * tui/tui-io.h (tui_write): Declare.
10346
1672e0d9
SDJ
103472017-03-07 Sergio Durigan Junior <sergiodj@redhat.com>
10348
10349 * Makefile.in (SFILES): Replace "environ.c" with
10350 "common/environ.c".
10351 (HFILES_NO_SRCDIR): Likewise, for "environ.h".
10352 * environ.c: Include "common-defs.h" instead of "defs.h. Moved
10353 to...
10354 * common/environ.c: ... here.
10355 * environ.h: Moved to...
10356 * common/environ.h: ... here.
10357
f7bb4e3a
PB
103582017-03-07 Peter Bergner <bergner@vnet.ibm.com>
10359
10360 * gdbarch.sh (pstring_ptr): New static function.
10361 (gdbarch_disassembler_options): Use it.
10362 (gdbarch_verify_disassembler_options): Print valid_disassembler_options,
10363 not valid_disassembler_option->name.
10364 * gdbarch.c: Regenerate.
10365
e45ced6c
PB
103662017-03-07 Peter Bergner <bergner@vnet.ibm.com>
10367
10368 * config/powerpc/ppc64-linux.mh (MH_CFLAGS): Delete.
10369
5f6fd321
PA
103702017-03-07 Pedro Alves <palves@redhat.com>
10371
10372 * tui/tui-regs.c (tui_restore_gdbout): Don't delete gdb_stdout.
10373
6dbb839a 103742017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
10375
10376 * i387-tdep.h (i387_reset_bnd_regs): Add function definition.
10377 * i387-tdep.c (i387_reset_bnd_regs): Add function implementation.
10378 * i386-tdep.c (i386_push_dummy_call): Call i387_reset_bnd_regs.
6dbb839a 10379 * amd64-tdep.c (amd64_push_dummy_call): Call i387_reset_bnd_regs.
4a612d6f 10380
d274ecf4
SM
103812017-03-06 Simon Marchi <simon.marchi@ericsson.com>
10382
10383 * xtensa-linux-nat.c (fetch_gregs): Remove const.
10384
df97be55
SM
103852017-03-03 Simon Marchi <simon.marchi@ericsson.com>
10386
10387 * remote.c (remote_add_target_side_commands): Use range-based
10388 for loop.
10389
7d45f3df
YQ
103902017-03-03 Yao Qi <yao.qi@linaro.org>
10391
10392 PR gdb/21165
10393 * ada-valprint.c (ada_val_print_ref): Call value_fetch_lazy if
10394 value is lazy.
10395 * valprint.c (common_val_print): Likewise.
10396
65b48a81
PB
103972017-02-28 Peter Bergner <bergner@vnet.ibm.com>
10398
10399 * NEWS: Mention new set/show disassembler-options commands.
10400 * doc/gdb.texinfo: Document new set/show disassembler-options commands.
10401 * disasm.c: Include "arch-utils.h", "gdbcmd.h" and "safe-ctype.h".
10402 (prospective_options): New static variable.
10403 (gdb_disassembler::gdb_disassembler): Initialize
10404 m_di.disassembler_options.
10405 (gdb_buffered_insn_length_init_dis): Initilize di->disassembler_options.
10406 (get_disassembler_options): New function.
10407 (set_disassembler_options): Likewise.
10408 (set_disassembler_options_sfunc): Likewise.
10409 (show_disassembler_options_sfunc): Likewise.
10410 (disassembler_options_completer): Likewise.
10411 (_initialize_disasm): Likewise.
10412 * disasm.h (get_disassembler_options): New prototype.
10413 (set_disassembler_options): Likewise.
10414 * gdbarch.sh (gdbarch_disassembler_options): New variable.
10415 (gdbarch_verify_disassembler_options): Likewise.
10416 * gdbarch.c: Regenerate.
10417 * gdbarch.h: Likewise.
10418 * arm-tdep.c (num_disassembly_options): Delete.
10419 (set_disassembly_style): Likewise.
10420 (arm_disassembler_options): New static variable.
10421 (set_disassembly_style_sfunc): Convert short style name into long
10422 option name. Call set_disassembler_options.
10423 (show_disassembly_style_sfunc): New function.
10424 (arm_gdbarch_init): Call set_gdbarch_disassembler_options and
10425 set_gdbarch_verify_disassembler_options.
10426 (_initialize_arm_tdep): Delete regnames variable and update callers.
10427 (arm_disassembler_options): Initialize.
10428 (disasm_options): New variable.
10429 (num_disassembly_options): Rename from this...
10430 (num_disassembly_styles): ...to this. Compute by scanning through
10431 disasm_options.
10432 (valid_disassembly_styles): Initialize using disasm_options.
10433 Remove calls to parse_arm_disassembler_option, get_arm_regnames and
10434 set_arm_regname_option.
10435 Pass show_disassembly_style_sfunc to the "disassembler" setshow command.
10436 * rs6000-tdep.c (powerpc_disassembler_options): New static variable.
10437 (rs6000_gdbarch_init): Call set_gdbarch_disassembler_options and
10438 set_gdbarch_verify_disassembler_options.
10439 * s390-tdep.c (s390_disassembler_options): New static variable.
10440 (s390_gdbarch_init):all set_gdbarch_disassembler_options and
10441 set_gdbarch_verify_disassembler_options.
10442
d538e36d
SM
104432017-02-27 Simon Marchi <simon.marchi@ericsson.com>
10444
10445 * remote.c (remote_add_target_side_condition): Remove "struct"
10446 keyword from range-based for loop.
10447
83621223
SM
104482017-02-27 Simon Marchi <simon.marchi@ericsson.com>
10449
10450 * remote.c (remote_add_target_side_condition): Use range-based
10451 for loop. Update comment.
10452
2123df0e
YQ
104532017-02-27 Yao Qi <yao.qi@linaro.org>
10454
10455 * f-typeprint.c (f_print_type): Check "varstring" is empty first.
10456
8e368124
AH
104572017-02-26 Alan Hayward <alan.hayward@arm.com>
10458
10459 * regcache.c (regcache_raw_update): New function.
10460 (regcache_raw_read): Move code to regcache_raw_update.
10461 * regcache.h (regcache_raw_update): New declaration.
10462 * remote.c (remote_prepare_to_store): Call regcache_raw_update.
10463
a49dd8dd
JK
104642017-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10465
10466 * dwarf2read.c (create_debug_type_hash_table): Initialize
10467 header.signature and header.type_offset_in_tu.
10468
34e4bae9
PA
104692017-02-24 Pedro Alves <palves@redhat.com>
10470
10471 * symtab.c (make_file_symbol_completion_list_1): Use
10472 add_symtab_completions.
10473
b0e4b369
AH
104742017-02-24 Alan Hayward <alan.hayward@arm.com>
10475
10476 * stack.c (frame_info): Use frame_unwind_register_value to avoid buf.
10477
975c21ab
AH
104782017-02-24 Alan Hayward <alan.hayward@arm.com>
10479
10480 * i386-tdep.c (i386_pseudo_register_read_into_value): Use
10481 I386_MAX_REGISTER_SIZE.
10482 (i386_pseudo_register_write): Likewise.
10483 (i386_process_record): Likewise.
10484 * i387-tdep.c (i387_supply_xsave): Likewise.
10485 * m68k-linux-nat.c (fetch_register): Use M68K_MAX_REGISTER_SIZE.
10486 (store_register): Likewise.
10487
14bc53a8
PA
104882017-02-23 Pedro Alves <palves@redhat.com>
10489
10490 * ada-lang.c: Include "common/function-view.h".
10491 (ada_iterate_over_symbols): Adjust to use function_view as
10492 callback type.
10493 (struct add_partial_datum, ada_complete_symbol_matcher): Delete.
10494 (ada_make_symbol_completion_list): Use a lambda.
10495 (ada_exc_search_name_matches): Delete.
10496 (name_matches_regex): New.
10497 (ada_add_global_exceptions): Use a lambda and name_matches_regex.
10498 * compile/compile-c-support.c: Include "common/function-view.h".
10499 (print_one_macro): Change prototype to accept a ui_file pointer.
10500 (write_macro_definitions): Use a lambda.
10501 * dwarf2read.c: Include "common/function-view.h".
10502 (dw2_map_expand_apply, dw2_map_symtabs_matching_filename)
10503 (dw2_expand_symtabs_matching): Adjust to use function_view as
10504 callback type.
10505 * language.h: Include "common/function-view.h".
10506 (struct language_defn) <la_iterate_over_symbols>: Adjust to use
10507 function_view as callback type.
10508 (LA_ITERATE_OVER_SYMBOLS): Remove DATA parameter.
10509 * linespec.c: Include "common/function-view.h".
10510 (collect_info::add_symbol): New method.
10511 (struct symbol_and_data_callback, iterate_inline_only, struct
10512 symbol_matcher_data, iterate_name_matcher): Delete.
10513 (iterate_over_all_matching_symtabs): Adjust to use function_view
10514 as callback type and lambdas.
10515 (iterate_over_file_blocks): Adjust to use function_view as
10516 callback type.
10517 (decode_compound_collector): Now a class with private fields.
10518 (decode_compound_collector::release_symbols): New method.
10519 (collect_one_symbol): Rename to...
10520 (decode_compound_collector::operator()): ... this and adjust.
10521 (lookup_prefix_sym): decode_compound_collector construction bits
10522 move to decode_compound_collector ctor. Pass the
10523 decode_compound_collector object directly as callback. Remove
10524 cleanups and use decode_compound_collector::release_symbols
10525 instead.
10526 (symtab_collector): Now a class with private fields.
10527 (symtab_collector::release_symtabs): New method.
10528 (add_symtabs_to_list): Rename to...
10529 (symtab_collector::operator()): ... this and adjust.
10530 (collect_symtabs_from_filename): symtab_collector construction
10531 bits move to symtab_collector ctor. Pass the symtab_collector
10532 object directly as callback. Remove cleanups and use
10533 symtab_collector::release_symtabs instead.
10534 (collect_symbols): Delete.
10535 (add_matching_symbols_to_info): Use lambdas.
10536 * macrocmd.c (print_macro_callback): Delete.
10537 (info_macro_command): Use a lambda.
10538 (info_macros_command): Pass print_macro_definition as callable
10539 directly.
10540 (print_one_macro): Remove 'ignore' parameter.
10541 (macro_list_command): Adjust.
10542 * macrotab.c (macro_for_each_data::fn): Now a function_view.
10543 (macro_for_each_data::user_data): Delete field.
10544 (foreach_macro): Adjust to call the function_view.
10545 (macro_for_each): Adjust to use function_view as callback type.
10546 (foreach_macro_in_scope): Adjust to call the function_view.
10547 (macro_for_each_in_scope): Adjust to use function_view as callback
10548 type.
10549 * macrotab.h: Include "common/function-view.h".
10550 (macro_callback_fn): Declare a prototype instead of a pointer.
10551 Remove "user_data" parameter.
10552 (macro_for_each, macro_for_each_in_scope): Adjust to use
10553 function_view as callback type.
10554 * psymtab.c (partial_map_expand_apply)
10555 (psym_map_symtabs_matching_filename, recursively_search_psymtabs):
10556 Adjust to use function_view as callback type and to return bool.
10557 (psym_expand_symtabs_matching): Adjust to use function_view as
10558 callback types.
10559 * symfile-debug.c (debug_qf_map_symtabs_matching_filename): Adjust
10560 to use function_view as callback type and to return bool.
10561 (debug_qf_expand_symtabs_matching): Adjust to use function_view as
10562 callback types.
10563 * symfile.c (expand_symtabs_matching): Adjust to use function_view
10564 as callback types.
10565 * symfile.h: Include "common/function-view.h".
10566 (expand_symtabs_file_matcher_ftype)
10567 (expand_symtabs_symbol_matcher_ftype)
10568 (expand_symtabs_exp_notify_ftype): Remove "data" parameter and
10569 return bool.
10570 (quick_symbol_functions::map_symtabs_matching_filename)
10571 (quick_symbol_functions::expand_symtabs_matching): Adjust to use
10572 function_view as callback type and return bool.
10573 (expand_symtabs_matching): Adjust to use function_view as callback
10574 type.
10575 (maintenance_expand_name_matcher)
10576 (maintenance_expand_file_matcher): Delete.
10577 (maintenance_expand_symtabs): Use lambdas.
10578 * symtab.c (iterate_over_some_symtabs): Adjust to use
10579 function_view as callback types and return bool.
10580 (iterate_over_symtabs): Likewise. Use unique_xmalloc_ptr instead
10581 of a cleanup.
10582 (lookup_symtab_callback): Delete.
10583 (lookup_symtab): Use a lambda.
10584 (iterate_over_symbols): Adjust to use function_view as callback
10585 type.
10586 (struct search_symbols_data, search_symbols_file_matches)
10587 (search_symbols_name_matches): Delete.
10588 (search_symbols): Use a pair of lambdas.
10589 (struct add_name_data, add_macro_name, symbol_completion_matcher)
10590 (symtab_expansion_callback): Delete.
10591 (default_make_symbol_completion_list_break_on_1): Use lambdas.
10592 * symtab.h: Include "common/function-view.h".
10593 (iterate_over_some_symtabs): Adjust to use function_view as
10594 callback type and return bool.
10595 (iterate_over_symtabs): Adjust to use function_view as callback
10596 type.
10597 (symbol_found_callback_ftype): Remove 'data' parameter and return
10598 bool.
10599 (iterate_over_symbols): Adjust to use function_view as callback
10600 type.
10601
07e253aa
PA
106022017-02-23 Pedro Alves <palves@redhat.com>
10603
10604 * Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS): New.
10605 (%.o) <unittests/%.c>: New pattern.
10606 * configure.ac ($development): Add $(SUBDIR_UNITTESTS_OBS) to
10607 CONFIG_OBS, and $(SUBDIR_UNITTESTS_SRCS) to CONFIG_SRCS.
10608 * common/function-view.h: New file.
10609 * unittests/function-view-selftests.c: New file.
10610 * configure: Regenerate.
10611
8eaf5320
SM
106122017-02-23 Simon Marchi <simon.marchi@ericsson.com>
10613
10614 * bsd-uthread.c (bsd_uthread_thread_alive): Use ptid instead of
10615 inferior_ptid.
10616 * go32-nat.c (go32_thread_alive): Likewise.
10617
38768751
YQ
106182017-02-23 Yao Qi <yao.qi@linaro.org>
10619
10620 * varobj-iter.h (varobj_iter_delete): Call xfree instead of
10621 delete.
10622
0a8beaba
YQ
106232017-02-23 Yao Qi <yao.qi@linaro.org>
10624
10625 * varobj.c (varobj_clear_saved_item): Use delete instead of
10626 xfree.
10627 (update_dynamic_varobj_children): Likewise.
10628
58fdfd2c
JK
106292017-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10630
10631 * dwarf2read.c (dwarf2_record_block_ranges): Add forgotten BASEADDR.
10632
1b90b139
SM
106332017-02-21 Simon Marchi <simon.marchi@ericsson.com>
10634
10635 * common/enum-flags.h (enum_flags::enum_flags): Initialize
10636 m_enum_value to 0 in default constructor.
10637
2039d74e
EBM
106382017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10639
10640 * rs6000-tdep.c (LOAD_AND_RESERVE_MASK): Rename from LWARX_MASK.
10641 (STORE_CONDITIONAL_MASK): Rename from STWCX_MASK.
10642 (LBARX_INSTRUCTION, LHARX_INSTRUCTION, LQARX_INSTRUCTION,
10643 STBCX_INSTRUCTION, STHCX_INSTRUCTION, STQCX_INSTRUCTION): New defines.
10644 (IS_LOAD_AND_RESERVE_INSN, IS_STORE_CONDITIONAL_INSN): New macros.
10645 (ppc_displaced_step_copy_insn): Use IS_LOAD_AND_RESERVE_INSN.
10646 (ppc_deal_with_atomic_sequence): Use IS_LOAD_AND_RESERVE_INSN and
10647 IS_STORE_CONDITIONAL_INSN.
10648
7814882a
JK
106492017-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10650
10651 * dwarf2_rnglists_process: Initialize range_beginning and range_end.
10652
0ae60b63
JK
106532017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10654
10655 * NEWS (Changes since GDB 7.12): Add DWARF-5.
10656
0224619f
JK
106572017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10658
10659 * dwarf2read.c (skip_one_die, read_attribute_value)
10660 (dwarf2_const_value_attr, dump_die_shallow)
10661 (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
10662 (skip_form_bytes, attr_form_is_constant): Handle DW_FORM_data16.
10663
0af92d60
JK
106642017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10665
10666 * dwarf2read.c (read_file_scope): Rename DW_MACRO_GNU_*.
10667 (dwarf_parse_macro_header): Accept DWARF version 5.
10668 (dwarf_decode_macro_bytes, dwarf_decode_macros): Rename DW_MACRO_GNU_*.
10669
216f72a1
JK
106702017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10671
10672 * block.c (call_site_for_pc): Rename DW_OP_GNU_*, DW_TAG_GNU_* and
10673 DW_AT_GNU_*.
10674 * common/common-exceptions.h (enum errors): Likewise.
10675 * dwarf2-frame.c (class dwarf_expr_executor): Likewise.
10676 * dwarf2expr.c (dwarf_block_to_dwarf_reg)
10677 (dwarf_expr_context::execute_stack_op): Likewise.
10678 * dwarf2expr.h (struct dwarf_expr_context, struct dwarf_expr_piece):
10679 Likewise.
10680 * dwarf2loc.c (dwarf_evaluate_loc_desc::get_base_type)
10681 (dwarf_evaluate_loc_desc::push_dwarf_reg_entry_value)
10682 (show_entry_values_debug, call_site_to_target_addr)
10683 (func_addr_to_tail_call_list, func_verify_no_selftailcall)
10684 (dwarf_expr_reg_to_entry_parameter, dwarf_entry_parameter_to_value)
10685 (entry_data_value_free_closure, value_of_dwarf_reg_entry)
10686 (value_of_dwarf_block_entry, indirect_pieced_value)
10687 (symbol_needs_eval_context::push_dwarf_reg_entry_value):
10688 (disassemble_dwarf_expression): Likewise.
10689 * dwarf2read.c (process_die, inherit_abstract_dies)
10690 (read_call_site_scope): Likewise.
10691 * gdbtypes.h (struct func_type, struct call_site_parameter)
10692 (struct call_site): Likewise.
10693 * stack.c (read_frame_arg): Likewise.
10694 * std-operator.def (OP_VAR_ENTRY_VALUE): Likewise.
10695
43988095
JK
106962017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10697
10698 * defs.h (read_unsigned_leb128): New declaration.
10699 * dwarf2loc.c (decode_debug_loclists_addresses): New function.
10700 (decode_debug_loc_dwo_addresses): Update DEBUG_LOC_* to DW_LLE_*.
10701 (dwarf2_find_location_expression): Call also
10702 decode_debug_loclists_addresses. Handle DWARF-5 ULEB128 length.
10703 * dwarf2loc.h (dwarf2_version): New declaration.
10704 * dwarf2read.c (struct dwarf2_per_objfile): Add loclists, line_str,
10705 rnglists.
10706 (dwarf2_elf_names): Add .debug_loclists, .debug_line_str,
10707 .debug_rnglists.
10708 (struct dwop_section_names): Add loclists_dwo.
10709 (dwop_section_names): Add .debug_loclists.dwo.
10710 (struct comp_unit_head): Add unit_type, signature, type_offset_in_tu.
10711 (struct dwarf2_per_cu_data): Add dwarf_version.
10712 (struct dwo_sections): Add loclists.
10713 (struct attr_abbrev): Add implicit_const.
10714 (read_indirect_line_string): New declaration.
10715 (read_unsigned_leb128): Delete declaration.
10716 (rcuh_kind): New definition.
10717 (read_and_check_comp_unit_head): Change parameter
10718 is_debug_types_section to section_kind.
10719 (dwarf2_locate_sections): Handle loclists, line_str and rnglists.
10720 (read_comp_unit_head): Change parameter abfd to section, add parameter
10721 section_kind. Handle DWARF-5.
10722 (error_check_comp_unit_head): Accept also DWARF version 5.
10723 (read_and_check_comp_unit_head): Change parameter
10724 is_debug_types_section to section_kind.
10725 (read_and_check_type_unit_head): Delete function.
10726 (read_abbrev_offset): Handle DWARF-5.
10727 (create_debug_type_hash_table): Add parameter section_kind. Process
10728 only DW_UT_type. Use signature and type_offset_in_tu from struct
10729 comp_unit_head.
10730 (create_debug_types_hash_table): Update create_debug_type_hash_table
10731 caller.
10732 (create_all_type_units): Call create_debug_type_hash_table.
10733 (read_cutu_die_from_dwo, init_cutu_and_read_dies): Change
10734 read_and_check_type_unit_head caller to read_and_check_comp_unit_head
10735 caller.
10736 (skip_one_die): Handle DW_FORM_implicit_const.
10737 (dwarf2_rnglists_process): New function.
10738 (dwarf2_ranges_process): Call dwarf2_rnglists_process for DWARF-5.
10739 (abbrev_table_read_table): Handle DW_FORM_implicit_const.
10740 (read_attribute_value): Handle DW_FORM_implicit_const,
10741 DW_FORM_line_strp.
10742 (read_attribute): Handle DW_FORM_implicit_const.
10743 (read_indirect_string_at_offset_from): New function from
10744 read_indirect_string_at_offset.
10745 (read_indirect_string_at_offset): Call
10746 read_indirect_string_at_offset_from.
10747 (read_indirect_line_string_at_offset): New function.
10748 (read_indirect_string): New function comment.
10749 (read_indirect_line_string): New function.
10750 (read_unsigned_leb128): Make it global.
10751 (dwarf2_string_attr): Handle DWARF-5.
10752 (add_include_dir_stub, read_formatted_entries): New functions.
10753 (dwarf_decode_line_header, dump_die_shallow, cu_debug_loc_section):
10754 Handle DWARF-5.
10755 (per_cu_header_read_in): Update read_comp_unit_head caller.
10756 (dwarf2_version): New function.
10757 * symfile.h (struct dwarf2_debug_sections): Add loclists, line_str and
10758 rnglists.
10759 * xcoffread.c (dwarf2_xcoff_names): Update struct dwarf2_debug_sections
10760 fields.
10761
22d2f3ab
JK
107622017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10763
10764 * dwarf2read.c (abbrev_table_read_table): Read the data only once.
10765
5f46c5a5
JK
107662017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10767
10768 * dwarf2read.c (dwarf2_ranges_process): New function from
10769 dwarf2_ranges_read.
10770 (dwarf2_ranges_read, dwarf2_record_block_ranges): Use
10771 dwarf2_ranges_process.
10772
78d4d2c5
JK
107732017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10774
10775 * dwarf2read.c (create_debug_type_hash_table): New function from
10776 create_debug_types_hash_table.
10777 (create_debug_types_hash_table): Call create_debug_type_hash_table.
10778 (create_all_type_units, open_and_init_dwo_file): Update
10779 create_debug_types_hash_table callers.
10780
1b076f25
SDJ
107812017-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
10782
10783 PR gdb/16188
10784 * fork-child.c (trace_start_error): Fix thinko. va_end should
10785 refer to 'ap', not 'args'.
10786
0db8980c
SDJ
107872017-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
10788 Pedro Alves <palves@redhat.com>
10789
10790 PR gdb/16188
10791 * darwin-nat.c (darwin_ptrace_me): Check if calls to system
10792 calls succeeded.
10793 * fork-child.c (trace_start_error): New function.
10794 (trace_start_error_with_name): Likewise.
10795 * gnu-nat.c (gnu_ptrace_me): Check if call to PTRACE succeeded.
10796 * inf-ptrace.c (inf_ptrace_me): Likewise.
10797 * inferior.h (trace_start_error): New prototype.
10798 (trace_start_error_with_name): Likewise.
10799
99e8a4f9
SDJ
108002017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
10801
10802 PR gdb/21164
10803 * psymtab.c (maintenance_print_psymbols): Verify if 'argv' is not
10804 NULL before using it.
10805 * symmisc.c (maintenance_print_symbols): Likewise.
10806 (maintenance_print_msymbols): Likewise.
10807
4e746bb6
TW
108082017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10809
10810 * NEWS: Add record Python bindings entry.
10811
108122017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10813
10814 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-record-btrace.o,
10815 py-record-full.o.
10816 (SUBDIR_PYTHON_SRCS): Add py-record-btrace.c, py-record-full.c.
10817 * python/py-record-btrace.c, python/py-record-btrace.h,
10818 python/py-record-full.c, python/py-record-full.h: New file.
10819 * python/py-record.c: Add include for py-record-btrace.h and
10820 py-record-full.h.
10821 (recpy_method, recpy_format, recpy_goto, recpy_replay_position,
10822 recpy_instruction_history, recpy_function_call_history, recpy_begin,
10823 recpy_end): Use functions from py-record-btrace.c and py-record-full.c.
10824 * python/python-internal.h (PyInt_FromSsize_t, PyInt_AsSsize_t):
10825 New definition.
10826 (gdbpy_initialize_btrace): New export.
10827 * python/python.c (_initialize_python): Add gdbpy_initialize_btrace.
10828
108292017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10830
10831 * Makefile.in (SUBDIR_PYTHON_OBS): Add python/py-record.o.
10832 (SUBDIR_PYTHON_SRCS): Add python/py-record.c.
10833 * python/py-record.c: New file.
10834 * python/python-internal.h (gdbpy_start_recording,
10835 gdbpy_current_recording, gdpy_stop_recording,
10836 gdbpy_initialize_record): New export.
10837 * python/python.c (_initialize_python): Add gdbpy_initialize_record.
10838 (python_GdbMethods): Add gdbpy_start_recording,
10839 gdbpy_current_recording and gdbpy_stop_recording.
10840
108412017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10842
10843 * record-btrace.c (record_btrace_record_method): New function.
10844 (init_record_btrace_ops): Initialize to_record_method.
10845 * record-full.c (record_full_record_method): New function.
10846 (init_record_full_ops, init_record_full_core_ops): Add
10847 record_full_record_method.
10848 * record.h (enum record_method): New enum.
10849 * target-debug.h (target_debug_print_enum_record_method: New define.
10850 * target-delegates.c: Regenerate.
10851 * target.c (target_record_method): New function.
10852 * target.h: Include record.h.
10853 (struct target_ops) <to_record_method>: New field.
10854 (target_record_method): New export.
10855
108562017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10857
10858 * record.h (record_start, record_stop): New export.
10859 * record.c (record_start, record_stop): New function.
10860
108612017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10862
10863 * btrace.c (btrace_fetch): Copy function call segments pointer
10864 into a vector.
10865 (btrace_clear): Clear the vector.
10866 (btrace_find_insn_by_number): Use binary search to find the correct
10867 function call segment.
10868 * btrace.h (brace_fun_p): New typedef.
10869 (struct btrace_thread_info) <functions>: New field.
10870
108712017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10872
10873 * record-btrace.c (btrace_ui_out_decode_error): Move most of it ...
10874 * btrace.c (btrace_decode_error): ... here. New function.
10875 * btrace.h (btrace_decode_error): New export.
10876
108772017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10878
10879 * btrace.c (ftrace_call_num_insn, btrace_insn_get_error): New function.
10880 (ftrace_new_function, btrace_insn_number, btrace_insn_cmp,
10881 btrace_find_insn_by_number): Remove special case for gaps.
10882 * btrace.h (btrace_insn_get_error): New export.
10883 (btrace_insn_number, btrace_find_insn_by_number): Adjust comment.
10884 * record-btrace.c (btrace_insn_history): Print number for gaps.
10885 (record_btrace_info, record_btrace_goto): Handle gaps.
10886
3f77c769
TT
108872017-02-14 Tom Tromey <tom@tromey.com>
10888
10889 PR python/13598:
10890 * python/python.c (gdbpy_before_prompt_hook): Emit before_prompt
10891 event.
10892 * python/py-evts.c (gdbpy_initialize_py_events): Add
10893 before_prompt registry.
10894 * python/py-events.h (events_object) <before_prompt>: New field.
10895
4c2c7ac6
MM
108962017-02-14 Markus Metzger <markus.t.metzger@intel.com>
10897
10898 * btrace.c (ftrace_new_switch): Preserve up link and flags.
10899
5cf30ebf
LM
109002017-02-13 Luis Machado <lgustavo@codesourcery.com>
10901
10902 * symfile (_initialize_symfile): Add usage text to the load command's
10903 help text.
10904
26a06916
SM
109052017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10906
10907 * utils.c (defaulted_query): Don't query on secondary UIs.
10908
0b145e37
TT
109092017-02-10 Tom Tromey <tom@tromey.com>
10910
10911 * rust-lang.c (rust_get_disr_info): Remove unused variable.
10912
2d8365c4
TT
109132017-02-10 Tom Tromey <tom@tromey.com>
10914
10915 * python/py-value.c (valpy_richcompare_throw): Remove unnecessary
10916 "cleanup" local.
10917 * python/py-type.c (typy_legacy_template_argument): Remove
10918 unnecessary "cleanup" local.
10919
2bb8f231
TT
109202017-02-10 Tom Tromey <tom@tromey.com>
10921
10922 * python/python.c (do_start_initialization): New function, from
10923 _initialize_python.
10924 (_initialize_python): Call do_start_initialization.
10925 * python/py-linetable.c (ltpy_iternext): Use explicit returns, not
10926 goto.
10927
1bdfaf42
TT
109282017-02-10 Tom Tromey <tom@tromey.com>
10929
10930 * python/py-prettyprint.c (pretty_print_one_value): Use
10931 gdbpy_ref.
10932
88b6faea
TT
109332017-02-10 Tom Tromey <tom@tromey.com>
10934
10935 * python/py-cmd.c (cmdpy_destroyer): Use gdbpy_ref.
10936 * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Use
10937 gdbpy_ref.
10938 * python/py-type.c (field_new): Use gdbpy_ref.
10939 * python/py-symtab.c (symtab_and_line_to_sal_object): Use
10940 gdbpy_ref.
10941 * python/py-progspace.c (pspy_new): Use gdbpy_ref.
10942 (py_free_pspace): Likewise.
10943 (pspace_to_pspace_object): Likewise.
10944 * python/py-objfile.c (objfpy_new): Use gdbpy_ref.
10945 (py_free_objfile): Likewise.
10946 (objfile_to_objfile_object): Likewise.
10947 * python/py-inferior.c (delete_thread_object): Use
10948 gdbpy_ref.
10949 (infpy_read_memory): Likewise.
10950 (py_free_inferior): Likewise.
10951 * python/py-evtregistry.c (create_eventregistry_object): Use
10952 gdbpy_ref.
10953 * python/py-event.c (create_event_object): Use gdbpy_ref.
10954
7780f186
TT
109552017-02-10 Tom Tromey <tom@tromey.com>
10956
10957 * python/py-ref.h (gdbpy_ref_policy): Now a template.
10958 (gdbpy_ref): Now a template; allow subclasses of PyObject to be
10959 used.
10960 * python/py-arch.c, python/py-bpevent.c, python/py-breakpoint.c,
10961 python/py-cmd.c, python/py-continueevent.c, python/py-event.c,
10962 python/py-exitedevent.c, python/py-finishbreakpoint.c,
10963 python/py-framefilter.c, python/py-function.c,
10964 python/py-inferior.c, python/py-infevents.c,
10965 python/py-linetable.c, python/py-newobjfileevent.c,
10966 python/py-param.c, python/py-prettyprint.c, python/py-ref.h,
10967 python/py-signalevent.c, python/py-stopevent.c,
10968 python/py-symbol.c, python/py-threadevent.c, python/py-type.c,
10969 python/py-unwind.c, python/py-utils.c, python/py-value.c,
10970 python/py-varobj.c, python/py-xmethods.c, python/python.c,
10971 varobj.c: Change gdbpy_ref to gdbpy_ref<>.
10972
d4b0bb18
TT
109732017-02-10 Tom Tromey <tom@tromey.com>
10974
10975 * ui-out.h (ui_out_emit_type): New class.
10976 (ui_out_emit_tuple, ui_out_emit_list): New typedefs.
10977 * python/py-framefilter.c (py_print_single_arg): Use gdb::optional
10978 and ui_out_emit_tuple.
10979 (enumerate_locals): Likewise.
10980 (py_mi_print_variables, py_print_locals, py_print_args): Use
10981 ui_out_emit_list.
10982 (py_print_frame): Use gdb::optional, ui_out_emit_tuple,
10983 ui_out_emit_list.
10984 * common/gdb_optional.h: New file.
10985
f67f945c
MG
109862017-02-10 Martin Galvan <martingalvan@sourceware.org>
10987
10988 * MAINTAINERS (Write After Approval): Update my e-mail address.
10989
18da0c51
MG
109902017-02-10 Martin Galvan <martingalvan@sourceware.org>
10991
10992 PR gdb/21122
10993 * breakpoint.c (_initialize_breakpoint): Update the help description
10994 of the 'commands' command to indicate that it takes a list argument.
10995
62c14536
SM
109962017-02-09 Simon Marchi <simon.marchi@ericsson.com>
10997
10998 * interps.c (current_interp_set_logging): Remove "return".
10999
ff6fa247
GB
110002017-02-09 Gary Benson <gbenson@redhat.com>
11001
11002 * symtab.c (add_symtab_completions): Prevent NULL pointer
11003 dereference.
11004
a474bd8e
PA
110052017-02-08 Pedro Alves <palves@redhat.com>
11006
11007 * interps.c (interp::interp): Remove reference to quiet_p.
11008 (interp_set): Make static. Remove dead "Switching to" output
11009 code.
11010 (interp_quiet_p, interp_set_quiet): Delete.
11011 (interpreter_exec_cmd): Don't set the interpreter quiet.
11012 * interps.h (interp_quiet_p): Make static.
11013 (class interp) <quiet_p>: Remove field
11014
3d7b173c
JG
110152017-02-08 Jerome Guitton <guitton@adacore.com>
11016
604c4576
JG
11017 * cli/cli-decode.c (find_command_name_length): Make it extern.
11018 * cli/cli-decode.h (find_command_name_length): Declare.
11019 * cli/cli-script.c (command_name_equals, line_first_arg):
11020 New functions.
11021 (process_next_line): Use cli-decode to parse command names.
11022 (build_command_line): Make args a constant pointer.
11023
110242017-02-08 Jerome Guitton <guitton@adacore.com>
6dbb839a 11025
3d7b173c
JG
11026 * cli-decode.c (lookup_cmd_1, lookup_cmd_composition):
11027 Remove case-insensitive search.
11028
1291063d
JM
110292017-02-07 Jose E. Marchesi <jose.marchesi@oracle.com>
11030
11031 * sparc-tdep.c (sparc32_gdbarch_init): Do not place a + operator
11032 at the end of the line. Avoids an ARI warning.
11033
20b477a7
LM
110342017-02-06 Luis Machado <lgustavo@codesourcery.com>
11035
11036 * NEWS: Mention support for record/replay of Intel 64 rdrand and
11037 rdseed instructions.
11038 i386-tdep.c (i386_process_record): Handle Intel 64 rdrand and rseed.
11039
3f7b46f2
IR
110402017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
11041
11042 PR tdep/20936
11043 Provide and use sparc32 and sparc64 target description XML files.
11044 * features/sparc/sparc32-cp0.xml, features/sparc/sparc32-cpu.xml,
11045 features/sparc/sparc32-fpu.xml: New files for sparc 32-bit.
11046 * features/sparc/sparc64-cp0.xml, features/sparc/sparc64-cpu.xml,
11047 features/sparc/sparc64-fpu.xml: New files for sparc 64-bit.
11048 * features/sparc/sparc32-solaris.xml: New file.
11049 * features/sparc/sparc64-solaris.xml: New file.
11050 * features/sparc/sparc32-solaris.c: Generated.
11051 * features/sparc/sparc64-solaris.c: Generated.
11052 * sparc-tdep.h: Account for differences in target descriptions.
11053 * sparc-tdep.c (sparc32_register_name): Use target provided registers.
11054 (sparc32_register_type): Use target provided registers.
11055 (validate_tdesc_registers): New function.
11056 (sparc32_gdbarch_init): Use tdesc_has_registers.
11057 Set pseudoregister functions.
11058 * sparc64-tdep.c (sparc64_register_name): Use target provided registers.
11059 (sparc64_register_type): Use target provided registers.
11060 (sparc64_init_abi): Set pseudoregister functions.
11061
f0fd41c1
TT
110622017-02-03 Tom Tromey <tom@tromey.com>
11063
11064 PR rust/21097:
11065 * rust-lang.c (rust_print_type) <TYPE_CODE_UNION>: Handle enums
11066 with a single member.
11067
d6f9b0fb
PA
110682017-02-03 Pedro Alves <palves@redhat.com>
11069
11070 * cli/cli-interp.c (cli_interp_base::cli_interp_base)
11071 (cli_interp_base::~cli_interp_base): New.
11072 (cli_interp): New struct.
11073 (as_cli_interp): Cast the interp itself to cli_interp.
11074 (cli_interpreter_pre_command_loop): Rename to ...
11075 (cli_interp_base::pre_command_loop): ... this. Remove 'self'
11076 parameter.
11077 (cli_interpreter_init): Rename to ...
11078 (cli_interp::init): ... this. Remove 'self' parameter. Use
11079 boolean. Make extern.
11080 (cli_interpreter_resume): Rename to ...
11081 (cli_interp::resume): ... this. Remove 'data' parameter. Make
11082 extern.
11083 (cli_interpreter_suspend): Rename to ...
11084 (cli_interp::suspend): ... this. Remove 'data' parameter. Make
11085 extern.
11086 (cli_interpreter_exec): Rename to ...
11087 (cli_interp::exec): ... this. Remove 'data' parameter. Make
11088 extern.
11089 (cli_interpreter_supports_command_editing): Rename to ...
11090 (cli_interp_base::supports_command_editing): ... this. Remove
11091 'interp' parameter. Make extern.
11092 (cli_ui_out): Rename to ...
11093 (cli_interp::interp_ui_out): ... this. Remove 'interp' parameter.
11094 Make extern.
11095 (cli_set_logging): Rename to ...
11096 (cli_interp_base::set_logging): ... this. Remove 'interp'
11097 parameter. Make extern.
11098 (cli_interp_procs): Delete.
11099 (cli_interp_factory): Adjust to use "new".
11100 * cli/cli-interp.h: Include "interps.h".
11101 (struct cli_interp_base): New struct.
11102 * interps.c (struct interp): Delete. Fields moved to interps.h.
11103 (interp_new): Delete.
11104 (interp::interp, interp::~interp): New.
11105 (interp_set): Use bool, and return void. Assume the interpreter
11106 has suspend, init and resume methods, and that the all return
11107 void.
11108 (set_top_level_interpreter): interp_set returns void.
11109 (interp_ui_out): Adapt.
11110 (current_interp_set_logging): Adapt.
11111 (interp_data): Delete.
11112 (interp_pre_command_loop, interp_supports_command_editing): Adapt.
11113 (interp_exec): Adapt.
11114 (top_level_interpreter_data): Delete.
11115 * interps.h (interp_init_ftype, interp_resume_ftype)
11116 (interp_suspend_ftype, interp_exec_ftype)
11117 (interp_pre_command_loop_ftype, interp_ui_out_ftype): Delete.
11118 (class interp): New.
11119 (interp_new): Delete.
11120 (interp_set): Now returns void. Use bool.
11121 (interp_data, top_level_interpreter_data): Delete.
11122 * mi/mi-common.h: Include interps.h.
11123 (class mi_interp): Inherit from interp. Define a ctor. Declare
11124 init, resume, suspect, exec, interp_ui_out, set_logging and
11125 pre_command_loop methods.
11126 * mi/mi-interp.c (as_mi_interp): Cast the interp itself.
11127 (mi_interpreter_init): Rename to ...
11128 (mi_interp::init): ... this. Remove the 'interp' parameter, use
11129 bool, return void and make extern. Adjust.
11130 (mi_interpreter_resume): ... Rename to ...
11131 (mi_interp::resume): ... this. Remove the 'data' parameter,
11132 return void and make extern. Adjust.
11133 (mi_interpreter_suspend): ... Rename to ...
11134 (mi_interp::suspend): ... this. Remove the 'data' parameter,
11135 return void and make extern. Adjust.
11136 (mi_interpreter_exec): ... Rename to ...
11137 (mi_interp::exec): ... this. Remove the 'data' parameter and make
11138 extern. Adjust.
11139 (mi_interpreter_pre_command_loop): ... Rename to ...
11140 (mi_interp::pre_command_loop): ... this. Remove the 'self'
11141 parameter and make extern.
11142 (mi_on_normal_stop_1): Adjust.
11143 (mi_ui_out): Rename to ...
11144 (mi_interp::interp_ui_out): ... this. Remove the 'interp'
11145 parameter and make extern. Adjust.
11146 (mi_set_logging): Rename to ...
11147 (mi_interp::set_logging): ... this. Remove the 'interp'
11148 parameter and make extern. Adjust.
11149 (mi_interp_procs): Delete.
11150 (mi_interp_factory): Adjust to use 'new'.
11151 * mi/mi-main.c (mi_cmd_gdb_exit, captured_mi_execute_command)
11152 (mi_print_exception, mi_execute_command, mi_load_progress):
11153 Adjust.
11154 * tui/tui-interp.c (tui_interp): New class.
11155 (as_tui_interp): Return a tui_interp pointer.
11156 (tui_on_normal_stop, tui_on_signal_received)
11157 (tui_on_end_stepping_range, tui_on_signal_exited, tui_on_exited)
11158 (tui_on_no_history, tui_on_user_selected_context_changed): Adjust
11159 to use interp::interp_ui_out.
11160 (tui_init): Rename to ...
11161 (tui_interp::init): ... this. Remove the 'self' parameter, use
11162 bool, return void and make extern. Adjust.
11163 (tui_resume): Rename to ...
11164 (tui_interp::resume): ... this. Remove the 'data' parameter,
11165 return void and make extern. Adjust.
11166 (tui_suspend): Rename to ...
11167 (tui_interp::suspend): ... this. Remove the 'data' parameter,
11168 return void and make extern. Adjust.
11169 (tui_ui_out): Rename to ...
11170 (tui_interp::interp_ui_out): ... this. Remove the 'self'
11171 parameter, and make extern. Adjust.
11172 (tui_exec): Rename to ...
11173 (tui_interp::exec): ... this. Remove the 'data' parameter and
11174 make extern.
11175 (tui_interp_procs): Delete.
11176 (tui_interp_factory): Use "new".
11177
65c40c95
TT
111782017-02-02 Tom Tromey <tom@tromey.com>
11179
11180 * rust-exp.y (ends_raw_string, space_then_number)
11181 (rust_identifier_start_p): Return bool.
11182 * rust-lang.c (rust_tuple_type_p, rust_underscore_fields)
11183 (rust_tuple_struct_type_p, rust_tuple_variant_type_p)
11184 (rust_slice_type_p, rust_range_type_p, rust_u8_type_p)
11185 (rust_chartype_p): Return bool.
11186 (val_print_struct, rust_print_struct_def, rust_print_type):
11187 Update.
11188 * rust-lang.h (rust_tuple_type_p, rust_tuple_struct_type_p):
11189 Return bool.
11190
b50f188d
TT
111912017-02-02 Tom Tromey <tom@tromey.com>
11192
11193 * rust-lang.c: Reindent.
11194
03c85b11
TT
111952017-02-02 Tom Tromey <tom@tromey.com>
11196
11197 * rust-lang.h (rust_crate_for_block): Update.
11198 * rust-lang.c (rust_crate_for_block): Return std::string.
11199 (rust_get_disr_info): Use std:;string, not
11200 gdb::unique_xmalloc_ptr.
11201 * rust-exp.y (crate_name): Update.
11202
9b6da501
PA
112032017-02-02 Pedro Alves <palves@redhat.com>
11204
11205 * disasm-selftests.c (print_one_insn_test): Move the "verbose"
11206 field out of gdb_disassembler_test and make it static.
11207
ec4cb20b
PA
112082017-02-02 Pedro Alves <palves@redhat.com>
11209
11210 * mi/mi-common.h (struct mi_interp): Delete the mi2_interp,
11211 mi1_interp and mi_interp fields.
11212
5be5dbf0
PA
112132017-02-02 Pedro Alves <palves@redhat.com>
11214
616268b6
PA
11215 * cli/cli-interp.c (struct saved_output_files, saved_output):
11216 Moved from cli/cli-logging.c.
11217 (cli_set_logging): New function.
11218 (cli_interp_procs): Install cli_set_logging.
11219 * cli/cli-interp.h (make_logging_output, cli_set_logging):
11220 Declare.
11221 * cli/cli-logging.c (struct saved_output_files, saved_output):
11222 Moved to cli/cli-interp.c.
11223 (pop_output_files): Don't save outputs here.
11224 (make_logging_output): New function.
11225 (handle_redirections): Don't build tee nor save previous outputs
11226 here.
11227 * interps.c (current_interp_set_logging): Change prototype.
11228 Assume there's always a set_logging_proc method installed.
11229 * interps.h (interp_set_logging_ftype): Change prototype.
11230 (current_interp_set_logging): Change prototype and adjust comment.
11231 * mi/mi-interp.c (mi_set_logging): Change protototype. Adjust to
11232 use make_logging_output.
11233 * tui/tui-interp.c (tui_interp_procs): Install cli_set_logging.
112342017-02-02 Pedro Alves <palves@redhat.com>
11235
5be5dbf0
PA
11236 * cli/cli-logging.c (maybe_warn_already_logging): New factored out
11237 from ...
11238 (set_logging_overwrite): ... here.
11239 (logging_no_redirect_file): Delete.
11240 (set_logging_redirect): Don't handle redirection on the fly.
11241 Instead warn that "logging off" / "logging on" is necessary.
11242 (pop_output_files): Delete references to logging_no_redirect_file.
11243 (show_logging_command): Always speak in terms of what will happen
11244 once logging is reenabled.
11245
c99cc448
PA
112462017-02-02 Pedro Alves <palves@redhat.com>
11247
11248 * disasm.h (gdb_pretty_print_disassembler): Tweak intro comment.
11249
8b172ce7
PA
112502017-02-02 Pedro Alves <palves@redhat.com>
11251
11252 * disasm.c (gdb_pretty_print_insn): Rename to ...
11253 (gdb_pretty_print_disassembler::pretty_print_insn): ... this.
11254 Remove gdbarch parameter. Adapt to clear the object's buffers
11255 instead of allocating new buffers, and to print using the object's
11256 gdb_disassembler instead of calling gdb_print_insn.
11257 (dump_insns): Use gdb_pretty_print_disassembler.
11258 * disasm.h (gdb_pretty_print_insn): Delete declaration.
11259 (gdb_pretty_print_disassembler): New class.
11260 * record-btrace.c (btrace_insn_history): Use
11261 gdb_pretty_print_disassembler.
11262
d7e74731
PA
112632017-02-02 Pedro Alves <palves@redhat.com>
11264
11265 * ada-lang.c (type_as_string): Use string_file.
11266 * ada-valprint.c (ada_print_floating): Use string_file.
11267 * ada-varobj.c (ada_varobj_scalar_image)
11268 (ada_varobj_get_value_image): Use string_file.
11269 * aix-thread.c (aix_thread_extra_thread_info): Use string_file.
11270 * arm-tdep.c (_initialize_arm_tdep): Use string_printf.
11271 * breakpoint.c (update_inserted_breakpoint_locations)
11272 (insert_breakpoint_locations, reattach_breakpoints)
11273 (print_breakpoint_location, print_one_detail_ranged_breakpoint)
11274 (print_it_watchpoint): Use string_file.
11275 (save_breakpoints): Use stdio_file.
11276 * c-exp.y (oper): Use string_file.
11277 * cli/cli-logging.c (set_logging_redirect): Use ui_file_up and
11278 tee_file.
11279 (pop_output_files): Use delete.
11280 (handle_redirections): Use stdio_file and tee_file.
11281 * cli/cli-setshow.c (do_show_command): Use string_file.
11282 * compile/compile-c-support.c (c_compute_program): Use
11283 string_file.
11284 * compile/compile-c-symbols.c (generate_vla_size): Take a
11285 'string_file &' instead of a 'ui_file *'.
11286 (generate_c_for_for_one_variable): Take a 'string_file &' instead
11287 of a 'ui_file *'. Use string_file.
11288 (generate_c_for_variable_locations): Take a 'string_file &'
11289 instead of a 'ui_file *'.
11290 * compile/compile-internal.h (generate_c_for_for_one_variable):
11291 Take a 'string_file &' instead of a 'ui_file *'.
11292 * compile/compile-loc2c.c (push, pushf, unary, binary)
11293 (print_label, pushf_register_address, pushf_register)
11294 (do_compile_dwarf_expr_to_c): Take a 'string_file &' instead of a
11295 'ui_file *'. Adjust.
11296 * compile/compile.c (compile_to_object): Use string_file.
11297 * compile/compile.h (compile_dwarf_expr_to_c)
11298 (compile_dwarf_bounds_to_c): Take a 'string_file &' instead of a
11299 'ui_file *'.
11300 * cp-support.c (inspect_type): Use string_file and obstack_copy0.
11301 (replace_typedefs_qualified_name): Use string_file and
11302 obstack_copy0.
11303 * disasm.c (gdb_pretty_print_insn): Use string_file.
11304 (gdb_disassembly): Adjust reference the null_stream global.
11305 (do_ui_file_delete): Delete.
11306 (gdb_insn_length): Use null_stream.
11307 * dummy-frame.c (maintenance_print_dummy_frames): Use stdio_file.
11308 * dwarf2loc.c (dwarf2_compile_property_to_c)
11309 (locexpr_generate_c_location, loclist_generate_c_location): Take a
11310 'string_file &' instead of a 'ui_file *'.
11311 * dwarf2loc.h (dwarf2_compile_property_to_c): Likewise.
11312 * dwarf2read.c (do_ui_file_peek_last): Delete.
11313 (dwarf2_compute_name): Use string_file.
11314 * event-top.c (gdb_setup_readline): Use stdio_file.
11315 * gdbarch.sh (verify_gdbarch): Use string_file.
11316 * gdbtypes.c (safe_parse_type): Use null_stream.
11317 * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Use
11318 string_file.
11319 * guile/scm-disasm.c (gdbscm_print_insn_from_port): Take a
11320 'string_file *' instead of a 'ui_file *'.
11321 (gdbscm_arch_disassemble): Use string_file.
11322 * guile/scm-frame.c (frscm_print_frame_smob): Use string_file.
11323 * guile/scm-ports.c (class ioscm_file_port): Now a class that
11324 inherits from ui_file.
11325 (ioscm_file_port_delete, ioscm_file_port_rewind)
11326 (ioscm_file_port_put): Delete.
11327 (ioscm_file_port_write): Rename to ...
11328 (ioscm_file_port::write): ... this. Remove file_port_magic
11329 checks.
11330 (ioscm_file_port_new): Delete.
11331 (ioscm_with_output_to_port_worker): Use ioscm_file_port and
11332 ui_file_up.
11333 * guile/scm-type.c (tyscm_type_name): Use string_file.
11334 * guile/scm-value.c (vlscm_print_value_smob, gdbscm_value_print):
11335 Use string_file.
11336 * infcmd.c (print_return_value_1): Use string_file.
11337 * infrun.c (print_target_wait_results): Use string_file.
11338 * language.c (add_language): Use string_file.
11339 * location.c (explicit_to_string_internal): Use string_file.
11340 * main.c (captured_main_1): Use null_file.
11341 * maint.c (maintenance_print_architecture): Use stdio_file.
11342 * mi/mi-cmd-stack.c (list_arg_or_local): Use string_file.
11343 * mi/mi-common.h (struct mi_interp) <out, err, log, targ,
11344 event_channel>: Change type to mi_console_file pointer.
11345 * mi/mi-console.c (mi_console_file_fputs, mi_console_file_flush)
11346 (mi_console_file_delete): Delete.
11347 (struct mi_console_file): Delete.
11348 (mi_console_file_magic): Delete.
11349 (mi_console_file_new): Delete.
11350 (mi_console_file::mi_console_file): New.
11351 (mi_console_file_delete): Delete.
11352 (mi_console_file_fputs): Delete.
11353 (mi_console_file::write): New.
11354 (mi_console_raw_packet): Delete.
11355 (mi_console_file::flush): New.
11356 (mi_console_file_flush): Delete.
11357 (mi_console_set_raw): Rename to ...
11358 (mi_console_file::set_raw): ... this.
11359 * mi/mi-console.h (class mi_console_file): New class.
11360 (mi_console_file_new, mi_console_set_raw): Delete.
11361 * mi/mi-interp.c (mi_interpreter_init): Use mi_console_file.
11362 (mi_set_logging): Use delete and tee_file. Adjust.
11363 * mi/mi-main.c (output_register): Use string_file.
11364 (mi_cmd_data_evaluate_expression): Use string_file.
11365 (mi_cmd_data_read_memory): Use string_file.
11366 (mi_cmd_execute, print_variable_or_computed): Use string_file.
11367 * mi/mi-out.c (mi_ui_out::main_stream): New.
11368 (mi_ui_out::rewind): Use main_stream and
11369 string_file.
11370 (mi_ui_out::put): Use main_stream and string_file.
11371 (mi_ui_out::mi_ui_out): Remove 'stream' parameter.
11372 Allocate a 'string_file' instead.
11373 (mi_out_new): Don't allocate a mem_fileopen stream here.
11374 * mi/mi-out.h (mi_ui_out::mi_ui_out): Remove 'stream' parameter.
11375 (mi_ui_out::main_stream): Declare method.
11376 * printcmd.c (eval_command): Use string_file.
11377 * psymtab.c (maintenance_print_psymbols): Use stdio_file.
11378 * python/py-arch.c (archpy_disassemble): Use string_file.
11379 * python/py-breakpoint.c (bppy_get_commands): Use string_file.
11380 * python/py-frame.c (frapy_str): Use string_file.
11381 * python/py-framefilter.c (py_print_type, py_print_single_arg):
11382 Use string_file.
11383 * python/py-type.c (typy_str): Use string_file.
11384 * python/py-unwind.c (unwind_infopy_str): Use string_file.
11385 * python/py-value.c (valpy_str): Use string_file.
11386 * record-btrace.c (btrace_insn_history): Use string_file.
11387 * regcache.c (regcache_print): Use stdio_file.
11388 * reggroups.c (maintenance_print_reggroups): Use stdio_file.
11389 * remote.c (escape_buffer): Use string_file.
11390 * rust-lang.c (rust_get_disr_info): Use string_file.
11391 * serial.c (serial_open_ops_1): Use stdio_file.
11392 (do_serial_close): Use delete.
11393 * stack.c (print_frame_arg): Use string_file.
11394 (print_frame_args): Remove local mem_fileopen stream, not used.
11395 (print_frame): Use string_file.
11396 * symmisc.c (maintenance_print_symbols): Use stdio_file.
11397 * symtab.h (struct symbol_computed_ops) <generate_c_location>:
11398 Take a 'string_file *' instead of a 'ui_file *'.
11399 * top.c (new_ui): Use stdio_file and stderr_file.
11400 (free_ui): Use delete.
11401 (execute_command_to_string): Use string_file.
11402 (quit_confirm): Use string_file.
11403 * tracepoint.c (collection_list::append_exp): Use string_file.
11404 * tui/tui-disasm.c (tui_disassemble): Use string_file.
11405 * tui/tui-file.c: Don't include "ui-file.h".
11406 (enum streamtype, struct tui_stream): Delete.
11407 (tui_file_new, tui_file_delete, tui_fileopen, tui_sfileopen)
11408 (tui_file_isatty, tui_file_rewind, tui_file_put): Delete.
11409 (tui_file::tui_file): New method.
11410 (tui_file_fputs): Delete.
11411 (tui_file_get_strbuf): Delete.
11412 (tui_file::puts): New method.
11413 (tui_file_adjust_strbuf): Delete.
11414 (tui_file_flush): Delete.
11415 (tui_file::flush): New method.
11416 * tui/tui-file.h: Tweak intro comment.
11417 Include ui-file.h.
11418 (tui_fileopen, tui_sfileopen, tui_file_get_strbuf)
11419 (tui_file_adjust_strbuf): Delete declarations.
11420 (class tui_file): New class.
11421 * tui/tui-io.c (tui_initialize_io): Use tui_file.
11422 * tui/tui-regs.c (tui_restore_gdbout): Use delete.
11423 (tui_register_format): Use string_stream.
11424 * tui/tui-stack.c (tui_make_status_line): Use string_file.
11425 (tui_get_function_from_frame): Use string_file.
11426 * typeprint.c (type_to_string): Use string_file.
11427 * ui-file.c (struct ui_file, ui_file_magic, ui_file_new): Delete.
11428 (null_stream): New global.
11429 (ui_file_delete): Delete.
11430 (ui_file::ui_file): New.
11431 (null_file_isatty): Delete.
11432 (ui_file::~ui_file): New.
11433 (null_file_rewind): Delete.
11434 (ui_file::printf): New.
11435 (null_file_put): Delete.
11436 (null_file_flush): Delete.
11437 (ui_file::putstr): New.
11438 (null_file_write): Delete.
11439 (ui_file::putstrn): New.
11440 (null_file_read): Delete.
11441 (ui_file::putc): New.
11442 (null_file_fputs): Delete.
11443 (null_file_write_async_safe): Delete.
11444 (ui_file::vprintf): New.
11445 (null_file_delete): Delete.
11446 (null_file::write): New.
11447 (null_file_fseek): Delete.
11448 (null_file::puts): New.
11449 (ui_file_data): Delete.
11450 (null_file::write_async_safe): New.
11451 (gdb_flush, ui_file_isatty): Adjust.
11452 (ui_file_put, ui_file_rewind): Delete.
11453 (ui_file_write): Adjust.
11454 (ui_file_write_for_put): Delete.
11455 (ui_file_write_async_safe, ui_file_read): Adjust.
11456 (ui_file_fseek): Delete.
11457 (fputs_unfiltered): Adjust.
11458 (set_ui_file_flush, set_ui_file_isatty, set_ui_file_rewind)
11459 (set_ui_file_put, set_ui_file_write, set_ui_file_write_async_safe)
11460 (set_ui_file_read, set_ui_file_fputs, set_ui_file_fseek)
11461 (set_ui_file_data): Delete.
11462 (string_file::~string_file, string_file::write)
11463 (struct accumulated_ui_file, do_ui_file_xstrdup, ui_file_xstrdup)
11464 (do_ui_file_as_string, ui_file_as_string): Delete.
11465 (do_ui_file_obsavestring, ui_file_obsavestring): Delete.
11466 (struct mem_file): Delete.
11467 (mem_file_new): Delete.
11468 (stdio_file::stdio_file): New.
11469 (mem_file_delete): Delete.
11470 (stdio_file::stdio_file): New.
11471 (mem_fileopen): Delete.
11472 (stdio_file::~stdio_file): New.
11473 (mem_file_rewind): Delete.
11474 (stdio_file::set_stream): New.
11475 (mem_file_put): Delete.
11476 (stdio_file::open): New.
11477 (mem_file_write): Delete.
11478 (stdio_file_magic, struct stdio_file): Delete.
11479 (stdio_file_new, stdio_file_delete, stdio_file_flush): Delete.
11480 (stdio_file::flush): New.
11481 (stdio_file_read): Rename to ...
11482 (stdio_file::read): ... this. Adjust.
11483 (stdio_file_write): Rename to ...
11484 (stdio_file::write): ... this. Adjust.
11485 (stdio_file_write_async_safe): Rename to ...
11486 (stdio_file::write_async_safe) ... this. Adjust.
11487 (stdio_file_fputs): Rename to ...
11488 (stdio_file::puts) ... this. Adjust.
11489 (stdio_file_isatty): Delete.
11490 (stdio_file_fseek): Delete.
11491 (stdio_file::isatty): New.
11492 (stderr_file_write): Rename to ...
11493 (stderr_file::write) ... this. Adjust.
11494 (stderr_file_fputs): Rename to ...
11495 (stderr_file::puts) ... this. Adjust.
11496 (stderr_fileopen, stdio_fileopen, gdb_fopen): Delete.
11497 (stderr_file::stderr_file): New.
11498 (tee_file_magic): Delete.
11499 (struct tee_file): Delete.
11500 (tee_file::tee_file): New.
11501 (tee_file_new): Delete.
11502 (tee_file::~tee_file): New.
11503 (tee_file_delete): Delete.
11504 (tee_file_flush): Rename to ...
11505 (tee_file::flush): ... this. Adjust.
11506 (tee_file_write): Rename to ...
11507 (tee_file::write): ... this. Adjust.
11508 (tee_file::write_async_safe): New.
11509 (tee_file_fputs): Rename to ...
11510 (tee_file::puts): ... this. Adjust.
11511 (tee_file_isatty): Rename to ...
11512 (tee_file::isatty): ... this. Adjust.
11513 * ui-file.h (struct obstack, struct ui_file): Don't
11514 forward-declare.
11515 (ui_file_new, ui_file_flush_ftype, set_ui_file_flush)
11516 (ui_file_write_ftype)
11517 (set_ui_file_write, ui_file_fputs_ftype, set_ui_file_fputs)
11518 (ui_file_write_async_safe_ftype, set_ui_file_write_async_safe)
11519 (ui_file_read_ftype, set_ui_file_read, ui_file_isatty_ftype)
11520 (set_ui_file_isatty, ui_file_rewind_ftype, set_ui_file_rewind)
11521 (ui_file_put_method_ftype, ui_file_put_ftype, set_ui_file_put)
11522 (ui_file_delete_ftype, set_ui_file_data, ui_file_fseek_ftype)
11523 (set_ui_file_fseek): Delete.
11524 (ui_file_data, ui_file_delete, ui_file_rewind)
11525 (struct ui_file): New.
11526 (ui_file_up): New.
11527 (class null_file): New.
11528 (null_stream): Declare.
11529 (ui_file_write_for_put, ui_file_put): Delete.
11530 (ui_file_xstrdup, ui_file_as_string, ui_file_obsavestring):
11531 Delete.
11532 (ui_file_fseek, mem_fileopen, stdio_fileopen, stderr_fileopen)
11533 (gdb_fopen, tee_file_new): Delete.
11534 (struct string_file): New.
11535 (struct stdio_file): New.
11536 (stdio_file_up): New.
11537 (struct stderr_file): New.
11538 (class tee_file): New.
11539 * ui-out.c (ui_out::field_stream): Take a 'string_file &' instead
11540 of a 'ui_file *'. Adjust.
11541 * ui-out.h (class ui_out) <field_stream>: Likewise.
11542 * utils.c (do_ui_file_delete, make_cleanup_ui_file_delete)
11543 (null_stream): Delete.
11544 (error_stream): Take a 'string_file &' instead of a 'ui_file *'.
11545 Adjust.
11546 * utils.h (struct ui_file): Delete forward declaration..
11547 (make_cleanup_ui_file_delete, null_stream): Delete declarations.
11548 (error_stream): Take a 'string_file &' instead of a
11549 'ui_file *'.
11550 * varobj.c (varobj_value_get_print_value): Use string_file.
11551 * xtensa-tdep.c (xtensa_verify_config): Use string_file.
11552 * gdbarch.c: Regenerate.
11553
187808b0
PA
115542017-02-02 Pedro Alves <palves@redhat.com>
11555
11556 * disasm.c (gdb_disassembler::pretty_print_insn): Rename to...
11557 (gdb_pretty_print_insn): ... this. Now a free function. Add back
11558 a 'gdbarch' parameter. Allocate a mem_fileopen stream here.
11559 Adjust to call gdb_print_insn instead of
11560 gdb_disassembler::print_insn.
11561 (dump_insns, do_mixed_source_and_assembly_deprecated)
11562 (do_mixed_source_and_assembly, do_assembly_only): Add back a
11563 'gdbarch' parameter. Remove gdb_disassembler parameter.
11564 (gdb_disassembly): Don't allocate a gdb_disassembler here.
11565 * disasm.h (gdb_disassembler::pretty_print_insn): Delete
11566 declaration.
11567 (gdb_pretty_print_insn): Re-add declaration.
11568 * record-btrace.c (btrace_insn_history): Don't allocate a
11569 gdb_disassembler here. Adjust to call gdb_pretty_print_insn.
11570
7a8eb317
SM
115712017-02-01 Simon Marchi <simon.marchi@polymtl.ca>
11572
11573 * disasm.h (gdb_disassembly): Remove file_string parameter.
11574 * disasm.c (gdb_disassembly): Likewise.
11575 * cli/cli-cmds.c (print_disassembly): Adapt.
11576 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
11577 * stack.c (do_gdb_disassembly): Likewise.
11578
7346ef59
AA
115792017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11580
11581 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): For
11582 DWARF_VALUE_LITERAL, no longer ignore the offset on big-endian
11583 targets. And if the implicit value is longer than needed, extract
11584 the first bytes instead of the "least significant" ones.
11585
cd4007e4
MM
115862017-02-01 Markus Metzger <markus.t.metzger@intel.com>
11587
11588 * btrace.c (btrace_enable): Do not call btrace_add_pc for
11589 BTRACE_FORMAT_PT or if can_access_registers_ptid returns false.
11590 (btrace_fetch): Assert can_access_registers_ptid.
11591 * record-btrace.c (require_btrace_thread, record_btrace_info): Call
11592 validate_registers_access.
11593
cf77c34e
MM
115942017-02-01 Markus Metzger <markus.t.metzger@intel.com>
11595
11596 * gdbthread.h (can_access_registers_ptid): New.
11597 * thread.c (can_access_registers_ptid): New.
11598
be85ce7d
PA
115992017-02-01 Pedro Alves <palves@redhat.com>
11600
11601 * i386-tdep.c (i386_fast_tracepoint_valid_at): Use gdb_insn_length.
11602
29b0b251
PA
116032017-01-31 Pedro Alves <palves@redhat.com>
11604
11605 * mi/mi-interp.c (mi_breakpoint_created, mi_breakpoint_modified):
11606 Fix typos.
11607
289b5b24
PA
116082017-01-31 Pedro Alves <palves@redhat.com>
11609
11610 * stack.c (print_frame_args): Remove local mem_fileopen stream,
11611 not used.
11612
b47413b4
PA
116132017-01-31 Pedro Alves <palves@redhat.com>
11614
11615 * varobj.c (varobj_value_get_print_value): Remove xstrdup call.
11616
60adb36c
PA
116172017-01-31 Pedro Alves <palves@redhat.com>
11618
11619 * common/scoped_restore.h
11620 (scoped_restore_tmpl::scoped_restore_tmpl): Template on T2, and
11621 change the value's parameter type to T2.
11622 (make_scoped_restore): Likewise.
11623
2735833d
WT
116242017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
11625 Richard Henderson <rth@redhat.com>
11626
11627 * amd64-linux-nat.c (PTRACE_ARCH_PRCTL): New define.
11628 (amd64_linux_fetch_inferior_registers): Add case to fetch FS_BASE
11629 GS_BASE for older kernels.
11630 (amd64_linux_store_inferior_registers): Add case to store FS_BASE
11631 GS_BASE for older kernels.
11632 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Add FS_BASE
11633 and GS_BASE to the offset table.
11634 (amd64_linux_register_reggroup_p): Add FS_BASE and GS_BASE to the
11635 system register group.
11636 * amd64-nat.c (amd64_native_gregset_reg_offset): Implements case
11637 for older kernels.
11638 * amd64-tdep.c (amd64_init_abi): Add segment registers for the
11639 amd64 ABI.
11640 * amd64-tdep.h (amd64_regnum): Add AMD64_FSBASE_REGNUM and
11641 AMD64_GSBASE_REGNUM.
11642 (AMD64_NUM_REGS): Set to AMD64_GSBASE_REGNUM + 1.
11643 * features/Makefile (amd64-linux.dat, amd64-avx-linux.dat)
11644 (amd64-mpx-linux.dat, amd64-avx512-linux.dat, x32-linux.dat)
11645 (x32-avx-linux.dat, x32-avx512-linux.dat): Add
11646 i386/64bit-segments.xml in those rules.
11647 * features/i386/64bit-segments.xml: New file.
11648 * features/i386/amd64-avx-mpx-linux.xml: Add 64bit-segments.xml.
11649 * features/i386/amd64-avx-linux.xml: Add 64bit-segments.xml.
11650 * features/i386/amd64-avx512-linux.xml: Add 64bit-segments.xml.
11651 * features/i386/amd64-mpx-linux.xml: Add 64bit-segments.xml.
11652 * features/i386/x32-avx512-linux.xml: Add 64bit-segments.xml.
11653 * features/i386/x32-avx-linux.xml: Add 64bit-segments.xml.
11654 * features/i386/amd64-linux.xml: Add 64bit-segments.xml.
11655 * features/i386/amd64-avx-linux.c: Regenerated.
11656 * features/i386/amd64-avx-mpx-linux.c: Regenerated.
11657 * features/i386/amd64-avx-mpx.c: Regenerated.
11658 * features/i386/amd64-avx512-linux.c: Regenerated.
11659 * features/i386/amd64-linux.c: Regenerated.
11660 * features/i386/amd64-mpx-linux.c: Regenerated.
11661 * features/i386/i386-avx-mpx-linux.c: Regenerated.
11662 * features/i386/i386-avx-mpx.c: Regenerated.
11663 * features/i386/x32-avx-linux.c: Regenerated.
11664 * features/i386/x32-avx512-linux.c: Regenerated.
11665 * regformats/i386/amd64-avx-linux.dat: Regenerated.
11666 * regformats/i386/amd64-avx-mpx-linux.dat: Regenerated.
11667 * regformats/i386/amd64-avx512-linux.dat: Regenerated.
11668 * regformats/i386/amd64-linux.dat: Regenerated.
11669 * regformats/i386/amd64-mpx-linux.dat: Regenerated.
11670 * regformats/i386/x32-avx-linux.dat: Regenerated.
11671 * regformats/i386/x32-avx512-linux.dat: Regenerated.
11672 * regformats/i386/x32-linux.dat: Regenerated.
11673
8884e97e
WT
116742017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
11675
11676 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM):
11677 Set to AMD64_NUM_REGS.
11678
7005d26a
WT
116792017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
11680
11681 * amd64-nat.c (amd64_native_gregset_reg_offset): Simplify logic
11682 that checks validity of a register number.
11683
4bd2e1b2
KC
116842017-01-27 Kees Cook <keescook@google.com>
11685
11686 * gdb/arm-linux-nat.c (arm_linux_fetch_inferior_registers): Call
11687 fetch_fpregs if target has fpa registers.
11688 (arm_linux_store_inferior_registers): Call store_fpregs if target
11689 has fpa registers.
11690
7cf1de6c
AA
116912017-01-26 Andreas Arnez <arnez@linux.vnet.ibm.com>
11692
11693 * cris-tdep.c (cris_gdbarch_init): Remove check for
11694 info.byte_order and force it to BFD_ENDIAN_LITTLE.
11695
874a1c8c
AT
116962017-01-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11697
11698 * corelow.c (get_core_register_section): Check for regset
11699 existence before checking for REGSET_VARIABLE_SIZE.
11700
d8b49cf0
YQ
117012017-01-26 Yao Qi <yao.qi@linaro.org>
11702 Pedro Alves <palves@redhat.com>
11703
11704 PR gdb/20939
11705 * disasm.c (gdb_disassembler::dis_asm_memory_error): Don't
11706 call memory_error, save memaddr instead.
11707 (gdb_disassembler::print_insn): If gdbarch_print_insn returns
11708 negative, cal memory_error.
11709 * disasm.h (gdb_disassembler) <m_err_memaddr>: New field.
11710
658ca58c
YQ
117112017-01-26 Yao Qi <yao.qi@linaro.org>
11712
11713 * disasm-selftests.c (memory_error_test): New function.
11714 (_initialize_disasm_selftests): Register memory_error_test.
11715
79843d45
YQ
117162017-01-26 Yao Qi <yao.qi@linaro.org>
11717
11718 * Makefile.in (SFILES): Add disasm-selftests.c and
11719 selftest-arch.c.
11720 (COMMON_OBS): Add disasm-selftests.o and selftest-arch.o.
11721 * disasm-selftests.c: New file.
11722 * selftest-arch.c: New file.
11723 * selftest-arch.h: New file.
11724
8cafda32
YQ
117252017-01-26 Yao Qi <yao.qi@linaro.org>
11726
11727 * mep-tdep.c (mep_gdb_print_insn): Set info->arch
11728 to bfd_arch_mep. Don't return 0 if section is not
11729 found. Call print_insn_mep.
11730
e47ad6c0
YQ
117312017-01-26 Pedro Alves <palves@redhat.com>
11732 Yao Qi <yao.qi@linaro.org>
11733
11734 * arm-tdep.c: Include "disasm.h".
11735 (gdb_print_insn_arm): Update code to get gdbarch.
11736 * disasm.c (dis_asm_read_memory): Change it to
11737 gdb_disassembler::dis_asm_read_memory.
11738 (dis_asm_memory_error): Likewise.
11739 (dis_asm_print_address): Likewise.
11740 (gdb_pretty_print_insn): Change it to
11741 gdb_disassembler::pretty_print_insn.
11742 (dump_insns): Add one argument gdb_disassemlber. All
11743 callers updated.
11744 (do_mixed_source_and_assembly_deprecated): Likewise.
11745 (do_mixed_source_and_assembly): Likewise.
11746 (do_assembly_only): Likewise.
11747 (gdb_disassembler::gdb_disassembler): New.
11748 (gdb_disassembler::print_insn): New.
11749 * disasm.h (class gdb_disassembler): New.
11750 (gdb_pretty_print_insn): Remove declaration.
11751 (gdb_disassemble_info): Likewise.
11752 * guile/scm-disasm.c (class gdbscm_disassembler): New.
11753 (gdbscm_disasm_read_memory_worker): Update.
11754 (gdbscm_disasm_read_memory): Update.
11755 (gdbscm_disasm_memory_error): Remove.
11756 (gdbscm_disasm_print_address): Remove.
11757 (gdbscm_disassembler::gdbscm_disassembler): New.
11758 (gdbscm_print_insn_from_port): Update.
11759 * mips-tdep.c: Include disasm.h.
11760 (gdb_print_insn_mips): Update code to get gdbarch.
11761 * record-btrace.c (btrace_insn_history): Update.
11762 * spu-tdep.c: Include disasm.h.
11763 (struct spu_dis_asm_data): Remove.
11764 (struct spu_dis_asm_info): New.
11765 (spu_dis_asm_print_address): Use spu_dis_asm_info to get
11766 SPU id.
11767 (gdb_print_insn_spu): Cast disassemble_info to
11768 spu_dis_asm_info.
11769
80d75874
YQ
117702017-01-26 Yao Qi <yao.qi@linaro.org>
11771
11772 * disasm.c (do_ui_file_delete): Delete.
11773 (gdb_insn_length): Move code creating stream to ...
11774 * utils.c (null_stream): ... here. New function.
11775 * utils.h (null_stream): Declare.
11776
60685cd0
SM
117772017-01-23 Simon Marchi <simon.marchi@polymtl.ca>
11778
11779 * python/py-inferior.c (find_thread_object): Return directly
11780 from the loop. Remove "found" variable.
11781
eb1cdb62
JB
117822017-01-21 Joel Brobecker <brobecker@adacore.com>
11783
11784 GDB 7.12.1 released.
11785
b1ce6568
SM
117862017-01-20 Simon Marchi <simon.marchi@ericsson.com>
11787
11788 * python/py-function.c (fnpy_call): Reorder declarations to have
11789 the gdbpy_enter object declared first.
11790 * python/py-xmethods.c (gdbpy_get_xmethod_arg_types): Likewise.
11791
6f8b0407
SM
117922017-01-20 Simon Marchi <simon.marchi@ericsson.com>
11793
fec93fb1 11794 PR python/21068
6f8b0407
SM
11795 * python/python-internal.h (PyMem_RawMalloc): Define for
11796 Python < 3.4.
11797 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Use
11798 PyMem_RawMalloc instead of PyMem_Malloc.
11799
78cbbba8
LM
118002017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
11801 Luis Machado <lgustavo@codesourcery.com>
11802
11803 * NEWS (New commands): Mention flash-erase.
11804 (New MI commands): Mention target-flash-erase.
11805 * mi/mi-cmds.c (mi_cmd_target_flash_erase): Add target-flash-erase MI
11806 command.
11807 * mi/mi-cmds.h (mi_cmd_target_flash_erase): New declaration.
11808 * mi/mi-main.c (mi_cmd_target_flash_erase): New function.
11809 * target.c (flash_erase_command): New function.
11810 (initialize_targets): Add new flash-erase command.
11811 * target.h (flash_erase_command): New declaration.
11812
2132fe85
JB
118132017-01-20 Joel Brobecker <brobecker@adacore.com>
11814
11815 * nat/linux-ptrace.c: Only include <sys/procfs.h> if
11816 HAVE_SYS_PROCFS_H is defined.
11817
d1dff226
AH
118182017-01-18 Alan Hayward <alan.hayward@arm.com>
11819
11820 * remote.c (struct cached_reg): Change data into a pointer.
11821 * (stop_reply_dtr): Free data pointers before deleting vector.
11822 (process_stop_reply): Likewise.
11823 (remote_parse_stop_reply): Allocate space for data
11824
9890e433
AH
118252017-01-18 Alan Hayward <alan.hayward@arm.com>
11826
11827 * amd64-tdep.c (amd64_pseudo_register_read_value): remove
11828 MAX_REGISTER_SIZE.
11829 (amd64_pseudo_register_read_value): Likewise.
11830 * remote.c (fetch_register_using_p): Remove MAX_REGISTER_SIZE.
11831 (store_register_using_P): Likewise.
11832 * regcache.c (regcache_xfer_part): Likewise.
11833
7a36499a
IR
118342017-01-16 Ivo Raisr <ivo.raisr@oracle.com>
11835
11836 Split real and pseudo registers.
11837 * sparc-tdep.h (SPARC_CORE_REGISTERS): New macro.
11838 (sparc32_pseudo_regnum): New enum.
11839 * sparc64-tdep.h (sparc64_pseudo_regnum): New enum.
11840 * sparc-tdep.c (SPARC32_FPU_REGISTERS): New macro.
11841 (SPARC32_CP0_REGISTERS): New macro.
11842 (sparc32_pseudo_register_name): New function.
11843 (sparc32_register_name): Use sparc32_pseudo_register_name.
11844 (sparc32_pseudo_register_type): New function.
11845 (sparc32_register_type): Use sparc32_pseudo_register_type.
11846 (sparc32_pseudo_register_read, sparc32_pseudo_register_write): Handle
11847 pseudo register numbers.
11848 * sparc64-tdep.c SPARC64_FPU_REGISTERS): New macro.
11849 (SPARC64_CP0_REGISTERS): New macro.
11850 (sparc64_pseudo_register_name): New function.
11851 (sparc64_register_name): Use sparc64_pseudo_register_name.
11852 (sparc64_pseudo_register_type): New function.
11853 (sparc64_register_type): Use sparc64_pseudo_register_type.
11854 (sparc64_pseudo_register_read, sparc64_pseudo_register_write): Handle
11855 pseudo register numbers.
11856 (sparc64_store_floating_fields, sparc64_extract_floating_fields,
11857 sparc64_store_arguments): Handle pseudo register numbers.
11858
6f8976bf
YQ
118592017-01-13 Yao Qi <yao.qi@linaro.org>
11860
11861 * remote.c (REMOTE_DEBUG_MAX_CHAR): New macro.
11862 (putpkt_binary): Print only REMOTE_DEBUG_MAX_CHAR chars in debug
11863 output.
11864 (getpkt_or_notif_sane_1): Likewise.
11865
e4241ace
YQ
118662017-01-13 Yao Qi <yao.qi@linaro.org>
11867
11868 * Makefile.in (checker-headers): Use CXX and CXX_DIALET instead
11869 of CC. Pass "-x c++-header" instead of "-x c".
11870
3015c064
SM
118712017-01-12 Simon Marchi <simon.marchi@ericsson.com>
11872
11873 * remote.c (remote_can_async_p): Update comment.
11874
fde1b17d
SM
118752017-01-12 Simon Marchi <simon.marchi@ericsson.com>
11876
11877 * linux-nat.c (linux_nat_can_async_p): Update comment.
11878
ca1ca08b
SM
118792017-01-12 Simon Marchi <simon.marchi@ericsson.com>
11880
11881 * serial.c (serial_open): Forget about "pc" and "lpt" serial interface.
11882
4ad2da73
SM
118832017-01-11 Simon Marchi <simon.marchi@ericsson.com>
11884
11885 * cli/cli-decode.c (lookup_cmd_1): Fix typo in comment.
11886
c8b23b3f
TT
118872017-01-10 Tom Tromey <tom@tromey.com>
11888
11889 * python/py-type.c (typy_legacy_template_argument): Update.
11890 * cp-support.h (struct demangle_parse_info) (demangle_parse_info,
11891 ~demangle_parse_info): Declare new members.
11892 (cp_demangled_name_to_comp): Return unique_ptr.
11893 (cp_demangled_name_parse_free)
11894 (make_cleanup_cp_demangled_name_parse_free)
11895 (cp_new_demangle_parse_info): Remove.
11896 * cp-support.c (do_demangled_name_parse_free_cleanup)
11897 (make_cleanup_cp_demangled_name_parse_free): Remove.
11898 (inspect_type, cp_canonicalize_string_full)
11899 (cp_canonicalize_string): Update.
11900 (mangled_name_to_comp): Change return type.
11901 (cp_class_name_from_physname, method_name_from_physname)
11902 (cp_func_name, cp_remove_params): Update.
11903 * cp-name-parser.y (demangle_parse_info): New constructor, from
11904 cp_new_demangle_parse_info.
11905 (~demangle_parse_info): New destructor, from
11906 cp_demangled_name_parse_free.
11907 (cp_merge_demangle_parse_infos): Update.
11908 (cp_demangled_name_to_comp): Change return type.
11909
1ac32117
TT
119102017-01-10 Tom Tromey <tom@tromey.com>
11911
11912 * top.c (prevent_dont_repeat): Change return type.
11913 * python/python.c (execute_gdb_command): Use std::string.
11914 Update.
11915 * guile/guile.c (gdbscm_execute_gdb_command): Update.
11916 * command.h (prevent_dont_repeat): Change return type.
11917 * breakpoint.c (bpstat_do_actions_1): Update.
11918
0cf08227
TT
119192017-01-10 Tom Tromey <tom@tromey.com>
11920
11921 * value.h (scoped_value_mark::~scoped_value_mark): Call
11922 free_to_mark.
11923 (scoped_value_mark::free_to_mark): New method.
11924 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use
11925 scoped_value_mark.
11926
eb115069
TT
119272017-01-10 Tom Tromey <tom@tromey.com>
11928
11929 * python/py-value.c (valpy_dereference, valpy_referenced_value)
11930 (valpy_reference_value, valpy_const_value, valpy_get_address)
11931 (valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11932 (valpy_getitem, valpy_call, valpy_binop_throw, valpy_negative)
11933 (valpy_absolute, valpy_richcompare_throw): Use scoped_value_mark.
11934 * dwarf2loc.c (dwarf2_loc_desc_get_symbol_read_needs): Use
11935 scoped_value_mark.
11936 * dwarf2-frame.c (execute_stack_op): Use scoped_value_mark.
11937 * value.h (scoped_value_mark): New class.
11938
906768f9
TT
119392017-01-10 Tom Tromey <tom@tromey.com>
11940
11941 * dwarf2read.c (dwarf2_build_psymtabs): Use psymtab_discarder.
11942 * psympriv.h (make_cleanup_discard_psymtabs): Don't declare.
11943 * psymtab.c (discard_psymtabs_upto): Remove.
11944 (make_cleanup_discard_psymtabs): Remove.
11945 (struct psymtab_state): Remove.
11946
bef155c3
TT
119472017-01-10 Tom Tromey <tom@tromey.com>
11948
11949 * record-full.c (record_full_save_cleanups): Remove.
11950 (record_full_save): Use gdb::unlinker.
11951 * gcore.c (do_bfd_delete_cleanup): Remove.
11952 (gcore_command): Use gdb::unlinker, unique_xmalloc_ptr. Remove
11953 cleanups.
11954 * dwarf2read.c (unlink_if_set): Remove.
11955 (write_psymtabs_to_index): Use gdb::unlinker.
11956 * common/gdb_unlinker.h: New file.
11957
192b62ce
TT
119582017-01-10 Tom Tromey <tom@tromey.com>
11959
11960 * windows-tdep.c (windows_xfer_shared_library): Update.
11961 * windows-nat.c (windows_make_so): Update.
11962 * utils.h (make_cleanup_bfd_unref): Remove.
11963 * utils.c (do_bfd_close_cleanup, make_cleanup_bfd_unref): Remove.
11964 * symfile.h (symfile_bfd_open)
11965 (find_separate_debug_file_in_section): Return gdb_bfd_ref_ptr.
11966 * symfile.c (read_symbols, symbol_file_add)
11967 (separate_debug_file_exists): Update.
11968 (symfile_bfd_open): Return gdb_bfd_ref_ptr.
11969 (generic_load, reread_symbols): Update.
11970 * symfile-mem.c (symbol_file_add_from_memory): Update.
11971 * spu-linux-nat.c (spu_bfd_open): Return gdb_bfd_ref_ptr.
11972 (spu_symbol_file_add_from_memory): Update.
11973 * solist.h (struct target_so_ops) <bfd_open>: Return
11974 gdb_bfd_ref_ptr.
11975 (solib_bfd_fopen, solib_bfd_open): Return gdb_bfd_ref_ptr.
11976 * solib.c (solib_bfd_fopen, solib_bfd_open): Return
11977 gdb_bfd_ref_ptr.
11978 (solib_map_sections, reload_shared_libraries_1): Update.
11979 * solib-svr4.c (enable_break): Update.
11980 * solib-spu.c (spu_bfd_fopen): Return gdb_bfd_ref_ptr.
11981 * solib-frv.c (enable_break2): Update.
11982 * solib-dsbt.c (enable_break): Update.
11983 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): Return
11984 gdb_bfd_ref_ptr.
11985 (darwin_solib_get_all_image_info_addr_at_init): Update.
11986 (darwin_bfd_open): Return gdb_bfd_ref_ptr.
11987 * solib-aix.c (solib_aix_bfd_open): Return gdb_bfd_ref_ptr.
11988 * record-full.c (record_full_save): Update.
11989 * python/py-objfile.c (objfpy_add_separate_debug_file): Update.
11990 * procfs.c (insert_dbx_link_bpt_in_file): Update.
11991 * minidebug.c (find_separate_debug_file_in_section): Return
11992 gdb_bfd_ref_ptr.
11993 * machoread.c (macho_add_oso_symfile): Change abfd to
11994 gdb_bfd_ref_ptr.
11995 (macho_symfile_read_all_oso): Update.
11996 (macho_check_dsym): Return gdb_bfd_ref_ptr.
11997 (macho_symfile_read): Update.
11998 * jit.c (bfd_open_from_target_memory): Return gdb_bfd_ref_ptr.
11999 (jit_bfd_try_read_symtab): Update.
12000 * gdb_bfd.h (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
12001 (gdb_bfd_openw, gdb_bfd_openr_iovec)
12002 (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
12003 gdb_bfd_ref_ptr.
12004 (gdb_bfd_ref_policy): New struct.
12005 (gdb_bfd_ref_ptr): New typedef.
12006 * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
12007 (gdb_bfd_openw, gdb_bfd_openr_iovec)
12008 (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
12009 gdb_bfd_ref_ptr.
12010 * gcore.h (create_gcore_bfd): Return gdb_bfd_ref_ptr.
12011 * gcore.c (create_gcore_bfd): Return gdb_bfd_ref_ptr.
12012 (gcore_command): Update.
12013 * exec.c (exec_file_attach): Update.
12014 * elfread.c (elf_symfile_read): Update.
12015 * dwarf2read.c (dwarf2_get_dwz_file): Update.
12016 (try_open_dwop_file, open_dwo_file): Return gdb_bfd_ref_ptr.
12017 (open_and_init_dwo_file): Update.
12018 (open_dwp_file): Return gdb_bfd_ref_ptr.
12019 (open_and_init_dwp_file): Update.
12020 * corelow.c (core_open): Update.
12021 * compile/compile-object-load.c (compile_object_load): Update.
12022 * common/gdb_ref_ptr.h (ref_ptr::operator->): New operator.
12023 * coffread.c (coff_symfile_read): Update.
12024 * cli/cli-dump.c (bfd_openr_or_error, bfd_openw_or_error): Return
12025 gdb_bfd_ref_ptr. Rename.
12026 (dump_bfd_file, restore_command): Update.
12027 * build-id.h (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
12028 * build-id.c (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
12029 (find_separate_debug_file_by_buildid): Update.
12030
50315b21
TT
120312017-01-10 Tom Tromey <tom@tromey.com>
12032
12033 * common/gdb_ref_ptr.h: New file.
12034 * python/py-ref.h (struct gdbpy_ref_policy): New.
12035 (gdbpy_ref): Now a typedef.
12036
fc4007c9
TT
120372017-01-10 Tom Tromey <tom@tromey.com>
12038
12039 * utils.h (make_cleanup_htab_delete): Don't declare.
12040 * utils.c (do_htab_delete_cleanup, make_cleanup_htab_delete):
12041 Remove.
12042 * linespec.c (decode_compound_collector): Add constructor,
12043 destructor.
12044 (lookup_prefix_sym): Remove cleanup.
12045 (symtab_collector): Add constructor, destructor.
12046 (collect_symtabs_from_filename): Remove cleanup.
12047 * disasm.c (do_mixed_source_and_assembly): Use htab_up.
12048 * compile/compile-c-symbols.c (generate_c_for_variable_locations):
12049 Use htab_up.
12050 * gnu-v3-abi.c (gnuv3_print_vtable): Use htab_up.
12051 * dwarf2read.c (dw2_expand_symtabs_matching)
12052 (dw2_map_symbol_filenames, dwarf_decode_macros)
12053 (write_psymtabs_to_index): Use htab_up.
12054 * dwarf2loc.c (func_verify_no_selftailcall)
12055 (call_site_find_chain_1, func_verify_no_selftailcall)
12056 (chain_candidate, call_site_find_chain_1): Use std::unordered_set,
12057 std::vector, gdb::unique_xmalloc_ptr.
12058 (call_sitep): Remove typedef.
12059 (dwarf2_locexpr_baton_eval): Remove unused variable.
12060
8dbcee67
TT
120612017-01-10 Tom Tromey <tom@tromey.com>
12062
12063 * python/python-internal.h (make_cleanup_py_decref)
12064 (make_cleanup_py_xdecref): Don't declare.
12065 * python/py-utils.c (py_decref, make_cleanup_py_decref)
12066 (py_xdecref, make_cleanup_py_xdecref): Remove.
12067
13df46cc
TT
120682017-01-10 Tom Tromey <tom@tromey.com>
12069
12070 * python/py-framefilter.c (py_mi_print_variables): Use gdbpy_ref.
12071 (py_print_locals, enumerate_locals, py_print_args): Use gdbpy_ref.
12072
06fc9bf7
TT
120732017-01-10 Tom Tromey <tom@tromey.com>
12074
12075 * python/py-framefilter.c (enumerate_args): Use gdbpy_ref.
12076
830a4934
TT
120772017-01-10 Tom Tromey <tom@tromey.com>
12078
12079 * python/py-utils.c (unicode_to_encoded_string)
12080 (python_string_to_target_string)
12081 (python_string_to_target_python_string)
12082 (python_string_to_host_string, gdbpy_obj_to_string)
12083 (get_addr_from_python): Use gdbpy_ref.
12084
4586d543
TT
120852017-01-10 Tom Tromey <tom@tromey.com>
12086
12087 * python/py-unwind.c (pyuw_object_attribute_to_pointer): Use
12088 gdbpy_ref.
12089
59876f8f
TT
120902017-01-10 Tom Tromey <tom@tromey.com>
12091
12092 * python/python.c (eval_python_command, gdbpy_decode_line)
12093 (gdbpy_run_events, gdbpy_start_type_printers)
12094 (gdbpy_apply_type_printers): Use gdbpy_ref.
12095
97d83487
TT
120962017-01-10 Tom Tromey <tom@tromey.com>
12097
12098 * python/py-param.c (get_doc_string, compute_enum_values): Use
12099 gdbpy_ref.
12100
9205649a
TT
121012017-01-10 Tom Tromey <tom@tromey.com>
12102
12103 * python/py-inferior.c (find_thread_object, build_inferior_list):
12104 Use gdbpy_ref.
12105
74c49d45
TT
121062017-01-10 Tom Tromey <tom@tromey.com>
12107
12108 * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
12109
16361ffb
TT
121102017-01-10 Tom Tromey <tom@tromey.com>
12111
12112 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope): Use
12113 gdbpy_ref.
12114
905f2cca
TT
121152017-01-10 Tom Tromey <tom@tromey.com>
12116
12117 * python/py-cmd.c (cmdpy_completer_helper): Use gdbpy_ref. Remove
12118 extra incref.
12119 (cmdpy_completer_handle_brkchars, cmdpy_completer, cmdpy_init):
12120 Use gdbpy_ref.
12121
64081434
TT
121222017-01-10 Tom Tromey <tom@tromey.com>
12123
12124 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
12125 gdbpy_ref.
12126
59e9e831
TT
121272017-01-10 Tom Tromey <tom@tromey.com>
12128
12129 * python/py-arch.c (archpy_disassemble): Use gdbpy_ref. Don't
12130 decref results of PyArg_ParseTupleAndKeywords.
12131
9de10f6d
TT
121322017-01-10 Tom Tromey <tom@tromey.com>
12133
12134 * python/python.c (python_run_simple_file): Use
12135 unique_xmalloc_ptr, gdbpy_ref.
12136
2bd5759d
TT
121372017-01-10 Tom Tromey <tom@tromey.com>
12138
12139 * python/py-prettyprint.c (print_stack_unless_memory_error)
12140 (print_string_repr, print_children): Use gdbpy_ref.
12141 (dummy_python_frame): New class.
12142 (dummy_python_frame::dummy_python_frame): Rename from
12143 push_dummy_python_frame.
12144 (py_restore_tstate): Remove.
12145
3b4e0e01
TT
121462017-01-10 Tom Tromey <tom@tromey.com>
12147
12148 * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
12149
17a22718
TT
121502017-01-10 Tom Tromey <tom@tromey.com>
12151
12152 * python/python.c (ensure_python_env, restore_python_env):
12153 Remove.
12154 * python/python-internal.h (ensure_python_env): Don't declare.
12155 * varobj.h (varobj_ensure_python_env): Don't declare.
12156 * varobj.c (varobj_ensure_python_env): Remove.
12157
68cdc557
TT
121582017-01-10 Tom Tromey <tom@tromey.com>
12159
12160 * varobj.c (varobj_value_get_print_value): Use
12161 gdbpy_enter_varobj.
12162
1eba6383
TT
121632017-01-10 Tom Tromey <tom@tromey.com>
12164
12165 * python/py-prettyprint.c (print_string_repr, print_children):
12166 Update.
12167 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Change type
12168 of "encoding".
12169 * varobj.c (varobj_value_get_print_value): Update.
12170 * python/python-internal.h (gdbpy_extract_lazy_string): Update.
12171
bde7b3e3
TT
121722017-01-10 Tom Tromey <tom@tromey.com>
12173
12174 * varobj.c (varobj_get_display_hint)
12175 (dynamic_varobj_has_child_method, install_new_value_visualizer)
12176 (varobj_set_visualizer, free_variable): Use
12177 gdbpy_enter_varobj.
12178
a7785f8c
TT
121792017-01-10 Tom Tromey <tom@tromey.com>
12180
12181 * python/python.c (python_command): Use gdbpy_enter, gdbpy_ref.
12182 (do_finish_initialization): New function. Use gdbpy_ref.
12183 (gdbpy_finish_initialization): Use gdbpy_enter. Call
12184 do_finish_initialization.
12185
2865bfce
TT
121862017-01-10 Tom Tromey <tom@tromey.com>
12187
12188 * python/py-param.c (get_set_value, get_show_value): Use
12189 gdbpy_enter, gdbpy_ref.
12190
0e9dcc75
TT
121912017-01-10 Tom Tromey <tom@tromey.com>
12192
12193 * python/py-function.c (fnpy_call): Use gdbpy_enter, gdbpy_ref.
12194
12a5cedd
TT
121952017-01-10 Tom Tromey <tom@tromey.com>
12196
12197 * python/py-cmd.c (cmdpy_function): Use gdbpy_enter, gdbpy_ref.
12198
788f2586
TT
121992017-01-10 Tom Tromey <tom@tromey.com>
12200
12201 * python/py-varobj.c (py_varobj_iter_dtor, py_varobj_iter_next):
12202 Use gdbpy_enter_varobj.
12203
6cd67bea
TT
122042017-01-10 Tom Tromey <tom@tromey.com>
12205
12206 * varobj.c (gdbpy_enter_varobj): New constructor.
12207 * python/python-internal.h (gdbpy_enter_varobj): New class.
12208 * python/py-varobj.c (py_varobj_get_iterator): Use
12209 gdbpy_enter_varobj.
12210
14b122bf
TT
122112017-01-10 Tom Tromey <tom@tromey.com>
12212
12213 * python/py-xmethods.c (gdbpy_get_xmethod_result_type): Use
12214 gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
12215 (gdbpy_invoke_xmethod): Use gdbpy_ref, gdbpy_enter.
12216 (gdbpy_get_xmethod_arg_types): Use gdbpy_ref,
12217 unique_xmalloc_ptr.
12218 (gdbpy_get_xmethod_arg_types): Use gdbpy_ref, gdbpy_enter.
12219
bf1ca3b9
TT
122202017-01-10 Tom Tromey <tom@tromey.com>
12221
12222 * python/py-xmethods.c (invoke_match_method): Use
12223 gdbpy_ref.
12224
572a5524
TT
122252017-01-10 Tom Tromey <tom@tromey.com>
12226
12227 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): use
12228 gdbpy_enter, gdbpy_ref.
12229
396a78b6
TT
122302017-01-10 Tom Tromey <tom@tromey.com>
12231
12232 * python/python.c (python_interactive_command): Use gdbpy_enter.
12233
a88b13c7
TT
122342017-01-10 Tom Tromey <tom@tromey.com>
12235
12236 * python/python.c (gdbpy_before_prompt_hook): Use gdbpy_enter,
12237 gdbpy_ref.
12238
e9f0c363
TT
122392017-01-10 Tom Tromey <tom@tromey.com>
12240
12241 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Use
12242 gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
12243
6349f452
TT
122442017-01-10 Tom Tromey <tom@tromey.com>
12245
12246 * utils.h (htab_deleter): New struct.
12247 (htab_up): New typedef.
12248 * python/py-framefilter.c (gdbpy_apply_frame_filter): Use
12249 gdbpy_enter, gdbpy_ref, htab_up.
12250
c0171de6
TT
122512017-01-10 Tom Tromey <tom@tromey.com>
12252
12253 * python/py-unwind.c (pending_frame_invalidate): Remove.
12254 (pyuw_sniffer): Use gdbpy_enter and gdbpy_ref.
12255
f18e226f
TT
122562017-01-10 Tom Tromey <tom@tromey.com>
12257
12258 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data)
12259 (gdbpy_clone_xmethod_worker_data): Use gdbpy_enter.
12260
c57af3f1
TT
122612017-01-10 Tom Tromey <tom@tromey.com>
12262
12263 * python/py-type.c (save_objfile_types): Use gdbpy_enter.
12264
60e600ec
TT
122652017-01-10 Tom Tromey <tom@tromey.com>
12266
12267 * python/python.c (gdbpy_eval_from_control_command)
12268 (gdbpy_source_script, gdbpy_run_events)
12269 (gdbpy_source_objfile_script, gdbpy_execute_objfile_script)
12270 (gdbpy_free_type_printers, gdbpy_finish_initialization): Use
12271 gdbpy_enter.
12272
bf7da5b0
TT
122732017-01-10 Tom Tromey <tom@tromey.com>
12274
12275 * python/py-progspace.c (py_free_pspace): Use gdbpy_enter.
12276
2d38bced
TT
122772017-01-10 Tom Tromey <tom@tromey.com>
12278
12279 * python/py-objfile.c (py_free_objfile): Use gdbpy_enter.
12280
07bc7329
TT
122812017-01-10 Tom Tromey <tom@tromey.com>
12282
12283 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
12284 (python_on_inferior_call_pre, python_on_inferior_call_post)
12285 (python_on_memory_change, python_on_register_change)
12286 (python_inferior_exit, python_new_objfile, add_thread_object)
12287 (delete_thread_object, py_free_inferior): Use gdbpy_enter.
12288
6e7c365e
TT
122892017-01-10 Tom Tromey <tom@tromey.com>
12290
12291 * python/py-finishbreakpoint.c (bpfinishpy_handle_stop)
12292 (bpfinishpy_handle_exit): Use gdbpy_enter.
12293
6ba0cd40
TT
122942017-01-10 Tom Tromey <tom@tromey.com>
12295
12296 * python/py-cmd.c (cmdpy_destroyer)
12297 (cmdpy_completer_handle_brkchars, cmdpy_completer): Use
12298 gdbpy_enter.
12299
de2dc875
TT
123002017-01-10 Tom Tromey <tom@tromey.com>
12301
12302 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
12303 gdbpy_enter.
12304 (gdbpy_breakpoint_has_cond): Likewise.
12305
4ecee2c4
TT
123062017-01-10 Tom Tromey <tom@tromey.com>
12307
12308 * python/python.c (gdbpy_enter): New constructor.
12309 (~gdbpy_enter): New destructor.
12310 (restore_python_env, ensure_python_env): Rewrite.
12311 * python/python-internal.h (gdbpy_enter): New class.
12312
37fce74f
TT
123132017-01-10 Tom Tromey <tom@tromey.com>
12314
12315 * python/py-symbol.c (gdbpy_lookup_symbol): Use gdbpy_ref.
12316
53a0cca3
TT
123172017-01-10 Tom Tromey <tom@tromey.com>
12318
12319 * python/py-value.c (value_has_field, get_field_flag)
12320 (get_field_type, valpy_getitem, convert_value_from_python): Use
12321 gdbpy_ref.
12322
ff3724f5
TT
123232017-01-10 Tom Tromey <tom@tromey.com>
12324
12325 * python/python.c (gdbpy_progspaces, gdbpy_objfiles): Use
12326 gdbpy_ref.
12327
0700aea5
TT
123282017-01-10 Tom Tromey <tom@tromey.com>
12329
12330 * python/py-prettyprint.c (search_pp_list)
12331 (find_pretty_printer_from_objfiles)
12332 (find_pretty_printer_from_progspace)
12333 (find_pretty_printer_from_gdb, find_pretty_printer)
12334 (gdbpy_get_display_hint, gdbpy_get_varobj_pretty_printer): Use
12335 gdbpy_ref.
12336
1bb44c9f
TT
123372017-01-10 Tom Tromey <tom@tromey.com>
12338
12339 * python/py-param.c (call_doc_function): Use gdbpy_ref.
12340
87ce03fd
TT
123412017-01-10 Tom Tromey <tom@tromey.com>
12342
12343 * python/py-linetable.c (build_line_table_tuple_from_pcs)
12344 (ltpy_get_all_source_lines): Use gdbpy_ref.
12345
ee0a3fb8
TT
123462017-01-10 Tom Tromey <tom@tromey.com>
12347
12348 * python/py-framefilter.c (extract_sym, extract_value)
12349 (get_py_iter_from_func, bootstrap_python_frame_filters): Use
12350 gdbpy_ref.
12351
bf2a52fa
TT
123522017-01-10 Tom Tromey <tom@tromey.com>
12353
12354 * python/py-breakpoint.c (gdbpy_breakpoints): Use gdbpy_ref.
12355
f59fe7f8
TT
123562017-01-10 Tom Tromey <tom@tromey.com>
12357
12358 * python/py-inferior.c (gdbpy_inferiors): Use gdbpy_ref.
12359
80bd970a
TT
123602017-01-10 Tom Tromey <tom@tromey.com>
12361
12362 * python/py-function.c (convert_values_to_python, fnpy_init): Use
12363 gdbpy_ref.
12364
d1b3de2e
TT
123652017-01-10 Tom Tromey <tom@tromey.com>
12366
12367 * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref.
12368
3bb43384
TT
123692017-01-10 Tom Tromey <tom@tromey.com>
12370
12371 * python/py-type.c (convert_field, make_fielditem, typy_fields)
12372 (typy_range): Use gdbpy_ref.
12373
abf5651e
TT
123742017-01-10 Tom Tromey <tom@tromey.com>
12375
12376 * python/py-threadevent.c (create_thread_event_object): Use
12377 gdbpy_ref.
12378 * python/py-stopevent.c (create_stop_event_object): Simplify.
12379 (emit_stop_event): Use gdbpy_ref.
12380 * python/py-signalevent.c (create_signal_event_object): Use
12381 gdbpy_ref.
12382 * python/py-newobjfileevent.c (create_new_objfile_event_object)
12383 (emit_new_objfile_event, create_clear_objfiles_event_object)
12384 (emit_clear_objfiles_event): Use gdbpy_ref.
12385 * python/py-infevents.c (create_inferior_call_event_object)
12386 (create_register_changed_event_object)
12387 (create_memory_changed_event_object, emit_inferior_call_event)
12388 (emit_memory_changed_event, emit_register_changed_event): Use
12389 gdbpy_ref.
12390 * python/py-exitedevent.c (create_exited_event_object)
12391 (emit_exited_event): Use gdbpy_ref.
12392 * python/py-event.h (evpy_emit_event): Remove
12393 CPYCHECKER_STEALS_REFERENCE_TO_ARG annotation.
12394 * python/py-event.c (evpy_emit_event): Use gdbpy_ref.
12395 * python/py-continueevent.c (emit_continue_event): Use
12396 gdbpy_ref.
12397 * python/py-breakpoint.c (gdbpy_breakpoint_created)
12398 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
12399 gdbpy_ref.
12400 * python/py-bpevent.c (create_breakpoint_event_object): Use
12401 gdbpy_ref.
12402
a68ff33e
TT
124032017-01-10 Tom Tromey <tom@tromey.com>
12404
12405 * python/py-ref.h: New file.
12406
7becfd03
SM
124072017-01-10 Simon Marchi <simon.marchi@ericsson.com>
12408
12409 * cli-out.c (cli_ui_out::do_redirect): Change return type to
12410 void.
12411 * cli-out.h (cli_ui_out::do_redirect): Likewise.
12412 * mi/mi-out.c (mi_ui_out::do_redirect): Likewise.
12413 * mi/mi-out.h (mi_ui_out::do_redirect): Likewise.
12414 * ui-out.c (ui_out::redirect): Likewise.
12415 * ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise.
12416 * cli/cli-logging.c (set_logging_redirect): Update call site of
12417 ui_out::redirect.
12418 (handle_redirections): Likewise.
12419 * scm-ports.c (ioscm_with_output_to_port_worker): Likewise.
12420 * top.c (execute_command_to_string): Likewise.
12421 * utils.c (do_ui_out_redirect_pop): Likewise.
12422
df294654
SM
124232017-01-10 Simon Marchi <simon.marchi@ericsson.com>
12424
12425 * stack.c (_initialize_stack): Update "frame" command help message.
12426
f5e6296e
IB
124272017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
12428
12429 * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE.
12430
0e2d6fa6
YQ
124312017-01-06 Yao Qi <yao.qi@linaro.org>
12432
12433 * x86-linux-nat.h: Include gdb_proc_service.h.
12434
44d6d3f9
YQ
124352017-01-06 Yao Qi <yao.qi@linaro.org>
12436
12437 * ser-base.h: Include serial.h.
12438
656731fe
YQ
124392017-01-06 Yao Qi <yao.qi@linaro.org>
12440
12441 * ppc-linux-tdep.h: Include ppc-tdep.h.
12442
1ca8f924
YQ
124432017-01-06 Yao Qi <yao.qi@linaro.org>
12444
12445 * nat/amd64-linux-siginfo.h: Include signal.h.
12446
bc3008c4
YQ
124472017-01-06 Yao Qi <yao.qi@linaro.org>
12448
12449 * nat/aarch64-linux-hw-point.h: Include break-common.h.
12450
66c80d03
YQ
124512017-01-06 Yao Qi <yao.qi@linaro.org>
12452
12453 * mi/mi-parse.h: Include mi-cmds.h.
12454
051d2dda
YQ
124552017-01-06 Yao Qi <yao.qi@linaro.org>
12456
12457 * inf-loop.c: Don't include "target.h".
12458 * inf-loop.h: Include it here.
12459
8018d34f
YQ
124602017-01-06 Yao Qi <yao.qi@linaro.org>
12461
12462 * dfp.h: Include "dboulest.h" and "expression.h".
12463
c0b8369c
YQ
124642017-01-06 Yao Qi <yao.qi@linaro.org>
12465
12466 * ax-gdb.h: Include "ax.h".
12467
ad5cba2a
YQ
124682017-01-06 Yao Qi <yao.qi@linaro.org>
12469
12470 * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h
12471 with nat/gdb_ptrace.h.
12472
1c33cd7f
YQ
124732017-01-05 Yao Qi <yao.qi@linaro.org>
12474
12475 * mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to
12476 new line.
12477 (mips64_fbsd_sigframe_init): Likewise.
12478
c988ac1d
JB
124792017-01-04 John Baldwin <jhb@FreeBSD.org>
12480
12481 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Use
12482 GDB_OSABI_FREEBSD instead of GDB_OSABI_FREEBSD_ELF.
12483
b268007c
JB
124842017-01-04 John Baldwin <jhb@FreeBSD.org>
12485
12486 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
12487 * NEWS: Mention new FreeBSD/mips native configuration.
12488 * config/mips/fbsd.mh: New file.
12489 * configure.host: Add mips*-*-freebsd*.
12490 * mips-fbsd-nat.c: New file.
12491
387360da
JB
124922017-01-04 John Baldwin <jhb@FreeBSD.org>
12493
12494 * Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o.
12495 (ALLDEPFILES): Add mips-fbsd-tdep.c.
12496 * NEWS: Mention new FreeBSD/mips target.
12497 * configure.tgt: Add mips*-*-freebsd*.
12498 * mips-fbsd-tdep.c: New file.
12499 * mips-fbsd-tdep.h: New file.
12500
2aaaf250
YQ
125012017-01-04 Yao Qi <yao.qi@linaro.org>
12502
12503 * dwarf2loc.c (write_pieced_value): Don't use VALUE_FRAME_ID (to),
12504 use c->frame_id when the piece location is DWARF_VALUE_REGISTER.
12505
61baf725
JB
125062017-01-01 Joel Brobecker <brobecker@adacore.com>
12507
6dbb839a 12508 Update copyright year range in all GDB files.
61baf725 12509
c113e7ff 125102017-01-01 Joel Brobecker <brobecker@adacore.com>
ce0db137 12511
c113e7ff 12512 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016.
ce0db137 12513
c113e7ff 12514For older changes see ChangeLog-2016.
c906108c
SS
12515\f
12516Local Variables:
12517mode: change-log
12518left-margin: 8
12519fill-column: 74
12520version-control: never
57da7796 12521coding: utf-8
c906108c 12522End:
This page took 2.546792 seconds and 4 git commands to generate.