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