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