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