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