94071bf1cff8de0da80851b524d9787f5ecba421
[external/binutils.git] / gdb / ChangeLog
1 2013-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
2
3         * symtab.c (skip_prologue_using_sal): Consider a file
4         change the same as an increased line number
5
6 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
7
8         * MAINTAINERS (Write After Approval): Add myself to the list. 
9
10 2013-01-24  Tom Tromey  <tromey@redhat.com>
11
12         * ada-lang.h (ada_decode_symbol): Make return type const.
13         * ada-lang.c (ada_decode_symbol): Likewise.
14
15 2013-01-23  Doug Evans  <dje@google.com>
16
17         * linespec.c (find_linespec_symbols): Make static.
18
19 2013-01-23  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
20
21         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
22         type on float conversion for complex type.
23
24 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
25
26         Add a new class gdb.Architecture which exposes GDB's
27         internal representation of architecture via GDB Python API.
28         * Makefile.in: Add entries corresponding to the new file
29         python/py-arch.c.
30         * NEWS (Python Scripting): Add entries for the new class
31         gdb.Architecture and the new method gdb.Frame.architecture.
32         * python/py-arch.c: Implement gdb.Architecture class.
33         * python/py-frame.c (frapy_arch): Implement the method
34         gdb.Frame.architecture().
35         (frame_object_methods): Add 'architecture' to the method table.
36         * python/python-internal.h: Add declarations of new utility
37         functions.
38         * python/python.c (_initialize_python): Initialize
39         gdb.Architecture class.
40
41 2013-01-23  Doug Evans  <dje@google.com>
42
43         Work around binutils/15021.
44         * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
45         type_unit_group out of union s.  All uses updated.
46         (read_index_from_section): Watch for index version 8.
47         (follow_die_sig): If using .gdb_index version <= 7, record the TU as
48         an imported symtab.
49         (write_psymtabs_to_index): Increment version number to 8.
50
51 2013-01-22  Pedro Alves  <palves@redhat.com>
52
53         * annotate.c (breakpoint_changed): Skip if breakpoint is not
54         user-visible.
55
56 2013-01-22  Pedro Alves  <palves@redhat.com>
57
58         * annotate.c (annotate_breakpoints_changed): Rename to ...
59         (annotate_breakpoints_invalid): ... this.  Make static.
60         (breakpoint_changed): Adjust.
61         (_initialize_annotate): Always install the observers.  Install a
62         "breakpoint_created" observer.
63         * annotate.h (annotate_breakpoints_changed): Delete declaration.
64         * breakpoint.c (set_breakpoint_condition)
65         (breakpoint_set_commands, do_map_commands_command)
66         (init_raw_breakpoint, clear_command, set_ignore_count)
67         (enable_breakpoint_disp): No longer call
68         annotate_breakpoints_changed.
69
70 2013-01-22  Pedro Alves  <palves@redhat.com>
71
72         * annotate.c: Include "inferior.h".
73         (frames_invalid_emitted)
74         (breakpoints_invalid_emitted): New globals.
75         (async_background_execution_p): New function.
76         (annotate_breakpoints_changed, annotate_frames_invalid): Skip
77         emitting the annotation if it has already been emitted.
78         (annotate_display_prompt): New function.
79         * annotate.h (annotate_display_prompt): New declaration.
80         * event-top.c: Include annotate.h.
81         (display_gdb_prompt): Call annotate_display_prompt.
82
83 2013-01-22  Pedro Alves  <palves@redhat.com>
84
85         * annotate.c (ignore_count_changed): Delete.
86         (annotate_breakpoints_changed): Don't clear ignore_count_changed.
87         (annotate_ignore_count_change): Delete.
88         (annotate_stopped): Don't emit a delayed breakpoints-changed
89         annotation.
90         * annotate.h (annotate_ignore_count_change): Delete.
91         * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
92         annotate_ignore_count_change.
93
94 2013-01-22  Tom Tromey  <tromey@redhat.com>
95
96         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
97         require_rvalue for a register location.
98
99 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
100
101         * breakpoint.c (print_one_breakpoint_location): Add MI
102         field 'thread-groups' when printing a breakpoint.
103         (output_thread_groups): New function.
104
105 2013-01-21  Siva Chandra Reddy  <sivachandra@google.com>
106
107         * python/lib/gdb/commands/explore.py
108         (CompoundExplorer.explore_expr): Correct the name of a method
109         being invoked.
110         (ExploreTypeCommand.invoke): Add a missing 'return'.
111
112 2013-01-21  Tom Tromey  <tromey@redhat.com>
113
114         * gdb_obstack.h (obconcat): Move declaration here, from...
115         * symfile.h (obconcat): ... here.
116         * gdb_obstack.c: New file.
117         (obconcat): Move from...
118         * symfile.c (obconcat): ... here.
119         * Makefile.in (SFILES): Add gdb_obstack.c.
120         (COMMON_OBS): Add gdb_obstack.o.
121
122 2013-01-21  Tom Tromey  <tromey@redhat.com>
123
124         * symfile.h (obsavestring): Don't declare.
125         * symfile.c (obsavestring): Remove.
126         * ada-exp.y: Use obstack_copy0, not obsavestring.
127         * ada-lang.c: Use obstack_copy0, not obsavestring.
128         * coffread.c: Use obstack_copy0, not obsavestring.
129         * cp-namespace.c: Use obstack_copy0, not obsavestring.
130         * dbxread.c: Use obstack_copy0, not obsavestring.
131         * dwarf2read.c: Use obstack_copy0, not obsavestring.
132         * jit.c: Use obstack_copy0, not obsavestring.
133         * mdebugread.c: Use obstack_copy0, not obsavestring.
134         * psymtab.c: Use obstack_copy0, not obsavestring.
135         * stabsread.c: Use obstack_copy0, not obsavestring.
136         * xcoffread.c: Use obstack_copy0, not obsavestring.
137
138 2013-01-21  Tom Tromey  <tromey@redhat.com>
139
140         * dwarf2read.c (fixup_go_packaging): Save package name
141         on objfile obstack.
142         * gdbtypes.c (init_type): Don't copy name.
143
144 2013-01-21  Tom Tromey  <tromey@redhat.com>
145
146         * dwarf2read.c (struct partial_die_info) <name, scope>: Now
147         const.
148         (struct attribute) <u.str>: Now const.
149         (struct fnfieldlist) <name>: Now const.
150         (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
151         (partial_die_parent_scope): Make return type const.
152         (partial_die_full_name, add_partial_symbol): Update.
153         (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
154         'name' const.
155         (find_file_and_directory): Make 'name' and 'comp_dir' const.
156         (read_file_scope, read_func_scope, dwarf2_add_field)
157         (dwarf2_add_member_fn, read_structure_type)
158         (process_enumeration_scope, read_array_type, read_module_type)
159         (read_base_type, read_subrange_type): Update.
160         (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
161         (new_symbol_full, guess_full_die_structure_name): Update.
162         (dwarf2_canonicalize_name): Return const type.  Make 'name' const.
163         (dwarf2_name): Return const type.
164         (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
165         const.
166
167 2013-01-21  Tom Tromey  <tromey@redhat.com>
168
169         * gdbtypes.c (init_type): Make 'name' const.
170         * gdbtypes.h (init_type): Update.
171
172 2013-01-21  Tom Tromey  <tromey@redhat.com>
173
174         * buildsym.c (patch_subfile_names): Use set_last_source_file.
175         (start_symtab): Make 'name' and 'dirname' const.  Use
176         set_last_source_file.
177         (restart_symtab, reset_symtab_globals): Use set_last_source_file.
178         (last_source_file): Define.  Now static.
179         (set_last_source_file, get_last_source_file): New functions.
180         * buildsym.h (last_source_file): Don't declare.
181         (start_symtab): Update.
182         (set_last_source_file, get_last_source_file): Declare.
183         * coffread.c (complete_symtab): Use set_last_source_file.
184         (coff_end_symtab): Likewise.
185         (coff_symtab_read): Use set_last_source_file, get_last_source_file.
186         * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
187         set_last_source_file.
188         (process_one_symbol): Use get_last_source_file.
189         * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
190         (psymtab_to_symtab_1): Use get_last_source_file.
191         * xcoffread.c (process_linenos): Use get_last_source_file.
192         (complete_symtab): Use set_last_source_file.
193         (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
194         (scan_xcoff_symtab): Use set_last_source_file.
195
196 2013-01-21  Tom Tromey  <tromey@redhat.com>
197
198         * symtab.c (struct demangled_name_entry) <mangled>: Now const.
199         (symbol_set_names): Remove casts.  Handle field const-ness.
200
201 2013-01-21  Tom Tromey  <tromey@redhat.com>
202
203         * dwarf2read.c (new_symbol_full): Remove cast.
204         * symtab.c (symbol_set_demangled_name): Make 'name' const.
205         * symtab.h (symbol_set_demangled_name): Update.
206
207 2013-01-21  Tom Tromey  <tromey@redhat.com>
208
209         * main.c (captured_main): Call bfd_init.
210
211 2013-01-21  Tom Tromey  <tromey@redhat.com>
212
213         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
214         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
215         * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
216         * NEWS: Update.
217
218 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
219
220         * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
221
222 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
223
224         Fix gdb.fortran/common-block.exp crash in PIE mode.
225         * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
226         LOC_COMMON_BLOCK.
227         * f-valprint.c (info_common_command_for_block): Expect
228         LOC_COMMON_BLOCK in gdb_assert.
229         * symtab.h (struct general_symbol_info): Update comment for the
230         common_block member.
231         (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
232         (enum address_class): New member LOC_COMMON_BLOCK.
233
234 2013-01-18  David Blaikie  <dblaikie@gmail.com>
235
236         * MAINTAINERS (Write After Approval): Add "David Blaikie".
237
238 2013-01-18  Tom Tromey  <tromey@redhat.com>
239
240         PR c++/14999:
241         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
242         Call require_rvalue.
243
244 2013-01-18  Yao Qi  <yao@codesourcery.com>
245
246         * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
247         (dbx_read_symtab): New declaration.
248         (dbx_psymtab_to_symtab): Delete.
249         (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
250         Rename parameter PST to SELF.  Exchanged two parameters.
251         (start_psymtab): Caller update.
252         * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
253         (dwarf2_read_symtab): New declaration.
254         (dwarf2_psymtab_to_symtab): Delete.
255         (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
256         Rename parameter PST to SELF.  Exchanged two parameters.
257         (create_partial_symtab): Caller update.
258         * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
259         (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
260         Rename parameter PST to SELF.  Exchanged two parameters.
261         (parse_partial_symbols, new_psymtab): Caller update.
262         * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
263         two parameters.
264         * psymtab.c (psymtab_to_symtab): Caller update.
265         * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
266         (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
267         Rename parameter PST to SELF.  Exchanged two parameters.
268         (xcoff_start_psymtab): Caller update.
269
270 2013-01-18  Yao Qi  <yao@codesourcery.com>
271
272         * infrun.c (proceed): Rename local variable 'oneproc' to
273         'force_step'.
274
275 2013-01-17  Doug Evans  <dje@google.com>
276
277         * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
278         (dw2_build_type_unit_groups): Delete.  All uses updated.
279
280         * symtab.h (struct symbol_search): Add comment.
281
282 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
283
284         * symtab.c (compare_filenames_for_search): New comment for
285         HAS_DRIVE_SPEC.
286
287 2013-01-17  Tom Tromey  <tromey@redhat.com>
288
289         * cp-abi.c (cp_abi_completer): Fix typo in assignment.
290
291 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
292
293         * symtab.c (iterate_over_some_symtabs): New variable cleanups,
294         initialize it by existing make_cleanup.  Call new do_cleanups.
295
296 2013-01-17  Tom Tromey  <tromey@redhat.com>
297
298         * cp-abi.c (cp_abi_completer): New function.
299         (_initialize_cp_abi): Set completer for "set cp-abi".
300
301 2013-01-17  Tom Tromey  <tromey@redhat.com>
302
303         * mem-break.c: Remove obsolete comment.
304         * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
305
306 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
307
308         * jit.c (jit_reader_load_command): Interpret the jit reader name
309         as an absolute path if it begins with a forward slash.
310
311 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
312
313         PR gdb/14550
314
315         * jit.c (finalize_symtab): Ensure that only the global block has a
316         NULL superblock.
317
318 2013-01-17  Pedro Alves  <palves@redhat.com>
319
320         * acinclude.m4: Include ../config/plugins.m4,
321         ../config/largefile.m4 and ../config/lead-dot.m4.  Add comments.
322         * Makefile.in (aclocal_m4_deps): Update.
323         * aclocal.m4: Renegerate.
324
325 2013-01-16  Doug Evans  <dje@google.com>
326
327         * contrib/cc-with-tweaks.sh: Add references to Fission docs.
328
329 2013-01-16  Pedro Alves  <palves@redhat.com>
330             Tom Tromey  <tromey@redhat.com>
331
332         PR cli/7221:
333         * NEWS: Add "catch signal".
334         * breakpoint.c (base_breakpoint_ops): No longer static.
335         (bpstat_explains_signal): New function.
336         (init_catchpoint): No longer static.
337         (base_breakpoint_explains_signal): New function.
338         (base_breakpoint_ops): Initialize new field.
339         * breakpoint.h (enum bpstat_signal_value): New.
340         (struct breakpoint_ops) <explains_signal>: New field.
341         (bpstat_explains_signal): Remove macro, declare as function.
342         (base_breakpoint_ops, init_catchpoint): Declare.
343         * break-catch-sig.c: New file.
344         * inferior.h (signal_catch_update): Declare.
345         * infrun.c (signal_catch): New global.
346         (handle_syscall_event): Update for change to
347         bpstat_explains_signal.
348         (handle_inferior_event): Likewise.  Always handle random signals
349         via bpstats.
350         (signal_cache_update): Check signal_catch.
351         (signal_catch_update): New function.
352         (_initialize_infrun): Initialize signal_catch.
353         * Makefile.in (SFILES): Add break-catch-sig.c.
354         (COMMON_OBS): Add break-catch-sig.o.
355
356 2013-01-16  Tom Tromey  <tromey@redhat.com>
357
358         * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
359         (print_one_catch_solib, print_one_catch_syscall)
360         (print_one_catch_exec, print_one_exception_catchpoint): Emit
361         "catch-type".
362
363 2013-01-16  Yao Qi  <yao@codesourcery.com>
364
365         * printcmd.c (current_display_number): Make it static.
366
367 2013-01-16  Yao Qi  <yao@codesourcery.com>
368
369         * infcmd.c (step_once): Don't check '!single_inst' as it was
370         checked before.
371
372 2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
373
374         * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
375
376 2013-01-14  Tom Tromey  <tromey@redhat.com>
377
378         * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
379         set command.
380         * command.h (add_setshow_string_noescape_cmd): Update.
381         * corefile.c (set_gnutarget_command): Remove trailing whitespace.
382         (complete_set_gnutarget): New function.
383         (_initialize_core): Set the "set gnutarget" completer.
384
385 2013-01-14  Tom Tromey  <tromey@redhat.com>
386
387         PR symtab/14442:
388         * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
389         (c_type_print_modifier): Likewise.
390         * dwarf2read.c (read_tag_restrict_type): New function.
391         (read_type_die_1): Handle DW_TAG_restrict_type.
392         * gdbtypes.c (make_restrict_type): New function.
393         (recursive_dump_type): Handle TYPE_RESTRICT.
394         * gdbtypes.h (enum type_flag_values): Renumber.
395         (enum type_instance_flag_value): Add
396         TYPE_INSTANCE_FLAG_RESTRICT.
397         (TYPE_RESTRICT): New macro.
398         (make_restrict_type): Declare.
399
400 2013-01-14  Tom Tromey  <tromey@redhat.com>
401
402         PR symtab/14931:
403         * psymtab.c (struct psymtab_state): New.
404         (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
405         functions.
406         * psympriv.h (make_cleanup_discard_psymtabs): Declare.
407         * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
408
409 2013-01-14  Richard Sharman  <richard_sharman@mitel.com>
410             Pedro Alves  <palves@redhat.com>
411
412         PR remote/14786
413
414         * remote.c (remote_threads_info): Make a copy of the reply from
415         qfThreadInfo and use that instead of rs->buf.
416
417 2013-01-14  Yao Qi  <yao@codesourcery.com>
418
419         * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
420         (dbx_psymtab_to_symtab): Likewise.
421         * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
422         * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
423         * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
424
425 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
426
427         * parse.c (parse_exp_in_context): New variable inner_chain.  Call
428         make_cleanup_restore_current_language.  Call set_language.  Move
429         OLD_CHAIN and INNER_CHAIN cleanups.
430         * utils.c (do_restore_current_language)
431         (make_cleanup_restore_current_language): New functions.
432         * utils.h (make_cleanup_restore_current_language): New declaration.
433
434 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
435
436         * source.c (symtab_to_fullname): Apply rewrite_source_path also for
437         non-existing files.
438
439         * source.c (symtab_to_fullname): Do not prepend DIRNAME for
440         non-existing files if FILENAME is already absolute.
441
442 2013-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
443
444         * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
445         fputs_filtered.  Append trailing newline.
446
447 2013-01-11  Yao Qi  <yao@codesourcery.com>
448             Stan Shebs  <stan@codesourcery.com>
449
450         * psymtab.c (init_psymbol_list): Clarify the comment.
451
452 2013-01-11  Yao Qi  <yao@codesourcery.com>
453
454         * breakpoint.c (print_one_breakpoint_location): Remove dead code.
455         (update_dprintf_command_list): Assert that 'printf_line' is
456         non-null.  Remove condition check.
457
458 2013-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
459
460         Code cleanup.
461         * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
462         type const char *.
463         * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
464         const char *.
465         * tui/tui-source.h (tui_source_is_displayed): Likewise.
466
467 2013-01-09  Anthony Green  <green@moxielogic.com>
468
469         * cp-abi.c (cplus_print_vtable): Don't return value from void
470         function.
471         * ada-lang.c (re_set_catch_assert): Ditto.
472
473 2013-01-09  Doug Evans  <dje@google.com>
474
475         * symfile.h (quick_symbol_functions): Delete member
476         pre_expand_symtabs_matching.  All uses removed.
477         * dwarf2read.c (dw2_lookup_symbol): Implement.
478         (dw2_do_expand_symtabs_matching): Delete.
479         (dw2_pre_expand_symtabs_matching): Delete.
480         (struct dw2_symtab_iterator): New type.
481         (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
482         (dw2_expand_symtabs_for_function): Rewrite.
483         (dwarf2_gdb_index_functions): Update.
484         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
485         (psym_functions): Update.
486
487 2013-01-09  Tom Tromey  <tromey@redhat.com>
488
489         * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
490         * configure: Rebuild.
491         * configure.ac: Add somread.o to the build if BFD has SOM
492         support.
493         * somread.c: Include som/aout.h, not syms.h.
494         (som_symtab_read): Use som_external_symbol_dictionary_record.
495         Unpack records manually.
496         (_initialize_somread): Declare.
497
498 2012-01-08  Mike Frysinger  <vapier@gentoo.org>
499
500         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
501         Cast return_address to 64bits.
502
503 2013-01-08  Hui Zhu  <hui_zhu@mentor.com>
504
505         * printcmd.c: Remove define of function output_command.
506         * tracepoint.c: Remove extern of function output_command.
507         * valprint.h: (output_command): New extern.
508
509 2013-01-07  Tom Tromey  <tromey@redhat.com>
510
511         * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
512         Remove.
513         (objc_language_defn): Use c_printchar, c_printstr,
514         c_emit_char.
515
516 2013-01-07  Tom Tromey  <tromey@redhat.com>
517
518         PR cli/7719:
519         * NEWS: Update.
520         * ada-valprint.c (printstr, print_field_values): Remove
521         "inspect_it" code.
522         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
523         code.
524         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
525         code.
526         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
527         * main.c (captured_main): Remove "epoch" argument.
528         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
529         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
530         * p-valprint.c (pascal_object_print_value_fields): Remove
531         "inspect_it" code.
532         * printcmd.c (print_command_1): Remove 'inspect' argument.
533         (print_command, call_command): Update.
534         (inspect_command): Remove.
535         (_initialize_printcmd): Make "inspect" an alias for "print".
536         * top.c (epoch_interface): Remove.
537         * top.h (epoch_interface): Remove.
538         * valprint.c (user_print_options): Update.
539         (print_converted_chars_to_obstack): Remove "inspect_it" code.
540         * valprint.h (struct value_print_options) <inspect_it>: Remove
541         field.
542
543 2013-01-04  Tom Tromey  <tromey@redhat.com>
544
545         * valprint.h (read_string): Add 'extern'.
546
547 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
548
549         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
550         used to decide whether to define darwin_read_dyld_info or not.
551
552 2013-01-03  Pierre Muller  <muller@sourceware.org>
553
554         * main.c (relocate_gdb_directory): Avoid calling stat function
555         if DIR is empty.
556
557 2013-01-03  Yao Qi  <yao@codesourcery.com>
558
559         * psymtab.c (fixup_psymbol_section): Update declaration.
560         (fixup_psymbol_section): Remove code returning value.
561
562 2013-01-03  Yao Qi  <yao@codesourcery.com>
563
564         * symtab.h: Remove some out of date comments.
565          (enum exception_event_kind): Move it ...
566         * breakpoint.c: ... here.
567
568 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
569
570         PR gdb/14405
571         * darwin-nat.c (darwin_read_dyld_info): Only build if
572         TASK_DYLD_INFO_COUNT is defined.
573         (darwin_xfer_partial): Call darwin_read_dyld_info only if
574         TASK_DYLD_INFO_COUNT is defined.
575
576 2013-01-02  Tom Tromey  <tromey@redhat.com>
577
578         * symfile.h (struct ecoff_debug_hack): Remove.
579         * objfiles.c: Don't include mdebugread.h.
580
581 2013-01-02  Tom Tromey  <tromey@redhat.com>
582
583         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
584         * configure.ac: Check for Mach-O support in BFD.  Update
585         CONFIG_OBS.
586         * configure: Rebuild.
587
588 2013-01-02  Tom Tromey  <tromey@redhat.com>
589
590         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
591         * configure.ac: Use GDB_AC_CHECK_BFD.
592         * configure: Rebuild.
593
594 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
595
596         * MAINTAINERS: Update my email.
597
598 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
599
600         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
601
602 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
603
604         * rs6000-nat.c (bss_data_overlap): New function.
605         (vmap_symtab): Use it to adjust the .bss section's offset.
606
607 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
608
609         Update year range in copyright notice of all files.
610
611 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
612
613         * top.c (print_gdb_version): Update copyright year.
614
615 For older changes see ChangeLog-2012.
616 \f
617 Local Variables:
618 mode: change-log
619 left-margin: 8
620 fill-column: 74
621 version-control: never
622 coding: utf-8
623 End: