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