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