2012-04-02 Siva Chandra Reddy <sivachandra@google.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2
3 New command 'explore' which helps explore values and types in
4 scope.
5 * NEWS: Add an entry about the new 'explore' command.
6 * data-directory/Makefile.in: Add gdb/command/explore.py
7 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
8 command using the GDB Python API.
9
10 2011-04-10 Maciej W. Rozycki <macro@codesourcery.com>
11
12 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
13 extension in jump target calculation.
14
15 2011-04-10 Maciej W. Rozycki <macro@codesourcery.com>
16
17 * mips-tdep.c (mips32_next_pc): Handle JALX.
18
19 2012-04-10 Yao Qi <yao@codesourcery.com>
20
21 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
22
23 2012-04-10 Yao Qi <yao@codesourcery.com>
24
25 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
26 and gnulib/m4/gnulib-tool.m4.
27
28 2012-04-10 Doug Evans <dje@google.com>
29
30 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
31 (load_partial_dies): Clarify comment.
32 (find_partial_die): Support rereading type units.
33 Clarify CU handling, if we know offset is in CU, don't search for the
34 containing CU. Add comment regarding memory waste.
35
36 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
37
38 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
39 i386/x32-avx and i386/x32-avx-linux.
40 (i386/x32-expedite): New.
41 (i386/x32-linux-expedite): Likewise.
42 (i386/x32-avx-expedite): Likewise.
43 (i386/x32-avx-linux-expedite): Likewise.
44 ($(outdir)/i386/x32.dat): Likewise.
45 ($(outdir)/i386/x32-linux.dat): Likewise.
46 ($(outdir)/i386/x32-avx.dat): Likewise.
47 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
48
49 * features/i386/x32-avx-linux.xml: New file.
50 * features/i386/x32-avx.xml: Likewise.
51 * features/i386/x32-core.xml: Likewise.
52 * features/i386/x32-linux.xml: Likewise.
53 * features/i386/x32.xml: Likewise.
54
55 * features/i386/x32-avx-linux.c: New. Generated.
56 * features/i386/x32-avx.c: Likewise.
57 * features/i386/x32-linux.c: Likewise.
58 * features/i386/x32.c: Likewise.
59 * regformats/i386/x32-avx-linux.dat: Likewise.
60 * regformats/i386/x32-avx.dat: Likewise.
61 * regformats/i386/x32-linux.dat: Likewise.
62 * regformats/i386/x32.dat: Likewise.
63
64 2012-04-10 Tristan Gingold <gingold@adacore.com>
65
66 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
67 code to kill the inferior.
68
69 2012-04-09 Mark Kettenis <kettenis@gnu.org>
70
71 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
72 defines.
73 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
74 defines.
75 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
76 (yyvsp): New defines.
77 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
78 defines.
79 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
80 defines.
81 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
82 defines.
83 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
84 defines.
85 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
86 defines.
87
88 2012-04-09 Mark Kettenis <kettenis@gnu.org>
89
90 * sparc64-tdep.c (sparc64_store_arguments)
91 (sparc64_store_arguments): Fix coding style.
92
93 2012-04-07 Mark Kettenis <kettenis@gnu.org>
94
95 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
96 complex floats, adjust some related comments and tighten a related
97 assertion.
98 (sparc64_extract_return_value): Handle complex floats.
99
100 2012-04-07 Doug Evans <dje@google.com>
101
102 * dwarf2read.c (load_partial_dies): Change condition to assert.
103
104 2012-04-06 Doug Evans <dje@google.com>
105
106 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
107 "mov %rsp,%rbp".
108
109 2012-04-05 Kevin Buettner <kevinb@redhat.com>
110
111 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
112 fencepost error.
113 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
114 (v850_gdbarch_init): Set `num_regs' as appropriate for the
115 architecture.
116
117 2012-04-05 Keith Seitz <keiths@redhat.com>
118
119 * linespec.c (decode_compound): Remove.
120 (enum offset_relative_sign): New enum.
121 (struct line_offset): New struct.
122 (struct linespec): New struct.
123 (struct linespec_state): Move file_symtabs,
124 user_filename, and user_function into struct linespec.
125 Make result an anonymous struct holding vectors of
126 symbolp and minsym_and_objfile_d.
127 Add language member.
128 (enum ls_token_type): New enum.
129 (linespec_keywords): New array.
130 (struct ls_token): New struct.
131 (struct ls_parser): New struct.
132 (linespec_lexer_lex_number): New function.
133 (linespec_lexer_lex_keyword): New function.
134 (is_ada_operator): New function.
135 (skip_quote_char): New function.
136 (copy_token_string): New function.
137 (is_closing_quote_enclosed): New function.
138 (find_parameter_list_end): New function.
139 (linespec_lexer_lex_string): New function.
140 (linespec_lexer_lex_one): New function.
141 (linespec_lexer_consume_token): New function.
142 (linespec_lexer_peek_token): New function.
143 (cplusplus_error): Remove unused function.
144 (find_methods): Update comment.
145 (find_toplevel_char): Return const.
146 (is_objc_method_format): Remove unused function.
147 (find_toplevel_string): New function.
148 (is_linespec_boundary): Remove.
149 (symbol_not_found_error): New function.
150 (find_method_overload_end): Remove function.
151 (unexpected_linespec_error): New function.
152 (keep_name_info): Remove.
153 (linespec_parse_line_offset): New function.
154 (linespec_parse_basic): New function.
155 (canonicalize_linespec): New function.
156 (decode_line_internal): Remove.
157 (create_sals_line_offset): New function adapted from
158 decode_all_digits.
159 (convert_linespec_to_sals): New function.
160 (parse_linespec): New function.
161 (linespec_parser_new): New function.
162 (linespec_state_destructor): Change parameter type to
163 struct linespec_state *.
164 Add language parameter.
165 Remove freeing of moved members.
166 (linespec_parser_delete): New function.
167 (decode_line_full): Use parse_linespec and linespec_parser_new.
168 (decode_line_1): Likewise.
169 (decode_indirect): Rename to ...
170 (linespec_expression_to_pc): ... this and rewrite
171 to simply find CORE_ADDR, storing this result for later
172 conversion to SALs.
173 (locate_first_half): Remove.
174 (deocde_objc): Add parameter LS.
175 Initialize new struct collect_info members.
176 Handle minimal symbols, too.
177 (decode_compound): Delete.
178 (lookup_prefix_sym): Rewrite.
179 (compare_msymbols): New function.
180 (find_method): Rewrite.
181 Do not call cplusplus_error.
182 (symtabs_from_filename): Rewrite.
183 (collect_function_symbols): Delete.
184 (find_function_symbols): Rewrite without ARGPTR-style
185 processing.
186 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
187 (decode_dollar): Adapted and renamed to ...
188 (linespec_parse_variable): ... this.
189 (find_linespec_symbols): New function.
190 (decode_label): Adapted and renamed to ...
191 (find_label_symbols): ... this.
192 (decode_digits_list_mode): Add and use LS argument.
193 (decode_digits_ordinary): Likewise.
194 (collect_symbols): Do not collect SALs, just symbols and msymbols.
195 If in list mode, allow any symbol class. Otherwise, only
196 permit LOC_BLOCK symbols.
197 (minsym_found): Update comments.
198 (search_minsyms_for_name): Do not convert the matching symbol
199 into a SAL. Simply push the symbol and objfile into the
200 result vector.
201 (decode_variable): Delete. Contents adapted into
202 find_linespec_symbols.
203
204 * cp-support.c (SKIP_SPACE): Remove.
205 (operator_tokens): Remove unused global.
206 (cp_validate_operator): Remove.
207 * cp-support.h (cp_validate_operator): Remove declaration.
208
209 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
210
211 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
212 for TYPE_VPTR_FIELDNO.
213 * valprint.c (valprint_check_validity): Make it global, move the
214 function comment ...
215 * value.h (valprint_check_validity): ... to this new declaration.
216
217 2012-04-02 Tristan Gingold <gingold@adacore.com>
218
219 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
220 the STATE32 api for i386 state.
221 (i386_darwin_store_inferior_registers): Likewise.
222
223 2012-04-02 Tristan Gingold <gingold@adacore.com>
224
225 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
226 SS offset.
227 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
228 format_string.
229
230 2012-04-02 Tristan Gingold <gingold@adacore.com>
231
232 PR gdb/13901
233 * darwin-nat.c (darwin_execvp): Sey binary preference.
234
235 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
236
237 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
238
239 2012-03-30 Tom Tromey <tromey@redhat.com>
240
241 * python/python.c (gdbpy_decode_line): Move cleanup creation out
242 of TRY_CATCH. Fix error handling.
243 * python/py-value.c (convert_value_from_python): Move 'old'
244 declaration to innermost scope.
245
246 2012-03-29 Joel Brobecker <brobecker@adacore.com>
247 Andrey Smirnov <andrew.smirnov@gmail.com>
248
249 -Wshadow warning fix.
250 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
251 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
252 Adjust code accordingly.
253
254 2012-03-29 Joel Brobecker <brobecker@adacore.com>
255
256 * ada-lang.c (symbol_completion_add): Rename parameter
257 "encoded" into "encoded_p". Ajust code and documentation
258 accordingly.
259
260 2012-03-29 Joel Brobecker <brobecker@adacore.com>
261 Andrey Smirnov <andrew.smirnov@gmail.com>
262
263 -Wshadow warning fix.
264 * ada-lang.c (symbol_completion_add): Rename parameter
265 "wild_match" into wild_match_p. Update code and documentation
266 accordingly.
267
268 2012-03-29 Joel Brobecker <brobecker@adacore.com>
269
270 * ada-lang.c (symbol_completion_match): Rename parameter
271 "encoded" into "encoded_p". Ajust code and documentation
272 accordingly.
273
274 2012-03-29 Joel Brobecker <brobecker@adacore.com>
275 Andrey Smirnov <andrew.smirnov@gmail.com>
276
277 -Wshadow warning fix.
278 * ada-lang.c (symbol_completion_match): Rename parameter
279 "wild_match" into "wild_match_p". Adjust code and function
280 documentation accordingly.
281
282 2012-03-29 Joel Brobecker <brobecker@adacore.com>
283 Andrey Smirnov <andrew.smirnov@gmail.com>
284
285 -Wshadow warning fix.
286 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
287 "symbol_info" into "info". Adjust code accordingly.
288 (ada_lookup_symbol): Likewise.
289
290 2012-03-29 Joel Brobecker <brobecker@adacore.com>
291
292 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
293 of this function's documentation.
294
295 2012-03-29 Joel Brobecker <brobecker@adacore.com>
296 Andrey Smirnov <andrew.smirnov@gmail.com>
297
298 -Wshadow warning fix.
299 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
300 variable into "wild_match_p". Adjust code accordingly.
301
302 2012-03-29 Joel Brobecker <brobecker@adacore.com>
303 Andrey Smirnov <andrew.smirnov@gmail.com>
304
305 -Wshadow warning fix.
306 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
307 parameter into "wild_match_p". Adjust code accordingly.
308 Document this parameter in the function description.
309
310 2012-03-29 Joel Brobecker <brobecker@adacore.com>
311 Andrey Smirnov <andrew.smirnov@gmail.com>
312
313 -Wshadow warning fix.
314 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
315 "wild_match" parameter to "wild_match_p" (-Wshadow).
316
317 2012-03-29 Joel Brobecker <brobecker@adacore.com>
318
319 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
320 in function documentation.
321
322 2012-03-29 Joel Brobecker <brobecker@adacore.com>
323 Andrey Smirnov <andrew.smirnov@gmail.com>
324
325 -Wshadow warning fix.
326 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
327 variable into wild_match_p. Adjust code accordingly.
328
329 2012-03-29 Joel Brobecker <brobecker@adacore.com>
330 Andrey Smirnov <andrew.smirnov@gmail.com>
331
332 * ada-valprint.c (ada_val_print_1): Move the code handling
333 TYPE_CODE_ENUM inside its own lexical block. Declare
334 variables len and val there, instead of in the function's
335 top level block. Avoid declaring deref_val again in a way
336 that shadows another variable of the same name declared
337 in one of the up-level blocks. Just re-use the up-level
338 variable instead.
339
340 2012-03-29 Joel Brobecker <brobecker@adacore.com>
341
342 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
343 Replace block_found argument by symbol_info. Adjust
344 implementation accordingly. Add function documentation.
345 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
346 Fix documentation.
347 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
348 * ada-exp.y (write_object_renaming): Adjust to new
349 ada_lookup_encoded_symbol API.
350
351 2012-03-29 Joel Brobecker <brobecker@adacore.com>
352
353 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
354 documentation.
355
356 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
357
358 * v850-tdep.c: Add the enum values for mpu and fpu registers.
359 (v850_register_name): Add the mpu and fpu register names.
360 (v850e_register_name): Add the mpu and fpu register names.
361 (v850e2_register_name): New function.
362 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
363 bfd_mach_v850e2v3.
364
365 2012-03-28 Joel Brobecker <brobecker@adacore.com>
366
367 * NEWS: Add entry for Ada varobj support.
368
369 2012-03-28 Joel Brobecker <brobecker@adacore.com>
370
371 * varobj.c (default_value_is_changeable_p): New function,
372 extracted from varobj_value_is_changeable_p. Add declaration.
373 (ada_value_is_changeable_p): New function, extracted from
374 varobj_value_is_changeable_p. Add declaration.
375 (struct language_specific): New field "value_is_changeable_p".
376 (languages): Add entries for new field.
377 (varobj_create): Set language before calling install_new_value.
378 (varobj_value_is_changeable_p): Reimplement to call the varobj's
379 "value_is_changeable_p" language callback.
380
381 2012-03-28 Joel Brobecker <brobecker@adacore.com>
382
383 * ada-varobj.h, ada-varobj.c: New files.
384 * Makefile.in (SFILES): Add ada-varobj.c.
385 (HFILES_NO_SRCDIR): Add ada-varobj.h.
386 (COMMON_OBS): Add ada-varobj.o.
387
388 2012-03-28 Joel Brobecker <brobecker@adacore.com>
389
390 * varobj.c (ada_value_has_mutated): Add declaration. New function.
391 (struct language_specific): New field "value_has_mutated".
392 (languages): Set field "value_has_mutated" in each entry of array.
393 (varobj_value_has_mutated): New function.
394 (varobj_udpdate): Add handling of type mutation.
395 (value_of_root): Add handling of type mutation.
396 (ada_value_has_mutated): New function.
397
398 2012-03-28 Pedro Alves <palves@redhat.com>
399
400 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
401 Always supply $fr0 as 0.0 and $fr1 as 1.0.
402
403 2012-03-28 Tom Tromey <tromey@redhat.com>
404
405 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
406 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
407 before returning.
408
409 2012-03-28 Tom Tromey <tromey@redhat.com>
410
411 * .dir-locals.el: New file.
412
413 2012-03-28 Pedro Alves <palves@redhat.com>
414
415 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
416
417 2012-03-28 Joel Brobecker <brobecker@adacore.com>
418
419 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
420 handling for r0.
421
422 2012-03-27 Pedro Alves <palves@redhat.com>
423
424 Eliminate struct ui_stream.
425
426 * ui-out.h (struct ui_stream): Delete.
427 (ui_out_field_stream): Adjust prototype.
428 (ui_out_stream_new, ui_out_stream_delete)
429 (make_cleanup_ui_out_stream_delete): Delete declarations.
430 * ui-out.c (ui_out_field_stream): Change prototype to take a
431 ui_file instead of a ui_stream. Adjust.
432 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
433 (make_cleanup_ui_out_stream_delete): Delete.
434 * breakpoint.c (print_breakpoint_location)
435 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
436 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
437 * disasm.c (dump_insns): Ditto.
438 (do_mixed_source_and_assembly, do_assembly_only): Adjust
439 prototype.
440 (gdb_disassembly): Use ui_file/mem_fileopen instead of
441 ui_stream/ui_out_stream_new.
442 * infcmd.c (print_return_value): Ditto.
443 * osdata.c (info_osdata_command): Don't allocate a local
444 ui_stream.
445 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
446 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
447 * tracepoint.c (print_one_static_tracepoint_marker): Don't
448 allocate a local ui_stream.
449 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
450 instead of ui_stream/ui_out_stream_new.
451 (list_args_or_locals): Don't allocate a local ui_stream.
452 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
453 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
454 ui_stream/ui_out_stream_new.
455 * cli/cli-setshow.c (do_setshow_command): Ditto.
456
457 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
458
459 * arm-linux-tdep.c (arm_linux_init_abi): Call
460 set_gdbarch_process_record. Initialize `arm_swi_record' field.
461 * arm-tdep.c (arm_process_record): New function.
462 (deallocate_reg_mem): New function.
463 (decode_insn): New function.
464 (thumb_record_branch): New function.
465 (thumb_record_ldm_stm_swi(): New function.
466 (thumb_record_misc): New function.
467 (thumb_record_ld_st_stack): New function.
468 (thumb_record_ld_st_imm_offset): New function.
469 (thumb_record_ld_st_reg_offset(): New function.
470 (thumb_record_add_sub_cmp_mov): New function.
471 (thumb_record_shift_add_sub): New function.
472 (arm_record_coproc_data_proc): New function.
473 (arm_record_coproc): New function.
474 (arm_record_b_bl): New function.
475 (arm_record_ld_st_multiple): New function.
476 (arm_record_ld_st_reg_offset): New function.
477 (arm_record_ld_st_imm_offset): New function.
478 (arm_record_data_proc_imm): New function.
479 (arm_record_data_proc_misc_ld_str): New function.
480 (arm_record_extension_space): New function.
481 (arm_record_strx): New function.
482 (sbo_sbz): New function.
483 (struct insn_decode_record): New structure for arm insn record.
484 (REG_ALLOC): New macro for reg allocations.
485 (MEM_ALLOC): New macro for memory allocations.
486 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
487
488 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
489
490 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
491 (store_register): Likewise.
492
493 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
494
495 * MAINTAINERS (Write After Approval): Add myself to the list.
496
497 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
498
499 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
500 Describe also the option "auto".
501
502 2012-03-22 Richard Henderson <rth@redhat.com>
503
504 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
505 * sparc-nat.c (sparc_xfer_wcookie): Make static.
506
507 2012-03-22 Richard Henderson <rth@redhat.com>
508
509 * jit.c (jit_read_code_entry): Compute alignment and offset of
510 int64_t member before computing entry_size.
511
512 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
513
514 Python scripting: Add new method Value.referenced_value to
515 gdb.Value which can dereference pointer as well as reference
516 values.
517 * NEWS: Add entry under 'Python scripting' about the new method
518 Value.referenced_value on gdb.Value objects.
519 * python/py-value.c (valpy_referenced_value): New function
520 defining a new method on gdb.Value objects which can dereference
521 pointer and reference values.
522
523 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
524
525 * MAINTAINERS (Write After Approval): Add myself to the list.
526
527 2012-03-21 Kevin Buettner <kevinb@redhat.com>
528
529 * symtab.c (skip_prologue_sal): Change test to check for "main()"
530 in addition to "main".
531
532 2012-03-21 Joel Brobecker <brobecker@adacore.com>
533
534 * expression.h (op_name): Add declaration.
535 * expprint.c (op_name): Remove declaration. Make non-static.
536 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
537
538 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
539
540 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
541 of struct siginfo.
542 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
543 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
544 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
545 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
546 (linux_nat_get_siginfo): Likewise.
547 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
548 (linux_nat_get_siginfo): Likewise.
549 * linux-tdep.c (linux_get_siginfo_type): Likewise.
550 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
551 * procfs.c (gdb_siginfo_t): Likewise.
552
553 2012-03-21 Mike Frysinger <vapier@gentoo.org>
554
555 * .gitignore: Ignore more files.
556
557 2012-03-20 Pedro Alves <palves@redhat.com>
558
559 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
560 returns.
561
562 2012-03-20 Yao Qi <yao@codesourcery.com>
563
564 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
565 comment.
566
567 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
568
569 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
570 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
571 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
572 sect_offset.
573 * dwarf2expr.h (cu_offset, sect_offset): New types.
574 (struct dwarf_expr_context_funcs) <dwarf_call>
575 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
576 sect_offset.
577 (struct dwarf_expr_context) <len>: Improve the comment.
578 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
579 cu_offset and sect_offset.
580 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
581 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
582 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
583 * dwarf2loc.h: Include dwarf2expr.h.
584 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
585 and sect_offset.
586 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
587 Improve the comment.
588 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
589 (struct signatured_type, struct line_header, struct partial_die_info)
590 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
591 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
592 (get_die_type_at_offset, create_cus_from_index)
593 (create_signatured_type_table_from_index, dw2_get_file_names)
594 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
595 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
596 (create_debug_types_hash_table, process_psymtab_comp_unit)
597 (load_partial_comp_unit, create_all_comp_units)
598 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
599 (load_full_comp_unit, dwarf2_physname, read_import_statement)
600 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
601 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
602 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
603 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
604 (find_partial_die, read_attribute_value, lookup_die_type)
605 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
606 (is_ref_attr): New function comment.
607 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
608 Use cu_offset and sect_offset.
609 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
610 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
611 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
612 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
613 (offset_and_type_hash, offset_and_type_eq, set_die_type)
614 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
615 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
616 sect_offset.
617
618 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
619
620 Code cleanup.
621 * python/py-auto-load.c (source_section_scripts): New variable back_to.
622 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
623 with xfree.
624 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
625
626 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
627
628 * NEWS: Describe new options --init-command=FILE, -ix and
629 --init-eval-command=COMMAND, -iex.
630 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
631 CMDARG_INIT_COMMAND.
632 (captured_main): New enum items OPT_IX and OPT_IEX. Add
633 "init-command", "init-eval-command", "ix" and "iex" to the variable
634 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
635 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
636 (print_gdb_help): Describe --init-command=FILE, -ix and
637 --init-eval-command=COMMAND, -iex.
638
639 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
640
641 Code cleanup.
642 * main.c (struct cmdarg): Move it here from main. Add more comments.
643 (cmdarg_s, VEC (cmdarg_s)): New.
644 (main): Move struct cmdarg from here. New variables cmdarg_vec and
645 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
646 Install cleanup for cmdarg_vec. Update filling for options 'x' and
647 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
648 of CMDARG.
649
650 2012-03-19 Tom Tromey <tromey@redhat.com>
651
652 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
653
654 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
655
656 PR symtab/13777
657 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
658 GCC >=4.5.
659
660 2012-03-16 Chris January <chris.january@allinea.com>
661
662 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
663 of clear.
664
665 2012-03-16 Chris January <chris.january@allinea.com>
666
667 * source.c (add_path): Use memmove instead of strcpy because the
668 strings overlap.
669
670 2012-03-16 Joel Brobecker <brobecker@adacore.com>
671
672 * value.h (set_value_parent): Add declaration.
673 * value.c (set_value_parent): New function.
674 (value_address): If VALUE->PARENT is not NULL, then use it as
675 the base address instead of VALUE->LOCATION.address.
676 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
677 the same as OBJ's address. Adjust V's offset accordingly.
678 Set V's parent.
679
680 2012-03-16 Gary Benson <gbenson@redhat.com>
681
682 PR breakpoints/10738
683 * dwarf2read.c (use_deprecated_index_sections): New global.
684 (struct partial_die_info): New member may_be_inlined.
685 (read_partial_die): Set may_be_inlined where appropriate.
686 (add_partial_subprogram): Add partial symbols for partial
687 DIEs that may be inlined.
688 (new_symbol_full): Add inlined subroutines to the current
689 scope.
690 (write_psymtabs_to_index): Bump version number.
691 (dwarf2_read_index): Read only version 6 indices unless
692 use_deprecated_index_sections is set.
693 * linespec.c (symbol_and_data_callback): New structure.
694 (iterate_inline_only): New function.
695 (iterate_over_all_matching_symtabs): New argument
696 "include_inline". If nonzero, also call the callback for
697 symbols representing inlined subroutines.
698 (lookup_prefix_sym): Pass extra argument to the above.
699 (find_function_symbols): Likewise.
700 (add_matching_symbols_to_info): Likewise.
701 * NEWS: Mention that GDB can now set breakpoints on inlined
702 functions.
703
704 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
705
706 * p-typeprint.c (pascal_type_print_method_args):
707 Fix display of parameter of methods.
708
709 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
710
711 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
712 Add missing prototype.
713
714 2012-03-16 Yao Qi <yao@codesourcery.com>
715 Jan Kratochvil <jan.kratochvil@redhat.com>
716
717 Fix false compilation warning.
718 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
719
720 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
721 Pedro Alves <pedro@codesourcery.com>
722
723 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
724 (arm_register_g_packet_guesses): New function.
725 (arm_gdbarch_init): Don't force a target description with
726 registers when the executable is detected as M-profile. Instead
727 set gdbarch->tdep->is_m. Register `g' packet guesses.
728 (_initialize_arm_tdep): Initialize the new target description.
729 * features/arm-with-m-fpa-layout.xml: New description.
730 * features/arm-with-m-fpa-layout.c: New, generated.
731
732 2012-03-15 Joel Brobecker <brobecker@adacore.com>
733
734 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
735 Update function description.
736 (insert_bp_location): Do not wipe bl->target_info out.
737 * mem-break.c: #include "gdb_string.h".
738 (default_memory_insert_breakpoint): Do not call target_read_memory
739 with a pointer to the breakpoint's shadow_contents buffer. Use
740 a local buffer instead.
741 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
742
743 2012-03-15 Tom Tromey <tromey@redhat.com>
744
745 * NEWS: Mention "info vtbl", not "info vtable".
746 * cp-support.c (info_vtbl_command): Fix comment.
747 (_initialize_cp_support): Fix text.
748
749 2012-03-15 Tom Tromey <tromey@redhat.com>
750
751 * cp-valprint.c (cp_print_value_fields): Use
752 print_function_pointer_address for vtable slot.
753
754 2012-03-15 Tom Tromey <tromey@redhat.com>
755
756 * gnu-v3-abi.c (struct value_and_voffset): New.
757 (hash_value_and_voffset, eq_value_and_voffset)
758 (compare_value_and_voffset, compute_vtable_size)
759 (print_one_vtable, gnuv3_print_vtable): New functions.
760 (init_gnuv3_ops): Initialize 'print_vtable' field.
761 * cp-support.c (info_vtbl_command): New function.
762 (_initialize_cp_support): Add "info vtbl".
763 * cp-abi.h (cplus_print_vtable): Declare.
764 (struct cp_abi_ops) <print_vtable>: New field.
765 * cp-abi.c (cplus_print_vtable): New function.
766 * NEWS: Update.
767
768 2012-03-15 Tom Tromey <tromey@redhat.com>
769
770 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
771 iterate_over_symbols.
772
773 2012-03-14 Doug Evans <dje@google.com>
774
775 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
776 DW_OP_GNU_parameter_ref.
777
778 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
779
780 Fix double prompt of 'interpreter-exec mi'.
781 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
782 (mi_interpreter_resume): use it.
783 (mi_execute_command_input_handler): New function.
784 * mi/mi-main.c (mi_execute_command): Move prompt printing to
785 mi_execute_command_input_handler.
786
787 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
788
789 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
790 prototype.
791 (darwin_debug_port_info): Make static.
792 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
793 * machoread.c (_initialize_machoread): Add prototype.
794 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
795 (i386_darwin_set_control, i386_darwin_get_control)
796 i386_darwin_dr_set_addr, i386_darwin_get_addr)
797 i386_darwin_get_status, i386_darwin_get_control):
798 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
799
800 2012-03-13 Joel Brobecker <brobecker@adacore.com>
801
802 * ax-gdb.c (gen_usual_unary): Remove special handling of
803 enum and bool types.
804
805 2012-03-13 Joel Brobecker <brobecker@adacore.com>
806
807 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
808
809 2012-03-13 Joel Brobecker <brobecker@adacore.com>
810
811 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
812
813 2012-03-13 Chris January <chris.january@allinea.com>
814
815 * aix-thread.c (fill_sprs): Store the floating point registers
816 at the correct offsets into vals.
817
818 2012-03-13 Doug Evans <dje@google.com>
819
820 * NEWS: Mention symbol-reloading has been deleted.
821 * symfile.c (symbol_reloading): Delete.
822 (show_symbol_reloading): Delete.
823 (_initialize_symfile): Delete set/show symbol-reloading.
824
825 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
826 read_in_chain until we have successfully read it in.
827 (load_full_comp_unit): Ditto.
828 (read_signatured_type): Add comment.
829
830 2012-03-13 Chris January <chris.january@allinea.com>
831
832 * stabsread.c (fix_common_block): Change type of valu argument
833 to CORE_ADDR.
834
835 2012-03-13 Chris January <chris.january@allinea.com>
836
837 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
838 instruction.
839
840 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
841
842 * common/linux-procfs.c (linux_proc_get_int): New, from
843 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
844 field.
845 (linux_proc_get_tgid): Only call linux_proc_get_int.
846 (linux_proc_get_tracerpid): New.
847 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
848 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
849 linux_proc_pid_has_state.
850 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
851 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
852 (linux_ptrace_attach_warnings): New.
853 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
854 New declaration.
855 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
856 (linux_nat_attach): New variables ex, buffer, message and message_s.
857 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
858
859 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
860
861 * Makefile.in (linux-ptrace.o): New.
862 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
863 from linux-nat.c.
864 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
865 * common/linux-ptrace.c: New file.
866 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
867 * config/arm/linux.mh: Likewise.
868 * config/i386/linux.mh: Likewise.
869 * config/i386/linux64.mh: Likewise.
870 * config/ia64/linux.mh: Likewise.
871 * config/m32r/linux.mh: Likewise.
872 * config/m68k/linux.mh: Likewise.
873 * config/mips/linux.mh: Likewise.
874 * config/pa/linux.mh: Likewise.
875 * config/powerpc/linux.mh: Likewise.
876 * config/powerpc/ppc64-linux.mh: Likewise.
877 * config/powerpc/spu-linux.mh: Likewise.
878 * config/s390/s390.mh: Likewise.
879 * config/sparc/linux.mh: Likewise.
880 * config/sparc/linux64.mh: Likewise.
881 * config/xtensa/linux.mh: Likewise.
882 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
883 common/linux-procfs.c.
884 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
885
886 2012-03-13 Hui Zhu <teawater@gmail.com>
887 Pedro Alves <palves@redhat.com>
888
889 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
890 CREATE_BREAKPOINT_FLAGS_INSERTED.
891 (create_breakpoint_sal, create_breakpoints_sal)
892 (base_breakpoint_create_breakpoints_sal)
893 (tracepoint_create_breakpoints_sal)
894 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
895 down.
896 (break_command_1, handle_gnu_v3_exceptions, trace_command)
897 (ftrace_command, strace_command): Adjust.
898 (create_tracepoint_from_upload): Pass
899 CREATE_BREAKPOINT_FLAGS_INSERTED.
900 * breakpoint.h (enum breakpoint_create_flags): New.
901 (create_breakpoint): New flags parameter.
902 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
903 * python/py-breakpoint.c (bppy_init): Adjust.
904 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
905 * spu-tdep.c (spu_catch_start): Adjust.
906
907 2012-03-13 Pedro Alves <palves@redhat.com>
908 Hui Zhu <teawater@gmail.com>
909 Yao Qi <yao@codesourcery.com>
910
911 * remote.c (struct remote_state): New field `starting_up'.
912 (remote_start_remote): Set and clear it.
913 (remote_can_download_tracepoint): If starting up, return false.
914
915 2012-03-13 Yao Qi <yao@codesourcery.com>
916
917 * inferior.h (struct inferior): Remove fields any_syscall_count,
918 syscalls_counts and total_syscalls_count. Move them to new
919 struct catch_syscall_inferior_data in breakpoint.c.
920 * breakpoint.c: Call DEF_VEC_I(int).
921 (struct catch_syscall_inferior_data): New.
922 (get_catch_syscall_inferior_data): New.
923 (catch_syscall_inferior_data_cleanup): New.
924 (insert_catch_syscall): Update to access data in
925 struct catch_syscall_inferior_data.
926 (insert_catch_syscall): Likewise.
927 (remove_catch_syscall): Likewise.
928 (remove_catch_syscall): Likewise.
929 (is_syscall_catchpoint_enabled): Likewise.
930 (add_catch_command): Likewise.
931 (_initialize_breakpoint): Register cleanup.
932 * breakpoint.h: Removed DEF_VEC_I(int).
933 * dwarf2loc.c: Call DEF_VEC_I(int).
934 * mi/mi-main.c: Likewise.
935
936 2012-03-12 Mark Kettenis <kettenis@gnu.org>
937
938 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
939
940 2012-03-12 Chris January <chris.january@allinea.com>
941
942 * aix-thread.c (_initialize_aix_thread): Add prototype.
943 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
944 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
945
946 2012-03-12 Joel Brobecker <brobecker@adacore.com>
947
948 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
949 include of "amd64-nat.h".
950
951 2012-03-12 Tom Tromey <tromey@redhat.com>
952
953 * buildsym.c (record_pending_block): Now static.
954 * buildsym.h: (record_pending_block): Remove.
955
956 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
957
958 * amd64bsd-nat.c: Include amd64bsd-nat.h.
959
960 2012-03-09 Tom Tromey <tromey@redhat.com>
961
962 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
963 producer_is_gxx_lt_4_6>: New fields.
964 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
965
966 2012-03-09 Tom Tromey <tromey@redhat.com>
967
968 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
969
970 2012-03-08 Joel Brobecker <brobecker@adacore.com>
971
972 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
973 prototype.
974
975 2012-03-08 Joel Brobecker <brobecker@adacore.com>
976
977 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
978
979 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
980
981 Fix -Wmissing-prototypes build.
982 * arm-linux-nat.c (get_thread_id): Make it static.
983 * xtensa-linux-nat.c (get_thread_id): Likewise.
984
985 2012-03-08 Joel Brobecker <brobecker@adacore.com>
986
987 * server.c (process_point_options): If a conditional expression
988 is found, only print a message if remote_debug is nonzero.
989
990 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
991
992 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
993 of internal error for unknown/unsupported types.
994
995 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
996
997 Fix CU relative vs. absolute DIE offsets.
998 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
999 offset to offset_in_cu.
1000 * dwarf2read.c (process_enumeration_scope): Add CU offset to
1001 TYPE_OFFSET.
1002 (dwarf2_fetch_die_location_block): Rename parameter offset to
1003 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
1004
1005 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1006
1007 * libunwind-frame.c: Rename to ...
1008 * ia64-libunwind-tdep.c: ... here.
1009 * libunwind-frame.h: Rename to ...
1010 * ia64-libunwind-tdep.h: ... here.
1011 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
1012 ia64-libunwind-tdep.h.
1013 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
1014 * README (--with-libunwind): Rename to ...
1015 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
1016 * config.in: Regenerate.
1017 * configure: Regenerate.
1018 * configure.ac: New option --with-libunwind-ia64, make the
1019 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
1020 Remove AC_DEFINE for HAVE_LIBUNWIND.
1021 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
1022 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
1023 Rename libunwind-frame in the general comment.
1024 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
1025 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
1026 Move forward declarations inside #ifndef. Rename libunwind-frame in
1027 the general comment.
1028 * ia64-tdep.c: Rename libunwind-frame.h #include to
1029 ia64-libunwind-tdep.h.
1030 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
1031 (ia64_libunwind_descr): Rename libunwind-frame to
1032 ia64-libunwind-tdep in these function comments.
1033 * ia64-tdep.h: Rename libunwind-frame.h #include to
1034 ia64-libunwind-tdep.h.
1035 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
1036 ia64-libunwind-tdep in that data comment.
1037
1038 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1039
1040 * libunwind-frame.h (struct frame_unwind): New declaration.
1041
1042 2012-03-08 Joel Brobecker <brobecker@adacore.com>
1043
1044 * breakpoint.c (_initialize_breakpoint): Fix error in help of
1045 "set breakpoint condition-evaluation" command.
1046
1047 2012-03-08 Tristan Gingold <gingold@adacore.com>
1048
1049 * sparc-stub.c: Move to stubs/
1050 * sh-stub.c: Likewise.
1051 * m68k-stub.c: Likewise.
1052 * m32r-stub.c: Likewise.
1053 * i386-stub.c: Likewise.
1054
1055 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
1056
1057 * m68klinux-tdep.c (m68k_linux_init_abi): Register
1058 linux_get_siginfo_type.
1059
1060 * m68klinux-nat.c: Include "gdb_proc_service.h".
1061 (PTRACE_GET_THREAD_AREA): Define.
1062 (ps_get_thread_area): New function.
1063
1064 2012-03-08 Yao Qi <yao@codesourcery.com>
1065
1066 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
1067 `xsnprintf'.
1068 (remote_query_attached): Likewise.
1069 (remote_static_tracepoint_marker_at): Likewise.
1070 (remote_set_permissions): Likewise.
1071 (remote_detach_1, extended_remote_attach_1): Likewise.
1072 (send_g_packet, remote_vkill): Likewise.
1073 (extended_remote_disable_randomization): Likewise.
1074 (remote_add_target_side_condition): Likewise.
1075 (remote_insert_breakpoint): Likewise.
1076 (remote_remove_breakpoint): Likewise.
1077 (remote_insert_watchpoint): Likewise.
1078 (remote_remove_watchpoint): Likewise.
1079 (remote_insert_hw_breakpoint): Likewise.
1080 (remote_insert_hw_breakpoint): Likewise.
1081 (remote_remove_hw_breakpoint): Likewise.
1082 (remote_download_command_source): Likewise.
1083 (remote_download_tracepoint): Likewise.
1084 (remote_download_trace_state_variable): Likewise.
1085 (remote_disable_tracepoint): Likewise.
1086 (remote_trace_set_readonly_regions): Likewise.
1087 (remote_get_tracepoint_status): Likewise.
1088 (remote_trace_find): Likewise.
1089 (remote_get_trace_state_variable_value): Likewise.
1090 (remote_set_disconnected_tracing): Likewise.
1091 (remote_set_circular_trace_buffer): Likewise.
1092 (remote_get_min_fast_tracepoint_insn_len): Likewise.
1093 (remote_use_agent): Likewise.
1094 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
1095 Update callers.
1096
1097 2012-03-07 Pedro Alves <palves@redhat.com>
1098
1099 * NEWS: Mention QProgramSignals.
1100 * inferior.h (update_signals_program_target): Declare.
1101 * infrun.c: (update_signals_program_target): New.
1102 (handle_command): Update the target of the new program signals
1103 array changes.
1104 * remote.c (PACKET_QProgramSignals): New enum.
1105 (last_program_signals_packet): New global.
1106 (remote_program_signals): New.
1107 (remote_start_remote): Update the target with the program signals
1108 list.
1109 (remote_protocol_features): Add entry for QPassSignals.
1110 (remote_open_1): Free anc clear last_program_signals_packet.
1111 (init_remote_ops): Install remote_program_signals.
1112 * target.c (update_current_target): Adjust.
1113 (target_program_signals): New.
1114 * target.h (struct target_ops) <to_program_signals>: New field.
1115 (target_program_signals): Declare.
1116
1117 2012-03-07 Pedro Alves <palves@redhat.com>
1118
1119 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
1120 extensions.
1121
1122 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
1123
1124 * m68klinux-nat.c (getregs_supplies): Make static.
1125 (getfpregs_supplies): Likewise.
1126 (have_ptrace_getregs): Likewise.
1127
1128 2012-03-06 Joel Brobecker <brobecker@adacore.com>
1129
1130 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
1131 in call to get_die_type_at_offset.
1132
1133 2012-03-06 Stan Shebs <stan@codesourcery.com>
1134
1135 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
1136 * mi/mi-cmd-disas.c: Ditto.
1137 * mi/mi-cmd-env.c: Ditto.
1138 * mi/mi-cmd-file.c: Ditto.
1139 * mi/mi-cmd-stack.c: Ditto.
1140 * mi/mi-cmd-target.c: Ditto.
1141 * mi/mi-cmd-var.c: Ditto.
1142 * mi/mi-cmds.c: Ditto.
1143 * mi/mi-cmds.h: Ditto.
1144 * mi/mi-console.c: Ditto.
1145 * mi/mi-getopt.c: Ditto.
1146 * mi/mi-getopt.h: Ditto.
1147 * mi/mi-interp.c: Ditto.
1148 * mi/mi-main.c: Ditto.
1149 * mi/mi-out.c: Ditto.
1150 * mi/mi-parse.c: Ditto.
1151 * mi/mi-parse.h: Ditto.
1152 * mi/mi-symbol-cmds.c: Ditto.
1153
1154 * mi/mi-getopt.h: Move mi_opt struct up.
1155 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
1156 return.
1157 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
1158
1159 2012-03-06 Tom Tromey <tromey@redhat.com>
1160
1161 * proc-service.c (ps_pglobal_lookup): Set the current program
1162 space.
1163
1164 2012-03-06 Pedro Alves <palves@redhat.com>
1165
1166 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
1167
1168 2012-03-05 Joel Brobecker <brobecker@adacore.com>
1169
1170 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
1171
1172 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1173
1174 Code cleanup.
1175 * common/linux-osdata.c (linux_common_core_of_thread): New function
1176 comment.
1177 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
1178 call by linux_common_core_of_thread.
1179 (linux_nat_core_of_thread_1): Remove.
1180 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
1181 * linux-thread-db.c: Include linux-osdata.h.
1182 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
1183 linux_common_core_of_thread.
1184
1185 2012-03-05 Tom Tromey <tromey@redhat.com>
1186
1187 * value.c (value_primitive_field): Don't fetch contents for
1188 non-virtual bases.
1189
1190 2012-03-05 Tom Tromey <tromey@redhat.com>
1191
1192 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
1193
1194 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
1195
1196 * s390-nat.c: Include "gregset.h".
1197
1198 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1199
1200 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
1201 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
1202 (libunwind_load): New variable so_error, use it for dlerror. Try to
1203 load also LIBUNWIND_SO_7.
1204
1205 2012-03-05 Pedro Alves <palves@redhat.com>
1206
1207 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
1208 is not NULL, and remove resulting dead code.
1209
1210 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
1211
1212 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
1213 prologue to sh_analyze_prologue.
1214 (sh_analyze_prologue): Make better use of such an upper limit, and
1215 generally be more cautious about accessing memory.
1216
1217 2012-03-05 Tom Tromey <tromey@redhat.com>
1218
1219 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
1220 _initialize_ia64_hpux_tdep.
1221
1222 2012-03-05 Pedro Alves <palves@redhat.com>
1223
1224 PR gdb/13766
1225
1226 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
1227 the register state is clear, supply explicit zero, instead of
1228 marking the register unavailable.
1229
1230 2012-03-05 Tristan Gingold <gingold@adacore.com>
1231
1232 * NEWS: Mention OpenVMS ia64 new target.
1233
1234 2012-03-05 Tristan Gingold <gingold@adacore.com>
1235
1236 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
1237 (ia64_unw_accessors, ia64_unw_rse_accessors)
1238 (ia64_libunwind_descr): Declare.
1239 * ia64-vms-tdep.c: New file.
1240 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
1241 (ia64_libunwind_descr): Make them public.
1242 * configure.tgt: Add ia64-*-*vms*.
1243 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
1244 (ALLDEPFILES): Add ia64-vms-tdep.c
1245
1246 2012-03-05 Tristan Gingold <gingold@adacore.com>
1247
1248 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
1249 * remote.c (PACKET_qXfer_uib): New enum value.
1250 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
1251 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
1252 (_initialize_remote): Call add_packet_config_cmd for
1253 xfer:uib packet.
1254
1255 2012-03-05 Tristan Gingold <gingold@adacore.com>
1256
1257 * osabi.c (gdb_osabi_names): Add OpenVMS.
1258 (generic_elf_osabi_sniffer): Likewise.
1259 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
1260
1261 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1262
1263 Removed unused code.
1264 * libunwind-frame.c (libunwind_frame_unwind)
1265 (libunwind_frame_base_address): Remove.
1266 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
1267
1268 2012-03-04 Yao Qi <yao@codesourcery.com>
1269
1270 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
1271 remove trailing new line.
1272 (agent_run_command, agent_run_command): Add _ markup.
1273 (agent_capability_check): Likewise.
1274
1275 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1276
1277 * breakpoint.c (set_condition_evaluation_mode): Set
1278 CONDITION_EVALUATION_MODE unconditionally.
1279
1280 2012-03-03 Yao Qi <yao@codesourcery.com>
1281
1282 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
1283 * common/agent.h: Update declaration.
1284 * inf-child.c (inf_child_use_agent): New.
1285 (inf_child_can_use_agent): New.
1286 (inf_child_target): Initialize fields `to_use_agent'
1287 and `to_can_use_agent'.
1288 * agent.c (agent_new_objfile): New.
1289 (_initialize_agent): Add agent_new_objfile to new_objfile
1290 observer.
1291
1292 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
1293 New.
1294 (linux_target_install_ops): Initialize field
1295 `to_static_tracepoint_markers_by_strid'.
1296 * remote.c (free_current_marker): Move it to ...
1297 * tracepoint.c (free_current_marker): ... here. New.
1298 (cleanup_target_stop): New.
1299 * tracepoint.h: Declare free_current_marker.
1300 * NEWS: Add one entry about `info static-tracepoint-marker'.
1301
1302 2012-03-03 Yao Qi <yao@codesourcery.com>
1303
1304 * common/agent.c (agent_loaded_p): New.
1305 (agent_look_up_symbols): New global.
1306 * common/agent.h: Declare agent_loaded_p.
1307
1308 2012-03-03 Yao Qi <yao@codesourcery.com>
1309
1310 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
1311 (agent_capability_check, agent_capability_invalidate): New.
1312 (symbol_list): New array element.
1313 * common/agent.h (enum agent_capa): New.
1314 * target.c (target_pre_inferior): Call agent_capability_invalidate.
1315
1316 2012-03-03 Yao Qi <yao@codesourcery.com>
1317
1318 * target.h (struct target_ops) <to_use_agent>: New field.
1319 (struct target_ops) <to_can_use_agent>: New field.
1320 (target_use_agent, target_can_use_agent): New macro.
1321 * target.c (update_current_target): Update.
1322 * remote.c: New enum `PACKET_QAgent'.
1323 (remote_protocol_features): Add a new element.
1324 (remote_use_agent, remote_can_use_agent): New.
1325 (init_remote_ops): Initialize field `can_use_agent' with
1326 remote_can_use_agent. Intiailize field `use_agent' with
1327 remote_use_agent.
1328 * common/agent.c (use_agent): New global.
1329 * common/agent.h: Declare it.
1330 * tracepoint.c (info_static_tracepoint_markers_command): Add
1331 comment.
1332 * Makefile.in (SFILES): Add common/agent.c and agent.c.
1333 (COMMON_OBS): Add common/agent.o and agent.o
1334 (common-agent.o): New rule.
1335 * agent.c: New.
1336
1337 2012-03-03 Yao Qi <yao@codesourcery.com>
1338
1339 * common/agent.c: New.
1340 * common/agent.h: New.
1341 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
1342 AC_CHECK_HEADERS.
1343 * configure, configh.in: Regenerated.
1344
1345 2012-03-02 Kevin Buettner <kevinb@redhat.com>
1346
1347 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
1348 unless it exists for this architecture.
1349
1350 2012-03-02 Joel Brobecker <brobecker@adacore.com>
1351
1352 * language.h (struct language_defn): New "method" la_read_var_value.
1353 * findvar.c: #include "language.h".
1354 (default_read_var_value): Renames read_var_value. Rewrite
1355 function description.
1356 (read_var_value): New function.
1357 * value.h (default_read_var_value): Add prototype.
1358 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
1359 New functions.
1360 (ada_language_defn): Add entry for la_read_var_value.
1361 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
1362 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
1363 language_defn structures to add entry for new la_read_var_value
1364 field.
1365
1366 2012-03-02 Tom Tromey <tromey@redhat.com>
1367 Pedro Alves <palves@redhat.com>
1368
1369 PR breakpoints/13776:
1370 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
1371 breakpoints.
1372 (delete_longjmp_breakpoint_at_next_stop): New.
1373 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
1374 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
1375 before deleting the inferior. Add comments.
1376 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
1377 breakpoints immediately, but only on next stop. Move that code
1378 next to where we mark other breakpoints for deletion.
1379
1380 2012-03-02 Joel Brobecker <brobecker@adacore.com>
1381
1382 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
1383 marker.
1384 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
1385 violation.
1386
1387 2012-03-02 Pedro Alves <palves@redhat.com>
1388
1389 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
1390
1391 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
1392
1393 Fix -Wmissing-prototypes build.
1394 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
1395 * remote-sim.c (gdbsim_has_all_memory): Likewise.
1396 (gdbsim_has_memory): Likewise.
1397
1398 2012-03-02 Yao Qi <yao@codesourcery.com>
1399
1400 Fix -Wmissing-prototypes build.
1401 * charset.c (phony_iconv_open): Make static.
1402 (phony_iconv_close, phony_iconv): Likewise.
1403 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
1404 * i386-windows-nat.c (_initialize_i386_windows_nat): New
1405 prototype.
1406 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
1407 * ser-mingw.c (create_select_thread): Make static.
1408 * windows-termcap.c (tgetent): New prototype.
1409 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
1410
1411 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
1412
1413 Fix -Wmissing-prototypes build.
1414 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
1415 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
1416 (_initialize_loadable): New prototypes.
1417
1418 2012-03-02 Doug Evans <dje@google.com>
1419
1420 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
1421 abbrev table, read_comp_unit will do it.
1422
1423 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1424
1425 Fix -Wmissing-prototypes build.
1426 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
1427 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
1428 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
1429 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
1430 (_initialize_arm_symbian_tdep): New prototype.
1431 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
1432 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
1433 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
1434 static.
1435 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
1436 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
1437 prototype.
1438 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
1439 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
1440 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
1441 static.
1442 * moxie-tdep.c (moxie_process_record): Likewise.
1443 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
1444 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
1445 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
1446 (_initialize_rl78_tdep): New prototype.
1447 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
1448 (_initialize_rx_tdep): New prototype.
1449 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
1450 (_initialize_darwin_solib): New prototype.
1451 * solib-spu.c: Include solib-spu.h.
1452 (_initialize_spu_solib): New prototype.
1453 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
1454 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
1455 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
1456 (tic6x_software_single_step): Make it static.
1457 (_initialize_tic6x_tdep): New prototype.
1458
1459 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1460
1461 Fix -Wmissing-prototypes build.
1462 * cris-tdep.c (cris_can_use_hardware_watchpoint)
1463 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
1464
1465 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1466
1467 Fix -Wmissing-prototypes build.
1468 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
1469 (frv_have_stopped_data_address): Remove.
1470
1471 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1472
1473 Fix -Wmissing-prototypes build.
1474 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
1475 * sh-tdep.c: Include sh64-tdep.h.
1476 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
1477 * sh64-tdep.c: Include sh64-tdep.h.
1478 * sh64-tdep.h: New file.
1479
1480 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
1481
1482 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
1483
1484 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
1485
1486 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
1487 sp_regnum once the gdbarch_init_osabi hook has been called.
1488
1489 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
1490
1491 * mips-tdep.c (mips32_bc1_pc): New function.
1492 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
1493 BPOSGE32 and BPOSGE64 instructions.
1494 (deal_with_atomic_sequence): Likewise.
1495 (mips32_instruction_has_delay_slot): Likewise.
1496
1497 2012-03-01 Maciej W. Rozycki <macro@mips.com>
1498 Chris Dearman <chris@mips.com>
1499 Maciej W. Rozycki <macro@codesourcery.com>
1500 Joseph Myers <joseph@codesourcery.com>
1501
1502 * features/mips-dsp.xml: New file.
1503 * features/mips64-dsp.xml: New file.
1504 * features/mips-dsp-linux.xml: New file.
1505 * features/mips64-dsp-linux.xml: New file.
1506 * features/Makefile (WHICH): Add mips-dsp-linux and
1507 mips64-dsp-linux.
1508 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
1509 * features/mips-dsp-linux.c: New file.
1510 * features/mips64-dsp-linux.c: New file.
1511 * regformats/mips-dsp-linux.dat: New file.
1512 * regformats/mips64-dsp-linux.dat: New file.
1513 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
1514 registers.
1515 (mips64_linux_register_addr): Likewise.
1516 (mips64_linux_regsets_fetch_registers): Likewise.
1517 (mips64_linux_regsets_store_registers): Likewise.
1518 (mips64_linux_fetch_registers): Update call to
1519 mips64_linux_regsets_fetch_registers.
1520 (mips64_linux_store_registers): Update call to
1521 mips64_linux_regsets_store_registers.
1522 (mips_linux_read_description): Probe for DSP registers.
1523 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
1524 and initialize_tdesc_mips64_dsp_linux.
1525 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
1526 Remove padding of no longer used embedded register slots.
1527 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
1528 (MIPS_RESTART_REGNUM): Redefine enum value.
1529 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
1530 strings.
1531 (mips_tx39_reg_names): Likewise.
1532 (mips_linux_reg_names): New array of register names for Linux
1533 targets.
1534 (mips_register_name): Check for a null pointer in
1535 mips_processor_reg_names and return an empty string.
1536 (mips_register_type): Exclude embedded registers for the IRIX
1537 and Linux ABIs.
1538 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
1539 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
1540 DSP registers.
1541 (mips_stab_reg_to_regnum): Handle DSP accumulators.
1542 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
1543 (mips_gdbarch_init): Likewise. Initialize internal register
1544 indices for the Linux ABI. Use dynamic numbers to refer to
1545 registers, as applicable, while parsing the target description.
1546 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
1547
1548 2012-03-01 Joel Brobecker <brobecker@adacore.com>
1549
1550 * frame.h (read_frame_register_unsigned): Fix typo in function
1551 description.
1552
1553 2012-03-01 Pedro Alves <palves@redhat.com>
1554
1555 * jit-reader.in [!__cplusplus]
1556 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
1557
1558 2012-03-01 Pedro Alves <palves@redhat.com>
1559
1560 * configure.ac (build_warnings): Add -Wmissing-prototypes.
1561 * configure: Regenerate.
1562
1563 2012-03-01 Pedro Alves <palves@redhat.com>
1564
1565 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
1566 * breakpoint.c (create_exception_master_breakpoint, trace_command)
1567 (ftrace_command, strace_command): Make static.
1568 * d-lang.c (_initialize_d_language): Declare.
1569 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
1570 * dwarf2loc.c (_initialize_dwarf2loc):
1571 * dwarf2read.c (process_psymtab_comp_unit): Make static.
1572 * exec.c (exec_get_section_table): Make static.
1573 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
1574 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
1575 * inferior.c (remove_inferior_command, add_inferior_command)
1576 (clone_inferior_command): Make static.
1577 * linux-nat.c (linux_nat_thread_address_space)
1578 (linux_nat_core_of_thread): Make static.
1579 * linux-tdep.c (_initialize_linux_tdep): Declare.
1580 * objc-lang.c (_initialize_objc_lang): Declare.
1581 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
1582 Make static.
1583 (_initialize_opencl_language): Declare.
1584 * record.c (_initialize_record): Declare.
1585 * remote.c (demand_private_info, remote_get_tib_address)
1586 (remote_supports_cond_tracepoints)
1587 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
1588 Make static.
1589 * skip.c (_initialize_step_skip): Declare.
1590 * symtab.c (skip_prologue_using_lineinfo): Make static.
1591 * tracepoint.c (delete_trace_state_variable)
1592 (trace_variable_command, delete_trace_variable_command)
1593 (get_uploaded_tsv, find_matching_tracepoint_location)
1594 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
1595 Make static.
1596 * value.c (pack_unsigned_long): Make static.
1597 * varobj.c (varobj_ensure_python_env): Make static.
1598 * windows-tdep.c (_initialize_windows_tdep): Declare.
1599 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
1600
1601 2012-03-01 Pedro Alves <palves@redhat.com>
1602
1603 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
1604 gdbarch parameter.
1605 (linux_init_abi): Install it as has_shared_address_space gdbarch
1606 callback.
1607
1608 2012-03-01 Pedro Alves <palves@redhat.com>
1609
1610 * observer.c (observer_test_first_notification_function)
1611 (observer_test_second_notification_function)
1612 (observer_test_third_notification_function): Add declarations.
1613
1614 2012-03-01 Pedro Alves <palves@redhat.com>
1615
1616 * common/signals.c (default_target_signal_to_host)
1617 (default_target_signal_from_host): Move ...
1618 * arch-utils.c: ... here.
1619 * arch-utils.h (default_target_signal_to_host)
1620 (default_target_signal_from_host): Declare.
1621
1622 * common/signals.c (target_signal_from_command): Move ...
1623 * infrun.c: ... here.
1624 * inferior.h (target_signal_from_command): Declare.
1625 * target.h (target_signal_from_command)
1626 (default_target_signal_from_host, default_target_signal_to_host):
1627 Delete declarations.
1628
1629 * common/signals.c (_initialize_signals): Delete.
1630
1631 2012-03-01 Pedro Alves <palves@redhat.com>
1632
1633 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
1634 both __cplusplus and !__cplusplus.
1635
1636 2012-03-01 Pedro Alves <palves@redhat.com>
1637
1638 * psymtab.c (find_and_open_source): Delete declaration.
1639 * source.c (find_and_open_source): Move comment ...
1640 * source.h (find_and_open_source): ... to this new declaration.
1641
1642 2012-03-01 Pedro Alves <palves@redhat.com>
1643
1644 * inline-frame.c: Include inline-frame.h.
1645
1646 2012-03-01 Pedro Alves <palves@redhat.com>
1647
1648 * tui/tui-data.c (set_gen_win_origin): Delete.
1649 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
1650 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
1651
1652 2012-03-01 Pedro Alves <palves@redhat.com>
1653
1654 * remote.c (encode_actions): Delete declaration.
1655 * tracepoint.c (encode_actions): Make extern.
1656 * tracepoint.h (encode_actions): Declare.
1657
1658 2012-03-01 Pedro Alves <palves@redhat.com>
1659
1660 * python/py-breakpoint.c: Include python.h.
1661 * python/py-continueevent.c (create_continue_event_object): Make
1662 static.
1663 * python/py-lazy-string.c (stpy_get_type): Make static.
1664 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1665 Make static.
1666 * python/py-utils.c (unicode_to_target_python_string): Make
1667 static.
1668 * python/py-value.c: Include python.h.
1669
1670 2012-03-01 Pedro Alves <palves@redhat.com>
1671
1672 * inferior.c (delete_threads_of_inferior): Delete.
1673
1674 2012-03-01 Pedro Alves <palves@redhat.com>
1675
1676 Import fallback definitions from glibc.
1677
1678 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
1679 ps_prochandle): Forward declare.
1680 (ps_err_e): Use glibc's comments.
1681 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
1682 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
1683 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
1684 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
1685 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
1686 (struct ps_prochandle): Adjust comment.
1687
1688 2012-03-01 Pedro Alves <palves@redhat.com>
1689
1690 * ada-lang.c (ada_modulus_from_name): Delete.
1691 * ada-lex.l (lexer_init): Make static.
1692
1693 2012-03-01 Pedro Alves <palves@redhat.com>
1694
1695 PR gdb/13767
1696
1697 * frame.c (read_frame_register_unsigned): New.
1698 * frame.h (read_frame_register_unsigned): Declare.
1699 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
1700 Handle it.
1701 (print_i387_control_word): New parameter `control_p'. Handle it.
1702 (i387_print_float_info): Handle unavailable float registers.
1703
1704 2012-03-01 Keith Seitz <keiths@redhat.com>
1705
1706 * linespec.c (decode_line_2): Sort the list of methods
1707 alphabetically before presenting the user with a selection
1708 menu.
1709
1710 2012-03-01 Doug Evans <dje@google.com>
1711
1712 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
1713 has_namespace_info.
1714 (dwarf2_read_abbrevs): Remove corresponding initialization.
1715
1716 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
1717
1718 * NEWS: Mention new python command class gdb.COMMAND_USER.
1719 * cli/cli-cmds.c (show_user): Print error when used on a python
1720 command.
1721 (init_cli_cmds): Update documentation strings for "show user" and
1722 "set/show max-user-call-depth" to clarify that it does not apply to
1723 python commands.
1724 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
1725 error check.
1726 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
1727 gdb python api.
1728 * top.c (execute_command): Only execute a user-defined command as a
1729 legacy macro if c->user_commands is set.
1730
1731 2012-03-01 Tom Tromey <tromey@redhat.com>
1732
1733 * valprint.h (struct generic_val_print_decorations): New.
1734 (generic_val_print): Declare.
1735 * valprint.c (generic_val_print): New function.
1736 * p-valprint.c (p_decorations): New global.
1737 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
1738 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
1739 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
1740 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
1741 * m2-valprint.c (m2_decorations): New global.
1742 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
1743 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
1744 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
1745 TYPE_CODE_ERROR>: Call generic_val_print.
1746 * f-valprint.c (f_decorations): New global.
1747 (f_val_print): Use print_function_pointer_address.
1748 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
1749 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
1750 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
1751 generic_val_print.
1752 * c-valprint.c (c_decorations): New global.
1753 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
1754 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
1755 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
1756 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
1757 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
1758 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
1759 case.
1760
1761 2012-03-01 Tom Tromey <tromey@redhat.com>
1762
1763 * valprint.c (val_print): Update.
1764 * p-valprint (pascal_val_print): Return void.
1765 * p-lang.h (pascal_val_print): Return void.
1766 * m2-valprint.c (m2_val_print): Return void.
1767 * m2-lang.h (m2_val_print): Return void.
1768 * language.h (struct language_defn) <la_val_print>: Return void.
1769 * language.c (unk_lang_val_print): Return void.
1770 * jv-valprint.c (java_val_print): Return void.
1771 * jv-lang.h (java_val_print): Return void.
1772 * f-valprint.c (f_val_print): Return void.
1773 * f-lang.h (f_val_print): Return void.
1774 * d-valprint.c (d_val_print): Return void.
1775 (dynamic_array_type): Update.
1776 * d-lang.h (d_val_print): Return void.
1777 * c-valprint.c (c_val_print): Return void.
1778 * c-lang.h (c_val_print): Return void.
1779 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
1780 void.
1781 * ada-lang.h (ada_val_print): Return void.
1782
1783 2012-03-01 Tom Tromey <tromey@redhat.com>
1784
1785 * value.h (val_print): Return void.
1786 * valprint.c (val_print): Return void.
1787
1788 2012-03-01 Tom Tromey <tromey@redhat.com>
1789
1790 * value.h (common_val_print): Return void.
1791 * valprint.c (common_val_print): Return void.
1792
1793 2012-03-01 Tom Tromey <tromey@redhat.com>
1794
1795 * value.h (value_print): Return void.
1796 * valprint.c (value_print): Return void.
1797 * p-valprint.c (pascal_value_print): Return void.
1798 * p-lang.h (pascal_value_print): Return void.
1799 * language.h (struct language_defn) <la_value_print>: Return
1800 void.
1801 * language.c (unk_lang_value_print): Return void.
1802 * jv-valprint.c (java_value_print): Return void.
1803 * jv-lang.h (java_value_print): Return void.
1804 * f-valprint.c (c_value_print): Don't declare.
1805 Include c-lang.h.
1806 * c-valprint.c (c_value_print): Return void.
1807 * c-lang.h (c_value_print): Return void.
1808 * ada-valprint.c (ada_value_print): Return void.
1809 * ada-lang.h (ada_value_print): Return void.
1810
1811 2012-03-01 Tom Tromey <tromey@redhat.com>
1812
1813 * value.c (value_primitive_field): Handle virtual base classes.
1814
1815 2012-03-01 Tom Tromey <tromey@redhat.com>
1816
1817 * gdbtypes.h (struct vbase): Remove.
1818
1819 2012-03-01 Tom Tromey <tromey@redhat.com>
1820
1821 * c-valprint.c (print_function_pointer_address): Move...
1822 * valprint.c: ... here. Make non-static.
1823 * m2-valprint.c (print_function_pointer_address): Remove.
1824 * valprint.h (print_function_pointer_address): Declare.
1825
1826 2012-03-01 Joel Brobecker <brobecker@adacore.com>
1827
1828 * NEWS: Document the fact that one can provide a condition when
1829 creating an Ada exception catchpoint.
1830
1831 2012-03-01 Tom Tromey <tromey@redhat.com>
1832
1833 * valprint.c (val_print_type_code_flags): Fix placement of
1834 trailing brace.
1835
1836 2012-03-01 Joel Brobecker <brobecker@adacore.com>
1837
1838 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
1839 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
1840 environment variable before calling update-copyright.
1841
1842 2012-03-01 Joel Brobecker <brobecker@adacore.com>
1843
1844 * gnulib/extra/update-copyright: Update to the latest from
1845 gnulib's git repository.
1846 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
1847 variable to 2 instead of 1.
1848
1849 2012-02-29 Joel Brobecker <brobecker@adacore.com>
1850
1851 * varobj.c (c_value_of_variable): Remove dead code.
1852
1853 2012-02-29 Joel Brobecker <brobecker@adacore.com>
1854
1855 * ada-lex.p (processId): Do not modify already encoded IDs.
1856 Update function documentation.
1857
1858 2012-02-29 Joel Brobecker <brobecker@adacore.com>
1859
1860 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
1861 "name" with "struct symbol *name_sym".
1862 * ada-exp.y (write_var_or_type): Update call to
1863 ada_find_renaming_symbol.
1864 "name" with "struct symbol *name_sym". Adjust Implementation
1865 accordingly. Adjust the function documentation.
1866
1867 2012-02-29 Joel Brobecker <brobecker@adacore.com>
1868
1869 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
1870 * ada-lang.c (ada_find_any_type): Add advance declaration.
1871 Make static. Replace ada_find_any_symbol by
1872 ada_find_any_type_symbol.
1873 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
1874 Improve function description. Make static.
1875 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
1876 Replace ada_find_any_symbol by ada_find_any_type_symbol.
1877
1878 2012-02-29 Joel Brobecker <brobecker@adacore.com>
1879
1880 * ada-lang.c (struct tag_args): Delete.
1881 (ada_get_tsd_type): Function body moved up in source file.
1882 (ada_tag_name_1, ada_tag_name_2): Delete.
1883 (ada_get_tsd_from_tag): New function.
1884 (ada_tag_name_from_tsd): New function.
1885 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
1886 to determine the tag name.
1887
1888 2012-02-29 Joel Brobecker <brobecker@adacore.com>
1889
1890 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
1891 declaration.
1892 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
1893 function.
1894
1895 2012-02-29 Joel Brobecker <brobecker@adacore.com>
1896
1897 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
1898
1899 2012-02-29 Joel Brobecker <brobecker@adacore.com>
1900
1901 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
1902 full searches.
1903
1904 2012-02-29 Joel Brobecker <brobecker@adacore.com>
1905
1906 * ada-lang.c (constrained_packed_array_type): If there is a
1907 parallel XA type, use it to determine the array index type.
1908
1909 2012-02-29 Joel Brobecker <brobecker@adacore.com>
1910
1911 * ada-valprint.c (ada_val_print_1): If our value is a reference
1912 to an array descriptor, dereference it before converting it
1913 to a simple array.
1914
1915 2012-02-29 Joel Brobecker <brobecker@adacore.com>
1916
1917 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
1918 creating fixed value.
1919 (ada_value_ind, ada_coerce_ref, assign_component)
1920 (ada_evaluate_subexp): Remove call to unwrap_value before
1921 call to ada_to_fixed_value.
1922
1923 2012-02-29 Joel Brobecker <brobecker@adacore.com>
1924
1925 * ada-lang.c (to_fixed_array_type): Set result's type name.
1926
1927 2012-02-29 Joel Brobecker <brobecker@adacore.com>
1928
1929 * ada-lang.c (catch_ada_exception_command_split): Add new
1930 argument cond_string. Add support for condition at end of
1931 "catch exception" commands.
1932 (ada_decode_exception_location): Add new argument cond_string.
1933 Update call to catch_ada_exception_command_split.
1934 (create_ada_exception_catchpoint): Add new argument cond_string.
1935 Set the breakpoint condition if needed.
1936 (catch_ada_exception_command): Update call to
1937 ada_decode_exception_location.
1938 (ada_decode_assert_location): Add function documentation.
1939 Add support for condition at end of "catch assert" command.
1940 (catch_assert_command): Update calls to ada_decode_assert_location
1941 and create_ada_exception_catchpoint.
1942
1943 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1944
1945 Fix disp-step-syscall.exp: fork: single step over fork.
1946 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
1947 (i386_linux_get_syscall_number_from_regcache): ... here, new function
1948 comment, change parameters gdbarch and ptid to regcache. Remove
1949 parameter regcache, initialize gdbarch from regcache here.
1950 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
1951 New functions.
1952 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
1953 instead.
1954 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
1955 'syscall'. Make the 'int' check more strict.
1956
1957 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1958
1959 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
1960 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
1961 (i386_linux_intx80_sysenter_syscall_record): ... here.
1962 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
1963 Use the renamed function name.
1964
1965 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1966
1967 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
1968 * breakpoint.c (until_break_command): Likewise.
1969 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
1970 * infcall.c (call_function_by_hand): Likewise.
1971 * infcmd.c (finish_forward): Likewise.
1972 * infrun.c (insert_exception_resume_breakpoint): Likewise.
1973
1974 2012-02-28 Tristan Gingold <gingold@adacore.com>
1975
1976 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
1977 avoid variable assignments inside condition.
1978
1979 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1980
1981 Fix static analysis issue found by cppcheck.
1982 * microblaze-tdep.c (microblaze_extract_return_value): Fix
1983 uninitialized BUF for size 2.
1984
1985 2012-02-27 Chris Dearman <chris@mips.com>
1986 Nathan Froyd <froydnj@codesourcery.com>
1987 Maciej W. Rozycki <macro@codesourcery.com>
1988
1989 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
1990 (mips16_instruction_has_delay_slot): Likewise.
1991 (mips_segment_boundary): Likewise.
1992 (mips_adjust_breakpoint_address): Likewise.
1993 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
1994
1995 2012-02-27 Maciej W. Rozycki <macro@mips.com>
1996 Maciej W. Rozycki <macro@codesourcery.com>
1997
1998 * infrun.c (handle_inferior_event): Don't proceed through
1999 shared library trampolines if stepping at the machine
2000 instruction level.
2001
2002 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
2003
2004 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
2005 too.
2006
2007 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
2008
2009 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
2010 (sh_stub_unwind_sniffer): New functions.
2011 (sh_stub_unwind): New variable.
2012 (sh_gdbarch_init): Wire everything.
2013
2014 2012-02-27 Pedro Alves <palves@redhat.com>
2015
2016 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
2017 (linux_nat_post_attach_wait): Adjust to use
2018 linux_proc_pid_is_stopped.
2019 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
2020 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
2021 based on pid_is_stopped from both linux-nat.c and
2022 gdbserver/linux-low.c, and renamed.
2023
2024 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
2025
2026 * remote.c (remote_watchpoint_addr_within_range): New function.
2027 (init_remote_ops): Use it.
2028
2029 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
2030
2031 * target.h (target_watchpoint_addr_within_range): Document macro.
2032
2033 2012-02-24 Pedro Alves <palves@redhat.com>
2034
2035 * stack.c (set_last_displayed_sal): Issue internal_error instead
2036 of warning, and issue it after clearing the last displayed sal.
2037
2038 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2039 Pedro Alves <palves@redhat.com>
2040
2041 * breakpoint.c (until_break_command): Install breakpoints after
2042 all frame manipulations.
2043
2044 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
2045
2046 * remote.c (remote_supports_cond_breakpoints): New forward
2047 declaration.
2048 (remote_add_target_side_condition): New function.
2049 (remote_insert_breakpoint): Add target-side breakpoint
2050 conditional if supported.
2051 (remote_insert_hw_breakpoint): Likewise.
2052 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
2053 hook.
2054
2055 * target.c (update_current_target): Inherit
2056 to_supports_evaluation_of_breakpoint_conditions.
2057 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
2058
2059 * target.h (struct target_ops)
2060 <to_supports_evaluation_of_breakpoint_conditions>: New field.
2061 (target_supports_evaluation_of_breakpoint_conditions): New #define.
2062
2063 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
2064 (condition_evaluation_both, condition_evaluation_auto,
2065 condition_evaluation_host, condition_evaluation_target,
2066 condition_evaluation_enums, condition_evaluation_mode_1,
2067 condition_evaluation_mode): New static globals.
2068 (translate_condition_evaluation_mode): New function.
2069 (breakpoint_condition_evaluation_mode): New function.
2070 (gdb_evaluates_breakpoint_condition_p): New function.
2071 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
2072 (mark_breakpoint_modified): New function.
2073 (mark_breakpoint_location_modified): New function.
2074 (set_condition_evaluation_mode): New function.
2075 (show_condition_evaluation_mode): New function.
2076 (bp_location_compare_addrs): New function.
2077 (get_first_location_gte_addr): New helper function.
2078 (set_breakpoint_condition): Free condition bytecode if locations
2079 has become unconditional. Call mark_breakpoint_modified (...).
2080 (condition_command): Call update_global_location_list (1) for
2081 breakpoints.
2082 (breakpoint_xfer_memory): Use is_breakpoint (...).
2083 (is_breakpoint): New function.
2084 (parse_cond_to_aexpr): New function.
2085 (build_target_condition_list): New function.
2086 (insert_bp_location): Handle target-side conditional
2087 breakpoints and call build_target_condition_list (...).
2088 (update_inserted_breakpoint_locations): New function.
2089 (insert_breakpoint_locations): Handle target-side conditional
2090 breakpoints.
2091 (bpstat_check_breakpoint_conditions): Add comment.
2092 (bp_condition_evaluator): New function.
2093 (bp_location_condition_evaluator): New function.
2094 (print_breakpoint_location): Print information on where the condition
2095 will be evaluated.
2096 (print_one_breakpoint_location): Likewise.
2097 (init_bp_location): Call mark_breakpoint_location_modified (...) for
2098 breakpoint location.
2099 (force_breakpoint_reinsertion): New functions.
2100 (update_global_location_list): Handle target-side breakpoint
2101 conditions.
2102 Reinsert locations that are already inserted if conditions have
2103 changed.
2104 (bp_location_dtor): Free agent expression bytecode.
2105 (disable_breakpoint): Call mark_breakpoint_modified (...).
2106 Call update_global_location_list (...) with parameter 1 for breakpoints.
2107 (disable_command): Call mark_breakpoint_location_modified (...).
2108 Call update_global_location_list (...) with parameter 1 for breakpoints.
2109 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
2110 (enable_command): mark_breakpoint_location_modified (...).
2111 (_initialize_breakpoint): Update documentation and add
2112 condition-evaluation breakpoint subcommand.
2113
2114 * breakpoint.h: Include ax.h.
2115 (condition_list): New data structure.
2116 (condition_status): New enum.
2117 (bp_target_info) <cond_list>: New field.
2118 (bp_location) <condition_changed, cond_bytecode>: New fields.
2119 (is_breakpoint): New prototype.
2120
2121 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
2122
2123 * remote.c (remote_state) <cond_breakpoints>: New field.
2124 (PACKET_ConditionalBreakpoints): New enum.
2125 (remote_cond_breakpoint_feature): New function.
2126 (remote_protocol_features): Add new ConditionalBreakpoints entry.
2127 (remote_supports_cond_breakpoints): New function.
2128 (_initialize_remote): Add new packet configuration for
2129 target-side conditional breakpoints.
2130
2131 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
2132
2133 * NEWS: Mention target-side conditional breakpoint support,
2134 new condition-evaluation breakpoint subcommand and remote
2135 packet extensions.
2136
2137 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
2138
2139 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
2140 number.
2141
2142 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
2143
2144 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
2145 (after_prologue): Remove.
2146
2147 2012-02-23 Tom Tromey <tromey@redhat.com>
2148
2149 * jv-valprint.c (java_val_print): Remove dead code.
2150
2151 2012-02-23 Tristan Gingold <gingold@adacore.com>
2152
2153 * ada-tasks.c (struct ada_tasks_inferior_data): Add
2154 known_tasks_element and known_tasks_length fields.
2155 (read_known_tasks_array): Change argument type. Use pointer type
2156 and number of elements from DATA. Adjust.
2157 (read_known_tasks_list): Likewise.
2158 (get_known_tasks_addr): Remove.
2159 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
2160 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
2161 type and array length. Merge former get_known_tasks_addr code.
2162
2163 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2164
2165 PR backtrace/13716
2166 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
2167 it after set_momentary_breakpoint.
2168
2169 2012-02-22 Sterling Augustine <saugustine@google.com>
2170
2171 PR 13689:
2172 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
2173
2174 2012-02-22 Gary Benson <gbenson@redhat.com>
2175
2176 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
2177 (find_slot_in_mapped_hash): Likewise.
2178
2179 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2180
2181 PR build/13638
2182 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
2183 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
2184 * configure: Regenerate.
2185
2186 2012-02-21 Tristan Gingold <gingold@adacore.com>
2187 Pedro Alves <palves@redhat.com>
2188
2189 * ia64-tdep.c: Do not include libunwind-ia64.h.
2190 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
2191 Include libunwind-ia64.h instead of libunwind.h.
2192 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
2193 for libunwind.h existence.
2194 * configure, config.in: Regenerate.
2195
2196 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
2197
2198 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
2199 instead of value_rtti_target_type.
2200 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
2201 instead of value_rtti_target_type.
2202 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
2203 value_rtti_target_type.
2204 * valops.c (value_ind): Extract function readjust_indirect_value_type.
2205 (value_rtti_target_type): Rename to ...
2206 (value_rtti_indirect_type): ... here and make it indirect. Update
2207 function comment.
2208 * value.c (readjust_indirect_value_type): New function.
2209 (coerce_ref): Support for enclosing type setting for references
2210 with readjust_indirect_value_type.
2211 * value.h (readjust_value_type): New declaration.
2212 (value_rtti_target_type): Rename to ...
2213 (value_rtti_indirect_type): ... here.
2214
2215 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
2216
2217 * MAINTAINERS (Write After Approval): Add myself to the list.
2218
2219 2012-02-20 Doug Evans <dje@google.com>
2220
2221 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
2222 Rename objfile_p_char parameter to objfilep.
2223 (build_objfile_section_table): Result is now void. All callers
2224 updated.
2225 * objfiles.h (struct objfile): Tweak comments, whitespace.
2226 (build_objfile_section_table): Update.
2227
2228 * elfread.c (elf_symfile_segments): Fix warning text.
2229
2230 2012-02-20 Tom Tromey <tromey@redhat.com>
2231
2232 PR gdb/13498:
2233 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
2234 particular set of file names once.
2235 (dw2_map_symbol_filenames): Likewise.
2236
2237 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2238
2239 Code cleanup.
2240 * main.c (write_files): Remove the declaration.
2241 (external_editor_command): Move the declaration ...
2242 [GDBTK] (external_editor_command): ... here. Fix the comment.
2243
2244 2012-02-20 Tom Tromey <tromey@redhat.com>
2245
2246 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
2247 extraneous block.
2248
2249 2012-02-20 Tristan Gingold <gingold@adacore.com>
2250
2251 * darwin-nat.h (enum darwin_msg_state): Add comments.
2252
2253 2012-02-20 Tristan Gingold <gingold@adacore.com>
2254
2255 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
2256 value.
2257
2258 2012-20-18 Joel Brobecker <brobecker@adacore.com>
2259
2260 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
2261 between function description and implementation.
2262
2263 2012-02-17 Tom Tromey <tromey@redhat.com>
2264
2265 PR python/12070:
2266 * python/py-event.c (event_object_getset): New global.
2267 (event_object_type): Reference it.
2268 * python/py-type.c (field_object_getset): New global.
2269 (field_object_type): Reference it.
2270 * python/python-internal.h (gdb_py_generic_dict): Declare.
2271 * python/py-utils.c (gdb_py_generic_dict): New function.
2272
2273 2012-02-17 Tristan Gingold <gingold@adacore.com>
2274
2275 * solib-darwin.c (darwin_current_sos): Check magic and filetype
2276
2277 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
2278
2279 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
2280 TYPE_CALLING_CONVENTION annotation.
2281
2282 2012-02-16 Kevin Buettner <kevinb@redhat.com>
2283
2284 * MAINTAINERS: Add rx to target ISA section.
2285 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
2286 (ALLDEPFILES): Add rx-tdep.c.
2287
2288 2012-02-16 Tom Tromey <tromey@redhat.com>
2289
2290 * symfile.c (symbol_file_add_main_1): Use inferior's
2291 symfile_flags.
2292 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
2293 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
2294 inferior.
2295 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
2296 inferior.
2297 (follow_exec): Use inferior's symfile_flags.
2298 * inferior.h (struct inferior) <symfile_flags>: New field.
2299
2300 2012-02-16 Mike Frysinger <vapier@gentoo.org>
2301
2302 PR gdb/9734:
2303 * remote-sim.c (gdbsim_create_inferior): Call error() when
2304 sim_create_inferior() fails.
2305
2306 2012-02-16 Josh Matthews <josh@joshmatthews.net>
2307
2308 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
2309
2310 2012-02-16 Tom Tromey <tromey@redhat.com>
2311
2312 PR c++/13653:
2313 * thread.c (struct current_thread_cleanup) <was_removable>: New
2314 field.
2315 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
2316 (make_cleanup_restore_current_thread): Initialize new field.
2317
2318 2012-02-15 Kevin Buettner <kevinb@redhat.com>
2319
2320 * MAINTAINERS: Add rl78 to target ISA section.
2321 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
2322 (ALLDEPFILES): Add rl78-tdep.c.
2323 * NEWS: Mention rl78 as a new target.
2324
2325 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
2326
2327 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
2328 data.
2329 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
2330
2331 2012-02-15 Tom Tromey <tromey@redhat.com>
2332
2333 PR gdb/12659:
2334 * infcmd.c (registers_info): Print just the current register's
2335 name.
2336
2337 2012-02-15 Tom Tromey <tromey@redhat.com>
2338
2339 * python/py-symbol.c (sympy_value): Use _().
2340
2341 2012-02-15 Pedro Alves <palves@redhat.com>
2342
2343 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
2344 output to be like native targets'.
2345 (remote_pid_to_str): Special case the null ptid.
2346
2347 2012-02-14 Stan Shebs <stan@codesourcery.com>
2348
2349 * NEWS: Mention enable count command.
2350 * breakpoint.h (struct breakpoint): New field enable_count.
2351 * breakpoint.c (enable_breakpoint_disp): Add count argument.
2352 (enable_breakpoint): Add arg to call.
2353 (struct disp_data): New struct.
2354 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
2355 (do_map_enable_once_breakpoint): Create a struct and pass it.
2356 (do_map_enable_delete_breakpoint): Ditto.
2357 (do_map_enable_count_breakpoint): New function.
2358 (enable_count_command): New function.
2359 (bpstat_stop_status): Decrement enable_count.
2360 (print_one_breakpoint_location): Report enable count.
2361 (_initialize_breakpoint): Add enable count command.
2362
2363 2012-02-14 Kevin Buettner <kevinb@redhat.com>
2364
2365 * rl78-tdep.c (reggroups.h): Include.
2366 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
2367 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
2368 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
2369 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
2370 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
2371 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
2372 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
2373 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
2374 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
2375 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
2376 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
2377 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
2378 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
2379 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
2380 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
2381 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
2382 beginning of register list.
2383 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
2384 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
2385 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
2386 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
2387 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
2388 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
2389 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
2390 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
2391 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
2392 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
2393 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
2394 the pseudo registers. Rearrange other pseudo registers too so
2395 that the bank registers appear at the end.
2396 (rl78_register_type): Account for the fact that the byte sized
2397 bank registers are now pseudo-registers.
2398 (rl78_register_name): Rearrange the register name array. Make
2399 initial set of raw banked registers inaccessible.
2400 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
2401 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
2402 case for copying bytes back and forth between raw and pseudo
2403 versions of the banked registers. Update other cases to reflect
2404 the changed names.
2405 (rl78_return_value): Update to account for changed names of
2406 raw registers.
2407 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
2408 rl78_register_sim_regno().
2409
2410 2012-02-14 Kevin Buettner <kevinb@redhat.com>
2411
2412 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
2413 the name parameter being passed to find_pc_partial_function().
2414
2415 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2416
2417 * MAINTAINERS: Step down from being ia64 target maintainer.
2418
2419 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2420
2421 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
2422 compilation warning.
2423
2424 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2425
2426 Fix crash on loaded shlibs without loaded exec_bfd.
2427 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
2428 (set_section_command): Replace exec_bfd by p->bfd.
2429
2430 2012-02-10 Tom Tromey <tromey@redhat.com>
2431
2432 * linespec.c (decode_line_internal): Skip symtabs_from_filename
2433 when we have a C++ qualified name.
2434
2435 2012-02-10 Pedro Alves <palves@redhat.com>
2436
2437 * inferior.c (inferior_pid_to_str): New.
2438 (print_inferior, inferior_command): Use it.
2439
2440 2012-02-10 Pedro Alves <palves@redhat.com>
2441
2442 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
2443 the test CFLAGS.
2444 * configure: Regenerate.
2445
2446 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2447
2448 * linespec.c (decode_line_internal): Fix comment correctness.
2449
2450 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
2451
2452 PR gdb/12953
2453 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
2454 * amd64bsd-nat.c: Add support for debug registers (adapted from
2455 i386bsd-nat.c).
2456 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
2457 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
2458 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
2459 (amd64bsd_dr_get_control): New functions.
2460 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
2461 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
2462 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
2463 watchpoints initialization.
2464 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
2465
2466 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2467
2468 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
2469 flds_bnds.fields.
2470 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
2471
2472 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2473
2474 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
2475
2476 2012-02-08 Joel Brobecker <brobecker@adacore.com>
2477
2478 * language.h (symbol_name_cmp_ftype): Renames
2479 symbol_name_match_p_ftype.
2480 (struct language_defn)[la_get_symbol_name_cmp]: Renames
2481 la_get_symbol_name_match_p.
2482 * ada-lang.c (ada_get_symbol_name_cmp): Renames
2483 ada_get_symbol_name_match_p. Update comment.
2484 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
2485 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
2486 Renames symbol_name_match_p. Update field type.
2487 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
2488 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
2489 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
2490 "la_get_symbol_name_cmp" in comments.
2491 * language.c: Likewise.
2492
2493 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2494
2495 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
2496 %eflags offset.
2497 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
2498 (amd64_sol2_gregset32_reg_offs): Likewise.
2499
2500 2012-02-08 Joel Brobecker <brobecker@adacore.com>
2501
2502 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
2503 of the returned BFD is allocated by GDB.
2504
2505 2012-02-07 Tom Tromey <tromey@redhat.com>
2506
2507 PR python/12027:
2508 * python/python-internal.h (frame_object_type): Declare.
2509 * python/py-symbol.c (sympy_needs_frame): New function.
2510 (sympy_value): New function.
2511 (symbol_object_getset): Add "needs_frame".
2512 (symbol_object_methods): Add "value".
2513 * python/py-frame.c (frame_object_type): No longer static.
2514
2515 2012-02-07 Tom Tromey <tromey@redhat.com>
2516
2517 PR python/13599:
2518 * python/py-symbol.c (sympy_line): New function.
2519 (symbol_object_getset): Add "line".
2520
2521 2012-02-07 Tom Tromey <tromey@redhat.com>
2522
2523 * charset.c (find_charset_names): Check 'in' against NULL.
2524
2525 2012-02-06 Doug Evans <dje@google.com>
2526
2527 * gdbtypes.h (struct main_type): Change type of name,tag_name,
2528 and fields.name members from char * to const char *. All uses updated.
2529 (struct cplus_struct_type): Change type of fn_fieldlists.name member
2530 from char * to const char *. All uses updated.
2531 (type_name_no_tag): Update.
2532 (lookup_unsigned_typename, lookup_signed_typename): Update.
2533 * gdbtypes.c (type_name_no_tag): Change result type
2534 from char * to const char *. All callers updated.
2535 (lookup_unsigned_typename, lookup_signed_typename): Change type of
2536 name parameter from char * to const char *.
2537 * symtab.h (struct cplus_specific): Change type of demangled_name
2538 member from char * to const char *. All uses updated.
2539 (struct general_symbol_info): Change type of name and
2540 mangled_lang.demangled_name members from char * to const char *.
2541 All uses updated.
2542 (symbol_get_demangled_name, symbol_natural_name): Update.
2543 (symbol_demangled_name, symbol_search_name): Update.
2544 * symtab.c (symbol_get_demangled_name): Change result type
2545 from char * to const char *. All callers updated.
2546 (symbol_natural_name, symbol_demangled_name): Ditto.
2547 (symbol_search_name): Ditto.
2548 (completion_list_add_name): Change type of symname,sym_text,
2549 text,word parameters from char * to const char *.
2550 (completion_list_objc_symbol): Change type of sym_text,
2551 text,word parameters from char * to const char *.
2552 * ada-lang.c (find_struct_field): Change type of name parameter
2553 from char * to const char *.
2554 (encoded_ordered_before): Similarly for N0,N1 parameters.
2555 (old_renaming_is_invisible): Similarly for function_name parameter.
2556 (ada_type_name): Change result type from char * to const char *.
2557 All callers updated.
2558 * ada-lang.h (ada_type_name): Update.
2559 * buildsym.c (hashname): Change type of name parameter
2560 from char * to const char *.
2561 * buildsym.h (hashname): Update.
2562 * dbxread.c (end_psymtab): Change type of include_list parameter
2563 from char ** to const char **.
2564 * dwarf2read.c (determine_prefix): Change result type
2565 from char * to const char *. All callers updated.
2566 * f-lang.c (find_common_for_function): Change type of name, funcname
2567 parameters from char * to const char *.
2568 * f-lang.c (find_common_for_function): Update.
2569 * f-valprint.c (list_all_visible_commons): Change type of funcname
2570 parameters from char * to const char *.
2571 * gdbarch.sh (static_transform_name): Change type of name parameter
2572 and result from char * to const char *.
2573 * gdbarch.c: Regenerate.
2574 * gdbarch.h: Regenerate.
2575 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
2576 of name parameter from char * to const char *.
2577 * jv-lang.c (java_primitive_type_from_name): Ditto.
2578 (java_demangled_signature_length): Similarly for signature parameter.
2579 (java_demangled_signature_copy): Ditto.
2580 (java_demangle_type_signature): Ditto.
2581 * jv-lang.h (java_primitive_type_from_name): Update.
2582 (java_demangle_type_signature): Update.
2583 * objc-lang.c (specialcmp): Change type of a,b parameters
2584 from char * to const char *.
2585 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
2586 from char * to const char *. All callers updated.
2587 * p-lang.h (is_pascal_string_type): Update.
2588 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
2589 of name parameter from char * to const char *.
2590 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
2591 * utils.c (fprintf_symbol_filtered): Ditto.
2592 * defs.h (fprintf_symbol_filtered): Update.
2593 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
2594 * stabsread.h (end_psymtab): Update.
2595 * stack.c (find_frame_funname): Change type of funname parameter
2596 from char ** to const char **.
2597 * stack.h (find_frame_funname): Update.
2598 * typeprint.c (type_print): Change type of varstring parameter
2599 from char * to const char *.
2600 * value.h (type_print): Update.
2601 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
2602 from char * to const char *. All callers updated.
2603 (xcoff_end_psymtab): Change type of include_list parameter
2604 from char ** to const char **. All callers updated.
2605 (swap_sym): Similarly for name parameter. All callers updated.
2606 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
2607 Use xstrdup.
2608 (process_coff_symbol): Use xstrdup.
2609 * stabsread.c (stabs_method_name_from_physname): Renamed from
2610 update_method_name_from_physname. Change result type from void
2611 to char *. All callers updated.
2612 (read_member_functions): In has_destructor case, store name in objfile
2613 obstack instead of malloc space. In !has_stub case, fix mem leak.
2614
2615 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
2616
2617 * configure: Rebuild.
2618 * configure.ac: Put -L../bfd and -L../libiberty at the front of
2619 LDFLAGS.
2620
2621 2012-02-03 Kevin Buettner <kevinb@redhat.com>
2622
2623 * configure.tgt (rl78-*-elf): New target.
2624 * rl78-tdep.c: New file.
2625
2626 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2627
2628 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
2629 and continue the loop. Add QUIT statement.
2630
2631 2012-02-03 Tom Tromey <tromey@redhat.com>
2632
2633 PR gdb/13596:
2634 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
2635 bfd_lookup_symbol_from_symtab.
2636 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2637 gdb_bfd_lookup_symbol_from_symtab.
2638
2639 2012-02-03 Joel Brobecker <brobecker@adacore.com>
2640
2641 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
2642 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
2643 symbol. Add assertion that sym2 is never NULL.
2644
2645 2012-02-02 Doug Evans <dje@google.com>
2646
2647 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
2648 "name" parameter to const char ** from char **. All callers updated.
2649 (find_pc_partial_function): Ditto.
2650 (cache_pc_function_name): Change type to const char * from char *.
2651 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
2652 (find_pc_partial_function): Update.
2653 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
2654 type of "name" parameter to const char * from char *.
2655 All uses updated.
2656 * arch-utils.c (generic_in_solib_return_trampoline): Change
2657 type of "name" parameter to const char * from char *.
2658 * arch-utils.h (generic_in_solib_return_trampoline): Update.
2659 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
2660 type of "name" parameter to const char * from char *.
2661 * gdbarch.sh (in_solib_return_trampoline): Ditto.
2662 * gdbarch.c: Regenerate.
2663 * gdbarch.h: Regenerate.
2664 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
2665 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
2666 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
2667 type of "name" parameter to const char * from char *.
2668 * skip.c (skip_function_pc): Ditto.
2669 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
2670 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
2671 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
2672 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
2673 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
2674 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
2675 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
2676 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
2677 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
2678
2679 2012-02-02 Pedro Alves <palves@redhat.com>
2680
2681 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
2682 the current inferior has no execution. Make sure the current
2683 remote process matches gdb's current inferior.
2684
2685 2012-02-02 Tom Tromey <tromey@redhat.com>
2686
2687 PR gdb/13405:
2688 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
2689 read-only memory.
2690
2691 2012-02-02 Tom Tromey <tromey@redhat.com>
2692
2693 PR gdb/9307:
2694 * symtab.c (lookup_language_this): Set block_found.
2695
2696 2012-02-01 Tom Tromey <tromey@redhat.com>
2697
2698 PR gdb/13431:
2699 * jit.c (struct jit_inferior_data): Rewrite.
2700 (struct jit_objfile_data): New.
2701 (get_jit_objfile_data): New function.
2702 (add_objfile_entry): Update.
2703 (jit_read_descriptor): Return int. Replace descriptor_addr
2704 argument with inf_data. Update. Don't call error.
2705 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
2706 descriptor here.
2707 (jit_inferior_init): Don't look up descriptor. Don't call error.
2708 (jit_reset_inferior_data_and_breakpoints)
2709 (jit_inferior_created_observer): Remove.
2710 (jit_inferior_exit_hook): Update.
2711 (jit_executable_changed_observer): Remove.
2712 (jit_event_handler): Update.
2713 (free_objfile_data): Reset inferior data if needed.
2714 (_initialize_jit): Update.
2715
2716 2012-02-01 Tom Tromey <tromey@redhat.com>
2717
2718 * jit.c (bfd_open_from_target_memory): Move higher in file.
2719
2720 2012-02-01 Tristan Gingold <gingold@adacore.com>
2721
2722 * libunwind-frame.c (libunwind_load): Display message if dlopen
2723 failed.
2724
2725 2012-02-01 Gary Benson <gbenson@redhat.com>
2726
2727 * symtab.h (symbol_found_callback_ftype): New typedef.
2728 (iterate_over_symbols): Use the above.
2729 * symtab.c (iterate_over_symbols): Likewise.
2730 * language.h (language_defn->la_iterate_over_symbols): Likewise.
2731 * ada-lang.c (ada_iterate_over_symbols): Likewise.
2732 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
2733 (iterate_name_matcher): Document return values.
2734 (collect_one_symbol): Likewise.
2735 (collect_function_symbols): Likewise.
2736 (collect_symbols): Likewise.
2737
2738 2012-02-01 Tom Tromey <tromey@redhat.com>
2739
2740 * ada-lang.c (resolve_subexp): Update.
2741 (ada_lookup_symbol_list): Add 'full_search' argument.
2742 (ada_iterate_over_symbols): Pass 0 as full_search argument to
2743 ada_lookup_symbol_list.
2744 (ada_lookup_encoded_symbol): Update.
2745 (get_var_value): Update.
2746 * ada-exp.y (block_lookup): Update.
2747 (write_var_or_type): Update.
2748 (write_name_assoc): Update.
2749 * ada-lang.h (ada_lookup_symbol_list): Update.
2750
2751 2012-01-31 Tom Tromey <tromey@redhat.com>
2752
2753 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
2754 comment.
2755
2756 2012-01-31 Doug Evans <dje@google.com>
2757
2758 * symtab.h: Remove outdated comment.
2759 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
2760
2761 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
2762
2763 Fix build error in Darwin port.
2764 * i386-darwin-nat.c: Include i386-nat.h.
2765
2766 2012-01-30 Tom Tromey <tromey@redhat.com>
2767
2768 PR breakpoints/13568:
2769 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
2770 argument. Check for recursive includes.
2771 (dwarf_decode_macros): Create an include hash.
2772
2773 2012-01-30 Michael Eager <eager@eagercon.com>
2774
2775 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
2776 * ppc-linux-tdep.c: Include glibc-tdep.h.
2777 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
2778 (powerpc_linux_in_plt_stub): New function.
2779 (powerpc_linux_in_dynsym_resolve_code): New function.
2780 (ppc_skip_trampoline_code): New function.
2781 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
2782 Use glibc_skip_solib_resolver.
2783
2784 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2785
2786 Code cleanup: Make 1440 bytes of data segment read-only.
2787 * arch-utils.c (endian_enum): Make it const char *const [].
2788 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
2789 Likewise.
2790 * breakpoint.c (always_inserted_enums): Likewise.
2791 * cli/cli-cmds.c (script_ext_enums): Likewise.
2792 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
2793 enumlist parameter const char *const *.
2794 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
2795 const char *const *.
2796 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
2797 parameter const char *const *.
2798 * cris-tdep.c (cris_modes): Make it const char *const [].
2799 * filesystem.c (target_file_system_kinds): Likewise.
2800 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
2801 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
2802 (can_use_displaced_stepping_enum, scheduler_enums)
2803 (exec_direction_names): Likewise.
2804 * language.c (_initialize_language): Make the type_or_range_names and
2805 case_sensitive_names variables const char *const [].
2806 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
2807 * python/python.c (python_excp_enums): Likewise.
2808 * remote.c (interrupt_sequence_modes): Likewise.
2809 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
2810 * serial.c (logbase_enums): Likewise.
2811 * sh-tdep.c (sh_cc_enum): Likewise.
2812 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
2813 Likewise.
2814 * symtab.c (multiple_symbols_modes): Likewise.
2815 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
2816 Likewise.
2817 * utils.c (internal_problem_modes): Likewise.
2818
2819 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2820
2821 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
2822 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
2823 result.
2824
2825 2012-01-27 Doug Evans <dje@google.com>
2826
2827 * configure.ac (with_python): Fix absolute path handling for win32.
2828 * configure: Regenerate.
2829
2830 2012-01-26 Doug Evans <dje@google.com>
2831
2832 * symtab.c: Whitespace cleanup, no code changes.
2833
2834 * symtab.c (lookup_symbol_in_language): Improve comment.
2835 (lookup_symbol_aux): Fix comment.
2836
2837 * psymtab.c (add_psymbol_to_list): Result is now "void".
2838 * psympriv.h (add_psymbol_to_list): Update.
2839
2840 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
2841
2842 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2843
2844 Do not open script filenames twice.
2845 * cli/cli-cmds.c (source_script_from_stream): Pass to
2846 source_python_script also STREAM.
2847 * python/py-auto-load.c (source_section_scripts): Pass to
2848 source_python_script_for_objfile also STREAM.
2849 (auto_load_objfile_script): Pass to source_python_script_for_objfile
2850 also INPUT.
2851 * python/python-internal.h (source_python_script_for_objfile): New
2852 parameter file, rename parameter file to filename.
2853 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
2854 instead if !_WIN32. Update the function comment.
2855 (source_python_script, source_python_script_for_objfile)
2856 (source_python_script): New parameter file, rename parameter file to
2857 filename. Pass FILENAME to python_run_simple_file.
2858 * python/python.h (source_python_script): New parameter file, rename
2859 parameter file to filename.
2860
2861 2012-01-26 Pedro Alves <palves@redhat.com>
2862
2863 * corelow.c (core_has_fake_pid): Delete.
2864 (core_close): Delete references to `core_has_fake_pid'.
2865 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
2866 (core_open): Delete references to `core_has_fake_pid'.
2867 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
2868 the removed global.
2869
2870 2012-01-26 Joel Brobecker <brobecker@adacore.com>
2871
2872 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
2873 Remove language parameter from name_matcher. Adjust the comment.
2874 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
2875 Remove language parameter.
2876 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
2877 * linespec.c (iterate_name_matcher): Likewise.
2878 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
2879 name_matcher. Adjust call accordingly.
2880 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
2881 (maintenance_check_symtabs): Adjust type of parameter "fun".
2882 * psymtab.h (maintenance_check_symtabs): Likewise.
2883
2884 2012-01-26 Joel Brobecker <brobecker@adacore.com>
2885
2886 * language.h (symbol_name_match_p_ftype): New typedef.
2887 (struct language_defn): Replace field la_symbol_name_compare
2888 by la_get_symbol_name_match_p.
2889 * ada-lang.c (ada_get_symbol_name_match_p): New function.
2890 (ada_language_defn): Use it.
2891 * linespec.c (struct symbol_matcher_data): New type.
2892 (iterate_name_matcher): Rewrite.
2893 (iterate_over_all_matching_symtabs): Pass a pointer to
2894 a symbol_matcher_data struct to expand_symtabs_matching
2895 instead of just the lookup name.
2896 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
2897 opencl-lang.c, p-lang.c, language.c: Delete field
2898 la_symbol_name_compare, and replace by NULL for new field
2899 la_get_symbol_name_match_p.
2900 * symfile.h (struct quick_symbol_functions): Update comment.
2901
2902 2012-01-25 Tom Tromey <tromey@redhat.com>
2903
2904 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
2905 dereferencing.
2906
2907 2012-01-24 Tom Tromey <tromey@redhat.com>
2908
2909 PR symtab/12406:
2910 * solib.c (update_solib_list): Update the program space's
2911 added_solibs and deleted_solibs fields.
2912 * progspace.h (struct program_space) <added_solibs,
2913 deleted_solibs>: New fields.
2914 (clear_program_space_solib_cache): Declare.
2915 * progspace.c (release_program_space): Call
2916 clear_program_space_solib_cache.
2917 (clear_program_space_solib_cache): New function.
2918 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
2919 bpstat_stop_status. Use handle_solib_event.
2920 * breakpoint.c: Include gdb_regex.h.
2921 (print_solib_event): New function.
2922 (bpstat_print): Use print_solib_event.
2923 (bpstat_stop_status): Add special case for bp_shlib_event.
2924 (handle_solib_event): New function.
2925 (bpstat_what): Use handle_solib_event.
2926 (struct solib_catchpoint): New.
2927 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
2928 (breakpoint_hit_catch_solib, check_status_catch_solib)
2929 (print_it_catch_solib, print_one_catch_solib)
2930 (print_mention_catch_solib, print_recreate_catch_solib): New
2931 functions.
2932 (catch_solib_breakpoint_ops): New global.
2933 (catch_load_or_unload, catch_load_command_1)
2934 (catch_unload_command_1): New functions.
2935 (internal_bkpt_check_status): Add special case for
2936 bp_shlib_event.
2937 (internal_bkpt_print_it): Use print_solib_event.
2938 (initialize_breakpoint_ops): Initialize
2939 catch_solib_breakpoint_ops.
2940 (_initialize_breakpoint): Register "catch load" and "catch
2941 unload".
2942 * breakpoint.h (handle_solib_event): Declare.
2943 * NEWS: Add entry for "catch load" and "catch unload".
2944
2945 2012-01-24 Tom Tromey <tromey@redhat.com>
2946
2947 * ada-lang.c: Include gdb_vecs.h.
2948 * charset.c: Include gdb_vecs.h.
2949 * tracepoint.h: Include gdb_vecs.h.
2950 * gdb_vecs.h: New file.
2951
2952 2012-01-24 Pedro Alves <pedro@codesourcery.com>
2953
2954 * breakpoint.c (breakpoint_hit_catch_fork)
2955 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
2956 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
2957 * infrun.c (inferior_has_forked, inferior_has_vforked)
2958 (inferior_has_execd, inferior_has_called_syscall): Delete.
2959 (handle_syscall_event): Get syscall_number from the execution
2960 control state's wait status.
2961 (wait_for_inferior): Don't clear syscall_number.
2962
2963 2012-01-24 Pedro Alves <palves@redhat.com>
2964
2965 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
2966 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
2967 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
2968 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
2969 `ws' parameter.
2970 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
2971 false for events other than TARGET_SIGNAL_TRAP.
2972 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
2973 Add `ws' parameter.
2974 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
2975 events other than TARGET_SIGNAL_TRAP.
2976 (tracepoint_breakpoint_hit): Add `ws' parameter.
2977 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
2978 parameter.
2979 (bpstat_stop_status): Same.
2980 (pc_at_non_inline_function): Same.
2981 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
2982 to pass the current event's waitstatus to bpstat_stop_status
2983 and pc_at_non_inline_function.
2984
2985 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2986
2987 Code cleanup.
2988 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
2989 Update the function comment for it.
2990 (source_script_with_search): Call make_cleanup_fclose for STREAM.
2991 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
2992 for STREAM.
2993
2994 2012-01-24 Pedro Alves <palves@redhat.com>
2995
2996 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
2997 outside `bs->stop' block.
2998 (bpstat_what): Rework bp_shlib_event handling.
2999 (internal_bkpt_check_status): If the breakpoint is a
3000 bp_shlib_event, then set bs->stop and bs->print if
3001 stop_on_solib_events is set.
3002
3003 2012-01-24 Gary Benson <gbenson@redhat.com>
3004
3005 Delete #if 0'd out code.
3006 * stack.c (print_frame_label_vars): Remove.
3007 (catch_info): Likewise.
3008 (_initialize_stack): Remove "info catch" command.
3009 * NEWS: Mention the above.
3010
3011 2012-01-24 Pedro Alves <palves@redhat.com>
3012
3013 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
3014 it.
3015 (remote_notice_new_inferior): If the remote end doesn't support
3016 the multiprocess extensions, then the PID is fake.
3017 (add_current_inferior_and_thread): New.
3018 (remote_start_remote): Use it.
3019 (extended_remote_attach_1): Adjust.
3020 (extended_remote_create_inferior_1): Use
3021 add_current_inferior_and_thread.
3022
3023 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3024
3025 Fix watchpoints to be specific for each inferior.
3026 * breakpoint.c (watchpoint_in_thread_scope): Verify also
3027 current_program_space.
3028 * i386-nat.c (i386_inferior_data_cleanup): New.
3029 (i386_inferior_data_get): Replace variable inf_data_local by an
3030 inferior_data call.
3031 (i386_use_watchpoints): Initialize i386_inferior_data.
3032 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
3033 specific iterate_over_lwps.
3034
3035 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3036
3037 Fix watchpoints across inferior fork.
3038 * amd64-linux-nat.c (update_debug_registers_callback): Update the
3039 comment for linux_nat_iterate_watchpoint_lwps.
3040 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
3041 linux_nat_iterate_watchpoint_lwps.
3042 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
3043 * i386-linux-nat.c (update_debug_registers_callback): Update the
3044 comment for linux_nat_iterate_watchpoint_lwps.
3045 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
3046 linux_nat_iterate_watchpoint_lwps.
3047 (i386_linux_prepare_to_resume): New comment on Linux kernel.
3048 * i386-nat.c: Include inferior.h.
3049 (dr_mirror): Remove.
3050 (i386_inferior_data, struct i386_inferior_data)
3051 (i386_inferior_data_get): New.
3052 (i386_debug_reg_state): Use i386_inferior_data_get.
3053 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
3054 (i386_insert_watchpoint, i386_remove_watchpoint)
3055 (i386_stopped_data_address, i386_insert_hw_breakpoint)
3056 (i386_remove_hw_breakpoint): New variable state, use
3057 i386_debug_reg_state instead of DR_MIRROR.
3058 * linux-nat.c (delete_lwp): New declaration.
3059 (num_lwps): Move here from downwards.
3060 (delete_lwp_cleanup): New.
3061 (linux_child_follow_fork): Create new child_lp, call
3062 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
3063 PTRACE_DETACH.
3064 (num_lwps): Move upwards.
3065 (linux_nat_iterate_watchpoint_lwps): New.
3066 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
3067 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
3068
3069 2012-01-24 Joel Brobecker <brobecker@adacore.com>
3070
3071 GDB 7.4 released.
3072
3073 2012-01-23 Pedro Alves <palves@redhat.com>
3074
3075 * top.c (caution): Rename to ...
3076 (confirm): ... this.
3077 (show_caution): Rename to ...
3078 (show_confirm): ... this.
3079 (quit_cover): Adjust.
3080 (init_main): Adjust.
3081 * top.h (caution): Rename to ...
3082 (confirm): ... this.
3083 * utils.c (internal_vproblem, defaulted_query): Adjust.
3084
3085 2012-01-23 Pedro Alves <palves@redhat.com>
3086
3087 * top.c (caution): Update comment.
3088 (execute_command): Don't consider the current value of `caution'.
3089
3090 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3091
3092 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
3093
3094 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
3095
3096 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
3097 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
3098 * target.c (target_fileio_pwrite): Remove buffer address from
3099 debug output.
3100 (target_fileio_pread): Likewise.
3101
3102 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3103
3104 * NEWS: Document remote "info proc" and "generate-core-file".
3105
3106 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3107
3108 * gdbarch.sh (find_memory_regions): New callback.
3109 * gdbarch.c, gdbarch.h: Regenerate.
3110
3111 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
3112 callback before falling back to target method.
3113
3114 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
3115 (linux_target_install_ops): No longer install it.
3116
3117 * linux-tdep.c (linux_find_memory_regions): New function.
3118 (linux_init_abi): Install it.
3119
3120 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3121
3122 * gdbarch.sh (make_corefile_notes): New architecture callback.
3123 * gdbarch.c: Regenerate.
3124 * gdbarch.h: Likewise.
3125
3126 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
3127 before target_make_corefile_notes. If NULL is returned, the
3128 target does not support core file generation.
3129
3130 * linux-nat.c: Include "linux-tdep.h".
3131 (find_signalled_thread, find_stop_signal): Remove.
3132 (linux_nat_do_thread_registers): Likewise.
3133 (struct linux_nat_corefile_thread_data): Likewise.
3134 (linux_nat_corefile_thread_callback): Likewise.
3135 (iterate_over_spus): Likewise.
3136 (struct linux_spu_corefile_data): Likewise.
3137 (linux_spu_corefile_callback): Likewise.
3138 (linux_spu_make_corefile_notes): Likewise.
3139 (linux_nat_collect_thread_registers): New function.
3140 (linux_nat_make_corefile_notes): Replace contents by call to
3141 linux_make_corefile_notes passing linux_nat_collect_thread_registers
3142 as native-only callback.
3143
3144 * linux-tdep.h: Include "bfd.h".
3145 (struct regcache): Add forward declaration.
3146 (linux_collect_thread_registers_ftype): New typedef.
3147 (linux_make_corefile_notes): Add prototype.
3148 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
3149 "regset.h", and "elf-bfd.h".
3150 (find_signalled_thread, find_stop_signal): New functions.
3151 (linux_spu_make_corefile_notes): Likewise.
3152 (linux_collect_thread_registers): Likewise.
3153 (struct linux_corefile_thread_data): New data structure.
3154 (linux_corefile_thread_callback): New funcion.
3155 (linux_make_corefile_notes): Likewise.
3156 (linux_make_corefile_notes_1): Likewise.
3157 (linux_init_abi): Install it.
3158
3159 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3160
3161 * gdbarch.sh (info_proc): New callback.
3162 * gdbarch.c, gdbarch.h: Regenerate.
3163
3164 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
3165 before falling back to the target info_proc callback.
3166
3167 * linux-nat.c: Do not include "cli/cli-utils.h".
3168 (linux_nat_info_proc): Remove.
3169 (linux_target_install_ops): No longer install it.
3170
3171 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
3172 (read_mapping): New function.
3173 (linux_info_proc): Likewise.
3174 (linux_init_abi): Install it.
3175
3176 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3177
3178 * defs.h (enum info_proc_what): Moved here from linux-nat.c
3179 * infcmd.c: (info_proc_cmd_1): New function.
3180 (info_proc_cmd): New function, moved here from equivalent routine
3181 orignally in linux-nat.c.
3182 (info_proc_cmd_mappings): Likewise.
3183 (info_proc_cmd_stat): Likewise.
3184 (info_proc_cmd_status): Likewise.
3185 (info_proc_cmd_cwd): Likewise.
3186 (info_proc_cmd_cmdline): Likewise.
3187 (info_proc_cmd_exe): Likewise.
3188 (info_proc_cmd_all): Likewise.
3189 (_initialize_infcmd): Install "info proc" command and subcommands.
3190
3191 * target.h (struct target_ops): Add to_info_proc.
3192 (target_info_proc): Add prototype.
3193 * target.c (target_info_proc): New function.
3194
3195 * procfs.c (procfs_info_proc): Add prototype.
3196 (info_proc_cmd): Rename into ...
3197 (procfs_info_proc): ... this. Update argument types as appropriate
3198 for a to_info_proc implementation. Handle "what" argument.
3199 (procfs_target): Install procfs_info_proc.
3200 (_initialize_procfs): No longer install "info proc" command.
3201
3202 * linux-nat.c: (enum info_proc_what): Remove.
3203 (linux_nat_info_proc_cmd_1): Rename into ...
3204 (linux_nat_info_proc): ... this. Update argument types as appropriate
3205 for a to_info_proc implementation.
3206 (linux_nat_info_proc_cmd): Remove.
3207 (linux_nat_info_proc_cmd_mappings): Likewise.
3208 (linux_nat_info_proc_cmd_stat): Likewise.
3209 (linux_nat_info_proc_cmd_status): Likewise.
3210 (linux_nat_info_proc_cmd_cwd): Likewise.
3211 (linux_nat_info_proc_cmd_cmdline): Likewise.
3212 (linux_nat_info_proc_cmd_exe): Likewise.
3213 (linux_nat_info_proc_cmd_all): Likewise.
3214 (linux_target_install_ops): Install linux_nat_info_proc.
3215 (_initialize_linux_nat): No longer install "info proc" command
3216 and subcommands.
3217
3218 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3219
3220 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
3221 * config.in, configure: Regenerate.
3222
3223 * target.h (struct target_ops): Add to_fileio_readlink.
3224 (target_fileio_readlink): Add prototype.
3225 * target.c (target_fileio_readlink): New function.
3226
3227 * inf-child.c: Conditionally include <sys/param.h>.
3228 (inf_child_fileio_readlink): New function.
3229 (inf_child_target): Install it.
3230
3231 * remote.c (PACKET_vFile_readlink): New enum value.
3232 (remote_hostio_readlink): New function.
3233 (init_remote_ops): Install it.
3234 (_initialize_remote): Handle vFile:readlink packet type.
3235
3236 2012-01-20 Pedro Alves <palves@redhat.com>
3237 Ulrich Weigand <ulrich.weigand@linaro.org>
3238
3239 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
3240 * config.in, configure: Regenerate.
3241
3242 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
3243 to_fileio_pread, to_fileio_close, to_fileio_unlink.
3244 (target_fileio_open): Add prototype.
3245 (target_fileio_pwrite): Likewise.
3246 (target_fileio_pread): Likewise.
3247 (target_fileio_close): Likewise.
3248 (target_fileio_unlink): Likewise.
3249 (target_fileio_read_alloc): Likewise.
3250 (target_fileio_read_stralloc): Likewise.
3251
3252 * target.c: Include "gdb/fileio.h".
3253 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
3254 (default_fileio_target): New function.
3255 (target_fileio_open): Likewise.
3256 (target_fileio_pwrite): Likewise.
3257 (target_fileio_pread): Likewise.
3258 (target_fileio_close): Likewise.
3259 (target_fileio_unlink): Likewise.
3260 (target_fileio_close_cleanup): Likewise.
3261 (target_fileio_read_alloc_1): Likewise.
3262 (target_fileio_read_alloc): Likewise.
3263 (target_fileio_read_stralloc): Likewise.
3264
3265 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
3266 <fcntl.h>, and <unistd.h>.
3267 (inf_child_fileio_open_flags_to_host): New function.
3268 (inf_child_errno_to_fileio_error): Likewise.
3269 (inf_child_fileio_open): Likewise.
3270 (inf_child_fileio_pwrite): Likewise.
3271 (inf_child_fileio_pread): Likewise.
3272 (inf_child_fileio_close): Likewise.
3273 (inf_child_fileio_unlink): Likewise.
3274 (inf_child_target): Install to_fileio routines.
3275
3276 * remote.c (init_remote_ops): Install to_fileio routines.
3277
3278 2012-01-20 Pedro Alves <palves@redhat.com>
3279 Ulrich Weigand <ulrich.weigand@linaro.org>
3280
3281 * remote.c (remote_multi_process_p): Only check for multi-process
3282 protocol feature, do not check for extended protocol.
3283 (remote_supports_multi_process): Check for extended protocol here.
3284 (set_general_process): Likewise.
3285 (extended_remote_kill): Likewise.
3286 (remote_pid_to_str): Likewise.
3287 (remote_query_supported): Always query multiprocess mode.
3288
3289 2012-01-20 Pedro Alves <palves@redhat.com>
3290 Ulrich Weigand <ulrich.weigand@linaro.org>
3291
3292 * inferior.h (struct inferior): Add fake_pid_p.
3293 * inferior.c (exit_inferior_1): Clear fake_pid_p.
3294 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
3295 magic_null_ptid since the remote side doesn't provide a real PID.
3296
3297 2012-01-19 Tom Tromey <tromey@redhat.com>
3298
3299 * NEWS: Combine the two Python sections.
3300
3301 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3302
3303 * target.h (target_close): Update comment on the target's unpush state.
3304
3305 2012-01-19 Pedro Alves <palves@redhat.com>
3306
3307 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
3308 linux_nat_async directly instead of going through the target
3309 vector.
3310 * target.c (unpush_target): Close target after unpushing it, not
3311 before.
3312
3313 2012-01-19 Gary Benson <gbenson@redhat.com>
3314
3315 * mdebugread.c (sort_blocks): Replace integer constants with ones
3316 derived from FIRST_LOCAL_BLOCK.
3317
3318 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
3319 Jan Kratochvil <jan.kratochvil@redhat.com>
3320
3321 PR gdb/9538
3322 * symfile.c (find_separate_debug_file): New function.
3323 (terminate_after_last_dir_separator): Likewise.
3324 (find_separate_debug_file_by_debuglink): Also try realpath.
3325 * configure.ac (AC_CHECK_FUNCS): Add lstat.
3326 * configure: Regenerate.
3327 * config.in: Regenerate.
3328
3329 2012-01-18 Doug Evans <dje@google.com>
3330
3331 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
3332 (main.o): Remove rule.
3333 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
3334 (--with-sysroot): Rewrite.
3335 * configure: Regenerate.
3336 * config.in: Regenerate.
3337
3338 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
3339
3340 * parse.c (initialize_expout): New function.
3341 (reallocate_expout): Likewise.
3342 (parse_exp_in_context): Use `initialize_expout' and
3343 `reallocate_expout' when appropriate.
3344
3345 2012-01-18 Pedro Alves <palves@redhat.com>
3346
3347 * record.c (struct record_breakpoint, record_breakpoint_p)
3348 (record_breakpoints): New.
3349 (record_insert_breakpoint, record_remove_breakpoint): Manage
3350 record breakpoints list. Only remove breakpoints from the
3351 inferior if they had been inserted there in the first place.
3352
3353 2012-01-17 Doug Evans <dje@google.com>
3354
3355 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
3356 if we know we don't have a file name to look for.
3357
3358 2012-01-17 Pedro Alves <palves@redhat.com>
3359
3360 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
3361 the frame's stop reason is UNWIND_UNAVAILABLE.
3362
3363 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3364
3365 Fix compilation error.
3366 * m2-exp.y (yyerror): Use ANSI C prototype.
3367
3368 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
3369
3370 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
3371 (growbuf_by_size): Likewise.
3372 (yyerror): Likewise.
3373 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
3374 (modblock): Remove variable (was #if 0'ed).
3375 (parse_number): Convert prototype from K&R to ANSI C.
3376 (yyerror): Likewise.
3377 * objc-exp.y (parse_number): Likewise.
3378 (yyerror): Likewise.
3379 (yylex): Remove #if 0'ed code.
3380 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
3381 (yyerror): Likewise.
3382
3383 2012-01-16 Tom Tromey <tromey@redhat.com>
3384
3385 * NEWS: Add item.
3386 * symtab.h (compare_filenames_for_search): Declare.
3387 * symtab.c (compare_filenames_for_search): New function.
3388 (iterate_over_some_symtabs): Use it.
3389 * symfile.h (struct quick_symbol_functions)
3390 <map_symtabs_matching_filename>: Change spec.
3391 * psymtab.c (partial_map_symtabs_matching_filename): Use
3392 compare_filenames_for_search. Update for new spec.
3393 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
3394 compare_filenames_for_search. Update for new spec.
3395 * breakpoint.c (clear_command): Use compare_filenames_for_search.
3396
3397 2012-01-16 Tom Tromey <tromey@redhat.com>
3398
3399 PR python/13281:
3400 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
3401 (struct main_type) <flag_flag_enum>: New field.
3402 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
3403 * NEWS: Add entries.
3404 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
3405 enums.
3406 * python/lib/gdb/printing.py (_EnumInstance): New class.
3407 (FlagEnumerationPrinter): Likewise.
3408
3409 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
3410
3411 * breakpoint.c (create_sals_from_address_default): New function.
3412 (create_breakpoints_sal_default): Likewise.
3413 (decode_linespec_default): Likewise.
3414 (is_marker_spec): Removed.
3415 (strace_marker_p): New function.
3416 (init_breakpoint_sal): Using `strace_marker_p' instead of
3417 `is_marker_spec'.
3418 (create_breakpoint): Call method `create_sals_from_address' from
3419 breakpoint_ops, replacing code that created SALs conditionally
3420 on the type of the breakpoint. Call method `create_breakpoints_sal',
3421 replacing code that created breakpoints conditionally on the type
3422 wanted.
3423 (base_breakpoint_create_sals_from_address): New function.
3424 (base_breakpoint_create_breakpoints_sal): Likewise.
3425 (base_breakpoint_decode_linespec): Likewise.
3426 (base_breakpoint_ops): Add methods
3427 `base_breakpoint_create_sals_from_address',
3428 `base_breakpoint_create_breakpoints_sal' and
3429 `base_breakpoint_decode_linespec'.
3430 (bkpt_create_sals_from_address): New function.
3431 (bkpt_create_breakpoints_sal): Likewise.
3432 (bkpt_decode_linespec): Likewise.
3433 (tracepoint_create_sals_from_address): Likewise.
3434 (tracepoint_create_breakpoints_sal): Likewise.
3435 (tracepoint_decode_linespec): Likewise.
3436 (strace_marker_create_sals_from_address): Likewise.
3437 (strace_marker_create_breakpoints_sal): Likewise.
3438 (strace_marker_decode_linespec): Likewise.
3439 (strace_marker_breakpoint_ops): New variable.
3440 (addr_string_to_sals): Remove `marker_spec'. Call method
3441 `decode_linespec' from breakpoint_ops, replacing code that decoded
3442 an address string into a SAL. Use `strace_marker_p' instead of
3443 `marker_spec'.
3444 (strace_command): Decide whether we are dealing with a static
3445 tracepoint with marker or not. Use the appropriate breakpoint_ops.
3446 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
3447 * breakpoint.h (linespec_result, linespec_sals): New forward
3448 declarations.
3449 (breakpoint_ops) <create_sals_from_address>,
3450 <create_breakpoints_sal>, <decode_linespec>: New methods.
3451
3452 2012-01-14 Doug Evans <dje@google.com>
3453
3454 * NEWS: Update text for "maint set python print-stack".
3455 It is deprecated in gdb 7.4 and deleted in 7.5.
3456
3457 2012-01-13 Eli Zaretskii <eliz@gnu.org>
3458
3459 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
3460 including curses.h.
3461
3462 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3463
3464 * configure: Regenerate.
3465 * config.in: Regenerate.
3466
3467 2012-01-12 Keith Seitz <keiths@redhat.com>
3468
3469 PR mi/10586
3470 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
3471 (ANONYMOUS_UNION_NAME): Define.
3472 (is_path_expr_parent): New function.
3473 (get_path_expr_parent): New function.
3474 (is_anonymous_child): New function.
3475 (create_child_with_value): If the child is anonymous and without
3476 a name, assign an object name to it.
3477 (c_describe_child): Use get_path_expr_parent to determine
3478 the parent expression.
3479 If there field represents an anonymous struct or union and
3480 has no name, set an appropriate display name and expression.
3481 (cplus_describe_child): Likewise.
3482
3483 2012-01-12 Pedro Alves <palves@redhat.com>
3484
3485 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
3486 available when %ebp is found to be zero (outermost).
3487
3488 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
3489
3490 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
3491 an internal gdb_static_assert.
3492 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
3493
3494 2012-01-11 Tom Tromey <tromey@redhat.com>
3495
3496 PR gdb/9598:
3497 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
3498 catch" and "catch throw".
3499
3500 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3501
3502 * blockframe.c (block_innermost_frame): Start search from selected
3503 frame, if present, or otherwise the current frame.
3504
3505 * c-exp.y (variable): Update innermost_block for
3506 'block COLONCOLON NAME' clause.
3507 * m2-exp.y (variable): Ditto.
3508 * objc-exp.y (variable): Ditto.
3509
3510 2012-01-10 Tom Tromey <tromey@redhat.com>
3511
3512 PR python/13199:
3513 * python/python.c (finish_python_initialization): Set sys.argv.
3514
3515 2012-01-10 Doug Evans <dje@google.com>
3516
3517 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
3518 "want_line_info". All callers updated.
3519 (dwarf_decode_lines_1): New function.
3520 (handle_DW_AT_stmt_list): Add function comment.
3521 New arg "want_line_info". All callers updated.
3522 (read_file_scope,read_type_unit_scope): Move comment from
3523 handle_DW_AT_stmt_list to here.
3524
3525 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3526
3527 Fix regression after libiberty/ update for GCC PR 6057 and others.
3528 * c-exp.y (operator) <OPERATOR DELETE>
3529 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
3530 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
3531 (make_builtin_type, make_name): New variable i, add gdb_assert.
3532 (operator) <OPERATOR NEW>: Update ARGS to 3.
3533 (operator) <OPERATOR DELETE>: Add trailing space.
3534 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
3535 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
3536 * cp-support.c (cp_canonicalize_string): Check NULL from
3537 cp_comp_to_string, call warning and return.
3538
3539 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3540
3541 Fix duplicate .o files after omitting libbfd.a.
3542 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
3543 (SFILES): Add corelow.c.
3544 (COMMON_OBS): Add corelow.o.
3545 (ALLDEPFILES): Remove corelow.c.
3546 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
3547 * config/alpha/alpha-osf3.mh: Likewise.
3548 * config/alpha/fbsd.mh: Likewise.
3549 * config/arm/nbsdaout.mh: Likewise.
3550 * config/arm/nbsdelf.mh: Likewise.
3551 * config/i386/i386gnu.mh: Likewise.
3552 * config/ia64/hpux.mh: Likewise.
3553 * config/ia64/linux.mh: Likewise.
3554 * config/m32r/linux.mh: Likewise.
3555 * config/m68k/linux.mh: Likewise.
3556 * config/mips/irix5.mh: Likewise.
3557 * config/mips/irix6.mh: Likewise.
3558 * config/pa/hpux.mh: Likewise.
3559 * config/pa/linux.mh: Likewise.
3560 * config/powerpc/aix.mh: Likewise.
3561 * config/sparc/linux.mh: Likewise.
3562 * config/sparc/linux64.mh: Likewise.
3563 * config/sparc/sol2.mh: Likewise.
3564 * config/vax/vax.mh: Likewise.
3565 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
3566 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
3567 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
3568 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
3569 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
3570 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
3571 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
3572 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
3573 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
3574 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
3575 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
3576 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
3577 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
3578 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
3579 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
3580 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
3581 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
3582 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
3583 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
3584 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
3585 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
3586 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
3587 corelow.o from gdb_target_obs.
3588 * corefile.c (core_target): Update the comment on NULL value.
3589 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
3590 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
3591 MATCHES. Drop YUMMY set on NULL.
3592 (core_close): Do not call exit_inferior_silent on zero PID. Do not
3593 reclaim CORE_DATA if it is already NULL.
3594
3595 2012-01-09 Doug Evans <dje@google.com>
3596
3597 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
3598 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
3599
3600 2012-01-09 Keith Seitz <keiths@redhat.com>
3601
3602 * breakpoint.c (wrapper.h): Don't include.
3603
3604 2012-01-09 Keith Seitz <keiths@redhat.com>
3605
3606 * Makefile.in (SFILES): Remove wrapper.c.
3607 (HFILES_NO_SRCDIR): Remove wrapper.h.
3608 (COMMON_OBS): Remove wrapper.o.
3609 * cli/cli-interp.c: Don't inlude wrapper.h.
3610 * corelow.c: Likewise.
3611 (core_open): Replace gdb_target_find_new_threads with
3612 TRY_CATCH around target_find_new_threads.
3613 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
3614 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
3615 * varobj.c (varobj_create): Likewise for parse_exp_1 and
3616 evaluate_expression.
3617 (varobj_set_value): Likewise for evaluate_expression and
3618 value_assign.
3619 (install_new_variable): Likewise for value_fetch_lazy.
3620 (adjust_value_for_child_access): Likewise for value_ind.
3621 (c_describe_child): Likewise for value_subscript and
3622 value_ind.
3623 (c_value_of_root): Likewise for evaluate_expression.
3624 * wrapper.c: Remove.
3625 * wrapper.h: Remove.
3626
3627 2012-01-09 Doug Evans <dje@google.com>
3628
3629 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
3630 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
3631 "abfd" args with "section". All callers updated.
3632 Error checking code moved ...
3633 (error_check_comp_unit_head): ... here. New function.
3634 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
3635 Delete arg "abfd". New arg "type_offset". All callers updated.
3636 (create_debug_types_hash_table): Simplify by using
3637 read_and_check_type_unit_head.
3638
3639 * parser-defs.h (namecopy): Delete.
3640 * parse.c (namecopy, namecopy_size): Move into copy_name.
3641
3642 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3643
3644 Partially fix duplicate .o files after omitting libbfd.a.
3645 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
3646 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
3647 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
3648 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
3649 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
3650 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
3651 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
3652
3653 2012-01-09 Pedro Alves <palves@redhat.com>
3654
3655 * MAINTAINERS: Update my email address.
3656
3657 2012-01-08 Doug Evans <dje@google.com>
3658
3659 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
3660 n_type_units. Rename type_comp_units to all_type_units.
3661 All uses updated.
3662 (add_signatured_type_cu_to_table): Renamed from
3663 add_signatured_type_cu_to_list. All callers updated.
3664
3665 * gdbtypes.h (struct cplus_struct_type): Delete member
3666 nfn_fields_total. All uses removed.
3667
3668 2012-01-06 Doug Evans <dje@google.com>
3669
3670 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
3671 to top of file.
3672 (dwarf2_find_comp_unit): Delete.
3673 (process_psymtab_comp_unit): Make result "void".
3674 Delete args buffer, info_ptr, buffer_size, and replace with
3675 "section". All callers updated.
3676 (dwarf2_build_psymtabs_hard): Simplify.
3677
3678 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
3679 Thiago Jung Bauermann <bauerman@br.ibm.com>
3680
3681 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
3682 before `struct gdb_exception'.
3683 * breakpoint.c (update_global_location_list_nothrow)
3684 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
3685 * cp-abi.c (value_rtti_type): Likewise.
3686 * cp-support.c (cp_validate_operator): Likewise.
3687 * infrun.c (insert_exception_resume_breakpoint)
3688 (check_exception_resume, keep_going): Likewise.
3689 * mi-interp.c (mi_breakpoint_created)
3690 (mi_breakpoint_modified): Likewise.
3691 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
3692 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
3693 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
3694
3695 2012-01-05 Doug Evans <dje@google.com>
3696
3697 * dwarf2read.c (statement_prologue): Delete, unused.
3698
3699 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
3700 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
3701
3702 * dwarf2read.c (comp_unit_header): Delete, unused.
3703
3704 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
3705
3706 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
3707 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
3708
3709 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
3710
3711 * infrun.c (normal_stop): Don't skip calling the normal_stop
3712 observers if the thread was doing a multi-step, but stopped for
3713 some reason other than stepping.
3714
3715 2012-01-05 Pedro Alves <alves.ped@gmail.com>
3716
3717 * cli/cli-decode.h: Add comments.
3718 (CMD_LIST_AMBIGUOUS): Moved to command.h
3719 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
3720 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
3721 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
3722 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
3723 (add_com, add_com_alias, add_info, add_info_alias)
3724 (complete_on_cmdlist, complete_on_enum, help_list): Remove
3725 declarations.
3726 * command.h: Add and adjust comments.
3727 (CMD_LIST_AMBIGUOUS): Moved here.
3728 (help_cmd, help_cmd_list): Delete declarations.
3729
3730 2012-01-04 Doug Evans <dje@google.com>
3731
3732 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
3733 All callers updated.
3734 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
3735 Replace all arguments with "per_cu". All callers updated.
3736
3737 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
3738
3739 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
3740 New arg "per_cu". All callers updated.
3741
3742 Delete #if 0'd out code.
3743 * language.c (binop_result_type): Delete.
3744 (simple_type, ordered_type, same_type, integral_type): Delete.
3745 (numeric_type, character_type, string_type, boolean_type): Delete.
3746 (float_type, structured_type): Delete.
3747 * language.h: Update.
3748
3749 2012-01-04 Tom Tromey <tromey@redhat.com>
3750
3751 * python/py-value.c (valpy_binop): Initialize 'res_val'.
3752
3753 2012-01-04 Joel Brobecker <brobecker@adacore.com>
3754
3755 * corefile.c (close_exec_file): Delete.
3756 (reopen_exec_file): Remove commented out code that seems related
3757 to close_exec_file, which is being deleted here.
3758 * inferior.h (close_exec_file): Delete.
3759 * fork-child.c (fork_inferior): Remove call to fork_inferior.
3760
3761 2012-01-04 Joel Brobecker <brobecker@adacore.com>
3762
3763 * ada-lang.c: #include "cli/cli-utils.h".
3764 (get_selections): Use skip_spaces.
3765 (ada_get_next_arg): Use skip_spaces and skip_to_space.
3766 (catch_ada_exception_command_split): Use skip_spaces.
3767 (ada_decode_assert_location): Likewise.
3768
3769 2012-01-04 Joel Brobecker <brobecker@adacore.com>
3770
3771 * linespec.c (decode_line_internal): Check for C++ or Java
3772 compound constructs only if the current language is C, C++
3773 or Java.
3774
3775 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3776
3777 Revert:
3778 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3779 Joel Brobecker <brobecker@adacore.com>
3780 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
3781 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
3782 3 times.
3783 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
3784 fall through into AT_ENTRY_POINT.
3785 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
3786 DUMMY_ADDR with it.
3787 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
3788 PPC_INSN_SIZE skip to 3 times.
3789
3790 2012-01-04 Joel Brobecker <brobecker@adacore.com>
3791
3792 * linespec.c (add_minsym): Preserve function descriptors.
3793
3794 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
3795
3796 * breakpoint.c (all_locations_are_pending): Consider locations
3797 in program spaces executing during startup pending as well.
3798
3799 2012-01-04 Joel Brobecker <brobecker@adacore.com>
3800
3801 Copyright year update in most files of the GDB Project.
3802
3803 2012-01-04 Joel Brobecker <brobecker@adacore.com>
3804
3805 * copyright.sh: Delete.
3806 * copyright.py: Rewrite.
3807
3808 2012-01-04 Joel Brobecker <brobecker@adacore.com>
3809
3810 * gnulib/extra/update-copyright: New file, imported from gnulib.
3811
3812 2012-01-04 Joel Brobecker <brobecker@adacore.com>
3813
3814 * README (Copyright and License Notices): New section.
3815
3816 2012-01-03 Tom Tromey <tromey@redhat.com>
3817
3818 PR python/12533:
3819 * python/py-value.c (valpy_dereference, valpy_get_address
3820 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
3821 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
3822 (valpy_absolute, valpy_richcompare): Free intermediate values.
3823
3824 2011-01-03 Joel Brobecker <brobecker@adacore.com>
3825
3826 * ada-lang.c: Reformat the copyright notice.
3827
3828 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3829
3830 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
3831 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
3832 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
3833 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
3834 Revert this part of:
3835 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3836 Build gdb directly from *.o files not using libgdb.a.
3837 * Makefile.in (COMMON_OBS): Remove solib-target.o.
3838
3839 2012-01-02 Joel Brobecker <brobecker@adacore.com>
3840
3841 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
3842 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
3843 Reformat the copyright header.
3844
3845 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3846
3847 Revert this part of:
3848 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3849 Remove the gdbtui binary.
3850 * gdb.c (main): Remove args.interpreter_p initialization.
3851 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
3852 * main.h (struct captured_main_args): Remove interpreter_p.
3853
3854 2012-01-02 Joel Brobecker <brobecker@adacore.com>
3855
3856 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
3857
3858 2012-01-02 Joel Brobecker <brobecker@adacore.com>
3859
3860 * top.c (print_gdb_version): Update copyright year.
3861
3862 2012-01-02 Yao Qi <yao@codesourcery.com>
3863
3864 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
3865
3866 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3867 Joel Brobecker <brobecker@adacore.com>
3868
3869 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
3870 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
3871 3 times.
3872 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
3873 fall through into AT_ENTRY_POINT.
3874 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
3875 DUMMY_ADDR with it.
3876 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
3877 PPC_INSN_SIZE skip to 3 times.
3878
3879 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3880
3881 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
3882 the return value.
3883 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
3884
3885 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3886
3887 Build gdb directly from *.o files not using libgdb.a.
3888 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
3889 (COMMON_OBS): Remove solib-target.o.
3890 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
3891 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
3892 (LIBGDB_OBS, libgdb.a): Move it above.
3893 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
3894 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
3895 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
3896 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
3897 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
3898 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
3899 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
3900 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
3901 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
3902 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
3903 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
3904 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
3905 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
3906 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
3907 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
3908 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
3909 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
3910 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
3911 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
3912 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
3913 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
3914 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
3915 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
3916 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
3917 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
3918 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
3919 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
3920
3921 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3922
3923 Remove the gdbtui binary.
3924 * .gitignore (/gdbtui): Remove.
3925 * Makefile.in (TUI): Remove.
3926 (SUBDIR_TUI_OBS): Remove tui-main.o.
3927 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
3928 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
3929 (tui-main.o): Remove.
3930 (all_object_files): Remove tui-main.o.
3931 * NEWS: New note for the gdbtui removal.
3932 * configure: Rebuilt.
3933 * configure.ac: No longer add all-tui, clean-tui, install-tui and
3934 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
3935 CONFIG_UNINSTALL respectively.
3936 * gdb.c (main): Remove args.interpreter_p initialization.
3937 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
3938 * main.h (struct captured_main_args): Remove interpreter_p.
3939 * tui/tui-main.c: Remove.
3940
3941 2012-01-01 Doug Evans <dje@google.com>
3942
3943 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
3944 (dwarf2_physname, read_import_statement): Ditto.
3945 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
3946 (process_structure_scope read_subroutine_type): Ditto.
3947 (read_typedef, load_partial_dies, read_partial_die): Ditto.
3948 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
3949 (dwarf2_fetch_die_location_block): Ditto.
3950 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
3951
3952 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
3953 All callers updated.
3954 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
3955 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
3956 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
3957
3958 * dwarf2read.c (load_cu): Move assert to more useful location.
3959
3960 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
3961 All callers updated.
3962
3963 * dwarf2read.c (dwarf2_per_objfile): Add comment.
3964 (dwarf2_elf_names): Minor reformat.
3965 (dwarf2_per_cu_data): Tweak comment.
3966 (dwarf2_read_section): Fix comment.
3967 (create_all_comp_units): Fix comment.
3968 (load_full_comp_unit): Fix comment.
3969 (process_full_comp_unit): Fix comment.
3970 (read_signatured_type): Fix comment.
3971
3972 For older changes see ChangeLog-2011.
3973 \f
3974 Local Variables:
3975 mode: change-log
3976 left-margin: 8
3977 fill-column: 74
3978 version-control: never
3979 coding: utf-8
3980 End:
This page took 0.116745 seconds and 5 git commands to generate.