Return early in target_xfer_partial when LEN is zero.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2014-02-07 Yao Qi <yao@codesourcery.com>
2
3 * target.c (target_xfer_partial): Return zero if LEN is zero.
4
5 2014-02-07 Yao Qi <yao@codesourcery.com>
6
7 * auxv.c (procfs_xfer_auxv): Replace -1 with TARGET_XFER_E_IO.
8 (ld_so_xfer_auxv): Likewise.
9 * bfd-target.c (target_bfd_xfer_partial): Likewise.
10 * bsd-kvm.c (bsd_kvm_xfer_partial): Likewise.
11 * corelow.c (core_xfer_partial): Likewise.
12 * ctf.c (ctf_xfer_partial): Likewise.
13 * darwin-nat.c (darwin_read_dyld_info): Likewise.
14 (darwin_xfer_partial): Likewise.
15 * exec.c (exec_xfer_partial): Likewise.
16 * gnu-nat.c (gnu_xfer_partial): Likewise.
17 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): Likewise.
18 * inf-ptrace.c (inf_ptrace_xfer_partial): Likewise.
19 * inf-ttrace.c (inf_ttrace_xfer_partial): Likewise.
20 * linux-nat.c (linux_xfer_siginfo): Likewise.
21 (linux_proc_xfer_spu): Likewise.
22 * procfs.c (procfs_xfer_partial): Likewise.
23 * record-full.c (record_full_xfer_partial): Likewise.
24 (record_full_core_xfer_partial): Likewise.
25 * remote-sim.c (gdbsim_xfer_partial): Likewise.
26 * remote.c (remote_write_qxfer): Likewise.
27 (remote_write_qxfer, remote_read_qxfer): Likewise.
28 (remote_xfer_partial): Likewise.
29 * rs6000-nat.c (rs6000_xfer_partial): Likewise.
30 (rs6000_xfer_shared_libraries): Likewise.
31 * sparc-nat.c (sparc_xfer_wcookie): Likewise.
32 * spu-linux-nat.c (spu_proc_xfer_spu): Likewise.
33 (spu_xfer_partial): Likewise.
34 * target.c (memory_xfer_partial_1): Likewise.
35 * tracepoint.c (tfile_xfer_partial): Likewise.
36 * windows-nat.c (windows_xfer_shared_libraries): Likewise.
37 (windows_xfer_partial): Likewise.
38
39 2014-02-07 Yao Qi <yao@codesourcery.com>
40
41 * gdbarch.sh (core_xfer_shared_libraries): Returns ULONGEST. Add
42 comments.
43 (core_xfer_shared_libraries_aix): Likewise.
44 * gdbarch.c, gdbarch.h: Regenerated.
45 * i386-cygwin-tdep.c (windows_core_xfer_shared_libraries): Return
46 ULONGEST. Change 'len_avail' type to ULONGEST.
47 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
48 * rs6000-aix-tdep.h (rs6000_aix_ld_info_to_xml): Update
49 declaration.
50 (rs6000_aix_core_xfer_shared_libraries_aix): Return ULONGEST.
51
52 2014-02-07 Yao Qi <yao@codesourcery.com>
53
54 * corefile.c (memory_error): Get 'exception' from ERR and pass
55 'exception' to throw_error.
56
57 2014-02-06 Doug Evans <xdje42@gmail.com>
58
59 * configure.ac (libpython checking): Remove all but python.o from
60 CONFIG_OBS. Remove all but python.c from CONFIG_SRCS.
61 * configure: Regenerate.
62
63 * Makefile.in (SFILES): Add extension.c.
64 (HFILES_NO_SRCDIR): Add extension.h, extension-priv.h
65 (COMMON_OBS): Add extension.o.
66 * extension.h: New file.
67 * extension-priv.h: New file.
68 * extension.c: New file.
69
70 * python/python-internal.h: #include "extension.h".
71 (gdbpy_auto_load_enabled): Declare.
72 (gdbpy_apply_val_pretty_printer): Declare.
73 (gdbpy_apply_frame_filter): Declare.
74 (gdbpy_preserve_values): Declare.
75 (gdbpy_breakpoint_cond_says_stop): Declare.
76 (gdbpy_breakpoint_has_cond): Declare.
77 (void source_python_script_for_objfile): Delete.
78 * python/python.c: #include "extension-priv.h".
79 Delete inclusion of "observer.h".
80 (extension_language_python): Moved here and renamed from
81 script_language_python in py-auto-load.c.
82 Redefined to be of type extension_language_defn.
83 (python_extension_script_ops): New global.
84 (python_extension_ops): New global.
85 (struct python_env): New member previous_active.
86 (restore_python_env): Call restore_active_ext_lang.
87 (ensure_python_env): Call set_active_ext_lang.
88 (gdbpy_clear_quit_flag): Renamed from clear_quit_flag, made static.
89 New arg extlang.
90 (gdbpy_set_quit_flag): Renamed from set_quit_flag, made static.
91 New arg extlang.
92 (gdbpy_check_quit_flag): Renamed from check_quit_flag, made static.
93 New arg extlang.
94 (gdbpy_eval_from_control_command): Renamed from
95 eval_python_from_control_command, made static. New arg extlang.
96 (gdbpy_source_script) Renamed from source_python_script, made static.
97 New arg extlang.
98 (gdbpy_before_prompt_hook): Renamed from before_prompt_hook. Change
99 result to int. New arg extlang.
100 (gdbpy_source_objfile_script): Renamed from
101 source_python_script_for_objfile, made static. New arg extlang.
102 (gdbpy_start_type_printers): Renamed from start_type_printers, made
103 static. New args extlang, extlang_printers. Change result type to
104 "void".
105 (gdbpy_apply_type_printers): Renamed from apply_type_printers, made
106 static. New arg extlang. Rename arg printers to extlang_printers
107 and change type to ext_lang_type_printers *.
108 (gdbpy_free_type_printers): Renamed from free_type_printers, made
109 static. Replace argument arg with extlang, extlang_printers.
110 (!HAVE_PYTHON, eval_python_from_control_command): Delete.
111 (!HAVE_PYTHON, source_python_script): Delete.
112 (!HAVE_PYTHON, gdbpy_should_stop): Delete.
113 (!HAVE_PYTHON, gdbpy_breakpoint_has_py_cond): Delete.
114 (!HAVE_PYTHON, start_type_printers): Delete.
115 (!HAVE_PYTHON, apply_type_printers): Delete.
116 (!HAVE_PYTHON, free_type_printers): Delete.
117 (_initialize_python): Delete call to observer_attach_before_prompt.
118 (finalize_python): Set/restore active extension language.
119 (gdbpy_finish_initialization) Renamed from
120 finish_python_initialization, made static. New arg extlang.
121 (gdbpy_initialized): New function.
122 * python/python.h: #include "extension.h". Delete #include
123 "value.h", "mi/mi-cmds.h".
124 (extension_language_python): Declare.
125 (GDBPY_AUTO_FILE_NAME): Delete.
126 (enum py_bt_status): Moved to extension.h and renamed to
127 ext_lang_bt_status.
128 (enum frame_filter_flags): Moved to extension.h.
129 (enum py_frame_args): Moved to extension.h and renamed to
130 ext_lang_frame_args.
131 (finish_python_initialization): Delete.
132 (eval_python_from_control_command): Delete.
133 (source_python_script): Delete.
134 (apply_val_pretty_printer): Delete.
135 (apply_frame_filter): Delete.
136 (preserve_python_values): Delete.
137 (gdbpy_script_language_defn): Delete.
138 (gdbpy_should_stop, gdbpy_breakpoint_has_py_cond): Delete.
139 (start_type_printers, apply_type_printers, free_type_printers): Delete.
140
141 * auto-load.c: #include "extension.h".
142 (GDB_AUTO_FILE_NAME): Delete.
143 (auto_load_gdb_scripts_enabled): Make public. New arg extlang.
144 (script_language_gdb): Delete, moved to extension.c and renamed to
145 extension_language_gdb.
146 (source_gdb_script_for_objfile): Delete.
147 (auto_load_pspace_info): New member unsupported_script_warning_printed.
148 (loaded_script): Change type of language member to
149 struct extension_language_defn *.
150 (init_loaded_scripts_info): Initialize
151 unsupported_script_warning_printed.
152 (maybe_add_script): Make static. Change type of language arg to
153 struct extension_language_defn *.
154 (clear_section_scripts): Reset unsupported_script_warning_printed.
155 (auto_load_objfile_script_1): Rewrite to use extension language API.
156 (auto_load_objfile_script): Make public. Remove support-compiled-in
157 and auto-load-enabled checks, moved to auto_load_scripts_for_objfile.
158 (source_section_scripts): Rewrite to use extension language API.
159 (load_auto_scripts_for_objfile): Rewrite to use
160 auto_load_scripts_for_objfile.
161 (collect_matching_scripts_data): Change type of language member to
162 struct extension_language_defn *.
163 (auto_load_info_scripts): Change type of language arg to
164 struct extension_language_defn *.
165 (unsupported_script_warning_print): New function.
166 (script_not_found_warning_print): Make static.
167 (_initialize_auto_load): Rewrite construction of scripts-directory
168 help.
169 * auto-load.h (struct objfile): Add forward decl.
170 (struct script_language): Delete.
171 (struct auto_load_pspace_info): Add forward decl.
172 (struct extension_language_defn): Add forward decl.
173 (maybe_add_script): Delete.
174 (auto_load_objfile_script): Declare.
175 (script_not_found_warning_print): Delete.
176 (auto_load_info_scripts): Update prototype.
177 (auto_load_gdb_scripts_enabled): Declare.
178 * python/py-auto-load.c (gdbpy_auto_load_enabled): Renamed from
179 auto_load_python_scripts_enabled and made public.
180 (script_language_python): Delete, moved to python.c.
181 (gdbpy_script_language_defn): Delete.
182 (info_auto_load_python_scripts): Update to use
183 extension_language_python.
184
185 * breakpoint.c (condition_command): Replace call to
186 gdbpy_breakpoint_has_py_cond with call to get_breakpoint_cond_ext_lang.
187 (bpstat_check_breakpoint_conditions): Replace call to gdbpy_should_stop
188 with call to breakpoint_ext_lang_cond_says_stop.
189 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Renamed
190 from gdbpy_should_stop. Change result type to enum scr_bp_stop.
191 New arg slang. Return SCR_BP_STOP_UNSET if py_bp_object is NULL.
192 (gdbpy_breakpoint_has_cond): Renamed from gdbpy_breakpoint_has_py_cond.
193 New arg slang.
194 (local_setattro): Print name of extension language with existing
195 stop condition.
196
197 * valprint.c (val_print, value_print): Update to call
198 apply_ext_lang_val_pretty_printer.
199 * cp-valprint.c (cp_print_value): Update call to
200 apply_ext_lang_val_pretty_printer.
201 * python/py-prettyprint.c: Remove #ifdef HAVE_PYTHON.
202 (gdbpy_apply_val_pretty_printer): Renamed from
203 apply_val_pretty_printer. New arg extlang.
204 (!HAVE_PYTHON, apply_val_pretty_printer): Delete.
205
206 * cli/cli-cmds.c (source_script_from_stream): Rewrite to use
207 extension language API.
208 * cli/cli-script.c (execute_control_command): Update to call
209 eval_ext_lang_from_control_command.
210
211 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Update to use
212 enum ext_lang_bt_status values. Update call to
213 apply_ext_lang_frame_filter.
214 (mi_cmd_stack_list_locals): Ditto.
215 (mi_cmd_stack_list_args): Ditto.
216 (mi_cmd_stack_list_variables): Ditto.
217 * mi/mi-main.c: Delete #include "python/python-internal.h".
218 Add #include "extension.h".
219 (mi_cmd_list_features): Replace reference to python internal variable
220 gdb_python_initialized with call to ext_lang_initialized_p.
221
222 * stack.c (backtrace_command_1): Update to use enum ext_lang_bt_status.
223 Update to use enum ext_lang_frame_args. Update to call
224 apply_ext_lang_frame_filter.
225 * python/py-framefilter.c (extract_sym): Update to use enum
226 ext_lang_bt_status.
227 (extract_value, py_print_type, py_print_value): Ditto.
228 (py_print_single_arg, enumerate_args, enumerate_locals): Ditto.
229 (py_mi_print_variables, py_print_locals, py_print_args): Ditto.
230 (py_print_frame): Ditto.
231 (gdbpy_apply_frame_filter): Renamed from apply_frame_filter.
232 New arg extlang. Update to use enum ext_lang_bt_status.
233
234 * top.c (gdb_init): Delete #ifdef HAVE_PYTHON call to
235 finish_python_initialization. Replace with call to
236 finish_ext_lang_initialization.
237
238 * typeprint.c (do_free_global_table): Update to call
239 free_ext_lang_type_printers.
240 (create_global_typedef_table): Update to call
241 start_ext_lang_type_printers.
242 (find_global_typedef): Update to call apply_ext_lang_type_printers.
243 * typeprint.h (struct ext_lang_type_printers): Add forward decl.
244 (type_print_options): Change type of global_printers from "void *"
245 to "struct ext_lang_type_printers *".
246
247 * value.c (preserve_values): Update to call preserve_ext_lang_values.
248 * python/py-value.c: Remove #ifdef HAVE_PYTHON.
249 (gdbpy_preserve_values): Renamed from preserve_python_values.
250 New arg extlang.
251 (!HAVE_PYTHON, preserve_python_values): Delete.
252
253 * utils.c (quit_flag): Delete, moved to extension.c.
254 (clear_quit_flag, set_quit_flag, check_quit_flag): Delete, moved to
255 extension.c.
256
257 * eval.c: Delete #include "python/python.h".
258 * main.c: Delete #include "python/python.h".
259
260 * defs.h: Update comment.
261
262 2014-02-06 Joel Brobecker <brobecker@adacore.com>
263
264 GDB 7.7 released.
265
266 2014-02-05 Mark Kettenis <kettenis@gnu.org>
267
268 * c-exp.y (YYPRINT, c_print_token): Only define if YYBISON is
269 defined.
270
271 2014-02-05 Yao Qi <yao@codesourcery.com>
272
273 * remote.c (remote_pass_signals): Remove local 'buf' and use
274 rs->buf.
275 (remote_program_signals): Likewise.
276
277 2014-02-05 Yao Qi <yao@codesourcery.com>
278
279 * ctf.c: Include "inferior.h" and "gdbthread.h".
280 (CTF_PID): A new macro.
281 (ctf_open): Call inferior_appeared and add_thread_silent.
282 (ctf_close): Call exit_inferior_silent and set inferior_ptid.
283 (ctf_thread_alive): New function.
284 (init_ctf_ops): Install ctf_thread_alive to to_thread_alive.
285
286 2014-02-05 Yao Qi <yao@codesourcery.com>
287
288 Revert this patch:
289
290 2013-05-24 Yao Qi <yao@codesourcery.com>
291
292 * tracepoint.c (TFILE_PID): Remove.
293 (tfile_open): Don't add thread and inferior.
294 (tfile_close): Don't set 'inferior_ptid'. Don't call
295 exit_inferior_silent.
296 (tfile_thread_alive): Remove.
297 (init_tfile_ops): Don't set field 'to_thread_alive' of
298 tfile_ops.
299
300 2014-02-04 Christian Eggers <ceggers@gmx.de> (tiny change)
301
302 * remote.c (remote_start_remote): Call remote_check_symbols even
303 if only symbol-file (not file) has been given.
304
305 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
306
307 * gdbarch.sh (skip_entrypoint): New callback.
308 * gdbarch.c, gdbarch.h: Regenerate.
309 * symtab.c (skip_prologue_sal): Call gdbarch_skip_entrypoint.
310 * infrun.c (fill_in_stop_func): Likewise.
311 * ppc-linux-tdep.c: Include "elf/ppc64.h".
312 (ppc_elfv2_elf_make_msymbol_special): New function.
313 (ppc_elfv2_skip_entrypoint): Likewise.
314 (ppc_linux_init_abi): Install them for ELFv2.
315
316 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
317
318 * ppc-sysv-tdep.c (ppc64_aggregate_candidate): New routine.
319 (ppc64_elfv2_abi_homogeneous_aggregate): Likewise.
320 (ppc64_sysv_abi_push_param): Handle ELFv2 homogeneous structs.
321 (ppc64_sysv_abi_return_value): Likewise. Also, handle small
322 structures returned in GPRs.
323
324 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
325
326 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Use correct
327 offset to the stack parameter list for the ELFv2 ABI.
328
329 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
330
331 * ppc-linux-tdep.c (ppc_linux_init_abi): Only call
332 set_gdbarch_convert_from_func_ptr_addr and
333 set_gdbarch_elf_make_msymbol_special for ELFv1.
334 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_param): Only handle
335 function descriptors on ELFv1.
336 (ppc64_sysv_abi_push_dummy_call): Likewise. On ELFv2,
337 set up r12 at function entry.
338
339 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
340
341 * ppc-tdep.h (enum powerpc_elf_abi): New data type.
342 (struct gdbarch_tdep): New member elf_abi.
343
344 * rs6000-tdep.c: Include "elf/ppc64.h".
345 (rs6000_gdbarch_init): Detect ELF ABI version.
346
347 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
348
349 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_freg): Use correct order
350 within a register pair holding a DFP 128-bit value on little-endian.
351 (ppc64_sysv_abi_return_value_base): Likewise.
352 * rs6000-tdep.c (dfp_pseudo_register_read): Likewise.
353 (dfp_pseudo_register_write): Likewise.
354
355 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
356
357 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_freg): Use correct
358 offset on little-endian when passing _Decimal32.
359 (ppc64_sysv_abi_return_value_base): Likewise for return values.
360
361 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
362
363 * rs6000-tdep.c (efpr_pseudo_register_read): Use correct offset
364 of the overlapped FP register within the VSX register on little-
365 endian platforms.
366 (efpr_pseudo_register_write): Likewise.
367
368 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
369
370 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_val): Use correct
371 offset on little-endian when passing small structures.
372
373 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
374
375 * ppc-sysv-tdep.c (get_decimal_float_return_value): Update comment.
376 (struct ppc64_sysv_argpos): New data structure.
377 (ppc64_sysv_abi_push_float): Remove.
378 (ppc64_sysv_abi_push_val): New function.
379 (ppc64_sysv_abi_push_integer): Likewise.
380 (ppc64_sysv_abi_push_freg): Likewise.
381 (ppc64_sysv_abi_push_vreg): Likewise.
382 (ppc64_sysv_abi_push_param): Likewise.
383 (ppc64_sysv_abi_push_dummy_call): Refactor to use those new routines.
384 (ppc64_sysv_abi_return_value_base): New function.
385 (ppc64_sysv_abi_return_value): Refactor to use it.
386
387 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
388
389 * NEWS: Document new target powerpc64le-*-linux*.
390
391 2014-02-04 Mark Kettenis <kettenis@gnu.org>
392
393 * sparc64obsd-tdep.c (sparc64obsd_gregset): New variable.
394 (sparc64obsd_supply_gregset): Handle registers sets used in ELF
395 core dumps.
396 (sparc64obsd_init_abi): Adjust minimum size of the general purpose
397 register set used in ELF core dumps. Add floating-point register set.
398
399 2014-02-03 Kevin Buettner <kevinb@redhat.com>
400
401 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Rewrite
402 dwarf2_to_gdb[] table using symbolic constants. Adjust
403 penultimate entry from number representing the PC register
404 to symbolic constant representing the MDR register. Add
405 constant for the PC register to the end of the table.
406
407 2014-02-03 Mark Kettenis <kettenis@gnu.org>
408
409 * bsd-kvm.c: Include <sys/param.h>
410
411 2014-02-03 Mark Kettenis <kettenis@gnu.org>
412
413 * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Fix prototype.
414
415 2014-01-31 Joel Brobecker <brobecker@adacore.com>
416
417 * ada-lang.h (clear_ada_sym_cache): Delete.
418
419 2014-01-30 Ulrich Weigand  <uweigand@de.ibm.com>
420
421 * auxv.c (fprint_target_auxv): Handle AT_HWCAP2.
422
423 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
424
425 * sparc64-linux-tdep.c (sparc64_linux_step_trap): Get PC from
426 the sigreturn register save area only if the syscall is
427 sigreturn.
428
429 2014-01-29 Joel Brobecker <brobecker@adacore.com>
430
431 * valops.c (value_slice): Minor reformatting.
432
433 2014-01-28 Ulrich Weigand  <uweigand@de.ibm.com>
434
435 * ppc64-tdep.c (ppc64_standard_linkage7): Fix typo.
436
437 2014-01-28 Joel Brobecker <brobecker@adacore.com>
438
439 * ada-lang.c (maint_set_ada_cmdlist, maint_show_ada_cmdlist):
440 New static globals.
441 (maint_set_ada_cmd, maint_show_ada_cmd): New functions.
442 (ada_ignore_descriptive_types_p): New static global.
443 (find_parallel_type_by_descriptive_type): Return immediately
444 if ada_ignore_descriptive_types_p is set.
445 (_initialize_ada_language): Register new commands "maintenance
446 set ada", "maintenance show ada", "maintenance set ada
447 ignore-descriptive-types" and "maintenance show ada
448 ignore-descriptive-types".
449 * NEWS: Add entry for new "maint ada set/show
450 ignore-descriptive-types" commands.
451
452 2014-01-27 Markus Metzger <markus.t.metzger@intel.com>
453
454 * record-btrace.c (record_btrace_close): Call btrace_teardown
455 for all threads.
456
457 2014-01-27 Joel Brobecker <brobecker@adacore.com>
458
459 * ada-lang.c: Remove "#ifdef UI_OUT" condition for including
460 "ui-out.h".
461
462 2014-01-27 Joel Brobecker <brobecker@adacore.com>
463
464 * ada-typeprint (type_is_full_subrange_of_target_type):
465 New function.
466 (print_range): Add parameter bounds_prefered_p. If not set,
467 try printing range types using the name of their base type.
468 (print_range_type): Add parameter bounds_prefered_p.
469 Use it in call to print_range.
470 (print_array_type, ada_print_type): Update calls to print_range
471 and print_range_type.
472
473 2014-01-27 Joel Brobecker <brobecker@adacore.com>
474
475 * ada-typeprint.c (print_array_type, print_choices, print_range)
476 (print_range_bound, print_dynamic_range_bound, print_range_type):
477 Remove declaration.
478
479 2014-01-27 Joel Brobecker <brobecker@adacore.com>
480
481 * ada-typeprint.c (print_range): Add missing empty line
482 after local declaration.
483
484 2014-01-27 Joel Brobecker <brobecker@adacore.com>
485
486 * ada-valprint.c (print_optional_low_bound): Get index_type's
487 target type for as long as it is a TYPE_CODE_RANGE.
488
489 2014-01-27 Joel Brobecker <brobecker@adacore.com>
490
491 * procfs.c (procfs_make_note_section): Remove assertion and
492 associated comment.
493
494 2014-01-24 Yao Qi <yao@codesourcery.com>
495
496 * remote.c (remote_read_bytes): Change type of len to ULONGEST.
497 * corelow.c (get_core_siginfo): Likewise.
498
499 2014-01-24 Yao Qi <yao@codesourcery.com>
500
501 * remote.c (remote_write_bytes_aux): Change type of 'len' to
502 ULONGEST. Don't check 'len' is negative.
503 (remote_write_bytes): Change type of 'len' to ULONGEST.
504
505 2014-01-23 Tom Tromey <tromey@redhat.com>
506
507 PR python/16485:
508 * python/lib/gdb/FrameDecorator.py: (FrameVars.fetch_frame_args):
509 Handle exception from frame.block.
510 (FrameVars.fetch_frame_locals): Likewise.
511
512 2014-01-23 Tom Tromey <tromey@redhat.com>
513
514 PR python/16487:
515 * python/py-framefilter.c (py_print_frame): Don't call Py_DECREF
516 on a NULL pointer. Move "goto error" to correct place.
517
518 2014-01-23 Tom Tromey <tromey@redhat.com>
519
520 PR python/16491:
521 * python/py-framefilter.c (apply_frame_filter): Call
522 ensure_python_env after computing gdbarch.
523
524 2014-01-23 Yao Qi <yao@codesourcery.com>
525
526 * target.c (raw_memory_xfer_partial): Change argument type
527 from void * to gdb_byte *.
528 (memory_xfer_partial_1, memory_xfer_partial): Likewise.
529
530 2014-01-22 Doug Evans <dje@google.com>
531
532 New gdbserver option --debug-format=timestamp.
533 * NEWS: Mention it.
534
535 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
536
537 * syscalls/s390x-linux.xml: New file.
538 * syscalls/s390-linux.xml: New file.
539 * s390-linux-tdep.c (XML_SYSCALL_FILENAME_S390): New macro.
540 (XML_SYSCALL_FILENAME_S390X): Likewise.
541 (op_svc): New enum value for SVC opcode.
542 (s390_sigtramp_frame_sniffer): Replace literal by 'op_svc'.
543 (s390_linux_get_syscall_number): New function.
544 (s390_gdbarch_init): Register '*get_syscall_number' and the
545 syscall xml file name.
546 * data-directory/Makefile.in (SYSCALLS_FILES): Add
547 "s390-linux.xml" and "s390x-linux.xml".
548 * NEWS: Announce new feature.
549
550 2014-01-22 Baruch Siach <baruch@tkos.co.il>
551
552 * xtensa-tdep.h (xtensa_elf_greg_t): Change type to uint32_t.
553
554 2014-01-22 Pedro Alves <palves@redhat.com>
555
556 * xtensa-config.c: Include defs.h.
557
558 2014-01-22 Joel Brobecker <brobecker@adacore.com>
559
560 * common/common-utils.h: Add "ARI:" comment beside __func__
561 reference.
562
563 2014-01-22 Joel Brobecker <brobecker@adacore.com>
564
565 * common/common-utils.h (FUNCTION_NAME): Expand the macro's
566 documentation a bit.
567
568 2014-01-21 Roland McGrath <mcgrathr@google.com>
569
570 * configure.ac: Call AM_PROG_INSTALL_STRIP.
571 * configure: Regenerate.
572 * aclocal.m4: Regenerate.
573 * Makefile.in (install_sh, INSTALL_STRIP_PROGRAM, STRIP):
574 New substituted variables.
575 (install-strip): New target.
576 (INSTALL_SCRIPT): New substituted variable.
577 (FLAGS_TO_PASS): Add it.
578 (install-only): Use $(INSTALL_SCRIPT) rather than
579 $(INSTALL_PROGRAM) for gcore.
580
581 2014-01-20 Tom Tromey <tromey@redhat.com>
582
583 * cli/cli-decode.h (struct cmd_list_element): Move all bitfields
584 together.
585
586 2014-01-20 Tom Tromey <tromey@redhat.com>
587
588 * cli/cli-decode.c (add_cmd, deprecate_cmd, add_alias_cmd)
589 (add_setshow_cmd_full, delete_cmd, lookup_cmd_1)
590 (deprecated_cmd_warning, complete_on_cmdlist): Update.
591 * cli/cli-decode.h (CMD_DEPRECATED, DEPRECATED_WARN_USER)
592 (MALLOCED_REPLACEMENT, DOC_ALLOCATED): Remove.
593 (struct cmd_list_element) <flags>: Remove.
594 <cmd_deprecated, deprecated_warn_user, malloced_replacement,
595 doc_allocated>: New fields.
596 <hook_in, allow_unknown, abbrev_flag, type, var_type>: Now
597 bitfields.
598 * maint.c (maintenance_do_deprecate): Update.
599 * top.c (execute_command): Update.
600
601 2014-01-20 Baruch Siach <baruch@tkos.co.il>
602
603 * xtensa-linux-nat.c: Include asm/ptrace.h.
604
605 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
606
607 * Makefile.in (SFILES): Add d-support.c.
608 (COMMON_OBS): Add d-support.o.
609 * d-lang.h (d_parse_symbol): Add comment, now defined in
610 d-support.c.
611 * d-lang.c (parse_call_convention)
612 (parse_attributes, parse_function_types)
613 (parse_function_args, parse_type, parse_identifier)
614 (call_convention_p, d_parse_symbol): Move functions to ...
615 * d-support.c: ... New file.
616
617 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
618
619 * d-lang.h (d_parse_symbol): Add declaration.
620 * d-lang.c (extract_identifiers)
621 (extract_type_info): Remove functions.
622 (parse_call_convention, parse_attributes)
623 (parse_function_types, parse_function_args)
624 (parse_type, parse_identifier, call_convention_p)
625 (d_parse_symbol): New functions.
626 (d_demangle): Use d_parse_symbol to demangle D symbols.
627
628 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
629
630 * d-lang.h (struct builtin_d_type): New data type.
631 (builtin_d_type): Add declaration.
632 * d-lang.c (d_language_arch_info, build_d_types)
633 (builtin_d_type): New functions.
634 (enum d_primitive_types): New data type.
635 (d_language_defn): Change c_language_arch_info to
636 d_language_arch_info.
637 (d_type_data): New static variable.
638 (_initialize_d_language): Initialize d_type_data.
639
640 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
641
642 * d-lang.h (d_main_name): Add declaration.
643 * d-lang.c (d_main_name): New function.
644 * symtab.c (find_main_name): Add call to d_main_name.
645
646 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
647
648 * d-lang.c (d_language_defn): Change macro_expansion_c to
649 macro_expansion_no.
650
651 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
652
653 * MAINTAINERS: Add myself as a write-after-approval maintainer.
654
655 2014-01-17 Sergio Durigan Junior <sergiodj@redhat.com>
656
657 * breakpoint.c (insert_bp_location): Add "volatile" keyword to "struct
658 gdb_exception" declaration.
659 * remote.c (getpkt_or_notif_sane): Likewise.
660
661 2014-01-17 Doug Evans <dje@google.com>
662
663 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): New
664 function, contents of dirnames_to_char_ptr_vec_append moved here.
665 (delim_string_to_char_ptr_vec): New function.
666 (dirnames_to_char_ptr_vec_append): Rewrite.
667 * common/gdb_vecs.h (delim_string_to_char_ptr_vec): Declare.
668
669 2014-01-17 Doug Evans <dje@google.com>
670
671 * common/common-utils.h (FUNCTION_NAME): Renamed from ASSERT_FUNCTION,
672 and moved here ...
673 * common/gdb_assert.h (ASSERT_FUNCTION): ... from here.
674 #include "common-utils.h".
675 (gdb_assert, gdb_assert_fail, gdb_assert_not_reached): Update.
676 * common/vec.h (VEC_ASSERT_PASS): Update.
677 * darwin-nat.h: Replace #include of gdb_assert.h with common-utils.h.
678 (MACH_CHECK_ERROR): Update.
679
680 2014-01-17 Simon Marchi <simon.marchi@ericsson.com>
681
682 * gdbarch.sh (gdbarch_address_class_name_to_type_flags): Add
683 comments.
684 * gdbarch.h: Regenerate.
685
686 2014-01-16 Tom Tromey <tromey@redhat.com>
687
688 * value.c (struct value) <regnum>: Move earlier.
689
690 2014-01-16 Tom Tromey <tromey@redhat.com>
691
692 * remote.c (extended_remote_create_inferior): Rename from
693 extended_remote_create_inferior_1. Add "ops" argument. Remove
694 old implementation.
695
696 2014-01-16 Pedro Alves <palves@redhat.com>
697
698 * s390-linux-tdep.c (s390_frame_unwind_cache): Swallow
699 NOT_AVAILABLE_ERROR errors while parsing the prologue or reading
700 the backchain.
701
702 2014-01-16 Doug Evans <dje@google.com>
703
704 * dwarf2read.c (open_and_init_dwp_file): Fix typo in comment.
705
706 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
707
708 * btrace.h (btrace_thread_flag): New.
709 (struct btrace_thread_info) <flags>: New.
710 * record-btrace.c (record_btrace_resume_thread)
711 (record_btrace_find_thread_to_move, btrace_step_no_history)
712 (btrace_step_stopped, record_btrace_start_replaying)
713 (record_btrace_step_thread, record_btrace_decr_pc_after_break)
714 (record_btrace_find_resume_thread): New.
715 (record_btrace_resume, record_btrace_wait): Extend.
716 (record_btrace_can_execute_reverse): New.
717 (record_btrace_open): Fail in non-stop mode.
718 (record_btrace_set_replay): Split into this, ...
719 (record_btrace_stop_replaying): ... this, ...
720 (record_btrace_clear_histories): ... and this.
721 (init_record_btrace_ops): Init to_can_execute_reverse.
722 * NEWS: Announce it.
723
724 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
725
726 * target.h (struct target_ops) <to_decr_pc_after_break>: New.
727 (forward_target_decr_pc_after_break)
728 (target_decr_pc_after_break): New.
729 * target.c (forward_target_decr_pc_after_break)
730 (target_decr_pc_after_break): New.
731 * aix-thread.c (aix_thread_wait): Call target_decr_pc_after_break
732 instead of gdbarch_decr_pc_after_break.
733 * darwin-nat.c (cancel_breakpoint): Call target_decr_pc_after_break
734 instead of gdbarch_decr_pc_after_break.
735 * infrun.c (adjust_pc_after_break): Call target_decr_pc_after_break
736 instead of gdbarch_decr_pc_after_break.
737 * linux-nat.c (cancel_breakpoint): Call target_decr_pc_after_break
738 instead of gdbarch_decr_pc_after_break.
739 * linux-thread-db.c (check_event): Call target_decr_pc_after_break
740 instead of gdbarch_decr_pc_after_break.
741 * record-full.c (record_full_wait_1): Call target_decr_pc_after_break
742 instead of gdbarch_decr_pc_after_break.
743
744 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
745
746 * btrace.c: Include regcache.h.
747 (btrace_add_pc): New.
748 (btrace_enable): Call btrace_add_pc.
749 (btrace_is_empty): New.
750 * btrace.h (btrace_is_empty): New.
751 * record-btrace.c (require_btrace, record_btrace_info): Call
752 btrace_is_empty.
753
754 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
755
756 * common/linux-btrace.c (perf_event_read_bts, linux_read_btrace):
757 Support delta reads.
758 (linux_disable_btrace): Change return type.
759 * common/linux-btrace.h (linux_read_btrace): Change parameters
760 and return type to allow error reporting. Update users.
761 (linux_disable_btrace): Change return type. Update users.
762 * common/btrace-common.h (btrace_read_type) <BTRACE_READ_DELTA>:
763 New.
764 (btrace_error): New.
765 (btrace_block) <begin>: Comment on BEGIN == 0.
766 * btrace.c (btrace_compute_ftrace): Start from the end of
767 the current trace.
768 (btrace_stitch_trace, btrace_clear_history): New.
769 (btrace_fetch): Read delta trace, return if replaying.
770 (btrace_clear): Move clear history code to btrace_clear_history.
771 (parse_xml_btrace): Throw an error if parsing failed.
772 * target.h (struct target_ops) <to_read_btrace>: Change parameters
773 and return type to allow error reporting.
774 (target_read_btrace): Change parameters and return type to allow
775 error reporting.
776 * target.c (target_read_btrace): Update.
777 * remote.c (remote_read_btrace): Support delta reads. Pass
778 errors on.
779 * NEWS: Announce it.
780
781 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
782
783 * record.h (record_btrace_frame_unwind)
784 (record_btrace_tailcall_frame_unwind): New declarations.
785 * dwarf2-frame: Include record.h
786 (dwarf2_frame_cfa): Throw an error for btrace frames.
787 * record-btrace.c: Include hashtab.h.
788 (btrace_get_bfun_name): New.
789 (btrace_call_history): Call btrace_get_bfun_name.
790 (struct btrace_frame_cache): New.
791 (bfcache): New.
792 (bfcache_hash, bfcache_eq, bfcache_new): New.
793 (btrace_get_frame_function): New.
794 (record_btrace_frame_unwind_stop_reason): Allow unwinding.
795 (record_btrace_frame_this_id): Compute own id.
796 (record_btrace_frame_prev_register): Provide PC, throw_error
797 for all other registers.
798 (record_btrace_frame_sniffer): Detect btrace frames.
799 (record_btrace_tailcall_frame_sniffer): New.
800 (record_btrace_frame_dealloc_cache): New.
801 (record_btrace_frame_unwind): Add new functions.
802 (record_btrace_tailcall_frame_unwind): New.
803 (_initialize_record_btrace): Allocate cache.
804 * btrace.c (btrace_clear): Call reinit_frame_cache.
805 * NEWS: Announce it.
806
807 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
808
809 * record-btrace.c (record_btrace_set_replay)
810 (record_btrace_goto_begin, record_btrace_goto_end)
811 (record_btrace_goto): New.
812 (init_record_btrace_ops): Initialize them.
813 * NEWS: Announce it.
814
815 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
816
817 * record-btrace.c (record_btrace_find_new_threads)
818 (record_btrace_thread_alive): New.
819 (init_record_btrace_ops): Initialize to_find_new_threads and
820 to_thread_alive.
821
822 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
823
824 * record-btrace.c (record_btrace_resume): New.
825 (record_btrace_wait): New.
826 (init_record_btrace_ops): Initialize to_wait and to_resume.
827
828 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
829
830 * record-btrace.c (record_btrace_xfer_partial)
831 (record_btrace_insert_breakpoint, record_btrace_remove_breakpoint)
832 (record_btrace_allow_memory_access): New.
833 (init_record_btrace_ops): Initialize new methods.
834 * target.c (raw_memory_xfer_partial): Bail out if target reports
835 that this memory is not available.
836
837 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
838
839 * target.h (target_ops) <to_insert_breakpoint>
840 <to_remove_breakpoint>: Add target_ops parameter.
841 (forward_target_insert_breakpoint): New.
842 (forward_target_remove_breakpoint): New.
843 (memory_remove_breakpoint, memory_insert_breakpoint):
844 Add target_ops parameter.
845 * target.c (target_insert_breakpoint): Split into this and ...
846 (forward_target_insert_breakpoint): ... this.
847 (target_remove_breakpoint): Split into this and ...
848 (forward_target_remove_breakpoint): ... this.
849 (debug_to_insert_breakpoint): Add target_ops parameter.
850 Call forward_target_insert_breakpoint.
851 (debug_to_remove_breakpoint): Add target_ops parameter.
852 Call forward_target_remove_breakpoint.
853 (update_current_target): Do not inherit or default to_insert_breakpoint
854 and to_remove_breakpoint.
855 * corelow.c (ignore): Add target_ops parameter.
856 * exec.c (ignore): Add target_ops parameter.
857 * mem-break.c (memory_insert_breakpoint, memory_remove_breakpoint):
858 Add target_ops parameter.
859 * monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint):
860 Add target_ops parameter.
861 * nto-procfs.c (procfs_insert_breakpoint, procfs_remove_breakpoint):
862 Add target_ops parameter.
863 * record-full.c (record_full_beneath_to_insert_breakpoint)
864 (record_full_beneath_to_remove_breakpoint, tmp_to_insert_breakpoint)
865 (tmp_to_remove_breakpoint, record_full_insert_breakpoint)
866 (record_full_remove_breakpoint, record_full_core_insert_breakpoint)
867 (record_full_core_remove_breakpoint): Add target_ops parameter.
868 Update users.
869 (record_full_beneath_to_insert_breakpoint_ops)
870 (record_full_beneath_to_remove_breakpoint_ops)
871 (tmp_to_insert_breakpoint_ops, tmp_to_remove_breakpoint_ops): New.
872 (record_full_open): Initialize tmp_to_insert_breakpoint_ops,
873 tmp_to_remove_breakpoint_ops,
874 record_full_beneath_to_insert_breakpoint_ops, and
875 record_full_beneath_to_remove_breakpoint_ops.
876 * remote-m32r-sdi.c (m32r_insert_breakpoint)
877 (m32r_remove_breakpoint): Add target_ops parameter.
878 * remote-mips.c (mips_insert_breakpoint, mips_remove_breakpoint):
879 Add target_ops parameter.
880 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint):
881 Add target_ops parameter.
882
883 2014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
884 Markus Metzger <markus.t.metzger@intel.com>
885
886 * record-btrace.c: Include frame-unwind.h.
887 (record_btrace_frame_unwind_stop_reason)
888 (record_btrace_frame_this_id, record_btrace_frame_prev_register)
889 (record_btrace_frame_sniffer, record_btrace_frame_unwind):
890 New.
891 (init_record_btrace_ops): Install it.
892
893 2014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
894
895 * frame.c (get_frame_unwind_stop_reason): Unconditionally call
896 get_prev_frame_1.
897
898 2014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
899
900 * dwarf2-frame.c (dwarf2_frame_cfa): Move UNWIND_UNAVAILABLE check
901 earlier.
902
903 2014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
904
905 * frame-unwind.c: Include target.h.
906 (frame_unwind_try_unwinder): New function with code from ...
907 (frame_unwind_find_by_frame): ... here. New variable
908 unwinder_from_target, call also target_get_unwinder)
909 (target_get_tailcall_unwinder, and frame_unwind_try_unwinder for it.
910 * target.c (target_get_unwinder, target_get_tailcall_unwinder): New.
911 * target.h (struct target_ops): New fields to_get_unwinder and
912 to_get_tailcall_unwinder.
913 (target_get_unwinder, target_get_tailcall_unwinder): New declarations.
914
915 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
916
917 * record-btrace.c (record_btrace_fetch_registers)
918 (record_btrace_store_registers)
919 (record_btrace_to_prepare_to_store): New.
920 (init_record_btrace_ops): Add the above.
921
922 2014-01-16 Tom Tromey <tromey@redhat.com>
923
924 * windows-nat.c (windows_prepare_to_store): Add 'self' argument.
925 * target.h (struct target_ops) <to_prepare_to_store>: Add
926 argument.
927 (target_prepare_to_store): Add argument.
928 * target.c (debug_to_prepare_to_store): Add argument.
929 (update_current_target): Update.
930 * remote.c (remote_prepare_to_store): Add 'self' argument.
931 * remote-sim.c (gdbsim_prepare_to_store): Add 'self' argument.
932 * remote-mips.c (mips_prepare_to_store): Add 'self' argument.
933 * remote-m32r-sdi.c (m32r_prepare_to_store): Add 'self' argument.
934 * record-full.c (record_full_core_prepare_to_store): Add 'self'
935 argument.
936 * ravenscar-thread.c (ravenscar_prepare_to_store): Add argument.
937 * nto-procfs.c (procfs_prepare_to_store): Add 'self' argument.
938 * monitor.c (monitor_prepare_to_store): Add 'self' argument.
939 * inf-child.c (inf_child_prepare_to_store): Add 'self' argument.
940 * go32-nat.c (go32_prepare_to_store): Add 'self' argument.
941
942 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
943
944 * btrace.h (replay) <replay>: New.
945 (btrace_is_replaying): New.
946 * btrace.c (btrace_clear): Free replay iterator.
947 (btrace_is_replaying): New.
948 * record-btrace.c (record_btrace_is_replaying): New.
949 (record_btrace_info): Print insn number if replaying.
950 (record_btrace_insn_history): Start at replay position.
951 (record_btrace_call_history): Start at replay position.
952 (init_record_btrace_ops): Init to_record_is_replaying.
953
954 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
955
956 * record-btrace.c (record_btrace_insn_history_range): Include
957 end.
958 (record_btrace_insn_history_from): Adjust range.
959 (record_btrace_call_history_range): Include
960 end.
961 (record_btrace_call_history_from): Adjust range.
962 * NEWS: Announce changes.
963
964 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
965
966 * record.h (enum record_print_flag)
967 <record_print_indent_calls>: New.
968 * record.c (get_call_history_modifiers): Recognize /c modifier.
969 (_initialize_record): Document /c modifier.
970 * record-btrace.c (btrace_call_history): Add btinfo parameter.
971 Reorder fields. Optionally indent the function name. Update
972 all users.
973 * NEWS: Announce changes.
974
975 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
976
977 * common/linux-btrace.c (linux_enable_btrace): Enlarge buffer.
978
979 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
980
981 * btrace.c (ftrace_new_function): Start counting at one.
982 * record-btrace.c (record_btrace_info): Adjust number of calls
983 and insns.
984 * NEWS: Announce it.
985
986 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
987
988 * record-btrace.c (btrace_call_history_insn_range): Print
989 insn range as [begin, end].
990
991 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
992
993 * btrace.h (struct btrace_func_link): New.
994 (enum btrace_function_flag): New.
995 (struct btrace_inst): Rename to ...
996 (struct btrace_insn): ...this. Update all users.
997 (struct btrace_func) <ibegin, iend>: Remove.
998 (struct btrace_func_link): New.
999 (struct btrace_func): Rename to ...
1000 (struct btrace_function): ...this. Update all users.
1001 (struct btrace_function) <segment, flow, up, insn, insn_offset)
1002 (number, level, flags>: New.
1003 (struct btrace_insn_iterator): Rename to ...
1004 (struct btrace_insn_history): ...this.
1005 Update all users.
1006 (struct btrace_insn_iterator, btrace_call_iterator): New.
1007 (struct btrace_target_info) <btrace, itrace, ftrace>: Remove.
1008 (struct btrace_target_info) <begin, end, level>
1009 <insn_history, call_history>: New.
1010 (btrace_insn_get, btrace_insn_number, btrace_insn_begin)
1011 (btrace_insn_end, btrace_insn_prev, btrace_insn_next)
1012 (btrace_insn_cmp, btrace_find_insn_by_number, btrace_call_get)
1013 (btrace_call_number, btrace_call_begin, btrace_call_end)
1014 (btrace_call_prev, btrace_call_next, btrace_call_cmp)
1015 (btrace_find_function_by_number, btrace_set_insn_history)
1016 (btrace_set_call_history): New.
1017 * btrace.c (btrace_init_insn_iterator)
1018 (btrace_init_func_iterator, compute_itrace): Remove.
1019 (ftrace_print_function_name, ftrace_print_filename)
1020 (ftrace_skip_file): Change
1021 parameter to const.
1022 (ftrace_init_func): Remove.
1023 (ftrace_debug): Use new btrace_function fields.
1024 (ftrace_function_switched): Also consider gaining and
1025 losing symbol information).
1026 (ftrace_print_insn_addr, ftrace_new_call, ftrace_new_return)
1027 (ftrace_new_switch, ftrace_find_caller, ftrace_new_function)
1028 (ftrace_update_caller, ftrace_fixup_caller, ftrace_new_tailcall):
1029 New.
1030 (ftrace_new_function): Move. Remove debug print.
1031 (ftrace_update_lines, ftrace_update_insns): New.
1032 (ftrace_update_function): Check for call, ret, and jump.
1033 (compute_ftrace): Renamed to ...
1034 (btrace_compute_ftrace): ...this. Rewritten to compute call
1035 stack.
1036 (btrace_fetch, btrace_clear): Updated.
1037 (btrace_insn_get, btrace_insn_number, btrace_insn_begin)
1038 (btrace_insn_end, btrace_insn_prev, btrace_insn_next)
1039 (btrace_insn_cmp, btrace_find_insn_by_number, btrace_call_get)
1040 (btrace_call_number, btrace_call_begin, btrace_call_end)
1041 (btrace_call_prev, btrace_call_next, btrace_call_cmp)
1042 (btrace_find_function_by_number, btrace_set_insn_history)
1043 (btrace_set_call_history): New.
1044 * record-btrace.c (require_btrace): Use new btrace thread
1045 info fields.
1046 (record_btrace_info, btrace_insn_history)
1047 (record_btrace_insn_history, record_btrace_insn_history_range):
1048 Use new btrace thread info fields and new iterator.
1049 (btrace_func_history_src_line): Rename to ...
1050 (btrace_call_history_src_line): ...this. Use new btrace
1051 thread info fields.
1052 (btrace_func_history): Rename to ...
1053 (btrace_call_history): ...this. Use new btrace thread info
1054 fields and new iterator.
1055 (record_btrace_call_history, record_btrace_call_history_range):
1056 Use new btrace thread info fields and new iterator.
1057
1058 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1059
1060 * frame.h (frame_id_build_unavailable_stack_special): New.
1061 * frame.c (frame_id_build_unavailable_stack_special): New.
1062
1063 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1064
1065 * amd64-tdep.c (amd64_classify_insn_at, amd64_insn_is_call)
1066 (amd64_insn_is_ret, amd64_insn_is_jump, amd64_jmp_p): New.
1067 (amd64_init_abi): Add insn_is_call, insn_is_ret, and insn_is_jump
1068 to gdbarch.
1069 * i386-tdep.c (i386_insn_is_call, i386_insn_is_ret)
1070 (i386_insn_is_jump, i386_jmp_p): New.
1071 (i386_gdbarch_init): Add insn_is_call, insn_is_ret, and
1072 insn_is_jump to gdbarch.
1073 * gdbarch.sh (insn_is_call, insn_is_ret, insn_is_jump): New.
1074 * gdbarch.h: Regenerated.
1075 * gdbarch.c: Regenerated.
1076 * arch-utils.h (default_insn_is_call, default_insn_is_ret)
1077 (default_insn_is_jump): New.
1078 * arch-utils.c (default_insn_is_call, default_insn_is_ret)
1079 (default_insn_is_jump): New.
1080
1081 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1082
1083 * common/btrace-common.h (btrace_read_type) <btrace_read_all>:
1084 Change to ...
1085 (btrace_read_type) <BTRACE_READ_ALL>: ... this. Update users.
1086 (btrace_read_type) <btrace_read_new>: Change to ...
1087 (btrace_read_type) <BTRACE_READ_NEW>: ... this. Update users.
1088
1089 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1090
1091 * common/linux-btrace.c (linux_read_btrace): Free trace from
1092 previous iteration.
1093
1094 2014-01-15 Doug Evans <dje@google.com>
1095
1096 * dwarf2read.c (open_and_init_dwp_file): Use pulongest to print
1097 uint32_t.
1098
1099 2014-01-15 Tom Tromey <tromey@redhat.com>
1100
1101 * dbxread.c (process_one_symbol): Use set_objfile_main_name.
1102 * dwarf2read.c (read_partial_die): Use set_objfile_main_name.
1103 * objfiles.c (get_objfile_bfd_data): Initialize language_of_main.
1104 (set_objfile_main_name): New function.
1105 * objfiles.h (struct objfile_per_bfd_storage) <name_of_main,
1106 language_of_main>: New fields.
1107 (set_objfile_main_name): Declare.
1108 * symtab.c (find_main_name): Loop over objfiles to find the main
1109 name and language.
1110 (set_main_name): Now static.
1111 (get_main_info): Add comment.
1112 * symtab.h (set_main_name): Don't declare.
1113
1114 2014-01-15 Tom Tromey <tromey@redhat.com>
1115
1116 * symtab.c (main_progspace_key): New global.
1117 (struct main_info): New.
1118 (name_of_main, language_of_main): Remove.
1119 (get_main_info, main_info_cleanup): New function.
1120 (set_main_name, main_name, main_language): Use get_main_info.
1121 (_initialize_symtab): Initialize main_progspace_key.
1122
1123 2014-01-15 Tom Tromey <tromey@redhat.com>
1124
1125 * dbxread.c (process_one_symbol): Update.
1126 * dwarf2read.c (read_partial_die): Update.
1127 * symfile.c (set_initial_language): Call main_language.
1128 * symtab.c (language_of_main): Now static.
1129 (set_main_name): Add 'lang' parameter.
1130 (find_main_name): Update.
1131 (main_language): New function.
1132 (symtab_observer_executable_changed): Update.
1133 * symtab.h (set_main_name): Update.
1134 (language_of_main): Remove.
1135 (main_language): Declare.
1136
1137 2014-01-15 Tom Tromey <tromey@redhat.com>
1138
1139 * symfile.c (init_entry_point_info): Use new "initialized" field.
1140 Update.
1141 * objfiles.h (struct entry_point) <initialized>: New field.
1142 (struct objfile_per_bfd_storage) <ei>: New field, moved from...
1143 (struct objfile) <ei>: ...here. Remove.
1144 * objfiles.c (entry_point_address_query): Update.
1145
1146 2014-01-15 Tom Tromey <tromey@redhat.com>
1147
1148 * objfiles.c (entry_point_address_query): Relocate entry point
1149 address.
1150 (objfile_relocate1): Do not relocate entry point address.
1151 * objfiles.h (struct entry_info) <entry_point>: Update comment.
1152 <the_bfd_section_index>: New field.
1153 * symfile.c (init_entry_point_info): Find the entry point's
1154 section.
1155
1156 2014-01-15 Tom Tromey <tromey@redhat.com>
1157
1158 * solib-frv.c (enable_break): Use entry_point_address_query.
1159
1160 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
1161
1162 * NEWS: Add note on improved process record-replay on
1163 arm*-linux* targets.
1164
1165 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
1166
1167 * arm-tdep.c (enum arm_record_result): New enum.
1168 (arm_record_unsupported_insn): New function.
1169 (arm_record_coproc_data_proc): Removed.
1170 (thumb2_record_ld_st_multiple): New function.
1171 (thumb2_record_ld_st_dual_ex_tbb): New function.
1172 (thumb2_record_data_proc_sreg_mimm): New function.
1173 (thumb2_record_ps_dest_generic): New function.
1174 (thumb2_record_branch_misc_cntrl): New function.
1175 (thumb2_record_str_single_data): New function.
1176 (thumb2_record_ld_mem_hints): New function.
1177 (thumb2_record_ld_word): New function.
1178 (thumb2_record_lmul_lmla_div): New function.
1179 (thumb2_record_decode_insn_handler): New function.
1180 (decode_insn): Add thumb32 instruction handlers.
1181
1182 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
1183
1184 * arm-linux-tdep.c: Include "record-full.h" and "linux-record.h".
1185 (struct arm_linux_record_tdep): Declare.
1186 (arm_canonicalize_syscall): New function.
1187 (arm_all_but_pc_registers_record): New function.
1188 (arm_linux_syscall_record): New function.
1189 (arm_linux_init_abi): Add syscall recording constructs.
1190 * arm-tdep.c (thumb_record_ldm_stm_swi): Update thumb syscall
1191 decoding. (arm_record_coproc_data_proc): Update arm syscall
1192 decoding.
1193 * arm-tdep.h (struct gdbarch_tdep) <arm_swi_record>: Remove.
1194 <arm_syscall_record>: New field.
1195 * configure.tgt (arm*-*-linux*): Add linux-record.o to
1196 gdb_target_obs.
1197
1198 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
1199
1200 * arm-tdep.c (thumb_record_misc): Update to use sp as base
1201 register for push instruction recording.
1202
1203 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
1204
1205 * arm-tdep.c (thumb_record_misc): Update to correct logical
1206 error while recording ldm, ldmia and pop instructions.
1207
1208 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
1209
1210 * arm-tdep.c (struct arm_mem_r) <addr>: Change type to uint32_t.
1211
1212 2014-01-15 Pedro Alves <palves@redhat.com>
1213
1214 * go32-nat.c (go32_open, go32_close, go32_attach, go32_detach)
1215 (go32_resume, go32_fetch_registers, store_register)
1216 (go32_store_registers, go32_prepare_to_store)
1217 (go32_xfer_memory, go32_files_info, go32_kill_inferior)
1218 (go32_create_inferior, go32_can_run, go32_terminal_init)
1219 (go32_terminal_inferior, go32_terminal_ours): Delete forward
1220 declarations.
1221
1222 2014-01-15 Tom Tromey <tromey@redhat.com>
1223
1224 * target.h (async_callback_ftype): New typedef.
1225 (struct target_ops) <to_async>: Use it.
1226
1227 2014-01-15 Joel Brobecker <brobecker@adacore.com>
1228
1229 * python/py-value.c (get_field_type): Remove unnecessary curly
1230 braces for single-statement if block.
1231
1232 2014-01-15 Joel Brobecker <brobecker@adacore.com>
1233
1234 * python/py-type.c (convert_field): Add missing empty line
1235 after declarations.
1236
1237 2014-01-14 Doug Evans <dje@google.com>
1238
1239 * symfile.h (expand_symtabs_matching): Renamed from
1240 expand_partial_symbol_names. Update prototype.
1241 (map_symbol_filenames): Renamed from map_partial_symbol_filenames.
1242 * symfile.c (expand_symtabs_matching): Renamed from
1243 expand_partial_symbol_names. New args file_matcher, kind.
1244 Rename arg fun to symbol_matcher.
1245 (map_symbol_filenames): Renamed from map_partial_symbol_filenames.
1246 * ada-lang.c (ada_complete_symbol_matcher): Renamed from
1247 ada_expand_partial_symbol_name.
1248 (ada_make_symbol_completion_list): Update to call
1249 expand_symtabs_matching.
1250 (ada_add_global_exceptions): Call expand_symtabs_matching.
1251 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update to
1252 call map_symbol_filenames.
1253 * symtab.c (sources_info): Update to call map_symbol_filenames.
1254 (search_symbols): Call expand_symtabs_matching.
1255 (symbol_completion_matcher): Renamed from expand_partial_symbol_name.
1256 (default_make_symbol_completion_list_break_on): Update to call
1257 expand_symtabs_matching.
1258 (make_source_files_completion_list): Update to call
1259 map_symbol_filenames.
1260
1261 2014-01-14 Doug Evans <dje@google.com>
1262
1263 * symfile.h (expand_symtabs_file_matcher_ftype): New typedef.
1264 (expand_symtabs_symbol_matcher_ftype): New typedef.
1265 (quick_symbol_functions.expand_symtabs_matching): Update to use.
1266 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
1267 * symfile.c (expand_partial_symbol_names): Update to use
1268 expand_symtabs_symbol_matcher_ftype.
1269 * dwarf2read.c (dw2_expand_symtabs_matching): Update to use
1270 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
1271 Arg name_matcher renamed to symbol_matcher.
1272 * psymtab.c (recursively_search_psymtabs): Update to use
1273 expand_symtabs_symbol_matcher_ftype. Arg name_matcher renamed to
1274 sym_matcher.
1275 (expand_symtabs_matching_via_partial): Update to use
1276 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
1277 Arg name_matcher renamed to symbol_matcher.
1278
1279 2014-01-14 Doug Evans <dje@google.com>
1280
1281 * psymtab.c (expand_partial_symbol_names): Delete, moved to symfile.c.
1282 (map_partial_symbol_filenames): Ditto.
1283 * psymtab.h (expand_partial_symbol_names): Delete, moved to symfile.h.
1284 (map_partial_symbol_filenames): Ditto.
1285 * symfile.c (expand_partial_symbol_names): Moved here from psymtab.c.
1286 (map_partial_symbol_filenames): Ditto.
1287 * symfile.h (expand_partial_symbol_names): Moved here from psymtab.h.
1288 (map_partial_symbol_filenames): Ditto.
1289 * symtab.c: Delete #include "psymtab.h".
1290
1291 2014-01-14 Pedro Alves <palves@redhat.com>
1292 Tom Tromey <tromey@redhat.com>
1293
1294 * infrun.c (use_displaced_stepping): Use find_record_target
1295 instead of RECORD_IS_USED.
1296 (adjust_pc_after_break): Use record_full_is_used instead of
1297 RECORD_IS_USED.
1298 * record-btrace.c (record_btrace_open): Call record_preopen
1299 instead of checking RECORD_IS_USED.
1300 * record-full.c (record_full_shortname)
1301 (record_full_core_shortname): New globals.
1302 (record_full_is_used): New function.
1303 (find_full_open): Call record_preopen instead of checking
1304 RECORD_IS_USED.
1305 (init_record_full_ops): Set the target's shortname to
1306 record_full_shortname.
1307 (init_record_full_core_ops): Set the target's shortname to
1308 record_full_core_shortname.
1309 * record-full.h (record_full_is_used): Declare.
1310 * record.c (find_record_target): Make extern.
1311 (record_preopen): New function.
1312 * record.h (RECORD_IS_USED): Delete macro.
1313 (find_record_target, record_preopen): Declare functions.
1314
1315 2014-01-14 Yao Qi <yao@codesourcery.com>
1316
1317 * gdbarch.sh (core_xfer_shared_libraries): Change its argument
1318 'len''s type to ULONGEST.
1319 (core_xfer_shared_libraries_aix): Likewise.
1320 * gdbarch.c, gdbarch.h: Regenerated.
1321 * i386-cygwin-tdep.c (windows_core_xfer_shared_libraries):
1322 Change type of 'len' to ULONGEST.
1323 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
1324 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
1325
1326 2014-01-14 Yao Qi <yao@codesourcery.com>
1327
1328 * common/linux-osdata.c (linux_xfer_osdata_processes): Change
1329 type of 'len' to ULONGEST.
1330 (linux_xfer_osdata_processgroups): Likewise.
1331 (linux_xfer_osdata_threads): Likewise.
1332 (linux_xfer_osdata_fds): Likewise.
1333 (linux_xfer_osdata_isockets): Likewise.
1334 (linux_xfer_osdata_shm): Likewise.
1335 (linux_xfer_osdata_sem): Likewise.
1336 (linux_xfer_osdata_msg): Likewise.
1337 (linux_common_xfer_osdata): Likewise.
1338 (struct osdata_type) <getter>: Likewise.
1339 * common/linux-osdata.h (linux_common_xfer_osdata): Update
1340 the declaration.
1341
1342 2014-01-14 Yao Qi <yao@codesourcery.com>
1343
1344 * target.h (target_xfer_partial_ftype): Update.
1345 (struct target_ops) <to_xfer_partial>: Change 'len' type to
1346 ULONGEST.
1347 * aix-thread.c (aix_thread_xfer_partial): Change type of
1348 argument 'len' to ULONGEST.
1349 * auxv.c (procfs_xfer_auxv): Likewise.
1350 (ld_so_xfer_auxv): Likewise.
1351 (memory_xfer_auxv): Likewise.
1352 * bfd-target.c (target_bfd_xfer_partial): Likewise.
1353 * bsd-kvm.c (bsd_kvm_xfer_partial): Likewise.
1354 * bsd-uthread.c (bsd_uthread_xfer_partial): Likewise.
1355 * corelow.c (core_xfer_partial): Likewise.
1356 * ctf.c (ctf_xfer_partial): Likewise.
1357 * darwin-nat.c (darwin_read_write_inferior): Likewise. Use
1358 '%u'.
1359 (darwin_read_dyld_info): Likewise.
1360 (darwin_xfer_partial): Likewise.
1361 * exec.c (section_table_xfer_memory_partial): Likewise.
1362 (exec_xfer_partial): Likewise.
1363 * exec.h (section_table_xfer_memory_partial): Update
1364 declaration.
1365 * gnu-nat.c (gnu_xfer_memory): Likewise. Call pulongest
1366 instead of plongest.
1367 (gnu_xfer_partial): Likewise.
1368 * ia64-hpux-nat.c (ia64_hpux_xfer_memory): Likewise.
1369 (ia64_hpux_xfer_solib_got): Likewise.
1370 (ia64_hpux_xfer_partial): Likewise.
1371 * ia64-linux-nat.c (ia64_linux_xfer_partial):
1372 * inf-ptrace.c (inf_ptrace_xfer_partial):
1373 * inf-ttrace.c (inf_ttrace_xfer_partial):
1374 * linux-nat.c (linux_xfer_siginfo): Likewise.
1375 (linux_nat_xfer_partial): Likewise.
1376 (spu_enumerate_spu_ids, linux_proc_xfer_spu): Likewise.
1377 (linux_nat_xfer_osdata, linux_xfer_partial): Likewise.
1378 * monitor.c (monitor_xfer_memory): Likewise.
1379 (monitor_xfer_partial): Likewise.
1380 * procfs.c (procfs_xfer_partial): Likewise.
1381 * record-full.c (record_full_xfer_partial): Likewise.
1382 (record_full_core_xfer_partial): Likewise.
1383 * remote-sim.c (gdbsim_xfer_memory): Likewise. Call pulongest
1384 instead of plongest.
1385 (gdbsim_xfer_partial): Likewise.
1386 * remote.c (remote_xfer_partial): Likewise.
1387 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
1388 * rs6000-aix-tdep.h (rs6000_aix_ld_info_to_xml): Update
1389 declaration.
1390 * rs6000-nat.c (rs6000_xfer_partial): Likewise.
1391 (rs6000_xfer_shared_libraries): Likewise.
1392 * sol-thread.c (sol_thread_xfer_partial): Likewise.
1393 * sparc-nat.c (sparc_xfer_wcookie): Likewise.
1394 (sparc_xfer_partial): Likewise.
1395 * spu-linux-nat.c (spu_proc_xfer_spu): Likewise.
1396 (spu_xfer_partial): Likewise.
1397 * spu-multiarch.c (spu_xfer_partial): Likewise.
1398 * target.c (target_read_live_memory): Likewise.
1399 (memory_xfer_live_readonly_partial): Likewise.
1400 (memory_xfer_partial, memory_xfer_partial_1): Likewise.
1401 (target_xfer_partial, default_xfer_partial): Likewise.
1402 (current_xfer_partial): Likewise.
1403 * tracepoint.c (tfile_xfer_partial): Likewise.
1404 * windows-nat.c (windows_xfer_memory): Likewise. Call
1405 pulongest instead of plongest.
1406 (windows_xfer_partial): Likewise.
1407 (windows_xfer_shared_libraries): Likewise.
1408
1409 2014-01-14 Yao Qi <yao@codesourcery.com>
1410
1411 * rs6000-nat.c (rs6000_xfer_shared_libraries): Use
1412 target_xfer_partial_ftype.
1413
1414 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
1415
1416 PR python/15464
1417 PR python/16113
1418 * valops.c (value_struct_elt_bitpos): New function
1419 * py-type.c (convert_field): Set 'name' attribute of a gdb.Field
1420 object to 'None' if the field name is an empty string ("").
1421 * python/py-value.c (valpy_getitem): Use 'bitpos' and 'type'
1422 attribute to look for a field when 'name' is 'None'.
1423 (get_field_type): New function
1424
1425 2014-01-13 Doug Evans <dje@google.com>
1426
1427 PR symtab/16426
1428 * dwarf2read.c (dwarf2_get_dwz_file): Call gdb_bfd_record_inclusion.
1429 (try_open_dwop_file): Ditto.
1430 * gdb_bfd.c: #include "vec.h".
1431 (bfdp): New typedef.
1432 (struct gdb_bfd_data): New member included_bfds.
1433 (gdb_bfd_unref): Unref all included bfds.
1434 (gdb_bfd_record_inclusion): New function.
1435 * gdb_bfd.h (gdb_bfd_record_inclusion): Declare.
1436
1437 2014-01-13 Tom Tromey <tromey@redhat.com>
1438
1439 * gdbcore.h (deprecated_core_resize_section_table): Remove.
1440
1441 2014-01-13 Tom Tromey <tromey@redhat.com>
1442
1443 * defs.h (use_windows): Remove.
1444 * gdb.c (main): Update.
1445 * main.c (captured_main, gdb_main): Update.
1446 * main.h (struct captured_main_args) <use_windows>: Remove.
1447 * top.c (use_windows): Remove.
1448
1449 2014-01-13 Tom Tromey <tromey@redhat.com>
1450
1451 * defs.h (deprecated_flush_hook): Remove.
1452
1453 2014-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1454
1455 PR threads/16216
1456 * linux-thread-db.c (try_thread_db_load): Add parameter
1457 check_auto_load_safe. Move here the file_is_auto_load_safe call.
1458 (try_thread_db_load_from_pdir_1): Move it there from here.
1459 (try_thread_db_load_from_sdir): Update caller.
1460 (try_thread_db_load_from_dir): Move it there from here.
1461
1462 2014-01-13 Patrick Palka <patrick@parcs.ath.cx>
1463
1464 * regformats/regdat.sh: Always rewrite the register file.
1465
1466 2014-01-13 Pedro Alves <palves@redhat.com>
1467
1468 * Makefile.in (CHECK_HEADERS): New variable.
1469 (check-headers:): New rule.
1470
1471 2014-01-13 Tom Tromey <tromey@redhat.com>
1472
1473 * cli/cli-setshow.c (do_set_command): Update.
1474 * defs.h (deprecated_set_hook): Remove.
1475 * top.c (deprecated_set_hook): Remove.
1476
1477 2014-01-13 Pedro Alves <palves@redhat.com>
1478
1479 * tracepoint.c (tfile_fetch_registers): Don't infer the PC from
1480 the tracepoint if the PC is a pseudo-register.
1481
1482 2014-01-13 Tom Tromey <tromey@redhat.com>
1483
1484 * defs.h (XCALLOC): Remove.
1485 * bcache.c (bcache_xmalloc): Use XCNEW, not XCALLOC.
1486 (print_bcache_statistics): Use XCNEWVEC, not XCALLOC.
1487 * dwarf2loc.c (allocate_piece_closure): Likewise.
1488 * elfread.c (elf_symfile_segments): Likewise.
1489 (elf_symfile_segments): Likewise.
1490 * gdbtypes.c (copy_type_recursive): Likewise.
1491 * i386-tdep.c (i386_gdbarch_init): Use XCNEW, not XCALLOC.
1492 * jit.c (jit_frame_sniffer): Use XCNEWVEC, not XCALLOC.
1493 * minsyms.c (prim_record_minimal_symbol_full): Use XCNEW, not
1494 XCALLOC.
1495 * mt-tdep.c (mt_gdbarch_init): Likewise.
1496 * opencl-lang.c (allocate_lval_closure): Use XCNEWVEC, not
1497 XCALLOC.
1498 * psymtab.c (psymbol_compare): Use XCNEW, not XCALLOC.
1499 * regcache.c (regcache_xmalloc_1): Use XCNEWVEC, not XCALLOC.
1500 * registry.c (registry_alloc_data): Likewise.
1501 * rs6000-tdep.c (rs6000_gdbarch_init): Use XCNEW, not XCALLOC.
1502 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
1503 * serial.c (serial_fdopen_ops): Likewise.
1504 * solib-aix.c (solib_aix_get_section_offsets): Use XCNEWVEC, not
1505 XCALLOC.
1506 * spu-tdep.c (spu_gdbarch_init): Use XCNEW, not XCALLOC.
1507 * symfile.c (default_symfile_segments): Use XCNEW and XCNEWVEC,
1508 not XCALLOC.
1509
1510 2014-01-13 Tom Tromey <tromey@redhat.com>
1511
1512 * defs.h (XMALLOC): Remove.
1513 * avr-tdep.c (avr_gdbarch_init): Use XNEW, not XMALLOC.
1514 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
1515 * cli-out.c (struct ui_out *): Likewise.
1516 * cli/cli-dump.c (add_dump_command): Likewise.
1517 (add_dump_command): Likewise.
1518 * complaints.c (get_complaints): Likewise.
1519 (find_complaint): Likewise.
1520 * dwarf2-frame.c (execute_cfa_program): Likewise.
1521 * dwarf2read.c (abbrev_table_read_table): Likewise.
1522 * gdbarch.sh: Likewise.
1523 * gdbarch.c: Rebuild.
1524 * inf-ttrace.c (inf_ttrace_add_page): Likewise.
1525 * interps.c (interp_new): Likewise.
1526 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
1527 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
1528 * mi/mi-console.c (mi_console_file_new): Likewise.
1529 * mi/mi-interp.c (mi_interpreter_init): Likewise.
1530 * mi/mi-out.c (mi_out_new): Likewise.
1531 * mi/mi-parse.c (mi_parse): Likewise.
1532 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
1533 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
1534 * observer.c (xalloc_observer_list_node): Likewise.
1535 * regcache.c (regcache_xmalloc_1): Likewise.
1536 * reggroups.c (reggroup_new): Likewise.
1537 (_initialize_reggroup): Likewise.
1538 * registry.c (register_data_with_cleanup): Likewise.
1539 * remote.c (remote_notif_stop_alloc_reply): Likewise.
1540 * ser-base.c (serial_ttystate): Likewise.
1541 * ser-mingw.c (make_pipe_state): Likewise.
1542 * ser-pipe.c (pipe_open): Likewise.
1543 * serial.c (serial_open): Likewise.
1544 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
1545 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
1546 (tui_alloc_win_info): Likewise.
1547 (tui_add_content_elements): Likewise.
1548 * tui/tui-file.c (tui_file_new): Likewise.
1549 * tui/tui-out.c (tui_out_new): Likewise.
1550 * ui-file.c (mem_file_new): Likewise.
1551 * ui-out.c (push_level): Likewise.
1552 (make_cleanup_ui_out_end): Likewise.
1553 (append_header_to_list): Likewise.
1554 (ui_out_new): Likewise.
1555 * user-regs.c (user_reg_add_builtin): Likewise.
1556
1557 2014-01-13 Tom Tromey <tromey@redhat.com>
1558
1559 * defs.h (XZALLOC): Remove.
1560 * ada-lang.c (get_ada_inferior_data): Use XCNEW, not XZALLOC.
1561 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
1562 (get_ada_tasks_inferior_data): Likewise.
1563 * auto-load.c (get_auto_load_pspace_data): Likewise.
1564 * auxv.c (get_auxv_inferior_data): Likewise.
1565 * bfd-target.c (target_bfd_reopen): Likewise.
1566 * breakpoint.c (get_catch_syscall_inferior_data): Likewise.
1567 (deprecated_insert_raw_breakpoint): Likewise.
1568 * bsd-uthread.c (bsd_uthread_pid_to_str): Likewise.
1569 * corelow.c (core_open): Likewise.
1570 * darwin-nat.c (darwin_check_new_threads): Likewise.
1571 (darwin_attach_pid): Likewise.
1572 * dummy-frame.c (dummy_frame_push): Likewise.
1573 * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
1574 * dwarf2loc.c (allocate_piece_closure): Likewise.
1575 * elfread.c (elf_symfile_segments): Likewise.
1576 * eval.c (ptrmath_type_p): Likewise.
1577 * exceptions.c (EXCEPTIONS_SIGJMP_BUF): Likewise.
1578 * gdbtypes.c (alloc_type_arch): Likewise.
1579 (alloc_type_instance): Likewise.
1580 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1581 * inf-child.c (inf_child_can_use_agent): Likewise.
1582 * inflow.c (get_inflow_inferior_data): Likewise.
1583 * infrun.c (save_infcall_suspend_state): Likewise.
1584 * jit.c (jit_reader_load): Likewise.
1585 (get_jit_objfile_data): Likewise.
1586 (get_jit_program_space_data): Likewise.
1587 (jit_object_open_impl): Likewise.
1588 (jit_symtab_open_impl): Likewise.
1589 (jit_block_open_impl): Likewise.
1590 (jit_frame_sniffer): Likewise.
1591 * linux-fork.c (add_fork): Likewise.
1592 * maint.c (make_command_stats_cleanup): Likewise.
1593 * objfiles.c (get_objfile_pspace_data): Likewise.
1594 * opencl-lang.c (struct lval_closure): Likewise.
1595 * osdata.c (osdata_start_osdata): Likewise.
1596 * progspace.c (new_address_space): Likewise.
1597 (add_program_space): Likewise.
1598 * remote-sim.c (get_sim_inferior_data): Likewise.
1599 * sh-tdep.c (sh_gdbarch_init): Likewise.
1600 * skip.c (Ignore): Likewise.
1601 (skip_delete_command): Likewise.
1602 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
1603 (library_list_start_library): Likewise.
1604 (solib_aix_current_sos): Likewise.
1605 * solib-darwin.c (get_darwin_info): Likewise.
1606 (darwin_current_sos): Likewise.
1607 * solib-dsbt.c (get_dsbt_info): Likewise.
1608 * solib-ia64-hpux.c (new_so_list): Likewise.
1609 (ia64_hpux_get_solib_linkage_addr): Likewise.
1610 * solib-spu.c (append_ocl_sos): Likewise.
1611 (spu_current_sos): Likewise.
1612 * solib-svr4.c (get_svr4_info): Likewise.
1613 (svr4_keep_data_in_core): Likewise.
1614 (library_list_start_library): Likewise.
1615 (svr4_default_sos): Likewise.
1616 (svr4_read_so_list): Likewise.
1617 * solib-target.c (library_list_start_library): Likewise.
1618 (solib_target_current_sos): Likewise.
1619 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
1620 * symfile-debug.c (install_symfile_debug_logging): Likewise.
1621 * symfile.c (default_symfile_segments): Likewise.
1622 * target-descriptions.c (tdesc_data_init): Likewise.
1623 (tdesc_create_reg): Likewise.
1624 (struct tdesc_type *): Likewise.
1625 (tdesc_create_vector): Likewise.
1626 (tdesc_set_struct_size): Likewise.
1627 (struct tdesc_type *): Likewise.
1628 (tdesc_free_feature): Likewise.
1629 (tdesc_create_feature): Likewise.
1630 * windows-nat.c (windows_add_thread): Likewise.
1631 (windows_make_so): Likewise.
1632 * xml-support.c (gdb_xml_body_text): Likewise.
1633 (gdb_xml_create_parser_and_cleanup): Likewise.
1634 (xml_process_xincludes): Likewise.
1635 * xml-syscall.c (allocate_syscalls_info): Likewise.
1636 (syscall_create_syscall_desc): Likewise.
1637
1638 2014-01-12 Sergio Durigan Junior <sergiodj@redhat.com>
1639
1640 * i386-tdep.c (i386_stap_parse_special_token_triplet): New
1641 function, with code from i386_stap_parse_special_token.
1642 (i386_stap_parse_special_token_three_arg_disp): Likewise.
1643 (i386_stap_parse_special_token): Move code to the two functions
1644 above; simplify it.
1645
1646 2014-01-09 Pedro Alves <palves@redhat.com>
1647 Hui Zhu <hui@codesourcery.com>
1648
1649 PR gdb/16101
1650 * breakpoint.c (insert_bp_location): Rename hw_bp_err_string to
1651 bp_err_string. Don't mark the location shlib_disabled if the
1652 error thrown wasn't a generic or memory error. Catch errors
1653 thrown while inserting breakpoints in overlayed code. Output
1654 error message of software breakpoints.
1655 * remote.c (remote_insert_breakpoint): If this breakpoint has
1656 target-side commands but this stub doesn't support Z0 packets,
1657 throw NOT_SUPPORTED_ERROR error.
1658 * exceptions.h (enum errors) <NOT_SUPPORTED_ERROR>: New error.
1659 * target.h (target_insert_breakpoint): Extend comment.
1660 (target_insert_hw_breakpoint): Add comment.
1661
1662 2014-01-08 Pedro Alves <palves@redhat.com>
1663
1664 * remote.c (remote_add_thread): Add threads silently if starting
1665 up.
1666 (remote_notice_new_inferior): If in all-stop, and starting up,
1667 don't call notice_new_inferior.
1668 (get_current_thread): New function, factored out from ...
1669 (add_current_inferior_and_thread): ... this. Adjust.
1670 (remote_start_remote) <all-stop>: Fetch the thread list. If we
1671 found any thread, then select the remote's current thread as GDB's
1672 current thread too.
1673
1674 2014-01-08 Joel Brobecker <brobecker@adacore.com>
1675
1676 * NEWS: Create a new section for the next release branch.
1677 Rename the section of the current branch, now that it has
1678 been cut.
1679
1680 2014-01-08 Joel Brobecker <brobecker@adacore.com>
1681
1682 GDB 7.7 branch created (79301218fa0f074c5656db0ec8972a5ddcf91fb5):
1683 * version.in: Bump version to 7.7.50.DATE-cvs.
1684
1685 2014-01-08 Yao Qi <yao@codesourcery.com>
1686
1687 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Change
1688 type of 'id' to gdb_byte. Cast 'id' to 'const char *'.
1689 (spu_xfer_partial): Cast 'buf' to 'const char *'.
1690
1691 2014-01-08 Yao Qi <yao@codesourcery.com>
1692
1693 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Pass
1694 return value of bfd_get_filename to symbol_file_add_from_bfd.
1695
1696 2014-01-08 Pierre Muller <muller@sourceware.org>
1697
1698 Fix PR16201.
1699 * coff-pe-read.c (struct read_pe_section_data): Add index field.
1700 (add_pe_exported_sym): Use SECTION_DATA->INDEX for call
1701 to prim_record_mininal_symbol_and_info.
1702 (add_pe_forwarded_sym): Use known section number of forwarded symbol
1703 in call to prim_record_minimal_symbol_and_info.
1704 (read_pe_exported_syms): Set index field of section_data.
1705
1706 2014-01-07 Andrew Pinski <apinski@cavium.com>
1707
1708 * features/aarch64-core.xml (cpsr): Change to be 64bit.
1709 * features/aarch64.c: Regenerate.
1710
1711 2014-01-07 Andreas Schwab <schwab@linux-m68k.org>
1712
1713 * target.c (return_null): Define.
1714 (update_current_target): Use it instead of return_zero for
1715 functions that return a pointer.
1716
1717 2014-01-07 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1718
1719 * source.c (add_path): Fix check for duplicated paths in the previously
1720 included paths.
1721
1722 2014-01-07 Honggyu Kim <hong.gyu.kim@lge.com>
1723
1724 * ada-lang.c: Remove duplicated include statements.
1725 * alphabsd-nat.c: Ditto.
1726 * amd64-darwin-tdep.c: Ditto.
1727 * amd64fbsd-nat.c: Ditto.
1728 * auto-load.c: Ditto.
1729 * ax-gdb.c: Ditto.
1730 * breakpoint.c: Ditto.
1731 * dbxread.c: Ditto.
1732 * fork-child.c: Ditto.
1733 * gdb_usleep.c: Ditto.
1734 * i386-darwin-tdep.c: Ditto.
1735 * i386fbsd-nat.c: Ditto.
1736 * infcmd.c: Ditto.
1737 * inferior.c: Ditto.
1738 * jv-lang.c: Ditto.
1739 * linux-nat.c: Ditto.
1740 * linux-tdep.c: Ditto.
1741 * m68kbsd-nat.c: Ditto.
1742 * m68klinux-nat.c: Ditto.
1743 * microblaze-tdep.c: Ditto.
1744 * mips-linux-tdep.c: Ditto.
1745 * mn10300-tdep.c: Ditto.
1746 * nto-tdep.c: Ditto.
1747 * opencl-lang.c: Ditto.
1748 * osdata.c: Ditto.
1749 * printcmd.c: Ditto.
1750 * regcache.c: Ditto.
1751 * remote-m32r-sdi.c: Ditto.
1752 * remote.c: Ditto.
1753 * symfile.c: Ditto.
1754 * symtab.c: Ditto.
1755 * tilegx-linux-nat.c: Ditto.
1756 * tilegx-tdep.c: Ditto.
1757 * tracepoint.c: Ditto.
1758 * valops.c: Ditto.
1759 * vaxbsd-nat.c: Ditto.
1760 * windows-nat.c: Ditto.
1761 * xtensa-tdep.c: Ditto.
1762
1763 2014-01-07 Yao Qi <yao@codesourcery.com>
1764
1765 * spu-linux-nat.c (_initialize_spu_nat): Declare.
1766
1767 2014-01-07 Yao Qi <yao@codesourcery.com>
1768 Joel Brobecker <brobecker@adacore.com>
1769
1770 * aix-thread.c (pdc_read_regs): Cast parameter to uintptr_t.
1771 (pdc_write_regs): Likewise.
1772 (fetch_regs_kernel_thread): Likewise.
1773 (store_regs_kernel_thread): Likewise.
1774
1775 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1776
1777 * ada-varobj.c (ada_varobj_adjust_for_child_access): Convert
1778 tagged type objects to their actual type.
1779
1780 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1781
1782 * ada-valprint.c (print_field_values): Add "language" parameter.
1783 Update calls to print_field_values and print_variant_part.
1784 Pass new parameter "language" in call to val_print instead
1785 of "current_language". Replace call to ada_val_print by call
1786 to val_print.
1787 (print_variant_part): Add "language" parameter.
1788 (ada_val_print_struct_union): Update call to print_field_values.
1789
1790 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1791
1792 * ada-valprint.c (ui_memcpy): Delete.
1793 (ada_print_floating): Update documentation. Add empty line
1794 between between function documentation and implementation.
1795 Delete variable "buffer". Use ui_file_xstrdup in place of
1796 ui_file_put. Minor adjustments following this change.
1797
1798 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1799
1800 * ada-valprint.c (ada_val_print_string): New function,
1801 extracted from ada_val_print_array.
1802 (ada_val_print_array): Replace extracted code by call
1803 to ada_val_print_string followed by a return. Move
1804 "else" branch to the function's top block.
1805
1806 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1807
1808 * ada-valprint.c (ada_val_print_array): Move implementation
1809 down. Rename parameter "offset" and "val" into "offset_aligned"
1810 and "original_value" respectively. Add parameter "offset".
1811
1812 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1813
1814 * ada-valprint.c (ada_val_print_ref): Rewrite by mostly
1815 re-organizing the code. Change the "???" message printed
1816 when target type is a TYPE_CODE_UNDEF into
1817 "<ref to undefined type>".
1818
1819 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1820
1821 * ada-valprint.c (print_record): Delete, implementation inlined...
1822 (ada_val_print_struct_union): ... here. Remove call to
1823 ada_check_typedef in inlined implementation.
1824
1825 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1826
1827 * ada-valprint.c (ada_val_print_gnat_array): New function,
1828 extracted from ada_val_print_1;
1829 (ada_val_print_ptr, ada_val_print_num, ada_val_print_enum)
1830 (ada_val_print_flt, ada_val_print_struct_union)
1831 (ada_val_print_ref): Likewise.
1832 (ada_val_print_1): Delete variables i and elttype.
1833 Replace extracted-out code by call to corresponding
1834 new functions.
1835
1836 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1837
1838 * ada-valprint.c (ada_val_print_1): Remove call to gdb_flush.
1839
1840 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1841
1842 * ada-valprint.c (ada_val_print_1): Replace calls to
1843 ada_val_print_1 by calls to val_print.
1844
1845 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1846
1847 * ada-valprint.c (ada_val_print_1): Add parameter "language".
1848 Update calls to self accordingly. Replace calls to c_val_print
1849 by calls to val_print.
1850
1851 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1852
1853 * ada-valprint.c (print_record): Delete declaration.
1854 (adjust_type_signedness, ada_val_print_1): Likewise.
1855 (ada_val_print): Move function implementation down.
1856 (print_variant_part, print_field_values, print_record):
1857 Move function implementation up.
1858
1859 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1860
1861 * python/py-type.c (typy_get_name): New function.
1862 (type_object_getset): Add entry for attribute "name".
1863 * NEWS: Add entry mentioning this new attribute.
1864
1865 2014-01-07 Yao Qi <yao@codesourcery.com>
1866
1867 * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
1868 statement.
1869
1870 2014-01-07 Yao Qi <yao@codesourcery.com>
1871
1872 * gnu-nat.c (info_port_rights): Add qualifier const to
1873 argument args.
1874
1875 2014-01-07 Yao Qi <yao@codesourcery.com>
1876
1877 * gnu-nat.c (trace_me): Use 'void' for empty argument list.
1878
1879 2014-01-07 Yao Qi <yao@codesourcery.com>
1880
1881 * gnu-nat.c (make_inf) Update declaration.
1882 (make_inf): Make it static.
1883 (inf_set_traced): Likewise.
1884 (inf_port_to_thread, inf_task_died_status): Likewise.
1885
1886 2014-01-07 Yao Qi <yao@codesourcery.com>
1887
1888 * gnu-nat.c (inf_tid_to_proc): Remove declaration.
1889
1890 2014-01-07 Yao Qi <yao@codesourcery.com>
1891
1892 * gnu-nat.c (_initialize_gnu_nat): Declare.
1893
1894 2014-01-07 Yao Qi <yao@codesourcery.com>
1895
1896 * gdbarch.sh (byte_order, byte_order_for_code): Change type to
1897 'enum bfd_endian'.
1898 (struct gdbarch_info) <byte_order>: Change type to
1899 'enum bfd_endian'.
1900 <byte_order_for_code>: Likewise.
1901 * gdbarch.c, gdbarch.h: Regenerated.
1902
1903 2014-01-06 Sasha Smundak <asmundak@google.com>
1904
1905 * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
1906
1907 2014-01-06 Tom Tromey <tromey@redhat.com>
1908
1909 * doublest.c (convert_doublest_to_floatformat): Use const, not
1910 CONST.
1911 * somread.c (som_symtab_read): Likewise.
1912
1913 2014-01-07 Hui Zhu <hui@codesourcery.com>
1914
1915 * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
1916 (gdb_bfd_open): Removed gdb_bfd_stash_filename.
1917 (gdb_bfd_fopen): Ditto.
1918 (gdb_bfd_openr): Ditto.
1919 (gdb_bfd_openw): Ditto.
1920 (gdb_bfd_openr_iovec): Ditto.
1921 (gdb_bfd_fdopenr): Ditto.
1922 * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
1923 * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
1924 with xstrdup.
1925 * solib-darwin.c (darwin_bfd_open): Alloc res->filename
1926 with xstrdup.
1927 * symfile-mem.c (symbol_file_add_from_memory): Removed
1928 gdb_bfd_stash_filename.
1929
1930 2014-01-03 Doug Evans <dje@google.com>
1931
1932 * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
1933 output.
1934
1935 2014-01-01 Joel Brobecker <brobecker@adacore.com>
1936
1937 Update year range in copyright notice of all files.
1938
1939 2014-01-01 Joel Brobecker <brobecker@adacore.com>
1940
1941 * top.c (print_gdb_version): Set copyright year to 2014.
1942
1943 2014-01-01 Joel Brobecker <brobecker@adacore.com>
1944
1945 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
1946
1947 For older changes see ChangeLog-2013.
1948 \f
1949 Local Variables:
1950 mode: change-log
1951 left-margin: 8
1952 fill-column: 74
1953 version-control: never
1954 coding: utf-8
1955 End:
This page took 0.153274 seconds and 5 git commands to generate.