Remove dead serial_interface_lookup calls
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2017-01-12 Simon Marchi <simon.marchi@ericsson.com>
2
3 * serial.c (serial_open): Forget about "pc" and "lpt" serial interface.
4
5 2017-01-11 Simon Marchi <simon.marchi@ericsson.com>
6
7 * cli/cli-decode.c (lookup_cmd_1): Fix typo in comment.
8
9 2017-01-10 Tom Tromey <tom@tromey.com>
10
11 * python/py-type.c (typy_legacy_template_argument): Update.
12 * cp-support.h (struct demangle_parse_info) (demangle_parse_info,
13 ~demangle_parse_info): Declare new members.
14 (cp_demangled_name_to_comp): Return unique_ptr.
15 (cp_demangled_name_parse_free)
16 (make_cleanup_cp_demangled_name_parse_free)
17 (cp_new_demangle_parse_info): Remove.
18 * cp-support.c (do_demangled_name_parse_free_cleanup)
19 (make_cleanup_cp_demangled_name_parse_free): Remove.
20 (inspect_type, cp_canonicalize_string_full)
21 (cp_canonicalize_string): Update.
22 (mangled_name_to_comp): Change return type.
23 (cp_class_name_from_physname, method_name_from_physname)
24 (cp_func_name, cp_remove_params): Update.
25 * cp-name-parser.y (demangle_parse_info): New constructor, from
26 cp_new_demangle_parse_info.
27 (~demangle_parse_info): New destructor, from
28 cp_demangled_name_parse_free.
29 (cp_merge_demangle_parse_infos): Update.
30 (cp_demangled_name_to_comp): Change return type.
31
32 2017-01-10 Tom Tromey <tom@tromey.com>
33
34 * top.c (prevent_dont_repeat): Change return type.
35 * python/python.c (execute_gdb_command): Use std::string.
36 Update.
37 * guile/guile.c (gdbscm_execute_gdb_command): Update.
38 * command.h (prevent_dont_repeat): Change return type.
39 * breakpoint.c (bpstat_do_actions_1): Update.
40
41 2017-01-10 Tom Tromey <tom@tromey.com>
42
43 * value.h (scoped_value_mark::~scoped_value_mark): Call
44 free_to_mark.
45 (scoped_value_mark::free_to_mark): New method.
46 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use
47 scoped_value_mark.
48
49 2017-01-10 Tom Tromey <tom@tromey.com>
50
51 * python/py-value.c (valpy_dereference, valpy_referenced_value)
52 (valpy_reference_value, valpy_const_value, valpy_get_address)
53 (valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
54 (valpy_getitem, valpy_call, valpy_binop_throw, valpy_negative)
55 (valpy_absolute, valpy_richcompare_throw): Use scoped_value_mark.
56 * dwarf2loc.c (dwarf2_loc_desc_get_symbol_read_needs): Use
57 scoped_value_mark.
58 * dwarf2-frame.c (execute_stack_op): Use scoped_value_mark.
59 * value.h (scoped_value_mark): New class.
60
61 2017-01-10 Tom Tromey <tom@tromey.com>
62
63 * dwarf2read.c (dwarf2_build_psymtabs): Use psymtab_discarder.
64 * psympriv.h (make_cleanup_discard_psymtabs): Don't declare.
65 * psymtab.c (discard_psymtabs_upto): Remove.
66 (make_cleanup_discard_psymtabs): Remove.
67 (struct psymtab_state): Remove.
68
69 2017-01-10 Tom Tromey <tom@tromey.com>
70
71 * record-full.c (record_full_save_cleanups): Remove.
72 (record_full_save): Use gdb::unlinker.
73 * gcore.c (do_bfd_delete_cleanup): Remove.
74 (gcore_command): Use gdb::unlinker, unique_xmalloc_ptr. Remove
75 cleanups.
76 * dwarf2read.c (unlink_if_set): Remove.
77 (write_psymtabs_to_index): Use gdb::unlinker.
78 * common/gdb_unlinker.h: New file.
79
80 2017-01-10 Tom Tromey <tom@tromey.com>
81
82 * windows-tdep.c (windows_xfer_shared_library): Update.
83 * windows-nat.c (windows_make_so): Update.
84 * utils.h (make_cleanup_bfd_unref): Remove.
85 * utils.c (do_bfd_close_cleanup, make_cleanup_bfd_unref): Remove.
86 * symfile.h (symfile_bfd_open)
87 (find_separate_debug_file_in_section): Return gdb_bfd_ref_ptr.
88 * symfile.c (read_symbols, symbol_file_add)
89 (separate_debug_file_exists): Update.
90 (symfile_bfd_open): Return gdb_bfd_ref_ptr.
91 (generic_load, reread_symbols): Update.
92 * symfile-mem.c (symbol_file_add_from_memory): Update.
93 * spu-linux-nat.c (spu_bfd_open): Return gdb_bfd_ref_ptr.
94 (spu_symbol_file_add_from_memory): Update.
95 * solist.h (struct target_so_ops) <bfd_open>: Return
96 gdb_bfd_ref_ptr.
97 (solib_bfd_fopen, solib_bfd_open): Return gdb_bfd_ref_ptr.
98 * solib.c (solib_bfd_fopen, solib_bfd_open): Return
99 gdb_bfd_ref_ptr.
100 (solib_map_sections, reload_shared_libraries_1): Update.
101 * solib-svr4.c (enable_break): Update.
102 * solib-spu.c (spu_bfd_fopen): Return gdb_bfd_ref_ptr.
103 * solib-frv.c (enable_break2): Update.
104 * solib-dsbt.c (enable_break): Update.
105 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): Return
106 gdb_bfd_ref_ptr.
107 (darwin_solib_get_all_image_info_addr_at_init): Update.
108 (darwin_bfd_open): Return gdb_bfd_ref_ptr.
109 * solib-aix.c (solib_aix_bfd_open): Return gdb_bfd_ref_ptr.
110 * record-full.c (record_full_save): Update.
111 * python/py-objfile.c (objfpy_add_separate_debug_file): Update.
112 * procfs.c (insert_dbx_link_bpt_in_file): Update.
113 * minidebug.c (find_separate_debug_file_in_section): Return
114 gdb_bfd_ref_ptr.
115 * machoread.c (macho_add_oso_symfile): Change abfd to
116 gdb_bfd_ref_ptr.
117 (macho_symfile_read_all_oso): Update.
118 (macho_check_dsym): Return gdb_bfd_ref_ptr.
119 (macho_symfile_read): Update.
120 * jit.c (bfd_open_from_target_memory): Return gdb_bfd_ref_ptr.
121 (jit_bfd_try_read_symtab): Update.
122 * gdb_bfd.h (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
123 (gdb_bfd_openw, gdb_bfd_openr_iovec)
124 (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
125 gdb_bfd_ref_ptr.
126 (gdb_bfd_ref_policy): New struct.
127 (gdb_bfd_ref_ptr): New typedef.
128 * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
129 (gdb_bfd_openw, gdb_bfd_openr_iovec)
130 (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
131 gdb_bfd_ref_ptr.
132 * gcore.h (create_gcore_bfd): Return gdb_bfd_ref_ptr.
133 * gcore.c (create_gcore_bfd): Return gdb_bfd_ref_ptr.
134 (gcore_command): Update.
135 * exec.c (exec_file_attach): Update.
136 * elfread.c (elf_symfile_read): Update.
137 * dwarf2read.c (dwarf2_get_dwz_file): Update.
138 (try_open_dwop_file, open_dwo_file): Return gdb_bfd_ref_ptr.
139 (open_and_init_dwo_file): Update.
140 (open_dwp_file): Return gdb_bfd_ref_ptr.
141 (open_and_init_dwp_file): Update.
142 * corelow.c (core_open): Update.
143 * compile/compile-object-load.c (compile_object_load): Update.
144 * common/gdb_ref_ptr.h (ref_ptr::operator->): New operator.
145 * coffread.c (coff_symfile_read): Update.
146 * cli/cli-dump.c (bfd_openr_or_error, bfd_openw_or_error): Return
147 gdb_bfd_ref_ptr. Rename.
148 (dump_bfd_file, restore_command): Update.
149 * build-id.h (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
150 * build-id.c (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
151 (find_separate_debug_file_by_buildid): Update.
152
153 2017-01-10 Tom Tromey <tom@tromey.com>
154
155 * common/gdb_ref_ptr.h: New file.
156 * python/py-ref.h (struct gdbpy_ref_policy): New.
157 (gdbpy_ref): Now a typedef.
158
159 2017-01-10 Tom Tromey <tom@tromey.com>
160
161 * utils.h (make_cleanup_htab_delete): Don't declare.
162 * utils.c (do_htab_delete_cleanup, make_cleanup_htab_delete):
163 Remove.
164 * linespec.c (decode_compound_collector): Add constructor,
165 destructor.
166 (lookup_prefix_sym): Remove cleanup.
167 (symtab_collector): Add constructor, destructor.
168 (collect_symtabs_from_filename): Remove cleanup.
169 * disasm.c (do_mixed_source_and_assembly): Use htab_up.
170 * compile/compile-c-symbols.c (generate_c_for_variable_locations):
171 Use htab_up.
172 * gnu-v3-abi.c (gnuv3_print_vtable): Use htab_up.
173 * dwarf2read.c (dw2_expand_symtabs_matching)
174 (dw2_map_symbol_filenames, dwarf_decode_macros)
175 (write_psymtabs_to_index): Use htab_up.
176 * dwarf2loc.c (func_verify_no_selftailcall)
177 (call_site_find_chain_1, func_verify_no_selftailcall)
178 (chain_candidate, call_site_find_chain_1): Use std::unordered_set,
179 std::vector, gdb::unique_xmalloc_ptr.
180 (call_sitep): Remove typedef.
181 (dwarf2_locexpr_baton_eval): Remove unused variable.
182
183 2017-01-10 Tom Tromey <tom@tromey.com>
184
185 * python/python-internal.h (make_cleanup_py_decref)
186 (make_cleanup_py_xdecref): Don't declare.
187 * python/py-utils.c (py_decref, make_cleanup_py_decref)
188 (py_xdecref, make_cleanup_py_xdecref): Remove.
189
190 2017-01-10 Tom Tromey <tom@tromey.com>
191
192 * python/py-framefilter.c (py_mi_print_variables): Use gdbpy_ref.
193 (py_print_locals, enumerate_locals, py_print_args): Use gdbpy_ref.
194
195 2017-01-10 Tom Tromey <tom@tromey.com>
196
197 * python/py-framefilter.c (enumerate_args): Use gdbpy_ref.
198
199 2017-01-10 Tom Tromey <tom@tromey.com>
200
201 * python/py-utils.c (unicode_to_encoded_string)
202 (python_string_to_target_string)
203 (python_string_to_target_python_string)
204 (python_string_to_host_string, gdbpy_obj_to_string)
205 (get_addr_from_python): Use gdbpy_ref.
206
207 2017-01-10 Tom Tromey <tom@tromey.com>
208
209 * python/py-unwind.c (pyuw_object_attribute_to_pointer): Use
210 gdbpy_ref.
211
212 2017-01-10 Tom Tromey <tom@tromey.com>
213
214 * python/python.c (eval_python_command, gdbpy_decode_line)
215 (gdbpy_run_events, gdbpy_start_type_printers)
216 (gdbpy_apply_type_printers): Use gdbpy_ref.
217
218 2017-01-10 Tom Tromey <tom@tromey.com>
219
220 * python/py-param.c (get_doc_string, compute_enum_values): Use
221 gdbpy_ref.
222
223 2017-01-10 Tom Tromey <tom@tromey.com>
224
225 * python/py-inferior.c (find_thread_object, build_inferior_list):
226 Use gdbpy_ref.
227
228 2017-01-10 Tom Tromey <tom@tromey.com>
229
230 * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
231
232 2017-01-10 Tom Tromey <tom@tromey.com>
233
234 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope): Use
235 gdbpy_ref.
236
237 2017-01-10 Tom Tromey <tom@tromey.com>
238
239 * python/py-cmd.c (cmdpy_completer_helper): Use gdbpy_ref. Remove
240 extra incref.
241 (cmdpy_completer_handle_brkchars, cmdpy_completer, cmdpy_init):
242 Use gdbpy_ref.
243
244 2017-01-10 Tom Tromey <tom@tromey.com>
245
246 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
247 gdbpy_ref.
248
249 2017-01-10 Tom Tromey <tom@tromey.com>
250
251 * python/py-arch.c (archpy_disassemble): Use gdbpy_ref. Don't
252 decref results of PyArg_ParseTupleAndKeywords.
253
254 2017-01-10 Tom Tromey <tom@tromey.com>
255
256 * python/python.c (python_run_simple_file): Use
257 unique_xmalloc_ptr, gdbpy_ref.
258
259 2017-01-10 Tom Tromey <tom@tromey.com>
260
261 * python/py-prettyprint.c (print_stack_unless_memory_error)
262 (print_string_repr, print_children): Use gdbpy_ref.
263 (dummy_python_frame): New class.
264 (dummy_python_frame::dummy_python_frame): Rename from
265 push_dummy_python_frame.
266 (py_restore_tstate): Remove.
267
268 2017-01-10 Tom Tromey <tom@tromey.com>
269
270 * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
271
272 2017-01-10 Tom Tromey <tom@tromey.com>
273
274 * python/python.c (ensure_python_env, restore_python_env):
275 Remove.
276 * python/python-internal.h (ensure_python_env): Don't declare.
277 * varobj.h (varobj_ensure_python_env): Don't declare.
278 * varobj.c (varobj_ensure_python_env): Remove.
279
280 2017-01-10 Tom Tromey <tom@tromey.com>
281
282 * varobj.c (varobj_value_get_print_value): Use
283 gdbpy_enter_varobj.
284
285 2017-01-10 Tom Tromey <tom@tromey.com>
286
287 * python/py-prettyprint.c (print_string_repr, print_children):
288 Update.
289 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Change type
290 of "encoding".
291 * varobj.c (varobj_value_get_print_value): Update.
292 * python/python-internal.h (gdbpy_extract_lazy_string): Update.
293
294 2017-01-10 Tom Tromey <tom@tromey.com>
295
296 * varobj.c (varobj_get_display_hint)
297 (dynamic_varobj_has_child_method, install_new_value_visualizer)
298 (varobj_set_visualizer, free_variable): Use
299 gdbpy_enter_varobj.
300
301 2017-01-10 Tom Tromey <tom@tromey.com>
302
303 * python/python.c (python_command): Use gdbpy_enter, gdbpy_ref.
304 (do_finish_initialization): New function. Use gdbpy_ref.
305 (gdbpy_finish_initialization): Use gdbpy_enter. Call
306 do_finish_initialization.
307
308 2017-01-10 Tom Tromey <tom@tromey.com>
309
310 * python/py-param.c (get_set_value, get_show_value): Use
311 gdbpy_enter, gdbpy_ref.
312
313 2017-01-10 Tom Tromey <tom@tromey.com>
314
315 * python/py-function.c (fnpy_call): Use gdbpy_enter, gdbpy_ref.
316
317 2017-01-10 Tom Tromey <tom@tromey.com>
318
319 * python/py-cmd.c (cmdpy_function): Use gdbpy_enter, gdbpy_ref.
320
321 2017-01-10 Tom Tromey <tom@tromey.com>
322
323 * python/py-varobj.c (py_varobj_iter_dtor, py_varobj_iter_next):
324 Use gdbpy_enter_varobj.
325
326 2017-01-10 Tom Tromey <tom@tromey.com>
327
328 * varobj.c (gdbpy_enter_varobj): New constructor.
329 * python/python-internal.h (gdbpy_enter_varobj): New class.
330 * python/py-varobj.c (py_varobj_get_iterator): Use
331 gdbpy_enter_varobj.
332
333 2017-01-10 Tom Tromey <tom@tromey.com>
334
335 * python/py-xmethods.c (gdbpy_get_xmethod_result_type): Use
336 gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
337 (gdbpy_invoke_xmethod): Use gdbpy_ref, gdbpy_enter.
338 (gdbpy_get_xmethod_arg_types): Use gdbpy_ref,
339 unique_xmalloc_ptr.
340 (gdbpy_get_xmethod_arg_types): Use gdbpy_ref, gdbpy_enter.
341
342 2017-01-10 Tom Tromey <tom@tromey.com>
343
344 * python/py-xmethods.c (invoke_match_method): Use
345 gdbpy_ref.
346
347 2017-01-10 Tom Tromey <tom@tromey.com>
348
349 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): use
350 gdbpy_enter, gdbpy_ref.
351
352 2017-01-10 Tom Tromey <tom@tromey.com>
353
354 * python/python.c (python_interactive_command): Use gdbpy_enter.
355
356 2017-01-10 Tom Tromey <tom@tromey.com>
357
358 * python/python.c (gdbpy_before_prompt_hook): Use gdbpy_enter,
359 gdbpy_ref.
360
361 2017-01-10 Tom Tromey <tom@tromey.com>
362
363 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Use
364 gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
365
366 2017-01-10 Tom Tromey <tom@tromey.com>
367
368 * utils.h (htab_deleter): New struct.
369 (htab_up): New typedef.
370 * python/py-framefilter.c (gdbpy_apply_frame_filter): Use
371 gdbpy_enter, gdbpy_ref, htab_up.
372
373 2017-01-10 Tom Tromey <tom@tromey.com>
374
375 * python/py-unwind.c (pending_frame_invalidate): Remove.
376 (pyuw_sniffer): Use gdbpy_enter and gdbpy_ref.
377
378 2017-01-10 Tom Tromey <tom@tromey.com>
379
380 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data)
381 (gdbpy_clone_xmethod_worker_data): Use gdbpy_enter.
382
383 2017-01-10 Tom Tromey <tom@tromey.com>
384
385 * python/py-type.c (save_objfile_types): Use gdbpy_enter.
386
387 2017-01-10 Tom Tromey <tom@tromey.com>
388
389 * python/python.c (gdbpy_eval_from_control_command)
390 (gdbpy_source_script, gdbpy_run_events)
391 (gdbpy_source_objfile_script, gdbpy_execute_objfile_script)
392 (gdbpy_free_type_printers, gdbpy_finish_initialization): Use
393 gdbpy_enter.
394
395 2017-01-10 Tom Tromey <tom@tromey.com>
396
397 * python/py-progspace.c (py_free_pspace): Use gdbpy_enter.
398
399 2017-01-10 Tom Tromey <tom@tromey.com>
400
401 * python/py-objfile.c (py_free_objfile): Use gdbpy_enter.
402
403 2017-01-10 Tom Tromey <tom@tromey.com>
404
405 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
406 (python_on_inferior_call_pre, python_on_inferior_call_post)
407 (python_on_memory_change, python_on_register_change)
408 (python_inferior_exit, python_new_objfile, add_thread_object)
409 (delete_thread_object, py_free_inferior): Use gdbpy_enter.
410
411 2017-01-10 Tom Tromey <tom@tromey.com>
412
413 * python/py-finishbreakpoint.c (bpfinishpy_handle_stop)
414 (bpfinishpy_handle_exit): Use gdbpy_enter.
415
416 2017-01-10 Tom Tromey <tom@tromey.com>
417
418 * python/py-cmd.c (cmdpy_destroyer)
419 (cmdpy_completer_handle_brkchars, cmdpy_completer): Use
420 gdbpy_enter.
421
422 2017-01-10 Tom Tromey <tom@tromey.com>
423
424 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
425 gdbpy_enter.
426 (gdbpy_breakpoint_has_cond): Likewise.
427
428 2017-01-10 Tom Tromey <tom@tromey.com>
429
430 * python/python.c (gdbpy_enter): New constructor.
431 (~gdbpy_enter): New destructor.
432 (restore_python_env, ensure_python_env): Rewrite.
433 * python/python-internal.h (gdbpy_enter): New class.
434
435 2017-01-10 Tom Tromey <tom@tromey.com>
436
437 * python/py-symbol.c (gdbpy_lookup_symbol): Use gdbpy_ref.
438
439 2017-01-10 Tom Tromey <tom@tromey.com>
440
441 * python/py-value.c (value_has_field, get_field_flag)
442 (get_field_type, valpy_getitem, convert_value_from_python): Use
443 gdbpy_ref.
444
445 2017-01-10 Tom Tromey <tom@tromey.com>
446
447 * python/python.c (gdbpy_progspaces, gdbpy_objfiles): Use
448 gdbpy_ref.
449
450 2017-01-10 Tom Tromey <tom@tromey.com>
451
452 * python/py-prettyprint.c (search_pp_list)
453 (find_pretty_printer_from_objfiles)
454 (find_pretty_printer_from_progspace)
455 (find_pretty_printer_from_gdb, find_pretty_printer)
456 (gdbpy_get_display_hint, gdbpy_get_varobj_pretty_printer): Use
457 gdbpy_ref.
458
459 2017-01-10 Tom Tromey <tom@tromey.com>
460
461 * python/py-param.c (call_doc_function): Use gdbpy_ref.
462
463 2017-01-10 Tom Tromey <tom@tromey.com>
464
465 * python/py-linetable.c (build_line_table_tuple_from_pcs)
466 (ltpy_get_all_source_lines): Use gdbpy_ref.
467
468 2017-01-10 Tom Tromey <tom@tromey.com>
469
470 * python/py-framefilter.c (extract_sym, extract_value)
471 (get_py_iter_from_func, bootstrap_python_frame_filters): Use
472 gdbpy_ref.
473
474 2017-01-10 Tom Tromey <tom@tromey.com>
475
476 * python/py-breakpoint.c (gdbpy_breakpoints): Use gdbpy_ref.
477
478 2017-01-10 Tom Tromey <tom@tromey.com>
479
480 * python/py-inferior.c (gdbpy_inferiors): Use gdbpy_ref.
481
482 2017-01-10 Tom Tromey <tom@tromey.com>
483
484 * python/py-function.c (convert_values_to_python, fnpy_init): Use
485 gdbpy_ref.
486
487 2017-01-10 Tom Tromey <tom@tromey.com>
488
489 * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref.
490
491 2017-01-10 Tom Tromey <tom@tromey.com>
492
493 * python/py-type.c (convert_field, make_fielditem, typy_fields)
494 (typy_range): Use gdbpy_ref.
495
496 2017-01-10 Tom Tromey <tom@tromey.com>
497
498 * python/py-threadevent.c (create_thread_event_object): Use
499 gdbpy_ref.
500 * python/py-stopevent.c (create_stop_event_object): Simplify.
501 (emit_stop_event): Use gdbpy_ref.
502 * python/py-signalevent.c (create_signal_event_object): Use
503 gdbpy_ref.
504 * python/py-newobjfileevent.c (create_new_objfile_event_object)
505 (emit_new_objfile_event, create_clear_objfiles_event_object)
506 (emit_clear_objfiles_event): Use gdbpy_ref.
507 * python/py-infevents.c (create_inferior_call_event_object)
508 (create_register_changed_event_object)
509 (create_memory_changed_event_object, emit_inferior_call_event)
510 (emit_memory_changed_event, emit_register_changed_event): Use
511 gdbpy_ref.
512 * python/py-exitedevent.c (create_exited_event_object)
513 (emit_exited_event): Use gdbpy_ref.
514 * python/py-event.h (evpy_emit_event): Remove
515 CPYCHECKER_STEALS_REFERENCE_TO_ARG annotation.
516 * python/py-event.c (evpy_emit_event): Use gdbpy_ref.
517 * python/py-continueevent.c (emit_continue_event): Use
518 gdbpy_ref.
519 * python/py-breakpoint.c (gdbpy_breakpoint_created)
520 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
521 gdbpy_ref.
522 * python/py-bpevent.c (create_breakpoint_event_object): Use
523 gdbpy_ref.
524
525 2017-01-10 Tom Tromey <tom@tromey.com>
526
527 * python/py-ref.h: New file.
528
529 2017-01-10 Simon Marchi <simon.marchi@ericsson.com>
530
531 * cli-out.c (cli_ui_out::do_redirect): Change return type to
532 void.
533 * cli-out.h (cli_ui_out::do_redirect): Likewise.
534 * mi/mi-out.c (mi_ui_out::do_redirect): Likewise.
535 * mi/mi-out.h (mi_ui_out::do_redirect): Likewise.
536 * ui-out.c (ui_out::redirect): Likewise.
537 * ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise.
538 * cli/cli-logging.c (set_logging_redirect): Update call site of
539 ui_out::redirect.
540 (handle_redirections): Likewise.
541 * scm-ports.c (ioscm_with_output_to_port_worker): Likewise.
542 * top.c (execute_command_to_string): Likewise.
543 * utils.c (do_ui_out_redirect_pop): Likewise.
544
545 2017-01-10 Simon Marchi <simon.marchi@ericsson.com>
546
547 * stack.c (_initialize_stack): Update "frame" command help message.
548
549 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
550
551 * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE.
552
553 2017-01-06 Yao Qi <yao.qi@linaro.org>
554
555 * x86-linux-nat.h: Include gdb_proc_service.h.
556
557 2017-01-06 Yao Qi <yao.qi@linaro.org>
558
559 * ser-base.h: Include serial.h.
560
561 2017-01-06 Yao Qi <yao.qi@linaro.org>
562
563 * ppc-linux-tdep.h: Include ppc-tdep.h.
564
565 2017-01-06 Yao Qi <yao.qi@linaro.org>
566
567 * nat/amd64-linux-siginfo.h: Include signal.h.
568
569 2017-01-06 Yao Qi <yao.qi@linaro.org>
570
571 * nat/aarch64-linux-hw-point.h: Include break-common.h.
572
573 2017-01-06 Yao Qi <yao.qi@linaro.org>
574
575 * mi/mi-parse.h: Include mi-cmds.h.
576
577 2017-01-06 Yao Qi <yao.qi@linaro.org>
578
579 * inf-loop.c: Don't include "target.h".
580 * inf-loop.h: Include it here.
581
582 2017-01-06 Yao Qi <yao.qi@linaro.org>
583
584 * dfp.h: Include "dboulest.h" and "expression.h".
585
586 2017-01-06 Yao Qi <yao.qi@linaro.org>
587
588 * ax-gdb.h: Include "ax.h".
589
590 2017-01-06 Yao Qi <yao.qi@linaro.org>
591
592 * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h
593 with nat/gdb_ptrace.h.
594
595 2017-01-05 Yao Qi <yao.qi@linaro.org>
596
597 * mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to
598 new line.
599 (mips64_fbsd_sigframe_init): Likewise.
600
601 2017-01-04 John Baldwin <jhb@FreeBSD.org>
602
603 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Use
604 GDB_OSABI_FREEBSD instead of GDB_OSABI_FREEBSD_ELF.
605
606 2017-01-04 John Baldwin <jhb@FreeBSD.org>
607
608 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
609 * NEWS: Mention new FreeBSD/mips native configuration.
610 * config/mips/fbsd.mh: New file.
611 * configure.host: Add mips*-*-freebsd*.
612 * mips-fbsd-nat.c: New file.
613
614 2017-01-04 John Baldwin <jhb@FreeBSD.org>
615
616 * Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o.
617 (ALLDEPFILES): Add mips-fbsd-tdep.c.
618 * NEWS: Mention new FreeBSD/mips target.
619 * configure.tgt: Add mips*-*-freebsd*.
620 * mips-fbsd-tdep.c: New file.
621 * mips-fbsd-tdep.h: New file.
622
623 2017-01-04 Yao Qi <yao.qi@linaro.org>
624
625 * dwarf2loc.c (write_pieced_value): Don't use VALUE_FRAME_ID (to),
626 use c->frame_id when the piece location is DWARF_VALUE_REGISTER.
627
628 2017-01-01 Joel Brobecker <brobecker@adacore.com>
629
630 Update copyright year range in all GDB files.
631
632 2017-01-01 Joel Brobecker <brobecker@adacore.com>
633
634 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016.
635
636 For older changes see ChangeLog-2016.
637 \f
638 Local Variables:
639 mode: change-log
640 left-margin: 8
641 fill-column: 74
642 version-control: never
643 coding: utf-8
644 End:
This page took 0.046507 seconds and 5 git commands to generate.