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