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