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