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