ppc-aix osabi sniffer: Turn test of bfd flavour into assertion
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2012-10-10 Joel Brobecker <brobecker@adacore.com>
2 Tom Tromey <tromey@redhat.com>
3
4 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
5 inneffective if condition by gdb assertion. Add function
6 description comment.
7
8 2012-10-19 Joel Brobecker <brobecker@adacore.com>
9
10 * parser-defs.h (struct exp_descriptor): Document constraint
11 on return value for "op_name" callbacks.
12
13 2012-10-18 Tom Tromey <tromey@redhat.com>
14
15 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
16 * symtab.c (iterate_over_some_symtabs): Constify.
17 * source.h (symtab_to_fullname): Return 'const char *'.
18 * source.c (symtab_to_fullname): Return 'const char *'.
19 * python/py-symtab.c (stpy_fullname): Constify.
20 * cli/cli-cmds.c (edit_command): Constify.
21 * breakpoint.c (print_breakpoint_location)
22 (update_static_tracepoint): Constify.
23
24 2012-10-18 Tom Tromey <tromey@redhat.com>
25
26 * breakpoint.c (compare_breakpoints): Fix comparison.
27
28 2012-10-18 Tom Tromey <tromey@redhat.com>
29
30 * valprint.c (generic_emit_char, generic_printstr): Pass size of
31 gdb_wchar_t to convert_between_encodings.
32
33 2012-10-17 Yao Qi <yao@codesourcery.com>
34
35 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
36 more parameter 'inferior'.
37 * corefile.c (write_memory_with_notification): Caller update.
38
39 * mi/mi-cmd-var.c: Include "mi-main.h".
40 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
41 to 1 and restore it later.
42 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
43 and "data-write-memory-bytes.
44 * mi/mi-interp.c: Include objfiles.h.
45 (mi_interpreter_init): Call observer_attach_memory_changed.
46 (mi_memory_changed): New.
47 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
48 New field.
49
50 * NEWS: Mention new MI notification "memory-changed".
51
52 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
53
54 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
55
56 2012-10-15 Doug Evans <dje@google.com>
57
58 New option -nh: inhibit loading of ~/.gdbinit.
59 * NEWS: Mention -nh.
60 * main.c (captured_main): Recognize and process -nh.
61 (print_gdb_help): Mention -nh.
62 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
63
64 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
65
66 PR backtrace/14646
67 PR gdb/14647
68 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
69 pc_regnum_from_eax.
70 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
71 nor pc_regnum_from_eax.
72 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
73 nor pc_regnum_from_eax.
74
75 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
76
77 Fix entry values resolving in inlined frames.
78 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
79 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
80 entries of FRAME.
81
82 2012-10-15 Joel Brobecker <brobecker@adacore.com>
83
84 * configure.ac: Build with -DMS_WIN64 if building with Python
85 enabled using GCC on amd64-windows.
86 * configure: Regenerate.
87
88 2012-10-15 Tom Tromey <tromey@redhat.com>
89
90 PR python/14635:
91 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
92 to Py_None.
93
94 2012-10-15 Tom Tromey <tromey@redhat.com>
95
96 PR python/14634:
97 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
98
99 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
100
101 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
102 reset thread numbering back to 1.
103
104 2012-10-11 Doug Evans <dje@google.com>
105
106 PR breakpoints/14643.
107 * linespec.c (struct ls_parser): New member keyword_ok.
108 (linespec_lexer_lex_string): Add comment.
109 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
110 for one.
111 (parse_linespec): Set keyword_ok.
112
113 2012-10-10 Doug Evans <dje@google.com>
114
115 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
116 "0x" prefix on address in log message.
117
118 * dwarf2read.c (read_1_byte): Add const to buf parameter.
119 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
120 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
121 (lookup_dwo_file): Add const to dwo_name parameter.
122 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
123
124 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
125
126 Fix crash during stepping on ppc32.
127 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
128 SYM.
129
130 2012-10-03 Doug Evans <dje@google.com>
131
132 PR symtab/14601
133 * buildsym.c (buildsym_init): Reset using_directives to NULL.
134
135 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
136
137 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
138 output and use uint32_t not long to ensure 4 byte size.
139
140 2012-10-02 Joel Brobecker <brobecker@adacore.com>
141
142 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
143 unref'ed it.
144
145 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
146
147 * target.c (simple_search_memory): Include access length in
148 warning message.
149
150 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
151 Edjunior Machado <emachado@linux.vnet.ibm.com>
152
153 PR gdb/13989
154 * solib.c (solib_find): Prevent GDB from loading native libraries when
155 debugging a cross-target corefile.
156
157 2012-09-28 selven <pcthegreat@gmail.com>
158
159 Make definition match declaration.
160
161 * regcache.c (regcache_register_status): Change return type to
162 enum register_status.
163
164 2012-09-28 Yao Qi <yao@codesourcery.com>
165
166 * mi/mi-main.c (mi_cmd_data_write_memory): Call
167 write_memory_with_notification instead of write_memory.
168 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
169 instead of target_write_memory.
170
171 2012-09-28 Yao Qi <yao@codesourcery.com>
172
173 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
174 when the length of content is not an even number.
175
176 2012-09-27 Tom Tromey <tromey@redhat.com>
177
178 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
179 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
180
181 2012-09-27 Joel Brobecker <brobecker@adacore.com>
182
183 * sol-thread.c (sol_thread_fetch_registers)
184 (sol_thread_store_registers): Delete commented out code.
185
186 2012-09-27 Joel Brobecker <brobecker@adacore.com>
187
188 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
189 Move these functions to sparc-sol-thread.c.
190 * sparc-sol-thread.c: New file.
191 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
192 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
193 configurations.
194 * configure: Regenerate.
195
196 2012-09-27 Joel Brobecker <brobecker@adacore.com>
197
198 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
199 Remove commented-out code.
200
201 2012-09-27 Joel Brobecker <brobecker@adacore.com>
202
203 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
204 Enable this code for sparc hosts only.
205
206 2012-09-27 Joel Brobecker <brobecker@adacore.com>
207
208 * procfs.h (procfs_find_LDT_entry): Add declaration.
209 * sol-thread.c (ps_lgetLDT): Delete local declaration of
210 function procfs_find_LDT_entry.
211
212 2012-09-27 Joel Brobecker <brobecker@adacore.com>
213
214 * procfs.c (proc_get_LDT_entry): Make static.
215
216 2012-09-27 Joel Brobecker <brobecker@adacore.com>
217
218 * procfs.c (proc_find_memory_regions): Fix declaration.
219
220 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
221
222 * amd64-tdep.c (amd64_return_value): Revert previous change
223 that used TYPE_LENGTH directly.
224 * bfin-tdep.c (bfin_extract_return_value): Likewise.
225 (bfin_store_return_value): Likewise.
226 * cris-tdep.c (cris_store_return_value): Likewise.
227 (cris_extract_return_value): Likewise.
228 * h8300-tdep.c (h8300_extract_return_value): Likewise.
229 * hppa-tdep.c (hppa64_return_value): Likewise.
230 * lm32-tdep.c (lm32_store_return_value): Likewise.
231 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
232 * spu-tdep.c (spu_value_from_register): Likewise.
233 * vax-tdep.c (vax_return_value): Likewise.
234
235 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
236
237 * gdbtypes.c (lookup_array_range_type): Expand parameters
238 LOW_BOUND and HIGH_BOUND to LONGEST.
239 (lookup_string_range_type): Likewise.
240 * gdbtypes.h (lookup_array_range_type): Likewise.
241 (lookup_string_range_type): Likewise.
242 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
243 Expand HIGHBOUND to ssize_t.
244 (value_string): Likewise.
245 * value.h (value_cstring): Expand parameter LEN to ssize_t.
246 (value_string): Likewise.
247
248 2012-09-27 Yao Qi <yao@codesourcery.com>
249
250 PR breakpoints/13898
251 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
252 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
253 per breakpoint type.
254
255 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
256
257 * procfs.c: Add gdb_bfd header.
258 * rs6000-nat.c: Likewise.
259 * solib-pa64.c: Likewise.
260 * spu-linux-nat.c: Likewise.
261 * windows-nat.c: Likewise.
262
263 2012-09-26 Tom Tromey <tromey@redhat.com>
264
265 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
266
267 2012-09-26 Tom Tromey <tromey@redhat.com>
268
269 * dwarf2read.c (mark_common_block_symbol_computed): New function.
270 (read_common_block): Handle child DIEs with
271 DW_AT_data_member_location.
272 (new_symbol_full): Add special case for common blocks.
273
274 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
275 Tom Tromey <tromey@redhat.com>
276
277 * dwarf2read.c (read_common_block): Rewrite.
278 (new_symbol_full): Handle DW_TAG_common_block.
279 * f-lang.c (head_common_list, find_common_for_function):
280 Remove.
281 * f-lang.h (struct common_entry, struct saved_f77_common,
282 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
283 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
284 BLANK_COMMON_NAME_LOCAL): Remove.
285 (struct common_block): New.
286 * f-valprint.c (list_all_visible_commons): Remove.
287 (info_common_command_for_block): New function.
288 (info_common_command): Use it.
289 * stack.c (iterate_over_block_locals): Special case for
290 COMMON_BLOCK_DOMAIN.
291 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
292 constant.
293 (struct general_symbol_info) <value.common_block>: New field.
294 (SYMBOL_VALUE_COMMON_BLOCK): New define.
295
296 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
297 Tom Tromey <tromey@redhat.com>
298
299 * f-lang.c (allocate_saved_bf_node,
300 allocate_saved_function_node, allocate_saved_f77_common_node,
301 allocate_common_entry_node, tail_common_list, current_common,
302 saved_bf_list, saved_bf_list_end, current_head_bf_list,
303 tmp_bf_ptr, add_common_block, add_common_entry,
304 find_first_common_named, patch_common_entries,
305 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
306 global_remote_debug, get_bf_for_fcn, saved_function_list,
307 saved_function_list_end, clear_function_list, struct saved_fcn,
308 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
309 SAVED_BF, SAVED_BF_PTR): Remove.
310 * f-lang.h (tail_common_list, current_common,
311 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
312 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
313 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
314 real_main_c_value): Remove.
315 * f-valprint.c (there_is_a_visible_common_named): Remove.
316
317 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
318
319 * breakpoint.c (update_global_location_list): Ignore previous
320 duplicate status of a breakpoint when starting a new scan for
321 duplicate breakpoints.
322
323 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
324 PR breakpoints/14419
325 * arm-tdep.c (arm_skip_prologue): Extending producer check to
326 support LLVM compiler.
327
328 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
329
330 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
331 * bfin-tdep.c (bfin_extract_return_value): Likewise.
332 (bfin_store_return_value): Likewise.
333 * cris-tdep.c (cris_store_return_value): Likewise.
334 (cris_extract_return_value): Likewise.
335 * h8300-tdep.c (h8300_extract_return_value): Likewise.
336 * hppa-tdep.c (hppa64_return_value): Likewise.
337 * lm32-tdep.c (lm32_store_return_value): Likewise.
338 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
339 * spu-tdep.c (spu_value_from_register): Likewise.
340 * vax-tdep.c (vax_return_value): Likewise.
341
342 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
343
344 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
345 parameter LEN to ssize_t.
346
347 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
348
349 * ada-valprint.c (ada_val_print_1): Eliminate single-use
350 variable LEN.
351 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
352 directly.
353 (alpha_store_return_value): Likewise.
354 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
355 (amd64_push_arguments): Likewise.
356 * ax-gdb.c (gen_trace_static_fields): Likewise.
357 (gen_traced_pop): Likewise.
358 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
359 * breakpoint.c (update_watchpoint): Likewise.
360 * findcmd.c (parse_find_args): Use local variable for type
361 instead of length.
362 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
363 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
364 (h8300_store_return_value): Likewise.
365 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
366 Use i386_darwin_arg_type_alignment directly.
367 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
368 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
369 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
370 (m68hc11_extract_return_value): Likewise.
371 * mep-tdep.c (mep_push_dummy_call): Likewise.
372 * printcmd.c (float_type_from_length): Likewise.
373 * s390-tdep.c (s390_value_from_register): Likewise.
374 * stack.c (read_frame_arg): Likewise.
375 * tracepoint.c (encode_actions_1): Likewise.
376 * valops.c (value_fetch_lazy): Use local variable for type
377 instead of length. Use TYPE_LENGTH directly.
378 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
379
380 2012-09-25 Joel Brobecker <brobecker@adacore.com>
381
382 * symtab.c (skip_prologue_sal): Fix typo in comment.
383
384 2012-09-25 Joel Brobecker <brobecker@adacore.com>
385
386 * linespec.c (create_sals_line_offset): Fix typo in comment.
387
388 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
389
390 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
391 use plongest to print the array size.
392
393 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
394
395 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
396 * p-valprint.c (pascal_type_print_base): Likewise.
397
398 2012-09-22 Yao Qi <yao@codesourcery.com>
399
400 * remote.c (remote_get_trace_status): Remove setting default
401 values of fields of 'ts'.
402
403 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
404
405 Fix internal error on canonicalization of clang types.
406 * cp-name-parser.y (operator): New comment at make_operator call for
407 new, delete, new[] and delete[].
408 (exp): Use "sizeof ". Add new comment at make_operator call.
409
410 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
411
412 Fix disassemble without parameters in tailcall frame.
413 * cli/cli-cmds.c (disassemble_current_function): Use
414 get_frame_address_in_block.
415
416 2012-09-21 Tom Tromey <tromey@redhat.com>
417
418 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
419 TYPE_CODE_UNION>: Unify, removing a goto.
420
421 2012-09-21 Tom Tromey <tromey@redhat.com>
422
423 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
424
425 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
426
427 * findvar.c (read_frame_register_value): Mark the result value as
428 optimized out if any of the input registers have been optimized out.
429
430 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
431
432 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
433
434 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
435
436 * eval.c (evaluate_subexp_standard): Eliminate single-use
437 variable LOWER.
438
439 2012-09-21 Yao Qi <yao@codesourcery.com>
440
441 * mi/mi-interp.c: Declare mi_record_changed.
442 (mi_interpreter_init): Call observer_attach_record_changed.
443 (mi_record_changed): New.
444 * record.c (record_open): Call observer_notify_record_changed.
445 (cmd_record_stop): Call observer_notify_record_changed.
446 * NEWS: Mention it.
447
448 2012-09-20 Tom Tromey <tromey@redhat.com>
449
450 * NEWS: Update.
451 * python/python.c (finalize_python): New function.
452 (_initialize_python): Make a final cleanup.
453
454 2012-09-19 Doug Evans <dje@google.com>
455
456 * buildsym.h (param_symbols): Delete, unused.
457 (context_stack): Delete member "params", unused.
458 * buildsym.c (push_context): Update.
459 * dwarf2read.c (read_func_scope): Update.
460
461 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
462
463 * sh-tdep.c (sh_register_convert_to_virtual)
464 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
465 all callers. Just do a memcpy if not the little-endian case.
466
467 * h8300-tdep.c (h8300_gdbarch_init): Invoke
468 set_gdbarch_double_format and set_gdbarch_long_double_format.
469 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
470 set_gdbarch_double_format.
471 * sh-tdep.c (sh_gdbarch_init): Likewise.
472
473 * NEWS: Document the removal of SH's 'regs' command.
474 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
475 command.
476
477 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
478
479 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
480 `jump'.
481
482 2012-09-18 Joel Brobecker <brobecker@adacore.com>
483
484 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
485 language when iterating over symbols.
486
487 2012-09-18 Yao Qi <yao@codesourcery.com>
488
489 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
490 (mi_interpreter_init): Call observer_attach_tsv_created and
491 observer_attach_tsv_deleted.
492 (mi_tsv_created, mi_tsv_deleted): New.
493 * tracepoint.c (delete_trace_state_variable): Call
494 observer_notify_tsv_deleted.
495 (trace_variable_command): Call observer_notify_tsv_created.
496 (delete_trace_variable_command): Call
497 observer_notify_tsv_deleted.
498 (create_tsv_from_upload): Call observer_notify_tsv_created.
499 * NEWS: Mention it.
500
501 2012-09-18 Yao Qi <yao@codesourcery.com>
502
503 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
504 if traceframe changed.
505 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
506 "trace-find".
507 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
508 (mi_interpreter_init): Hook mi_traceframe_changed to observer
509 'traceframe_changed'.
510 (mi_traceframe_changed): New.
511 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
512 New field.
513 * NEWS: Mention the new MI notification.
514
515 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
516
517 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
518
519 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
520
521 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
522 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
523 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
524 Extend code also for PaX support. Convert all gdb_assert to warning
525 calls.
526
527 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
528
529 Implement auto-load user conveniences suggested by Doug Evans.
530 * auto-load.c: Include top.h.
531 (file_is_auto_load_safe): New variable advice_printed. Print advice.
532 (_initialize_auto_load): New variable scripts_directory_help. Mention
533 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
534 scripts-directory. Document in online help one can use also files for
535 set auto-load safe-path.
536 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
537 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
538
539 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
540
541 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
542 of LEN.
543
544 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
545
546 * m2-valprint.c (m2_print_array_contents): Eliminate variable
547 ELTLEN and use TYPE_LENGTH directly.
548 (m2_val_print): Likewise.
549 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
550 variable LEN and use TYPE_LENGTH directly.
551 (m68k_svr4_store_return_value): Likewise.
552 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
553 ARGLEN and use TYPE_LENGTH directly.
554 (mips_o64_push_dummy_call): Likewise.
555 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
556 variable LENGTH and use TYPE_LENGTH directly.
557 (s390_function_arg_float): Likewise.
558 (s390_function_arg_integer): Likewise.
559 (s390_push_dummy_call): Likewise.
560 (s390_return_value_convention): Likewise.
561 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
562 TYPE_LENGTH directly.
563
564 2012-09-17 Yao Qi <yao@codesourcery.com>
565
566 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
567 Update comment to add_setshow_integer_cmd.
568 * cli/cli-setshow.c (do_set_command): Handle case
569 'var_zuinteger_unlimited'.
570 (do_show_command): Likewise.
571 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
572 for command 'remotetimeout'.
573 * command.h (enum var_types): New zuinteger_unlimited. Update comment
574 to var_integer.
575 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
576 for command 'set listsize'.
577
578 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
579
580 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
581 variable LEN.
582
583 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
584
585 PR 14119
586 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
587 (frame_pop): Drop also TAILCALL_FRAME frames.
588 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
589
590 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
591 Pedro Alves <palves@redhat.com>
592
593 PR 14548
594 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
595 function start if we are already at function start. Both for
596 reverse-next and for reverse-step into function without line number
597 info.
598
599 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
600
601 Code cleanup - rename 'inline' depth to 'artificial' depth.
602 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
603 frame_id_artificial_p, extend the comment.
604 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
605 * frame.c (fprint_frame_id): Rename at a user, change debug output
606 text to "artificial=".
607 (skip_inlined_frames): Rename to ...
608 (skip_artificial_frames): ... here. Extend the comment.
609 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
610 (frame_id_inlined_p): Rename to ...
611 (frame_id_artificial_p): ... here. Rename at a user.
612 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
613 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
614 at a user.
615 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
616 Extend the comment.
617 (frame_id_inlined_p): Rename to ...
618 (frame_id_artificial_p): ... here.
619 * inline-frame.c (inline_frame_this_id): Rename at a user.
620
621 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
622
623 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
624 vector variables using vector_size syntax rather than array
625 syntax.
626
627 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
628
629 * valarith.c (value_concat): Replace unsafe ALLOCA with
630 XMALLOC/XFREE.
631
632 2012-09-14 Pedro Alves <palves@redhat.com>
633
634 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
635
636 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
637
638 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
639 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
640 data-directory as appropriate.
641
642 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
643
644 * printcmd.c (ui_printf): Eliminate single-use variable
645 PARAM_LEN.
646
647 2012-09-14 Yao Qi <yao@codesourcery.com>
648 Pedro Alves <palves@redhat.com>
649
650 * valops.c (value_assign): Move observer_notify_target_changed
651 below to replace reinit_frame_cache.
652
653 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
654
655 Refactor Python "gdb" module into a proper Python package, by
656 introducing a new "_gdb" module for code implemented in C, and
657 using reload/__import__ instead of exec.
658 * python/lib/gdb/__init__.py: Import * from _gdb.
659 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
660 prompt_hook, sys.argv): Moved from finish_python_initialization.
661 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
662 (packages, auto_load_packages): New list and function replacing
663 module_dict and auto-loading code, using __file__ instead of
664 gdb.PYTHONDIR and reload/__import__ instead of exec.
665 (GdbSetPythonDirectory): Replacing function of the same name
666 from finish_python_initialization, using reload/__import__ instead
667 of exec, as well as call auto_load_packages.
668 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
669 gdb_python_module and not gdb_module.
670 * python/python-internal.h (gdb_python_module): Declare.
671 * python/python.c (gdb_python_module): New global.
672 (before_prompt_hook): Check gdb_python_module and not gdb_module.
673 (_initialize_python): Rename gdb module to _gdb.
674 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
675 (finish_python_initialization): Move Python code to
676 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
677 __main__.
678
679 2012-09-13 Pedro Alves <palves@redhat.com>
680
681 * Makefile.in (COMMON_OBS): Add registry.o.
682 * registry.c: New file.
683 * registry.h (struct registry_container): Declare.
684 (registry_data_callback): New typedef.
685 (struct registry_data, struct registry_data_registration, struct
686 registry_data_registry): New type.
687 (register_data_with_cleanup, registry_alloc_data)
688 (registry_callback_adaptor, registry_clear_data)
689 (registry_container_free_data, registry_set_data, registry_data):
690 Declare.
691 (DEFINE_REGISTRY): Refactor structures and functions as shims over
692 the new common structures and functions.
693 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
694 callback typedefs.
695
696 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
697
698 * remote.c (remote_insert_hw_breakpoint): Throw exception if
699 there is an error inserting hardware breakpoints and use the
700 error message from the target.
701
702 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
703 Catch this exception and print the error message contained within. Do not
704 print the default hardware error breakpoint message in this case.
705
706 2012-09-12 Doug Evans <dje@google.com>
707
708 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
709 cu == NULL.
710
711 2012-09-11 Doug Evans <dje@google.com>
712
713 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
714 .gdb_index symbol attributes if there are none.
715
716 2012-09-11 Joel Brobecker <brobecker@adacore.com>
717
718 * symtab.h (struct minimal_symbol) [has_size]: New field.
719 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
720 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
721 * printcmd.c (build_address_symbolic): Only filter out zero-sized
722 minimal symbols if the symbol's size is actually known.
723 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
724 of msymbol's size field. Add comment.
725 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
726 SET_MSYMBOL_SIZE to set the minimal symbol size.
727
728 2012-09-11 Joel Brobecker <brobecker@adacore.com>
729
730 * minsyms.c (install_minimal_symbols): Use memset to fill entire
731 minimal_symbol struct object, rather than setting some of its
732 fields one by one.
733
734 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
735
736 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
737 passed_a_ptr flag when displaying typedef types.
738
739 2012-09-10 Joel Brobecker <brobecker@adacore.com>
740
741 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
742 the optimized_out flag is preserved.
743
744 2012-09-10 Anthony Green <green@moxielogic.com>
745
746 * moxie-tdep.c (moxie_analyze_prologue): Update for function
747 prologue changes in GCC.
748
749 2012-09-10 Keith Seitz <keiths@redhat.com>
750
751 PR gdb/13483
752 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
753 (BOOL_CONVERSION_BADNESS): ... this.
754 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
755 (rank_one_type): Allow all boolean conversions
756 permitted by the standard.
757
758 2012-09-06 Tom Tromey <tromey@redhat.com>
759
760 * python/py-newobjfileevent.c (create_new_objfile_event_object):
761 Don't decref py_objfile.
762
763 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
764
765 Do not enable -lmcheck by default when Python is enabled with
766 threading support.
767 * configure.ac: (python_has_threads) New variable, by testing
768 if WITH_THREAD is defined in Python.h.
769 Move --enable-lmcheck after --with-python.
770 Do not enable -lmcheck by default if python_has_threads=yes.
771 Warn if --enable-lmcheck and python_has_threads=yes.
772 * configure: Regenerate.
773
774 2012-08-31 Yao Qi <yao@codesourcery.com>
775
776 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
777 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
778 Update some commands.
779 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
780 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
781 to 1.
782
783 2012-08-31 Yao Qi <yao@codesourcery.com>
784
785 * mi/mi-cmds.c (mi_cmds): Add 'static'.
786
787 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
788
789 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
790
791 2012-08-29 Doug Evans <dje@google.com>
792
793 * main.c (print_gdb_help): Remove reference to
794 --use-deprecated-index-sections.
795
796 2012-08-28 Yao Qi <yao@codesourcery.com>
797
798 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
799 (init_cmds): Call add_setshow_uinteger_cmd for command
800 'max-user-call-depth'.
801 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
802 declaration of 'max_user_call_depth'.
803 * frame.c (backtrace_limit): Add 'unsigned'.
804 (_initialize_frame): Call add_setshow_uinteger_cmd for command
805 'limit'.
806 * remote.c (remoteaddresssize): Add 'unsigned'.
807 (remote_address_masked): Change local var 'address_size' to
808 'unsigned'.
809 (_initialize_remote): Call add_setshow_uinteger_cmd for
810 'remoteaddresssize'.
811 * top.c (history_size): Add 'unsigned'.
812 (show_commands): Change local variables to 'unsigned'.
813 (set_history_size_command): Don't check history_size is negative.
814 Adjust the condition to call unstifle_history and set history_size
815 to UNIT_MAX.
816
817 2012-08-28 Pedro Alves <palves@redhat.com>
818
819 PR gdb/14428
820
821 * infcmd.c (default_print_one_register_info): New, factored out
822 from default_print_registers_info.
823 (default_print_registers_info): Use it. Mark value unavailable if
824 necessary.
825 (registers_info): Print user registers with
826 default_print_one_register_info.
827
828 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
829
830 PR tui/14486
831 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
832 is not NULL before referencing it.
833
834 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
835
836 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
837 variable pc. Call find_pc_line instead of find_pc_overlay, restore
838 original PC for it.
839
840 2012-08-27 Eli Zaretskii <eliz@gnu.org>
841 Jan Kratochvil <jan.kratochvil@redhat.com>
842
843 * auto-load.c (auto_load_objfile_script): Rename to ...
844 (auto_load_objfile_script_1): ... here, change variable realname to
845 parameter realname, document it, add return value, add variable retval.
846 (auto_load_objfile_script): New function.
847
848 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
849
850 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
851 followed by a whitespace.
852
853 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
854
855 PR gdb/14494.
856 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
857 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
858 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
859 here.
860
861 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
862
863 * memattr.c (create_mem_region): Fix memory region overlapping
864 checking.
865
866 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
867
868 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
869 with xmalloc/cleanup.
870 * mt-tdep.c (mt_push_dummy_call): Likewise.
871 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
872 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
873
874 2012-08-24 Yao Qi <yao@codesourcery.com>
875
876 * jv-exp.y (push_expression_name): Add "." at the end of error
877 message.
878
879 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
880
881 Document how to return from "python-interactive" to GDB.
882 * python/python.c (_initialize_python): Update documentation.
883
884 2012-08-23 Pedro Alves <palves@redhat.com>
885
886 * infrun.c (_initialize_infrun) <handle command help text>:
887 Mention that multiple signals are supported.
888
889 2012-08-23 Pedro Alves <palves@redhat.com>
890
891 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
892 string.
893
894 2012-08-23 Yao Qi <yao@codesourcery.com>
895
896 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
897 (tfind_1): Don't call registers_changed, set_traceframe_num,
898 and clear_traceframe_info.
899 Call set_current_traceframe.
900 (set_current_traceframe): call set_traceframe_num.
901
902 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
903
904 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
905 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
906
907 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
908
909 Enable readline in Python in a GDB-specific way and block the
910 standard Python readline module to prevent conflicts with GDB.
911 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
912 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
913 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
914 * python/py-gdb-readline.c: New file.
915 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
916 prototype.
917 * python/python.c (_initialize_python): Call
918 gdbpy_initialize_gdb_readline.
919
920 2012-08-22 Keith Seitz <keiths@redhat.com>
921
922 * defs.h: Include build-gnulib/config.h
923
924 2012-08-22 Joseph Myers <joseph@codesourcery.com>
925
926 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
927 and blx pc.
928
929 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
930
931 Add a new "python-interactive" command that starts a standard
932 Python interactive prompt with "pi" as alias, and add "py" as
933 an alias to "python".
934 * NEWS: Mention the new commands.
935 * python/python.c (eval_python_command): New function.
936 (python_interactive_command): For "python-interactive" with
937 arguments, call eval_python_command. For "python-interactive"
938 without arguments, call PyRun_InteractiveLoop.
939 (_initialize_python): Add "python-interactive" command with
940 "pi" as alias, and add "py" as an alias to "python".
941
942 2012-08-22 Tom Tromey <tromey@redhat.com>
943
944 * defs.h (quit_flag): Don't declare.
945 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
946 (QUIT): Use new functions.
947 * event-top.c (command_handler): Use clear_quit_flag.
948 (handle_sigint): Use set_quit_flag.
949 (async_request_quit): Use check_quit_flag. Don't check
950 immediate_quit.
951 * exceptions.c (throw_exception): Use clear_quit_flag.
952 * main.c (captured_main): Use clear_quit_flag.
953 * python/python.c (clear_quit_flag, set_quit_flag)
954 (check_quit_flag): New functions.
955 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
956 clear_quit_flag.
957 * remote.c (remote_wait_as): Use check_quit_flag,
958 clear_quit_flag.
959 (remote_start_remote): Call QUIT.
960 * symfile.c (load_progress): Use check_quit_flag.
961 * top.c (command_loop): Use clear_quit_flag.
962 (command_line_input): Call QUIT.
963 * utils.c (quit_flag): Conditionally define.
964 (clear_quit_flag, check_quit_flag, set_quit_flag): New
965 functions.
966 (prompt_for_continue): Call QUIT. Use quit, not
967 async_request_quit.
968 * remote-mips.c (mips_expect_timeout): Call QUIT.
969 * monitor.c (monitor_expect): Call QUIT.
970
971 2012-08-22 Tom Tromey <tromey@redhat.com>
972
973 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
974 (async_init_signals): Update.
975 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
976 (SIGWINCH_HANDLER_BODY): Remove.
977
978 2012-08-22 Tom Tromey <tromey@redhat.com>
979
980 * jit.c (jit_object_close_impl): Don't malloc the objfile
981 name.
982 * objfiles.c (allocate_objfile): Don't malloc the objfile
983 name.
984 (free_objfile): Don't free the objfile name.
985 * objfiles.h (struct objfile) <name>: Update comment.
986 * symfile.c (reread_symbols): Fix reference counting. Don't
987 malloc objfile name.
988
989 2012-08-22 Tom Tromey <tromey@redhat.com>
990
991 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
992 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
993 (symfile_bfd_open): Likewise.
994 (generic_load): Likewise.
995 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
996 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
997 gdb_bfd_open.
998 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
999 Use gdb_bfd_open.
1000 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
1001 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
1002 (pmon_load_fast): Likewise.
1003 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
1004 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
1005 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
1006 (macho_check_dsym): Likewise.
1007 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
1008 (m32r_upload_command): Likewise.
1009 * gdb_bfd.h (gdb_bfd_cache): Declare.
1010 * gdb_bfd.c (struct gdb_bfd_data): New.
1011 (gdb_bfd_cache): New global.
1012 (struct gdb_bfd_cache_search): New.
1013 (hash_bfd): New function.
1014 (eq_bfd): Likewise.
1015 (gdb_bfd_open): Likewise.
1016 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
1017 (gdb_bfd_unref): Remove closed BFD from cache. Update for
1018 gdb_bfd_data.
1019 * exec.c (exec_file_attach): Use gdb_bfd_open.
1020 * dsrec.c (load_srec): Use gdb_bfd_open.
1021
1022 2012-08-22 Tom Tromey <tromey@redhat.com>
1023
1024 * dwarf2read.c (macro_start_file): Update.
1025 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
1026 (free_objfile_per_bfd_storage): Destroy macro_cache.
1027 (allocate_objfile, free_objfile): Update.
1028 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
1029 New field.
1030 (struct objfile) <macro_cache>: Remove.
1031 * symfile.c (reread_symbols): Update.
1032 * symmisc.c (print_symbol_bcache_statistics): Update.
1033 (print_objfile_statistics): Update.
1034
1035 2012-08-22 Tom Tromey <tromey@redhat.com>
1036
1037 * elfread.c (elf_symtab_read): Update.
1038 * objfiles.c (objfiles_bfd_data): New global.
1039 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
1040 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
1041 (allocate_objfile, free_objfile): Update.
1042 (_initialize_objfiles): Initialize objfiles_bfd_data.
1043 * objfiles.h (struct objfile_per_bfd_storage): New.
1044 (struct objfile) <per_bfd>: New field.
1045 <filename_cache>: Remove.
1046 (set_objfile_per_bfd): Declare.
1047 * symfile.c (reread_symbols): Update. Call
1048 set_objfile_per_bfd.
1049 (allocate_symtab): Update.
1050 * symmisc.c (print_symbol_bcache_statistics): Update.
1051 (print_objfile_statistics): Print the size of the BFD obstack.
1052
1053 2012-08-22 Tom Tromey <tromey@redhat.com>
1054
1055 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
1056 * gdb_bfd.c: Use DEFINE_REGISTRY.
1057 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
1058 (gdb_bfd_ref): Call bfd_alloc_data.
1059 (gdb_bfd_unref): Call bfd_free_data.
1060
1061 2012-08-22 Tom Tromey <tromey@redhat.com>
1062
1063 * registry.h (struct registry_fields): New.
1064 (REGISTRY_FIELDS): Redefine.
1065 (REGISTRY_ACCESS_FIELD): New macro.
1066 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
1067 functions.
1068
1069 2012-08-22 Tom Tromey <tromey@redhat.com>
1070
1071 * auto-load.c (_initialize_auto_load): Update.
1072 * solib-svr4.c (_initialize_svr4_solib): Update
1073 * solib-dsbt.c (_initialize_dsbt_solib): Update.
1074 * solib-darwin.c (_initialize_darwin_solib): Update.
1075 * registry.h: New file.
1076 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
1077 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
1078 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
1079 (register_program_space_data_with_cleanup)
1080 (register_program_space_data, program_space_alloc_data)
1081 (clear_program_space_data, set_program_space_data)
1082 (program_space_data): Don't declare.
1083 * progspace.c: Use DEFINE_REGISTRY.
1084 (struct program_space_data, struct
1085 program_space_data_registration, struct
1086 program_space_data_registry, program_space_data_registry)
1087 (register_program_space_data_with_cleanup)
1088 (register_program_space_data, program_space_alloc_data)
1089 (program_space_free_data, clear_program_space_data)
1090 (set_program_space_data, program_space_data): Remove.
1091 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
1092 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1093 (register_objfile_data_with_cleanup, register_objfile_data)
1094 (clear_objfile_data, set_objfile_data, objfile_data): Don't
1095 declare.
1096 * objfiles.c: Use DEFINE_REGISTRY.
1097 (struct objfile_data, struct objfile_data_registration, struct
1098 objfile_data_registry, objfile_data_registry)
1099 (register_objfile_data_with_cleanup, register_objfile_data)
1100 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1101 (set_objfile_data, objfile_data): Remove.
1102 (_initialize_objfiles): Update.
1103 * jit.c (_initialize_jit): Update.
1104 * inflow.c (_initialize_inflow): Update.
1105 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
1106 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1107 (register_inferior_data_with_cleanup, register_inferior_data)
1108 (clear_inferior_data, set_inferior_data, inferior_data): Don't
1109 declare.
1110 * inferior.c: Use DEFINE_REGISTRY.
1111 (struct inferior_data, struct inferior_data_registration, struct
1112 inferior_data_registry, inferior_data_registry)
1113 (register_inferior_data_with_cleanup, register_inferior_data)
1114 (inferior_alloc_data, inferior_free_data clear_inferior_data)
1115 (set_inferior_data, inferior_data): Remove.
1116 * auxv.c (_initialize_auxv): Update.
1117 * ada-lang.c (_initialize_ada_language): Update.
1118 * breakpoint.c (_initialize_breakpoint): Update.
1119 * i386-nat.c (i386_use_watchpoints): Update.
1120
1121 2012-08-22 Tom Tromey <tromey@redhat.com>
1122
1123 * exec.c (exec_close, exec_file_attach): Update.
1124 (add_to_section_table): Initialize 'key' field.
1125 (add_target_sections, remove_target_sections): Add 'key' argument.
1126 * exec.h (add_target_sections, remove_target_sections): Add
1127 'key' argument.
1128 * solib.c (solib_map_sections, update_solib_list, clear_solib)
1129 (reload_shared_libraries_1): Update.
1130 * target.h (struct target_section) <key>: New field.
1131
1132 2012-08-22 Tom Tromey <tromey@redhat.com>
1133
1134 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1135
1136 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
1137
1138 * symfile.c (allocate_symtab): Use host_address_to_string
1139 function instead of cast of pointer to long which is not
1140 compatible with x86_64-w64-mingw32 build.
1141
1142 2012-08-19 Andrew Pinski <apinski@cavium.com>
1143
1144 * mips-tdep.c (is_octeon): New function.
1145 (is_octeon_bbit_op): New function.
1146 (mips32_next_pc): Handle Octeon's bbit instructions.
1147 (mips32_instruction_has_delay_slot): Likewise.
1148
1149 2012-08-19 Andrew Pinski <apinski@cavium.com>
1150
1151 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1152 before the function.
1153
1154 2012-08-19 Andrew Pinski <apinski@cavium.com>
1155
1156 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
1157
1158 2012-08-19 Keith Seitz <keiths@redhat.com>
1159
1160 PR c++/14365
1161 * c-typeprint.c (c_type_print_varspec_prefix): Pass
1162 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
1163
1164 2012-08-18 Eli Zaretskii <eliz@gnu.org>
1165
1166 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
1167 The typo broke "make TAGS".
1168
1169 2012-08-17 Joel Brobecker <brobecker@adacore.com>
1170
1171 GDB 7.5 released.
1172
1173 2012-08-17 Keith Seitz <keiths@redhat.com>
1174
1175 PR c++/13356
1176 * gdbtypes.c (strict_type_checking): New variable.
1177 (show_strict_type_checking): New function.
1178 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
1179 if strict type checking is disabled.
1180 (_initialize_gdbtypes): Add "check type" subcommand.
1181 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
1182
1183 2012-08-17 Keith Seitz <keiths@redhat.com>
1184
1185 * language.h (type_mode): Remove.
1186 (type_check): Remove.
1187 (struct language_defn): Remove la_type_check.
1188 (STRICT_TYPE): Remove unused macro.
1189 (type_error): Remove.
1190 * language.c (set_type_range_case): Renamed to ...
1191 (set_range_case): ... this. Update all callers.
1192 Remove type_mode/type_check.
1193 (type_mode): Remove.
1194 (type_check): Remove.
1195 (show_type_command): Remove.
1196 (set_type_command): Remove.
1197 (language_info): Remove type checking output.
1198 (type_error): Remove unused function.
1199 (range_error): Update comment.
1200 (unknown_language_defn): Remove la_type_check.
1201 (auto_language_defn): Likewise.
1202 (local_language_defn): Likewise.
1203 (_initialize_language): Remove "check type" subcommand.
1204 * ada-lang.c (ada_language_defn): Remove la_type_check.
1205 * c-lang.c (c_language_defn): Likewise.
1206 (cplus_language_defn): Likewise.
1207 (asm_language_defn): Likewise.
1208 (minimal_language_defn): Likewise.
1209 * d-lang.c (d_language_defn): Likewise.
1210 * f-lang.c (f_language_defn): Likewise.
1211 * go-lang.c (go_language_defn): Likewise.
1212 * jv-lang.c (java_language_defn): Likewise.
1213 * m2-lang.c (m2_language_defn): Likewise.
1214 * objc-lang.c (objc_language_defn): Likewise.
1215 * opencl-lang.c (opencl_language_defn): Likewise.
1216 * p-lang.c (pascal_language_defn): Likewise.
1217
1218 2012-08-16 Mike Frysinger <vapier@gentoo.org>
1219
1220 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
1221
1222 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1223
1224 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
1225 New function.
1226 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
1227 using the regache. Use ia64_hpux_get_register_from_save_state_t
1228 to access the bsp and bspstore registers if not.
1229
1230 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1231
1232 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
1233 * breakpoint.c (detach_breakpoints): Change pid parameter into
1234 a ptid. Adjust code accordingly.
1235 * infrun.c (handle_inferior_event): Delete variable child_pid.
1236 Update call to detach_breakpoints to pass the child ptid for
1237 fork events.
1238 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
1239 assert that inferior_ptid's lwp is zero.
1240 (linux_handle_extended_wait): Update call to detach_breakpoints.
1241 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
1242 detach_breakpoints.
1243
1244 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1245
1246 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
1247 parent, only call detach_breakpoints if tts.tts_event ==
1248 TTEVT_VFORK.
1249
1250 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1251
1252 * dwarf2-frame.c (dwarf2_frame_cache): Use
1253 get_frame_address_in_block instead of get_frame_pc as
1254 the bound for executing the frame's FDE.
1255
1256 2012-08-16 Yao Qi <yao@codesourcery.com>
1257
1258 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
1259 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
1260 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
1261 (c_type_print_varspec_suffix): Likewise.
1262 * eval.c (evaluate_subexp_standard): Likewise.
1263 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
1264 (f_type_print_varspec_suffix): Likewise.
1265 * gdbtypes.c (is_scalar_type): Likewise.
1266 (recursive_dump_type): Likewise.
1267 * infcall.c (value_arg_coerce): Likewise.
1268 * m2-valprint.c (m2_val_print): Likewise.
1269 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
1270 (pascal_type_print_varspec_suffix): Likewise.
1271 (pascal_type_print_base): Likewise.
1272 * p-valprint.c (pascal_val_print): Likewise.
1273 (pascal_val_print): Likewise.
1274 * valops.c (value_slice): Likewise.
1275 * valprint.c (scalar_type_p): Likewise.
1276 * valarith.c (value_bitstring_subscript): Remove.
1277 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
1278 Remove comment on TYPE_CODE_BITSTRING.
1279
1280 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
1281 TYPE_CODE_BITSTRING.
1282
1283 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
1284 slot 0.
1285
1286 2012-08-16 Yao Qi <yao@codesourcery.com>
1287
1288 * tracepoint.c (trace_find_none_command): Remove.
1289 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
1290
1291 2012-08-16 Yao Qi <yao@codesourcery.com>
1292
1293 * remote.c (handle_notification): Remove parameter 'length'.
1294 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
1295
1296 2012-08-15 Keith Seitz <keiths@redhat.com>
1297
1298 * gdbtypes.c (opaque_type_resolution): Make static.
1299 Add missing comment.
1300 (overload_debug): Add missing comment.
1301 (show_opaque_type_resolution): Likewise.
1302 (show_overload_debug): Likewise.
1303 (print_bit_vector): Remove unnecessary forward declaration.
1304 (print_arg_types): Likewise.
1305 (dump_fn_fieldlists): Likewise.
1306 (print_cplus_stuff): Likewise.
1307
1308 2012-08-15 Tom Tromey <tromey@redhat.com>
1309
1310 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
1311 (gdb_bfd_ref): Initialize new field.
1312 (gdb_bfd_unref): Unref the archive BFD.
1313 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
1314 parent archive.
1315
1316 2012-08-15 Tom Tromey <tromey@redhat.com>
1317
1318 PR python/14387:
1319 * python/py-bpevent.c (create_breakpoint_event_object): Update
1320 comment.
1321 * python/py-event.c (evpy_add_attribute): Update comment.
1322 * python/py-exitedevent.c (create_exited_event_object): Fix
1323 reference counting and error handling.
1324 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1325 Fix reference counting.
1326 * python/py-signalevent.c (create_signal_event_object): Fix
1327 reference counting and error handling.
1328 * python/py-stopevent.c (emit_stop_event): Fix reference
1329 counting.
1330 * python/py-threadevent.c (get_event_thread): Return a
1331 borrowed reference.
1332 * python/py-type.c (convert_field): Fix reference counting.
1333
1334 2012-08-15 Tom Tromey <tromey@redhat.com>
1335
1336 * dwarf2read.c (dwarf_decode_macro_bytes)
1337 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
1338 as hash key.
1339
1340 2012-08-14 Mike Frysinger <vapier@gentoo.org>
1341
1342 * infcmd.c (_initialize_infcmd): Update help text for the signal,
1343 stepi, nexti, finish, next, step, jump, and continue commands.
1344 * infrun.c (_initialize_infrun): Update help text for the handle
1345 command.
1346
1347 2012-08-14 Doug Evans <dje@google.com>
1348
1349 * gdbtypes.c (struct extra): Delete, unused.
1350
1351 * gdbtypes.c: Whitespace cleanup.
1352 (address_space_name_to_int): Remove "extern" from definition.
1353 (_initialize_gdbtypes): Declare with initialize_file_ftype.
1354
1355 * gdbtypes.c (make_pointer_type): Remove redundant setting of
1356 TYPE_POINTER_TYPE (type).
1357
1358 2012-08-14 Gary Benson <gbenson@redhat.com>
1359
1360 * solib-svr4.c (svr4_free_library_list): Use free_so.
1361
1362 2012-08-13 Mike Frysinger <vapier@gentoo.org>
1363
1364 * .gitignore: Add go-exp.c.
1365
1366 2012-08-13 Doug Evans <dje@google.com>
1367
1368 * value.c (show_convenience): Tweak comment.
1369 (_initialize_values): Mention convenience functions in the help text
1370 for "show convenience".
1371
1372 2012-08-13 Yao Qi <yao@codesourcery.com>
1373
1374 * std-operator.def: Remove TERNOP_SLICE_COUNT.
1375 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
1376 TERNOP_SLICE_COUNT.
1377 * eval.c (evaluate_subexp_standard): Likewise.
1378 * expprint.c (print_subexp_standard): Likewise.
1379 (dump_subexp_body_standard): Likewise.
1380 * parse.c (operator_length_standard): Likewise.
1381
1382 2012-08-13 Yao Qi <yao@codesourcery.com>
1383
1384 * std-operator.def: Remove OP_BITSTRING.
1385 * breakpoint.c (watchpoint_exp_is_const): Update.
1386 * eval.c (evaluate_subexp_standard): Remove handling to
1387 OP_BITSTRING.
1388 * expprint.c (print_subexp_standard): Likewise.
1389 (dump_subexp_body_standard): Likewise.
1390 * parse.c (operator_length_standard): Likewise.
1391 * valops.c (value_bitstring): Remove.
1392 * value.h: Remove the declaration of 'value_bitstring'.
1393
1394 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1395
1396 * linespec.c (find_methods): Remove unused variables `i1' and
1397 `name_len'.
1398 (decode_line_full): Likewise for `arg_start'.
1399
1400 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1401
1402 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
1403 (zlib_decompress_section): Likewise for `section_data'.
1404 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
1405
1406 2012-08-10 Doug Evans <dje@google.com>
1407
1408 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
1409 * NEWS: Document them.
1410 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
1411 function/strfns.py.
1412 * python/py-type.c (typy_array_1): New function.
1413 (typy_array): Call it.
1414 (typy_vector): New function.
1415 (type_object_methods): Add "vector".
1416 * python/lib/gdb/function/__init__.py: New file.
1417 * python/lib/gdb/function/strfns.py: New file.
1418
1419 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
1420
1421 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
1422 for TYPE_FIELD_BITPOS.
1423 (typy_get_sizeof): Likewise for TYPE_LENGTH.
1424
1425 2012-08-10 Mike Frysinger <vapier@gentoo.org>
1426
1427 PR cli/10436:
1428 * common/vec.h (VEC_merge): Define.
1429 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
1430 (DEF_VEC_ALLOC_FUNC_P): Likewise.
1431 (DEF_VEC_ALLOC_FUNC_O): Likewise.
1432 * completer.c: Include gdb_signals.h.
1433 (signal_completer): Define.
1434 * completer.h (signal_completer): Add prototype.
1435 * infcmd.c (_initialize_infcmd): Assign the command
1436 completer for "signal" to handle_completer.
1437 * infrun.c: Include completer.h.
1438 (handle_completer): Define.
1439 (_initialize_infrun): Declare a new local variable c. Store the
1440 result of add_com("handle") to it. Assign the command
1441 completer for "handle" to handle_completer.
1442
1443 2012-08-09 Yao Qi <yao@codesourcery.com>
1444
1445 * cli/cli-decode.c (set_cmd_prefix): New.
1446 (lookup_cmd_for_prefixlist): New.
1447 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
1448 of each cmd_list_element in *prefixlist.
1449 (add_setshow_cmd_full): set_cmd_prefix.
1450 (add_alias_cmd): Likewise.
1451 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
1452 Declare 'auto_boolean_enums'.
1453 * cli/cli-setshow.c: Include "observer.h".
1454 (notify_command_param_changed_p): New.
1455 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
1456 Remove 'static'.
1457 (do_setshow_command): Split it to ...
1458 (do_set_command, do_show_command): ... them. New.
1459 (do_set_command): Call observer_notify_command_param_changed if
1460 notify_command_param_changed_p returns true.
1461 (cmd_show_list): Caller update.
1462 * auto-load.c (set_auto_load_cmd): Likewise.
1463 * remote.c (show_remote_cmd): Likewise.
1464 * cli/cli-setshow.h: Update declarations.
1465 * top.c (execute_command): Call do_set_command and do_show_command.
1466
1467 * NEWS: Mention new MI notification.
1468 * mi/mi-interp.c: Declare mi_command_param_changed.
1469 (mi_interpreter_init): Attach mi_command_param_changed to
1470 observer command_param_changed.
1471 (mi_command_param_changed): New.
1472 Remove mi_suppress_breakpoint_notifications.
1473 Define global variable mi_suppress_notification.
1474 (mi_breakpoint_created): Update.
1475 (mi_breakpoint_deleted): Likewise.
1476 (mi_breakpoint_modified): Likewise.
1477 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
1478 'gdb-set' and set mi_suppress_notification.
1479 * mi/mi-main.h: (mi_suppress_notification): New struct.
1480
1481 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
1482 Jan Kratochvil <jan.kratochvil@redhat.com>
1483
1484 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
1485
1486 2012-08-09 Yao Qi <yao@codesourcery.com>
1487
1488 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
1489 (skiplist): Move it to skip.c.
1490 (init_cmd_lists): Remove code setting enablebreaklist and
1491 skiplist to NULL.
1492 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
1493 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
1494 skiplist.
1495 * gdbcmd.h: Likewise.
1496 * skip.c (_initialize_step_skip): Move 'skiplist' from
1497 cli/cli-cmds.c.
1498
1499 2012-08-09 Yao Qi <yao@codesourcery.com>
1500
1501 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
1502 * gnu-nat.c, symfile.c: Likewise.
1503
1504 2012-08-08 Aaron Gamble <agamble@google.com>
1505
1506 * utils.c (prompt_for_continue_wait_time): New static global.
1507 (make_command_stats_cleanup): Initialize it.
1508 (report_command_stats): Subtract time waiting for user.
1509 (prompt_for_continue): Track time waiting for user.
1510 (defaulted_query): Track time waiting for user.
1511
1512 2012-08-08 Doug Evans <dje@google.com>
1513
1514 * eval.c (evaluate_subexp_standard): Fix thinko in handling
1515 UNOP_MEMVAL_TYPE.
1516 * expprint.c (print_subexp_standard, case OP_TYPE): New.
1517 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
1518 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
1519 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
1520 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
1521 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
1522 elt.
1523 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
1524 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
1525 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
1526 (dump_prefix_expression): Handle OP_TYPE.
1527
1528 2012-08-08 Keith Seitz <keiths@redhat.com>
1529
1530 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
1531 addr_start.
1532
1533 2012-08-08 Doug Evans <dje@google.com>
1534
1535 * linux-thread-db.c: #include "gdb_vecs.h".
1536 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
1537 updated.
1538 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
1539 (thread_db_load_search): Use a vector to iterate over path elements.
1540 Handle text appearing after "$pdir".
1541
1542 * gdb_string.h: Moved to ...
1543 * common/gdb_string.h: ... here.
1544 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
1545 gdb_string.h and gdb_assert.h.
1546
1547 2012-08-08 Yao Qi <yao@codesourcery.com>
1548
1549 * tic6x-tdep.c (tic6x_register_to_value): Remove.
1550 (tic6x_value_to_register): Likewise.
1551 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
1552 and set_gdbarch_value_to_register.
1553
1554 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1555 Jean-Marc Saffroy <saffroy@gmail.com>
1556
1557 PR 11804
1558 * defs.h (find_memory_region_ftype): New comment. New arg modified.
1559 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
1560 * gcore.c (gcore_create_callback): New function comment. Add modified
1561 parameter. Only write modified regions. Set SEC_READONLY exactly
1562 according to MODIFIED.
1563 (objfile_find_memory_regions): Ignore separate debug info files. Ass
1564 the passed modified value to FUNC.
1565 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
1566 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
1567 first. New variables modified and has_anonymous. Parse the lines of
1568 smaps file. Add the passed MODIFIED value to FUNC.
1569 * procfs.c (find_memory_regions_callback): Add the passed modified
1570 value.
1571
1572 2012-08-06 Tom Tromey <tromey@redhat.com>
1573
1574 * dwarf2-frame.c (clear_pointer_cleanup): New function.
1575 (dwarf2_frame_cache): Use it.
1576 * frame-unwind.h (frame_sniffer_ftype): Document prologue
1577 cache initialization constraint.
1578
1579 2012-08-06 Tom Tromey <tromey@redhat.com>
1580
1581 PR python/14386:
1582 * varobj.c (update_dynamic_varobj_children): Don't call
1583 PyIter_Check.
1584
1585 2012-08-06 Tom Tromey <tromey@redhat.com>
1586
1587 PR cli/14392:
1588 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
1589
1590 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
1591
1592 * NEWS: New entry for 'cd' default parameters.
1593 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
1594
1595 2012-08-03 Tom Tromey <tromey@redhat.com>
1596
1597 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
1598 return.
1599
1600 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1601
1602 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
1603 to attempting lseek/write.
1604 (inf_child_fileio_pread): Likewise for pread.
1605
1606 2012-08-02 Yao Qi <yao@codesourcery.com>
1607
1608 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
1609 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
1610 add_setshow_zinteger_cmd.
1611 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
1612 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
1613 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
1614 instead of add_setshow_zinteger_cmd.
1615 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
1616 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
1617 instead of add_setshow_zinteger_cmd.
1618 * frame.c (frame_debug): Add 'unsigned'.
1619 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
1620 add_setshow_zinteger_cmd.
1621 * frame.h: Update the declaration of 'frame_debug'.
1622 * gdbtypes.c (overload_debug): Add 'unsigned'.
1623 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
1624 add_setshow_zinteger_cmd.
1625 * inferior.h: Update declaration of 'debug_infrun'.
1626 * infrun.c (debug_infrun): Add 'unsigned'.
1627 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
1628 add_setshow_zinteger_cmd.
1629 * jit.c (jit_debug): Add 'unsigned'.
1630 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
1631 add_setshow_zinteger_cmd.
1632 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
1633 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
1634 instead of add_setshow_zinteger_cmd.
1635 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
1636 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
1637 add_setshow_zinteger_cmd.
1638 * machoread.c (mach_o_debug_level): Add 'unsigned'.
1639 (_initialize_machoread): Call add_setshow_zuinteger_cmd
1640 instead of add_setshow_zinteger_cmd.
1641 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
1642 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
1643 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
1644 intead of add_setshow_zinteger_cmd.
1645 * mips-tdep.c (mips_debug): Add 'unsigned'.
1646 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
1647 instead of add_setshow_zinteger_cmd.
1648 * monitor.c (monitor_debug): Add 'unsigned'.
1649 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
1650 add_setshow_zinteger_cmd.
1651 * observer.c (observer_debug): Add 'unsigned'.
1652 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
1653 add_setshow_zinteger_cmd.
1654 * parse.c (expressiondebug): Add 'unsigned'.
1655 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
1656 add_setshow_zinteger_cmd.
1657 * record.c (record_debug): Add 'unsigned'.
1658 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
1659 add_setshow_zinteger_cmd.
1660 * record.h: Update the declaration of 'record_debug'.
1661 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
1662 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
1663 add_setshow_zinteger_cmd.
1664 * serial.c (global_serial_debug_p): Add 'unsigned'.
1665 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
1666 add_setshow_zinteger_cmd.
1667 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
1668 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
1669 add_setshow_zinteger_cmd.
1670 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
1671 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
1672 add_setshow_zinteger_cmd.
1673 * target.c (targetdebug): Add 'unsigned'.
1674 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
1675 add_setshow_zinteger_cmd.
1676 * valops.c (overload_debug): Add 'unsigned'.
1677 * varobj.c (varobjdebug): Add 'unsigned'.
1678 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
1679 add_setshow_zinteger_cmd.
1680 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
1681 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
1682 instead of add_setshow_zinteger_cmd.
1683
1684 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
1685 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
1686 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
1687 instead of add_setshow_zinteger_cmd.
1688 * gdbarch.c, gdbarch.h: Re-generated.
1689
1690 2012-08-02 Yao Qi <yao@codesourcery.com>
1691
1692 * nto-tdep.c: Don't include cli/cli-decode.h and
1693 cli/cli-cmds.h.
1694 (_initialize_nto_tdep): Remove.
1695 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
1696 Remove field.
1697 Remove macro nto_internal_debugging.
1698
1699 2012-08-01 Richard Henderson <rth@redhat.com>
1700
1701 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
1702 (mep-*-*) [gdb_target_obs]: Likewise.
1703
1704 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
1705
1706 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
1707 linux_get_siginfo_type.
1708
1709 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1710
1711 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
1712 AT_ENTRY_POINT.
1713 (call_function_by_hand) <ON_STACK>: Call write_memory with
1714 gdbarch_breakpoint_from_pc, if possible.
1715 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
1716 here.
1717
1718 2012-07-31 Yao Qi <yao@codesourcery.com>
1719
1720 * tracepoint.c: Add 'static' for some variables.
1721
1722 2012-07-31 Yao Qi <yao@codesourcery.com>
1723
1724 * go32-nat.c: Declare _initialize_go32_nat.
1725 * ser-go32.c: Declare _initialize_ser_dos.
1726 * top.c (do_chdir_cleanup): Add 'static'.
1727
1728 2012-07-30 Keith Seitz <keiths@redhat.com>
1729
1730 * linespec.c (linespec_lex_number): A number followed
1731 by quotes is a valid number, too.
1732
1733 2012-07-30 Tom Tromey <tromey@redhat.com>
1734
1735 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
1736
1737 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
1738
1739 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
1740 attempt to 4-byte-align HW breakpoint addresses for Thumb.
1741
1742 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
1743
1744 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
1745 invalid or reevaluated to prevent prevent references to possibly
1746 delete'd type objects being left in the varobj.
1747
1748 2012-07-27 Tom Tromey <tromey@redhat.com>
1749 Jan Kratochvil <jan.kratochvil@redhat.com>
1750
1751 * copying.awk: Print buffer-read-only and vi ro markers.
1752 * copying.c: Rebuild.
1753 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
1754 * gdbarch.c, gdbarch.h: Rebuild.
1755 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
1756 buffer-read-only and vi ro markers.
1757 * features/arm-with-iwmmxt.c: Rebuild.
1758 * features/arm-with-m-fpa-layout.c: Rebuild.
1759 * features/arm-with-m-vfp-d16.c: Rebuild.
1760 * features/arm-with-m.c: Rebuild.
1761 * features/arm-with-neon.c: Rebuild.
1762 * features/arm-with-vfpv2.c: Rebuild.
1763 * features/arm-with-vfpv3.c: Rebuild.
1764 * features/i386/amd64-avx-linux.c: Rebuild.
1765 * features/i386/amd64-avx.c: Rebuild.
1766 * features/i386/amd64-linux.c: Rebuild.
1767 * features/i386/amd64.c: Rebuild.
1768 * features/i386/i386-avx-linux.c: Rebuild.
1769 * features/i386/i386-avx.c: Rebuild.
1770 * features/i386/i386-linux.c: Rebuild.
1771 * features/i386/i386-mmx-linux.c: Rebuild.
1772 * features/i386/i386-mmx.c: Rebuild.
1773 * features/i386/i386.c: Rebuild.
1774 * features/i386/x32-avx-linux.c: Rebuild.
1775 * features/i386/x32-avx.c: Rebuild.
1776 * features/i386/x32-linux.c: Rebuild.
1777 * features/i386/x32.c: Rebuild.
1778 * features/mips-dsp-linux.c: Rebuild.
1779 * features/mips-linux.c: Rebuild.
1780 * features/mips64-dsp-linux.c: Rebuild.
1781 * features/mips64-linux.c: Rebuild.
1782 * features/rs6000/powerpc-32.c: Rebuild.
1783 * features/rs6000/powerpc-32l.c: Rebuild.
1784 * features/rs6000/powerpc-403.c: Rebuild.
1785 * features/rs6000/powerpc-403gc.c: Rebuild.
1786 * features/rs6000/powerpc-405.c: Rebuild.
1787 * features/rs6000/powerpc-505.c: Rebuild.
1788 * features/rs6000/powerpc-601.c: Rebuild.
1789 * features/rs6000/powerpc-602.c: Rebuild.
1790 * features/rs6000/powerpc-603.c: Rebuild.
1791 * features/rs6000/powerpc-604.c: Rebuild.
1792 * features/rs6000/powerpc-64.c: Rebuild.
1793 * features/rs6000/powerpc-64l.c: Rebuild.
1794 * features/rs6000/powerpc-7400.c: Rebuild.
1795 * features/rs6000/powerpc-750.c: Rebuild.
1796 * features/rs6000/powerpc-860.c: Rebuild.
1797 * features/rs6000/powerpc-altivec32.c: Rebuild.
1798 * features/rs6000/powerpc-altivec32l.c: Rebuild.
1799 * features/rs6000/powerpc-altivec64.c: Rebuild.
1800 * features/rs6000/powerpc-altivec64l.c: Rebuild.
1801 * features/rs6000/powerpc-cell32l.c: Rebuild.
1802 * features/rs6000/powerpc-cell64l.c: Rebuild.
1803 * features/rs6000/powerpc-e500.c: Rebuild.
1804 * features/rs6000/powerpc-e500l.c: Rebuild.
1805 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
1806 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
1807 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
1808 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
1809 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
1810 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
1811 * features/rs6000/powerpc-vsx32.c: Rebuild.
1812 * features/rs6000/powerpc-vsx32l.c: Rebuild.
1813 * features/rs6000/powerpc-vsx64.c: Rebuild.
1814 * features/rs6000/powerpc-vsx64l.c: Rebuild.
1815 * features/rs6000/rs6000.c: Rebuild.
1816 * features/s390-linux32.c: Rebuild.
1817 * features/s390-linux32v1.c: Rebuild.
1818 * features/s390-linux32v2.c: Rebuild.
1819 * features/s390-linux64.c: Rebuild.
1820 * features/s390-linux64v1.c: Rebuild.
1821 * features/s390-linux64v2.c: Rebuild.
1822 * features/s390x-linux64.c: Rebuild.
1823 * features/s390x-linux64v1.c: Rebuild.
1824 * features/s390x-linux64v2.c: Rebuild.
1825 * features/tic6x-c62x-linux.c: Rebuild.
1826 * features/tic6x-c62x.c: Rebuild.
1827 * features/tic6x-c64x-linux.c: Rebuild.
1828 * features/tic6x-c64x.c: Rebuild.
1829 * features/tic6x-c64xp-linux.c: Rebuild.
1830 * features/tic6x-c64xp.c: Rebuild.
1831
1832 2012-07-27 Tom Tromey <tromey@redhat.com>
1833
1834 * c-exp.y (classify_name): Avoid assignment in condition.
1835
1836 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
1837
1838 * amd64-windows-tdep.c: Include "frame.h".
1839 (amd64_windows_skip_trampoline_code): New function.
1840 (amd64_windows_init_abi): Add trampoline registration.
1841
1842 2012-07-27 Yao Qi <yao@codesourcery.com>
1843
1844 * tracepoint.c (cur_traceframe_number): Remove.
1845 (set_tfile_traceframe): Remove.
1846 (tfile_trace_find, tfile_fetch_registers): Update callers.
1847 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
1848 (tfile_open, tfile_trace_find): Likewise.
1849
1850 2012-07-27 Yao Qi <yao@codesourcery.com>
1851
1852 * thread.c (switch_to_thread): Don't call registers_changed.
1853
1854 2012-07-26 Tom Tromey <tromey@redhat.com>
1855
1856 * Makefile.in (SFILES): Remove objc-exp.y.
1857 (YYFILES): Remove objc-exp.c.
1858 (YYOBJ): Remove objc-exp.o.
1859 (local-maintainer-clean): Don't mention objc-exp.c.
1860 * c-exp.y: Include objc-lang.h.
1861 (%union) <class>: New field.
1862 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
1863 (exp): Clone subscript production for OBJC_LBRAC. Add various
1864 Objective C productions.
1865 (msglist, msgarglist, msgarg): New productions.
1866 (array_mod, func_mod, operator): Clone productions for
1867 OBJC_LBRAC.
1868 (parse_string_or_char): Handle '@' strings.
1869 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
1870 (classify_name): Check la_name_of_this. Recognize ObjC class
1871 names.
1872 * objc-exp.y: Remove.
1873 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
1874 * objc-lang.h (objc_parse, objc_error): Don't declare.
1875
1876 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
1877
1878 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
1879
1880 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1881
1882 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
1883 and decrement.
1884
1885 2012-07-26 Tom Tromey <tromey@redhat.com>
1886
1887 * copying.c: Rebuild.
1888 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
1889 'no_class'.
1890
1891 2012-07-26 Tom Tromey <tromey@redhat.com>
1892
1893 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
1894 immediate_quit.
1895 (print_objfile_statistics): Likewise.
1896 (maintenance_print_symbols): Likewise.
1897 (maintenance_print_msymbols): Likewise.
1898 (maintenance_print_objfiles): Likewise.
1899 * psymtab.c (print_partial_symbols): Call QUIT.
1900 (maintenance_print_psymbols): Likewise. Don't modify
1901 immediate_quit.
1902 * copying.c (show_copying_command): Don't modify immediate_quit.
1903 (show_warranty_command): Likewise.
1904 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
1905
1906 2012-07-26 Keith Seitz <keiths@redhat.com>
1907
1908 * linespec.c (linespec_lexer_lex_number): The input
1909 is also a valid number if the next character is a comma
1910 or colon.
1911
1912 2012-07-26 Joel Brobecker <brobecker@adacore.com>
1913
1914 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
1915 configure options.
1916
1917 2012-07-26 Tristan Gingold <gingold@adacore.com>
1918
1919 * machoread.c: Include gdb_bfd.h.
1920
1921 2012-07-26 Tristan Gingold <gingold@adacore.com>
1922
1923 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
1924 offset.
1925
1926 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1927
1928 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
1929 SIZE to size_t.
1930 (dwarf2_evaluate_loc_desc): Likewise.
1931 (dwarf2_loc_desc_needs_frame): Likewise.
1932 (locexpr_describe_location_1): Likewise.
1933 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
1934 size_t.
1935 (struct dwarf2_loclist_baton): Likewise.
1936 * dwarf2read.c (struct dwarf_block): Likewise.
1937 (dump_die_shallow): Use pulongest to print dwarf_block.size.
1938 (decode_locdesc): Expand SIZE and I to size_t.
1939
1940 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1941
1942 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
1943
1944 2012-07-25 Joel Brobecker <brobecker@adacore.com>
1945
1946 * doublest.c (convert_doublest_to_floatformat): If the exponent
1947 is too small, treat the value as zero. If the exponent is too
1948 large, treat the value as infinity.
1949
1950 2012-07-25 Joel Brobecker <brobecker@adacore.com>
1951
1952 * configure.ac: Add --enable-lmcheck configure option.
1953 * configure: Regenerate.
1954
1955 2012-07-25 Tom Tromey <tromey@redhat.com>
1956
1957 * NEWS: Mention maint info bfds.
1958 * gdb_bfd.c (all_bfds): New global.
1959 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
1960 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
1961 New functions.
1962
1963 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
1964
1965 * configure.tgt: Add v850*-*-rtems*.
1966
1967 2012-07-25 Tom Tromey <tromey@redhat.com>
1968
1969 * macrotab.c (macro_bcache_str): Remove cast.
1970
1971 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
1972
1973 * linespec.c (linespec_lexer_lex_number): Update comments,
1974 change the return and add check to make sure the input is
1975 the decimal numbers.
1976 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
1977 false, call linespec_lexer_lex_string.
1978
1979 2012-07-24 Tom Tromey <tromey@redhat.com>
1980
1981 * symfile.c (symbol_file_add): Don't open BFD twice.
1982
1983 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
1984
1985 * breakpoint.c (create_breakpoint): Store condition for pending
1986 breakpoints.
1987
1988 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
1989
1990 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
1991 (m68k_return_value): Handle complex types like structures.
1992 (m68k_svr4_return_value): Likewise.
1993
1994 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
1995
1996 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
1997 parameters to bfd_get_section_name.
1998
1999 2012-07-24 Yao Qi <yao@codesourcery.com>
2000
2001 * cli/cli-setshow.c: Handle case 'var_uinteger'
2002 and 'var_zuninteger' together. Handle case 'var_integer' and
2003 'var_zinteger' together.
2004
2005 2012-07-23 Keith Seitz <keiths@redhat.com>
2006
2007 * linespec.c (convert_linespec_to_sal): Don't add
2008 any symbols to the result vector if symbol_to_sal
2009 returns zero.
2010
2011 2012-07-23 Keith Seitz <keiths@redhat.com>
2012
2013 * linespec.c (decode_objc): Record the function name
2014 in the linespec.
2015
2016 2012-07-23 Tom Tromey <tromey@redhat.com>
2017
2018 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
2019 counting.
2020 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
2021 (map_vmap): Acquire a reference to the BFD.
2022
2023 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
2024
2025 * p-valprint.c (pascal_object_print_value): Replace potentially
2026 unsafe alloca with xmalloc/xfree.
2027 * valops.c (search_struct_method): Likewise.
2028
2029 2012-07-23 Tom Tromey <tromey@redhat.com>
2030
2031 * solib-svr4.c (enable_break): Update.
2032 * bfd-target.h (target_bfd_reopen): Update documentation.
2033
2034 2012-07-23 Tom Tromey <tromey@redhat.com>
2035
2036 * symfile.c (separate_debug_file_exists): Update.
2037 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
2038 (reread_symbols): Update.
2039 * elfread.c (build_id_verify): Update.
2040 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
2041 bfd_open_maybe_remote.
2042
2043 2012-07-23 Tom Tromey <tromey@redhat.com>
2044
2045 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
2046
2047 2012-07-23 Tom Tromey <tromey@redhat.com>
2048
2049 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
2050 and 'abfd'.
2051 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
2052 and 'abfd'.
2053 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
2054 * machoread.c (macho_add_oso_symfile): Make a cleanup for
2055 'abfd'.
2056 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
2057 * objfiles.c (allocate_objfile): Acquire a new reference.
2058 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
2059 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
2060 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
2061 a cleanup for 'nbfd'.
2062 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
2063 for 'nbfd'.
2064 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
2065 make a cleanup for 'abfd'.
2066 (symbol_file_add): Make a BFD cleanup.
2067
2068 2012-07-23 Tom Tromey <tromey@redhat.com>
2069
2070 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
2071 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
2072 * corelow.c (core_open): Use gdb_bfd_fopen.
2073 * dsrec.c (load_srec): Use gdb_bfd_openr.
2074 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
2075 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
2076 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2077 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2078 (gdb_bfd_fdopenr): New functions.
2079 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2080 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2081 (gdb_bfd_fdopenr): Declare.
2082 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
2083 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
2084 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
2085 gdb_bfd_openr_next_archived_file.
2086 (macho_check_dsym): Use gdb_bfd_openr.
2087 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2088 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2089 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2090 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2091 gdb_bfd_openr.
2092 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2093 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2094 gdb_bfd_openr_next_archived_file.
2095 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2096 Use gdb_bfd_openr.
2097 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2098 gdb_bfd_openr.
2099 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2100 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2101 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2102 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2103 (symfile_bfd_open): Use gdb_bfd_fopen.
2104 (generic_load): Use gdb_bfd_openr.
2105 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2106
2107 2012-07-23 Tom Tromey <tromey@redhat.com>
2108
2109 * bfd-target.c (target_bfd_reopen): Update.
2110 * cli/cli-dump.c (bfd_openr_with_cleanup)
2111 (bfd_openw_with_cleanup): Update.
2112 * corelow.c (core_open): Update.
2113 * dsrec.c (load_srec): Update.
2114 * exec.c (exec_file_attach): Update.
2115 * gcore.c (create_gcore_bfd): Update.
2116 * gdb_bfd.c (gdb_bfd_ref): Return void.
2117 (gdb_bfd_open): Update.
2118 * gdb_bfd.h (gdb_bfd_ref): Return void.
2119 Update comments.
2120 * jit.c (jit_bfd_try_read_symtab): Update.
2121 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2122 * machoread.c (macho_symfile_read_all_oso): Update.
2123 (macho_check_dsym): Update.
2124 * procfs.c (insert_dbx_link_bpt_in_file): Update.
2125 * remote-m32r-sdi.c (m32r_load): Update.
2126 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2127 * rs6000-nat.c (add_vmap): Update.
2128 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2129 Update.
2130 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2131 * solib-spu.c (spu_bfd_open): Update.
2132 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2133 * spu-linux-nat.c (spu_bfd_open): Update.
2134 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2135 (generic_load): Update.
2136 * windows-nat.c (windows_make_so): Update.
2137
2138 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
2139
2140 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2141
2142 2012-07-20 Jeff Kenton <jkenton@tilera.com>
2143
2144 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2145 SIGTRAMP_FRAME unwinding.
2146
2147 2012-07-20 Doug Evans <dje@google.com>
2148
2149 * NEWS: Document new options "set/show use-deprecated-index-sections",
2150 and delete reference to --use-deprecated-index-sections.
2151 * symfile.h (use_deprecated_index_sections): Delete.
2152 * dwarf2read.c (use_deprecated_index_sections): Make static.
2153 (read_index_from_section): Update wording of how to load
2154 deprecated index sections.
2155 (_initialize_dwarf2_read): New options
2156 "set/show use-deprecated-index-sections".
2157 * main.c (captured_main): Delete --use-deprecated-index-sections.
2158
2159 2012-07-20 Pedro Alves <palves@redhat.com>
2160
2161 PR threads/11692
2162 PR gdb/12203
2163
2164 * infrun.c (handle_inferior_event) <new thread>: Don't special
2165 case minus_one_ptid.
2166 <TARGET_WAITKIND_SPURIOUS>: Ditto.
2167 * linux-thread-db.c (thread_get_info_callback): Don't return early
2168 if the thread is zombie.
2169 (thread_from_lwp): Change return type to void. Rewrite stale
2170 comment.
2171 (attach_thread): Don't return early if the thread is zombie,
2172 instead set its "dying" flag.
2173 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
2174 (find_new_threads_callback): Don't return early if the thread is
2175 zombie.
2176
2177 2012-07-20 Pedro Alves <palves@redhat.com>
2178
2179 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
2180 * target.c (target_wait): Likewise.
2181 (str_comma_list_concat_elem, do_option, target_options_to_string):
2182 New functions.
2183 * target.h (target_options_to_string): Declare.
2184
2185 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2186 Tom Tromey <tromey@redhat.com>
2187
2188 * dwarf2read.c (dwarf_decode_macros)
2189 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
2190 DW_MACRO_GNU_transparent_include_alt>: New cases.
2191 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
2192 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
2193
2194 2012-07-20 Tom Tromey <tromey@redhat.com>
2195
2196 * dwarf2read.c (try_open_dwo_file): Don't call
2197 gdb_bfd_stash_filename.
2198
2199 2012-07-20 Pedro Alves <palves@redhat.com>
2200
2201 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2202 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
2203 (i386_process_record): Tweak description comments.
2204
2205 2012-07-20 Pedro Alves <palves@redhat.com>
2206
2207 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2208 (i386_process_record): Use record_read_memory.
2209 * record.c (record_read_memory): New function.
2210 (record_arch_list_add_mem, record_exec_insn): Use
2211 record_read_memory.
2212 * record.h (record_read_memory): Declare.
2213
2214 2012-07-20 Yao Qi <yao@codesourcery.com>
2215
2216 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
2217 NULL for xfree.
2218
2219 2012-07-19 Pedro Alves <palves@redhat.com>
2220
2221 * record.c (record_resume): Ask the target beneath to report all
2222 signals.
2223
2224 2012-07-19 Doug Evans <dje@google.com>
2225
2226 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
2227 there's no section at address zero.
2228 (dwarf2_record_block_ranges): Ditto.
2229
2230 2012-07-19 Yao Qi <yao@codesourcery.com>
2231
2232 * command.h, remote.c: Fix a typo in comment.
2233
2234 2012-07-19 Tom Tromey <tromey@redhat.com>
2235
2236 PR exp/13206:
2237 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
2238 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
2239 OP_DECLTYPE>: New cases.
2240 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
2241 (type_exp): Add new productions.
2242 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
2243 and decltype.
2244 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
2245 New case.
2246 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
2247 OP_DECLTYPE>: New case.
2248 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
2249 New case.
2250 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
2251 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
2252
2253 2012-07-19 Tom Tromey <tromey@redhat.com>
2254
2255 * c-exp.y (enum token_flags): New.
2256 (struct token) <cxx_only>: Remove.
2257 <flags>: New field.
2258 (tokentab3, tokentab2, ident_tokens): Update.
2259 (lex_one_token): Update. Handle FLAG_SHADOW.
2260
2261 2012-07-19 Tom Tromey <tromey@redhat.com>
2262
2263 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
2264 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
2265 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
2266 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
2267 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
2268 type_exp production where appropriate.
2269 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
2270 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
2271 <UNOP_MEMVAL_TYPE>: New case.
2272 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
2273 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
2274 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
2275 <UNOP_MEMVAL_TYPE>: New case.
2276 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
2277 UNOP_REINTERPRET_CAST>: Update.
2278 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2279 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
2280 UNOP_REINTERPRET_CAST>: Update.
2281 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2282 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
2283 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
2284 constants.
2285
2286 2012-07-19 Yao Qi <yao@codesourcery.com>
2287 Jan Kratochvil <jan.kratochvil@redhat.com>
2288
2289 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
2290 and case 'var_optional_filename' together.
2291 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
2292 instead of add_setshow_optional_filename_cmd for setshow command
2293 'args'. Set completer for 'set args'.
2294
2295 2012-07-18 Doug Evans <dje@google.com>
2296
2297 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
2298 * common/gdb_vecs.c: New file, contents from utils.c.
2299 * common/host-defs.h: New file, contents from defs.h.
2300 * utils.h: New file, contents from defs.h.
2301 * defs.h: Move all declarations of objects defined in utils.c
2302 to utils.h (except QUIT() and related).
2303 #include "utils.h", "host-defs.h".
2304 * probe.h (probe_p): Move here from gdb_vecs.h.
2305 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
2306 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
2307 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
2308 * Makefile.in (SFILES): Add common/gdb_vecs.c.
2309 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
2310 (COMMON_OBS): Add gdb_vecs.o.
2311 (gdb_vecs.o): New rule.
2312
2313 2012-07-18 Keith Seitz <keiths@redhat.com>
2314
2315 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
2316 parameter. If non-zero, use SYMNAME as the canonical name
2317 for the SaL.
2318 Update all callers.
2319 (convert_linespec_to_sals): Use add_sal_to_sals for
2320 expressions, too.
2321 (decode_line_full): No need to "fill in missing canonical names"
2322 anymore. Simply make cleanups for the allocated names.
2323
2324 2012-07-18 Keith Seitz <keiths@redhat.com>
2325
2326 * linespec.c (struct linespec): Constify expression,
2327 source_filename, function_name, and label_name.
2328 (symbol_not_found_error): Make all parameters const.
2329 (linespec_parser_delete): No need to check for NULL
2330 when using xfree. Cast const char * to char * for xfree.
2331
2332 2012-07-18 Keith Seitz <keiths@redhat.com>
2333
2334 * breakpoint.c (invalid_thread_id_error): New function.
2335 (find_condition_and_thread): Use invalid_thread_id_error.
2336 (watch_command_1): Likewise.
2337
2338 2012-07-18 Tom Tromey <tromey@redhat.com>
2339
2340 * cc-with-index.sh, cc-with-dwz.sh: Remove.
2341 * contrib/cc-with-tweaks.sh: New file.
2342
2343 2012-07-18 Tom Tromey <tromey@redhat.com>
2344
2345 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
2346 (locate_dwz_sections): Recognize .gdb_index.
2347 (create_cus_from_index_list): New function.
2348 (create_cus_from_index): Use it. Handle .dwz data.
2349 (read_index_from_section): New function, extracted from
2350 dwarf2_read_index.
2351 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
2352 if needed.
2353
2354 2012-07-18 Tom Tromey <tromey@redhat.com>
2355
2356 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
2357 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
2358 <is_dwz>: New field.
2359 (struct dwz_file): New.
2360 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
2361 (locate_dwz_sections, dwarf2_get_dwz_file)
2362 (get_abbrev_section_for_cu): New functions.
2363 (error_check_comp_unit_head, read_and_check_comp_unit_head)
2364 (read_and_check_type_unit_head): Add abbrev_section argument.
2365 (create_debug_types_hash_table): Update.
2366 (init_cutu_and_read_dies): Use proper abbrev section.
2367 (init_cutu_and_read_dies_no_follow): Likewise.
2368 (set_partial_user): Do nothing if PST==NULL.
2369 (read_comp_units_from_section): New function.
2370 (create_all_comp_units): Use it.
2371 (scan_partial_symbols, partial_die_parent_scope): Update.
2372 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2373 (process_imported_unit_die, read_partial_die): Handle .dwz files.
2374 (find_partial_die): Add offset_in_dwz argument. Update.
2375 (guess_partial_die_structure_name, fixup_partial_die): Update.
2376 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
2377 DW_FORM_GNU_strp_alt.
2378 (read_indirect_string_from_dwz): New function.
2379 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
2380 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2381 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
2382 (follow_die_offset): Add offset_in_dwz argument.
2383 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
2384 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
2385 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
2386 Handle new macro forms.
2387 (dwarf_decode_macros): Update.
2388 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
2389 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
2390 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
2391 (create_debug_types_hash_table): Use correct abbrev section.
2392 (get_debug_line_section): New function.
2393 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
2394 (process_full_comp_unit): Pass 'required' argument to
2395 end_symtab_get_static_block.
2396 * buildsym.h (end_symtab_get_static_block): Update.
2397 * buildsym.c (end_symtab_get_static_block): Add 'required'
2398 argument.
2399 (end_symtab, end_expandable_symtab): Update.
2400
2401 2012-07-18 Tom Tromey <tromey@redhat.com>
2402
2403 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
2404 (pagesize): Remove.
2405 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
2406 (zlib_decompress_section): Remove.
2407 (dwarf2_read_section): Use gdb_bfd_map_section.
2408 (munmap_section_buffer): Remove.
2409 (free_dwo_file, dwarf2_per_objfile_free): Don't use
2410 munmap_section_buffer.
2411 * gdb_bfd.c: Include zlib.h, sys/mman.h.
2412 (struct gdb_bfd_section_data): New.
2413 (free_one_bfd_section): New function.
2414 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
2415 (get_section_descriptor, zlib_decompress_section)
2416 (gdb_bfd_map_section): New functions.
2417 * gdb_bfd.h (gdb_bfd_map_section): Declare.
2418
2419 2012-07-18 Tom Tromey <tromey@redhat.com>
2420
2421 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
2422
2423 2012-07-18 Tom Tromey <tromey@redhat.com>
2424
2425 * gdb_bfd.c (struct gdb_bfd_data): New.
2426 (gdb_bfd_cache): New global.
2427 (struct gdb_bfd_cache_search): New.
2428 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
2429 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
2430 * gdb_bfd.h (gdb_bfd_open): Declare.
2431
2432 2012-07-18 Tom Tromey <tromey@redhat.com>
2433
2434 * utils.c (make_cleanup_bfd_unref): Rename from
2435 make_cleanup_bfd_close.
2436 * defs.h (make_cleanup_bfd_unref): Rename from
2437 make_cleanup_bfd_close.
2438 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
2439 (bfd_openw_with_cleanup): Update.
2440 * corelow.c (core_open): Update.
2441 * dsrec.c (load_srec): Update.
2442 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2443 * remote-m32r-sdi.c (m32r_load): Update.
2444 * remote-mips.c (mips_load_srec): Update.
2445 (pmon_load_fast): Update.
2446 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2447 Update.
2448 (darwin_bfd_open): Update.
2449 * solib.c (solib_bfd_fopen): Update.
2450 * symfile-mem.c (symbol_file_add_from_memory): Update.
2451 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
2452 (symfile_bfd_open): Update.
2453 (generic_load): Update.
2454
2455 2012-07-18 Tom Tromey <tromey@redhat.com>
2456
2457 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
2458 (pmon_load_fast): Likewise.
2459 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
2460 (m32r_upload_command): Likewise.
2461 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
2462 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2463 Use make_cleanup_bfd_close.
2464
2465 2012-07-18 Tom Tromey <tromey@redhat.com>
2466
2467 * symfile.c (symfile_bfd_open): Don't copy name. Call
2468 gdb_bfd_stash_filename.
2469 (load_command): Open the new BFD before freeing the old.
2470 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
2471 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
2472 Call gdb_bfd_stash_filename.
2473 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
2474 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
2475 gdb_bfd_stash_filename.
2476 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2477 Free found_pathname.
2478 * rs6000-nat.c (add_vmap): Don't copy filename. Call
2479 gdb_bfd_stash_filename.
2480 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
2481 * machoread.c (macho_add_oso_symfile): Call
2482 gdb_bfd_stash_filename.
2483 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
2484 gdb_bfd_stash_filename.
2485 (macho_check_dsym): Don't copy filename. Call
2486 gdb_bfd_stash_filename.
2487 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
2488 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
2489 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
2490 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
2491 * exec.c (exec_close): Don't free the BFD's filename.
2492 (exec_file_attach): Don't copy the filename. Call
2493 gdb_bfd_stash_filename.
2494 * corelow.c (core_close): Don't free the BFD's filename.
2495 (core_open): Call gdb_bfd_stash_filename.
2496 * corefile.c (reopen_exec_file): Remove #if 0 code.
2497 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
2498 pathname.
2499 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
2500
2501 2012-07-18 Tom Tromey <tromey@redhat.com>
2502
2503 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
2504 gdb_bfd_unref.
2505 (free_dwo_file): Use gdb_bfd_unref.
2506 * cli/cli-dump.c: Include gdb_bfd.h.
2507 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
2508 (bfd_openr_with_cleanup): Likewise.
2509 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
2510 gdb_bfd_unref.
2511 * utils.c: Include gdb_bfd.h.
2512 (do_bfd_close_cleanup): Use gdb_bfd_unref.
2513 * symfile.c: Include gdb_bfd.h.
2514 (separate_debug_file_exists): Use gdb_bfd_unref.
2515 (bfd_open_maybe_remote): Use gdb_bfd_ref.
2516 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2517 (generic_load): Use gdb_bfd_ref.
2518 (reread_symbols): Use gdb_bfd_unref.
2519 * symfile-mem.c: Include gdb_bfd.h.
2520 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
2521 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2522 * solib.c: Include gdb_bfd.h.
2523 (solib_bfd_fopen): Use gdb_bfd_ref.
2524 (solib_bfd_open): Use gdb_bfd_unref.
2525 (free_so_symbols): Use gdb_bfd_unref.
2526 (reload_shared_libraries_1): Use gdb_bfd_unref.
2527 * solib-spu.c: Include gdb_bfd.h.
2528 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
2529 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
2530 gdb_bfd_unref.
2531 * solib-frv.c: Include gdb_bfd.h.
2532 (enable_break2): Use gdb_bfd_unref.
2533 * solib-dsbt.c: Include gdb_bfd.h.
2534 (enable_break2): Use gdb_bfd_unref.
2535 * solib-darwin.c: Include gdb_bfd.h.
2536 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
2537 gdb_bfd_unref.
2538 (darwin_bfd_open): Use gdb_bfd_unref.
2539 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
2540 * remote-mips.c: Include gdb_bfd.h.
2541 (mips_load_srec): Use gdb_bfd_ref.
2542 (pmon_load_fast): Use gdb_bfd_ref.
2543 * remote-m32r-sdi.c: Include gdb_bfd.h.
2544 (m32r_load): Use gdb_bfd_ref.
2545 * record.c: Include gdb_bfd.h.
2546 (record_save_cleanups): Use gdb_bfd_unref.
2547 (cmd_record_save): Use gdb_bfd_unref.
2548 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
2549 gdb_bfd_unref.
2550 * objfiles.h (gdb_bfd_close_or_warn): Remove.
2551 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
2552 * objfiles.c: Include gdb_bfd.h.
2553 (free_objfile): Use gdb_bfd_unref.
2554 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
2555 gdb_bfd.c.
2556 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
2557 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
2558 (macho_check_dsym): Likewise.
2559 * m32r-rom.c: Include gdb_bfd.h.
2560 (m32r_load): Use gdb_bfd_ref.
2561 (m32r_upload_command): Use gdb_bfd_ref.
2562 * jit.c: Include gdb_bfd.h.
2563 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
2564 * gdb_bfd.h: New file.
2565 * gdb_bfd.c: New file.
2566 * gcore.c: Include gdb_bfd.h.
2567 (create_gcore_bfd): Use gdb_bfd_ref.
2568 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
2569 (gcore_command): Use gdb_bfd_unref.
2570 * exec.c: Include gdb_bfd.h.
2571 (exec_close): Use gdb_bfd_unref.
2572 (exec_close_1): Use gdb_bfd_unref.
2573 (exec_file_attach): Use gdb_bfd_ref.
2574 * elfread.c: Include gdb_bfd.h.
2575 (build_id_verify): Use gdb_bfd_unref.
2576 * dsrec.c: Include gdb_bfd.h.
2577 (load_srec): Use gdb_bfd_ref.
2578 * corelow.c: Include gdb_bfd.h.
2579 (core_close): Use gdb_bfd_unref.
2580 (core_open): Use gdb_bfd_ref.
2581 * bfd-target.c: Include gdb_bfd.h.
2582 (target_bfd_xclose): Use gdb_bfd_unref.
2583 (target_bfd_reopen): Use gdb_bfd_ref.
2584 * Makefile.in (SFILES): Add gdb_bfd.c.
2585 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
2586 (COMMON_OBS): Add gdb_bfd.o.
2587
2588 2012-07-18 Keith Seitz <keiths@redhat.com>
2589
2590 * breakpoint.c (find_condition_and_thread): Initialize
2591 TASK and REST.
2592 (create_breakpiont): find_condition_and_thread will now
2593 initialize COND_STRING, THREAD, and REST (and TASK).
2594 (addr_string_to_sals): Likewise.
2595
2596 2012-07-18 Pedro Alves <palves@redhat.com>
2597
2598 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
2599 Pull the single step breakpoints out of the target.
2600
2601 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2602
2603 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
2604 * stap-probe.c (compile_probe_arg): Likewise.
2605
2606 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2607
2608 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
2609 (elf_compile_to_ax): Likewise.
2610 * infrun.c (insert_exception_resume_from_probe): Likewise.
2611 (check_exception_resume): Remove `objfile' variable.
2612 * probe.c (find_probe_by_pc): Remove `objfile' argument.
2613 (struct probe_and_objfile, probe_and_objfile_s): Delete.
2614 (collect_probes): Adjust return value to `VEC (probe_p) *'.
2615 (compare_entries): Rename to...
2616 (compare_probes): ...this. Adjust function to work with
2617 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
2618 respectively.
2619 (gen_ui_out_table_header_info): Adjust `probes' argument to be
2620 `VEC (probe_p) *'.
2621 (print_ui_out_info): Adjust argument to be `struct probe *'.
2622 (info_probes_for_ops): Adjust internal computations to use
2623 `VEC (probe_p) *'.
2624 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
2625 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
2626 gen_info_probes_table_values>: Remove `objfile' argument.
2627 (struct probe) <objfile>: New field.
2628 (find_probe_by_pc): Remove `objfile' argument.
2629 * stap-probe.c (stap_parse_probe_arguments): Likewise.
2630 (stap_get_probe_argument_count): Likewise.
2631 (stap_get_arg): Likewise.
2632 (stap_evaluate_probe_argument): Likewise.
2633 (stap_compile_to_ax): Likewise.
2634 (compile_probe_arg): Refactor not to pass `objfile' anymore.
2635 (handle_stap_probe): Fill `objfile' field from `struct probe'.
2636 (stap_gen_info_probes_table_header): Remove `objfile' argument.
2637 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
2638 sym_compile_to_ax>: Likewise.
2639
2640 2012-07-18 Terry Guo <terry.guo@arm.com>
2641
2642 PR 14329
2643 * defs.h (GDB_MI_MSG_WIDTH): New.
2644 * ser_base (ser_base_read_error_fd): New function.
2645 (do_ser_base_readchar): Poll error file descriptor as well as
2646 standard output.
2647 (generic_readchar): Refactor error handling.
2648
2649 2012-07-18 Joel Brobecker <brobecker@adacore.com>
2650
2651 * NEWS: Create a new section for the next release branch.
2652 Rename the section of the current branch, now that it has
2653 been cut.
2654
2655 2012-07-18 Joel Brobecker <brobecker@adacore.com>
2656
2657 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
2658 * version.in: Bump version to 7.5.50.20120718-cvs.
2659
2660 2012-07-17 Keith Seitz <keiths@redhat.com>
2661
2662 * linespec.c (linespec_parse_line_offset): Make parameter
2663 const.
2664
2665 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2666
2667 PR 11914
2668 * f-valprint.c (info_common_command): New variable frame_id.
2669 Reinitialize FI form FRAME_ID after each print_variable_and_value.
2670 * printcmd.c (print_variable_and_value): Extend function comment.
2671 Add comment for invalidated FRAME.
2672 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
2673 FI form FRAME_ID after each print_frame_local_vars.
2674 (struct print_variable_and_value_data): Change frame to frame_id.
2675 (do_print_variable_and_value): New variable frame, initialize it from
2676 p->frame_id. Add comment for invalidated FRAME.
2677 (print_frame_local_vars, print_frame_arg_vars): New function comment.
2678 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
2679 for invalidated FRAME.
2680
2681 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
2682 Pedro Alves <palves@redhat.com>
2683
2684 * linux-nat.c (linux_nat_detach): Don't unregister from the event
2685 loop.
2686
2687 2012-07-16 Tom Tromey <tromey@redhat.com>
2688
2689 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
2690
2691 2012-07-15 Doug Evans <dje@google.com>
2692
2693 * dwarf2read.c (stmt_list_hash): New struct.
2694 (type_unit_group): Embed "per_cu" member, remove pointer.
2695 New union member "t", move member "tus" into it, all uses updated.
2696 New member "hash", replaces member "line_offset, all uses updated.
2697 (quick_file_names): Replace member "offset" with "hash", all uses
2698 updated.
2699 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
2700 (hash_file_name_entry, eq_file_name_entry): Call them.
2701 (hash_type_unit_group, eq_type_unit_group): Ditto.
2702 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
2703 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
2704 (dw2_get_file_names): Update.
2705 (create_type_unit_group): Replace "per_cu" arg with "cu".
2706 All callers updated. Fix "quick" (.gdb_index) handling.
2707 (get_type_unit_group): Replace "per_cu" arg with "cu".
2708 All callers updated.
2709 (build_type_unit_groups): Don't reset tu_stats.
2710
2711 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
2712 "tab_cur_size". Change member "tab" to be a htab_t.
2713 (create_filename_seen_cache): Update.
2714 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
2715 (filename_seen): Update.
2716
2717 2012-07-13 Doug Evans <dje@google.com>
2718
2719 * symtab.c (filename_seen): Update comment.
2720
2721 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2722 Doug Evans <dje@google.com>
2723
2724 * buildsym.c (end_symtab_1): Split it to ...
2725 (end_symtab_get_static_block): ... this ...
2726 (end_symtab_from_static_block): ... and this function.
2727 (end_symtab, end_expandable_symtab): Call them.
2728 * buildsym.h (end_symtab_get_static_block)
2729 (end_symtab_from_static_block): New declarations.
2730 * dwarf2read.c (process_full_comp_unit): New variable static_block.
2731 Set its valid CU ranges.
2732
2733 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2734
2735 * dwarf2loc.c (disassemble_dwarf_expression): Handle
2736 DW_OP_GNU_parameter_ref.
2737
2738 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2739
2740 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
2741 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
2742
2743 2012-07-13 Doug Evans <dje@google.com>
2744
2745 * symtab.c (output_source_filename): Delete unnecessary forward decl.
2746 (filename_seen_cache): New struct.
2747 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
2748 (create_filename_seen_cache): New function.
2749 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
2750 (filename_seen): Delete arg "first". New arg "cache". All callers
2751 updated.
2752 (output_source_filename_data): New struct.
2753 (output_source_filename): Delete arg "first". New arg "data".
2754 All callers updated.
2755 (sources_info): Delete local "first". New locals "data", "cleanups".
2756 Rewrite to use filename_seen_cache.
2757 (add_partial_filename_data): Delete member "first". New member
2758 "filename_seen_cache". All uses updated.
2759 (make_source_files_completion_list): Rewrite to use
2760 filename_seen_cache.
2761
2762 2012-07-12 Doug Evans <dje@google.com>
2763
2764 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
2765
2766 2012-07-10 Doug Evans <dje@google.com>
2767
2768 PR gdb/13498
2769 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
2770 all_type_unit_groups, type_unit_groups, tu_stats.
2771 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
2772 All uses updated. Add type_unit_group to union "s".
2773 (type_unit_group): New struct.
2774 (IS_TYPE_UNIT_GROUP): New macro.
2775 (abbrev_table): Delete unused member "section".
2776 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
2777 (dw2_get_cu): Assert not used with type_unit_group.
2778 (dw2_get_primary_cu): New function.
2779 (dw2_build_type_unit_groups_reader): New function.
2780 (dw2_build_type_unit_groups): New function.
2781 (dw2_get_file_names): Assert not called on type units.
2782 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
2783 Redo loop to iterate over type unit groups instead of type units.
2784 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
2785 (read_abbrev_offset): New function.
2786 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
2787 updated.
2788 (create_partial_symtab): New function.
2789 (process_psymtab_comp_unit_reader): Assert not used with type units.
2790 Call create_partial_symtab.
2791 (process_psymtab_type_unit): Delete.
2792 (hash_type_unit_group, eq_type_unit_group): New functions.
2793 (allocate_type_unit_groups_table): New function.
2794 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
2795 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
2796 (create_type_unit_group, get_type_unit_group): New functions.
2797 (tu_abbrev_offset): New struct.
2798 (sort_tu_by_abbrev_offset): New function.
2799 (add_type_unit_group_to_table): New function.
2800 (build_type_unit_groups): New function.
2801 (build_type_psymtabs_reader): New function.
2802 (build_type_psymtab_dependencies): New function.
2803 (build_type_psymtabs): Rewrite.
2804 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
2805 is seen in a type unit.
2806 (process_queue): Move symtab expansion debugging printfs here.
2807 Call process_full_type_unit for type units.
2808 (compute_symtab_includes): Assert not called for type units.
2809 (process_cu_includes): Don't call compute_symtab_includes for
2810 type units.
2811 (process_full_type_unit): New function.
2812 (process_imported_unit_die): Flag an error if called for type units.
2813 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
2814 updated. Assert not called for type units.
2815 (read_file_scope): Call dwarf2_start_symtab.
2816 (setup_type_unit_groups): New function.
2817 (read_type_unit_scope): Rewrite.
2818 (abbrev_table_read_table): Initialize abbrev_table->offset.
2819 (abbrev_table_free_cleanup): New function.
2820 (dwarf2_start_symtab): New function.
2821 (load_full_type_unit): Assert not called for type unit groups.
2822 * buildsym.c (finish_block_internal): New arg "expandable".
2823 All callers updated.
2824 (start_symtab): Move most contents to ...
2825 (restart_symtab): ... here. New function.
2826 (reset_symtab_globals): New function.
2827 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
2828 Call reset_symtab_globals.
2829 (end_symtab, end_expandable_symtab): New functions.
2830 (set_missing_symtab, augment_type_symtab): New functions.
2831 * buildsym.h (end_expandable_symtab): Declare.
2832 (augment_type_symtab, restart_symtab): Declare.
2833 * psympriv.h (struct partial_symtab): New member "anonymous".
2834 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
2835 anonymous psymtabs.
2836 (read_psymtabs_with_filename): Ditto.
2837 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
2838 (expand_symtabs_matching_via_partial): Ditto.
2839 (dump_psymtab): Update.
2840 * dictionary.c (dict_add_pending): New function.
2841 * dictionary.h (dict_add_pending): Declare.
2842
2843 2012-07-09 Doug Evans <dje@google.com>
2844
2845 * buildsym.c (start_subfile): Remove unnecessary check for
2846 name == NULL.
2847
2848 * psymtab.c (allocate_psymtab): Use host_address_to_string.
2849
2850 * dwarf2read.c (load_full_type_unit): Simplify.
2851
2852 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
2853 to struct signatured_type **. All uses updated.
2854
2855 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
2856 All callers updated.
2857
2858 2012-07-09 Tom Tromey <tromey@redhat.com>
2859
2860 * c-exp.y (check_parameter_typelist): New function.
2861 (parameter_typelist): Call it.
2862 * eval.c (make_params): Handle '(void)' case.
2863 * gdbtypes.c (lookup_function_type_with_arguments): Handle
2864 '(void)' case.
2865
2866 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2867
2868 * common/linux-ptrace.c: Include gdb_assert.h.
2869 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
2870 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
2871 stdint.h.
2872 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
2873 functions.
2874 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
2875 * linux-nat.c (linux_child_post_attach)
2876 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
2877
2878 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2879
2880 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
2881 nptl <2.7 bug workaround for core files.
2882
2883 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2884
2885 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
2886 clearing.
2887 (save_siginfo): Remove.
2888 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
2889 call.
2890 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
2891 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
2892 * linux-nat.h (struct lwp_info): Remove field siginfo.
2893
2894 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2895
2896 Code cleanup for the next patch.
2897 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
2898 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
2899 call for it.
2900 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
2901 (ia64_linux_stopped_data_address):
2902 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
2903 the return value.
2904 * linux-nat.h (linux_nat_get_siginfo): Likewise.
2905 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
2906 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
2907 call for it.
2908
2909 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2910
2911 PR 14321
2912 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
2913 Increase buffer sizes to 2x we need, not just 2x of the previous size.
2914
2915 2012-07-06 Tom Tromey <tromey@redhat.com>
2916
2917 * c-exp.y (DOTDOTDOT): New token.
2918 (func_mod, exp): Use parameter_typelist.
2919 (parameter_typelist): New production.
2920 (tokentab3): Add "..." token.
2921 * eval.c (make_params): Handle varargs.
2922 * gdbtypes.c (lookup_function_type_with_arguments): Handle
2923 varargs.
2924
2925 2012-07-06 Tom Tromey <tromey@redhat.com>
2926
2927 PR exp/9608:
2928 * c-exp.y (%union) <tvec>: Change type.
2929 (func_mod): Now uses <tvec> type.
2930 (exp): Update for tvec change.
2931 (direct_abs_decl): Push the typelist.
2932 (func_mod): Return a typelist.
2933 (nonempty_typelist): Update for tvec change.
2934 * gdbtypes.c (lookup_function_type_with_arguments): New function.
2935 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
2936 * parse.c (pop_type_list): New function.
2937 (push_typelist): New function.
2938 (follow_types): Handle tp_function_with_arguments.
2939 * parser-defs.h (type_ptr): New typedef. Define a VEC.
2940 (enum type_pieces) <tp_function_with_arguments>: New constant.
2941 (union type_stack_elt) <typelist_val>: New field.
2942 (push_typelist): Declare.
2943
2944 2012-07-06 Tom Tromey <tromey@redhat.com>
2945
2946 * c-exp.y (%union) <type_stack>: New field.
2947 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
2948 (ptr_operator_ts): New production.
2949 (ptype): Update.
2950 * parse.c (type_stack_reserve): New function.
2951 (check_type_stack_depth): Use it.
2952 (pop_type_stack, append_type_stack, push_type_stack)
2953 (get_type_stack, type_stack_cleanup): New functions.
2954 (follow_types): Handle tp_type_stack.
2955 (_initialize_parse): Simplify initialization.
2956 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
2957 constant.
2958 (union type_stack_elt) <stack_val>: New field.
2959 (get_type_stack, append_type_stack, push_type_stack)
2960 (type_stack_cleanup): Declare.
2961
2962 2012-07-06 Tom Tromey <tromey@redhat.com>
2963
2964 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
2965 Remove.
2966 (struct type_stack): New.
2967 * parse.c (type_stack, type_stack_size, type_stack_depth):
2968 Remove.
2969 (type_stack): New global.
2970 (parse_exp_in_context, check_type_stack_depth)
2971 (insert_into_type_stack, insert_type, push_type, push_type_int)
2972 (insert_type_address_space, pop_type, pop_type_int)
2973 (_initialize_parse): Update.
2974
2975 2012-07-06 Tom Tromey <tromey@redhat.com>
2976
2977 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
2978 Remove %type.
2979
2980 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
2981
2982 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
2983
2984 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
2985 Jan Kratochvil <jan.kratochvil@redhat.com>
2986
2987 * cp-valprint.c (cp_print_value): Replace potentially unsafe
2988 alloca with xmalloc/xfree.
2989
2990 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
2991
2992 * MAINTAINERS (Write After Approval): Add myself to the list.
2993
2994 2012-07-05 Doug Evans <dje@google.com>
2995
2996 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
2997
2998 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
2999
3000 * ax-gdb.c (cli/cli-utils.h): New include.
3001 (linespec.h): Ditto.
3002 (agent_eval_command_one): New function.
3003 (agent_command_1): Ditto.
3004 (agent_command): Call function agent_command_1.
3005 (agent_eval_command): Ditto.
3006 (_initialize_ax_gdb): Change help for "maint agent"
3007 and "maint agent-eval".
3008
3009 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3010
3011 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
3012 * cli/cli-utils.c (check_for_argument): New function.
3013 * cli/cli-utils.h (check_for_argument): Ditto.
3014
3015 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3016
3017 * NEWS: Mention x32 ABI support.
3018
3019 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3020
3021 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
3022 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
3023
3024 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
3025 and pc_regnum_from_eax to -1. Update SP regnum from
3026 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
3027 needed.
3028
3029 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
3030 pc_regnum_from_eax.
3031
3032 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3033
3034 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
3035 * dwarf2expr.h: Include gdbtypes.h.
3036 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
3037 these forward declarations.
3038 (cu_offset, sect_offset): Move these ...
3039 * gdbtypes.h: Remove include dwarf2expr.h.
3040 (cu_offset, sect_offset): ... here.
3041
3042 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
3043
3044 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
3045 (amd64_linux_sigtramp_code): This.
3046 (amd64_x32_linux_sigtramp_code): New.
3047 (LINUX_SIGTRAMP_LEN): Updated.
3048 (amd64_linux_sigtramp_start): Check x32 sigtramp.
3049
3050 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3051
3052 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
3053
3054 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3055
3056 * config.in: Regenerate.
3057 * configure: Regenerate.
3058 * configure.ac: Remove check for gnu/libc-version.h.
3059 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
3060 gnu/libc-version.h.
3061 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
3062 variables libc_version, libc_major and libc_minor. Replace sscanf by
3063 inferior_has_bug. Extend the comment.
3064
3065 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3066
3067 * linux-thread-db.c (inferior_has_bug): New function.
3068 (thread_db_find_new_threads_silently): Return boolean as checked by
3069 inferior_has_bug, describe it in the comments.
3070 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
3071 earlier. Abort the initialization if it returned non-zero.
3072 (thread_db_new_objfile): Exclude debug files.
3073 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
3074 if UNTIL_NO_NEW,
3075
3076 2012-07-02 Doug Evans <dje@google.com>
3077
3078 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
3079 related to queue management.
3080
3081 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
3082 instead of "debug dwarf2-die" in debugging printfs.
3083 (create_debug_info_hash_table_reader): Ditto.
3084 (create_debug_info_hash_table): Ditto.
3085 (init_dwo_file): Ditto.
3086 (init_cutu_and_read_dies): Add debugging printf.
3087 (init_cutu_and_read_dies_no_follow): Ditto.
3088 (process_psymtab_comp_unit_reader): Ditto.
3089
3090 2012-07-02 Stan Shebs <stan@codesourcery.com>
3091
3092 Add target-side support for dynamic printf.
3093 * NEWS: Mention the additional style.
3094 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3095 (struct bp_location): New field cmd_bytecode.
3096 * breakpoint.c: Include format.h.
3097 (disconnected_dprintf): New global.
3098 (parse_cmd_to_aexpr): New function.
3099 (build_target_command_list): New function.
3100 (insert_bp_location): Call it.
3101 (remove_breakpoints_pid): Skip dprintf breakpoints.
3102 (print_one_breakpoint_location): Ditto.
3103 (dprintf_style_agent): New global.
3104 (dprintf_style_enums): Add dprintf_style_agent.
3105 (update_dprintf_command_list): Add agent case.
3106 (agent_printf_command): New function.
3107 (_initialize_breakpoint): Add new commands.
3108 * common/ax.def (printf): New bytecode.
3109 * ax.h (ax_string): Declare.
3110 * ax-gdb.h (gen_printf): Declare.
3111 * ax-gdb.c: Include cli-utils.h, format.h.
3112 (gen_printf): New function.
3113 (maint_agent_print_command): New function.
3114 (_initialize_ax_gdb): Add maint agent-printf command.
3115 * ax-general.c (ax_string): New function.
3116 (ax_print): Add printf disassembly.
3117 * Makefile.in (SFILES): Add format.c
3118 (COMMON_OBS): Add format.o.
3119 * common/format.h: New file.
3120 * common/format.c: New file.
3121 * printcmd.c: Include format.h.
3122 (ui_printf): Call parse_format_string.
3123 * remote.c (remote_state): New field breakpoint_commands.
3124 (PACKET_BreakpointCommands): New enum.
3125 (remote_breakpoint_commands_feature): New function.
3126 (remote_protocol_features): Add new BreakpointCommands entry.
3127 (remote_can_run_breakpoint_commands): New function.
3128 (remote_add_target_side_commands): New function.
3129 (remote_insert_breakpoint): Call it.
3130 (remote_insert_hw_breakpoint): Ditto.
3131 (_initialize_remote): Add new packet configuration for
3132 target-side breakpoint commands.
3133 * target.h (struct target_ops): New field
3134 to_can_run_breakpoint_commands.
3135 (target_can_run_breakpoint_commands): New macro.
3136 * target.c (update_current_target): Handle
3137 to_can_run_breakpoint_commands.
3138
3139 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3140
3141 Execute -ix and -iex only after system and user gdbinit files.
3142 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3143 processing down after gdbinit files.
3144
3145 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3146
3147 Add fnmatch-gnu module.
3148 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3149 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3150 * gnulib/aclocal.m4: Regenerate.
3151 * gnulib/config.in: Regenerate.
3152 * gnulib/configure: Regenerate.
3153 * gnulib/import/dummy.c: Remove.
3154 * gnulib/import/Makefile.am: Regenerate.
3155 * gnulib/import/Makefile.in: Likewise.
3156 * gnulib/import/m4/gnulib-cache.m4: Likewise.
3157 * gnulib/import/m4/gnulib-comp.m4: Likewise.
3158 * gnulib/import/alloca.c: New file.
3159 * gnulib/import/alloca.in.h: Likewise.
3160 * gnulib/import/config.charset: Likewise.
3161 * gnulib/import/fnmatch.c: Likewise.
3162 * gnulib/import/fnmatch.in.h: Likewise.
3163 * gnulib/import/fnmatch_loop.c: Likewise.
3164 * gnulib/import/localcharset.c: Likewise.
3165 * gnulib/import/localcharset.h: Likewise.
3166 * gnulib/import/m4/alloca.m4: Likewise.
3167 * gnulib/import/m4/codeset.m4: Likewise.
3168 * gnulib/import/m4/configmake.m4: Likewise.
3169 * gnulib/import/m4/fcntl-o.m4: Likewise.
3170 * gnulib/import/m4/fnmatch.m4: Likewise.
3171 * gnulib/import/m4/glibc21.m4: Likewise.
3172 * gnulib/import/m4/localcharset.m4: Likewise.
3173 * gnulib/import/m4/locale-fr.m4: Likewise.
3174 * gnulib/import/m4/locale-ja.m4: Likewise.
3175 * gnulib/import/m4/locale-zh.m4: Likewise.
3176 * gnulib/import/m4/mbrtowc.m4: Likewise.
3177 * gnulib/import/m4/mbsinit.m4: Likewise.
3178 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
3179 * gnulib/import/m4/mbstate_t.m4: Likewise.
3180 * gnulib/import/m4/stdbool.m4: Likewise.
3181 * gnulib/import/m4/wchar_h.m4: Likewise.
3182 * gnulib/import/m4/wctype_h.m4: Likewise.
3183 * gnulib/import/m4/wint_t.m4: Likewise.
3184 * gnulib/import/mbrtowc.c: Likewise.
3185 * gnulib/import/mbsinit.c: Likewise.
3186 * gnulib/import/mbsrtowcs-impl.h: Likewise.
3187 * gnulib/import/mbsrtowcs-state.c: Likewise.
3188 * gnulib/import/mbsrtowcs.c: Likewise.
3189 * gnulib/import/ref-add.sin: Likewise.
3190 * gnulib/import/ref-del.sin: Likewise.
3191 * gnulib/import/stdbool.in.h: Likewise.
3192 * gnulib/import/streq.h: Likewise.
3193 * gnulib/import/strnlen1.c: Likewise.
3194 * gnulib/import/strnlen1.h: Likewise.
3195 * gnulib/import/verify.h: Likewise.
3196 * gnulib/import/wchar.in.h: Likewise.
3197 * gnulib/import/wctype.in.h: Likewise.
3198
3199 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3200
3201 Support shell wildcards for 'set auto-load safe-path'.
3202 * auto-load.c: Include fnmatch.h.
3203 (filename_is_in_dir): Rename to ...
3204 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
3205 it. Update function comment. Rename dir_len to pattern_len. New
3206 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
3207 messages. Use gdb_filename_fnmatch.
3208 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
3209 pattern.
3210 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
3211 * defs.h (gdb_filename_fnmatch): New declaration.
3212 * utils.c: Include fnmatch.h.
3213 (gdb_filename_fnmatch): New function.
3214
3215 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
3216
3217 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
3218 `-probe' and `-probe-stap' options.
3219
3220 2012-07-01 Yao Qi <yao@codesourcery.com>
3221
3222 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
3223 always_inserted_off, and always_inserted_enums.
3224 Change always_inserted_mode's type to 'enum auto_boolean'.
3225 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
3226 callers.
3227 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
3228 of add_setshow_enum_cmd.
3229 * infrun.c: Remove can_use_displaced_stepping_auto,
3230 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
3231 can_use_displaced_stepping_enum.
3232 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
3233 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
3234 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
3235 add_setshow_enum_cmd.
3236
3237 2012-06-30 Doug Evans <dje@google.com>
3238
3239 * dwarf2read.c (signatured_type): Make "per_cu" member first.
3240 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
3241 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
3242
3243 2012-06-29 Doug Evans <dje@google.com>
3244
3245 * linespec.c: #include "stack.h".
3246 (decode_line_with_current_source): Moved here from symtab.c and
3247 renamed from decode_line_spec. All callers updated.
3248 (decode_line_with_last_displayed): Moved here from breakpoint.c and
3249 renamed from decode_line_spec_1. All callers updated.
3250 * linespec.h (decode_line_with_current_source): Move declaration here
3251 from symtab.h and renamed from decode_line_spec.
3252 (decode_line_with_last_displayed): Move declaration here from symtab.h
3253 and renamed from decode_line_spec_1.
3254 * macrocmd.c: #include "linespec.h".
3255 * symtab.c: Remove #include "linespec.h".
3256
3257 2012-06-28 Doug Evans <dje@google.com>
3258
3259 * dwarf2read.c (get_cu_length): New function.
3260 (offset_in_cu_p, error_check_comp_unit_head): Call it.
3261 (create_debug_types_hash_table): Ditto.
3262 (init_cutu_and_read_dies): Ditto.
3263 (init_cutu_and_read_dies_no_follow): Ditto.
3264
3265 * dwarf2read.c (dwarf2_find_base_address): Move definition.
3266
3267 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
3268 (struct abbrev_table): Define.
3269 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
3270 abbrev_table.
3271 (init_cutu_and_read_dies): Update.
3272 (abbrev_table_alloc_abbrev): New function. Replaces
3273 dwarf_alloc_abbrev. All callers updated.
3274 (abbrev_table_add_abbrev): New function.
3275 (abbrev_table_lookup_abbrev): New function. Replaces
3276 dwarf2_lookup_abbrev. All callers updated.
3277 (abbrev_table_read_table): New function. Contents moved here from
3278 dwarf2_read_abbrevs.
3279 (dwarf2_read_abbrevs): Call it.
3280 (abbrev_table_free): New function.
3281 (dwarf2_free_abbrev_table): Call it.
3282
3283 2012-06-28 Stan Shebs <stan@codesourcery.com>
3284
3285 * osdata.c (info_osdata_command): Filter out "Title" columns
3286 from non-MI uses.
3287 * common/linux-osdata.c (struct osdata_type): Add title field.
3288 (osdata_table): Add titles to each entry.
3289 (linux_command_xfer_osdata): Add a column for title data.
3290
3291 2012-06-28 Stan Shebs <stan@codesourcery.com>
3292
3293 Make logging work for MI.
3294 * NEWS: Mention it.
3295 * interps.h (interp_set_logging_ftype): New typedef.
3296 (struct interp_procs): New field set_logging_proc.
3297 (current_interp_set_logging): Declare.
3298 * interps.c (current_interp_set_logging): New function.
3299 * cli/cli-logging.c: Include interps.h.
3300 (set_logging_redirect): Call current_interp_set_logging.
3301 (pop_output_files): Ditto.
3302 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
3303 * mi/mi-console.h (mi_console_set_raw): Declare.
3304 * mi/mi-console.c (mi_console_set_raw): New function.
3305 * mi/mi-interp.c (saved_raw_stdout): New global.
3306 (mi_set_logging): New function.
3307 (_initialize_mi_interp): Add it to interp procs.
3308
3309 2012-06-28 Doug Evans <dje@google.com>
3310
3311 * symtab.c (lookup_symbol_aux_objfile): Use
3312 ALL_OBJFILE_PRIMARY_SYMTABS.
3313
3314 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
3315
3316 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3317
3318 * common/buffer.c: Include inttypes.h and stdint.h.
3319 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
3320
3321 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3322 Pedro Alves <palves@redhat.com>
3323
3324 * gdbthread.h (ALL_THREADS): New macro.
3325 (thread_list): Declare.
3326 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
3327 going, but instead fall through to the stepping handling.
3328 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
3329 the passed in signal. Adjust debug output.
3330 (resume_callback): Rename to ...
3331 (linux_nat_resume_callback): ... this. Pass the thread's last
3332 stop signal, if in "pass" state.
3333 (linux_nat_resume): Adjust to rename.
3334 (stop_wait_callback): New assertion. Don't respawn signals;
3335 instead let the LWP remain with SIGNALLED set.
3336 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
3337 * remote.c (append_pending_thread_resumptions): New.
3338 (remote_vcont_resume): Call it.
3339 * target.h (target_resume): Extend comment.
3340
3341 2012-06-28 Iain Sandoe <iain@codesourcery.com>
3342
3343 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
3344
3345 2012-06-27 Doug Evans <dje@google.com>
3346
3347 * dwarf2read.c (dwarf2_cu): Add ranges_base.
3348 Delete have_addr_base, unused. All uses updated.
3349 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
3350 (dwarf2_get_pc_bounds): Add ranges_base.
3351 (dwarf2_record_block_ranges): Ditto.
3352
3353 2012-06-27 Tom Tromey <tromey@redhat.com>
3354
3355 PR macros/7961:
3356 * varobj.c (varobj_create): Update.
3357 (varobj_set_value): Update.
3358 * tracepoint.c (validate_actionline): Update.
3359 (encode_actions_1): Update.
3360 * parse.c (parse_exp_1): Add 'pc' argument.
3361 (parse_exp_in_context): Add 'pc' argument. Change how
3362 expression_context_pc is set.
3363 (parse_expression): Update.
3364 (parse_field_expression): Update.
3365 * expression.h (parse_exp_1): Update.
3366 * eval.c (parse_to_comma_and_eval): Update.
3367 * breakpoint.c (set_breakpoint_condition): Update.
3368 (update_watchpoint): Update.
3369 (init_breakpoint_sal): Update
3370 (find_condition_and_thread): Update.
3371 (watch_command_1): Update.
3372 (update_breakpoint_locations): Update.
3373 * ada-lang.c (ada_read_renaming_var_value): Update.
3374 (create_excep_cond_exprs): Update.
3375
3376 2012-06-27 Doug Evans <dje@google.com>
3377
3378 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
3379 type units.
3380
3381 2012-06-26 Doug Evans <dje@google.com>
3382
3383 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
3384 prototype.
3385 (error_check_comp_unit_head): New arg abbrev_section. All callers
3386 updated.
3387 (read_and_check_comp_unit_head): Ditto.
3388 (read_and_check_type_unit_head): Ditto.
3389
3390 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3391
3392 New attribute 'last' for gdb.Symtab_and_line.
3393 * NEWS (Python Scripting): Add entry about the new attribute.
3394 * python/py-symtab.c (salpy_get_last): New function which
3395 implements the get method for the 'last' attribute of
3396 gdb.Symtab_and_line.
3397 (sal_object_getset): Add entry for the 'last' attribute.
3398
3399 2012-06-26 Doug Evans <dje@google.com>
3400
3401 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
3402 (dwo_sections): Add macinfo, macro.
3403 (dwarf2_locate_dwo_sections): Watch for macro sections.
3404 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
3405 All callers updated. Handle DWO files.
3406
3407 * NEWS: Mention new options "set debug dwarf2-read" and
3408 "set debug symtab-create".
3409 * dwarf2read.c (dwarf2_read_debug): New static global.
3410 (dwarf2_build_psymtabs_hard): Add debugging printfs.
3411 (process_queue): Ditto.
3412 (process_full_comp_unit): Ditto.
3413 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
3414 * elfread.c (elf_symfile_read): Add debugging printf.
3415 * minsyms.c (install_minimal_symbols): Ditto.
3416 * psymtab.c (allocate_psymtab): Ditto.
3417 * symfile.c (allocate_symtab): Ditto.
3418 * symtab.c (symtab_create_debug): New global.
3419 (_initialize_symtab): Add new option "set debug symtab-create".
3420 * symtab.h (symtab_create_debug): Declare.
3421
3422 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
3423 (lookup_dwo_type_unit): Ditto.
3424
3425 2012-06-26 Roland McGrath <roland@hack.frob.com>
3426 H.J. Lu <hongjiu.lu@intel.com>
3427
3428 * amd64-linux-nat.c: Include <sys/user.h>.
3429 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
3430 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
3431 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
3432
3433 * configure.ac: Check if the fs_base and gs_base members of
3434 `struct user_regs_struct' exist.
3435 * config.in: Regenerated.
3436 * configure: Likewise.
3437
3438 2012-06-25 Michael Eager <eager@eagercon.com>
3439
3440 PR python/14291
3441 * python/python.c (gdbpy_write): Check for interrupted output.
3442
3443 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
3444
3445 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
3446 register as a stack alignment in ARM mode.
3447
3448 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3449
3450 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
3451 * gnulib/config.in: Regenerate.
3452 * gnulib/configure: Likewise.
3453 * gnulib/import/m4/extensions.m4: Update it.
3454 * gnulib/import/m4/gnulib-common.m4: Likewise.
3455 * gnulib/import/m4/memmem.m4: Likewise.
3456 * gnulib/import/m4/mmap-anon.m4: Likewise.
3457 * gnulib/import/m4/multiarch.m4: Likewise.
3458 * gnulib/import/stdint.in.h: Likewise.
3459
3460 2012-06-24 Yao Qi <yao@codesourcery.com>
3461
3462 * corefile.c (write_memory_with_notification): New.
3463 * gdbcore.h: Declare write_memory_with_notification.
3464 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
3465 'observer_notify_memory_changed' with 'write_memory_with_notification'.
3466 * valops.c (value_assign): Likewise.
3467 * python/py-inferior.c (infpy_write_memory): Call
3468 'write_memory_with_notification'.
3469
3470 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3471
3472 * cc-with-index.sh: Use also -ex "set auto-load no".
3473
3474 2012-06-23 Doug Evans <dje@google.com>
3475
3476 PR 14125
3477 * NEWS: Document additions to .gdb_index.
3478 * dwarf2read.c: #include "gdb/gdb-index.h".
3479 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
3480 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
3481 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
3482 (dwarf2_read_index): Recognize version 7.
3483 (dw2_do_expand_symtabs_matching): New args want_specific_block,
3484 block_kind, domain): All callers updated.
3485 (dw2_find_symbol_file): Handle new index CU values.
3486 (dw2_expand_symtabs_matching): Match symbol kind if requested.
3487 (add_index_entry): New args is_static, kind. All callers updated.
3488 (offset_type_compare, uniquify_cu_indices): New functions
3489 (symbol_kind): New function.
3490 (write_psymtabs_to_index): Remove duplicate CU values.
3491 (write_psymtabs_to_index): Write .gdb_index version 7.
3492
3493 2012-06-22 Joel Brobecker <brobecker@adacore.com>
3494
3495 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
3496 * configure: Regenerate.
3497
3498 2012-06-20 Yao Qi <yao@codesourcery.com>
3499
3500 * python/py-inferior.c: Update comments of infpy_read_memory
3501 and infpy_write_memory.
3502
3503 2012-06-19 Tom Tromey <tromey@redhat.com>
3504
3505 PR exp/9514:
3506 * parser-defs.h (insert_type, insert_type_address_space): Declare.
3507 (push_type_address_space): Remove.
3508 * parse.c (insert_into_type_stack): New function.
3509 (insert_type): Likewise.
3510 (insert_type_address_space): Rename from push_type_address_space.
3511 Insert tp_space_identifier.
3512 * c-exp.y (ptr_operator): New production.
3513 (abs_decl): Use ptr_operator.
3514 (space_identifier): Call insert_type_address_space.
3515 (ptype): Don't use const_or_volatile_or_space_identifier.
3516 (const_or_volatile_noopt): Call insert_type.
3517 (conversion_type_id, conversion_declarator): New productions.
3518 (operator): Use conversion_type_id.
3519
3520 2012-06-18 Doug Evans <dje@google.com>
3521
3522 * symtab.h (minimal_symbol): New member created_by_gdb.
3523 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
3524 created by gdb.
3525 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
3526 (search_symbols): Call it instead of lookup_symbol.
3527 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
3528
3529 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
3530 Adjust address for DW_OP_GNU_addr_index.
3531 * dwarf2expr.h (dwarf_expr_context): Update comment.
3532 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
3533 all callers updated. Handle TLS vars described with
3534 DW_OP_GNU_const_index.
3535 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
3536 and DW_OP_GNU_const_index.
3537 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
3538
3539 * block.c (find_block_in_blockvector): Make explicit the fact that we
3540 ignore GLOBAL_BLOCK.
3541
3542 2012-06-18 Tom Tromey <tromey@redhat.com>
3543
3544 * c-exp.y (operator): Remove trailing space after "delete" and
3545 "delete[]".
3546
3547 2012-06-18 Mark Kettenis <kettenis@gnu.org>
3548 Jan Kratochvil <jan.kratochvil@redhat.com>
3549
3550 Switch i386 and derived targets to ON_STACK.
3551 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
3552 (amd64_dicos_init_abi): Remove its installment.
3553 * dicos-tdep.c (dicos_init_abi): Remove the
3554 set_gdbarch_call_dummy_location call. Update the comment here.
3555 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
3556 (i386_dicos_init_abi): Remove its installment.
3557 * i386-tdep.c (i386_push_dummy_code): New function.
3558 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
3559 i386_push_dummy_code.
3560
3561 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3562
3563 Remove stale dummy frames.
3564 * breakpoint.c: Include dummy-frame.h.
3565 (longjmp_breakpoint_ops): New variable.
3566 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
3567 bp_longjmp_call_dummy.
3568 (bpstat_what, bptype_string, print_one_breakpoint_location)
3569 (init_bp_location): Support bp_longjmp_call_dummy.
3570 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
3571 (set_longjmp_breakpoint_for_call_dummy)
3572 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
3573 functions.
3574 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
3575 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
3576 FIXME comment and extend the other comment for bp_call_dummy.
3577 (set_longjmp_breakpoint_for_call_dummy)
3578 (check_longjmp_breakpoint_for_call_dummy): New declarations.
3579 * dummy-frame.c: Include gdbthread.h.
3580 (pop_dummy_frame_bpt): New function.
3581 (pop_dummy_frame): Call pop_dummy_frame_bpt.
3582 (dummy_frame_discard): New function.
3583 (cleanup_dummy_frames): Update the comment about longjmps.
3584 * dummy-frame.h (dummy_frame_discard): New declaration.
3585 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
3586 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
3587 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
3588 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
3589 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
3590 keep_going if IS_LONGJMP and there is no other reason to stop.
3591
3592 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
3593
3594 * remote-sim.c (sim_command_completer): Initialize
3595 variable 'result'.
3596
3597 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3598
3599 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
3600 * dwarf2loc.c (call_site_parameter_matches): Support
3601 CALL_SITE_PARAMETER_PARAM_OFFSET.
3602 (needs_dwarf_reg_entry_value): Push stub value.
3603 * dwarf2read.c (read_call_site_scope): New variable origin. Support
3604 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
3605 * gdbtypes.h (enum call_site_parameter_kind): New item
3606 CALL_SITE_PARAMETER_PARAM_OFFSET.
3607 (struct call_site.parameter.u): New field param_offset.
3608
3609 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3610
3611 Code cleanup: Generalize call_site.parameter key.
3612 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
3613 variable dwarf_reg. New variable kind_u. Update parameters to
3614 push_dwarf_reg_entry_value.
3615 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3616 * dwarf2expr.h (enum call_site_parameter_kind)
3617 (union call_site_parameter_u): Forward declarations.
3618 (struct dwarf_expr_context_funcs): Update parameters and their
3619 description for push_dwarf_reg_entry_value.
3620 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3621 * dwarf2loc.c (call_site_parameter_matches): New function.
3622 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
3623 description. Use call_site_parameter_matches.
3624 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
3625 Update parameters and their description.
3626 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
3627 New variable kind_u. Adjust the caller for updated parameters.
3628 (needs_dwarf_reg_entry_value): Update parameters.
3629 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
3630 instead of attr. Update for the changed fields of struct
3631 call_site_parameter.
3632 * gdbtypes.h: Include dwarf2expr.h.
3633 (enum call_site_parameter_kind): New.
3634 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
3635 fb_offset into new union u.
3636
3637 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3638
3639 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
3640 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
3641 for x32.
3642
3643 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3644
3645 * amd64-linux-nat.c (compat_x32_clock_t): New.
3646 (compat_x32_siginfo_t): Likewise.
3647 (compat_x32_siginfo_from_siginfo): Likewise.
3648 (siginfo_from_compat_x32_siginfo): Likewise.
3649 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
3650 and siginfo_from_compat_x32_siginfo for x32.
3651
3652 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
3653
3654 * tracepoint.c (tfile_xfer_partial): Add a lseek.
3655
3656 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3657
3658 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
3659 instead of gdbarch_ptr_bit.
3660 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
3661 (amd64_supply_native_gregset): Likewise.
3662 (amd64_collect_native_gregset): Likewise.
3663 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
3664 (amd64_supply_xsave): Likewise.
3665 (amd64_collect_fxsave): Likewise.
3666 (amd64_collect_xsave): Likewise.
3667
3668 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3669
3670 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
3671 (amd64_linux_read_description): Check DS segment register for
3672 x32 process.
3673
3674 2012-06-15 Tom Tromey <tromey@redhat.com>
3675
3676 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
3677 init_cutu_and_read_dies.
3678
3679 2012-06-15 Iain Sandoe <iain@codesourcery.com>
3680
3681 * MAINTAINERS (Write After Approval): Add myself to the list.
3682
3683 2012-06-15 Tom Tromey <tromey@redhat.com>
3684
3685 * valops.c (value_find_oload_method_list): Now static.
3686 * value.h (value_find_oload_method_list): Don't declare.
3687
3688 2012-06-15 Tom Tromey <tromey@redhat.com>
3689
3690 * valops.c (find_overload_match): Use value_ind.
3691
3692 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
3693
3694 * infrun.c (handle_inferior_event): Correct indentation.
3695
3696 2012-06-14 Doug Evans <dje@google.com>
3697
3698 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
3699 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
3700 All uses updated.
3701 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
3702 updated. Handle DEBUG_LOC_START_LENGTH.
3703 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
3704 (loclist_describe_location): Ditto.
3705
3706 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
3707
3708 PR backtrace/13866
3709 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
3710 after hiding inline functions.
3711
3712 2012-06-13 Joel Brobecker <brobecker@adacore.com>
3713
3714 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
3715 _initialize_inf_ttrace.
3716
3717 2012-06-13 Joel Brobecker <brobecker@adacore.com>
3718
3719 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
3720 _initialize_hppa_hpux_nat.
3721
3722 2012-06-13 Joel Brobecker <brobecker@adacore.com>
3723
3724 * remote-sim.c (sim_command_completer): Change type of return
3725 value to "VEC (char_ptr) *". Adjust implementation accordingly.
3726
3727 2012-06-13 Mark Kettenis <kettenis@gnu.org>
3728 Jan Kratochvil <jan.kratochvil@redhat.com>
3729
3730 PR tdep/14222
3731 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
3732 stack on a 16-byte boundary.
3733
3734 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
3735
3736 * jit.c (finalize_symtab): Set function's return type to 'void' by
3737 default.
3738
3739 2012-06-13 Mark Kettenis <kettenis@gnu.org>
3740 H.J. Lu <hongjiu.lu@intel.com>
3741
3742 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
3743 Move bits common to both the classic LP64 and the new x32 ILP32
3744 ABI here.
3745 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
3746 (amd64_x32_linux_init_abi): New function.
3747 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
3748 subtype.
3749
3750 * i386-tdep.h (i386_pseudo_register_name): New prototype.
3751 * i386-tdep.c (i386_pseudo_register_name): Make public.
3752 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
3753 * amd64-tdep.c (amd64_dword_names): Add "eip".
3754 (amd64_x32_pseudo_register_type): New function
3755 (amd64_x32_init_abi): New function.
3756
3757 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3758
3759 PR build/14003
3760 * inferior.h (struct inferior_suspend_state): Comment out.
3761 (struct inferior): Comment out the field suspend.
3762 * infrun.c (struct infcall_suspend_state): Comment out the field
3763 inferior_suspend.
3764 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
3765 out its assignment.
3766
3767 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3768
3769 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
3770 * c-exp.y (classify_inner_name): Remove caller assumptions in the
3771 function comment. Return ERROR for unresolved cases. Implement
3772 returning proper NAME.
3773 (yylex): Accept also NAME from classify_inner_name.
3774 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
3775 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
3776 LOC_TYPEDEF type.
3777 * cp-support.h (cp_lookup_nested_type): Update its declaration.
3778
3779 2012-06-13 Tom Tromey <tromey@redhat.com>
3780
3781 * breakpoint.c (condition_completer): New function.
3782 (_initialize_breakpoint): Use it.
3783 * value.c (complete_internalvar): New function.
3784 * value.h (complete_internalvar): Declare.
3785
3786 2012-06-13 Tom Tromey <tromey@redhat.com>
3787
3788 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
3789 * breakpoint.c (catch_syscall_completer): Return a VEC.
3790 * cli/cli-cmds.c (complete_command): Update.
3791 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
3792 (complete_on_enum): Likewise.
3793 * command.h: Include gdb_vecs.h.
3794 (completer_ftype): Change return type.
3795 (complete_on_cmdlist, complete_on_enum): Likewise.
3796 * completer.c (noop_completer, filename_completer)
3797 (location_completer): Return a VEC.
3798 (add_struct_fields): Remove 'nextp' argument. Change 'output'
3799 to a VEC.
3800 (expression_completer, complete_line_internal, complete_line)
3801 (command_completer): Return a VEC.
3802 (gdb_completion_word_break_characters, line_completion_function):
3803 Update.
3804 * completer.h: Include gdb_vecs.h.
3805 (complete_line, noop_completer, filename_completer)
3806 (expression_completer, location_completer, command_completer):
3807 Update.
3808 * f-lang.c (f_word_break_characters): Return a VEC.
3809 * interps.c (interpreter_completer): Return a VEC.
3810 * language.h (struct language_defn)
3811 <la_make_symbol_completion_list>: Return a VEC.
3812 * python/py-cmd.c (cmdpy_completer): Return a VEC.
3813 * symtab.c (free_completion_list): Take a VEC.
3814 (return_val_size, return_val_index): Remove.
3815 (return_val): Now a VEC.
3816 (completion_list_add_name): Update.
3817 (default_make_symbol_completion_list_break_on)
3818 (default_make_symbol_completion_list, make_symbol_completion_list)
3819 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
3820 Return a VEC.
3821 (add_filename_to_list): Update.
3822 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
3823 <list>: Now a VEC.
3824 (maybe_add_partial_symtab_filename): Update.
3825 (make_source_files_completion_list): Return a VEC.
3826 * symtab.h (default_make_symbol_completion_list_break_on)
3827 (default_make_symbol_completion_list, make_symbol_completion_list)
3828 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
3829 (make_source_files_completion_list): Update.
3830
3831 2012-06-13 Tom Tromey <tromey@redhat.com>
3832
3833 * breakpoint.c (add_catch_command): Use completer_ftype.
3834 * breakpoint.h: Include command.h.
3835 (add_catch_command): Use completer_ftype.
3836 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
3837 * cli/cli-decode.h (struct cmd_list_element) <completer>:
3838 Use completer_ftype.
3839 * command.h (completer_ftype): New typedef.
3840 (set_cmd_completer): Use it.
3841 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
3842 completer_ftype.
3843
3844 2012-06-13 Pedro Alves <palves@redhat.com>
3845
3846 Partial revert of previous change.
3847
3848 * serial.c (scb_base): New global.
3849 (serial_for_fd): New.
3850 (serial_open, serial_fdopen_ops): Link new serial in open serials
3851 chain.
3852 (do_serial_close): Unlink serial from the open serials chain.
3853
3854 2012-06-12 Pedro Alves <palves@redhat.com>
3855
3856 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
3857 threads here.
3858 (prepare_for_detach): No longer context switch here in non-stop
3859 mode.
3860 (fetch_inferior_event): Ditto.
3861 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
3862 to the event thread before removing breakpoints. Switch to the
3863 event thread before inserting breakpoints and resuming.
3864 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
3865 event thread before resuming.
3866 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
3867 Switch to the event thread before removing breakpoints.
3868
3869 2012-06-12 Eli Zaretskii <eliz@gnu.org>
3870
3871 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
3872 special characters correctly for the Windows shells. See
3873 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
3874 report.
3875 [!__MINGW32__]: Remove extra double quote character from special
3876 characters.
3877
3878 2012-06-11 Stan Shebs <stan@codesourcery.com>
3879
3880 * ui-out.h: Remove #if 0 declarations.
3881 * ui-out.c: Remove #if 0 functions.
3882
3883 2012-06-11 Pedro Alves <palves@redhat.com>
3884
3885 * ser-base.c (run_async_handler_and_reschedule): New.
3886 (fd_event, push_event): Use it.
3887 * serial.c (serial_open, serial_fdopen_ops): Set the initial
3888 reference count to 1.
3889 (do_serial_close): Set the bufp field to NULL. Use serial_unref
3890 instead of xfree.
3891 (serial_is_open, serial_ref, serial_unref): New.
3892 * serial.h (serial_open): Adjust comment.
3893 (serial_is_open): Declare.
3894 (serial_close): Adjust comment.
3895 (serial_ref, serial_unref) Declare.
3896 (struct serial): New field 'refcnt'.
3897
3898 2012-06-11 Pedro Alves <palves@redhat.com>
3899
3900 Remove #if 0'd "connect" command, and unnecessary associated
3901 refcounting and serial reuse bits.
3902
3903 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
3904 * serial.c (last_serial_opened): Delete.
3905 (scb_base): Delete.
3906 (serial_open): Adjust.
3907 (serial_for_fd): Delete.
3908 (serial_fdopen_ops, do_serial_close): Adjust.
3909 (serial_fdopen_ops): Adjust.
3910
3911 2012-06-11 Pedro Alves <palves@redhat.com>
3912
3913 * serial.c (do_serial_close): Remove early return when SCB is
3914 null.
3915
3916 2012-06-11 Tom Tromey <tromey@redhat.com>
3917
3918 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
3919
3920 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3921
3922 Fix regression by the "ambiguous linespec" series.
3923 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
3924 get_last_displayed_symtab and get_last_displayed_line and depending
3925 on CURSAL.
3926
3927 2012-06-11 Tom Tromey <tromey@redhat.com>
3928
3929 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
3930 (dw2_find_symbol_file): Use it.
3931
3932 2012-06-11 Michael Eager <eager@eagercon.com>
3933
3934 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
3935 * mips-linux-tdep.h (mips_signals): New
3936
3937 2012-06-11 Tom Tromey <tromey@redhat.com>
3938
3939 * infrun.c (handle_inferior_event)
3940 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
3941 breakpoint.
3942 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
3943 exception logic in all cases. Update comments.
3944 (insert_longjmp_resume_breakpoint): Set the exception resume
3945 breakpoint.
3946
3947 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
3948
3949 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
3950
3951 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
3952
3953 * valarith.c (binop_types_user_defined_p): Fix a typo.
3954
3955 2012-06-08 Yao Qi <yao@codesourcery.com>
3956 Chung-Lin Tang <cltang@codesourcery.com>
3957
3958 * arch-utils.c (default_return_in_first_hidden_param_p): New.
3959 * arch-utils.h: Declare.
3960 * gdbarch.sh: Add return_in_first_hidden_param_p.
3961 * gdbarch.c, gdbarch.h: Regenerated.
3962 * infcall.c (call_function_by_hand): Call
3963 gdbarch_return_in_first_hidden_param_p instead of
3964 language_pass_by_reference.
3965
3966 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
3967 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
3968 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
3969 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
3970 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
3971 `cplus_return_struct_by_reference'.
3972 (tic6x_return_value): Handle language cplusplus.
3973 (tic6x_return_in_first_hidden_param_p): New.
3974 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
3975
3976 2012-06-07 Doug Evans <dje@google.com>
3977
3978 * dwarf2read.c (dwarf2_cu): Add comment.
3979
3980 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
3981
3982 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
3983 variable.
3984 (mips_eabi_push_dummy_call): Likewise.
3985 (mips_n32n64_push_dummy_call): Likewise.
3986 (mips_o32_push_dummy_call): Likewise.
3987 (mips_o64_push_dummy_call): Likewise.
3988
3989 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
3990
3991 * mips-tdep.c (mips_convert_register_p): Correct coding style.
3992
3993 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
3994
3995 * mips-tdep.c (mips_pseudo_register_type): Use
3996 mips_float_register_p.
3997
3998 2012-06-06 Pedro Alves <palves@redhat.com>
3999
4000 * infrun.c (handle_inferior_event): Remove calls to
4001 reinit_frame_cache that follow a context_switch call.
4002
4003 2012-06-06 Pedro Alves <palves@redhat.com>
4004
4005 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
4006 context_switch and remove stale comment.
4007
4008 2012-06-06 Pedro Alves <palves@redhat.com>
4009
4010 * infrun.c (struct execution_control_state): Remove
4011 `new_thread_event' field.
4012 (handle_inferior_event): Simplify new threads handling; don't
4013 resume the inferior if we find a new thread.
4014
4015 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4016
4017 * NEWS: Document the deprecation of SH's 'regs' command.
4018 * inferior.h (all_registers_info): Add function declaration.
4019 * sh-tdep.c (sh_show_regs): Remove variable.
4020 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
4021 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
4022 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
4023 (sh_show_regs_command): Remove functions.
4024 (sh_gdbarch_init): Don't set sh_show_regs.
4025 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
4026 'info all-registers'.
4027 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
4028 (sh64_show_regs): Remove functions.
4029 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
4030
4031 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4032
4033 * configure.ac: Move development=true below AC_INIT.
4034 * configure: Regenerate.
4035
4036 2012-06-05 Stan Shebs <stan@codesourcery.com>
4037
4038 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
4039 gdb_stdout.
4040
4041 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
4042
4043 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
4044 argument as ssize_t.
4045 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
4046 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
4047 * target.c (target_read_stack, target_write_memory)
4048 (target_write_raw_memory): Likewise.
4049 * target.h (target_read_stack, target_write_memory)
4050 (target_write_raw_memory): Likewise.
4051
4052 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4053
4054 * symfile-mem.c: Change gdb_static_assert to ssize_t.
4055 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
4056 * target.c (target_read_memory): Change LEN to ssize_t.
4057 * target.h (target_read_memory): Change LEN to ssize_t.
4058
4059 2012-06-05 Pedro Alves <palves@redhat.com>
4060
4061 PR backtrace/13866
4062
4063 * breakpoint.c (until_break_command): Only fetch the selected
4064 frame after decode_line_1.
4065
4066 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4067
4068 * solib-svr4.c (enable_break): Don't fallback to setting the solib
4069 event breakpoint at _start, __start or main if a program
4070 interpreter is not found.
4071
4072 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4073
4074 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
4075 Add declaration.
4076 * windows-tdep.c: #include "objfiles.h".
4077 (windows_iterate_over_objfiles_in_search_order): New function.
4078 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4079 iterate_over_objfiles_in_search_order gdbarch method to
4080 windows_iterate_over_objfiles_in_search_order.
4081 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4082
4083 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4084
4085 * gdbarch.sh: Add generation of
4086 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4087 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
4088 (iterate_over_objfiles_in_search_order): New gdbarch method.
4089 * gdbarch.h, gdbarch.c: Regenerate.
4090 * objfiles.h (default_iterate_over_objfiles_in_search_order):
4091 Add declaration.
4092 * objfiles.c (default_iterate_over_objfiles_in_search_order):
4093 New function.
4094 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4095 out of lookup_symbol_aux_symtabs.
4096 (lookup_symbol_aux_symtabs): Replace extracted-out code by
4097 call to lookup_symbol_aux_objfile.
4098 (struct global_sym_lookup_data): New type.
4099 (lookup_symbol_global_iterator_cb): New function.
4100 (lookup_symbol_global): Search for symbol using
4101 gdbarch_iterate_over_objfiles_in_search_order and
4102 lookup_symbol_global_iterator_cb.
4103 * findvar.c (struct minsym_lookup_data): New type.
4104 (minsym_lookup_iterator_cb): New function.
4105 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4106 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4107 and minsym_lookup_iterator_cb.
4108
4109 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4110
4111 Revert the following patch:
4112 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4113 try locating the symbol in the symbol's own objfile first, before
4114 extending the search to all objfiles.
4115 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4116 out of lookup_symbol_aux_symtabs.
4117 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4118 Replace extracted-out code by call to lookup_symbol_aux_objfile.
4119 Do not search EXCLUDE_OBJFILE.
4120 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4121 (lookup_symbol_global): Search for matches in the block's objfile
4122 first, before searching all other objfiles.
4123
4124 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4125
4126 * breakpoint.c (find_condition_and_thread): Stop parsing
4127 as soon as the first invalid keyword is found.
4128
4129 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4130
4131 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4132
4133 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4134
4135 * config/djgpp/djcheck.sh: Add copyright header.
4136
4137 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4138
4139 * copyright.py (update_files, main): Fix path to update-copyright
4140 script.
4141
4142 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4143
4144 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4145 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4146 for which a reminder to update by hand is printed.
4147
4148 2012-06-04 Doug Evans <dje@google.com>
4149
4150 * buildsym.c (make_blockvector): Add comment.
4151
4152 2012-06-04 Pedro Alves <palves@redhat.com>
4153
4154 * arch-utils.c (default_gdb_signal_from_target): Delete.
4155 * arch-utils.h (default_gdb_signal_from_target): Delete.
4156 * corelow.c (core_open) <signal mapping>: Extended comment. Check
4157 gdbarch_gdb_signal_from_target_p.
4158 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
4159 predicate).
4160 * gdbarch.h: Regenerate.
4161 * gdbarch.c: Regenerate.
4162
4163 2012-06-04 Pedro Alves <palves@redhat.com>
4164
4165 * gdbarch.sh (gdb_signal_from_target): Mention that the
4166 implementation of the method must be host independent.
4167 * gdbarch.h: Regenerate.
4168
4169 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4170
4171 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
4172 parameters.
4173 (target_read_memory_bfd): New function.
4174 (symbol_file_add_from_memory): Use it.
4175
4176 2012-06-03 Doug Evans <dje@google.com>
4177
4178 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
4179 of primary symtab.
4180 (basic_lookup_transparent_type): Ditto.
4181
4182 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
4183 (ALL_PRIMARY_SYMTABS): Use it.
4184 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
4185 * dwarf2read.c (dw2_find_symbol_file): Ditto.
4186 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
4187 * symtab.c (lookup_symbol_aux_objfile): Ditto.
4188 (basic_lookup_transparent_type): Ditto.
4189
4190 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
4191
4192 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
4193 it to optimize resolution of demangled name.
4194
4195 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4196
4197 * configure.ac (development): Define new variable.
4198 Call AC_CHECK_LIB for mcheck if $development.
4199 (ERROR_ON_WARNING): Enable it by default only if $development.
4200 * config.in: Regenerate.
4201 * configure: Regenerate.
4202
4203 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
4204
4205 * target.c (target_read_memory): Make LEN argument as size_t.
4206 * target.h (target_read_memory): Likewise.
4207
4208 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4209
4210 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
4211
4212 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
4213
4214 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
4215 BookE interface for PowerPC server processors if not available
4216 in the Linux Kernel.
4217
4218 2012-05-31 Keith Seitz <keiths@redhat.com>
4219
4220 * linespec.c (decode_objc): Add cleanup to free
4221 INFO.FILE_SYMTABS.
4222 (find_linespec_symbols): Add cleanup to free CLASSES.
4223 * symfile.c (find_separate_debug_file_by_debuglink): Add
4224 cleanup to free DEBUGLINK.
4225 * ui-out.c (clear_header_list): No need to check if
4226 HEADER_NEXT.COLHDR is NULL.
4227 Free HEADER_NEXT.COL_NAME.
4228
4229 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4230
4231 * ada-lang.c (standard_lookup): Prevent uninitialized variable
4232 warning.
4233
4234 2012-05-30 Jeff Kenton <jkenton@tilera.com>
4235
4236 * configure.host (gdb_host_cpu): Handle tilegx*.
4237 (gdb_host): Handle tilegx-*-linux*.
4238 * tilegx-linux-nat.c: New file.
4239 * config/tilegx/linux.mh: New file.
4240
4241 2012-05-30 Jeff Kenton <jkenton@tilera.com>
4242
4243 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
4244 tilegx-linux-tdep.o.
4245 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
4246 tilegx-linux-tdep.c.
4247 * configure.tgt: Handle tilegx-*-linux*.
4248 * tilegx-tdep.h: New file.
4249 * tilegx-tdep.c: New file.
4250 * tilegx-linux-tdep.c: New file.
4251 * regformats/reg-tilegx.dat: New file.
4252
4253 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
4254
4255 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
4256 accounting of hw watchpoints on ppc.
4257
4258 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4259
4260 * source.c (openp): Expand tilde in path entries.
4261
4262 2012-05-29 Doug Evans <dje@google.com>
4263
4264 * buildsym.c (block_compar): Fix comment.
4265 (end_symtab): Fix and clarify some comments.
4266
4267 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
4268 cleanup_undefined_types.
4269 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
4270 All callers updated.
4271
4272 2012-05-29 Tom Tromey <tromey@redhat.com>
4273
4274 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
4275 fails.
4276 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
4277 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
4278 fails.
4279 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
4280 fails.
4281
4282 2012-05-29 Tristan Gingold <gingold@adacore.com>
4283
4284 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
4285 (struct darwin_info): ... New struct.
4286 (solib_darwin_pspace_data): New variable.
4287 (darwin_pspace_data_cleanup): New function.
4288 (get_darwin_info): Likewise.
4289 (darwin_dyld_version_ok, darwin_load_image_infos)
4290 (darwin_solib_get_all_image_info_addr_at_init)
4291 (darwin_solib_read_all_image_info_addr): Add info argument.
4292 Adjust code.
4293 (darwin_current_sos): Use per pspace structure.
4294 (darwin_solib_create_inferior_hook): Likewise.
4295 (darwin_clear_solib): Likewise.
4296 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
4297
4298 2012-05-28 Pedro Alves <palves@redhat.com>
4299
4300 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
4301 block that uses them. Clear ecss before handling each event.
4302
4303 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4304
4305 * solib-svr4.c (svr4_current_sos): New comment on
4306 svr4_current_sos_via_xfer_libraries fall back.
4307
4308 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4309
4310 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
4311 it as a fallback for TYPE_IS_OPAQUE.
4312 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
4313 symbols for lookup_symbol.
4314
4315 2012-05-24 John Steele Scott <toojays@toojays.net>
4316
4317 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
4318 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
4319 (producer_is_gxx_lt_4_6): Move the checking and caching to...
4320 (check_producer): ... this new function, which also checks for ICC
4321 and caches the result.
4322 (producer_is_icc): New function.
4323 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
4324 producer was ICC.
4325
4326 2012-05-24 Pedro Alves <palves@redhat.com>
4327
4328 PR gdb/7205
4329
4330 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
4331 (default_gdb_signal_to_target): ... this. Add comment.
4332 (default_gdb_signal_from_host): Rename to ...
4333 (default_gdb_signal_from_target): ... this. Add comment.
4334 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
4335 (default_gdb_signal_to_target): ... this.
4336 (default_gdb_signal_from_host): Rename to ...
4337 (default_gdb_signal_from_target): ... this.
4338 * corelow.c (core_open): Adjust to naming change. Replace comment.
4339 * gdbarch.sh (gdb_signal_from_host): Rename to ...
4340 (gdb_signal_from_target): ... this. Adjust to
4341 default_gdb_signal_from_host naming change. Extend comment.
4342 (gdb_signal_to_host): Rename to ...
4343 (gdb_signal_to_target): ... this. Adjust to
4344 default_gdb_signal_to_host naming change.
4345 * gdbarch.h, gdbarch.c: Renegerate.
4346
4347 2012-05-24 Pedro Alves <palves@redhat.com>
4348
4349 PR gdb/7205
4350
4351 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
4352
4353 2012-05-24 Pedro Alves <palves@redhat.com>
4354
4355 PR gdb/7205
4356
4357 Replace target_signal with gdb_signal throughout.
4358
4359 2012-05-24 Pedro Alves <palves@redhat.com>
4360
4361 PR tui/14159
4362
4363 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
4364 string, instead of reusing the va_list argument.
4365
4366 2012-05-24 Tom Tromey <tromey@redhat.com>
4367
4368 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
4369 Remove.
4370
4371 2012-05-23 Doug Evans <dje@google.com>
4372
4373 * symtab.c (search_symbols): Formatting fixes.
4374 (print_symbol_info): Formatting fixes.
4375
4376 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
4377 int64_t change to leb128 API.
4378 (read_encoded_value, decode_frame_entry_1): Ditto.
4379 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
4380 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
4381 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4382 (execute_stack_op): Ditto.
4383 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
4384 (safe_read_uleb128, safe_read_sleb128): Ditto.
4385 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
4386 (dwarf2_compile_expr_to_ax): Ditto.
4387 (locexpr_describe_location_piece): Ditto.
4388 (disassemble_dwarf_expression): Ditto.
4389 (locexpr_describe_location_1): Ditto.
4390
4391 2012-05-23 Stan Shebs <stan@codesourcery.com>
4392 Kwok Cheung Yeung <kcy@codesourcery.com>
4393
4394 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
4395 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
4396 (mi-cmd-info.o): New rule.
4397 * osdata.h (info_osdata_command): New declaration.
4398 * osdata.c (info_osdata_command): Change to non-static.
4399 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
4400 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
4401 * mi/mi-cmd-info.c: New file.
4402
4403 2012-05-23 Doug Evans <dje@google.com>
4404
4405 * symtab.c (search_symbols): Pass NULL for file_matcher to
4406 expand_symtabs_matching if there are no files to match.
4407
4408 * gdbtypes.c (lookup_typename): Simplify.
4409
4410 2012-05-23 Pedro Alves <palves@redhat.com>
4411
4412 * arch-utils.h (default_target_signal_to_host): Delete.
4413 * arch-utils.c (default_target_signal_to_host): Delete.
4414 * gdbarch.sh (target_signal_to_host): Remove.
4415 * gdbarch.h, gdbarch.c: Regenerate.
4416
4417 2012-05-22 Doug Evans <dje@google.com>
4418
4419 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
4420 "const gdb_byte *".
4421 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
4422 (execute_cfa_program): Update to match API of leb128 functions.
4423 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
4424 "const gdb_byte *".
4425 (read_unsigned_leb128, read_signed_leb128): Delete.
4426 (read_initial_length): Change type of buf argument to
4427 "const gdb_byte *".
4428 (read_encoded_value): Update to match API of leb128 functions.
4429 (decode_frame_entry): Change result to "const gdb_byte *", and
4430 similarly for "start" parameter.
4431 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
4432 (dwarf2_build_frame_info): Change local frame_ptr to
4433 "const gdb_byte *".
4434 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
4435 read_uleb128, read_sleb128. All callers updated.
4436 (safe_skip_leb128): New function.
4437 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
4438 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
4439 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
4440 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
4441 read_uleb128, read_sleb128.
4442 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4443 (execute_stack_op): Update to match API of leb128 functions.
4444 * dwarf2expr.h: #include "leb128.h".
4445 (read_uleb128, read_sleb128): Delete.
4446 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
4447 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
4448 * dwarf2loc.c (debug_loc_kind): New enum.
4449 (decode_debug_loc_addresses): New function.
4450 (decode_debug_loc_dwo_addresses): New function.
4451 (dwarf2_find_location_expression): Rewrite.
4452 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
4453 (locexpr_describe_location_piece): Ditto.
4454 (disassemble_dwarf_expression): Ditto.
4455 (locexpr_describe_location_1): Ditto.
4456 (loclist_describe_location): Rewrite.
4457 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
4458 * dwarf2read.c (die_reader_specs): New member "buffer_end".
4459 (dwarf2_section_buffer_overflow_complaint): Renamed from
4460 dwarf2_macros_too_long_complaint. All callers updated.
4461 (skip_leb128): Delete.
4462 (init_cu_die_reader): Initialize reader->buffer_end.
4463 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
4464 (skip_form_bytes): New arg buffer_end. All callers updated.
4465 Replace call to skip_leb128 with gdb_skip_leb128.
4466 (skip_unknown_opcode): New arg mac_end. All callers updated.
4467 (fill_in_loclist_baton): Initialize baton->from_dwo.
4468
4469 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4470
4471 * mips-linux-nat.c (mips_linux_read_description): Use a more
4472 verbose error message.
4473
4474 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4475
4476 * NEWS: Add MIPS/Linux DSP support.
4477 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
4478 (SIGCONTEXT_DSPCTL): New macro.
4479 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
4480 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
4481 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
4482 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
4483 (N64_SIGCONTEXT_HI3): Likewise.
4484 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
4485 (N64_SIGCONTEXT_LO3): Likewise.
4486 (N64_SIGCONTEXT_DSPCTL): Likewise.
4487 (N64_SIGCONTEXT_FPCSR): Clarify definition.
4488 (mips_linux_o32_sigframe_init): Handle DSP registers.
4489 (mips_linux_n32n64_sigframe_init): Likewise.
4490
4491 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4492
4493 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
4494 call to abort.
4495
4496 2012-05-22 Pedro Alves <palves@redhat.com>
4497
4498 * target.h (store_waitstatus): Move declaration ...
4499 * inf-child.h (store_waitstatus): ... here.
4500 * target.c: Move inclusion of gdb_wait.h, and ...
4501 (store_waitstatus): ... this ...
4502 * inf-child.c: ... here.
4503 * linux-nat.c: Include inf-child.h.
4504 * rs6000-nat.c: Include inf-child.h.
4505 * spu-linux-nat.c: Include inf-child.h.
4506
4507 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4508
4509 * tracepoint.c (start_tracing): Add missing i18n markup.
4510 (stop_tracing, set_trace_user): Ditto.
4511 (set_trace_notes, set_trace_stop_notes): Ditto.
4512
4513 2012-05-21 Tom Tromey <tromey@redhat.com>
4514
4515 PR c++/7173:
4516 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
4517 types.
4518 * value.h (value_cast_pointers): Update.
4519 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
4520 (value_cast): Update.
4521 (update_search_result): New function.
4522 (do_search_struct_field): New, from search_struct_field. Check
4523 for ambiguous results.
4524 (search_struct_field): Rewrite.
4525 * infcall.c (value_arg_coerce): Update.
4526 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
4527 value_cast_pointers.
4528 * ada-lang.c (ada_convert_actual): Update.
4529
4530 2012-05-21 Tom Tromey <tromey@redhat.com>
4531
4532 * macroexp.c (macro_stringify): Terminate the string.
4533
4534 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4535
4536 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
4537 Describe it.
4538 * auto-load.c (auto_load_expand_dir_vars): New function.
4539 (auto_load_safe_path_vec_update): Use it, remove the
4540 substitute_path_component call thanks to it.
4541 (auto_load_objfile_script): Remove the debug_file_directory processing.
4542 Use auto_load_expand_dir_vars, remove the substitute_path_component
4543 call thanks to it.
4544 * configure: Regenerate.
4545 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
4546 path. Escape $ also for $debugdir.
4547 (--with_auto_load_safe_path): Escape $ also for $debugdir.
4548 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
4549
4550 2012-05-20 Doug Evans <dje@google.com>
4551
4552 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
4553 before use. Check for symtab->includes == NULL before scanning it.
4554
4555 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4556
4557 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
4558
4559 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4560
4561 * NEWS: Add microMIPS support and "set mips compression",
4562 "show mips compression" commands.
4563 * mips-tdep.h (mips_isa): New enum.
4564 (gdbarch_tdep): Add mips_isa.
4565 (mips_pc_is_mips16): Update prototype.
4566 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
4567 * mips-tdep.c (mips_compression_mips16): New variable.
4568 (mips_compression_micromips): Likewise.
4569 (mips_compression_strings): Likewise.
4570 (mips_compression_string): Likewise.
4571 (is_mips16_isa, is_micromips_isa): New functions.
4572 (is_mips16_addr): Rename to...
4573 (is_compact_addr): ... this.
4574 (unmake_mips16_addr): Likewise to...
4575 (unmake_compact_addr): ... this.
4576 (make_mips16_addr): Likewise to...
4577 (make_compact_addr): ... this.
4578 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
4579 functions.
4580 (mips_elf_make_msymbol_special): Handle microMIPS code.
4581 (msymbol_is_special): Rename to...
4582 (msymbol_is_mips16): ... this.
4583 (mips_make_symbol_special, mips_pc_is_mips16): Update
4584 accordingly.
4585 (msymbol_is_mips, msymbol_is_micromips): New functions.
4586 (mips16_to_32_reg): Rename to...
4587 (mips_reg3_to_reg): ... this.
4588 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
4589 (mips_pc_isa): Likewise.
4590 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
4591 code.
4592 (mips_fetch_instruction): Pass return status instead of printing
4593 an error message if requested. Handle microMIPS code. Bail out
4594 on an invalid ISA.
4595 (micromips_op): New macro.
4596 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
4597 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
4598 (b6s4_op, b7s3_reg): Likewise.
4599 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
4600 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
4601 (mips_insn_size): New function.
4602 (mips32_next_pc): Update mips_fetch_instruction call.
4603 (micromips_relative_offset7): New function.
4604 (micromips_relative_offset10): Likewise.
4605 (micromips_relative_offset16): Likewise.
4606 (micromips_pc_insn_size): Likewise.
4607 (micromips_bc1_pc): Likewise.
4608 (micromips_next_pc): Likewise.
4609 (unpack_mips16): Update mips_fetch_instruction call.
4610 (extended_mips16_next_pc): Update according to change to
4611 mips16_to_32_reg.
4612 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
4613 code.
4614 (mips16_scan_prologue): Update mips_fetch_instruction call.
4615 Update according to change to mips16_to_32_reg.
4616 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
4617 (mips_insn16_frame_base_sniffer): Likewise.
4618 (micromips_decode_imm9): New function.
4619 (micromips_scan_prologue): Likewise.
4620 (mips_micro_frame_cache): Likewise.
4621 (mips_micro_frame_this_id): Likewise.
4622 (mips_micro_frame_prev_register): Likewise.
4623 (mips_micro_frame_sniffer): Likewise.
4624 (mips_micro_frame_unwind): New variable.
4625 (mips_micro_frame_base_address): New function.
4626 (mips_micro_frame_base): New variable.
4627 (mips_micro_frame_base_sniffer): New function.
4628 (mips32_scan_prologue): Update mips_fetch_instruction call.
4629 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
4630 rather than for MIPS16.
4631 (mips_insn32_frame_base_sniffer): Likewise.
4632 (mips_addr_bits_remove): Handle microMIPS code.
4633 (deal_with_atomic_sequence): Rename to...
4634 (mips_deal_with_atomic_sequence): ... this. Update the type
4635 of the variable used to hold an instruction. Remove the ISA bit
4636 check. Update mips_fetch_instruction call.
4637 (micromips_deal_with_atomic_sequence): New function.
4638 (deal_with_atomic_sequence): Likewise.
4639 (mips_about_to_return): Handle microMIPS code. Update
4640 mips_fetch_instruction call.
4641 (heuristic_proc_start): Check for the standard MIPS ISA rather
4642 than for MIPS16. Update mips_pc_is_mips16 and
4643 mips_fetch_instruction calls. Handle microMIPS code.
4644 (mips_push_dummy_code): Handle microMIPS code.
4645 (mips_eabi_push_dummy_call): Likewise.
4646 (mips_o32_return_value): Update mips_pc_is_mips16 call.
4647 (mips_o64_push_dummy_call): Handle microMIPS code.
4648 (mips_o64_return_value): Update mips_pc_is_mips16 call.
4649 (is_delayed): Remove function.
4650 (mips_single_step_through_delay): Replace the call to is_delayed
4651 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
4652 Handle microMIPS code.
4653 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
4654 microMIPS code.
4655 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
4656 call.
4657 (micromips_in_function_epilogue_p): New function.
4658 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
4659 call.
4660 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
4661 Handle microMIPS.
4662 (gdb_print_insn_mips): Likewise.
4663 (mips_breakpoint_from_pc): Likewise.
4664 (mips_remote_breakpoint_from_pc): New function.
4665 (mips32_instruction_has_delay_slot): Simplify making use of the
4666 updated mips_fetch_instruction interface.
4667 (micromips_instruction_has_delay_slot): New function.
4668 (mips16_instruction_has_delay_slot): Simplify making use of the
4669 updated mips_fetch_instruction interface.
4670 (mips_adjust_breakpoint_address): Check for the standard MIPS
4671 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
4672 calls. Handle microMIPS code.
4673 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
4674 (mips_skip_trampoline_code): Handle microMIPS code.
4675 (global_mips_compression): New function.
4676 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
4677 file flags. Register the microMIPS remote breakpoint handler
4678 and heuristic frame unwinder.
4679 (show_mips_compression): New function.
4680 (_initialize_mips_tdep): Add the "set mips compression" and
4681 "show mips compression" commands.
4682
4683 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
4684
4685 * ada-lang.c:
4686 * ada-tasks.c:
4687 * ada-varobj.c:
4688 * amd64-darwin-tdep.c:
4689 * arm-symbian-tdep.c:
4690 * arm-tdep.c:
4691 * avr-tdep.c:
4692 * ax-gdb.c:
4693 * bfin-linux-tdep.c:
4694 * breakpoint.c:
4695 * c-valprint.c:
4696 * cli/cli-cmds.c:
4697 * coffread.c:
4698 * cp-support.c:
4699 * cris-tdep.c:
4700 * dwarf2-frame-tailcall.c:
4701 * dwarf2-frame.c:
4702 * dwarf2expr.c:
4703 * dwarf2loc.c:
4704 * dwarf2read.c:
4705 * elfread.c:
4706 * eval.c:
4707 * expprint.c:
4708 * f-valprint.c:
4709 * frv-tdep.c:
4710 * h8300-tdep.c:
4711 * hppa-hpux-tdep.c:
4712 * hppa-tdep.c:
4713 * hppanbsd-tdep.c:
4714 * i386-nto-tdep.c:
4715 * i386-tdep.c:
4716 * i387-tdep.c:
4717 * ia64-tdep.c:
4718 * jit.c:
4719 * linespec.c:
4720 * linux-tdep.c:
4721 * lm32-tdep.c:
4722 * m2-valprint.c:
4723 * m32c-tdep.c:
4724 * m32r-rom.c:
4725 * m32r-tdep.c:
4726 * m68k-tdep.c:
4727 * m68klinux-tdep.c:
4728 * mi/mi-main.c:
4729 * microblaze-tdep.c:
4730 * mips-linux-tdep.c:
4731 * mips-tdep.c:
4732 * mn10300-tdep.c:
4733 * p-valprint.c:
4734 * parse.c:
4735 * ppc-linux-tdep.c:
4736 * ppc-sysv-tdep.c:
4737 * printcmd.c:
4738 * python/py-finishbreakpoint.c:
4739 * python/py-inferior.c:
4740 * python/py-infthread.c:
4741 * python/py-type.c:
4742 * python/python.c:
4743 * remote-fileio.c:
4744 * remote-m32r-sdi.c:
4745 * remote-mips.c:
4746 * reverse.c:
4747 * rl78-tdep.c:
4748 * rs6000-aix-tdep.c:
4749 * rs6000-tdep.c:
4750 * s390-tdep.c:
4751 * score-tdep.c:
4752 * sh64-tdep.c:
4753 * skip.c:
4754 * solib-darwin.c:
4755 * solib-dsbt.c:
4756 * solib-frv.c:
4757 * sparc-tdep.c:
4758 * spu-multiarch.c:
4759 * spu-tdep.c:
4760 * stack.c:
4761 * symfile.c:
4762 * symtab.c:
4763 * tic6x-tdep.c:
4764 * tracepoint.c:
4765 * v850-tdep.c:
4766 * valarith.c:
4767 * valprint.c:
4768 * value.c:
4769 * xcoffread.c:
4770 * xtensa-tdep.c:
4771 * ada-lang.c:
4772 * ada-tasks.c:
4773 * ada-varobj.c:
4774 * amd64-darwin-tdep.c:
4775 * arm-symbian-tdep.c:
4776 * arm-tdep.c: Delete unused variables.
4777
4778 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4779
4780 Rename $ddir to $datadir.
4781 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
4782 * auto-load.c (auto_load_safe_path_vec_update)
4783 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
4784 * configure: Regenerate.
4785 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
4786 Likewise. Remove the 'use $ddir' help string.
4787
4788 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4789
4790 * auto-load.c (show_auto_load_safe_path): Accept any combination of
4791 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
4792
4793 2012-05-18 Tom Tromey <tromey@redhat.com>
4794
4795 PR exp/13907:
4796 * valprint.h (struct value_print_options) <symbol_print>: New
4797 field.
4798 * valprint.c (user_print_options): Add default for symbol_print.
4799 (show_symbol_print): New function.
4800 (generic_val_print): Respect symbol_print.
4801 (_initialize_valprint): Add "print symbol" setting.
4802 * f-valprint.c (f_val_print): Respect symbol_print.
4803 * c-valprint.c (c_val_print): Respect symbol_print.
4804 * NEWS: Update.
4805 * printcmd.c (print_address_symbolic): Return int. Ignore some
4806 zero-size symbols.
4807 (print_address_demangle): Return int.
4808 * defs.h: (print_address_symbolic): Return int.
4809 * value.h (print_address_demangle): Return int.
4810
4811 2012-05-18 Tom Tromey <tromey@redhat.com>
4812
4813 * valprint.c (val_print_string): Don't print leading space.
4814 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
4815 print space before string or vtbl.
4816 * m2-valprint.c (print_unpacked_pointer): Optionally print space
4817 before string.
4818 * jv-valprint.c (java_value_print): Print space before string.
4819 * go-valprint.c (print_go_string): Print space before string.
4820 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
4821 space before string.
4822 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
4823 space before string or vtbl.
4824 * auxv.c (fprint_target_auxv): Print space after address.
4825
4826 2012-05-18 Tom Tromey <tromey@redhat.com>
4827
4828 * printcmd.c (print_address_demangle): Remove special case for 0.
4829
4830 2012-05-18 Tom Tromey <tromey@redhat.com>
4831
4832 * printcmd.c (print_address_demangle): Add 'opts' argument.
4833 * p-valprint.c (pascal_val_print): Update.
4834 * jv-valprint.c (java_val_print): Update.
4835 * value.h: Update.
4836 * valprint.c (generic_val_print): Update.
4837 (print_function_pointer_address): Add 'options' argument. Remove
4838 'addressprint' argument. Update.
4839 * m2-valprint.c (print_unpacked_pointer): Update.
4840 * gnu-v3-abi.c (print_one_vtable): Update.
4841 (gnuv3_print_method_ptr): Update.
4842 * f-valprint.c (f_val_print): Update.
4843 * cp-valprint.c (cp_print_value_fields): Update.
4844 * valprint.h (print_function_pointer_address): Update.
4845 * c-valprint.c (c_val_print): Update.
4846
4847 2012-05-18 Tom Tromey <tromey@redhat.com>
4848
4849 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
4850 directly corresponding to the found psymtab.
4851 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
4852 (dw2_find_pc_sect_symtab): Use it.
4853 * block.h (blockvector_contains_pc): Declare.
4854 * block.c (find_block_in_blockvector): New function.
4855 (blockvector_for_pc_sect): Use it.
4856 (blockvector_contains_pc): New function.
4857
4858 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4859
4860 * mips-tdep.h (mips_write_pc): New prototype.
4861 * mips-tdep.c (mips_write_pc): Make external, add description.
4862 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
4863 add description.
4864
4865 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4866
4867 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
4868 mips_regnum->pc.
4869 (mips_unwind_pc, mips_write_pc): Likewise.
4870 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
4871 gdbarch_read_pc.
4872
4873 2012-05-17 Joel Brobecker <brobecker@adacore.com>
4874
4875 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
4876 proc_warn, proc_error, proc_get_status, proc_flags,
4877 proc_why, proc_what, proc_nsysarg, proc_sysargs,
4878 proc_set_run_on_last_close, proc_unset_run_on_last_close,
4879 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
4880 proc_stop_process, proc_wait_for_stop, proc_run_process,
4881 proc_set_traced_signals, proc_set_traced_faults,
4882 proc_set_traced_sysentry, proc_set_traced_sysexit,
4883 proc_set_held_signals, proc_get_held_signals,
4884 proc_get_traced_signals, proc_get_traced_faults,
4885 proc_get_traced_sysentry, proc_get_traced_sysexit,
4886 proc_clear_current_fault, proc_set_current_signal,
4887 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
4888 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
4889 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
4890 proc_get_current_thread, proc_get_current_thread,
4891 proc_get_current_thread, proc_update_threads,
4892 proc_update_threads, proc_update_threads, proc_update_threads,
4893 proc_iterate_over_threads, procfs_find_new_threads,
4894 procfs_pid_to_str): Make static. Remove advance declaration.
4895 (proc_cursig): Make static. Conditionalized defintion on
4896 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
4897 (proc_syscall, proc_set_kill_on_last_close,
4898 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
4899 proc_get_pending_signals, proc_get_signal_actions,
4900 proc_trace_signal, proc_ignore_signal): Delete.
4901
4902 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
4903
4904 * coffread.c (cs_section_address): Passing proper argument for
4905 `bfd_get_section_vma'.
4906 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
4907 `bfd_get_section_flags'.
4908 * remote.c (remote_trace_set_readonly_regions): Likewise, for
4909 `bfd_get_section_vma'.
4910
4911 2012-05-16 Tom Tromey <tromey@redhat.com>
4912
4913 PR macros/13205:
4914 * macrotab.h: (macro_define_special): Declare.
4915 (enum macro_special_kind): New.
4916 (struct macro_definition) <argc, replacement>: Update comments.
4917 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
4918 (macro_define_object_internal): New function.
4919 (macro_define_object): Use it.
4920 (macro_define_special): New function.
4921 (fixup_definition): New function.
4922 (macro_lookup_definition, foreach_macro_in_scope)
4923 (foreach_macro): Use fixup_definition.
4924 * macroexp.h (macro_stringify): Declare.
4925 * macroexp.c (free_buffer_return_text): New function.
4926 (stringify): Constify "arg".
4927 (macro_stringify): New function.
4928 * dwarf2read.c (macro_start_file): Call macro_define_special.
4929
4930 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
4931 Maciej W. Rozycki <macro@mips.com>
4932
4933 * breakpoint.h (bp_location): Add related_address member.
4934 * inferior.h (get_return_value): Take a pointer to struct value
4935 instead of struct type for the function requested.
4936 * value.h (using_struct_return): Likewise.
4937 * gdbarch.sh (return_value): Take a pointer to struct value
4938 instead of struct type for the function requested.
4939 * breakpoint.c (set_breakpoint_location_function): Initialize
4940 related_address for bp_gnu_ifunc_resolver breakpoints.
4941 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
4942 requested function's address to gdbarch_return_value.
4943 * eval.c (evaluate_subexp_standard): Pass the requested
4944 function's address to using_struct_return.
4945 * infcall.c (call_function_by_hand): Pass the requested
4946 function's address to using_struct_return and
4947 gdbarch_return_value.
4948 * infcmd.c (get_return_value): Take a pointer to struct value
4949 instead of struct type for the function requested.
4950 (print_return_value): Update accordingly.
4951 (finish_command_continuation): Likewise.
4952 * stack.c (return_command): Pass the requested function's
4953 address to using_struct_return and gdbarch_return_value.
4954 * value.c (using_struct_return): Take a pointer to struct value
4955 instead of struct type for the function requested. Pass the
4956 requested function's address to gdbarch_return_value.
4957 * python/py-finishbreakpoint.c (finish_breakpoint_object):
4958 New function_value member, replacing function_type.
4959 (bpfinishpy_dealloc): Update accordingly.
4960 (bpfinishpy_pre_stop_hook): Likewise.
4961 (bpfinishpy_init): Likewise. Record the requested function's
4962 address.
4963 * mips-tdep.c (mips_fval_reg): New enum.
4964 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
4965 words put in GP registers.
4966 (mips_o64_push_dummy_call): Update a comment.
4967 (mips_o32_return_value): Take a pointer to struct value instead
4968 of struct type for the function requested and use it to check if
4969 using the MIPS16 calling convention. Return the designated
4970 general purpose registers for floating-point values returned in
4971 MIPS16 mode.
4972 (mips_o64_return_value): Likewise.
4973 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
4974 (ppc_sysv_abi_broken_return_value): Likewise.
4975 (ppc64_sysv_abi_return_value): Likewise.
4976 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
4977 value instead of struct type for the function requested.
4978 * amd64-tdep.c (amd64_return_value): Likewise.
4979 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
4980 * arm-tdep.c (arm_return_value): Likewise.
4981 * avr-tdep.c (avr_return_value): Likewise.
4982 * bfin-tdep.c (bfin_return_value): Likewise.
4983 * cris-tdep.c (cris_return_value): Likewise.
4984 * frv-tdep.c (frv_return_value): Likewise.
4985 * h8300-tdep.c (h8300_return_value): Likewise.
4986 (h8300h_return_value): Likewise.
4987 * hppa-tdep.c (hppa32_return_value): Likewise.
4988 (hppa64_return_value): Likewise.
4989 * i386-tdep.c (i386_return_value): Likewise.
4990 * ia64-tdep.c (ia64_return_value): Likewise.
4991 * iq2000-tdep.c (iq2000_return_value): Likewise.
4992 * lm32-tdep.c (lm32_return_value): Likewise.
4993 * m32c-tdep.c (m32c_return_value): Likewise.
4994 * m32r-tdep.c (m32r_return_value): Likewise.
4995 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
4996 * m68k-tdep.c (m68k_return_value): Likewise.
4997 (m68k_svr4_return_value): Likewise.
4998 * m88k-tdep.c (m88k_return_value): Likewise.
4999 * mep-tdep.c (mep_return_value): Likewise.
5000 * microblaze-tdep.c (microblaze_return_value): Likewise.
5001 * mn10300-tdep.c (mn10300_return_value): Likewise.
5002 * moxie-tdep.c (moxie_return_value): Likewise.
5003 * mt-tdep.c (mt_return_value): Likewise.
5004 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
5005 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
5006 (ppc_sysv_abi_broken_return_value): Likewise.
5007 (ppc64_sysv_abi_return_value): Likewise.
5008 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
5009 * rl78-tdep.c (rl78_return_value): Likewise.
5010 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
5011 * rx-tdep.c (rx_return_value): Likewise.
5012 * s390-tdep.c (s390_return_value): Likewise.
5013 * score-tdep.c (score_return_value): Likewise.
5014 * sh-tdep.c (sh_return_value_nofpu): Likewise.
5015 (sh_return_value_fpu): Likewise.
5016 * sh64-tdep.c (sh64_return_value): Likewise.
5017 * sparc-tdep.c (sparc32_return_value): Likewise.
5018 * sparc64-tdep.c (sparc64_return_value): Likewise.
5019 * spu-tdep.c (spu_return_value): Likewise.
5020 * tic6x-tdep.c (tic6x_return_value): Likewise.
5021 * v850-tdep.c (v850_return_value): Likewise.
5022 * vax-tdep.c (vax_return_value): Likewise.
5023 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
5024 * xtensa-tdep.c (xtensa_return_value): Likewise.
5025 * gdbarch.c: Regenerate.
5026 * gdbarch.h: Regenerate.
5027
5028 2012-05-15 Tom Tromey <tromey@redhat.com>
5029
5030 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
5031
5032 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5033
5034 * breakpoint.c (init_breakpoint_sal): Add quotes around part
5035 of command in two error message.
5036
5037 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5038
5039 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
5040
5041 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5042
5043 * breakpoint.c (find_condition_and_thread): Minor reformatting.
5044
5045 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5046
5047 * NEWS (show auto-load scripts-directory): Add forgotten command.
5048
5049 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5050
5051 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
5052 parameters.
5053
5054 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
5055
5056 * amd64-tdep.c: Include features/i386/x32.c and
5057 features/i386/x32-avx.c.
5058 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
5059 initialize_tdesc_x32_avx.
5060
5061 2012-05-14 Stan Shebs <stan@codesourcery.com>
5062
5063 Add dynamic printf.
5064 * breakpoint.h (enum bptype): New type bp_dprintf.
5065 (struct breakpoint): New field extra_string.
5066 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
5067 (create_breakpoint): Add extra_string arg.
5068 * breakpoint.c (dprintf_breakpoint_ops): New.
5069 (is_breakpoint): Add bp_dprintf.
5070 (bpstat_what): Add dprintf case.
5071 (bptype_string): Ditto.
5072 (print_one_breakpoint_location): Ditto.
5073 (init_bp_location): Ditto.
5074 (bkpt_print_mention): Ditto.
5075 (dprintf_style_enums): New array.
5076 (dprintf_style): New global.
5077 (dprintf_function): New global.
5078 (dprintf_channel): New global.
5079 (update_dprintf_command_list): New function.
5080 (update_dprintf_commands): New function.
5081 (init_breakpoint_sal): Add extra_string argument, handle it.
5082 (create_breakpoint_sal): Add extra_string argument.
5083 (create_breakpoints_sal): Add extra_string argument, update callers.
5084 (find_condition_and_thread): Add extra argument.
5085 (create_breakpoint): Add extra_string argument, record it.
5086 (dprintf_command): New function.
5087 (break_command_1): Add arg to create_breakpoint call.
5088 (handle_gnu_v3_exceptions): Ditto.
5089 (trace_command): Ditto.
5090 (ftrace_command): Ditto.
5091 (strace_command): Ditto.
5092 (bkpt_print_mention): Add dprintf case.
5093 (create_breakpoint_sal_default): Add extra_string argument.
5094 (_initialize_breakpoint): Add new commands.
5095 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5096 * python/py-breakpoint.c (bppy_init): Ditto.
5097 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5098
5099 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
5100
5101 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5102
5103 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
5104
5105 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5106 unsigned long long.
5107
5108 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5109
5110 Add a new function gdb.find_pc_line to the Python API.
5111 * NEWS (Python Scripting): Add entry about the new function.
5112 * python/python.c (gdbpy_find_pc_line): New function which
5113 implements gdb.find_pc_line.
5114 (GdbMethods): Add entry for the new function.
5115
5116 2012-05-12 Pedro Alves <palves@redhat.com>
5117
5118 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5119 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5120
5121 2012-05-12 Eli Zaretskii <eliz@gnu.org>
5122
5123 * inferior.c: Include completer.h
5124 (initialize_inferiors): Set completer of add-inferior to
5125 filename_completer.
5126
5127 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5128
5129 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5130 gdbarch_ptr_bit for x32 core dump.
5131
5132 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5133
5134 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5135 and features/i386/x32-avx-linux.c.
5136
5137 2012-05-11 Stan Shebs <stan@codesourcery.com>
5138 Kwok Cheung Yeung <kcy@codesourcery.com>
5139
5140 * NEWS: Describe new info os commands.
5141 * common/linux-osdata.c (PID_T, TIME_T): Define.
5142 (MAX_PID_T_STRLEN): New.
5143 (linux_common_core_of_thread): Add comment. Change to use PID_T and
5144 MAX_PID_T_STRLEN.
5145 (command_from_pid): Add comment. Change to use PID_T.
5146 (commandline_from_pid): Change to use PID_T.
5147 (user_from_pid): Add comment.
5148 (get_process_owner): Add comment. Change to use PID_T and
5149 MAX_PID_T_STRLEN.
5150 (get_number_of_cpu_cores): Add comment.
5151 (get_cores_used_by_process): Add comment. Change to use PID_T and
5152 MAX_PID_T_STRLEN.
5153 (linux_xfer_osdata_processes): Change to use PID_T and
5154 MAX_PID_T_STRLEN.
5155 (compare_processes): New function.
5156 (linux_xfer_osdata_processgroups): New function.
5157 (linux_xfer_osdata_threads): Change to use PID_T.
5158 (linux_xfer_osdata_fds): New function.
5159 (format_socket_state, print_sockets): New functions.
5160 (union socket_addr): New union.
5161 (linux_xfer_osdata_isockets): New function.
5162 (time_from_time_t, group_from_gid): New functions.
5163 (linux_xfer_osdata_shm): New function.
5164 (linux_xfer_osdata_sem): New function.
5165 (linux_xfer_osdata_msg): New function.
5166 (linux_xfer_osdata_modules): New function.
5167 (osdata_table): Add new entries.
5168 * common/buffer.c (buffer_xml_printf): Add support for long and
5169 long long format specifiers.
5170
5171 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5172
5173 * amd64-linux-tdep.h (tdesc_x32_linux): New.
5174 (tdesc_x32_avx_linux): Likewise.
5175
5176 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5177
5178 Implement multi-component --with-auto-load-dir.
5179 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
5180 entries.
5181 (--with-auto-load-safe-path): Update the default value description.
5182 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
5183 New.
5184 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
5185 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
5186 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
5187 (_initialize_auto_load): Initialize also auto_load_dir. Install new
5188 "set auto-load scripts-directory".
5189 * config.in: Regenerate.
5190 * configure: Regenerate.
5191 * configure.ac (--with-auto-load-dir): New configure option.
5192 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
5193
5194 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5195
5196 Provide $ddir substitution for --with-auto-load-safe-path.
5197 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
5198 entries.
5199 * auto-load.c: Include observer.h.
5200 (auto_load_safe_path_vec_update): Call substitute_path_component for
5201 each component. New variable ddir_subst.
5202 (auto_load_gdb_datadir_changed): New function.
5203 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5204 AUTO_LOAD_SAFE_PATH. New comment.
5205 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5206 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
5207 * config.in: Regenerate.
5208 * configure: Regenerate.
5209 * configure.ac (--auto-load-safe-path): Rename
5210 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
5211 GDB_DATADIR/auto-load.
5212 * defs.h (substitute_path_component): New declaration.
5213 * top.c: Include observer.h.
5214 (set_gdb_datadir): New function.
5215 (init_main): Install it for "set data-directory".
5216 * utils.c (substitute_path_component): New function.
5217
5218 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5219
5220 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
5221 * auto-load.c (auto_load_objfile_script): Remove check for NULL
5222 DEBUG_FILE_DIRECTORY. Handle multiple components of
5223 DEBUG_FILE_DIRECTORY.
5224
5225 2012-05-10 Tom Tromey <tromey@redhat.com>
5226
5227 * dwarf2read.c (recursively_write_psymbols): New function.
5228 (write_psymtabs_to_index): Use it.
5229
5230 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
5231 field.
5232 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
5233 (load_partial_comp_unit): Update.
5234 (queue_comp_unit): Add argument 'pretend_language'.
5235 (process_queue): Update.
5236 (psymtab_to_symtab_1): Skip dependencies that have a user.
5237 (load_partial_comp_unit_reader): Give meaning to the 'data'
5238 argument.
5239 (load_full_comp_unit): Add 'pretend_language' argument.
5240 (process_full_comp_unit): Add 'pretend_language' argument. Set
5241 language on CU.
5242 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
5243 Update.
5244 (maybe_queue_comp_unit): Add 'pretend_language' argument.
5245 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
5246 Update.
5247 (prepare_one_comp_unit): Add 'pretend_language' argument.
5248
5249 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
5250 (struct dwarf2_per_objfile) <just_read_cus>: New field.
5251 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
5252 (dw2_do_instantiate_symtab): Check whether symtab was read in
5253 before queueing.
5254 (dw2_instantiate_symtab): Add assertion. Call
5255 process_cu_includes.
5256 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
5257 (partial_symtab_p): New typedef.
5258 (set_partial_user): New function.
5259 (dwarf2_build_psymtabs_hard): Use set_partial_user.
5260 (scan_partial_symbols): Add imported CU to imported_symtabs.
5261 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
5262 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
5263 (get_symtab, recursively_compute_inclusions)
5264 (compute_symtab_includes, process_cu_includes)
5265 (process_imported_unit_die): New functions.
5266 (process_die) <DW_TAG_imported_unit>: New case.
5267 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
5268
5269 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
5270 comment.
5271 (struct partial_die_info) <locdesc>: Remove.
5272 <d>: New field.
5273 (process_psymtab_comp_unit): Add 'read_partial' argument.
5274 Update.
5275 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
5276 (scan_partial_symbols): Handle DW_TAG_imported_unit.
5277 (add_partial_symbol): Update.
5278 (process_die): Handle DW_TAG_partial_unit.
5279 (read_file_scope): Update comment.
5280 (load_partial_dies): Handle DW_TAG_imported_unit.
5281 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
5282 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
5283
5284 2012-05-10 Tom Tromey <tromey@redhat.com>
5285
5286 * cc-with-dwz.sh: New file.
5287
5288 2012-05-10 Tom Tromey <tromey@redhat.com>
5289
5290 * symtab.h (struct symtab) <includes, user>: New fields.
5291 * block.h (struct block_iterator) <d, idx, which>: New fields.
5292 * block.c (initialize_block_iterator, find_iterator_symtab)
5293 (block_iterator_step, block_iter_name_step)
5294 (block_iter_match_step): New functions.
5295 (block_iterator_first, block_iterator_next)
5296 (block_iter_name_first, block_iter_name_next)
5297 (block_iter_match_first, block_iter_match_next): Rewrite.
5298 (get_block_symtab): New function.
5299
5300 2012-05-10 Tom Tromey <tromey@redhat.com>
5301
5302 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
5303 set_block_symtab.
5304 * jit.c (finalize_symtab): Use allocate_global_block,
5305 set_block_symtab.
5306 * buildsym.c (finish_block_internal): New function, from old
5307 finish_block.
5308 (finish_block): Rewrite.
5309 (end_symtab): Use finish_block_internal, set_block_symtab.
5310 * block.h (struct global_block): New.
5311 (allocate_global_block, set_block_symtab): Declare.
5312 * block.c (allocate_global_block, set_block_symtab): New
5313 functions.
5314
5315 2012-05-10 Tom Tromey <tromey@redhat.com>
5316
5317 * psymtab.c (partial_map_expand_apply): Add assertion.
5318 (partial_map_symtabs_matching_filename): Skip included psymtabs.
5319 (psymtab_to_symtab): Find unshared psymtab.
5320 (dump_psymtab): Print including psymtabs.
5321 (recursively_search_psymtabs): New function.
5322 (expand_symtabs_matching_via_partial): Use it.
5323 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
5324 fields.
5325 (enum psymtab_search_status): New.
5326
5327 2012-05-10 Tom Tromey <tromey@redhat.com>
5328
5329 * tracepoint.c (scope_info): Update.
5330 * symtab.c (lookup_block_symbol, iterate_over_symbols)
5331 (find_pc_sect_symtab, search_symbols)
5332 (default_make_symbol_completion_list_break_on)
5333 (make_file_symbol_completion_list): Update.
5334 * symmisc.c (dump_symtab_1): Update.
5335 * stack.c (print_frame_args, iterate_over_block_locals)
5336 (print_frame_labels, iterate_over_block_arg_vars): Update.
5337 * python/py-block.c (block_object) <dict>: Remove.
5338 <block>: New field.
5339 <iter>: Change type.
5340 (blpy_iter): Update.
5341 (blpy_block_syms_iternext): Update.
5342 * psymtab.c (map_block): Use block iterators.
5343 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
5344 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
5345 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
5346 * infrun.c (check_exception_resume): Update.
5347 * cp-support.c (make_symbol_overload_list_block): Update.
5348 * coffread.c (patch_opaque_types): Update.
5349 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
5350 * block.h (struct block_iterator): New.
5351 (block_iterator_first, block_iterator_next, block_iter_name_first)
5352 (block_iter_name_next, block_iter_match_first)
5353 (block_iter_match_next): Declare.
5354 (ALL_BLOCK_SYMBOLS): Redefine.
5355 * block.c (block_iterator_first, block_iterator_next)
5356 (block_iter_name_first, block_iter_name_next)
5357 (block_iter_match_first, block_iter_match_next): New functions.
5358 * ada-lang.c (ada_add_block_symbols)
5359 (ada_make_symbol_completion_list): Use block iterator.
5360
5361 2012-05-10 Tom Tromey <tromey@redhat.com>
5362
5363 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
5364 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
5365 (lookup_partial_symbol, find_last_source_symtab_from_partial)
5366 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
5367 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
5368 Update.
5369
5370 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5371
5372 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
5373 print-file-var-lib2.c, print-file-var-main.c and
5374 print-file-var.exp (located in gdb/testsuite/gdb.base).
5375
5376 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5377
5378 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5379 try locating the symbol in the symbol's own objfile first, before
5380 extending the search to all objfiles.
5381 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5382 out of lookup_symbol_aux_symtabs.
5383 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5384 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5385 Do not search EXCLUDE_OBJFILE.
5386 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5387 (lookup_symbol_global): Search for matches in the block's objfile
5388 first, before searching all other objfiles.
5389
5390 2012-05-10 Tristan Gingold <gingold@adacore.com>
5391
5392 * printcmd.c (set_command): Add pre/post inc/dec.
5393
5394 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
5395
5396 * gdb.1: Document -ex option.
5397
5398 2012-05-09 Joel Brobecker <brobecker@adacore.com>
5399
5400 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
5401 * inferior.h (AT_SYMBOL): Delete.
5402
5403 2012-05-09 Joel Brobecker <brobecker@adacore.com>
5404
5405 * mips-tdep.c (mips_push_dummy_code): New function.
5406 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
5407 ON_STACK and install mips_push_dummy_code as our gdbarch
5408 push_dummy_code routine.
5409
5410 2012-05-09 Pedro Alves <palves@redhat.com>
5411
5412 * target.c (set_maintenance_target_async_permitted): Rename to ...
5413 (set_target_async_command): ... this.
5414 (show_maintenance_target_async_permitted): Rename to ...
5415 (show_target_async_command): ... this.
5416 (initialize_targets): Adjust.
5417
5418 2012-05-08 Doug Evans <dje@google.com>
5419
5420 * go-exp.y (classify_name): Add missing assignment of fields of
5421 yylval.ssym.
5422
5423 2012-05-08 Eli Zaretskii <eliz@gnu.org>
5424
5425 Display the ">" prompt in interactive mode while reading canned
5426 commands, even when the current interpreter is MI.
5427
5428 * interps.c (interp_set_temp): New function.
5429
5430 * interps.h (interp_set_temp): Add prototype.
5431
5432 * cli/cli-script.c (restore_interp): New cleanup function.
5433 (read_command_lines): Temporarily override the current interpreter
5434 with CLI and arrange for restoring the original one.
5435
5436 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
5437
5438 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
5439
5440 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
5441
5442 * probe.c (parse_probes): Move conditional to check for
5443 debuginfo files from here...
5444 * stap-probe.c (stap_get_probes): ... to here.
5445
5446 2012-05-07 Mark Kettenis <kettenis@gnu.org>
5447 H.J. Lu <hongjiu.lu@intel.com>
5448
5449 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
5450 `movl %esp, %ebp' for the X32 ABI.
5451
5452 2012-05-07 Tom Tromey <tromey@redhat.com>
5453
5454 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
5455 get_DW_TAG_name.
5456 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
5457 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
5458 (dwarf_stack_op_name): Remove.
5459 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
5460 (decode_locdesc): Use get_DW_OP_name.
5461 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
5462 (dwarf2_compile_expr_to_ax): Likewise.
5463 (disassemble_dwarf_expression): Likewise.
5464 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
5465
5466 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
5467
5468 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
5469 (sh_linux_sigtramp_cache): New function.
5470 (sh_linux_sigreturn_init): New function.
5471 (sh_linux_rt_sigreturn_init): New function.
5472 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
5473 patterns.
5474 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
5475 syscall codes.
5476 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
5477 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
5478 (sh_linux_init_abi): Add init calls to register new tramp_frame
5479 definitions under 32-bit SH, update comments.
5480
5481 2012-05-07 Pedro Alves <palves@redhat.com>
5482
5483 PR gdb/10952
5484
5485 * amd64-linux-tdep.c: Include glibc-tdep.h.
5486 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
5487 gdbarch_skip_solib_resolver callback.
5488
5489 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5490
5491 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
5492 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
5493 (show_auto_load_safe_path): Check any-directory by comparison with "/".
5494 (add_auto_load_safe_path): Change the error message.
5495 (_initialize_auto_load): Change the "safe-path" help text.
5496 * configure: Regenerate
5497 * configure.ac (--without-auto-load-safe-path): Set
5498 WITH_AUTO_LOAD_SAFE_PATH to /.
5499
5500 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
5501
5502 * stap-probe.h: Do not include unecessary `probe.h'.
5503
5504 2012-05-05 Alan Modra <amodra@gmail.com>
5505
5506 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
5507 bfd_und_section_ptr.
5508 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
5509 and bfd_com_section_ptr.
5510
5511 2012-05-04 Joel Brobecker <brobecker@adacore.com>
5512
5513 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
5514
5515 2012-05-04 Joel Brobecker <brobecker@adacore.com>
5516
5517 * windows-nat.h (segment_register_p_ftype): New typedef.
5518 (windows_set_segment_register_p): Add declaration.
5519 * windows-nat.c (segment_register_p): New static global.
5520 (windows_set_segment_register_p): New function.
5521 (do_windows_fetch_inferior_registers): Add special handling
5522 for segment registers.
5523 * amd64-windows-nat.c: #include "amd64-tdep.h".
5524 (amd64_windows_segment_register_p): New function.
5525 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
5526 * i386-windows-nat.c: #include "i386-tdep.h".
5527 (i386_windows_segment_register_p): New function.
5528 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
5529
5530 2012-05-04 Tristan Gingold <gingold@adacore.com>
5531
5532 * printcmd.c (set_command): Emit a warning if the expression is not
5533 an assignment.
5534
5535 2012-05-03 Joel Brobecker <brobecker@adacore.com>
5536
5537 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
5538 Make static.
5539
5540 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
5541
5542 * stap-probe.c (stap_is_operator): Change declaration.
5543 (stap_get_opcode): Change return value.
5544 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
5545 `stap_parse_argument_1'.
5546
5547 2012-05-03 Pedro Alves <pedro@codesourcery.com>
5548
5549 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
5550 debug log.
5551
5552 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
5553
5554 Add two new methods global_block and static_block to gdb.Symtab
5555 objects.
5556 * NEWS (Python scripting): Add entry about the new methods.
5557 * python/py-symtab.c (stpy_global_block): New function which
5558 implements the gdb.Symtab.global_block() method.
5559 (stpy_static_block): New function which implements the
5560 gdb.Symtab.static_block() method.
5561 (symtab_object_methods): Add entries for the two new methods.
5562
5563 2012-05-03 Doug Evans <dje@google.com>
5564
5565 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
5566 files.
5567
5568 2012-05-03 Yao Qi <yao@codesourcery.com>
5569
5570 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
5571 space.
5572 (i386_process_record): Ditto.
5573
5574 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5575
5576 * infcall.c (unwind_on_signal_p): Make static.
5577
5578 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5579
5580 * sol-thread.c (solaris_pid_to_str): Make static.
5581 (_initialize_sol_thread): Add prototype.
5582
5583 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5584
5585 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
5586
5587 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
5588
5589 * MAINTAINERS: Remove myself.
5590
5591 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5592
5593 Fix --without-auto-load-safe-path for MS-Windows host platform.
5594 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
5595
5596 2012-05-02 Eli Zaretskii <eliz@gnu.org>
5597
5598 * gdb_curses.h: Undefine KEY_EVENT before including curses
5599 headers. Move "#undef MOUSE_MOVED" before any curses header
5600 inclusion.
5601
5602 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5603
5604 * features/i386/i386-mmx-linux.c: Regenerate.
5605 * features/rs6000/powerpc-32.c: Likewise.
5606 * features/rs6000/powerpc-32l.c: Likewise.
5607 * features/rs6000/powerpc-403.c: Likewise.
5608 * features/rs6000/powerpc-403gc.c: Likewise.
5609 * features/rs6000/powerpc-405.c: Likewise.
5610 * features/rs6000/powerpc-505.c: Likewise.
5611 * features/rs6000/powerpc-601.c: Likewise.
5612 * features/rs6000/powerpc-602.c: Likewise.
5613 * features/rs6000/powerpc-603.c: Likewise.
5614 * features/rs6000/powerpc-604.c: Likewise.
5615 * features/rs6000/powerpc-64.c: Likewise.
5616 * features/rs6000/powerpc-64l.c: Likewise.
5617 * features/rs6000/powerpc-750.c: Likewise.
5618 * features/rs6000/powerpc-860.c: Likewise.
5619 * features/rs6000/powerpc-e500.c: Likewise.
5620 * features/rs6000/powerpc-e500l.c: Likewise.
5621 * features/rs6000/powerpc-isa205-32l.c: Likewise.
5622 * features/rs6000/powerpc-isa205-64l.c: Likewise.
5623 * features/rs6000/rs6000.c: Likewise.
5624
5625 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5626
5627 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
5628 variable.
5629 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
5630 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
5631 (stap_parse_argument) <e>: Likewise.
5632 (handle_stap_probe) <byte_order>: Likewise.
5633
5634 2012-04-30 Doug Evans <dje@google.com>
5635
5636 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
5637 init_and_read_dies_worker. All callers updated.
5638 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
5639 replaced with init_cutu_and_read_dies.
5640 (load_partial_comp_unit): Pass 1 for use_existing_cu.
5641 (find_partial_die): Remove FIXME. Don't free current CU.
5642
5643 2012-04-30 Sterling Augustine <saugustine@google.com>
5644
5645 * contrib: New directory.
5646 * contrib/test_pubnames_and_indexes.py: New file.
5647
5648 2012-04-30 Doug Evans <dje@google.com>
5649
5650 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
5651 All callers updated.
5652 (init_cu_die_reader): Verify the section is non-empty.
5653 (dwarf_decode_line_header): Don't dereference section->asection
5654 until we know the section is present.
5655
5656 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
5657
5658 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
5659 probes.
5660
5661 2012-04-29 Yao Qi <yao@codesourcery.com>
5662
5663 * gdb-code-style.el: New hook gdb-markup-hook
5664 and gdb-comment-hook.
5665
5666 2012-04-28 Doug Evans <dje@google.com>
5667
5668 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
5669 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
5670 objfile->obfd.
5671 * symfile.h (dwarf2_debug_sections): New member addr.
5672 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
5673 (ctx_no_get_addr_index): New function.
5674 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
5675 (ctx_no_get_addr_index): Declare.
5676 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
5677 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
5678 (dwarf_expr_ctx_funcs): Update.
5679 (needs_get_addr_index): New function.
5680 (needs_frame_ctx_funcs): Update.
5681 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
5682 * dwarf2read.c: #include "gdbcore.h".
5683 (dwarf2_per_objfile): New members addr, dwo_files.
5684 (dwarf2_elf_names): Add entry for addr.
5685 (struct dwo_section_names): New type.
5686 (dwo_section_names): New static global.
5687 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
5688 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
5689 old debug_types_section member updated to use this.
5690 Rename member debug_types_section to info_or_types_section,
5691 all uses updated.
5692 (signatured_type): Rename member type_offset to type_offset_in_tu,
5693 all uses updated. New member type_offset_in_section.
5694 (struct dwo_sections): New type.
5695 (struct dwo_unit): New type.
5696 (struct dwo_file): New type.
5697 (die_reader_specs): New member dwo_file.
5698 (dwarf2_locate_sections): Watch for .debug_addr.
5699 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
5700 (dwarf2_read_section): Get bfd of section from bfd's asection,
5701 instead of objfile.
5702 (create_cus_from_index): Initialize the_cu->info_or_types_section.
5703 (create_signatured_type_table_from_index): Initialize
5704 sig_type->info_or_types_section.
5705 (dw2_get_file_names): Statement lists for type units with DWO files
5706 live in the DWO file.
5707 (create_debug_types_hash_table): New function.
5708 (create_all_type_units): Rewrite.
5709 (init_cu_die_reader): New arg dwo_file, all callers updated.
5710 (init_and_read_dies_worker): Get section from
5711 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
5712 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
5713 continue reading the CU/TU from there.
5714 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
5715 updated. Get section from this_cu->info_or_types_section.
5716 (create_all_comp_units): Initialize this_cu->info_or_types_section.
5717 (skip_one_die): New cases DW_FORM_GNU_addr_index,
5718 DW_FORM_GNU_str_index.
5719 (hash_dwo_file, eq_dwo_file): New functions.
5720 (allocate_dwo_file_hash_table): New function.
5721 (hash_dwo_unit, eq_dwo_unit): New functions.
5722 (allocate_dwo_unit_table): New function.
5723 (dwarf2_locate_dwo_sections): New function.
5724 (struct create_dwo_info_table_data): New type.
5725 (create_debug_info_hash_table_reader): New function.
5726 (create_debug_info_hash_table): New function.
5727 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
5728 (lookup_dwo_file): New function.
5729 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
5730 (free_dwo_file, free_dwo_file_cleanup): New functions.
5731 (free_dwo_file_from_slot, free_dwo_files): New functions.
5732 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
5733 (dwarf2_record_block_ranges): Ditto.
5734 (read_partial_die): Ditto.
5735 (process_enumeration_scope): Update to use type_offset_in_section.
5736 (read_full_die_1): New function.
5737 (read_full_die): Rewrite.
5738 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
5739 DW_FORM_GNU_str_index.
5740 (read_addr_index_1, read_addr_index): New functions.
5741 (read_addr_index_from_leb128): New function.
5742 (struct dwarf2_read_addr_index_data): New type.
5743 (dwarf2_read_addr_index_reader): New function.
5744 (dwarf2_read_addr_index): New function.
5745 (read_str_index): New function.
5746 (leb128_size): New function.
5747 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
5748 If processing a type unit from a DWO file, get the line section
5749 from the DWO file.
5750 (var_decode_location): Watch for DW_OP_GNU_addr_index.
5751 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
5752 DW_FORM_GNU_str_index.
5753 (lookup_die_type): Check whether section offset of type's die is
5754 known before looking it up. Remove assert. Condition can
5755 legimately happen for inter-cu type references.
5756 (dwarf_attr_name): Handle Fission attributes.
5757 (dwarf_form_name): Handle Fission forms.
5758 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
5759 DW_FORM_GNU_str_index.
5760 (follow_die_sig): Update to use type_offset_in_section.
5761 (decode_locdesc): New case DW_OP_GNU_addr_index.
5762 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
5763 DW_FORM_GNU_str_index.
5764 (cu_debug_loc_section): New function.
5765 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
5766 (dwarf2_per_objfile_free): Unmap .debug_addr section.
5767 Free DWO files if present.
5768 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
5769
5770 Refactor DIE reading.
5771 * dwarf2read.c (dwarf2_per_objfile): Replace members
5772 debug_info_type_hash and debug_types_type_hash with die_type_hash.
5773 (die_reader_specs): New member "die_section". Temporarily make
5774 member "buffer" non-const, pending constifying all info_ptr uses.
5775 (die_reader_func_ftype): New typedef.
5776 (dw2_get_file_names_reader): New function.
5777 (dw2_get_file_names): Rewrite.
5778 (read_and_check_type_unit_head): Rename arg type_offset to
5779 type_offset_in_tu.
5780 (create_all_type_units): Improve debugging message.
5781 Improve dummy type unit check.
5782 (init_cu_die_reader): New arg "section". All callers updated.
5783 (init_and_read_dies_worker): New function.
5784 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
5785 (init_cutu_and_read_dies_no_follow): New function.
5786 (init_cutu_and_read_dies_simple): New function.
5787 (process_psymtab_comp_unit_reader): New function.
5788 (process_psymtab_comp_unit): Delete args section,
5789 is_debug_types_section. Rewrite. All callers updated.
5790 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
5791 All callers updated. Rewrite.
5792 (load_partial_comp_unit_reader): New function.
5793 (load_partial_comp_unit): Rewrite.
5794 (skip_children): New arg reader. Delete args buffer, cu.
5795 All callers updated.
5796 (skip_one_die): New arg reader. Delete args buffer, cu.
5797 All callers updated.
5798 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
5799 All callers updated.
5800 (load_full_comp_unit_reader): New function.
5801 (load_full_comp_unit): Rewrite.
5802 (read_comp_unit): Delete.
5803 (read_die_and_children_1): Delete, contents moved ...
5804 (read_die_and_children): ... here.
5805 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
5806 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
5807 All callers updated.
5808 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
5809 All callers updated.
5810 (find_partial_die): Rewrite load_all_dies support.
5811 (read_attribute_value): New arg reader. Delete args abfd, cu.
5812 All callers updated.
5813 (read_attribute): New arg reader. Delete args abfd, cu.
5814 All callers updated.
5815 (load_full_type_unit): Add assert.
5816 (read_signatured_type_reader): New function.
5817 (read_signatured_type): Rewrite.
5818 (free_stack_comp_unit): Remove call to age_cached_comp_units.
5819 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
5820 All callers updated. Set per_cu->cu = NULL after freeing it.
5821 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
5822 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
5823 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
5824 (set_die_type): Update.
5825 (get_die_type_at_offset): Update.
5826 (read_file_scope): Call prepare_one_comp_unit.
5827 (read_type_unit_scope): Ditto.
5828 (prepare_one_comp_unit): Set producer if present.
5829
5830 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5831
5832 * probe.c (compile_rx_or_error): Silence ARI warning about missing
5833 gettext function on `error'.
5834
5835 2012-04-27 Doug Evans <dje@google.com>
5836
5837 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
5838 is empty.
5839
5840 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5841 Tom Tromey <tromey@redhat.com>
5842
5843 * breakpoint.c (struct breakpoint_objfile_data)
5844 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
5845 <exception_probes>: New fields.
5846 (free_breakpoint_probes): New function.
5847 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
5848 `_Unwind_DebugHook'.
5849 (create_exception_master_breakpoint): Likewise.
5850 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
5851 * infrun.c: Including necessary header files for handling SystemTap
5852 probes.
5853 (handle_inferior_event): Handling longjmp breakpoint and exceptions
5854 via SystemTap probes.
5855 (check_exception_resume): Remove `func' argument. Handle exception
5856 unwinding breakpoint set via a SystemTap probe.
5857 (insert_exception_resume_from_probe): New function.
5858
5859 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5860 Tom Tromey <tromey@redhat.com>
5861 Jan Kratochvil <jan.kratochvil@redhat.com>
5862
5863 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
5864 (COMMON_OBS): Likewise.
5865 (HFILES_NO_SRCDIR): Add `probe'.
5866 * NEWS: Mention support for static and SystemTap probes.
5867 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
5868 SystemTap probes' arguments parser.
5869 * arm-linux-tdep.c: Including headers needed to perform the parsing
5870 of SystemTap probes' arguments.
5871 (arm_stap_is_single_operand): New function.
5872 (arm_stap_parse_special_token): Likewise.
5873 (arm_linux_init_abi): Initializing proper fields used by SystemTap
5874 probes' arguments parser.
5875 * ax-gdb.c (require_rvalue): Removing static declaration.
5876 (gen_expr): Likewise.
5877 * ax-gdb.h (gen_expr): Declaring function.
5878 (require_rvalue): Likewise.
5879 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
5880 (bkpt_probe_breakpoint_ops): New variable.
5881 (momentary_breakpoint_from_master): Set the `probe' value.
5882 (add_location_to_breakpoint): Likewise.
5883 (break_command_1): Using proper breakpoint_ops according to the
5884 argument passed by the user in the command line.
5885 (bkpt_probe_insert_location): New function.
5886 (bkpt_probe_remove_location): Likewise.
5887 (bkpt_probe_create_sals_from_address): Likewise.
5888 (bkpt_probe_decode_linespec): Likewise.
5889 (tracepoint_probe_create_sals_from_address): Likewise.
5890 (tracepoint_probe_decode_linespec): Likewise.
5891 (tracepoint_probe_breakpoint_ops): New variable.
5892 (trace_command): Using proper breakpoint_ops according to the
5893 argument passed by the user in the command line.
5894 (initialize_breakpoint_ops): Initializing breakpoint_ops for
5895 static probes on breakpoints and tracepoints.
5896 * breakpoint.h (struct bp_location) <probe>: New field.
5897 * cli-utils.c (skip_spaces_const): New function.
5898 (extract_arg): Likewise.
5899 * cli-utils.h (skip_spaces_const): Likewise.
5900 (extract_arg): Likewise.
5901 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
5902 * configure.ac: Append `stap-probe.o' to be generated when ELF
5903 support is present.
5904 * configure: Regenerate.
5905 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
5906 * elfread.c: Include `probe.h' and `arch-utils.h'.
5907 (probe_key): New variable.
5908 (elf_get_probes): New function.
5909 (elf_get_probe_argument_count): Likewise.
5910 (elf_evaluate_probe_argument): Likewise.
5911 (elf_compile_to_ax): Likewise.
5912 (elf_symfile_relocate_probe): Likewise.
5913 (stap_probe_key_free): Likewise.
5914 (elf_probe_fns): New variable.
5915 (elf_sym_fns): Add `sym_probe_fns' value.
5916 (elf_sym_fns_lazy_psyms): Likewise.
5917 (elf_sym_fns_gdb_index): Likewise.
5918 (_initialize_elfread): Initialize objfile cache for static
5919 probes.
5920 * gdb_vecs.h (struct probe): New forward declaration.
5921 (probe_p): New VEC declaration.
5922 * gdbarch.c: Regenerate.
5923 * gdbarch.h: Regenerate.
5924 * gdbarch.sh (stap_integer_prefix): New variable.
5925 (stap_integer_suffix): Likewise.
5926 (stap_register_prefix): Likewise.
5927 (stap_register_suffix): Likewise.
5928 (stap_register_indirection_prefix): Likewise.
5929 (stap_register_indirection_suffix): Likewise.
5930 (stap_gdb_register_prefix): Likewise.
5931 (stap_gdb_register_suffix): Likewise.
5932 (stap_is_single_operand): New function.
5933 (stap_parse_special_token): Likewise.
5934 (struct stap_parse_info): Forward declaration.
5935 * i386-tdep.c: Including headers needed to perform the parsing
5936 of SystemTap probes' arguments.
5937 (i386_stap_is_single_operand): New function.
5938 (i386_stap_parse_special_token): Likewise.
5939 (i386_elf_init_abi): Initializing proper fields used by SystemTap
5940 probes' arguments parser.
5941 * i386-tdep.h (i386_stap_is_single_operand): New function.
5942 (i386_stap_parse_special_token): Likewise.
5943 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
5944 * mipsread.c (ecoff_sym_fns): Likewise.
5945 * objfiles.c (objfile_relocate1): Support relocation for static
5946 probes.
5947 * parse.c (prefixify_expression): Remove static declaration.
5948 (initialize_expout): Likewise.
5949 (reallocate_expout): Likewise.
5950 * parser-defs.h (initialize_expout): Declare function.
5951 (reallocate_expout): Likewise.
5952 (prefixify_expression): Likewise.
5953 * ppc-linux-tdep.c: Including headers needed to perform the parsing
5954 of SystemTap probes' arguments.
5955 (ppc_stap_is_single_operand): New function.
5956 (ppc_stap_parse_special_token): Likewise.
5957 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
5958 probes' arguments parser.
5959 * probe.c: New file, for generic statically defined probe support.
5960 * probe.h: Likewise.
5961 * s390-tdep.c: Including headers needed to perform the parsing of
5962 SystemTap probes' arguments.
5963 (s390_stap_is_single_operand): New function.
5964 (s390_gdbarch_init): Initializing proper fields used by SystemTap
5965 probes' arguments parser.
5966 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
5967 * stap-probe.c: New file, for SystemTap probe support.
5968 * stap-probe.h: Likewise.
5969 * symfile.h: Include `gdb_vecs.h'.
5970 (struct sym_probe_fns): New struct.
5971 (struct sym_fns) <sym_probe_fns>: New field.
5972 * symtab.c (init_sal): Initialize `probe' field.
5973 * symtab.h (struct probe): Forward declaration.
5974 (struct symtab_and_line) <probe>: New field.
5975 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
5976 locations.
5977 (stop_tracing): Likewise.
5978 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
5979
5980 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5981 Tom Tromey <tromey@redhat.com>
5982
5983 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
5984 and to compile agent expressions.
5985 * infrun.c (siginfo_make_value): New argument `ignore'.
5986 (siginfo_funcs): New struct.
5987 (_initialize_infrun): New argument when calling
5988 `create_internalvar_type_lazy'.
5989 * thread.c (thread_id_make_value): New argument `ignore'.
5990 (thread_funcs): New struct.
5991 (_initialize_thread): New argument when calling
5992 `create_internalvar_type_lazy'.
5993 * tracepoint.c (sdata_make_value): New argument `ignore'.
5994 (sdata_funcs): New struct.
5995 (_initialize_tracepoint): New argument when calling
5996 `create_internalvar_type_lazy'.
5997 * value.c (make_value): New struct.
5998 (create_internalvar_type_lazy): New argument `data'.
5999 (compile_internalvar_to_ax): New function.
6000 (value_of_internalvar): Properly handling `make_value' case.
6001 (clear_internalvar): Likewise.
6002 (show_convenience): Adding `TRY_CATCH' block.
6003 * value.h (internalvar_make_value): Delete, replace by...
6004 (struct internalvar_funcs): ... this.
6005 (create_internalvar_type_lazy) <fun>: Delete argument.
6006 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
6007 (compile_internalvar_to_ax): New function.
6008 * windows-tdep.c (tlb_make_value): New argument `ignore'.
6009 (tlb_funcs): New struct.
6010 (_initialize_windows_tdep): New argument when calling
6011 `create_internalvar_type_lazy'.
6012
6013 2012-04-27 Mark Wielaard <mjw@redhat.com>
6014
6015 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
6016 see whether it is an address or a constant offset from DW_AT_low_pc.
6017 (dwarf2_record_block_ranges): Likewise.
6018 (read_partial_die): Likewise.
6019
6020 2012-04-26 Mark Wielaard <mjw@redhat.com>
6021
6022 * MAINTAINERS (Write After Approval): Add myself to the list.
6023
6024 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6025
6026 * proc-utils.h (proc_prettyprint_signalset): New prototype.
6027 (proc_prettyprint_signal): Likewise.
6028 (proc_prettyprint_faultset): Likewise.
6029 (proc_prettyprint_fault): Likewise.
6030 (proc_prettyprint_actionset): Likewise.
6031 (proc_prettyprint_flags): Move to new proc-flags.c section.
6032 (proc_prettyfprint_flags): New prototype.
6033 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
6034 (proc_syscall, proc_cursig): Likewise.
6035 (proc_set_kill_on_last_close): Likewise.
6036 (proc_unset_kill_on_last_close): Likewise.
6037 (proc_set_watchpoint): Make static.
6038 (proc_delete_dead_threads): Likewise.
6039 (procfs_set_watchpoint): Likewise.
6040 (_initialize_procfs): Add prototype.
6041 * proc-events.c: Include proc-utils.h.
6042 (init_syscall_table): Make static.
6043 * proc-api.c (_initialize_proc_api): Add prototype.
6044 * proc-flags.c: Include proc-utils.h.
6045
6046 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6047
6048 * configure.ac: Add AC_ARG_PROGRAM.
6049 * configure: Regenerate.
6050
6051 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6052
6053 Fix DW_AT_lower_bound defaults for DWARF-4+.
6054 * dwarf2read.c (read_subrange_type): Remove initialization of low and
6055 high. New variable low_default_is_valid. Implement DWARF-4+
6056 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
6057 no default by the DWARF standard.
6058
6059 2012-04-26 Maciej W. Rozycki <macro@mips.com>
6060 Maciej W. Rozycki <macro@codesourcery.com>
6061
6062 * infrun.c (handle_inferior_event): Move the check for return
6063 trampolines ahead of the check for function trampolines.
6064 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
6065 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
6066 (mips_str_mips16_ret_stub): Likewise.
6067 (mips_str_call_fp_stub): Likewise.
6068 (mips_str_call_stub): Likewise.
6069 (mips_str_fn_stub): Likewise.
6070 (mips_str_pic): Likewise.
6071 (mips_in_frame_stub): New function.
6072 (mips_unwind_pc): Return the return address rather than the PC
6073 if the PC of an intermediate frame is inside a call thunk.
6074 (mips_is_stub_suffix): New function.
6075 (mips_is_stub_mode): Likewise.
6076 (mips_get_mips16_fn_stub_pc): Likewise.
6077 (mips_skip_mips16_trampoline_code): Update to handle all the
6078 currently generated stub types. Don't recurse into __fn_stub
6079 thunks. Remove heuristics to handle stubs beyond etext/_etext.
6080 Use cooked register accesses.
6081 (mips_in_return_stub): Reintroduce function.
6082 (mips_skip_trampoline_code): Traverse trampolines recursively.
6083 (mips_gdbarch_init): Handle MIPS16 return trampolines.
6084
6085 2012-04-26 Joel Brobecker <brobecker@adacore.com>
6086
6087 GDB 7.4.1 released.
6088
6089 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
6090
6091 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6092 * features/arm-with-m-vfp-d16.xml: New file. Describes
6093 Cortex-M with VFPv4-sp-d16 FPU register layout.
6094 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6095 * features/arm-with-m-vfp-d16.c: New. Generated from above.
6096 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6097 (arm-register_g_packet_guesses): Add vfp-d16 guess.
6098 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6099
6100 2012-04-25 Doug Evans <dje@google.com>
6101
6102 * cli/cli-decode.c (print_doc_line): Use stream instead of
6103 current_uiout.
6104
6105 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
6106
6107 * features/arm-with-iwmmxt.c: Regenerate.
6108 * features/arm-with-m-fpa-layout.c: Likewise.
6109 * features/arm-with-m.c: Likewise.
6110 * features/arm-with-neon.c: Likewise.
6111 * features/arm-with-vfpv2.c: Likewise.
6112 * features/arm-with-vfpv3.c: Likewise.
6113 * features/mips-dsp-linux.c: Likewise.
6114 * features/mips-linux.c: Likewise.
6115 * features/mips64-dsp-linux.c: Likewise.
6116 * features/mips64-linux.c: Likewise.
6117 * features/s390-linux32.c: Likewise.
6118 * features/s390-linux32v1.c: Likewise.
6119 * features/s390-linux32v2.c: Likewise.
6120 * features/s390-linux64.c: Likewise.
6121 * features/s390-linux64v1.c: Likewise.
6122 * features/s390-linux64v2.c: Likewise.
6123 * features/s390x-linux64.c: Likewise.
6124 * features/s390x-linux64v1.c: Likewise.
6125 * features/s390x-linux64v2.c: Likewise.
6126 * features/tic6x-c62x-linux.c: Likewise.
6127 * features/tic6x-c62x.c: Likewise.
6128 * features/tic6x-c64x-linux.c: Likewise.
6129 * features/tic6x-c64x.c: Likewise.
6130 * features/tic6x-c64xp-linux.c: Likewise.
6131 * features/tic6x-c64xp.c: Likewise.
6132 * target-descriptions.c: Only generate `field_type' and `type'
6133 variables when needed.
6134
6135 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
6136
6137 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6138
6139 2012-04-25 Doug Evans <dje@google.com>
6140
6141 Initial pass at Go language support.
6142 * NEWS: Mention Go.
6143 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6144 go-valprint.c.
6145 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6146 (YYFILES): Add go-exp.c.
6147 (YYOBJ): Add go-exp.o.
6148 (local-maintainer-clean): Delete go-exp.c.
6149 * defs.h (enum language): Add language_go.
6150 * dwarf2read.c: #include "go-lang.h".
6151 (fixup_go_packaging): New function.
6152 (process_full_comp_unit): Call it when processing Go CUs.
6153 (dwarf2_physname): Add Go support.
6154 (read_file_scope): Handle missing language spec for GNU Go.
6155 (set_cu_language): Handle DW_LANG_Go.
6156 * go-exp.y: New file.
6157 * go-lang.h: New file.
6158 * go-lang.c: New file.
6159 * go-typeprint.c: New file.
6160 * go-valprint.c: New file.
6161 * symtab.c: #include "go-lang.h".
6162 (symbol_set_language): Handle language_go.
6163 (symbol_find_demangled_name, symbol_set_names): Ditto.
6164 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
6165
6166 2012-04-24 Jim Meyering <meyering@redhat.com>
6167
6168 avoid a few strncpy-induced buffer overruns
6169 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
6170 fname and psargs before trying to concatenate.
6171 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
6172 "name" before applying strchr.
6173
6174 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
6175
6176 * CONTRIBUTE: Use unified diff instead of context diff when
6177 generating patches.
6178
6179 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6180
6181 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
6182 code. Handle JR.HB correctly.
6183
6184 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6185
6186 * mips-tdep.c
6187 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
6188 with the other MIPS16 helpers.
6189
6190 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
6191
6192 * observer.sh: Conditionally declare `args', thus cleaning up
6193 unused instances of this variable.
6194
6195 2012-04-24 Yao Qi <yao@codesourcery.com>
6196
6197 Revert this patch to allow breakpoint always-inserted
6198 in record target.
6199 2011-12-05 Pedro Alves <pedro@codesourcery.com>
6200 * breakpoint.c: Include record.h.
6201 (breakpoints_always_inserted_mode): Return false when the record
6202 target is in use.
6203
6204 * breakpoint.c (iterate_over_bp_locations): New.
6205 * breakpoint.h: Declare.
6206 New typedef walk_bp_location_callback.
6207 * record.c (record_open): Call record_init_record_breakpoints.
6208 (record_sync_record_breakpoints): New.
6209 (record_init_record_breakpoints): New.
6210 * NEWS: Mention supporting breakpoint always-inserted mode in
6211 record target.
6212
6213 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
6214
6215 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
6216 any thread.
6217
6218 2012-04-24 Yao Qi <yao@codesourcery.com>
6219
6220 * breakpoint.c (ep_is_catchpoint): Renamed to ...
6221 (is_catchpoint): ... it.
6222 (print_one_breakpoint_location): Caller update.
6223 * breakpoint.h: Update declaration.
6224
6225 2012-04-23 David S. Miller <davem@davemloft.net>
6226
6227 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
6228
6229 2012-04-23 Tom Tromey <tromey@redhat.com>
6230
6231 * buildsym.c (add_free_pendings): Remove.
6232 * buildsym.h (add_free_pendings): Remove.
6233
6234 2012-04-23 Doug Evans <dje@google.com>
6235
6236 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
6237 attr.u.unsnd instead of attr.u.addr.
6238 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
6239 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
6240 DW_FORM_ref_udata.
6241 (dump_die_shallow): Update cases DW_FORM_ref_addr,
6242 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
6243 DW_FORM_ref_udata.
6244 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
6245
6246 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
6247
6248 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
6249 (mips_o32_return_value): Likewise.
6250 (mips_o64_return_value): Likewise.
6251
6252 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
6253
6254 * ada-lang.c (ada_evaluate_subexp): Add cases for
6255 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
6256 their treatment in eval.c.
6257
6258 2012-04-21 David S. Miller <davem@davemloft.net>
6259
6260 * sparc-tdep.c (X_DISP10): Define.
6261 (sparc_analyze_control_transfer): Handle compare-and-branch.
6262
6263 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
6264
6265 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
6266 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
6267
6268 2012-04-20 Nigel Stephens <nigel@mips.com>
6269 Maciej W. Rozycki <macro@codesourcery.com>
6270
6271 * mips-tdep.c (mips_float_register_p): New function.
6272 (mips_convert_register_float_case_p): Use mips_float_register_p.
6273 (mips_register_type): Likewise.
6274 (mips_print_register): Likewise.
6275 (print_gp_register_row): Likewise.
6276 (mips_print_registers_info): Likewise.
6277
6278 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
6279
6280 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
6281 of mips16 symbols.
6282
6283 2012-04-20 Andrew Pinski <apinski@cavium.com>
6284
6285 * MAINTAINERS (Write After Approval): Add myself to the list.
6286
6287 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6288
6289 * MAINTAINERS: Update my e-mail address.
6290
6291 2012-04-20 Pedro Alves <palves@redhat.com>
6292
6293 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
6294 $srcdir.
6295 * configure: Regenerate.
6296
6297 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6298
6299 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
6300 declaration.
6301 * gdb_vecs.h: Declare `const_char_ptr' VEC.
6302
6303 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6304
6305 Fix compilation compatibility with python-2.4
6306 * python/py-type.c (convert_field): Cast ADDRSTRING for
6307 PyObject_SetAttrString as non-const. New comment.
6308
6309 2012-04-19 Tom Tromey <tromey@redhat.com>
6310
6311 * top.c (quit_target): Use all_cleanups.
6312 * main.c (captured_command_loop): Use all_cleanups.
6313 * exceptions.c (throw_exception): Use all_cleanups.
6314
6315 2012-04-19 Pedro Alves <palves@redhat.com>
6316
6317 * Makefile.in (GNULIB_BUILDDIR): New.
6318 (LIBGNU, INCGNU, GNULIB_H): Adjust.
6319 (SUBDIRS): Add $(GNULIB_BUILDDIR).
6320 (CLEANDIRS). Remove gnulib/import.
6321 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
6322 (all-lib): Ditto.
6323 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
6324 (gnulib/import/Makefile): Replace gnulib/import with
6325 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
6326 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
6327 (aclocal_m4_deps): Remove the gnulib dependencies. Add
6328 acx_configure_dir.m4.
6329 * acinclude.m4: Include acx_configure_dir.m4.
6330 * acx_configure_dir.m4: New file.
6331 * aclocal.m4: Regenerate.
6332 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
6333 calls. Configure gnulib using ACX_CONFIGURE_DIR.
6334 (GNULIB): New variable.
6335 (GNULIB_STDINT_H): Adjust.
6336 (AC_OUTPUT): Don't output gnulib/Makefile.
6337 * gdb/defs.h: Include build-gnulib/config.h.
6338 * aclocal.m4: Regenerate.
6339 * config.in: Regenerate.
6340 * configure: Regenerate.
6341
6342 * gnulib/Makefile.in: New file.
6343 * gnulib/configure.ac: New file.
6344 * gnulib/aclocal.m4: New file.
6345 * gnulib/config.in: New file.
6346 * gnulib/configure: New file.
6347 * gnulib/: Re-run gnulib-tool to adjust.
6348
6349 2012-04-19 Doug Evans <dje@google.com>
6350
6351 * cleanups.h (struct cleanup): Move to cleanups.c.
6352 (make_cleanup_dtor_ftype): New typedef.
6353 (make_cleanup_dtor): Use it.
6354 (ALL_CLEANUPS): Replace with ...
6355 (all_cleanups): ... this. Declare. All uses updated.
6356 * cleanups.c: #include "gdb_assert.h".
6357 (sentinel_cleanup): New static global.
6358 (SENTINEL_CLEANUP): Define.
6359 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
6360 (make_my_cleanup2): Assert result is non-NULL.
6361 (all_cleanups): New function.
6362 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
6363 of NULL.
6364
6365 2012-04-19 Pedro Alves <palves@redhat.com>
6366
6367 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
6368 Adjust paths to gnulib imported files.
6369
6370 2012-04-19 Pedro Alves <palves@redhat.com>
6371
6372 * gnulib/: Move whole directory ...
6373 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
6374 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
6375 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
6376 (aclocal_m4_deps): Adjust.
6377 * aclocal.m4: Regenerate.
6378 * configure: Regenerate.
6379 * configure.ac: Adjust AC_OUTPUT output.
6380
6381 2012-04-19 Yao Qi <yao@codesourcery.com>
6382
6383 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
6384 (vec.o): New rule.
6385 * vec.c: Move it ...
6386 * common/vec.c: ... here.
6387 * vec.h: Move it ...
6388 * common/vec.h: ... here.
6389
6390 2012-04-19 Yao Qi <yao@codesourcery.com>
6391
6392 * gdb-code-style.el: New.
6393
6394 2012-04-18 Pedro Alves <palves@redhat.com>
6395
6396 Update gnulib from latest git.
6397 (639ea5ae15e39fe48d43e04864b2997301e4b969)
6398
6399 * gnulib/Makefile.am: Update.
6400 * gnulib/dummy.c: Update.
6401 * gnulib/extra/arg-nonnull.h: Update.
6402 * gnulib/extra/c++defs.h: Update.
6403 * gnulib/extra/update-copyright: Update.
6404 * gnulib/extra/warn-on-use.h: Update.
6405 * gnulib/inttypes.in.h: Update.
6406 * gnulib/m4/00gnulib.m4: Update.
6407 * gnulib/m4/extensions.m4: Update.
6408 * gnulib/m4/gnulib-cache.m4: Update.
6409 * gnulib/m4/gnulib-common.m4: Update.
6410 * gnulib/m4/gnulib-comp.m4: Update.
6411 * gnulib/m4/gnulib-tool.m4: Update.
6412 * gnulib/m4/include_next.m4: Update.
6413 * gnulib/m4/inttypes-pri.m4: Update.
6414 * gnulib/m4/inttypes.m4: Update.
6415 * gnulib/m4/longlong.m4: Update.
6416 * gnulib/m4/memchr.m4: Update.
6417 * gnulib/m4/memmem.m4: Update.
6418 * gnulib/m4/mmap-anon.m4: Update.
6419 * gnulib/m4/multiarch.m4: Update.
6420 * gnulib/m4/onceonly.m4: Update.
6421 * gnulib/m4/stddef_h.m4: Update.
6422 * gnulib/m4/stdint.m4: Update.
6423 * gnulib/m4/string_h.m4: Update.
6424 * gnulib/m4/warn-on-use.m4: Update.
6425 * gnulib/m4/wchar_h.m4: Update.
6426 * gnulib/m4/wchar_t.m4: Update.
6427 * gnulib/m4/wint_t.m4: Update.
6428 * gnulib/memchr.c: Update.
6429 * gnulib/memmem.c: Update.
6430 * gnulib/stddef.in.h: Update.
6431 * gnulib/stdint.in.h: Update.
6432 * gnulib/str-two-way.h: Update.
6433 * gnulib/string.in.h: Update.
6434 * gnulib/wchar.in.h: Update.
6435
6436 * gnulib/extra/arg-nonnull.h: Delete.
6437 * gnulib/extra/c++defs.h: Delete.
6438 * gnulib/extra/warn-on-use.h: Delete.
6439 * gnulib/m4/wchar_h.m4: Delete.
6440 * gnulib/m4/wint_t.m4: Delete.
6441 * gnulib/wchar.in.h: Delete.
6442
6443 * gnulib/extra/snippets/arg-nonnull.h: New.
6444 * gnulib/extra/snippets/c++defs.h: New.
6445 * gnulib/extra/snippets/warn-on-use.h: New.
6446
6447 * aclocal.m4: Regenerate.
6448 * config.in: Regenerate.
6449 * configure: Regenerate.
6450 * gnulib/Makefile.in: Regenerate.
6451
6452 2012-04-18 Pedro Alves <palves@redhat.com>
6453
6454 Reimport the update-copyright module from gnulib
6455 (250b80067c1e1d8faa0c42fb572f721975b929c5).
6456
6457 * configure: Regenerate.
6458 * gnulib/Makefile.am: Update.
6459 * gnulib/Makefile.in: Regenerate.
6460 * gnulib/extra/update-copyright: Update.
6461 * gnulib/m4/gnulib-cache.m4: Update.
6462 * gnulib/m4/gnulib-comp.m4: Update.
6463
6464 2012-04-18 Tristan Gingold <gingold@adacore.com>
6465
6466 * configure.ac (aix): Put -lpthread into libs.
6467 * configure: Regenerate.
6468
6469 2012-04-18 Tom Tromey <tromey@redhat.com>
6470
6471 * linespec.c (convert_linespec_to_sals): Don't use
6472 SYMBOL_OBJ_SECTION.
6473 (compare_msymbols): Arguments are minsym_and_objfile, not
6474 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
6475
6476 2012-04-18 Pedro Alves <palves@redhat.com>
6477
6478 Revert gnulib/ part of:
6479 2011-01-01 Joel Brobecker <brobecker@adacore.com>
6480 Copyright year update in most files (performed by copyright.sh).
6481
6482 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6483
6484 Fix 64-bit constants on 32-bit hosts.
6485 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
6486 from unsigned long to ULONGEST.
6487 (read_signed_leb128): Change declaration return type from long to
6488 LONGEST.
6489 (dwarf2_const_value_attr): Change declaration parameter value from long
6490 to LONGEST.
6491 (dwarf2_compute_name): Change variable value from long to LONGEST.
6492 (read_unsigned_leb128): Change return type, variable result and some
6493 casts from unsigned long to ULONGEST.
6494 (read_signed_leb128): Change return type, variable result and some
6495 casts from long to LONGEST.
6496 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
6497 value from long to LONGEST.
6498 (dwarf2_const_value): Change variable value from long to LONGEST.
6499 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
6500 plongest and hex_string.
6501 * symtab.h (struct general_symbol_info): Change ivalue from long to
6502 LONGEST, remove the comment.
6503 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
6504 Change SYMBOL_VALUE format strings to use plongest and hex_string.
6505
6506 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
6507
6508 PR symtab/7259:
6509 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
6510 * ada-lang.c (ada_discrete_type_high_bound)
6511 (ada_discrete_type_low_bound): Fix function comment. Use
6512 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6513 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
6514 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6515 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
6516 Use TYPE_FIELD_ENUMVAL.
6517 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
6518 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6519 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
6520 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
6521 TYPE_CODE_ENUM.
6522 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
6523 * dwarf2read.c (process_enumeration_scope): Likewise.
6524 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
6525 field.bitpos.
6526 (class StructMainTypePrettyPrinter): Support also
6527 FIELD_LOC_KIND_ENUMVAL.
6528 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
6529 TYPE_CODE_ENUM.
6530 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6531 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
6532 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
6533 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
6534 field enumval.
6535 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
6536 accommodate enumval.
6537 (struct call_site): Adjust loc_kind to accommodate enumval.
6538 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
6539 (TYPE_FIELD_ENUMVAL): New macros.
6540 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
6541 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
6542 TYPE_CODE_ENUM.
6543 * p-typeprint.c (pascal_type_print_base): Likewise.
6544 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
6545 enumval.
6546 * python/lib/gdb/types.py (make_enum_dict): Likewise.
6547 * python/py-type.c (convert_field): New variable addrstring. Use
6548 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6549 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
6550 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
6551 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
6552 TYPE_CODE_ENUM.
6553 * valprint.c (generic_val_print): Likewise.
6554
6555 2012-04-17 Doug Evans <dje@google.com>
6556
6557 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
6558
6559 * dwarf2read.c: Whitespace fixes.
6560 (lookup_signatured_type): Tweak comment.
6561 (get_die_type_at_offset): Fix comment.
6562
6563 2012-04-17 Joel Brobecker <brobecker@adacore.com>
6564
6565 * xcoffread.c (xcoff_secnum_to_sections): New function.
6566 (secnum_to_section, secnum_to_bfd_section): Reimplement
6567 using xcoff_secnum_to_sections. Rename "secnum" parameter
6568 into "n_scnum".
6569 (RECORD_MINIMAL_SYMBOL): Delete.
6570 (record_minimal_symbol): New function.
6571 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
6572 by call to record_minimal_symbol and set misc_func_recorded
6573 to 1. Set last_csect_sec to the XCOFF section index instead
6574 of GDB's section_offset index. Update calls to
6575 prim_record_minimal_symbol_and_info to pass the BFD section
6576 as well.
6577
6578 2012-04-17 Joel Brobecker <brobecker@adacore.com>
6579
6580 * xcoffread.c (read_xcoff_symtab): Delete variables
6581 last_csect_val and last_csect_sec and associated code.
6582
6583 2012-04-17 Doug Evans <dje@google.com>
6584
6585 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
6586 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6587 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
6588 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
6589
6590 * cleanups.h: New file.
6591 * cleanups.c: New file.
6592 * Makefile.in (SFILES): Add cleanups.c.
6593 (HFILES_NO_SRCDIR): Add cleanups.h.
6594 (COMMON_OBS): Add cleanups.o.
6595 * defs.h (struct cleanup): Moved to cleanups.h.
6596 (do_cleanups,do_final_cleanups): Ditto.
6597 (discard_cleanups,discard_final_cleanups): Ditto
6598 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6599 (save_cleanups,save_final_cleanups): Ditto.
6600 (restore_cleanups,restore_final_cleanups): Ditto.
6601 (null_cleanup): Ditto.
6602 (make_my_cleanup,make_my_cleanup2): Ditto.
6603 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6604 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
6605 (do_cleanups,do_final_cleanups): Ditto.
6606 (discard_cleanups,discard_final_cleanups): Ditto
6607 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6608 (save_cleanups,save_final_cleanups): Ditto.
6609 (restore_cleanups,restore_final_cleanups): Ditto.
6610 (null_cleanup): Ditto.
6611 (make_my_cleanup,make_my_cleanup2): Ditto.
6612 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6613
6614 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
6615 make_my_cleanup.
6616 (make_cleanup_dyn_string_delete): Ditto.
6617 (make_cleanup_ui_file_delete): Ditto.
6618 (make_cleanup_ui_out_redirect_pop): Ditto.
6619 (make_cleanup_free_section_addr_info): Ditto.
6620 (make_cleanup_restore_integer): Ditto.
6621 (make_cleanup_unpush_target): Ditto.
6622 (make_cleanup_value_free_to_mark): Ditto.
6623 (make_cleanup_value_free): Ditto.
6624 (make_cleanup_free_so): Ditto.
6625
6626 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6627
6628 New option "set debug auto-load".
6629 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
6630 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
6631 (auto_load_safe_path_vec_update)
6632 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
6633 if DEBUG_AUTO_LOAD.
6634 (file_is_auto_load_safe): New parameters debug_fmt and ....
6635 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
6636 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
6637 caller by explanatory string.
6638 (_initialize_auto_load): Register "set debug auto-load".
6639 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
6640 and ....
6641 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6642 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
6643 by explanatory string.
6644 * main.c (captured_main): Likewise.
6645 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
6646 (source_section_scripts): Likewise.
6647
6648 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6649
6650 New option "set auto-load safe-path".
6651 * NEWS: New commands "set auto-load safe-path"
6652 and "show auto-load safe-path".
6653 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
6654 (auto_load_safe_path, auto_load_safe_path_vec)
6655 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
6656 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
6657 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
6658 (source_gdb_script_for_objfile): New variable is_safe. Call
6659 file_is_auto_load_safe. Return if it is not.
6660 (struct loaded_script): New field loaded.
6661 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
6662 (print_script): Use LOADED indicator instead of FULL_PATH. Change
6663 output "Missing" to "No".
6664 (_initialize_auto_load): New variable cmd. Initialize
6665 auto_load_safe_path. Register "set auto-load safe-path",
6666 "show auto-load safe-path" and "add-auto-load-safe-path".
6667 * auto-load.h (maybe_add_script): Add parameter loaded.
6668 (file_is_auto_load_safe): New declaration.
6669 * config.in: Regenerate.
6670 * configure: Regenerate.
6671 * configure.ac: New parameters --with-auto-load-safe-path
6672 and --without-auto-load-safe-path.
6673 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6674 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
6675 * main.c (captured_main): Check file_is_auto_load_safe for
6676 LOCAL_GDBINIT.
6677 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
6678 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
6679 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
6680 not.
6681
6682 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6683
6684 auto-load: Implementation.
6685 * NEWS: New descriptions for "info auto-load",
6686 "info auto-load gdb-scripts", "info auto-load python-scripts",
6687 "info auto-load local-gdbinit" and "info auto-load libthread-db".
6688 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
6689 and "show auto-load-scripts". New description for "set auto-load",
6690 "show auto-load", "set auto-load gdb-scripts",
6691 "show auto-load gdb-scripts", "set auto-load python-scripts",
6692 "show auto-load python-scripts", "set auto-load local-gdbinit",
6693 "show auto-load local-gdbinit", "set auto-load libthread-db" and
6694 "show auto-load libthread-db".
6695 * auto-load.c: Remove include python/python-internal.h. Add includes
6696 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
6697 cli/cli-setshow.h.
6698 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
6699 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
6700 (gdbpy_global_auto_load): Rename to ...
6701 (global_auto_load): ... here.
6702 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6703 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
6704 (script_language_gdb, source_gdb_script_for_objfile): New.
6705 (struct loaded_script): New field language.
6706 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
6707 LANGUAGE.
6708 (maybe_add_script): Add parameter language. Drop redundant
6709 entry.full_path initialization. Initialize entry.language and
6710 (*slot)->language.
6711 (auto_load_objfile_script): Change parameter suffix to language.
6712 Remove the call of maybe_add_script.
6713 Call language->source_script_for_objfile.
6714 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
6715 New.
6716 (collect_matching_scripts): Adjust it for
6717 struct collect_matching_scripts_data.
6718 (auto_load_info_scripts_pattern_nl): New variable.
6719 (info_auto_load_scripts): Rename to ...
6720 (auto_load_info_scripts): ... here, add parameter language. Adjust it
6721 for struct collect_matching_scripts_data.
6722 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
6723 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
6724 (auto_load_show_cmdlist_get, info_auto_load_cmd)
6725 (auto_load_info_cmdlist_get): New.
6726 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
6727 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
6728 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
6729 "info auto-load local-gdbinit".
6730 * auto-load.h (struct script_language): New.
6731 (gdbpy_global_auto_load): Rename to ...
6732 (global_auto_load): ... here.
6733 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6734 (auto_load_local_gdbinit_loaded): New declarations.
6735 (maybe_add_script): New parameter language.
6736 (auto_load_objfile_script): Change parameter suffix to language.
6737 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
6738 (auto_load_info_scripts, auto_load_set_cmdlist_get)
6739 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
6740 declarations.
6741 * linux-thread-db.c: Include auto-load.h and ctype.h.
6742 (auto_load_thread_db, show_auto_load_thread_db): New.
6743 (struct thread_db_info): New field filename.
6744 (delete_thread_db_info): Call xfree for FILENAME.
6745 (try_thread_db_load): Initialize FILENAME.
6746 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
6747 if !AUTO_LOAD_THREAD_DB.
6748 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
6749 (_initialize_thread_db): Install auto_load_thread_db
6750 as "set auto-load libthread-db" and install info_auto_load_libthread_db
6751 as "info auto-load libthread-db".
6752 * main.c (captured_main): Rename gdbpy_global_auto_load to
6753 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
6754 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
6755 (print_gdb_help): Extend the help for 'local init file'.
6756 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
6757 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
6758 (auto_load_scripts): Rename to ...
6759 (auto_load_python_scripts): ... here, update the comment.
6760 (gdbpy_load_auto_script_for_objfile): New declaration.
6761 (show_auto_load_python_scripts, script_language_python)
6762 (gdbpy_load_auto_script_for_objfile): New.
6763 (source_section_scripts): Refactor the code.
6764 (load_auto_scripts_for_objfile): Rename to ...
6765 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
6766 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
6767 (info_auto_load_python_scripts): New.
6768 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
6769 Rename "set auto-load-scripts" to "set auto-load python-scripts".
6770 Register "set auto-load-scripts" as its deprecated alias. Register
6771 "info auto-load python-scripts". Register "info auto-load-scripts" as
6772 its deprecated alias.
6773 (load_auto_scripts_for_objfile): Rename to ...
6774 (gdbpy_load_auto_scripts_for_objfile): ... here.
6775 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
6776 (gdbpy_load_auto_scripts_for_objfile): ... here.
6777
6778 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6779
6780 auto-load: Move files.
6781 * Makefile.in (SFILES): Add auto-load.c.
6782 (HFILES_NO_SRCDIR): Add auto-load.h.
6783 (COMMON_OBS): Add auto-load.o.
6784 (distclean): Change .gdbinit for gdb-gdb.gdb.
6785 * auto-load.c: New file, with parts from python/py-auto-load.c.
6786 * auto-load.h: New file, with parts from python/python.h.
6787 * configure: Regenerate.
6788 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
6789 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
6790 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
6791 * main.c: Include auto-load.h.
6792 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
6793 command.h, observer.h and progspace.h to auto-load.c. Add include
6794 auto-load.h.
6795 (gdbpy_global_auto_load, struct auto_load_pspace_info)
6796 (struct loaded_script, auto_load_pspace_data)
6797 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
6798 (hash_loaded_script_entry, eq_loaded_script_entry)
6799 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
6800 (maybe_add_script): Move to auto-load.c.
6801 (source_section_scripts): Change maybe_add_script parameters passing,
6802 use script_not_found_warning_print.
6803 (clear_section_scripts, auto_load_objfile_script)
6804 (auto_load_new_objfile, loaded_script_ptr)
6805 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
6806 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
6807 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
6808 auto_load_new_objfile and info_auto_load_scripts initizations to
6809 auto-load.c.
6810 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
6811
6812 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6813
6814 Code cleanup.
6815 * charset.c (find_charset_names): Remove variables ix and elt.
6816 Use free_char_ptr_vec.
6817 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
6818 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
6819 debugdir_end. New variable debugdir_len.
6820 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
6821 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
6822 declarations.
6823 * progspace.c (clear_program_space_solib_cache): Remove variables ix
6824 and elt. Use free_char_ptr_vec.
6825 * source.c (add_path): Remove variables argv, arg and argv_index.
6826 New variables dir_vec, back_to, ix and name.
6827 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
6828 make_cleanup_freeargv. Remove variable separator. Simplify the code
6829 no longer expecting DIRNAME_SEPARATOR.
6830 (openp): Remove variable p, p1 and len. New variables dir_vec,
6831 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
6832 no longer expecting DIRNAME_SEPARATOR.
6833 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
6834 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
6835 debugdir_end.
6836 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
6837 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
6838 (dirnames_to_char_ptr_vec): New functions.
6839
6840 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6841
6842 Code cleanup.
6843 * source.c (add_path): Remove always true conditional 'p == 0' and
6844 unindent its code block.
6845
6846 2012-04-17 Pedro Alves <palves@redhat.com>
6847
6848 * gdbtypes.h (FIELD_BITPOS): Rename to ...
6849 (FIELD_BITPOS_LVAL): ... this.
6850 (FIELD_BITPOS): New.
6851 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
6852 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
6853 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
6854 SET_FIELD_BITPOS.
6855 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
6856 SET_FIELD_BITPOS.
6857 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
6858 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
6859 * target-descriptions.c (tdesc_gdb_type): Adjust to use
6860 SET_FIELD_BITPOS.
6861
6862 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6863
6864 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
6865 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
6866 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
6867 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
6868 * jv-lang.c (java_link_class_type): Likewise, once.
6869 * stabsread.c (read_enum_type): Likewise.
6870
6871 2012-04-16 Yao Qi <yao@codesourcery.com>
6872
6873 * common/agent.c (agent_run_command): Add one more parameter `len'.
6874 Update callers.
6875 * common/agent.h: Update declaration.
6876 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
6877 Update.
6878 (linux_child_static_tracepoint_markers_by_strid): Ditto.
6879
6880 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
6881
6882 PR mi/13393
6883 * value.c (value_actual_type): New function.
6884 * value.h (value_actual_type): New declaration.
6885 * varobj.c (update_type_if_necessary): New function.
6886 (varobj_create): Call value_actual_type instead of
6887 value_type.
6888 (install_dynamic_child): distinct changed and type changed MI variable
6889 objects.
6890 (update_dynamic_varobj_children): Updated for install_dynamic_child
6891 change. All callers updated.
6892 (varobj_update): Support for MI variable object type change if
6893 the value changed and RTTI is used to determine the type.
6894 (create_child_with_value): Call value_actual_type instead of
6895 value_type.
6896 (adjust_value_for_child_access): Extended with a new parameter which
6897 specify whether the given value should be casted to enclosing type.
6898 All callers updated.
6899
6900 2012-04-14 Yao Qi <yao@codesourcery.com>
6901
6902 Import gnulib module inttypes from git
6903 (250b80067c1e1d8faa0c42fb572f721975b929c5)
6904 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
6905 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
6906 gnulib/m4/inttypes-pri.m4
6907 * aclocal.m4, config.in, configure: Regenerated.
6908 * gnulib/Makefile.am: Update.
6909 * gnulib/Makefile.in: Update.
6910 * gnulib/m4/gnulib-cache.m4: Update.
6911 * gnulib/m4/gnulib-comp.m4: Update.
6912 * gnulib/inttypes.in.h: New.
6913 * gnulib/m4/inttypes-pri.m4: New.
6914 * gnulib/m4/inttypes.m4: New.
6915
6916 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
6917
6918 * infrun.c (resume): Update PC address to the real PC after
6919 preparing to do displaced stepping.
6920
6921 2012-04-12 Doug Evans <dje@google.com>
6922
6923 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
6924 All callers updated.
6925
6926 2012-04-12 Mark Kettenis <kettenis@gnu.org>
6927
6928 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
6929
6930 2012-04-12 Doug Evans <dje@google.com>
6931
6932 * dwarf2read.c (create_all_type_units): Renamed from
6933 create_debug_types_hash_table. All callers updated.
6934
6935 * dwarf2read.c (create_signatured_type_table_from_index): Rename
6936 local type_sig to sig_type, type_offset to type_offset_in_tu.
6937 (hash_signatured_type): Renamed from hash_type_signature,
6938 all callers updated.
6939 (eq_signatured_type): Renamed from eq_type_signature,
6940 all callers updated.
6941 (create_debug_types_hash_table): Rename local type_sig to sig_type.
6942 (process_enumeration_scope): Ditto.
6943 (lookup_signatured_type_at_offset): Ditto.
6944 (load_full_type_unit, read_signatured_type): Ditto.
6945
6946 2012-04-12 Yao Qi <yao@codesourcery.com>
6947
6948 * remote.c (async_remote_interrupt): Correct function name in
6949 debug message.
6950 (async_remote_interrupt_twice): Ditto.
6951
6952 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
6953
6954 * source.c (find_and_open_source): Consistently pass resulting
6955 full path through xfullpath.
6956
6957 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6958
6959 Provide more specific displaced-stepping memory error message.
6960 * infrun.c (displaced_step_prepare): New variable status. Call
6961 target_read_memory instead of read_memory, provide more specific
6962 error message.
6963
6964 2012-04-11 Tristan Gingold <gingold@adacore.com>
6965
6966 PR gdb/13901
6967 * darwin-nat.c (darwin_execvp): Revert previous patch.
6968
6969 2012-04-11 Tristan Gingold <gingold@adacore.com>
6970
6971 PR gdb/13901
6972 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
6973 in case of change.
6974
6975 2012-04-11 Tristan Gingold <gingold@adacore.com>
6976
6977 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
6978 warning.
6979
6980 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
6981
6982 New command 'explore' which helps explore values and types in
6983 scope.
6984 * NEWS: Add an entry about the new 'explore' command.
6985 * data-directory/Makefile.in: Add gdb/command/explore.py
6986 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
6987 command using the GDB Python API.
6988
6989 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
6990
6991 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
6992 extension in jump target calculation.
6993
6994 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
6995
6996 * mips-tdep.c (mips32_next_pc): Handle JALX.
6997
6998 2012-04-10 Yao Qi <yao@codesourcery.com>
6999
7000 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
7001
7002 2012-04-10 Yao Qi <yao@codesourcery.com>
7003
7004 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
7005 and gnulib/m4/gnulib-tool.m4.
7006
7007 2012-04-10 Doug Evans <dje@google.com>
7008
7009 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
7010 (load_partial_dies): Clarify comment.
7011 (find_partial_die): Support rereading type units.
7012 Clarify CU handling, if we know offset is in CU, don't search for the
7013 containing CU. Add comment regarding memory waste.
7014
7015 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
7016
7017 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
7018 i386/x32-avx and i386/x32-avx-linux.
7019 (i386/x32-expedite): New.
7020 (i386/x32-linux-expedite): Likewise.
7021 (i386/x32-avx-expedite): Likewise.
7022 (i386/x32-avx-linux-expedite): Likewise.
7023 ($(outdir)/i386/x32.dat): Likewise.
7024 ($(outdir)/i386/x32-linux.dat): Likewise.
7025 ($(outdir)/i386/x32-avx.dat): Likewise.
7026 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
7027
7028 * features/i386/x32-avx-linux.xml: New file.
7029 * features/i386/x32-avx.xml: Likewise.
7030 * features/i386/x32-core.xml: Likewise.
7031 * features/i386/x32-linux.xml: Likewise.
7032 * features/i386/x32.xml: Likewise.
7033
7034 * features/i386/x32-avx-linux.c: New. Generated.
7035 * features/i386/x32-avx.c: Likewise.
7036 * features/i386/x32-linux.c: Likewise.
7037 * features/i386/x32.c: Likewise.
7038 * regformats/i386/x32-avx-linux.dat: Likewise.
7039 * regformats/i386/x32-avx.dat: Likewise.
7040 * regformats/i386/x32-linux.dat: Likewise.
7041 * regformats/i386/x32.dat: Likewise.
7042
7043 2012-04-10 Tristan Gingold <gingold@adacore.com>
7044
7045 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
7046 code to kill the inferior.
7047
7048 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7049
7050 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7051 defines.
7052 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7053 defines.
7054 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
7055 (yyvsp): New defines.
7056 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7057 defines.
7058 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7059 defines.
7060 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7061 defines.
7062 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7063 defines.
7064 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7065 defines.
7066
7067 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7068
7069 * sparc64-tdep.c (sparc64_store_arguments)
7070 (sparc64_store_arguments): Fix coding style.
7071
7072 2012-04-07 Mark Kettenis <kettenis@gnu.org>
7073
7074 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7075 complex floats, adjust some related comments and tighten a related
7076 assertion.
7077 (sparc64_extract_return_value): Handle complex floats.
7078
7079 2012-04-07 Doug Evans <dje@google.com>
7080
7081 * dwarf2read.c (load_partial_dies): Change condition to assert.
7082
7083 2012-04-06 Doug Evans <dje@google.com>
7084
7085 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
7086 "mov %rsp,%rbp".
7087
7088 2012-04-05 Kevin Buettner <kevinb@redhat.com>
7089
7090 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7091 fencepost error.
7092 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7093 (v850_gdbarch_init): Set `num_regs' as appropriate for the
7094 architecture.
7095
7096 2012-04-05 Keith Seitz <keiths@redhat.com>
7097
7098 * linespec.c (decode_compound): Remove.
7099 (enum offset_relative_sign): New enum.
7100 (struct line_offset): New struct.
7101 (struct linespec): New struct.
7102 (struct linespec_state): Move file_symtabs,
7103 user_filename, and user_function into struct linespec.
7104 Make result an anonymous struct holding vectors of
7105 symbolp and minsym_and_objfile_d.
7106 Add language member.
7107 (enum ls_token_type): New enum.
7108 (linespec_keywords): New array.
7109 (struct ls_token): New struct.
7110 (struct ls_parser): New struct.
7111 (linespec_lexer_lex_number): New function.
7112 (linespec_lexer_lex_keyword): New function.
7113 (is_ada_operator): New function.
7114 (skip_quote_char): New function.
7115 (copy_token_string): New function.
7116 (is_closing_quote_enclosed): New function.
7117 (find_parameter_list_end): New function.
7118 (linespec_lexer_lex_string): New function.
7119 (linespec_lexer_lex_one): New function.
7120 (linespec_lexer_consume_token): New function.
7121 (linespec_lexer_peek_token): New function.
7122 (cplusplus_error): Remove unused function.
7123 (find_methods): Update comment.
7124 (find_toplevel_char): Return const.
7125 (is_objc_method_format): Remove unused function.
7126 (find_toplevel_string): New function.
7127 (is_linespec_boundary): Remove.
7128 (symbol_not_found_error): New function.
7129 (find_method_overload_end): Remove function.
7130 (unexpected_linespec_error): New function.
7131 (keep_name_info): Remove.
7132 (linespec_parse_line_offset): New function.
7133 (linespec_parse_basic): New function.
7134 (canonicalize_linespec): New function.
7135 (decode_line_internal): Remove.
7136 (create_sals_line_offset): New function adapted from
7137 decode_all_digits.
7138 (convert_linespec_to_sals): New function.
7139 (parse_linespec): New function.
7140 (linespec_parser_new): New function.
7141 (linespec_state_destructor): Change parameter type to
7142 struct linespec_state *.
7143 Add language parameter.
7144 Remove freeing of moved members.
7145 (linespec_parser_delete): New function.
7146 (decode_line_full): Use parse_linespec and linespec_parser_new.
7147 (decode_line_1): Likewise.
7148 (decode_indirect): Rename to ...
7149 (linespec_expression_to_pc): ... this and rewrite
7150 to simply find CORE_ADDR, storing this result for later
7151 conversion to SALs.
7152 (locate_first_half): Remove.
7153 (deocde_objc): Add parameter LS.
7154 Initialize new struct collect_info members.
7155 Handle minimal symbols, too.
7156 (decode_compound): Delete.
7157 (lookup_prefix_sym): Rewrite.
7158 (compare_msymbols): New function.
7159 (find_method): Rewrite.
7160 Do not call cplusplus_error.
7161 (symtabs_from_filename): Rewrite.
7162 (collect_function_symbols): Delete.
7163 (find_function_symbols): Rewrite without ARGPTR-style
7164 processing.
7165 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
7166 (decode_dollar): Adapted and renamed to ...
7167 (linespec_parse_variable): ... this.
7168 (find_linespec_symbols): New function.
7169 (decode_label): Adapted and renamed to ...
7170 (find_label_symbols): ... this.
7171 (decode_digits_list_mode): Add and use LS argument.
7172 (decode_digits_ordinary): Likewise.
7173 (collect_symbols): Do not collect SALs, just symbols and msymbols.
7174 If in list mode, allow any symbol class. Otherwise, only
7175 permit LOC_BLOCK symbols.
7176 (minsym_found): Update comments.
7177 (search_minsyms_for_name): Do not convert the matching symbol
7178 into a SAL. Simply push the symbol and objfile into the
7179 result vector.
7180 (decode_variable): Delete. Contents adapted into
7181 find_linespec_symbols.
7182
7183 * cp-support.c (SKIP_SPACE): Remove.
7184 (operator_tokens): Remove unused global.
7185 (cp_validate_operator): Remove.
7186 * cp-support.h (cp_validate_operator): Remove declaration.
7187
7188 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7189
7190 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
7191 for TYPE_VPTR_FIELDNO.
7192 * valprint.c (valprint_check_validity): Make it global, move the
7193 function comment ...
7194 * value.h (valprint_check_validity): ... to this new declaration.
7195
7196 2012-04-02 Tristan Gingold <gingold@adacore.com>
7197
7198 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
7199 the STATE32 api for i386 state.
7200 (i386_darwin_store_inferior_registers): Likewise.
7201
7202 2012-04-02 Tristan Gingold <gingold@adacore.com>
7203
7204 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
7205 SS offset.
7206 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7207 format_string.
7208
7209 2012-04-02 Tristan Gingold <gingold@adacore.com>
7210
7211 PR gdb/13901
7212 * darwin-nat.c (darwin_execvp): Set binary preference.
7213
7214 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7215
7216 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
7217
7218 2012-03-30 Tom Tromey <tromey@redhat.com>
7219
7220 * python/python.c (gdbpy_decode_line): Move cleanup creation out
7221 of TRY_CATCH. Fix error handling.
7222 * python/py-value.c (convert_value_from_python): Move 'old'
7223 declaration to innermost scope.
7224
7225 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7226 Andrey Smirnov <andrew.smirnov@gmail.com>
7227
7228 -Wshadow warning fix.
7229 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
7230 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
7231 Adjust code accordingly.
7232
7233 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7234
7235 * ada-lang.c (symbol_completion_add): Rename parameter
7236 "encoded" into "encoded_p". Ajust code and documentation
7237 accordingly.
7238
7239 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7240 Andrey Smirnov <andrew.smirnov@gmail.com>
7241
7242 -Wshadow warning fix.
7243 * ada-lang.c (symbol_completion_add): Rename parameter
7244 "wild_match" into wild_match_p. Update code and documentation
7245 accordingly.
7246
7247 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7248
7249 * ada-lang.c (symbol_completion_match): Rename parameter
7250 "encoded" into "encoded_p". Ajust code and documentation
7251 accordingly.
7252
7253 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7254 Andrey Smirnov <andrew.smirnov@gmail.com>
7255
7256 -Wshadow warning fix.
7257 * ada-lang.c (symbol_completion_match): Rename parameter
7258 "wild_match" into "wild_match_p". Adjust code and function
7259 documentation accordingly.
7260
7261 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7262 Andrey Smirnov <andrew.smirnov@gmail.com>
7263
7264 -Wshadow warning fix.
7265 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
7266 "symbol_info" into "info". Adjust code accordingly.
7267 (ada_lookup_symbol): Likewise.
7268
7269 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7270
7271 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
7272 of this function's documentation.
7273
7274 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7275 Andrey Smirnov <andrew.smirnov@gmail.com>
7276
7277 -Wshadow warning fix.
7278 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
7279 variable into "wild_match_p". Adjust code accordingly.
7280
7281 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7282 Andrey Smirnov <andrew.smirnov@gmail.com>
7283
7284 -Wshadow warning fix.
7285 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
7286 parameter into "wild_match_p". Adjust code accordingly.
7287 Document this parameter in the function description.
7288
7289 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7290 Andrey Smirnov <andrew.smirnov@gmail.com>
7291
7292 -Wshadow warning fix.
7293 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
7294 "wild_match" parameter to "wild_match_p" (-Wshadow).
7295
7296 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7297
7298 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
7299 in function documentation.
7300
7301 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7302 Andrey Smirnov <andrew.smirnov@gmail.com>
7303
7304 -Wshadow warning fix.
7305 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
7306 variable into wild_match_p. Adjust code accordingly.
7307
7308 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7309 Andrey Smirnov <andrew.smirnov@gmail.com>
7310
7311 * ada-valprint.c (ada_val_print_1): Move the code handling
7312 TYPE_CODE_ENUM inside its own lexical block. Declare
7313 variables len and val there, instead of in the function's
7314 top level block. Avoid declaring deref_val again in a way
7315 that shadows another variable of the same name declared
7316 in one of the up-level blocks. Just re-use the up-level
7317 variable instead.
7318
7319 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7320
7321 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
7322 Replace block_found argument by symbol_info. Adjust
7323 implementation accordingly. Add function documentation.
7324 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
7325 Fix documentation.
7326 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
7327 * ada-exp.y (write_object_renaming): Adjust to new
7328 ada_lookup_encoded_symbol API.
7329
7330 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7331
7332 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
7333 documentation.
7334
7335 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
7336
7337 * v850-tdep.c: Add the enum values for mpu and fpu registers.
7338 (v850_register_name): Add the mpu and fpu register names.
7339 (v850e_register_name): Add the mpu and fpu register names.
7340 (v850e2_register_name): New function.
7341 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
7342 bfd_mach_v850e2v3.
7343
7344 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7345
7346 * NEWS: Add entry for Ada varobj support.
7347
7348 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7349
7350 * varobj.c (default_value_is_changeable_p): New function,
7351 extracted from varobj_value_is_changeable_p. Add declaration.
7352 (ada_value_is_changeable_p): New function, extracted from
7353 varobj_value_is_changeable_p. Add declaration.
7354 (struct language_specific): New field "value_is_changeable_p".
7355 (languages): Add entries for new field.
7356 (varobj_create): Set language before calling install_new_value.
7357 (varobj_value_is_changeable_p): Reimplement to call the varobj's
7358 "value_is_changeable_p" language callback.
7359
7360 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7361
7362 * ada-varobj.h, ada-varobj.c: New files.
7363 * Makefile.in (SFILES): Add ada-varobj.c.
7364 (HFILES_NO_SRCDIR): Add ada-varobj.h.
7365 (COMMON_OBS): Add ada-varobj.o.
7366
7367 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7368
7369 * varobj.c (ada_value_has_mutated): Add declaration. New function.
7370 (struct language_specific): New field "value_has_mutated".
7371 (languages): Set field "value_has_mutated" in each entry of array.
7372 (varobj_value_has_mutated): New function.
7373 (varobj_udpdate): Add handling of type mutation.
7374 (value_of_root): Add handling of type mutation.
7375 (ada_value_has_mutated): New function.
7376
7377 2012-03-28 Pedro Alves <palves@redhat.com>
7378
7379 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
7380 Always supply $fr0 as 0.0 and $fr1 as 1.0.
7381
7382 2012-03-28 Tom Tromey <tromey@redhat.com>
7383
7384 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
7385 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
7386 before returning.
7387
7388 2012-03-28 Tom Tromey <tromey@redhat.com>
7389
7390 * .dir-locals.el: New file.
7391
7392 2012-03-28 Pedro Alves <palves@redhat.com>
7393
7394 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
7395
7396 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7397
7398 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
7399 handling for r0.
7400
7401 2012-03-27 Pedro Alves <palves@redhat.com>
7402
7403 Eliminate struct ui_stream.
7404
7405 * ui-out.h (struct ui_stream): Delete.
7406 (ui_out_field_stream): Adjust prototype.
7407 (ui_out_stream_new, ui_out_stream_delete)
7408 (make_cleanup_ui_out_stream_delete): Delete declarations.
7409 * ui-out.c (ui_out_field_stream): Change prototype to take a
7410 ui_file instead of a ui_stream. Adjust.
7411 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
7412 (make_cleanup_ui_out_stream_delete): Delete.
7413 * breakpoint.c (print_breakpoint_location)
7414 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
7415 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7416 * disasm.c (dump_insns): Ditto.
7417 (do_mixed_source_and_assembly, do_assembly_only): Adjust
7418 prototype.
7419 (gdb_disassembly): Use ui_file/mem_fileopen instead of
7420 ui_stream/ui_out_stream_new.
7421 * infcmd.c (print_return_value): Ditto.
7422 * osdata.c (info_osdata_command): Don't allocate a local
7423 ui_stream.
7424 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
7425 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7426 * tracepoint.c (print_one_static_tracepoint_marker): Don't
7427 allocate a local ui_stream.
7428 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
7429 instead of ui_stream/ui_out_stream_new.
7430 (list_args_or_locals): Don't allocate a local ui_stream.
7431 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
7432 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
7433 ui_stream/ui_out_stream_new.
7434 * cli/cli-setshow.c (do_setshow_command): Ditto.
7435
7436 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
7437
7438 * arm-linux-tdep.c (arm_linux_init_abi): Call
7439 set_gdbarch_process_record. Initialize `arm_swi_record' field.
7440 * arm-tdep.c (arm_process_record): New function.
7441 (deallocate_reg_mem): New function.
7442 (decode_insn): New function.
7443 (thumb_record_branch): New function.
7444 (thumb_record_ldm_stm_swi(): New function.
7445 (thumb_record_misc): New function.
7446 (thumb_record_ld_st_stack): New function.
7447 (thumb_record_ld_st_imm_offset): New function.
7448 (thumb_record_ld_st_reg_offset(): New function.
7449 (thumb_record_add_sub_cmp_mov): New function.
7450 (thumb_record_shift_add_sub): New function.
7451 (arm_record_coproc_data_proc): New function.
7452 (arm_record_coproc): New function.
7453 (arm_record_b_bl): New function.
7454 (arm_record_ld_st_multiple): New function.
7455 (arm_record_ld_st_reg_offset): New function.
7456 (arm_record_ld_st_imm_offset): New function.
7457 (arm_record_data_proc_imm): New function.
7458 (arm_record_data_proc_misc_ld_str): New function.
7459 (arm_record_extension_space): New function.
7460 (arm_record_strx): New function.
7461 (sbo_sbz): New function.
7462 (struct insn_decode_record): New structure for arm insn record.
7463 (REG_ALLOC): New macro for reg allocations.
7464 (MEM_ALLOC): New macro for memory allocations.
7465 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
7466
7467 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
7468
7469 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
7470 (store_register): Likewise.
7471
7472 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
7473
7474 * MAINTAINERS (Write After Approval): Add myself to the list.
7475
7476 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7477
7478 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
7479 Describe also the option "auto".
7480
7481 2012-03-22 Richard Henderson <rth@redhat.com>
7482
7483 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
7484 * sparc-nat.c (sparc_xfer_wcookie): Make static.
7485
7486 2012-03-22 Richard Henderson <rth@redhat.com>
7487
7488 * jit.c (jit_read_code_entry): Compute alignment and offset of
7489 int64_t member before computing entry_size.
7490
7491 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7492
7493 Python scripting: Add new method Value.referenced_value to
7494 gdb.Value which can dereference pointer as well as reference
7495 values.
7496 * NEWS: Add entry under 'Python scripting' about the new method
7497 Value.referenced_value on gdb.Value objects.
7498 * python/py-value.c (valpy_referenced_value): New function
7499 defining a new method on gdb.Value objects which can dereference
7500 pointer and reference values.
7501
7502 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7503
7504 * MAINTAINERS (Write After Approval): Add myself to the list.
7505
7506 2012-03-21 Kevin Buettner <kevinb@redhat.com>
7507
7508 * symtab.c (skip_prologue_sal): Change test to check for "main()"
7509 in addition to "main".
7510
7511 2012-03-21 Joel Brobecker <brobecker@adacore.com>
7512
7513 * expression.h (op_name): Add declaration.
7514 * expprint.c (op_name): Remove declaration. Make non-static.
7515 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
7516
7517 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
7518
7519 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
7520 of struct siginfo.
7521 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
7522 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
7523 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
7524 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
7525 (linux_nat_get_siginfo): Likewise.
7526 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
7527 (linux_nat_get_siginfo): Likewise.
7528 * linux-tdep.c (linux_get_siginfo_type): Likewise.
7529 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
7530 * procfs.c (gdb_siginfo_t): Likewise.
7531
7532 2012-03-21 Mike Frysinger <vapier@gentoo.org>
7533
7534 * .gitignore: Ignore more files.
7535
7536 2012-03-20 Pedro Alves <palves@redhat.com>
7537
7538 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
7539 returns.
7540
7541 2012-03-20 Yao Qi <yao@codesourcery.com>
7542
7543 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
7544 comment.
7545
7546 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7547
7548 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
7549 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
7550 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
7551 sect_offset.
7552 * dwarf2expr.h (cu_offset, sect_offset): New types.
7553 (struct dwarf_expr_context_funcs) <dwarf_call>
7554 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
7555 sect_offset.
7556 (struct dwarf_expr_context) <len>: Improve the comment.
7557 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
7558 cu_offset and sect_offset.
7559 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
7560 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
7561 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
7562 * dwarf2loc.h: Include dwarf2expr.h.
7563 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
7564 and sect_offset.
7565 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
7566 Improve the comment.
7567 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
7568 (struct signatured_type, struct line_header, struct partial_die_info)
7569 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
7570 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
7571 (get_die_type_at_offset, create_cus_from_index)
7572 (create_signatured_type_table_from_index, dw2_get_file_names)
7573 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
7574 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
7575 (create_debug_types_hash_table, process_psymtab_comp_unit)
7576 (load_partial_comp_unit, create_all_comp_units)
7577 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
7578 (load_full_comp_unit, dwarf2_physname, read_import_statement)
7579 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
7580 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
7581 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
7582 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
7583 (find_partial_die, read_attribute_value, lookup_die_type)
7584 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
7585 (is_ref_attr): New function comment.
7586 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
7587 Use cu_offset and sect_offset.
7588 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
7589 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
7590 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
7591 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
7592 (offset_and_type_hash, offset_and_type_eq, set_die_type)
7593 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
7594 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
7595 sect_offset.
7596
7597 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7598
7599 Code cleanup.
7600 * python/py-auto-load.c (source_section_scripts): New variable back_to.
7601 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
7602 with xfree.
7603 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
7604
7605 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7606
7607 * NEWS: Describe new options --init-command=FILE, -ix and
7608 --init-eval-command=COMMAND, -iex.
7609 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
7610 CMDARG_INIT_COMMAND.
7611 (captured_main): New enum items OPT_IX and OPT_IEX. Add
7612 "init-command", "init-eval-command", "ix" and "iex" to the variable
7613 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
7614 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
7615 (print_gdb_help): Describe --init-command=FILE, -ix and
7616 --init-eval-command=COMMAND, -iex.
7617
7618 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7619
7620 Code cleanup.
7621 * main.c (struct cmdarg): Move it here from main. Add more comments.
7622 (cmdarg_s, VEC (cmdarg_s)): New.
7623 (main): Move struct cmdarg from here. New variables cmdarg_vec and
7624 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
7625 Install cleanup for cmdarg_vec. Update filling for options 'x' and
7626 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
7627 of CMDARG.
7628
7629 2012-03-19 Tom Tromey <tromey@redhat.com>
7630
7631 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
7632
7633 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7634
7635 PR symtab/13777
7636 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
7637 GCC >=4.5.
7638
7639 2012-03-16 Chris January <chris.january@allinea.com>
7640
7641 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
7642 of clear.
7643
7644 2012-03-16 Chris January <chris.january@allinea.com>
7645
7646 * source.c (add_path): Use memmove instead of strcpy because the
7647 strings overlap.
7648
7649 2012-03-16 Joel Brobecker <brobecker@adacore.com>
7650
7651 * value.h (set_value_parent): Add declaration.
7652 * value.c (set_value_parent): New function.
7653 (value_address): If VALUE->PARENT is not NULL, then use it as
7654 the base address instead of VALUE->LOCATION.address.
7655 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
7656 the same as OBJ's address. Adjust V's offset accordingly.
7657 Set V's parent.
7658
7659 2012-03-16 Gary Benson <gbenson@redhat.com>
7660
7661 PR breakpoints/10738
7662 * dwarf2read.c (use_deprecated_index_sections): New global.
7663 (struct partial_die_info): New member may_be_inlined.
7664 (read_partial_die): Set may_be_inlined where appropriate.
7665 (add_partial_subprogram): Add partial symbols for partial
7666 DIEs that may be inlined.
7667 (new_symbol_full): Add inlined subroutines to the current
7668 scope.
7669 (write_psymtabs_to_index): Bump version number.
7670 (dwarf2_read_index): Read only version 6 indices unless
7671 use_deprecated_index_sections is set.
7672 * linespec.c (symbol_and_data_callback): New structure.
7673 (iterate_inline_only): New function.
7674 (iterate_over_all_matching_symtabs): New argument
7675 "include_inline". If nonzero, also call the callback for
7676 symbols representing inlined subroutines.
7677 (lookup_prefix_sym): Pass extra argument to the above.
7678 (find_function_symbols): Likewise.
7679 (add_matching_symbols_to_info): Likewise.
7680 * NEWS: Mention that GDB can now set breakpoints on inlined
7681 functions.
7682
7683 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
7684
7685 * p-typeprint.c (pascal_type_print_method_args):
7686 Fix display of parameter of methods.
7687
7688 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
7689
7690 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
7691 Add missing prototype.
7692
7693 2012-03-16 Yao Qi <yao@codesourcery.com>
7694 Jan Kratochvil <jan.kratochvil@redhat.com>
7695
7696 Fix false compilation warning.
7697 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
7698
7699 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
7700 Pedro Alves <pedro@codesourcery.com>
7701
7702 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
7703 (arm_register_g_packet_guesses): New function.
7704 (arm_gdbarch_init): Don't force a target description with
7705 registers when the executable is detected as M-profile. Instead
7706 set gdbarch->tdep->is_m. Register `g' packet guesses.
7707 (_initialize_arm_tdep): Initialize the new target description.
7708 * features/arm-with-m-fpa-layout.xml: New description.
7709 * features/arm-with-m-fpa-layout.c: New, generated.
7710
7711 2012-03-15 Joel Brobecker <brobecker@adacore.com>
7712
7713 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
7714 Update function description.
7715 (insert_bp_location): Do not wipe bl->target_info out.
7716 * mem-break.c: #include "gdb_string.h".
7717 (default_memory_insert_breakpoint): Do not call target_read_memory
7718 with a pointer to the breakpoint's shadow_contents buffer. Use
7719 a local buffer instead.
7720 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
7721
7722 2012-03-15 Tom Tromey <tromey@redhat.com>
7723
7724 * NEWS: Mention "info vtbl", not "info vtable".
7725 * cp-support.c (info_vtbl_command): Fix comment.
7726 (_initialize_cp_support): Fix text.
7727
7728 2012-03-15 Tom Tromey <tromey@redhat.com>
7729
7730 * cp-valprint.c (cp_print_value_fields): Use
7731 print_function_pointer_address for vtable slot.
7732
7733 2012-03-15 Tom Tromey <tromey@redhat.com>
7734
7735 * gnu-v3-abi.c (struct value_and_voffset): New.
7736 (hash_value_and_voffset, eq_value_and_voffset)
7737 (compare_value_and_voffset, compute_vtable_size)
7738 (print_one_vtable, gnuv3_print_vtable): New functions.
7739 (init_gnuv3_ops): Initialize 'print_vtable' field.
7740 * cp-support.c (info_vtbl_command): New function.
7741 (_initialize_cp_support): Add "info vtbl".
7742 * cp-abi.h (cplus_print_vtable): Declare.
7743 (struct cp_abi_ops) <print_vtable>: New field.
7744 * cp-abi.c (cplus_print_vtable): New function.
7745 * NEWS: Update.
7746
7747 2012-03-15 Tom Tromey <tromey@redhat.com>
7748
7749 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
7750 iterate_over_symbols.
7751
7752 2012-03-14 Doug Evans <dje@google.com>
7753
7754 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
7755 DW_OP_GNU_parameter_ref.
7756
7757 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7758
7759 Fix double prompt of 'interpreter-exec mi'.
7760 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
7761 (mi_interpreter_resume): use it.
7762 (mi_execute_command_input_handler): New function.
7763 * mi/mi-main.c (mi_execute_command): Move prompt printing to
7764 mi_execute_command_input_handler.
7765
7766 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
7767
7768 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
7769 prototype.
7770 (darwin_debug_port_info): Make static.
7771 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
7772 * machoread.c (_initialize_machoread): Add prototype.
7773 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
7774 (i386_darwin_set_control, i386_darwin_get_control)
7775 i386_darwin_dr_set_addr, i386_darwin_get_addr)
7776 i386_darwin_get_status, i386_darwin_get_control):
7777 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
7778
7779 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7780
7781 * ax-gdb.c (gen_usual_unary): Remove special handling of
7782 enum and bool types.
7783
7784 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7785
7786 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
7787
7788 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7789
7790 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
7791
7792 2012-03-13 Chris January <chris.january@allinea.com>
7793
7794 * aix-thread.c (fill_sprs): Store the floating point registers
7795 at the correct offsets into vals.
7796
7797 2012-03-13 Doug Evans <dje@google.com>
7798
7799 * NEWS: Mention symbol-reloading has been deleted.
7800 * symfile.c (symbol_reloading): Delete.
7801 (show_symbol_reloading): Delete.
7802 (_initialize_symfile): Delete set/show symbol-reloading.
7803
7804 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
7805 read_in_chain until we have successfully read it in.
7806 (load_full_comp_unit): Ditto.
7807 (read_signatured_type): Add comment.
7808
7809 2012-03-13 Chris January <chris.january@allinea.com>
7810
7811 * stabsread.c (fix_common_block): Change type of valu argument
7812 to CORE_ADDR.
7813
7814 2012-03-13 Chris January <chris.january@allinea.com>
7815
7816 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
7817 instruction.
7818
7819 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7820
7821 * common/linux-procfs.c (linux_proc_get_int): New, from
7822 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
7823 field.
7824 (linux_proc_get_tgid): Only call linux_proc_get_int.
7825 (linux_proc_get_tracerpid): New.
7826 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
7827 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
7828 linux_proc_pid_has_state.
7829 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
7830 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
7831 (linux_ptrace_attach_warnings): New.
7832 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
7833 New declaration.
7834 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
7835 (linux_nat_attach): New variables ex, buffer, message and message_s.
7836 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
7837
7838 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7839
7840 * Makefile.in (linux-ptrace.o): New.
7841 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
7842 from linux-nat.c.
7843 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
7844 * common/linux-ptrace.c: New file.
7845 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
7846 * config/arm/linux.mh: Likewise.
7847 * config/i386/linux.mh: Likewise.
7848 * config/i386/linux64.mh: Likewise.
7849 * config/ia64/linux.mh: Likewise.
7850 * config/m32r/linux.mh: Likewise.
7851 * config/m68k/linux.mh: Likewise.
7852 * config/mips/linux.mh: Likewise.
7853 * config/pa/linux.mh: Likewise.
7854 * config/powerpc/linux.mh: Likewise.
7855 * config/powerpc/ppc64-linux.mh: Likewise.
7856 * config/powerpc/spu-linux.mh: Likewise.
7857 * config/s390/s390.mh: Likewise.
7858 * config/sparc/linux.mh: Likewise.
7859 * config/sparc/linux64.mh: Likewise.
7860 * config/xtensa/linux.mh: Likewise.
7861 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
7862 common/linux-procfs.c.
7863 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
7864
7865 2012-03-13 Hui Zhu <teawater@gmail.com>
7866 Pedro Alves <palves@redhat.com>
7867
7868 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
7869 CREATE_BREAKPOINT_FLAGS_INSERTED.
7870 (create_breakpoint_sal, create_breakpoints_sal)
7871 (base_breakpoint_create_breakpoints_sal)
7872 (tracepoint_create_breakpoints_sal)
7873 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
7874 down.
7875 (break_command_1, handle_gnu_v3_exceptions, trace_command)
7876 (ftrace_command, strace_command): Adjust.
7877 (create_tracepoint_from_upload): Pass
7878 CREATE_BREAKPOINT_FLAGS_INSERTED.
7879 * breakpoint.h (enum breakpoint_create_flags): New.
7880 (create_breakpoint): New flags parameter.
7881 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
7882 * python/py-breakpoint.c (bppy_init): Adjust.
7883 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
7884 * spu-tdep.c (spu_catch_start): Adjust.
7885
7886 2012-03-13 Pedro Alves <palves@redhat.com>
7887 Hui Zhu <teawater@gmail.com>
7888 Yao Qi <yao@codesourcery.com>
7889
7890 * remote.c (struct remote_state): New field `starting_up'.
7891 (remote_start_remote): Set and clear it.
7892 (remote_can_download_tracepoint): If starting up, return false.
7893
7894 2012-03-13 Yao Qi <yao@codesourcery.com>
7895
7896 * inferior.h (struct inferior): Remove fields any_syscall_count,
7897 syscalls_counts and total_syscalls_count. Move them to new
7898 struct catch_syscall_inferior_data in breakpoint.c.
7899 * breakpoint.c: Call DEF_VEC_I(int).
7900 (struct catch_syscall_inferior_data): New.
7901 (get_catch_syscall_inferior_data): New.
7902 (catch_syscall_inferior_data_cleanup): New.
7903 (insert_catch_syscall): Update to access data in
7904 struct catch_syscall_inferior_data.
7905 (insert_catch_syscall): Likewise.
7906 (remove_catch_syscall): Likewise.
7907 (remove_catch_syscall): Likewise.
7908 (is_syscall_catchpoint_enabled): Likewise.
7909 (add_catch_command): Likewise.
7910 (_initialize_breakpoint): Register cleanup.
7911 * breakpoint.h: Removed DEF_VEC_I(int).
7912 * dwarf2loc.c: Call DEF_VEC_I(int).
7913 * mi/mi-main.c: Likewise.
7914
7915 2012-03-12 Mark Kettenis <kettenis@gnu.org>
7916
7917 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
7918
7919 2012-03-12 Chris January <chris.january@allinea.com>
7920
7921 * aix-thread.c (_initialize_aix_thread): Add prototype.
7922 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
7923 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
7924
7925 2012-03-12 Joel Brobecker <brobecker@adacore.com>
7926
7927 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
7928 include of "amd64-nat.h".
7929
7930 2012-03-12 Tom Tromey <tromey@redhat.com>
7931
7932 * buildsym.c (record_pending_block): Now static.
7933 * buildsym.h: (record_pending_block): Remove.
7934
7935 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
7936
7937 * amd64bsd-nat.c: Include amd64bsd-nat.h.
7938
7939 2012-03-09 Tom Tromey <tromey@redhat.com>
7940
7941 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
7942 producer_is_gxx_lt_4_6>: New fields.
7943 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
7944
7945 2012-03-09 Tom Tromey <tromey@redhat.com>
7946
7947 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
7948
7949 2012-03-08 Joel Brobecker <brobecker@adacore.com>
7950
7951 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
7952 prototype.
7953
7954 2012-03-08 Joel Brobecker <brobecker@adacore.com>
7955
7956 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
7957
7958 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7959
7960 Fix -Wmissing-prototypes build.
7961 * arm-linux-nat.c (get_thread_id): Make it static.
7962 * xtensa-linux-nat.c (get_thread_id): Likewise.
7963
7964 2012-03-08 Joel Brobecker <brobecker@adacore.com>
7965
7966 * server.c (process_point_options): If a conditional expression
7967 is found, only print a message if remote_debug is nonzero.
7968
7969 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
7970
7971 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
7972 of internal error for unknown/unsupported types.
7973
7974 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7975
7976 Fix CU relative vs. absolute DIE offsets.
7977 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
7978 offset to offset_in_cu.
7979 * dwarf2read.c (process_enumeration_scope): Add CU offset to
7980 TYPE_OFFSET.
7981 (dwarf2_fetch_die_location_block): Rename parameter offset to
7982 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
7983
7984 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7985
7986 * libunwind-frame.c: Rename to ...
7987 * ia64-libunwind-tdep.c: ... here.
7988 * libunwind-frame.h: Rename to ...
7989 * ia64-libunwind-tdep.h: ... here.
7990 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
7991 ia64-libunwind-tdep.h.
7992 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
7993 * README (--with-libunwind): Rename to ...
7994 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
7995 * config.in: Regenerate.
7996 * configure: Regenerate.
7997 * configure.ac: New option --with-libunwind-ia64, make the
7998 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
7999 Remove AC_DEFINE for HAVE_LIBUNWIND.
8000 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
8001 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
8002 Rename libunwind-frame in the general comment.
8003 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
8004 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
8005 Move forward declarations inside #ifndef. Rename libunwind-frame in
8006 the general comment.
8007 * ia64-tdep.c: Rename libunwind-frame.h #include to
8008 ia64-libunwind-tdep.h.
8009 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
8010 (ia64_libunwind_descr): Rename libunwind-frame to
8011 ia64-libunwind-tdep in these function comments.
8012 * ia64-tdep.h: Rename libunwind-frame.h #include to
8013 ia64-libunwind-tdep.h.
8014 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
8015 ia64-libunwind-tdep in that data comment.
8016
8017 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8018
8019 * libunwind-frame.h (struct frame_unwind): New declaration.
8020
8021 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8022
8023 * breakpoint.c (_initialize_breakpoint): Fix error in help of
8024 "set breakpoint condition-evaluation" command.
8025
8026 2012-03-08 Tristan Gingold <gingold@adacore.com>
8027
8028 * sparc-stub.c: Move to stubs/
8029 * sh-stub.c: Likewise.
8030 * m68k-stub.c: Likewise.
8031 * m32r-stub.c: Likewise.
8032 * i386-stub.c: Likewise.
8033
8034 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
8035
8036 * m68klinux-tdep.c (m68k_linux_init_abi): Register
8037 linux_get_siginfo_type.
8038
8039 * m68klinux-nat.c: Include "gdb_proc_service.h".
8040 (PTRACE_GET_THREAD_AREA): Define.
8041 (ps_get_thread_area): New function.
8042
8043 2012-03-08 Yao Qi <yao@codesourcery.com>
8044
8045 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
8046 `xsnprintf'.
8047 (remote_query_attached): Likewise.
8048 (remote_static_tracepoint_marker_at): Likewise.
8049 (remote_set_permissions): Likewise.
8050 (remote_detach_1, extended_remote_attach_1): Likewise.
8051 (send_g_packet, remote_vkill): Likewise.
8052 (extended_remote_disable_randomization): Likewise.
8053 (remote_add_target_side_condition): Likewise.
8054 (remote_insert_breakpoint): Likewise.
8055 (remote_remove_breakpoint): Likewise.
8056 (remote_insert_watchpoint): Likewise.
8057 (remote_remove_watchpoint): Likewise.
8058 (remote_insert_hw_breakpoint): Likewise.
8059 (remote_insert_hw_breakpoint): Likewise.
8060 (remote_remove_hw_breakpoint): Likewise.
8061 (remote_download_command_source): Likewise.
8062 (remote_download_tracepoint): Likewise.
8063 (remote_download_trace_state_variable): Likewise.
8064 (remote_disable_tracepoint): Likewise.
8065 (remote_trace_set_readonly_regions): Likewise.
8066 (remote_get_tracepoint_status): Likewise.
8067 (remote_trace_find): Likewise.
8068 (remote_get_trace_state_variable_value): Likewise.
8069 (remote_set_disconnected_tracing): Likewise.
8070 (remote_set_circular_trace_buffer): Likewise.
8071 (remote_get_min_fast_tracepoint_insn_len): Likewise.
8072 (remote_use_agent): Likewise.
8073 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
8074 Update callers.
8075
8076 2012-03-07 Pedro Alves <palves@redhat.com>
8077
8078 * NEWS: Mention QProgramSignals.
8079 * inferior.h (update_signals_program_target): Declare.
8080 * infrun.c: (update_signals_program_target): New.
8081 (handle_command): Update the target of the new program signals
8082 array changes.
8083 * remote.c (PACKET_QProgramSignals): New enum.
8084 (last_program_signals_packet): New global.
8085 (remote_program_signals): New.
8086 (remote_start_remote): Update the target with the program signals
8087 list.
8088 (remote_protocol_features): Add entry for QPassSignals.
8089 (remote_open_1): Free anc clear last_program_signals_packet.
8090 (init_remote_ops): Install remote_program_signals.
8091 * target.c (update_current_target): Adjust.
8092 (target_program_signals): New.
8093 * target.h (struct target_ops) <to_program_signals>: New field.
8094 (target_program_signals): Declare.
8095
8096 2012-03-07 Pedro Alves <palves@redhat.com>
8097
8098 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8099 extensions.
8100
8101 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
8102
8103 * m68klinux-nat.c (getregs_supplies): Make static.
8104 (getfpregs_supplies): Likewise.
8105 (have_ptrace_getregs): Likewise.
8106
8107 2012-03-06 Joel Brobecker <brobecker@adacore.com>
8108
8109 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8110 in call to get_die_type_at_offset.
8111
8112 2012-03-06 Stan Shebs <stan@codesourcery.com>
8113
8114 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8115 * mi/mi-cmd-disas.c: Ditto.
8116 * mi/mi-cmd-env.c: Ditto.
8117 * mi/mi-cmd-file.c: Ditto.
8118 * mi/mi-cmd-stack.c: Ditto.
8119 * mi/mi-cmd-target.c: Ditto.
8120 * mi/mi-cmd-var.c: Ditto.
8121 * mi/mi-cmds.c: Ditto.
8122 * mi/mi-cmds.h: Ditto.
8123 * mi/mi-console.c: Ditto.
8124 * mi/mi-getopt.c: Ditto.
8125 * mi/mi-getopt.h: Ditto.
8126 * mi/mi-interp.c: Ditto.
8127 * mi/mi-main.c: Ditto.
8128 * mi/mi-out.c: Ditto.
8129 * mi/mi-parse.c: Ditto.
8130 * mi/mi-parse.h: Ditto.
8131 * mi/mi-symbol-cmds.c: Ditto.
8132
8133 * mi/mi-getopt.h: Move mi_opt struct up.
8134 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8135 return.
8136 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8137
8138 2012-03-06 Tom Tromey <tromey@redhat.com>
8139
8140 * proc-service.c (ps_pglobal_lookup): Set the current program
8141 space.
8142
8143 2012-03-06 Pedro Alves <palves@redhat.com>
8144
8145 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8146
8147 2012-03-05 Joel Brobecker <brobecker@adacore.com>
8148
8149 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8150
8151 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8152
8153 Code cleanup.
8154 * common/linux-osdata.c (linux_common_core_of_thread): New function
8155 comment.
8156 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
8157 call by linux_common_core_of_thread.
8158 (linux_nat_core_of_thread_1): Remove.
8159 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
8160 * linux-thread-db.c: Include linux-osdata.h.
8161 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
8162 linux_common_core_of_thread.
8163
8164 2012-03-05 Tom Tromey <tromey@redhat.com>
8165
8166 * value.c (value_primitive_field): Don't fetch contents for
8167 non-virtual bases.
8168
8169 2012-03-05 Tom Tromey <tromey@redhat.com>
8170
8171 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
8172
8173 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
8174
8175 * s390-nat.c: Include "gregset.h".
8176
8177 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8178
8179 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
8180 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
8181 (libunwind_load): New variable so_error, use it for dlerror. Try to
8182 load also LIBUNWIND_SO_7.
8183
8184 2012-03-05 Pedro Alves <palves@redhat.com>
8185
8186 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
8187 is not NULL, and remove resulting dead code.
8188
8189 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
8190
8191 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
8192 prologue to sh_analyze_prologue.
8193 (sh_analyze_prologue): Make better use of such an upper limit, and
8194 generally be more cautious about accessing memory.
8195
8196 2012-03-05 Tom Tromey <tromey@redhat.com>
8197
8198 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
8199 _initialize_ia64_hpux_tdep.
8200
8201 2012-03-05 Pedro Alves <palves@redhat.com>
8202
8203 PR gdb/13766
8204
8205 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
8206 the register state is clear, supply explicit zero, instead of
8207 marking the register unavailable.
8208
8209 2012-03-05 Tristan Gingold <gingold@adacore.com>
8210
8211 * NEWS: Mention OpenVMS ia64 new target.
8212
8213 2012-03-05 Tristan Gingold <gingold@adacore.com>
8214
8215 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
8216 (ia64_unw_accessors, ia64_unw_rse_accessors)
8217 (ia64_libunwind_descr): Declare.
8218 * ia64-vms-tdep.c: New file.
8219 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
8220 (ia64_libunwind_descr): Make them public.
8221 * configure.tgt: Add ia64-*-*vms*.
8222 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
8223 (ALLDEPFILES): Add ia64-vms-tdep.c
8224
8225 2012-03-05 Tristan Gingold <gingold@adacore.com>
8226
8227 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
8228 * remote.c (PACKET_qXfer_uib): New enum value.
8229 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
8230 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
8231 (_initialize_remote): Call add_packet_config_cmd for
8232 xfer:uib packet.
8233
8234 2012-03-05 Tristan Gingold <gingold@adacore.com>
8235
8236 * osabi.c (gdb_osabi_names): Add OpenVMS.
8237 (generic_elf_osabi_sniffer): Likewise.
8238 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
8239
8240 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8241
8242 Removed unused code.
8243 * libunwind-frame.c (libunwind_frame_unwind)
8244 (libunwind_frame_base_address): Remove.
8245 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
8246
8247 2012-03-04 Yao Qi <yao@codesourcery.com>
8248
8249 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
8250 remove trailing new line.
8251 (agent_run_command, agent_run_command): Add _ markup.
8252 (agent_capability_check): Likewise.
8253
8254 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8255
8256 * breakpoint.c (set_condition_evaluation_mode): Set
8257 CONDITION_EVALUATION_MODE unconditionally.
8258
8259 2012-03-03 Yao Qi <yao@codesourcery.com>
8260
8261 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
8262 * common/agent.h: Update declaration.
8263 * inf-child.c (inf_child_use_agent): New.
8264 (inf_child_can_use_agent): New.
8265 (inf_child_target): Initialize fields `to_use_agent'
8266 and `to_can_use_agent'.
8267 * agent.c (agent_new_objfile): New.
8268 (_initialize_agent): Add agent_new_objfile to new_objfile
8269 observer.
8270
8271 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8272 New.
8273 (linux_target_install_ops): Initialize field
8274 `to_static_tracepoint_markers_by_strid'.
8275 * remote.c (free_current_marker): Move it to ...
8276 * tracepoint.c (free_current_marker): ... here. New.
8277 (cleanup_target_stop): New.
8278 * tracepoint.h: Declare free_current_marker.
8279 * NEWS: Add one entry about `info static-tracepoint-marker'.
8280
8281 2012-03-03 Yao Qi <yao@codesourcery.com>
8282
8283 * common/agent.c (agent_loaded_p): New.
8284 (agent_look_up_symbols): New global.
8285 * common/agent.h: Declare agent_loaded_p.
8286
8287 2012-03-03 Yao Qi <yao@codesourcery.com>
8288
8289 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
8290 (agent_capability_check, agent_capability_invalidate): New.
8291 (symbol_list): New array element.
8292 * common/agent.h (enum agent_capa): New.
8293 * target.c (target_pre_inferior): Call agent_capability_invalidate.
8294
8295 2012-03-03 Yao Qi <yao@codesourcery.com>
8296
8297 * target.h (struct target_ops) <to_use_agent>: New field.
8298 (struct target_ops) <to_can_use_agent>: New field.
8299 (target_use_agent, target_can_use_agent): New macro.
8300 * target.c (update_current_target): Update.
8301 * remote.c: New enum `PACKET_QAgent'.
8302 (remote_protocol_features): Add a new element.
8303 (remote_use_agent, remote_can_use_agent): New.
8304 (init_remote_ops): Initialize field `can_use_agent' with
8305 remote_can_use_agent. Intiailize field `use_agent' with
8306 remote_use_agent.
8307 * common/agent.c (use_agent): New global.
8308 * common/agent.h: Declare it.
8309 * tracepoint.c (info_static_tracepoint_markers_command): Add
8310 comment.
8311 * Makefile.in (SFILES): Add common/agent.c and agent.c.
8312 (COMMON_OBS): Add common/agent.o and agent.o
8313 (common-agent.o): New rule.
8314 * agent.c: New.
8315
8316 2012-03-03 Yao Qi <yao@codesourcery.com>
8317
8318 * common/agent.c: New.
8319 * common/agent.h: New.
8320 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
8321 AC_CHECK_HEADERS.
8322 * configure, configh.in: Regenerated.
8323
8324 2012-03-02 Kevin Buettner <kevinb@redhat.com>
8325
8326 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
8327 unless it exists for this architecture.
8328
8329 2012-03-02 Joel Brobecker <brobecker@adacore.com>
8330
8331 * language.h (struct language_defn): New "method" la_read_var_value.
8332 * findvar.c: #include "language.h".
8333 (default_read_var_value): Renames read_var_value. Rewrite
8334 function description.
8335 (read_var_value): New function.
8336 * value.h (default_read_var_value): Add prototype.
8337 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
8338 New functions.
8339 (ada_language_defn): Add entry for la_read_var_value.
8340 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
8341 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
8342 language_defn structures to add entry for new la_read_var_value
8343 field.
8344
8345 2012-03-02 Tom Tromey <tromey@redhat.com>
8346 Pedro Alves <palves@redhat.com>
8347
8348 PR breakpoints/13776:
8349 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
8350 breakpoints.
8351 (delete_longjmp_breakpoint_at_next_stop): New.
8352 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
8353 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
8354 before deleting the inferior. Add comments.
8355 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
8356 breakpoints immediately, but only on next stop. Move that code
8357 next to where we mark other breakpoints for deletion.
8358
8359 2012-03-02 Joel Brobecker <brobecker@adacore.com>
8360
8361 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
8362 marker.
8363 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
8364 violation.
8365
8366 2012-03-02 Pedro Alves <palves@redhat.com>
8367
8368 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
8369
8370 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
8371
8372 Fix -Wmissing-prototypes build.
8373 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
8374 * remote-sim.c (gdbsim_has_all_memory): Likewise.
8375 (gdbsim_has_memory): Likewise.
8376
8377 2012-03-02 Yao Qi <yao@codesourcery.com>
8378
8379 Fix -Wmissing-prototypes build.
8380 * charset.c (phony_iconv_open): Make static.
8381 (phony_iconv_close, phony_iconv): Likewise.
8382 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
8383 * i386-windows-nat.c (_initialize_i386_windows_nat): New
8384 prototype.
8385 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
8386 * ser-mingw.c (create_select_thread): Make static.
8387 * windows-termcap.c (tgetent): New prototype.
8388 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
8389
8390 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
8391
8392 Fix -Wmissing-prototypes build.
8393 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
8394 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
8395 (_initialize_loadable): New prototypes.
8396
8397 2012-03-02 Doug Evans <dje@google.com>
8398
8399 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
8400 abbrev table, read_comp_unit will do it.
8401
8402 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8403
8404 Fix -Wmissing-prototypes build.
8405 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
8406 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
8407 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
8408 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
8409 (_initialize_arm_symbian_tdep): New prototype.
8410 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
8411 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
8412 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
8413 static.
8414 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
8415 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
8416 prototype.
8417 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
8418 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
8419 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
8420 static.
8421 * moxie-tdep.c (moxie_process_record): Likewise.
8422 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
8423 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
8424 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
8425 (_initialize_rl78_tdep): New prototype.
8426 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
8427 (_initialize_rx_tdep): New prototype.
8428 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
8429 (_initialize_darwin_solib): New prototype.
8430 * solib-spu.c: Include solib-spu.h.
8431 (_initialize_spu_solib): New prototype.
8432 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
8433 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
8434 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
8435 (tic6x_software_single_step): Make it static.
8436 (_initialize_tic6x_tdep): New prototype.
8437
8438 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8439
8440 Fix -Wmissing-prototypes build.
8441 * cris-tdep.c (cris_can_use_hardware_watchpoint)
8442 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
8443
8444 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8445
8446 Fix -Wmissing-prototypes build.
8447 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
8448 (frv_have_stopped_data_address): Remove.
8449
8450 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8451
8452 Fix -Wmissing-prototypes build.
8453 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
8454 * sh-tdep.c: Include sh64-tdep.h.
8455 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
8456 * sh64-tdep.c: Include sh64-tdep.h.
8457 * sh64-tdep.h: New file.
8458
8459 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8460
8461 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
8462
8463 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8464
8465 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
8466 sp_regnum once the gdbarch_init_osabi hook has been called.
8467
8468 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8469
8470 * mips-tdep.c (mips32_bc1_pc): New function.
8471 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
8472 BPOSGE32 and BPOSGE64 instructions.
8473 (deal_with_atomic_sequence): Likewise.
8474 (mips32_instruction_has_delay_slot): Likewise.
8475
8476 2012-03-01 Maciej W. Rozycki <macro@mips.com>
8477 Chris Dearman <chris@mips.com>
8478 Maciej W. Rozycki <macro@codesourcery.com>
8479 Joseph Myers <joseph@codesourcery.com>
8480
8481 * features/mips-dsp.xml: New file.
8482 * features/mips64-dsp.xml: New file.
8483 * features/mips-dsp-linux.xml: New file.
8484 * features/mips64-dsp-linux.xml: New file.
8485 * features/Makefile (WHICH): Add mips-dsp-linux and
8486 mips64-dsp-linux.
8487 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
8488 * features/mips-dsp-linux.c: New file.
8489 * features/mips64-dsp-linux.c: New file.
8490 * regformats/mips-dsp-linux.dat: New file.
8491 * regformats/mips64-dsp-linux.dat: New file.
8492 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
8493 registers.
8494 (mips64_linux_register_addr): Likewise.
8495 (mips64_linux_regsets_fetch_registers): Likewise.
8496 (mips64_linux_regsets_store_registers): Likewise.
8497 (mips64_linux_fetch_registers): Update call to
8498 mips64_linux_regsets_fetch_registers.
8499 (mips64_linux_store_registers): Update call to
8500 mips64_linux_regsets_store_registers.
8501 (mips_linux_read_description): Probe for DSP registers.
8502 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
8503 and initialize_tdesc_mips64_dsp_linux.
8504 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
8505 Remove padding of no longer used embedded register slots.
8506 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
8507 (MIPS_RESTART_REGNUM): Redefine enum value.
8508 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
8509 strings.
8510 (mips_tx39_reg_names): Likewise.
8511 (mips_linux_reg_names): New array of register names for Linux
8512 targets.
8513 (mips_register_name): Check for a null pointer in
8514 mips_processor_reg_names and return an empty string.
8515 (mips_register_type): Exclude embedded registers for the IRIX
8516 and Linux ABIs.
8517 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
8518 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
8519 DSP registers.
8520 (mips_stab_reg_to_regnum): Handle DSP accumulators.
8521 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
8522 (mips_gdbarch_init): Likewise. Initialize internal register
8523 indices for the Linux ABI. Use dynamic numbers to refer to
8524 registers, as applicable, while parsing the target description.
8525 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
8526
8527 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8528
8529 * frame.h (read_frame_register_unsigned): Fix typo in function
8530 description.
8531
8532 2012-03-01 Pedro Alves <palves@redhat.com>
8533
8534 * jit-reader.in [!__cplusplus]
8535 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
8536
8537 2012-03-01 Pedro Alves <palves@redhat.com>
8538
8539 * configure.ac (build_warnings): Add -Wmissing-prototypes.
8540 * configure: Regenerate.
8541
8542 2012-03-01 Pedro Alves <palves@redhat.com>
8543
8544 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
8545 * breakpoint.c (create_exception_master_breakpoint, trace_command)
8546 (ftrace_command, strace_command): Make static.
8547 * d-lang.c (_initialize_d_language): Declare.
8548 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
8549 * dwarf2loc.c (_initialize_dwarf2loc):
8550 * dwarf2read.c (process_psymtab_comp_unit): Make static.
8551 * exec.c (exec_get_section_table): Make static.
8552 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
8553 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
8554 * inferior.c (remove_inferior_command, add_inferior_command)
8555 (clone_inferior_command): Make static.
8556 * linux-nat.c (linux_nat_thread_address_space)
8557 (linux_nat_core_of_thread): Make static.
8558 * linux-tdep.c (_initialize_linux_tdep): Declare.
8559 * objc-lang.c (_initialize_objc_lang): Declare.
8560 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
8561 Make static.
8562 (_initialize_opencl_language): Declare.
8563 * record.c (_initialize_record): Declare.
8564 * remote.c (demand_private_info, remote_get_tib_address)
8565 (remote_supports_cond_tracepoints)
8566 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
8567 Make static.
8568 * skip.c (_initialize_step_skip): Declare.
8569 * symtab.c (skip_prologue_using_lineinfo): Make static.
8570 * tracepoint.c (delete_trace_state_variable)
8571 (trace_variable_command, delete_trace_variable_command)
8572 (get_uploaded_tsv, find_matching_tracepoint_location)
8573 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
8574 Make static.
8575 * value.c (pack_unsigned_long): Make static.
8576 * varobj.c (varobj_ensure_python_env): Make static.
8577 * windows-tdep.c (_initialize_windows_tdep): Declare.
8578 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
8579
8580 2012-03-01 Pedro Alves <palves@redhat.com>
8581
8582 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
8583 gdbarch parameter.
8584 (linux_init_abi): Install it as has_shared_address_space gdbarch
8585 callback.
8586
8587 2012-03-01 Pedro Alves <palves@redhat.com>
8588
8589 * observer.c (observer_test_first_notification_function)
8590 (observer_test_second_notification_function)
8591 (observer_test_third_notification_function): Add declarations.
8592
8593 2012-03-01 Pedro Alves <palves@redhat.com>
8594
8595 * common/signals.c (default_target_signal_to_host)
8596 (default_target_signal_from_host): Move ...
8597 * arch-utils.c: ... here.
8598 * arch-utils.h (default_target_signal_to_host)
8599 (default_target_signal_from_host): Declare.
8600
8601 * common/signals.c (target_signal_from_command): Move ...
8602 * infrun.c: ... here.
8603 * inferior.h (target_signal_from_command): Declare.
8604 * target.h (target_signal_from_command)
8605 (default_target_signal_from_host, default_target_signal_to_host):
8606 Delete declarations.
8607
8608 * common/signals.c (_initialize_signals): Delete.
8609
8610 2012-03-01 Pedro Alves <palves@redhat.com>
8611
8612 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
8613 both __cplusplus and !__cplusplus.
8614
8615 2012-03-01 Pedro Alves <palves@redhat.com>
8616
8617 * psymtab.c (find_and_open_source): Delete declaration.
8618 * source.c (find_and_open_source): Move comment ...
8619 * source.h (find_and_open_source): ... to this new declaration.
8620
8621 2012-03-01 Pedro Alves <palves@redhat.com>
8622
8623 * inline-frame.c: Include inline-frame.h.
8624
8625 2012-03-01 Pedro Alves <palves@redhat.com>
8626
8627 * tui/tui-data.c (set_gen_win_origin): Delete.
8628 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
8629 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
8630
8631 2012-03-01 Pedro Alves <palves@redhat.com>
8632
8633 * remote.c (encode_actions): Delete declaration.
8634 * tracepoint.c (encode_actions): Make extern.
8635 * tracepoint.h (encode_actions): Declare.
8636
8637 2012-03-01 Pedro Alves <palves@redhat.com>
8638
8639 * python/py-breakpoint.c: Include python.h.
8640 * python/py-continueevent.c (create_continue_event_object): Make
8641 static.
8642 * python/py-lazy-string.c (stpy_get_type): Make static.
8643 * python/py-newobjfileevent.c (create_new_objfile_event_object):
8644 Make static.
8645 * python/py-utils.c (unicode_to_target_python_string): Make
8646 static.
8647 * python/py-value.c: Include python.h.
8648
8649 2012-03-01 Pedro Alves <palves@redhat.com>
8650
8651 * inferior.c (delete_threads_of_inferior): Delete.
8652
8653 2012-03-01 Pedro Alves <palves@redhat.com>
8654
8655 Import fallback definitions from glibc.
8656
8657 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
8658 ps_prochandle): Forward declare.
8659 (ps_err_e): Use glibc's comments.
8660 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
8661 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
8662 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
8663 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
8664 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
8665 (struct ps_prochandle): Adjust comment.
8666
8667 2012-03-01 Pedro Alves <palves@redhat.com>
8668
8669 * ada-lang.c (ada_modulus_from_name): Delete.
8670 * ada-lex.l (lexer_init): Make static.
8671
8672 2012-03-01 Pedro Alves <palves@redhat.com>
8673
8674 PR gdb/13767
8675
8676 * frame.c (read_frame_register_unsigned): New.
8677 * frame.h (read_frame_register_unsigned): Declare.
8678 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
8679 Handle it.
8680 (print_i387_control_word): New parameter `control_p'. Handle it.
8681 (i387_print_float_info): Handle unavailable float registers.
8682
8683 2012-03-01 Keith Seitz <keiths@redhat.com>
8684
8685 * linespec.c (decode_line_2): Sort the list of methods
8686 alphabetically before presenting the user with a selection
8687 menu.
8688
8689 2012-03-01 Doug Evans <dje@google.com>
8690
8691 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
8692 has_namespace_info.
8693 (dwarf2_read_abbrevs): Remove corresponding initialization.
8694
8695 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
8696
8697 * NEWS: Mention new python command class gdb.COMMAND_USER.
8698 * cli/cli-cmds.c (show_user): Print error when used on a python
8699 command.
8700 (init_cli_cmds): Update documentation strings for "show user" and
8701 "set/show max-user-call-depth" to clarify that it does not apply to
8702 python commands.
8703 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
8704 error check.
8705 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
8706 gdb python api.
8707 * top.c (execute_command): Only execute a user-defined command as a
8708 legacy macro if c->user_commands is set.
8709
8710 2012-03-01 Tom Tromey <tromey@redhat.com>
8711
8712 * valprint.h (struct generic_val_print_decorations): New.
8713 (generic_val_print): Declare.
8714 * valprint.c (generic_val_print): New function.
8715 * p-valprint.c (p_decorations): New global.
8716 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
8717 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
8718 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
8719 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
8720 * m2-valprint.c (m2_decorations): New global.
8721 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
8722 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
8723 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
8724 TYPE_CODE_ERROR>: Call generic_val_print.
8725 * f-valprint.c (f_decorations): New global.
8726 (f_val_print): Use print_function_pointer_address.
8727 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
8728 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
8729 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
8730 generic_val_print.
8731 * c-valprint.c (c_decorations): New global.
8732 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
8733 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
8734 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
8735 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
8736 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
8737 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
8738 case.
8739
8740 2012-03-01 Tom Tromey <tromey@redhat.com>
8741
8742 * valprint.c (val_print): Update.
8743 * p-valprint (pascal_val_print): Return void.
8744 * p-lang.h (pascal_val_print): Return void.
8745 * m2-valprint.c (m2_val_print): Return void.
8746 * m2-lang.h (m2_val_print): Return void.
8747 * language.h (struct language_defn) <la_val_print>: Return void.
8748 * language.c (unk_lang_val_print): Return void.
8749 * jv-valprint.c (java_val_print): Return void.
8750 * jv-lang.h (java_val_print): Return void.
8751 * f-valprint.c (f_val_print): Return void.
8752 * f-lang.h (f_val_print): Return void.
8753 * d-valprint.c (d_val_print): Return void.
8754 (dynamic_array_type): Update.
8755 * d-lang.h (d_val_print): Return void.
8756 * c-valprint.c (c_val_print): Return void.
8757 * c-lang.h (c_val_print): Return void.
8758 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
8759 void.
8760 * ada-lang.h (ada_val_print): Return void.
8761
8762 2012-03-01 Tom Tromey <tromey@redhat.com>
8763
8764 * value.h (val_print): Return void.
8765 * valprint.c (val_print): Return void.
8766
8767 2012-03-01 Tom Tromey <tromey@redhat.com>
8768
8769 * value.h (common_val_print): Return void.
8770 * valprint.c (common_val_print): Return void.
8771
8772 2012-03-01 Tom Tromey <tromey@redhat.com>
8773
8774 * value.h (value_print): Return void.
8775 * valprint.c (value_print): Return void.
8776 * p-valprint.c (pascal_value_print): Return void.
8777 * p-lang.h (pascal_value_print): Return void.
8778 * language.h (struct language_defn) <la_value_print>: Return
8779 void.
8780 * language.c (unk_lang_value_print): Return void.
8781 * jv-valprint.c (java_value_print): Return void.
8782 * jv-lang.h (java_value_print): Return void.
8783 * f-valprint.c (c_value_print): Don't declare.
8784 Include c-lang.h.
8785 * c-valprint.c (c_value_print): Return void.
8786 * c-lang.h (c_value_print): Return void.
8787 * ada-valprint.c (ada_value_print): Return void.
8788 * ada-lang.h (ada_value_print): Return void.
8789
8790 2012-03-01 Tom Tromey <tromey@redhat.com>
8791
8792 * value.c (value_primitive_field): Handle virtual base classes.
8793
8794 2012-03-01 Tom Tromey <tromey@redhat.com>
8795
8796 * gdbtypes.h (struct vbase): Remove.
8797
8798 2012-03-01 Tom Tromey <tromey@redhat.com>
8799
8800 * c-valprint.c (print_function_pointer_address): Move...
8801 * valprint.c: ... here. Make non-static.
8802 * m2-valprint.c (print_function_pointer_address): Remove.
8803 * valprint.h (print_function_pointer_address): Declare.
8804
8805 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8806
8807 * NEWS: Document the fact that one can provide a condition when
8808 creating an Ada exception catchpoint.
8809
8810 2012-03-01 Tom Tromey <tromey@redhat.com>
8811
8812 * valprint.c (val_print_type_code_flags): Fix placement of
8813 trailing brace.
8814
8815 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8816
8817 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
8818 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
8819 environment variable before calling update-copyright.
8820
8821 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8822
8823 * gnulib/extra/update-copyright: Update to the latest from
8824 gnulib's git repository.
8825 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
8826 variable to 2 instead of 1.
8827
8828 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8829
8830 * varobj.c (c_value_of_variable): Remove dead code.
8831
8832 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8833
8834 * ada-lex.p (processId): Do not modify already encoded IDs.
8835 Update function documentation.
8836
8837 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8838
8839 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
8840 "name" with "struct symbol *name_sym".
8841 * ada-exp.y (write_var_or_type): Update call to
8842 ada_find_renaming_symbol.
8843 "name" with "struct symbol *name_sym". Adjust Implementation
8844 accordingly. Adjust the function documentation.
8845
8846 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8847
8848 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
8849 * ada-lang.c (ada_find_any_type): Add advance declaration.
8850 Make static. Replace ada_find_any_symbol by
8851 ada_find_any_type_symbol.
8852 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
8853 Improve function description. Make static.
8854 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
8855 Replace ada_find_any_symbol by ada_find_any_type_symbol.
8856
8857 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8858
8859 * ada-lang.c (struct tag_args): Delete.
8860 (ada_get_tsd_type): Function body moved up in source file.
8861 (ada_tag_name_1, ada_tag_name_2): Delete.
8862 (ada_get_tsd_from_tag): New function.
8863 (ada_tag_name_from_tsd): New function.
8864 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
8865 to determine the tag name.
8866
8867 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8868
8869 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
8870 declaration.
8871 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
8872 function.
8873
8874 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8875
8876 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
8877
8878 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8879
8880 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
8881 full searches.
8882
8883 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8884
8885 * ada-lang.c (constrained_packed_array_type): If there is a
8886 parallel XA type, use it to determine the array index type.
8887
8888 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8889
8890 * ada-valprint.c (ada_val_print_1): If our value is a reference
8891 to an array descriptor, dereference it before converting it
8892 to a simple array.
8893
8894 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8895
8896 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
8897 creating fixed value.
8898 (ada_value_ind, ada_coerce_ref, assign_component)
8899 (ada_evaluate_subexp): Remove call to unwrap_value before
8900 call to ada_to_fixed_value.
8901
8902 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8903
8904 * ada-lang.c (to_fixed_array_type): Set result's type name.
8905
8906 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8907
8908 * ada-lang.c (catch_ada_exception_command_split): Add new
8909 argument cond_string. Add support for condition at end of
8910 "catch exception" commands.
8911 (ada_decode_exception_location): Add new argument cond_string.
8912 Update call to catch_ada_exception_command_split.
8913 (create_ada_exception_catchpoint): Add new argument cond_string.
8914 Set the breakpoint condition if needed.
8915 (catch_ada_exception_command): Update call to
8916 ada_decode_exception_location.
8917 (ada_decode_assert_location): Add function documentation.
8918 Add support for condition at end of "catch assert" command.
8919 (catch_assert_command): Update calls to ada_decode_assert_location
8920 and create_ada_exception_catchpoint.
8921
8922 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8923
8924 Fix disp-step-syscall.exp: fork: single step over fork.
8925 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
8926 (i386_linux_get_syscall_number_from_regcache): ... here, new function
8927 comment, change parameters gdbarch and ptid to regcache. Remove
8928 parameter regcache, initialize gdbarch from regcache here.
8929 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
8930 New functions.
8931 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
8932 instead.
8933 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
8934 'syscall'. Make the 'int' check more strict.
8935
8936 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8937
8938 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
8939 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
8940 (i386_linux_intx80_sysenter_syscall_record): ... here.
8941 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
8942 Use the renamed function name.
8943
8944 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8945
8946 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
8947 * breakpoint.c (until_break_command): Likewise.
8948 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
8949 * infcall.c (call_function_by_hand): Likewise.
8950 * infcmd.c (finish_forward): Likewise.
8951 * infrun.c (insert_exception_resume_breakpoint): Likewise.
8952
8953 2012-02-28 Tristan Gingold <gingold@adacore.com>
8954
8955 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
8956 avoid variable assignments inside condition.
8957
8958 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8959
8960 Fix static analysis issue found by cppcheck.
8961 * microblaze-tdep.c (microblaze_extract_return_value): Fix
8962 uninitialized BUF for size 2.
8963
8964 2012-02-27 Chris Dearman <chris@mips.com>
8965 Nathan Froyd <froydnj@codesourcery.com>
8966 Maciej W. Rozycki <macro@codesourcery.com>
8967
8968 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
8969 (mips16_instruction_has_delay_slot): Likewise.
8970 (mips_segment_boundary): Likewise.
8971 (mips_adjust_breakpoint_address): Likewise.
8972 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
8973
8974 2012-02-27 Maciej W. Rozycki <macro@mips.com>
8975 Maciej W. Rozycki <macro@codesourcery.com>
8976
8977 * infrun.c (handle_inferior_event): Don't proceed through
8978 shared library trampolines if stepping at the machine
8979 instruction level.
8980
8981 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
8982
8983 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
8984 too.
8985
8986 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
8987
8988 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
8989 (sh_stub_unwind_sniffer): New functions.
8990 (sh_stub_unwind): New variable.
8991 (sh_gdbarch_init): Wire everything.
8992
8993 2012-02-27 Pedro Alves <palves@redhat.com>
8994
8995 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
8996 (linux_nat_post_attach_wait): Adjust to use
8997 linux_proc_pid_is_stopped.
8998 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
8999 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
9000 based on pid_is_stopped from both linux-nat.c and
9001 gdbserver/linux-low.c, and renamed.
9002
9003 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9004
9005 * remote.c (remote_watchpoint_addr_within_range): New function.
9006 (init_remote_ops): Use it.
9007
9008 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9009
9010 * target.h (target_watchpoint_addr_within_range): Document macro.
9011
9012 2012-02-24 Pedro Alves <palves@redhat.com>
9013
9014 * stack.c (set_last_displayed_sal): Issue internal_error instead
9015 of warning, and issue it after clearing the last displayed sal.
9016
9017 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9018 Pedro Alves <palves@redhat.com>
9019
9020 * breakpoint.c (until_break_command): Install breakpoints after
9021 all frame manipulations.
9022
9023 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9024
9025 * remote.c (remote_supports_cond_breakpoints): New forward
9026 declaration.
9027 (remote_add_target_side_condition): New function.
9028 (remote_insert_breakpoint): Add target-side breakpoint
9029 conditional if supported.
9030 (remote_insert_hw_breakpoint): Likewise.
9031 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
9032 hook.
9033
9034 * target.c (update_current_target): Inherit
9035 to_supports_evaluation_of_breakpoint_conditions.
9036 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
9037
9038 * target.h (struct target_ops)
9039 <to_supports_evaluation_of_breakpoint_conditions>: New field.
9040 (target_supports_evaluation_of_breakpoint_conditions): New #define.
9041
9042 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
9043 (condition_evaluation_both, condition_evaluation_auto,
9044 condition_evaluation_host, condition_evaluation_target,
9045 condition_evaluation_enums, condition_evaluation_mode_1,
9046 condition_evaluation_mode): New static globals.
9047 (translate_condition_evaluation_mode): New function.
9048 (breakpoint_condition_evaluation_mode): New function.
9049 (gdb_evaluates_breakpoint_condition_p): New function.
9050 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
9051 (mark_breakpoint_modified): New function.
9052 (mark_breakpoint_location_modified): New function.
9053 (set_condition_evaluation_mode): New function.
9054 (show_condition_evaluation_mode): New function.
9055 (bp_location_compare_addrs): New function.
9056 (get_first_location_gte_addr): New helper function.
9057 (set_breakpoint_condition): Free condition bytecode if locations
9058 has become unconditional. Call mark_breakpoint_modified (...).
9059 (condition_command): Call update_global_location_list (1) for
9060 breakpoints.
9061 (breakpoint_xfer_memory): Use is_breakpoint (...).
9062 (is_breakpoint): New function.
9063 (parse_cond_to_aexpr): New function.
9064 (build_target_condition_list): New function.
9065 (insert_bp_location): Handle target-side conditional
9066 breakpoints and call build_target_condition_list (...).
9067 (update_inserted_breakpoint_locations): New function.
9068 (insert_breakpoint_locations): Handle target-side conditional
9069 breakpoints.
9070 (bpstat_check_breakpoint_conditions): Add comment.
9071 (bp_condition_evaluator): New function.
9072 (bp_location_condition_evaluator): New function.
9073 (print_breakpoint_location): Print information on where the condition
9074 will be evaluated.
9075 (print_one_breakpoint_location): Likewise.
9076 (init_bp_location): Call mark_breakpoint_location_modified (...) for
9077 breakpoint location.
9078 (force_breakpoint_reinsertion): New functions.
9079 (update_global_location_list): Handle target-side breakpoint
9080 conditions.
9081 Reinsert locations that are already inserted if conditions have
9082 changed.
9083 (bp_location_dtor): Free agent expression bytecode.
9084 (disable_breakpoint): Call mark_breakpoint_modified (...).
9085 Call update_global_location_list (...) with parameter 1 for breakpoints.
9086 (disable_command): Call mark_breakpoint_location_modified (...).
9087 Call update_global_location_list (...) with parameter 1 for breakpoints.
9088 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9089 (enable_command): mark_breakpoint_location_modified (...).
9090 (_initialize_breakpoint): Update documentation and add
9091 condition-evaluation breakpoint subcommand.
9092
9093 * breakpoint.h: Include ax.h.
9094 (condition_list): New data structure.
9095 (condition_status): New enum.
9096 (bp_target_info) <cond_list>: New field.
9097 (bp_location) <condition_changed, cond_bytecode>: New fields.
9098 (is_breakpoint): New prototype.
9099
9100 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9101
9102 * remote.c (remote_state) <cond_breakpoints>: New field.
9103 (PACKET_ConditionalBreakpoints): New enum.
9104 (remote_cond_breakpoint_feature): New function.
9105 (remote_protocol_features): Add new ConditionalBreakpoints entry.
9106 (remote_supports_cond_breakpoints): New function.
9107 (_initialize_remote): Add new packet configuration for
9108 target-side conditional breakpoints.
9109
9110 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9111
9112 * NEWS: Mention target-side conditional breakpoint support,
9113 new condition-evaluation breakpoint subcommand and remote
9114 packet extensions.
9115
9116 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9117
9118 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9119 number.
9120
9121 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
9122
9123 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9124 (after_prologue): Remove.
9125
9126 2012-02-23 Tom Tromey <tromey@redhat.com>
9127
9128 * jv-valprint.c (java_val_print): Remove dead code.
9129
9130 2012-02-23 Tristan Gingold <gingold@adacore.com>
9131
9132 * ada-tasks.c (struct ada_tasks_inferior_data): Add
9133 known_tasks_element and known_tasks_length fields.
9134 (read_known_tasks_array): Change argument type. Use pointer type
9135 and number of elements from DATA. Adjust.
9136 (read_known_tasks_list): Likewise.
9137 (get_known_tasks_addr): Remove.
9138 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9139 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
9140 type and array length. Merge former get_known_tasks_addr code.
9141
9142 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9143
9144 PR backtrace/13716
9145 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9146 it after set_momentary_breakpoint.
9147
9148 2012-02-22 Sterling Augustine <saugustine@google.com>
9149
9150 PR 13689:
9151 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9152
9153 2012-02-22 Gary Benson <gbenson@redhat.com>
9154
9155 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
9156 (find_slot_in_mapped_hash): Likewise.
9157
9158 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9159
9160 PR build/13638
9161 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
9162 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
9163 * configure: Regenerate.
9164
9165 2012-02-21 Tristan Gingold <gingold@adacore.com>
9166 Pedro Alves <palves@redhat.com>
9167
9168 * ia64-tdep.c: Do not include libunwind-ia64.h.
9169 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
9170 Include libunwind-ia64.h instead of libunwind.h.
9171 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
9172 for libunwind.h existence.
9173 * configure, config.in: Regenerate.
9174
9175 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9176
9177 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
9178 instead of value_rtti_target_type.
9179 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
9180 instead of value_rtti_target_type.
9181 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
9182 value_rtti_target_type.
9183 * valops.c (value_ind): Extract function readjust_indirect_value_type.
9184 (value_rtti_target_type): Rename to ...
9185 (value_rtti_indirect_type): ... here and make it indirect. Update
9186 function comment.
9187 * value.c (readjust_indirect_value_type): New function.
9188 (coerce_ref): Support for enclosing type setting for references
9189 with readjust_indirect_value_type.
9190 * value.h (readjust_value_type): New declaration.
9191 (value_rtti_target_type): Rename to ...
9192 (value_rtti_indirect_type): ... here.
9193
9194 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9195
9196 * MAINTAINERS (Write After Approval): Add myself to the list.
9197
9198 2012-02-20 Doug Evans <dje@google.com>
9199
9200 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
9201 Rename objfile_p_char parameter to objfilep.
9202 (build_objfile_section_table): Result is now void. All callers
9203 updated.
9204 * objfiles.h (struct objfile): Tweak comments, whitespace.
9205 (build_objfile_section_table): Update.
9206
9207 * elfread.c (elf_symfile_segments): Fix warning text.
9208
9209 2012-02-20 Tom Tromey <tromey@redhat.com>
9210
9211 PR gdb/13498:
9212 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
9213 particular set of file names once.
9214 (dw2_map_symbol_filenames): Likewise.
9215
9216 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9217
9218 Code cleanup.
9219 * main.c (write_files): Remove the declaration.
9220 (external_editor_command): Move the declaration ...
9221 [GDBTK] (external_editor_command): ... here. Fix the comment.
9222
9223 2012-02-20 Tom Tromey <tromey@redhat.com>
9224
9225 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
9226 extraneous block.
9227
9228 2012-02-20 Tristan Gingold <gingold@adacore.com>
9229
9230 * darwin-nat.h (enum darwin_msg_state): Add comments.
9231
9232 2012-02-20 Tristan Gingold <gingold@adacore.com>
9233
9234 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
9235 value.
9236
9237 2012-20-18 Joel Brobecker <brobecker@adacore.com>
9238
9239 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
9240 between function description and implementation.
9241
9242 2012-02-17 Tom Tromey <tromey@redhat.com>
9243
9244 PR python/12070:
9245 * python/py-event.c (event_object_getset): New global.
9246 (event_object_type): Reference it.
9247 * python/py-type.c (field_object_getset): New global.
9248 (field_object_type): Reference it.
9249 * python/python-internal.h (gdb_py_generic_dict): Declare.
9250 * python/py-utils.c (gdb_py_generic_dict): New function.
9251
9252 2012-02-17 Tristan Gingold <gingold@adacore.com>
9253
9254 * solib-darwin.c (darwin_current_sos): Check magic and filetype
9255
9256 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
9257
9258 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
9259 TYPE_CALLING_CONVENTION annotation.
9260
9261 2012-02-16 Kevin Buettner <kevinb@redhat.com>
9262
9263 * MAINTAINERS: Add rx to target ISA section.
9264 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
9265 (ALLDEPFILES): Add rx-tdep.c.
9266
9267 2012-02-16 Tom Tromey <tromey@redhat.com>
9268
9269 * symfile.c (symbol_file_add_main_1): Use inferior's
9270 symfile_flags.
9271 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
9272 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
9273 inferior.
9274 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
9275 inferior.
9276 (follow_exec): Use inferior's symfile_flags.
9277 * inferior.h (struct inferior) <symfile_flags>: New field.
9278
9279 2012-02-16 Mike Frysinger <vapier@gentoo.org>
9280
9281 PR gdb/9734:
9282 * remote-sim.c (gdbsim_create_inferior): Call error() when
9283 sim_create_inferior() fails.
9284
9285 2012-02-16 Josh Matthews <josh@joshmatthews.net>
9286
9287 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
9288
9289 2012-02-16 Tom Tromey <tromey@redhat.com>
9290
9291 PR c++/13653:
9292 * thread.c (struct current_thread_cleanup) <was_removable>: New
9293 field.
9294 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
9295 (make_cleanup_restore_current_thread): Initialize new field.
9296
9297 2012-02-15 Kevin Buettner <kevinb@redhat.com>
9298
9299 * MAINTAINERS: Add rl78 to target ISA section.
9300 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
9301 (ALLDEPFILES): Add rl78-tdep.c.
9302 * NEWS: Mention rl78 as a new target.
9303
9304 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
9305
9306 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
9307 data.
9308 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
9309
9310 2012-02-15 Tom Tromey <tromey@redhat.com>
9311
9312 PR gdb/12659:
9313 * infcmd.c (registers_info): Print just the current register's
9314 name.
9315
9316 2012-02-15 Tom Tromey <tromey@redhat.com>
9317
9318 * python/py-symbol.c (sympy_value): Use _().
9319
9320 2012-02-15 Pedro Alves <palves@redhat.com>
9321
9322 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
9323 output to be like native targets'.
9324 (remote_pid_to_str): Special case the null ptid.
9325
9326 2012-02-14 Stan Shebs <stan@codesourcery.com>
9327
9328 * NEWS: Mention enable count command.
9329 * breakpoint.h (struct breakpoint): New field enable_count.
9330 * breakpoint.c (enable_breakpoint_disp): Add count argument.
9331 (enable_breakpoint): Add arg to call.
9332 (struct disp_data): New struct.
9333 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
9334 (do_map_enable_once_breakpoint): Create a struct and pass it.
9335 (do_map_enable_delete_breakpoint): Ditto.
9336 (do_map_enable_count_breakpoint): New function.
9337 (enable_count_command): New function.
9338 (bpstat_stop_status): Decrement enable_count.
9339 (print_one_breakpoint_location): Report enable count.
9340 (_initialize_breakpoint): Add enable count command.
9341
9342 2012-02-14 Kevin Buettner <kevinb@redhat.com>
9343
9344 * rl78-tdep.c (reggroups.h): Include.
9345 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
9346 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
9347 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
9348 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
9349 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
9350 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
9351 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
9352 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
9353 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
9354 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
9355 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
9356 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
9357 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
9358 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
9359 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
9360 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
9361 beginning of register list.
9362 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
9363 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
9364 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
9365 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
9366 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
9367 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
9368 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
9369 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
9370 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
9371 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
9372 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
9373 the pseudo registers. Rearrange other pseudo registers too so
9374 that the bank registers appear at the end.
9375 (rl78_register_type): Account for the fact that the byte sized
9376 bank registers are now pseudo-registers.
9377 (rl78_register_name): Rearrange the register name array. Make
9378 initial set of raw banked registers inaccessible.
9379 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
9380 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
9381 case for copying bytes back and forth between raw and pseudo
9382 versions of the banked registers. Update other cases to reflect
9383 the changed names.
9384 (rl78_return_value): Update to account for changed names of
9385 raw registers.
9386 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
9387 rl78_register_sim_regno().
9388
9389 2012-02-14 Kevin Buettner <kevinb@redhat.com>
9390
9391 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
9392 the name parameter being passed to find_pc_partial_function().
9393
9394 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9395
9396 * MAINTAINERS: Step down from being ia64 target maintainer.
9397
9398 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9399
9400 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
9401 compilation warning.
9402
9403 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9404
9405 Fix crash on loaded shlibs without loaded exec_bfd.
9406 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
9407 (set_section_command): Replace exec_bfd by p->bfd.
9408
9409 2012-02-10 Tom Tromey <tromey@redhat.com>
9410
9411 * linespec.c (decode_line_internal): Skip symtabs_from_filename
9412 when we have a C++ qualified name.
9413
9414 2012-02-10 Pedro Alves <palves@redhat.com>
9415
9416 * inferior.c (inferior_pid_to_str): New.
9417 (print_inferior, inferior_command): Use it.
9418
9419 2012-02-10 Pedro Alves <palves@redhat.com>
9420
9421 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
9422 the test CFLAGS.
9423 * configure: Regenerate.
9424
9425 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9426
9427 * linespec.c (decode_line_internal): Fix comment correctness.
9428
9429 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
9430
9431 PR gdb/12953
9432 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
9433 * amd64bsd-nat.c: Add support for debug registers (adapted from
9434 i386bsd-nat.c).
9435 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
9436 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
9437 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
9438 (amd64bsd_dr_get_control): New functions.
9439 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
9440 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
9441 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
9442 watchpoints initialization.
9443 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
9444
9445 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9446
9447 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
9448 flds_bnds.fields.
9449 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
9450
9451 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9452
9453 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
9454
9455 2012-02-08 Joel Brobecker <brobecker@adacore.com>
9456
9457 * language.h (symbol_name_cmp_ftype): Renames
9458 symbol_name_match_p_ftype.
9459 (struct language_defn)[la_get_symbol_name_cmp]: Renames
9460 la_get_symbol_name_match_p.
9461 * ada-lang.c (ada_get_symbol_name_cmp): Renames
9462 ada_get_symbol_name_match_p. Update comment.
9463 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
9464 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
9465 Renames symbol_name_match_p. Update field type.
9466 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
9467 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9468 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
9469 "la_get_symbol_name_cmp" in comments.
9470 * language.c: Likewise.
9471
9472 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9473
9474 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
9475 %eflags offset.
9476 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
9477 (amd64_sol2_gregset32_reg_offs): Likewise.
9478
9479 2012-02-08 Joel Brobecker <brobecker@adacore.com>
9480
9481 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
9482 of the returned BFD is allocated by GDB.
9483
9484 2012-02-07 Tom Tromey <tromey@redhat.com>
9485
9486 PR python/12027:
9487 * python/python-internal.h (frame_object_type): Declare.
9488 * python/py-symbol.c (sympy_needs_frame): New function.
9489 (sympy_value): New function.
9490 (symbol_object_getset): Add "needs_frame".
9491 (symbol_object_methods): Add "value".
9492 * python/py-frame.c (frame_object_type): No longer static.
9493
9494 2012-02-07 Tom Tromey <tromey@redhat.com>
9495
9496 PR python/13599:
9497 * python/py-symbol.c (sympy_line): New function.
9498 (symbol_object_getset): Add "line".
9499
9500 2012-02-07 Tom Tromey <tromey@redhat.com>
9501
9502 * charset.c (find_charset_names): Check 'in' against NULL.
9503
9504 2012-02-06 Doug Evans <dje@google.com>
9505
9506 * gdbtypes.h (struct main_type): Change type of name,tag_name,
9507 and fields.name members from char * to const char *. All uses updated.
9508 (struct cplus_struct_type): Change type of fn_fieldlists.name member
9509 from char * to const char *. All uses updated.
9510 (type_name_no_tag): Update.
9511 (lookup_unsigned_typename, lookup_signed_typename): Update.
9512 * gdbtypes.c (type_name_no_tag): Change result type
9513 from char * to const char *. All callers updated.
9514 (lookup_unsigned_typename, lookup_signed_typename): Change type of
9515 name parameter from char * to const char *.
9516 * symtab.h (struct cplus_specific): Change type of demangled_name
9517 member from char * to const char *. All uses updated.
9518 (struct general_symbol_info): Change type of name and
9519 mangled_lang.demangled_name members from char * to const char *.
9520 All uses updated.
9521 (symbol_get_demangled_name, symbol_natural_name): Update.
9522 (symbol_demangled_name, symbol_search_name): Update.
9523 * symtab.c (symbol_get_demangled_name): Change result type
9524 from char * to const char *. All callers updated.
9525 (symbol_natural_name, symbol_demangled_name): Ditto.
9526 (symbol_search_name): Ditto.
9527 (completion_list_add_name): Change type of symname,sym_text,
9528 text,word parameters from char * to const char *.
9529 (completion_list_objc_symbol): Change type of sym_text,
9530 text,word parameters from char * to const char *.
9531 * ada-lang.c (find_struct_field): Change type of name parameter
9532 from char * to const char *.
9533 (encoded_ordered_before): Similarly for N0,N1 parameters.
9534 (old_renaming_is_invisible): Similarly for function_name parameter.
9535 (ada_type_name): Change result type from char * to const char *.
9536 All callers updated.
9537 * ada-lang.h (ada_type_name): Update.
9538 * buildsym.c (hashname): Change type of name parameter
9539 from char * to const char *.
9540 * buildsym.h (hashname): Update.
9541 * dbxread.c (end_psymtab): Change type of include_list parameter
9542 from char ** to const char **.
9543 * dwarf2read.c (determine_prefix): Change result type
9544 from char * to const char *. All callers updated.
9545 * f-lang.c (find_common_for_function): Change type of name, funcname
9546 parameters from char * to const char *.
9547 * f-lang.c (find_common_for_function): Update.
9548 * f-valprint.c (list_all_visible_commons): Change type of funcname
9549 parameters from char * to const char *.
9550 * gdbarch.sh (static_transform_name): Change type of name parameter
9551 and result from char * to const char *.
9552 * gdbarch.c: Regenerate.
9553 * gdbarch.h: Regenerate.
9554 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
9555 of name parameter from char * to const char *.
9556 * jv-lang.c (java_primitive_type_from_name): Ditto.
9557 (java_demangled_signature_length): Similarly for signature parameter.
9558 (java_demangled_signature_copy): Ditto.
9559 (java_demangle_type_signature): Ditto.
9560 * jv-lang.h (java_primitive_type_from_name): Update.
9561 (java_demangle_type_signature): Update.
9562 * objc-lang.c (specialcmp): Change type of a,b parameters
9563 from char * to const char *.
9564 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
9565 from char * to const char *. All callers updated.
9566 * p-lang.h (is_pascal_string_type): Update.
9567 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
9568 of name parameter from char * to const char *.
9569 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
9570 * utils.c (fprintf_symbol_filtered): Ditto.
9571 * defs.h (fprintf_symbol_filtered): Update.
9572 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
9573 * stabsread.h (end_psymtab): Update.
9574 * stack.c (find_frame_funname): Change type of funname parameter
9575 from char ** to const char **.
9576 * stack.h (find_frame_funname): Update.
9577 * typeprint.c (type_print): Change type of varstring parameter
9578 from char * to const char *.
9579 * value.h (type_print): Update.
9580 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
9581 from char * to const char *. All callers updated.
9582 (xcoff_end_psymtab): Change type of include_list parameter
9583 from char ** to const char **. All callers updated.
9584 (swap_sym): Similarly for name parameter. All callers updated.
9585 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
9586 Use xstrdup.
9587 (process_coff_symbol): Use xstrdup.
9588 * stabsread.c (stabs_method_name_from_physname): Renamed from
9589 update_method_name_from_physname. Change result type from void
9590 to char *. All callers updated.
9591 (read_member_functions): In has_destructor case, store name in objfile
9592 obstack instead of malloc space. In !has_stub case, fix mem leak.
9593
9594 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
9595
9596 * configure: Rebuild.
9597 * configure.ac: Put -L../bfd and -L../libiberty at the front of
9598 LDFLAGS.
9599
9600 2012-02-03 Kevin Buettner <kevinb@redhat.com>
9601
9602 * configure.tgt (rl78-*-elf): New target.
9603 * rl78-tdep.c: New file.
9604
9605 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9606
9607 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
9608 and continue the loop. Add QUIT statement.
9609
9610 2012-02-03 Tom Tromey <tromey@redhat.com>
9611
9612 PR gdb/13596:
9613 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
9614 bfd_lookup_symbol_from_symtab.
9615 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
9616 gdb_bfd_lookup_symbol_from_symtab.
9617
9618 2012-02-03 Joel Brobecker <brobecker@adacore.com>
9619
9620 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
9621 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
9622 symbol. Add assertion that sym2 is never NULL.
9623
9624 2012-02-02 Doug Evans <dje@google.com>
9625
9626 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
9627 "name" parameter to const char ** from char **. All callers updated.
9628 (find_pc_partial_function): Ditto.
9629 (cache_pc_function_name): Change type to const char * from char *.
9630 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
9631 (find_pc_partial_function): Update.
9632 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
9633 type of "name" parameter to const char * from char *.
9634 All uses updated.
9635 * arch-utils.c (generic_in_solib_return_trampoline): Change
9636 type of "name" parameter to const char * from char *.
9637 * arch-utils.h (generic_in_solib_return_trampoline): Update.
9638 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
9639 type of "name" parameter to const char * from char *.
9640 * gdbarch.sh (in_solib_return_trampoline): Ditto.
9641 * gdbarch.c: Regenerate.
9642 * gdbarch.h: Regenerate.
9643 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
9644 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
9645 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
9646 type of "name" parameter to const char * from char *.
9647 * skip.c (skip_function_pc): Ditto.
9648 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
9649 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
9650 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
9651 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
9652 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
9653 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
9654 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
9655 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
9656 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
9657
9658 2012-02-02 Pedro Alves <palves@redhat.com>
9659
9660 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
9661 the current inferior has no execution. Make sure the current
9662 remote process matches gdb's current inferior.
9663
9664 2012-02-02 Tom Tromey <tromey@redhat.com>
9665
9666 PR gdb/13405:
9667 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
9668 read-only memory.
9669
9670 2012-02-02 Tom Tromey <tromey@redhat.com>
9671
9672 PR gdb/9307:
9673 * symtab.c (lookup_language_this): Set block_found.
9674
9675 2012-02-01 Tom Tromey <tromey@redhat.com>
9676
9677 PR gdb/13431:
9678 * jit.c (struct jit_inferior_data): Rewrite.
9679 (struct jit_objfile_data): New.
9680 (get_jit_objfile_data): New function.
9681 (add_objfile_entry): Update.
9682 (jit_read_descriptor): Return int. Replace descriptor_addr
9683 argument with inf_data. Update. Don't call error.
9684 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
9685 descriptor here.
9686 (jit_inferior_init): Don't look up descriptor. Don't call error.
9687 (jit_reset_inferior_data_and_breakpoints)
9688 (jit_inferior_created_observer): Remove.
9689 (jit_inferior_exit_hook): Update.
9690 (jit_executable_changed_observer): Remove.
9691 (jit_event_handler): Update.
9692 (free_objfile_data): Reset inferior data if needed.
9693 (_initialize_jit): Update.
9694
9695 2012-02-01 Tom Tromey <tromey@redhat.com>
9696
9697 * jit.c (bfd_open_from_target_memory): Move higher in file.
9698
9699 2012-02-01 Tristan Gingold <gingold@adacore.com>
9700
9701 * libunwind-frame.c (libunwind_load): Display message if dlopen
9702 failed.
9703
9704 2012-02-01 Gary Benson <gbenson@redhat.com>
9705
9706 * symtab.h (symbol_found_callback_ftype): New typedef.
9707 (iterate_over_symbols): Use the above.
9708 * symtab.c (iterate_over_symbols): Likewise.
9709 * language.h (language_defn->la_iterate_over_symbols): Likewise.
9710 * ada-lang.c (ada_iterate_over_symbols): Likewise.
9711 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
9712 (iterate_name_matcher): Document return values.
9713 (collect_one_symbol): Likewise.
9714 (collect_function_symbols): Likewise.
9715 (collect_symbols): Likewise.
9716
9717 2012-02-01 Tom Tromey <tromey@redhat.com>
9718
9719 * ada-lang.c (resolve_subexp): Update.
9720 (ada_lookup_symbol_list): Add 'full_search' argument.
9721 (ada_iterate_over_symbols): Pass 0 as full_search argument to
9722 ada_lookup_symbol_list.
9723 (ada_lookup_encoded_symbol): Update.
9724 (get_var_value): Update.
9725 * ada-exp.y (block_lookup): Update.
9726 (write_var_or_type): Update.
9727 (write_name_assoc): Update.
9728 * ada-lang.h (ada_lookup_symbol_list): Update.
9729
9730 2012-01-31 Tom Tromey <tromey@redhat.com>
9731
9732 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
9733 comment.
9734
9735 2012-01-31 Doug Evans <dje@google.com>
9736
9737 * symtab.h: Remove outdated comment.
9738 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
9739
9740 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
9741
9742 Fix build error in Darwin port.
9743 * i386-darwin-nat.c: Include i386-nat.h.
9744
9745 2012-01-30 Tom Tromey <tromey@redhat.com>
9746
9747 PR breakpoints/13568:
9748 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
9749 argument. Check for recursive includes.
9750 (dwarf_decode_macros): Create an include hash.
9751
9752 2012-01-30 Michael Eager <eager@eagercon.com>
9753
9754 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
9755 * ppc-linux-tdep.c: Include glibc-tdep.h.
9756 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
9757 (powerpc_linux_in_plt_stub): New function.
9758 (powerpc_linux_in_dynsym_resolve_code): New function.
9759 (ppc_skip_trampoline_code): New function.
9760 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
9761 Use glibc_skip_solib_resolver.
9762
9763 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9764
9765 Code cleanup: Make 1440 bytes of data segment read-only.
9766 * arch-utils.c (endian_enum): Make it const char *const [].
9767 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
9768 Likewise.
9769 * breakpoint.c (always_inserted_enums): Likewise.
9770 * cli/cli-cmds.c (script_ext_enums): Likewise.
9771 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
9772 enumlist parameter const char *const *.
9773 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
9774 const char *const *.
9775 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
9776 parameter const char *const *.
9777 * cris-tdep.c (cris_modes): Make it const char *const [].
9778 * filesystem.c (target_file_system_kinds): Likewise.
9779 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
9780 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
9781 (can_use_displaced_stepping_enum, scheduler_enums)
9782 (exec_direction_names): Likewise.
9783 * language.c (_initialize_language): Make the type_or_range_names and
9784 case_sensitive_names variables const char *const [].
9785 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
9786 * python/python.c (python_excp_enums): Likewise.
9787 * remote.c (interrupt_sequence_modes): Likewise.
9788 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
9789 * serial.c (logbase_enums): Likewise.
9790 * sh-tdep.c (sh_cc_enum): Likewise.
9791 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
9792 Likewise.
9793 * symtab.c (multiple_symbols_modes): Likewise.
9794 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
9795 Likewise.
9796 * utils.c (internal_problem_modes): Likewise.
9797
9798 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9799
9800 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
9801 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
9802 result.
9803
9804 2012-01-27 Doug Evans <dje@google.com>
9805
9806 * configure.ac (with_python): Fix absolute path handling for win32.
9807 * configure: Regenerate.
9808
9809 2012-01-26 Doug Evans <dje@google.com>
9810
9811 * symtab.c: Whitespace cleanup, no code changes.
9812
9813 * symtab.c (lookup_symbol_in_language): Improve comment.
9814 (lookup_symbol_aux): Fix comment.
9815
9816 * psymtab.c (add_psymbol_to_list): Result is now "void".
9817 * psympriv.h (add_psymbol_to_list): Update.
9818
9819 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
9820
9821 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9822
9823 Do not open script filenames twice.
9824 * cli/cli-cmds.c (source_script_from_stream): Pass to
9825 source_python_script also STREAM.
9826 * python/py-auto-load.c (source_section_scripts): Pass to
9827 source_python_script_for_objfile also STREAM.
9828 (auto_load_objfile_script): Pass to source_python_script_for_objfile
9829 also INPUT.
9830 * python/python-internal.h (source_python_script_for_objfile): New
9831 parameter file, rename parameter file to filename.
9832 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
9833 instead if !_WIN32. Update the function comment.
9834 (source_python_script, source_python_script_for_objfile)
9835 (source_python_script): New parameter file, rename parameter file to
9836 filename. Pass FILENAME to python_run_simple_file.
9837 * python/python.h (source_python_script): New parameter file, rename
9838 parameter file to filename.
9839
9840 2012-01-26 Pedro Alves <palves@redhat.com>
9841
9842 * corelow.c (core_has_fake_pid): Delete.
9843 (core_close): Delete references to `core_has_fake_pid'.
9844 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
9845 (core_open): Delete references to `core_has_fake_pid'.
9846 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
9847 the removed global.
9848
9849 2012-01-26 Joel Brobecker <brobecker@adacore.com>
9850
9851 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
9852 Remove language parameter from name_matcher. Adjust the comment.
9853 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
9854 Remove language parameter.
9855 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
9856 * linespec.c (iterate_name_matcher): Likewise.
9857 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
9858 name_matcher. Adjust call accordingly.
9859 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
9860 (maintenance_check_symtabs): Adjust type of parameter "fun".
9861 * psymtab.h (maintenance_check_symtabs): Likewise.
9862
9863 2012-01-26 Joel Brobecker <brobecker@adacore.com>
9864
9865 * language.h (symbol_name_match_p_ftype): New typedef.
9866 (struct language_defn): Replace field la_symbol_name_compare
9867 by la_get_symbol_name_match_p.
9868 * ada-lang.c (ada_get_symbol_name_match_p): New function.
9869 (ada_language_defn): Use it.
9870 * linespec.c (struct symbol_matcher_data): New type.
9871 (iterate_name_matcher): Rewrite.
9872 (iterate_over_all_matching_symtabs): Pass a pointer to
9873 a symbol_matcher_data struct to expand_symtabs_matching
9874 instead of just the lookup name.
9875 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9876 opencl-lang.c, p-lang.c, language.c: Delete field
9877 la_symbol_name_compare, and replace by NULL for new field
9878 la_get_symbol_name_match_p.
9879 * symfile.h (struct quick_symbol_functions): Update comment.
9880
9881 2012-01-25 Tom Tromey <tromey@redhat.com>
9882
9883 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
9884 dereferencing.
9885
9886 2012-01-24 Tom Tromey <tromey@redhat.com>
9887
9888 PR symtab/12406:
9889 * solib.c (update_solib_list): Update the program space's
9890 added_solibs and deleted_solibs fields.
9891 * progspace.h (struct program_space) <added_solibs,
9892 deleted_solibs>: New fields.
9893 (clear_program_space_solib_cache): Declare.
9894 * progspace.c (release_program_space): Call
9895 clear_program_space_solib_cache.
9896 (clear_program_space_solib_cache): New function.
9897 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
9898 bpstat_stop_status. Use handle_solib_event.
9899 * breakpoint.c: Include gdb_regex.h.
9900 (print_solib_event): New function.
9901 (bpstat_print): Use print_solib_event.
9902 (bpstat_stop_status): Add special case for bp_shlib_event.
9903 (handle_solib_event): New function.
9904 (bpstat_what): Use handle_solib_event.
9905 (struct solib_catchpoint): New.
9906 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
9907 (breakpoint_hit_catch_solib, check_status_catch_solib)
9908 (print_it_catch_solib, print_one_catch_solib)
9909 (print_mention_catch_solib, print_recreate_catch_solib): New
9910 functions.
9911 (catch_solib_breakpoint_ops): New global.
9912 (catch_load_or_unload, catch_load_command_1)
9913 (catch_unload_command_1): New functions.
9914 (internal_bkpt_check_status): Add special case for
9915 bp_shlib_event.
9916 (internal_bkpt_print_it): Use print_solib_event.
9917 (initialize_breakpoint_ops): Initialize
9918 catch_solib_breakpoint_ops.
9919 (_initialize_breakpoint): Register "catch load" and "catch
9920 unload".
9921 * breakpoint.h (handle_solib_event): Declare.
9922 * NEWS: Add entry for "catch load" and "catch unload".
9923
9924 2012-01-24 Tom Tromey <tromey@redhat.com>
9925
9926 * ada-lang.c: Include gdb_vecs.h.
9927 * charset.c: Include gdb_vecs.h.
9928 * tracepoint.h: Include gdb_vecs.h.
9929 * gdb_vecs.h: New file.
9930
9931 2012-01-24 Pedro Alves <pedro@codesourcery.com>
9932
9933 * breakpoint.c (breakpoint_hit_catch_fork)
9934 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
9935 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
9936 * infrun.c (inferior_has_forked, inferior_has_vforked)
9937 (inferior_has_execd, inferior_has_called_syscall): Delete.
9938 (handle_syscall_event): Get syscall_number from the execution
9939 control state's wait status.
9940 (wait_for_inferior): Don't clear syscall_number.
9941
9942 2012-01-24 Pedro Alves <palves@redhat.com>
9943
9944 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
9945 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
9946 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
9947 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
9948 `ws' parameter.
9949 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
9950 false for events other than TARGET_SIGNAL_TRAP.
9951 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
9952 Add `ws' parameter.
9953 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
9954 events other than TARGET_SIGNAL_TRAP.
9955 (tracepoint_breakpoint_hit): Add `ws' parameter.
9956 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
9957 parameter.
9958 (bpstat_stop_status): Same.
9959 (pc_at_non_inline_function): Same.
9960 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
9961 to pass the current event's waitstatus to bpstat_stop_status
9962 and pc_at_non_inline_function.
9963
9964 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9965
9966 Code cleanup.
9967 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
9968 Update the function comment for it.
9969 (source_script_with_search): Call make_cleanup_fclose for STREAM.
9970 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
9971 for STREAM.
9972
9973 2012-01-24 Pedro Alves <palves@redhat.com>
9974
9975 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
9976 outside `bs->stop' block.
9977 (bpstat_what): Rework bp_shlib_event handling.
9978 (internal_bkpt_check_status): If the breakpoint is a
9979 bp_shlib_event, then set bs->stop and bs->print if
9980 stop_on_solib_events is set.
9981
9982 2012-01-24 Gary Benson <gbenson@redhat.com>
9983
9984 Delete #if 0'd out code.
9985 * stack.c (print_frame_label_vars): Remove.
9986 (catch_info): Likewise.
9987 (_initialize_stack): Remove "info catch" command.
9988 * NEWS: Mention the above.
9989
9990 2012-01-24 Pedro Alves <palves@redhat.com>
9991
9992 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
9993 it.
9994 (remote_notice_new_inferior): If the remote end doesn't support
9995 the multiprocess extensions, then the PID is fake.
9996 (add_current_inferior_and_thread): New.
9997 (remote_start_remote): Use it.
9998 (extended_remote_attach_1): Adjust.
9999 (extended_remote_create_inferior_1): Use
10000 add_current_inferior_and_thread.
10001
10002 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10003
10004 Fix watchpoints to be specific for each inferior.
10005 * breakpoint.c (watchpoint_in_thread_scope): Verify also
10006 current_program_space.
10007 * i386-nat.c (i386_inferior_data_cleanup): New.
10008 (i386_inferior_data_get): Replace variable inf_data_local by an
10009 inferior_data call.
10010 (i386_use_watchpoints): Initialize i386_inferior_data.
10011 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
10012 specific iterate_over_lwps.
10013
10014 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10015
10016 Fix watchpoints across inferior fork.
10017 * amd64-linux-nat.c (update_debug_registers_callback): Update the
10018 comment for linux_nat_iterate_watchpoint_lwps.
10019 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10020 linux_nat_iterate_watchpoint_lwps.
10021 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
10022 * i386-linux-nat.c (update_debug_registers_callback): Update the
10023 comment for linux_nat_iterate_watchpoint_lwps.
10024 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10025 linux_nat_iterate_watchpoint_lwps.
10026 (i386_linux_prepare_to_resume): New comment on Linux kernel.
10027 * i386-nat.c: Include inferior.h.
10028 (dr_mirror): Remove.
10029 (i386_inferior_data, struct i386_inferior_data)
10030 (i386_inferior_data_get): New.
10031 (i386_debug_reg_state): Use i386_inferior_data_get.
10032 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
10033 (i386_insert_watchpoint, i386_remove_watchpoint)
10034 (i386_stopped_data_address, i386_insert_hw_breakpoint)
10035 (i386_remove_hw_breakpoint): New variable state, use
10036 i386_debug_reg_state instead of DR_MIRROR.
10037 * linux-nat.c (delete_lwp): New declaration.
10038 (num_lwps): Move here from downwards.
10039 (delete_lwp_cleanup): New.
10040 (linux_child_follow_fork): Create new child_lp, call
10041 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
10042 PTRACE_DETACH.
10043 (num_lwps): Move upwards.
10044 (linux_nat_iterate_watchpoint_lwps): New.
10045 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
10046 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
10047
10048 2012-01-24 Joel Brobecker <brobecker@adacore.com>
10049
10050 GDB 7.4 released.
10051
10052 2012-01-23 Pedro Alves <palves@redhat.com>
10053
10054 * top.c (caution): Rename to ...
10055 (confirm): ... this.
10056 (show_caution): Rename to ...
10057 (show_confirm): ... this.
10058 (quit_cover): Adjust.
10059 (init_main): Adjust.
10060 * top.h (caution): Rename to ...
10061 (confirm): ... this.
10062 * utils.c (internal_vproblem, defaulted_query): Adjust.
10063
10064 2012-01-23 Pedro Alves <palves@redhat.com>
10065
10066 * top.c (caution): Update comment.
10067 (execute_command): Don't consider the current value of `caution'.
10068
10069 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10070
10071 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
10072
10073 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
10074
10075 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10076 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
10077 * target.c (target_fileio_pwrite): Remove buffer address from
10078 debug output.
10079 (target_fileio_pread): Likewise.
10080
10081 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10082
10083 * NEWS: Document remote "info proc" and "generate-core-file".
10084
10085 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10086
10087 * gdbarch.sh (find_memory_regions): New callback.
10088 * gdbarch.c, gdbarch.h: Regenerate.
10089
10090 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10091 callback before falling back to target method.
10092
10093 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10094 (linux_target_install_ops): No longer install it.
10095
10096 * linux-tdep.c (linux_find_memory_regions): New function.
10097 (linux_init_abi): Install it.
10098
10099 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10100
10101 * gdbarch.sh (make_corefile_notes): New architecture callback.
10102 * gdbarch.c: Regenerate.
10103 * gdbarch.h: Likewise.
10104
10105 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10106 before target_make_corefile_notes. If NULL is returned, the
10107 target does not support core file generation.
10108
10109 * linux-nat.c: Include "linux-tdep.h".
10110 (find_signalled_thread, find_stop_signal): Remove.
10111 (linux_nat_do_thread_registers): Likewise.
10112 (struct linux_nat_corefile_thread_data): Likewise.
10113 (linux_nat_corefile_thread_callback): Likewise.
10114 (iterate_over_spus): Likewise.
10115 (struct linux_spu_corefile_data): Likewise.
10116 (linux_spu_corefile_callback): Likewise.
10117 (linux_spu_make_corefile_notes): Likewise.
10118 (linux_nat_collect_thread_registers): New function.
10119 (linux_nat_make_corefile_notes): Replace contents by call to
10120 linux_make_corefile_notes passing linux_nat_collect_thread_registers
10121 as native-only callback.
10122
10123 * linux-tdep.h: Include "bfd.h".
10124 (struct regcache): Add forward declaration.
10125 (linux_collect_thread_registers_ftype): New typedef.
10126 (linux_make_corefile_notes): Add prototype.
10127 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10128 "regset.h", and "elf-bfd.h".
10129 (find_signalled_thread, find_stop_signal): New functions.
10130 (linux_spu_make_corefile_notes): Likewise.
10131 (linux_collect_thread_registers): Likewise.
10132 (struct linux_corefile_thread_data): New data structure.
10133 (linux_corefile_thread_callback): New funcion.
10134 (linux_make_corefile_notes): Likewise.
10135 (linux_make_corefile_notes_1): Likewise.
10136 (linux_init_abi): Install it.
10137
10138 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10139
10140 * gdbarch.sh (info_proc): New callback.
10141 * gdbarch.c, gdbarch.h: Regenerate.
10142
10143 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10144 before falling back to the target info_proc callback.
10145
10146 * linux-nat.c: Do not include "cli/cli-utils.h".
10147 (linux_nat_info_proc): Remove.
10148 (linux_target_install_ops): No longer install it.
10149
10150 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10151 (read_mapping): New function.
10152 (linux_info_proc): Likewise.
10153 (linux_init_abi): Install it.
10154
10155 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10156
10157 * defs.h (enum info_proc_what): Moved here from linux-nat.c
10158 * infcmd.c: (info_proc_cmd_1): New function.
10159 (info_proc_cmd): New function, moved here from equivalent routine
10160 orignally in linux-nat.c.
10161 (info_proc_cmd_mappings): Likewise.
10162 (info_proc_cmd_stat): Likewise.
10163 (info_proc_cmd_status): Likewise.
10164 (info_proc_cmd_cwd): Likewise.
10165 (info_proc_cmd_cmdline): Likewise.
10166 (info_proc_cmd_exe): Likewise.
10167 (info_proc_cmd_all): Likewise.
10168 (_initialize_infcmd): Install "info proc" command and subcommands.
10169
10170 * target.h (struct target_ops): Add to_info_proc.
10171 (target_info_proc): Add prototype.
10172 * target.c (target_info_proc): New function.
10173
10174 * procfs.c (procfs_info_proc): Add prototype.
10175 (info_proc_cmd): Rename into ...
10176 (procfs_info_proc): ... this. Update argument types as appropriate
10177 for a to_info_proc implementation. Handle "what" argument.
10178 (procfs_target): Install procfs_info_proc.
10179 (_initialize_procfs): No longer install "info proc" command.
10180
10181 * linux-nat.c: (enum info_proc_what): Remove.
10182 (linux_nat_info_proc_cmd_1): Rename into ...
10183 (linux_nat_info_proc): ... this. Update argument types as appropriate
10184 for a to_info_proc implementation.
10185 (linux_nat_info_proc_cmd): Remove.
10186 (linux_nat_info_proc_cmd_mappings): Likewise.
10187 (linux_nat_info_proc_cmd_stat): Likewise.
10188 (linux_nat_info_proc_cmd_status): Likewise.
10189 (linux_nat_info_proc_cmd_cwd): Likewise.
10190 (linux_nat_info_proc_cmd_cmdline): Likewise.
10191 (linux_nat_info_proc_cmd_exe): Likewise.
10192 (linux_nat_info_proc_cmd_all): Likewise.
10193 (linux_target_install_ops): Install linux_nat_info_proc.
10194 (_initialize_linux_nat): No longer install "info proc" command
10195 and subcommands.
10196
10197 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10198
10199 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
10200 * config.in, configure: Regenerate.
10201
10202 * target.h (struct target_ops): Add to_fileio_readlink.
10203 (target_fileio_readlink): Add prototype.
10204 * target.c (target_fileio_readlink): New function.
10205
10206 * inf-child.c: Conditionally include <sys/param.h>.
10207 (inf_child_fileio_readlink): New function.
10208 (inf_child_target): Install it.
10209
10210 * remote.c (PACKET_vFile_readlink): New enum value.
10211 (remote_hostio_readlink): New function.
10212 (init_remote_ops): Install it.
10213 (_initialize_remote): Handle vFile:readlink packet type.
10214
10215 2012-01-20 Pedro Alves <palves@redhat.com>
10216 Ulrich Weigand <ulrich.weigand@linaro.org>
10217
10218 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
10219 * config.in, configure: Regenerate.
10220
10221 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
10222 to_fileio_pread, to_fileio_close, to_fileio_unlink.
10223 (target_fileio_open): Add prototype.
10224 (target_fileio_pwrite): Likewise.
10225 (target_fileio_pread): Likewise.
10226 (target_fileio_close): Likewise.
10227 (target_fileio_unlink): Likewise.
10228 (target_fileio_read_alloc): Likewise.
10229 (target_fileio_read_stralloc): Likewise.
10230
10231 * target.c: Include "gdb/fileio.h".
10232 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
10233 (default_fileio_target): New function.
10234 (target_fileio_open): Likewise.
10235 (target_fileio_pwrite): Likewise.
10236 (target_fileio_pread): Likewise.
10237 (target_fileio_close): Likewise.
10238 (target_fileio_unlink): Likewise.
10239 (target_fileio_close_cleanup): Likewise.
10240 (target_fileio_read_alloc_1): Likewise.
10241 (target_fileio_read_alloc): Likewise.
10242 (target_fileio_read_stralloc): Likewise.
10243
10244 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
10245 <fcntl.h>, and <unistd.h>.
10246 (inf_child_fileio_open_flags_to_host): New function.
10247 (inf_child_errno_to_fileio_error): Likewise.
10248 (inf_child_fileio_open): Likewise.
10249 (inf_child_fileio_pwrite): Likewise.
10250 (inf_child_fileio_pread): Likewise.
10251 (inf_child_fileio_close): Likewise.
10252 (inf_child_fileio_unlink): Likewise.
10253 (inf_child_target): Install to_fileio routines.
10254
10255 * remote.c (init_remote_ops): Install to_fileio routines.
10256
10257 2012-01-20 Pedro Alves <palves@redhat.com>
10258 Ulrich Weigand <ulrich.weigand@linaro.org>
10259
10260 * remote.c (remote_multi_process_p): Only check for multi-process
10261 protocol feature, do not check for extended protocol.
10262 (remote_supports_multi_process): Check for extended protocol here.
10263 (set_general_process): Likewise.
10264 (extended_remote_kill): Likewise.
10265 (remote_pid_to_str): Likewise.
10266 (remote_query_supported): Always query multiprocess mode.
10267
10268 2012-01-20 Pedro Alves <palves@redhat.com>
10269 Ulrich Weigand <ulrich.weigand@linaro.org>
10270
10271 * inferior.h (struct inferior): Add fake_pid_p.
10272 * inferior.c (exit_inferior_1): Clear fake_pid_p.
10273 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
10274 magic_null_ptid since the remote side doesn't provide a real PID.
10275
10276 2012-01-19 Tom Tromey <tromey@redhat.com>
10277
10278 * NEWS: Combine the two Python sections.
10279
10280 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10281
10282 * target.h (target_close): Update comment on the target's unpush state.
10283
10284 2012-01-19 Pedro Alves <palves@redhat.com>
10285
10286 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
10287 linux_nat_async directly instead of going through the target
10288 vector.
10289 * target.c (unpush_target): Close target after unpushing it, not
10290 before.
10291
10292 2012-01-19 Gary Benson <gbenson@redhat.com>
10293
10294 * mdebugread.c (sort_blocks): Replace integer constants with ones
10295 derived from FIRST_LOCAL_BLOCK.
10296
10297 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
10298 Jan Kratochvil <jan.kratochvil@redhat.com>
10299
10300 PR gdb/9538
10301 * symfile.c (find_separate_debug_file): New function.
10302 (terminate_after_last_dir_separator): Likewise.
10303 (find_separate_debug_file_by_debuglink): Also try realpath.
10304 * configure.ac (AC_CHECK_FUNCS): Add lstat.
10305 * configure: Regenerate.
10306 * config.in: Regenerate.
10307
10308 2012-01-18 Doug Evans <dje@google.com>
10309
10310 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
10311 (main.o): Remove rule.
10312 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
10313 (--with-sysroot): Rewrite.
10314 * configure: Regenerate.
10315 * config.in: Regenerate.
10316
10317 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
10318
10319 * parse.c (initialize_expout): New function.
10320 (reallocate_expout): Likewise.
10321 (parse_exp_in_context): Use `initialize_expout' and
10322 `reallocate_expout' when appropriate.
10323
10324 2012-01-18 Pedro Alves <palves@redhat.com>
10325
10326 * record.c (struct record_breakpoint, record_breakpoint_p)
10327 (record_breakpoints): New.
10328 (record_insert_breakpoint, record_remove_breakpoint): Manage
10329 record breakpoints list. Only remove breakpoints from the
10330 inferior if they had been inserted there in the first place.
10331
10332 2012-01-17 Doug Evans <dje@google.com>
10333
10334 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
10335 if we know we don't have a file name to look for.
10336
10337 2012-01-17 Pedro Alves <palves@redhat.com>
10338
10339 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
10340 the frame's stop reason is UNWIND_UNAVAILABLE.
10341
10342 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10343
10344 Fix compilation error.
10345 * m2-exp.y (yyerror): Use ANSI C prototype.
10346
10347 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10348
10349 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
10350 (growbuf_by_size): Likewise.
10351 (yyerror): Likewise.
10352 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
10353 (modblock): Remove variable (was #if 0'ed).
10354 (parse_number): Convert prototype from K&R to ANSI C.
10355 (yyerror): Likewise.
10356 * objc-exp.y (parse_number): Likewise.
10357 (yyerror): Likewise.
10358 (yylex): Remove #if 0'ed code.
10359 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
10360 (yyerror): Likewise.
10361
10362 2012-01-16 Tom Tromey <tromey@redhat.com>
10363
10364 * NEWS: Add item.
10365 * symtab.h (compare_filenames_for_search): Declare.
10366 * symtab.c (compare_filenames_for_search): New function.
10367 (iterate_over_some_symtabs): Use it.
10368 * symfile.h (struct quick_symbol_functions)
10369 <map_symtabs_matching_filename>: Change spec.
10370 * psymtab.c (partial_map_symtabs_matching_filename): Use
10371 compare_filenames_for_search. Update for new spec.
10372 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
10373 compare_filenames_for_search. Update for new spec.
10374 * breakpoint.c (clear_command): Use compare_filenames_for_search.
10375
10376 2012-01-16 Tom Tromey <tromey@redhat.com>
10377
10378 PR python/13281:
10379 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
10380 (struct main_type) <flag_flag_enum>: New field.
10381 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
10382 * NEWS: Add entries.
10383 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
10384 enums.
10385 * python/lib/gdb/printing.py (_EnumInstance): New class.
10386 (FlagEnumerationPrinter): Likewise.
10387
10388 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10389
10390 * breakpoint.c (create_sals_from_address_default): New function.
10391 (create_breakpoints_sal_default): Likewise.
10392 (decode_linespec_default): Likewise.
10393 (is_marker_spec): Removed.
10394 (strace_marker_p): New function.
10395 (init_breakpoint_sal): Using `strace_marker_p' instead of
10396 `is_marker_spec'.
10397 (create_breakpoint): Call method `create_sals_from_address' from
10398 breakpoint_ops, replacing code that created SALs conditionally
10399 on the type of the breakpoint. Call method `create_breakpoints_sal',
10400 replacing code that created breakpoints conditionally on the type
10401 wanted.
10402 (base_breakpoint_create_sals_from_address): New function.
10403 (base_breakpoint_create_breakpoints_sal): Likewise.
10404 (base_breakpoint_decode_linespec): Likewise.
10405 (base_breakpoint_ops): Add methods
10406 `base_breakpoint_create_sals_from_address',
10407 `base_breakpoint_create_breakpoints_sal' and
10408 `base_breakpoint_decode_linespec'.
10409 (bkpt_create_sals_from_address): New function.
10410 (bkpt_create_breakpoints_sal): Likewise.
10411 (bkpt_decode_linespec): Likewise.
10412 (tracepoint_create_sals_from_address): Likewise.
10413 (tracepoint_create_breakpoints_sal): Likewise.
10414 (tracepoint_decode_linespec): Likewise.
10415 (strace_marker_create_sals_from_address): Likewise.
10416 (strace_marker_create_breakpoints_sal): Likewise.
10417 (strace_marker_decode_linespec): Likewise.
10418 (strace_marker_breakpoint_ops): New variable.
10419 (addr_string_to_sals): Remove `marker_spec'. Call method
10420 `decode_linespec' from breakpoint_ops, replacing code that decoded
10421 an address string into a SAL. Use `strace_marker_p' instead of
10422 `marker_spec'.
10423 (strace_command): Decide whether we are dealing with a static
10424 tracepoint with marker or not. Use the appropriate breakpoint_ops.
10425 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
10426 * breakpoint.h (linespec_result, linespec_sals): New forward
10427 declarations.
10428 (breakpoint_ops) <create_sals_from_address>,
10429 <create_breakpoints_sal>, <decode_linespec>: New methods.
10430
10431 2012-01-14 Doug Evans <dje@google.com>
10432
10433 * NEWS: Update text for "maint set python print-stack".
10434 It is deprecated in gdb 7.4 and deleted in 7.5.
10435
10436 2012-01-13 Eli Zaretskii <eliz@gnu.org>
10437
10438 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
10439 including curses.h.
10440
10441 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10442
10443 * configure: Regenerate.
10444 * config.in: Regenerate.
10445
10446 2012-01-12 Keith Seitz <keiths@redhat.com>
10447
10448 PR mi/10586
10449 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
10450 (ANONYMOUS_UNION_NAME): Define.
10451 (is_path_expr_parent): New function.
10452 (get_path_expr_parent): New function.
10453 (is_anonymous_child): New function.
10454 (create_child_with_value): If the child is anonymous and without
10455 a name, assign an object name to it.
10456 (c_describe_child): Use get_path_expr_parent to determine
10457 the parent expression.
10458 If there field represents an anonymous struct or union and
10459 has no name, set an appropriate display name and expression.
10460 (cplus_describe_child): Likewise.
10461
10462 2012-01-12 Pedro Alves <palves@redhat.com>
10463
10464 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
10465 available when %ebp is found to be zero (outermost).
10466
10467 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
10468
10469 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
10470 an internal gdb_static_assert.
10471 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
10472
10473 2012-01-11 Tom Tromey <tromey@redhat.com>
10474
10475 PR gdb/9598:
10476 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
10477 catch" and "catch throw".
10478
10479 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
10480
10481 * blockframe.c (block_innermost_frame): Start search from selected
10482 frame, if present, or otherwise the current frame.
10483
10484 * c-exp.y (variable): Update innermost_block for
10485 'block COLONCOLON NAME' clause.
10486 * m2-exp.y (variable): Ditto.
10487 * objc-exp.y (variable): Ditto.
10488
10489 2012-01-10 Tom Tromey <tromey@redhat.com>
10490
10491 PR python/13199:
10492 * python/python.c (finish_python_initialization): Set sys.argv.
10493
10494 2012-01-10 Doug Evans <dje@google.com>
10495
10496 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
10497 "want_line_info". All callers updated.
10498 (dwarf_decode_lines_1): New function.
10499 (handle_DW_AT_stmt_list): Add function comment.
10500 New arg "want_line_info". All callers updated.
10501 (read_file_scope,read_type_unit_scope): Move comment from
10502 handle_DW_AT_stmt_list to here.
10503
10504 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10505
10506 Fix regression after libiberty/ update for GCC PR 6057 and others.
10507 * c-exp.y (operator) <OPERATOR DELETE>
10508 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10509 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
10510 (make_builtin_type, make_name): New variable i, add gdb_assert.
10511 (operator) <OPERATOR NEW>: Update ARGS to 3.
10512 (operator) <OPERATOR DELETE>: Add trailing space.
10513 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
10514 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10515 * cp-support.c (cp_canonicalize_string): Check NULL from
10516 cp_comp_to_string, call warning and return.
10517
10518 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10519
10520 Fix duplicate .o files after omitting libbfd.a.
10521 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
10522 (SFILES): Add corelow.c.
10523 (COMMON_OBS): Add corelow.o.
10524 (ALLDEPFILES): Remove corelow.c.
10525 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
10526 * config/alpha/alpha-osf3.mh: Likewise.
10527 * config/alpha/fbsd.mh: Likewise.
10528 * config/arm/nbsdaout.mh: Likewise.
10529 * config/arm/nbsdelf.mh: Likewise.
10530 * config/i386/i386gnu.mh: Likewise.
10531 * config/ia64/hpux.mh: Likewise.
10532 * config/ia64/linux.mh: Likewise.
10533 * config/m32r/linux.mh: Likewise.
10534 * config/m68k/linux.mh: Likewise.
10535 * config/mips/irix5.mh: Likewise.
10536 * config/mips/irix6.mh: Likewise.
10537 * config/pa/hpux.mh: Likewise.
10538 * config/pa/linux.mh: Likewise.
10539 * config/powerpc/aix.mh: Likewise.
10540 * config/sparc/linux.mh: Likewise.
10541 * config/sparc/linux64.mh: Likewise.
10542 * config/sparc/sol2.mh: Likewise.
10543 * config/vax/vax.mh: Likewise.
10544 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
10545 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
10546 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
10547 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
10548 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
10549 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
10550 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
10551 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
10552 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
10553 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
10554 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
10555 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
10556 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10557 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
10558 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
10559 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10560 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
10561 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
10562 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
10563 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
10564 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
10565 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
10566 corelow.o from gdb_target_obs.
10567 * corefile.c (core_target): Update the comment on NULL value.
10568 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
10569 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
10570 MATCHES. Drop YUMMY set on NULL.
10571 (core_close): Do not call exit_inferior_silent on zero PID. Do not
10572 reclaim CORE_DATA if it is already NULL.
10573
10574 2012-01-09 Doug Evans <dje@google.com>
10575
10576 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
10577 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
10578
10579 2012-01-09 Keith Seitz <keiths@redhat.com>
10580
10581 * breakpoint.c (wrapper.h): Don't include.
10582
10583 2012-01-09 Keith Seitz <keiths@redhat.com>
10584
10585 * Makefile.in (SFILES): Remove wrapper.c.
10586 (HFILES_NO_SRCDIR): Remove wrapper.h.
10587 (COMMON_OBS): Remove wrapper.o.
10588 * cli/cli-interp.c: Don't inlude wrapper.h.
10589 * corelow.c: Likewise.
10590 (core_open): Replace gdb_target_find_new_threads with
10591 TRY_CATCH around target_find_new_threads.
10592 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
10593 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
10594 * varobj.c (varobj_create): Likewise for parse_exp_1 and
10595 evaluate_expression.
10596 (varobj_set_value): Likewise for evaluate_expression and
10597 value_assign.
10598 (install_new_variable): Likewise for value_fetch_lazy.
10599 (adjust_value_for_child_access): Likewise for value_ind.
10600 (c_describe_child): Likewise for value_subscript and
10601 value_ind.
10602 (c_value_of_root): Likewise for evaluate_expression.
10603 * wrapper.c: Remove.
10604 * wrapper.h: Remove.
10605
10606 2012-01-09 Doug Evans <dje@google.com>
10607
10608 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
10609 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
10610 "abfd" args with "section". All callers updated.
10611 Error checking code moved ...
10612 (error_check_comp_unit_head): ... here. New function.
10613 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
10614 Delete arg "abfd". New arg "type_offset". All callers updated.
10615 (create_debug_types_hash_table): Simplify by using
10616 read_and_check_type_unit_head.
10617
10618 * parser-defs.h (namecopy): Delete.
10619 * parse.c (namecopy, namecopy_size): Move into copy_name.
10620
10621 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10622
10623 Partially fix duplicate .o files after omitting libbfd.a.
10624 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
10625 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10626 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
10627 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10628 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
10629 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
10630 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10631
10632 2012-01-09 Pedro Alves <palves@redhat.com>
10633
10634 * MAINTAINERS: Update my email address.
10635
10636 2012-01-08 Doug Evans <dje@google.com>
10637
10638 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
10639 n_type_units. Rename type_comp_units to all_type_units.
10640 All uses updated.
10641 (add_signatured_type_cu_to_table): Renamed from
10642 add_signatured_type_cu_to_list. All callers updated.
10643
10644 * gdbtypes.h (struct cplus_struct_type): Delete member
10645 nfn_fields_total. All uses removed.
10646
10647 2012-01-06 Doug Evans <dje@google.com>
10648
10649 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
10650 to top of file.
10651 (dwarf2_find_comp_unit): Delete.
10652 (process_psymtab_comp_unit): Make result "void".
10653 Delete args buffer, info_ptr, buffer_size, and replace with
10654 "section". All callers updated.
10655 (dwarf2_build_psymtabs_hard): Simplify.
10656
10657 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
10658 Thiago Jung Bauermann <bauerman@br.ibm.com>
10659
10660 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
10661 before `struct gdb_exception'.
10662 * breakpoint.c (update_global_location_list_nothrow)
10663 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
10664 * cp-abi.c (value_rtti_type): Likewise.
10665 * cp-support.c (cp_validate_operator): Likewise.
10666 * infrun.c (insert_exception_resume_breakpoint)
10667 (check_exception_resume, keep_going): Likewise.
10668 * mi-interp.c (mi_breakpoint_created)
10669 (mi_breakpoint_modified): Likewise.
10670 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
10671 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
10672 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
10673
10674 2012-01-05 Doug Evans <dje@google.com>
10675
10676 * dwarf2read.c (statement_prologue): Delete, unused.
10677
10678 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
10679 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
10680
10681 * dwarf2read.c (comp_unit_header): Delete, unused.
10682
10683 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
10684
10685 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
10686 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
10687
10688 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
10689
10690 * infrun.c (normal_stop): Don't skip calling the normal_stop
10691 observers if the thread was doing a multi-step, but stopped for
10692 some reason other than stepping.
10693
10694 2012-01-05 Pedro Alves <alves.ped@gmail.com>
10695
10696 * cli/cli-decode.h: Add comments.
10697 (CMD_LIST_AMBIGUOUS): Moved to command.h
10698 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
10699 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
10700 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
10701 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
10702 (add_com, add_com_alias, add_info, add_info_alias)
10703 (complete_on_cmdlist, complete_on_enum, help_list): Remove
10704 declarations.
10705 * command.h: Add and adjust comments.
10706 (CMD_LIST_AMBIGUOUS): Moved here.
10707 (help_cmd, help_cmd_list): Delete declarations.
10708
10709 2012-01-04 Doug Evans <dje@google.com>
10710
10711 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
10712 All callers updated.
10713 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
10714 Replace all arguments with "per_cu". All callers updated.
10715
10716 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
10717
10718 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
10719 New arg "per_cu". All callers updated.
10720
10721 Delete #if 0'd out code.
10722 * language.c (binop_result_type): Delete.
10723 (simple_type, ordered_type, same_type, integral_type): Delete.
10724 (numeric_type, character_type, string_type, boolean_type): Delete.
10725 (float_type, structured_type): Delete.
10726 * language.h: Update.
10727
10728 2012-01-04 Tom Tromey <tromey@redhat.com>
10729
10730 * python/py-value.c (valpy_binop): Initialize 'res_val'.
10731
10732 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10733
10734 * corefile.c (close_exec_file): Delete.
10735 (reopen_exec_file): Remove commented out code that seems related
10736 to close_exec_file, which is being deleted here.
10737 * inferior.h (close_exec_file): Delete.
10738 * fork-child.c (fork_inferior): Remove call to fork_inferior.
10739
10740 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10741
10742 * ada-lang.c: #include "cli/cli-utils.h".
10743 (get_selections): Use skip_spaces.
10744 (ada_get_next_arg): Use skip_spaces and skip_to_space.
10745 (catch_ada_exception_command_split): Use skip_spaces.
10746 (ada_decode_assert_location): Likewise.
10747
10748 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10749
10750 * linespec.c (decode_line_internal): Check for C++ or Java
10751 compound constructs only if the current language is C, C++
10752 or Java.
10753
10754 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10755
10756 Revert:
10757 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10758 Joel Brobecker <brobecker@adacore.com>
10759 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
10760 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
10761 3 times.
10762 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
10763 fall through into AT_ENTRY_POINT.
10764 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
10765 DUMMY_ADDR with it.
10766 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
10767 PPC_INSN_SIZE skip to 3 times.
10768
10769 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10770
10771 * linespec.c (add_minsym): Preserve function descriptors.
10772
10773 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
10774
10775 * breakpoint.c (all_locations_are_pending): Consider locations
10776 in program spaces executing during startup pending as well.
10777
10778 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10779
10780 Copyright year update in most files of the GDB Project.
10781
10782 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10783
10784 * copyright.sh: Delete.
10785 * copyright.py: Rewrite.
10786
10787 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10788
10789 * gnulib/extra/update-copyright: New file, imported from gnulib.
10790
10791 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10792
10793 * README (Copyright and License Notices): New section.
10794
10795 2012-01-03 Tom Tromey <tromey@redhat.com>
10796
10797 PR python/12533:
10798 * python/py-value.c (valpy_dereference, valpy_get_address
10799 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
10800 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
10801 (valpy_absolute, valpy_richcompare): Free intermediate values.
10802
10803 2011-01-03 Joel Brobecker <brobecker@adacore.com>
10804
10805 * ada-lang.c: Reformat the copyright notice.
10806
10807 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10808
10809 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
10810 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
10811 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
10812 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
10813 Revert this part of:
10814 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10815 Build gdb directly from *.o files not using libgdb.a.
10816 * Makefile.in (COMMON_OBS): Remove solib-target.o.
10817
10818 2012-01-02 Joel Brobecker <brobecker@adacore.com>
10819
10820 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
10821 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
10822 Reformat the copyright header.
10823
10824 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10825
10826 Revert this part of:
10827 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10828 Remove the gdbtui binary.
10829 * gdb.c (main): Remove args.interpreter_p initialization.
10830 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
10831 * main.h (struct captured_main_args): Remove interpreter_p.
10832
10833 2012-01-02 Joel Brobecker <brobecker@adacore.com>
10834
10835 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
10836
10837 2012-01-02 Joel Brobecker <brobecker@adacore.com>
10838
10839 * top.c (print_gdb_version): Update copyright year.
10840
10841 2012-01-02 Yao Qi <yao@codesourcery.com>
10842
10843 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
10844
10845 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10846 Joel Brobecker <brobecker@adacore.com>
10847
10848 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
10849 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
10850 3 times.
10851 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
10852 fall through into AT_ENTRY_POINT.
10853 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
10854 DUMMY_ADDR with it.
10855 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
10856 PPC_INSN_SIZE skip to 3 times.
10857
10858 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10859
10860 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
10861 the return value.
10862 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
10863
10864 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10865
10866 Build gdb directly from *.o files not using libgdb.a.
10867 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
10868 (COMMON_OBS): Remove solib-target.o.
10869 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
10870 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
10871 (LIBGDB_OBS, libgdb.a): Move it above.
10872 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
10873 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
10874 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
10875 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
10876 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
10877 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
10878 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
10879 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
10880 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
10881 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
10882 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
10883 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
10884 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
10885 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
10886 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10887 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
10888 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
10889 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10890 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
10891 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
10892 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
10893 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
10894 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
10895 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
10896 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
10897 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
10898 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
10899
10900 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10901
10902 Remove the gdbtui binary.
10903 * .gitignore (/gdbtui): Remove.
10904 * Makefile.in (TUI): Remove.
10905 (SUBDIR_TUI_OBS): Remove tui-main.o.
10906 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
10907 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
10908 (tui-main.o): Remove.
10909 (all_object_files): Remove tui-main.o.
10910 * NEWS: New note for the gdbtui removal.
10911 * configure: Rebuilt.
10912 * configure.ac: No longer add all-tui, clean-tui, install-tui and
10913 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
10914 CONFIG_UNINSTALL respectively.
10915 * gdb.c (main): Remove args.interpreter_p initialization.
10916 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
10917 * main.h (struct captured_main_args): Remove interpreter_p.
10918 * tui/tui-main.c: Remove.
10919
10920 2012-01-01 Doug Evans <dje@google.com>
10921
10922 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
10923 (dwarf2_physname, read_import_statement): Ditto.
10924 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
10925 (process_structure_scope read_subroutine_type): Ditto.
10926 (read_typedef, load_partial_dies, read_partial_die): Ditto.
10927 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
10928 (dwarf2_fetch_die_location_block): Ditto.
10929 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
10930
10931 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
10932 All callers updated.
10933 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
10934 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
10935 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
10936
10937 * dwarf2read.c (load_cu): Move assert to more useful location.
10938
10939 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
10940 All callers updated.
10941
10942 * dwarf2read.c (dwarf2_per_objfile): Add comment.
10943 (dwarf2_elf_names): Minor reformat.
10944 (dwarf2_per_cu_data): Tweak comment.
10945 (dwarf2_read_section): Fix comment.
10946 (create_all_comp_units): Fix comment.
10947 (load_full_comp_unit): Fix comment.
10948 (process_full_comp_unit): Fix comment.
10949 (read_signatured_type): Fix comment.
10950
10951 For older changes see ChangeLog-2011.
10952 \f
10953 Local Variables:
10954 mode: change-log
10955 left-margin: 8
10956 fill-column: 74
10957 version-control: never
10958 coding: utf-8
10959 End:
This page took 0.263643 seconds and 4 git commands to generate.