]> Git Repo - binutils.git/blob - gdb/ChangeLog
b69c56aba3bed780535815bdb18eb003659ad090
[binutils.git] / gdb / ChangeLog
1 2012-07-06  Tom Tromey  <[email protected]>
2
3         * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
4         Remove.
5         (struct type_stack): New.
6         * parse.c (type_stack, type_stack_size, type_stack_depth):
7         Remove.
8         (type_stack): New global.
9         (parse_exp_in_context, check_type_stack_depth)
10         (insert_into_type_stack, insert_type, push_type, push_type_int)
11         (insert_type_address_space, pop_type, pop_type_int)
12         (_initialize_parse): Update.
13
14 2012-07-06  Tom Tromey  <[email protected]>
15
16         * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
17         Remove %type.
18
19 2012-07-06  Siddhesh Poyarekar  <[email protected]>
20
21         * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
22
23 2012-07-06  Siddhesh Poyarekar  <[email protected]>
24             Jan Kratochvil  <[email protected]>
25
26         * cp-valprint.c (cp_print_value): Replace potentially unsafe
27         alloca with xmalloc/xfree.
28
29 2012-07-06  Siddhesh Poyarekar  <[email protected]>
30
31         * MAINTAINERS (Write After Approval): Add myself to the list.
32
33 2012-07-05  Doug Evans  <[email protected]>
34
35         * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
36
37 2012-07-05  Hui Zhu  <[email protected]>
38
39         * ax-gdb.c (cli/cli-utils.h): New include.
40         (linespec.h): Ditto.
41         (agent_eval_command_one): New function.
42         (agent_command_1): Ditto.
43         (agent_command): Call function agent_command_1.
44         (agent_eval_command): Ditto.
45         (_initialize_ax_gdb): Change help for "maint agent"
46         and "maint agent-eval".
47
48 2012-07-05  Hui Zhu  <[email protected]>
49
50         * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
51         * cli/cli-utils.c (check_for_argument): New function.
52         * cli/cli-utils.h (check_for_argument): Ditto.
53
54 2012-07-04  H.J. Lu  <[email protected]>
55
56         * NEWS: Mention x32 ABI support.
57
58 2012-07-04  H.J. Lu  <[email protected]>
59
60         * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
61         AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
62
63         * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
64         and pc_regnum_from_eax to -1.  Update SP regnum from
65         sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
66         needed.
67
68         * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
69         pc_regnum_from_eax.
70
71 2012-07-03  Jan Kratochvil  <[email protected]>
72
73         Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
74         * dwarf2expr.h: Include gdbtypes.h.
75         (enum call_site_parameter_kind, union call_site_parameter_u): Remove
76         these forward declarations.
77         (cu_offset, sect_offset): Move these ...
78         * gdbtypes.h: Remove include dwarf2expr.h.
79         (cu_offset, sect_offset): ... here.
80
81 2012-07-03  H.J. Lu  <[email protected]>
82
83         * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
84         (amd64_linux_sigtramp_code): This.
85         (amd64_x32_linux_sigtramp_code): New.
86         (LINUX_SIGTRAMP_LEN): Updated.
87         (amd64_linux_sigtramp_start): Check x32 sigtramp.
88
89 2012-07-02  Jan Kratochvil  <[email protected]>
90
91         * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
92
93 2012-07-02  Jan Kratochvil  <[email protected]>
94
95         * config.in: Regenerate.
96         * configure: Regenerate.
97         * configure.ac: Remove check for gnu/libc-version.h.
98         * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
99         gnu/libc-version.h.
100         (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
101         variables libc_version, libc_major and libc_minor.  Replace sscanf by
102         inferior_has_bug.  Extend the comment.
103
104 2012-07-02  Jan Kratochvil  <[email protected]>
105
106         * linux-thread-db.c (inferior_has_bug): New function.
107         (thread_db_find_new_threads_silently): Return boolean as checked by
108         inferior_has_bug, describe it in the comments.
109         (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
110         earlier.  Abort the initialization if it returned non-zero.
111         (thread_db_new_objfile): Exclude debug files.
112         (thread_db_find_new_threads_2): Preinitialize ERR.  Check errors also
113         if UNTIL_NO_NEW,
114
115 2012-07-02  Doug Evans  <[email protected]>
116
117         * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
118         related to queue management.
119
120         * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
121         instead of "debug dwarf2-die" in debugging printfs.
122         (create_debug_info_hash_table_reader): Ditto.
123         (create_debug_info_hash_table): Ditto.
124         (init_dwo_file): Ditto.
125         (init_cutu_and_read_dies): Add debugging printf.
126         (init_cutu_and_read_dies_no_follow): Ditto.
127         (process_psymtab_comp_unit_reader): Ditto.
128
129 2012-07-02  Stan Shebs  <[email protected]>
130
131         Add target-side support for dynamic printf.
132         * NEWS: Mention the additional style.
133         * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
134         (struct bp_location): New field cmd_bytecode.
135         * breakpoint.c: Include format.h.
136         (disconnected_dprintf): New global.
137         (parse_cmd_to_aexpr): New function.
138         (build_target_command_list): New function.
139         (insert_bp_location): Call it.
140         (remove_breakpoints_pid): Skip dprintf breakpoints.
141         (print_one_breakpoint_location): Ditto.
142         (dprintf_style_agent): New global.
143         (dprintf_style_enums): Add dprintf_style_agent.
144         (update_dprintf_command_list): Add agent case.
145         (agent_printf_command): New function.
146         (_initialize_breakpoint): Add new commands.
147         * common/ax.def (printf): New bytecode.
148         * ax.h (ax_string): Declare.
149         * ax-gdb.h (gen_printf): Declare.
150         * ax-gdb.c: Include cli-utils.h, format.h.
151         (gen_printf): New function.
152         (maint_agent_print_command): New function.
153         (_initialize_ax_gdb): Add maint agent-printf command.
154         * ax-general.c (ax_string): New function.
155         (ax_print): Add printf disassembly.
156         * Makefile.in (SFILES): Add format.c
157         (COMMON_OBS): Add format.o.
158         * common/format.h: New file.
159         * common/format.c: New file.
160         * printcmd.c: Include format.h.
161         (ui_printf): Call parse_format_string.
162         * remote.c (remote_state): New field breakpoint_commands.
163         (PACKET_BreakpointCommands): New enum.
164         (remote_breakpoint_commands_feature): New function.
165         (remote_protocol_features): Add new BreakpointCommands entry.
166         (remote_can_run_breakpoint_commands): New function.
167         (remote_add_target_side_commands): New function.
168         (remote_insert_breakpoint): Call it.
169         (remote_insert_hw_breakpoint): Ditto.
170         (_initialize_remote): Add new packet configuration for
171         target-side breakpoint commands.
172         * target.h (struct target_ops): New field
173         to_can_run_breakpoint_commands.
174         (target_can_run_breakpoint_commands): New macro.
175         * target.c (update_current_target): Handle
176         to_can_run_breakpoint_commands.
177
178 2012-07-02  Jan Kratochvil  <[email protected]>
179
180         Execute -ix and -iex only after system and user gdbinit files.
181         * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
182         processing down after gdbinit files.
183
184 2012-07-02  Jan Kratochvil  <[email protected]>
185
186         Add fnmatch-gnu module.
187         * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
188         * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
189         * gnulib/aclocal.m4: Regenerate.
190         * gnulib/config.in: Regenerate.
191         * gnulib/configure: Regenerate.
192         * gnulib/import/dummy.c: Remove.
193         * gnulib/import/Makefile.am: Regenerate.
194         * gnulib/import/Makefile.in: Likewise.
195         * gnulib/import/m4/gnulib-cache.m4: Likewise.
196         * gnulib/import/m4/gnulib-comp.m4: Likewise.
197         * gnulib/import/alloca.c: New file.
198         * gnulib/import/alloca.in.h: Likewise.
199         * gnulib/import/config.charset: Likewise.
200         * gnulib/import/fnmatch.c: Likewise.
201         * gnulib/import/fnmatch.in.h: Likewise.
202         * gnulib/import/fnmatch_loop.c: Likewise.
203         * gnulib/import/localcharset.c: Likewise.
204         * gnulib/import/localcharset.h: Likewise.
205         * gnulib/import/m4/alloca.m4: Likewise.
206         * gnulib/import/m4/codeset.m4: Likewise.
207         * gnulib/import/m4/configmake.m4: Likewise.
208         * gnulib/import/m4/fcntl-o.m4: Likewise.
209         * gnulib/import/m4/fnmatch.m4: Likewise.
210         * gnulib/import/m4/glibc21.m4: Likewise.
211         * gnulib/import/m4/localcharset.m4: Likewise.
212         * gnulib/import/m4/locale-fr.m4: Likewise.
213         * gnulib/import/m4/locale-ja.m4: Likewise.
214         * gnulib/import/m4/locale-zh.m4: Likewise.
215         * gnulib/import/m4/mbrtowc.m4: Likewise.
216         * gnulib/import/m4/mbsinit.m4: Likewise.
217         * gnulib/import/m4/mbsrtowcs.m4: Likewise.
218         * gnulib/import/m4/mbstate_t.m4: Likewise.
219         * gnulib/import/m4/stdbool.m4: Likewise.
220         * gnulib/import/m4/wchar_h.m4: Likewise.
221         * gnulib/import/m4/wctype_h.m4: Likewise.
222         * gnulib/import/m4/wint_t.m4: Likewise.
223         * gnulib/import/mbrtowc.c: Likewise.
224         * gnulib/import/mbsinit.c: Likewise.
225         * gnulib/import/mbsrtowcs-impl.h: Likewise.
226         * gnulib/import/mbsrtowcs-state.c: Likewise.
227         * gnulib/import/mbsrtowcs.c: Likewise.
228         * gnulib/import/ref-add.sin: Likewise.
229         * gnulib/import/ref-del.sin: Likewise.
230         * gnulib/import/stdbool.in.h: Likewise.
231         * gnulib/import/streq.h: Likewise.
232         * gnulib/import/strnlen1.c: Likewise.
233         * gnulib/import/strnlen1.h: Likewise.
234         * gnulib/import/verify.h: Likewise.
235         * gnulib/import/wchar.in.h: Likewise.
236         * gnulib/import/wctype.in.h: Likewise.
237
238 2012-07-02  Jan Kratochvil  <[email protected]>
239
240         Support shell wildcards for 'set auto-load safe-path'.
241         * auto-load.c: Include fnmatch.h.
242         (filename_is_in_dir): Rename to ...
243         (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
244         it.  Update function comment.  Rename dir_len to pattern_len.  New
245         variables filename_len, pattern and filename.  Add more DEBUG_AUTO_LOAD
246         messages.  Use gdb_filename_fnmatch.
247         (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
248         pattern.
249         (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
250         * defs.h (gdb_filename_fnmatch): New declaration.
251         * utils.c: Include fnmatch.h.
252         (gdb_filename_fnmatch): New function.
253
254 2012-07-02  Sergio Durigan Junior  <[email protected]>
255
256         * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
257         `-probe' and `-probe-stap' options.
258
259 2012-07-01  Yao Qi  <[email protected]>
260
261         * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
262         always_inserted_off, and always_inserted_enums.
263         Change always_inserted_mode's type to 'enum auto_boolean'.
264         (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
265         callers.
266         (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
267         of add_setshow_enum_cmd.
268         * infrun.c: Remove can_use_displaced_stepping_auto,
269         can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
270         can_use_displaced_stepping_enum.
271         Change can_use_displaced_stepping's type to 'enum auto_boolean'.
272         (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
273         (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
274         add_setshow_enum_cmd.
275
276 2012-06-30  Doug Evans  <[email protected]>
277
278         * dwarf2read.c (signatured_type): Make "per_cu" member first.
279         (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
280         currently being read.  Propagate DW_AT_comp_dir to DWO DIE.
281
282 2012-06-29  Doug Evans  <[email protected]>
283
284         * linespec.c: #include "stack.h".
285         (decode_line_with_current_source): Moved here from symtab.c and
286         renamed from decode_line_spec.  All callers updated.
287         (decode_line_with_last_displayed): Moved here from breakpoint.c and
288         renamed from decode_line_spec_1.  All callers updated.
289         * linespec.h (decode_line_with_current_source): Move declaration here
290         from symtab.h and renamed from decode_line_spec.
291         (decode_line_with_last_displayed): Move declaration here from symtab.h
292         and renamed from decode_line_spec_1.
293         * macrocmd.c: #include "linespec.h".
294         * symtab.c: Remove #include "linespec.h".
295
296 2012-06-28  Doug Evans  <[email protected]>
297
298         * dwarf2read.c (get_cu_length): New function.
299         (offset_in_cu_p, error_check_comp_unit_head): Call it.
300         (create_debug_types_hash_table): Ditto.
301         (init_cutu_and_read_dies): Ditto.
302         (init_cutu_and_read_dies_no_follow): Ditto.
303
304         * dwarf2read.c (dwarf2_find_base_address): Move definition.
305
306         * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
307         (struct abbrev_table): Define.
308         (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
309         abbrev_table.
310         (init_cutu_and_read_dies): Update.
311         (abbrev_table_alloc_abbrev): New function.  Replaces
312         dwarf_alloc_abbrev.  All callers updated.
313         (abbrev_table_add_abbrev): New function.
314         (abbrev_table_lookup_abbrev): New function.  Replaces
315         dwarf2_lookup_abbrev.  All callers updated.
316         (abbrev_table_read_table): New function.  Contents moved here from
317         dwarf2_read_abbrevs.
318         (dwarf2_read_abbrevs): Call it.
319         (abbrev_table_free): New function.
320         (dwarf2_free_abbrev_table): Call it.
321
322 2012-06-28  Stan Shebs  <[email protected]>
323
324         * osdata.c (info_osdata_command): Filter out "Title" columns
325         from non-MI uses.
326         * common/linux-osdata.c (struct osdata_type): Add title field.
327         (osdata_table): Add titles to each entry.
328         (linux_command_xfer_osdata): Add a column for title data.
329
330 2012-06-28  Stan Shebs  <[email protected]>
331
332         Make logging work for MI.
333         * NEWS: Mention it.
334         * interps.h (interp_set_logging_ftype): New typedef.
335         (struct interp_procs): New field set_logging_proc.
336         (current_interp_set_logging): Declare.
337         * interps.c (current_interp_set_logging): New function.
338         * cli/cli-logging.c: Include interps.h.
339         (set_logging_redirect): Call current_interp_set_logging.
340         (pop_output_files): Ditto.
341         (handle_redirections): Ditto, plus skip ui-out redirect if MI.
342         * mi/mi-console.h (mi_console_set_raw): Declare.
343         * mi/mi-console.c (mi_console_set_raw): New function.
344         * mi/mi-interp.c (saved_raw_stdout): New global.
345         (mi_set_logging): New function.
346         (_initialize_mi_interp): Add it to interp procs.
347
348 2012-06-28  Doug Evans  <[email protected]>
349
350         * symtab.c (lookup_symbol_aux_objfile): Use
351         ALL_OBJFILE_PRIMARY_SYMTABS.
352
353         * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
354
355 2012-06-28  Jan Kratochvil  <[email protected]>
356
357         * common/buffer.c: Include inttypes.h and stdint.h.
358         (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
359
360 2012-06-28  Jan Kratochvil  <[email protected]>
361             Pedro Alves  <[email protected]>
362
363         * gdbthread.h (ALL_THREADS): New macro.
364         (thread_list): Declare.
365         * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
366         going, but instead fall through to the stepping handling.
367         * linux-nat.c (resume_lwp): New parameter 'signo'.  Resume with
368         the passed in signal.  Adjust debug output.
369         (resume_callback): Rename to ...
370         (linux_nat_resume_callback): ... this.  Pass the thread's last
371         stop signal, if in "pass" state.
372         (linux_nat_resume): Adjust to rename.
373         (stop_wait_callback): New assertion.  Don't respawn signals;
374         instead let the LWP remain with SIGNALLED set.
375         (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
376         * remote.c (append_pending_thread_resumptions): New.
377         (remote_vcont_resume): Call it.
378         * target.h (target_resume): Extend comment.
379
380 2012-06-28  Iain Sandoe  <[email protected]>
381
382         * auxv.c (fprint_target_auxv): Handle extended cache data tags.
383
384 2012-06-27  Doug Evans  <[email protected]>
385
386         * dwarf2read.c (dwarf2_cu): Add ranges_base.
387         Delete have_addr_base, unused.  All uses updated.
388         (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
389         (dwarf2_get_pc_bounds): Add ranges_base.
390         (dwarf2_record_block_ranges): Ditto.
391
392 2012-06-27  Tom Tromey  <[email protected]>
393
394         PR macros/7961:
395         * varobj.c (varobj_create): Update.
396         (varobj_set_value): Update.
397         * tracepoint.c (validate_actionline): Update.
398         (encode_actions_1): Update.
399         * parse.c (parse_exp_1): Add 'pc' argument.
400         (parse_exp_in_context): Add 'pc' argument.  Change how
401         expression_context_pc is set.
402         (parse_expression): Update.
403         (parse_field_expression): Update.
404         * expression.h (parse_exp_1): Update.
405         * eval.c (parse_to_comma_and_eval): Update.
406         * breakpoint.c (set_breakpoint_condition): Update.
407         (update_watchpoint): Update.
408         (init_breakpoint_sal): Update
409         (find_condition_and_thread): Update.
410         (watch_command_1): Update.
411         (update_breakpoint_locations): Update.
412         * ada-lang.c (ada_read_renaming_var_value): Update.
413         (create_excep_cond_exprs): Update.
414
415 2012-06-27  Doug Evans  <[email protected]>
416
417         * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
418         type units.
419
420 2012-06-26  Doug Evans  <[email protected]>
421
422         * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
423         prototype.
424         (error_check_comp_unit_head): New arg abbrev_section.  All callers
425         updated.
426         (read_and_check_comp_unit_head): Ditto.
427         (read_and_check_type_unit_head): Ditto.
428
429 2012-06-26  Siva Chandra Reddy  <[email protected]>
430
431         New attribute 'last' for gdb.Symtab_and_line.
432         * NEWS (Python Scripting): Add entry about the new attribute.
433         * python/py-symtab.c (salpy_get_last): New function which
434         implements the get method for the 'last' attribute of
435         gdb.Symtab_and_line.
436         (sal_object_getset): Add entry for the 'last' attribute.
437
438 2012-06-26  Doug Evans  <[email protected]>
439
440         * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
441         (dwo_sections): Add macinfo, macro.
442         (dwarf2_locate_dwo_sections): Watch for macro sections.
443         (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
444         All callers updated.  Handle DWO files.
445
446         * NEWS: Mention new options "set debug dwarf2-read" and
447         "set debug symtab-create".
448         * dwarf2read.c (dwarf2_read_debug): New static global.
449         (dwarf2_build_psymtabs_hard): Add debugging printfs.
450         (process_queue): Ditto.
451         (process_full_comp_unit): Ditto.
452         (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
453         * elfread.c (elf_symfile_read): Add debugging printf.
454         * minsyms.c (install_minimal_symbols): Ditto.
455         * psymtab.c (allocate_psymtab): Ditto.
456         * symfile.c (allocate_symtab): Ditto.
457         * symtab.c (symtab_create_debug): New global.
458         (_initialize_symtab): Add new option "set debug symtab-create".
459         * symtab.h (symtab_create_debug): Declare.
460
461         * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
462         (lookup_dwo_type_unit): Ditto.
463
464 2012-06-26  Roland McGrath  <[email protected]>
465             H.J. Lu  <[email protected]>
466
467         * amd64-linux-nat.c: Include <sys/user.h>.
468         (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
469         if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
470         HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
471
472         * configure.ac: Check if the fs_base and gs_base members of
473         `struct user_regs_struct' exist.
474         * config.in: Regenerated.
475         * configure: Likewise.
476
477 2012-06-25  Michael Eager  <[email protected]>
478
479         PR python/14291
480         * python/python.c (gdbpy_write): Check for interrupted output. 
481
482 2012-06-25  Greta Yorsh  <[email protected]>
483
484         * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
485         register as a stack alignment in ARM mode.
486
487 2012-06-24  Jan Kratochvil  <[email protected]>
488
489         Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
490         * gnulib/config.in: Regenerate.
491         * gnulib/configure: Likewise.
492         * gnulib/import/m4/extensions.m4: Update it.
493         * gnulib/import/m4/gnulib-common.m4: Likewise.
494         * gnulib/import/m4/memmem.m4: Likewise.
495         * gnulib/import/m4/mmap-anon.m4: Likewise.
496         * gnulib/import/m4/multiarch.m4: Likewise.
497         * gnulib/import/stdint.in.h: Likewise.
498
499 2012-06-24  Yao Qi  <[email protected]>
500
501         * corefile.c (write_memory_with_notification): New.
502         * gdbcore.h: Declare write_memory_with_notification.
503         * ada-lang.c (ada_value_assign): Replace 'write_memory' and
504         'observer_notify_memory_changed' with 'write_memory_with_notification'.
505         * valops.c (value_assign): Likewise.
506         * python/py-inferior.c (infpy_write_memory): Call
507         'write_memory_with_notification'.
508
509 2012-06-24  Jan Kratochvil  <[email protected]>
510
511         * cc-with-index.sh: Use also -ex "set auto-load no".
512
513 2012-06-23  Doug Evans  <[email protected]>
514
515         PR 14125
516         * NEWS: Document additions to .gdb_index.
517         * dwarf2read.c: #include "gdb/gdb-index.h".
518         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
519         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
520         (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
521         (dwarf2_read_index): Recognize version 7.
522         (dw2_do_expand_symtabs_matching): New args want_specific_block,
523         block_kind, domain): All callers updated.
524         (dw2_find_symbol_file): Handle new index CU values.
525         (dw2_expand_symtabs_matching): Match symbol kind if requested.
526         (add_index_entry): New args is_static, kind.  All callers updated.
527         (offset_type_compare, uniquify_cu_indices): New functions
528         (symbol_kind): New function.
529         (write_psymtabs_to_index): Remove duplicate CU values.
530         (write_psymtabs_to_index): Write .gdb_index version 7.
531
532 2012-06-22  Joel Brobecker  <[email protected]>
533
534         * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
535         * configure: Regenerate.
536
537 2012-06-20  Yao Qi  <[email protected]>
538
539         * python/py-inferior.c: Update comments of infpy_read_memory
540         and infpy_write_memory.
541
542 2012-06-19  Tom Tromey  <[email protected]>
543
544         PR exp/9514:
545         * parser-defs.h (insert_type, insert_type_address_space): Declare.
546         (push_type_address_space): Remove.
547         * parse.c (insert_into_type_stack): New function.
548         (insert_type): Likewise.
549         (insert_type_address_space): Rename from push_type_address_space.
550         Insert tp_space_identifier.
551         * c-exp.y (ptr_operator): New production.
552         (abs_decl): Use ptr_operator.
553         (space_identifier): Call insert_type_address_space.
554         (ptype): Don't use const_or_volatile_or_space_identifier.
555         (const_or_volatile_noopt): Call insert_type.
556         (conversion_type_id, conversion_declarator): New productions.
557         (operator): Use conversion_type_id.
558
559 2012-06-18  Doug Evans  <[email protected]>
560
561         * symtab.h (minimal_symbol): New member created_by_gdb.
562         * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
563         created by gdb.
564         * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
565         (search_symbols): Call it instead of lookup_symbol.
566         Skip symbols created by gdb.  Only scan minsyms if nfiles == 0.
567
568         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
569         Adjust address for DW_OP_GNU_addr_index.
570         * dwarf2expr.h (dwarf_expr_context): Update comment.
571         * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
572         all callers updated.  Handle TLS vars described with
573         DW_OP_GNU_const_index.
574         (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
575         and DW_OP_GNU_const_index.
576         * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
577
578         * block.c (find_block_in_blockvector): Make explicit the fact that we
579         ignore GLOBAL_BLOCK.
580
581 2012-06-18  Tom Tromey  <[email protected]>
582
583         * c-exp.y (operator): Remove trailing space after "delete" and
584         "delete[]".
585
586 2012-06-18  Mark Kettenis  <[email protected]>
587             Jan Kratochvil  <[email protected]>
588
589         Switch i386 and derived targets to ON_STACK.
590         * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
591         (amd64_dicos_init_abi): Remove its installment.
592         * dicos-tdep.c (dicos_init_abi): Remove the
593         set_gdbarch_call_dummy_location call.  Update the comment here.
594         * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
595         (i386_dicos_init_abi): Remove its installment.
596         * i386-tdep.c (i386_push_dummy_code): New function.
597         (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
598         i386_push_dummy_code.
599
600 2012-06-18  Jan Kratochvil  <[email protected]>
601
602         Remove stale dummy frames.
603         * breakpoint.c: Include dummy-frame.h.
604         (longjmp_breakpoint_ops): New variable.
605         (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
606         bp_longjmp_call_dummy.
607         (bpstat_what, bptype_string, print_one_breakpoint_location)
608         (init_bp_location): Support bp_longjmp_call_dummy.
609         (set_longjmp_breakpoint): Use longjmp_breakpoint_ops.  Comment why.
610         (set_longjmp_breakpoint_for_call_dummy)
611         (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
612         functions.
613         (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
614         * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy.  Delete
615         FIXME comment and extend the other comment for bp_call_dummy.
616         (set_longjmp_breakpoint_for_call_dummy)
617         (check_longjmp_breakpoint_for_call_dummy): New declarations.
618         * dummy-frame.c: Include gdbthread.h.
619         (pop_dummy_frame_bpt): New function.
620         (pop_dummy_frame): Call pop_dummy_frame_bpt.
621         (dummy_frame_discard): New function.
622         (cleanup_dummy_frames): Update the comment about longjmps.
623         * dummy-frame.h (dummy_frame_discard): New declaration.
624         * gdbthread.h (struct thread_info): Extend initiating_frame comment.
625         * infcall.c (call_function_by_hand): New variable longjmp_b.  Call
626         set_longjmp_breakpoint_for_call_dummy.  Chain its breakpoints with BPT.
627         * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
628         Add case 4 comment.  Call check_longjmp_breakpoint_for_call_dummy and
629         keep_going if IS_LONGJMP and there is no other reason to stop.
630
631 2012-06-18  Greta Yorsh  <[email protected]>
632
633         * remote-sim.c (sim_command_completer): Initialize
634         variable 'result'.
635
636 2012-06-17  Jan Kratochvil  <[email protected]>
637
638         * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
639         * dwarf2loc.c (call_site_parameter_matches): Support
640         CALL_SITE_PARAMETER_PARAM_OFFSET.
641         (needs_dwarf_reg_entry_value): Push stub value.
642         * dwarf2read.c (read_call_site_scope): New variable origin.  Support
643         CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
644         * gdbtypes.h (enum call_site_parameter_kind): New item
645         CALL_SITE_PARAMETER_PARAM_OFFSET.
646         (struct call_site.parameter.u): New field param_offset.
647
648 2012-06-17  Jan Kratochvil  <[email protected]>
649
650         Code cleanup: Generalize call_site.parameter key.
651         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
652         variable dwarf_reg.  New variable kind_u.  Update parameters to
653         push_dwarf_reg_entry_value.
654         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
655         * dwarf2expr.h (enum call_site_parameter_kind)
656         (union call_site_parameter_u): Forward declarations.
657         (struct dwarf_expr_context_funcs): Update parameters and their
658         description for push_dwarf_reg_entry_value.
659         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
660         * dwarf2loc.c (call_site_parameter_matches): New function.
661         (dwarf_expr_reg_to_entry_parameter): Update parameters and their
662         description.  Use call_site_parameter_matches.
663         (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
664         Update parameters and their description.
665         (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
666         New variable kind_u.  Adjust the caller for updated parameters.
667         (needs_dwarf_reg_entry_value): Update parameters.
668         * dwarf2read.c (read_call_site_scope): New variable loc.  Use it
669         instead of attr.  Update for the changed fields of struct
670         call_site_parameter.
671         * gdbtypes.h: Include dwarf2expr.h.
672         (enum call_site_parameter_kind): New.
673         (struct call_site.parameter): New field kind.  Wrap dwarf_reg and
674         fb_offset into new union u.
675
676 2012-06-16  H.J. Lu  <[email protected]>
677
678         * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
679         (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
680         for x32.
681
682 2012-06-16  H.J. Lu  <[email protected]>
683
684         * amd64-linux-nat.c (compat_x32_clock_t): New.
685         (compat_x32_siginfo_t): Likewise.
686         (compat_x32_siginfo_from_siginfo): Likewise.
687         (siginfo_from_compat_x32_siginfo): Likewise.
688         (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
689         and siginfo_from_compat_x32_siginfo for x32.
690
691 2012-06-15  Hui Zhu  <[email protected]>
692
693         * tracepoint.c (tfile_xfer_partial): Add a lseek.
694
695 2012-06-15  H.J. Lu  <[email protected]>
696
697         * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
698         instead of gdbarch_ptr_bit.
699         * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
700         (amd64_supply_native_gregset): Likewise.
701         (amd64_collect_native_gregset): Likewise.
702         * amd64-tdep.c (amd64_supply_fxsave): Likewise.
703         (amd64_supply_xsave): Likewise.
704         (amd64_collect_fxsave): Likewise.
705         (amd64_collect_xsave): Likewise.
706
707 2012-06-15  H.J. Lu  <[email protected]>
708
709         * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
710         (amd64_linux_read_description): Check DS segment register for
711         x32 process.
712
713 2012-06-15  Tom Tromey  <[email protected]>
714
715         * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
716         init_cutu_and_read_dies.
717
718 2012-06-15  Iain Sandoe <[email protected]>
719
720         * MAINTAINERS (Write After Approval): Add myself to the list.
721
722 2012-06-15  Tom Tromey  <[email protected]>
723
724         * valops.c (value_find_oload_method_list): Now static.
725         * value.h (value_find_oload_method_list): Don't declare.
726
727 2012-06-15  Tom Tromey  <[email protected]>
728
729         * valops.c (find_overload_match): Use value_ind.
730
731 2012-06-15  Maciej W. Rozycki  <[email protected]>
732
733         * infrun.c (handle_inferior_event): Correct indentation.
734
735 2012-06-14  Doug Evans  <[email protected]>
736
737         * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
738         (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
739         All uses updated.
740         (decode_debug_loc_dwo_addresses): New arg "byte_order".  All callers
741         updated.  Handle DEBUG_LOC_START_LENGTH.
742         (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
743         (loclist_describe_location): Ditto.
744
745 2012-06-14  Maciej W. Rozycki  <[email protected]>
746
747         PR backtrace/13866
748         * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
749         after hiding inline functions.
750
751 2012-06-13  Joel Brobecker  <[email protected]>
752
753         * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
754         _initialize_inf_ttrace.
755
756 2012-06-13  Joel Brobecker  <[email protected]>
757
758         * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
759         _initialize_hppa_hpux_nat.
760
761 2012-06-13  Joel Brobecker  <[email protected]>
762
763         * remote-sim.c (sim_command_completer): Change type of return
764         value to "VEC (char_ptr) *".  Adjust implementation accordingly.
765
766 2012-06-13  Mark Kettenis  <[email protected]>
767             Jan Kratochvil  <[email protected]>
768
769         PR tdep/14222
770         * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
771         stack on a 16-byte boundary.
772
773 2012-06-13  Kaushik Srenevasan  <[email protected]>
774
775         * jit.c (finalize_symtab): Set function's return type to 'void' by
776         default.
777
778 2012-06-13  Mark Kettenis  <[email protected]>
779             H.J. Lu  <[email protected]>
780
781         * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
782         Move bits common to both the classic LP64 and the new x32 ILP32
783         ABI here.
784         (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
785         (amd64_x32_linux_init_abi): New function.
786         (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
787         subtype.
788
789         * i386-tdep.h (i386_pseudo_register_name): New prototype.
790         * i386-tdep.c (i386_pseudo_register_name): Make public.
791         * amd64-tdep.h (amd64_x32_init_abi): New prototype.
792         * amd64-tdep.c (amd64_dword_names): Add "eip".
793         (amd64_x32_pseudo_register_type): New function
794         (amd64_x32_init_abi): New function.
795
796 2012-06-13  Jan Kratochvil  <[email protected]>
797
798         PR build/14003
799         * inferior.h (struct inferior_suspend_state): Comment out.
800         (struct inferior): Comment out the field suspend.
801         * infrun.c (struct infcall_suspend_state): Comment out the field
802         inferior_suspend.
803         (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
804         out its assignment.
805
806 2012-06-13  Jan Kratochvil  <[email protected]>
807
808         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
809         * c-exp.y (classify_inner_name): Remove caller assumptions in the
810         function comment.  Return ERROR for unresolved cases.  Implement
811         returning proper NAME.
812         (yylex): Accept also NAME from classify_inner_name.
813         * cp-namespace.c (cp_lookup_nested_type): Rename to ...
814         (cp_lookup_nested_symbol): ... here.  Return any found symbol, not just
815         LOC_TYPEDEF type.
816         * cp-support.h (cp_lookup_nested_type): Update its declaration.
817
818 2012-06-13  Tom Tromey  <[email protected]>
819
820         * breakpoint.c (condition_completer): New function.
821         (_initialize_breakpoint): Use it.
822         * value.c (complete_internalvar): New function.
823         * value.h (complete_internalvar): Declare.
824
825 2012-06-13  Tom Tromey  <[email protected]>
826
827         * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
828         * breakpoint.c (catch_syscall_completer): Return a VEC.
829         * cli/cli-cmds.c (complete_command): Update.
830         * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
831         (complete_on_enum): Likewise.
832         * command.h: Include gdb_vecs.h.
833         (completer_ftype): Change return type.
834         (complete_on_cmdlist, complete_on_enum): Likewise.
835         * completer.c (noop_completer, filename_completer)
836         (location_completer): Return a VEC.
837         (add_struct_fields): Remove 'nextp' argument.  Change 'output'
838         to a VEC.
839         (expression_completer, complete_line_internal, complete_line)
840         (command_completer): Return a VEC.
841         (gdb_completion_word_break_characters, line_completion_function):
842         Update.
843         * completer.h: Include gdb_vecs.h.
844         (complete_line, noop_completer, filename_completer)
845         (expression_completer, location_completer, command_completer):
846         Update.
847         * f-lang.c (f_word_break_characters): Return a VEC.
848         * interps.c (interpreter_completer): Return a VEC.
849         * language.h (struct language_defn)
850         <la_make_symbol_completion_list>: Return a VEC.
851         * python/py-cmd.c (cmdpy_completer): Return a VEC.
852         * symtab.c (free_completion_list): Take a VEC.
853         (return_val_size, return_val_index): Remove.
854         (return_val): Now a VEC.
855         (completion_list_add_name): Update.
856         (default_make_symbol_completion_list_break_on)
857         (default_make_symbol_completion_list, make_symbol_completion_list)
858         (make_symbol_completion_list_fn, make_file_symbol_completion_list):
859         Return a VEC.
860         (add_filename_to_list): Update.
861         (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
862         <list>: Now a VEC.
863         (maybe_add_partial_symtab_filename): Update.
864         (make_source_files_completion_list): Return a VEC.
865         * symtab.h (default_make_symbol_completion_list_break_on)
866         (default_make_symbol_completion_list, make_symbol_completion_list)
867         (make_symbol_completion_list_fn, make_file_symbol_completion_list)
868         (make_source_files_completion_list): Update.
869
870 2012-06-13  Tom Tromey  <[email protected]>
871
872         * breakpoint.c (add_catch_command): Use completer_ftype.
873         * breakpoint.h: Include command.h.
874         (add_catch_command): Use completer_ftype.
875         * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
876         * cli/cli-decode.h (struct cmd_list_element) <completer>:
877         Use completer_ftype.
878         * command.h (completer_ftype): New typedef.
879         (set_cmd_completer): Use it.
880         * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
881         completer_ftype.
882
883 2012-06-13  Pedro Alves  <[email protected]>
884
885         Partial revert of previous change.
886
887         * serial.c (scb_base): New global.
888         (serial_for_fd): New.
889         (serial_open, serial_fdopen_ops): Link new serial in open serials
890         chain.
891         (do_serial_close): Unlink serial from the open serials chain.
892
893 2012-06-12  Pedro Alves  <[email protected]>
894
895         * infrun.c (infrun_thread_stop_requested_callback): Don't switch
896         threads here.
897         (prepare_for_detach): No longer context switch here in non-stop
898         mode.
899         (fetch_inferior_event): Ditto.
900         (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
901         to the event thread before removing breakpoints.  Switch to the
902         event thread before inserting breakpoints and resuming.
903         (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
904         event thread before resuming.
905         (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
906         Switch to the event thread before removing breakpoints.
907
908 2012-06-12  Eli Zaretskii  <[email protected]>
909
910         * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
911         special characters correctly for the Windows shells.  See
912         http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
913         report.
914         [!__MINGW32__]: Remove extra double quote character from special
915         characters.
916
917 2012-06-11  Stan Shebs  <[email protected]>
918
919         * ui-out.h: Remove #if 0 declarations.
920         * ui-out.c: Remove #if 0 functions.
921
922 2012-06-11  Pedro Alves  <[email protected]>
923
924         * ser-base.c (run_async_handler_and_reschedule): New.
925         (fd_event, push_event): Use it.
926         * serial.c (serial_open, serial_fdopen_ops): Set the initial
927         reference count to 1.
928         (do_serial_close): Set the bufp field to NULL.  Use serial_unref
929         instead of xfree.
930         (serial_is_open, serial_ref, serial_unref): New.
931         * serial.h (serial_open): Adjust comment.
932         (serial_is_open): Declare.
933         (serial_close): Adjust comment.
934         (serial_ref, serial_unref) Declare.
935         (struct serial): New field 'refcnt'.
936
937 2012-06-11  Pedro Alves  <[email protected]>
938
939         Remove #if 0'd "connect" command, and unnecessary associated
940         refcounting and serial reuse bits.
941
942         * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
943         * serial.c (last_serial_opened): Delete.
944         (scb_base): Delete.
945         (serial_open): Adjust.
946         (serial_for_fd): Delete.
947         (serial_fdopen_ops, do_serial_close): Adjust.
948         (serial_fdopen_ops): Adjust.
949
950 2012-06-11  Pedro Alves  <[email protected]>
951
952         * serial.c (do_serial_close): Remove early return when SCB is
953         null.
954
955 2012-06-11  Tom Tromey  <[email protected]>
956
957         * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
958
959 2012-06-11  Jan Kratochvil  <[email protected]>
960
961         Fix regression by the "ambiguous linespec" series.
962         * breakpoint.c (parse_breakpoint_sals): New variable cursal.  Use
963         get_last_displayed_symtab and get_last_displayed_line and depending
964         on CURSAL.
965
966 2012-06-11  Tom Tromey  <[email protected]>
967
968         * dwarf2read.c (dw2_get_primary_filename_reader): New function.
969         (dw2_find_symbol_file): Use it.
970
971 2012-06-11  Michael Eager  <[email protected]>
972
973         * mips-linux-tdep.c (mips_gdb_signal_from_target): New
974         * mips-linux-tdep.h (mips_signals): New
975
976 2012-06-11  Tom Tromey  <[email protected]>
977
978         * infrun.c (handle_inferior_event)
979         <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
980         breakpoint.
981         <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
982         exception logic in all cases.  Update comments.
983         (insert_longjmp_resume_breakpoint): Set the exception resume
984         breakpoint.
985
986 2012-06-11  Maciej W. Rozycki  <[email protected]>
987
988         * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
989
990 2012-06-09  Siva Chandra Reddy  <[email protected]>
991
992         * valarith.c (binop_types_user_defined_p): Fix a typo.
993
994 2012-06-08  Yao Qi  <[email protected]>
995             Chung-Lin Tang <[email protected]>
996
997         * arch-utils.c (default_return_in_first_hidden_param_p): New.
998         * arch-utils.h: Declare.
999         * gdbarch.sh: Add return_in_first_hidden_param_p.
1000         * gdbarch.c, gdbarch.h: Regenerated.
1001         * infcall.c (call_function_by_hand): Call
1002         gdbarch_return_in_first_hidden_param_p instead of
1003         language_pass_by_reference.
1004
1005         * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
1006         (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
1007         * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
1008         (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
1009         * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
1010         `cplus_return_struct_by_reference'.
1011         (tic6x_return_value): Handle language cplusplus.
1012         (tic6x_return_in_first_hidden_param_p): New.
1013         (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
1014
1015 2012-06-07  Doug Evans  <[email protected]>
1016
1017         * dwarf2read.c (dwarf2_cu): Add comment.
1018
1019 2012-06-06  Maciej W. Rozycki  <[email protected]>
1020
1021         * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
1022         variable.
1023         (mips_eabi_push_dummy_call): Likewise.
1024         (mips_n32n64_push_dummy_call): Likewise.
1025         (mips_o32_push_dummy_call): Likewise.
1026         (mips_o64_push_dummy_call): Likewise.
1027
1028 2012-06-06  Maciej W. Rozycki  <[email protected]>
1029
1030         * mips-tdep.c (mips_convert_register_p): Correct coding style.
1031
1032 2012-06-06  Maciej W. Rozycki  <[email protected]>
1033
1034         * mips-tdep.c (mips_pseudo_register_type): Use
1035         mips_float_register_p.
1036
1037 2012-06-06  Pedro Alves  <[email protected]>
1038
1039         * infrun.c (handle_inferior_event): Remove calls to
1040         reinit_frame_cache that follow a context_switch call.
1041
1042 2012-06-06  Pedro Alves  <[email protected]>
1043
1044         * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
1045         context_switch and remove stale comment.
1046
1047 2012-06-06  Pedro Alves  <[email protected]>
1048
1049         * infrun.c (struct execution_control_state): Remove
1050         `new_thread_event' field.
1051         (handle_inferior_event): Simplify new threads handling; don't
1052         resume the inferior if we find a new thread.
1053
1054 2012-06-06  Thomas Schwinge  <[email protected]>
1055
1056         * NEWS: Document the deprecation of SH's 'regs' command.
1057         * inferior.h (all_registers_info): Add function declaration.
1058         * sh-tdep.c (sh_show_regs): Remove variable.
1059         (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
1060         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
1061         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
1062         (sh_show_regs_command): Remove functions.
1063         (sh_gdbarch_init): Don't set sh_show_regs.
1064         (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
1065         'info all-registers'.
1066         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
1067         (sh64_show_regs): Remove functions.
1068         * sh64-tdep.h (sh64_show_regs): Remove function declaration.
1069
1070 2012-06-06  Jan Kratochvil  <[email protected]>
1071
1072         * configure.ac: Move development=true below AC_INIT.
1073         * configure: Regenerate.
1074
1075 2012-06-05  Stan Shebs  <[email protected]>
1076
1077         * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
1078         gdb_stdout.
1079
1080 2012-06-05  Siddhesh Poyarekar  <[email protected]>
1081
1082         * corefile.c (read_memory, read_stack, write_memory): Accept LEN
1083         argument as ssize_t.
1084         * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
1085         * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
1086         * target.c (target_read_stack, target_write_memory)
1087         (target_write_raw_memory): Likewise.
1088         * target.h (target_read_stack, target_write_memory)
1089         (target_write_raw_memory): Likewise.
1090
1091 2012-06-05  Jan Kratochvil  <[email protected]>
1092
1093         * symfile-mem.c: Change gdb_static_assert to ssize_t.
1094         (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
1095         * target.c (target_read_memory): Change LEN to ssize_t.
1096         * target.h (target_read_memory): Change LEN to ssize_t.
1097
1098 2012-06-05  Pedro Alves  <[email protected]>
1099
1100         PR backtrace/13866
1101
1102         * breakpoint.c (until_break_command): Only fetch the selected
1103         frame after decode_line_1.
1104
1105 2012-06-05  Joakim Tjernlund  <[email protected]>
1106
1107         * solib-svr4.c (enable_break): Don't fallback to setting the solib
1108         event breakpoint at _start, __start or main if a program
1109         interpreter is not found.
1110
1111 2012-06-05  Joel Brobecker  <[email protected]>
1112
1113         * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
1114         Add declaration.
1115         * windows-tdep.c: #include "objfiles.h".
1116         (windows_iterate_over_objfiles_in_search_order): New function.
1117         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
1118         iterate_over_objfiles_in_search_order gdbarch method to
1119         windows_iterate_over_objfiles_in_search_order.
1120         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
1121
1122 2012-06-05  Joel Brobecker  <[email protected]>
1123
1124         * gdbarch.sh: Add generation of
1125         "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
1126         gdbarch.h.  Add include of "objfiles.h" in gdbarch.c.
1127         (iterate_over_objfiles_in_search_order): New gdbarch method.
1128         * gdbarch.h, gdbarch.c: Regenerate.
1129         * objfiles.h (default_iterate_over_objfiles_in_search_order):
1130         Add declaration.
1131         * objfiles.c (default_iterate_over_objfiles_in_search_order):
1132         New function.
1133         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
1134         out of lookup_symbol_aux_symtabs.
1135         (lookup_symbol_aux_symtabs): Replace extracted-out code by
1136         call to lookup_symbol_aux_objfile.
1137         (struct global_sym_lookup_data): New type.
1138         (lookup_symbol_global_iterator_cb): New function.
1139         (lookup_symbol_global): Search for symbol using
1140         gdbarch_iterate_over_objfiles_in_search_order and
1141         lookup_symbol_global_iterator_cb.
1142         * findvar.c (struct minsym_lookup_data): New type.
1143         (minsym_lookup_iterator_cb): New function.
1144         (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
1145         symbol's address via gdbarch_iterate_over_objfiles_in_search_order
1146         and minsym_lookup_iterator_cb.
1147
1148 2012-06-05  Joel Brobecker  <[email protected]>
1149
1150         Revert the following patch:
1151         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
1152         try locating the symbol in the symbol's own objfile first, before
1153         extending the search to all objfiles.
1154         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
1155         out of lookup_symbol_aux_symtabs.
1156         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
1157         Replace extracted-out code by call to lookup_symbol_aux_objfile.
1158         Do not search EXCLUDE_OBJFILE.
1159         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
1160         (lookup_symbol_global): Search for matches in the block's objfile
1161         first, before searching all other objfiles.
1162
1163 2012-06-05  Joel Brobecker  <[email protected]>
1164
1165         * breakpoint.c (find_condition_and_thread): Stop parsing
1166         as soon as the first invalid keyword is found.
1167
1168 2012-06-05  Joel Brobecker  <[email protected]>
1169
1170         * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
1171
1172 2012-06-05  Joel Brobecker  <[email protected]>
1173
1174         * config/djgpp/djcheck.sh: Add copyright header.
1175
1176 2012-06-05  Joel Brobecker  <[email protected]>
1177
1178         * copyright.py (update_files, main): Fix path to update-copyright
1179         script.
1180
1181 2012-06-05  Joel Brobecker  <[email protected]>
1182
1183         * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
1184         (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
1185         for which a reminder to update by hand is printed.
1186
1187 2012-06-04  Doug Evans  <[email protected]>
1188
1189         * buildsym.c (make_blockvector): Add comment.
1190
1191 2012-06-04  Pedro Alves  <[email protected]>
1192
1193         * arch-utils.c (default_gdb_signal_from_target): Delete.
1194         * arch-utils.h (default_gdb_signal_from_target): Delete.
1195         * corelow.c (core_open) <signal mapping>: Extended comment.  Check
1196         gdbarch_gdb_signal_from_target_p.
1197         * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
1198         predicate).
1199         * gdbarch.h: Regenerate.
1200         * gdbarch.c: Regenerate.
1201
1202 2012-06-04  Pedro Alves  <[email protected]>
1203
1204         * gdbarch.sh (gdb_signal_from_target): Mention that the
1205         implementation of the method must be host independent.
1206         * gdbarch.h: Regenerate.
1207
1208 2012-06-04  Jan Kratochvil  <[email protected]>
1209
1210         * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
1211         parameters.
1212         (target_read_memory_bfd): New function.
1213         (symbol_file_add_from_memory): Use it.
1214
1215 2012-06-03  Doug Evans  <[email protected]>
1216
1217         * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
1218         of primary symtab.
1219         (basic_lookup_transparent_type): Ditto.
1220
1221         * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
1222         (ALL_PRIMARY_SYMTABS): Use it.
1223         (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
1224         * dwarf2read.c (dw2_find_symbol_file): Ditto.
1225         * linespec.c (iterate_over_all_matching_symtabs): Ditto.
1226         * symtab.c (lookup_symbol_aux_objfile): Ditto.
1227         (basic_lookup_transparent_type): Ditto.
1228
1229 2012-06-02  Sergio Durigan Junior  <[email protected]>
1230
1231         * symtab.c (symbol_demangled_name): New variable `dem_name'.  Use
1232         it to optimize resolution of demangled name.
1233
1234 2012-06-01  Jan Kratochvil  <[email protected]>
1235
1236         * configure.ac (development): Define new variable.
1237         Call AC_CHECK_LIB for mcheck if $development.
1238         (ERROR_ON_WARNING): Enable it by default only if $development.
1239         * config.in: Regenerate.
1240         * configure: Regenerate.
1241
1242 2012-06-01  Siddhesh Poyarekar  <[email protected]>
1243
1244         * target.c (target_read_memory): Make LEN argument as size_t.
1245         * target.h (target_read_memory): Likewise.
1246
1247 2012-06-01  Jan Kratochvil  <[email protected]>
1248
1249         * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
1250
1251 2012-05-31  Edjunior Machado  <[email protected]>
1252
1253         * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
1254         BookE interface for PowerPC server processors if not available
1255         in the Linux Kernel.
1256
1257 2012-05-31  Keith Seitz  <[email protected]>
1258
1259         * linespec.c (decode_objc): Add cleanup to free
1260         INFO.FILE_SYMTABS.
1261         (find_linespec_symbols): Add cleanup to free CLASSES.
1262         * symfile.c (find_separate_debug_file_by_debuglink): Add
1263         cleanup to free DEBUGLINK.
1264         * ui-out.c (clear_header_list): No need to check if
1265         HEADER_NEXT.COLHDR is NULL.
1266         Free HEADER_NEXT.COL_NAME.
1267
1268 2012-05-31  Matthew Gretton-Dann  <[email protected]>
1269
1270         * ada-lang.c (standard_lookup): Prevent uninitialized variable
1271         warning.
1272
1273 2012-05-30  Jeff Kenton  <[email protected]>
1274
1275         * configure.host (gdb_host_cpu): Handle tilegx*.
1276         (gdb_host): Handle tilegx-*-linux*.
1277         * tilegx-linux-nat.c: New file.
1278         * config/tilegx/linux.mh: New file.
1279
1280 2012-05-30  Jeff Kenton  <[email protected]>
1281
1282         * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
1283         tilegx-linux-tdep.o.
1284         (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
1285         tilegx-linux-tdep.c.
1286         * configure.tgt: Handle tilegx-*-linux*.
1287         * tilegx-tdep.h: New file.
1288         * tilegx-tdep.c: New file.
1289         * tilegx-linux-tdep.c: New file.
1290         * regformats/reg-tilegx.dat: New file.
1291
1292 2012-05-30  Edjunior Machado  <[email protected]>
1293
1294         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
1295         accounting of hw watchpoints on ppc.
1296
1297 2012-05-30  Thiago Jung Bauermann  <[email protected]>
1298
1299         * source.c (openp): Expand tilde in path entries.
1300
1301 2012-05-29  Doug Evans  <[email protected]>
1302
1303         * buildsym.c (block_compar): Fix comment.
1304         (end_symtab): Fix and clarify some comments.
1305
1306         * stabsread.h (cleanup_undefined_stabs_types): Renamed from
1307         cleanup_undefined_types.
1308         * stabsread.c (cleanup_undefined_stabs_types): Ditto.
1309         All callers updated.
1310
1311 2012-05-29  Tom Tromey  <[email protected]>
1312
1313         * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
1314         fails.
1315         * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
1316         * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
1317         fails.
1318         * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
1319         fails.
1320
1321 2012-05-29  Tristan Gingold  <[email protected]>
1322
1323         * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
1324         (struct darwin_info): ... New struct.
1325         (solib_darwin_pspace_data): New variable.
1326         (darwin_pspace_data_cleanup): New function.
1327         (get_darwin_info): Likewise.
1328         (darwin_dyld_version_ok, darwin_load_image_infos)
1329         (darwin_solib_get_all_image_info_addr_at_init)
1330         (darwin_solib_read_all_image_info_addr): Add info argument.
1331         Adjust code.
1332         (darwin_current_sos): Use per pspace structure.
1333         (darwin_solib_create_inferior_hook): Likewise.
1334         (darwin_clear_solib): Likewise.
1335         (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
1336
1337 2012-05-28  Pedro Alves  <[email protected]>
1338
1339         * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
1340         block that uses them.  Clear ecss before handling each event.
1341
1342 2012-05-28  Jan Kratochvil  <[email protected]>
1343
1344         * solib-svr4.c (svr4_current_sos): New comment on
1345         svr4_current_sos_via_xfer_libraries fall back.
1346
1347 2012-05-24  Jan Kratochvil  <[email protected]>
1348
1349         * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best.  Use
1350         it as a fallback for TYPE_IS_OPAQUE.
1351         * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
1352         symbols for lookup_symbol.
1353
1354 2012-05-24  John Steele Scott  <[email protected]>
1355
1356         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
1357         * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
1358         (producer_is_gxx_lt_4_6): Move the checking and caching to...
1359         (check_producer): ... this new function, which also checks for ICC
1360         and caches the result.
1361         (producer_is_icc): New function.
1362         (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
1363         producer was ICC.
1364
1365 2012-05-24  Pedro Alves  <[email protected]>
1366
1367         PR gdb/7205
1368
1369         * arch-utils.c (default_gdb_signal_to_host): Rename to ...
1370         (default_gdb_signal_to_target): ... this.  Add comment.
1371         (default_gdb_signal_from_host): Rename to ...
1372         (default_gdb_signal_from_target): ... this.  Add comment.
1373         * arch-utils.h (default_gdb_signal_to_host): Rename to ...
1374         (default_gdb_signal_to_target): ... this.
1375         (default_gdb_signal_from_host): Rename to ...
1376         (default_gdb_signal_from_target): ... this.
1377         * corelow.c (core_open): Adjust to naming change.  Replace comment.
1378         * gdbarch.sh (gdb_signal_from_host): Rename to ...
1379         (gdb_signal_from_target): ... this.  Adjust to
1380         default_gdb_signal_from_host naming change.  Extend comment.
1381         (gdb_signal_to_host): Rename to ...
1382         (gdb_signal_to_target): ... this.  Adjust to
1383         default_gdb_signal_to_host naming change.
1384         * gdbarch.h, gdbarch.c: Renegerate.
1385
1386 2012-05-24  Pedro Alves  <[email protected]>
1387
1388         PR gdb/7205
1389
1390         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
1391
1392 2012-05-24  Pedro Alves  <[email protected]>
1393
1394         PR gdb/7205
1395
1396         Replace target_signal with gdb_signal throughout.
1397
1398 2012-05-24  Pedro Alves  <[email protected]>
1399
1400         PR tui/14159
1401
1402         * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
1403         string, instead of reusing the va_list argument.
1404
1405 2012-05-24  Tom Tromey  <[email protected]>
1406
1407         * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
1408         Remove.
1409
1410 2012-05-23  Doug Evans  <[email protected]>
1411
1412         * symtab.c (search_symbols): Formatting fixes.
1413         (print_symbol_info): Formatting fixes.
1414
1415         * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
1416         int64_t change to leb128 API.
1417         (read_encoded_value, decode_frame_entry_1): Ditto.
1418         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
1419         (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
1420         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
1421         (execute_stack_op): Ditto.
1422         * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
1423         (safe_read_uleb128, safe_read_sleb128): Ditto.
1424         * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
1425         (dwarf2_compile_expr_to_ax): Ditto.
1426         (locexpr_describe_location_piece): Ditto.
1427         (disassemble_dwarf_expression): Ditto.
1428         (locexpr_describe_location_1): Ditto.
1429
1430 2012-05-23  Stan Shebs  <[email protected]>
1431             Kwok Cheung Yeung  <[email protected]>
1432
1433         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
1434         (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
1435         (mi-cmd-info.o): New rule.
1436         * osdata.h (info_osdata_command): New declaration.
1437         * osdata.c (info_osdata_command): Change to non-static.
1438         * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
1439         * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
1440         * mi/mi-cmd-info.c: New file.
1441
1442 2012-05-23  Doug Evans  <[email protected]>
1443
1444         * symtab.c (search_symbols): Pass NULL for file_matcher to
1445         expand_symtabs_matching if there are no files to match.
1446
1447         * gdbtypes.c (lookup_typename): Simplify.
1448
1449 2012-05-23  Pedro Alves  <[email protected]>
1450
1451         * arch-utils.h (default_target_signal_to_host): Delete.
1452         * arch-utils.c (default_target_signal_to_host): Delete.
1453         * gdbarch.sh (target_signal_to_host): Remove.
1454         * gdbarch.h, gdbarch.c: Regenerate.
1455
1456 2012-05-22  Doug Evans  <[email protected]>
1457
1458         * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
1459         "const gdb_byte *".
1460         (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
1461         (execute_cfa_program): Update to match API of leb128 functions.
1462         (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
1463         "const gdb_byte *".
1464         (read_unsigned_leb128, read_signed_leb128): Delete.
1465         (read_initial_length): Change type of buf argument to
1466         "const gdb_byte *".
1467         (read_encoded_value): Update to match API of leb128 functions.
1468         (decode_frame_entry): Change result to "const gdb_byte *", and
1469         similarly for "start" parameter.
1470         (decode_frame_entry_1): Ditto.  Use new leb128 reader functions.
1471         (dwarf2_build_frame_info): Change local frame_ptr to
1472         "const gdb_byte *".
1473         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
1474         read_uleb128, read_sleb128.  All callers updated.
1475         (safe_skip_leb128): New function.
1476         (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
1477         Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
1478         (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
1479         functions.  Call gdb_read_uleb128, gdb_read_sleb128 instead of
1480         read_uleb128, read_sleb128.
1481         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
1482         (execute_stack_op): Update to match API of leb128 functions.
1483         * dwarf2expr.h: #include "leb128.h".
1484         (read_uleb128, read_sleb128): Delete.
1485         (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
1486         (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
1487         * dwarf2loc.c (debug_loc_kind): New enum.
1488         (decode_debug_loc_addresses): New function.
1489         (decode_debug_loc_dwo_addresses): New function.
1490         (dwarf2_find_location_expression): Rewrite.
1491         (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
1492         (locexpr_describe_location_piece): Ditto.
1493         (disassemble_dwarf_expression): Ditto.
1494         (locexpr_describe_location_1): Ditto.
1495         (loclist_describe_location): Rewrite.
1496         * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
1497         * dwarf2read.c (die_reader_specs): New member "buffer_end".
1498         (dwarf2_section_buffer_overflow_complaint): Renamed from
1499         dwarf2_macros_too_long_complaint.  All callers updated.
1500         (skip_leb128): Delete.
1501         (init_cu_die_reader): Initialize reader->buffer_end.
1502         (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
1503         (skip_form_bytes): New arg buffer_end.  All callers updated.
1504         Replace call to skip_leb128 with gdb_skip_leb128.
1505         (skip_unknown_opcode): New arg mac_end.  All callers updated.
1506         (fill_in_loclist_baton): Initialize baton->from_dwo.
1507
1508 2012-05-22  Maciej W. Rozycki  <[email protected]>
1509
1510         * mips-linux-nat.c (mips_linux_read_description): Use a more
1511         verbose error message.
1512
1513 2012-05-22  Maciej W. Rozycki  <[email protected]>
1514
1515         * NEWS: Add MIPS/Linux DSP support.
1516         * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
1517         (SIGCONTEXT_DSPCTL): New macro.
1518         (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
1519         (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
1520         (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
1521         (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
1522         (N64_SIGCONTEXT_HI3): Likewise.
1523         (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
1524         (N64_SIGCONTEXT_LO3): Likewise.
1525         (N64_SIGCONTEXT_DSPCTL): Likewise.
1526         (N64_SIGCONTEXT_FPCSR): Clarify definition.
1527         (mips_linux_o32_sigframe_init): Handle DSP registers.
1528         (mips_linux_n32n64_sigframe_init): Likewise.
1529
1530 2012-05-22  Pierre Muller  <[email protected]>
1531
1532         * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
1533         call to abort.
1534
1535 2012-05-22  Pedro Alves  <[email protected]>
1536
1537         * target.h (store_waitstatus): Move declaration ...
1538         * inf-child.h (store_waitstatus): ... here.
1539         * target.c: Move inclusion of gdb_wait.h, and ...
1540         (store_waitstatus): ... this ...
1541         * inf-child.c: ... here.
1542         * linux-nat.c: Include inf-child.h.
1543         * rs6000-nat.c: Include inf-child.h.
1544         * spu-linux-nat.c: Include inf-child.h.
1545
1546 2012-05-22  Pierre Muller  <[email protected]>
1547
1548         * tracepoint.c (start_tracing): Add missing i18n markup.
1549         (stop_tracing, set_trace_user): Ditto.
1550         (set_trace_notes, set_trace_stop_notes): Ditto.
1551
1552 2012-05-21  Tom Tromey  <[email protected]>
1553
1554         PR c++/7173:
1555         * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
1556         types.
1557         * value.h (value_cast_pointers): Update.
1558         * valops.c (value_cast_pointers): Add 'subclass_check' argument.
1559         (value_cast): Update.
1560         (update_search_result): New function.
1561         (do_search_struct_field): New, from search_struct_field.  Check
1562         for ambiguous results.
1563         (search_struct_field): Rewrite.
1564         * infcall.c (value_arg_coerce): Update.
1565         * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
1566         value_cast_pointers.
1567         * ada-lang.c (ada_convert_actual): Update.
1568
1569 2012-05-21  Tom Tromey  <[email protected]>
1570
1571         * macroexp.c (macro_stringify): Terminate the string.
1572
1573 2012-05-20  Jan Kratochvil  <[email protected]>
1574
1575         * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
1576         Describe it.
1577         * auto-load.c (auto_load_expand_dir_vars): New function.
1578         (auto_load_safe_path_vec_update): Use it, remove the
1579         substitute_path_component call thanks to it.
1580         (auto_load_objfile_script): Remove the debug_file_directory processing.
1581         Use auto_load_expand_dir_vars, remove the substitute_path_component
1582         call thanks to it.
1583         * configure: Regenerate.
1584         * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
1585         path.  Escape $ also for $debugdir.
1586         (--with_auto_load_safe_path): Escape $ also for $debugdir.
1587         * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
1588
1589 2012-05-20  Doug Evans  <[email protected]>
1590
1591         * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
1592         before use.  Check for symtab->includes == NULL before scanning it.
1593
1594 2012-05-18  Maciej W. Rozycki  <[email protected]>
1595
1596         * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
1597
1598 2012-05-18  Maciej W. Rozycki  <[email protected]>
1599
1600         * NEWS: Add microMIPS support and "set mips compression",
1601         "show mips compression" commands.
1602         * mips-tdep.h (mips_isa): New enum.
1603         (gdbarch_tdep): Add mips_isa.
1604         (mips_pc_is_mips16): Update prototype.
1605         (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
1606         * mips-tdep.c (mips_compression_mips16): New variable.
1607         (mips_compression_micromips): Likewise.
1608         (mips_compression_strings): Likewise.
1609         (mips_compression_string): Likewise.
1610         (is_mips16_isa, is_micromips_isa): New functions.
1611         (is_mips16_addr): Rename to...
1612         (is_compact_addr): ... this.
1613         (unmake_mips16_addr): Likewise to...
1614         (unmake_compact_addr): ... this.
1615         (make_mips16_addr): Likewise to...
1616         (make_compact_addr): ... this.
1617         (is_mips_addr, is_mips16_addr, is_micromips_addr): New
1618         functions.
1619         (mips_elf_make_msymbol_special): Handle microMIPS code.
1620         (msymbol_is_special): Rename to...
1621         (msymbol_is_mips16): ... this.
1622         (mips_make_symbol_special, mips_pc_is_mips16): Update
1623         accordingly.
1624         (msymbol_is_mips, msymbol_is_micromips): New functions.
1625         (mips16_to_32_reg): Rename to...
1626         (mips_reg3_to_reg): ... this.
1627         (mips_pc_is_mips, mips_pc_is_micromips): New functions.
1628         (mips_pc_isa): Likewise.
1629         (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
1630         code.
1631         (mips_fetch_instruction): Pass return status instead of printing
1632         an error message if requested.  Handle microMIPS code.  Bail out
1633         on an invalid ISA.
1634         (micromips_op): New macro.
1635         (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
1636         (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
1637         (b6s4_op, b7s3_reg): Likewise.
1638         (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
1639         (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
1640         (mips_insn_size): New function.
1641         (mips32_next_pc): Update mips_fetch_instruction call.
1642         (micromips_relative_offset7): New function.
1643         (micromips_relative_offset10): Likewise.
1644         (micromips_relative_offset16): Likewise.
1645         (micromips_pc_insn_size): Likewise.
1646         (micromips_bc1_pc): Likewise.
1647         (micromips_next_pc): Likewise.
1648         (unpack_mips16): Update mips_fetch_instruction call.
1649         (extended_mips16_next_pc): Update according to change to
1650         mips16_to_32_reg.
1651         (mips_next_pc): Update mips_pc_is_mips16 call.  Handle microMIPS
1652         code.
1653         (mips16_scan_prologue): Update mips_fetch_instruction call.
1654         Update according to change to mips16_to_32_reg.
1655         (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
1656         (mips_insn16_frame_base_sniffer): Likewise.
1657         (micromips_decode_imm9): New function.
1658         (micromips_scan_prologue): Likewise.
1659         (mips_micro_frame_cache): Likewise.
1660         (mips_micro_frame_this_id): Likewise.
1661         (mips_micro_frame_prev_register): Likewise.
1662         (mips_micro_frame_sniffer): Likewise.
1663         (mips_micro_frame_unwind): New variable.
1664         (mips_micro_frame_base_address): New function.
1665         (mips_micro_frame_base): New variable.
1666         (mips_micro_frame_base_sniffer): New function.
1667         (mips32_scan_prologue): Update mips_fetch_instruction call.
1668         (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
1669         rather than for MIPS16.
1670         (mips_insn32_frame_base_sniffer): Likewise.
1671         (mips_addr_bits_remove): Handle microMIPS code.
1672         (deal_with_atomic_sequence): Rename to...
1673         (mips_deal_with_atomic_sequence): ... this.  Update the type
1674         of the variable used to hold an instruction.  Remove the ISA bit
1675         check.  Update mips_fetch_instruction call.
1676         (micromips_deal_with_atomic_sequence): New function.
1677         (deal_with_atomic_sequence): Likewise.
1678         (mips_about_to_return): Handle microMIPS code.  Update
1679         mips_fetch_instruction call.
1680         (heuristic_proc_start): Check for the standard MIPS ISA rather
1681         than for MIPS16.  Update mips_pc_is_mips16 and
1682         mips_fetch_instruction calls.  Handle microMIPS code.
1683         (mips_push_dummy_code): Handle microMIPS code.
1684         (mips_eabi_push_dummy_call): Likewise.
1685         (mips_o32_return_value): Update mips_pc_is_mips16 call.
1686         (mips_o64_push_dummy_call): Handle microMIPS code.
1687         (mips_o64_return_value): Update mips_pc_is_mips16 call.
1688         (is_delayed): Remove function.
1689         (mips_single_step_through_delay): Replace the call to is_delayed
1690         with mips32_instruction_has_delay_slot.  Correct MIPS16 handling.
1691         Handle microMIPS code.
1692         (mips_skip_prologue): Update mips_pc_is_mips16 call.  Handle
1693         microMIPS code.
1694         (mips32_in_function_epilogue_p): Update mips_fetch_instruction
1695         call.
1696         (micromips_in_function_epilogue_p): New function.
1697         (mips16_in_function_epilogue_p): Update mips_fetch_instruction
1698         call.
1699         (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
1700         Handle microMIPS.
1701         (gdb_print_insn_mips): Likewise.
1702         (mips_breakpoint_from_pc): Likewise.
1703         (mips_remote_breakpoint_from_pc): New function.
1704         (mips32_instruction_has_delay_slot): Simplify making use of the
1705         updated mips_fetch_instruction interface.
1706         (micromips_instruction_has_delay_slot): New function.
1707         (mips16_instruction_has_delay_slot): Simplify making use of the
1708         updated mips_fetch_instruction interface.
1709         (mips_adjust_breakpoint_address): Check for the standard MIPS
1710         ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr 
1711         calls.  Handle microMIPS code.
1712         (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
1713         (mips_skip_trampoline_code): Handle microMIPS code.
1714         (global_mips_compression): New function.
1715         (mips_gdbarch_init): Handle the compressed ISA setting from ELF
1716         file flags.  Register the microMIPS remote breakpoint handler
1717         and heuristic frame unwinder.
1718         (show_mips_compression): New function.
1719         (_initialize_mips_tdep): Add the "set mips compression" and
1720         "show mips compression" commands.
1721
1722 2012-05-18  Sergio Durigan Junior  <[email protected]>
1723
1724         * ada-lang.c:
1725         * ada-tasks.c:
1726         * ada-varobj.c:
1727         * amd64-darwin-tdep.c:
1728         * arm-symbian-tdep.c:
1729         * arm-tdep.c:
1730         * avr-tdep.c:
1731         * ax-gdb.c:
1732         * bfin-linux-tdep.c:
1733         * breakpoint.c:
1734         * c-valprint.c:
1735         * cli/cli-cmds.c:
1736         * coffread.c:
1737         * cp-support.c:
1738         * cris-tdep.c:
1739         * dwarf2-frame-tailcall.c:
1740         * dwarf2-frame.c:
1741         * dwarf2expr.c:
1742         * dwarf2loc.c:
1743         * dwarf2read.c:
1744         * elfread.c:
1745         * eval.c:
1746         * expprint.c:
1747         * f-valprint.c:
1748         * frv-tdep.c:
1749         * h8300-tdep.c:
1750         * hppa-hpux-tdep.c:
1751         * hppa-tdep.c:
1752         * hppanbsd-tdep.c:
1753         * i386-nto-tdep.c:
1754         * i386-tdep.c:
1755         * i387-tdep.c:
1756         * ia64-tdep.c:
1757         * jit.c:
1758         * linespec.c:
1759         * linux-tdep.c:
1760         * lm32-tdep.c:
1761         * m2-valprint.c:
1762         * m32c-tdep.c:
1763         * m32r-rom.c:
1764         * m32r-tdep.c:
1765         * m68k-tdep.c:
1766         * m68klinux-tdep.c:
1767         * mi/mi-main.c:
1768         * microblaze-tdep.c:
1769         * mips-linux-tdep.c:
1770         * mips-tdep.c:
1771         * mn10300-tdep.c:
1772         * p-valprint.c:
1773         * parse.c:
1774         * ppc-linux-tdep.c:
1775         * ppc-sysv-tdep.c:
1776         * printcmd.c:
1777         * python/py-finishbreakpoint.c:
1778         * python/py-inferior.c:
1779         * python/py-infthread.c:
1780         * python/py-type.c:
1781         * python/python.c:
1782         * remote-fileio.c:
1783         * remote-m32r-sdi.c:
1784         * remote-mips.c:
1785         * reverse.c:
1786         * rl78-tdep.c:
1787         * rs6000-aix-tdep.c:
1788         * rs6000-tdep.c:
1789         * s390-tdep.c:
1790         * score-tdep.c:
1791         * sh64-tdep.c:
1792         * skip.c:
1793         * solib-darwin.c:
1794         * solib-dsbt.c:
1795         * solib-frv.c:
1796         * sparc-tdep.c:
1797         * spu-multiarch.c:
1798         * spu-tdep.c:
1799         * stack.c:
1800         * symfile.c:
1801         * symtab.c:
1802         * tic6x-tdep.c:
1803         * tracepoint.c:
1804         * v850-tdep.c:
1805         * valarith.c:
1806         * valprint.c:
1807         * value.c:
1808         * xcoffread.c:
1809         * xtensa-tdep.c:
1810         * ada-lang.c:
1811         * ada-tasks.c:
1812         * ada-varobj.c:
1813         * amd64-darwin-tdep.c:
1814         * arm-symbian-tdep.c:
1815         * arm-tdep.c: Delete unused variables.
1816
1817 2012-05-18  Jan Kratochvil  <[email protected]>
1818
1819         Rename $ddir to $datadir.
1820         * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
1821         * auto-load.c (auto_load_safe_path_vec_update)
1822         (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
1823         * configure: Regenerate.
1824         * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
1825         Likewise.  Remove the 'use $ddir' help string.
1826
1827 2012-05-18  Jan Kratochvil  <[email protected]>
1828
1829         * auto-load.c (show_auto_load_safe_path): Accept any combination of
1830         DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
1831
1832 2012-05-18  Tom Tromey  <[email protected]>
1833
1834         PR exp/13907:
1835         * valprint.h (struct value_print_options) <symbol_print>: New
1836         field.
1837         * valprint.c (user_print_options): Add default for symbol_print.
1838         (show_symbol_print): New function.
1839         (generic_val_print): Respect symbol_print.
1840         (_initialize_valprint): Add "print symbol" setting.
1841         * f-valprint.c (f_val_print): Respect symbol_print.
1842         * c-valprint.c (c_val_print): Respect symbol_print.
1843         * NEWS: Update.
1844         * printcmd.c (print_address_symbolic): Return int.  Ignore some
1845         zero-size symbols.
1846         (print_address_demangle): Return int.
1847         * defs.h: (print_address_symbolic): Return int.
1848         * value.h (print_address_demangle): Return int.
1849
1850 2012-05-18  Tom Tromey  <[email protected]>
1851
1852         * valprint.c (val_print_string): Don't print leading space.
1853         * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
1854         print space before string or vtbl.
1855         * m2-valprint.c (print_unpacked_pointer): Optionally print space
1856         before string.
1857         * jv-valprint.c (java_value_print): Print space before string.
1858         * go-valprint.c (print_go_string): Print space before string.
1859         * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
1860         space before string.
1861         * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
1862         space before string or vtbl.
1863         * auxv.c (fprint_target_auxv): Print space after address.
1864
1865 2012-05-18  Tom Tromey  <[email protected]>
1866
1867         * printcmd.c (print_address_demangle): Remove special case for 0.
1868
1869 2012-05-18  Tom Tromey  <[email protected]>
1870
1871         * printcmd.c (print_address_demangle): Add 'opts' argument.
1872         * p-valprint.c (pascal_val_print): Update.
1873         * jv-valprint.c (java_val_print): Update.
1874         * value.h: Update.
1875         * valprint.c (generic_val_print): Update.
1876         (print_function_pointer_address): Add 'options' argument.  Remove
1877         'addressprint' argument.  Update.
1878         * m2-valprint.c (print_unpacked_pointer): Update.
1879         * gnu-v3-abi.c (print_one_vtable): Update.
1880         (gnuv3_print_method_ptr): Update.
1881         * f-valprint.c (f_val_print): Update.
1882         * cp-valprint.c (cp_print_value_fields): Update.
1883         * valprint.h (print_function_pointer_address): Update.
1884         * c-valprint.c (c_val_print): Update.
1885
1886 2012-05-18  Tom Tromey  <[email protected]>
1887
1888         * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
1889         directly corresponding to the found psymtab.
1890         * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
1891         (dw2_find_pc_sect_symtab): Use it.
1892         * block.h (blockvector_contains_pc): Declare.
1893         * block.c (find_block_in_blockvector): New function.
1894         (blockvector_for_pc_sect): Use it.
1895         (blockvector_contains_pc): New function.
1896
1897 2012-05-18  Maciej W. Rozycki  <[email protected]>
1898
1899         * mips-tdep.h (mips_write_pc): New prototype.
1900         * mips-tdep.c (mips_write_pc): Make external, add description.
1901         * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
1902         add description.
1903
1904 2012-05-18  Maciej W. Rozycki  <[email protected]>
1905
1906         * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
1907         mips_regnum->pc.
1908         (mips_unwind_pc, mips_write_pc): Likewise.
1909         (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
1910         gdbarch_read_pc.
1911
1912 2012-05-17  Joel Brobecker  <[email protected]>
1913
1914         * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
1915         proc_warn, proc_error, proc_get_status, proc_flags,
1916         proc_why, proc_what, proc_nsysarg, proc_sysargs,
1917         proc_set_run_on_last_close, proc_unset_run_on_last_close,
1918         proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
1919         proc_stop_process, proc_wait_for_stop, proc_run_process,
1920         proc_set_traced_signals, proc_set_traced_faults,
1921         proc_set_traced_sysentry, proc_set_traced_sysexit,
1922         proc_set_held_signals, proc_get_held_signals,
1923         proc_get_traced_signals, proc_get_traced_faults,
1924         proc_get_traced_sysentry, proc_get_traced_sysexit,
1925         proc_clear_current_fault, proc_set_current_signal,
1926         proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
1927         proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
1928         proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
1929         proc_get_current_thread, proc_get_current_thread,
1930         proc_get_current_thread, proc_update_threads,
1931         proc_update_threads, proc_update_threads, proc_update_threads,
1932         proc_iterate_over_threads, procfs_find_new_threads,
1933         procfs_pid_to_str): Make static.  Remove advance declaration.
1934         (proc_cursig): Make static.  Conditionalized defintion on
1935         PROCFS_DONT_PIOCSSIG_CURSIG being defined.
1936         (proc_syscall, proc_set_kill_on_last_close,
1937         proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
1938         proc_get_pending_signals, proc_get_signal_actions,
1939         proc_trace_signal, proc_ignore_signal): Delete.
1940
1941 2012-05-16  Sergio Durigan Junior  <[email protected]>
1942
1943         * coffread.c (cs_section_address): Passing proper argument for
1944         `bfd_get_section_vma'.
1945         * dwarf2read.c (dwarf2_locate_sections): Likewise, for
1946         `bfd_get_section_flags'.
1947         * remote.c (remote_trace_set_readonly_regions): Likewise, for
1948         `bfd_get_section_vma'.
1949
1950 2012-05-16  Tom Tromey  <[email protected]>
1951
1952         PR macros/13205:
1953         * macrotab.h: (macro_define_special): Declare.
1954         (enum macro_special_kind): New.
1955         (struct macro_definition) <argc, replacement>: Update comments.
1956         * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
1957         (macro_define_object_internal): New function.
1958         (macro_define_object): Use it.
1959         (macro_define_special): New function.
1960         (fixup_definition): New function.
1961         (macro_lookup_definition, foreach_macro_in_scope)
1962         (foreach_macro): Use fixup_definition.
1963         * macroexp.h (macro_stringify): Declare.
1964         * macroexp.c (free_buffer_return_text): New function.
1965         (stringify): Constify "arg".
1966         (macro_stringify): New function.
1967         * dwarf2read.c (macro_start_file): Call macro_define_special.
1968
1969 2012-05-16  Maciej W. Rozycki  <[email protected]>
1970             Maciej W. Rozycki  <[email protected]>
1971
1972         * breakpoint.h (bp_location): Add related_address member.
1973         * inferior.h (get_return_value): Take a pointer to struct value
1974         instead of struct type for the function requested.
1975         * value.h (using_struct_return): Likewise.
1976         * gdbarch.sh (return_value): Take a pointer to struct value
1977         instead of struct type for the function requested.
1978         * breakpoint.c (set_breakpoint_location_function): Initialize
1979         related_address for bp_gnu_ifunc_resolver breakpoints.
1980         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
1981         requested function's address to gdbarch_return_value.
1982         * eval.c (evaluate_subexp_standard): Pass the requested
1983         function's address to using_struct_return.
1984         * infcall.c (call_function_by_hand): Pass the requested
1985         function's address to using_struct_return and
1986         gdbarch_return_value.
1987         * infcmd.c (get_return_value): Take a pointer to struct value
1988         instead of struct type for the function requested.
1989         (print_return_value): Update accordingly.
1990         (finish_command_continuation): Likewise.
1991         * stack.c (return_command): Pass the requested function's
1992         address to using_struct_return and gdbarch_return_value.
1993         * value.c (using_struct_return): Take a pointer to struct value
1994         instead of struct type for the function requested.  Pass the
1995         requested function's address to gdbarch_return_value.
1996         * python/py-finishbreakpoint.c (finish_breakpoint_object):
1997         New function_value member, replacing function_type.
1998         (bpfinishpy_dealloc): Update accordingly.
1999         (bpfinishpy_pre_stop_hook): Likewise.
2000         (bpfinishpy_init): Likewise.  Record the requested function's
2001         address.
2002         * mips-tdep.c (mips_fval_reg): New enum.
2003         (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
2004         words put in GP registers.
2005         (mips_o64_push_dummy_call): Update a comment.
2006         (mips_o32_return_value): Take a pointer to struct value instead
2007         of struct type for the function requested and use it to check if
2008         using the MIPS16 calling convention.  Return the designated
2009         general purpose registers for floating-point values returned in
2010         MIPS16 mode.
2011         (mips_o64_return_value): Likewise.
2012         * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
2013         (ppc_sysv_abi_broken_return_value): Likewise.
2014         (ppc64_sysv_abi_return_value): Likewise.
2015         * alpha-tdep.c (alpha_return_value): Take a pointer to struct
2016         value instead of struct type for the function requested.
2017         * amd64-tdep.c (amd64_return_value): Likewise.
2018         * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
2019         * arm-tdep.c (arm_return_value): Likewise.
2020         * avr-tdep.c (avr_return_value): Likewise.
2021         * bfin-tdep.c (bfin_return_value): Likewise.
2022         * cris-tdep.c (cris_return_value): Likewise.
2023         * frv-tdep.c (frv_return_value): Likewise.
2024         * h8300-tdep.c (h8300_return_value): Likewise.
2025         (h8300h_return_value): Likewise.
2026         * hppa-tdep.c (hppa32_return_value): Likewise.
2027         (hppa64_return_value): Likewise.
2028         * i386-tdep.c (i386_return_value): Likewise.
2029         * ia64-tdep.c (ia64_return_value): Likewise.
2030         * iq2000-tdep.c (iq2000_return_value): Likewise.
2031         * lm32-tdep.c (lm32_return_value): Likewise.
2032         * m32c-tdep.c (m32c_return_value): Likewise.
2033         * m32r-tdep.c (m32r_return_value): Likewise.
2034         * m68hc11-tdep.c (m68hc11_return_value): Likewise.
2035         * m68k-tdep.c (m68k_return_value): Likewise.
2036         (m68k_svr4_return_value): Likewise.
2037         * m88k-tdep.c (m88k_return_value): Likewise.
2038         * mep-tdep.c (mep_return_value): Likewise.
2039         * microblaze-tdep.c (microblaze_return_value): Likewise.
2040         * mn10300-tdep.c (mn10300_return_value): Likewise.
2041         * moxie-tdep.c (moxie_return_value): Likewise.
2042         * mt-tdep.c (mt_return_value): Likewise.
2043         * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
2044         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
2045         (ppc_sysv_abi_broken_return_value): Likewise.
2046         (ppc64_sysv_abi_return_value): Likewise.
2047         * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
2048         * rl78-tdep.c (rl78_return_value): Likewise.
2049         * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
2050         * rx-tdep.c (rx_return_value): Likewise.
2051         * s390-tdep.c (s390_return_value): Likewise.
2052         * score-tdep.c (score_return_value): Likewise.
2053         * sh-tdep.c (sh_return_value_nofpu): Likewise.
2054         (sh_return_value_fpu): Likewise.
2055         * sh64-tdep.c (sh64_return_value): Likewise.
2056         * sparc-tdep.c (sparc32_return_value): Likewise.
2057         * sparc64-tdep.c (sparc64_return_value): Likewise.
2058         * spu-tdep.c (spu_return_value): Likewise.
2059         * tic6x-tdep.c (tic6x_return_value): Likewise.
2060         * v850-tdep.c (v850_return_value): Likewise.
2061         * vax-tdep.c (vax_return_value): Likewise.
2062         * xstormy16-tdep.c (xstormy16_return_value): Likewise.
2063         * xtensa-tdep.c (xtensa_return_value): Likewise.
2064         * gdbarch.c: Regenerate.
2065         * gdbarch.h: Regenerate.
2066
2067 2012-05-15  Tom Tromey  <[email protected]>
2068
2069         * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
2070
2071 2012-05-15  Joel Brobecker  <[email protected]>
2072
2073         * breakpoint.c (init_breakpoint_sal): Add quotes around part
2074         of command in two error message.
2075
2076 2012-05-15  Joel Brobecker  <[email protected]>
2077
2078         * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
2079
2080 2012-05-15  Joel Brobecker  <[email protected]>
2081
2082         * breakpoint.c (find_condition_and_thread): Minor reformatting.
2083
2084 2012-05-15  Jan Kratochvil  <[email protected]>
2085
2086         * NEWS (show auto-load scripts-directory): Add forgotten command.
2087
2088 2012-05-15  Jan Kratochvil  <[email protected]>
2089
2090         * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
2091         parameters.
2092
2093 2012-05-14  H.J. Lu  <[email protected]>
2094
2095         * amd64-tdep.c: Include features/i386/x32.c and
2096         features/i386/x32-avx.c.
2097         (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
2098         initialize_tdesc_x32_avx.
2099
2100 2012-05-14  Stan Shebs  <[email protected]>
2101
2102         Add dynamic printf.
2103         * breakpoint.h (enum bptype): New type bp_dprintf.
2104         (struct breakpoint): New field extra_string.
2105         (struct breakpoint_ops): Add arg to create_breakpoints_sal.
2106         (create_breakpoint): Add extra_string arg.
2107         * breakpoint.c (dprintf_breakpoint_ops): New.
2108         (is_breakpoint): Add bp_dprintf.
2109         (bpstat_what): Add dprintf case.
2110         (bptype_string): Ditto.
2111         (print_one_breakpoint_location): Ditto.
2112         (init_bp_location): Ditto.
2113         (bkpt_print_mention): Ditto.
2114         (dprintf_style_enums): New array.
2115         (dprintf_style): New global.
2116         (dprintf_function): New global.
2117         (dprintf_channel): New global.
2118         (update_dprintf_command_list): New function.
2119         (update_dprintf_commands): New function.
2120         (init_breakpoint_sal): Add extra_string argument, handle it.
2121         (create_breakpoint_sal): Add extra_string argument.
2122         (create_breakpoints_sal): Add extra_string argument, update callers.
2123         (find_condition_and_thread): Add extra argument.
2124         (create_breakpoint): Add extra_string argument, record it.
2125         (dprintf_command): New function.
2126         (break_command_1): Add arg to create_breakpoint call.
2127         (handle_gnu_v3_exceptions): Ditto.
2128         (trace_command): Ditto.
2129         (ftrace_command): Ditto.
2130         (strace_command): Ditto.
2131         (bkpt_print_mention): Add dprintf case.
2132         (create_breakpoint_sal_default): Add extra_string argument.
2133         (_initialize_breakpoint): Add new commands.
2134         * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
2135         * python/py-breakpoint.c (bppy_init): Ditto.
2136         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
2137
2138 2012-05-14  Maciej W. Rozycki  <[email protected]>
2139
2140         * mips-tdep.c (mips_push_dummy_code): Correct description typo.
2141
2142 2012-05-14  Siva Chandra Reddy  <[email protected]>
2143
2144         * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
2145         unsigned long long.
2146
2147 2012-05-13  Siva Chandra Reddy  <[email protected]>
2148
2149         Add a new function gdb.find_pc_line to the Python API.
2150         * NEWS (Python Scripting): Add entry about the new function.
2151         * python/python.c (gdbpy_find_pc_line): New function which
2152         implements gdb.find_pc_line.
2153         (GdbMethods): Add entry for the new function.
2154
2155 2012-05-12  Pedro Alves  <[email protected]>
2156
2157         * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
2158         initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
2159
2160 2012-05-12  Eli Zaretskii  <[email protected]>
2161
2162         * inferior.c: Include completer.h
2163         (initialize_inferiors): Set completer of add-inferior to
2164         filename_completer.
2165
2166 2012-05-11  H.J. Lu  <[email protected]>
2167
2168         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
2169         gdbarch_ptr_bit for x32 core dump.
2170
2171 2012-05-11  H.J. Lu  <[email protected]>
2172
2173         * amd64-linux-tdep.c: Include features/i386/x32-linux.c
2174         and features/i386/x32-avx-linux.c.
2175
2176 2012-05-11  Stan Shebs  <[email protected]>
2177             Kwok Cheung Yeung  <[email protected]>
2178
2179         * NEWS: Describe new info os commands.
2180         * common/linux-osdata.c (PID_T, TIME_T): Define.
2181         (MAX_PID_T_STRLEN): New.
2182         (linux_common_core_of_thread): Add comment.  Change to use PID_T and
2183         MAX_PID_T_STRLEN.
2184         (command_from_pid): Add comment.  Change to use PID_T.
2185         (commandline_from_pid):  Change to use PID_T.
2186         (user_from_pid): Add comment.
2187         (get_process_owner): Add comment. Change to use PID_T and
2188         MAX_PID_T_STRLEN.
2189         (get_number_of_cpu_cores): Add comment.
2190         (get_cores_used_by_process): Add comment.  Change to use PID_T and
2191         MAX_PID_T_STRLEN.
2192         (linux_xfer_osdata_processes): Change to use PID_T and
2193         MAX_PID_T_STRLEN.
2194         (compare_processes): New function.
2195         (linux_xfer_osdata_processgroups): New function.
2196         (linux_xfer_osdata_threads): Change to use PID_T.
2197         (linux_xfer_osdata_fds): New function.
2198         (format_socket_state, print_sockets): New functions.
2199         (union socket_addr): New union.
2200         (linux_xfer_osdata_isockets): New function.
2201         (time_from_time_t, group_from_gid): New functions.
2202         (linux_xfer_osdata_shm): New function.
2203         (linux_xfer_osdata_sem): New function.
2204         (linux_xfer_osdata_msg): New function.
2205         (linux_xfer_osdata_modules): New function.
2206         (osdata_table): Add new entries.
2207         * common/buffer.c (buffer_xml_printf): Add support for long and
2208         long long format specifiers.
2209
2210 2012-05-11  H.J. Lu  <[email protected]>
2211
2212         * amd64-linux-tdep.h (tdesc_x32_linux): New.
2213         (tdesc_x32_avx_linux): Likewise.
2214
2215 2012-05-11  Jan Kratochvil  <[email protected]>
2216
2217         Implement multi-component --with-auto-load-dir.
2218         * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
2219         entries.
2220         (--with-auto-load-safe-path): Update the default value description.
2221         * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
2222         New.
2223         (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
2224         GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
2225         AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
2226         (_initialize_auto_load): Initialize also auto_load_dir.  Install new
2227         "set auto-load scripts-directory".
2228         * config.in: Regenerate.
2229         * configure: Regenerate.
2230         * configure.ac (--with-auto-load-dir): New configure option.
2231         (--auto-load-safe-path): Change the default to --with-auto-load-dir.
2232
2233 2012-05-11  Jan Kratochvil  <[email protected]>
2234
2235         Provide $ddir substitution for --with-auto-load-safe-path.
2236         * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
2237         entries.
2238         * auto-load.c: Include observer.h.
2239         (auto_load_safe_path_vec_update): Call substitute_path_component for
2240         each component.  New variable ddir_subst.
2241         (auto_load_gdb_datadir_changed): New function.
2242         (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
2243         AUTO_LOAD_SAFE_PATH.  New comment.
2244         (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
2245         AUTO_LOAD_SAFE_PATH.  Install auto_load_gdb_datadir_changed.
2246         * config.in: Regenerate.
2247         * configure: Regenerate.
2248         * configure.ac (--auto-load-safe-path): Rename
2249         DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH.  Default to
2250         GDB_DATADIR/auto-load.
2251         * defs.h (substitute_path_component): New declaration.
2252         * top.c: Include observer.h.
2253         (set_gdb_datadir): New function.
2254         (init_main): Install it for "set data-directory".
2255         * utils.c (substitute_path_component): New function.
2256
2257 2012-05-11  Jan Kratochvil  <[email protected]>
2258
2259         Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
2260         * auto-load.c (auto_load_objfile_script): Remove check for NULL
2261         DEBUG_FILE_DIRECTORY.  Handle multiple components of
2262         DEBUG_FILE_DIRECTORY.
2263
2264 2012-05-10  Tom Tromey  <[email protected]>
2265
2266         * dwarf2read.c (recursively_write_psymbols): New function.
2267         (write_psymtabs_to_index): Use it.
2268
2269         * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
2270         field.
2271         (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
2272         (load_partial_comp_unit): Update.
2273         (queue_comp_unit): Add argument 'pretend_language'.
2274         (process_queue): Update.
2275         (psymtab_to_symtab_1): Skip dependencies that have a user.
2276         (load_partial_comp_unit_reader): Give meaning to the 'data'
2277         argument.
2278         (load_full_comp_unit): Add 'pretend_language' argument.
2279         (process_full_comp_unit): Add 'pretend_language' argument.  Set
2280         language on CU.
2281         (process_imported_unit_die, read_file_scope, read_type_unit_scope):
2282         Update.
2283         (maybe_queue_comp_unit): Add 'pretend_language' argument.
2284         (follow_die_offset, follow_die_sig, read_signatured_type_reader):
2285         Update.
2286         (prepare_one_comp_unit): Add 'pretend_language' argument.
2287
2288         * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
2289         (struct dwarf2_per_objfile) <just_read_cus>: New field.
2290         (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
2291         (dw2_do_instantiate_symtab): Check whether symtab was read in
2292         before queueing.
2293         (dw2_instantiate_symtab): Add assertion.  Call
2294         process_cu_includes.
2295         (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
2296         (partial_symtab_p): New typedef.
2297         (set_partial_user): New function.
2298         (dwarf2_build_psymtabs_hard): Use set_partial_user.
2299         (scan_partial_symbols): Add imported CU to imported_symtabs.
2300         (dwarf2_psymtab_to_symtab): Call process_cu_includes.
2301         (psymtab_to_symtab_1): Do nothing if psymtab is readin.
2302         (get_symtab, recursively_compute_inclusions)
2303         (compute_symtab_includes, process_cu_includes)
2304         (process_imported_unit_die): New functions.
2305         (process_die) <DW_TAG_imported_unit>: New case.
2306         (dwarf2_per_objfile_free): Free 'imported_symtabs'.
2307
2308         * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
2309         comment.
2310         (struct partial_die_info) <locdesc>: Remove.
2311         <d>: New field.
2312         (process_psymtab_comp_unit): Add 'read_partial' argument.
2313         Update.
2314         (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
2315         (scan_partial_symbols): Handle DW_TAG_imported_unit.
2316         (add_partial_symbol): Update.
2317         (process_die): Handle DW_TAG_partial_unit.
2318         (read_file_scope): Update comment.
2319         (load_partial_dies): Handle DW_TAG_imported_unit.
2320         (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
2321         (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
2322
2323 2012-05-10  Tom Tromey  <[email protected]>
2324
2325         * cc-with-dwz.sh: New file.
2326
2327 2012-05-10  Tom Tromey  <[email protected]>
2328
2329         * symtab.h (struct symtab) <includes, user>: New fields.
2330         * block.h (struct block_iterator) <d, idx, which>: New fields.
2331         * block.c (initialize_block_iterator, find_iterator_symtab)
2332         (block_iterator_step, block_iter_name_step)
2333         (block_iter_match_step): New functions.
2334         (block_iterator_first, block_iterator_next)
2335         (block_iter_name_first, block_iter_name_next)
2336         (block_iter_match_first, block_iter_match_next): Rewrite.
2337         (get_block_symtab): New function.
2338
2339 2012-05-10  Tom Tromey  <[email protected]>
2340
2341         * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
2342         set_block_symtab.
2343         * jit.c (finalize_symtab): Use allocate_global_block,
2344         set_block_symtab.
2345         * buildsym.c (finish_block_internal): New function, from old
2346         finish_block.
2347         (finish_block): Rewrite.
2348         (end_symtab): Use finish_block_internal, set_block_symtab.
2349         * block.h (struct global_block): New.
2350         (allocate_global_block, set_block_symtab): Declare.
2351         * block.c (allocate_global_block, set_block_symtab): New
2352         functions.
2353
2354 2012-05-10  Tom Tromey  <[email protected]>
2355
2356         * psymtab.c (partial_map_expand_apply): Add assertion.
2357         (partial_map_symtabs_matching_filename): Skip included psymtabs.
2358         (psymtab_to_symtab): Find unshared psymtab.
2359         (dump_psymtab): Print including psymtabs.
2360         (recursively_search_psymtabs): New function.
2361         (expand_symtabs_matching_via_partial): Use it.
2362         * psympriv.h (struct partial_symtab) <user, searched_flag>: New
2363         fields.
2364         (enum psymtab_search_status): New.
2365
2366 2012-05-10  Tom Tromey  <[email protected]>
2367
2368         * tracepoint.c (scope_info): Update.
2369         * symtab.c (lookup_block_symbol, iterate_over_symbols)
2370         (find_pc_sect_symtab, search_symbols)
2371         (default_make_symbol_completion_list_break_on)
2372         (make_file_symbol_completion_list): Update.
2373         * symmisc.c (dump_symtab_1): Update.
2374         * stack.c (print_frame_args, iterate_over_block_locals)
2375         (print_frame_labels, iterate_over_block_arg_vars): Update.
2376         * python/py-block.c (block_object) <dict>: Remove.
2377         <block>: New field.
2378         <iter>: Change type.
2379         (blpy_iter): Update.
2380         (blpy_block_syms_iternext): Update.
2381         * psymtab.c (map_block): Use block iterators.
2382         * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
2383         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
2384         * mdebugread.c (parse_symbol, mylookup_symbol): Update.
2385         * infrun.c (check_exception_resume): Update.
2386         * cp-support.c (make_symbol_overload_list_block): Update.
2387         * coffread.c (patch_opaque_types): Update.
2388         * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
2389         * block.h (struct block_iterator): New.
2390         (block_iterator_first, block_iterator_next, block_iter_name_first)
2391         (block_iter_name_next, block_iter_match_first)
2392         (block_iter_match_next): Declare.
2393         (ALL_BLOCK_SYMBOLS): Redefine.
2394         * block.c (block_iterator_first, block_iterator_next)
2395         (block_iter_name_first, block_iter_name_next)
2396         (block_iter_match_first, block_iter_match_next): New functions.
2397         * ada-lang.c (ada_add_block_symbols)
2398         (ada_make_symbol_completion_list): Use block iterator.
2399
2400 2012-05-10  Tom Tromey  <[email protected]>
2401
2402         * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
2403         (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
2404         (lookup_partial_symbol, find_last_source_symtab_from_partial)
2405         (read_psymtabs_with_filename, map_matching_symbols_psymtab)
2406         (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
2407         Update.
2408
2409 2012-05-10  Joel Brobecker  <[email protected]>
2410
2411         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
2412         print-file-var-lib2.c, print-file-var-main.c and
2413         print-file-var.exp (located in gdb/testsuite/gdb.base).
2414
2415 2012-05-10  Joel Brobecker  <[email protected]>
2416
2417         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
2418         try locating the symbol in the symbol's own objfile first, before
2419         extending the search to all objfiles.
2420         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
2421         out of lookup_symbol_aux_symtabs.
2422         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
2423         Replace extracted-out code by call to lookup_symbol_aux_objfile.
2424         Do not search EXCLUDE_OBJFILE.
2425         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
2426         (lookup_symbol_global): Search for matches in the block's objfile
2427         first, before searching all other objfiles.
2428
2429 2012-05-10  Tristan Gingold  <[email protected]>
2430
2431         * printcmd.c (set_command): Add pre/post inc/dec.
2432
2433 2012-05-09  Frank Ch. Eigler  <[email protected]>
2434
2435         * gdb.1: Document -ex option.
2436
2437 2012-05-09  Joel Brobecker  <[email protected]>
2438
2439         * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
2440         * inferior.h (AT_SYMBOL): Delete.
2441
2442 2012-05-09  Joel Brobecker  <[email protected]>
2443
2444         * mips-tdep.c (mips_push_dummy_code): New function.
2445         (mips_gdbarch_init): Set the gdbarch call_dummy_location to
2446         ON_STACK and install mips_push_dummy_code as our gdbarch
2447         push_dummy_code routine.
2448
2449 2012-05-09  Pedro Alves  <[email protected]>
2450
2451         * target.c (set_maintenance_target_async_permitted): Rename to ...
2452         (set_target_async_command): ... this.
2453         (show_maintenance_target_async_permitted): Rename to ...
2454         (show_target_async_command): ... this.
2455         (initialize_targets): Adjust.
2456
2457 2012-05-08  Doug Evans  <[email protected]>
2458
2459         * go-exp.y (classify_name): Add missing assignment of fields of
2460         yylval.ssym.
2461
2462 2012-05-08  Eli Zaretskii  <[email protected]>
2463
2464         Display the ">" prompt in interactive mode while reading canned
2465         commands, even when the current interpreter is MI.
2466
2467         * interps.c (interp_set_temp): New function.
2468
2469         * interps.h (interp_set_temp): Add prototype.
2470
2471         * cli/cli-script.c (restore_interp): New cleanup function.
2472         (read_command_lines): Temporarily override the current interpreter
2473         with CLI and arrange for restoring the original one.
2474
2475 2012-05-12  Joel Sherrill <[email protected]>
2476
2477         * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
2478
2479 2012-05-07  Sergio Durigan Junior  <[email protected]>
2480
2481         * probe.c (parse_probes): Move conditional to check for
2482         debuginfo files from here...
2483         * stap-probe.c (stap_get_probes): ... to here.
2484
2485 2012-05-07  Mark Kettenis  <[email protected]>
2486             H.J. Lu  <[email protected]>
2487
2488         * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
2489         `movl %esp, %ebp' for the X32 ABI.
2490
2491 2012-05-07  Tom Tromey  <[email protected]>
2492
2493         * dwarf2read.c (dwarf_tag_name): Return const char *.  Use
2494         get_DW_TAG_name.
2495         (dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
2496         (dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
2497         (dwarf_stack_op_name): Remove.
2498         (dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
2499         (decode_locdesc): Use get_DW_OP_name.
2500         * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
2501         (dwarf2_compile_expr_to_ax): Likewise.
2502         (disassemble_dwarf_expression): Likewise.
2503         * dwarf2expr.h: (dwarf_stack_op_name): Remove.
2504
2505 2012-05-07  Chung-Lin Tang  <[email protected]>
2506
2507         * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
2508         (sh_linux_sigtramp_cache): New function.
2509         (sh_linux_sigreturn_init): New function.
2510         (sh_linux_rt_sigreturn_init): New function.
2511         (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
2512         patterns.
2513         (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
2514         syscall codes.
2515         (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
2516         (sh_linux_rt_sigreturn_tramp_frame): Likewise.
2517         (sh_linux_init_abi): Add init calls to register new tramp_frame
2518         definitions under 32-bit SH, update comments.
2519
2520 2012-05-07  Pedro Alves  <[email protected]>
2521
2522         PR gdb/10952
2523
2524         * amd64-linux-tdep.c: Include glibc-tdep.h.
2525         (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
2526         gdbarch_skip_solib_resolver callback.
2527
2528 2012-05-06  Jan Kratochvil  <[email protected]>
2529
2530         * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
2531         back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
2532         (show_auto_load_safe_path): Check any-directory by comparison with "/".
2533         (add_auto_load_safe_path): Change the error message.
2534         (_initialize_auto_load): Change the "safe-path" help text.
2535         * configure: Regenerate
2536         * configure.ac (--without-auto-load-safe-path): Set
2537         WITH_AUTO_LOAD_SAFE_PATH to /.
2538
2539 2012-05-05  Sergio Durigan Junior  <[email protected]>
2540
2541         * stap-probe.h: Do not include unecessary `probe.h'.
2542
2543 2012-05-05  Alan Modra  <[email protected]>
2544
2545         * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
2546         bfd_und_section_ptr.
2547         * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
2548         and bfd_com_section_ptr.
2549
2550 2012-05-04  Joel Brobecker  <[email protected]>
2551
2552         * MAINTAINERS (Past Maintainers): Add Chris Faylor.
2553
2554 2012-05-04  Joel Brobecker  <[email protected]>
2555
2556         * windows-nat.h (segment_register_p_ftype): New typedef.
2557         (windows_set_segment_register_p): Add declaration.
2558         * windows-nat.c (segment_register_p): New static global.
2559         (windows_set_segment_register_p): New function.
2560         (do_windows_fetch_inferior_registers): Add special handling
2561         for segment registers.
2562         * amd64-windows-nat.c: #include "amd64-tdep.h".
2563         (amd64_windows_segment_register_p): New function.
2564         (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
2565         * i386-windows-nat.c: #include "i386-tdep.h".
2566         (i386_windows_segment_register_p): New function.
2567         (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
2568
2569 2012-05-04  Tristan Gingold  <[email protected]>
2570
2571         * printcmd.c (set_command): Emit a warning if the expression is not
2572         an assignment.
2573
2574 2012-05-03  Joel Brobecker  <[email protected]>
2575
2576         * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
2577         Make static.
2578
2579 2012-05-03  Sergio Durigan Junior  <[email protected]>
2580
2581         * stap-probe.c (stap_is_operator): Change declaration.
2582         (stap_get_opcode): Change return value.
2583         (stap_parse_argument_1): Update calls to `stap_get_opcode' and
2584         `stap_parse_argument_1'.
2585
2586 2012-05-03  Pedro Alves  <[email protected]>
2587
2588         * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
2589         debug log.
2590
2591 2012-05-03  Siva Chandra Reddy  <[email protected]>
2592
2593         Add two new methods global_block and static_block to gdb.Symtab
2594         objects.
2595         * NEWS (Python scripting): Add entry about the new methods.
2596         * python/py-symtab.c (stpy_global_block): New function which
2597         implements the gdb.Symtab.global_block() method.
2598         (stpy_static_block): New function which implements the
2599         gdb.Symtab.static_block() method.
2600         (symtab_object_methods): Add entries for the two new methods.
2601
2602 2012-05-03  Doug Evans  <[email protected]>
2603
2604         * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
2605         files.
2606
2607 2012-05-03  Yao Qi  <[email protected]>
2608
2609         * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
2610         space.
2611         (i386_process_record): Ditto.
2612
2613 2012-05-02  Joel Brobecker  <[email protected]>
2614
2615         * infcall.c (unwind_on_signal_p): Make static.
2616
2617 2012-05-02  Joel Brobecker  <[email protected]>
2618
2619         * sol-thread.c (solaris_pid_to_str): Make static.
2620         (_initialize_sol_thread): Add prototype.
2621
2622 2012-05-02  Joel Brobecker  <[email protected]>
2623
2624         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
2625
2626 2012-05-02  Christopher Faylor  <[email protected]>
2627
2628         * MAINTAINERS: Remove myself.
2629
2630 2012-05-02  Jan Kratochvil  <[email protected]>
2631
2632         Fix --without-auto-load-safe-path for MS-Windows host platform.
2633         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
2634
2635 2012-05-02  Eli Zaretskii  <[email protected]>
2636
2637         * gdb_curses.h: Undefine KEY_EVENT before including curses
2638         headers.  Move "#undef MOUSE_MOVED" before any curses header
2639         inclusion.
2640
2641 2012-05-02  Sergio Durigan Junior  <[email protected]>
2642
2643         * features/i386/i386-mmx-linux.c: Regenerate.
2644         * features/rs6000/powerpc-32.c: Likewise.
2645         * features/rs6000/powerpc-32l.c: Likewise.
2646         * features/rs6000/powerpc-403.c: Likewise.
2647         * features/rs6000/powerpc-403gc.c: Likewise.
2648         * features/rs6000/powerpc-405.c: Likewise.
2649         * features/rs6000/powerpc-505.c: Likewise.
2650         * features/rs6000/powerpc-601.c: Likewise.
2651         * features/rs6000/powerpc-602.c: Likewise.
2652         * features/rs6000/powerpc-603.c: Likewise.
2653         * features/rs6000/powerpc-604.c: Likewise.
2654         * features/rs6000/powerpc-64.c: Likewise.
2655         * features/rs6000/powerpc-64l.c: Likewise.
2656         * features/rs6000/powerpc-750.c: Likewise.
2657         * features/rs6000/powerpc-860.c: Likewise.
2658         * features/rs6000/powerpc-e500.c: Likewise.
2659         * features/rs6000/powerpc-e500l.c: Likewise.
2660         * features/rs6000/powerpc-isa205-32l.c: Likewise.
2661         * features/rs6000/powerpc-isa205-64l.c: Likewise.
2662         * features/rs6000/rs6000.c: Likewise.
2663
2664 2012-05-02  Sergio Durigan Junior  <[email protected]>
2665
2666         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
2667         variable.
2668         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
2669         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
2670         (stap_parse_argument) <e>: Likewise.
2671         (handle_stap_probe) <byte_order>: Likewise.
2672
2673 2012-04-30  Doug Evans  <[email protected]>
2674
2675         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
2676         init_and_read_dies_worker.  All callers updated.
2677         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
2678         replaced with init_cutu_and_read_dies.
2679         (load_partial_comp_unit): Pass 1 for use_existing_cu.
2680         (find_partial_die): Remove FIXME.  Don't free current CU.
2681
2682 2012-04-30  Sterling Augustine  <[email protected]>
2683
2684         * contrib: New directory.
2685         * contrib/test_pubnames_and_indexes.py: New file.
2686
2687 2012-04-30  Doug Evans  <[email protected]>
2688
2689         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
2690         All callers updated.
2691         (init_cu_die_reader): Verify the section is non-empty.
2692         (dwarf_decode_line_header): Don't dereference section->asection
2693         until we know the section is present.
2694
2695 2012-04-29  Sergio Durigan Junior  <[email protected]>
2696
2697         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
2698         probes.
2699
2700 2012-04-29  Yao Qi  <[email protected]>
2701
2702         * gdb-code-style.el: New hook gdb-markup-hook
2703         and gdb-comment-hook.
2704
2705 2012-04-28  Doug Evans  <[email protected]>
2706
2707         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
2708         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
2709         objfile->obfd.
2710         * symfile.h (dwarf2_debug_sections): New member addr.
2711         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
2712         (ctx_no_get_addr_index): New function.
2713         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
2714         (ctx_no_get_addr_index): Declare.
2715         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
2716         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
2717         (dwarf_expr_ctx_funcs): Update.
2718         (needs_get_addr_index): New function.
2719         (needs_frame_ctx_funcs): Update.
2720         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
2721         * dwarf2read.c: #include "gdbcore.h".
2722         (dwarf2_per_objfile): New members addr, dwo_files.
2723         (dwarf2_elf_names): Add entry for addr.
2724         (struct dwo_section_names): New type.
2725         (dwo_section_names): New static global.
2726         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
2727         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
2728         old debug_types_section member updated to use this.
2729         Rename member debug_types_section to info_or_types_section,
2730         all uses updated.
2731         (signatured_type): Rename member type_offset to type_offset_in_tu,
2732         all uses updated.  New member type_offset_in_section.
2733         (struct dwo_sections): New type.
2734         (struct dwo_unit): New type.
2735         (struct dwo_file): New type.
2736         (die_reader_specs): New member dwo_file.
2737         (dwarf2_locate_sections): Watch for .debug_addr.
2738         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
2739         (dwarf2_read_section): Get bfd of section from bfd's asection,
2740         instead of objfile.
2741         (create_cus_from_index): Initialize the_cu->info_or_types_section.
2742         (create_signatured_type_table_from_index): Initialize
2743         sig_type->info_or_types_section.
2744         (dw2_get_file_names): Statement lists for type units with DWO files
2745         live in the DWO file.
2746         (create_debug_types_hash_table): New function.
2747         (create_all_type_units): Rewrite.
2748         (init_cu_die_reader): New arg dwo_file, all callers updated.
2749         (init_and_read_dies_worker): Get section from
2750         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
2751         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
2752         continue reading the CU/TU from there.
2753         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
2754         updated.  Get section from this_cu->info_or_types_section.
2755         (create_all_comp_units): Initialize this_cu->info_or_types_section.
2756         (skip_one_die): New cases DW_FORM_GNU_addr_index,
2757         DW_FORM_GNU_str_index.
2758         (hash_dwo_file, eq_dwo_file): New functions.
2759         (allocate_dwo_file_hash_table): New function.
2760         (hash_dwo_unit, eq_dwo_unit): New functions.
2761         (allocate_dwo_unit_table): New function.
2762         (dwarf2_locate_dwo_sections): New function.
2763         (struct create_dwo_info_table_data): New type.
2764         (create_debug_info_hash_table_reader): New function.
2765         (create_debug_info_hash_table): New function.
2766         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
2767         (lookup_dwo_file): New function.
2768         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
2769         (free_dwo_file, free_dwo_file_cleanup): New functions.
2770         (free_dwo_file_from_slot, free_dwo_files): New functions.
2771         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
2772         (dwarf2_record_block_ranges): Ditto.
2773         (read_partial_die): Ditto.
2774         (process_enumeration_scope): Update to use type_offset_in_section.
2775         (read_full_die_1): New function.
2776         (read_full_die): Rewrite.
2777         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
2778         DW_FORM_GNU_str_index.
2779         (read_addr_index_1, read_addr_index): New functions.
2780         (read_addr_index_from_leb128): New function.
2781         (struct dwarf2_read_addr_index_data): New type.
2782         (dwarf2_read_addr_index_reader): New function.
2783         (dwarf2_read_addr_index): New function.
2784         (read_str_index): New function.
2785         (leb128_size): New function.
2786         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
2787         If processing a type unit from a DWO file, get the line section
2788         from the DWO file.
2789         (var_decode_location): Watch for DW_OP_GNU_addr_index.
2790         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
2791         DW_FORM_GNU_str_index.
2792         (lookup_die_type): Check whether section offset of type's die is
2793         known before looking it up.  Remove assert.  Condition can
2794         legimately happen for inter-cu type references.
2795         (dwarf_attr_name): Handle Fission attributes.
2796         (dwarf_form_name): Handle Fission forms.
2797         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
2798         DW_FORM_GNU_str_index.
2799         (follow_die_sig): Update to use type_offset_in_section.
2800         (decode_locdesc): New case DW_OP_GNU_addr_index.
2801         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
2802         DW_FORM_GNU_str_index.
2803         (cu_debug_loc_section): New function.
2804         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
2805         (dwarf2_per_objfile_free): Unmap .debug_addr section.
2806         Free DWO files if present.
2807         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
2808
2809         Refactor DIE reading.
2810         * dwarf2read.c (dwarf2_per_objfile): Replace members
2811         debug_info_type_hash and debug_types_type_hash with die_type_hash.
2812         (die_reader_specs): New member "die_section".  Temporarily make
2813         member "buffer" non-const, pending constifying all info_ptr uses.
2814         (die_reader_func_ftype): New typedef.
2815         (dw2_get_file_names_reader): New function.
2816         (dw2_get_file_names): Rewrite.
2817         (read_and_check_type_unit_head): Rename arg type_offset to
2818         type_offset_in_tu.
2819         (create_all_type_units): Improve debugging message.
2820         Improve dummy type unit check.
2821         (init_cu_die_reader): New arg "section".  All callers updated.
2822         (init_and_read_dies_worker): New function.
2823         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
2824         (init_cutu_and_read_dies_no_follow): New function.
2825         (init_cutu_and_read_dies_simple): New function.
2826         (process_psymtab_comp_unit_reader): New function.
2827         (process_psymtab_comp_unit): Delete args section,
2828         is_debug_types_section.  Rewrite.  All callers updated.
2829         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
2830         All callers updated.  Rewrite.
2831         (load_partial_comp_unit_reader): New function.
2832         (load_partial_comp_unit): Rewrite.
2833         (skip_children): New arg reader.  Delete args buffer, cu.
2834         All callers updated.
2835         (skip_one_die): New arg reader.  Delete args buffer, cu.
2836         All callers updated.
2837         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
2838         All callers updated.
2839         (load_full_comp_unit_reader): New function.
2840         (load_full_comp_unit): Rewrite.
2841         (read_comp_unit): Delete.
2842         (read_die_and_children_1): Delete, contents moved ...
2843         (read_die_and_children): ... here.
2844         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
2845         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
2846         All callers updated.
2847         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
2848         All callers updated.
2849         (find_partial_die): Rewrite load_all_dies support.
2850         (read_attribute_value): New arg reader.  Delete args abfd, cu.
2851         All callers updated.
2852         (read_attribute): New arg reader.  Delete args abfd, cu.
2853         All callers updated.
2854         (load_full_type_unit): Add assert.
2855         (read_signatured_type_reader): New function.
2856         (read_signatured_type): Rewrite.
2857         (free_stack_comp_unit): Remove call to age_cached_comp_units.
2858         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
2859         All callers updated.  Set per_cu->cu = NULL after freeing it.
2860         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
2861         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
2862         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
2863         (set_die_type): Update.
2864         (get_die_type_at_offset): Update.
2865         (read_file_scope): Call prepare_one_comp_unit.
2866         (read_type_unit_scope): Ditto.
2867         (prepare_one_comp_unit): Set producer if present.
2868
2869 2012-04-28  Sergio Durigan Junior  <[email protected]>
2870
2871         * probe.c (compile_rx_or_error): Silence ARI warning about missing
2872          gettext function on `error'.
2873
2874 2012-04-27  Doug Evans  <[email protected]>
2875
2876         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
2877         is empty.
2878
2879 2012-04-27  Sergio Durigan Junior  <[email protected]>
2880             Tom Tromey  <[email protected]>
2881
2882         * breakpoint.c (struct breakpoint_objfile_data)
2883         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
2884         <exception_probes>: New fields.
2885         (free_breakpoint_probes): New function.
2886         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
2887         `_Unwind_DebugHook'.
2888         (create_exception_master_breakpoint): Likewise.
2889         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
2890         * infrun.c: Including necessary header files for handling SystemTap
2891         probes.
2892         (handle_inferior_event): Handling longjmp breakpoint and exceptions
2893         via SystemTap probes.
2894         (check_exception_resume): Remove `func' argument.  Handle exception
2895         unwinding breakpoint set via a SystemTap probe.
2896         (insert_exception_resume_from_probe): New function.
2897
2898 2012-04-27  Sergio Durigan Junior  <[email protected]>
2899             Tom Tromey  <[email protected]>
2900             Jan Kratochvil  <[email protected]>
2901
2902         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
2903         (COMMON_OBS): Likewise.
2904         (HFILES_NO_SRCDIR): Add `probe'.
2905         * NEWS: Mention support for static and SystemTap probes.
2906         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
2907         SystemTap probes' arguments parser.
2908         * arm-linux-tdep.c: Including headers needed to perform the parsing
2909         of SystemTap probes' arguments.
2910         (arm_stap_is_single_operand): New function.
2911         (arm_stap_parse_special_token): Likewise.
2912         (arm_linux_init_abi): Initializing proper fields used by SystemTap
2913         probes' arguments parser.
2914         * ax-gdb.c (require_rvalue): Removing static declaration.
2915         (gen_expr): Likewise.
2916         * ax-gdb.h (gen_expr): Declaring function.
2917         (require_rvalue): Likewise.
2918         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
2919         (bkpt_probe_breakpoint_ops): New variable.
2920         (momentary_breakpoint_from_master): Set the `probe' value.
2921         (add_location_to_breakpoint): Likewise.
2922         (break_command_1): Using proper breakpoint_ops according to the
2923         argument passed by the user in the command line.
2924         (bkpt_probe_insert_location): New function.
2925         (bkpt_probe_remove_location): Likewise.
2926         (bkpt_probe_create_sals_from_address): Likewise.
2927         (bkpt_probe_decode_linespec): Likewise.
2928         (tracepoint_probe_create_sals_from_address): Likewise.
2929         (tracepoint_probe_decode_linespec): Likewise.
2930         (tracepoint_probe_breakpoint_ops): New variable.
2931         (trace_command): Using proper breakpoint_ops according to the
2932         argument passed by the user in the command line.
2933         (initialize_breakpoint_ops): Initializing breakpoint_ops for
2934         static probes on breakpoints and tracepoints.
2935         * breakpoint.h (struct bp_location) <probe>: New field.
2936         * cli-utils.c (skip_spaces_const): New function.
2937         (extract_arg): Likewise.
2938         * cli-utils.h (skip_spaces_const): Likewise.
2939         (extract_arg): Likewise.
2940         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
2941         * configure.ac: Append `stap-probe.o' to be generated when ELF
2942         support is present.
2943         * configure: Regenerate.
2944         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
2945         * elfread.c: Include `probe.h' and `arch-utils.h'.
2946         (probe_key): New variable.
2947         (elf_get_probes): New function.
2948         (elf_get_probe_argument_count): Likewise.
2949         (elf_evaluate_probe_argument): Likewise.
2950         (elf_compile_to_ax): Likewise.
2951         (elf_symfile_relocate_probe): Likewise.
2952         (stap_probe_key_free): Likewise.
2953         (elf_probe_fns): New variable.
2954         (elf_sym_fns): Add `sym_probe_fns' value.
2955         (elf_sym_fns_lazy_psyms): Likewise.
2956         (elf_sym_fns_gdb_index): Likewise.
2957         (_initialize_elfread): Initialize objfile cache for static
2958         probes.
2959         * gdb_vecs.h (struct probe): New forward declaration.
2960         (probe_p): New VEC declaration.
2961         * gdbarch.c: Regenerate.
2962         * gdbarch.h: Regenerate.
2963         * gdbarch.sh (stap_integer_prefix): New variable.
2964         (stap_integer_suffix): Likewise.
2965         (stap_register_prefix): Likewise.
2966         (stap_register_suffix): Likewise.
2967         (stap_register_indirection_prefix): Likewise.
2968         (stap_register_indirection_suffix): Likewise.
2969         (stap_gdb_register_prefix): Likewise.
2970         (stap_gdb_register_suffix): Likewise.
2971         (stap_is_single_operand): New function.
2972         (stap_parse_special_token): Likewise.
2973         (struct stap_parse_info): Forward declaration.
2974         * i386-tdep.c: Including headers needed to perform the parsing
2975         of SystemTap probes' arguments.
2976         (i386_stap_is_single_operand): New function.
2977         (i386_stap_parse_special_token): Likewise.
2978         (i386_elf_init_abi): Initializing proper fields used by SystemTap
2979         probes' arguments parser.
2980         * i386-tdep.h (i386_stap_is_single_operand): New function.
2981         (i386_stap_parse_special_token): Likewise.
2982         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
2983         * mipsread.c (ecoff_sym_fns): Likewise.
2984         * objfiles.c (objfile_relocate1): Support relocation for static
2985         probes.
2986         * parse.c (prefixify_expression): Remove static declaration.
2987         (initialize_expout): Likewise.
2988         (reallocate_expout): Likewise.
2989         * parser-defs.h (initialize_expout): Declare function.
2990         (reallocate_expout): Likewise.
2991         (prefixify_expression): Likewise.
2992         * ppc-linux-tdep.c: Including headers needed to perform the parsing
2993         of SystemTap probes' arguments.
2994         (ppc_stap_is_single_operand): New function.
2995         (ppc_stap_parse_special_token): Likewise.
2996         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
2997         probes' arguments parser.
2998         * probe.c: New file, for generic statically defined probe support.
2999         * probe.h: Likewise.
3000         * s390-tdep.c: Including headers needed to perform the parsing of
3001         SystemTap probes' arguments.
3002         (s390_stap_is_single_operand): New function.
3003         (s390_gdbarch_init): Initializing proper fields used by SystemTap
3004         probes' arguments parser.
3005         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
3006         * stap-probe.c: New file, for SystemTap probe support.
3007         * stap-probe.h: Likewise.
3008         * symfile.h: Include `gdb_vecs.h'.
3009         (struct sym_probe_fns): New struct.
3010         (struct sym_fns) <sym_probe_fns>: New field.
3011         * symtab.c (init_sal): Initialize `probe' field.
3012         * symtab.h (struct probe): Forward declaration.
3013         (struct symtab_and_line) <probe>: New field.
3014         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
3015         locations.
3016         (stop_tracing): Likewise.
3017         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
3018
3019 2012-04-27  Sergio Durigan Junior  <[email protected]>
3020             Tom Tromey  <[email protected]>
3021
3022         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
3023         and to compile agent expressions.
3024         * infrun.c (siginfo_make_value): New argument `ignore'.
3025         (siginfo_funcs): New struct.
3026         (_initialize_infrun): New argument when calling
3027         `create_internalvar_type_lazy'.
3028         * thread.c (thread_id_make_value): New argument `ignore'.
3029         (thread_funcs): New struct.
3030         (_initialize_thread): New argument when calling
3031         `create_internalvar_type_lazy'.
3032         * tracepoint.c (sdata_make_value): New argument `ignore'.
3033         (sdata_funcs): New struct.
3034         (_initialize_tracepoint): New argument when calling
3035         `create_internalvar_type_lazy'.
3036         * value.c (make_value): New struct.
3037         (create_internalvar_type_lazy): New argument `data'.
3038         (compile_internalvar_to_ax): New function.
3039         (value_of_internalvar): Properly handling `make_value' case.
3040         (clear_internalvar): Likewise.
3041         (show_convenience): Adding `TRY_CATCH' block.
3042         * value.h (internalvar_make_value): Delete, replace by...
3043         (struct internalvar_funcs): ... this.
3044         (create_internalvar_type_lazy) <fun>: Delete argument.
3045         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
3046         (compile_internalvar_to_ax): New function.
3047         * windows-tdep.c (tlb_make_value): New argument `ignore'.
3048         (tlb_funcs): New struct.
3049         (_initialize_windows_tdep): New argument when calling
3050         `create_internalvar_type_lazy'.
3051
3052 2012-04-27  Mark Wielaard  <[email protected]>
3053
3054         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
3055         see whether it is an address or a constant offset from DW_AT_low_pc.
3056         (dwarf2_record_block_ranges): Likewise.
3057         (read_partial_die): Likewise.
3058
3059 2012-04-26  Mark Wielaard  <[email protected]>
3060
3061         * MAINTAINERS (Write After Approval): Add myself to the list.
3062
3063 2012-04-26  Maciej W. Rozycki  <[email protected]>
3064
3065         * proc-utils.h (proc_prettyprint_signalset): New prototype.
3066         (proc_prettyprint_signal): Likewise.
3067         (proc_prettyprint_faultset): Likewise.
3068         (proc_prettyprint_fault): Likewise.
3069         (proc_prettyprint_actionset): Likewise.
3070         (proc_prettyprint_flags): Move to new proc-flags.c section.
3071         (proc_prettyfprint_flags): New prototype.
3072         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
3073         (proc_syscall, proc_cursig): Likewise.
3074         (proc_set_kill_on_last_close): Likewise.
3075         (proc_unset_kill_on_last_close): Likewise.
3076         (proc_set_watchpoint): Make static.
3077         (proc_delete_dead_threads): Likewise.
3078         (procfs_set_watchpoint): Likewise.
3079         (_initialize_procfs): Add prototype.
3080         * proc-events.c: Include proc-utils.h.
3081         (init_syscall_table): Make static.
3082         * proc-api.c (_initialize_proc_api): Add prototype.
3083         * proc-flags.c: Include proc-utils.h.
3084
3085 2012-04-26  Maciej W. Rozycki  <[email protected]>
3086
3087         * configure.ac: Add AC_ARG_PROGRAM.
3088         * configure: Regenerate.
3089
3090 2012-04-26  Jan Kratochvil  <[email protected]>
3091
3092         Fix DW_AT_lower_bound defaults for DWARF-4+.
3093         * dwarf2read.c (read_subrange_type): Remove initialization of low and
3094         high.  New variable low_default_is_valid.  Implement DWARF-4+
3095         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
3096         no default by the DWARF standard.
3097
3098 2012-04-26  Maciej W. Rozycki  <[email protected]>
3099             Maciej W. Rozycki  <[email protected]>
3100
3101         * infrun.c (handle_inferior_event): Move the check for return
3102         trampolines ahead of the check for function trampolines.
3103         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
3104         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
3105         (mips_str_mips16_ret_stub): Likewise.
3106         (mips_str_call_fp_stub): Likewise.
3107         (mips_str_call_stub): Likewise.
3108         (mips_str_fn_stub): Likewise.
3109         (mips_str_pic): Likewise.
3110         (mips_in_frame_stub): New function.
3111         (mips_unwind_pc): Return the return address rather than the PC
3112         if the PC of an intermediate frame is inside a call thunk.
3113         (mips_is_stub_suffix): New function.
3114         (mips_is_stub_mode): Likewise.
3115         (mips_get_mips16_fn_stub_pc): Likewise.
3116         (mips_skip_mips16_trampoline_code): Update to handle all the
3117         currently generated stub types.  Don't recurse into __fn_stub
3118         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
3119         Use cooked register accesses.
3120         (mips_in_return_stub): Reintroduce function.
3121         (mips_skip_trampoline_code): Traverse trampolines recursively.
3122         (mips_gdbarch_init): Handle MIPS16 return trampolines.
3123
3124 2012-04-26  Joel Brobecker  <[email protected]>
3125
3126         GDB 7.4.1 released.
3127
3128 2012-04-26  Jonathan Larmour  <[email protected]>
3129
3130         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
3131         * features/arm-with-m-vfp-d16.xml: New file. Describes
3132         Cortex-M with VFPv4-sp-d16 FPU register layout.
3133         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
3134         * features/arm-with-m-vfp-d16.c: New. Generated from above.
3135         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
3136         (arm-register_g_packet_guesses): Add vfp-d16 guess.
3137         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
3138
3139 2012-04-25  Doug Evans  <[email protected]>
3140
3141         * cli/cli-decode.c (print_doc_line): Use stream instead of
3142         current_uiout.
3143
3144 2012-04-25  Sergio Durigan Junior  <[email protected]>
3145
3146         * features/arm-with-iwmmxt.c: Regenerate.
3147         * features/arm-with-m-fpa-layout.c: Likewise.
3148         * features/arm-with-m.c: Likewise.
3149         * features/arm-with-neon.c: Likewise.
3150         * features/arm-with-vfpv2.c: Likewise.
3151         * features/arm-with-vfpv3.c: Likewise.
3152         * features/mips-dsp-linux.c: Likewise.
3153         * features/mips-linux.c: Likewise.
3154         * features/mips64-dsp-linux.c: Likewise.
3155         * features/mips64-linux.c: Likewise.
3156         * features/s390-linux32.c: Likewise.
3157         * features/s390-linux32v1.c: Likewise.
3158         * features/s390-linux32v2.c: Likewise.
3159         * features/s390-linux64.c: Likewise.
3160         * features/s390-linux64v1.c: Likewise.
3161         * features/s390-linux64v2.c: Likewise.
3162         * features/s390x-linux64.c: Likewise.
3163         * features/s390x-linux64v1.c: Likewise.
3164         * features/s390x-linux64v2.c: Likewise.
3165         * features/tic6x-c62x-linux.c: Likewise.
3166         * features/tic6x-c62x.c: Likewise.
3167         * features/tic6x-c64x-linux.c: Likewise.
3168         * features/tic6x-c64x.c: Likewise.
3169         * features/tic6x-c64xp-linux.c: Likewise.
3170         * features/tic6x-c64xp.c: Likewise.
3171         * target-descriptions.c: Only generate `field_type' and `type'
3172         variables when needed.
3173
3174 2012-04-25  Fredrik Hederstierna  <[email protected]>
3175
3176         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
3177
3178 2012-04-25  Doug Evans  <[email protected]>
3179
3180         Initial pass at Go language support.
3181         * NEWS: Mention Go.
3182         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
3183         go-valprint.c.
3184         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
3185         (YYFILES): Add go-exp.c.
3186         (YYOBJ): Add go-exp.o.
3187         (local-maintainer-clean): Delete go-exp.c.
3188         * defs.h (enum language): Add language_go.
3189         * dwarf2read.c: #include "go-lang.h".
3190         (fixup_go_packaging): New function.
3191         (process_full_comp_unit): Call it when processing Go CUs.
3192         (dwarf2_physname): Add Go support.
3193         (read_file_scope): Handle missing language spec for GNU Go.
3194         (set_cu_language): Handle DW_LANG_Go.
3195         * go-exp.y: New file.
3196         * go-lang.h: New file.
3197         * go-lang.c: New file.
3198         * go-typeprint.c: New file.
3199         * go-valprint.c: New file.
3200         * symtab.c: #include "go-lang.h".
3201         (symbol_set_language): Handle language_go.
3202         (symbol_find_demangled_name, symbol_set_names): Ditto.
3203         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
3204
3205 2012-04-24  Jim Meyering  <[email protected]>
3206
3207         avoid a few strncpy-induced buffer overruns
3208         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
3209         fname and psargs before trying to concatenate.
3210         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
3211         "name" before applying strchr.
3212
3213 2012-04-25  Siva Chandra Reddy  <[email protected]>
3214
3215         * CONTRIBUTE: Use unified diff instead of context diff when
3216         generating patches.
3217
3218 2012-04-24  Maciej W. Rozycki  <[email protected]>
3219
3220         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
3221         code.  Handle JR.HB correctly.
3222
3223 2012-04-24  Maciej W. Rozycki  <[email protected]>
3224
3225         * mips-tdep.c
3226         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
3227         with the other MIPS16 helpers.
3228
3229 2012-04-24  Sergio Durigan Junior  <[email protected]>
3230
3231         * observer.sh: Conditionally declare `args', thus cleaning up
3232         unused instances of this variable.
3233
3234 2012-04-24  Yao Qi  <[email protected]>
3235
3236         Revert this patch to allow breakpoint always-inserted
3237         in record target.
3238         2011-12-05  Pedro Alves  <[email protected]>
3239         * breakpoint.c: Include record.h.
3240         (breakpoints_always_inserted_mode): Return false when the record
3241         target is in use.
3242
3243         * breakpoint.c (iterate_over_bp_locations): New.
3244         * breakpoint.h: Declare.
3245         New typedef walk_bp_location_callback.
3246         * record.c (record_open): Call record_init_record_breakpoints.
3247         (record_sync_record_breakpoints): New.
3248         (record_init_record_breakpoints): New.
3249         * NEWS: Mention supporting breakpoint always-inserted mode in
3250         record target.
3251
3252 2012-04-24  Marc Khouzam  <[email protected]>
3253
3254         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
3255         any thread.
3256
3257 2012-04-24  Yao Qi  <[email protected]>
3258
3259         * breakpoint.c (ep_is_catchpoint): Renamed to ...
3260         (is_catchpoint): ... it.
3261         (print_one_breakpoint_location): Caller update.
3262         * breakpoint.h: Update declaration.
3263
3264 2012-04-23  David S. Miller  <[email protected]>
3265
3266         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
3267
3268 2012-04-23  Tom Tromey  <[email protected]>
3269
3270         * buildsym.c (add_free_pendings): Remove.
3271         * buildsym.h (add_free_pendings): Remove.
3272
3273 2012-04-23  Doug Evans  <[email protected]>
3274
3275         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
3276         attr.u.unsnd instead of attr.u.addr.
3277         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
3278         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
3279         DW_FORM_ref_udata.
3280         (dump_die_shallow): Update cases DW_FORM_ref_addr,
3281         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
3282         DW_FORM_ref_udata.
3283         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
3284
3285 2012-04-23  Maciej W. Rozycki  <[email protected]>
3286
3287         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
3288         (mips_o32_return_value): Likewise.
3289         (mips_o64_return_value): Likewise.
3290
3291 2012-04-21  Paul Hilfinger  <[email protected]>
3292
3293         * ada-lang.c (ada_evaluate_subexp): Add cases for
3294         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
3295         their treatment in eval.c.
3296
3297 2012-04-21  David S. Miller  <[email protected]>
3298
3299         * sparc-tdep.c (X_DISP10): Define.
3300         (sparc_analyze_control_transfer): Handle compare-and-branch.
3301
3302 2012-04-21  Jonathan Larmour  <[email protected]>
3303
3304         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
3305         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
3306
3307 2012-04-20  Nigel Stephens  <[email protected]>
3308             Maciej W. Rozycki  <[email protected]>
3309
3310         * mips-tdep.c (mips_float_register_p): New function.
3311         (mips_convert_register_float_case_p): Use mips_float_register_p.
3312         (mips_register_type): Likewise.
3313         (mips_print_register): Likewise.
3314         (print_gp_register_row): Likewise.
3315         (mips_print_registers_info): Likewise.
3316
3317 2012-04-20  Shun-Yen Lu  <[email protected]>
3318
3319         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
3320         of mips16 symbols.
3321
3322 2012-04-20  Andrew Pinski  <[email protected]>
3323
3324         * MAINTAINERS (Write After Approval): Add myself to the list.
3325
3326 2012-04-20  Sergio Durigan Junior  <[email protected]>
3327
3328         * MAINTAINERS: Update my e-mail address.
3329
3330 2012-04-20  Pedro Alves  <[email protected]>
3331
3332         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
3333         $srcdir.
3334         * configure: Regenerate.
3335
3336 2012-04-20  Sergio Durigan Junior  <[email protected]>
3337
3338         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
3339         declaration.
3340         * gdb_vecs.h: Declare `const_char_ptr' VEC.
3341
3342 2012-04-20  Jan Kratochvil  <[email protected]>
3343
3344         Fix compilation compatibility with python-2.4
3345         * python/py-type.c (convert_field): Cast ADDRSTRING for
3346         PyObject_SetAttrString as non-const.  New comment.
3347
3348 2012-04-19  Tom Tromey  <[email protected]>
3349
3350         * top.c (quit_target): Use all_cleanups.
3351         * main.c (captured_command_loop): Use all_cleanups.
3352         * exceptions.c (throw_exception): Use all_cleanups.
3353
3354 2012-04-19  Pedro Alves  <[email protected]>
3355
3356         * Makefile.in (GNULIB_BUILDDIR): New.
3357         (LIBGNU, INCGNU, GNULIB_H): Adjust.
3358         (SUBDIRS): Add $(GNULIB_BUILDDIR).
3359         (CLEANDIRS). Remove gnulib/import.
3360         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
3361         (all-lib): Ditto.
3362         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
3363         (gnulib/import/Makefile): Replace gnulib/import with
3364         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
3365         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
3366         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
3367         acx_configure_dir.m4.
3368         * acinclude.m4: Include acx_configure_dir.m4.
3369         * acx_configure_dir.m4: New file.
3370         * aclocal.m4: Regenerate.
3371         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
3372         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
3373         (GNULIB): New variable.
3374         (GNULIB_STDINT_H): Adjust.
3375         (AC_OUTPUT): Don't output gnulib/Makefile.
3376         * gdb/defs.h: Include build-gnulib/config.h.
3377         * aclocal.m4: Regenerate.
3378         * config.in: Regenerate.
3379         * configure: Regenerate.
3380
3381         * gnulib/Makefile.in: New file.
3382         * gnulib/configure.ac: New file.
3383         * gnulib/aclocal.m4: New file.
3384         * gnulib/config.in: New file.
3385         * gnulib/configure: New file.
3386         * gnulib/: Re-run gnulib-tool to adjust.
3387
3388 2012-04-19  Doug Evans  <[email protected]>
3389
3390         * cleanups.h (struct cleanup): Move to cleanups.c.
3391         (make_cleanup_dtor_ftype): New typedef.
3392         (make_cleanup_dtor): Use it.
3393         (ALL_CLEANUPS): Replace with ...
3394         (all_cleanups): ... this.  Declare.  All uses updated.
3395         * cleanups.c: #include "gdb_assert.h".
3396         (sentinel_cleanup): New static global.
3397         (SENTINEL_CLEANUP): Define.
3398         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
3399         (make_my_cleanup2): Assert result is non-NULL.
3400         (all_cleanups): New function.
3401         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
3402         of NULL.
3403
3404 2012-04-19  Pedro Alves  <[email protected]>
3405
3406         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
3407         Adjust paths to gnulib imported files.
3408
3409 2012-04-19  Pedro Alves  <[email protected]>
3410
3411         * gnulib/: Move whole directory ...
3412         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
3413         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
3414         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
3415         (aclocal_m4_deps): Adjust.
3416         * aclocal.m4: Regenerate.
3417         * configure: Regenerate.
3418         * configure.ac: Adjust AC_OUTPUT output.
3419
3420 2012-04-19  Yao Qi  <[email protected]>
3421
3422         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
3423         (vec.o): New rule.
3424         * vec.c: Move it ...
3425         * common/vec.c: ... here.
3426         * vec.h: Move it ...
3427         * common/vec.h: ... here.
3428
3429 2012-04-19  Yao Qi  <[email protected]>
3430
3431         * gdb-code-style.el: New.
3432
3433 2012-04-18  Pedro Alves  <[email protected]>
3434
3435         Update gnulib from latest git.
3436         (639ea5ae15e39fe48d43e04864b2997301e4b969)
3437
3438         * gnulib/Makefile.am: Update.
3439         * gnulib/dummy.c: Update.
3440         * gnulib/extra/arg-nonnull.h: Update.
3441         * gnulib/extra/c++defs.h: Update.
3442         * gnulib/extra/update-copyright: Update.
3443         * gnulib/extra/warn-on-use.h: Update.
3444         * gnulib/inttypes.in.h: Update.
3445         * gnulib/m4/00gnulib.m4: Update.
3446         * gnulib/m4/extensions.m4: Update.
3447         * gnulib/m4/gnulib-cache.m4: Update.
3448         * gnulib/m4/gnulib-common.m4: Update.
3449         * gnulib/m4/gnulib-comp.m4: Update.
3450         * gnulib/m4/gnulib-tool.m4: Update.
3451         * gnulib/m4/include_next.m4: Update.
3452         * gnulib/m4/inttypes-pri.m4: Update.
3453         * gnulib/m4/inttypes.m4: Update.
3454         * gnulib/m4/longlong.m4: Update.
3455         * gnulib/m4/memchr.m4: Update.
3456         * gnulib/m4/memmem.m4: Update.
3457         * gnulib/m4/mmap-anon.m4: Update.
3458         * gnulib/m4/multiarch.m4: Update.
3459         * gnulib/m4/onceonly.m4: Update.
3460         * gnulib/m4/stddef_h.m4: Update.
3461         * gnulib/m4/stdint.m4: Update.
3462         * gnulib/m4/string_h.m4: Update.
3463         * gnulib/m4/warn-on-use.m4: Update.
3464         * gnulib/m4/wchar_h.m4: Update.
3465         * gnulib/m4/wchar_t.m4: Update.
3466         * gnulib/m4/wint_t.m4: Update.
3467         * gnulib/memchr.c: Update.
3468         * gnulib/memmem.c: Update.
3469         * gnulib/stddef.in.h: Update.
3470         * gnulib/stdint.in.h: Update.
3471         * gnulib/str-two-way.h: Update.
3472         * gnulib/string.in.h: Update.
3473         * gnulib/wchar.in.h: Update.
3474
3475         * gnulib/extra/arg-nonnull.h: Delete.
3476         * gnulib/extra/c++defs.h: Delete.
3477         * gnulib/extra/warn-on-use.h: Delete.
3478         * gnulib/m4/wchar_h.m4: Delete.
3479         * gnulib/m4/wint_t.m4: Delete.
3480         * gnulib/wchar.in.h: Delete.
3481
3482         * gnulib/extra/snippets/arg-nonnull.h: New.
3483         * gnulib/extra/snippets/c++defs.h: New.
3484         * gnulib/extra/snippets/warn-on-use.h: New.
3485
3486         * aclocal.m4: Regenerate.
3487         * config.in: Regenerate.
3488         * configure: Regenerate.
3489         * gnulib/Makefile.in: Regenerate.
3490
3491 2012-04-18  Pedro Alves  <[email protected]>
3492
3493         Reimport the update-copyright module from gnulib
3494         (250b80067c1e1d8faa0c42fb572f721975b929c5).
3495
3496         * configure: Regenerate.
3497         * gnulib/Makefile.am: Update.
3498         * gnulib/Makefile.in: Regenerate.
3499         * gnulib/extra/update-copyright: Update.
3500         * gnulib/m4/gnulib-cache.m4: Update.
3501         * gnulib/m4/gnulib-comp.m4: Update.
3502
3503 2012-04-18  Tristan Gingold  <[email protected]>
3504
3505         * configure.ac (aix): Put -lpthread into libs.
3506         * configure: Regenerate.
3507
3508 2012-04-18  Tom Tromey  <[email protected]>
3509
3510         * linespec.c (convert_linespec_to_sals): Don't use
3511         SYMBOL_OBJ_SECTION.
3512         (compare_msymbols): Arguments are minsym_and_objfile, not
3513         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
3514
3515 2012-04-18  Pedro Alves  <[email protected]>
3516
3517         Revert gnulib/ part of:
3518         2011-01-01  Joel Brobecker  <[email protected]>
3519         Copyright year update in most files (performed by copyright.sh).
3520
3521 2012-04-18  Jan Kratochvil  <[email protected]>
3522
3523         Fix 64-bit constants on 32-bit hosts.
3524         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
3525         from unsigned long to ULONGEST.
3526         (read_signed_leb128): Change declaration return type from long to
3527         LONGEST.
3528         (dwarf2_const_value_attr): Change declaration parameter value from long
3529         to LONGEST.
3530         (dwarf2_compute_name): Change variable value from long to LONGEST.
3531         (read_unsigned_leb128): Change return type, variable result and some
3532         casts from unsigned long to ULONGEST.
3533         (read_signed_leb128): Change return type, variable result and some
3534         casts from long to LONGEST.
3535         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
3536         value from long to LONGEST.
3537         (dwarf2_const_value): Change variable value from long to LONGEST.
3538         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
3539         plongest and hex_string.
3540         * symtab.h (struct general_symbol_info): Change ivalue from long to
3541         LONGEST, remove the comment.
3542         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
3543         Change SYMBOL_VALUE format strings to use plongest and hex_string.
3544
3545 2012-04-18  Siddhesh Poyarekar  <[email protected]>
3546
3547         PR symtab/7259:
3548         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
3549         * ada-lang.c (ada_discrete_type_high_bound)
3550         (ada_discrete_type_low_bound): Fix function comment.  Use
3551         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
3552         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
3553         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
3554         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
3555         Use TYPE_FIELD_ENUMVAL.
3556         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
3557         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
3558         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
3559         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
3560         TYPE_CODE_ENUM.
3561         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
3562         * dwarf2read.c (process_enumeration_scope): Likewise.
3563         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
3564         field.bitpos.
3565         (class StructMainTypePrettyPrinter): Support also
3566         FIELD_LOC_KIND_ENUMVAL.
3567         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
3568         TYPE_CODE_ENUM.
3569         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
3570         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
3571         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
3572         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
3573         field enumval.
3574         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
3575         accommodate enumval.
3576         (struct call_site): Adjust loc_kind to accommodate enumval.
3577         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
3578         (TYPE_FIELD_ENUMVAL): New macros.
3579         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
3580         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
3581         TYPE_CODE_ENUM.
3582         * p-typeprint.c (pascal_type_print_base): Likewise.
3583         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
3584         enumval.
3585         * python/lib/gdb/types.py (make_enum_dict): Likewise.
3586         * python/py-type.c (convert_field): New variable addrstring.  Use
3587         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
3588         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
3589         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
3590         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
3591         TYPE_CODE_ENUM.
3592         * valprint.c (generic_val_print): Likewise.
3593
3594 2012-04-17  Doug Evans  <[email protected]>
3595
3596         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
3597
3598         * dwarf2read.c: Whitespace fixes.
3599         (lookup_signatured_type): Tweak comment.
3600         (get_die_type_at_offset): Fix comment.
3601
3602 2012-04-17  Joel Brobecker  <[email protected]>
3603
3604         * xcoffread.c (xcoff_secnum_to_sections): New function.
3605         (secnum_to_section, secnum_to_bfd_section): Reimplement
3606         using xcoff_secnum_to_sections.  Rename "secnum" parameter
3607         into "n_scnum".
3608         (RECORD_MINIMAL_SYMBOL): Delete.
3609         (record_minimal_symbol): New function.
3610         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
3611         by call to record_minimal_symbol and set misc_func_recorded
3612         to 1.  Set last_csect_sec to the XCOFF section index instead
3613         of GDB's section_offset index.  Update calls to
3614         prim_record_minimal_symbol_and_info to pass the BFD section
3615         as well.
3616
3617 2012-04-17  Joel Brobecker  <[email protected]>
3618
3619         * xcoffread.c (read_xcoff_symtab): Delete variables
3620         last_csect_val and last_csect_sec and associated code.
3621
3622 2012-04-17  Doug Evans  <[email protected]>
3623
3624         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
3625         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
3626         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
3627         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
3628
3629         * cleanups.h: New file.
3630         * cleanups.c: New file.
3631         * Makefile.in (SFILES): Add cleanups.c.
3632         (HFILES_NO_SRCDIR): Add cleanups.h.
3633         (COMMON_OBS): Add cleanups.o.
3634         * defs.h (struct cleanup): Moved to cleanups.h.
3635         (do_cleanups,do_final_cleanups): Ditto.
3636         (discard_cleanups,discard_final_cleanups): Ditto
3637         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
3638         (save_cleanups,save_final_cleanups): Ditto.
3639         (restore_cleanups,restore_final_cleanups): Ditto.
3640         (null_cleanup): Ditto.
3641         (make_my_cleanup,make_my_cleanup2): Ditto.
3642         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
3643         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
3644         (do_cleanups,do_final_cleanups): Ditto.
3645         (discard_cleanups,discard_final_cleanups): Ditto
3646         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
3647         (save_cleanups,save_final_cleanups): Ditto.
3648         (restore_cleanups,restore_final_cleanups): Ditto.
3649         (null_cleanup): Ditto.
3650         (make_my_cleanup,make_my_cleanup2): Ditto.
3651         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
3652
3653         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
3654         make_my_cleanup.
3655         (make_cleanup_dyn_string_delete): Ditto.
3656         (make_cleanup_ui_file_delete): Ditto.
3657         (make_cleanup_ui_out_redirect_pop): Ditto.
3658         (make_cleanup_free_section_addr_info): Ditto.
3659         (make_cleanup_restore_integer): Ditto.
3660         (make_cleanup_unpush_target): Ditto.
3661         (make_cleanup_value_free_to_mark): Ditto.
3662         (make_cleanup_value_free): Ditto.
3663         (make_cleanup_free_so): Ditto.
3664
3665 2012-04-17  Jan Kratochvil  <[email protected]>
3666
3667         New option "set debug auto-load".
3668         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
3669         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
3670         (auto_load_safe_path_vec_update)
3671         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
3672         if DEBUG_AUTO_LOAD.
3673         (file_is_auto_load_safe): New parameters debug_fmt and ....
3674         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
3675         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
3676         caller by explanatory string.
3677         (_initialize_auto_load): Register "set debug auto-load".
3678         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
3679         and ....
3680         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
3681         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
3682         by explanatory string.
3683         * main.c (captured_main): Likewise.
3684         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
3685         (source_section_scripts): Likewise.
3686
3687 2012-04-17  Jan Kratochvil  <[email protected]>
3688
3689         New option "set auto-load safe-path".
3690         * NEWS: New commands "set auto-load safe-path"
3691         and "show auto-load safe-path".
3692         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
3693         (auto_load_safe_path, auto_load_safe_path_vec)
3694         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
3695         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
3696         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
3697         (source_gdb_script_for_objfile): New variable is_safe.  Call
3698         file_is_auto_load_safe.  Return if it is not.
3699         (struct loaded_script): New field loaded.
3700         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
3701         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
3702         output "Missing" to "No".
3703         (_initialize_auto_load): New variable cmd.  Initialize
3704         auto_load_safe_path.  Register "set auto-load safe-path",
3705         "show auto-load safe-path" and "add-auto-load-safe-path".
3706         * auto-load.h (maybe_add_script): Add parameter loaded.
3707         (file_is_auto_load_safe): New declaration.
3708         * config.in: Regenerate.
3709         * configure: Regenerate.
3710         * configure.ac: New parameters --with-auto-load-safe-path
3711         and --without-auto-load-safe-path.
3712         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
3713         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
3714         * main.c (captured_main): Check file_is_auto_load_safe for
3715         LOCAL_GDBINIT.
3716         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
3717         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
3718         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
3719         not.
3720
3721 2012-04-17  Jan Kratochvil  <[email protected]>
3722
3723         auto-load: Implementation.
3724         * NEWS: New descriptions for "info auto-load",
3725         "info auto-load gdb-scripts", "info auto-load python-scripts",
3726         "info auto-load local-gdbinit" and "info auto-load libthread-db".
3727         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
3728         and "show auto-load-scripts".  New description for "set auto-load",
3729         "show auto-load", "set auto-load gdb-scripts",
3730         "show auto-load gdb-scripts", "set auto-load python-scripts",
3731         "show auto-load python-scripts", "set auto-load local-gdbinit",
3732         "show auto-load local-gdbinit", "set auto-load libthread-db" and
3733         "show auto-load libthread-db".
3734         * auto-load.c: Remove include python/python-internal.h.  Add includes
3735         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
3736         cli/cli-setshow.h.
3737         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
3738         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
3739         (gdbpy_global_auto_load): Rename to ...
3740         (global_auto_load): ... here.
3741         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
3742         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
3743         (script_language_gdb, source_gdb_script_for_objfile): New.
3744         (struct loaded_script): New field language.
3745         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
3746         LANGUAGE.
3747         (maybe_add_script): Add parameter language.  Drop redundant
3748         entry.full_path initialization.  Initialize entry.language and
3749         (*slot)->language.
3750         (auto_load_objfile_script): Change parameter suffix to language.
3751         Remove the call of maybe_add_script.
3752         Call language->source_script_for_objfile.
3753         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
3754         New.
3755         (collect_matching_scripts): Adjust it for
3756         struct collect_matching_scripts_data.
3757         (auto_load_info_scripts_pattern_nl): New variable.
3758         (info_auto_load_scripts): Rename to ...
3759         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
3760         for struct collect_matching_scripts_data.
3761         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
3762         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
3763         (auto_load_show_cmdlist_get, info_auto_load_cmd)
3764         (auto_load_info_cmdlist_get): New.
3765         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
3766         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
3767         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
3768         "info auto-load local-gdbinit".
3769         * auto-load.h (struct script_language): New.
3770         (gdbpy_global_auto_load): Rename to ...
3771         (global_auto_load): ... here.
3772         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
3773         (auto_load_local_gdbinit_loaded): New declarations.
3774         (maybe_add_script): New parameter language.
3775         (auto_load_objfile_script): Change parameter suffix to language.
3776         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
3777         (auto_load_info_scripts, auto_load_set_cmdlist_get)
3778         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
3779         declarations.
3780         * linux-thread-db.c: Include auto-load.h and ctype.h.
3781         (auto_load_thread_db, show_auto_load_thread_db): New.
3782         (struct thread_db_info): New field filename.
3783         (delete_thread_db_info): Call xfree for FILENAME.
3784         (try_thread_db_load): Initialize FILENAME.
3785         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
3786         if !AUTO_LOAD_THREAD_DB.
3787         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
3788         (_initialize_thread_db): Install auto_load_thread_db
3789         as "set auto-load libthread-db" and install info_auto_load_libthread_db
3790         as "info auto-load libthread-db".
3791         * main.c (captured_main): Rename gdbpy_global_auto_load to
3792         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
3793         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
3794         (print_gdb_help): Extend the help for 'local init file'.
3795         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
3796         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
3797         (auto_load_scripts): Rename to ...
3798         (auto_load_python_scripts): ... here, update the comment.
3799         (gdbpy_load_auto_script_for_objfile): New declaration.
3800         (show_auto_load_python_scripts, script_language_python)
3801         (gdbpy_load_auto_script_for_objfile): New.
3802         (source_section_scripts): Refactor the code.
3803         (load_auto_scripts_for_objfile): Rename to ...
3804         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
3805         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
3806         (info_auto_load_python_scripts): New.
3807         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
3808         Rename "set auto-load-scripts" to "set auto-load python-scripts".
3809         Register "set auto-load-scripts" as its deprecated alias.  Register
3810         "info auto-load python-scripts".  Register "info auto-load-scripts" as
3811         its deprecated alias.
3812         (load_auto_scripts_for_objfile): Rename to ...
3813         (gdbpy_load_auto_scripts_for_objfile): ... here.
3814         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
3815         (gdbpy_load_auto_scripts_for_objfile): ... here.
3816
3817 2012-04-17  Jan Kratochvil  <[email protected]>
3818
3819         auto-load: Move files.
3820         * Makefile.in (SFILES): Add auto-load.c.
3821         (HFILES_NO_SRCDIR): Add auto-load.h.
3822         (COMMON_OBS): Add auto-load.o.
3823         (distclean): Change .gdbinit for gdb-gdb.gdb.
3824         * auto-load.c: New file, with parts from python/py-auto-load.c.
3825         * auto-load.h: New file, with parts from python/python.h.
3826         * configure: Regenerate.
3827         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
3828         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
3829         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
3830         * main.c: Include auto-load.h.
3831         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
3832         command.h, observer.h and progspace.h to auto-load.c.  Add include
3833         auto-load.h.
3834         (gdbpy_global_auto_load, struct auto_load_pspace_info)
3835         (struct loaded_script, auto_load_pspace_data)
3836         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
3837         (hash_loaded_script_entry, eq_loaded_script_entry)
3838         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
3839         (maybe_add_script): Move to auto-load.c.
3840         (source_section_scripts): Change maybe_add_script parameters passing,
3841         use script_not_found_warning_print.
3842         (clear_section_scripts, auto_load_objfile_script)
3843         (auto_load_new_objfile, loaded_script_ptr)
3844         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
3845         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
3846         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
3847         auto_load_new_objfile and info_auto_load_scripts initizations to
3848         auto-load.c.
3849         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
3850
3851 2012-04-17  Jan Kratochvil  <[email protected]>
3852
3853         Code cleanup.
3854         * charset.c (find_charset_names): Remove variables ix and elt.
3855         Use free_char_ptr_vec.
3856         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
3857         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
3858         debugdir_end.  New variable debugdir_len.
3859         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
3860         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
3861         declarations.
3862         * progspace.c (clear_program_space_solib_cache): Remove variables ix
3863         and elt.  Use free_char_ptr_vec.
3864         * source.c (add_path): Remove variables argv, arg and argv_index.
3865         New variables dir_vec, back_to, ix and name.
3866         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
3867         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
3868         no longer expecting DIRNAME_SEPARATOR.
3869         (openp): Remove variable p, p1 and len.  New variables dir_vec,
3870         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
3871         no longer expecting DIRNAME_SEPARATOR.
3872         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
3873         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
3874         debugdir_end.
3875         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
3876         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
3877         (dirnames_to_char_ptr_vec): New functions.
3878
3879 2012-04-17  Jan Kratochvil  <[email protected]>
3880
3881         Code cleanup.
3882         * source.c (add_path): Remove always true conditional 'p == 0' and
3883         unindent its code block.
3884
3885 2012-04-17  Pedro Alves  <[email protected]>
3886
3887         * gdbtypes.h (FIELD_BITPOS): Rename to ...
3888         (FIELD_BITPOS_LVAL): ... this.
3889         (FIELD_BITPOS): New.
3890         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
3891         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
3892         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
3893         SET_FIELD_BITPOS.
3894         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
3895         SET_FIELD_BITPOS.
3896         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
3897         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
3898         * target-descriptions.c (tdesc_gdb_type): Adjust to use
3899         SET_FIELD_BITPOS.
3900
3901 2012-04-17  Jan Kratochvil  <[email protected]>
3902
3903         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
3904         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
3905         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
3906         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
3907         * jv-lang.c (java_link_class_type): Likewise, once.
3908         * stabsread.c (read_enum_type): Likewise.
3909
3910 2012-04-16  Yao Qi  <[email protected]>
3911
3912         * common/agent.c (agent_run_command): Add one more parameter `len'.
3913         Update callers.
3914         * common/agent.h: Update declaration.
3915         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
3916         Update.
3917         (linux_child_static_tracepoint_markers_by_strid): Ditto.
3918
3919 2012-04-14  Anton Gorenkov <[email protected]>
3920
3921         PR mi/13393
3922         * value.c (value_actual_type): New function.
3923         * value.h (value_actual_type): New declaration.
3924         * varobj.c (update_type_if_necessary): New function.
3925         (varobj_create): Call value_actual_type instead of
3926         value_type.
3927         (install_dynamic_child): distinct changed and type changed MI variable
3928         objects.
3929         (update_dynamic_varobj_children): Updated for install_dynamic_child
3930         change.  All callers updated.
3931         (varobj_update): Support for MI variable object type change if
3932         the value changed and RTTI is used to determine the type.
3933         (create_child_with_value): Call value_actual_type instead of
3934         value_type.
3935         (adjust_value_for_child_access): Extended with a new parameter which
3936         specify whether the given value should be casted to enclosing type.
3937         All callers updated.
3938
3939 2012-04-14  Yao Qi  <[email protected]>
3940
3941         Import gnulib module inttypes from git
3942         (250b80067c1e1d8faa0c42fb572f721975b929c5)
3943         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
3944         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
3945         gnulib/m4/inttypes-pri.m4
3946         * aclocal.m4, config.in, configure: Regenerated.
3947         * gnulib/Makefile.am: Update.
3948         * gnulib/Makefile.in: Update.
3949         * gnulib/m4/gnulib-cache.m4: Update.
3950         * gnulib/m4/gnulib-comp.m4: Update.
3951         * gnulib/inttypes.in.h: New.
3952         * gnulib/m4/inttypes-pri.m4: New.
3953         * gnulib/m4/inttypes.m4: New.
3954
3955 2012-04-13  Luis Machado  <[email protected]>
3956
3957         * infrun.c (resume): Update PC address to the real PC after
3958         preparing to do displaced stepping.
3959
3960 2012-04-12  Doug Evans  <[email protected]>
3961
3962         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
3963         All callers updated.
3964
3965 2012-04-12  Mark Kettenis  <[email protected]>
3966
3967         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
3968
3969 2012-04-12  Doug Evans  <[email protected]>
3970
3971         * dwarf2read.c (create_all_type_units): Renamed from
3972         create_debug_types_hash_table.  All callers updated.
3973
3974         * dwarf2read.c (create_signatured_type_table_from_index): Rename
3975         local type_sig to sig_type, type_offset to type_offset_in_tu.
3976         (hash_signatured_type): Renamed from hash_type_signature,
3977         all callers updated.
3978         (eq_signatured_type): Renamed from eq_type_signature,
3979         all callers updated.
3980         (create_debug_types_hash_table): Rename local type_sig to sig_type.
3981         (process_enumeration_scope): Ditto.
3982         (lookup_signatured_type_at_offset): Ditto.
3983         (load_full_type_unit, read_signatured_type): Ditto.
3984
3985 2012-04-12  Yao Qi  <[email protected]>
3986
3987         * remote.c (async_remote_interrupt): Correct function name in
3988         debug message.
3989         (async_remote_interrupt_twice): Ditto.
3990
3991 2012-04-11  Yuanhui Zhang  <[email protected]>
3992
3993         * source.c (find_and_open_source): Consistently pass resulting
3994         full path through xfullpath.
3995
3996 2012-04-11  Jan Kratochvil  <[email protected]>
3997
3998         Provide more specific displaced-stepping memory error message.
3999         * infrun.c (displaced_step_prepare): New variable status.  Call
4000         target_read_memory instead of read_memory, provide more specific
4001         error message.
4002
4003 2012-04-11  Tristan Gingold  <[email protected]>
4004
4005         PR gdb/13901
4006         * darwin-nat.c (darwin_execvp): Revert previous patch.
4007
4008 2012-04-11  Tristan Gingold  <[email protected]>
4009
4010         PR gdb/13901
4011         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
4012         in case of change.
4013
4014 2012-04-11  Tristan Gingold  <[email protected]>
4015
4016         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
4017         warning.
4018
4019 2012-04-11  Siva Chandra Reddy  <[email protected]>
4020
4021         New command 'explore' which helps explore values and types in
4022         scope.
4023         * NEWS: Add an entry about the new 'explore' command.
4024         * data-directory/Makefile.in: Add gdb/command/explore.py
4025         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
4026         command using the GDB Python API.
4027
4028 2012-04-10  Maciej W. Rozycki  <[email protected]>
4029
4030         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
4031         extension in jump target calculation.
4032
4033 2012-04-10  Maciej W. Rozycki  <[email protected]>
4034
4035         * mips-tdep.c (mips32_next_pc): Handle JALX.
4036
4037 2012-04-10  Yao Qi  <[email protected]>
4038
4039         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
4040
4041 2012-04-10  Yao Qi  <[email protected]>
4042
4043         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
4044         and gnulib/m4/gnulib-tool.m4.
4045
4046 2012-04-10  Doug Evans  <[email protected]>
4047
4048         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
4049         (load_partial_dies): Clarify comment.
4050         (find_partial_die): Support rereading type units.
4051         Clarify CU handling, if we know offset is in CU, don't search for the
4052         containing CU.  Add comment regarding memory waste.
4053
4054 2012-04-10  H.J. Lu  <[email protected]>
4055
4056         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
4057         i386/x32-avx and i386/x32-avx-linux.
4058         (i386/x32-expedite): New.
4059         (i386/x32-linux-expedite): Likewise.
4060         (i386/x32-avx-expedite): Likewise.
4061         (i386/x32-avx-linux-expedite): Likewise.
4062         ($(outdir)/i386/x32.dat): Likewise.
4063         ($(outdir)/i386/x32-linux.dat): Likewise.
4064         ($(outdir)/i386/x32-avx.dat): Likewise.
4065         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
4066
4067         * features/i386/x32-avx-linux.xml: New file.
4068         * features/i386/x32-avx.xml: Likewise.
4069         * features/i386/x32-core.xml: Likewise.
4070         * features/i386/x32-linux.xml: Likewise.
4071         * features/i386/x32.xml: Likewise.
4072
4073         * features/i386/x32-avx-linux.c: New.  Generated.
4074         * features/i386/x32-avx.c: Likewise.
4075         * features/i386/x32-linux.c: Likewise.
4076         * features/i386/x32.c: Likewise.
4077         * regformats/i386/x32-avx-linux.dat: Likewise.
4078         * regformats/i386/x32-avx.dat: Likewise.
4079         * regformats/i386/x32-linux.dat: Likewise.
4080         * regformats/i386/x32.dat: Likewise.
4081
4082 2012-04-10  Tristan Gingold  <[email protected]>
4083
4084         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
4085         code to kill the inferior.
4086
4087 2012-04-09  Mark Kettenis  <[email protected]>
4088
4089         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
4090         defines.
4091         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
4092         defines.
4093         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
4094         (yyvsp): New defines.
4095         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
4096         defines.
4097         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
4098         defines.
4099         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
4100         defines.
4101         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
4102         defines.
4103         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
4104         defines.
4105
4106 2012-04-09  Mark Kettenis  <[email protected]>
4107
4108         * sparc64-tdep.c (sparc64_store_arguments)
4109         (sparc64_store_arguments): Fix coding style.
4110
4111 2012-04-07  Mark Kettenis  <[email protected]>
4112
4113         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
4114         complex floats, adjust some related comments and tighten a related
4115         assertion.
4116         (sparc64_extract_return_value): Handle complex floats.
4117
4118 2012-04-07  Doug Evans  <[email protected]>
4119
4120         * dwarf2read.c (load_partial_dies): Change condition to assert.
4121
4122 2012-04-06  Doug Evans  <[email protected]>
4123
4124         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
4125         "mov %rsp,%rbp".
4126
4127 2012-04-05  Kevin Buettner  <[email protected]>
4128
4129         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
4130         fencepost error.
4131         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
4132         (v850_gdbarch_init): Set `num_regs' as appropriate for the
4133         architecture.
4134
4135 2012-04-05  Keith Seitz  <[email protected]>
4136
4137         * linespec.c (decode_compound): Remove.
4138         (enum offset_relative_sign): New enum.
4139         (struct line_offset): New struct.
4140         (struct linespec): New struct.
4141         (struct linespec_state): Move file_symtabs,
4142         user_filename, and user_function into struct linespec.
4143         Make result an anonymous struct holding vectors of
4144         symbolp and minsym_and_objfile_d.
4145         Add language member.
4146         (enum ls_token_type): New enum.
4147         (linespec_keywords): New array.
4148         (struct ls_token): New struct.
4149         (struct ls_parser): New struct.
4150         (linespec_lexer_lex_number): New function.
4151         (linespec_lexer_lex_keyword): New function.
4152         (is_ada_operator): New function.
4153         (skip_quote_char): New function.
4154         (copy_token_string): New function.
4155         (is_closing_quote_enclosed): New function.
4156         (find_parameter_list_end): New function.
4157         (linespec_lexer_lex_string): New function.
4158         (linespec_lexer_lex_one): New function.
4159         (linespec_lexer_consume_token): New function.
4160         (linespec_lexer_peek_token): New function.
4161         (cplusplus_error): Remove unused function.
4162         (find_methods): Update comment.
4163         (find_toplevel_char): Return const.
4164         (is_objc_method_format): Remove unused function.
4165         (find_toplevel_string): New function.
4166         (is_linespec_boundary): Remove.
4167         (symbol_not_found_error): New function.
4168         (find_method_overload_end): Remove function.
4169         (unexpected_linespec_error): New function.
4170         (keep_name_info): Remove.
4171         (linespec_parse_line_offset): New function.
4172         (linespec_parse_basic): New function.
4173         (canonicalize_linespec): New function.
4174         (decode_line_internal): Remove.
4175         (create_sals_line_offset): New function adapted from
4176         decode_all_digits.
4177         (convert_linespec_to_sals): New function.
4178         (parse_linespec): New function.
4179         (linespec_parser_new): New function.
4180         (linespec_state_destructor): Change parameter type to
4181         struct linespec_state *.
4182         Add language parameter.
4183         Remove freeing of moved members.
4184         (linespec_parser_delete): New function.
4185         (decode_line_full): Use parse_linespec and linespec_parser_new.
4186         (decode_line_1): Likewise.
4187         (decode_indirect): Rename to ...
4188         (linespec_expression_to_pc): ... this and rewrite
4189         to simply find CORE_ADDR, storing this result for later
4190         conversion to SALs.
4191         (locate_first_half): Remove.
4192         (deocde_objc): Add parameter LS.
4193         Initialize new struct collect_info members.
4194         Handle minimal symbols, too.
4195         (decode_compound): Delete.
4196         (lookup_prefix_sym): Rewrite.
4197         (compare_msymbols): New function.
4198         (find_method): Rewrite.
4199         Do not call cplusplus_error.
4200         (symtabs_from_filename): Rewrite.
4201         (collect_function_symbols): Delete.
4202         (find_function_symbols): Rewrite without ARGPTR-style
4203         processing.
4204         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
4205         (decode_dollar): Adapted and renamed to ...
4206         (linespec_parse_variable): ... this.
4207         (find_linespec_symbols): New function.
4208         (decode_label): Adapted and renamed to ...
4209         (find_label_symbols): ... this.
4210         (decode_digits_list_mode): Add and use LS argument.
4211         (decode_digits_ordinary): Likewise.
4212         (collect_symbols): Do not collect SALs, just symbols and msymbols.
4213         If in list mode, allow any symbol class.  Otherwise, only
4214         permit LOC_BLOCK symbols.
4215         (minsym_found): Update comments.
4216         (search_minsyms_for_name): Do not convert the matching symbol
4217         into a SAL.  Simply push the symbol and objfile into the
4218         result vector.
4219         (decode_variable): Delete. Contents adapted into
4220         find_linespec_symbols.
4221
4222         * cp-support.c (SKIP_SPACE): Remove.
4223         (operator_tokens): Remove unused global.
4224         (cp_validate_operator): Remove.
4225         * cp-support.h (cp_validate_operator): Remove declaration.
4226
4227 2012-04-03  Jan Kratochvil  <[email protected]>
4228
4229         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
4230         for TYPE_VPTR_FIELDNO.
4231         * valprint.c (valprint_check_validity): Make it global, move the
4232         function comment ...
4233         * value.h (valprint_check_validity): ... to this new declaration.
4234
4235 2012-04-02  Tristan Gingold  <[email protected]>
4236
4237         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
4238         the STATE32 api for i386 state.
4239         (i386_darwin_store_inferior_registers): Likewise.
4240
4241 2012-04-02  Tristan Gingold  <[email protected]>
4242
4243         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
4244         SS offset.
4245         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
4246         format_string.
4247
4248 2012-04-02  Tristan Gingold  <[email protected]>
4249
4250         PR gdb/13901
4251         * darwin-nat.c (darwin_execvp): Set binary preference.
4252
4253 2012-04-02  Jan Kratochvil  <[email protected]>
4254
4255         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
4256
4257 2012-03-30  Tom Tromey  <[email protected]>
4258
4259         * python/python.c (gdbpy_decode_line): Move cleanup creation out
4260         of TRY_CATCH.  Fix error handling.
4261         * python/py-value.c (convert_value_from_python): Move 'old'
4262         declaration to innermost scope.
4263
4264 2012-03-29  Joel Brobecker  <[email protected]>
4265             Andrey Smirnov  <[email protected]>
4266
4267         -Wshadow warning fix.
4268         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
4269         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
4270         Adjust code accordingly.
4271
4272 2012-03-29  Joel Brobecker  <[email protected]>
4273
4274         * ada-lang.c (symbol_completion_add): Rename parameter
4275         "encoded" into "encoded_p".  Ajust code and documentation
4276         accordingly.
4277
4278 2012-03-29  Joel Brobecker  <[email protected]>
4279             Andrey Smirnov  <[email protected]>
4280
4281         -Wshadow warning fix.
4282         * ada-lang.c (symbol_completion_add): Rename parameter
4283         "wild_match" into wild_match_p.  Update code and documentation
4284         accordingly.
4285
4286 2012-03-29  Joel Brobecker  <[email protected]>
4287
4288         * ada-lang.c (symbol_completion_match): Rename parameter
4289         "encoded" into "encoded_p".  Ajust code and documentation
4290         accordingly.
4291
4292 2012-03-29  Joel Brobecker  <[email protected]>
4293             Andrey Smirnov  <[email protected]>
4294
4295         -Wshadow warning fix.
4296         * ada-lang.c (symbol_completion_match): Rename parameter
4297         "wild_match" into "wild_match_p".  Adjust code and function
4298         documentation accordingly.
4299
4300 2012-03-29  Joel Brobecker  <[email protected]>
4301             Andrey Smirnov  <[email protected]>
4302
4303         -Wshadow warning fix.
4304         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
4305         "symbol_info" into "info".  Adjust code accordingly.
4306         (ada_lookup_symbol): Likewise.
4307
4308 2012-03-29  Joel Brobecker  <[email protected]>
4309
4310         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
4311         of this function's documentation.
4312
4313 2012-03-29  Joel Brobecker  <[email protected]>
4314             Andrey Smirnov  <[email protected]>
4315
4316         -Wshadow warning fix.
4317         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
4318         variable into "wild_match_p".  Adjust code accordingly.
4319
4320 2012-03-29  Joel Brobecker  <[email protected]>
4321             Andrey Smirnov  <[email protected]>
4322
4323         -Wshadow warning fix.
4324         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
4325         parameter into "wild_match_p".  Adjust code accordingly.
4326         Document this parameter in the function description.
4327
4328 2012-03-29  Joel Brobecker  <[email protected]>
4329             Andrey Smirnov  <[email protected]>
4330
4331         -Wshadow warning fix.
4332         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
4333         "wild_match" parameter to "wild_match_p" (-Wshadow).
4334
4335 2012-03-29  Joel Brobecker  <[email protected]>
4336
4337         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
4338         in function documentation.
4339
4340 2012-03-29  Joel Brobecker  <[email protected]>
4341             Andrey Smirnov  <[email protected]>
4342
4343         -Wshadow warning fix.
4344         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
4345         variable into wild_match_p.  Adjust code accordingly.
4346
4347 2012-03-29  Joel Brobecker  <[email protected]>
4348             Andrey Smirnov  <[email protected]>
4349
4350         * ada-valprint.c (ada_val_print_1): Move the code handling
4351         TYPE_CODE_ENUM inside its own lexical block.  Declare
4352         variables len and val there, instead of in the function's
4353         top level block.  Avoid declaring deref_val again in a way
4354         that shadows another variable of the same name declared
4355         in one of the up-level blocks.  Just re-use the up-level
4356         variable instead.
4357
4358 2012-03-29  Joel Brobecker  <[email protected]>
4359
4360         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
4361         Replace block_found argument by symbol_info.  Adjust
4362         implementation accordingly.  Add function documentation.
4363         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
4364         Fix documentation.
4365         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
4366         * ada-exp.y (write_object_renaming): Adjust to new
4367         ada_lookup_encoded_symbol API.
4368
4369 2012-03-29  Joel Brobecker  <[email protected]>
4370
4371         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
4372         documentation.
4373
4374 2012-03-28  Rathish C  <[email protected]>
4375
4376         * v850-tdep.c: Add the enum values for mpu and fpu registers.
4377         (v850_register_name): Add the mpu and fpu register names.
4378         (v850e_register_name): Add the mpu and fpu register names.
4379         (v850e2_register_name): New function.
4380         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
4381         bfd_mach_v850e2v3.
4382
4383 2012-03-28  Joel Brobecker  <[email protected]>
4384
4385         * NEWS: Add entry for Ada varobj support.
4386
4387 2012-03-28  Joel Brobecker  <[email protected]>
4388
4389         * varobj.c (default_value_is_changeable_p): New function,
4390         extracted from varobj_value_is_changeable_p.  Add declaration.
4391         (ada_value_is_changeable_p): New function, extracted from
4392         varobj_value_is_changeable_p.  Add declaration.
4393         (struct language_specific): New field "value_is_changeable_p".
4394         (languages): Add entries for new field.
4395         (varobj_create): Set language before calling install_new_value.
4396         (varobj_value_is_changeable_p): Reimplement to call the varobj's
4397         "value_is_changeable_p" language callback.
4398
4399 2012-03-28  Joel Brobecker  <[email protected]>
4400
4401         * ada-varobj.h, ada-varobj.c: New files.
4402         * Makefile.in (SFILES): Add ada-varobj.c.
4403         (HFILES_NO_SRCDIR): Add ada-varobj.h.
4404         (COMMON_OBS): Add ada-varobj.o.
4405
4406 2012-03-28  Joel Brobecker  <[email protected]>
4407
4408         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
4409         (struct language_specific): New field "value_has_mutated".
4410         (languages): Set field "value_has_mutated" in each entry of array.
4411         (varobj_value_has_mutated): New function.
4412         (varobj_udpdate): Add handling of type mutation.
4413         (value_of_root): Add handling of type mutation.
4414         (ada_value_has_mutated): New function.
4415
4416 2012-03-28  Pedro Alves  <[email protected]>
4417
4418         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
4419         Always supply $fr0 as 0.0 and $fr1 as 1.0.
4420
4421 2012-03-28  Tom Tromey  <[email protected]>
4422
4423         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
4424         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
4425         before returning.
4426
4427 2012-03-28  Tom Tromey  <[email protected]>
4428
4429         * .dir-locals.el: New file.
4430
4431 2012-03-28  Pedro Alves  <[email protected]>
4432
4433         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
4434
4435 2012-03-28  Joel Brobecker  <[email protected]>
4436
4437         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
4438         handling for r0.
4439
4440 2012-03-27  Pedro Alves  <[email protected]>
4441
4442         Eliminate struct ui_stream.
4443
4444         * ui-out.h (struct ui_stream): Delete.
4445         (ui_out_field_stream): Adjust prototype.
4446         (ui_out_stream_new, ui_out_stream_delete)
4447         (make_cleanup_ui_out_stream_delete): Delete declarations.
4448         * ui-out.c (ui_out_field_stream): Change prototype to take a
4449         ui_file instead of a ui_stream.  Adjust.
4450         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
4451         (make_cleanup_ui_out_stream_delete): Delete.
4452         * breakpoint.c (print_breakpoint_location)
4453         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
4454         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
4455         * disasm.c (dump_insns): Ditto.
4456         (do_mixed_source_and_assembly, do_assembly_only): Adjust
4457         prototype.
4458         (gdb_disassembly): Use ui_file/mem_fileopen instead of
4459         ui_stream/ui_out_stream_new.
4460         * infcmd.c (print_return_value): Ditto.
4461         * osdata.c (info_osdata_command): Don't allocate a local
4462         ui_stream.
4463         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
4464         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
4465         * tracepoint.c (print_one_static_tracepoint_marker): Don't
4466         allocate a local ui_stream.
4467         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
4468         instead of ui_stream/ui_out_stream_new.
4469         (list_args_or_locals): Don't allocate a local ui_stream.
4470         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
4471         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
4472         ui_stream/ui_out_stream_new.
4473         * cli/cli-setshow.c (do_setshow_command): Ditto.
4474
4475 2012-03-27  Oza Pawandeep  <[email protected]>
4476
4477         * arm-linux-tdep.c (arm_linux_init_abi): Call
4478         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
4479         * arm-tdep.c (arm_process_record): New function.
4480         (deallocate_reg_mem): New function.
4481         (decode_insn): New function.
4482         (thumb_record_branch): New function.
4483         (thumb_record_ldm_stm_swi(): New function.
4484         (thumb_record_misc): New function.
4485         (thumb_record_ld_st_stack): New function.
4486         (thumb_record_ld_st_imm_offset): New function.
4487         (thumb_record_ld_st_reg_offset(): New function.
4488         (thumb_record_add_sub_cmp_mov): New function.
4489         (thumb_record_shift_add_sub): New function.
4490         (arm_record_coproc_data_proc): New function.
4491         (arm_record_coproc): New function.
4492         (arm_record_b_bl): New function.
4493         (arm_record_ld_st_multiple): New function.
4494         (arm_record_ld_st_reg_offset): New function.
4495         (arm_record_ld_st_imm_offset): New function.
4496         (arm_record_data_proc_imm): New function.
4497         (arm_record_data_proc_misc_ld_str): New function.
4498         (arm_record_extension_space): New function.
4499         (arm_record_strx): New function.
4500         (sbo_sbz): New function.
4501         (struct insn_decode_record): New structure for arm insn record.
4502         (REG_ALLOC): New macro for reg allocations.
4503         (MEM_ALLOC): New macro for memory allocations.
4504         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
4505
4506 2012-03-27  Andreas Schwab  <[email protected]>
4507
4508         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
4509         (store_register): Likewise.
4510
4511 2012-03-26  Oza Pawandeep  <[email protected]>
4512
4513         * MAINTAINERS (Write After Approval): Add myself to the list.
4514
4515 2012-03-25  Jan Kratochvil  <[email protected]>
4516
4517         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
4518         Describe also the option "auto".
4519
4520 2012-03-22  Richard Henderson  <[email protected]>
4521
4522         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
4523         * sparc-nat.c (sparc_xfer_wcookie): Make static.
4524
4525 2012-03-22  Richard Henderson  <[email protected]>
4526
4527         * jit.c (jit_read_code_entry): Compute alignment and offset of
4528         int64_t member before computing entry_size.
4529
4530 2012-03-22  Siva Chandra Reddy  <[email protected]>
4531
4532         Python scripting: Add new method Value.referenced_value to
4533         gdb.Value which can dereference pointer as well as reference
4534         values.
4535         * NEWS: Add entry under 'Python scripting' about the new method
4536         Value.referenced_value on gdb.Value objects.
4537         * python/py-value.c (valpy_referenced_value): New function
4538         defining a new method on gdb.Value objects which can dereference
4539         pointer and reference values.
4540
4541 2012-03-22  Siva Chandra Reddy  <[email protected]>
4542
4543         * MAINTAINERS (Write After Approval): Add myself to the list.
4544
4545 2012-03-21  Kevin Buettner  <[email protected]>
4546
4547         * symtab.c (skip_prologue_sal): Change test to check for "main()"
4548         in addition to "main".
4549
4550 2012-03-21  Joel Brobecker  <[email protected]>
4551
4552         * expression.h (op_name): Add declaration.
4553         * expprint.c (op_name): Remove declaration.  Make non-static.
4554         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
4555
4556 2012-03-21  Thomas Schwinge  <[email protected]>
4557
4558         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
4559         of struct siginfo.
4560         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
4561         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
4562         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
4563         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
4564         (linux_nat_get_siginfo): Likewise.
4565         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
4566         (linux_nat_get_siginfo): Likewise.
4567         * linux-tdep.c (linux_get_siginfo_type): Likewise.
4568         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
4569         * procfs.c (gdb_siginfo_t): Likewise.
4570
4571 2012-03-21  Mike Frysinger  <[email protected]>
4572
4573         * .gitignore: Ignore more files.
4574
4575 2012-03-20  Pedro Alves  <[email protected]>
4576
4577         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
4578         returns.
4579
4580 2012-03-20  Yao Qi  <[email protected]>
4581
4582         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
4583         comment.
4584
4585 2012-03-19  Jan Kratochvil  <[email protected]>
4586
4587         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
4588         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
4589         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
4590         sect_offset.
4591         * dwarf2expr.h (cu_offset, sect_offset): New types.
4592         (struct dwarf_expr_context_funcs) <dwarf_call>
4593         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
4594         sect_offset.
4595         (struct dwarf_expr_context) <len>: Improve the comment.
4596         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
4597         cu_offset and sect_offset.
4598         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
4599         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
4600         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
4601         * dwarf2loc.h: Include dwarf2expr.h.
4602         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
4603         and sect_offset.
4604         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
4605         Improve the comment.
4606         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
4607         (struct signatured_type, struct line_header, struct partial_die_info)
4608         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
4609         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
4610         (get_die_type_at_offset, create_cus_from_index)
4611         (create_signatured_type_table_from_index, dw2_get_file_names)
4612         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
4613         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
4614         (create_debug_types_hash_table, process_psymtab_comp_unit)
4615         (load_partial_comp_unit, create_all_comp_units)
4616         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
4617         (load_full_comp_unit, dwarf2_physname, read_import_statement)
4618         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
4619         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
4620         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
4621         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
4622         (find_partial_die, read_attribute_value, lookup_die_type)
4623         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
4624         (is_ref_attr): New function comment.
4625         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
4626         Use cu_offset and sect_offset.
4627         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
4628         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
4629         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
4630         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
4631         (offset_and_type_hash, offset_and_type_eq, set_die_type)
4632         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
4633         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
4634         sect_offset.
4635
4636 2012-03-19  Jan Kratochvil  <[email protected]>
4637
4638         Code cleanup.
4639         * python/py-auto-load.c (source_section_scripts): New variable back_to.
4640         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
4641         with xfree.
4642         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
4643
4644 2012-03-19  Jan Kratochvil  <[email protected]>
4645
4646         * NEWS: Describe new options --init-command=FILE, -ix and
4647         --init-eval-command=COMMAND, -iex.
4648         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
4649         CMDARG_INIT_COMMAND.
4650         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
4651         "init-command", "init-eval-command", "ix" and "iex" to the variable
4652         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
4653         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
4654         (print_gdb_help): Describe --init-command=FILE, -ix and
4655         --init-eval-command=COMMAND, -iex.
4656
4657 2012-03-19  Jan Kratochvil  <[email protected]>
4658
4659         Code cleanup.
4660         * main.c (struct cmdarg): Move it here from main.  Add more comments.
4661         (cmdarg_s, VEC (cmdarg_s)): New.
4662         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
4663         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
4664         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
4665         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
4666         of CMDARG.
4667
4668 2012-03-19  Tom Tromey  <[email protected]>
4669
4670         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
4671
4672 2012-03-16  Jan Kratochvil  <[email protected]>
4673
4674         PR symtab/13777
4675         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
4676         GCC >=4.5.
4677
4678 2012-03-16  Chris January  <[email protected]>
4679
4680         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
4681         of clear.
4682
4683 2012-03-16  Chris January  <[email protected]>
4684
4685         * source.c (add_path): Use memmove instead of strcpy because the
4686         strings overlap.
4687
4688 2012-03-16  Joel Brobecker  <[email protected]>
4689
4690         * value.h (set_value_parent): Add declaration.
4691         * value.c (set_value_parent): New function.
4692         (value_address): If VALUE->PARENT is not NULL, then use it as
4693         the base address instead of VALUE->LOCATION.address.
4694         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
4695         the same as OBJ's address.  Adjust V's offset accordingly.
4696         Set V's parent.
4697
4698 2012-03-16  Gary Benson  <[email protected]>
4699
4700         PR breakpoints/10738
4701         * dwarf2read.c (use_deprecated_index_sections): New global.
4702         (struct partial_die_info): New member may_be_inlined.
4703         (read_partial_die): Set may_be_inlined where appropriate.
4704         (add_partial_subprogram): Add partial symbols for partial
4705         DIEs that may be inlined.
4706         (new_symbol_full): Add inlined subroutines to the current
4707         scope.
4708         (write_psymtabs_to_index): Bump version number.
4709         (dwarf2_read_index): Read only version 6 indices unless
4710         use_deprecated_index_sections is set.
4711         * linespec.c (symbol_and_data_callback): New structure.
4712         (iterate_inline_only): New function.
4713         (iterate_over_all_matching_symtabs): New argument
4714         "include_inline".  If nonzero, also call the callback for
4715         symbols representing inlined subroutines.
4716         (lookup_prefix_sym): Pass extra argument to the above.
4717         (find_function_symbols): Likewise.
4718         (add_matching_symbols_to_info): Likewise.
4719         * NEWS: Mention that GDB can now set breakpoints on inlined
4720         functions.
4721
4722 2012-03-16  Pierre Muller  <[email protected]>
4723
4724         * p-typeprint.c (pascal_type_print_method_args):
4725         Fix display of parameter of methods.
4726
4727 2012-03-16  Pierre Muller  <[email protected]>
4728
4729         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
4730         Add missing prototype.
4731
4732 2012-03-16  Yao Qi  <[email protected]>
4733             Jan Kratochvil  <[email protected]>
4734
4735         Fix false compilation warning.
4736         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
4737
4738 2012-03-15  Jonathan Larmour  <[email protected]>
4739             Pedro Alves  <[email protected]>
4740
4741         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
4742         (arm_register_g_packet_guesses): New function.
4743         (arm_gdbarch_init): Don't force a target description with
4744         registers when the executable is detected as M-profile.  Instead
4745         set gdbarch->tdep->is_m.  Register `g' packet guesses.
4746         (_initialize_arm_tdep): Initialize the new target description.
4747         * features/arm-with-m-fpa-layout.xml: New description.
4748         * features/arm-with-m-fpa-layout.c: New, generated.
4749
4750 2012-03-15  Joel Brobecker  <[email protected]>
4751
4752         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
4753         Update function description.
4754         (insert_bp_location): Do not wipe bl->target_info out.
4755         * mem-break.c: #include "gdb_string.h".
4756         (default_memory_insert_breakpoint): Do not call target_read_memory
4757         with a pointer to the breakpoint's shadow_contents buffer.  Use
4758         a local buffer instead.
4759         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
4760
4761 2012-03-15  Tom Tromey  <[email protected]>
4762
4763         * NEWS: Mention "info vtbl", not "info vtable".
4764         * cp-support.c (info_vtbl_command): Fix comment.
4765         (_initialize_cp_support): Fix text.
4766
4767 2012-03-15  Tom Tromey  <[email protected]>
4768
4769         * cp-valprint.c (cp_print_value_fields): Use
4770         print_function_pointer_address for vtable slot.
4771
4772 2012-03-15  Tom Tromey  <[email protected]>
4773
4774         * gnu-v3-abi.c (struct value_and_voffset): New.
4775         (hash_value_and_voffset, eq_value_and_voffset)
4776         (compare_value_and_voffset, compute_vtable_size)
4777         (print_one_vtable, gnuv3_print_vtable): New functions.
4778         (init_gnuv3_ops): Initialize 'print_vtable' field.
4779         * cp-support.c (info_vtbl_command): New function.
4780         (_initialize_cp_support): Add "info vtbl".
4781         * cp-abi.h (cplus_print_vtable): Declare.
4782         (struct cp_abi_ops) <print_vtable>: New field.
4783         * cp-abi.c (cplus_print_vtable): New function.
4784         * NEWS: Update.
4785
4786 2012-03-15  Tom Tromey  <[email protected]>
4787
4788         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
4789         iterate_over_symbols.
4790
4791 2012-03-14  Doug Evans  <[email protected]>
4792
4793         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
4794         DW_OP_GNU_parameter_ref.
4795
4796 2012-03-14  Jan Kratochvil  <[email protected]>
4797
4798         Fix double prompt of 'interpreter-exec mi'.
4799         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
4800         (mi_interpreter_resume): use it.
4801         (mi_execute_command_input_handler): New function.
4802         * mi/mi-main.c (mi_execute_command): Move prompt printing to
4803         mi_execute_command_input_handler.
4804
4805 2012-03-13  Josh Matthews  <[email protected]>  (tiny change)
4806
4807         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
4808         prototype.
4809         (darwin_debug_port_info): Make static.
4810         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
4811         * machoread.c (_initialize_machoread): Add prototype.
4812         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
4813         (i386_darwin_set_control, i386_darwin_get_control)
4814         i386_darwin_dr_set_addr, i386_darwin_get_addr)
4815         i386_darwin_get_status, i386_darwin_get_control):
4816         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
4817
4818 2012-03-13  Joel Brobecker  <[email protected]>
4819
4820         * ax-gdb.c (gen_usual_unary): Remove special handling of
4821         enum and bool types.
4822
4823 2012-03-13  Joel Brobecker  <[email protected]>
4824
4825         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
4826
4827 2012-03-13  Joel Brobecker  <[email protected]>
4828
4829         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
4830
4831 2012-03-13  Chris January  <[email protected]>
4832
4833         * aix-thread.c (fill_sprs): Store the floating point registers
4834         at the correct offsets into vals.
4835
4836 2012-03-13  Doug Evans  <[email protected]>
4837
4838         * NEWS: Mention symbol-reloading has been deleted.
4839         * symfile.c (symbol_reloading): Delete.
4840         (show_symbol_reloading): Delete.
4841         (_initialize_symfile): Delete set/show symbol-reloading.
4842
4843         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
4844         read_in_chain until we have successfully read it in.
4845         (load_full_comp_unit): Ditto.
4846         (read_signatured_type): Add comment.
4847
4848 2012-03-13  Chris January  <[email protected]>
4849
4850         * stabsread.c (fix_common_block): Change type of valu argument
4851         to CORE_ADDR.
4852
4853 2012-03-13  Chris January  <[email protected]>
4854
4855         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
4856         instruction.
4857
4858 2012-03-13  Jan Kratochvil  <[email protected]>
4859
4860         * common/linux-procfs.c (linux_proc_get_int): New, from
4861         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
4862         field.
4863         (linux_proc_get_tgid): Only call linux_proc_get_int.
4864         (linux_proc_get_tracerpid): New.
4865         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
4866         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
4867         linux_proc_pid_has_state.
4868         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
4869         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
4870         (linux_ptrace_attach_warnings): New.
4871         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
4872         New declaration.
4873         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
4874         (linux_nat_attach): New variables ex, buffer, message and message_s.
4875         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
4876
4877 2012-03-13  Jan Kratochvil  <[email protected]>
4878
4879         * Makefile.in (linux-ptrace.o): New.
4880         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
4881         from linux-nat.c.
4882         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
4883         * common/linux-ptrace.c: New file.
4884         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
4885         * config/arm/linux.mh: Likewise.
4886         * config/i386/linux.mh: Likewise.
4887         * config/i386/linux64.mh: Likewise.
4888         * config/ia64/linux.mh: Likewise.
4889         * config/m32r/linux.mh: Likewise.
4890         * config/m68k/linux.mh: Likewise.
4891         * config/mips/linux.mh: Likewise.
4892         * config/pa/linux.mh: Likewise.
4893         * config/powerpc/linux.mh: Likewise.
4894         * config/powerpc/ppc64-linux.mh: Likewise.
4895         * config/powerpc/spu-linux.mh: Likewise.
4896         * config/s390/s390.mh: Likewise.
4897         * config/sparc/linux.mh: Likewise.
4898         * config/sparc/linux64.mh: Likewise.
4899         * config/xtensa/linux.mh: Likewise.
4900         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
4901         common/linux-procfs.c.
4902         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
4903
4904 2012-03-13  Hui Zhu  <[email protected]>
4905             Pedro Alves  <[email protected]>
4906
4907         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
4908         CREATE_BREAKPOINT_FLAGS_INSERTED.
4909         (create_breakpoint_sal, create_breakpoints_sal)
4910         (base_breakpoint_create_breakpoints_sal)
4911         (tracepoint_create_breakpoints_sal)
4912         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
4913         down.
4914         (break_command_1, handle_gnu_v3_exceptions, trace_command)
4915         (ftrace_command, strace_command): Adjust.
4916         (create_tracepoint_from_upload): Pass
4917         CREATE_BREAKPOINT_FLAGS_INSERTED.
4918         * breakpoint.h (enum breakpoint_create_flags): New.
4919         (create_breakpoint): New flags parameter.
4920         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
4921         * python/py-breakpoint.c (bppy_init): Adjust.
4922         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
4923         * spu-tdep.c (spu_catch_start): Adjust.
4924
4925 2012-03-13  Pedro Alves  <[email protected]>
4926             Hui Zhu  <[email protected]>
4927             Yao Qi  <[email protected]>
4928
4929         * remote.c (struct remote_state): New field `starting_up'.
4930         (remote_start_remote): Set and clear it.
4931         (remote_can_download_tracepoint): If starting up, return false.
4932
4933 2012-03-13  Yao Qi  <[email protected]>
4934
4935         * inferior.h (struct inferior): Remove fields any_syscall_count,
4936         syscalls_counts and total_syscalls_count.  Move them to new
4937         struct catch_syscall_inferior_data in breakpoint.c.
4938         * breakpoint.c: Call DEF_VEC_I(int).
4939         (struct catch_syscall_inferior_data): New.
4940         (get_catch_syscall_inferior_data): New.
4941         (catch_syscall_inferior_data_cleanup): New.
4942         (insert_catch_syscall): Update to access data in
4943         struct catch_syscall_inferior_data.
4944         (insert_catch_syscall): Likewise.
4945         (remove_catch_syscall): Likewise.
4946         (remove_catch_syscall): Likewise.
4947         (is_syscall_catchpoint_enabled): Likewise.
4948         (add_catch_command): Likewise.
4949         (_initialize_breakpoint): Register cleanup.
4950         * breakpoint.h: Removed DEF_VEC_I(int).
4951         * dwarf2loc.c: Call DEF_VEC_I(int).
4952         * mi/mi-main.c: Likewise.
4953
4954 2012-03-12  Mark Kettenis  <[email protected]>
4955
4956         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
4957
4958 2012-03-12  Chris January  <[email protected]>
4959
4960         * aix-thread.c (_initialize_aix_thread): Add prototype.
4961         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
4962         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
4963
4964 2012-03-12  Joel Brobecker  <[email protected]>
4965
4966         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
4967         include of "amd64-nat.h".
4968
4969 2012-03-12  Tom Tromey  <[email protected]>
4970
4971         * buildsym.c (record_pending_block): Now static.
4972         * buildsym.h: (record_pending_block): Remove.
4973
4974 2012-03-12  Andreas Tobler  <[email protected]>
4975
4976         * amd64bsd-nat.c: Include amd64bsd-nat.h.
4977
4978 2012-03-09  Tom Tromey  <[email protected]>
4979
4980         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
4981         producer_is_gxx_lt_4_6>: New fields.
4982         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
4983
4984 2012-03-09  Tom Tromey  <[email protected]>
4985
4986         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
4987
4988 2012-03-08  Joel Brobecker  <[email protected]>
4989
4990         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
4991         prototype.
4992
4993 2012-03-08  Joel Brobecker  <[email protected]>
4994
4995         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
4996
4997 2012-03-08  Jan Kratochvil  <[email protected]>
4998
4999         Fix -Wmissing-prototypes build.
5000         * arm-linux-nat.c (get_thread_id): Make it static.
5001         * xtensa-linux-nat.c (get_thread_id): Likewise.
5002
5003 2012-03-08  Joel Brobecker  <[email protected]>
5004
5005         * server.c (process_point_options): If a conditional expression
5006         is found, only print a message if remote_debug is nonzero.
5007
5008 2012-03-08  Luis Machado  <[email protected]>
5009
5010         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
5011         of internal error for unknown/unsupported types.
5012
5013 2012-03-08  Jan Kratochvil  <[email protected]>
5014
5015         Fix CU relative vs. absolute DIE offsets.
5016         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
5017         offset to offset_in_cu.
5018         * dwarf2read.c (process_enumeration_scope): Add CU offset to
5019         TYPE_OFFSET.
5020         (dwarf2_fetch_die_location_block): Rename parameter offset to
5021         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
5022
5023 2012-03-08  Jan Kratochvil  <[email protected]>
5024
5025         * libunwind-frame.c: Rename to ...
5026         * ia64-libunwind-tdep.c: ... here.
5027         * libunwind-frame.h: Rename to ...
5028         * ia64-libunwind-tdep.h: ... here.
5029         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
5030         ia64-libunwind-tdep.h.
5031         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
5032         * README (--with-libunwind): Rename to ...
5033         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
5034         * config.in: Regenerate.
5035         * configure: Regenerate.
5036         * configure.ac: New option --with-libunwind-ia64, make the
5037         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
5038         Remove AC_DEFINE for HAVE_LIBUNWIND.
5039         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
5040         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
5041         Rename libunwind-frame in the general comment.
5042         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
5043         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
5044         Move forward declarations inside #ifndef.  Rename libunwind-frame in
5045         the general comment.
5046         * ia64-tdep.c: Rename libunwind-frame.h #include to
5047         ia64-libunwind-tdep.h.
5048         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
5049         (ia64_libunwind_descr): Rename libunwind-frame to
5050         ia64-libunwind-tdep in these function comments.
5051         * ia64-tdep.h: Rename libunwind-frame.h #include to
5052         ia64-libunwind-tdep.h.
5053         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
5054         ia64-libunwind-tdep in that data comment.
5055
5056 2012-03-08  Jan Kratochvil  <[email protected]>
5057
5058         * libunwind-frame.h (struct frame_unwind): New declaration.
5059
5060 2012-03-08  Joel Brobecker  <[email protected]>
5061
5062         * breakpoint.c (_initialize_breakpoint): Fix error in help of
5063         "set breakpoint condition-evaluation" command.
5064
5065 2012-03-08  Tristan Gingold  <[email protected]>
5066
5067         * sparc-stub.c: Move to stubs/
5068         * sh-stub.c: Likewise.
5069         * m68k-stub.c: Likewise.
5070         * m32r-stub.c: Likewise.
5071         * i386-stub.c: Likewise.
5072
5073 2012-03-08  Andreas Schwab  <[email protected]>
5074
5075         * m68klinux-tdep.c (m68k_linux_init_abi): Register
5076         linux_get_siginfo_type.
5077
5078         * m68klinux-nat.c: Include "gdb_proc_service.h".
5079         (PTRACE_GET_THREAD_AREA): Define.
5080         (ps_get_thread_area): New function.
5081
5082 2012-03-08  Yao Qi  <[email protected]>
5083
5084         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
5085         `xsnprintf'.
5086         (remote_query_attached): Likewise.
5087         (remote_static_tracepoint_marker_at): Likewise.
5088         (remote_set_permissions): Likewise.
5089         (remote_detach_1, extended_remote_attach_1): Likewise.
5090         (send_g_packet, remote_vkill): Likewise.
5091         (extended_remote_disable_randomization): Likewise.
5092         (remote_add_target_side_condition): Likewise.
5093         (remote_insert_breakpoint): Likewise.
5094         (remote_remove_breakpoint): Likewise.
5095         (remote_insert_watchpoint): Likewise.
5096         (remote_remove_watchpoint): Likewise.
5097         (remote_insert_hw_breakpoint): Likewise.
5098         (remote_insert_hw_breakpoint): Likewise.
5099         (remote_remove_hw_breakpoint): Likewise.
5100         (remote_download_command_source): Likewise.
5101         (remote_download_tracepoint): Likewise.
5102         (remote_download_trace_state_variable): Likewise.
5103         (remote_disable_tracepoint): Likewise.
5104         (remote_trace_set_readonly_regions): Likewise.
5105         (remote_get_tracepoint_status): Likewise.
5106         (remote_trace_find): Likewise.
5107         (remote_get_trace_state_variable_value): Likewise.
5108         (remote_set_disconnected_tracing): Likewise.
5109         (remote_set_circular_trace_buffer): Likewise.
5110         (remote_get_min_fast_tracepoint_insn_len): Likewise.
5111         (remote_use_agent): Likewise.
5112         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
5113         Update callers.
5114
5115 2012-03-07  Pedro Alves  <[email protected]>
5116
5117         * NEWS: Mention QProgramSignals.
5118         * inferior.h (update_signals_program_target): Declare.
5119         * infrun.c: (update_signals_program_target): New.
5120         (handle_command): Update the target of the new program signals
5121         array changes.
5122         * remote.c (PACKET_QProgramSignals): New enum.
5123         (last_program_signals_packet): New global.
5124         (remote_program_signals): New.
5125         (remote_start_remote): Update the target with the program signals
5126         list.
5127         (remote_protocol_features): Add entry for QPassSignals.
5128         (remote_open_1): Free anc clear last_program_signals_packet.
5129         (init_remote_ops): Install remote_program_signals.
5130         * target.c (update_current_target): Adjust.
5131         (target_program_signals): New.
5132         * target.h (struct target_ops) <to_program_signals>: New field.
5133         (target_program_signals): Declare.
5134
5135 2012-03-07  Pedro Alves  <[email protected]>
5136
5137         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
5138         extensions.
5139
5140 2012-03-07  Andreas Schwab  <[email protected]>
5141
5142         * m68klinux-nat.c (getregs_supplies): Make static.
5143         (getfpregs_supplies): Likewise.
5144         (have_ptrace_getregs): Likewise.
5145
5146 2012-03-06  Joel Brobecker  <[email protected]>
5147
5148         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
5149         in call to get_die_type_at_offset.
5150
5151 2012-03-06  Stan Shebs  <[email protected]>
5152
5153         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
5154         * mi/mi-cmd-disas.c: Ditto.
5155         * mi/mi-cmd-env.c: Ditto.
5156         * mi/mi-cmd-file.c: Ditto.
5157         * mi/mi-cmd-stack.c: Ditto.
5158         * mi/mi-cmd-target.c: Ditto.
5159         * mi/mi-cmd-var.c: Ditto.
5160         * mi/mi-cmds.c: Ditto.
5161         * mi/mi-cmds.h: Ditto.
5162         * mi/mi-console.c: Ditto.
5163         * mi/mi-getopt.c: Ditto.
5164         * mi/mi-getopt.h: Ditto.
5165         * mi/mi-interp.c: Ditto.
5166         * mi/mi-main.c: Ditto.
5167         * mi/mi-out.c: Ditto.
5168         * mi/mi-parse.c: Ditto.
5169         * mi/mi-parse.h: Ditto.
5170         * mi/mi-symbol-cmds.c: Ditto.
5171
5172         * mi/mi-getopt.h: Move mi_opt struct up.
5173         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
5174         return.
5175         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
5176
5177 2012-03-06  Tom Tromey  <[email protected]>
5178
5179         * proc-service.c (ps_pglobal_lookup): Set the current program
5180         space.
5181
5182 2012-03-06  Pedro Alves  <[email protected]>
5183
5184         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
5185
5186 2012-03-05  Joel Brobecker  <[email protected]>
5187
5188         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
5189
5190 2012-03-05  Jan Kratochvil  <[email protected]>
5191
5192         Code cleanup.
5193         * common/linux-osdata.c (linux_common_core_of_thread): New function
5194         comment.
5195         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
5196         call by linux_common_core_of_thread.
5197         (linux_nat_core_of_thread_1): Remove.
5198         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
5199         * linux-thread-db.c: Include linux-osdata.h.
5200         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
5201         linux_common_core_of_thread.
5202
5203 2012-03-05  Tom Tromey  <[email protected]>
5204
5205         * value.c (value_primitive_field): Don't fetch contents for
5206         non-virtual bases.
5207
5208 2012-03-05  Tom Tromey  <[email protected]>
5209
5210         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
5211
5212 2012-03-05  Andreas Arnez  <[email protected]>
5213
5214         * s390-nat.c: Include "gregset.h".
5215
5216 2012-03-05  Jan Kratochvil  <[email protected]>
5217
5218         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
5219         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
5220         (libunwind_load): New variable so_error, use it for dlerror.  Try to
5221         load also LIBUNWIND_SO_7.
5222
5223 2012-03-05  Pedro Alves  <[email protected]>
5224
5225         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
5226         is not NULL, and remove resulting dead code.
5227
5228 2012-03-05  Thomas Schwinge  <[email protected]>
5229
5230         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
5231         prologue to sh_analyze_prologue.
5232         (sh_analyze_prologue): Make better use of such an upper limit, and
5233         generally be more cautious about accessing memory.
5234
5235 2012-03-05  Tom Tromey  <[email protected]>
5236
5237         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
5238         _initialize_ia64_hpux_tdep.
5239
5240 2012-03-05  Pedro Alves  <[email protected]>
5241
5242         PR gdb/13766
5243
5244         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
5245         the register state is clear, supply explicit zero, instead of
5246         marking the register unavailable.
5247
5248 2012-03-05  Tristan Gingold  <[email protected]>
5249
5250         * NEWS: Mention OpenVMS ia64 new target.
5251
5252 2012-03-05  Tristan Gingold  <[email protected]>
5253
5254         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
5255         (ia64_unw_accessors, ia64_unw_rse_accessors)
5256         (ia64_libunwind_descr): Declare.
5257         * ia64-vms-tdep.c: New file.
5258         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
5259         (ia64_libunwind_descr): Make them public.
5260         * configure.tgt: Add ia64-*-*vms*.
5261         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
5262         (ALLDEPFILES): Add ia64-vms-tdep.c
5263
5264 2012-03-05  Tristan Gingold  <[email protected]>
5265
5266         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
5267         * remote.c (PACKET_qXfer_uib): New enum value.
5268         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
5269         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
5270         (_initialize_remote): Call add_packet_config_cmd for
5271         xfer:uib packet.
5272
5273 2012-03-05  Tristan Gingold  <[email protected]>
5274
5275         * osabi.c (gdb_osabi_names): Add OpenVMS.
5276         (generic_elf_osabi_sniffer): Likewise.
5277         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
5278
5279 2012-03-04  Jan Kratochvil  <[email protected]>
5280
5281         Removed unused code.
5282         * libunwind-frame.c (libunwind_frame_unwind)
5283         (libunwind_frame_base_address): Remove.
5284         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
5285
5286 2012-03-04  Yao Qi  <[email protected]>
5287
5288         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
5289         remove trailing new line.
5290         (agent_run_command, agent_run_command): Add _ markup.
5291         (agent_capability_check): Likewise.
5292
5293 2012-03-03  Jan Kratochvil  <[email protected]>
5294
5295         * breakpoint.c (set_condition_evaluation_mode): Set
5296         CONDITION_EVALUATION_MODE unconditionally.
5297
5298 2012-03-03  Yao Qi  <[email protected]>
5299
5300         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
5301         * common/agent.h: Update declaration.
5302         * inf-child.c (inf_child_use_agent): New.
5303         (inf_child_can_use_agent): New.
5304         (inf_child_target): Initialize fields `to_use_agent'
5305         and `to_can_use_agent'.
5306         * agent.c (agent_new_objfile): New.
5307         (_initialize_agent): Add agent_new_objfile to new_objfile
5308         observer.
5309
5310         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
5311         New.
5312         (linux_target_install_ops): Initialize field
5313         `to_static_tracepoint_markers_by_strid'.
5314         * remote.c (free_current_marker): Move it to ...
5315         * tracepoint.c (free_current_marker): ... here.  New.
5316         (cleanup_target_stop): New.
5317         * tracepoint.h: Declare free_current_marker.
5318         * NEWS: Add one entry about `info static-tracepoint-marker'.
5319
5320 2012-03-03  Yao Qi  <[email protected]>
5321
5322         * common/agent.c (agent_loaded_p): New.
5323         (agent_look_up_symbols): New global.
5324         * common/agent.h: Declare agent_loaded_p.
5325
5326 2012-03-03  Yao Qi  <[email protected]>
5327
5328         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
5329         (agent_capability_check, agent_capability_invalidate): New.
5330         (symbol_list): New array element.
5331         * common/agent.h (enum agent_capa): New.
5332         * target.c (target_pre_inferior): Call agent_capability_invalidate.
5333
5334 2012-03-03  Yao Qi  <[email protected]>
5335
5336         * target.h (struct target_ops) <to_use_agent>: New field.
5337         (struct target_ops) <to_can_use_agent>: New field.
5338         (target_use_agent, target_can_use_agent): New macro.
5339         * target.c (update_current_target): Update.
5340         * remote.c: New enum `PACKET_QAgent'.
5341         (remote_protocol_features): Add a new element.
5342         (remote_use_agent, remote_can_use_agent): New.
5343         (init_remote_ops): Initialize field `can_use_agent' with
5344         remote_can_use_agent.  Intiailize field `use_agent' with
5345         remote_use_agent.
5346         * common/agent.c (use_agent): New global.
5347         * common/agent.h: Declare it.
5348         * tracepoint.c (info_static_tracepoint_markers_command): Add
5349         comment.
5350         * Makefile.in (SFILES): Add common/agent.c and agent.c.
5351         (COMMON_OBS): Add common/agent.o and agent.o
5352         (common-agent.o): New rule.
5353         * agent.c: New.
5354
5355 2012-03-03  Yao Qi  <[email protected]>
5356
5357         * common/agent.c: New.
5358         * common/agent.h: New.
5359         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
5360         AC_CHECK_HEADERS.
5361         * configure, configh.in: Regenerated.
5362
5363 2012-03-02  Kevin Buettner  <[email protected]>
5364
5365         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
5366         unless it exists for this architecture.
5367
5368 2012-03-02  Joel Brobecker  <[email protected]>
5369
5370         * language.h (struct language_defn): New "method" la_read_var_value.
5371         * findvar.c: #include "language.h".
5372         (default_read_var_value): Renames read_var_value.  Rewrite
5373         function description.
5374         (read_var_value): New function.
5375         * value.h (default_read_var_value): Add prototype.
5376         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
5377         New functions.
5378         (ada_language_defn): Add entry for la_read_var_value.
5379         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
5380         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
5381         language_defn structures to add entry for new la_read_var_value
5382         field.
5383
5384 2012-03-02  Tom Tromey  <[email protected]>
5385             Pedro Alves  <[email protected]>
5386
5387         PR breakpoints/13776:
5388         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
5389         breakpoints.
5390         (delete_longjmp_breakpoint_at_next_stop): New.
5391         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
5392         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
5393         before deleting the inferior.  Add comments.
5394         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
5395         breakpoints immediately, but only on next stop.  Move that code
5396         next to where we mark other breakpoints for deletion.
5397
5398 2012-03-02  Joel Brobecker  <[email protected]>
5399
5400         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
5401         marker.
5402         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
5403         violation.
5404
5405 2012-03-02  Pedro Alves  <[email protected]>
5406
5407         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
5408
5409 2012-03-02  Ulrich Weigand  <[email protected]>
5410
5411         Fix -Wmissing-prototypes build.
5412         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
5413         * remote-sim.c (gdbsim_has_all_memory): Likewise.
5414         (gdbsim_has_memory): Likewise.
5415
5416 2012-03-02  Yao Qi  <[email protected]>
5417
5418         Fix -Wmissing-prototypes build.
5419         * charset.c (phony_iconv_open): Make static.
5420         (phony_iconv_close, phony_iconv): Likewise.
5421         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
5422         * i386-windows-nat.c (_initialize_i386_windows_nat): New
5423         prototype.
5424         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
5425         * ser-mingw.c (create_select_thread): Make static.
5426         * windows-termcap.c (tgetent): New prototype.
5427         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
5428
5429 2012-03-02  Zhang Yuanhui  <[email protected]>
5430
5431         Fix -Wmissing-prototypes build.
5432         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
5433         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
5434         (_initialize_loadable): New prototypes.
5435
5436 2012-03-02  Doug Evans  <[email protected]>
5437
5438         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
5439         abbrev table, read_comp_unit will do it.
5440
5441 2012-03-02  Jan Kratochvil  <[email protected]>
5442
5443         Fix -Wmissing-prototypes build.
5444         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
5445         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
5446         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
5447         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
5448         (_initialize_arm_symbian_tdep): New prototype.
5449         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
5450         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
5451         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
5452         static.
5453         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
5454         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
5455         prototype.
5456         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
5457         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
5458         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
5459         static.
5460         * moxie-tdep.c (moxie_process_record): Likewise.
5461         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
5462         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
5463         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
5464         (_initialize_rl78_tdep): New prototype.
5465         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
5466         (_initialize_rx_tdep): New prototype.
5467         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
5468         (_initialize_darwin_solib): New prototype.
5469         * solib-spu.c: Include solib-spu.h.
5470         (_initialize_spu_solib): New prototype.
5471         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
5472         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
5473         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
5474         (tic6x_software_single_step): Make it static.
5475         (_initialize_tic6x_tdep): New prototype.
5476
5477 2012-03-02  Jan Kratochvil  <[email protected]>
5478
5479         Fix -Wmissing-prototypes build.
5480         * cris-tdep.c (cris_can_use_hardware_watchpoint)
5481         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
5482
5483 2012-03-01  Jan Kratochvil  <[email protected]>
5484
5485         Fix -Wmissing-prototypes build.
5486         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
5487         (frv_have_stopped_data_address): Remove.
5488
5489 2012-03-01  Jan Kratochvil  <[email protected]>
5490
5491         Fix -Wmissing-prototypes build.
5492         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
5493         * sh-tdep.c: Include sh64-tdep.h.
5494         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
5495         * sh64-tdep.c: Include sh64-tdep.h.
5496         * sh64-tdep.h: New file.
5497
5498 2012-03-01  Maciej W. Rozycki <[email protected]>
5499
5500         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
5501
5502 2012-03-01  Maciej W. Rozycki  <[email protected]>
5503
5504         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
5505         sp_regnum once the gdbarch_init_osabi hook has been called.
5506
5507 2012-03-01  Maciej W. Rozycki  <[email protected]>
5508
5509         * mips-tdep.c (mips32_bc1_pc): New function.
5510         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
5511         BPOSGE32 and BPOSGE64 instructions.
5512         (deal_with_atomic_sequence): Likewise.
5513         (mips32_instruction_has_delay_slot): Likewise.
5514
5515 2012-03-01  Maciej W. Rozycki  <[email protected]>
5516             Chris Dearman  <[email protected]>
5517             Maciej W. Rozycki  <[email protected]>
5518             Joseph Myers  <[email protected]>
5519
5520         * features/mips-dsp.xml: New file.
5521         * features/mips64-dsp.xml: New file.
5522         * features/mips-dsp-linux.xml: New file.
5523         * features/mips64-dsp-linux.xml: New file.
5524         * features/Makefile (WHICH): Add mips-dsp-linux and
5525         mips64-dsp-linux.
5526         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
5527         * features/mips-dsp-linux.c: New file.
5528         * features/mips64-dsp-linux.c: New file.
5529         * regformats/mips-dsp-linux.dat: New file.
5530         * regformats/mips64-dsp-linux.dat: New file.
5531         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
5532         registers.
5533         (mips64_linux_register_addr): Likewise.
5534         (mips64_linux_regsets_fetch_registers): Likewise.
5535         (mips64_linux_regsets_store_registers): Likewise.
5536         (mips64_linux_fetch_registers): Update call to
5537         mips64_linux_regsets_fetch_registers.
5538         (mips64_linux_store_registers): Update call to
5539         mips64_linux_regsets_store_registers.
5540         (mips_linux_read_description): Probe for DSP registers.
5541         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
5542         and initialize_tdesc_mips64_dsp_linux.
5543         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
5544         Remove padding of no longer used embedded register slots.
5545         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
5546         (MIPS_RESTART_REGNUM): Redefine enum value.
5547         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
5548         strings.
5549         (mips_tx39_reg_names): Likewise.
5550         (mips_linux_reg_names): New array of register names for Linux
5551         targets.
5552         (mips_register_name): Check for a null pointer in
5553         mips_processor_reg_names and return an empty string.
5554         (mips_register_type): Exclude embedded registers for the IRIX
5555         and Linux ABIs.
5556         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
5557         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
5558         DSP registers.
5559         (mips_stab_reg_to_regnum): Handle DSP accumulators.
5560         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
5561         (mips_gdbarch_init): Likewise.  Initialize internal register
5562         indices for the Linux ABI.  Use dynamic numbers to refer to
5563         registers, as applicable, while parsing the target description.
5564         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
5565
5566 2012-03-01  Joel Brobecker  <[email protected]>
5567
5568         * frame.h (read_frame_register_unsigned): Fix typo in function
5569         description.
5570
5571 2012-03-01  Pedro Alves  <[email protected]>
5572
5573         * jit-reader.in [!__cplusplus]
5574         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
5575
5576 2012-03-01  Pedro Alves  <[email protected]>
5577
5578         * configure.ac (build_warnings): Add -Wmissing-prototypes.
5579         * configure: Regenerate.
5580
5581 2012-03-01  Pedro Alves  <[email protected]>
5582
5583         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
5584         * breakpoint.c (create_exception_master_breakpoint, trace_command)
5585         (ftrace_command, strace_command): Make static.
5586         * d-lang.c (_initialize_d_language): Declare.
5587         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
5588         * dwarf2loc.c (_initialize_dwarf2loc):
5589         * dwarf2read.c (process_psymtab_comp_unit): Make static.
5590         * exec.c (exec_get_section_table): Make static.
5591         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
5592         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
5593         * inferior.c (remove_inferior_command, add_inferior_command)
5594         (clone_inferior_command): Make static.
5595         * linux-nat.c (linux_nat_thread_address_space)
5596         (linux_nat_core_of_thread): Make static.
5597         * linux-tdep.c (_initialize_linux_tdep): Declare.
5598         * objc-lang.c (_initialize_objc_lang): Declare.
5599         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
5600         Make static.
5601         (_initialize_opencl_language): Declare.
5602         * record.c (_initialize_record): Declare.
5603         * remote.c (demand_private_info, remote_get_tib_address)
5604         (remote_supports_cond_tracepoints)
5605         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
5606         Make static.
5607         * skip.c (_initialize_step_skip): Declare.
5608         * symtab.c (skip_prologue_using_lineinfo): Make static.
5609         * tracepoint.c (delete_trace_state_variable)
5610         (trace_variable_command, delete_trace_variable_command)
5611         (get_uploaded_tsv, find_matching_tracepoint_location)
5612         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
5613         Make static.
5614         * value.c (pack_unsigned_long): Make static.
5615         * varobj.c (varobj_ensure_python_env): Make static.
5616         * windows-tdep.c (_initialize_windows_tdep): Declare.
5617         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
5618
5619 2012-03-01  Pedro Alves  <[email protected]>
5620
5621         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
5622         gdbarch parameter.
5623         (linux_init_abi): Install it as has_shared_address_space gdbarch
5624         callback.
5625
5626 2012-03-01  Pedro Alves  <[email protected]>
5627
5628         * observer.c (observer_test_first_notification_function)
5629         (observer_test_second_notification_function)
5630         (observer_test_third_notification_function): Add declarations.
5631
5632 2012-03-01  Pedro Alves  <[email protected]>
5633
5634         * common/signals.c (default_target_signal_to_host)
5635         (default_target_signal_from_host): Move ...
5636         * arch-utils.c: ... here.
5637         * arch-utils.h (default_target_signal_to_host)
5638         (default_target_signal_from_host): Declare.
5639
5640         * common/signals.c (target_signal_from_command): Move ...
5641         * infrun.c: ... here.
5642         * inferior.h (target_signal_from_command): Declare.
5643         * target.h (target_signal_from_command)
5644         (default_target_signal_from_host, default_target_signal_to_host):
5645         Delete declarations.
5646
5647         * common/signals.c (_initialize_signals): Delete.
5648
5649 2012-03-01  Pedro Alves  <[email protected]>
5650
5651         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
5652         both __cplusplus and !__cplusplus.
5653
5654 2012-03-01  Pedro Alves  <[email protected]>
5655
5656         * psymtab.c (find_and_open_source): Delete declaration.
5657         * source.c (find_and_open_source): Move comment ...
5658         * source.h (find_and_open_source): ... to this new declaration.
5659
5660 2012-03-01  Pedro Alves  <[email protected]>
5661
5662         * inline-frame.c: Include inline-frame.h.
5663
5664 2012-03-01  Pedro Alves  <[email protected]>
5665
5666         * tui/tui-data.c (set_gen_win_origin): Delete.
5667         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
5668         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
5669
5670 2012-03-01  Pedro Alves  <[email protected]>
5671
5672         * remote.c (encode_actions): Delete declaration.
5673         * tracepoint.c (encode_actions): Make extern.
5674         * tracepoint.h (encode_actions): Declare.
5675
5676 2012-03-01  Pedro Alves  <[email protected]>
5677
5678         * python/py-breakpoint.c: Include python.h.
5679         * python/py-continueevent.c (create_continue_event_object): Make
5680         static.
5681         * python/py-lazy-string.c (stpy_get_type): Make static.
5682         * python/py-newobjfileevent.c (create_new_objfile_event_object):
5683         Make static.
5684         * python/py-utils.c (unicode_to_target_python_string): Make
5685         static.
5686         * python/py-value.c: Include python.h.
5687
5688 2012-03-01  Pedro Alves  <[email protected]>
5689
5690         * inferior.c (delete_threads_of_inferior): Delete.
5691
5692 2012-03-01  Pedro Alves  <[email protected]>
5693
5694         Import fallback definitions from glibc.
5695
5696         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
5697         ps_prochandle): Forward declare.
5698         (ps_err_e): Use glibc's comments.
5699         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
5700         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
5701         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
5702         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
5703         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
5704         (struct ps_prochandle): Adjust comment.
5705
5706 2012-03-01  Pedro Alves  <[email protected]>
5707
5708         * ada-lang.c (ada_modulus_from_name): Delete.
5709         * ada-lex.l (lexer_init): Make static.
5710
5711 2012-03-01  Pedro Alves  <[email protected]>
5712
5713         PR gdb/13767
5714
5715         * frame.c (read_frame_register_unsigned): New.
5716         * frame.h (read_frame_register_unsigned): Declare.
5717         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
5718         Handle it.
5719         (print_i387_control_word): New parameter `control_p'.  Handle it.
5720         (i387_print_float_info): Handle unavailable float registers.
5721
5722 2012-03-01  Keith Seitz  <[email protected]>
5723
5724         * linespec.c (decode_line_2): Sort the list of methods
5725         alphabetically before presenting the user with a selection
5726         menu.
5727
5728 2012-03-01  Doug Evans  <[email protected]>
5729
5730         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
5731         has_namespace_info.
5732         (dwarf2_read_abbrevs): Remove corresponding initialization.
5733
5734 2012-03-01  Scott J. Goldman <[email protected]>
5735
5736         * NEWS: Mention new python command class gdb.COMMAND_USER.
5737         * cli/cli-cmds.c (show_user): Print error when used on a python
5738         command.
5739         (init_cli_cmds): Update documentation strings for "show user" and
5740         "set/show max-user-call-depth" to clarify that it does not apply to
5741         python commands.
5742         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
5743         error check.
5744         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
5745         gdb python api.
5746         * top.c (execute_command): Only execute a user-defined command as a
5747         legacy macro if c->user_commands is set.
5748
5749 2012-03-01  Tom Tromey  <[email protected]>
5750
5751         * valprint.h (struct generic_val_print_decorations): New.
5752         (generic_val_print): Declare.
5753         * valprint.c (generic_val_print): New function.
5754         * p-valprint.c (p_decorations): New global.
5755         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
5756         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
5757         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
5758         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
5759         * m2-valprint.c (m2_decorations): New global.
5760         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
5761         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
5762         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
5763         TYPE_CODE_ERROR>: Call generic_val_print.
5764         * f-valprint.c (f_decorations): New global.
5765         (f_val_print): Use print_function_pointer_address.
5766         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
5767         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
5768         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
5769         generic_val_print.
5770         * c-valprint.c (c_decorations): New global.
5771         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
5772         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
5773         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
5774         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
5775         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
5776         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
5777         case.
5778
5779 2012-03-01  Tom Tromey  <[email protected]>
5780
5781         * valprint.c (val_print): Update.
5782         * p-valprint (pascal_val_print): Return void.
5783         * p-lang.h (pascal_val_print): Return void.
5784         * m2-valprint.c (m2_val_print): Return void.
5785         * m2-lang.h (m2_val_print): Return void.
5786         * language.h (struct language_defn) <la_val_print>: Return void.
5787         * language.c (unk_lang_val_print): Return void.
5788         * jv-valprint.c (java_val_print): Return void.
5789         * jv-lang.h (java_val_print): Return void.
5790         * f-valprint.c (f_val_print): Return void.
5791         * f-lang.h (f_val_print): Return void.
5792         * d-valprint.c (d_val_print): Return void.
5793         (dynamic_array_type): Update.
5794         * d-lang.h (d_val_print): Return void.
5795         * c-valprint.c (c_val_print): Return void.
5796         * c-lang.h (c_val_print): Return void.
5797         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
5798         void.
5799         * ada-lang.h (ada_val_print): Return void.
5800
5801 2012-03-01  Tom Tromey  <[email protected]>
5802
5803         * value.h (val_print): Return void.
5804         * valprint.c (val_print): Return void.
5805
5806 2012-03-01  Tom Tromey  <[email protected]>
5807
5808         * value.h (common_val_print): Return void.
5809         * valprint.c (common_val_print): Return void.
5810
5811 2012-03-01  Tom Tromey  <[email protected]>
5812
5813         * value.h (value_print): Return void.
5814         * valprint.c (value_print): Return void.
5815         * p-valprint.c (pascal_value_print): Return void.
5816         * p-lang.h (pascal_value_print): Return void.
5817         * language.h (struct language_defn) <la_value_print>: Return
5818         void.
5819         * language.c (unk_lang_value_print): Return void.
5820         * jv-valprint.c (java_value_print): Return void.
5821         * jv-lang.h (java_value_print): Return void.
5822         * f-valprint.c (c_value_print): Don't declare.
5823         Include c-lang.h.
5824         * c-valprint.c (c_value_print): Return void.
5825         * c-lang.h (c_value_print): Return void.
5826         * ada-valprint.c (ada_value_print): Return void.
5827         * ada-lang.h (ada_value_print): Return void.
5828
5829 2012-03-01  Tom Tromey  <[email protected]>
5830
5831         * value.c (value_primitive_field): Handle virtual base classes.
5832
5833 2012-03-01  Tom Tromey  <[email protected]>
5834
5835         * gdbtypes.h (struct vbase): Remove.
5836
5837 2012-03-01  Tom Tromey  <[email protected]>
5838
5839         * c-valprint.c (print_function_pointer_address): Move...
5840         * valprint.c: ... here.  Make non-static.
5841         * m2-valprint.c (print_function_pointer_address): Remove.
5842         * valprint.h (print_function_pointer_address): Declare.
5843
5844 2012-03-01  Joel Brobecker  <[email protected]>
5845
5846         * NEWS: Document the fact that one can provide a condition when
5847         creating an Ada exception catchpoint.
5848
5849 2012-03-01  Tom Tromey  <[email protected]>
5850
5851         * valprint.c (val_print_type_code_flags): Fix placement of
5852         trailing brace.
5853
5854 2012-03-01  Joel Brobecker  <[email protected]>
5855
5856         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
5857         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
5858         environment variable before calling update-copyright.
5859
5860 2012-03-01  Joel Brobecker  <[email protected]>
5861
5862         * gnulib/extra/update-copyright: Update to the latest from
5863         gnulib's git repository.
5864         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
5865         variable to 2 instead of 1.
5866
5867 2012-02-29  Joel Brobecker  <[email protected]>
5868
5869         * varobj.c (c_value_of_variable): Remove dead code.
5870
5871 2012-02-29  Joel Brobecker  <[email protected]>
5872
5873         * ada-lex.p (processId): Do not modify already encoded IDs.
5874         Update function documentation.
5875
5876 2012-02-29  Joel Brobecker  <[email protected]>
5877
5878         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
5879         "name" with "struct symbol *name_sym".
5880         * ada-exp.y (write_var_or_type): Update call to
5881         ada_find_renaming_symbol.
5882         "name" with "struct symbol *name_sym". Adjust Implementation
5883         accordingly.  Adjust the function documentation.
5884
5885 2012-02-29  Joel Brobecker  <[email protected]>
5886
5887         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
5888         * ada-lang.c (ada_find_any_type): Add advance declaration.
5889         Make static.  Replace ada_find_any_symbol by
5890         ada_find_any_type_symbol.
5891         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
5892         Improve function description.  Make static.
5893         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
5894         Replace ada_find_any_symbol by ada_find_any_type_symbol.
5895
5896 2012-02-29  Joel Brobecker  <[email protected]>
5897
5898         * ada-lang.c (struct tag_args): Delete.
5899         (ada_get_tsd_type): Function body moved up in source file.
5900         (ada_tag_name_1, ada_tag_name_2): Delete.
5901         (ada_get_tsd_from_tag): New function.
5902         (ada_tag_name_from_tsd): New function.
5903         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
5904         to determine the tag name.
5905
5906 2012-02-29  Joel Brobecker  <[email protected]>
5907
5908         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
5909         declaration.
5910         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
5911         function.
5912
5913 2012-02-29  Joel Brobecker  <[email protected]>
5914
5915         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
5916
5917 2012-02-29  Joel Brobecker  <[email protected]>
5918
5919         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
5920         full searches.
5921
5922 2012-02-29  Joel Brobecker  <[email protected]>
5923
5924         * ada-lang.c (constrained_packed_array_type): If there is a
5925         parallel XA type, use it to determine the array index type.
5926
5927 2012-02-29  Joel Brobecker  <[email protected]>
5928
5929         * ada-valprint.c (ada_val_print_1): If our value is a reference
5930         to an array descriptor, dereference it before converting it
5931         to a simple array.
5932
5933 2012-02-29  Joel Brobecker  <[email protected]>
5934
5935         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
5936         creating fixed value.
5937         (ada_value_ind, ada_coerce_ref, assign_component)
5938         (ada_evaluate_subexp): Remove call to unwrap_value before
5939         call to ada_to_fixed_value.
5940
5941 2012-02-29  Joel Brobecker  <[email protected]>
5942
5943         * ada-lang.c (to_fixed_array_type): Set result's type name.
5944
5945 2012-02-29  Joel Brobecker  <[email protected]>
5946
5947         * ada-lang.c (catch_ada_exception_command_split): Add new
5948         argument cond_string.  Add support for condition at end of
5949         "catch exception" commands.
5950         (ada_decode_exception_location): Add new argument cond_string.
5951         Update call to catch_ada_exception_command_split.
5952         (create_ada_exception_catchpoint): Add new argument cond_string.
5953         Set the breakpoint condition if needed.
5954         (catch_ada_exception_command): Update call to
5955         ada_decode_exception_location.
5956         (ada_decode_assert_location): Add function documentation.
5957         Add support for condition at end of "catch assert" command.
5958         (catch_assert_command): Update calls to ada_decode_assert_location
5959         and create_ada_exception_catchpoint.
5960
5961 2012-02-29  Jan Kratochvil  <[email protected]>
5962
5963         Fix disp-step-syscall.exp: fork: single step over fork.
5964         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
5965         (i386_linux_get_syscall_number_from_regcache): ... here, new function
5966         comment, change parameters gdbarch and ptid to regcache.  Remove
5967         parameter regcache, initialize gdbarch from regcache here.
5968         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
5969         New functions.
5970         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
5971         instead.
5972         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
5973         'syscall'.  Make the 'int' check more strict.
5974
5975 2012-02-29  Jan Kratochvil  <[email protected]>
5976
5977         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
5978         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
5979         (i386_linux_intx80_sysenter_syscall_record): ... here.
5980         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
5981         Use the renamed function name.
5982
5983 2012-02-29  Jan Kratochvil  <[email protected]>
5984
5985         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
5986         * breakpoint.c (until_break_command): Likewise.
5987         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
5988         * infcall.c (call_function_by_hand): Likewise.
5989         * infcmd.c (finish_forward): Likewise.
5990         * infrun.c (insert_exception_resume_breakpoint): Likewise.
5991
5992 2012-02-28  Tristan Gingold  <[email protected]>
5993
5994         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
5995         avoid variable assignments inside condition.
5996
5997 2012-02-28  Jan Kratochvil  <[email protected]>
5998
5999         Fix static analysis issue found by cppcheck.
6000         * microblaze-tdep.c (microblaze_extract_return_value): Fix
6001         uninitialized BUF for size 2.
6002
6003 2012-02-27  Chris Dearman  <[email protected]>
6004             Nathan Froyd  <[email protected]>
6005             Maciej W. Rozycki  <[email protected]>
6006
6007         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
6008         (mips16_instruction_has_delay_slot): Likewise.
6009         (mips_segment_boundary): Likewise.
6010         (mips_adjust_breakpoint_address): Likewise.
6011         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
6012
6013 2012-02-27  Maciej W. Rozycki  <[email protected]>
6014             Maciej W. Rozycki  <[email protected]>
6015
6016         * infrun.c (handle_inferior_event): Don't proceed through
6017         shared library trampolines if stepping at the machine
6018         instruction level.
6019
6020 2012-02-27  Maciej W. Rozycki  <[email protected]>
6021
6022         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
6023         too.
6024
6025 2012-02-27  Thomas Schwinge  <[email protected]>
6026
6027         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
6028         (sh_stub_unwind_sniffer): New functions.
6029         (sh_stub_unwind): New variable.
6030         (sh_gdbarch_init): Wire everything.
6031
6032 2012-02-27  Pedro Alves  <[email protected]>
6033
6034         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
6035         (linux_nat_post_attach_wait): Adjust to use
6036         linux_proc_pid_is_stopped.
6037         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
6038         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
6039         based on pid_is_stopped from both linux-nat.c and
6040         gdbserver/linux-low.c, and renamed.
6041
6042 2012-02-24  Maciej W. Rozycki  <[email protected]>
6043
6044         * remote.c (remote_watchpoint_addr_within_range): New function.
6045         (init_remote_ops): Use it.
6046
6047 2012-02-24  Maciej W. Rozycki  <[email protected]>
6048
6049         * target.h (target_watchpoint_addr_within_range): Document macro.
6050
6051 2012-02-24  Pedro Alves  <[email protected]>
6052
6053         * stack.c (set_last_displayed_sal): Issue internal_error instead
6054         of warning, and issue it after clearing the last displayed sal.
6055
6056 2012-02-24  Jan Kratochvil  <[email protected]>
6057             Pedro Alves  <[email protected]>
6058
6059         * breakpoint.c (until_break_command): Install breakpoints after
6060         all frame manipulations.
6061
6062 2012-02-24  Luis Machado  <[email protected]>
6063
6064         * remote.c (remote_supports_cond_breakpoints): New forward
6065         declaration.
6066         (remote_add_target_side_condition): New function.
6067         (remote_insert_breakpoint): Add target-side breakpoint
6068         conditional if supported.
6069         (remote_insert_hw_breakpoint): Likewise.
6070         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
6071         hook.
6072
6073         * target.c (update_current_target): Inherit
6074         to_supports_evaluation_of_breakpoint_conditions.
6075         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
6076
6077         * target.h (struct target_ops)
6078         <to_supports_evaluation_of_breakpoint_conditions>: New field.
6079         (target_supports_evaluation_of_breakpoint_conditions): New #define.
6080
6081         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
6082         (condition_evaluation_both, condition_evaluation_auto,
6083         condition_evaluation_host, condition_evaluation_target,
6084         condition_evaluation_enums, condition_evaluation_mode_1,
6085         condition_evaluation_mode): New static globals.
6086         (translate_condition_evaluation_mode): New function.
6087         (breakpoint_condition_evaluation_mode): New function.
6088         (gdb_evaluates_breakpoint_condition_p): New function.
6089         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
6090         (mark_breakpoint_modified): New function.
6091         (mark_breakpoint_location_modified): New function.
6092         (set_condition_evaluation_mode): New function.
6093         (show_condition_evaluation_mode): New function.
6094         (bp_location_compare_addrs): New function.
6095         (get_first_location_gte_addr): New helper function.
6096         (set_breakpoint_condition): Free condition bytecode if locations
6097         has become unconditional.  Call mark_breakpoint_modified (...).
6098         (condition_command): Call update_global_location_list (1) for
6099         breakpoints.
6100         (breakpoint_xfer_memory): Use is_breakpoint (...).
6101         (is_breakpoint): New function.
6102         (parse_cond_to_aexpr): New function.
6103         (build_target_condition_list): New function.
6104         (insert_bp_location): Handle target-side conditional
6105         breakpoints and call build_target_condition_list (...).
6106         (update_inserted_breakpoint_locations): New function.
6107         (insert_breakpoint_locations): Handle target-side conditional
6108         breakpoints.
6109         (bpstat_check_breakpoint_conditions): Add comment.
6110         (bp_condition_evaluator): New function.
6111         (bp_location_condition_evaluator): New function.
6112         (print_breakpoint_location): Print information on where the condition
6113         will be evaluated.
6114         (print_one_breakpoint_location): Likewise.
6115         (init_bp_location): Call mark_breakpoint_location_modified (...) for
6116         breakpoint location.
6117         (force_breakpoint_reinsertion): New functions.
6118         (update_global_location_list): Handle target-side breakpoint
6119         conditions.
6120         Reinsert locations that are already inserted if conditions have
6121         changed.
6122         (bp_location_dtor): Free agent expression bytecode.
6123         (disable_breakpoint): Call mark_breakpoint_modified (...).
6124         Call update_global_location_list (...) with parameter 1 for breakpoints.
6125         (disable_command): Call mark_breakpoint_location_modified (...).
6126         Call update_global_location_list (...) with parameter 1 for breakpoints.
6127         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
6128         (enable_command): mark_breakpoint_location_modified (...).
6129         (_initialize_breakpoint): Update documentation and add
6130         condition-evaluation breakpoint subcommand.
6131
6132         * breakpoint.h: Include ax.h.
6133         (condition_list): New data structure.
6134         (condition_status): New enum.
6135         (bp_target_info) <cond_list>: New field.
6136         (bp_location) <condition_changed, cond_bytecode>: New fields.
6137         (is_breakpoint): New prototype.
6138
6139 2012-02-24  Luis Machado  <[email protected]>
6140
6141         * remote.c (remote_state) <cond_breakpoints>: New field.
6142         (PACKET_ConditionalBreakpoints): New enum.
6143         (remote_cond_breakpoint_feature): New function.
6144         (remote_protocol_features): Add new ConditionalBreakpoints entry.
6145         (remote_supports_cond_breakpoints): New function.
6146         (_initialize_remote): Add new packet configuration for
6147         target-side conditional breakpoints.
6148
6149 2012-02-24  Luis Machado  <[email protected]>
6150
6151         * NEWS: Mention target-side conditional breakpoint support,
6152         new condition-evaluation breakpoint subcommand and remote
6153         packet extensions.
6154
6155 2012-02-24  Luis Machado  <[email protected]>
6156
6157         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
6158         number.
6159
6160 2012-02-24  Thomas Schwinge  <[email protected]>
6161
6162         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
6163         (after_prologue): Remove.
6164
6165 2012-02-23  Tom Tromey  <[email protected]>
6166
6167         * jv-valprint.c (java_val_print): Remove dead code.
6168
6169 2012-02-23  Tristan Gingold  <[email protected]>
6170
6171         * ada-tasks.c (struct ada_tasks_inferior_data): Add
6172         known_tasks_element and known_tasks_length fields.
6173         (read_known_tasks_array): Change argument type.  Use pointer type
6174         and number of elements from DATA.  Adjust.
6175         (read_known_tasks_list): Likewise.
6176         (get_known_tasks_addr): Remove.
6177         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
6178         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
6179         type and array length.  Merge former get_known_tasks_addr code.
6180
6181 2012-02-23  Jan Kratochvil  <[email protected]>
6182
6183         PR backtrace/13716
6184         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
6185         it after set_momentary_breakpoint.
6186
6187 2012-02-22  Sterling Augustine  <[email protected]>
6188
6189         PR 13689:
6190         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
6191
6192 2012-02-22  Gary Benson  <[email protected]>
6193
6194         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
6195         (find_slot_in_mapped_hash): Likewise.
6196
6197 2012-02-21  Jan Kratochvil  <[email protected]>
6198
6199         PR build/13638
6200         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
6201         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
6202         * configure: Regenerate.
6203
6204 2012-02-21  Tristan Gingold  <[email protected]>
6205             Pedro Alves  <[email protected]>
6206
6207         * ia64-tdep.c: Do not include libunwind-ia64.h.
6208         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
6209         Include libunwind-ia64.h instead of libunwind.h.
6210         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
6211         for libunwind.h existence.
6212         * configure, config.in: Regenerate.
6213
6214 2012-02-21  Anton Gorenkov  <[email protected]>
6215
6216         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
6217         instead of value_rtti_target_type.
6218         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
6219         instead of value_rtti_target_type.
6220         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
6221         value_rtti_target_type.
6222         * valops.c (value_ind): Extract function readjust_indirect_value_type.
6223         (value_rtti_target_type): Rename to ...
6224         (value_rtti_indirect_type): ... here and make it indirect.  Update
6225         function comment.
6226         * value.c (readjust_indirect_value_type): New function.
6227         (coerce_ref): Support for enclosing type setting for references
6228         with readjust_indirect_value_type.
6229         * value.h (readjust_value_type): New declaration.
6230         (value_rtti_target_type): Rename to ...
6231         (value_rtti_indirect_type): ... here.
6232
6233 2012-02-21  Anton Gorenkov  <[email protected]>
6234
6235         * MAINTAINERS (Write After Approval): Add myself to the list.
6236
6237 2012-02-20  Doug Evans  <[email protected]>
6238
6239         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
6240         Rename objfile_p_char parameter to objfilep.
6241         (build_objfile_section_table): Result is now void.  All callers
6242         updated.
6243         * objfiles.h (struct objfile): Tweak comments, whitespace.
6244         (build_objfile_section_table): Update.
6245
6246         * elfread.c (elf_symfile_segments): Fix warning text.
6247
6248 2012-02-20  Tom Tromey  <[email protected]>
6249
6250         PR gdb/13498:
6251         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
6252         particular set of file names once.
6253         (dw2_map_symbol_filenames): Likewise.
6254
6255 2012-02-20  Jan Kratochvil  <[email protected]>
6256
6257         Code cleanup.
6258         * main.c (write_files): Remove the declaration.
6259         (external_editor_command): Move the declaration ...
6260         [GDBTK] (external_editor_command): ... here.  Fix the comment.
6261
6262 2012-02-20  Tom Tromey  <[email protected]>
6263
6264         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
6265         extraneous block.
6266
6267 2012-02-20  Tristan Gingold  <[email protected]>
6268
6269         * darwin-nat.h (enum darwin_msg_state): Add comments.
6270
6271 2012-02-20  Tristan Gingold  <[email protected]>
6272
6273         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
6274         value.
6275
6276 2012-20-18  Joel Brobecker  <[email protected]>
6277
6278         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
6279         between function description and implementation.
6280
6281 2012-02-17  Tom Tromey  <[email protected]>
6282
6283         PR python/12070:
6284         * python/py-event.c (event_object_getset): New global.
6285         (event_object_type): Reference it.
6286         * python/py-type.c (field_object_getset): New global.
6287         (field_object_type): Reference it.
6288         * python/python-internal.h (gdb_py_generic_dict): Declare.
6289         * python/py-utils.c (gdb_py_generic_dict): New function.
6290
6291 2012-02-17  Tristan Gingold  <[email protected]>
6292
6293         * solib-darwin.c (darwin_current_sos): Check magic and filetype
6294
6295 2012-02-17  Thomas Schwinge  <[email protected]>
6296
6297         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
6298         TYPE_CALLING_CONVENTION annotation.
6299
6300 2012-02-16  Kevin Buettner  <[email protected]>
6301
6302         * MAINTAINERS: Add rx to target ISA section.
6303         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
6304         (ALLDEPFILES): Add rx-tdep.c.
6305
6306 2012-02-16  Tom Tromey  <[email protected]>
6307
6308         * symfile.c (symbol_file_add_main_1): Use inferior's
6309         symfile_flags.
6310         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
6311         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
6312         inferior.
6313         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
6314         inferior.
6315         (follow_exec): Use inferior's symfile_flags.
6316         * inferior.h (struct inferior) <symfile_flags>: New field.
6317
6318 2012-02-16  Mike Frysinger  <[email protected]>
6319
6320         PR gdb/9734:
6321         * remote-sim.c (gdbsim_create_inferior): Call error() when
6322         sim_create_inferior() fails.
6323
6324 2012-02-16  Josh Matthews  <[email protected]>
6325
6326         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
6327
6328 2012-02-16  Tom Tromey  <[email protected]>
6329
6330         PR c++/13653:
6331         * thread.c (struct current_thread_cleanup) <was_removable>: New
6332         field.
6333         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
6334         (make_cleanup_restore_current_thread): Initialize new field.
6335
6336 2012-02-15  Kevin Buettner  <[email protected]>
6337
6338         * MAINTAINERS: Add rl78 to target ISA section.
6339         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
6340         (ALLDEPFILES): Add rl78-tdep.c.
6341         * NEWS: Mention rl78 as a new target.
6342
6343 2012-02-15  Aleksandar Ristovski  <[email protected]>
6344
6345         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
6346         data.
6347         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
6348
6349 2012-02-15  Tom Tromey  <[email protected]>
6350
6351         PR gdb/12659:
6352         * infcmd.c (registers_info): Print just the current register's
6353         name.
6354
6355 2012-02-15  Tom Tromey  <[email protected]>
6356
6357         * python/py-symbol.c (sympy_value): Use _().
6358
6359 2012-02-15  Pedro Alves  <[email protected]>
6360
6361         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
6362         output to be like native targets'.
6363         (remote_pid_to_str): Special case the null ptid.
6364
6365 2012-02-14  Stan Shebs  <[email protected]>
6366
6367         * NEWS: Mention enable count command.
6368         * breakpoint.h (struct breakpoint): New field enable_count.
6369         * breakpoint.c (enable_breakpoint_disp): Add count argument.
6370         (enable_breakpoint): Add arg to call.
6371         (struct disp_data): New struct.
6372         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
6373         (do_map_enable_once_breakpoint): Create a struct and pass it.
6374         (do_map_enable_delete_breakpoint): Ditto.
6375         (do_map_enable_count_breakpoint): New function.
6376         (enable_count_command): New function.
6377         (bpstat_stop_status): Decrement enable_count.
6378         (print_one_breakpoint_location): Report enable count.
6379         (_initialize_breakpoint): Add enable count command.
6380
6381 2012-02-14  Kevin Buettner  <[email protected]>
6382
6383         * rl78-tdep.c (reggroups.h): Include.
6384         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
6385         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
6386         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
6387         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
6388         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
6389         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
6390         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
6391         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
6392         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
6393         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
6394         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
6395         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
6396         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
6397         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
6398         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
6399         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
6400         beginning of register list.
6401         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
6402         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
6403         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
6404         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
6405         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
6406         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
6407         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
6408         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
6409         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
6410         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
6411         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
6412         the pseudo registers.  Rearrange other pseudo registers too so
6413         that the bank registers appear at the end.
6414         (rl78_register_type): Account for the fact that the byte sized
6415         bank registers are now pseudo-registers.
6416         (rl78_register_name): Rearrange the register name array.  Make
6417         initial set of raw banked registers inaccessible.
6418         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
6419         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
6420         case for copying bytes back and forth between raw and pseudo
6421         versions of the banked registers.  Update other cases to reflect
6422         the changed names.
6423         (rl78_return_value): Update to account for changed names of
6424         raw registers.
6425         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
6426         rl78_register_sim_regno().
6427
6428 2012-02-14  Kevin Buettner  <[email protected]>
6429
6430         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
6431         the name parameter being passed to find_pc_partial_function().
6432
6433 2012-02-14  Jan Kratochvil  <[email protected]>
6434
6435         * MAINTAINERS: Step down from being ia64 target maintainer.
6436
6437 2012-02-12  Jan Kratochvil  <[email protected]>
6438
6439         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
6440         compilation warning.
6441
6442 2012-02-12  Jan Kratochvil  <[email protected]>
6443
6444         Fix crash on loaded shlibs without loaded exec_bfd.
6445         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
6446         (set_section_command): Replace exec_bfd by p->bfd.
6447
6448 2012-02-10  Tom Tromey  <[email protected]>
6449
6450         * linespec.c (decode_line_internal): Skip symtabs_from_filename
6451         when we have a C++ qualified name.
6452
6453 2012-02-10  Pedro Alves  <[email protected]>
6454
6455         * inferior.c (inferior_pid_to_str): New.
6456         (print_inferior, inferior_command): Use it.
6457
6458 2012-02-10  Pedro Alves  <[email protected]>
6459
6460         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
6461         the test CFLAGS.
6462         * configure: Regenerate.
6463
6464 2012-02-10  Jan Kratochvil  <[email protected]>
6465
6466         * linespec.c (decode_line_internal): Fix comment correctness.
6467
6468 2012-02-09  Valery Khromov  <[email protected]>
6469
6470         PR gdb/12953
6471         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
6472         * amd64bsd-nat.c: Add support for debug registers (adapted from
6473         i386bsd-nat.c).
6474         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
6475         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
6476         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
6477         (amd64bsd_dr_get_control): New functions.
6478         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
6479         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
6480         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
6481         watchpoints initialization.
6482         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
6483
6484 2012-02-09  Jan Kratochvil  <[email protected]>
6485
6486         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
6487         flds_bnds.fields.
6488         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
6489
6490 2012-02-09  Jan Kratochvil  <[email protected]>
6491
6492         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
6493
6494 2012-02-08  Joel Brobecker  <[email protected]>
6495
6496         * language.h (symbol_name_cmp_ftype): Renames
6497         symbol_name_match_p_ftype.
6498         (struct language_defn)[la_get_symbol_name_cmp]: Renames
6499         la_get_symbol_name_match_p.
6500         * ada-lang.c (ada_get_symbol_name_cmp): Renames
6501         ada_get_symbol_name_match_p.  Update comment.
6502         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
6503         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
6504         Renames symbol_name_match_p.  Update field type.
6505         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
6506         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
6507         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
6508         "la_get_symbol_name_cmp" in comments.
6509         * language.c: Likewise.
6510
6511 2012-02-08  Rainer Orth  <[email protected]>
6512
6513         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
6514         %eflags offset.
6515         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
6516         (amd64_sol2_gregset32_reg_offs): Likewise.
6517
6518 2012-02-08  Joel Brobecker  <[email protected]>
6519
6520         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
6521         of the returned BFD is allocated by GDB.
6522
6523 2012-02-07  Tom Tromey  <[email protected]>
6524
6525         PR python/12027:
6526         * python/python-internal.h (frame_object_type): Declare.
6527         * python/py-symbol.c (sympy_needs_frame): New function.
6528         (sympy_value): New function.
6529         (symbol_object_getset): Add "needs_frame".
6530         (symbol_object_methods): Add "value".
6531         * python/py-frame.c (frame_object_type): No longer static.
6532
6533 2012-02-07  Tom Tromey  <[email protected]>
6534
6535         PR python/13599:
6536         * python/py-symbol.c (sympy_line): New function.
6537         (symbol_object_getset): Add "line".
6538
6539 2012-02-07  Tom Tromey  <[email protected]>
6540
6541         * charset.c (find_charset_names): Check 'in' against NULL.
6542
6543 2012-02-06  Doug Evans  <[email protected]>
6544
6545         * gdbtypes.h (struct main_type): Change type of name,tag_name,
6546         and fields.name members from char * to const char *.  All uses updated.
6547         (struct cplus_struct_type): Change type of fn_fieldlists.name member
6548         from char * to const char *.  All uses updated.
6549         (type_name_no_tag): Update.
6550         (lookup_unsigned_typename, lookup_signed_typename): Update.
6551         * gdbtypes.c (type_name_no_tag): Change result type
6552         from char * to const char *.  All callers updated.
6553         (lookup_unsigned_typename, lookup_signed_typename): Change type of
6554         name parameter from char * to const char *.
6555         * symtab.h (struct cplus_specific): Change type of demangled_name
6556         member from char * to const char *.  All uses updated.
6557         (struct general_symbol_info): Change type of name and
6558         mangled_lang.demangled_name members from char * to const char *.
6559         All uses updated.
6560         (symbol_get_demangled_name, symbol_natural_name): Update.
6561         (symbol_demangled_name, symbol_search_name): Update.
6562         * symtab.c (symbol_get_demangled_name): Change result type
6563         from char * to const char *.  All callers updated.
6564         (symbol_natural_name, symbol_demangled_name): Ditto.
6565         (symbol_search_name): Ditto.
6566         (completion_list_add_name): Change type of symname,sym_text,
6567         text,word parameters from char * to const char *.
6568         (completion_list_objc_symbol): Change type of sym_text,
6569         text,word parameters from char * to const char *.
6570         * ada-lang.c (find_struct_field): Change type of name parameter
6571         from char * to const char *.
6572         (encoded_ordered_before): Similarly for N0,N1 parameters.
6573         (old_renaming_is_invisible): Similarly for function_name parameter.
6574         (ada_type_name): Change result type from char * to const char *.
6575         All callers updated.
6576         * ada-lang.h (ada_type_name): Update.
6577         * buildsym.c (hashname): Change type of name parameter
6578         from char * to const char *.
6579         * buildsym.h (hashname): Update.
6580         * dbxread.c (end_psymtab): Change type of include_list parameter
6581         from char ** to const char **.
6582         * dwarf2read.c (determine_prefix): Change result type
6583         from char * to const char *.  All callers updated.
6584         * f-lang.c (find_common_for_function): Change type of name, funcname
6585         parameters from char * to const char *.
6586         * f-lang.c (find_common_for_function): Update.
6587         * f-valprint.c (list_all_visible_commons): Change type of funcname
6588         parameters from char * to const char *.
6589         * gdbarch.sh (static_transform_name): Change type of name parameter
6590         and result from char * to const char *.
6591         * gdbarch.c: Regenerate.
6592         * gdbarch.h: Regenerate.
6593         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
6594         of name parameter from char * to const char *.
6595         * jv-lang.c (java_primitive_type_from_name): Ditto.
6596         (java_demangled_signature_length): Similarly for signature parameter.
6597         (java_demangled_signature_copy): Ditto.
6598         (java_demangle_type_signature): Ditto.
6599         * jv-lang.h (java_primitive_type_from_name): Update.
6600         (java_demangle_type_signature): Update.
6601         * objc-lang.c (specialcmp): Change type of a,b parameters
6602         from char * to const char *.
6603         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
6604         from char * to const char *.  All callers updated.
6605         * p-lang.h (is_pascal_string_type): Update.
6606         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
6607         of name parameter from char * to const char *.
6608         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
6609         * utils.c (fprintf_symbol_filtered): Ditto.
6610         * defs.h (fprintf_symbol_filtered): Update.
6611         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
6612         * stabsread.h (end_psymtab): Update.
6613         * stack.c (find_frame_funname): Change type of funname parameter
6614         from char ** to const char **.
6615         * stack.h (find_frame_funname): Update.
6616         * typeprint.c (type_print): Change type of varstring parameter
6617         from char * to const char *.
6618         * value.h (type_print): Update.
6619         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
6620         from char * to const char *.  All callers updated.
6621         (xcoff_end_psymtab): Change type of include_list parameter
6622         from char ** to const char **.  All callers updated.
6623         (swap_sym): Similarly for name parameter.  All callers updated.
6624         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
6625         Use xstrdup.
6626         (process_coff_symbol): Use xstrdup.
6627         * stabsread.c (stabs_method_name_from_physname): Renamed from
6628         update_method_name_from_physname.  Change result type from void
6629         to char *.  All callers updated.
6630         (read_member_functions): In has_destructor case, store name in objfile
6631         obstack instead of malloc space.  In !has_stub case, fix mem leak.
6632
6633 2012-02-06  Luca Pizzamiglio  <[email protected]>
6634
6635         * configure: Rebuild.
6636         * configure.ac: Put -L../bfd and -L../libiberty at the front of
6637         LDFLAGS.
6638
6639 2012-02-03  Kevin Buettner  <[email protected]>
6640
6641         * configure.tgt (rl78-*-elf): New target.
6642         * rl78-tdep.c: New file.
6643
6644 2012-02-03  Philippe Waroquiers  <[email protected]>
6645
6646         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
6647         and continue the loop.  Add QUIT statement.
6648
6649 2012-02-03  Tom Tromey  <[email protected]>
6650
6651         PR gdb/13596:
6652         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
6653         bfd_lookup_symbol_from_symtab.
6654         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
6655         gdb_bfd_lookup_symbol_from_symtab.
6656
6657 2012-02-03  Joel Brobecker  <[email protected]>
6658
6659         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
6660         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
6661         symbol.  Add assertion that sym2 is never NULL.
6662
6663 2012-02-02  Doug Evans  <[email protected]>
6664
6665         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
6666         "name" parameter to const char ** from char **.  All callers updated.
6667         (find_pc_partial_function): Ditto.
6668         (cache_pc_function_name): Change type to const char * from char *.
6669         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
6670         (find_pc_partial_function): Update.
6671         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
6672         type of "name" parameter to const char * from char *.
6673         All uses updated.
6674         * arch-utils.c (generic_in_solib_return_trampoline): Change
6675         type of "name" parameter to const char * from char *.
6676         * arch-utils.h (generic_in_solib_return_trampoline): Update.
6677         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
6678         type of "name" parameter to const char * from char *.
6679         * gdbarch.sh (in_solib_return_trampoline): Ditto.
6680         * gdbarch.c: Regenerate.
6681         * gdbarch.h: Regenerate.
6682         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
6683         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
6684         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
6685         type of "name" parameter to const char * from char *.
6686         * skip.c (skip_function_pc): Ditto.
6687         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
6688         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
6689         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
6690         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
6691         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
6692         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
6693         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
6694         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
6695         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
6696
6697 2012-02-02  Pedro Alves  <[email protected]>
6698
6699         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
6700         the current inferior has no execution.  Make sure the current
6701         remote process matches gdb's current inferior.
6702
6703 2012-02-02  Tom Tromey  <[email protected]>
6704
6705         PR gdb/13405:
6706         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
6707         read-only memory.
6708
6709 2012-02-02  Tom Tromey  <[email protected]>
6710
6711         PR gdb/9307:
6712         * symtab.c (lookup_language_this): Set block_found.
6713
6714 2012-02-01  Tom Tromey  <[email protected]>
6715
6716         PR gdb/13431:
6717         * jit.c (struct jit_inferior_data): Rewrite.
6718         (struct jit_objfile_data): New.
6719         (get_jit_objfile_data): New function.
6720         (add_objfile_entry): Update.
6721         (jit_read_descriptor): Return int.  Replace descriptor_addr
6722         argument with inf_data.  Update.  Don't call error.
6723         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
6724         descriptor here.
6725         (jit_inferior_init): Don't look up descriptor.  Don't call error.
6726         (jit_reset_inferior_data_and_breakpoints)
6727         (jit_inferior_created_observer): Remove.
6728         (jit_inferior_exit_hook): Update.
6729         (jit_executable_changed_observer): Remove.
6730         (jit_event_handler): Update.
6731         (free_objfile_data): Reset inferior data if needed.
6732         (_initialize_jit): Update.
6733
6734 2012-02-01  Tom Tromey  <[email protected]>
6735
6736         * jit.c (bfd_open_from_target_memory): Move higher in file.
6737
6738 2012-02-01  Tristan Gingold  <[email protected]>
6739
6740         * libunwind-frame.c (libunwind_load): Display message if dlopen
6741         failed.
6742
6743 2012-02-01  Gary Benson  <[email protected]>
6744
6745         * symtab.h (symbol_found_callback_ftype): New typedef.
6746         (iterate_over_symbols): Use the above.
6747         * symtab.c (iterate_over_symbols): Likewise.
6748         * language.h (language_defn->la_iterate_over_symbols): Likewise.
6749         * ada-lang.c (ada_iterate_over_symbols): Likewise.
6750         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
6751         (iterate_name_matcher): Document return values.
6752         (collect_one_symbol): Likewise.
6753         (collect_function_symbols): Likewise.
6754         (collect_symbols): Likewise.
6755
6756 2012-02-01  Tom Tromey  <[email protected]>
6757
6758         * ada-lang.c (resolve_subexp): Update.
6759         (ada_lookup_symbol_list): Add 'full_search' argument.
6760         (ada_iterate_over_symbols): Pass 0 as full_search argument to
6761         ada_lookup_symbol_list.
6762         (ada_lookup_encoded_symbol): Update.
6763         (get_var_value): Update.
6764         * ada-exp.y (block_lookup): Update.
6765         (write_var_or_type): Update.
6766         (write_name_assoc): Update.
6767         * ada-lang.h (ada_lookup_symbol_list): Update.
6768
6769 2012-01-31  Tom Tromey  <[email protected]>
6770
6771         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
6772         comment.
6773
6774 2012-01-31  Doug Evans  <[email protected]>
6775
6776         * symtab.h: Remove outdated comment.
6777         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
6778
6779 2012-02-01  Josh Matthews  <[email protected]>  (tiny change)
6780
6781         Fix build error in Darwin port.
6782         * i386-darwin-nat.c: Include i386-nat.h.
6783
6784 2012-01-30  Tom Tromey  <[email protected]>
6785
6786         PR breakpoints/13568:
6787         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
6788         argument.  Check for recursive includes.
6789         (dwarf_decode_macros): Create an include hash.
6790
6791 2012-01-30  Michael Eager  <[email protected]>
6792
6793         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
6794         * ppc-linux-tdep.c: Include glibc-tdep.h.
6795         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
6796         (powerpc_linux_in_plt_stub): New function.
6797         (powerpc_linux_in_dynsym_resolve_code): New function.
6798         (ppc_skip_trampoline_code): New function.
6799         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
6800         Use glibc_skip_solib_resolver.
6801
6802 2012-01-28  Jan Kratochvil  <[email protected]>
6803
6804         Code cleanup: Make 1440 bytes of data segment read-only.
6805         * arch-utils.c (endian_enum): Make it const char *const [].
6806         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
6807         Likewise.
6808         * breakpoint.c (always_inserted_enums): Likewise.
6809         * cli/cli-cmds.c (script_ext_enums): Likewise.
6810         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
6811         enumlist parameter const char *const *.
6812         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
6813         const char *const *.
6814         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
6815         parameter const char *const *.
6816         * cris-tdep.c (cris_modes): Make it const char *const [].
6817         * filesystem.c (target_file_system_kinds): Likewise.
6818         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
6819         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
6820         (can_use_displaced_stepping_enum, scheduler_enums)
6821         (exec_direction_names): Likewise.
6822         * language.c (_initialize_language): Make the type_or_range_names and
6823         case_sensitive_names variables const char *const [].
6824         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
6825         * python/python.c (python_excp_enums): Likewise.
6826         * remote.c (interrupt_sequence_modes): Likewise.
6827         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
6828         * serial.c (logbase_enums): Likewise.
6829         * sh-tdep.c (sh_cc_enum): Likewise.
6830         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
6831         Likewise.
6832         * symtab.c (multiple_symbols_modes): Likewise.
6833         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
6834         Likewise.
6835         * utils.c (internal_problem_modes): Likewise.
6836
6837 2012-01-27  Jan Kratochvil  <[email protected]>
6838
6839         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
6840         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
6841         result.
6842
6843 2012-01-27  Doug Evans  <[email protected]>
6844
6845         * configure.ac (with_python): Fix absolute path handling for win32.
6846         * configure: Regenerate.
6847
6848 2012-01-26  Doug Evans  <[email protected]>
6849
6850         * symtab.c: Whitespace cleanup, no code changes.
6851
6852         * symtab.c (lookup_symbol_in_language): Improve comment.
6853         (lookup_symbol_aux): Fix comment.
6854
6855         * psymtab.c (add_psymbol_to_list): Result is now "void".
6856         * psympriv.h (add_psymbol_to_list): Update.
6857
6858         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
6859
6860 2012-01-26  Jan Kratochvil  <[email protected]>
6861
6862         Do not open script filenames twice.
6863         * cli/cli-cmds.c (source_script_from_stream): Pass to
6864         source_python_script also STREAM.
6865         * python/py-auto-load.c (source_section_scripts): Pass to
6866         source_python_script_for_objfile also STREAM.
6867         (auto_load_objfile_script): Pass to source_python_script_for_objfile
6868         also INPUT.
6869         * python/python-internal.h (source_python_script_for_objfile): New
6870         parameter file, rename parameter file to filename.
6871         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
6872         instead if !_WIN32.  Update the function comment.
6873         (source_python_script, source_python_script_for_objfile)
6874         (source_python_script): New parameter file, rename parameter file to
6875         filename.  Pass FILENAME to python_run_simple_file.
6876         * python/python.h (source_python_script): New parameter file, rename
6877         parameter file to filename.
6878
6879 2012-01-26  Pedro Alves  <[email protected]>
6880
6881         * corelow.c (core_has_fake_pid): Delete.
6882         (core_close): Delete references to `core_has_fake_pid'.
6883         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
6884         (core_open): Delete references to `core_has_fake_pid'.
6885         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
6886         the removed global.
6887
6888 2012-01-26  Joel Brobecker  <[email protected]>
6889
6890         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
6891         Remove language parameter from name_matcher.  Adjust the comment.
6892         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
6893         Remove language parameter.
6894         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
6895         * linespec.c (iterate_name_matcher): Likewise.
6896         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
6897         name_matcher.  Adjust call accordingly.
6898         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
6899         (maintenance_check_symtabs): Adjust type of parameter "fun".
6900         * psymtab.h (maintenance_check_symtabs): Likewise.
6901
6902 2012-01-26  Joel Brobecker  <[email protected]>
6903
6904         * language.h (symbol_name_match_p_ftype): New typedef.
6905         (struct language_defn): Replace field la_symbol_name_compare
6906         by la_get_symbol_name_match_p.
6907         * ada-lang.c (ada_get_symbol_name_match_p): New function.
6908         (ada_language_defn): Use it.
6909         * linespec.c (struct symbol_matcher_data): New type.
6910         (iterate_name_matcher): Rewrite.
6911         (iterate_over_all_matching_symtabs): Pass a pointer to
6912         a symbol_matcher_data struct to expand_symtabs_matching
6913         instead of just the lookup name.
6914         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
6915         opencl-lang.c, p-lang.c, language.c: Delete field
6916         la_symbol_name_compare, and replace by NULL for new field
6917         la_get_symbol_name_match_p.
6918         * symfile.h (struct quick_symbol_functions): Update comment.
6919
6920 2012-01-25  Tom Tromey  <[email protected]>
6921
6922         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
6923         dereferencing.
6924
6925 2012-01-24  Tom Tromey  <[email protected]>
6926
6927         PR symtab/12406:
6928         * solib.c (update_solib_list): Update the program space's
6929         added_solibs and deleted_solibs fields.
6930         * progspace.h (struct program_space) <added_solibs,
6931         deleted_solibs>: New fields.
6932         (clear_program_space_solib_cache): Declare.
6933         * progspace.c (release_program_space): Call
6934         clear_program_space_solib_cache.
6935         (clear_program_space_solib_cache): New function.
6936         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
6937         bpstat_stop_status.  Use handle_solib_event.
6938         * breakpoint.c: Include gdb_regex.h.
6939         (print_solib_event): New function.
6940         (bpstat_print): Use print_solib_event.
6941         (bpstat_stop_status): Add special case for bp_shlib_event.
6942         (handle_solib_event): New function.
6943         (bpstat_what): Use handle_solib_event.
6944         (struct solib_catchpoint): New.
6945         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
6946         (breakpoint_hit_catch_solib, check_status_catch_solib)
6947         (print_it_catch_solib, print_one_catch_solib)
6948         (print_mention_catch_solib, print_recreate_catch_solib): New
6949         functions.
6950         (catch_solib_breakpoint_ops): New global.
6951         (catch_load_or_unload, catch_load_command_1)
6952         (catch_unload_command_1): New functions.
6953         (internal_bkpt_check_status): Add special case for
6954         bp_shlib_event.
6955         (internal_bkpt_print_it): Use print_solib_event.
6956         (initialize_breakpoint_ops): Initialize
6957         catch_solib_breakpoint_ops.
6958         (_initialize_breakpoint): Register "catch load" and "catch
6959         unload".
6960         * breakpoint.h (handle_solib_event): Declare.
6961         * NEWS: Add entry for "catch load" and "catch unload".
6962
6963 2012-01-24  Tom Tromey  <[email protected]>
6964
6965         * ada-lang.c: Include gdb_vecs.h.
6966         * charset.c: Include gdb_vecs.h.
6967         * tracepoint.h: Include gdb_vecs.h.
6968         * gdb_vecs.h: New file.
6969
6970 2012-01-24  Pedro Alves  <[email protected]>
6971
6972         * breakpoint.c (breakpoint_hit_catch_fork)
6973         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
6974         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
6975         * infrun.c (inferior_has_forked, inferior_has_vforked)
6976         (inferior_has_execd, inferior_has_called_syscall): Delete.
6977         (handle_syscall_event): Get syscall_number from the execution
6978         control state's wait status.
6979         (wait_for_inferior): Don't clear syscall_number.
6980
6981 2012-01-24  Pedro Alves  <[email protected]>
6982
6983         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
6984         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
6985         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
6986         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
6987         `ws' parameter.
6988         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
6989         false for events other than TARGET_SIGNAL_TRAP.
6990         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
6991         Add `ws' parameter.
6992         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
6993         events other than TARGET_SIGNAL_TRAP.
6994         (tracepoint_breakpoint_hit): Add `ws' parameter.
6995         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
6996         parameter.
6997         (bpstat_stop_status): Same.
6998         (pc_at_non_inline_function): Same.
6999         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
7000         to pass the current event's waitstatus to bpstat_stop_status
7001         and pc_at_non_inline_function.
7002
7003 2012-01-24  Jan Kratochvil  <[email protected]>
7004
7005         Code cleanup.
7006         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
7007         Update the function comment for it.
7008         (source_script_with_search): Call make_cleanup_fclose for STREAM.
7009         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
7010         for STREAM.
7011
7012 2012-01-24  Pedro Alves  <[email protected]>
7013
7014         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
7015         outside `bs->stop' block.
7016         (bpstat_what): Rework bp_shlib_event handling.
7017         (internal_bkpt_check_status): If the breakpoint is a
7018         bp_shlib_event, then set bs->stop and bs->print if
7019         stop_on_solib_events is set.
7020
7021 2012-01-24  Gary Benson  <[email protected]>
7022
7023         Delete #if 0'd out code.
7024         * stack.c (print_frame_label_vars): Remove.
7025         (catch_info): Likewise.
7026         (_initialize_stack): Remove "info catch" command.
7027         * NEWS: Mention the above.
7028
7029 2012-01-24  Pedro Alves  <[email protected]>
7030
7031         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
7032         it.
7033         (remote_notice_new_inferior): If the remote end doesn't support
7034         the multiprocess extensions, then the PID is fake.
7035         (add_current_inferior_and_thread): New.
7036         (remote_start_remote): Use it.
7037         (extended_remote_attach_1): Adjust.
7038         (extended_remote_create_inferior_1): Use
7039         add_current_inferior_and_thread.
7040
7041 2012-01-24  Jan Kratochvil  <[email protected]>
7042
7043         Fix watchpoints to be specific for each inferior.
7044         * breakpoint.c (watchpoint_in_thread_scope): Verify also
7045         current_program_space.
7046         * i386-nat.c (i386_inferior_data_cleanup): New.
7047         (i386_inferior_data_get): Replace variable inf_data_local by an
7048         inferior_data call.
7049         (i386_use_watchpoints): Initialize i386_inferior_data.
7050         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
7051         specific iterate_over_lwps.
7052
7053 2012-01-24  Jan Kratochvil  <[email protected]>
7054
7055         Fix watchpoints across inferior fork.
7056         * amd64-linux-nat.c (update_debug_registers_callback): Update the
7057         comment for linux_nat_iterate_watchpoint_lwps.
7058         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
7059         linux_nat_iterate_watchpoint_lwps.
7060         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
7061         * i386-linux-nat.c (update_debug_registers_callback): Update the
7062         comment for linux_nat_iterate_watchpoint_lwps.
7063         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
7064         linux_nat_iterate_watchpoint_lwps.
7065         (i386_linux_prepare_to_resume): New comment on Linux kernel.
7066         * i386-nat.c: Include inferior.h.
7067         (dr_mirror): Remove.
7068         (i386_inferior_data, struct i386_inferior_data)
7069         (i386_inferior_data_get): New.
7070         (i386_debug_reg_state): Use i386_inferior_data_get.
7071         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
7072         (i386_insert_watchpoint, i386_remove_watchpoint)
7073         (i386_stopped_data_address, i386_insert_hw_breakpoint)
7074         (i386_remove_hw_breakpoint): New variable state, use
7075         i386_debug_reg_state instead of DR_MIRROR.
7076         * linux-nat.c (delete_lwp): New declaration.
7077         (num_lwps): Move here from downwards.
7078         (delete_lwp_cleanup): New.
7079         (linux_child_follow_fork): Create new child_lp, call
7080         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
7081         PTRACE_DETACH.
7082         (num_lwps): Move upwards.
7083         (linux_nat_iterate_watchpoint_lwps): New.
7084         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
7085         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
7086
7087 2012-01-24  Joel Brobecker  <[email protected]>
7088
7089         GDB 7.4 released.
7090
7091 2012-01-23  Pedro Alves  <[email protected]>
7092
7093         * top.c (caution): Rename to ...
7094         (confirm): ... this.
7095         (show_caution): Rename to ...
7096         (show_confirm): ... this.
7097         (quit_cover): Adjust.
7098         (init_main): Adjust.
7099         * top.h (caution): Rename to ...
7100         (confirm): ... this.
7101         * utils.c (internal_vproblem, defaulted_query): Adjust.
7102
7103 2012-01-23  Pedro Alves  <[email protected]>
7104
7105         * top.c (caution): Update comment.
7106         (execute_command): Don't consider the current value of `caution'.
7107
7108 2012-01-23  Jan Kratochvil  <[email protected]>
7109
7110         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
7111
7112 2012-01-23  Ulrich Weigand  <[email protected]>
7113
7114         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
7115         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
7116         * target.c (target_fileio_pwrite): Remove buffer address from
7117         debug output.
7118         (target_fileio_pread): Likewise.
7119
7120 2012-01-20  Ulrich Weigand  <[email protected]>
7121
7122         * NEWS: Document remote "info proc" and "generate-core-file".
7123
7124 2012-01-20  Ulrich Weigand  <[email protected]>
7125
7126         * gdbarch.sh (find_memory_regions): New callback.
7127         * gdbarch.c, gdbarch.h: Regenerate.
7128
7129         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
7130         callback before falling back to target method.
7131
7132         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
7133         (linux_target_install_ops): No longer install it.
7134
7135         * linux-tdep.c (linux_find_memory_regions): New function.
7136         (linux_init_abi): Install it.
7137
7138 2012-01-20  Ulrich Weigand  <[email protected]>
7139
7140         * gdbarch.sh (make_corefile_notes): New architecture callback.
7141         * gdbarch.c: Regenerate.
7142         * gdbarch.h: Likewise.
7143
7144         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
7145         before target_make_corefile_notes.  If NULL is returned, the
7146         target does not support core file generation.
7147
7148         * linux-nat.c: Include "linux-tdep.h".
7149         (find_signalled_thread, find_stop_signal): Remove.
7150         (linux_nat_do_thread_registers): Likewise.
7151         (struct linux_nat_corefile_thread_data): Likewise.
7152         (linux_nat_corefile_thread_callback): Likewise.
7153         (iterate_over_spus): Likewise.
7154         (struct linux_spu_corefile_data): Likewise.
7155         (linux_spu_corefile_callback): Likewise.
7156         (linux_spu_make_corefile_notes): Likewise.
7157         (linux_nat_collect_thread_registers): New function.
7158         (linux_nat_make_corefile_notes): Replace contents by call to
7159         linux_make_corefile_notes passing linux_nat_collect_thread_registers
7160         as native-only callback.
7161
7162         * linux-tdep.h: Include "bfd.h".
7163         (struct regcache): Add forward declaration.
7164         (linux_collect_thread_registers_ftype): New typedef.
7165         (linux_make_corefile_notes): Add prototype.
7166         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
7167         "regset.h", and "elf-bfd.h".
7168         (find_signalled_thread, find_stop_signal): New functions.
7169         (linux_spu_make_corefile_notes): Likewise.
7170         (linux_collect_thread_registers): Likewise.
7171         (struct linux_corefile_thread_data): New data structure.
7172         (linux_corefile_thread_callback): New funcion.
7173         (linux_make_corefile_notes): Likewise.
7174         (linux_make_corefile_notes_1): Likewise.
7175         (linux_init_abi): Install it.
7176
7177 2012-01-20  Ulrich Weigand  <[email protected]>
7178
7179         * gdbarch.sh (info_proc): New callback.
7180         * gdbarch.c, gdbarch.h: Regenerate.
7181
7182         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
7183         before falling back to the target info_proc callback.
7184
7185         * linux-nat.c: Do not include "cli/cli-utils.h".
7186         (linux_nat_info_proc): Remove.
7187         (linux_target_install_ops): No longer install it.
7188
7189         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
7190         (read_mapping): New function.
7191         (linux_info_proc): Likewise.
7192         (linux_init_abi): Install it.
7193
7194 2012-01-20  Ulrich Weigand  <[email protected]>
7195
7196         * defs.h (enum info_proc_what): Moved here from linux-nat.c
7197         * infcmd.c: (info_proc_cmd_1): New function.
7198         (info_proc_cmd): New function, moved here from equivalent routine
7199         orignally in linux-nat.c.
7200         (info_proc_cmd_mappings): Likewise.
7201         (info_proc_cmd_stat): Likewise.
7202         (info_proc_cmd_status): Likewise.
7203         (info_proc_cmd_cwd): Likewise.
7204         (info_proc_cmd_cmdline): Likewise.
7205         (info_proc_cmd_exe): Likewise.
7206         (info_proc_cmd_all): Likewise.
7207         (_initialize_infcmd): Install "info proc" command and subcommands.
7208
7209         * target.h (struct target_ops): Add to_info_proc.
7210         (target_info_proc): Add prototype.
7211         * target.c (target_info_proc): New function.
7212
7213         * procfs.c (procfs_info_proc): Add prototype.
7214         (info_proc_cmd): Rename into ...
7215         (procfs_info_proc): ... this.  Update argument types as appropriate
7216         for a to_info_proc implementation.  Handle "what" argument.
7217         (procfs_target): Install procfs_info_proc.
7218         (_initialize_procfs): No longer install "info proc" command.
7219
7220         * linux-nat.c: (enum info_proc_what): Remove.
7221         (linux_nat_info_proc_cmd_1): Rename into ...
7222         (linux_nat_info_proc): ... this.  Update argument types as appropriate
7223         for a to_info_proc implementation.
7224         (linux_nat_info_proc_cmd): Remove.
7225         (linux_nat_info_proc_cmd_mappings): Likewise.
7226         (linux_nat_info_proc_cmd_stat): Likewise.
7227         (linux_nat_info_proc_cmd_status): Likewise.
7228         (linux_nat_info_proc_cmd_cwd): Likewise.
7229         (linux_nat_info_proc_cmd_cmdline): Likewise.
7230         (linux_nat_info_proc_cmd_exe): Likewise.
7231         (linux_nat_info_proc_cmd_all): Likewise.
7232         (linux_target_install_ops): Install linux_nat_info_proc.
7233         (_initialize_linux_nat): No longer install "info proc" command
7234         and subcommands.
7235
7236 2012-01-20  Ulrich Weigand  <[email protected]>
7237
7238         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
7239         * config.in, configure: Regenerate.
7240
7241         * target.h (struct target_ops): Add to_fileio_readlink.
7242         (target_fileio_readlink): Add prototype.
7243         * target.c (target_fileio_readlink): New function.
7244
7245         * inf-child.c: Conditionally include <sys/param.h>.
7246         (inf_child_fileio_readlink): New function.
7247         (inf_child_target): Install it.
7248
7249         * remote.c (PACKET_vFile_readlink): New enum value.
7250         (remote_hostio_readlink): New function.
7251         (init_remote_ops): Install it.
7252         (_initialize_remote): Handle vFile:readlink packet type.
7253
7254 2012-01-20  Pedro Alves  <[email protected]>
7255             Ulrich Weigand  <[email protected]>
7256
7257         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
7258         * config.in, configure: Regenerate.
7259
7260         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
7261         to_fileio_pread, to_fileio_close, to_fileio_unlink.
7262         (target_fileio_open): Add prototype.
7263         (target_fileio_pwrite): Likewise.
7264         (target_fileio_pread): Likewise.
7265         (target_fileio_close): Likewise.
7266         (target_fileio_unlink): Likewise.
7267         (target_fileio_read_alloc): Likewise.
7268         (target_fileio_read_stralloc): Likewise.
7269
7270         * target.c: Include "gdb/fileio.h".
7271         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
7272         (default_fileio_target): New function.
7273         (target_fileio_open): Likewise.
7274         (target_fileio_pwrite): Likewise.
7275         (target_fileio_pread): Likewise.
7276         (target_fileio_close): Likewise.
7277         (target_fileio_unlink): Likewise.
7278         (target_fileio_close_cleanup): Likewise.
7279         (target_fileio_read_alloc_1): Likewise.
7280         (target_fileio_read_alloc): Likewise.
7281         (target_fileio_read_stralloc): Likewise.
7282
7283         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
7284         <fcntl.h>, and <unistd.h>.
7285         (inf_child_fileio_open_flags_to_host): New function.
7286         (inf_child_errno_to_fileio_error): Likewise.
7287         (inf_child_fileio_open): Likewise.
7288         (inf_child_fileio_pwrite): Likewise.
7289         (inf_child_fileio_pread): Likewise.
7290         (inf_child_fileio_close): Likewise.
7291         (inf_child_fileio_unlink): Likewise.
7292         (inf_child_target): Install to_fileio routines.
7293
7294         * remote.c (init_remote_ops): Install to_fileio routines.
7295
7296 2012-01-20  Pedro Alves  <[email protected]>
7297             Ulrich Weigand  <[email protected]>
7298
7299         * remote.c (remote_multi_process_p): Only check for multi-process
7300         protocol feature, do not check for extended protocol.
7301         (remote_supports_multi_process): Check for extended protocol here.
7302         (set_general_process): Likewise.
7303         (extended_remote_kill): Likewise.
7304         (remote_pid_to_str): Likewise.
7305         (remote_query_supported): Always query multiprocess mode.
7306
7307 2012-01-20  Pedro Alves  <[email protected]>
7308             Ulrich Weigand  <[email protected]>
7309
7310         * inferior.h (struct inferior): Add fake_pid_p.
7311         * inferior.c (exit_inferior_1): Clear fake_pid_p.
7312         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
7313         magic_null_ptid since the remote side doesn't provide a real PID.
7314
7315 2012-01-19  Tom Tromey  <[email protected]>
7316
7317         * NEWS: Combine the two Python sections.
7318
7319 2012-01-19  Jan Kratochvil  <[email protected]>
7320
7321         * target.h (target_close): Update comment on the target's unpush state.
7322
7323 2012-01-19  Pedro Alves  <[email protected]>
7324
7325         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
7326         linux_nat_async directly instead of going through the target
7327         vector.
7328         * target.c (unpush_target): Close target after unpushing it, not
7329         before.
7330
7331 2012-01-19  Gary Benson  <[email protected]>
7332
7333         * mdebugread.c (sort_blocks): Replace integer constants with ones
7334         derived from FIRST_LOCAL_BLOCK.
7335
7336 2012-01-18  Paul Pluzhnikov  <[email protected]>
7337             Jan Kratochvil  <[email protected]>
7338
7339         PR gdb/9538
7340         * symfile.c (find_separate_debug_file): New function.
7341         (terminate_after_last_dir_separator): Likewise.
7342         (find_separate_debug_file_by_debuglink): Also try realpath.
7343         * configure.ac (AC_CHECK_FUNCS): Add lstat.
7344         * configure: Regenerate.
7345         * config.in: Regenerate.
7346
7347 2012-01-18  Doug Evans  <[email protected]>
7348
7349         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
7350         (main.o): Remove rule.
7351         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
7352         (--with-sysroot): Rewrite.
7353         * configure: Regenerate.
7354         * config.in: Regenerate.
7355
7356 2012-01-18  Sergio Durigan Junior  <[email protected]>
7357
7358         * parse.c (initialize_expout): New function.
7359         (reallocate_expout): Likewise.
7360         (parse_exp_in_context): Use `initialize_expout' and
7361         `reallocate_expout' when appropriate.
7362
7363 2012-01-18  Pedro Alves  <[email protected]>
7364
7365         * record.c (struct record_breakpoint, record_breakpoint_p)
7366         (record_breakpoints): New.
7367         (record_insert_breakpoint, record_remove_breakpoint): Manage
7368         record breakpoints list.  Only remove breakpoints from the
7369         inferior if they had been inserted there in the first place.
7370
7371 2012-01-17  Doug Evans  <[email protected]>
7372
7373         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
7374         if we know we don't have a file name to look for.
7375
7376 2012-01-17  Pedro Alves  <[email protected]>
7377
7378         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
7379         the frame's stop reason is UNWIND_UNAVAILABLE.
7380
7381 2012-01-17  Jan Kratochvil  <[email protected]>
7382
7383         Fix compilation error.
7384         * m2-exp.y (yyerror): Use ANSI C prototype.
7385
7386 2012-01-16  Sergio Durigan Junior  <[email protected]>
7387
7388         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
7389         (growbuf_by_size): Likewise.
7390         (yyerror): Likewise.
7391         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
7392         (modblock): Remove variable (was #if 0'ed).
7393         (parse_number): Convert prototype from K&R to ANSI C.
7394         (yyerror): Likewise.
7395         * objc-exp.y (parse_number): Likewise.
7396         (yyerror): Likewise.
7397         (yylex): Remove #if 0'ed code.
7398         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
7399         (yyerror): Likewise.
7400
7401 2012-01-16  Tom Tromey  <[email protected]>
7402
7403         * NEWS: Add item.
7404         * symtab.h (compare_filenames_for_search): Declare.
7405         * symtab.c (compare_filenames_for_search): New function.
7406         (iterate_over_some_symtabs): Use it.
7407         * symfile.h (struct quick_symbol_functions)
7408         <map_symtabs_matching_filename>: Change spec.
7409         * psymtab.c (partial_map_symtabs_matching_filename): Use
7410         compare_filenames_for_search.  Update for new spec.
7411         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
7412         compare_filenames_for_search.  Update for new spec.
7413         * breakpoint.c (clear_command): Use compare_filenames_for_search.
7414
7415 2012-01-16  Tom Tromey  <[email protected]>
7416
7417         PR python/13281:
7418         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
7419         (struct main_type) <flag_flag_enum>: New field.
7420         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
7421         * NEWS: Add entries.
7422         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
7423         enums.
7424         * python/lib/gdb/printing.py (_EnumInstance): New class.
7425         (FlagEnumerationPrinter): Likewise.
7426
7427 2012-01-16  Sergio Durigan Junior  <[email protected]>
7428
7429         * breakpoint.c (create_sals_from_address_default): New function.
7430         (create_breakpoints_sal_default): Likewise.
7431         (decode_linespec_default): Likewise.
7432         (is_marker_spec): Removed.
7433         (strace_marker_p): New function.
7434         (init_breakpoint_sal): Using `strace_marker_p' instead of
7435         `is_marker_spec'.
7436         (create_breakpoint): Call method `create_sals_from_address' from
7437         breakpoint_ops, replacing code that created SALs conditionally
7438         on the type of the breakpoint.  Call method `create_breakpoints_sal',
7439         replacing code that created breakpoints conditionally on the type
7440         wanted.
7441         (base_breakpoint_create_sals_from_address): New function.
7442         (base_breakpoint_create_breakpoints_sal): Likewise.
7443         (base_breakpoint_decode_linespec): Likewise.
7444         (base_breakpoint_ops): Add methods
7445         `base_breakpoint_create_sals_from_address',
7446         `base_breakpoint_create_breakpoints_sal' and
7447         `base_breakpoint_decode_linespec'.
7448         (bkpt_create_sals_from_address): New function.
7449         (bkpt_create_breakpoints_sal): Likewise.
7450         (bkpt_decode_linespec): Likewise.
7451         (tracepoint_create_sals_from_address): Likewise.
7452         (tracepoint_create_breakpoints_sal): Likewise.
7453         (tracepoint_decode_linespec): Likewise.
7454         (strace_marker_create_sals_from_address): Likewise.
7455         (strace_marker_create_breakpoints_sal): Likewise.
7456         (strace_marker_decode_linespec): Likewise.
7457         (strace_marker_breakpoint_ops): New variable.
7458         (addr_string_to_sals): Remove `marker_spec'.  Call method
7459         `decode_linespec' from breakpoint_ops, replacing code that decoded
7460         an address string into a SAL.  Use `strace_marker_p' instead of
7461         `marker_spec'.
7462         (strace_command): Decide whether we are dealing with a static
7463         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
7464         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
7465         * breakpoint.h (linespec_result, linespec_sals): New forward
7466         declarations.
7467         (breakpoint_ops) <create_sals_from_address>,
7468         <create_breakpoints_sal>, <decode_linespec>: New methods.
7469
7470 2012-01-14  Doug Evans  <[email protected]>
7471
7472         * NEWS: Update text for "maint set python print-stack".
7473         It is deprecated in gdb 7.4 and deleted in 7.5.
7474
7475 2012-01-13  Eli Zaretskii  <[email protected]>
7476
7477         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
7478         including curses.h.
7479
7480 2012-01-12  Jan Kratochvil  <[email protected]>
7481
7482         * configure: Regenerate.
7483         * config.in: Regenerate.
7484
7485 2012-01-12  Keith Seitz  <[email protected]>
7486
7487         PR mi/10586
7488         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
7489         (ANONYMOUS_UNION_NAME): Define.
7490         (is_path_expr_parent): New function.
7491         (get_path_expr_parent): New function.
7492         (is_anonymous_child): New function.
7493         (create_child_with_value): If the child is anonymous and without
7494         a name, assign an object name to it.
7495         (c_describe_child): Use get_path_expr_parent to determine
7496         the parent expression.
7497         If there field represents an anonymous struct or union and
7498         has no name, set an appropriate display name and expression.
7499         (cplus_describe_child): Likewise.
7500
7501 2012-01-12  Pedro Alves  <[email protected]>
7502
7503         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
7504         available when %ebp is found to be zero (outermost).
7505
7506 2012-01-11  Andreas Tobler  <[email protected]>
7507
7508         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
7509         an internal gdb_static_assert.
7510         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
7511
7512 2012-01-11  Tom Tromey  <[email protected]>
7513
7514         PR gdb/9598:
7515         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
7516         catch" and "catch throw".
7517
7518 2012-01-11  Paul Hilfinger  <[email protected]>
7519
7520         * blockframe.c (block_innermost_frame): Start search from selected
7521         frame, if present, or otherwise the current frame.
7522
7523         * c-exp.y (variable): Update innermost_block for
7524         'block COLONCOLON NAME' clause.
7525         * m2-exp.y (variable): Ditto.
7526         * objc-exp.y (variable): Ditto.
7527
7528 2012-01-10  Tom Tromey  <[email protected]>
7529
7530         PR python/13199:
7531         * python/python.c (finish_python_initialization): Set sys.argv.
7532
7533 2012-01-10  Doug Evans  <[email protected]>
7534
7535         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
7536         "want_line_info".  All callers updated.
7537         (dwarf_decode_lines_1): New function.
7538         (handle_DW_AT_stmt_list): Add function comment.
7539         New arg "want_line_info".  All callers updated.
7540         (read_file_scope,read_type_unit_scope): Move comment from
7541         handle_DW_AT_stmt_list to here.
7542
7543 2012-01-10  Jan Kratochvil  <[email protected]>
7544
7545         Fix regression after libiberty/ update for GCC PR 6057 and others.
7546         * c-exp.y (operator) <OPERATOR DELETE>
7547         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
7548         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
7549         (make_builtin_type, make_name): New variable i, add gdb_assert.
7550         (operator) <OPERATOR NEW>: Update ARGS to 3.
7551         (operator) <OPERATOR DELETE>: Add trailing space.
7552         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
7553         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
7554         * cp-support.c (cp_canonicalize_string): Check NULL from
7555         cp_comp_to_string, call warning and return.
7556
7557 2012-01-10  Jan Kratochvil  <[email protected]>
7558
7559         Fix duplicate .o files after omitting libbfd.a.
7560         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
7561         (SFILES): Add corelow.c.
7562         (COMMON_OBS): Add corelow.o.
7563         (ALLDEPFILES): Remove corelow.c.
7564         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
7565         * config/alpha/alpha-osf3.mh: Likewise.
7566         * config/alpha/fbsd.mh: Likewise.
7567         * config/arm/nbsdaout.mh: Likewise.
7568         * config/arm/nbsdelf.mh: Likewise.
7569         * config/i386/i386gnu.mh: Likewise.
7570         * config/ia64/hpux.mh: Likewise.
7571         * config/ia64/linux.mh: Likewise.
7572         * config/m32r/linux.mh: Likewise.
7573         * config/m68k/linux.mh: Likewise.
7574         * config/mips/irix5.mh: Likewise.
7575         * config/mips/irix6.mh: Likewise.
7576         * config/pa/hpux.mh: Likewise.
7577         * config/pa/linux.mh: Likewise.
7578         * config/powerpc/aix.mh: Likewise.
7579         * config/sparc/linux.mh: Likewise.
7580         * config/sparc/linux64.mh: Likewise.
7581         * config/sparc/sol2.mh: Likewise.
7582         * config/vax/vax.mh: Likewise.
7583         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
7584         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
7585         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
7586         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
7587         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
7588         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
7589         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
7590         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
7591         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
7592         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
7593         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
7594         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
7595         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
7596         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
7597         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
7598         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
7599         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
7600         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
7601         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
7602         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
7603         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
7604         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
7605         corelow.o from gdb_target_obs.
7606         * corefile.c (core_target): Update the comment on NULL value.
7607         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
7608         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
7609         MATCHES.  Drop YUMMY set on NULL.
7610         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
7611         reclaim CORE_DATA if it is already NULL.
7612
7613 2012-01-09  Doug Evans  <[email protected]>
7614
7615         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
7616         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
7617
7618 2012-01-09  Keith Seitz  <[email protected]>
7619
7620         * breakpoint.c (wrapper.h): Don't include.
7621
7622 2012-01-09  Keith Seitz  <[email protected]>
7623
7624         * Makefile.in (SFILES): Remove wrapper.c.
7625         (HFILES_NO_SRCDIR): Remove wrapper.h.
7626         (COMMON_OBS): Remove wrapper.o.
7627         * cli/cli-interp.c: Don't inlude wrapper.h.
7628         * corelow.c: Likewise.
7629         (core_open): Replace gdb_target_find_new_threads with
7630         TRY_CATCH around target_find_new_threads.
7631         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
7632         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
7633         * varobj.c (varobj_create): Likewise for parse_exp_1 and
7634         evaluate_expression.
7635         (varobj_set_value): Likewise for evaluate_expression and
7636         value_assign.
7637         (install_new_variable): Likewise for value_fetch_lazy.
7638         (adjust_value_for_child_access): Likewise for value_ind.
7639         (c_describe_child): Likewise for value_subscript and
7640         value_ind.
7641         (c_value_of_root): Likewise for evaluate_expression.
7642         * wrapper.c: Remove.
7643         * wrapper.h: Remove.
7644
7645 2012-01-09  Doug Evans  <[email protected]>
7646
7647         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
7648         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
7649         "abfd" args with "section".  All callers updated.
7650         Error checking code moved ...
7651         (error_check_comp_unit_head): ... here.  New function.
7652         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
7653         Delete arg "abfd".  New arg "type_offset".  All callers updated.
7654         (create_debug_types_hash_table): Simplify by using
7655         read_and_check_type_unit_head.
7656
7657         * parser-defs.h (namecopy): Delete.
7658         * parse.c (namecopy, namecopy_size): Move into copy_name.
7659
7660 2012-01-09  Jan Kratochvil  <[email protected]>
7661
7662         Partially fix duplicate .o files after omitting libbfd.a.
7663         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
7664         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
7665         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
7666         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
7667         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
7668         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
7669         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
7670
7671 2012-01-09  Pedro Alves  <[email protected]>
7672
7673         * MAINTAINERS: Update my email address.
7674
7675 2012-01-08  Doug Evans  <[email protected]>
7676
7677         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
7678         n_type_units.  Rename type_comp_units to all_type_units.
7679         All uses updated.
7680         (add_signatured_type_cu_to_table): Renamed from
7681         add_signatured_type_cu_to_list.  All callers updated.
7682
7683         * gdbtypes.h (struct cplus_struct_type): Delete member
7684         nfn_fields_total.  All uses removed.
7685
7686 2012-01-06  Doug Evans  <[email protected]>
7687
7688         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
7689         to top of file.
7690         (dwarf2_find_comp_unit): Delete.
7691         (process_psymtab_comp_unit): Make result "void".
7692         Delete args buffer, info_ptr, buffer_size, and replace with
7693         "section".  All callers updated.
7694         (dwarf2_build_psymtabs_hard): Simplify.
7695
7696 2012-01-06  Sergio Durigan Junior  <[email protected]>
7697             Thiago Jung Bauermann  <[email protected]>
7698
7699         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
7700         before `struct gdb_exception'.
7701         * breakpoint.c (update_global_location_list_nothrow)
7702         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
7703         * cp-abi.c (value_rtti_type): Likewise.
7704         * cp-support.c (cp_validate_operator): Likewise.
7705         * infrun.c (insert_exception_resume_breakpoint)
7706         (check_exception_resume, keep_going): Likewise.
7707         * mi-interp.c (mi_breakpoint_created)
7708         (mi_breakpoint_modified): Likewise.
7709         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
7710         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
7711         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
7712
7713 2012-01-05  Doug Evans  <[email protected]>
7714
7715         * dwarf2read.c (statement_prologue): Delete, unused.
7716
7717         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
7718         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
7719
7720         * dwarf2read.c (comp_unit_header): Delete, unused.
7721
7722 2012-01-05  Ulrich Weigand  <[email protected]>
7723
7724         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
7725         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
7726
7727 2012-01-05  Khoo Yit Phang  <[email protected]>
7728
7729         * infrun.c (normal_stop): Don't skip calling the normal_stop
7730         observers if the thread was doing a multi-step, but stopped for
7731         some reason other than stepping.
7732
7733 2012-01-05  Pedro Alves  <[email protected]>
7734
7735         * cli/cli-decode.h: Add comments.
7736         (CMD_LIST_AMBIGUOUS): Moved to command.h
7737         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
7738         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
7739         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
7740         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
7741         (add_com, add_com_alias, add_info, add_info_alias)
7742         (complete_on_cmdlist, complete_on_enum, help_list): Remove
7743         declarations.
7744         * command.h: Add and adjust comments.
7745         (CMD_LIST_AMBIGUOUS): Moved here.
7746         (help_cmd, help_cmd_list): Delete declarations.
7747
7748 2012-01-04  Doug Evans  <[email protected]>
7749
7750         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
7751         All callers updated.
7752         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
7753         Replace all arguments with "per_cu".  All callers updated.
7754
7755         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
7756
7757         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
7758         New arg "per_cu".  All callers updated.
7759
7760         Delete #if 0'd out code.
7761         * language.c (binop_result_type): Delete.
7762         (simple_type, ordered_type, same_type, integral_type): Delete.
7763         (numeric_type, character_type, string_type, boolean_type): Delete.
7764         (float_type, structured_type): Delete.
7765         * language.h: Update.
7766
7767 2012-01-04  Tom Tromey  <[email protected]>
7768
7769         * python/py-value.c (valpy_binop): Initialize 'res_val'.
7770
7771 2012-01-04  Joel Brobecker  <[email protected]>
7772
7773         * corefile.c (close_exec_file): Delete.
7774         (reopen_exec_file): Remove commented out code that seems related
7775         to close_exec_file, which is being deleted here.
7776         * inferior.h (close_exec_file): Delete.
7777         * fork-child.c (fork_inferior): Remove call to fork_inferior.
7778
7779 2012-01-04  Joel Brobecker  <[email protected]>
7780
7781         * ada-lang.c: #include "cli/cli-utils.h".
7782         (get_selections): Use skip_spaces.
7783         (ada_get_next_arg): Use skip_spaces and skip_to_space.
7784         (catch_ada_exception_command_split): Use skip_spaces.
7785         (ada_decode_assert_location): Likewise.
7786
7787 2012-01-04  Joel Brobecker  <[email protected]>
7788
7789         * linespec.c (decode_line_internal): Check for C++ or Java
7790         compound constructs only if the current language is C, C++
7791         or Java.
7792
7793 2012-01-04  Jan Kratochvil  <[email protected]>
7794
7795         Revert:
7796         2012-01-02  Jan Kratochvil  <[email protected]>
7797                     Joel Brobecker  <[email protected]>
7798         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
7799         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
7800         3 times.
7801         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
7802         fall through into AT_ENTRY_POINT.
7803         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
7804         DUMMY_ADDR with it.
7805         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
7806         PPC_INSN_SIZE skip to 3 times.
7807
7808 2012-01-04  Joel Brobecker  <[email protected]>
7809
7810         * linespec.c (add_minsym): Preserve function descriptors.
7811
7812 2012-01-04  Ulrich Weigand  <[email protected]>
7813
7814         * breakpoint.c (all_locations_are_pending): Consider locations
7815         in program spaces executing during startup pending as well.
7816
7817 2012-01-04  Joel Brobecker  <[email protected]>
7818
7819         Copyright year update in most files of the GDB Project.
7820
7821 2012-01-04  Joel Brobecker  <[email protected]>
7822
7823         * copyright.sh: Delete.
7824         * copyright.py: Rewrite.
7825
7826 2012-01-04  Joel Brobecker  <[email protected]>
7827
7828         * gnulib/extra/update-copyright: New file, imported from gnulib.
7829
7830 2012-01-04  Joel Brobecker  <[email protected]>
7831
7832         * README (Copyright and License Notices): New section.
7833
7834 2012-01-03  Tom Tromey  <[email protected]>
7835
7836         PR python/12533:
7837         * python/py-value.c (valpy_dereference, valpy_get_address
7838         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
7839         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
7840         (valpy_absolute, valpy_richcompare): Free intermediate values.
7841
7842 2011-01-03  Joel Brobecker  <[email protected]>
7843
7844         * ada-lang.c: Reformat the copyright notice.
7845
7846 2012-01-02  Jan Kratochvil  <[email protected]>
7847
7848         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
7849         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
7850         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
7851         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
7852         Revert this part of:
7853         2012-01-02  Jan Kratochvil  <[email protected]>
7854         Build gdb directly from *.o files not using libgdb.a.
7855         * Makefile.in (COMMON_OBS): Remove solib-target.o.
7856
7857 2012-01-02  Joel Brobecker  <[email protected]>
7858
7859         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
7860         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
7861         Reformat the copyright header.
7862
7863 2012-01-02  Jan Kratochvil  <[email protected]>
7864
7865         Revert this part of:
7866         2012-01-02  Jan Kratochvil  <[email protected]>
7867         Remove the gdbtui binary.
7868         * gdb.c (main): Remove args.interpreter_p initialization.
7869         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
7870         * main.h (struct captured_main_args): Remove interpreter_p.
7871
7872 2012-01-02  Joel Brobecker  <[email protected]>
7873
7874         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
7875
7876 2012-01-02  Joel Brobecker  <[email protected]>
7877
7878         * top.c (print_gdb_version): Update copyright year.
7879
7880 2012-01-02  Yao Qi  <[email protected]>
7881
7882         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
7883
7884 2012-01-02  Jan Kratochvil  <[email protected]>
7885             Joel Brobecker  <[email protected]>
7886
7887         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
7888         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
7889         3 times.
7890         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
7891         fall through into AT_ENTRY_POINT.
7892         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
7893         DUMMY_ADDR with it.
7894         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
7895         PPC_INSN_SIZE skip to 3 times.
7896
7897 2012-01-02  Jan Kratochvil  <[email protected]>
7898
7899         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
7900         the return value.
7901         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
7902
7903 2012-01-02  Jan Kratochvil  <[email protected]>
7904
7905         Build gdb directly from *.o files not using libgdb.a.
7906         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
7907         (COMMON_OBS): Remove solib-target.o.
7908         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
7909         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
7910         (LIBGDB_OBS, libgdb.a): Move it above.
7911         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
7912         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
7913         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
7914         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
7915         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
7916         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
7917         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
7918         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
7919         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
7920         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
7921         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
7922         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
7923         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
7924         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
7925         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
7926         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
7927         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
7928         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
7929         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
7930         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
7931         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
7932         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
7933         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
7934         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
7935         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
7936         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
7937         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
7938
7939 2012-01-02  Jan Kratochvil  <[email protected]>
7940
7941         Remove the gdbtui binary.
7942         * .gitignore (/gdbtui): Remove.
7943         * Makefile.in (TUI): Remove.
7944         (SUBDIR_TUI_OBS): Remove tui-main.o.
7945         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
7946         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
7947         (tui-main.o): Remove.
7948         (all_object_files): Remove tui-main.o.
7949         * NEWS: New note for the gdbtui removal.
7950         * configure: Rebuilt.
7951         * configure.ac: No longer add all-tui, clean-tui, install-tui and
7952         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
7953         CONFIG_UNINSTALL respectively.
7954         * gdb.c (main): Remove args.interpreter_p initialization.
7955         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
7956         * main.h (struct captured_main_args): Remove interpreter_p.
7957         * tui/tui-main.c: Remove.
7958
7959 2012-01-01  Doug Evans  <[email protected]>
7960
7961         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
7962         (dwarf2_physname, read_import_statement): Ditto.
7963         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
7964         (process_structure_scope read_subroutine_type): Ditto.
7965         (read_typedef, load_partial_dies, read_partial_die): Ditto.
7966         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
7967         (dwarf2_fetch_die_location_block): Ditto.
7968         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
7969
7970         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
7971         All callers updated.
7972         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
7973         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
7974         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
7975
7976         * dwarf2read.c (load_cu): Move assert to more useful location.
7977
7978         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
7979         All callers updated.
7980
7981         * dwarf2read.c (dwarf2_per_objfile): Add comment.
7982         (dwarf2_elf_names): Minor reformat.
7983         (dwarf2_per_cu_data): Tweak comment.
7984         (dwarf2_read_section): Fix comment.
7985         (create_all_comp_units): Fix comment.
7986         (load_full_comp_unit): Fix comment.
7987         (process_full_comp_unit): Fix comment.
7988         (read_signatured_type): Fix comment.
7989
7990 For older changes see ChangeLog-2011.
7991 \f
7992 Local Variables:
7993 mode: change-log
7994 left-margin: 8
7995 fill-column: 74
7996 version-control: never
7997 coding: utf-8
7998 End:
This page took 0.487147 seconds and 2 git commands to generate.