b6ca77a98f31c514cb4ce81182211b32c72b605b
[binutils-gdb.git] / gdb / ChangeLog
1 2012-10-10 Doug Evans <dje@google.com>
2
3 * dwarf2read.c (read_1_byte): Add const to buf parameter.
4 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
5 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
6 (lookup_dwo_file): Add const to dwo_name parameter.
7 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
8
9 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10
11 Fix crash during stepping on ppc32.
12 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
13 SYM.
14
15 2012-10-03 Doug Evans <dje@google.com>
16
17 PR symtab/14601
18 * buildsym.c (buildsym_init): Reset using_directives to NULL.
19
20 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
21
22 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
23 output and use uint32_t not long to ensure 4 byte size.
24
25 2012-10-02 Joel Brobecker <brobecker@adacore.com>
26
27 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
28 unref'ed it.
29
30 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
31
32 * target.c (simple_search_memory): Include access length in
33 warning message.
34
35 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
36 Edjunior Machado <emachado@linux.vnet.ibm.com>
37
38 PR gdb/13989
39 * solib.c (solib_find): Prevent GDB from loading native libraries when
40 debugging a cross-target corefile.
41
42 2012-09-28 selven <pcthegreat@gmail.com>
43
44 Make definition match declaration.
45
46 * regcache.c (regcache_register_status): Change return type to
47 enum register_status.
48
49 2012-09-28 Yao Qi <yao@codesourcery.com>
50
51 * mi/mi-main.c (mi_cmd_data_write_memory): Call
52 write_memory_with_notification instead of write_memory.
53 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
54 instead of target_write_memory.
55
56 2012-09-28 Yao Qi <yao@codesourcery.com>
57
58 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
59 when the length of content is not an even number.
60
61 2012-09-27 Tom Tromey <tromey@redhat.com>
62
63 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
64 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
65
66 2012-09-27 Joel Brobecker <brobecker@adacore.com>
67
68 * sol-thread.c (sol_thread_fetch_registers)
69 (sol_thread_store_registers): Delete commented out code.
70
71 2012-09-27 Joel Brobecker <brobecker@adacore.com>
72
73 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
74 Move these functions to sparc-sol-thread.c.
75 * sparc-sol-thread.c: New file.
76 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
77 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
78 configurations.
79 * configure: Regenerate.
80
81 2012-09-27 Joel Brobecker <brobecker@adacore.com>
82
83 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
84 Remove commented-out code.
85
86 2012-09-27 Joel Brobecker <brobecker@adacore.com>
87
88 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
89 Enable this code for sparc hosts only.
90
91 2012-09-27 Joel Brobecker <brobecker@adacore.com>
92
93 * procfs.h (procfs_find_LDT_entry): Add declaration.
94 * sol-thread.c (ps_lgetLDT): Delete local declaration of
95 function procfs_find_LDT_entry.
96
97 2012-09-27 Joel Brobecker <brobecker@adacore.com>
98
99 * procfs.c (proc_get_LDT_entry): Make static.
100
101 2012-09-27 Joel Brobecker <brobecker@adacore.com>
102
103 * procfs.c (proc_find_memory_regions): Fix declaration.
104
105 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
106
107 * amd64-tdep.c (amd64_return_value): Revert previous change
108 that used TYPE_LENGTH directly.
109 * bfin-tdep.c (bfin_extract_return_value): Likewise.
110 (bfin_store_return_value): Likewise.
111 * cris-tdep.c (cris_store_return_value): Likewise.
112 (cris_extract_return_value): Likewise.
113 * h8300-tdep.c (h8300_extract_return_value): Likewise.
114 * hppa-tdep.c (hppa64_return_value): Likewise.
115 * lm32-tdep.c (lm32_store_return_value): Likewise.
116 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
117 * spu-tdep.c (spu_value_from_register): Likewise.
118 * vax-tdep.c (vax_return_value): Likewise.
119
120 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
121
122 * gdbtypes.c (lookup_array_range_type): Expand parameters
123 LOW_BOUND and HIGH_BOUND to LONGEST.
124 (lookup_string_range_type): Likewise.
125 * gdbtypes.h (lookup_array_range_type): Likewise.
126 (lookup_string_range_type): Likewise.
127 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
128 Expand HIGHBOUND to ssize_t.
129 (value_string): Likewise.
130 * value.h (value_cstring): Expand parameter LEN to ssize_t.
131 (value_string): Likewise.
132
133 2012-09-27 Yao Qi <yao@codesourcery.com>
134
135 PR breakpoints/13898
136 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
137 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
138 per breakpoint type.
139
140 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
141
142 * procfs.c: Add gdb_bfd header.
143 * rs6000-nat.c: Likewise.
144 * solib-pa64.c: Likewise.
145 * spu-linux-nat.c: Likewise.
146 * windows-nat.c: Likewise.
147
148 2012-09-26 Tom Tromey <tromey@redhat.com>
149
150 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
151
152 2012-09-26 Tom Tromey <tromey@redhat.com>
153
154 * dwarf2read.c (mark_common_block_symbol_computed): New function.
155 (read_common_block): Handle child DIEs with
156 DW_AT_data_member_location.
157 (new_symbol_full): Add special case for common blocks.
158
159 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
160 Tom Tromey <tromey@redhat.com>
161
162 * dwarf2read.c (read_common_block): Rewrite.
163 (new_symbol_full): Handle DW_TAG_common_block.
164 * f-lang.c (head_common_list, find_common_for_function):
165 Remove.
166 * f-lang.h (struct common_entry, struct saved_f77_common,
167 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
168 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
169 BLANK_COMMON_NAME_LOCAL): Remove.
170 (struct common_block): New.
171 * f-valprint.c (list_all_visible_commons): Remove.
172 (info_common_command_for_block): New function.
173 (info_common_command): Use it.
174 * stack.c (iterate_over_block_locals): Special case for
175 COMMON_BLOCK_DOMAIN.
176 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
177 constant.
178 (struct general_symbol_info) <value.common_block>: New field.
179 (SYMBOL_VALUE_COMMON_BLOCK): New define.
180
181 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
182 Tom Tromey <tromey@redhat.com>
183
184 * f-lang.c (allocate_saved_bf_node,
185 allocate_saved_function_node, allocate_saved_f77_common_node,
186 allocate_common_entry_node, tail_common_list, current_common,
187 saved_bf_list, saved_bf_list_end, current_head_bf_list,
188 tmp_bf_ptr, add_common_block, add_common_entry,
189 find_first_common_named, patch_common_entries,
190 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
191 global_remote_debug, get_bf_for_fcn, saved_function_list,
192 saved_function_list_end, clear_function_list, struct saved_fcn,
193 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
194 SAVED_BF, SAVED_BF_PTR): Remove.
195 * f-lang.h (tail_common_list, current_common,
196 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
197 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
198 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
199 real_main_c_value): Remove.
200 * f-valprint.c (there_is_a_visible_common_named): Remove.
201
202 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
203
204 * breakpoint.c (update_global_location_list): Ignore previous
205 duplicate status of a breakpoint when starting a new scan for
206 duplicate breakpoints.
207
208 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
209 PR breakpoints/14419
210 * arm-tdep.c (arm_skip_prologue): Extending producer check to
211 support LLVM compiler.
212
213 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
214
215 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
216 * bfin-tdep.c (bfin_extract_return_value): Likewise.
217 (bfin_store_return_value): Likewise.
218 * cris-tdep.c (cris_store_return_value): Likewise.
219 (cris_extract_return_value): Likewise.
220 * h8300-tdep.c (h8300_extract_return_value): Likewise.
221 * hppa-tdep.c (hppa64_return_value): Likewise.
222 * lm32-tdep.c (lm32_store_return_value): Likewise.
223 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
224 * spu-tdep.c (spu_value_from_register): Likewise.
225 * vax-tdep.c (vax_return_value): Likewise.
226
227 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
228
229 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
230 parameter LEN to ssize_t.
231
232 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
233
234 * ada-valprint.c (ada_val_print_1): Eliminate single-use
235 variable LEN.
236 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
237 directly.
238 (alpha_store_return_value): Likewise.
239 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
240 (amd64_push_arguments): Likewise.
241 * ax-gdb.c (gen_trace_static_fields): Likewise.
242 (gen_traced_pop): Likewise.
243 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
244 * breakpoint.c (update_watchpoint): Likewise.
245 * findcmd.c (parse_find_args): Use local variable for type
246 instead of length.
247 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
248 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
249 (h8300_store_return_value): Likewise.
250 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
251 Use i386_darwin_arg_type_alignment directly.
252 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
253 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
254 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
255 (m68hc11_extract_return_value): Likewise.
256 * mep-tdep.c (mep_push_dummy_call): Likewise.
257 * printcmd.c (float_type_from_length): Likewise.
258 * s390-tdep.c (s390_value_from_register): Likewise.
259 * stack.c (read_frame_arg): Likewise.
260 * tracepoint.c (encode_actions_1): Likewise.
261 * valops.c (value_fetch_lazy): Use local variable for type
262 instead of length. Use TYPE_LENGTH directly.
263 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
264
265 2012-09-25 Joel Brobecker <brobecker@adacore.com>
266
267 * symtab.c (skip_prologue_sal): Fix typo in comment.
268
269 2012-09-25 Joel Brobecker <brobecker@adacore.com>
270
271 * linespec.c (create_sals_line_offset): Fix typo in comment.
272
273 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
274
275 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
276 use plongest to print the array size.
277
278 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
279
280 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
281 * p-valprint.c (pascal_type_print_base): Likewise.
282
283 2012-09-22 Yao Qi <yao@codesourcery.com>
284
285 * remote.c (remote_get_trace_status): Remove setting default
286 values of fields of 'ts'.
287
288 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
289
290 Fix internal error on canonicalization of clang types.
291 * cp-name-parser.y (operator): New comment at make_operator call for
292 new, delete, new[] and delete[].
293 (exp): Use "sizeof ". Add new comment at make_operator call.
294
295 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
296
297 Fix disassemble without parameters in tailcall frame.
298 * cli/cli-cmds.c (disassemble_current_function): Use
299 get_frame_address_in_block.
300
301 2012-09-21 Tom Tromey <tromey@redhat.com>
302
303 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
304 TYPE_CODE_UNION>: Unify, removing a goto.
305
306 2012-09-21 Tom Tromey <tromey@redhat.com>
307
308 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
309
310 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
311
312 * findvar.c (read_frame_register_value): Mark the result value as
313 optimized out if any of the input registers have been optimized out.
314
315 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
316
317 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
318
319 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
320
321 * eval.c (evaluate_subexp_standard): Eliminate single-use
322 variable LOWER.
323
324 2012-09-21 Yao Qi <yao@codesourcery.com>
325
326 * mi/mi-interp.c: Declare mi_record_changed.
327 (mi_interpreter_init): Call observer_attach_record_changed.
328 (mi_record_changed): New.
329 * record.c (record_open): Call observer_notify_record_changed.
330 (cmd_record_stop): Call observer_notify_record_changed.
331 * NEWS: Mention it.
332
333 2012-09-20 Tom Tromey <tromey@redhat.com>
334
335 * NEWS: Update.
336 * python/python.c (finalize_python): New function.
337 (_initialize_python): Make a final cleanup.
338
339 2012-09-19 Doug Evans <dje@google.com>
340
341 * buildsym.h (param_symbols): Delete, unused.
342 (context_stack): Delete member "params", unused.
343 * buildsym.c (push_context): Update.
344 * dwarf2read.c (read_func_scope): Update.
345
346 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
347
348 * sh-tdep.c (sh_register_convert_to_virtual)
349 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
350 all callers. Just do a memcpy if not the little-endian case.
351
352 * h8300-tdep.c (h8300_gdbarch_init): Invoke
353 set_gdbarch_double_format and set_gdbarch_long_double_format.
354 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
355 set_gdbarch_double_format.
356 * sh-tdep.c (sh_gdbarch_init): Likewise.
357
358 * NEWS: Document the removal of SH's 'regs' command.
359 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
360 command.
361
362 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
363
364 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
365 `jump'.
366
367 2012-09-18 Joel Brobecker <brobecker@adacore.com>
368
369 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
370 language when iterating over symbols.
371
372 2012-09-18 Yao Qi <yao@codesourcery.com>
373
374 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
375 (mi_interpreter_init): Call observer_attach_tsv_created and
376 observer_attach_tsv_deleted.
377 (mi_tsv_created, mi_tsv_deleted): New.
378 * tracepoint.c (delete_trace_state_variable): Call
379 observer_notify_tsv_deleted.
380 (trace_variable_command): Call observer_notify_tsv_created.
381 (delete_trace_variable_command): Call
382 observer_notify_tsv_deleted.
383 (create_tsv_from_upload): Call observer_notify_tsv_created.
384 * NEWS: Mention it.
385
386 2012-09-18 Yao Qi <yao@codesourcery.com>
387
388 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
389 if traceframe changed.
390 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
391 "trace-find".
392 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
393 (mi_interpreter_init): Hook mi_traceframe_changed to observer
394 'traceframe_changed'.
395 (mi_traceframe_changed): New.
396 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
397 New field.
398 * NEWS: Mention the new MI notification.
399
400 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
401
402 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
403
404 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
405
406 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
407 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
408 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
409 Extend code also for PaX support. Convert all gdb_assert to warning
410 calls.
411
412 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
413
414 Implement auto-load user conveniences suggested by Doug Evans.
415 * auto-load.c: Include top.h.
416 (file_is_auto_load_safe): New variable advice_printed. Print advice.
417 (_initialize_auto_load): New variable scripts_directory_help. Mention
418 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
419 scripts-directory. Document in online help one can use also files for
420 set auto-load safe-path.
421 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
422 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
423
424 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
425
426 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
427 of LEN.
428
429 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
430
431 * m2-valprint.c (m2_print_array_contents): Eliminate variable
432 ELTLEN and use TYPE_LENGTH directly.
433 (m2_val_print): Likewise.
434 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
435 variable LEN and use TYPE_LENGTH directly.
436 (m68k_svr4_store_return_value): Likewise.
437 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
438 ARGLEN and use TYPE_LENGTH directly.
439 (mips_o64_push_dummy_call): Likewise.
440 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
441 variable LENGTH and use TYPE_LENGTH directly.
442 (s390_function_arg_float): Likewise.
443 (s390_function_arg_integer): Likewise.
444 (s390_push_dummy_call): Likewise.
445 (s390_return_value_convention): Likewise.
446 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
447 TYPE_LENGTH directly.
448
449 2012-09-17 Yao Qi <yao@codesourcery.com>
450
451 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
452 Update comment to add_setshow_integer_cmd.
453 * cli/cli-setshow.c (do_set_command): Handle case
454 'var_zuinteger_unlimited'.
455 (do_show_command): Likewise.
456 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
457 for command 'remotetimeout'.
458 * command.h (enum var_types): New zuinteger_unlimited. Update comment
459 to var_integer.
460 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
461 for command 'set listsize'.
462
463 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
464
465 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
466 variable LEN.
467
468 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
469
470 PR 14119
471 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
472 (frame_pop): Drop also TAILCALL_FRAME frames.
473 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
474
475 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
476 Pedro Alves <palves@redhat.com>
477
478 PR 14548
479 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
480 function start if we are already at function start. Both for
481 reverse-next and for reverse-step into function without line number
482 info.
483
484 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
485
486 Code cleanup - rename 'inline' depth to 'artificial' depth.
487 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
488 frame_id_artificial_p, extend the comment.
489 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
490 * frame.c (fprint_frame_id): Rename at a user, change debug output
491 text to "artificial=".
492 (skip_inlined_frames): Rename to ...
493 (skip_artificial_frames): ... here. Extend the comment.
494 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
495 (frame_id_inlined_p): Rename to ...
496 (frame_id_artificial_p): ... here. Rename at a user.
497 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
498 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
499 at a user.
500 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
501 Extend the comment.
502 (frame_id_inlined_p): Rename to ...
503 (frame_id_artificial_p): ... here.
504 * inline-frame.c (inline_frame_this_id): Rename at a user.
505
506 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
507
508 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
509 vector variables using vector_size syntax rather than array
510 syntax.
511
512 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
513
514 * valarith.c (value_concat): Replace unsafe ALLOCA with
515 XMALLOC/XFREE.
516
517 2012-09-14 Pedro Alves <palves@redhat.com>
518
519 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
520
521 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
522
523 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
524 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
525 data-directory as appropriate.
526
527 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
528
529 * printcmd.c (ui_printf): Eliminate single-use variable
530 PARAM_LEN.
531
532 2012-09-14 Yao Qi <yao@codesourcery.com>
533 Pedro Alves <palves@redhat.com>
534
535 * valops.c (value_assign): Move observer_notify_target_changed
536 below to replace reinit_frame_cache.
537
538 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
539
540 Refactor Python "gdb" module into a proper Python package, by
541 introducing a new "_gdb" module for code implemented in C, and
542 using reload/__import__ instead of exec.
543 * python/lib/gdb/__init__.py: Import * from _gdb.
544 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
545 prompt_hook, sys.argv): Moved from finish_python_initialization.
546 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
547 (packages, auto_load_packages): New list and function replacing
548 module_dict and auto-loading code, using __file__ instead of
549 gdb.PYTHONDIR and reload/__import__ instead of exec.
550 (GdbSetPythonDirectory): Replacing function of the same name
551 from finish_python_initialization, using reload/__import__ instead
552 of exec, as well as call auto_load_packages.
553 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
554 gdb_python_module and not gdb_module.
555 * python/python-internal.h (gdb_python_module): Declare.
556 * python/python.c (gdb_python_module): New global.
557 (before_prompt_hook): Check gdb_python_module and not gdb_module.
558 (_initialize_python): Rename gdb module to _gdb.
559 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
560 (finish_python_initialization): Move Python code to
561 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
562 __main__.
563
564 2012-09-13 Pedro Alves <palves@redhat.com>
565
566 * Makefile.in (COMMON_OBS): Add registry.o.
567 * registry.c: New file.
568 * registry.h (struct registry_container): Declare.
569 (registry_data_callback): New typedef.
570 (struct registry_data, struct registry_data_registration, struct
571 registry_data_registry): New type.
572 (register_data_with_cleanup, registry_alloc_data)
573 (registry_callback_adaptor, registry_clear_data)
574 (registry_container_free_data, registry_set_data, registry_data):
575 Declare.
576 (DEFINE_REGISTRY): Refactor structures and functions as shims over
577 the new common structures and functions.
578 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
579 callback typedefs.
580
581 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
582
583 * remote.c (remote_insert_hw_breakpoint): Throw exception if
584 there is an error inserting hardware breakpoints and use the
585 error message from the target.
586
587 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
588 Catch this exception and print the error message contained within. Do not
589 print the default hardware error breakpoint message in this case.
590
591 2012-09-12 Doug Evans <dje@google.com>
592
593 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
594 cu == NULL.
595
596 2012-09-11 Doug Evans <dje@google.com>
597
598 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
599 .gdb_index symbol attributes if there are none.
600
601 2012-09-11 Joel Brobecker <brobecker@adacore.com>
602
603 * symtab.h (struct minimal_symbol) [has_size]: New field.
604 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
605 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
606 * printcmd.c (build_address_symbolic): Only filter out zero-sized
607 minimal symbols if the symbol's size is actually known.
608 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
609 of msymbol's size field. Add comment.
610 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
611 SET_MSYMBOL_SIZE to set the minimal symbol size.
612
613 2012-09-11 Joel Brobecker <brobecker@adacore.com>
614
615 * minsyms.c (install_minimal_symbols): Use memset to fill entire
616 minimal_symbol struct object, rather than setting some of its
617 fields one by one.
618
619 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
620
621 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
622 passed_a_ptr flag when displaying typedef types.
623
624 2012-09-10 Joel Brobecker <brobecker@adacore.com>
625
626 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
627 the optimized_out flag is preserved.
628
629 2012-09-10 Anthony Green <green@moxielogic.com>
630
631 * moxie-tdep.c (moxie_analyze_prologue): Update for function
632 prologue changes in GCC.
633
634 2012-09-10 Keith Seitz <keiths@redhat.com>
635
636 PR gdb/13483
637 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
638 (BOOL_CONVERSION_BADNESS): ... this.
639 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
640 (rank_one_type): Allow all boolean conversions
641 permitted by the standard.
642
643 2012-09-06 Tom Tromey <tromey@redhat.com>
644
645 * python/py-newobjfileevent.c (create_new_objfile_event_object):
646 Don't decref py_objfile.
647
648 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
649
650 Do not enable -lmcheck by default when Python is enabled with
651 threading support.
652 * configure.ac: (python_has_threads) New variable, by testing
653 if WITH_THREAD is defined in Python.h.
654 Move --enable-lmcheck after --with-python.
655 Do not enable -lmcheck by default if python_has_threads=yes.
656 Warn if --enable-lmcheck and python_has_threads=yes.
657 * configure: Regenerate.
658
659 2012-08-31 Yao Qi <yao@codesourcery.com>
660
661 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
662 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
663 Update some commands.
664 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
665 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
666 to 1.
667
668 2012-08-31 Yao Qi <yao@codesourcery.com>
669
670 * mi/mi-cmds.c (mi_cmds): Add 'static'.
671
672 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
673
674 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
675
676 2012-08-29 Doug Evans <dje@google.com>
677
678 * main.c (print_gdb_help): Remove reference to
679 --use-deprecated-index-sections.
680
681 2012-08-28 Yao Qi <yao@codesourcery.com>
682
683 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
684 (init_cmds): Call add_setshow_uinteger_cmd for command
685 'max-user-call-depth'.
686 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
687 declaration of 'max_user_call_depth'.
688 * frame.c (backtrace_limit): Add 'unsigned'.
689 (_initialize_frame): Call add_setshow_uinteger_cmd for command
690 'limit'.
691 * remote.c (remoteaddresssize): Add 'unsigned'.
692 (remote_address_masked): Change local var 'address_size' to
693 'unsigned'.
694 (_initialize_remote): Call add_setshow_uinteger_cmd for
695 'remoteaddresssize'.
696 * top.c (history_size): Add 'unsigned'.
697 (show_commands): Change local variables to 'unsigned'.
698 (set_history_size_command): Don't check history_size is negative.
699 Adjust the condition to call unstifle_history and set history_size
700 to UNIT_MAX.
701
702 2012-08-28 Pedro Alves <palves@redhat.com>
703
704 PR gdb/14428
705
706 * infcmd.c (default_print_one_register_info): New, factored out
707 from default_print_registers_info.
708 (default_print_registers_info): Use it. Mark value unavailable if
709 necessary.
710 (registers_info): Print user registers with
711 default_print_one_register_info.
712
713 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
714
715 PR tui/14486
716 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
717 is not NULL before referencing it.
718
719 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
720
721 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
722 variable pc. Call find_pc_line instead of find_pc_overlay, restore
723 original PC for it.
724
725 2012-08-27 Eli Zaretskii <eliz@gnu.org>
726 Jan Kratochvil <jan.kratochvil@redhat.com>
727
728 * auto-load.c (auto_load_objfile_script): Rename to ...
729 (auto_load_objfile_script_1): ... here, change variable realname to
730 parameter realname, document it, add return value, add variable retval.
731 (auto_load_objfile_script): New function.
732
733 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
734
735 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
736 followed by a whitespace.
737
738 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
739
740 PR gdb/14494.
741 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
742 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
743 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
744 here.
745
746 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
747
748 * memattr.c (create_mem_region): Fix memory region overlapping
749 checking.
750
751 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
752
753 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
754 with xmalloc/cleanup.
755 * mt-tdep.c (mt_push_dummy_call): Likewise.
756 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
757 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
758
759 2012-08-24 Yao Qi <yao@codesourcery.com>
760
761 * jv-exp.y (push_expression_name): Add "." at the end of error
762 message.
763
764 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
765
766 Document how to return from "python-interactive" to GDB.
767 * python/python.c (_initialize_python): Update documentation.
768
769 2012-08-23 Pedro Alves <palves@redhat.com>
770
771 * infrun.c (_initialize_infrun) <handle command help text>:
772 Mention that multiple signals are supported.
773
774 2012-08-23 Pedro Alves <palves@redhat.com>
775
776 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
777 string.
778
779 2012-08-23 Yao Qi <yao@codesourcery.com>
780
781 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
782 (tfind_1): Don't call registers_changed, set_traceframe_num,
783 and clear_traceframe_info.
784 Call set_current_traceframe.
785 (set_current_traceframe): call set_traceframe_num.
786
787 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
788
789 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
790 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
791
792 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
793
794 Enable readline in Python in a GDB-specific way and block the
795 standard Python readline module to prevent conflicts with GDB.
796 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
797 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
798 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
799 * python/py-gdb-readline.c: New file.
800 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
801 prototype.
802 * python/python.c (_initialize_python): Call
803 gdbpy_initialize_gdb_readline.
804
805 2012-08-22 Keith Seitz <keiths@redhat.com>
806
807 * defs.h: Include build-gnulib/config.h
808
809 2012-08-22 Joseph Myers <joseph@codesourcery.com>
810
811 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
812 and blx pc.
813
814 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
815
816 Add a new "python-interactive" command that starts a standard
817 Python interactive prompt with "pi" as alias, and add "py" as
818 an alias to "python".
819 * NEWS: Mention the new commands.
820 * python/python.c (eval_python_command): New function.
821 (python_interactive_command): For "python-interactive" with
822 arguments, call eval_python_command. For "python-interactive"
823 without arguments, call PyRun_InteractiveLoop.
824 (_initialize_python): Add "python-interactive" command with
825 "pi" as alias, and add "py" as an alias to "python".
826
827 2012-08-22 Tom Tromey <tromey@redhat.com>
828
829 * defs.h (quit_flag): Don't declare.
830 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
831 (QUIT): Use new functions.
832 * event-top.c (command_handler): Use clear_quit_flag.
833 (handle_sigint): Use set_quit_flag.
834 (async_request_quit): Use check_quit_flag. Don't check
835 immediate_quit.
836 * exceptions.c (throw_exception): Use clear_quit_flag.
837 * main.c (captured_main): Use clear_quit_flag.
838 * python/python.c (clear_quit_flag, set_quit_flag)
839 (check_quit_flag): New functions.
840 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
841 clear_quit_flag.
842 * remote.c (remote_wait_as): Use check_quit_flag,
843 clear_quit_flag.
844 (remote_start_remote): Call QUIT.
845 * symfile.c (load_progress): Use check_quit_flag.
846 * top.c (command_loop): Use clear_quit_flag.
847 (command_line_input): Call QUIT.
848 * utils.c (quit_flag): Conditionally define.
849 (clear_quit_flag, check_quit_flag, set_quit_flag): New
850 functions.
851 (prompt_for_continue): Call QUIT. Use quit, not
852 async_request_quit.
853 * remote-mips.c (mips_expect_timeout): Call QUIT.
854 * monitor.c (monitor_expect): Call QUIT.
855
856 2012-08-22 Tom Tromey <tromey@redhat.com>
857
858 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
859 (async_init_signals): Update.
860 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
861 (SIGWINCH_HANDLER_BODY): Remove.
862
863 2012-08-22 Tom Tromey <tromey@redhat.com>
864
865 * jit.c (jit_object_close_impl): Don't malloc the objfile
866 name.
867 * objfiles.c (allocate_objfile): Don't malloc the objfile
868 name.
869 (free_objfile): Don't free the objfile name.
870 * objfiles.h (struct objfile) <name>: Update comment.
871 * symfile.c (reread_symbols): Fix reference counting. Don't
872 malloc objfile name.
873
874 2012-08-22 Tom Tromey <tromey@redhat.com>
875
876 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
877 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
878 (symfile_bfd_open): Likewise.
879 (generic_load): Likewise.
880 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
881 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
882 gdb_bfd_open.
883 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
884 Use gdb_bfd_open.
885 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
886 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
887 (pmon_load_fast): Likewise.
888 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
889 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
890 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
891 (macho_check_dsym): Likewise.
892 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
893 (m32r_upload_command): Likewise.
894 * gdb_bfd.h (gdb_bfd_cache): Declare.
895 * gdb_bfd.c (struct gdb_bfd_data): New.
896 (gdb_bfd_cache): New global.
897 (struct gdb_bfd_cache_search): New.
898 (hash_bfd): New function.
899 (eq_bfd): Likewise.
900 (gdb_bfd_open): Likewise.
901 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
902 (gdb_bfd_unref): Remove closed BFD from cache. Update for
903 gdb_bfd_data.
904 * exec.c (exec_file_attach): Use gdb_bfd_open.
905 * dsrec.c (load_srec): Use gdb_bfd_open.
906
907 2012-08-22 Tom Tromey <tromey@redhat.com>
908
909 * dwarf2read.c (macro_start_file): Update.
910 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
911 (free_objfile_per_bfd_storage): Destroy macro_cache.
912 (allocate_objfile, free_objfile): Update.
913 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
914 New field.
915 (struct objfile) <macro_cache>: Remove.
916 * symfile.c (reread_symbols): Update.
917 * symmisc.c (print_symbol_bcache_statistics): Update.
918 (print_objfile_statistics): Update.
919
920 2012-08-22 Tom Tromey <tromey@redhat.com>
921
922 * elfread.c (elf_symtab_read): Update.
923 * objfiles.c (objfiles_bfd_data): New global.
924 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
925 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
926 (allocate_objfile, free_objfile): Update.
927 (_initialize_objfiles): Initialize objfiles_bfd_data.
928 * objfiles.h (struct objfile_per_bfd_storage): New.
929 (struct objfile) <per_bfd>: New field.
930 <filename_cache>: Remove.
931 (set_objfile_per_bfd): Declare.
932 * symfile.c (reread_symbols): Update. Call
933 set_objfile_per_bfd.
934 (allocate_symtab): Update.
935 * symmisc.c (print_symbol_bcache_statistics): Update.
936 (print_objfile_statistics): Print the size of the BFD obstack.
937
938 2012-08-22 Tom Tromey <tromey@redhat.com>
939
940 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
941 * gdb_bfd.c: Use DEFINE_REGISTRY.
942 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
943 (gdb_bfd_ref): Call bfd_alloc_data.
944 (gdb_bfd_unref): Call bfd_free_data.
945
946 2012-08-22 Tom Tromey <tromey@redhat.com>
947
948 * registry.h (struct registry_fields): New.
949 (REGISTRY_FIELDS): Redefine.
950 (REGISTRY_ACCESS_FIELD): New macro.
951 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
952 functions.
953
954 2012-08-22 Tom Tromey <tromey@redhat.com>
955
956 * auto-load.c (_initialize_auto_load): Update.
957 * solib-svr4.c (_initialize_svr4_solib): Update
958 * solib-dsbt.c (_initialize_dsbt_solib): Update.
959 * solib-darwin.c (_initialize_darwin_solib): Update.
960 * registry.h: New file.
961 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
962 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
963 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
964 (register_program_space_data_with_cleanup)
965 (register_program_space_data, program_space_alloc_data)
966 (clear_program_space_data, set_program_space_data)
967 (program_space_data): Don't declare.
968 * progspace.c: Use DEFINE_REGISTRY.
969 (struct program_space_data, struct
970 program_space_data_registration, struct
971 program_space_data_registry, program_space_data_registry)
972 (register_program_space_data_with_cleanup)
973 (register_program_space_data, program_space_alloc_data)
974 (program_space_free_data, clear_program_space_data)
975 (set_program_space_data, program_space_data): Remove.
976 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
977 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
978 (register_objfile_data_with_cleanup, register_objfile_data)
979 (clear_objfile_data, set_objfile_data, objfile_data): Don't
980 declare.
981 * objfiles.c: Use DEFINE_REGISTRY.
982 (struct objfile_data, struct objfile_data_registration, struct
983 objfile_data_registry, objfile_data_registry)
984 (register_objfile_data_with_cleanup, register_objfile_data)
985 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
986 (set_objfile_data, objfile_data): Remove.
987 (_initialize_objfiles): Update.
988 * jit.c (_initialize_jit): Update.
989 * inflow.c (_initialize_inflow): Update.
990 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
991 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
992 (register_inferior_data_with_cleanup, register_inferior_data)
993 (clear_inferior_data, set_inferior_data, inferior_data): Don't
994 declare.
995 * inferior.c: Use DEFINE_REGISTRY.
996 (struct inferior_data, struct inferior_data_registration, struct
997 inferior_data_registry, inferior_data_registry)
998 (register_inferior_data_with_cleanup, register_inferior_data)
999 (inferior_alloc_data, inferior_free_data clear_inferior_data)
1000 (set_inferior_data, inferior_data): Remove.
1001 * auxv.c (_initialize_auxv): Update.
1002 * ada-lang.c (_initialize_ada_language): Update.
1003 * breakpoint.c (_initialize_breakpoint): Update.
1004 * i386-nat.c (i386_use_watchpoints): Update.
1005
1006 2012-08-22 Tom Tromey <tromey@redhat.com>
1007
1008 * exec.c (exec_close, exec_file_attach): Update.
1009 (add_to_section_table): Initialize 'key' field.
1010 (add_target_sections, remove_target_sections): Add 'key' argument.
1011 * exec.h (add_target_sections, remove_target_sections): Add
1012 'key' argument.
1013 * solib.c (solib_map_sections, update_solib_list, clear_solib)
1014 (reload_shared_libraries_1): Update.
1015 * target.h (struct target_section) <key>: New field.
1016
1017 2012-08-22 Tom Tromey <tromey@redhat.com>
1018
1019 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1020
1021 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
1022
1023 * symfile.c (allocate_symtab): Use host_address_to_string
1024 function instead of cast of pointer to long which is not
1025 compatible with x86_64-w64-mingw32 build.
1026
1027 2012-08-19 Andrew Pinski <apinski@cavium.com>
1028
1029 * mips-tdep.c (is_octeon): New function.
1030 (is_octeon_bbit_op): New function.
1031 (mips32_next_pc): Handle Octeon's bbit instructions.
1032 (mips32_instruction_has_delay_slot): Likewise.
1033
1034 2012-08-19 Andrew Pinski <apinski@cavium.com>
1035
1036 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1037 before the function.
1038
1039 2012-08-19 Andrew Pinski <apinski@cavium.com>
1040
1041 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
1042
1043 2012-08-19 Keith Seitz <keiths@redhat.com>
1044
1045 PR c++/14365
1046 * c-typeprint.c (c_type_print_varspec_prefix): Pass
1047 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
1048
1049 2012-08-18 Eli Zaretskii <eliz@gnu.org>
1050
1051 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
1052 The typo broke "make TAGS".
1053
1054 2012-08-17 Joel Brobecker <brobecker@adacore.com>
1055
1056 GDB 7.5 released.
1057
1058 2012-08-17 Keith Seitz <keiths@redhat.com>
1059
1060 PR c++/13356
1061 * gdbtypes.c (strict_type_checking): New variable.
1062 (show_strict_type_checking): New function.
1063 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
1064 if strict type checking is disabled.
1065 (_initialize_gdbtypes): Add "check type" subcommand.
1066 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
1067
1068 2012-08-17 Keith Seitz <keiths@redhat.com>
1069
1070 * language.h (type_mode): Remove.
1071 (type_check): Remove.
1072 (struct language_defn): Remove la_type_check.
1073 (STRICT_TYPE): Remove unused macro.
1074 (type_error): Remove.
1075 * language.c (set_type_range_case): Renamed to ...
1076 (set_range_case): ... this. Update all callers.
1077 Remove type_mode/type_check.
1078 (type_mode): Remove.
1079 (type_check): Remove.
1080 (show_type_command): Remove.
1081 (set_type_command): Remove.
1082 (language_info): Remove type checking output.
1083 (type_error): Remove unused function.
1084 (range_error): Update comment.
1085 (unknown_language_defn): Remove la_type_check.
1086 (auto_language_defn): Likewise.
1087 (local_language_defn): Likewise.
1088 (_initialize_language): Remove "check type" subcommand.
1089 * ada-lang.c (ada_language_defn): Remove la_type_check.
1090 * c-lang.c (c_language_defn): Likewise.
1091 (cplus_language_defn): Likewise.
1092 (asm_language_defn): Likewise.
1093 (minimal_language_defn): Likewise.
1094 * d-lang.c (d_language_defn): Likewise.
1095 * f-lang.c (f_language_defn): Likewise.
1096 * go-lang.c (go_language_defn): Likewise.
1097 * jv-lang.c (java_language_defn): Likewise.
1098 * m2-lang.c (m2_language_defn): Likewise.
1099 * objc-lang.c (objc_language_defn): Likewise.
1100 * opencl-lang.c (opencl_language_defn): Likewise.
1101 * p-lang.c (pascal_language_defn): Likewise.
1102
1103 2012-08-16 Mike Frysinger <vapier@gentoo.org>
1104
1105 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
1106
1107 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1108
1109 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
1110 New function.
1111 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
1112 using the regache. Use ia64_hpux_get_register_from_save_state_t
1113 to access the bsp and bspstore registers if not.
1114
1115 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1116
1117 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
1118 * breakpoint.c (detach_breakpoints): Change pid parameter into
1119 a ptid. Adjust code accordingly.
1120 * infrun.c (handle_inferior_event): Delete variable child_pid.
1121 Update call to detach_breakpoints to pass the child ptid for
1122 fork events.
1123 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
1124 assert that inferior_ptid's lwp is zero.
1125 (linux_handle_extended_wait): Update call to detach_breakpoints.
1126 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
1127 detach_breakpoints.
1128
1129 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1130
1131 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
1132 parent, only call detach_breakpoints if tts.tts_event ==
1133 TTEVT_VFORK.
1134
1135 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1136
1137 * dwarf2-frame.c (dwarf2_frame_cache): Use
1138 get_frame_address_in_block instead of get_frame_pc as
1139 the bound for executing the frame's FDE.
1140
1141 2012-08-16 Yao Qi <yao@codesourcery.com>
1142
1143 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
1144 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
1145 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
1146 (c_type_print_varspec_suffix): Likewise.
1147 * eval.c (evaluate_subexp_standard): Likewise.
1148 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
1149 (f_type_print_varspec_suffix): Likewise.
1150 * gdbtypes.c (is_scalar_type): Likewise.
1151 (recursive_dump_type): Likewise.
1152 * infcall.c (value_arg_coerce): Likewise.
1153 * m2-valprint.c (m2_val_print): Likewise.
1154 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
1155 (pascal_type_print_varspec_suffix): Likewise.
1156 (pascal_type_print_base): Likewise.
1157 * p-valprint.c (pascal_val_print): Likewise.
1158 (pascal_val_print): Likewise.
1159 * valops.c (value_slice): Likewise.
1160 * valprint.c (scalar_type_p): Likewise.
1161 * valarith.c (value_bitstring_subscript): Remove.
1162 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
1163 Remove comment on TYPE_CODE_BITSTRING.
1164
1165 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
1166 TYPE_CODE_BITSTRING.
1167
1168 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
1169 slot 0.
1170
1171 2012-08-16 Yao Qi <yao@codesourcery.com>
1172
1173 * tracepoint.c (trace_find_none_command): Remove.
1174 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
1175
1176 2012-08-16 Yao Qi <yao@codesourcery.com>
1177
1178 * remote.c (handle_notification): Remove parameter 'length'.
1179 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
1180
1181 2012-08-15 Keith Seitz <keiths@redhat.com>
1182
1183 * gdbtypes.c (opaque_type_resolution): Make static.
1184 Add missing comment.
1185 (overload_debug): Add missing comment.
1186 (show_opaque_type_resolution): Likewise.
1187 (show_overload_debug): Likewise.
1188 (print_bit_vector): Remove unnecessary forward declaration.
1189 (print_arg_types): Likewise.
1190 (dump_fn_fieldlists): Likewise.
1191 (print_cplus_stuff): Likewise.
1192
1193 2012-08-15 Tom Tromey <tromey@redhat.com>
1194
1195 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
1196 (gdb_bfd_ref): Initialize new field.
1197 (gdb_bfd_unref): Unref the archive BFD.
1198 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
1199 parent archive.
1200
1201 2012-08-15 Tom Tromey <tromey@redhat.com>
1202
1203 PR python/14387:
1204 * python/py-bpevent.c (create_breakpoint_event_object): Update
1205 comment.
1206 * python/py-event.c (evpy_add_attribute): Update comment.
1207 * python/py-exitedevent.c (create_exited_event_object): Fix
1208 reference counting and error handling.
1209 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1210 Fix reference counting.
1211 * python/py-signalevent.c (create_signal_event_object): Fix
1212 reference counting and error handling.
1213 * python/py-stopevent.c (emit_stop_event): Fix reference
1214 counting.
1215 * python/py-threadevent.c (get_event_thread): Return a
1216 borrowed reference.
1217 * python/py-type.c (convert_field): Fix reference counting.
1218
1219 2012-08-15 Tom Tromey <tromey@redhat.com>
1220
1221 * dwarf2read.c (dwarf_decode_macro_bytes)
1222 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
1223 as hash key.
1224
1225 2012-08-14 Mike Frysinger <vapier@gentoo.org>
1226
1227 * infcmd.c (_initialize_infcmd): Update help text for the signal,
1228 stepi, nexti, finish, next, step, jump, and continue commands.
1229 * infrun.c (_initialize_infrun): Update help text for the handle
1230 command.
1231
1232 2012-08-14 Doug Evans <dje@google.com>
1233
1234 * gdbtypes.c (struct extra): Delete, unused.
1235
1236 * gdbtypes.c: Whitespace cleanup.
1237 (address_space_name_to_int): Remove "extern" from definition.
1238 (_initialize_gdbtypes): Declare with initialize_file_ftype.
1239
1240 * gdbtypes.c (make_pointer_type): Remove redundant setting of
1241 TYPE_POINTER_TYPE (type).
1242
1243 2012-08-14 Gary Benson <gbenson@redhat.com>
1244
1245 * solib-svr4.c (svr4_free_library_list): Use free_so.
1246
1247 2012-08-13 Mike Frysinger <vapier@gentoo.org>
1248
1249 * .gitignore: Add go-exp.c.
1250
1251 2012-08-13 Doug Evans <dje@google.com>
1252
1253 * value.c (show_convenience): Tweak comment.
1254 (_initialize_values): Mention convenience functions in the help text
1255 for "show convenience".
1256
1257 2012-08-13 Yao Qi <yao@codesourcery.com>
1258
1259 * std-operator.def: Remove TERNOP_SLICE_COUNT.
1260 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
1261 TERNOP_SLICE_COUNT.
1262 * eval.c (evaluate_subexp_standard): Likewise.
1263 * expprint.c (print_subexp_standard): Likewise.
1264 (dump_subexp_body_standard): Likewise.
1265 * parse.c (operator_length_standard): Likewise.
1266
1267 2012-08-13 Yao Qi <yao@codesourcery.com>
1268
1269 * std-operator.def: Remove OP_BITSTRING.
1270 * breakpoint.c (watchpoint_exp_is_const): Update.
1271 * eval.c (evaluate_subexp_standard): Remove handling to
1272 OP_BITSTRING.
1273 * expprint.c (print_subexp_standard): Likewise.
1274 (dump_subexp_body_standard): Likewise.
1275 * parse.c (operator_length_standard): Likewise.
1276 * valops.c (value_bitstring): Remove.
1277 * value.h: Remove the declaration of 'value_bitstring'.
1278
1279 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1280
1281 * linespec.c (find_methods): Remove unused variables `i1' and
1282 `name_len'.
1283 (decode_line_full): Likewise for `arg_start'.
1284
1285 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1286
1287 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
1288 (zlib_decompress_section): Likewise for `section_data'.
1289 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
1290
1291 2012-08-10 Doug Evans <dje@google.com>
1292
1293 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
1294 * NEWS: Document them.
1295 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
1296 function/strfns.py.
1297 * python/py-type.c (typy_array_1): New function.
1298 (typy_array): Call it.
1299 (typy_vector): New function.
1300 (type_object_methods): Add "vector".
1301 * python/lib/gdb/function/__init__.py: New file.
1302 * python/lib/gdb/function/strfns.py: New file.
1303
1304 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
1305
1306 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
1307 for TYPE_FIELD_BITPOS.
1308 (typy_get_sizeof): Likewise for TYPE_LENGTH.
1309
1310 2012-08-10 Mike Frysinger <vapier@gentoo.org>
1311
1312 PR cli/10436:
1313 * common/vec.h (VEC_merge): Define.
1314 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
1315 (DEF_VEC_ALLOC_FUNC_P): Likewise.
1316 (DEF_VEC_ALLOC_FUNC_O): Likewise.
1317 * completer.c: Include gdb_signals.h.
1318 (signal_completer): Define.
1319 * completer.h (signal_completer): Add prototype.
1320 * infcmd.c (_initialize_infcmd): Assign the command
1321 completer for "signal" to handle_completer.
1322 * infrun.c: Include completer.h.
1323 (handle_completer): Define.
1324 (_initialize_infrun): Declare a new local variable c. Store the
1325 result of add_com("handle") to it. Assign the command
1326 completer for "handle" to handle_completer.
1327
1328 2012-08-09 Yao Qi <yao@codesourcery.com>
1329
1330 * cli/cli-decode.c (set_cmd_prefix): New.
1331 (lookup_cmd_for_prefixlist): New.
1332 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
1333 of each cmd_list_element in *prefixlist.
1334 (add_setshow_cmd_full): set_cmd_prefix.
1335 (add_alias_cmd): Likewise.
1336 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
1337 Declare 'auto_boolean_enums'.
1338 * cli/cli-setshow.c: Include "observer.h".
1339 (notify_command_param_changed_p): New.
1340 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
1341 Remove 'static'.
1342 (do_setshow_command): Split it to ...
1343 (do_set_command, do_show_command): ... them. New.
1344 (do_set_command): Call observer_notify_command_param_changed if
1345 notify_command_param_changed_p returns true.
1346 (cmd_show_list): Caller update.
1347 * auto-load.c (set_auto_load_cmd): Likewise.
1348 * remote.c (show_remote_cmd): Likewise.
1349 * cli/cli-setshow.h: Update declarations.
1350 * top.c (execute_command): Call do_set_command and do_show_command.
1351
1352 * NEWS: Mention new MI notification.
1353 * mi/mi-interp.c: Declare mi_command_param_changed.
1354 (mi_interpreter_init): Attach mi_command_param_changed to
1355 observer command_param_changed.
1356 (mi_command_param_changed): New.
1357 Remove mi_suppress_breakpoint_notifications.
1358 Define global variable mi_suppress_notification.
1359 (mi_breakpoint_created): Update.
1360 (mi_breakpoint_deleted): Likewise.
1361 (mi_breakpoint_modified): Likewise.
1362 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
1363 'gdb-set' and set mi_suppress_notification.
1364 * mi/mi-main.h: (mi_suppress_notification): New struct.
1365
1366 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
1367 Jan Kratochvil <jan.kratochvil@redhat.com>
1368
1369 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
1370
1371 2012-08-09 Yao Qi <yao@codesourcery.com>
1372
1373 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
1374 (skiplist): Move it to skip.c.
1375 (init_cmd_lists): Remove code setting enablebreaklist and
1376 skiplist to NULL.
1377 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
1378 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
1379 skiplist.
1380 * gdbcmd.h: Likewise.
1381 * skip.c (_initialize_step_skip): Move 'skiplist' from
1382 cli/cli-cmds.c.
1383
1384 2012-08-09 Yao Qi <yao@codesourcery.com>
1385
1386 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
1387 * gnu-nat.c, symfile.c: Likewise.
1388
1389 2012-08-08 Aaron Gamble <agamble@google.com>
1390
1391 * utils.c (prompt_for_continue_wait_time): New static global.
1392 (make_command_stats_cleanup): Initialize it.
1393 (report_command_stats): Subtract time waiting for user.
1394 (prompt_for_continue): Track time waiting for user.
1395 (defaulted_query): Track time waiting for user.
1396
1397 2012-08-08 Doug Evans <dje@google.com>
1398
1399 * eval.c (evaluate_subexp_standard): Fix thinko in handling
1400 UNOP_MEMVAL_TYPE.
1401 * expprint.c (print_subexp_standard, case OP_TYPE): New.
1402 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
1403 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
1404 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
1405 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
1406 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
1407 elt.
1408 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
1409 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
1410 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
1411 (dump_prefix_expression): Handle OP_TYPE.
1412
1413 2012-08-08 Keith Seitz <keiths@redhat.com>
1414
1415 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
1416 addr_start.
1417
1418 2012-08-08 Doug Evans <dje@google.com>
1419
1420 * linux-thread-db.c: #include "gdb_vecs.h".
1421 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
1422 updated.
1423 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
1424 (thread_db_load_search): Use a vector to iterate over path elements.
1425 Handle text appearing after "$pdir".
1426
1427 * gdb_string.h: Moved to ...
1428 * common/gdb_string.h: ... here.
1429 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
1430 gdb_string.h and gdb_assert.h.
1431
1432 2012-08-08 Yao Qi <yao@codesourcery.com>
1433
1434 * tic6x-tdep.c (tic6x_register_to_value): Remove.
1435 (tic6x_value_to_register): Likewise.
1436 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
1437 and set_gdbarch_value_to_register.
1438
1439 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1440 Jean-Marc Saffroy <saffroy@gmail.com>
1441
1442 PR 11804
1443 * defs.h (find_memory_region_ftype): New comment. New arg modified.
1444 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
1445 * gcore.c (gcore_create_callback): New function comment. Add modified
1446 parameter. Only write modified regions. Set SEC_READONLY exactly
1447 according to MODIFIED.
1448 (objfile_find_memory_regions): Ignore separate debug info files. Ass
1449 the passed modified value to FUNC.
1450 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
1451 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
1452 first. New variables modified and has_anonymous. Parse the lines of
1453 smaps file. Add the passed MODIFIED value to FUNC.
1454 * procfs.c (find_memory_regions_callback): Add the passed modified
1455 value.
1456
1457 2012-08-06 Tom Tromey <tromey@redhat.com>
1458
1459 * dwarf2-frame.c (clear_pointer_cleanup): New function.
1460 (dwarf2_frame_cache): Use it.
1461 * frame-unwind.h (frame_sniffer_ftype): Document prologue
1462 cache initialization constraint.
1463
1464 2012-08-06 Tom Tromey <tromey@redhat.com>
1465
1466 PR python/14386:
1467 * varobj.c (update_dynamic_varobj_children): Don't call
1468 PyIter_Check.
1469
1470 2012-08-06 Tom Tromey <tromey@redhat.com>
1471
1472 PR cli/14392:
1473 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
1474
1475 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
1476
1477 * NEWS: New entry for 'cd' default parameters.
1478 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
1479
1480 2012-08-03 Tom Tromey <tromey@redhat.com>
1481
1482 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
1483 return.
1484
1485 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1486
1487 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
1488 to attempting lseek/write.
1489 (inf_child_fileio_pread): Likewise for pread.
1490
1491 2012-08-02 Yao Qi <yao@codesourcery.com>
1492
1493 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
1494 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
1495 add_setshow_zinteger_cmd.
1496 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
1497 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
1498 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
1499 instead of add_setshow_zinteger_cmd.
1500 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
1501 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
1502 instead of add_setshow_zinteger_cmd.
1503 * frame.c (frame_debug): Add 'unsigned'.
1504 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
1505 add_setshow_zinteger_cmd.
1506 * frame.h: Update the declaration of 'frame_debug'.
1507 * gdbtypes.c (overload_debug): Add 'unsigned'.
1508 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
1509 add_setshow_zinteger_cmd.
1510 * inferior.h: Update declaration of 'debug_infrun'.
1511 * infrun.c (debug_infrun): Add 'unsigned'.
1512 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
1513 add_setshow_zinteger_cmd.
1514 * jit.c (jit_debug): Add 'unsigned'.
1515 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
1516 add_setshow_zinteger_cmd.
1517 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
1518 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
1519 instead of add_setshow_zinteger_cmd.
1520 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
1521 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
1522 add_setshow_zinteger_cmd.
1523 * machoread.c (mach_o_debug_level): Add 'unsigned'.
1524 (_initialize_machoread): Call add_setshow_zuinteger_cmd
1525 instead of add_setshow_zinteger_cmd.
1526 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
1527 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
1528 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
1529 intead of add_setshow_zinteger_cmd.
1530 * mips-tdep.c (mips_debug): Add 'unsigned'.
1531 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
1532 instead of add_setshow_zinteger_cmd.
1533 * monitor.c (monitor_debug): Add 'unsigned'.
1534 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
1535 add_setshow_zinteger_cmd.
1536 * observer.c (observer_debug): Add 'unsigned'.
1537 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
1538 add_setshow_zinteger_cmd.
1539 * parse.c (expressiondebug): Add 'unsigned'.
1540 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
1541 add_setshow_zinteger_cmd.
1542 * record.c (record_debug): Add 'unsigned'.
1543 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
1544 add_setshow_zinteger_cmd.
1545 * record.h: Update the declaration of 'record_debug'.
1546 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
1547 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
1548 add_setshow_zinteger_cmd.
1549 * serial.c (global_serial_debug_p): Add 'unsigned'.
1550 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
1551 add_setshow_zinteger_cmd.
1552 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
1553 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
1554 add_setshow_zinteger_cmd.
1555 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
1556 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
1557 add_setshow_zinteger_cmd.
1558 * target.c (targetdebug): Add 'unsigned'.
1559 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
1560 add_setshow_zinteger_cmd.
1561 * valops.c (overload_debug): Add 'unsigned'.
1562 * varobj.c (varobjdebug): Add 'unsigned'.
1563 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
1564 add_setshow_zinteger_cmd.
1565 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
1566 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
1567 instead of add_setshow_zinteger_cmd.
1568
1569 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
1570 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
1571 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
1572 instead of add_setshow_zinteger_cmd.
1573 * gdbarch.c, gdbarch.h: Re-generated.
1574
1575 2012-08-02 Yao Qi <yao@codesourcery.com>
1576
1577 * nto-tdep.c: Don't include cli/cli-decode.h and
1578 cli/cli-cmds.h.
1579 (_initialize_nto_tdep): Remove.
1580 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
1581 Remove field.
1582 Remove macro nto_internal_debugging.
1583
1584 2012-08-01 Richard Henderson <rth@redhat.com>
1585
1586 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
1587 (mep-*-*) [gdb_target_obs]: Likewise.
1588
1589 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
1590
1591 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
1592 linux_get_siginfo_type.
1593
1594 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1595
1596 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
1597 AT_ENTRY_POINT.
1598 (call_function_by_hand) <ON_STACK>: Call write_memory with
1599 gdbarch_breakpoint_from_pc, if possible.
1600 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
1601 here.
1602
1603 2012-07-31 Yao Qi <yao@codesourcery.com>
1604
1605 * tracepoint.c: Add 'static' for some variables.
1606
1607 2012-07-31 Yao Qi <yao@codesourcery.com>
1608
1609 * go32-nat.c: Declare _initialize_go32_nat.
1610 * ser-go32.c: Declare _initialize_ser_dos.
1611 * top.c (do_chdir_cleanup): Add 'static'.
1612
1613 2012-07-30 Keith Seitz <keiths@redhat.com>
1614
1615 * linespec.c (linespec_lex_number): A number followed
1616 by quotes is a valid number, too.
1617
1618 2012-07-30 Tom Tromey <tromey@redhat.com>
1619
1620 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
1621
1622 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
1623
1624 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
1625 attempt to 4-byte-align HW breakpoint addresses for Thumb.
1626
1627 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
1628
1629 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
1630 invalid or reevaluated to prevent prevent references to possibly
1631 delete'd type objects being left in the varobj.
1632
1633 2012-07-27 Tom Tromey <tromey@redhat.com>
1634 Jan Kratochvil <jan.kratochvil@redhat.com>
1635
1636 * copying.awk: Print buffer-read-only and vi ro markers.
1637 * copying.c: Rebuild.
1638 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
1639 * gdbarch.c, gdbarch.h: Rebuild.
1640 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
1641 buffer-read-only and vi ro markers.
1642 * features/arm-with-iwmmxt.c: Rebuild.
1643 * features/arm-with-m-fpa-layout.c: Rebuild.
1644 * features/arm-with-m-vfp-d16.c: Rebuild.
1645 * features/arm-with-m.c: Rebuild.
1646 * features/arm-with-neon.c: Rebuild.
1647 * features/arm-with-vfpv2.c: Rebuild.
1648 * features/arm-with-vfpv3.c: Rebuild.
1649 * features/i386/amd64-avx-linux.c: Rebuild.
1650 * features/i386/amd64-avx.c: Rebuild.
1651 * features/i386/amd64-linux.c: Rebuild.
1652 * features/i386/amd64.c: Rebuild.
1653 * features/i386/i386-avx-linux.c: Rebuild.
1654 * features/i386/i386-avx.c: Rebuild.
1655 * features/i386/i386-linux.c: Rebuild.
1656 * features/i386/i386-mmx-linux.c: Rebuild.
1657 * features/i386/i386-mmx.c: Rebuild.
1658 * features/i386/i386.c: Rebuild.
1659 * features/i386/x32-avx-linux.c: Rebuild.
1660 * features/i386/x32-avx.c: Rebuild.
1661 * features/i386/x32-linux.c: Rebuild.
1662 * features/i386/x32.c: Rebuild.
1663 * features/mips-dsp-linux.c: Rebuild.
1664 * features/mips-linux.c: Rebuild.
1665 * features/mips64-dsp-linux.c: Rebuild.
1666 * features/mips64-linux.c: Rebuild.
1667 * features/rs6000/powerpc-32.c: Rebuild.
1668 * features/rs6000/powerpc-32l.c: Rebuild.
1669 * features/rs6000/powerpc-403.c: Rebuild.
1670 * features/rs6000/powerpc-403gc.c: Rebuild.
1671 * features/rs6000/powerpc-405.c: Rebuild.
1672 * features/rs6000/powerpc-505.c: Rebuild.
1673 * features/rs6000/powerpc-601.c: Rebuild.
1674 * features/rs6000/powerpc-602.c: Rebuild.
1675 * features/rs6000/powerpc-603.c: Rebuild.
1676 * features/rs6000/powerpc-604.c: Rebuild.
1677 * features/rs6000/powerpc-64.c: Rebuild.
1678 * features/rs6000/powerpc-64l.c: Rebuild.
1679 * features/rs6000/powerpc-7400.c: Rebuild.
1680 * features/rs6000/powerpc-750.c: Rebuild.
1681 * features/rs6000/powerpc-860.c: Rebuild.
1682 * features/rs6000/powerpc-altivec32.c: Rebuild.
1683 * features/rs6000/powerpc-altivec32l.c: Rebuild.
1684 * features/rs6000/powerpc-altivec64.c: Rebuild.
1685 * features/rs6000/powerpc-altivec64l.c: Rebuild.
1686 * features/rs6000/powerpc-cell32l.c: Rebuild.
1687 * features/rs6000/powerpc-cell64l.c: Rebuild.
1688 * features/rs6000/powerpc-e500.c: Rebuild.
1689 * features/rs6000/powerpc-e500l.c: Rebuild.
1690 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
1691 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
1692 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
1693 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
1694 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
1695 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
1696 * features/rs6000/powerpc-vsx32.c: Rebuild.
1697 * features/rs6000/powerpc-vsx32l.c: Rebuild.
1698 * features/rs6000/powerpc-vsx64.c: Rebuild.
1699 * features/rs6000/powerpc-vsx64l.c: Rebuild.
1700 * features/rs6000/rs6000.c: Rebuild.
1701 * features/s390-linux32.c: Rebuild.
1702 * features/s390-linux32v1.c: Rebuild.
1703 * features/s390-linux32v2.c: Rebuild.
1704 * features/s390-linux64.c: Rebuild.
1705 * features/s390-linux64v1.c: Rebuild.
1706 * features/s390-linux64v2.c: Rebuild.
1707 * features/s390x-linux64.c: Rebuild.
1708 * features/s390x-linux64v1.c: Rebuild.
1709 * features/s390x-linux64v2.c: Rebuild.
1710 * features/tic6x-c62x-linux.c: Rebuild.
1711 * features/tic6x-c62x.c: Rebuild.
1712 * features/tic6x-c64x-linux.c: Rebuild.
1713 * features/tic6x-c64x.c: Rebuild.
1714 * features/tic6x-c64xp-linux.c: Rebuild.
1715 * features/tic6x-c64xp.c: Rebuild.
1716
1717 2012-07-27 Tom Tromey <tromey@redhat.com>
1718
1719 * c-exp.y (classify_name): Avoid assignment in condition.
1720
1721 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
1722
1723 * amd64-windows-tdep.c: Include "frame.h".
1724 (amd64_windows_skip_trampoline_code): New function.
1725 (amd64_windows_init_abi): Add trampoline registration.
1726
1727 2012-07-27 Yao Qi <yao@codesourcery.com>
1728
1729 * tracepoint.c (cur_traceframe_number): Remove.
1730 (set_tfile_traceframe): Remove.
1731 (tfile_trace_find, tfile_fetch_registers): Update callers.
1732 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
1733 (tfile_open, tfile_trace_find): Likewise.
1734
1735 2012-07-27 Yao Qi <yao@codesourcery.com>
1736
1737 * thread.c (switch_to_thread): Don't call registers_changed.
1738
1739 2012-07-26 Tom Tromey <tromey@redhat.com>
1740
1741 * Makefile.in (SFILES): Remove objc-exp.y.
1742 (YYFILES): Remove objc-exp.c.
1743 (YYOBJ): Remove objc-exp.o.
1744 (local-maintainer-clean): Don't mention objc-exp.c.
1745 * c-exp.y: Include objc-lang.h.
1746 (%union) <class>: New field.
1747 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
1748 (exp): Clone subscript production for OBJC_LBRAC. Add various
1749 Objective C productions.
1750 (msglist, msgarglist, msgarg): New productions.
1751 (array_mod, func_mod, operator): Clone productions for
1752 OBJC_LBRAC.
1753 (parse_string_or_char): Handle '@' strings.
1754 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
1755 (classify_name): Check la_name_of_this. Recognize ObjC class
1756 names.
1757 * objc-exp.y: Remove.
1758 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
1759 * objc-lang.h (objc_parse, objc_error): Don't declare.
1760
1761 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
1762
1763 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
1764
1765 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1766
1767 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
1768 and decrement.
1769
1770 2012-07-26 Tom Tromey <tromey@redhat.com>
1771
1772 * copying.c: Rebuild.
1773 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
1774 'no_class'.
1775
1776 2012-07-26 Tom Tromey <tromey@redhat.com>
1777
1778 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
1779 immediate_quit.
1780 (print_objfile_statistics): Likewise.
1781 (maintenance_print_symbols): Likewise.
1782 (maintenance_print_msymbols): Likewise.
1783 (maintenance_print_objfiles): Likewise.
1784 * psymtab.c (print_partial_symbols): Call QUIT.
1785 (maintenance_print_psymbols): Likewise. Don't modify
1786 immediate_quit.
1787 * copying.c (show_copying_command): Don't modify immediate_quit.
1788 (show_warranty_command): Likewise.
1789 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
1790
1791 2012-07-26 Keith Seitz <keiths@redhat.com>
1792
1793 * linespec.c (linespec_lexer_lex_number): The input
1794 is also a valid number if the next character is a comma
1795 or colon.
1796
1797 2012-07-26 Joel Brobecker <brobecker@adacore.com>
1798
1799 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
1800 configure options.
1801
1802 2012-07-26 Tristan Gingold <gingold@adacore.com>
1803
1804 * machoread.c: Include gdb_bfd.h.
1805
1806 2012-07-26 Tristan Gingold <gingold@adacore.com>
1807
1808 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
1809 offset.
1810
1811 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1812
1813 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
1814 SIZE to size_t.
1815 (dwarf2_evaluate_loc_desc): Likewise.
1816 (dwarf2_loc_desc_needs_frame): Likewise.
1817 (locexpr_describe_location_1): Likewise.
1818 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
1819 size_t.
1820 (struct dwarf2_loclist_baton): Likewise.
1821 * dwarf2read.c (struct dwarf_block): Likewise.
1822 (dump_die_shallow): Use pulongest to print dwarf_block.size.
1823 (decode_locdesc): Expand SIZE and I to size_t.
1824
1825 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1826
1827 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
1828
1829 2012-07-25 Joel Brobecker <brobecker@adacore.com>
1830
1831 * doublest.c (convert_doublest_to_floatformat): If the exponent
1832 is too small, treat the value as zero. If the exponent is too
1833 large, treat the value as infinity.
1834
1835 2012-07-25 Joel Brobecker <brobecker@adacore.com>
1836
1837 * configure.ac: Add --enable-lmcheck configure option.
1838 * configure: Regenerate.
1839
1840 2012-07-25 Tom Tromey <tromey@redhat.com>
1841
1842 * NEWS: Mention maint info bfds.
1843 * gdb_bfd.c (all_bfds): New global.
1844 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
1845 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
1846 New functions.
1847
1848 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
1849
1850 * configure.tgt: Add v850*-*-rtems*.
1851
1852 2012-07-25 Tom Tromey <tromey@redhat.com>
1853
1854 * macrotab.c (macro_bcache_str): Remove cast.
1855
1856 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
1857
1858 * linespec.c (linespec_lexer_lex_number): Update comments,
1859 change the return and add check to make sure the input is
1860 the decimal numbers.
1861 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
1862 false, call linespec_lexer_lex_string.
1863
1864 2012-07-24 Tom Tromey <tromey@redhat.com>
1865
1866 * symfile.c (symbol_file_add): Don't open BFD twice.
1867
1868 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
1869
1870 * breakpoint.c (create_breakpoint): Store condition for pending
1871 breakpoints.
1872
1873 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
1874
1875 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
1876 (m68k_return_value): Handle complex types like structures.
1877 (m68k_svr4_return_value): Likewise.
1878
1879 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
1880
1881 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
1882 parameters to bfd_get_section_name.
1883
1884 2012-07-24 Yao Qi <yao@codesourcery.com>
1885
1886 * cli/cli-setshow.c: Handle case 'var_uinteger'
1887 and 'var_zuninteger' together. Handle case 'var_integer' and
1888 'var_zinteger' together.
1889
1890 2012-07-23 Keith Seitz <keiths@redhat.com>
1891
1892 * linespec.c (convert_linespec_to_sal): Don't add
1893 any symbols to the result vector if symbol_to_sal
1894 returns zero.
1895
1896 2012-07-23 Keith Seitz <keiths@redhat.com>
1897
1898 * linespec.c (decode_objc): Record the function name
1899 in the linespec.
1900
1901 2012-07-23 Tom Tromey <tromey@redhat.com>
1902
1903 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
1904 counting.
1905 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
1906 (map_vmap): Acquire a reference to the BFD.
1907
1908 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
1909
1910 * p-valprint.c (pascal_object_print_value): Replace potentially
1911 unsafe alloca with xmalloc/xfree.
1912 * valops.c (search_struct_method): Likewise.
1913
1914 2012-07-23 Tom Tromey <tromey@redhat.com>
1915
1916 * solib-svr4.c (enable_break): Update.
1917 * bfd-target.h (target_bfd_reopen): Update documentation.
1918
1919 2012-07-23 Tom Tromey <tromey@redhat.com>
1920
1921 * symfile.c (separate_debug_file_exists): Update.
1922 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
1923 (reread_symbols): Update.
1924 * elfread.c (build_id_verify): Update.
1925 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
1926 bfd_open_maybe_remote.
1927
1928 2012-07-23 Tom Tromey <tromey@redhat.com>
1929
1930 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
1931
1932 2012-07-23 Tom Tromey <tromey@redhat.com>
1933
1934 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
1935 and 'abfd'.
1936 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
1937 and 'abfd'.
1938 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
1939 * machoread.c (macho_add_oso_symfile): Make a cleanup for
1940 'abfd'.
1941 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
1942 * objfiles.c (allocate_objfile): Acquire a new reference.
1943 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
1944 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
1945 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
1946 a cleanup for 'nbfd'.
1947 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
1948 for 'nbfd'.
1949 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
1950 make a cleanup for 'abfd'.
1951 (symbol_file_add): Make a BFD cleanup.
1952
1953 2012-07-23 Tom Tromey <tromey@redhat.com>
1954
1955 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
1956 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
1957 * corelow.c (core_open): Use gdb_bfd_fopen.
1958 * dsrec.c (load_srec): Use gdb_bfd_openr.
1959 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
1960 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
1961 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
1962 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
1963 (gdb_bfd_fdopenr): New functions.
1964 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
1965 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
1966 (gdb_bfd_fdopenr): Declare.
1967 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
1968 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
1969 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
1970 gdb_bfd_openr_next_archived_file.
1971 (macho_check_dsym): Use gdb_bfd_openr.
1972 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
1973 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
1974 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
1975 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
1976 gdb_bfd_openr.
1977 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
1978 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
1979 gdb_bfd_openr_next_archived_file.
1980 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1981 Use gdb_bfd_openr.
1982 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1983 gdb_bfd_openr.
1984 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
1985 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
1986 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
1987 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
1988 (symfile_bfd_open): Use gdb_bfd_fopen.
1989 (generic_load): Use gdb_bfd_openr.
1990 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
1991
1992 2012-07-23 Tom Tromey <tromey@redhat.com>
1993
1994 * bfd-target.c (target_bfd_reopen): Update.
1995 * cli/cli-dump.c (bfd_openr_with_cleanup)
1996 (bfd_openw_with_cleanup): Update.
1997 * corelow.c (core_open): Update.
1998 * dsrec.c (load_srec): Update.
1999 * exec.c (exec_file_attach): Update.
2000 * gcore.c (create_gcore_bfd): Update.
2001 * gdb_bfd.c (gdb_bfd_ref): Return void.
2002 (gdb_bfd_open): Update.
2003 * gdb_bfd.h (gdb_bfd_ref): Return void.
2004 Update comments.
2005 * jit.c (jit_bfd_try_read_symtab): Update.
2006 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2007 * machoread.c (macho_symfile_read_all_oso): Update.
2008 (macho_check_dsym): Update.
2009 * procfs.c (insert_dbx_link_bpt_in_file): Update.
2010 * remote-m32r-sdi.c (m32r_load): Update.
2011 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2012 * rs6000-nat.c (add_vmap): Update.
2013 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2014 Update.
2015 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2016 * solib-spu.c (spu_bfd_open): Update.
2017 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2018 * spu-linux-nat.c (spu_bfd_open): Update.
2019 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2020 (generic_load): Update.
2021 * windows-nat.c (windows_make_so): Update.
2022
2023 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
2024
2025 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2026
2027 2012-07-20 Jeff Kenton <jkenton@tilera.com>
2028
2029 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2030 SIGTRAMP_FRAME unwinding.
2031
2032 2012-07-20 Doug Evans <dje@google.com>
2033
2034 * NEWS: Document new options "set/show use-deprecated-index-sections",
2035 and delete reference to --use-deprecated-index-sections.
2036 * symfile.h (use_deprecated_index_sections): Delete.
2037 * dwarf2read.c (use_deprecated_index_sections): Make static.
2038 (read_index_from_section): Update wording of how to load
2039 deprecated index sections.
2040 (_initialize_dwarf2_read): New options
2041 "set/show use-deprecated-index-sections".
2042 * main.c (captured_main): Delete --use-deprecated-index-sections.
2043
2044 2012-07-20 Pedro Alves <palves@redhat.com>
2045
2046 PR threads/11692
2047 PR gdb/12203
2048
2049 * infrun.c (handle_inferior_event) <new thread>: Don't special
2050 case minus_one_ptid.
2051 <TARGET_WAITKIND_SPURIOUS>: Ditto.
2052 * linux-thread-db.c (thread_get_info_callback): Don't return early
2053 if the thread is zombie.
2054 (thread_from_lwp): Change return type to void. Rewrite stale
2055 comment.
2056 (attach_thread): Don't return early if the thread is zombie,
2057 instead set its "dying" flag.
2058 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
2059 (find_new_threads_callback): Don't return early if the thread is
2060 zombie.
2061
2062 2012-07-20 Pedro Alves <palves@redhat.com>
2063
2064 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
2065 * target.c (target_wait): Likewise.
2066 (str_comma_list_concat_elem, do_option, target_options_to_string):
2067 New functions.
2068 * target.h (target_options_to_string): Declare.
2069
2070 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2071 Tom Tromey <tromey@redhat.com>
2072
2073 * dwarf2read.c (dwarf_decode_macros)
2074 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
2075 DW_MACRO_GNU_transparent_include_alt>: New cases.
2076 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
2077 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
2078
2079 2012-07-20 Tom Tromey <tromey@redhat.com>
2080
2081 * dwarf2read.c (try_open_dwo_file): Don't call
2082 gdb_bfd_stash_filename.
2083
2084 2012-07-20 Pedro Alves <palves@redhat.com>
2085
2086 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2087 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
2088 (i386_process_record): Tweak description comments.
2089
2090 2012-07-20 Pedro Alves <palves@redhat.com>
2091
2092 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2093 (i386_process_record): Use record_read_memory.
2094 * record.c (record_read_memory): New function.
2095 (record_arch_list_add_mem, record_exec_insn): Use
2096 record_read_memory.
2097 * record.h (record_read_memory): Declare.
2098
2099 2012-07-20 Yao Qi <yao@codesourcery.com>
2100
2101 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
2102 NULL for xfree.
2103
2104 2012-07-19 Pedro Alves <palves@redhat.com>
2105
2106 * record.c (record_resume): Ask the target beneath to report all
2107 signals.
2108
2109 2012-07-19 Doug Evans <dje@google.com>
2110
2111 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
2112 there's no section at address zero.
2113 (dwarf2_record_block_ranges): Ditto.
2114
2115 2012-07-19 Yao Qi <yao@codesourcery.com>
2116
2117 * command.h, remote.c: Fix a typo in comment.
2118
2119 2012-07-19 Tom Tromey <tromey@redhat.com>
2120
2121 PR exp/13206:
2122 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
2123 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
2124 OP_DECLTYPE>: New cases.
2125 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
2126 (type_exp): Add new productions.
2127 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
2128 and decltype.
2129 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
2130 New case.
2131 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
2132 OP_DECLTYPE>: New case.
2133 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
2134 New case.
2135 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
2136 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
2137
2138 2012-07-19 Tom Tromey <tromey@redhat.com>
2139
2140 * c-exp.y (enum token_flags): New.
2141 (struct token) <cxx_only>: Remove.
2142 <flags>: New field.
2143 (tokentab3, tokentab2, ident_tokens): Update.
2144 (lex_one_token): Update. Handle FLAG_SHADOW.
2145
2146 2012-07-19 Tom Tromey <tromey@redhat.com>
2147
2148 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
2149 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
2150 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
2151 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
2152 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
2153 type_exp production where appropriate.
2154 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
2155 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
2156 <UNOP_MEMVAL_TYPE>: New case.
2157 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
2158 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
2159 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
2160 <UNOP_MEMVAL_TYPE>: New case.
2161 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
2162 UNOP_REINTERPRET_CAST>: Update.
2163 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2164 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
2165 UNOP_REINTERPRET_CAST>: Update.
2166 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2167 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
2168 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
2169 constants.
2170
2171 2012-07-19 Yao Qi <yao@codesourcery.com>
2172 Jan Kratochvil <jan.kratochvil@redhat.com>
2173
2174 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
2175 and case 'var_optional_filename' together.
2176 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
2177 instead of add_setshow_optional_filename_cmd for setshow command
2178 'args'. Set completer for 'set args'.
2179
2180 2012-07-18 Doug Evans <dje@google.com>
2181
2182 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
2183 * common/gdb_vecs.c: New file, contents from utils.c.
2184 * common/host-defs.h: New file, contents from defs.h.
2185 * utils.h: New file, contents from defs.h.
2186 * defs.h: Move all declarations of objects defined in utils.c
2187 to utils.h (except QUIT() and related).
2188 #include "utils.h", "host-defs.h".
2189 * probe.h (probe_p): Move here from gdb_vecs.h.
2190 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
2191 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
2192 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
2193 * Makefile.in (SFILES): Add common/gdb_vecs.c.
2194 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
2195 (COMMON_OBS): Add gdb_vecs.o.
2196 (gdb_vecs.o): New rule.
2197
2198 2012-07-18 Keith Seitz <keiths@redhat.com>
2199
2200 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
2201 parameter. If non-zero, use SYMNAME as the canonical name
2202 for the SaL.
2203 Update all callers.
2204 (convert_linespec_to_sals): Use add_sal_to_sals for
2205 expressions, too.
2206 (decode_line_full): No need to "fill in missing canonical names"
2207 anymore. Simply make cleanups for the allocated names.
2208
2209 2012-07-18 Keith Seitz <keiths@redhat.com>
2210
2211 * linespec.c (struct linespec): Constify expression,
2212 source_filename, function_name, and label_name.
2213 (symbol_not_found_error): Make all parameters const.
2214 (linespec_parser_delete): No need to check for NULL
2215 when using xfree. Cast const char * to char * for xfree.
2216
2217 2012-07-18 Keith Seitz <keiths@redhat.com>
2218
2219 * breakpoint.c (invalid_thread_id_error): New function.
2220 (find_condition_and_thread): Use invalid_thread_id_error.
2221 (watch_command_1): Likewise.
2222
2223 2012-07-18 Tom Tromey <tromey@redhat.com>
2224
2225 * cc-with-index.sh, cc-with-dwz.sh: Remove.
2226 * contrib/cc-with-tweaks.sh: New file.
2227
2228 2012-07-18 Tom Tromey <tromey@redhat.com>
2229
2230 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
2231 (locate_dwz_sections): Recognize .gdb_index.
2232 (create_cus_from_index_list): New function.
2233 (create_cus_from_index): Use it. Handle .dwz data.
2234 (read_index_from_section): New function, extracted from
2235 dwarf2_read_index.
2236 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
2237 if needed.
2238
2239 2012-07-18 Tom Tromey <tromey@redhat.com>
2240
2241 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
2242 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
2243 <is_dwz>: New field.
2244 (struct dwz_file): New.
2245 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
2246 (locate_dwz_sections, dwarf2_get_dwz_file)
2247 (get_abbrev_section_for_cu): New functions.
2248 (error_check_comp_unit_head, read_and_check_comp_unit_head)
2249 (read_and_check_type_unit_head): Add abbrev_section argument.
2250 (create_debug_types_hash_table): Update.
2251 (init_cutu_and_read_dies): Use proper abbrev section.
2252 (init_cutu_and_read_dies_no_follow): Likewise.
2253 (set_partial_user): Do nothing if PST==NULL.
2254 (read_comp_units_from_section): New function.
2255 (create_all_comp_units): Use it.
2256 (scan_partial_symbols, partial_die_parent_scope): Update.
2257 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2258 (process_imported_unit_die, read_partial_die): Handle .dwz files.
2259 (find_partial_die): Add offset_in_dwz argument. Update.
2260 (guess_partial_die_structure_name, fixup_partial_die): Update.
2261 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
2262 DW_FORM_GNU_strp_alt.
2263 (read_indirect_string_from_dwz): New function.
2264 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
2265 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2266 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
2267 (follow_die_offset): Add offset_in_dwz argument.
2268 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
2269 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
2270 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
2271 Handle new macro forms.
2272 (dwarf_decode_macros): Update.
2273 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
2274 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
2275 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
2276 (create_debug_types_hash_table): Use correct abbrev section.
2277 (get_debug_line_section): New function.
2278 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
2279 (process_full_comp_unit): Pass 'required' argument to
2280 end_symtab_get_static_block.
2281 * buildsym.h (end_symtab_get_static_block): Update.
2282 * buildsym.c (end_symtab_get_static_block): Add 'required'
2283 argument.
2284 (end_symtab, end_expandable_symtab): Update.
2285
2286 2012-07-18 Tom Tromey <tromey@redhat.com>
2287
2288 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
2289 (pagesize): Remove.
2290 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
2291 (zlib_decompress_section): Remove.
2292 (dwarf2_read_section): Use gdb_bfd_map_section.
2293 (munmap_section_buffer): Remove.
2294 (free_dwo_file, dwarf2_per_objfile_free): Don't use
2295 munmap_section_buffer.
2296 * gdb_bfd.c: Include zlib.h, sys/mman.h.
2297 (struct gdb_bfd_section_data): New.
2298 (free_one_bfd_section): New function.
2299 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
2300 (get_section_descriptor, zlib_decompress_section)
2301 (gdb_bfd_map_section): New functions.
2302 * gdb_bfd.h (gdb_bfd_map_section): Declare.
2303
2304 2012-07-18 Tom Tromey <tromey@redhat.com>
2305
2306 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
2307
2308 2012-07-18 Tom Tromey <tromey@redhat.com>
2309
2310 * gdb_bfd.c (struct gdb_bfd_data): New.
2311 (gdb_bfd_cache): New global.
2312 (struct gdb_bfd_cache_search): New.
2313 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
2314 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
2315 * gdb_bfd.h (gdb_bfd_open): Declare.
2316
2317 2012-07-18 Tom Tromey <tromey@redhat.com>
2318
2319 * utils.c (make_cleanup_bfd_unref): Rename from
2320 make_cleanup_bfd_close.
2321 * defs.h (make_cleanup_bfd_unref): Rename from
2322 make_cleanup_bfd_close.
2323 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
2324 (bfd_openw_with_cleanup): Update.
2325 * corelow.c (core_open): Update.
2326 * dsrec.c (load_srec): Update.
2327 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2328 * remote-m32r-sdi.c (m32r_load): Update.
2329 * remote-mips.c (mips_load_srec): Update.
2330 (pmon_load_fast): Update.
2331 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2332 Update.
2333 (darwin_bfd_open): Update.
2334 * solib.c (solib_bfd_fopen): Update.
2335 * symfile-mem.c (symbol_file_add_from_memory): Update.
2336 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
2337 (symfile_bfd_open): Update.
2338 (generic_load): Update.
2339
2340 2012-07-18 Tom Tromey <tromey@redhat.com>
2341
2342 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
2343 (pmon_load_fast): Likewise.
2344 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
2345 (m32r_upload_command): Likewise.
2346 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
2347 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2348 Use make_cleanup_bfd_close.
2349
2350 2012-07-18 Tom Tromey <tromey@redhat.com>
2351
2352 * symfile.c (symfile_bfd_open): Don't copy name. Call
2353 gdb_bfd_stash_filename.
2354 (load_command): Open the new BFD before freeing the old.
2355 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
2356 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
2357 Call gdb_bfd_stash_filename.
2358 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
2359 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
2360 gdb_bfd_stash_filename.
2361 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2362 Free found_pathname.
2363 * rs6000-nat.c (add_vmap): Don't copy filename. Call
2364 gdb_bfd_stash_filename.
2365 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
2366 * machoread.c (macho_add_oso_symfile): Call
2367 gdb_bfd_stash_filename.
2368 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
2369 gdb_bfd_stash_filename.
2370 (macho_check_dsym): Don't copy filename. Call
2371 gdb_bfd_stash_filename.
2372 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
2373 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
2374 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
2375 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
2376 * exec.c (exec_close): Don't free the BFD's filename.
2377 (exec_file_attach): Don't copy the filename. Call
2378 gdb_bfd_stash_filename.
2379 * corelow.c (core_close): Don't free the BFD's filename.
2380 (core_open): Call gdb_bfd_stash_filename.
2381 * corefile.c (reopen_exec_file): Remove #if 0 code.
2382 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
2383 pathname.
2384 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
2385
2386 2012-07-18 Tom Tromey <tromey@redhat.com>
2387
2388 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
2389 gdb_bfd_unref.
2390 (free_dwo_file): Use gdb_bfd_unref.
2391 * cli/cli-dump.c: Include gdb_bfd.h.
2392 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
2393 (bfd_openr_with_cleanup): Likewise.
2394 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
2395 gdb_bfd_unref.
2396 * utils.c: Include gdb_bfd.h.
2397 (do_bfd_close_cleanup): Use gdb_bfd_unref.
2398 * symfile.c: Include gdb_bfd.h.
2399 (separate_debug_file_exists): Use gdb_bfd_unref.
2400 (bfd_open_maybe_remote): Use gdb_bfd_ref.
2401 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2402 (generic_load): Use gdb_bfd_ref.
2403 (reread_symbols): Use gdb_bfd_unref.
2404 * symfile-mem.c: Include gdb_bfd.h.
2405 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
2406 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2407 * solib.c: Include gdb_bfd.h.
2408 (solib_bfd_fopen): Use gdb_bfd_ref.
2409 (solib_bfd_open): Use gdb_bfd_unref.
2410 (free_so_symbols): Use gdb_bfd_unref.
2411 (reload_shared_libraries_1): Use gdb_bfd_unref.
2412 * solib-spu.c: Include gdb_bfd.h.
2413 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
2414 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
2415 gdb_bfd_unref.
2416 * solib-frv.c: Include gdb_bfd.h.
2417 (enable_break2): Use gdb_bfd_unref.
2418 * solib-dsbt.c: Include gdb_bfd.h.
2419 (enable_break2): Use gdb_bfd_unref.
2420 * solib-darwin.c: Include gdb_bfd.h.
2421 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
2422 gdb_bfd_unref.
2423 (darwin_bfd_open): Use gdb_bfd_unref.
2424 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
2425 * remote-mips.c: Include gdb_bfd.h.
2426 (mips_load_srec): Use gdb_bfd_ref.
2427 (pmon_load_fast): Use gdb_bfd_ref.
2428 * remote-m32r-sdi.c: Include gdb_bfd.h.
2429 (m32r_load): Use gdb_bfd_ref.
2430 * record.c: Include gdb_bfd.h.
2431 (record_save_cleanups): Use gdb_bfd_unref.
2432 (cmd_record_save): Use gdb_bfd_unref.
2433 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
2434 gdb_bfd_unref.
2435 * objfiles.h (gdb_bfd_close_or_warn): Remove.
2436 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
2437 * objfiles.c: Include gdb_bfd.h.
2438 (free_objfile): Use gdb_bfd_unref.
2439 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
2440 gdb_bfd.c.
2441 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
2442 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
2443 (macho_check_dsym): Likewise.
2444 * m32r-rom.c: Include gdb_bfd.h.
2445 (m32r_load): Use gdb_bfd_ref.
2446 (m32r_upload_command): Use gdb_bfd_ref.
2447 * jit.c: Include gdb_bfd.h.
2448 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
2449 * gdb_bfd.h: New file.
2450 * gdb_bfd.c: New file.
2451 * gcore.c: Include gdb_bfd.h.
2452 (create_gcore_bfd): Use gdb_bfd_ref.
2453 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
2454 (gcore_command): Use gdb_bfd_unref.
2455 * exec.c: Include gdb_bfd.h.
2456 (exec_close): Use gdb_bfd_unref.
2457 (exec_close_1): Use gdb_bfd_unref.
2458 (exec_file_attach): Use gdb_bfd_ref.
2459 * elfread.c: Include gdb_bfd.h.
2460 (build_id_verify): Use gdb_bfd_unref.
2461 * dsrec.c: Include gdb_bfd.h.
2462 (load_srec): Use gdb_bfd_ref.
2463 * corelow.c: Include gdb_bfd.h.
2464 (core_close): Use gdb_bfd_unref.
2465 (core_open): Use gdb_bfd_ref.
2466 * bfd-target.c: Include gdb_bfd.h.
2467 (target_bfd_xclose): Use gdb_bfd_unref.
2468 (target_bfd_reopen): Use gdb_bfd_ref.
2469 * Makefile.in (SFILES): Add gdb_bfd.c.
2470 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
2471 (COMMON_OBS): Add gdb_bfd.o.
2472
2473 2012-07-18 Keith Seitz <keiths@redhat.com>
2474
2475 * breakpoint.c (find_condition_and_thread): Initialize
2476 TASK and REST.
2477 (create_breakpiont): find_condition_and_thread will now
2478 initialize COND_STRING, THREAD, and REST (and TASK).
2479 (addr_string_to_sals): Likewise.
2480
2481 2012-07-18 Pedro Alves <palves@redhat.com>
2482
2483 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
2484 Pull the single step breakpoints out of the target.
2485
2486 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2487
2488 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
2489 * stap-probe.c (compile_probe_arg): Likewise.
2490
2491 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2492
2493 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
2494 (elf_compile_to_ax): Likewise.
2495 * infrun.c (insert_exception_resume_from_probe): Likewise.
2496 (check_exception_resume): Remove `objfile' variable.
2497 * probe.c (find_probe_by_pc): Remove `objfile' argument.
2498 (struct probe_and_objfile, probe_and_objfile_s): Delete.
2499 (collect_probes): Adjust return value to `VEC (probe_p) *'.
2500 (compare_entries): Rename to...
2501 (compare_probes): ...this. Adjust function to work with
2502 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
2503 respectively.
2504 (gen_ui_out_table_header_info): Adjust `probes' argument to be
2505 `VEC (probe_p) *'.
2506 (print_ui_out_info): Adjust argument to be `struct probe *'.
2507 (info_probes_for_ops): Adjust internal computations to use
2508 `VEC (probe_p) *'.
2509 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
2510 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
2511 gen_info_probes_table_values>: Remove `objfile' argument.
2512 (struct probe) <objfile>: New field.
2513 (find_probe_by_pc): Remove `objfile' argument.
2514 * stap-probe.c (stap_parse_probe_arguments): Likewise.
2515 (stap_get_probe_argument_count): Likewise.
2516 (stap_get_arg): Likewise.
2517 (stap_evaluate_probe_argument): Likewise.
2518 (stap_compile_to_ax): Likewise.
2519 (compile_probe_arg): Refactor not to pass `objfile' anymore.
2520 (handle_stap_probe): Fill `objfile' field from `struct probe'.
2521 (stap_gen_info_probes_table_header): Remove `objfile' argument.
2522 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
2523 sym_compile_to_ax>: Likewise.
2524
2525 2012-07-18 Terry Guo <terry.guo@arm.com>
2526
2527 PR 14329
2528 * defs.h (GDB_MI_MSG_WIDTH): New.
2529 * ser_base (ser_base_read_error_fd): New function.
2530 (do_ser_base_readchar): Poll error file descriptor as well as
2531 standard output.
2532 (generic_readchar): Refactor error handling.
2533
2534 2012-07-18 Joel Brobecker <brobecker@adacore.com>
2535
2536 * NEWS: Create a new section for the next release branch.
2537 Rename the section of the current branch, now that it has
2538 been cut.
2539
2540 2012-07-18 Joel Brobecker <brobecker@adacore.com>
2541
2542 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
2543 * version.in: Bump version to 7.5.50.20120718-cvs.
2544
2545 2012-07-17 Keith Seitz <keiths@redhat.com>
2546
2547 * linespec.c (linespec_parse_line_offset): Make parameter
2548 const.
2549
2550 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2551
2552 PR 11914
2553 * f-valprint.c (info_common_command): New variable frame_id.
2554 Reinitialize FI form FRAME_ID after each print_variable_and_value.
2555 * printcmd.c (print_variable_and_value): Extend function comment.
2556 Add comment for invalidated FRAME.
2557 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
2558 FI form FRAME_ID after each print_frame_local_vars.
2559 (struct print_variable_and_value_data): Change frame to frame_id.
2560 (do_print_variable_and_value): New variable frame, initialize it from
2561 p->frame_id. Add comment for invalidated FRAME.
2562 (print_frame_local_vars, print_frame_arg_vars): New function comment.
2563 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
2564 for invalidated FRAME.
2565
2566 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
2567 Pedro Alves <palves@redhat.com>
2568
2569 * linux-nat.c (linux_nat_detach): Don't unregister from the event
2570 loop.
2571
2572 2012-07-16 Tom Tromey <tromey@redhat.com>
2573
2574 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
2575
2576 2012-07-15 Doug Evans <dje@google.com>
2577
2578 * dwarf2read.c (stmt_list_hash): New struct.
2579 (type_unit_group): Embed "per_cu" member, remove pointer.
2580 New union member "t", move member "tus" into it, all uses updated.
2581 New member "hash", replaces member "line_offset, all uses updated.
2582 (quick_file_names): Replace member "offset" with "hash", all uses
2583 updated.
2584 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
2585 (hash_file_name_entry, eq_file_name_entry): Call them.
2586 (hash_type_unit_group, eq_type_unit_group): Ditto.
2587 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
2588 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
2589 (dw2_get_file_names): Update.
2590 (create_type_unit_group): Replace "per_cu" arg with "cu".
2591 All callers updated. Fix "quick" (.gdb_index) handling.
2592 (get_type_unit_group): Replace "per_cu" arg with "cu".
2593 All callers updated.
2594 (build_type_unit_groups): Don't reset tu_stats.
2595
2596 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
2597 "tab_cur_size". Change member "tab" to be a htab_t.
2598 (create_filename_seen_cache): Update.
2599 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
2600 (filename_seen): Update.
2601
2602 2012-07-13 Doug Evans <dje@google.com>
2603
2604 * symtab.c (filename_seen): Update comment.
2605
2606 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2607 Doug Evans <dje@google.com>
2608
2609 * buildsym.c (end_symtab_1): Split it to ...
2610 (end_symtab_get_static_block): ... this ...
2611 (end_symtab_from_static_block): ... and this function.
2612 (end_symtab, end_expandable_symtab): Call them.
2613 * buildsym.h (end_symtab_get_static_block)
2614 (end_symtab_from_static_block): New declarations.
2615 * dwarf2read.c (process_full_comp_unit): New variable static_block.
2616 Set its valid CU ranges.
2617
2618 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2619
2620 * dwarf2loc.c (disassemble_dwarf_expression): Handle
2621 DW_OP_GNU_parameter_ref.
2622
2623 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2624
2625 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
2626 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
2627
2628 2012-07-13 Doug Evans <dje@google.com>
2629
2630 * symtab.c (output_source_filename): Delete unnecessary forward decl.
2631 (filename_seen_cache): New struct.
2632 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
2633 (create_filename_seen_cache): New function.
2634 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
2635 (filename_seen): Delete arg "first". New arg "cache". All callers
2636 updated.
2637 (output_source_filename_data): New struct.
2638 (output_source_filename): Delete arg "first". New arg "data".
2639 All callers updated.
2640 (sources_info): Delete local "first". New locals "data", "cleanups".
2641 Rewrite to use filename_seen_cache.
2642 (add_partial_filename_data): Delete member "first". New member
2643 "filename_seen_cache". All uses updated.
2644 (make_source_files_completion_list): Rewrite to use
2645 filename_seen_cache.
2646
2647 2012-07-12 Doug Evans <dje@google.com>
2648
2649 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
2650
2651 2012-07-10 Doug Evans <dje@google.com>
2652
2653 PR gdb/13498
2654 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
2655 all_type_unit_groups, type_unit_groups, tu_stats.
2656 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
2657 All uses updated. Add type_unit_group to union "s".
2658 (type_unit_group): New struct.
2659 (IS_TYPE_UNIT_GROUP): New macro.
2660 (abbrev_table): Delete unused member "section".
2661 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
2662 (dw2_get_cu): Assert not used with type_unit_group.
2663 (dw2_get_primary_cu): New function.
2664 (dw2_build_type_unit_groups_reader): New function.
2665 (dw2_build_type_unit_groups): New function.
2666 (dw2_get_file_names): Assert not called on type units.
2667 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
2668 Redo loop to iterate over type unit groups instead of type units.
2669 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
2670 (read_abbrev_offset): New function.
2671 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
2672 updated.
2673 (create_partial_symtab): New function.
2674 (process_psymtab_comp_unit_reader): Assert not used with type units.
2675 Call create_partial_symtab.
2676 (process_psymtab_type_unit): Delete.
2677 (hash_type_unit_group, eq_type_unit_group): New functions.
2678 (allocate_type_unit_groups_table): New function.
2679 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
2680 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
2681 (create_type_unit_group, get_type_unit_group): New functions.
2682 (tu_abbrev_offset): New struct.
2683 (sort_tu_by_abbrev_offset): New function.
2684 (add_type_unit_group_to_table): New function.
2685 (build_type_unit_groups): New function.
2686 (build_type_psymtabs_reader): New function.
2687 (build_type_psymtab_dependencies): New function.
2688 (build_type_psymtabs): Rewrite.
2689 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
2690 is seen in a type unit.
2691 (process_queue): Move symtab expansion debugging printfs here.
2692 Call process_full_type_unit for type units.
2693 (compute_symtab_includes): Assert not called for type units.
2694 (process_cu_includes): Don't call compute_symtab_includes for
2695 type units.
2696 (process_full_type_unit): New function.
2697 (process_imported_unit_die): Flag an error if called for type units.
2698 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
2699 updated. Assert not called for type units.
2700 (read_file_scope): Call dwarf2_start_symtab.
2701 (setup_type_unit_groups): New function.
2702 (read_type_unit_scope): Rewrite.
2703 (abbrev_table_read_table): Initialize abbrev_table->offset.
2704 (abbrev_table_free_cleanup): New function.
2705 (dwarf2_start_symtab): New function.
2706 (load_full_type_unit): Assert not called for type unit groups.
2707 * buildsym.c (finish_block_internal): New arg "expandable".
2708 All callers updated.
2709 (start_symtab): Move most contents to ...
2710 (restart_symtab): ... here. New function.
2711 (reset_symtab_globals): New function.
2712 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
2713 Call reset_symtab_globals.
2714 (end_symtab, end_expandable_symtab): New functions.
2715 (set_missing_symtab, augment_type_symtab): New functions.
2716 * buildsym.h (end_expandable_symtab): Declare.
2717 (augment_type_symtab, restart_symtab): Declare.
2718 * psympriv.h (struct partial_symtab): New member "anonymous".
2719 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
2720 anonymous psymtabs.
2721 (read_psymtabs_with_filename): Ditto.
2722 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
2723 (expand_symtabs_matching_via_partial): Ditto.
2724 (dump_psymtab): Update.
2725 * dictionary.c (dict_add_pending): New function.
2726 * dictionary.h (dict_add_pending): Declare.
2727
2728 2012-07-09 Doug Evans <dje@google.com>
2729
2730 * buildsym.c (start_subfile): Remove unnecessary check for
2731 name == NULL.
2732
2733 * psymtab.c (allocate_psymtab): Use host_address_to_string.
2734
2735 * dwarf2read.c (load_full_type_unit): Simplify.
2736
2737 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
2738 to struct signatured_type **. All uses updated.
2739
2740 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
2741 All callers updated.
2742
2743 2012-07-09 Tom Tromey <tromey@redhat.com>
2744
2745 * c-exp.y (check_parameter_typelist): New function.
2746 (parameter_typelist): Call it.
2747 * eval.c (make_params): Handle '(void)' case.
2748 * gdbtypes.c (lookup_function_type_with_arguments): Handle
2749 '(void)' case.
2750
2751 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2752
2753 * common/linux-ptrace.c: Include gdb_assert.h.
2754 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
2755 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
2756 stdint.h.
2757 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
2758 functions.
2759 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
2760 * linux-nat.c (linux_child_post_attach)
2761 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
2762
2763 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2764
2765 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
2766 nptl <2.7 bug workaround for core files.
2767
2768 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2769
2770 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
2771 clearing.
2772 (save_siginfo): Remove.
2773 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
2774 call.
2775 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
2776 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
2777 * linux-nat.h (struct lwp_info): Remove field siginfo.
2778
2779 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2780
2781 Code cleanup for the next patch.
2782 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
2783 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
2784 call for it.
2785 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
2786 (ia64_linux_stopped_data_address):
2787 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
2788 the return value.
2789 * linux-nat.h (linux_nat_get_siginfo): Likewise.
2790 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
2791 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
2792 call for it.
2793
2794 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2795
2796 PR 14321
2797 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
2798 Increase buffer sizes to 2x we need, not just 2x of the previous size.
2799
2800 2012-07-06 Tom Tromey <tromey@redhat.com>
2801
2802 * c-exp.y (DOTDOTDOT): New token.
2803 (func_mod, exp): Use parameter_typelist.
2804 (parameter_typelist): New production.
2805 (tokentab3): Add "..." token.
2806 * eval.c (make_params): Handle varargs.
2807 * gdbtypes.c (lookup_function_type_with_arguments): Handle
2808 varargs.
2809
2810 2012-07-06 Tom Tromey <tromey@redhat.com>
2811
2812 PR exp/9608:
2813 * c-exp.y (%union) <tvec>: Change type.
2814 (func_mod): Now uses <tvec> type.
2815 (exp): Update for tvec change.
2816 (direct_abs_decl): Push the typelist.
2817 (func_mod): Return a typelist.
2818 (nonempty_typelist): Update for tvec change.
2819 * gdbtypes.c (lookup_function_type_with_arguments): New function.
2820 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
2821 * parse.c (pop_type_list): New function.
2822 (push_typelist): New function.
2823 (follow_types): Handle tp_function_with_arguments.
2824 * parser-defs.h (type_ptr): New typedef. Define a VEC.
2825 (enum type_pieces) <tp_function_with_arguments>: New constant.
2826 (union type_stack_elt) <typelist_val>: New field.
2827 (push_typelist): Declare.
2828
2829 2012-07-06 Tom Tromey <tromey@redhat.com>
2830
2831 * c-exp.y (%union) <type_stack>: New field.
2832 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
2833 (ptr_operator_ts): New production.
2834 (ptype): Update.
2835 * parse.c (type_stack_reserve): New function.
2836 (check_type_stack_depth): Use it.
2837 (pop_type_stack, append_type_stack, push_type_stack)
2838 (get_type_stack, type_stack_cleanup): New functions.
2839 (follow_types): Handle tp_type_stack.
2840 (_initialize_parse): Simplify initialization.
2841 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
2842 constant.
2843 (union type_stack_elt) <stack_val>: New field.
2844 (get_type_stack, append_type_stack, push_type_stack)
2845 (type_stack_cleanup): Declare.
2846
2847 2012-07-06 Tom Tromey <tromey@redhat.com>
2848
2849 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
2850 Remove.
2851 (struct type_stack): New.
2852 * parse.c (type_stack, type_stack_size, type_stack_depth):
2853 Remove.
2854 (type_stack): New global.
2855 (parse_exp_in_context, check_type_stack_depth)
2856 (insert_into_type_stack, insert_type, push_type, push_type_int)
2857 (insert_type_address_space, pop_type, pop_type_int)
2858 (_initialize_parse): Update.
2859
2860 2012-07-06 Tom Tromey <tromey@redhat.com>
2861
2862 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
2863 Remove %type.
2864
2865 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
2866
2867 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
2868
2869 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
2870 Jan Kratochvil <jan.kratochvil@redhat.com>
2871
2872 * cp-valprint.c (cp_print_value): Replace potentially unsafe
2873 alloca with xmalloc/xfree.
2874
2875 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
2876
2877 * MAINTAINERS (Write After Approval): Add myself to the list.
2878
2879 2012-07-05 Doug Evans <dje@google.com>
2880
2881 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
2882
2883 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
2884
2885 * ax-gdb.c (cli/cli-utils.h): New include.
2886 (linespec.h): Ditto.
2887 (agent_eval_command_one): New function.
2888 (agent_command_1): Ditto.
2889 (agent_command): Call function agent_command_1.
2890 (agent_eval_command): Ditto.
2891 (_initialize_ax_gdb): Change help for "maint agent"
2892 and "maint agent-eval".
2893
2894 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
2895
2896 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
2897 * cli/cli-utils.c (check_for_argument): New function.
2898 * cli/cli-utils.h (check_for_argument): Ditto.
2899
2900 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
2901
2902 * NEWS: Mention x32 ABI support.
2903
2904 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
2905
2906 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
2907 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
2908
2909 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
2910 and pc_regnum_from_eax to -1. Update SP regnum from
2911 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
2912 needed.
2913
2914 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
2915 pc_regnum_from_eax.
2916
2917 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2918
2919 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
2920 * dwarf2expr.h: Include gdbtypes.h.
2921 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
2922 these forward declarations.
2923 (cu_offset, sect_offset): Move these ...
2924 * gdbtypes.h: Remove include dwarf2expr.h.
2925 (cu_offset, sect_offset): ... here.
2926
2927 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
2928
2929 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
2930 (amd64_linux_sigtramp_code): This.
2931 (amd64_x32_linux_sigtramp_code): New.
2932 (LINUX_SIGTRAMP_LEN): Updated.
2933 (amd64_linux_sigtramp_start): Check x32 sigtramp.
2934
2935 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2936
2937 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
2938
2939 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2940
2941 * config.in: Regenerate.
2942 * configure: Regenerate.
2943 * configure.ac: Remove check for gnu/libc-version.h.
2944 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
2945 gnu/libc-version.h.
2946 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
2947 variables libc_version, libc_major and libc_minor. Replace sscanf by
2948 inferior_has_bug. Extend the comment.
2949
2950 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2951
2952 * linux-thread-db.c (inferior_has_bug): New function.
2953 (thread_db_find_new_threads_silently): Return boolean as checked by
2954 inferior_has_bug, describe it in the comments.
2955 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
2956 earlier. Abort the initialization if it returned non-zero.
2957 (thread_db_new_objfile): Exclude debug files.
2958 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
2959 if UNTIL_NO_NEW,
2960
2961 2012-07-02 Doug Evans <dje@google.com>
2962
2963 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
2964 related to queue management.
2965
2966 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
2967 instead of "debug dwarf2-die" in debugging printfs.
2968 (create_debug_info_hash_table_reader): Ditto.
2969 (create_debug_info_hash_table): Ditto.
2970 (init_dwo_file): Ditto.
2971 (init_cutu_and_read_dies): Add debugging printf.
2972 (init_cutu_and_read_dies_no_follow): Ditto.
2973 (process_psymtab_comp_unit_reader): Ditto.
2974
2975 2012-07-02 Stan Shebs <stan@codesourcery.com>
2976
2977 Add target-side support for dynamic printf.
2978 * NEWS: Mention the additional style.
2979 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
2980 (struct bp_location): New field cmd_bytecode.
2981 * breakpoint.c: Include format.h.
2982 (disconnected_dprintf): New global.
2983 (parse_cmd_to_aexpr): New function.
2984 (build_target_command_list): New function.
2985 (insert_bp_location): Call it.
2986 (remove_breakpoints_pid): Skip dprintf breakpoints.
2987 (print_one_breakpoint_location): Ditto.
2988 (dprintf_style_agent): New global.
2989 (dprintf_style_enums): Add dprintf_style_agent.
2990 (update_dprintf_command_list): Add agent case.
2991 (agent_printf_command): New function.
2992 (_initialize_breakpoint): Add new commands.
2993 * common/ax.def (printf): New bytecode.
2994 * ax.h (ax_string): Declare.
2995 * ax-gdb.h (gen_printf): Declare.
2996 * ax-gdb.c: Include cli-utils.h, format.h.
2997 (gen_printf): New function.
2998 (maint_agent_print_command): New function.
2999 (_initialize_ax_gdb): Add maint agent-printf command.
3000 * ax-general.c (ax_string): New function.
3001 (ax_print): Add printf disassembly.
3002 * Makefile.in (SFILES): Add format.c
3003 (COMMON_OBS): Add format.o.
3004 * common/format.h: New file.
3005 * common/format.c: New file.
3006 * printcmd.c: Include format.h.
3007 (ui_printf): Call parse_format_string.
3008 * remote.c (remote_state): New field breakpoint_commands.
3009 (PACKET_BreakpointCommands): New enum.
3010 (remote_breakpoint_commands_feature): New function.
3011 (remote_protocol_features): Add new BreakpointCommands entry.
3012 (remote_can_run_breakpoint_commands): New function.
3013 (remote_add_target_side_commands): New function.
3014 (remote_insert_breakpoint): Call it.
3015 (remote_insert_hw_breakpoint): Ditto.
3016 (_initialize_remote): Add new packet configuration for
3017 target-side breakpoint commands.
3018 * target.h (struct target_ops): New field
3019 to_can_run_breakpoint_commands.
3020 (target_can_run_breakpoint_commands): New macro.
3021 * target.c (update_current_target): Handle
3022 to_can_run_breakpoint_commands.
3023
3024 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3025
3026 Execute -ix and -iex only after system and user gdbinit files.
3027 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3028 processing down after gdbinit files.
3029
3030 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3031
3032 Add fnmatch-gnu module.
3033 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3034 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3035 * gnulib/aclocal.m4: Regenerate.
3036 * gnulib/config.in: Regenerate.
3037 * gnulib/configure: Regenerate.
3038 * gnulib/import/dummy.c: Remove.
3039 * gnulib/import/Makefile.am: Regenerate.
3040 * gnulib/import/Makefile.in: Likewise.
3041 * gnulib/import/m4/gnulib-cache.m4: Likewise.
3042 * gnulib/import/m4/gnulib-comp.m4: Likewise.
3043 * gnulib/import/alloca.c: New file.
3044 * gnulib/import/alloca.in.h: Likewise.
3045 * gnulib/import/config.charset: Likewise.
3046 * gnulib/import/fnmatch.c: Likewise.
3047 * gnulib/import/fnmatch.in.h: Likewise.
3048 * gnulib/import/fnmatch_loop.c: Likewise.
3049 * gnulib/import/localcharset.c: Likewise.
3050 * gnulib/import/localcharset.h: Likewise.
3051 * gnulib/import/m4/alloca.m4: Likewise.
3052 * gnulib/import/m4/codeset.m4: Likewise.
3053 * gnulib/import/m4/configmake.m4: Likewise.
3054 * gnulib/import/m4/fcntl-o.m4: Likewise.
3055 * gnulib/import/m4/fnmatch.m4: Likewise.
3056 * gnulib/import/m4/glibc21.m4: Likewise.
3057 * gnulib/import/m4/localcharset.m4: Likewise.
3058 * gnulib/import/m4/locale-fr.m4: Likewise.
3059 * gnulib/import/m4/locale-ja.m4: Likewise.
3060 * gnulib/import/m4/locale-zh.m4: Likewise.
3061 * gnulib/import/m4/mbrtowc.m4: Likewise.
3062 * gnulib/import/m4/mbsinit.m4: Likewise.
3063 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
3064 * gnulib/import/m4/mbstate_t.m4: Likewise.
3065 * gnulib/import/m4/stdbool.m4: Likewise.
3066 * gnulib/import/m4/wchar_h.m4: Likewise.
3067 * gnulib/import/m4/wctype_h.m4: Likewise.
3068 * gnulib/import/m4/wint_t.m4: Likewise.
3069 * gnulib/import/mbrtowc.c: Likewise.
3070 * gnulib/import/mbsinit.c: Likewise.
3071 * gnulib/import/mbsrtowcs-impl.h: Likewise.
3072 * gnulib/import/mbsrtowcs-state.c: Likewise.
3073 * gnulib/import/mbsrtowcs.c: Likewise.
3074 * gnulib/import/ref-add.sin: Likewise.
3075 * gnulib/import/ref-del.sin: Likewise.
3076 * gnulib/import/stdbool.in.h: Likewise.
3077 * gnulib/import/streq.h: Likewise.
3078 * gnulib/import/strnlen1.c: Likewise.
3079 * gnulib/import/strnlen1.h: Likewise.
3080 * gnulib/import/verify.h: Likewise.
3081 * gnulib/import/wchar.in.h: Likewise.
3082 * gnulib/import/wctype.in.h: Likewise.
3083
3084 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3085
3086 Support shell wildcards for 'set auto-load safe-path'.
3087 * auto-load.c: Include fnmatch.h.
3088 (filename_is_in_dir): Rename to ...
3089 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
3090 it. Update function comment. Rename dir_len to pattern_len. New
3091 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
3092 messages. Use gdb_filename_fnmatch.
3093 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
3094 pattern.
3095 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
3096 * defs.h (gdb_filename_fnmatch): New declaration.
3097 * utils.c: Include fnmatch.h.
3098 (gdb_filename_fnmatch): New function.
3099
3100 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
3101
3102 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
3103 `-probe' and `-probe-stap' options.
3104
3105 2012-07-01 Yao Qi <yao@codesourcery.com>
3106
3107 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
3108 always_inserted_off, and always_inserted_enums.
3109 Change always_inserted_mode's type to 'enum auto_boolean'.
3110 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
3111 callers.
3112 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
3113 of add_setshow_enum_cmd.
3114 * infrun.c: Remove can_use_displaced_stepping_auto,
3115 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
3116 can_use_displaced_stepping_enum.
3117 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
3118 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
3119 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
3120 add_setshow_enum_cmd.
3121
3122 2012-06-30 Doug Evans <dje@google.com>
3123
3124 * dwarf2read.c (signatured_type): Make "per_cu" member first.
3125 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
3126 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
3127
3128 2012-06-29 Doug Evans <dje@google.com>
3129
3130 * linespec.c: #include "stack.h".
3131 (decode_line_with_current_source): Moved here from symtab.c and
3132 renamed from decode_line_spec. All callers updated.
3133 (decode_line_with_last_displayed): Moved here from breakpoint.c and
3134 renamed from decode_line_spec_1. All callers updated.
3135 * linespec.h (decode_line_with_current_source): Move declaration here
3136 from symtab.h and renamed from decode_line_spec.
3137 (decode_line_with_last_displayed): Move declaration here from symtab.h
3138 and renamed from decode_line_spec_1.
3139 * macrocmd.c: #include "linespec.h".
3140 * symtab.c: Remove #include "linespec.h".
3141
3142 2012-06-28 Doug Evans <dje@google.com>
3143
3144 * dwarf2read.c (get_cu_length): New function.
3145 (offset_in_cu_p, error_check_comp_unit_head): Call it.
3146 (create_debug_types_hash_table): Ditto.
3147 (init_cutu_and_read_dies): Ditto.
3148 (init_cutu_and_read_dies_no_follow): Ditto.
3149
3150 * dwarf2read.c (dwarf2_find_base_address): Move definition.
3151
3152 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
3153 (struct abbrev_table): Define.
3154 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
3155 abbrev_table.
3156 (init_cutu_and_read_dies): Update.
3157 (abbrev_table_alloc_abbrev): New function. Replaces
3158 dwarf_alloc_abbrev. All callers updated.
3159 (abbrev_table_add_abbrev): New function.
3160 (abbrev_table_lookup_abbrev): New function. Replaces
3161 dwarf2_lookup_abbrev. All callers updated.
3162 (abbrev_table_read_table): New function. Contents moved here from
3163 dwarf2_read_abbrevs.
3164 (dwarf2_read_abbrevs): Call it.
3165 (abbrev_table_free): New function.
3166 (dwarf2_free_abbrev_table): Call it.
3167
3168 2012-06-28 Stan Shebs <stan@codesourcery.com>
3169
3170 * osdata.c (info_osdata_command): Filter out "Title" columns
3171 from non-MI uses.
3172 * common/linux-osdata.c (struct osdata_type): Add title field.
3173 (osdata_table): Add titles to each entry.
3174 (linux_command_xfer_osdata): Add a column for title data.
3175
3176 2012-06-28 Stan Shebs <stan@codesourcery.com>
3177
3178 Make logging work for MI.
3179 * NEWS: Mention it.
3180 * interps.h (interp_set_logging_ftype): New typedef.
3181 (struct interp_procs): New field set_logging_proc.
3182 (current_interp_set_logging): Declare.
3183 * interps.c (current_interp_set_logging): New function.
3184 * cli/cli-logging.c: Include interps.h.
3185 (set_logging_redirect): Call current_interp_set_logging.
3186 (pop_output_files): Ditto.
3187 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
3188 * mi/mi-console.h (mi_console_set_raw): Declare.
3189 * mi/mi-console.c (mi_console_set_raw): New function.
3190 * mi/mi-interp.c (saved_raw_stdout): New global.
3191 (mi_set_logging): New function.
3192 (_initialize_mi_interp): Add it to interp procs.
3193
3194 2012-06-28 Doug Evans <dje@google.com>
3195
3196 * symtab.c (lookup_symbol_aux_objfile): Use
3197 ALL_OBJFILE_PRIMARY_SYMTABS.
3198
3199 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
3200
3201 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3202
3203 * common/buffer.c: Include inttypes.h and stdint.h.
3204 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
3205
3206 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3207 Pedro Alves <palves@redhat.com>
3208
3209 * gdbthread.h (ALL_THREADS): New macro.
3210 (thread_list): Declare.
3211 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
3212 going, but instead fall through to the stepping handling.
3213 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
3214 the passed in signal. Adjust debug output.
3215 (resume_callback): Rename to ...
3216 (linux_nat_resume_callback): ... this. Pass the thread's last
3217 stop signal, if in "pass" state.
3218 (linux_nat_resume): Adjust to rename.
3219 (stop_wait_callback): New assertion. Don't respawn signals;
3220 instead let the LWP remain with SIGNALLED set.
3221 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
3222 * remote.c (append_pending_thread_resumptions): New.
3223 (remote_vcont_resume): Call it.
3224 * target.h (target_resume): Extend comment.
3225
3226 2012-06-28 Iain Sandoe <iain@codesourcery.com>
3227
3228 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
3229
3230 2012-06-27 Doug Evans <dje@google.com>
3231
3232 * dwarf2read.c (dwarf2_cu): Add ranges_base.
3233 Delete have_addr_base, unused. All uses updated.
3234 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
3235 (dwarf2_get_pc_bounds): Add ranges_base.
3236 (dwarf2_record_block_ranges): Ditto.
3237
3238 2012-06-27 Tom Tromey <tromey@redhat.com>
3239
3240 PR macros/7961:
3241 * varobj.c (varobj_create): Update.
3242 (varobj_set_value): Update.
3243 * tracepoint.c (validate_actionline): Update.
3244 (encode_actions_1): Update.
3245 * parse.c (parse_exp_1): Add 'pc' argument.
3246 (parse_exp_in_context): Add 'pc' argument. Change how
3247 expression_context_pc is set.
3248 (parse_expression): Update.
3249 (parse_field_expression): Update.
3250 * expression.h (parse_exp_1): Update.
3251 * eval.c (parse_to_comma_and_eval): Update.
3252 * breakpoint.c (set_breakpoint_condition): Update.
3253 (update_watchpoint): Update.
3254 (init_breakpoint_sal): Update
3255 (find_condition_and_thread): Update.
3256 (watch_command_1): Update.
3257 (update_breakpoint_locations): Update.
3258 * ada-lang.c (ada_read_renaming_var_value): Update.
3259 (create_excep_cond_exprs): Update.
3260
3261 2012-06-27 Doug Evans <dje@google.com>
3262
3263 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
3264 type units.
3265
3266 2012-06-26 Doug Evans <dje@google.com>
3267
3268 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
3269 prototype.
3270 (error_check_comp_unit_head): New arg abbrev_section. All callers
3271 updated.
3272 (read_and_check_comp_unit_head): Ditto.
3273 (read_and_check_type_unit_head): Ditto.
3274
3275 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3276
3277 New attribute 'last' for gdb.Symtab_and_line.
3278 * NEWS (Python Scripting): Add entry about the new attribute.
3279 * python/py-symtab.c (salpy_get_last): New function which
3280 implements the get method for the 'last' attribute of
3281 gdb.Symtab_and_line.
3282 (sal_object_getset): Add entry for the 'last' attribute.
3283
3284 2012-06-26 Doug Evans <dje@google.com>
3285
3286 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
3287 (dwo_sections): Add macinfo, macro.
3288 (dwarf2_locate_dwo_sections): Watch for macro sections.
3289 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
3290 All callers updated. Handle DWO files.
3291
3292 * NEWS: Mention new options "set debug dwarf2-read" and
3293 "set debug symtab-create".
3294 * dwarf2read.c (dwarf2_read_debug): New static global.
3295 (dwarf2_build_psymtabs_hard): Add debugging printfs.
3296 (process_queue): Ditto.
3297 (process_full_comp_unit): Ditto.
3298 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
3299 * elfread.c (elf_symfile_read): Add debugging printf.
3300 * minsyms.c (install_minimal_symbols): Ditto.
3301 * psymtab.c (allocate_psymtab): Ditto.
3302 * symfile.c (allocate_symtab): Ditto.
3303 * symtab.c (symtab_create_debug): New global.
3304 (_initialize_symtab): Add new option "set debug symtab-create".
3305 * symtab.h (symtab_create_debug): Declare.
3306
3307 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
3308 (lookup_dwo_type_unit): Ditto.
3309
3310 2012-06-26 Roland McGrath <roland@hack.frob.com>
3311 H.J. Lu <hongjiu.lu@intel.com>
3312
3313 * amd64-linux-nat.c: Include <sys/user.h>.
3314 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
3315 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
3316 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
3317
3318 * configure.ac: Check if the fs_base and gs_base members of
3319 `struct user_regs_struct' exist.
3320 * config.in: Regenerated.
3321 * configure: Likewise.
3322
3323 2012-06-25 Michael Eager <eager@eagercon.com>
3324
3325 PR python/14291
3326 * python/python.c (gdbpy_write): Check for interrupted output.
3327
3328 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
3329
3330 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
3331 register as a stack alignment in ARM mode.
3332
3333 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3334
3335 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
3336 * gnulib/config.in: Regenerate.
3337 * gnulib/configure: Likewise.
3338 * gnulib/import/m4/extensions.m4: Update it.
3339 * gnulib/import/m4/gnulib-common.m4: Likewise.
3340 * gnulib/import/m4/memmem.m4: Likewise.
3341 * gnulib/import/m4/mmap-anon.m4: Likewise.
3342 * gnulib/import/m4/multiarch.m4: Likewise.
3343 * gnulib/import/stdint.in.h: Likewise.
3344
3345 2012-06-24 Yao Qi <yao@codesourcery.com>
3346
3347 * corefile.c (write_memory_with_notification): New.
3348 * gdbcore.h: Declare write_memory_with_notification.
3349 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
3350 'observer_notify_memory_changed' with 'write_memory_with_notification'.
3351 * valops.c (value_assign): Likewise.
3352 * python/py-inferior.c (infpy_write_memory): Call
3353 'write_memory_with_notification'.
3354
3355 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3356
3357 * cc-with-index.sh: Use also -ex "set auto-load no".
3358
3359 2012-06-23 Doug Evans <dje@google.com>
3360
3361 PR 14125
3362 * NEWS: Document additions to .gdb_index.
3363 * dwarf2read.c: #include "gdb/gdb-index.h".
3364 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
3365 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
3366 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
3367 (dwarf2_read_index): Recognize version 7.
3368 (dw2_do_expand_symtabs_matching): New args want_specific_block,
3369 block_kind, domain): All callers updated.
3370 (dw2_find_symbol_file): Handle new index CU values.
3371 (dw2_expand_symtabs_matching): Match symbol kind if requested.
3372 (add_index_entry): New args is_static, kind. All callers updated.
3373 (offset_type_compare, uniquify_cu_indices): New functions
3374 (symbol_kind): New function.
3375 (write_psymtabs_to_index): Remove duplicate CU values.
3376 (write_psymtabs_to_index): Write .gdb_index version 7.
3377
3378 2012-06-22 Joel Brobecker <brobecker@adacore.com>
3379
3380 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
3381 * configure: Regenerate.
3382
3383 2012-06-20 Yao Qi <yao@codesourcery.com>
3384
3385 * python/py-inferior.c: Update comments of infpy_read_memory
3386 and infpy_write_memory.
3387
3388 2012-06-19 Tom Tromey <tromey@redhat.com>
3389
3390 PR exp/9514:
3391 * parser-defs.h (insert_type, insert_type_address_space): Declare.
3392 (push_type_address_space): Remove.
3393 * parse.c (insert_into_type_stack): New function.
3394 (insert_type): Likewise.
3395 (insert_type_address_space): Rename from push_type_address_space.
3396 Insert tp_space_identifier.
3397 * c-exp.y (ptr_operator): New production.
3398 (abs_decl): Use ptr_operator.
3399 (space_identifier): Call insert_type_address_space.
3400 (ptype): Don't use const_or_volatile_or_space_identifier.
3401 (const_or_volatile_noopt): Call insert_type.
3402 (conversion_type_id, conversion_declarator): New productions.
3403 (operator): Use conversion_type_id.
3404
3405 2012-06-18 Doug Evans <dje@google.com>
3406
3407 * symtab.h (minimal_symbol): New member created_by_gdb.
3408 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
3409 created by gdb.
3410 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
3411 (search_symbols): Call it instead of lookup_symbol.
3412 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
3413
3414 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
3415 Adjust address for DW_OP_GNU_addr_index.
3416 * dwarf2expr.h (dwarf_expr_context): Update comment.
3417 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
3418 all callers updated. Handle TLS vars described with
3419 DW_OP_GNU_const_index.
3420 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
3421 and DW_OP_GNU_const_index.
3422 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
3423
3424 * block.c (find_block_in_blockvector): Make explicit the fact that we
3425 ignore GLOBAL_BLOCK.
3426
3427 2012-06-18 Tom Tromey <tromey@redhat.com>
3428
3429 * c-exp.y (operator): Remove trailing space after "delete" and
3430 "delete[]".
3431
3432 2012-06-18 Mark Kettenis <kettenis@gnu.org>
3433 Jan Kratochvil <jan.kratochvil@redhat.com>
3434
3435 Switch i386 and derived targets to ON_STACK.
3436 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
3437 (amd64_dicos_init_abi): Remove its installment.
3438 * dicos-tdep.c (dicos_init_abi): Remove the
3439 set_gdbarch_call_dummy_location call. Update the comment here.
3440 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
3441 (i386_dicos_init_abi): Remove its installment.
3442 * i386-tdep.c (i386_push_dummy_code): New function.
3443 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
3444 i386_push_dummy_code.
3445
3446 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3447
3448 Remove stale dummy frames.
3449 * breakpoint.c: Include dummy-frame.h.
3450 (longjmp_breakpoint_ops): New variable.
3451 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
3452 bp_longjmp_call_dummy.
3453 (bpstat_what, bptype_string, print_one_breakpoint_location)
3454 (init_bp_location): Support bp_longjmp_call_dummy.
3455 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
3456 (set_longjmp_breakpoint_for_call_dummy)
3457 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
3458 functions.
3459 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
3460 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
3461 FIXME comment and extend the other comment for bp_call_dummy.
3462 (set_longjmp_breakpoint_for_call_dummy)
3463 (check_longjmp_breakpoint_for_call_dummy): New declarations.
3464 * dummy-frame.c: Include gdbthread.h.
3465 (pop_dummy_frame_bpt): New function.
3466 (pop_dummy_frame): Call pop_dummy_frame_bpt.
3467 (dummy_frame_discard): New function.
3468 (cleanup_dummy_frames): Update the comment about longjmps.
3469 * dummy-frame.h (dummy_frame_discard): New declaration.
3470 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
3471 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
3472 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
3473 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
3474 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
3475 keep_going if IS_LONGJMP and there is no other reason to stop.
3476
3477 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
3478
3479 * remote-sim.c (sim_command_completer): Initialize
3480 variable 'result'.
3481
3482 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3483
3484 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
3485 * dwarf2loc.c (call_site_parameter_matches): Support
3486 CALL_SITE_PARAMETER_PARAM_OFFSET.
3487 (needs_dwarf_reg_entry_value): Push stub value.
3488 * dwarf2read.c (read_call_site_scope): New variable origin. Support
3489 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
3490 * gdbtypes.h (enum call_site_parameter_kind): New item
3491 CALL_SITE_PARAMETER_PARAM_OFFSET.
3492 (struct call_site.parameter.u): New field param_offset.
3493
3494 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3495
3496 Code cleanup: Generalize call_site.parameter key.
3497 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
3498 variable dwarf_reg. New variable kind_u. Update parameters to
3499 push_dwarf_reg_entry_value.
3500 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3501 * dwarf2expr.h (enum call_site_parameter_kind)
3502 (union call_site_parameter_u): Forward declarations.
3503 (struct dwarf_expr_context_funcs): Update parameters and their
3504 description for push_dwarf_reg_entry_value.
3505 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3506 * dwarf2loc.c (call_site_parameter_matches): New function.
3507 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
3508 description. Use call_site_parameter_matches.
3509 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
3510 Update parameters and their description.
3511 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
3512 New variable kind_u. Adjust the caller for updated parameters.
3513 (needs_dwarf_reg_entry_value): Update parameters.
3514 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
3515 instead of attr. Update for the changed fields of struct
3516 call_site_parameter.
3517 * gdbtypes.h: Include dwarf2expr.h.
3518 (enum call_site_parameter_kind): New.
3519 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
3520 fb_offset into new union u.
3521
3522 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3523
3524 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
3525 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
3526 for x32.
3527
3528 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3529
3530 * amd64-linux-nat.c (compat_x32_clock_t): New.
3531 (compat_x32_siginfo_t): Likewise.
3532 (compat_x32_siginfo_from_siginfo): Likewise.
3533 (siginfo_from_compat_x32_siginfo): Likewise.
3534 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
3535 and siginfo_from_compat_x32_siginfo for x32.
3536
3537 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
3538
3539 * tracepoint.c (tfile_xfer_partial): Add a lseek.
3540
3541 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3542
3543 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
3544 instead of gdbarch_ptr_bit.
3545 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
3546 (amd64_supply_native_gregset): Likewise.
3547 (amd64_collect_native_gregset): Likewise.
3548 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
3549 (amd64_supply_xsave): Likewise.
3550 (amd64_collect_fxsave): Likewise.
3551 (amd64_collect_xsave): Likewise.
3552
3553 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3554
3555 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
3556 (amd64_linux_read_description): Check DS segment register for
3557 x32 process.
3558
3559 2012-06-15 Tom Tromey <tromey@redhat.com>
3560
3561 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
3562 init_cutu_and_read_dies.
3563
3564 2012-06-15 Iain Sandoe <iain@codesourcery.com>
3565
3566 * MAINTAINERS (Write After Approval): Add myself to the list.
3567
3568 2012-06-15 Tom Tromey <tromey@redhat.com>
3569
3570 * valops.c (value_find_oload_method_list): Now static.
3571 * value.h (value_find_oload_method_list): Don't declare.
3572
3573 2012-06-15 Tom Tromey <tromey@redhat.com>
3574
3575 * valops.c (find_overload_match): Use value_ind.
3576
3577 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
3578
3579 * infrun.c (handle_inferior_event): Correct indentation.
3580
3581 2012-06-14 Doug Evans <dje@google.com>
3582
3583 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
3584 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
3585 All uses updated.
3586 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
3587 updated. Handle DEBUG_LOC_START_LENGTH.
3588 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
3589 (loclist_describe_location): Ditto.
3590
3591 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
3592
3593 PR backtrace/13866
3594 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
3595 after hiding inline functions.
3596
3597 2012-06-13 Joel Brobecker <brobecker@adacore.com>
3598
3599 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
3600 _initialize_inf_ttrace.
3601
3602 2012-06-13 Joel Brobecker <brobecker@adacore.com>
3603
3604 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
3605 _initialize_hppa_hpux_nat.
3606
3607 2012-06-13 Joel Brobecker <brobecker@adacore.com>
3608
3609 * remote-sim.c (sim_command_completer): Change type of return
3610 value to "VEC (char_ptr) *". Adjust implementation accordingly.
3611
3612 2012-06-13 Mark Kettenis <kettenis@gnu.org>
3613 Jan Kratochvil <jan.kratochvil@redhat.com>
3614
3615 PR tdep/14222
3616 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
3617 stack on a 16-byte boundary.
3618
3619 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
3620
3621 * jit.c (finalize_symtab): Set function's return type to 'void' by
3622 default.
3623
3624 2012-06-13 Mark Kettenis <kettenis@gnu.org>
3625 H.J. Lu <hongjiu.lu@intel.com>
3626
3627 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
3628 Move bits common to both the classic LP64 and the new x32 ILP32
3629 ABI here.
3630 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
3631 (amd64_x32_linux_init_abi): New function.
3632 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
3633 subtype.
3634
3635 * i386-tdep.h (i386_pseudo_register_name): New prototype.
3636 * i386-tdep.c (i386_pseudo_register_name): Make public.
3637 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
3638 * amd64-tdep.c (amd64_dword_names): Add "eip".
3639 (amd64_x32_pseudo_register_type): New function
3640 (amd64_x32_init_abi): New function.
3641
3642 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3643
3644 PR build/14003
3645 * inferior.h (struct inferior_suspend_state): Comment out.
3646 (struct inferior): Comment out the field suspend.
3647 * infrun.c (struct infcall_suspend_state): Comment out the field
3648 inferior_suspend.
3649 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
3650 out its assignment.
3651
3652 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3653
3654 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
3655 * c-exp.y (classify_inner_name): Remove caller assumptions in the
3656 function comment. Return ERROR for unresolved cases. Implement
3657 returning proper NAME.
3658 (yylex): Accept also NAME from classify_inner_name.
3659 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
3660 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
3661 LOC_TYPEDEF type.
3662 * cp-support.h (cp_lookup_nested_type): Update its declaration.
3663
3664 2012-06-13 Tom Tromey <tromey@redhat.com>
3665
3666 * breakpoint.c (condition_completer): New function.
3667 (_initialize_breakpoint): Use it.
3668 * value.c (complete_internalvar): New function.
3669 * value.h (complete_internalvar): Declare.
3670
3671 2012-06-13 Tom Tromey <tromey@redhat.com>
3672
3673 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
3674 * breakpoint.c (catch_syscall_completer): Return a VEC.
3675 * cli/cli-cmds.c (complete_command): Update.
3676 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
3677 (complete_on_enum): Likewise.
3678 * command.h: Include gdb_vecs.h.
3679 (completer_ftype): Change return type.
3680 (complete_on_cmdlist, complete_on_enum): Likewise.
3681 * completer.c (noop_completer, filename_completer)
3682 (location_completer): Return a VEC.
3683 (add_struct_fields): Remove 'nextp' argument. Change 'output'
3684 to a VEC.
3685 (expression_completer, complete_line_internal, complete_line)
3686 (command_completer): Return a VEC.
3687 (gdb_completion_word_break_characters, line_completion_function):
3688 Update.
3689 * completer.h: Include gdb_vecs.h.
3690 (complete_line, noop_completer, filename_completer)
3691 (expression_completer, location_completer, command_completer):
3692 Update.
3693 * f-lang.c (f_word_break_characters): Return a VEC.
3694 * interps.c (interpreter_completer): Return a VEC.
3695 * language.h (struct language_defn)
3696 <la_make_symbol_completion_list>: Return a VEC.
3697 * python/py-cmd.c (cmdpy_completer): Return a VEC.
3698 * symtab.c (free_completion_list): Take a VEC.
3699 (return_val_size, return_val_index): Remove.
3700 (return_val): Now a VEC.
3701 (completion_list_add_name): Update.
3702 (default_make_symbol_completion_list_break_on)
3703 (default_make_symbol_completion_list, make_symbol_completion_list)
3704 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
3705 Return a VEC.
3706 (add_filename_to_list): Update.
3707 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
3708 <list>: Now a VEC.
3709 (maybe_add_partial_symtab_filename): Update.
3710 (make_source_files_completion_list): Return a VEC.
3711 * symtab.h (default_make_symbol_completion_list_break_on)
3712 (default_make_symbol_completion_list, make_symbol_completion_list)
3713 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
3714 (make_source_files_completion_list): Update.
3715
3716 2012-06-13 Tom Tromey <tromey@redhat.com>
3717
3718 * breakpoint.c (add_catch_command): Use completer_ftype.
3719 * breakpoint.h: Include command.h.
3720 (add_catch_command): Use completer_ftype.
3721 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
3722 * cli/cli-decode.h (struct cmd_list_element) <completer>:
3723 Use completer_ftype.
3724 * command.h (completer_ftype): New typedef.
3725 (set_cmd_completer): Use it.
3726 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
3727 completer_ftype.
3728
3729 2012-06-13 Pedro Alves <palves@redhat.com>
3730
3731 Partial revert of previous change.
3732
3733 * serial.c (scb_base): New global.
3734 (serial_for_fd): New.
3735 (serial_open, serial_fdopen_ops): Link new serial in open serials
3736 chain.
3737 (do_serial_close): Unlink serial from the open serials chain.
3738
3739 2012-06-12 Pedro Alves <palves@redhat.com>
3740
3741 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
3742 threads here.
3743 (prepare_for_detach): No longer context switch here in non-stop
3744 mode.
3745 (fetch_inferior_event): Ditto.
3746 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
3747 to the event thread before removing breakpoints. Switch to the
3748 event thread before inserting breakpoints and resuming.
3749 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
3750 event thread before resuming.
3751 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
3752 Switch to the event thread before removing breakpoints.
3753
3754 2012-06-12 Eli Zaretskii <eliz@gnu.org>
3755
3756 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
3757 special characters correctly for the Windows shells. See
3758 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
3759 report.
3760 [!__MINGW32__]: Remove extra double quote character from special
3761 characters.
3762
3763 2012-06-11 Stan Shebs <stan@codesourcery.com>
3764
3765 * ui-out.h: Remove #if 0 declarations.
3766 * ui-out.c: Remove #if 0 functions.
3767
3768 2012-06-11 Pedro Alves <palves@redhat.com>
3769
3770 * ser-base.c (run_async_handler_and_reschedule): New.
3771 (fd_event, push_event): Use it.
3772 * serial.c (serial_open, serial_fdopen_ops): Set the initial
3773 reference count to 1.
3774 (do_serial_close): Set the bufp field to NULL. Use serial_unref
3775 instead of xfree.
3776 (serial_is_open, serial_ref, serial_unref): New.
3777 * serial.h (serial_open): Adjust comment.
3778 (serial_is_open): Declare.
3779 (serial_close): Adjust comment.
3780 (serial_ref, serial_unref) Declare.
3781 (struct serial): New field 'refcnt'.
3782
3783 2012-06-11 Pedro Alves <palves@redhat.com>
3784
3785 Remove #if 0'd "connect" command, and unnecessary associated
3786 refcounting and serial reuse bits.
3787
3788 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
3789 * serial.c (last_serial_opened): Delete.
3790 (scb_base): Delete.
3791 (serial_open): Adjust.
3792 (serial_for_fd): Delete.
3793 (serial_fdopen_ops, do_serial_close): Adjust.
3794 (serial_fdopen_ops): Adjust.
3795
3796 2012-06-11 Pedro Alves <palves@redhat.com>
3797
3798 * serial.c (do_serial_close): Remove early return when SCB is
3799 null.
3800
3801 2012-06-11 Tom Tromey <tromey@redhat.com>
3802
3803 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
3804
3805 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3806
3807 Fix regression by the "ambiguous linespec" series.
3808 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
3809 get_last_displayed_symtab and get_last_displayed_line and depending
3810 on CURSAL.
3811
3812 2012-06-11 Tom Tromey <tromey@redhat.com>
3813
3814 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
3815 (dw2_find_symbol_file): Use it.
3816
3817 2012-06-11 Michael Eager <eager@eagercon.com>
3818
3819 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
3820 * mips-linux-tdep.h (mips_signals): New
3821
3822 2012-06-11 Tom Tromey <tromey@redhat.com>
3823
3824 * infrun.c (handle_inferior_event)
3825 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
3826 breakpoint.
3827 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
3828 exception logic in all cases. Update comments.
3829 (insert_longjmp_resume_breakpoint): Set the exception resume
3830 breakpoint.
3831
3832 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
3833
3834 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
3835
3836 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
3837
3838 * valarith.c (binop_types_user_defined_p): Fix a typo.
3839
3840 2012-06-08 Yao Qi <yao@codesourcery.com>
3841 Chung-Lin Tang <cltang@codesourcery.com>
3842
3843 * arch-utils.c (default_return_in_first_hidden_param_p): New.
3844 * arch-utils.h: Declare.
3845 * gdbarch.sh: Add return_in_first_hidden_param_p.
3846 * gdbarch.c, gdbarch.h: Regenerated.
3847 * infcall.c (call_function_by_hand): Call
3848 gdbarch_return_in_first_hidden_param_p instead of
3849 language_pass_by_reference.
3850
3851 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
3852 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
3853 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
3854 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
3855 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
3856 `cplus_return_struct_by_reference'.
3857 (tic6x_return_value): Handle language cplusplus.
3858 (tic6x_return_in_first_hidden_param_p): New.
3859 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
3860
3861 2012-06-07 Doug Evans <dje@google.com>
3862
3863 * dwarf2read.c (dwarf2_cu): Add comment.
3864
3865 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
3866
3867 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
3868 variable.
3869 (mips_eabi_push_dummy_call): Likewise.
3870 (mips_n32n64_push_dummy_call): Likewise.
3871 (mips_o32_push_dummy_call): Likewise.
3872 (mips_o64_push_dummy_call): Likewise.
3873
3874 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
3875
3876 * mips-tdep.c (mips_convert_register_p): Correct coding style.
3877
3878 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
3879
3880 * mips-tdep.c (mips_pseudo_register_type): Use
3881 mips_float_register_p.
3882
3883 2012-06-06 Pedro Alves <palves@redhat.com>
3884
3885 * infrun.c (handle_inferior_event): Remove calls to
3886 reinit_frame_cache that follow a context_switch call.
3887
3888 2012-06-06 Pedro Alves <palves@redhat.com>
3889
3890 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
3891 context_switch and remove stale comment.
3892
3893 2012-06-06 Pedro Alves <palves@redhat.com>
3894
3895 * infrun.c (struct execution_control_state): Remove
3896 `new_thread_event' field.
3897 (handle_inferior_event): Simplify new threads handling; don't
3898 resume the inferior if we find a new thread.
3899
3900 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3901
3902 * NEWS: Document the deprecation of SH's 'regs' command.
3903 * inferior.h (all_registers_info): Add function declaration.
3904 * sh-tdep.c (sh_show_regs): Remove variable.
3905 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
3906 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
3907 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
3908 (sh_show_regs_command): Remove functions.
3909 (sh_gdbarch_init): Don't set sh_show_regs.
3910 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
3911 'info all-registers'.
3912 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
3913 (sh64_show_regs): Remove functions.
3914 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
3915
3916 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3917
3918 * configure.ac: Move development=true below AC_INIT.
3919 * configure: Regenerate.
3920
3921 2012-06-05 Stan Shebs <stan@codesourcery.com>
3922
3923 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
3924 gdb_stdout.
3925
3926 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
3927
3928 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
3929 argument as ssize_t.
3930 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
3931 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
3932 * target.c (target_read_stack, target_write_memory)
3933 (target_write_raw_memory): Likewise.
3934 * target.h (target_read_stack, target_write_memory)
3935 (target_write_raw_memory): Likewise.
3936
3937 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3938
3939 * symfile-mem.c: Change gdb_static_assert to ssize_t.
3940 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
3941 * target.c (target_read_memory): Change LEN to ssize_t.
3942 * target.h (target_read_memory): Change LEN to ssize_t.
3943
3944 2012-06-05 Pedro Alves <palves@redhat.com>
3945
3946 PR backtrace/13866
3947
3948 * breakpoint.c (until_break_command): Only fetch the selected
3949 frame after decode_line_1.
3950
3951 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
3952
3953 * solib-svr4.c (enable_break): Don't fallback to setting the solib
3954 event breakpoint at _start, __start or main if a program
3955 interpreter is not found.
3956
3957 2012-06-05 Joel Brobecker <brobecker@adacore.com>
3958
3959 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
3960 Add declaration.
3961 * windows-tdep.c: #include "objfiles.h".
3962 (windows_iterate_over_objfiles_in_search_order): New function.
3963 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
3964 iterate_over_objfiles_in_search_order gdbarch method to
3965 windows_iterate_over_objfiles_in_search_order.
3966 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
3967
3968 2012-06-05 Joel Brobecker <brobecker@adacore.com>
3969
3970 * gdbarch.sh: Add generation of
3971 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
3972 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
3973 (iterate_over_objfiles_in_search_order): New gdbarch method.
3974 * gdbarch.h, gdbarch.c: Regenerate.
3975 * objfiles.h (default_iterate_over_objfiles_in_search_order):
3976 Add declaration.
3977 * objfiles.c (default_iterate_over_objfiles_in_search_order):
3978 New function.
3979 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
3980 out of lookup_symbol_aux_symtabs.
3981 (lookup_symbol_aux_symtabs): Replace extracted-out code by
3982 call to lookup_symbol_aux_objfile.
3983 (struct global_sym_lookup_data): New type.
3984 (lookup_symbol_global_iterator_cb): New function.
3985 (lookup_symbol_global): Search for symbol using
3986 gdbarch_iterate_over_objfiles_in_search_order and
3987 lookup_symbol_global_iterator_cb.
3988 * findvar.c (struct minsym_lookup_data): New type.
3989 (minsym_lookup_iterator_cb): New function.
3990 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
3991 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
3992 and minsym_lookup_iterator_cb.
3993
3994 2012-06-05 Joel Brobecker <brobecker@adacore.com>
3995
3996 Revert the following patch:
3997 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
3998 try locating the symbol in the symbol's own objfile first, before
3999 extending the search to all objfiles.
4000 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4001 out of lookup_symbol_aux_symtabs.
4002 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4003 Replace extracted-out code by call to lookup_symbol_aux_objfile.
4004 Do not search EXCLUDE_OBJFILE.
4005 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4006 (lookup_symbol_global): Search for matches in the block's objfile
4007 first, before searching all other objfiles.
4008
4009 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4010
4011 * breakpoint.c (find_condition_and_thread): Stop parsing
4012 as soon as the first invalid keyword is found.
4013
4014 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4015
4016 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4017
4018 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4019
4020 * config/djgpp/djcheck.sh: Add copyright header.
4021
4022 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4023
4024 * copyright.py (update_files, main): Fix path to update-copyright
4025 script.
4026
4027 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4028
4029 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4030 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4031 for which a reminder to update by hand is printed.
4032
4033 2012-06-04 Doug Evans <dje@google.com>
4034
4035 * buildsym.c (make_blockvector): Add comment.
4036
4037 2012-06-04 Pedro Alves <palves@redhat.com>
4038
4039 * arch-utils.c (default_gdb_signal_from_target): Delete.
4040 * arch-utils.h (default_gdb_signal_from_target): Delete.
4041 * corelow.c (core_open) <signal mapping>: Extended comment. Check
4042 gdbarch_gdb_signal_from_target_p.
4043 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
4044 predicate).
4045 * gdbarch.h: Regenerate.
4046 * gdbarch.c: Regenerate.
4047
4048 2012-06-04 Pedro Alves <palves@redhat.com>
4049
4050 * gdbarch.sh (gdb_signal_from_target): Mention that the
4051 implementation of the method must be host independent.
4052 * gdbarch.h: Regenerate.
4053
4054 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4055
4056 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
4057 parameters.
4058 (target_read_memory_bfd): New function.
4059 (symbol_file_add_from_memory): Use it.
4060
4061 2012-06-03 Doug Evans <dje@google.com>
4062
4063 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
4064 of primary symtab.
4065 (basic_lookup_transparent_type): Ditto.
4066
4067 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
4068 (ALL_PRIMARY_SYMTABS): Use it.
4069 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
4070 * dwarf2read.c (dw2_find_symbol_file): Ditto.
4071 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
4072 * symtab.c (lookup_symbol_aux_objfile): Ditto.
4073 (basic_lookup_transparent_type): Ditto.
4074
4075 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
4076
4077 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
4078 it to optimize resolution of demangled name.
4079
4080 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4081
4082 * configure.ac (development): Define new variable.
4083 Call AC_CHECK_LIB for mcheck if $development.
4084 (ERROR_ON_WARNING): Enable it by default only if $development.
4085 * config.in: Regenerate.
4086 * configure: Regenerate.
4087
4088 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
4089
4090 * target.c (target_read_memory): Make LEN argument as size_t.
4091 * target.h (target_read_memory): Likewise.
4092
4093 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4094
4095 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
4096
4097 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
4098
4099 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
4100 BookE interface for PowerPC server processors if not available
4101 in the Linux Kernel.
4102
4103 2012-05-31 Keith Seitz <keiths@redhat.com>
4104
4105 * linespec.c (decode_objc): Add cleanup to free
4106 INFO.FILE_SYMTABS.
4107 (find_linespec_symbols): Add cleanup to free CLASSES.
4108 * symfile.c (find_separate_debug_file_by_debuglink): Add
4109 cleanup to free DEBUGLINK.
4110 * ui-out.c (clear_header_list): No need to check if
4111 HEADER_NEXT.COLHDR is NULL.
4112 Free HEADER_NEXT.COL_NAME.
4113
4114 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4115
4116 * ada-lang.c (standard_lookup): Prevent uninitialized variable
4117 warning.
4118
4119 2012-05-30 Jeff Kenton <jkenton@tilera.com>
4120
4121 * configure.host (gdb_host_cpu): Handle tilegx*.
4122 (gdb_host): Handle tilegx-*-linux*.
4123 * tilegx-linux-nat.c: New file.
4124 * config/tilegx/linux.mh: New file.
4125
4126 2012-05-30 Jeff Kenton <jkenton@tilera.com>
4127
4128 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
4129 tilegx-linux-tdep.o.
4130 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
4131 tilegx-linux-tdep.c.
4132 * configure.tgt: Handle tilegx-*-linux*.
4133 * tilegx-tdep.h: New file.
4134 * tilegx-tdep.c: New file.
4135 * tilegx-linux-tdep.c: New file.
4136 * regformats/reg-tilegx.dat: New file.
4137
4138 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
4139
4140 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
4141 accounting of hw watchpoints on ppc.
4142
4143 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4144
4145 * source.c (openp): Expand tilde in path entries.
4146
4147 2012-05-29 Doug Evans <dje@google.com>
4148
4149 * buildsym.c (block_compar): Fix comment.
4150 (end_symtab): Fix and clarify some comments.
4151
4152 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
4153 cleanup_undefined_types.
4154 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
4155 All callers updated.
4156
4157 2012-05-29 Tom Tromey <tromey@redhat.com>
4158
4159 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
4160 fails.
4161 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
4162 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
4163 fails.
4164 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
4165 fails.
4166
4167 2012-05-29 Tristan Gingold <gingold@adacore.com>
4168
4169 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
4170 (struct darwin_info): ... New struct.
4171 (solib_darwin_pspace_data): New variable.
4172 (darwin_pspace_data_cleanup): New function.
4173 (get_darwin_info): Likewise.
4174 (darwin_dyld_version_ok, darwin_load_image_infos)
4175 (darwin_solib_get_all_image_info_addr_at_init)
4176 (darwin_solib_read_all_image_info_addr): Add info argument.
4177 Adjust code.
4178 (darwin_current_sos): Use per pspace structure.
4179 (darwin_solib_create_inferior_hook): Likewise.
4180 (darwin_clear_solib): Likewise.
4181 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
4182
4183 2012-05-28 Pedro Alves <palves@redhat.com>
4184
4185 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
4186 block that uses them. Clear ecss before handling each event.
4187
4188 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4189
4190 * solib-svr4.c (svr4_current_sos): New comment on
4191 svr4_current_sos_via_xfer_libraries fall back.
4192
4193 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4194
4195 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
4196 it as a fallback for TYPE_IS_OPAQUE.
4197 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
4198 symbols for lookup_symbol.
4199
4200 2012-05-24 John Steele Scott <toojays@toojays.net>
4201
4202 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
4203 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
4204 (producer_is_gxx_lt_4_6): Move the checking and caching to...
4205 (check_producer): ... this new function, which also checks for ICC
4206 and caches the result.
4207 (producer_is_icc): New function.
4208 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
4209 producer was ICC.
4210
4211 2012-05-24 Pedro Alves <palves@redhat.com>
4212
4213 PR gdb/7205
4214
4215 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
4216 (default_gdb_signal_to_target): ... this. Add comment.
4217 (default_gdb_signal_from_host): Rename to ...
4218 (default_gdb_signal_from_target): ... this. Add comment.
4219 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
4220 (default_gdb_signal_to_target): ... this.
4221 (default_gdb_signal_from_host): Rename to ...
4222 (default_gdb_signal_from_target): ... this.
4223 * corelow.c (core_open): Adjust to naming change. Replace comment.
4224 * gdbarch.sh (gdb_signal_from_host): Rename to ...
4225 (gdb_signal_from_target): ... this. Adjust to
4226 default_gdb_signal_from_host naming change. Extend comment.
4227 (gdb_signal_to_host): Rename to ...
4228 (gdb_signal_to_target): ... this. Adjust to
4229 default_gdb_signal_to_host naming change.
4230 * gdbarch.h, gdbarch.c: Renegerate.
4231
4232 2012-05-24 Pedro Alves <palves@redhat.com>
4233
4234 PR gdb/7205
4235
4236 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
4237
4238 2012-05-24 Pedro Alves <palves@redhat.com>
4239
4240 PR gdb/7205
4241
4242 Replace target_signal with gdb_signal throughout.
4243
4244 2012-05-24 Pedro Alves <palves@redhat.com>
4245
4246 PR tui/14159
4247
4248 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
4249 string, instead of reusing the va_list argument.
4250
4251 2012-05-24 Tom Tromey <tromey@redhat.com>
4252
4253 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
4254 Remove.
4255
4256 2012-05-23 Doug Evans <dje@google.com>
4257
4258 * symtab.c (search_symbols): Formatting fixes.
4259 (print_symbol_info): Formatting fixes.
4260
4261 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
4262 int64_t change to leb128 API.
4263 (read_encoded_value, decode_frame_entry_1): Ditto.
4264 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
4265 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
4266 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4267 (execute_stack_op): Ditto.
4268 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
4269 (safe_read_uleb128, safe_read_sleb128): Ditto.
4270 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
4271 (dwarf2_compile_expr_to_ax): Ditto.
4272 (locexpr_describe_location_piece): Ditto.
4273 (disassemble_dwarf_expression): Ditto.
4274 (locexpr_describe_location_1): Ditto.
4275
4276 2012-05-23 Stan Shebs <stan@codesourcery.com>
4277 Kwok Cheung Yeung <kcy@codesourcery.com>
4278
4279 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
4280 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
4281 (mi-cmd-info.o): New rule.
4282 * osdata.h (info_osdata_command): New declaration.
4283 * osdata.c (info_osdata_command): Change to non-static.
4284 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
4285 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
4286 * mi/mi-cmd-info.c: New file.
4287
4288 2012-05-23 Doug Evans <dje@google.com>
4289
4290 * symtab.c (search_symbols): Pass NULL for file_matcher to
4291 expand_symtabs_matching if there are no files to match.
4292
4293 * gdbtypes.c (lookup_typename): Simplify.
4294
4295 2012-05-23 Pedro Alves <palves@redhat.com>
4296
4297 * arch-utils.h (default_target_signal_to_host): Delete.
4298 * arch-utils.c (default_target_signal_to_host): Delete.
4299 * gdbarch.sh (target_signal_to_host): Remove.
4300 * gdbarch.h, gdbarch.c: Regenerate.
4301
4302 2012-05-22 Doug Evans <dje@google.com>
4303
4304 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
4305 "const gdb_byte *".
4306 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
4307 (execute_cfa_program): Update to match API of leb128 functions.
4308 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
4309 "const gdb_byte *".
4310 (read_unsigned_leb128, read_signed_leb128): Delete.
4311 (read_initial_length): Change type of buf argument to
4312 "const gdb_byte *".
4313 (read_encoded_value): Update to match API of leb128 functions.
4314 (decode_frame_entry): Change result to "const gdb_byte *", and
4315 similarly for "start" parameter.
4316 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
4317 (dwarf2_build_frame_info): Change local frame_ptr to
4318 "const gdb_byte *".
4319 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
4320 read_uleb128, read_sleb128. All callers updated.
4321 (safe_skip_leb128): New function.
4322 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
4323 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
4324 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
4325 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
4326 read_uleb128, read_sleb128.
4327 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4328 (execute_stack_op): Update to match API of leb128 functions.
4329 * dwarf2expr.h: #include "leb128.h".
4330 (read_uleb128, read_sleb128): Delete.
4331 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
4332 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
4333 * dwarf2loc.c (debug_loc_kind): New enum.
4334 (decode_debug_loc_addresses): New function.
4335 (decode_debug_loc_dwo_addresses): New function.
4336 (dwarf2_find_location_expression): Rewrite.
4337 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
4338 (locexpr_describe_location_piece): Ditto.
4339 (disassemble_dwarf_expression): Ditto.
4340 (locexpr_describe_location_1): Ditto.
4341 (loclist_describe_location): Rewrite.
4342 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
4343 * dwarf2read.c (die_reader_specs): New member "buffer_end".
4344 (dwarf2_section_buffer_overflow_complaint): Renamed from
4345 dwarf2_macros_too_long_complaint. All callers updated.
4346 (skip_leb128): Delete.
4347 (init_cu_die_reader): Initialize reader->buffer_end.
4348 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
4349 (skip_form_bytes): New arg buffer_end. All callers updated.
4350 Replace call to skip_leb128 with gdb_skip_leb128.
4351 (skip_unknown_opcode): New arg mac_end. All callers updated.
4352 (fill_in_loclist_baton): Initialize baton->from_dwo.
4353
4354 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4355
4356 * mips-linux-nat.c (mips_linux_read_description): Use a more
4357 verbose error message.
4358
4359 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4360
4361 * NEWS: Add MIPS/Linux DSP support.
4362 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
4363 (SIGCONTEXT_DSPCTL): New macro.
4364 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
4365 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
4366 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
4367 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
4368 (N64_SIGCONTEXT_HI3): Likewise.
4369 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
4370 (N64_SIGCONTEXT_LO3): Likewise.
4371 (N64_SIGCONTEXT_DSPCTL): Likewise.
4372 (N64_SIGCONTEXT_FPCSR): Clarify definition.
4373 (mips_linux_o32_sigframe_init): Handle DSP registers.
4374 (mips_linux_n32n64_sigframe_init): Likewise.
4375
4376 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4377
4378 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
4379 call to abort.
4380
4381 2012-05-22 Pedro Alves <palves@redhat.com>
4382
4383 * target.h (store_waitstatus): Move declaration ...
4384 * inf-child.h (store_waitstatus): ... here.
4385 * target.c: Move inclusion of gdb_wait.h, and ...
4386 (store_waitstatus): ... this ...
4387 * inf-child.c: ... here.
4388 * linux-nat.c: Include inf-child.h.
4389 * rs6000-nat.c: Include inf-child.h.
4390 * spu-linux-nat.c: Include inf-child.h.
4391
4392 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4393
4394 * tracepoint.c (start_tracing): Add missing i18n markup.
4395 (stop_tracing, set_trace_user): Ditto.
4396 (set_trace_notes, set_trace_stop_notes): Ditto.
4397
4398 2012-05-21 Tom Tromey <tromey@redhat.com>
4399
4400 PR c++/7173:
4401 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
4402 types.
4403 * value.h (value_cast_pointers): Update.
4404 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
4405 (value_cast): Update.
4406 (update_search_result): New function.
4407 (do_search_struct_field): New, from search_struct_field. Check
4408 for ambiguous results.
4409 (search_struct_field): Rewrite.
4410 * infcall.c (value_arg_coerce): Update.
4411 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
4412 value_cast_pointers.
4413 * ada-lang.c (ada_convert_actual): Update.
4414
4415 2012-05-21 Tom Tromey <tromey@redhat.com>
4416
4417 * macroexp.c (macro_stringify): Terminate the string.
4418
4419 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4420
4421 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
4422 Describe it.
4423 * auto-load.c (auto_load_expand_dir_vars): New function.
4424 (auto_load_safe_path_vec_update): Use it, remove the
4425 substitute_path_component call thanks to it.
4426 (auto_load_objfile_script): Remove the debug_file_directory processing.
4427 Use auto_load_expand_dir_vars, remove the substitute_path_component
4428 call thanks to it.
4429 * configure: Regenerate.
4430 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
4431 path. Escape $ also for $debugdir.
4432 (--with_auto_load_safe_path): Escape $ also for $debugdir.
4433 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
4434
4435 2012-05-20 Doug Evans <dje@google.com>
4436
4437 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
4438 before use. Check for symtab->includes == NULL before scanning it.
4439
4440 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4441
4442 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
4443
4444 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4445
4446 * NEWS: Add microMIPS support and "set mips compression",
4447 "show mips compression" commands.
4448 * mips-tdep.h (mips_isa): New enum.
4449 (gdbarch_tdep): Add mips_isa.
4450 (mips_pc_is_mips16): Update prototype.
4451 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
4452 * mips-tdep.c (mips_compression_mips16): New variable.
4453 (mips_compression_micromips): Likewise.
4454 (mips_compression_strings): Likewise.
4455 (mips_compression_string): Likewise.
4456 (is_mips16_isa, is_micromips_isa): New functions.
4457 (is_mips16_addr): Rename to...
4458 (is_compact_addr): ... this.
4459 (unmake_mips16_addr): Likewise to...
4460 (unmake_compact_addr): ... this.
4461 (make_mips16_addr): Likewise to...
4462 (make_compact_addr): ... this.
4463 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
4464 functions.
4465 (mips_elf_make_msymbol_special): Handle microMIPS code.
4466 (msymbol_is_special): Rename to...
4467 (msymbol_is_mips16): ... this.
4468 (mips_make_symbol_special, mips_pc_is_mips16): Update
4469 accordingly.
4470 (msymbol_is_mips, msymbol_is_micromips): New functions.
4471 (mips16_to_32_reg): Rename to...
4472 (mips_reg3_to_reg): ... this.
4473 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
4474 (mips_pc_isa): Likewise.
4475 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
4476 code.
4477 (mips_fetch_instruction): Pass return status instead of printing
4478 an error message if requested. Handle microMIPS code. Bail out
4479 on an invalid ISA.
4480 (micromips_op): New macro.
4481 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
4482 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
4483 (b6s4_op, b7s3_reg): Likewise.
4484 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
4485 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
4486 (mips_insn_size): New function.
4487 (mips32_next_pc): Update mips_fetch_instruction call.
4488 (micromips_relative_offset7): New function.
4489 (micromips_relative_offset10): Likewise.
4490 (micromips_relative_offset16): Likewise.
4491 (micromips_pc_insn_size): Likewise.
4492 (micromips_bc1_pc): Likewise.
4493 (micromips_next_pc): Likewise.
4494 (unpack_mips16): Update mips_fetch_instruction call.
4495 (extended_mips16_next_pc): Update according to change to
4496 mips16_to_32_reg.
4497 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
4498 code.
4499 (mips16_scan_prologue): Update mips_fetch_instruction call.
4500 Update according to change to mips16_to_32_reg.
4501 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
4502 (mips_insn16_frame_base_sniffer): Likewise.
4503 (micromips_decode_imm9): New function.
4504 (micromips_scan_prologue): Likewise.
4505 (mips_micro_frame_cache): Likewise.
4506 (mips_micro_frame_this_id): Likewise.
4507 (mips_micro_frame_prev_register): Likewise.
4508 (mips_micro_frame_sniffer): Likewise.
4509 (mips_micro_frame_unwind): New variable.
4510 (mips_micro_frame_base_address): New function.
4511 (mips_micro_frame_base): New variable.
4512 (mips_micro_frame_base_sniffer): New function.
4513 (mips32_scan_prologue): Update mips_fetch_instruction call.
4514 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
4515 rather than for MIPS16.
4516 (mips_insn32_frame_base_sniffer): Likewise.
4517 (mips_addr_bits_remove): Handle microMIPS code.
4518 (deal_with_atomic_sequence): Rename to...
4519 (mips_deal_with_atomic_sequence): ... this. Update the type
4520 of the variable used to hold an instruction. Remove the ISA bit
4521 check. Update mips_fetch_instruction call.
4522 (micromips_deal_with_atomic_sequence): New function.
4523 (deal_with_atomic_sequence): Likewise.
4524 (mips_about_to_return): Handle microMIPS code. Update
4525 mips_fetch_instruction call.
4526 (heuristic_proc_start): Check for the standard MIPS ISA rather
4527 than for MIPS16. Update mips_pc_is_mips16 and
4528 mips_fetch_instruction calls. Handle microMIPS code.
4529 (mips_push_dummy_code): Handle microMIPS code.
4530 (mips_eabi_push_dummy_call): Likewise.
4531 (mips_o32_return_value): Update mips_pc_is_mips16 call.
4532 (mips_o64_push_dummy_call): Handle microMIPS code.
4533 (mips_o64_return_value): Update mips_pc_is_mips16 call.
4534 (is_delayed): Remove function.
4535 (mips_single_step_through_delay): Replace the call to is_delayed
4536 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
4537 Handle microMIPS code.
4538 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
4539 microMIPS code.
4540 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
4541 call.
4542 (micromips_in_function_epilogue_p): New function.
4543 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
4544 call.
4545 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
4546 Handle microMIPS.
4547 (gdb_print_insn_mips): Likewise.
4548 (mips_breakpoint_from_pc): Likewise.
4549 (mips_remote_breakpoint_from_pc): New function.
4550 (mips32_instruction_has_delay_slot): Simplify making use of the
4551 updated mips_fetch_instruction interface.
4552 (micromips_instruction_has_delay_slot): New function.
4553 (mips16_instruction_has_delay_slot): Simplify making use of the
4554 updated mips_fetch_instruction interface.
4555 (mips_adjust_breakpoint_address): Check for the standard MIPS
4556 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
4557 calls. Handle microMIPS code.
4558 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
4559 (mips_skip_trampoline_code): Handle microMIPS code.
4560 (global_mips_compression): New function.
4561 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
4562 file flags. Register the microMIPS remote breakpoint handler
4563 and heuristic frame unwinder.
4564 (show_mips_compression): New function.
4565 (_initialize_mips_tdep): Add the "set mips compression" and
4566 "show mips compression" commands.
4567
4568 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
4569
4570 * ada-lang.c:
4571 * ada-tasks.c:
4572 * ada-varobj.c:
4573 * amd64-darwin-tdep.c:
4574 * arm-symbian-tdep.c:
4575 * arm-tdep.c:
4576 * avr-tdep.c:
4577 * ax-gdb.c:
4578 * bfin-linux-tdep.c:
4579 * breakpoint.c:
4580 * c-valprint.c:
4581 * cli/cli-cmds.c:
4582 * coffread.c:
4583 * cp-support.c:
4584 * cris-tdep.c:
4585 * dwarf2-frame-tailcall.c:
4586 * dwarf2-frame.c:
4587 * dwarf2expr.c:
4588 * dwarf2loc.c:
4589 * dwarf2read.c:
4590 * elfread.c:
4591 * eval.c:
4592 * expprint.c:
4593 * f-valprint.c:
4594 * frv-tdep.c:
4595 * h8300-tdep.c:
4596 * hppa-hpux-tdep.c:
4597 * hppa-tdep.c:
4598 * hppanbsd-tdep.c:
4599 * i386-nto-tdep.c:
4600 * i386-tdep.c:
4601 * i387-tdep.c:
4602 * ia64-tdep.c:
4603 * jit.c:
4604 * linespec.c:
4605 * linux-tdep.c:
4606 * lm32-tdep.c:
4607 * m2-valprint.c:
4608 * m32c-tdep.c:
4609 * m32r-rom.c:
4610 * m32r-tdep.c:
4611 * m68k-tdep.c:
4612 * m68klinux-tdep.c:
4613 * mi/mi-main.c:
4614 * microblaze-tdep.c:
4615 * mips-linux-tdep.c:
4616 * mips-tdep.c:
4617 * mn10300-tdep.c:
4618 * p-valprint.c:
4619 * parse.c:
4620 * ppc-linux-tdep.c:
4621 * ppc-sysv-tdep.c:
4622 * printcmd.c:
4623 * python/py-finishbreakpoint.c:
4624 * python/py-inferior.c:
4625 * python/py-infthread.c:
4626 * python/py-type.c:
4627 * python/python.c:
4628 * remote-fileio.c:
4629 * remote-m32r-sdi.c:
4630 * remote-mips.c:
4631 * reverse.c:
4632 * rl78-tdep.c:
4633 * rs6000-aix-tdep.c:
4634 * rs6000-tdep.c:
4635 * s390-tdep.c:
4636 * score-tdep.c:
4637 * sh64-tdep.c:
4638 * skip.c:
4639 * solib-darwin.c:
4640 * solib-dsbt.c:
4641 * solib-frv.c:
4642 * sparc-tdep.c:
4643 * spu-multiarch.c:
4644 * spu-tdep.c:
4645 * stack.c:
4646 * symfile.c:
4647 * symtab.c:
4648 * tic6x-tdep.c:
4649 * tracepoint.c:
4650 * v850-tdep.c:
4651 * valarith.c:
4652 * valprint.c:
4653 * value.c:
4654 * xcoffread.c:
4655 * xtensa-tdep.c:
4656 * ada-lang.c:
4657 * ada-tasks.c:
4658 * ada-varobj.c:
4659 * amd64-darwin-tdep.c:
4660 * arm-symbian-tdep.c:
4661 * arm-tdep.c: Delete unused variables.
4662
4663 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4664
4665 Rename $ddir to $datadir.
4666 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
4667 * auto-load.c (auto_load_safe_path_vec_update)
4668 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
4669 * configure: Regenerate.
4670 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
4671 Likewise. Remove the 'use $ddir' help string.
4672
4673 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4674
4675 * auto-load.c (show_auto_load_safe_path): Accept any combination of
4676 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
4677
4678 2012-05-18 Tom Tromey <tromey@redhat.com>
4679
4680 PR exp/13907:
4681 * valprint.h (struct value_print_options) <symbol_print>: New
4682 field.
4683 * valprint.c (user_print_options): Add default for symbol_print.
4684 (show_symbol_print): New function.
4685 (generic_val_print): Respect symbol_print.
4686 (_initialize_valprint): Add "print symbol" setting.
4687 * f-valprint.c (f_val_print): Respect symbol_print.
4688 * c-valprint.c (c_val_print): Respect symbol_print.
4689 * NEWS: Update.
4690 * printcmd.c (print_address_symbolic): Return int. Ignore some
4691 zero-size symbols.
4692 (print_address_demangle): Return int.
4693 * defs.h: (print_address_symbolic): Return int.
4694 * value.h (print_address_demangle): Return int.
4695
4696 2012-05-18 Tom Tromey <tromey@redhat.com>
4697
4698 * valprint.c (val_print_string): Don't print leading space.
4699 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
4700 print space before string or vtbl.
4701 * m2-valprint.c (print_unpacked_pointer): Optionally print space
4702 before string.
4703 * jv-valprint.c (java_value_print): Print space before string.
4704 * go-valprint.c (print_go_string): Print space before string.
4705 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
4706 space before string.
4707 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
4708 space before string or vtbl.
4709 * auxv.c (fprint_target_auxv): Print space after address.
4710
4711 2012-05-18 Tom Tromey <tromey@redhat.com>
4712
4713 * printcmd.c (print_address_demangle): Remove special case for 0.
4714
4715 2012-05-18 Tom Tromey <tromey@redhat.com>
4716
4717 * printcmd.c (print_address_demangle): Add 'opts' argument.
4718 * p-valprint.c (pascal_val_print): Update.
4719 * jv-valprint.c (java_val_print): Update.
4720 * value.h: Update.
4721 * valprint.c (generic_val_print): Update.
4722 (print_function_pointer_address): Add 'options' argument. Remove
4723 'addressprint' argument. Update.
4724 * m2-valprint.c (print_unpacked_pointer): Update.
4725 * gnu-v3-abi.c (print_one_vtable): Update.
4726 (gnuv3_print_method_ptr): Update.
4727 * f-valprint.c (f_val_print): Update.
4728 * cp-valprint.c (cp_print_value_fields): Update.
4729 * valprint.h (print_function_pointer_address): Update.
4730 * c-valprint.c (c_val_print): Update.
4731
4732 2012-05-18 Tom Tromey <tromey@redhat.com>
4733
4734 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
4735 directly corresponding to the found psymtab.
4736 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
4737 (dw2_find_pc_sect_symtab): Use it.
4738 * block.h (blockvector_contains_pc): Declare.
4739 * block.c (find_block_in_blockvector): New function.
4740 (blockvector_for_pc_sect): Use it.
4741 (blockvector_contains_pc): New function.
4742
4743 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4744
4745 * mips-tdep.h (mips_write_pc): New prototype.
4746 * mips-tdep.c (mips_write_pc): Make external, add description.
4747 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
4748 add description.
4749
4750 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4751
4752 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
4753 mips_regnum->pc.
4754 (mips_unwind_pc, mips_write_pc): Likewise.
4755 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
4756 gdbarch_read_pc.
4757
4758 2012-05-17 Joel Brobecker <brobecker@adacore.com>
4759
4760 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
4761 proc_warn, proc_error, proc_get_status, proc_flags,
4762 proc_why, proc_what, proc_nsysarg, proc_sysargs,
4763 proc_set_run_on_last_close, proc_unset_run_on_last_close,
4764 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
4765 proc_stop_process, proc_wait_for_stop, proc_run_process,
4766 proc_set_traced_signals, proc_set_traced_faults,
4767 proc_set_traced_sysentry, proc_set_traced_sysexit,
4768 proc_set_held_signals, proc_get_held_signals,
4769 proc_get_traced_signals, proc_get_traced_faults,
4770 proc_get_traced_sysentry, proc_get_traced_sysexit,
4771 proc_clear_current_fault, proc_set_current_signal,
4772 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
4773 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
4774 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
4775 proc_get_current_thread, proc_get_current_thread,
4776 proc_get_current_thread, proc_update_threads,
4777 proc_update_threads, proc_update_threads, proc_update_threads,
4778 proc_iterate_over_threads, procfs_find_new_threads,
4779 procfs_pid_to_str): Make static. Remove advance declaration.
4780 (proc_cursig): Make static. Conditionalized defintion on
4781 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
4782 (proc_syscall, proc_set_kill_on_last_close,
4783 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
4784 proc_get_pending_signals, proc_get_signal_actions,
4785 proc_trace_signal, proc_ignore_signal): Delete.
4786
4787 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
4788
4789 * coffread.c (cs_section_address): Passing proper argument for
4790 `bfd_get_section_vma'.
4791 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
4792 `bfd_get_section_flags'.
4793 * remote.c (remote_trace_set_readonly_regions): Likewise, for
4794 `bfd_get_section_vma'.
4795
4796 2012-05-16 Tom Tromey <tromey@redhat.com>
4797
4798 PR macros/13205:
4799 * macrotab.h: (macro_define_special): Declare.
4800 (enum macro_special_kind): New.
4801 (struct macro_definition) <argc, replacement>: Update comments.
4802 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
4803 (macro_define_object_internal): New function.
4804 (macro_define_object): Use it.
4805 (macro_define_special): New function.
4806 (fixup_definition): New function.
4807 (macro_lookup_definition, foreach_macro_in_scope)
4808 (foreach_macro): Use fixup_definition.
4809 * macroexp.h (macro_stringify): Declare.
4810 * macroexp.c (free_buffer_return_text): New function.
4811 (stringify): Constify "arg".
4812 (macro_stringify): New function.
4813 * dwarf2read.c (macro_start_file): Call macro_define_special.
4814
4815 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
4816 Maciej W. Rozycki <macro@mips.com>
4817
4818 * breakpoint.h (bp_location): Add related_address member.
4819 * inferior.h (get_return_value): Take a pointer to struct value
4820 instead of struct type for the function requested.
4821 * value.h (using_struct_return): Likewise.
4822 * gdbarch.sh (return_value): Take a pointer to struct value
4823 instead of struct type for the function requested.
4824 * breakpoint.c (set_breakpoint_location_function): Initialize
4825 related_address for bp_gnu_ifunc_resolver breakpoints.
4826 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
4827 requested function's address to gdbarch_return_value.
4828 * eval.c (evaluate_subexp_standard): Pass the requested
4829 function's address to using_struct_return.
4830 * infcall.c (call_function_by_hand): Pass the requested
4831 function's address to using_struct_return and
4832 gdbarch_return_value.
4833 * infcmd.c (get_return_value): Take a pointer to struct value
4834 instead of struct type for the function requested.
4835 (print_return_value): Update accordingly.
4836 (finish_command_continuation): Likewise.
4837 * stack.c (return_command): Pass the requested function's
4838 address to using_struct_return and gdbarch_return_value.
4839 * value.c (using_struct_return): Take a pointer to struct value
4840 instead of struct type for the function requested. Pass the
4841 requested function's address to gdbarch_return_value.
4842 * python/py-finishbreakpoint.c (finish_breakpoint_object):
4843 New function_value member, replacing function_type.
4844 (bpfinishpy_dealloc): Update accordingly.
4845 (bpfinishpy_pre_stop_hook): Likewise.
4846 (bpfinishpy_init): Likewise. Record the requested function's
4847 address.
4848 * mips-tdep.c (mips_fval_reg): New enum.
4849 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
4850 words put in GP registers.
4851 (mips_o64_push_dummy_call): Update a comment.
4852 (mips_o32_return_value): Take a pointer to struct value instead
4853 of struct type for the function requested and use it to check if
4854 using the MIPS16 calling convention. Return the designated
4855 general purpose registers for floating-point values returned in
4856 MIPS16 mode.
4857 (mips_o64_return_value): Likewise.
4858 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
4859 (ppc_sysv_abi_broken_return_value): Likewise.
4860 (ppc64_sysv_abi_return_value): Likewise.
4861 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
4862 value instead of struct type for the function requested.
4863 * amd64-tdep.c (amd64_return_value): Likewise.
4864 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
4865 * arm-tdep.c (arm_return_value): Likewise.
4866 * avr-tdep.c (avr_return_value): Likewise.
4867 * bfin-tdep.c (bfin_return_value): Likewise.
4868 * cris-tdep.c (cris_return_value): Likewise.
4869 * frv-tdep.c (frv_return_value): Likewise.
4870 * h8300-tdep.c (h8300_return_value): Likewise.
4871 (h8300h_return_value): Likewise.
4872 * hppa-tdep.c (hppa32_return_value): Likewise.
4873 (hppa64_return_value): Likewise.
4874 * i386-tdep.c (i386_return_value): Likewise.
4875 * ia64-tdep.c (ia64_return_value): Likewise.
4876 * iq2000-tdep.c (iq2000_return_value): Likewise.
4877 * lm32-tdep.c (lm32_return_value): Likewise.
4878 * m32c-tdep.c (m32c_return_value): Likewise.
4879 * m32r-tdep.c (m32r_return_value): Likewise.
4880 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
4881 * m68k-tdep.c (m68k_return_value): Likewise.
4882 (m68k_svr4_return_value): Likewise.
4883 * m88k-tdep.c (m88k_return_value): Likewise.
4884 * mep-tdep.c (mep_return_value): Likewise.
4885 * microblaze-tdep.c (microblaze_return_value): Likewise.
4886 * mn10300-tdep.c (mn10300_return_value): Likewise.
4887 * moxie-tdep.c (moxie_return_value): Likewise.
4888 * mt-tdep.c (mt_return_value): Likewise.
4889 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
4890 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
4891 (ppc_sysv_abi_broken_return_value): Likewise.
4892 (ppc64_sysv_abi_return_value): Likewise.
4893 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
4894 * rl78-tdep.c (rl78_return_value): Likewise.
4895 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
4896 * rx-tdep.c (rx_return_value): Likewise.
4897 * s390-tdep.c (s390_return_value): Likewise.
4898 * score-tdep.c (score_return_value): Likewise.
4899 * sh-tdep.c (sh_return_value_nofpu): Likewise.
4900 (sh_return_value_fpu): Likewise.
4901 * sh64-tdep.c (sh64_return_value): Likewise.
4902 * sparc-tdep.c (sparc32_return_value): Likewise.
4903 * sparc64-tdep.c (sparc64_return_value): Likewise.
4904 * spu-tdep.c (spu_return_value): Likewise.
4905 * tic6x-tdep.c (tic6x_return_value): Likewise.
4906 * v850-tdep.c (v850_return_value): Likewise.
4907 * vax-tdep.c (vax_return_value): Likewise.
4908 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
4909 * xtensa-tdep.c (xtensa_return_value): Likewise.
4910 * gdbarch.c: Regenerate.
4911 * gdbarch.h: Regenerate.
4912
4913 2012-05-15 Tom Tromey <tromey@redhat.com>
4914
4915 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
4916
4917 2012-05-15 Joel Brobecker <brobecker@adacore.com>
4918
4919 * breakpoint.c (init_breakpoint_sal): Add quotes around part
4920 of command in two error message.
4921
4922 2012-05-15 Joel Brobecker <brobecker@adacore.com>
4923
4924 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
4925
4926 2012-05-15 Joel Brobecker <brobecker@adacore.com>
4927
4928 * breakpoint.c (find_condition_and_thread): Minor reformatting.
4929
4930 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4931
4932 * NEWS (show auto-load scripts-directory): Add forgotten command.
4933
4934 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4935
4936 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
4937 parameters.
4938
4939 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
4940
4941 * amd64-tdep.c: Include features/i386/x32.c and
4942 features/i386/x32-avx.c.
4943 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
4944 initialize_tdesc_x32_avx.
4945
4946 2012-05-14 Stan Shebs <stan@codesourcery.com>
4947
4948 Add dynamic printf.
4949 * breakpoint.h (enum bptype): New type bp_dprintf.
4950 (struct breakpoint): New field extra_string.
4951 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
4952 (create_breakpoint): Add extra_string arg.
4953 * breakpoint.c (dprintf_breakpoint_ops): New.
4954 (is_breakpoint): Add bp_dprintf.
4955 (bpstat_what): Add dprintf case.
4956 (bptype_string): Ditto.
4957 (print_one_breakpoint_location): Ditto.
4958 (init_bp_location): Ditto.
4959 (bkpt_print_mention): Ditto.
4960 (dprintf_style_enums): New array.
4961 (dprintf_style): New global.
4962 (dprintf_function): New global.
4963 (dprintf_channel): New global.
4964 (update_dprintf_command_list): New function.
4965 (update_dprintf_commands): New function.
4966 (init_breakpoint_sal): Add extra_string argument, handle it.
4967 (create_breakpoint_sal): Add extra_string argument.
4968 (create_breakpoints_sal): Add extra_string argument, update callers.
4969 (find_condition_and_thread): Add extra argument.
4970 (create_breakpoint): Add extra_string argument, record it.
4971 (dprintf_command): New function.
4972 (break_command_1): Add arg to create_breakpoint call.
4973 (handle_gnu_v3_exceptions): Ditto.
4974 (trace_command): Ditto.
4975 (ftrace_command): Ditto.
4976 (strace_command): Ditto.
4977 (bkpt_print_mention): Add dprintf case.
4978 (create_breakpoint_sal_default): Add extra_string argument.
4979 (_initialize_breakpoint): Add new commands.
4980 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
4981 * python/py-breakpoint.c (bppy_init): Ditto.
4982 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
4983
4984 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
4985
4986 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
4987
4988 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
4989
4990 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
4991 unsigned long long.
4992
4993 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4994
4995 Add a new function gdb.find_pc_line to the Python API.
4996 * NEWS (Python Scripting): Add entry about the new function.
4997 * python/python.c (gdbpy_find_pc_line): New function which
4998 implements gdb.find_pc_line.
4999 (GdbMethods): Add entry for the new function.
5000
5001 2012-05-12 Pedro Alves <palves@redhat.com>
5002
5003 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5004 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5005
5006 2012-05-12 Eli Zaretskii <eliz@gnu.org>
5007
5008 * inferior.c: Include completer.h
5009 (initialize_inferiors): Set completer of add-inferior to
5010 filename_completer.
5011
5012 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5013
5014 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5015 gdbarch_ptr_bit for x32 core dump.
5016
5017 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5018
5019 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5020 and features/i386/x32-avx-linux.c.
5021
5022 2012-05-11 Stan Shebs <stan@codesourcery.com>
5023 Kwok Cheung Yeung <kcy@codesourcery.com>
5024
5025 * NEWS: Describe new info os commands.
5026 * common/linux-osdata.c (PID_T, TIME_T): Define.
5027 (MAX_PID_T_STRLEN): New.
5028 (linux_common_core_of_thread): Add comment. Change to use PID_T and
5029 MAX_PID_T_STRLEN.
5030 (command_from_pid): Add comment. Change to use PID_T.
5031 (commandline_from_pid): Change to use PID_T.
5032 (user_from_pid): Add comment.
5033 (get_process_owner): Add comment. Change to use PID_T and
5034 MAX_PID_T_STRLEN.
5035 (get_number_of_cpu_cores): Add comment.
5036 (get_cores_used_by_process): Add comment. Change to use PID_T and
5037 MAX_PID_T_STRLEN.
5038 (linux_xfer_osdata_processes): Change to use PID_T and
5039 MAX_PID_T_STRLEN.
5040 (compare_processes): New function.
5041 (linux_xfer_osdata_processgroups): New function.
5042 (linux_xfer_osdata_threads): Change to use PID_T.
5043 (linux_xfer_osdata_fds): New function.
5044 (format_socket_state, print_sockets): New functions.
5045 (union socket_addr): New union.
5046 (linux_xfer_osdata_isockets): New function.
5047 (time_from_time_t, group_from_gid): New functions.
5048 (linux_xfer_osdata_shm): New function.
5049 (linux_xfer_osdata_sem): New function.
5050 (linux_xfer_osdata_msg): New function.
5051 (linux_xfer_osdata_modules): New function.
5052 (osdata_table): Add new entries.
5053 * common/buffer.c (buffer_xml_printf): Add support for long and
5054 long long format specifiers.
5055
5056 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5057
5058 * amd64-linux-tdep.h (tdesc_x32_linux): New.
5059 (tdesc_x32_avx_linux): Likewise.
5060
5061 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5062
5063 Implement multi-component --with-auto-load-dir.
5064 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
5065 entries.
5066 (--with-auto-load-safe-path): Update the default value description.
5067 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
5068 New.
5069 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
5070 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
5071 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
5072 (_initialize_auto_load): Initialize also auto_load_dir. Install new
5073 "set auto-load scripts-directory".
5074 * config.in: Regenerate.
5075 * configure: Regenerate.
5076 * configure.ac (--with-auto-load-dir): New configure option.
5077 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
5078
5079 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5080
5081 Provide $ddir substitution for --with-auto-load-safe-path.
5082 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
5083 entries.
5084 * auto-load.c: Include observer.h.
5085 (auto_load_safe_path_vec_update): Call substitute_path_component for
5086 each component. New variable ddir_subst.
5087 (auto_load_gdb_datadir_changed): New function.
5088 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5089 AUTO_LOAD_SAFE_PATH. New comment.
5090 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5091 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
5092 * config.in: Regenerate.
5093 * configure: Regenerate.
5094 * configure.ac (--auto-load-safe-path): Rename
5095 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
5096 GDB_DATADIR/auto-load.
5097 * defs.h (substitute_path_component): New declaration.
5098 * top.c: Include observer.h.
5099 (set_gdb_datadir): New function.
5100 (init_main): Install it for "set data-directory".
5101 * utils.c (substitute_path_component): New function.
5102
5103 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5104
5105 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
5106 * auto-load.c (auto_load_objfile_script): Remove check for NULL
5107 DEBUG_FILE_DIRECTORY. Handle multiple components of
5108 DEBUG_FILE_DIRECTORY.
5109
5110 2012-05-10 Tom Tromey <tromey@redhat.com>
5111
5112 * dwarf2read.c (recursively_write_psymbols): New function.
5113 (write_psymtabs_to_index): Use it.
5114
5115 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
5116 field.
5117 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
5118 (load_partial_comp_unit): Update.
5119 (queue_comp_unit): Add argument 'pretend_language'.
5120 (process_queue): Update.
5121 (psymtab_to_symtab_1): Skip dependencies that have a user.
5122 (load_partial_comp_unit_reader): Give meaning to the 'data'
5123 argument.
5124 (load_full_comp_unit): Add 'pretend_language' argument.
5125 (process_full_comp_unit): Add 'pretend_language' argument. Set
5126 language on CU.
5127 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
5128 Update.
5129 (maybe_queue_comp_unit): Add 'pretend_language' argument.
5130 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
5131 Update.
5132 (prepare_one_comp_unit): Add 'pretend_language' argument.
5133
5134 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
5135 (struct dwarf2_per_objfile) <just_read_cus>: New field.
5136 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
5137 (dw2_do_instantiate_symtab): Check whether symtab was read in
5138 before queueing.
5139 (dw2_instantiate_symtab): Add assertion. Call
5140 process_cu_includes.
5141 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
5142 (partial_symtab_p): New typedef.
5143 (set_partial_user): New function.
5144 (dwarf2_build_psymtabs_hard): Use set_partial_user.
5145 (scan_partial_symbols): Add imported CU to imported_symtabs.
5146 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
5147 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
5148 (get_symtab, recursively_compute_inclusions)
5149 (compute_symtab_includes, process_cu_includes)
5150 (process_imported_unit_die): New functions.
5151 (process_die) <DW_TAG_imported_unit>: New case.
5152 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
5153
5154 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
5155 comment.
5156 (struct partial_die_info) <locdesc>: Remove.
5157 <d>: New field.
5158 (process_psymtab_comp_unit): Add 'read_partial' argument.
5159 Update.
5160 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
5161 (scan_partial_symbols): Handle DW_TAG_imported_unit.
5162 (add_partial_symbol): Update.
5163 (process_die): Handle DW_TAG_partial_unit.
5164 (read_file_scope): Update comment.
5165 (load_partial_dies): Handle DW_TAG_imported_unit.
5166 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
5167 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
5168
5169 2012-05-10 Tom Tromey <tromey@redhat.com>
5170
5171 * cc-with-dwz.sh: New file.
5172
5173 2012-05-10 Tom Tromey <tromey@redhat.com>
5174
5175 * symtab.h (struct symtab) <includes, user>: New fields.
5176 * block.h (struct block_iterator) <d, idx, which>: New fields.
5177 * block.c (initialize_block_iterator, find_iterator_symtab)
5178 (block_iterator_step, block_iter_name_step)
5179 (block_iter_match_step): New functions.
5180 (block_iterator_first, block_iterator_next)
5181 (block_iter_name_first, block_iter_name_next)
5182 (block_iter_match_first, block_iter_match_next): Rewrite.
5183 (get_block_symtab): New function.
5184
5185 2012-05-10 Tom Tromey <tromey@redhat.com>
5186
5187 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
5188 set_block_symtab.
5189 * jit.c (finalize_symtab): Use allocate_global_block,
5190 set_block_symtab.
5191 * buildsym.c (finish_block_internal): New function, from old
5192 finish_block.
5193 (finish_block): Rewrite.
5194 (end_symtab): Use finish_block_internal, set_block_symtab.
5195 * block.h (struct global_block): New.
5196 (allocate_global_block, set_block_symtab): Declare.
5197 * block.c (allocate_global_block, set_block_symtab): New
5198 functions.
5199
5200 2012-05-10 Tom Tromey <tromey@redhat.com>
5201
5202 * psymtab.c (partial_map_expand_apply): Add assertion.
5203 (partial_map_symtabs_matching_filename): Skip included psymtabs.
5204 (psymtab_to_symtab): Find unshared psymtab.
5205 (dump_psymtab): Print including psymtabs.
5206 (recursively_search_psymtabs): New function.
5207 (expand_symtabs_matching_via_partial): Use it.
5208 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
5209 fields.
5210 (enum psymtab_search_status): New.
5211
5212 2012-05-10 Tom Tromey <tromey@redhat.com>
5213
5214 * tracepoint.c (scope_info): Update.
5215 * symtab.c (lookup_block_symbol, iterate_over_symbols)
5216 (find_pc_sect_symtab, search_symbols)
5217 (default_make_symbol_completion_list_break_on)
5218 (make_file_symbol_completion_list): Update.
5219 * symmisc.c (dump_symtab_1): Update.
5220 * stack.c (print_frame_args, iterate_over_block_locals)
5221 (print_frame_labels, iterate_over_block_arg_vars): Update.
5222 * python/py-block.c (block_object) <dict>: Remove.
5223 <block>: New field.
5224 <iter>: Change type.
5225 (blpy_iter): Update.
5226 (blpy_block_syms_iternext): Update.
5227 * psymtab.c (map_block): Use block iterators.
5228 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
5229 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
5230 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
5231 * infrun.c (check_exception_resume): Update.
5232 * cp-support.c (make_symbol_overload_list_block): Update.
5233 * coffread.c (patch_opaque_types): Update.
5234 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
5235 * block.h (struct block_iterator): New.
5236 (block_iterator_first, block_iterator_next, block_iter_name_first)
5237 (block_iter_name_next, block_iter_match_first)
5238 (block_iter_match_next): Declare.
5239 (ALL_BLOCK_SYMBOLS): Redefine.
5240 * block.c (block_iterator_first, block_iterator_next)
5241 (block_iter_name_first, block_iter_name_next)
5242 (block_iter_match_first, block_iter_match_next): New functions.
5243 * ada-lang.c (ada_add_block_symbols)
5244 (ada_make_symbol_completion_list): Use block iterator.
5245
5246 2012-05-10 Tom Tromey <tromey@redhat.com>
5247
5248 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
5249 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
5250 (lookup_partial_symbol, find_last_source_symtab_from_partial)
5251 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
5252 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
5253 Update.
5254
5255 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5256
5257 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
5258 print-file-var-lib2.c, print-file-var-main.c and
5259 print-file-var.exp (located in gdb/testsuite/gdb.base).
5260
5261 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5262
5263 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5264 try locating the symbol in the symbol's own objfile first, before
5265 extending the search to all objfiles.
5266 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5267 out of lookup_symbol_aux_symtabs.
5268 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5269 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5270 Do not search EXCLUDE_OBJFILE.
5271 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5272 (lookup_symbol_global): Search for matches in the block's objfile
5273 first, before searching all other objfiles.
5274
5275 2012-05-10 Tristan Gingold <gingold@adacore.com>
5276
5277 * printcmd.c (set_command): Add pre/post inc/dec.
5278
5279 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
5280
5281 * gdb.1: Document -ex option.
5282
5283 2012-05-09 Joel Brobecker <brobecker@adacore.com>
5284
5285 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
5286 * inferior.h (AT_SYMBOL): Delete.
5287
5288 2012-05-09 Joel Brobecker <brobecker@adacore.com>
5289
5290 * mips-tdep.c (mips_push_dummy_code): New function.
5291 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
5292 ON_STACK and install mips_push_dummy_code as our gdbarch
5293 push_dummy_code routine.
5294
5295 2012-05-09 Pedro Alves <palves@redhat.com>
5296
5297 * target.c (set_maintenance_target_async_permitted): Rename to ...
5298 (set_target_async_command): ... this.
5299 (show_maintenance_target_async_permitted): Rename to ...
5300 (show_target_async_command): ... this.
5301 (initialize_targets): Adjust.
5302
5303 2012-05-08 Doug Evans <dje@google.com>
5304
5305 * go-exp.y (classify_name): Add missing assignment of fields of
5306 yylval.ssym.
5307
5308 2012-05-08 Eli Zaretskii <eliz@gnu.org>
5309
5310 Display the ">" prompt in interactive mode while reading canned
5311 commands, even when the current interpreter is MI.
5312
5313 * interps.c (interp_set_temp): New function.
5314
5315 * interps.h (interp_set_temp): Add prototype.
5316
5317 * cli/cli-script.c (restore_interp): New cleanup function.
5318 (read_command_lines): Temporarily override the current interpreter
5319 with CLI and arrange for restoring the original one.
5320
5321 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
5322
5323 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
5324
5325 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
5326
5327 * probe.c (parse_probes): Move conditional to check for
5328 debuginfo files from here...
5329 * stap-probe.c (stap_get_probes): ... to here.
5330
5331 2012-05-07 Mark Kettenis <kettenis@gnu.org>
5332 H.J. Lu <hongjiu.lu@intel.com>
5333
5334 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
5335 `movl %esp, %ebp' for the X32 ABI.
5336
5337 2012-05-07 Tom Tromey <tromey@redhat.com>
5338
5339 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
5340 get_DW_TAG_name.
5341 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
5342 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
5343 (dwarf_stack_op_name): Remove.
5344 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
5345 (decode_locdesc): Use get_DW_OP_name.
5346 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
5347 (dwarf2_compile_expr_to_ax): Likewise.
5348 (disassemble_dwarf_expression): Likewise.
5349 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
5350
5351 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
5352
5353 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
5354 (sh_linux_sigtramp_cache): New function.
5355 (sh_linux_sigreturn_init): New function.
5356 (sh_linux_rt_sigreturn_init): New function.
5357 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
5358 patterns.
5359 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
5360 syscall codes.
5361 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
5362 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
5363 (sh_linux_init_abi): Add init calls to register new tramp_frame
5364 definitions under 32-bit SH, update comments.
5365
5366 2012-05-07 Pedro Alves <palves@redhat.com>
5367
5368 PR gdb/10952
5369
5370 * amd64-linux-tdep.c: Include glibc-tdep.h.
5371 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
5372 gdbarch_skip_solib_resolver callback.
5373
5374 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5375
5376 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
5377 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
5378 (show_auto_load_safe_path): Check any-directory by comparison with "/".
5379 (add_auto_load_safe_path): Change the error message.
5380 (_initialize_auto_load): Change the "safe-path" help text.
5381 * configure: Regenerate
5382 * configure.ac (--without-auto-load-safe-path): Set
5383 WITH_AUTO_LOAD_SAFE_PATH to /.
5384
5385 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
5386
5387 * stap-probe.h: Do not include unecessary `probe.h'.
5388
5389 2012-05-05 Alan Modra <amodra@gmail.com>
5390
5391 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
5392 bfd_und_section_ptr.
5393 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
5394 and bfd_com_section_ptr.
5395
5396 2012-05-04 Joel Brobecker <brobecker@adacore.com>
5397
5398 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
5399
5400 2012-05-04 Joel Brobecker <brobecker@adacore.com>
5401
5402 * windows-nat.h (segment_register_p_ftype): New typedef.
5403 (windows_set_segment_register_p): Add declaration.
5404 * windows-nat.c (segment_register_p): New static global.
5405 (windows_set_segment_register_p): New function.
5406 (do_windows_fetch_inferior_registers): Add special handling
5407 for segment registers.
5408 * amd64-windows-nat.c: #include "amd64-tdep.h".
5409 (amd64_windows_segment_register_p): New function.
5410 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
5411 * i386-windows-nat.c: #include "i386-tdep.h".
5412 (i386_windows_segment_register_p): New function.
5413 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
5414
5415 2012-05-04 Tristan Gingold <gingold@adacore.com>
5416
5417 * printcmd.c (set_command): Emit a warning if the expression is not
5418 an assignment.
5419
5420 2012-05-03 Joel Brobecker <brobecker@adacore.com>
5421
5422 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
5423 Make static.
5424
5425 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
5426
5427 * stap-probe.c (stap_is_operator): Change declaration.
5428 (stap_get_opcode): Change return value.
5429 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
5430 `stap_parse_argument_1'.
5431
5432 2012-05-03 Pedro Alves <pedro@codesourcery.com>
5433
5434 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
5435 debug log.
5436
5437 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
5438
5439 Add two new methods global_block and static_block to gdb.Symtab
5440 objects.
5441 * NEWS (Python scripting): Add entry about the new methods.
5442 * python/py-symtab.c (stpy_global_block): New function which
5443 implements the gdb.Symtab.global_block() method.
5444 (stpy_static_block): New function which implements the
5445 gdb.Symtab.static_block() method.
5446 (symtab_object_methods): Add entries for the two new methods.
5447
5448 2012-05-03 Doug Evans <dje@google.com>
5449
5450 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
5451 files.
5452
5453 2012-05-03 Yao Qi <yao@codesourcery.com>
5454
5455 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
5456 space.
5457 (i386_process_record): Ditto.
5458
5459 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5460
5461 * infcall.c (unwind_on_signal_p): Make static.
5462
5463 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5464
5465 * sol-thread.c (solaris_pid_to_str): Make static.
5466 (_initialize_sol_thread): Add prototype.
5467
5468 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5469
5470 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
5471
5472 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
5473
5474 * MAINTAINERS: Remove myself.
5475
5476 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5477
5478 Fix --without-auto-load-safe-path for MS-Windows host platform.
5479 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
5480
5481 2012-05-02 Eli Zaretskii <eliz@gnu.org>
5482
5483 * gdb_curses.h: Undefine KEY_EVENT before including curses
5484 headers. Move "#undef MOUSE_MOVED" before any curses header
5485 inclusion.
5486
5487 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5488
5489 * features/i386/i386-mmx-linux.c: Regenerate.
5490 * features/rs6000/powerpc-32.c: Likewise.
5491 * features/rs6000/powerpc-32l.c: Likewise.
5492 * features/rs6000/powerpc-403.c: Likewise.
5493 * features/rs6000/powerpc-403gc.c: Likewise.
5494 * features/rs6000/powerpc-405.c: Likewise.
5495 * features/rs6000/powerpc-505.c: Likewise.
5496 * features/rs6000/powerpc-601.c: Likewise.
5497 * features/rs6000/powerpc-602.c: Likewise.
5498 * features/rs6000/powerpc-603.c: Likewise.
5499 * features/rs6000/powerpc-604.c: Likewise.
5500 * features/rs6000/powerpc-64.c: Likewise.
5501 * features/rs6000/powerpc-64l.c: Likewise.
5502 * features/rs6000/powerpc-750.c: Likewise.
5503 * features/rs6000/powerpc-860.c: Likewise.
5504 * features/rs6000/powerpc-e500.c: Likewise.
5505 * features/rs6000/powerpc-e500l.c: Likewise.
5506 * features/rs6000/powerpc-isa205-32l.c: Likewise.
5507 * features/rs6000/powerpc-isa205-64l.c: Likewise.
5508 * features/rs6000/rs6000.c: Likewise.
5509
5510 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5511
5512 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
5513 variable.
5514 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
5515 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
5516 (stap_parse_argument) <e>: Likewise.
5517 (handle_stap_probe) <byte_order>: Likewise.
5518
5519 2012-04-30 Doug Evans <dje@google.com>
5520
5521 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
5522 init_and_read_dies_worker. All callers updated.
5523 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
5524 replaced with init_cutu_and_read_dies.
5525 (load_partial_comp_unit): Pass 1 for use_existing_cu.
5526 (find_partial_die): Remove FIXME. Don't free current CU.
5527
5528 2012-04-30 Sterling Augustine <saugustine@google.com>
5529
5530 * contrib: New directory.
5531 * contrib/test_pubnames_and_indexes.py: New file.
5532
5533 2012-04-30 Doug Evans <dje@google.com>
5534
5535 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
5536 All callers updated.
5537 (init_cu_die_reader): Verify the section is non-empty.
5538 (dwarf_decode_line_header): Don't dereference section->asection
5539 until we know the section is present.
5540
5541 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
5542
5543 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
5544 probes.
5545
5546 2012-04-29 Yao Qi <yao@codesourcery.com>
5547
5548 * gdb-code-style.el: New hook gdb-markup-hook
5549 and gdb-comment-hook.
5550
5551 2012-04-28 Doug Evans <dje@google.com>
5552
5553 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
5554 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
5555 objfile->obfd.
5556 * symfile.h (dwarf2_debug_sections): New member addr.
5557 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
5558 (ctx_no_get_addr_index): New function.
5559 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
5560 (ctx_no_get_addr_index): Declare.
5561 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
5562 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
5563 (dwarf_expr_ctx_funcs): Update.
5564 (needs_get_addr_index): New function.
5565 (needs_frame_ctx_funcs): Update.
5566 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
5567 * dwarf2read.c: #include "gdbcore.h".
5568 (dwarf2_per_objfile): New members addr, dwo_files.
5569 (dwarf2_elf_names): Add entry for addr.
5570 (struct dwo_section_names): New type.
5571 (dwo_section_names): New static global.
5572 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
5573 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
5574 old debug_types_section member updated to use this.
5575 Rename member debug_types_section to info_or_types_section,
5576 all uses updated.
5577 (signatured_type): Rename member type_offset to type_offset_in_tu,
5578 all uses updated. New member type_offset_in_section.
5579 (struct dwo_sections): New type.
5580 (struct dwo_unit): New type.
5581 (struct dwo_file): New type.
5582 (die_reader_specs): New member dwo_file.
5583 (dwarf2_locate_sections): Watch for .debug_addr.
5584 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
5585 (dwarf2_read_section): Get bfd of section from bfd's asection,
5586 instead of objfile.
5587 (create_cus_from_index): Initialize the_cu->info_or_types_section.
5588 (create_signatured_type_table_from_index): Initialize
5589 sig_type->info_or_types_section.
5590 (dw2_get_file_names): Statement lists for type units with DWO files
5591 live in the DWO file.
5592 (create_debug_types_hash_table): New function.
5593 (create_all_type_units): Rewrite.
5594 (init_cu_die_reader): New arg dwo_file, all callers updated.
5595 (init_and_read_dies_worker): Get section from
5596 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
5597 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
5598 continue reading the CU/TU from there.
5599 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
5600 updated. Get section from this_cu->info_or_types_section.
5601 (create_all_comp_units): Initialize this_cu->info_or_types_section.
5602 (skip_one_die): New cases DW_FORM_GNU_addr_index,
5603 DW_FORM_GNU_str_index.
5604 (hash_dwo_file, eq_dwo_file): New functions.
5605 (allocate_dwo_file_hash_table): New function.
5606 (hash_dwo_unit, eq_dwo_unit): New functions.
5607 (allocate_dwo_unit_table): New function.
5608 (dwarf2_locate_dwo_sections): New function.
5609 (struct create_dwo_info_table_data): New type.
5610 (create_debug_info_hash_table_reader): New function.
5611 (create_debug_info_hash_table): New function.
5612 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
5613 (lookup_dwo_file): New function.
5614 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
5615 (free_dwo_file, free_dwo_file_cleanup): New functions.
5616 (free_dwo_file_from_slot, free_dwo_files): New functions.
5617 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
5618 (dwarf2_record_block_ranges): Ditto.
5619 (read_partial_die): Ditto.
5620 (process_enumeration_scope): Update to use type_offset_in_section.
5621 (read_full_die_1): New function.
5622 (read_full_die): Rewrite.
5623 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
5624 DW_FORM_GNU_str_index.
5625 (read_addr_index_1, read_addr_index): New functions.
5626 (read_addr_index_from_leb128): New function.
5627 (struct dwarf2_read_addr_index_data): New type.
5628 (dwarf2_read_addr_index_reader): New function.
5629 (dwarf2_read_addr_index): New function.
5630 (read_str_index): New function.
5631 (leb128_size): New function.
5632 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
5633 If processing a type unit from a DWO file, get the line section
5634 from the DWO file.
5635 (var_decode_location): Watch for DW_OP_GNU_addr_index.
5636 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
5637 DW_FORM_GNU_str_index.
5638 (lookup_die_type): Check whether section offset of type's die is
5639 known before looking it up. Remove assert. Condition can
5640 legimately happen for inter-cu type references.
5641 (dwarf_attr_name): Handle Fission attributes.
5642 (dwarf_form_name): Handle Fission forms.
5643 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
5644 DW_FORM_GNU_str_index.
5645 (follow_die_sig): Update to use type_offset_in_section.
5646 (decode_locdesc): New case DW_OP_GNU_addr_index.
5647 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
5648 DW_FORM_GNU_str_index.
5649 (cu_debug_loc_section): New function.
5650 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
5651 (dwarf2_per_objfile_free): Unmap .debug_addr section.
5652 Free DWO files if present.
5653 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
5654
5655 Refactor DIE reading.
5656 * dwarf2read.c (dwarf2_per_objfile): Replace members
5657 debug_info_type_hash and debug_types_type_hash with die_type_hash.
5658 (die_reader_specs): New member "die_section". Temporarily make
5659 member "buffer" non-const, pending constifying all info_ptr uses.
5660 (die_reader_func_ftype): New typedef.
5661 (dw2_get_file_names_reader): New function.
5662 (dw2_get_file_names): Rewrite.
5663 (read_and_check_type_unit_head): Rename arg type_offset to
5664 type_offset_in_tu.
5665 (create_all_type_units): Improve debugging message.
5666 Improve dummy type unit check.
5667 (init_cu_die_reader): New arg "section". All callers updated.
5668 (init_and_read_dies_worker): New function.
5669 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
5670 (init_cutu_and_read_dies_no_follow): New function.
5671 (init_cutu_and_read_dies_simple): New function.
5672 (process_psymtab_comp_unit_reader): New function.
5673 (process_psymtab_comp_unit): Delete args section,
5674 is_debug_types_section. Rewrite. All callers updated.
5675 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
5676 All callers updated. Rewrite.
5677 (load_partial_comp_unit_reader): New function.
5678 (load_partial_comp_unit): Rewrite.
5679 (skip_children): New arg reader. Delete args buffer, cu.
5680 All callers updated.
5681 (skip_one_die): New arg reader. Delete args buffer, cu.
5682 All callers updated.
5683 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
5684 All callers updated.
5685 (load_full_comp_unit_reader): New function.
5686 (load_full_comp_unit): Rewrite.
5687 (read_comp_unit): Delete.
5688 (read_die_and_children_1): Delete, contents moved ...
5689 (read_die_and_children): ... here.
5690 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
5691 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
5692 All callers updated.
5693 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
5694 All callers updated.
5695 (find_partial_die): Rewrite load_all_dies support.
5696 (read_attribute_value): New arg reader. Delete args abfd, cu.
5697 All callers updated.
5698 (read_attribute): New arg reader. Delete args abfd, cu.
5699 All callers updated.
5700 (load_full_type_unit): Add assert.
5701 (read_signatured_type_reader): New function.
5702 (read_signatured_type): Rewrite.
5703 (free_stack_comp_unit): Remove call to age_cached_comp_units.
5704 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
5705 All callers updated. Set per_cu->cu = NULL after freeing it.
5706 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
5707 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
5708 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
5709 (set_die_type): Update.
5710 (get_die_type_at_offset): Update.
5711 (read_file_scope): Call prepare_one_comp_unit.
5712 (read_type_unit_scope): Ditto.
5713 (prepare_one_comp_unit): Set producer if present.
5714
5715 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5716
5717 * probe.c (compile_rx_or_error): Silence ARI warning about missing
5718 gettext function on `error'.
5719
5720 2012-04-27 Doug Evans <dje@google.com>
5721
5722 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
5723 is empty.
5724
5725 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5726 Tom Tromey <tromey@redhat.com>
5727
5728 * breakpoint.c (struct breakpoint_objfile_data)
5729 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
5730 <exception_probes>: New fields.
5731 (free_breakpoint_probes): New function.
5732 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
5733 `_Unwind_DebugHook'.
5734 (create_exception_master_breakpoint): Likewise.
5735 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
5736 * infrun.c: Including necessary header files for handling SystemTap
5737 probes.
5738 (handle_inferior_event): Handling longjmp breakpoint and exceptions
5739 via SystemTap probes.
5740 (check_exception_resume): Remove `func' argument. Handle exception
5741 unwinding breakpoint set via a SystemTap probe.
5742 (insert_exception_resume_from_probe): New function.
5743
5744 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5745 Tom Tromey <tromey@redhat.com>
5746 Jan Kratochvil <jan.kratochvil@redhat.com>
5747
5748 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
5749 (COMMON_OBS): Likewise.
5750 (HFILES_NO_SRCDIR): Add `probe'.
5751 * NEWS: Mention support for static and SystemTap probes.
5752 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
5753 SystemTap probes' arguments parser.
5754 * arm-linux-tdep.c: Including headers needed to perform the parsing
5755 of SystemTap probes' arguments.
5756 (arm_stap_is_single_operand): New function.
5757 (arm_stap_parse_special_token): Likewise.
5758 (arm_linux_init_abi): Initializing proper fields used by SystemTap
5759 probes' arguments parser.
5760 * ax-gdb.c (require_rvalue): Removing static declaration.
5761 (gen_expr): Likewise.
5762 * ax-gdb.h (gen_expr): Declaring function.
5763 (require_rvalue): Likewise.
5764 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
5765 (bkpt_probe_breakpoint_ops): New variable.
5766 (momentary_breakpoint_from_master): Set the `probe' value.
5767 (add_location_to_breakpoint): Likewise.
5768 (break_command_1): Using proper breakpoint_ops according to the
5769 argument passed by the user in the command line.
5770 (bkpt_probe_insert_location): New function.
5771 (bkpt_probe_remove_location): Likewise.
5772 (bkpt_probe_create_sals_from_address): Likewise.
5773 (bkpt_probe_decode_linespec): Likewise.
5774 (tracepoint_probe_create_sals_from_address): Likewise.
5775 (tracepoint_probe_decode_linespec): Likewise.
5776 (tracepoint_probe_breakpoint_ops): New variable.
5777 (trace_command): Using proper breakpoint_ops according to the
5778 argument passed by the user in the command line.
5779 (initialize_breakpoint_ops): Initializing breakpoint_ops for
5780 static probes on breakpoints and tracepoints.
5781 * breakpoint.h (struct bp_location) <probe>: New field.
5782 * cli-utils.c (skip_spaces_const): New function.
5783 (extract_arg): Likewise.
5784 * cli-utils.h (skip_spaces_const): Likewise.
5785 (extract_arg): Likewise.
5786 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
5787 * configure.ac: Append `stap-probe.o' to be generated when ELF
5788 support is present.
5789 * configure: Regenerate.
5790 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
5791 * elfread.c: Include `probe.h' and `arch-utils.h'.
5792 (probe_key): New variable.
5793 (elf_get_probes): New function.
5794 (elf_get_probe_argument_count): Likewise.
5795 (elf_evaluate_probe_argument): Likewise.
5796 (elf_compile_to_ax): Likewise.
5797 (elf_symfile_relocate_probe): Likewise.
5798 (stap_probe_key_free): Likewise.
5799 (elf_probe_fns): New variable.
5800 (elf_sym_fns): Add `sym_probe_fns' value.
5801 (elf_sym_fns_lazy_psyms): Likewise.
5802 (elf_sym_fns_gdb_index): Likewise.
5803 (_initialize_elfread): Initialize objfile cache for static
5804 probes.
5805 * gdb_vecs.h (struct probe): New forward declaration.
5806 (probe_p): New VEC declaration.
5807 * gdbarch.c: Regenerate.
5808 * gdbarch.h: Regenerate.
5809 * gdbarch.sh (stap_integer_prefix): New variable.
5810 (stap_integer_suffix): Likewise.
5811 (stap_register_prefix): Likewise.
5812 (stap_register_suffix): Likewise.
5813 (stap_register_indirection_prefix): Likewise.
5814 (stap_register_indirection_suffix): Likewise.
5815 (stap_gdb_register_prefix): Likewise.
5816 (stap_gdb_register_suffix): Likewise.
5817 (stap_is_single_operand): New function.
5818 (stap_parse_special_token): Likewise.
5819 (struct stap_parse_info): Forward declaration.
5820 * i386-tdep.c: Including headers needed to perform the parsing
5821 of SystemTap probes' arguments.
5822 (i386_stap_is_single_operand): New function.
5823 (i386_stap_parse_special_token): Likewise.
5824 (i386_elf_init_abi): Initializing proper fields used by SystemTap
5825 probes' arguments parser.
5826 * i386-tdep.h (i386_stap_is_single_operand): New function.
5827 (i386_stap_parse_special_token): Likewise.
5828 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
5829 * mipsread.c (ecoff_sym_fns): Likewise.
5830 * objfiles.c (objfile_relocate1): Support relocation for static
5831 probes.
5832 * parse.c (prefixify_expression): Remove static declaration.
5833 (initialize_expout): Likewise.
5834 (reallocate_expout): Likewise.
5835 * parser-defs.h (initialize_expout): Declare function.
5836 (reallocate_expout): Likewise.
5837 (prefixify_expression): Likewise.
5838 * ppc-linux-tdep.c: Including headers needed to perform the parsing
5839 of SystemTap probes' arguments.
5840 (ppc_stap_is_single_operand): New function.
5841 (ppc_stap_parse_special_token): Likewise.
5842 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
5843 probes' arguments parser.
5844 * probe.c: New file, for generic statically defined probe support.
5845 * probe.h: Likewise.
5846 * s390-tdep.c: Including headers needed to perform the parsing of
5847 SystemTap probes' arguments.
5848 (s390_stap_is_single_operand): New function.
5849 (s390_gdbarch_init): Initializing proper fields used by SystemTap
5850 probes' arguments parser.
5851 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
5852 * stap-probe.c: New file, for SystemTap probe support.
5853 * stap-probe.h: Likewise.
5854 * symfile.h: Include `gdb_vecs.h'.
5855 (struct sym_probe_fns): New struct.
5856 (struct sym_fns) <sym_probe_fns>: New field.
5857 * symtab.c (init_sal): Initialize `probe' field.
5858 * symtab.h (struct probe): Forward declaration.
5859 (struct symtab_and_line) <probe>: New field.
5860 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
5861 locations.
5862 (stop_tracing): Likewise.
5863 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
5864
5865 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5866 Tom Tromey <tromey@redhat.com>
5867
5868 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
5869 and to compile agent expressions.
5870 * infrun.c (siginfo_make_value): New argument `ignore'.
5871 (siginfo_funcs): New struct.
5872 (_initialize_infrun): New argument when calling
5873 `create_internalvar_type_lazy'.
5874 * thread.c (thread_id_make_value): New argument `ignore'.
5875 (thread_funcs): New struct.
5876 (_initialize_thread): New argument when calling
5877 `create_internalvar_type_lazy'.
5878 * tracepoint.c (sdata_make_value): New argument `ignore'.
5879 (sdata_funcs): New struct.
5880 (_initialize_tracepoint): New argument when calling
5881 `create_internalvar_type_lazy'.
5882 * value.c (make_value): New struct.
5883 (create_internalvar_type_lazy): New argument `data'.
5884 (compile_internalvar_to_ax): New function.
5885 (value_of_internalvar): Properly handling `make_value' case.
5886 (clear_internalvar): Likewise.
5887 (show_convenience): Adding `TRY_CATCH' block.
5888 * value.h (internalvar_make_value): Delete, replace by...
5889 (struct internalvar_funcs): ... this.
5890 (create_internalvar_type_lazy) <fun>: Delete argument.
5891 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
5892 (compile_internalvar_to_ax): New function.
5893 * windows-tdep.c (tlb_make_value): New argument `ignore'.
5894 (tlb_funcs): New struct.
5895 (_initialize_windows_tdep): New argument when calling
5896 `create_internalvar_type_lazy'.
5897
5898 2012-04-27 Mark Wielaard <mjw@redhat.com>
5899
5900 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
5901 see whether it is an address or a constant offset from DW_AT_low_pc.
5902 (dwarf2_record_block_ranges): Likewise.
5903 (read_partial_die): Likewise.
5904
5905 2012-04-26 Mark Wielaard <mjw@redhat.com>
5906
5907 * MAINTAINERS (Write After Approval): Add myself to the list.
5908
5909 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
5910
5911 * proc-utils.h (proc_prettyprint_signalset): New prototype.
5912 (proc_prettyprint_signal): Likewise.
5913 (proc_prettyprint_faultset): Likewise.
5914 (proc_prettyprint_fault): Likewise.
5915 (proc_prettyprint_actionset): Likewise.
5916 (proc_prettyprint_flags): Move to new proc-flags.c section.
5917 (proc_prettyfprint_flags): New prototype.
5918 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
5919 (proc_syscall, proc_cursig): Likewise.
5920 (proc_set_kill_on_last_close): Likewise.
5921 (proc_unset_kill_on_last_close): Likewise.
5922 (proc_set_watchpoint): Make static.
5923 (proc_delete_dead_threads): Likewise.
5924 (procfs_set_watchpoint): Likewise.
5925 (_initialize_procfs): Add prototype.
5926 * proc-events.c: Include proc-utils.h.
5927 (init_syscall_table): Make static.
5928 * proc-api.c (_initialize_proc_api): Add prototype.
5929 * proc-flags.c: Include proc-utils.h.
5930
5931 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
5932
5933 * configure.ac: Add AC_ARG_PROGRAM.
5934 * configure: Regenerate.
5935
5936 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5937
5938 Fix DW_AT_lower_bound defaults for DWARF-4+.
5939 * dwarf2read.c (read_subrange_type): Remove initialization of low and
5940 high. New variable low_default_is_valid. Implement DWARF-4+
5941 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
5942 no default by the DWARF standard.
5943
5944 2012-04-26 Maciej W. Rozycki <macro@mips.com>
5945 Maciej W. Rozycki <macro@codesourcery.com>
5946
5947 * infrun.c (handle_inferior_event): Move the check for return
5948 trampolines ahead of the check for function trampolines.
5949 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
5950 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
5951 (mips_str_mips16_ret_stub): Likewise.
5952 (mips_str_call_fp_stub): Likewise.
5953 (mips_str_call_stub): Likewise.
5954 (mips_str_fn_stub): Likewise.
5955 (mips_str_pic): Likewise.
5956 (mips_in_frame_stub): New function.
5957 (mips_unwind_pc): Return the return address rather than the PC
5958 if the PC of an intermediate frame is inside a call thunk.
5959 (mips_is_stub_suffix): New function.
5960 (mips_is_stub_mode): Likewise.
5961 (mips_get_mips16_fn_stub_pc): Likewise.
5962 (mips_skip_mips16_trampoline_code): Update to handle all the
5963 currently generated stub types. Don't recurse into __fn_stub
5964 thunks. Remove heuristics to handle stubs beyond etext/_etext.
5965 Use cooked register accesses.
5966 (mips_in_return_stub): Reintroduce function.
5967 (mips_skip_trampoline_code): Traverse trampolines recursively.
5968 (mips_gdbarch_init): Handle MIPS16 return trampolines.
5969
5970 2012-04-26 Joel Brobecker <brobecker@adacore.com>
5971
5972 GDB 7.4.1 released.
5973
5974 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
5975
5976 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
5977 * features/arm-with-m-vfp-d16.xml: New file. Describes
5978 Cortex-M with VFPv4-sp-d16 FPU register layout.
5979 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
5980 * features/arm-with-m-vfp-d16.c: New. Generated from above.
5981 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
5982 (arm-register_g_packet_guesses): Add vfp-d16 guess.
5983 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
5984
5985 2012-04-25 Doug Evans <dje@google.com>
5986
5987 * cli/cli-decode.c (print_doc_line): Use stream instead of
5988 current_uiout.
5989
5990 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5991
5992 * features/arm-with-iwmmxt.c: Regenerate.
5993 * features/arm-with-m-fpa-layout.c: Likewise.
5994 * features/arm-with-m.c: Likewise.
5995 * features/arm-with-neon.c: Likewise.
5996 * features/arm-with-vfpv2.c: Likewise.
5997 * features/arm-with-vfpv3.c: Likewise.
5998 * features/mips-dsp-linux.c: Likewise.
5999 * features/mips-linux.c: Likewise.
6000 * features/mips64-dsp-linux.c: Likewise.
6001 * features/mips64-linux.c: Likewise.
6002 * features/s390-linux32.c: Likewise.
6003 * features/s390-linux32v1.c: Likewise.
6004 * features/s390-linux32v2.c: Likewise.
6005 * features/s390-linux64.c: Likewise.
6006 * features/s390-linux64v1.c: Likewise.
6007 * features/s390-linux64v2.c: Likewise.
6008 * features/s390x-linux64.c: Likewise.
6009 * features/s390x-linux64v1.c: Likewise.
6010 * features/s390x-linux64v2.c: Likewise.
6011 * features/tic6x-c62x-linux.c: Likewise.
6012 * features/tic6x-c62x.c: Likewise.
6013 * features/tic6x-c64x-linux.c: Likewise.
6014 * features/tic6x-c64x.c: Likewise.
6015 * features/tic6x-c64xp-linux.c: Likewise.
6016 * features/tic6x-c64xp.c: Likewise.
6017 * target-descriptions.c: Only generate `field_type' and `type'
6018 variables when needed.
6019
6020 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
6021
6022 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6023
6024 2012-04-25 Doug Evans <dje@google.com>
6025
6026 Initial pass at Go language support.
6027 * NEWS: Mention Go.
6028 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6029 go-valprint.c.
6030 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6031 (YYFILES): Add go-exp.c.
6032 (YYOBJ): Add go-exp.o.
6033 (local-maintainer-clean): Delete go-exp.c.
6034 * defs.h (enum language): Add language_go.
6035 * dwarf2read.c: #include "go-lang.h".
6036 (fixup_go_packaging): New function.
6037 (process_full_comp_unit): Call it when processing Go CUs.
6038 (dwarf2_physname): Add Go support.
6039 (read_file_scope): Handle missing language spec for GNU Go.
6040 (set_cu_language): Handle DW_LANG_Go.
6041 * go-exp.y: New file.
6042 * go-lang.h: New file.
6043 * go-lang.c: New file.
6044 * go-typeprint.c: New file.
6045 * go-valprint.c: New file.
6046 * symtab.c: #include "go-lang.h".
6047 (symbol_set_language): Handle language_go.
6048 (symbol_find_demangled_name, symbol_set_names): Ditto.
6049 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
6050
6051 2012-04-24 Jim Meyering <meyering@redhat.com>
6052
6053 avoid a few strncpy-induced buffer overruns
6054 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
6055 fname and psargs before trying to concatenate.
6056 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
6057 "name" before applying strchr.
6058
6059 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
6060
6061 * CONTRIBUTE: Use unified diff instead of context diff when
6062 generating patches.
6063
6064 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6065
6066 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
6067 code. Handle JR.HB correctly.
6068
6069 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6070
6071 * mips-tdep.c
6072 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
6073 with the other MIPS16 helpers.
6074
6075 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
6076
6077 * observer.sh: Conditionally declare `args', thus cleaning up
6078 unused instances of this variable.
6079
6080 2012-04-24 Yao Qi <yao@codesourcery.com>
6081
6082 Revert this patch to allow breakpoint always-inserted
6083 in record target.
6084 2011-12-05 Pedro Alves <pedro@codesourcery.com>
6085 * breakpoint.c: Include record.h.
6086 (breakpoints_always_inserted_mode): Return false when the record
6087 target is in use.
6088
6089 * breakpoint.c (iterate_over_bp_locations): New.
6090 * breakpoint.h: Declare.
6091 New typedef walk_bp_location_callback.
6092 * record.c (record_open): Call record_init_record_breakpoints.
6093 (record_sync_record_breakpoints): New.
6094 (record_init_record_breakpoints): New.
6095 * NEWS: Mention supporting breakpoint always-inserted mode in
6096 record target.
6097
6098 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
6099
6100 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
6101 any thread.
6102
6103 2012-04-24 Yao Qi <yao@codesourcery.com>
6104
6105 * breakpoint.c (ep_is_catchpoint): Renamed to ...
6106 (is_catchpoint): ... it.
6107 (print_one_breakpoint_location): Caller update.
6108 * breakpoint.h: Update declaration.
6109
6110 2012-04-23 David S. Miller <davem@davemloft.net>
6111
6112 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
6113
6114 2012-04-23 Tom Tromey <tromey@redhat.com>
6115
6116 * buildsym.c (add_free_pendings): Remove.
6117 * buildsym.h (add_free_pendings): Remove.
6118
6119 2012-04-23 Doug Evans <dje@google.com>
6120
6121 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
6122 attr.u.unsnd instead of attr.u.addr.
6123 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
6124 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
6125 DW_FORM_ref_udata.
6126 (dump_die_shallow): Update cases DW_FORM_ref_addr,
6127 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
6128 DW_FORM_ref_udata.
6129 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
6130
6131 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
6132
6133 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
6134 (mips_o32_return_value): Likewise.
6135 (mips_o64_return_value): Likewise.
6136
6137 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
6138
6139 * ada-lang.c (ada_evaluate_subexp): Add cases for
6140 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
6141 their treatment in eval.c.
6142
6143 2012-04-21 David S. Miller <davem@davemloft.net>
6144
6145 * sparc-tdep.c (X_DISP10): Define.
6146 (sparc_analyze_control_transfer): Handle compare-and-branch.
6147
6148 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
6149
6150 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
6151 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
6152
6153 2012-04-20 Nigel Stephens <nigel@mips.com>
6154 Maciej W. Rozycki <macro@codesourcery.com>
6155
6156 * mips-tdep.c (mips_float_register_p): New function.
6157 (mips_convert_register_float_case_p): Use mips_float_register_p.
6158 (mips_register_type): Likewise.
6159 (mips_print_register): Likewise.
6160 (print_gp_register_row): Likewise.
6161 (mips_print_registers_info): Likewise.
6162
6163 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
6164
6165 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
6166 of mips16 symbols.
6167
6168 2012-04-20 Andrew Pinski <apinski@cavium.com>
6169
6170 * MAINTAINERS (Write After Approval): Add myself to the list.
6171
6172 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6173
6174 * MAINTAINERS: Update my e-mail address.
6175
6176 2012-04-20 Pedro Alves <palves@redhat.com>
6177
6178 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
6179 $srcdir.
6180 * configure: Regenerate.
6181
6182 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6183
6184 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
6185 declaration.
6186 * gdb_vecs.h: Declare `const_char_ptr' VEC.
6187
6188 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6189
6190 Fix compilation compatibility with python-2.4
6191 * python/py-type.c (convert_field): Cast ADDRSTRING for
6192 PyObject_SetAttrString as non-const. New comment.
6193
6194 2012-04-19 Tom Tromey <tromey@redhat.com>
6195
6196 * top.c (quit_target): Use all_cleanups.
6197 * main.c (captured_command_loop): Use all_cleanups.
6198 * exceptions.c (throw_exception): Use all_cleanups.
6199
6200 2012-04-19 Pedro Alves <palves@redhat.com>
6201
6202 * Makefile.in (GNULIB_BUILDDIR): New.
6203 (LIBGNU, INCGNU, GNULIB_H): Adjust.
6204 (SUBDIRS): Add $(GNULIB_BUILDDIR).
6205 (CLEANDIRS). Remove gnulib/import.
6206 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
6207 (all-lib): Ditto.
6208 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
6209 (gnulib/import/Makefile): Replace gnulib/import with
6210 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
6211 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
6212 (aclocal_m4_deps): Remove the gnulib dependencies. Add
6213 acx_configure_dir.m4.
6214 * acinclude.m4: Include acx_configure_dir.m4.
6215 * acx_configure_dir.m4: New file.
6216 * aclocal.m4: Regenerate.
6217 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
6218 calls. Configure gnulib using ACX_CONFIGURE_DIR.
6219 (GNULIB): New variable.
6220 (GNULIB_STDINT_H): Adjust.
6221 (AC_OUTPUT): Don't output gnulib/Makefile.
6222 * gdb/defs.h: Include build-gnulib/config.h.
6223 * aclocal.m4: Regenerate.
6224 * config.in: Regenerate.
6225 * configure: Regenerate.
6226
6227 * gnulib/Makefile.in: New file.
6228 * gnulib/configure.ac: New file.
6229 * gnulib/aclocal.m4: New file.
6230 * gnulib/config.in: New file.
6231 * gnulib/configure: New file.
6232 * gnulib/: Re-run gnulib-tool to adjust.
6233
6234 2012-04-19 Doug Evans <dje@google.com>
6235
6236 * cleanups.h (struct cleanup): Move to cleanups.c.
6237 (make_cleanup_dtor_ftype): New typedef.
6238 (make_cleanup_dtor): Use it.
6239 (ALL_CLEANUPS): Replace with ...
6240 (all_cleanups): ... this. Declare. All uses updated.
6241 * cleanups.c: #include "gdb_assert.h".
6242 (sentinel_cleanup): New static global.
6243 (SENTINEL_CLEANUP): Define.
6244 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
6245 (make_my_cleanup2): Assert result is non-NULL.
6246 (all_cleanups): New function.
6247 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
6248 of NULL.
6249
6250 2012-04-19 Pedro Alves <palves@redhat.com>
6251
6252 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
6253 Adjust paths to gnulib imported files.
6254
6255 2012-04-19 Pedro Alves <palves@redhat.com>
6256
6257 * gnulib/: Move whole directory ...
6258 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
6259 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
6260 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
6261 (aclocal_m4_deps): Adjust.
6262 * aclocal.m4: Regenerate.
6263 * configure: Regenerate.
6264 * configure.ac: Adjust AC_OUTPUT output.
6265
6266 2012-04-19 Yao Qi <yao@codesourcery.com>
6267
6268 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
6269 (vec.o): New rule.
6270 * vec.c: Move it ...
6271 * common/vec.c: ... here.
6272 * vec.h: Move it ...
6273 * common/vec.h: ... here.
6274
6275 2012-04-19 Yao Qi <yao@codesourcery.com>
6276
6277 * gdb-code-style.el: New.
6278
6279 2012-04-18 Pedro Alves <palves@redhat.com>
6280
6281 Update gnulib from latest git.
6282 (639ea5ae15e39fe48d43e04864b2997301e4b969)
6283
6284 * gnulib/Makefile.am: Update.
6285 * gnulib/dummy.c: Update.
6286 * gnulib/extra/arg-nonnull.h: Update.
6287 * gnulib/extra/c++defs.h: Update.
6288 * gnulib/extra/update-copyright: Update.
6289 * gnulib/extra/warn-on-use.h: Update.
6290 * gnulib/inttypes.in.h: Update.
6291 * gnulib/m4/00gnulib.m4: Update.
6292 * gnulib/m4/extensions.m4: Update.
6293 * gnulib/m4/gnulib-cache.m4: Update.
6294 * gnulib/m4/gnulib-common.m4: Update.
6295 * gnulib/m4/gnulib-comp.m4: Update.
6296 * gnulib/m4/gnulib-tool.m4: Update.
6297 * gnulib/m4/include_next.m4: Update.
6298 * gnulib/m4/inttypes-pri.m4: Update.
6299 * gnulib/m4/inttypes.m4: Update.
6300 * gnulib/m4/longlong.m4: Update.
6301 * gnulib/m4/memchr.m4: Update.
6302 * gnulib/m4/memmem.m4: Update.
6303 * gnulib/m4/mmap-anon.m4: Update.
6304 * gnulib/m4/multiarch.m4: Update.
6305 * gnulib/m4/onceonly.m4: Update.
6306 * gnulib/m4/stddef_h.m4: Update.
6307 * gnulib/m4/stdint.m4: Update.
6308 * gnulib/m4/string_h.m4: Update.
6309 * gnulib/m4/warn-on-use.m4: Update.
6310 * gnulib/m4/wchar_h.m4: Update.
6311 * gnulib/m4/wchar_t.m4: Update.
6312 * gnulib/m4/wint_t.m4: Update.
6313 * gnulib/memchr.c: Update.
6314 * gnulib/memmem.c: Update.
6315 * gnulib/stddef.in.h: Update.
6316 * gnulib/stdint.in.h: Update.
6317 * gnulib/str-two-way.h: Update.
6318 * gnulib/string.in.h: Update.
6319 * gnulib/wchar.in.h: Update.
6320
6321 * gnulib/extra/arg-nonnull.h: Delete.
6322 * gnulib/extra/c++defs.h: Delete.
6323 * gnulib/extra/warn-on-use.h: Delete.
6324 * gnulib/m4/wchar_h.m4: Delete.
6325 * gnulib/m4/wint_t.m4: Delete.
6326 * gnulib/wchar.in.h: Delete.
6327
6328 * gnulib/extra/snippets/arg-nonnull.h: New.
6329 * gnulib/extra/snippets/c++defs.h: New.
6330 * gnulib/extra/snippets/warn-on-use.h: New.
6331
6332 * aclocal.m4: Regenerate.
6333 * config.in: Regenerate.
6334 * configure: Regenerate.
6335 * gnulib/Makefile.in: Regenerate.
6336
6337 2012-04-18 Pedro Alves <palves@redhat.com>
6338
6339 Reimport the update-copyright module from gnulib
6340 (250b80067c1e1d8faa0c42fb572f721975b929c5).
6341
6342 * configure: Regenerate.
6343 * gnulib/Makefile.am: Update.
6344 * gnulib/Makefile.in: Regenerate.
6345 * gnulib/extra/update-copyright: Update.
6346 * gnulib/m4/gnulib-cache.m4: Update.
6347 * gnulib/m4/gnulib-comp.m4: Update.
6348
6349 2012-04-18 Tristan Gingold <gingold@adacore.com>
6350
6351 * configure.ac (aix): Put -lpthread into libs.
6352 * configure: Regenerate.
6353
6354 2012-04-18 Tom Tromey <tromey@redhat.com>
6355
6356 * linespec.c (convert_linespec_to_sals): Don't use
6357 SYMBOL_OBJ_SECTION.
6358 (compare_msymbols): Arguments are minsym_and_objfile, not
6359 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
6360
6361 2012-04-18 Pedro Alves <palves@redhat.com>
6362
6363 Revert gnulib/ part of:
6364 2011-01-01 Joel Brobecker <brobecker@adacore.com>
6365 Copyright year update in most files (performed by copyright.sh).
6366
6367 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6368
6369 Fix 64-bit constants on 32-bit hosts.
6370 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
6371 from unsigned long to ULONGEST.
6372 (read_signed_leb128): Change declaration return type from long to
6373 LONGEST.
6374 (dwarf2_const_value_attr): Change declaration parameter value from long
6375 to LONGEST.
6376 (dwarf2_compute_name): Change variable value from long to LONGEST.
6377 (read_unsigned_leb128): Change return type, variable result and some
6378 casts from unsigned long to ULONGEST.
6379 (read_signed_leb128): Change return type, variable result and some
6380 casts from long to LONGEST.
6381 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
6382 value from long to LONGEST.
6383 (dwarf2_const_value): Change variable value from long to LONGEST.
6384 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
6385 plongest and hex_string.
6386 * symtab.h (struct general_symbol_info): Change ivalue from long to
6387 LONGEST, remove the comment.
6388 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
6389 Change SYMBOL_VALUE format strings to use plongest and hex_string.
6390
6391 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
6392
6393 PR symtab/7259:
6394 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
6395 * ada-lang.c (ada_discrete_type_high_bound)
6396 (ada_discrete_type_low_bound): Fix function comment. Use
6397 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6398 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
6399 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6400 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
6401 Use TYPE_FIELD_ENUMVAL.
6402 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
6403 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6404 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
6405 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
6406 TYPE_CODE_ENUM.
6407 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
6408 * dwarf2read.c (process_enumeration_scope): Likewise.
6409 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
6410 field.bitpos.
6411 (class StructMainTypePrettyPrinter): Support also
6412 FIELD_LOC_KIND_ENUMVAL.
6413 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
6414 TYPE_CODE_ENUM.
6415 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6416 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
6417 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
6418 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
6419 field enumval.
6420 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
6421 accommodate enumval.
6422 (struct call_site): Adjust loc_kind to accommodate enumval.
6423 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
6424 (TYPE_FIELD_ENUMVAL): New macros.
6425 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
6426 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
6427 TYPE_CODE_ENUM.
6428 * p-typeprint.c (pascal_type_print_base): Likewise.
6429 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
6430 enumval.
6431 * python/lib/gdb/types.py (make_enum_dict): Likewise.
6432 * python/py-type.c (convert_field): New variable addrstring. Use
6433 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6434 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
6435 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
6436 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
6437 TYPE_CODE_ENUM.
6438 * valprint.c (generic_val_print): Likewise.
6439
6440 2012-04-17 Doug Evans <dje@google.com>
6441
6442 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
6443
6444 * dwarf2read.c: Whitespace fixes.
6445 (lookup_signatured_type): Tweak comment.
6446 (get_die_type_at_offset): Fix comment.
6447
6448 2012-04-17 Joel Brobecker <brobecker@adacore.com>
6449
6450 * xcoffread.c (xcoff_secnum_to_sections): New function.
6451 (secnum_to_section, secnum_to_bfd_section): Reimplement
6452 using xcoff_secnum_to_sections. Rename "secnum" parameter
6453 into "n_scnum".
6454 (RECORD_MINIMAL_SYMBOL): Delete.
6455 (record_minimal_symbol): New function.
6456 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
6457 by call to record_minimal_symbol and set misc_func_recorded
6458 to 1. Set last_csect_sec to the XCOFF section index instead
6459 of GDB's section_offset index. Update calls to
6460 prim_record_minimal_symbol_and_info to pass the BFD section
6461 as well.
6462
6463 2012-04-17 Joel Brobecker <brobecker@adacore.com>
6464
6465 * xcoffread.c (read_xcoff_symtab): Delete variables
6466 last_csect_val and last_csect_sec and associated code.
6467
6468 2012-04-17 Doug Evans <dje@google.com>
6469
6470 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
6471 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6472 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
6473 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
6474
6475 * cleanups.h: New file.
6476 * cleanups.c: New file.
6477 * Makefile.in (SFILES): Add cleanups.c.
6478 (HFILES_NO_SRCDIR): Add cleanups.h.
6479 (COMMON_OBS): Add cleanups.o.
6480 * defs.h (struct cleanup): Moved to cleanups.h.
6481 (do_cleanups,do_final_cleanups): Ditto.
6482 (discard_cleanups,discard_final_cleanups): Ditto
6483 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6484 (save_cleanups,save_final_cleanups): Ditto.
6485 (restore_cleanups,restore_final_cleanups): Ditto.
6486 (null_cleanup): Ditto.
6487 (make_my_cleanup,make_my_cleanup2): Ditto.
6488 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6489 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
6490 (do_cleanups,do_final_cleanups): Ditto.
6491 (discard_cleanups,discard_final_cleanups): Ditto
6492 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6493 (save_cleanups,save_final_cleanups): Ditto.
6494 (restore_cleanups,restore_final_cleanups): Ditto.
6495 (null_cleanup): Ditto.
6496 (make_my_cleanup,make_my_cleanup2): Ditto.
6497 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6498
6499 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
6500 make_my_cleanup.
6501 (make_cleanup_dyn_string_delete): Ditto.
6502 (make_cleanup_ui_file_delete): Ditto.
6503 (make_cleanup_ui_out_redirect_pop): Ditto.
6504 (make_cleanup_free_section_addr_info): Ditto.
6505 (make_cleanup_restore_integer): Ditto.
6506 (make_cleanup_unpush_target): Ditto.
6507 (make_cleanup_value_free_to_mark): Ditto.
6508 (make_cleanup_value_free): Ditto.
6509 (make_cleanup_free_so): Ditto.
6510
6511 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6512
6513 New option "set debug auto-load".
6514 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
6515 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
6516 (auto_load_safe_path_vec_update)
6517 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
6518 if DEBUG_AUTO_LOAD.
6519 (file_is_auto_load_safe): New parameters debug_fmt and ....
6520 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
6521 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
6522 caller by explanatory string.
6523 (_initialize_auto_load): Register "set debug auto-load".
6524 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
6525 and ....
6526 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6527 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
6528 by explanatory string.
6529 * main.c (captured_main): Likewise.
6530 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
6531 (source_section_scripts): Likewise.
6532
6533 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6534
6535 New option "set auto-load safe-path".
6536 * NEWS: New commands "set auto-load safe-path"
6537 and "show auto-load safe-path".
6538 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
6539 (auto_load_safe_path, auto_load_safe_path_vec)
6540 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
6541 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
6542 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
6543 (source_gdb_script_for_objfile): New variable is_safe. Call
6544 file_is_auto_load_safe. Return if it is not.
6545 (struct loaded_script): New field loaded.
6546 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
6547 (print_script): Use LOADED indicator instead of FULL_PATH. Change
6548 output "Missing" to "No".
6549 (_initialize_auto_load): New variable cmd. Initialize
6550 auto_load_safe_path. Register "set auto-load safe-path",
6551 "show auto-load safe-path" and "add-auto-load-safe-path".
6552 * auto-load.h (maybe_add_script): Add parameter loaded.
6553 (file_is_auto_load_safe): New declaration.
6554 * config.in: Regenerate.
6555 * configure: Regenerate.
6556 * configure.ac: New parameters --with-auto-load-safe-path
6557 and --without-auto-load-safe-path.
6558 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6559 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
6560 * main.c (captured_main): Check file_is_auto_load_safe for
6561 LOCAL_GDBINIT.
6562 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
6563 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
6564 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
6565 not.
6566
6567 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6568
6569 auto-load: Implementation.
6570 * NEWS: New descriptions for "info auto-load",
6571 "info auto-load gdb-scripts", "info auto-load python-scripts",
6572 "info auto-load local-gdbinit" and "info auto-load libthread-db".
6573 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
6574 and "show auto-load-scripts". New description for "set auto-load",
6575 "show auto-load", "set auto-load gdb-scripts",
6576 "show auto-load gdb-scripts", "set auto-load python-scripts",
6577 "show auto-load python-scripts", "set auto-load local-gdbinit",
6578 "show auto-load local-gdbinit", "set auto-load libthread-db" and
6579 "show auto-load libthread-db".
6580 * auto-load.c: Remove include python/python-internal.h. Add includes
6581 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
6582 cli/cli-setshow.h.
6583 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
6584 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
6585 (gdbpy_global_auto_load): Rename to ...
6586 (global_auto_load): ... here.
6587 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6588 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
6589 (script_language_gdb, source_gdb_script_for_objfile): New.
6590 (struct loaded_script): New field language.
6591 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
6592 LANGUAGE.
6593 (maybe_add_script): Add parameter language. Drop redundant
6594 entry.full_path initialization. Initialize entry.language and
6595 (*slot)->language.
6596 (auto_load_objfile_script): Change parameter suffix to language.
6597 Remove the call of maybe_add_script.
6598 Call language->source_script_for_objfile.
6599 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
6600 New.
6601 (collect_matching_scripts): Adjust it for
6602 struct collect_matching_scripts_data.
6603 (auto_load_info_scripts_pattern_nl): New variable.
6604 (info_auto_load_scripts): Rename to ...
6605 (auto_load_info_scripts): ... here, add parameter language. Adjust it
6606 for struct collect_matching_scripts_data.
6607 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
6608 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
6609 (auto_load_show_cmdlist_get, info_auto_load_cmd)
6610 (auto_load_info_cmdlist_get): New.
6611 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
6612 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
6613 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
6614 "info auto-load local-gdbinit".
6615 * auto-load.h (struct script_language): New.
6616 (gdbpy_global_auto_load): Rename to ...
6617 (global_auto_load): ... here.
6618 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6619 (auto_load_local_gdbinit_loaded): New declarations.
6620 (maybe_add_script): New parameter language.
6621 (auto_load_objfile_script): Change parameter suffix to language.
6622 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
6623 (auto_load_info_scripts, auto_load_set_cmdlist_get)
6624 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
6625 declarations.
6626 * linux-thread-db.c: Include auto-load.h and ctype.h.
6627 (auto_load_thread_db, show_auto_load_thread_db): New.
6628 (struct thread_db_info): New field filename.
6629 (delete_thread_db_info): Call xfree for FILENAME.
6630 (try_thread_db_load): Initialize FILENAME.
6631 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
6632 if !AUTO_LOAD_THREAD_DB.
6633 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
6634 (_initialize_thread_db): Install auto_load_thread_db
6635 as "set auto-load libthread-db" and install info_auto_load_libthread_db
6636 as "info auto-load libthread-db".
6637 * main.c (captured_main): Rename gdbpy_global_auto_load to
6638 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
6639 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
6640 (print_gdb_help): Extend the help for 'local init file'.
6641 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
6642 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
6643 (auto_load_scripts): Rename to ...
6644 (auto_load_python_scripts): ... here, update the comment.
6645 (gdbpy_load_auto_script_for_objfile): New declaration.
6646 (show_auto_load_python_scripts, script_language_python)
6647 (gdbpy_load_auto_script_for_objfile): New.
6648 (source_section_scripts): Refactor the code.
6649 (load_auto_scripts_for_objfile): Rename to ...
6650 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
6651 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
6652 (info_auto_load_python_scripts): New.
6653 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
6654 Rename "set auto-load-scripts" to "set auto-load python-scripts".
6655 Register "set auto-load-scripts" as its deprecated alias. Register
6656 "info auto-load python-scripts". Register "info auto-load-scripts" as
6657 its deprecated alias.
6658 (load_auto_scripts_for_objfile): Rename to ...
6659 (gdbpy_load_auto_scripts_for_objfile): ... here.
6660 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
6661 (gdbpy_load_auto_scripts_for_objfile): ... here.
6662
6663 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6664
6665 auto-load: Move files.
6666 * Makefile.in (SFILES): Add auto-load.c.
6667 (HFILES_NO_SRCDIR): Add auto-load.h.
6668 (COMMON_OBS): Add auto-load.o.
6669 (distclean): Change .gdbinit for gdb-gdb.gdb.
6670 * auto-load.c: New file, with parts from python/py-auto-load.c.
6671 * auto-load.h: New file, with parts from python/python.h.
6672 * configure: Regenerate.
6673 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
6674 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
6675 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
6676 * main.c: Include auto-load.h.
6677 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
6678 command.h, observer.h and progspace.h to auto-load.c. Add include
6679 auto-load.h.
6680 (gdbpy_global_auto_load, struct auto_load_pspace_info)
6681 (struct loaded_script, auto_load_pspace_data)
6682 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
6683 (hash_loaded_script_entry, eq_loaded_script_entry)
6684 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
6685 (maybe_add_script): Move to auto-load.c.
6686 (source_section_scripts): Change maybe_add_script parameters passing,
6687 use script_not_found_warning_print.
6688 (clear_section_scripts, auto_load_objfile_script)
6689 (auto_load_new_objfile, loaded_script_ptr)
6690 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
6691 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
6692 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
6693 auto_load_new_objfile and info_auto_load_scripts initizations to
6694 auto-load.c.
6695 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
6696
6697 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6698
6699 Code cleanup.
6700 * charset.c (find_charset_names): Remove variables ix and elt.
6701 Use free_char_ptr_vec.
6702 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
6703 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
6704 debugdir_end. New variable debugdir_len.
6705 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
6706 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
6707 declarations.
6708 * progspace.c (clear_program_space_solib_cache): Remove variables ix
6709 and elt. Use free_char_ptr_vec.
6710 * source.c (add_path): Remove variables argv, arg and argv_index.
6711 New variables dir_vec, back_to, ix and name.
6712 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
6713 make_cleanup_freeargv. Remove variable separator. Simplify the code
6714 no longer expecting DIRNAME_SEPARATOR.
6715 (openp): Remove variable p, p1 and len. New variables dir_vec,
6716 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
6717 no longer expecting DIRNAME_SEPARATOR.
6718 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
6719 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
6720 debugdir_end.
6721 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
6722 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
6723 (dirnames_to_char_ptr_vec): New functions.
6724
6725 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6726
6727 Code cleanup.
6728 * source.c (add_path): Remove always true conditional 'p == 0' and
6729 unindent its code block.
6730
6731 2012-04-17 Pedro Alves <palves@redhat.com>
6732
6733 * gdbtypes.h (FIELD_BITPOS): Rename to ...
6734 (FIELD_BITPOS_LVAL): ... this.
6735 (FIELD_BITPOS): New.
6736 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
6737 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
6738 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
6739 SET_FIELD_BITPOS.
6740 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
6741 SET_FIELD_BITPOS.
6742 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
6743 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
6744 * target-descriptions.c (tdesc_gdb_type): Adjust to use
6745 SET_FIELD_BITPOS.
6746
6747 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6748
6749 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
6750 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
6751 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
6752 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
6753 * jv-lang.c (java_link_class_type): Likewise, once.
6754 * stabsread.c (read_enum_type): Likewise.
6755
6756 2012-04-16 Yao Qi <yao@codesourcery.com>
6757
6758 * common/agent.c (agent_run_command): Add one more parameter `len'.
6759 Update callers.
6760 * common/agent.h: Update declaration.
6761 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
6762 Update.
6763 (linux_child_static_tracepoint_markers_by_strid): Ditto.
6764
6765 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
6766
6767 PR mi/13393
6768 * value.c (value_actual_type): New function.
6769 * value.h (value_actual_type): New declaration.
6770 * varobj.c (update_type_if_necessary): New function.
6771 (varobj_create): Call value_actual_type instead of
6772 value_type.
6773 (install_dynamic_child): distinct changed and type changed MI variable
6774 objects.
6775 (update_dynamic_varobj_children): Updated for install_dynamic_child
6776 change. All callers updated.
6777 (varobj_update): Support for MI variable object type change if
6778 the value changed and RTTI is used to determine the type.
6779 (create_child_with_value): Call value_actual_type instead of
6780 value_type.
6781 (adjust_value_for_child_access): Extended with a new parameter which
6782 specify whether the given value should be casted to enclosing type.
6783 All callers updated.
6784
6785 2012-04-14 Yao Qi <yao@codesourcery.com>
6786
6787 Import gnulib module inttypes from git
6788 (250b80067c1e1d8faa0c42fb572f721975b929c5)
6789 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
6790 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
6791 gnulib/m4/inttypes-pri.m4
6792 * aclocal.m4, config.in, configure: Regenerated.
6793 * gnulib/Makefile.am: Update.
6794 * gnulib/Makefile.in: Update.
6795 * gnulib/m4/gnulib-cache.m4: Update.
6796 * gnulib/m4/gnulib-comp.m4: Update.
6797 * gnulib/inttypes.in.h: New.
6798 * gnulib/m4/inttypes-pri.m4: New.
6799 * gnulib/m4/inttypes.m4: New.
6800
6801 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
6802
6803 * infrun.c (resume): Update PC address to the real PC after
6804 preparing to do displaced stepping.
6805
6806 2012-04-12 Doug Evans <dje@google.com>
6807
6808 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
6809 All callers updated.
6810
6811 2012-04-12 Mark Kettenis <kettenis@gnu.org>
6812
6813 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
6814
6815 2012-04-12 Doug Evans <dje@google.com>
6816
6817 * dwarf2read.c (create_all_type_units): Renamed from
6818 create_debug_types_hash_table. All callers updated.
6819
6820 * dwarf2read.c (create_signatured_type_table_from_index): Rename
6821 local type_sig to sig_type, type_offset to type_offset_in_tu.
6822 (hash_signatured_type): Renamed from hash_type_signature,
6823 all callers updated.
6824 (eq_signatured_type): Renamed from eq_type_signature,
6825 all callers updated.
6826 (create_debug_types_hash_table): Rename local type_sig to sig_type.
6827 (process_enumeration_scope): Ditto.
6828 (lookup_signatured_type_at_offset): Ditto.
6829 (load_full_type_unit, read_signatured_type): Ditto.
6830
6831 2012-04-12 Yao Qi <yao@codesourcery.com>
6832
6833 * remote.c (async_remote_interrupt): Correct function name in
6834 debug message.
6835 (async_remote_interrupt_twice): Ditto.
6836
6837 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
6838
6839 * source.c (find_and_open_source): Consistently pass resulting
6840 full path through xfullpath.
6841
6842 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6843
6844 Provide more specific displaced-stepping memory error message.
6845 * infrun.c (displaced_step_prepare): New variable status. Call
6846 target_read_memory instead of read_memory, provide more specific
6847 error message.
6848
6849 2012-04-11 Tristan Gingold <gingold@adacore.com>
6850
6851 PR gdb/13901
6852 * darwin-nat.c (darwin_execvp): Revert previous patch.
6853
6854 2012-04-11 Tristan Gingold <gingold@adacore.com>
6855
6856 PR gdb/13901
6857 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
6858 in case of change.
6859
6860 2012-04-11 Tristan Gingold <gingold@adacore.com>
6861
6862 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
6863 warning.
6864
6865 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
6866
6867 New command 'explore' which helps explore values and types in
6868 scope.
6869 * NEWS: Add an entry about the new 'explore' command.
6870 * data-directory/Makefile.in: Add gdb/command/explore.py
6871 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
6872 command using the GDB Python API.
6873
6874 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
6875
6876 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
6877 extension in jump target calculation.
6878
6879 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
6880
6881 * mips-tdep.c (mips32_next_pc): Handle JALX.
6882
6883 2012-04-10 Yao Qi <yao@codesourcery.com>
6884
6885 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
6886
6887 2012-04-10 Yao Qi <yao@codesourcery.com>
6888
6889 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
6890 and gnulib/m4/gnulib-tool.m4.
6891
6892 2012-04-10 Doug Evans <dje@google.com>
6893
6894 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
6895 (load_partial_dies): Clarify comment.
6896 (find_partial_die): Support rereading type units.
6897 Clarify CU handling, if we know offset is in CU, don't search for the
6898 containing CU. Add comment regarding memory waste.
6899
6900 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
6901
6902 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
6903 i386/x32-avx and i386/x32-avx-linux.
6904 (i386/x32-expedite): New.
6905 (i386/x32-linux-expedite): Likewise.
6906 (i386/x32-avx-expedite): Likewise.
6907 (i386/x32-avx-linux-expedite): Likewise.
6908 ($(outdir)/i386/x32.dat): Likewise.
6909 ($(outdir)/i386/x32-linux.dat): Likewise.
6910 ($(outdir)/i386/x32-avx.dat): Likewise.
6911 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
6912
6913 * features/i386/x32-avx-linux.xml: New file.
6914 * features/i386/x32-avx.xml: Likewise.
6915 * features/i386/x32-core.xml: Likewise.
6916 * features/i386/x32-linux.xml: Likewise.
6917 * features/i386/x32.xml: Likewise.
6918
6919 * features/i386/x32-avx-linux.c: New. Generated.
6920 * features/i386/x32-avx.c: Likewise.
6921 * features/i386/x32-linux.c: Likewise.
6922 * features/i386/x32.c: Likewise.
6923 * regformats/i386/x32-avx-linux.dat: Likewise.
6924 * regformats/i386/x32-avx.dat: Likewise.
6925 * regformats/i386/x32-linux.dat: Likewise.
6926 * regformats/i386/x32.dat: Likewise.
6927
6928 2012-04-10 Tristan Gingold <gingold@adacore.com>
6929
6930 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
6931 code to kill the inferior.
6932
6933 2012-04-09 Mark Kettenis <kettenis@gnu.org>
6934
6935 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6936 defines.
6937 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6938 defines.
6939 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
6940 (yyvsp): New defines.
6941 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6942 defines.
6943 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6944 defines.
6945 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6946 defines.
6947 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6948 defines.
6949 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6950 defines.
6951
6952 2012-04-09 Mark Kettenis <kettenis@gnu.org>
6953
6954 * sparc64-tdep.c (sparc64_store_arguments)
6955 (sparc64_store_arguments): Fix coding style.
6956
6957 2012-04-07 Mark Kettenis <kettenis@gnu.org>
6958
6959 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
6960 complex floats, adjust some related comments and tighten a related
6961 assertion.
6962 (sparc64_extract_return_value): Handle complex floats.
6963
6964 2012-04-07 Doug Evans <dje@google.com>
6965
6966 * dwarf2read.c (load_partial_dies): Change condition to assert.
6967
6968 2012-04-06 Doug Evans <dje@google.com>
6969
6970 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
6971 "mov %rsp,%rbp".
6972
6973 2012-04-05 Kevin Buettner <kevinb@redhat.com>
6974
6975 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
6976 fencepost error.
6977 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
6978 (v850_gdbarch_init): Set `num_regs' as appropriate for the
6979 architecture.
6980
6981 2012-04-05 Keith Seitz <keiths@redhat.com>
6982
6983 * linespec.c (decode_compound): Remove.
6984 (enum offset_relative_sign): New enum.
6985 (struct line_offset): New struct.
6986 (struct linespec): New struct.
6987 (struct linespec_state): Move file_symtabs,
6988 user_filename, and user_function into struct linespec.
6989 Make result an anonymous struct holding vectors of
6990 symbolp and minsym_and_objfile_d.
6991 Add language member.
6992 (enum ls_token_type): New enum.
6993 (linespec_keywords): New array.
6994 (struct ls_token): New struct.
6995 (struct ls_parser): New struct.
6996 (linespec_lexer_lex_number): New function.
6997 (linespec_lexer_lex_keyword): New function.
6998 (is_ada_operator): New function.
6999 (skip_quote_char): New function.
7000 (copy_token_string): New function.
7001 (is_closing_quote_enclosed): New function.
7002 (find_parameter_list_end): New function.
7003 (linespec_lexer_lex_string): New function.
7004 (linespec_lexer_lex_one): New function.
7005 (linespec_lexer_consume_token): New function.
7006 (linespec_lexer_peek_token): New function.
7007 (cplusplus_error): Remove unused function.
7008 (find_methods): Update comment.
7009 (find_toplevel_char): Return const.
7010 (is_objc_method_format): Remove unused function.
7011 (find_toplevel_string): New function.
7012 (is_linespec_boundary): Remove.
7013 (symbol_not_found_error): New function.
7014 (find_method_overload_end): Remove function.
7015 (unexpected_linespec_error): New function.
7016 (keep_name_info): Remove.
7017 (linespec_parse_line_offset): New function.
7018 (linespec_parse_basic): New function.
7019 (canonicalize_linespec): New function.
7020 (decode_line_internal): Remove.
7021 (create_sals_line_offset): New function adapted from
7022 decode_all_digits.
7023 (convert_linespec_to_sals): New function.
7024 (parse_linespec): New function.
7025 (linespec_parser_new): New function.
7026 (linespec_state_destructor): Change parameter type to
7027 struct linespec_state *.
7028 Add language parameter.
7029 Remove freeing of moved members.
7030 (linespec_parser_delete): New function.
7031 (decode_line_full): Use parse_linespec and linespec_parser_new.
7032 (decode_line_1): Likewise.
7033 (decode_indirect): Rename to ...
7034 (linespec_expression_to_pc): ... this and rewrite
7035 to simply find CORE_ADDR, storing this result for later
7036 conversion to SALs.
7037 (locate_first_half): Remove.
7038 (deocde_objc): Add parameter LS.
7039 Initialize new struct collect_info members.
7040 Handle minimal symbols, too.
7041 (decode_compound): Delete.
7042 (lookup_prefix_sym): Rewrite.
7043 (compare_msymbols): New function.
7044 (find_method): Rewrite.
7045 Do not call cplusplus_error.
7046 (symtabs_from_filename): Rewrite.
7047 (collect_function_symbols): Delete.
7048 (find_function_symbols): Rewrite without ARGPTR-style
7049 processing.
7050 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
7051 (decode_dollar): Adapted and renamed to ...
7052 (linespec_parse_variable): ... this.
7053 (find_linespec_symbols): New function.
7054 (decode_label): Adapted and renamed to ...
7055 (find_label_symbols): ... this.
7056 (decode_digits_list_mode): Add and use LS argument.
7057 (decode_digits_ordinary): Likewise.
7058 (collect_symbols): Do not collect SALs, just symbols and msymbols.
7059 If in list mode, allow any symbol class. Otherwise, only
7060 permit LOC_BLOCK symbols.
7061 (minsym_found): Update comments.
7062 (search_minsyms_for_name): Do not convert the matching symbol
7063 into a SAL. Simply push the symbol and objfile into the
7064 result vector.
7065 (decode_variable): Delete. Contents adapted into
7066 find_linespec_symbols.
7067
7068 * cp-support.c (SKIP_SPACE): Remove.
7069 (operator_tokens): Remove unused global.
7070 (cp_validate_operator): Remove.
7071 * cp-support.h (cp_validate_operator): Remove declaration.
7072
7073 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7074
7075 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
7076 for TYPE_VPTR_FIELDNO.
7077 * valprint.c (valprint_check_validity): Make it global, move the
7078 function comment ...
7079 * value.h (valprint_check_validity): ... to this new declaration.
7080
7081 2012-04-02 Tristan Gingold <gingold@adacore.com>
7082
7083 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
7084 the STATE32 api for i386 state.
7085 (i386_darwin_store_inferior_registers): Likewise.
7086
7087 2012-04-02 Tristan Gingold <gingold@adacore.com>
7088
7089 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
7090 SS offset.
7091 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7092 format_string.
7093
7094 2012-04-02 Tristan Gingold <gingold@adacore.com>
7095
7096 PR gdb/13901
7097 * darwin-nat.c (darwin_execvp): Set binary preference.
7098
7099 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7100
7101 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
7102
7103 2012-03-30 Tom Tromey <tromey@redhat.com>
7104
7105 * python/python.c (gdbpy_decode_line): Move cleanup creation out
7106 of TRY_CATCH. Fix error handling.
7107 * python/py-value.c (convert_value_from_python): Move 'old'
7108 declaration to innermost scope.
7109
7110 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7111 Andrey Smirnov <andrew.smirnov@gmail.com>
7112
7113 -Wshadow warning fix.
7114 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
7115 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
7116 Adjust code accordingly.
7117
7118 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7119
7120 * ada-lang.c (symbol_completion_add): Rename parameter
7121 "encoded" into "encoded_p". Ajust code and documentation
7122 accordingly.
7123
7124 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7125 Andrey Smirnov <andrew.smirnov@gmail.com>
7126
7127 -Wshadow warning fix.
7128 * ada-lang.c (symbol_completion_add): Rename parameter
7129 "wild_match" into wild_match_p. Update code and documentation
7130 accordingly.
7131
7132 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7133
7134 * ada-lang.c (symbol_completion_match): Rename parameter
7135 "encoded" into "encoded_p". Ajust code and documentation
7136 accordingly.
7137
7138 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7139 Andrey Smirnov <andrew.smirnov@gmail.com>
7140
7141 -Wshadow warning fix.
7142 * ada-lang.c (symbol_completion_match): Rename parameter
7143 "wild_match" into "wild_match_p". Adjust code and function
7144 documentation accordingly.
7145
7146 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7147 Andrey Smirnov <andrew.smirnov@gmail.com>
7148
7149 -Wshadow warning fix.
7150 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
7151 "symbol_info" into "info". Adjust code accordingly.
7152 (ada_lookup_symbol): Likewise.
7153
7154 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7155
7156 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
7157 of this function's documentation.
7158
7159 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7160 Andrey Smirnov <andrew.smirnov@gmail.com>
7161
7162 -Wshadow warning fix.
7163 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
7164 variable into "wild_match_p". Adjust code accordingly.
7165
7166 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7167 Andrey Smirnov <andrew.smirnov@gmail.com>
7168
7169 -Wshadow warning fix.
7170 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
7171 parameter into "wild_match_p". Adjust code accordingly.
7172 Document this parameter in the function description.
7173
7174 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7175 Andrey Smirnov <andrew.smirnov@gmail.com>
7176
7177 -Wshadow warning fix.
7178 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
7179 "wild_match" parameter to "wild_match_p" (-Wshadow).
7180
7181 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7182
7183 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
7184 in function documentation.
7185
7186 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7187 Andrey Smirnov <andrew.smirnov@gmail.com>
7188
7189 -Wshadow warning fix.
7190 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
7191 variable into wild_match_p. Adjust code accordingly.
7192
7193 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7194 Andrey Smirnov <andrew.smirnov@gmail.com>
7195
7196 * ada-valprint.c (ada_val_print_1): Move the code handling
7197 TYPE_CODE_ENUM inside its own lexical block. Declare
7198 variables len and val there, instead of in the function's
7199 top level block. Avoid declaring deref_val again in a way
7200 that shadows another variable of the same name declared
7201 in one of the up-level blocks. Just re-use the up-level
7202 variable instead.
7203
7204 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7205
7206 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
7207 Replace block_found argument by symbol_info. Adjust
7208 implementation accordingly. Add function documentation.
7209 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
7210 Fix documentation.
7211 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
7212 * ada-exp.y (write_object_renaming): Adjust to new
7213 ada_lookup_encoded_symbol API.
7214
7215 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7216
7217 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
7218 documentation.
7219
7220 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
7221
7222 * v850-tdep.c: Add the enum values for mpu and fpu registers.
7223 (v850_register_name): Add the mpu and fpu register names.
7224 (v850e_register_name): Add the mpu and fpu register names.
7225 (v850e2_register_name): New function.
7226 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
7227 bfd_mach_v850e2v3.
7228
7229 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7230
7231 * NEWS: Add entry for Ada varobj support.
7232
7233 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7234
7235 * varobj.c (default_value_is_changeable_p): New function,
7236 extracted from varobj_value_is_changeable_p. Add declaration.
7237 (ada_value_is_changeable_p): New function, extracted from
7238 varobj_value_is_changeable_p. Add declaration.
7239 (struct language_specific): New field "value_is_changeable_p".
7240 (languages): Add entries for new field.
7241 (varobj_create): Set language before calling install_new_value.
7242 (varobj_value_is_changeable_p): Reimplement to call the varobj's
7243 "value_is_changeable_p" language callback.
7244
7245 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7246
7247 * ada-varobj.h, ada-varobj.c: New files.
7248 * Makefile.in (SFILES): Add ada-varobj.c.
7249 (HFILES_NO_SRCDIR): Add ada-varobj.h.
7250 (COMMON_OBS): Add ada-varobj.o.
7251
7252 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7253
7254 * varobj.c (ada_value_has_mutated): Add declaration. New function.
7255 (struct language_specific): New field "value_has_mutated".
7256 (languages): Set field "value_has_mutated" in each entry of array.
7257 (varobj_value_has_mutated): New function.
7258 (varobj_udpdate): Add handling of type mutation.
7259 (value_of_root): Add handling of type mutation.
7260 (ada_value_has_mutated): New function.
7261
7262 2012-03-28 Pedro Alves <palves@redhat.com>
7263
7264 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
7265 Always supply $fr0 as 0.0 and $fr1 as 1.0.
7266
7267 2012-03-28 Tom Tromey <tromey@redhat.com>
7268
7269 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
7270 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
7271 before returning.
7272
7273 2012-03-28 Tom Tromey <tromey@redhat.com>
7274
7275 * .dir-locals.el: New file.
7276
7277 2012-03-28 Pedro Alves <palves@redhat.com>
7278
7279 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
7280
7281 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7282
7283 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
7284 handling for r0.
7285
7286 2012-03-27 Pedro Alves <palves@redhat.com>
7287
7288 Eliminate struct ui_stream.
7289
7290 * ui-out.h (struct ui_stream): Delete.
7291 (ui_out_field_stream): Adjust prototype.
7292 (ui_out_stream_new, ui_out_stream_delete)
7293 (make_cleanup_ui_out_stream_delete): Delete declarations.
7294 * ui-out.c (ui_out_field_stream): Change prototype to take a
7295 ui_file instead of a ui_stream. Adjust.
7296 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
7297 (make_cleanup_ui_out_stream_delete): Delete.
7298 * breakpoint.c (print_breakpoint_location)
7299 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
7300 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7301 * disasm.c (dump_insns): Ditto.
7302 (do_mixed_source_and_assembly, do_assembly_only): Adjust
7303 prototype.
7304 (gdb_disassembly): Use ui_file/mem_fileopen instead of
7305 ui_stream/ui_out_stream_new.
7306 * infcmd.c (print_return_value): Ditto.
7307 * osdata.c (info_osdata_command): Don't allocate a local
7308 ui_stream.
7309 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
7310 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7311 * tracepoint.c (print_one_static_tracepoint_marker): Don't
7312 allocate a local ui_stream.
7313 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
7314 instead of ui_stream/ui_out_stream_new.
7315 (list_args_or_locals): Don't allocate a local ui_stream.
7316 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
7317 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
7318 ui_stream/ui_out_stream_new.
7319 * cli/cli-setshow.c (do_setshow_command): Ditto.
7320
7321 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
7322
7323 * arm-linux-tdep.c (arm_linux_init_abi): Call
7324 set_gdbarch_process_record. Initialize `arm_swi_record' field.
7325 * arm-tdep.c (arm_process_record): New function.
7326 (deallocate_reg_mem): New function.
7327 (decode_insn): New function.
7328 (thumb_record_branch): New function.
7329 (thumb_record_ldm_stm_swi(): New function.
7330 (thumb_record_misc): New function.
7331 (thumb_record_ld_st_stack): New function.
7332 (thumb_record_ld_st_imm_offset): New function.
7333 (thumb_record_ld_st_reg_offset(): New function.
7334 (thumb_record_add_sub_cmp_mov): New function.
7335 (thumb_record_shift_add_sub): New function.
7336 (arm_record_coproc_data_proc): New function.
7337 (arm_record_coproc): New function.
7338 (arm_record_b_bl): New function.
7339 (arm_record_ld_st_multiple): New function.
7340 (arm_record_ld_st_reg_offset): New function.
7341 (arm_record_ld_st_imm_offset): New function.
7342 (arm_record_data_proc_imm): New function.
7343 (arm_record_data_proc_misc_ld_str): New function.
7344 (arm_record_extension_space): New function.
7345 (arm_record_strx): New function.
7346 (sbo_sbz): New function.
7347 (struct insn_decode_record): New structure for arm insn record.
7348 (REG_ALLOC): New macro for reg allocations.
7349 (MEM_ALLOC): New macro for memory allocations.
7350 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
7351
7352 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
7353
7354 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
7355 (store_register): Likewise.
7356
7357 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
7358
7359 * MAINTAINERS (Write After Approval): Add myself to the list.
7360
7361 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7362
7363 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
7364 Describe also the option "auto".
7365
7366 2012-03-22 Richard Henderson <rth@redhat.com>
7367
7368 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
7369 * sparc-nat.c (sparc_xfer_wcookie): Make static.
7370
7371 2012-03-22 Richard Henderson <rth@redhat.com>
7372
7373 * jit.c (jit_read_code_entry): Compute alignment and offset of
7374 int64_t member before computing entry_size.
7375
7376 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7377
7378 Python scripting: Add new method Value.referenced_value to
7379 gdb.Value which can dereference pointer as well as reference
7380 values.
7381 * NEWS: Add entry under 'Python scripting' about the new method
7382 Value.referenced_value on gdb.Value objects.
7383 * python/py-value.c (valpy_referenced_value): New function
7384 defining a new method on gdb.Value objects which can dereference
7385 pointer and reference values.
7386
7387 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7388
7389 * MAINTAINERS (Write After Approval): Add myself to the list.
7390
7391 2012-03-21 Kevin Buettner <kevinb@redhat.com>
7392
7393 * symtab.c (skip_prologue_sal): Change test to check for "main()"
7394 in addition to "main".
7395
7396 2012-03-21 Joel Brobecker <brobecker@adacore.com>
7397
7398 * expression.h (op_name): Add declaration.
7399 * expprint.c (op_name): Remove declaration. Make non-static.
7400 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
7401
7402 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
7403
7404 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
7405 of struct siginfo.
7406 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
7407 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
7408 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
7409 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
7410 (linux_nat_get_siginfo): Likewise.
7411 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
7412 (linux_nat_get_siginfo): Likewise.
7413 * linux-tdep.c (linux_get_siginfo_type): Likewise.
7414 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
7415 * procfs.c (gdb_siginfo_t): Likewise.
7416
7417 2012-03-21 Mike Frysinger <vapier@gentoo.org>
7418
7419 * .gitignore: Ignore more files.
7420
7421 2012-03-20 Pedro Alves <palves@redhat.com>
7422
7423 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
7424 returns.
7425
7426 2012-03-20 Yao Qi <yao@codesourcery.com>
7427
7428 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
7429 comment.
7430
7431 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7432
7433 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
7434 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
7435 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
7436 sect_offset.
7437 * dwarf2expr.h (cu_offset, sect_offset): New types.
7438 (struct dwarf_expr_context_funcs) <dwarf_call>
7439 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
7440 sect_offset.
7441 (struct dwarf_expr_context) <len>: Improve the comment.
7442 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
7443 cu_offset and sect_offset.
7444 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
7445 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
7446 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
7447 * dwarf2loc.h: Include dwarf2expr.h.
7448 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
7449 and sect_offset.
7450 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
7451 Improve the comment.
7452 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
7453 (struct signatured_type, struct line_header, struct partial_die_info)
7454 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
7455 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
7456 (get_die_type_at_offset, create_cus_from_index)
7457 (create_signatured_type_table_from_index, dw2_get_file_names)
7458 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
7459 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
7460 (create_debug_types_hash_table, process_psymtab_comp_unit)
7461 (load_partial_comp_unit, create_all_comp_units)
7462 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
7463 (load_full_comp_unit, dwarf2_physname, read_import_statement)
7464 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
7465 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
7466 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
7467 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
7468 (find_partial_die, read_attribute_value, lookup_die_type)
7469 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
7470 (is_ref_attr): New function comment.
7471 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
7472 Use cu_offset and sect_offset.
7473 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
7474 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
7475 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
7476 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
7477 (offset_and_type_hash, offset_and_type_eq, set_die_type)
7478 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
7479 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
7480 sect_offset.
7481
7482 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7483
7484 Code cleanup.
7485 * python/py-auto-load.c (source_section_scripts): New variable back_to.
7486 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
7487 with xfree.
7488 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
7489
7490 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7491
7492 * NEWS: Describe new options --init-command=FILE, -ix and
7493 --init-eval-command=COMMAND, -iex.
7494 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
7495 CMDARG_INIT_COMMAND.
7496 (captured_main): New enum items OPT_IX and OPT_IEX. Add
7497 "init-command", "init-eval-command", "ix" and "iex" to the variable
7498 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
7499 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
7500 (print_gdb_help): Describe --init-command=FILE, -ix and
7501 --init-eval-command=COMMAND, -iex.
7502
7503 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7504
7505 Code cleanup.
7506 * main.c (struct cmdarg): Move it here from main. Add more comments.
7507 (cmdarg_s, VEC (cmdarg_s)): New.
7508 (main): Move struct cmdarg from here. New variables cmdarg_vec and
7509 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
7510 Install cleanup for cmdarg_vec. Update filling for options 'x' and
7511 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
7512 of CMDARG.
7513
7514 2012-03-19 Tom Tromey <tromey@redhat.com>
7515
7516 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
7517
7518 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7519
7520 PR symtab/13777
7521 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
7522 GCC >=4.5.
7523
7524 2012-03-16 Chris January <chris.january@allinea.com>
7525
7526 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
7527 of clear.
7528
7529 2012-03-16 Chris January <chris.january@allinea.com>
7530
7531 * source.c (add_path): Use memmove instead of strcpy because the
7532 strings overlap.
7533
7534 2012-03-16 Joel Brobecker <brobecker@adacore.com>
7535
7536 * value.h (set_value_parent): Add declaration.
7537 * value.c (set_value_parent): New function.
7538 (value_address): If VALUE->PARENT is not NULL, then use it as
7539 the base address instead of VALUE->LOCATION.address.
7540 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
7541 the same as OBJ's address. Adjust V's offset accordingly.
7542 Set V's parent.
7543
7544 2012-03-16 Gary Benson <gbenson@redhat.com>
7545
7546 PR breakpoints/10738
7547 * dwarf2read.c (use_deprecated_index_sections): New global.
7548 (struct partial_die_info): New member may_be_inlined.
7549 (read_partial_die): Set may_be_inlined where appropriate.
7550 (add_partial_subprogram): Add partial symbols for partial
7551 DIEs that may be inlined.
7552 (new_symbol_full): Add inlined subroutines to the current
7553 scope.
7554 (write_psymtabs_to_index): Bump version number.
7555 (dwarf2_read_index): Read only version 6 indices unless
7556 use_deprecated_index_sections is set.
7557 * linespec.c (symbol_and_data_callback): New structure.
7558 (iterate_inline_only): New function.
7559 (iterate_over_all_matching_symtabs): New argument
7560 "include_inline". If nonzero, also call the callback for
7561 symbols representing inlined subroutines.
7562 (lookup_prefix_sym): Pass extra argument to the above.
7563 (find_function_symbols): Likewise.
7564 (add_matching_symbols_to_info): Likewise.
7565 * NEWS: Mention that GDB can now set breakpoints on inlined
7566 functions.
7567
7568 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
7569
7570 * p-typeprint.c (pascal_type_print_method_args):
7571 Fix display of parameter of methods.
7572
7573 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
7574
7575 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
7576 Add missing prototype.
7577
7578 2012-03-16 Yao Qi <yao@codesourcery.com>
7579 Jan Kratochvil <jan.kratochvil@redhat.com>
7580
7581 Fix false compilation warning.
7582 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
7583
7584 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
7585 Pedro Alves <pedro@codesourcery.com>
7586
7587 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
7588 (arm_register_g_packet_guesses): New function.
7589 (arm_gdbarch_init): Don't force a target description with
7590 registers when the executable is detected as M-profile. Instead
7591 set gdbarch->tdep->is_m. Register `g' packet guesses.
7592 (_initialize_arm_tdep): Initialize the new target description.
7593 * features/arm-with-m-fpa-layout.xml: New description.
7594 * features/arm-with-m-fpa-layout.c: New, generated.
7595
7596 2012-03-15 Joel Brobecker <brobecker@adacore.com>
7597
7598 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
7599 Update function description.
7600 (insert_bp_location): Do not wipe bl->target_info out.
7601 * mem-break.c: #include "gdb_string.h".
7602 (default_memory_insert_breakpoint): Do not call target_read_memory
7603 with a pointer to the breakpoint's shadow_contents buffer. Use
7604 a local buffer instead.
7605 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
7606
7607 2012-03-15 Tom Tromey <tromey@redhat.com>
7608
7609 * NEWS: Mention "info vtbl", not "info vtable".
7610 * cp-support.c (info_vtbl_command): Fix comment.
7611 (_initialize_cp_support): Fix text.
7612
7613 2012-03-15 Tom Tromey <tromey@redhat.com>
7614
7615 * cp-valprint.c (cp_print_value_fields): Use
7616 print_function_pointer_address for vtable slot.
7617
7618 2012-03-15 Tom Tromey <tromey@redhat.com>
7619
7620 * gnu-v3-abi.c (struct value_and_voffset): New.
7621 (hash_value_and_voffset, eq_value_and_voffset)
7622 (compare_value_and_voffset, compute_vtable_size)
7623 (print_one_vtable, gnuv3_print_vtable): New functions.
7624 (init_gnuv3_ops): Initialize 'print_vtable' field.
7625 * cp-support.c (info_vtbl_command): New function.
7626 (_initialize_cp_support): Add "info vtbl".
7627 * cp-abi.h (cplus_print_vtable): Declare.
7628 (struct cp_abi_ops) <print_vtable>: New field.
7629 * cp-abi.c (cplus_print_vtable): New function.
7630 * NEWS: Update.
7631
7632 2012-03-15 Tom Tromey <tromey@redhat.com>
7633
7634 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
7635 iterate_over_symbols.
7636
7637 2012-03-14 Doug Evans <dje@google.com>
7638
7639 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
7640 DW_OP_GNU_parameter_ref.
7641
7642 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7643
7644 Fix double prompt of 'interpreter-exec mi'.
7645 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
7646 (mi_interpreter_resume): use it.
7647 (mi_execute_command_input_handler): New function.
7648 * mi/mi-main.c (mi_execute_command): Move prompt printing to
7649 mi_execute_command_input_handler.
7650
7651 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
7652
7653 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
7654 prototype.
7655 (darwin_debug_port_info): Make static.
7656 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
7657 * machoread.c (_initialize_machoread): Add prototype.
7658 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
7659 (i386_darwin_set_control, i386_darwin_get_control)
7660 i386_darwin_dr_set_addr, i386_darwin_get_addr)
7661 i386_darwin_get_status, i386_darwin_get_control):
7662 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
7663
7664 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7665
7666 * ax-gdb.c (gen_usual_unary): Remove special handling of
7667 enum and bool types.
7668
7669 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7670
7671 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
7672
7673 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7674
7675 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
7676
7677 2012-03-13 Chris January <chris.january@allinea.com>
7678
7679 * aix-thread.c (fill_sprs): Store the floating point registers
7680 at the correct offsets into vals.
7681
7682 2012-03-13 Doug Evans <dje@google.com>
7683
7684 * NEWS: Mention symbol-reloading has been deleted.
7685 * symfile.c (symbol_reloading): Delete.
7686 (show_symbol_reloading): Delete.
7687 (_initialize_symfile): Delete set/show symbol-reloading.
7688
7689 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
7690 read_in_chain until we have successfully read it in.
7691 (load_full_comp_unit): Ditto.
7692 (read_signatured_type): Add comment.
7693
7694 2012-03-13 Chris January <chris.january@allinea.com>
7695
7696 * stabsread.c (fix_common_block): Change type of valu argument
7697 to CORE_ADDR.
7698
7699 2012-03-13 Chris January <chris.january@allinea.com>
7700
7701 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
7702 instruction.
7703
7704 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7705
7706 * common/linux-procfs.c (linux_proc_get_int): New, from
7707 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
7708 field.
7709 (linux_proc_get_tgid): Only call linux_proc_get_int.
7710 (linux_proc_get_tracerpid): New.
7711 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
7712 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
7713 linux_proc_pid_has_state.
7714 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
7715 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
7716 (linux_ptrace_attach_warnings): New.
7717 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
7718 New declaration.
7719 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
7720 (linux_nat_attach): New variables ex, buffer, message and message_s.
7721 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
7722
7723 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7724
7725 * Makefile.in (linux-ptrace.o): New.
7726 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
7727 from linux-nat.c.
7728 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
7729 * common/linux-ptrace.c: New file.
7730 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
7731 * config/arm/linux.mh: Likewise.
7732 * config/i386/linux.mh: Likewise.
7733 * config/i386/linux64.mh: Likewise.
7734 * config/ia64/linux.mh: Likewise.
7735 * config/m32r/linux.mh: Likewise.
7736 * config/m68k/linux.mh: Likewise.
7737 * config/mips/linux.mh: Likewise.
7738 * config/pa/linux.mh: Likewise.
7739 * config/powerpc/linux.mh: Likewise.
7740 * config/powerpc/ppc64-linux.mh: Likewise.
7741 * config/powerpc/spu-linux.mh: Likewise.
7742 * config/s390/s390.mh: Likewise.
7743 * config/sparc/linux.mh: Likewise.
7744 * config/sparc/linux64.mh: Likewise.
7745 * config/xtensa/linux.mh: Likewise.
7746 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
7747 common/linux-procfs.c.
7748 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
7749
7750 2012-03-13 Hui Zhu <teawater@gmail.com>
7751 Pedro Alves <palves@redhat.com>
7752
7753 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
7754 CREATE_BREAKPOINT_FLAGS_INSERTED.
7755 (create_breakpoint_sal, create_breakpoints_sal)
7756 (base_breakpoint_create_breakpoints_sal)
7757 (tracepoint_create_breakpoints_sal)
7758 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
7759 down.
7760 (break_command_1, handle_gnu_v3_exceptions, trace_command)
7761 (ftrace_command, strace_command): Adjust.
7762 (create_tracepoint_from_upload): Pass
7763 CREATE_BREAKPOINT_FLAGS_INSERTED.
7764 * breakpoint.h (enum breakpoint_create_flags): New.
7765 (create_breakpoint): New flags parameter.
7766 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
7767 * python/py-breakpoint.c (bppy_init): Adjust.
7768 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
7769 * spu-tdep.c (spu_catch_start): Adjust.
7770
7771 2012-03-13 Pedro Alves <palves@redhat.com>
7772 Hui Zhu <teawater@gmail.com>
7773 Yao Qi <yao@codesourcery.com>
7774
7775 * remote.c (struct remote_state): New field `starting_up'.
7776 (remote_start_remote): Set and clear it.
7777 (remote_can_download_tracepoint): If starting up, return false.
7778
7779 2012-03-13 Yao Qi <yao@codesourcery.com>
7780
7781 * inferior.h (struct inferior): Remove fields any_syscall_count,
7782 syscalls_counts and total_syscalls_count. Move them to new
7783 struct catch_syscall_inferior_data in breakpoint.c.
7784 * breakpoint.c: Call DEF_VEC_I(int).
7785 (struct catch_syscall_inferior_data): New.
7786 (get_catch_syscall_inferior_data): New.
7787 (catch_syscall_inferior_data_cleanup): New.
7788 (insert_catch_syscall): Update to access data in
7789 struct catch_syscall_inferior_data.
7790 (insert_catch_syscall): Likewise.
7791 (remove_catch_syscall): Likewise.
7792 (remove_catch_syscall): Likewise.
7793 (is_syscall_catchpoint_enabled): Likewise.
7794 (add_catch_command): Likewise.
7795 (_initialize_breakpoint): Register cleanup.
7796 * breakpoint.h: Removed DEF_VEC_I(int).
7797 * dwarf2loc.c: Call DEF_VEC_I(int).
7798 * mi/mi-main.c: Likewise.
7799
7800 2012-03-12 Mark Kettenis <kettenis@gnu.org>
7801
7802 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
7803
7804 2012-03-12 Chris January <chris.january@allinea.com>
7805
7806 * aix-thread.c (_initialize_aix_thread): Add prototype.
7807 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
7808 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
7809
7810 2012-03-12 Joel Brobecker <brobecker@adacore.com>
7811
7812 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
7813 include of "amd64-nat.h".
7814
7815 2012-03-12 Tom Tromey <tromey@redhat.com>
7816
7817 * buildsym.c (record_pending_block): Now static.
7818 * buildsym.h: (record_pending_block): Remove.
7819
7820 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
7821
7822 * amd64bsd-nat.c: Include amd64bsd-nat.h.
7823
7824 2012-03-09 Tom Tromey <tromey@redhat.com>
7825
7826 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
7827 producer_is_gxx_lt_4_6>: New fields.
7828 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
7829
7830 2012-03-09 Tom Tromey <tromey@redhat.com>
7831
7832 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
7833
7834 2012-03-08 Joel Brobecker <brobecker@adacore.com>
7835
7836 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
7837 prototype.
7838
7839 2012-03-08 Joel Brobecker <brobecker@adacore.com>
7840
7841 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
7842
7843 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7844
7845 Fix -Wmissing-prototypes build.
7846 * arm-linux-nat.c (get_thread_id): Make it static.
7847 * xtensa-linux-nat.c (get_thread_id): Likewise.
7848
7849 2012-03-08 Joel Brobecker <brobecker@adacore.com>
7850
7851 * server.c (process_point_options): If a conditional expression
7852 is found, only print a message if remote_debug is nonzero.
7853
7854 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
7855
7856 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
7857 of internal error for unknown/unsupported types.
7858
7859 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7860
7861 Fix CU relative vs. absolute DIE offsets.
7862 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
7863 offset to offset_in_cu.
7864 * dwarf2read.c (process_enumeration_scope): Add CU offset to
7865 TYPE_OFFSET.
7866 (dwarf2_fetch_die_location_block): Rename parameter offset to
7867 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
7868
7869 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7870
7871 * libunwind-frame.c: Rename to ...
7872 * ia64-libunwind-tdep.c: ... here.
7873 * libunwind-frame.h: Rename to ...
7874 * ia64-libunwind-tdep.h: ... here.
7875 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
7876 ia64-libunwind-tdep.h.
7877 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
7878 * README (--with-libunwind): Rename to ...
7879 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
7880 * config.in: Regenerate.
7881 * configure: Regenerate.
7882 * configure.ac: New option --with-libunwind-ia64, make the
7883 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
7884 Remove AC_DEFINE for HAVE_LIBUNWIND.
7885 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
7886 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
7887 Rename libunwind-frame in the general comment.
7888 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
7889 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
7890 Move forward declarations inside #ifndef. Rename libunwind-frame in
7891 the general comment.
7892 * ia64-tdep.c: Rename libunwind-frame.h #include to
7893 ia64-libunwind-tdep.h.
7894 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
7895 (ia64_libunwind_descr): Rename libunwind-frame to
7896 ia64-libunwind-tdep in these function comments.
7897 * ia64-tdep.h: Rename libunwind-frame.h #include to
7898 ia64-libunwind-tdep.h.
7899 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
7900 ia64-libunwind-tdep in that data comment.
7901
7902 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7903
7904 * libunwind-frame.h (struct frame_unwind): New declaration.
7905
7906 2012-03-08 Joel Brobecker <brobecker@adacore.com>
7907
7908 * breakpoint.c (_initialize_breakpoint): Fix error in help of
7909 "set breakpoint condition-evaluation" command.
7910
7911 2012-03-08 Tristan Gingold <gingold@adacore.com>
7912
7913 * sparc-stub.c: Move to stubs/
7914 * sh-stub.c: Likewise.
7915 * m68k-stub.c: Likewise.
7916 * m32r-stub.c: Likewise.
7917 * i386-stub.c: Likewise.
7918
7919 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
7920
7921 * m68klinux-tdep.c (m68k_linux_init_abi): Register
7922 linux_get_siginfo_type.
7923
7924 * m68klinux-nat.c: Include "gdb_proc_service.h".
7925 (PTRACE_GET_THREAD_AREA): Define.
7926 (ps_get_thread_area): New function.
7927
7928 2012-03-08 Yao Qi <yao@codesourcery.com>
7929
7930 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
7931 `xsnprintf'.
7932 (remote_query_attached): Likewise.
7933 (remote_static_tracepoint_marker_at): Likewise.
7934 (remote_set_permissions): Likewise.
7935 (remote_detach_1, extended_remote_attach_1): Likewise.
7936 (send_g_packet, remote_vkill): Likewise.
7937 (extended_remote_disable_randomization): Likewise.
7938 (remote_add_target_side_condition): Likewise.
7939 (remote_insert_breakpoint): Likewise.
7940 (remote_remove_breakpoint): Likewise.
7941 (remote_insert_watchpoint): Likewise.
7942 (remote_remove_watchpoint): Likewise.
7943 (remote_insert_hw_breakpoint): Likewise.
7944 (remote_insert_hw_breakpoint): Likewise.
7945 (remote_remove_hw_breakpoint): Likewise.
7946 (remote_download_command_source): Likewise.
7947 (remote_download_tracepoint): Likewise.
7948 (remote_download_trace_state_variable): Likewise.
7949 (remote_disable_tracepoint): Likewise.
7950 (remote_trace_set_readonly_regions): Likewise.
7951 (remote_get_tracepoint_status): Likewise.
7952 (remote_trace_find): Likewise.
7953 (remote_get_trace_state_variable_value): Likewise.
7954 (remote_set_disconnected_tracing): Likewise.
7955 (remote_set_circular_trace_buffer): Likewise.
7956 (remote_get_min_fast_tracepoint_insn_len): Likewise.
7957 (remote_use_agent): Likewise.
7958 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
7959 Update callers.
7960
7961 2012-03-07 Pedro Alves <palves@redhat.com>
7962
7963 * NEWS: Mention QProgramSignals.
7964 * inferior.h (update_signals_program_target): Declare.
7965 * infrun.c: (update_signals_program_target): New.
7966 (handle_command): Update the target of the new program signals
7967 array changes.
7968 * remote.c (PACKET_QProgramSignals): New enum.
7969 (last_program_signals_packet): New global.
7970 (remote_program_signals): New.
7971 (remote_start_remote): Update the target with the program signals
7972 list.
7973 (remote_protocol_features): Add entry for QPassSignals.
7974 (remote_open_1): Free anc clear last_program_signals_packet.
7975 (init_remote_ops): Install remote_program_signals.
7976 * target.c (update_current_target): Adjust.
7977 (target_program_signals): New.
7978 * target.h (struct target_ops) <to_program_signals>: New field.
7979 (target_program_signals): Declare.
7980
7981 2012-03-07 Pedro Alves <palves@redhat.com>
7982
7983 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
7984 extensions.
7985
7986 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
7987
7988 * m68klinux-nat.c (getregs_supplies): Make static.
7989 (getfpregs_supplies): Likewise.
7990 (have_ptrace_getregs): Likewise.
7991
7992 2012-03-06 Joel Brobecker <brobecker@adacore.com>
7993
7994 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
7995 in call to get_die_type_at_offset.
7996
7997 2012-03-06 Stan Shebs <stan@codesourcery.com>
7998
7999 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8000 * mi/mi-cmd-disas.c: Ditto.
8001 * mi/mi-cmd-env.c: Ditto.
8002 * mi/mi-cmd-file.c: Ditto.
8003 * mi/mi-cmd-stack.c: Ditto.
8004 * mi/mi-cmd-target.c: Ditto.
8005 * mi/mi-cmd-var.c: Ditto.
8006 * mi/mi-cmds.c: Ditto.
8007 * mi/mi-cmds.h: Ditto.
8008 * mi/mi-console.c: Ditto.
8009 * mi/mi-getopt.c: Ditto.
8010 * mi/mi-getopt.h: Ditto.
8011 * mi/mi-interp.c: Ditto.
8012 * mi/mi-main.c: Ditto.
8013 * mi/mi-out.c: Ditto.
8014 * mi/mi-parse.c: Ditto.
8015 * mi/mi-parse.h: Ditto.
8016 * mi/mi-symbol-cmds.c: Ditto.
8017
8018 * mi/mi-getopt.h: Move mi_opt struct up.
8019 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8020 return.
8021 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8022
8023 2012-03-06 Tom Tromey <tromey@redhat.com>
8024
8025 * proc-service.c (ps_pglobal_lookup): Set the current program
8026 space.
8027
8028 2012-03-06 Pedro Alves <palves@redhat.com>
8029
8030 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8031
8032 2012-03-05 Joel Brobecker <brobecker@adacore.com>
8033
8034 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8035
8036 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8037
8038 Code cleanup.
8039 * common/linux-osdata.c (linux_common_core_of_thread): New function
8040 comment.
8041 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
8042 call by linux_common_core_of_thread.
8043 (linux_nat_core_of_thread_1): Remove.
8044 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
8045 * linux-thread-db.c: Include linux-osdata.h.
8046 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
8047 linux_common_core_of_thread.
8048
8049 2012-03-05 Tom Tromey <tromey@redhat.com>
8050
8051 * value.c (value_primitive_field): Don't fetch contents for
8052 non-virtual bases.
8053
8054 2012-03-05 Tom Tromey <tromey@redhat.com>
8055
8056 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
8057
8058 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
8059
8060 * s390-nat.c: Include "gregset.h".
8061
8062 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8063
8064 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
8065 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
8066 (libunwind_load): New variable so_error, use it for dlerror. Try to
8067 load also LIBUNWIND_SO_7.
8068
8069 2012-03-05 Pedro Alves <palves@redhat.com>
8070
8071 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
8072 is not NULL, and remove resulting dead code.
8073
8074 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
8075
8076 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
8077 prologue to sh_analyze_prologue.
8078 (sh_analyze_prologue): Make better use of such an upper limit, and
8079 generally be more cautious about accessing memory.
8080
8081 2012-03-05 Tom Tromey <tromey@redhat.com>
8082
8083 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
8084 _initialize_ia64_hpux_tdep.
8085
8086 2012-03-05 Pedro Alves <palves@redhat.com>
8087
8088 PR gdb/13766
8089
8090 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
8091 the register state is clear, supply explicit zero, instead of
8092 marking the register unavailable.
8093
8094 2012-03-05 Tristan Gingold <gingold@adacore.com>
8095
8096 * NEWS: Mention OpenVMS ia64 new target.
8097
8098 2012-03-05 Tristan Gingold <gingold@adacore.com>
8099
8100 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
8101 (ia64_unw_accessors, ia64_unw_rse_accessors)
8102 (ia64_libunwind_descr): Declare.
8103 * ia64-vms-tdep.c: New file.
8104 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
8105 (ia64_libunwind_descr): Make them public.
8106 * configure.tgt: Add ia64-*-*vms*.
8107 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
8108 (ALLDEPFILES): Add ia64-vms-tdep.c
8109
8110 2012-03-05 Tristan Gingold <gingold@adacore.com>
8111
8112 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
8113 * remote.c (PACKET_qXfer_uib): New enum value.
8114 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
8115 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
8116 (_initialize_remote): Call add_packet_config_cmd for
8117 xfer:uib packet.
8118
8119 2012-03-05 Tristan Gingold <gingold@adacore.com>
8120
8121 * osabi.c (gdb_osabi_names): Add OpenVMS.
8122 (generic_elf_osabi_sniffer): Likewise.
8123 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
8124
8125 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8126
8127 Removed unused code.
8128 * libunwind-frame.c (libunwind_frame_unwind)
8129 (libunwind_frame_base_address): Remove.
8130 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
8131
8132 2012-03-04 Yao Qi <yao@codesourcery.com>
8133
8134 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
8135 remove trailing new line.
8136 (agent_run_command, agent_run_command): Add _ markup.
8137 (agent_capability_check): Likewise.
8138
8139 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8140
8141 * breakpoint.c (set_condition_evaluation_mode): Set
8142 CONDITION_EVALUATION_MODE unconditionally.
8143
8144 2012-03-03 Yao Qi <yao@codesourcery.com>
8145
8146 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
8147 * common/agent.h: Update declaration.
8148 * inf-child.c (inf_child_use_agent): New.
8149 (inf_child_can_use_agent): New.
8150 (inf_child_target): Initialize fields `to_use_agent'
8151 and `to_can_use_agent'.
8152 * agent.c (agent_new_objfile): New.
8153 (_initialize_agent): Add agent_new_objfile to new_objfile
8154 observer.
8155
8156 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8157 New.
8158 (linux_target_install_ops): Initialize field
8159 `to_static_tracepoint_markers_by_strid'.
8160 * remote.c (free_current_marker): Move it to ...
8161 * tracepoint.c (free_current_marker): ... here. New.
8162 (cleanup_target_stop): New.
8163 * tracepoint.h: Declare free_current_marker.
8164 * NEWS: Add one entry about `info static-tracepoint-marker'.
8165
8166 2012-03-03 Yao Qi <yao@codesourcery.com>
8167
8168 * common/agent.c (agent_loaded_p): New.
8169 (agent_look_up_symbols): New global.
8170 * common/agent.h: Declare agent_loaded_p.
8171
8172 2012-03-03 Yao Qi <yao@codesourcery.com>
8173
8174 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
8175 (agent_capability_check, agent_capability_invalidate): New.
8176 (symbol_list): New array element.
8177 * common/agent.h (enum agent_capa): New.
8178 * target.c (target_pre_inferior): Call agent_capability_invalidate.
8179
8180 2012-03-03 Yao Qi <yao@codesourcery.com>
8181
8182 * target.h (struct target_ops) <to_use_agent>: New field.
8183 (struct target_ops) <to_can_use_agent>: New field.
8184 (target_use_agent, target_can_use_agent): New macro.
8185 * target.c (update_current_target): Update.
8186 * remote.c: New enum `PACKET_QAgent'.
8187 (remote_protocol_features): Add a new element.
8188 (remote_use_agent, remote_can_use_agent): New.
8189 (init_remote_ops): Initialize field `can_use_agent' with
8190 remote_can_use_agent. Intiailize field `use_agent' with
8191 remote_use_agent.
8192 * common/agent.c (use_agent): New global.
8193 * common/agent.h: Declare it.
8194 * tracepoint.c (info_static_tracepoint_markers_command): Add
8195 comment.
8196 * Makefile.in (SFILES): Add common/agent.c and agent.c.
8197 (COMMON_OBS): Add common/agent.o and agent.o
8198 (common-agent.o): New rule.
8199 * agent.c: New.
8200
8201 2012-03-03 Yao Qi <yao@codesourcery.com>
8202
8203 * common/agent.c: New.
8204 * common/agent.h: New.
8205 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
8206 AC_CHECK_HEADERS.
8207 * configure, configh.in: Regenerated.
8208
8209 2012-03-02 Kevin Buettner <kevinb@redhat.com>
8210
8211 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
8212 unless it exists for this architecture.
8213
8214 2012-03-02 Joel Brobecker <brobecker@adacore.com>
8215
8216 * language.h (struct language_defn): New "method" la_read_var_value.
8217 * findvar.c: #include "language.h".
8218 (default_read_var_value): Renames read_var_value. Rewrite
8219 function description.
8220 (read_var_value): New function.
8221 * value.h (default_read_var_value): Add prototype.
8222 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
8223 New functions.
8224 (ada_language_defn): Add entry for la_read_var_value.
8225 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
8226 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
8227 language_defn structures to add entry for new la_read_var_value
8228 field.
8229
8230 2012-03-02 Tom Tromey <tromey@redhat.com>
8231 Pedro Alves <palves@redhat.com>
8232
8233 PR breakpoints/13776:
8234 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
8235 breakpoints.
8236 (delete_longjmp_breakpoint_at_next_stop): New.
8237 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
8238 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
8239 before deleting the inferior. Add comments.
8240 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
8241 breakpoints immediately, but only on next stop. Move that code
8242 next to where we mark other breakpoints for deletion.
8243
8244 2012-03-02 Joel Brobecker <brobecker@adacore.com>
8245
8246 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
8247 marker.
8248 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
8249 violation.
8250
8251 2012-03-02 Pedro Alves <palves@redhat.com>
8252
8253 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
8254
8255 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
8256
8257 Fix -Wmissing-prototypes build.
8258 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
8259 * remote-sim.c (gdbsim_has_all_memory): Likewise.
8260 (gdbsim_has_memory): Likewise.
8261
8262 2012-03-02 Yao Qi <yao@codesourcery.com>
8263
8264 Fix -Wmissing-prototypes build.
8265 * charset.c (phony_iconv_open): Make static.
8266 (phony_iconv_close, phony_iconv): Likewise.
8267 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
8268 * i386-windows-nat.c (_initialize_i386_windows_nat): New
8269 prototype.
8270 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
8271 * ser-mingw.c (create_select_thread): Make static.
8272 * windows-termcap.c (tgetent): New prototype.
8273 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
8274
8275 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
8276
8277 Fix -Wmissing-prototypes build.
8278 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
8279 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
8280 (_initialize_loadable): New prototypes.
8281
8282 2012-03-02 Doug Evans <dje@google.com>
8283
8284 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
8285 abbrev table, read_comp_unit will do it.
8286
8287 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8288
8289 Fix -Wmissing-prototypes build.
8290 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
8291 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
8292 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
8293 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
8294 (_initialize_arm_symbian_tdep): New prototype.
8295 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
8296 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
8297 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
8298 static.
8299 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
8300 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
8301 prototype.
8302 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
8303 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
8304 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
8305 static.
8306 * moxie-tdep.c (moxie_process_record): Likewise.
8307 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
8308 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
8309 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
8310 (_initialize_rl78_tdep): New prototype.
8311 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
8312 (_initialize_rx_tdep): New prototype.
8313 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
8314 (_initialize_darwin_solib): New prototype.
8315 * solib-spu.c: Include solib-spu.h.
8316 (_initialize_spu_solib): New prototype.
8317 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
8318 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
8319 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
8320 (tic6x_software_single_step): Make it static.
8321 (_initialize_tic6x_tdep): New prototype.
8322
8323 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8324
8325 Fix -Wmissing-prototypes build.
8326 * cris-tdep.c (cris_can_use_hardware_watchpoint)
8327 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
8328
8329 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8330
8331 Fix -Wmissing-prototypes build.
8332 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
8333 (frv_have_stopped_data_address): Remove.
8334
8335 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8336
8337 Fix -Wmissing-prototypes build.
8338 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
8339 * sh-tdep.c: Include sh64-tdep.h.
8340 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
8341 * sh64-tdep.c: Include sh64-tdep.h.
8342 * sh64-tdep.h: New file.
8343
8344 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8345
8346 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
8347
8348 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8349
8350 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
8351 sp_regnum once the gdbarch_init_osabi hook has been called.
8352
8353 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8354
8355 * mips-tdep.c (mips32_bc1_pc): New function.
8356 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
8357 BPOSGE32 and BPOSGE64 instructions.
8358 (deal_with_atomic_sequence): Likewise.
8359 (mips32_instruction_has_delay_slot): Likewise.
8360
8361 2012-03-01 Maciej W. Rozycki <macro@mips.com>
8362 Chris Dearman <chris@mips.com>
8363 Maciej W. Rozycki <macro@codesourcery.com>
8364 Joseph Myers <joseph@codesourcery.com>
8365
8366 * features/mips-dsp.xml: New file.
8367 * features/mips64-dsp.xml: New file.
8368 * features/mips-dsp-linux.xml: New file.
8369 * features/mips64-dsp-linux.xml: New file.
8370 * features/Makefile (WHICH): Add mips-dsp-linux and
8371 mips64-dsp-linux.
8372 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
8373 * features/mips-dsp-linux.c: New file.
8374 * features/mips64-dsp-linux.c: New file.
8375 * regformats/mips-dsp-linux.dat: New file.
8376 * regformats/mips64-dsp-linux.dat: New file.
8377 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
8378 registers.
8379 (mips64_linux_register_addr): Likewise.
8380 (mips64_linux_regsets_fetch_registers): Likewise.
8381 (mips64_linux_regsets_store_registers): Likewise.
8382 (mips64_linux_fetch_registers): Update call to
8383 mips64_linux_regsets_fetch_registers.
8384 (mips64_linux_store_registers): Update call to
8385 mips64_linux_regsets_store_registers.
8386 (mips_linux_read_description): Probe for DSP registers.
8387 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
8388 and initialize_tdesc_mips64_dsp_linux.
8389 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
8390 Remove padding of no longer used embedded register slots.
8391 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
8392 (MIPS_RESTART_REGNUM): Redefine enum value.
8393 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
8394 strings.
8395 (mips_tx39_reg_names): Likewise.
8396 (mips_linux_reg_names): New array of register names for Linux
8397 targets.
8398 (mips_register_name): Check for a null pointer in
8399 mips_processor_reg_names and return an empty string.
8400 (mips_register_type): Exclude embedded registers for the IRIX
8401 and Linux ABIs.
8402 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
8403 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
8404 DSP registers.
8405 (mips_stab_reg_to_regnum): Handle DSP accumulators.
8406 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
8407 (mips_gdbarch_init): Likewise. Initialize internal register
8408 indices for the Linux ABI. Use dynamic numbers to refer to
8409 registers, as applicable, while parsing the target description.
8410 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
8411
8412 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8413
8414 * frame.h (read_frame_register_unsigned): Fix typo in function
8415 description.
8416
8417 2012-03-01 Pedro Alves <palves@redhat.com>
8418
8419 * jit-reader.in [!__cplusplus]
8420 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
8421
8422 2012-03-01 Pedro Alves <palves@redhat.com>
8423
8424 * configure.ac (build_warnings): Add -Wmissing-prototypes.
8425 * configure: Regenerate.
8426
8427 2012-03-01 Pedro Alves <palves@redhat.com>
8428
8429 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
8430 * breakpoint.c (create_exception_master_breakpoint, trace_command)
8431 (ftrace_command, strace_command): Make static.
8432 * d-lang.c (_initialize_d_language): Declare.
8433 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
8434 * dwarf2loc.c (_initialize_dwarf2loc):
8435 * dwarf2read.c (process_psymtab_comp_unit): Make static.
8436 * exec.c (exec_get_section_table): Make static.
8437 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
8438 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
8439 * inferior.c (remove_inferior_command, add_inferior_command)
8440 (clone_inferior_command): Make static.
8441 * linux-nat.c (linux_nat_thread_address_space)
8442 (linux_nat_core_of_thread): Make static.
8443 * linux-tdep.c (_initialize_linux_tdep): Declare.
8444 * objc-lang.c (_initialize_objc_lang): Declare.
8445 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
8446 Make static.
8447 (_initialize_opencl_language): Declare.
8448 * record.c (_initialize_record): Declare.
8449 * remote.c (demand_private_info, remote_get_tib_address)
8450 (remote_supports_cond_tracepoints)
8451 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
8452 Make static.
8453 * skip.c (_initialize_step_skip): Declare.
8454 * symtab.c (skip_prologue_using_lineinfo): Make static.
8455 * tracepoint.c (delete_trace_state_variable)
8456 (trace_variable_command, delete_trace_variable_command)
8457 (get_uploaded_tsv, find_matching_tracepoint_location)
8458 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
8459 Make static.
8460 * value.c (pack_unsigned_long): Make static.
8461 * varobj.c (varobj_ensure_python_env): Make static.
8462 * windows-tdep.c (_initialize_windows_tdep): Declare.
8463 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
8464
8465 2012-03-01 Pedro Alves <palves@redhat.com>
8466
8467 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
8468 gdbarch parameter.
8469 (linux_init_abi): Install it as has_shared_address_space gdbarch
8470 callback.
8471
8472 2012-03-01 Pedro Alves <palves@redhat.com>
8473
8474 * observer.c (observer_test_first_notification_function)
8475 (observer_test_second_notification_function)
8476 (observer_test_third_notification_function): Add declarations.
8477
8478 2012-03-01 Pedro Alves <palves@redhat.com>
8479
8480 * common/signals.c (default_target_signal_to_host)
8481 (default_target_signal_from_host): Move ...
8482 * arch-utils.c: ... here.
8483 * arch-utils.h (default_target_signal_to_host)
8484 (default_target_signal_from_host): Declare.
8485
8486 * common/signals.c (target_signal_from_command): Move ...
8487 * infrun.c: ... here.
8488 * inferior.h (target_signal_from_command): Declare.
8489 * target.h (target_signal_from_command)
8490 (default_target_signal_from_host, default_target_signal_to_host):
8491 Delete declarations.
8492
8493 * common/signals.c (_initialize_signals): Delete.
8494
8495 2012-03-01 Pedro Alves <palves@redhat.com>
8496
8497 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
8498 both __cplusplus and !__cplusplus.
8499
8500 2012-03-01 Pedro Alves <palves@redhat.com>
8501
8502 * psymtab.c (find_and_open_source): Delete declaration.
8503 * source.c (find_and_open_source): Move comment ...
8504 * source.h (find_and_open_source): ... to this new declaration.
8505
8506 2012-03-01 Pedro Alves <palves@redhat.com>
8507
8508 * inline-frame.c: Include inline-frame.h.
8509
8510 2012-03-01 Pedro Alves <palves@redhat.com>
8511
8512 * tui/tui-data.c (set_gen_win_origin): Delete.
8513 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
8514 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
8515
8516 2012-03-01 Pedro Alves <palves@redhat.com>
8517
8518 * remote.c (encode_actions): Delete declaration.
8519 * tracepoint.c (encode_actions): Make extern.
8520 * tracepoint.h (encode_actions): Declare.
8521
8522 2012-03-01 Pedro Alves <palves@redhat.com>
8523
8524 * python/py-breakpoint.c: Include python.h.
8525 * python/py-continueevent.c (create_continue_event_object): Make
8526 static.
8527 * python/py-lazy-string.c (stpy_get_type): Make static.
8528 * python/py-newobjfileevent.c (create_new_objfile_event_object):
8529 Make static.
8530 * python/py-utils.c (unicode_to_target_python_string): Make
8531 static.
8532 * python/py-value.c: Include python.h.
8533
8534 2012-03-01 Pedro Alves <palves@redhat.com>
8535
8536 * inferior.c (delete_threads_of_inferior): Delete.
8537
8538 2012-03-01 Pedro Alves <palves@redhat.com>
8539
8540 Import fallback definitions from glibc.
8541
8542 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
8543 ps_prochandle): Forward declare.
8544 (ps_err_e): Use glibc's comments.
8545 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
8546 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
8547 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
8548 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
8549 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
8550 (struct ps_prochandle): Adjust comment.
8551
8552 2012-03-01 Pedro Alves <palves@redhat.com>
8553
8554 * ada-lang.c (ada_modulus_from_name): Delete.
8555 * ada-lex.l (lexer_init): Make static.
8556
8557 2012-03-01 Pedro Alves <palves@redhat.com>
8558
8559 PR gdb/13767
8560
8561 * frame.c (read_frame_register_unsigned): New.
8562 * frame.h (read_frame_register_unsigned): Declare.
8563 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
8564 Handle it.
8565 (print_i387_control_word): New parameter `control_p'. Handle it.
8566 (i387_print_float_info): Handle unavailable float registers.
8567
8568 2012-03-01 Keith Seitz <keiths@redhat.com>
8569
8570 * linespec.c (decode_line_2): Sort the list of methods
8571 alphabetically before presenting the user with a selection
8572 menu.
8573
8574 2012-03-01 Doug Evans <dje@google.com>
8575
8576 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
8577 has_namespace_info.
8578 (dwarf2_read_abbrevs): Remove corresponding initialization.
8579
8580 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
8581
8582 * NEWS: Mention new python command class gdb.COMMAND_USER.
8583 * cli/cli-cmds.c (show_user): Print error when used on a python
8584 command.
8585 (init_cli_cmds): Update documentation strings for "show user" and
8586 "set/show max-user-call-depth" to clarify that it does not apply to
8587 python commands.
8588 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
8589 error check.
8590 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
8591 gdb python api.
8592 * top.c (execute_command): Only execute a user-defined command as a
8593 legacy macro if c->user_commands is set.
8594
8595 2012-03-01 Tom Tromey <tromey@redhat.com>
8596
8597 * valprint.h (struct generic_val_print_decorations): New.
8598 (generic_val_print): Declare.
8599 * valprint.c (generic_val_print): New function.
8600 * p-valprint.c (p_decorations): New global.
8601 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
8602 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
8603 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
8604 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
8605 * m2-valprint.c (m2_decorations): New global.
8606 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
8607 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
8608 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
8609 TYPE_CODE_ERROR>: Call generic_val_print.
8610 * f-valprint.c (f_decorations): New global.
8611 (f_val_print): Use print_function_pointer_address.
8612 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
8613 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
8614 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
8615 generic_val_print.
8616 * c-valprint.c (c_decorations): New global.
8617 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
8618 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
8619 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
8620 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
8621 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
8622 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
8623 case.
8624
8625 2012-03-01 Tom Tromey <tromey@redhat.com>
8626
8627 * valprint.c (val_print): Update.
8628 * p-valprint (pascal_val_print): Return void.
8629 * p-lang.h (pascal_val_print): Return void.
8630 * m2-valprint.c (m2_val_print): Return void.
8631 * m2-lang.h (m2_val_print): Return void.
8632 * language.h (struct language_defn) <la_val_print>: Return void.
8633 * language.c (unk_lang_val_print): Return void.
8634 * jv-valprint.c (java_val_print): Return void.
8635 * jv-lang.h (java_val_print): Return void.
8636 * f-valprint.c (f_val_print): Return void.
8637 * f-lang.h (f_val_print): Return void.
8638 * d-valprint.c (d_val_print): Return void.
8639 (dynamic_array_type): Update.
8640 * d-lang.h (d_val_print): Return void.
8641 * c-valprint.c (c_val_print): Return void.
8642 * c-lang.h (c_val_print): Return void.
8643 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
8644 void.
8645 * ada-lang.h (ada_val_print): Return void.
8646
8647 2012-03-01 Tom Tromey <tromey@redhat.com>
8648
8649 * value.h (val_print): Return void.
8650 * valprint.c (val_print): Return void.
8651
8652 2012-03-01 Tom Tromey <tromey@redhat.com>
8653
8654 * value.h (common_val_print): Return void.
8655 * valprint.c (common_val_print): Return void.
8656
8657 2012-03-01 Tom Tromey <tromey@redhat.com>
8658
8659 * value.h (value_print): Return void.
8660 * valprint.c (value_print): Return void.
8661 * p-valprint.c (pascal_value_print): Return void.
8662 * p-lang.h (pascal_value_print): Return void.
8663 * language.h (struct language_defn) <la_value_print>: Return
8664 void.
8665 * language.c (unk_lang_value_print): Return void.
8666 * jv-valprint.c (java_value_print): Return void.
8667 * jv-lang.h (java_value_print): Return void.
8668 * f-valprint.c (c_value_print): Don't declare.
8669 Include c-lang.h.
8670 * c-valprint.c (c_value_print): Return void.
8671 * c-lang.h (c_value_print): Return void.
8672 * ada-valprint.c (ada_value_print): Return void.
8673 * ada-lang.h (ada_value_print): Return void.
8674
8675 2012-03-01 Tom Tromey <tromey@redhat.com>
8676
8677 * value.c (value_primitive_field): Handle virtual base classes.
8678
8679 2012-03-01 Tom Tromey <tromey@redhat.com>
8680
8681 * gdbtypes.h (struct vbase): Remove.
8682
8683 2012-03-01 Tom Tromey <tromey@redhat.com>
8684
8685 * c-valprint.c (print_function_pointer_address): Move...
8686 * valprint.c: ... here. Make non-static.
8687 * m2-valprint.c (print_function_pointer_address): Remove.
8688 * valprint.h (print_function_pointer_address): Declare.
8689
8690 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8691
8692 * NEWS: Document the fact that one can provide a condition when
8693 creating an Ada exception catchpoint.
8694
8695 2012-03-01 Tom Tromey <tromey@redhat.com>
8696
8697 * valprint.c (val_print_type_code_flags): Fix placement of
8698 trailing brace.
8699
8700 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8701
8702 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
8703 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
8704 environment variable before calling update-copyright.
8705
8706 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8707
8708 * gnulib/extra/update-copyright: Update to the latest from
8709 gnulib's git repository.
8710 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
8711 variable to 2 instead of 1.
8712
8713 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8714
8715 * varobj.c (c_value_of_variable): Remove dead code.
8716
8717 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8718
8719 * ada-lex.p (processId): Do not modify already encoded IDs.
8720 Update function documentation.
8721
8722 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8723
8724 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
8725 "name" with "struct symbol *name_sym".
8726 * ada-exp.y (write_var_or_type): Update call to
8727 ada_find_renaming_symbol.
8728 "name" with "struct symbol *name_sym". Adjust Implementation
8729 accordingly. Adjust the function documentation.
8730
8731 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8732
8733 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
8734 * ada-lang.c (ada_find_any_type): Add advance declaration.
8735 Make static. Replace ada_find_any_symbol by
8736 ada_find_any_type_symbol.
8737 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
8738 Improve function description. Make static.
8739 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
8740 Replace ada_find_any_symbol by ada_find_any_type_symbol.
8741
8742 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8743
8744 * ada-lang.c (struct tag_args): Delete.
8745 (ada_get_tsd_type): Function body moved up in source file.
8746 (ada_tag_name_1, ada_tag_name_2): Delete.
8747 (ada_get_tsd_from_tag): New function.
8748 (ada_tag_name_from_tsd): New function.
8749 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
8750 to determine the tag name.
8751
8752 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8753
8754 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
8755 declaration.
8756 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
8757 function.
8758
8759 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8760
8761 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
8762
8763 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8764
8765 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
8766 full searches.
8767
8768 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8769
8770 * ada-lang.c (constrained_packed_array_type): If there is a
8771 parallel XA type, use it to determine the array index type.
8772
8773 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8774
8775 * ada-valprint.c (ada_val_print_1): If our value is a reference
8776 to an array descriptor, dereference it before converting it
8777 to a simple array.
8778
8779 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8780
8781 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
8782 creating fixed value.
8783 (ada_value_ind, ada_coerce_ref, assign_component)
8784 (ada_evaluate_subexp): Remove call to unwrap_value before
8785 call to ada_to_fixed_value.
8786
8787 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8788
8789 * ada-lang.c (to_fixed_array_type): Set result's type name.
8790
8791 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8792
8793 * ada-lang.c (catch_ada_exception_command_split): Add new
8794 argument cond_string. Add support for condition at end of
8795 "catch exception" commands.
8796 (ada_decode_exception_location): Add new argument cond_string.
8797 Update call to catch_ada_exception_command_split.
8798 (create_ada_exception_catchpoint): Add new argument cond_string.
8799 Set the breakpoint condition if needed.
8800 (catch_ada_exception_command): Update call to
8801 ada_decode_exception_location.
8802 (ada_decode_assert_location): Add function documentation.
8803 Add support for condition at end of "catch assert" command.
8804 (catch_assert_command): Update calls to ada_decode_assert_location
8805 and create_ada_exception_catchpoint.
8806
8807 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8808
8809 Fix disp-step-syscall.exp: fork: single step over fork.
8810 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
8811 (i386_linux_get_syscall_number_from_regcache): ... here, new function
8812 comment, change parameters gdbarch and ptid to regcache. Remove
8813 parameter regcache, initialize gdbarch from regcache here.
8814 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
8815 New functions.
8816 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
8817 instead.
8818 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
8819 'syscall'. Make the 'int' check more strict.
8820
8821 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8822
8823 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
8824 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
8825 (i386_linux_intx80_sysenter_syscall_record): ... here.
8826 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
8827 Use the renamed function name.
8828
8829 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8830
8831 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
8832 * breakpoint.c (until_break_command): Likewise.
8833 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
8834 * infcall.c (call_function_by_hand): Likewise.
8835 * infcmd.c (finish_forward): Likewise.
8836 * infrun.c (insert_exception_resume_breakpoint): Likewise.
8837
8838 2012-02-28 Tristan Gingold <gingold@adacore.com>
8839
8840 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
8841 avoid variable assignments inside condition.
8842
8843 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8844
8845 Fix static analysis issue found by cppcheck.
8846 * microblaze-tdep.c (microblaze_extract_return_value): Fix
8847 uninitialized BUF for size 2.
8848
8849 2012-02-27 Chris Dearman <chris@mips.com>
8850 Nathan Froyd <froydnj@codesourcery.com>
8851 Maciej W. Rozycki <macro@codesourcery.com>
8852
8853 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
8854 (mips16_instruction_has_delay_slot): Likewise.
8855 (mips_segment_boundary): Likewise.
8856 (mips_adjust_breakpoint_address): Likewise.
8857 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
8858
8859 2012-02-27 Maciej W. Rozycki <macro@mips.com>
8860 Maciej W. Rozycki <macro@codesourcery.com>
8861
8862 * infrun.c (handle_inferior_event): Don't proceed through
8863 shared library trampolines if stepping at the machine
8864 instruction level.
8865
8866 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
8867
8868 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
8869 too.
8870
8871 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
8872
8873 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
8874 (sh_stub_unwind_sniffer): New functions.
8875 (sh_stub_unwind): New variable.
8876 (sh_gdbarch_init): Wire everything.
8877
8878 2012-02-27 Pedro Alves <palves@redhat.com>
8879
8880 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
8881 (linux_nat_post_attach_wait): Adjust to use
8882 linux_proc_pid_is_stopped.
8883 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
8884 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
8885 based on pid_is_stopped from both linux-nat.c and
8886 gdbserver/linux-low.c, and renamed.
8887
8888 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
8889
8890 * remote.c (remote_watchpoint_addr_within_range): New function.
8891 (init_remote_ops): Use it.
8892
8893 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
8894
8895 * target.h (target_watchpoint_addr_within_range): Document macro.
8896
8897 2012-02-24 Pedro Alves <palves@redhat.com>
8898
8899 * stack.c (set_last_displayed_sal): Issue internal_error instead
8900 of warning, and issue it after clearing the last displayed sal.
8901
8902 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8903 Pedro Alves <palves@redhat.com>
8904
8905 * breakpoint.c (until_break_command): Install breakpoints after
8906 all frame manipulations.
8907
8908 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
8909
8910 * remote.c (remote_supports_cond_breakpoints): New forward
8911 declaration.
8912 (remote_add_target_side_condition): New function.
8913 (remote_insert_breakpoint): Add target-side breakpoint
8914 conditional if supported.
8915 (remote_insert_hw_breakpoint): Likewise.
8916 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
8917 hook.
8918
8919 * target.c (update_current_target): Inherit
8920 to_supports_evaluation_of_breakpoint_conditions.
8921 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
8922
8923 * target.h (struct target_ops)
8924 <to_supports_evaluation_of_breakpoint_conditions>: New field.
8925 (target_supports_evaluation_of_breakpoint_conditions): New #define.
8926
8927 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
8928 (condition_evaluation_both, condition_evaluation_auto,
8929 condition_evaluation_host, condition_evaluation_target,
8930 condition_evaluation_enums, condition_evaluation_mode_1,
8931 condition_evaluation_mode): New static globals.
8932 (translate_condition_evaluation_mode): New function.
8933 (breakpoint_condition_evaluation_mode): New function.
8934 (gdb_evaluates_breakpoint_condition_p): New function.
8935 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
8936 (mark_breakpoint_modified): New function.
8937 (mark_breakpoint_location_modified): New function.
8938 (set_condition_evaluation_mode): New function.
8939 (show_condition_evaluation_mode): New function.
8940 (bp_location_compare_addrs): New function.
8941 (get_first_location_gte_addr): New helper function.
8942 (set_breakpoint_condition): Free condition bytecode if locations
8943 has become unconditional. Call mark_breakpoint_modified (...).
8944 (condition_command): Call update_global_location_list (1) for
8945 breakpoints.
8946 (breakpoint_xfer_memory): Use is_breakpoint (...).
8947 (is_breakpoint): New function.
8948 (parse_cond_to_aexpr): New function.
8949 (build_target_condition_list): New function.
8950 (insert_bp_location): Handle target-side conditional
8951 breakpoints and call build_target_condition_list (...).
8952 (update_inserted_breakpoint_locations): New function.
8953 (insert_breakpoint_locations): Handle target-side conditional
8954 breakpoints.
8955 (bpstat_check_breakpoint_conditions): Add comment.
8956 (bp_condition_evaluator): New function.
8957 (bp_location_condition_evaluator): New function.
8958 (print_breakpoint_location): Print information on where the condition
8959 will be evaluated.
8960 (print_one_breakpoint_location): Likewise.
8961 (init_bp_location): Call mark_breakpoint_location_modified (...) for
8962 breakpoint location.
8963 (force_breakpoint_reinsertion): New functions.
8964 (update_global_location_list): Handle target-side breakpoint
8965 conditions.
8966 Reinsert locations that are already inserted if conditions have
8967 changed.
8968 (bp_location_dtor): Free agent expression bytecode.
8969 (disable_breakpoint): Call mark_breakpoint_modified (...).
8970 Call update_global_location_list (...) with parameter 1 for breakpoints.
8971 (disable_command): Call mark_breakpoint_location_modified (...).
8972 Call update_global_location_list (...) with parameter 1 for breakpoints.
8973 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
8974 (enable_command): mark_breakpoint_location_modified (...).
8975 (_initialize_breakpoint): Update documentation and add
8976 condition-evaluation breakpoint subcommand.
8977
8978 * breakpoint.h: Include ax.h.
8979 (condition_list): New data structure.
8980 (condition_status): New enum.
8981 (bp_target_info) <cond_list>: New field.
8982 (bp_location) <condition_changed, cond_bytecode>: New fields.
8983 (is_breakpoint): New prototype.
8984
8985 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
8986
8987 * remote.c (remote_state) <cond_breakpoints>: New field.
8988 (PACKET_ConditionalBreakpoints): New enum.
8989 (remote_cond_breakpoint_feature): New function.
8990 (remote_protocol_features): Add new ConditionalBreakpoints entry.
8991 (remote_supports_cond_breakpoints): New function.
8992 (_initialize_remote): Add new packet configuration for
8993 target-side conditional breakpoints.
8994
8995 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
8996
8997 * NEWS: Mention target-side conditional breakpoint support,
8998 new condition-evaluation breakpoint subcommand and remote
8999 packet extensions.
9000
9001 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9002
9003 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9004 number.
9005
9006 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
9007
9008 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9009 (after_prologue): Remove.
9010
9011 2012-02-23 Tom Tromey <tromey@redhat.com>
9012
9013 * jv-valprint.c (java_val_print): Remove dead code.
9014
9015 2012-02-23 Tristan Gingold <gingold@adacore.com>
9016
9017 * ada-tasks.c (struct ada_tasks_inferior_data): Add
9018 known_tasks_element and known_tasks_length fields.
9019 (read_known_tasks_array): Change argument type. Use pointer type
9020 and number of elements from DATA. Adjust.
9021 (read_known_tasks_list): Likewise.
9022 (get_known_tasks_addr): Remove.
9023 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9024 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
9025 type and array length. Merge former get_known_tasks_addr code.
9026
9027 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9028
9029 PR backtrace/13716
9030 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9031 it after set_momentary_breakpoint.
9032
9033 2012-02-22 Sterling Augustine <saugustine@google.com>
9034
9035 PR 13689:
9036 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9037
9038 2012-02-22 Gary Benson <gbenson@redhat.com>
9039
9040 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
9041 (find_slot_in_mapped_hash): Likewise.
9042
9043 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9044
9045 PR build/13638
9046 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
9047 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
9048 * configure: Regenerate.
9049
9050 2012-02-21 Tristan Gingold <gingold@adacore.com>
9051 Pedro Alves <palves@redhat.com>
9052
9053 * ia64-tdep.c: Do not include libunwind-ia64.h.
9054 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
9055 Include libunwind-ia64.h instead of libunwind.h.
9056 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
9057 for libunwind.h existence.
9058 * configure, config.in: Regenerate.
9059
9060 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9061
9062 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
9063 instead of value_rtti_target_type.
9064 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
9065 instead of value_rtti_target_type.
9066 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
9067 value_rtti_target_type.
9068 * valops.c (value_ind): Extract function readjust_indirect_value_type.
9069 (value_rtti_target_type): Rename to ...
9070 (value_rtti_indirect_type): ... here and make it indirect. Update
9071 function comment.
9072 * value.c (readjust_indirect_value_type): New function.
9073 (coerce_ref): Support for enclosing type setting for references
9074 with readjust_indirect_value_type.
9075 * value.h (readjust_value_type): New declaration.
9076 (value_rtti_target_type): Rename to ...
9077 (value_rtti_indirect_type): ... here.
9078
9079 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9080
9081 * MAINTAINERS (Write After Approval): Add myself to the list.
9082
9083 2012-02-20 Doug Evans <dje@google.com>
9084
9085 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
9086 Rename objfile_p_char parameter to objfilep.
9087 (build_objfile_section_table): Result is now void. All callers
9088 updated.
9089 * objfiles.h (struct objfile): Tweak comments, whitespace.
9090 (build_objfile_section_table): Update.
9091
9092 * elfread.c (elf_symfile_segments): Fix warning text.
9093
9094 2012-02-20 Tom Tromey <tromey@redhat.com>
9095
9096 PR gdb/13498:
9097 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
9098 particular set of file names once.
9099 (dw2_map_symbol_filenames): Likewise.
9100
9101 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9102
9103 Code cleanup.
9104 * main.c (write_files): Remove the declaration.
9105 (external_editor_command): Move the declaration ...
9106 [GDBTK] (external_editor_command): ... here. Fix the comment.
9107
9108 2012-02-20 Tom Tromey <tromey@redhat.com>
9109
9110 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
9111 extraneous block.
9112
9113 2012-02-20 Tristan Gingold <gingold@adacore.com>
9114
9115 * darwin-nat.h (enum darwin_msg_state): Add comments.
9116
9117 2012-02-20 Tristan Gingold <gingold@adacore.com>
9118
9119 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
9120 value.
9121
9122 2012-20-18 Joel Brobecker <brobecker@adacore.com>
9123
9124 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
9125 between function description and implementation.
9126
9127 2012-02-17 Tom Tromey <tromey@redhat.com>
9128
9129 PR python/12070:
9130 * python/py-event.c (event_object_getset): New global.
9131 (event_object_type): Reference it.
9132 * python/py-type.c (field_object_getset): New global.
9133 (field_object_type): Reference it.
9134 * python/python-internal.h (gdb_py_generic_dict): Declare.
9135 * python/py-utils.c (gdb_py_generic_dict): New function.
9136
9137 2012-02-17 Tristan Gingold <gingold@adacore.com>
9138
9139 * solib-darwin.c (darwin_current_sos): Check magic and filetype
9140
9141 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
9142
9143 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
9144 TYPE_CALLING_CONVENTION annotation.
9145
9146 2012-02-16 Kevin Buettner <kevinb@redhat.com>
9147
9148 * MAINTAINERS: Add rx to target ISA section.
9149 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
9150 (ALLDEPFILES): Add rx-tdep.c.
9151
9152 2012-02-16 Tom Tromey <tromey@redhat.com>
9153
9154 * symfile.c (symbol_file_add_main_1): Use inferior's
9155 symfile_flags.
9156 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
9157 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
9158 inferior.
9159 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
9160 inferior.
9161 (follow_exec): Use inferior's symfile_flags.
9162 * inferior.h (struct inferior) <symfile_flags>: New field.
9163
9164 2012-02-16 Mike Frysinger <vapier@gentoo.org>
9165
9166 PR gdb/9734:
9167 * remote-sim.c (gdbsim_create_inferior): Call error() when
9168 sim_create_inferior() fails.
9169
9170 2012-02-16 Josh Matthews <josh@joshmatthews.net>
9171
9172 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
9173
9174 2012-02-16 Tom Tromey <tromey@redhat.com>
9175
9176 PR c++/13653:
9177 * thread.c (struct current_thread_cleanup) <was_removable>: New
9178 field.
9179 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
9180 (make_cleanup_restore_current_thread): Initialize new field.
9181
9182 2012-02-15 Kevin Buettner <kevinb@redhat.com>
9183
9184 * MAINTAINERS: Add rl78 to target ISA section.
9185 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
9186 (ALLDEPFILES): Add rl78-tdep.c.
9187 * NEWS: Mention rl78 as a new target.
9188
9189 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
9190
9191 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
9192 data.
9193 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
9194
9195 2012-02-15 Tom Tromey <tromey@redhat.com>
9196
9197 PR gdb/12659:
9198 * infcmd.c (registers_info): Print just the current register's
9199 name.
9200
9201 2012-02-15 Tom Tromey <tromey@redhat.com>
9202
9203 * python/py-symbol.c (sympy_value): Use _().
9204
9205 2012-02-15 Pedro Alves <palves@redhat.com>
9206
9207 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
9208 output to be like native targets'.
9209 (remote_pid_to_str): Special case the null ptid.
9210
9211 2012-02-14 Stan Shebs <stan@codesourcery.com>
9212
9213 * NEWS: Mention enable count command.
9214 * breakpoint.h (struct breakpoint): New field enable_count.
9215 * breakpoint.c (enable_breakpoint_disp): Add count argument.
9216 (enable_breakpoint): Add arg to call.
9217 (struct disp_data): New struct.
9218 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
9219 (do_map_enable_once_breakpoint): Create a struct and pass it.
9220 (do_map_enable_delete_breakpoint): Ditto.
9221 (do_map_enable_count_breakpoint): New function.
9222 (enable_count_command): New function.
9223 (bpstat_stop_status): Decrement enable_count.
9224 (print_one_breakpoint_location): Report enable count.
9225 (_initialize_breakpoint): Add enable count command.
9226
9227 2012-02-14 Kevin Buettner <kevinb@redhat.com>
9228
9229 * rl78-tdep.c (reggroups.h): Include.
9230 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
9231 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
9232 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
9233 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
9234 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
9235 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
9236 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
9237 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
9238 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
9239 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
9240 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
9241 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
9242 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
9243 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
9244 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
9245 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
9246 beginning of register list.
9247 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
9248 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
9249 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
9250 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
9251 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
9252 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
9253 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
9254 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
9255 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
9256 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
9257 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
9258 the pseudo registers. Rearrange other pseudo registers too so
9259 that the bank registers appear at the end.
9260 (rl78_register_type): Account for the fact that the byte sized
9261 bank registers are now pseudo-registers.
9262 (rl78_register_name): Rearrange the register name array. Make
9263 initial set of raw banked registers inaccessible.
9264 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
9265 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
9266 case for copying bytes back and forth between raw and pseudo
9267 versions of the banked registers. Update other cases to reflect
9268 the changed names.
9269 (rl78_return_value): Update to account for changed names of
9270 raw registers.
9271 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
9272 rl78_register_sim_regno().
9273
9274 2012-02-14 Kevin Buettner <kevinb@redhat.com>
9275
9276 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
9277 the name parameter being passed to find_pc_partial_function().
9278
9279 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9280
9281 * MAINTAINERS: Step down from being ia64 target maintainer.
9282
9283 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9284
9285 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
9286 compilation warning.
9287
9288 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9289
9290 Fix crash on loaded shlibs without loaded exec_bfd.
9291 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
9292 (set_section_command): Replace exec_bfd by p->bfd.
9293
9294 2012-02-10 Tom Tromey <tromey@redhat.com>
9295
9296 * linespec.c (decode_line_internal): Skip symtabs_from_filename
9297 when we have a C++ qualified name.
9298
9299 2012-02-10 Pedro Alves <palves@redhat.com>
9300
9301 * inferior.c (inferior_pid_to_str): New.
9302 (print_inferior, inferior_command): Use it.
9303
9304 2012-02-10 Pedro Alves <palves@redhat.com>
9305
9306 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
9307 the test CFLAGS.
9308 * configure: Regenerate.
9309
9310 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9311
9312 * linespec.c (decode_line_internal): Fix comment correctness.
9313
9314 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
9315
9316 PR gdb/12953
9317 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
9318 * amd64bsd-nat.c: Add support for debug registers (adapted from
9319 i386bsd-nat.c).
9320 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
9321 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
9322 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
9323 (amd64bsd_dr_get_control): New functions.
9324 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
9325 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
9326 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
9327 watchpoints initialization.
9328 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
9329
9330 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9331
9332 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
9333 flds_bnds.fields.
9334 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
9335
9336 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9337
9338 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
9339
9340 2012-02-08 Joel Brobecker <brobecker@adacore.com>
9341
9342 * language.h (symbol_name_cmp_ftype): Renames
9343 symbol_name_match_p_ftype.
9344 (struct language_defn)[la_get_symbol_name_cmp]: Renames
9345 la_get_symbol_name_match_p.
9346 * ada-lang.c (ada_get_symbol_name_cmp): Renames
9347 ada_get_symbol_name_match_p. Update comment.
9348 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
9349 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
9350 Renames symbol_name_match_p. Update field type.
9351 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
9352 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9353 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
9354 "la_get_symbol_name_cmp" in comments.
9355 * language.c: Likewise.
9356
9357 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9358
9359 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
9360 %eflags offset.
9361 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
9362 (amd64_sol2_gregset32_reg_offs): Likewise.
9363
9364 2012-02-08 Joel Brobecker <brobecker@adacore.com>
9365
9366 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
9367 of the returned BFD is allocated by GDB.
9368
9369 2012-02-07 Tom Tromey <tromey@redhat.com>
9370
9371 PR python/12027:
9372 * python/python-internal.h (frame_object_type): Declare.
9373 * python/py-symbol.c (sympy_needs_frame): New function.
9374 (sympy_value): New function.
9375 (symbol_object_getset): Add "needs_frame".
9376 (symbol_object_methods): Add "value".
9377 * python/py-frame.c (frame_object_type): No longer static.
9378
9379 2012-02-07 Tom Tromey <tromey@redhat.com>
9380
9381 PR python/13599:
9382 * python/py-symbol.c (sympy_line): New function.
9383 (symbol_object_getset): Add "line".
9384
9385 2012-02-07 Tom Tromey <tromey@redhat.com>
9386
9387 * charset.c (find_charset_names): Check 'in' against NULL.
9388
9389 2012-02-06 Doug Evans <dje@google.com>
9390
9391 * gdbtypes.h (struct main_type): Change type of name,tag_name,
9392 and fields.name members from char * to const char *. All uses updated.
9393 (struct cplus_struct_type): Change type of fn_fieldlists.name member
9394 from char * to const char *. All uses updated.
9395 (type_name_no_tag): Update.
9396 (lookup_unsigned_typename, lookup_signed_typename): Update.
9397 * gdbtypes.c (type_name_no_tag): Change result type
9398 from char * to const char *. All callers updated.
9399 (lookup_unsigned_typename, lookup_signed_typename): Change type of
9400 name parameter from char * to const char *.
9401 * symtab.h (struct cplus_specific): Change type of demangled_name
9402 member from char * to const char *. All uses updated.
9403 (struct general_symbol_info): Change type of name and
9404 mangled_lang.demangled_name members from char * to const char *.
9405 All uses updated.
9406 (symbol_get_demangled_name, symbol_natural_name): Update.
9407 (symbol_demangled_name, symbol_search_name): Update.
9408 * symtab.c (symbol_get_demangled_name): Change result type
9409 from char * to const char *. All callers updated.
9410 (symbol_natural_name, symbol_demangled_name): Ditto.
9411 (symbol_search_name): Ditto.
9412 (completion_list_add_name): Change type of symname,sym_text,
9413 text,word parameters from char * to const char *.
9414 (completion_list_objc_symbol): Change type of sym_text,
9415 text,word parameters from char * to const char *.
9416 * ada-lang.c (find_struct_field): Change type of name parameter
9417 from char * to const char *.
9418 (encoded_ordered_before): Similarly for N0,N1 parameters.
9419 (old_renaming_is_invisible): Similarly for function_name parameter.
9420 (ada_type_name): Change result type from char * to const char *.
9421 All callers updated.
9422 * ada-lang.h (ada_type_name): Update.
9423 * buildsym.c (hashname): Change type of name parameter
9424 from char * to const char *.
9425 * buildsym.h (hashname): Update.
9426 * dbxread.c (end_psymtab): Change type of include_list parameter
9427 from char ** to const char **.
9428 * dwarf2read.c (determine_prefix): Change result type
9429 from char * to const char *. All callers updated.
9430 * f-lang.c (find_common_for_function): Change type of name, funcname
9431 parameters from char * to const char *.
9432 * f-lang.c (find_common_for_function): Update.
9433 * f-valprint.c (list_all_visible_commons): Change type of funcname
9434 parameters from char * to const char *.
9435 * gdbarch.sh (static_transform_name): Change type of name parameter
9436 and result from char * to const char *.
9437 * gdbarch.c: Regenerate.
9438 * gdbarch.h: Regenerate.
9439 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
9440 of name parameter from char * to const char *.
9441 * jv-lang.c (java_primitive_type_from_name): Ditto.
9442 (java_demangled_signature_length): Similarly for signature parameter.
9443 (java_demangled_signature_copy): Ditto.
9444 (java_demangle_type_signature): Ditto.
9445 * jv-lang.h (java_primitive_type_from_name): Update.
9446 (java_demangle_type_signature): Update.
9447 * objc-lang.c (specialcmp): Change type of a,b parameters
9448 from char * to const char *.
9449 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
9450 from char * to const char *. All callers updated.
9451 * p-lang.h (is_pascal_string_type): Update.
9452 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
9453 of name parameter from char * to const char *.
9454 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
9455 * utils.c (fprintf_symbol_filtered): Ditto.
9456 * defs.h (fprintf_symbol_filtered): Update.
9457 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
9458 * stabsread.h (end_psymtab): Update.
9459 * stack.c (find_frame_funname): Change type of funname parameter
9460 from char ** to const char **.
9461 * stack.h (find_frame_funname): Update.
9462 * typeprint.c (type_print): Change type of varstring parameter
9463 from char * to const char *.
9464 * value.h (type_print): Update.
9465 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
9466 from char * to const char *. All callers updated.
9467 (xcoff_end_psymtab): Change type of include_list parameter
9468 from char ** to const char **. All callers updated.
9469 (swap_sym): Similarly for name parameter. All callers updated.
9470 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
9471 Use xstrdup.
9472 (process_coff_symbol): Use xstrdup.
9473 * stabsread.c (stabs_method_name_from_physname): Renamed from
9474 update_method_name_from_physname. Change result type from void
9475 to char *. All callers updated.
9476 (read_member_functions): In has_destructor case, store name in objfile
9477 obstack instead of malloc space. In !has_stub case, fix mem leak.
9478
9479 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
9480
9481 * configure: Rebuild.
9482 * configure.ac: Put -L../bfd and -L../libiberty at the front of
9483 LDFLAGS.
9484
9485 2012-02-03 Kevin Buettner <kevinb@redhat.com>
9486
9487 * configure.tgt (rl78-*-elf): New target.
9488 * rl78-tdep.c: New file.
9489
9490 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9491
9492 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
9493 and continue the loop. Add QUIT statement.
9494
9495 2012-02-03 Tom Tromey <tromey@redhat.com>
9496
9497 PR gdb/13596:
9498 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
9499 bfd_lookup_symbol_from_symtab.
9500 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
9501 gdb_bfd_lookup_symbol_from_symtab.
9502
9503 2012-02-03 Joel Brobecker <brobecker@adacore.com>
9504
9505 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
9506 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
9507 symbol. Add assertion that sym2 is never NULL.
9508
9509 2012-02-02 Doug Evans <dje@google.com>
9510
9511 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
9512 "name" parameter to const char ** from char **. All callers updated.
9513 (find_pc_partial_function): Ditto.
9514 (cache_pc_function_name): Change type to const char * from char *.
9515 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
9516 (find_pc_partial_function): Update.
9517 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
9518 type of "name" parameter to const char * from char *.
9519 All uses updated.
9520 * arch-utils.c (generic_in_solib_return_trampoline): Change
9521 type of "name" parameter to const char * from char *.
9522 * arch-utils.h (generic_in_solib_return_trampoline): Update.
9523 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
9524 type of "name" parameter to const char * from char *.
9525 * gdbarch.sh (in_solib_return_trampoline): Ditto.
9526 * gdbarch.c: Regenerate.
9527 * gdbarch.h: Regenerate.
9528 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
9529 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
9530 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
9531 type of "name" parameter to const char * from char *.
9532 * skip.c (skip_function_pc): Ditto.
9533 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
9534 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
9535 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
9536 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
9537 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
9538 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
9539 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
9540 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
9541 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
9542
9543 2012-02-02 Pedro Alves <palves@redhat.com>
9544
9545 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
9546 the current inferior has no execution. Make sure the current
9547 remote process matches gdb's current inferior.
9548
9549 2012-02-02 Tom Tromey <tromey@redhat.com>
9550
9551 PR gdb/13405:
9552 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
9553 read-only memory.
9554
9555 2012-02-02 Tom Tromey <tromey@redhat.com>
9556
9557 PR gdb/9307:
9558 * symtab.c (lookup_language_this): Set block_found.
9559
9560 2012-02-01 Tom Tromey <tromey@redhat.com>
9561
9562 PR gdb/13431:
9563 * jit.c (struct jit_inferior_data): Rewrite.
9564 (struct jit_objfile_data): New.
9565 (get_jit_objfile_data): New function.
9566 (add_objfile_entry): Update.
9567 (jit_read_descriptor): Return int. Replace descriptor_addr
9568 argument with inf_data. Update. Don't call error.
9569 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
9570 descriptor here.
9571 (jit_inferior_init): Don't look up descriptor. Don't call error.
9572 (jit_reset_inferior_data_and_breakpoints)
9573 (jit_inferior_created_observer): Remove.
9574 (jit_inferior_exit_hook): Update.
9575 (jit_executable_changed_observer): Remove.
9576 (jit_event_handler): Update.
9577 (free_objfile_data): Reset inferior data if needed.
9578 (_initialize_jit): Update.
9579
9580 2012-02-01 Tom Tromey <tromey@redhat.com>
9581
9582 * jit.c (bfd_open_from_target_memory): Move higher in file.
9583
9584 2012-02-01 Tristan Gingold <gingold@adacore.com>
9585
9586 * libunwind-frame.c (libunwind_load): Display message if dlopen
9587 failed.
9588
9589 2012-02-01 Gary Benson <gbenson@redhat.com>
9590
9591 * symtab.h (symbol_found_callback_ftype): New typedef.
9592 (iterate_over_symbols): Use the above.
9593 * symtab.c (iterate_over_symbols): Likewise.
9594 * language.h (language_defn->la_iterate_over_symbols): Likewise.
9595 * ada-lang.c (ada_iterate_over_symbols): Likewise.
9596 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
9597 (iterate_name_matcher): Document return values.
9598 (collect_one_symbol): Likewise.
9599 (collect_function_symbols): Likewise.
9600 (collect_symbols): Likewise.
9601
9602 2012-02-01 Tom Tromey <tromey@redhat.com>
9603
9604 * ada-lang.c (resolve_subexp): Update.
9605 (ada_lookup_symbol_list): Add 'full_search' argument.
9606 (ada_iterate_over_symbols): Pass 0 as full_search argument to
9607 ada_lookup_symbol_list.
9608 (ada_lookup_encoded_symbol): Update.
9609 (get_var_value): Update.
9610 * ada-exp.y (block_lookup): Update.
9611 (write_var_or_type): Update.
9612 (write_name_assoc): Update.
9613 * ada-lang.h (ada_lookup_symbol_list): Update.
9614
9615 2012-01-31 Tom Tromey <tromey@redhat.com>
9616
9617 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
9618 comment.
9619
9620 2012-01-31 Doug Evans <dje@google.com>
9621
9622 * symtab.h: Remove outdated comment.
9623 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
9624
9625 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
9626
9627 Fix build error in Darwin port.
9628 * i386-darwin-nat.c: Include i386-nat.h.
9629
9630 2012-01-30 Tom Tromey <tromey@redhat.com>
9631
9632 PR breakpoints/13568:
9633 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
9634 argument. Check for recursive includes.
9635 (dwarf_decode_macros): Create an include hash.
9636
9637 2012-01-30 Michael Eager <eager@eagercon.com>
9638
9639 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
9640 * ppc-linux-tdep.c: Include glibc-tdep.h.
9641 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
9642 (powerpc_linux_in_plt_stub): New function.
9643 (powerpc_linux_in_dynsym_resolve_code): New function.
9644 (ppc_skip_trampoline_code): New function.
9645 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
9646 Use glibc_skip_solib_resolver.
9647
9648 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9649
9650 Code cleanup: Make 1440 bytes of data segment read-only.
9651 * arch-utils.c (endian_enum): Make it const char *const [].
9652 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
9653 Likewise.
9654 * breakpoint.c (always_inserted_enums): Likewise.
9655 * cli/cli-cmds.c (script_ext_enums): Likewise.
9656 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
9657 enumlist parameter const char *const *.
9658 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
9659 const char *const *.
9660 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
9661 parameter const char *const *.
9662 * cris-tdep.c (cris_modes): Make it const char *const [].
9663 * filesystem.c (target_file_system_kinds): Likewise.
9664 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
9665 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
9666 (can_use_displaced_stepping_enum, scheduler_enums)
9667 (exec_direction_names): Likewise.
9668 * language.c (_initialize_language): Make the type_or_range_names and
9669 case_sensitive_names variables const char *const [].
9670 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
9671 * python/python.c (python_excp_enums): Likewise.
9672 * remote.c (interrupt_sequence_modes): Likewise.
9673 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
9674 * serial.c (logbase_enums): Likewise.
9675 * sh-tdep.c (sh_cc_enum): Likewise.
9676 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
9677 Likewise.
9678 * symtab.c (multiple_symbols_modes): Likewise.
9679 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
9680 Likewise.
9681 * utils.c (internal_problem_modes): Likewise.
9682
9683 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9684
9685 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
9686 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
9687 result.
9688
9689 2012-01-27 Doug Evans <dje@google.com>
9690
9691 * configure.ac (with_python): Fix absolute path handling for win32.
9692 * configure: Regenerate.
9693
9694 2012-01-26 Doug Evans <dje@google.com>
9695
9696 * symtab.c: Whitespace cleanup, no code changes.
9697
9698 * symtab.c (lookup_symbol_in_language): Improve comment.
9699 (lookup_symbol_aux): Fix comment.
9700
9701 * psymtab.c (add_psymbol_to_list): Result is now "void".
9702 * psympriv.h (add_psymbol_to_list): Update.
9703
9704 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
9705
9706 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9707
9708 Do not open script filenames twice.
9709 * cli/cli-cmds.c (source_script_from_stream): Pass to
9710 source_python_script also STREAM.
9711 * python/py-auto-load.c (source_section_scripts): Pass to
9712 source_python_script_for_objfile also STREAM.
9713 (auto_load_objfile_script): Pass to source_python_script_for_objfile
9714 also INPUT.
9715 * python/python-internal.h (source_python_script_for_objfile): New
9716 parameter file, rename parameter file to filename.
9717 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
9718 instead if !_WIN32. Update the function comment.
9719 (source_python_script, source_python_script_for_objfile)
9720 (source_python_script): New parameter file, rename parameter file to
9721 filename. Pass FILENAME to python_run_simple_file.
9722 * python/python.h (source_python_script): New parameter file, rename
9723 parameter file to filename.
9724
9725 2012-01-26 Pedro Alves <palves@redhat.com>
9726
9727 * corelow.c (core_has_fake_pid): Delete.
9728 (core_close): Delete references to `core_has_fake_pid'.
9729 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
9730 (core_open): Delete references to `core_has_fake_pid'.
9731 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
9732 the removed global.
9733
9734 2012-01-26 Joel Brobecker <brobecker@adacore.com>
9735
9736 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
9737 Remove language parameter from name_matcher. Adjust the comment.
9738 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
9739 Remove language parameter.
9740 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
9741 * linespec.c (iterate_name_matcher): Likewise.
9742 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
9743 name_matcher. Adjust call accordingly.
9744 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
9745 (maintenance_check_symtabs): Adjust type of parameter "fun".
9746 * psymtab.h (maintenance_check_symtabs): Likewise.
9747
9748 2012-01-26 Joel Brobecker <brobecker@adacore.com>
9749
9750 * language.h (symbol_name_match_p_ftype): New typedef.
9751 (struct language_defn): Replace field la_symbol_name_compare
9752 by la_get_symbol_name_match_p.
9753 * ada-lang.c (ada_get_symbol_name_match_p): New function.
9754 (ada_language_defn): Use it.
9755 * linespec.c (struct symbol_matcher_data): New type.
9756 (iterate_name_matcher): Rewrite.
9757 (iterate_over_all_matching_symtabs): Pass a pointer to
9758 a symbol_matcher_data struct to expand_symtabs_matching
9759 instead of just the lookup name.
9760 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9761 opencl-lang.c, p-lang.c, language.c: Delete field
9762 la_symbol_name_compare, and replace by NULL for new field
9763 la_get_symbol_name_match_p.
9764 * symfile.h (struct quick_symbol_functions): Update comment.
9765
9766 2012-01-25 Tom Tromey <tromey@redhat.com>
9767
9768 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
9769 dereferencing.
9770
9771 2012-01-24 Tom Tromey <tromey@redhat.com>
9772
9773 PR symtab/12406:
9774 * solib.c (update_solib_list): Update the program space's
9775 added_solibs and deleted_solibs fields.
9776 * progspace.h (struct program_space) <added_solibs,
9777 deleted_solibs>: New fields.
9778 (clear_program_space_solib_cache): Declare.
9779 * progspace.c (release_program_space): Call
9780 clear_program_space_solib_cache.
9781 (clear_program_space_solib_cache): New function.
9782 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
9783 bpstat_stop_status. Use handle_solib_event.
9784 * breakpoint.c: Include gdb_regex.h.
9785 (print_solib_event): New function.
9786 (bpstat_print): Use print_solib_event.
9787 (bpstat_stop_status): Add special case for bp_shlib_event.
9788 (handle_solib_event): New function.
9789 (bpstat_what): Use handle_solib_event.
9790 (struct solib_catchpoint): New.
9791 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
9792 (breakpoint_hit_catch_solib, check_status_catch_solib)
9793 (print_it_catch_solib, print_one_catch_solib)
9794 (print_mention_catch_solib, print_recreate_catch_solib): New
9795 functions.
9796 (catch_solib_breakpoint_ops): New global.
9797 (catch_load_or_unload, catch_load_command_1)
9798 (catch_unload_command_1): New functions.
9799 (internal_bkpt_check_status): Add special case for
9800 bp_shlib_event.
9801 (internal_bkpt_print_it): Use print_solib_event.
9802 (initialize_breakpoint_ops): Initialize
9803 catch_solib_breakpoint_ops.
9804 (_initialize_breakpoint): Register "catch load" and "catch
9805 unload".
9806 * breakpoint.h (handle_solib_event): Declare.
9807 * NEWS: Add entry for "catch load" and "catch unload".
9808
9809 2012-01-24 Tom Tromey <tromey@redhat.com>
9810
9811 * ada-lang.c: Include gdb_vecs.h.
9812 * charset.c: Include gdb_vecs.h.
9813 * tracepoint.h: Include gdb_vecs.h.
9814 * gdb_vecs.h: New file.
9815
9816 2012-01-24 Pedro Alves <pedro@codesourcery.com>
9817
9818 * breakpoint.c (breakpoint_hit_catch_fork)
9819 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
9820 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
9821 * infrun.c (inferior_has_forked, inferior_has_vforked)
9822 (inferior_has_execd, inferior_has_called_syscall): Delete.
9823 (handle_syscall_event): Get syscall_number from the execution
9824 control state's wait status.
9825 (wait_for_inferior): Don't clear syscall_number.
9826
9827 2012-01-24 Pedro Alves <palves@redhat.com>
9828
9829 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
9830 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
9831 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
9832 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
9833 `ws' parameter.
9834 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
9835 false for events other than TARGET_SIGNAL_TRAP.
9836 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
9837 Add `ws' parameter.
9838 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
9839 events other than TARGET_SIGNAL_TRAP.
9840 (tracepoint_breakpoint_hit): Add `ws' parameter.
9841 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
9842 parameter.
9843 (bpstat_stop_status): Same.
9844 (pc_at_non_inline_function): Same.
9845 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
9846 to pass the current event's waitstatus to bpstat_stop_status
9847 and pc_at_non_inline_function.
9848
9849 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9850
9851 Code cleanup.
9852 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
9853 Update the function comment for it.
9854 (source_script_with_search): Call make_cleanup_fclose for STREAM.
9855 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
9856 for STREAM.
9857
9858 2012-01-24 Pedro Alves <palves@redhat.com>
9859
9860 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
9861 outside `bs->stop' block.
9862 (bpstat_what): Rework bp_shlib_event handling.
9863 (internal_bkpt_check_status): If the breakpoint is a
9864 bp_shlib_event, then set bs->stop and bs->print if
9865 stop_on_solib_events is set.
9866
9867 2012-01-24 Gary Benson <gbenson@redhat.com>
9868
9869 Delete #if 0'd out code.
9870 * stack.c (print_frame_label_vars): Remove.
9871 (catch_info): Likewise.
9872 (_initialize_stack): Remove "info catch" command.
9873 * NEWS: Mention the above.
9874
9875 2012-01-24 Pedro Alves <palves@redhat.com>
9876
9877 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
9878 it.
9879 (remote_notice_new_inferior): If the remote end doesn't support
9880 the multiprocess extensions, then the PID is fake.
9881 (add_current_inferior_and_thread): New.
9882 (remote_start_remote): Use it.
9883 (extended_remote_attach_1): Adjust.
9884 (extended_remote_create_inferior_1): Use
9885 add_current_inferior_and_thread.
9886
9887 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9888
9889 Fix watchpoints to be specific for each inferior.
9890 * breakpoint.c (watchpoint_in_thread_scope): Verify also
9891 current_program_space.
9892 * i386-nat.c (i386_inferior_data_cleanup): New.
9893 (i386_inferior_data_get): Replace variable inf_data_local by an
9894 inferior_data call.
9895 (i386_use_watchpoints): Initialize i386_inferior_data.
9896 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
9897 specific iterate_over_lwps.
9898
9899 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9900
9901 Fix watchpoints across inferior fork.
9902 * amd64-linux-nat.c (update_debug_registers_callback): Update the
9903 comment for linux_nat_iterate_watchpoint_lwps.
9904 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
9905 linux_nat_iterate_watchpoint_lwps.
9906 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
9907 * i386-linux-nat.c (update_debug_registers_callback): Update the
9908 comment for linux_nat_iterate_watchpoint_lwps.
9909 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
9910 linux_nat_iterate_watchpoint_lwps.
9911 (i386_linux_prepare_to_resume): New comment on Linux kernel.
9912 * i386-nat.c: Include inferior.h.
9913 (dr_mirror): Remove.
9914 (i386_inferior_data, struct i386_inferior_data)
9915 (i386_inferior_data_get): New.
9916 (i386_debug_reg_state): Use i386_inferior_data_get.
9917 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
9918 (i386_insert_watchpoint, i386_remove_watchpoint)
9919 (i386_stopped_data_address, i386_insert_hw_breakpoint)
9920 (i386_remove_hw_breakpoint): New variable state, use
9921 i386_debug_reg_state instead of DR_MIRROR.
9922 * linux-nat.c (delete_lwp): New declaration.
9923 (num_lwps): Move here from downwards.
9924 (delete_lwp_cleanup): New.
9925 (linux_child_follow_fork): Create new child_lp, call
9926 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
9927 PTRACE_DETACH.
9928 (num_lwps): Move upwards.
9929 (linux_nat_iterate_watchpoint_lwps): New.
9930 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
9931 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
9932
9933 2012-01-24 Joel Brobecker <brobecker@adacore.com>
9934
9935 GDB 7.4 released.
9936
9937 2012-01-23 Pedro Alves <palves@redhat.com>
9938
9939 * top.c (caution): Rename to ...
9940 (confirm): ... this.
9941 (show_caution): Rename to ...
9942 (show_confirm): ... this.
9943 (quit_cover): Adjust.
9944 (init_main): Adjust.
9945 * top.h (caution): Rename to ...
9946 (confirm): ... this.
9947 * utils.c (internal_vproblem, defaulted_query): Adjust.
9948
9949 2012-01-23 Pedro Alves <palves@redhat.com>
9950
9951 * top.c (caution): Update comment.
9952 (execute_command): Don't consider the current value of `caution'.
9953
9954 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9955
9956 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
9957
9958 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
9959
9960 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
9961 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
9962 * target.c (target_fileio_pwrite): Remove buffer address from
9963 debug output.
9964 (target_fileio_pread): Likewise.
9965
9966 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
9967
9968 * NEWS: Document remote "info proc" and "generate-core-file".
9969
9970 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
9971
9972 * gdbarch.sh (find_memory_regions): New callback.
9973 * gdbarch.c, gdbarch.h: Regenerate.
9974
9975 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
9976 callback before falling back to target method.
9977
9978 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
9979 (linux_target_install_ops): No longer install it.
9980
9981 * linux-tdep.c (linux_find_memory_regions): New function.
9982 (linux_init_abi): Install it.
9983
9984 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
9985
9986 * gdbarch.sh (make_corefile_notes): New architecture callback.
9987 * gdbarch.c: Regenerate.
9988 * gdbarch.h: Likewise.
9989
9990 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
9991 before target_make_corefile_notes. If NULL is returned, the
9992 target does not support core file generation.
9993
9994 * linux-nat.c: Include "linux-tdep.h".
9995 (find_signalled_thread, find_stop_signal): Remove.
9996 (linux_nat_do_thread_registers): Likewise.
9997 (struct linux_nat_corefile_thread_data): Likewise.
9998 (linux_nat_corefile_thread_callback): Likewise.
9999 (iterate_over_spus): Likewise.
10000 (struct linux_spu_corefile_data): Likewise.
10001 (linux_spu_corefile_callback): Likewise.
10002 (linux_spu_make_corefile_notes): Likewise.
10003 (linux_nat_collect_thread_registers): New function.
10004 (linux_nat_make_corefile_notes): Replace contents by call to
10005 linux_make_corefile_notes passing linux_nat_collect_thread_registers
10006 as native-only callback.
10007
10008 * linux-tdep.h: Include "bfd.h".
10009 (struct regcache): Add forward declaration.
10010 (linux_collect_thread_registers_ftype): New typedef.
10011 (linux_make_corefile_notes): Add prototype.
10012 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10013 "regset.h", and "elf-bfd.h".
10014 (find_signalled_thread, find_stop_signal): New functions.
10015 (linux_spu_make_corefile_notes): Likewise.
10016 (linux_collect_thread_registers): Likewise.
10017 (struct linux_corefile_thread_data): New data structure.
10018 (linux_corefile_thread_callback): New funcion.
10019 (linux_make_corefile_notes): Likewise.
10020 (linux_make_corefile_notes_1): Likewise.
10021 (linux_init_abi): Install it.
10022
10023 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10024
10025 * gdbarch.sh (info_proc): New callback.
10026 * gdbarch.c, gdbarch.h: Regenerate.
10027
10028 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10029 before falling back to the target info_proc callback.
10030
10031 * linux-nat.c: Do not include "cli/cli-utils.h".
10032 (linux_nat_info_proc): Remove.
10033 (linux_target_install_ops): No longer install it.
10034
10035 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10036 (read_mapping): New function.
10037 (linux_info_proc): Likewise.
10038 (linux_init_abi): Install it.
10039
10040 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10041
10042 * defs.h (enum info_proc_what): Moved here from linux-nat.c
10043 * infcmd.c: (info_proc_cmd_1): New function.
10044 (info_proc_cmd): New function, moved here from equivalent routine
10045 orignally in linux-nat.c.
10046 (info_proc_cmd_mappings): Likewise.
10047 (info_proc_cmd_stat): Likewise.
10048 (info_proc_cmd_status): Likewise.
10049 (info_proc_cmd_cwd): Likewise.
10050 (info_proc_cmd_cmdline): Likewise.
10051 (info_proc_cmd_exe): Likewise.
10052 (info_proc_cmd_all): Likewise.
10053 (_initialize_infcmd): Install "info proc" command and subcommands.
10054
10055 * target.h (struct target_ops): Add to_info_proc.
10056 (target_info_proc): Add prototype.
10057 * target.c (target_info_proc): New function.
10058
10059 * procfs.c (procfs_info_proc): Add prototype.
10060 (info_proc_cmd): Rename into ...
10061 (procfs_info_proc): ... this. Update argument types as appropriate
10062 for a to_info_proc implementation. Handle "what" argument.
10063 (procfs_target): Install procfs_info_proc.
10064 (_initialize_procfs): No longer install "info proc" command.
10065
10066 * linux-nat.c: (enum info_proc_what): Remove.
10067 (linux_nat_info_proc_cmd_1): Rename into ...
10068 (linux_nat_info_proc): ... this. Update argument types as appropriate
10069 for a to_info_proc implementation.
10070 (linux_nat_info_proc_cmd): Remove.
10071 (linux_nat_info_proc_cmd_mappings): Likewise.
10072 (linux_nat_info_proc_cmd_stat): Likewise.
10073 (linux_nat_info_proc_cmd_status): Likewise.
10074 (linux_nat_info_proc_cmd_cwd): Likewise.
10075 (linux_nat_info_proc_cmd_cmdline): Likewise.
10076 (linux_nat_info_proc_cmd_exe): Likewise.
10077 (linux_nat_info_proc_cmd_all): Likewise.
10078 (linux_target_install_ops): Install linux_nat_info_proc.
10079 (_initialize_linux_nat): No longer install "info proc" command
10080 and subcommands.
10081
10082 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10083
10084 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
10085 * config.in, configure: Regenerate.
10086
10087 * target.h (struct target_ops): Add to_fileio_readlink.
10088 (target_fileio_readlink): Add prototype.
10089 * target.c (target_fileio_readlink): New function.
10090
10091 * inf-child.c: Conditionally include <sys/param.h>.
10092 (inf_child_fileio_readlink): New function.
10093 (inf_child_target): Install it.
10094
10095 * remote.c (PACKET_vFile_readlink): New enum value.
10096 (remote_hostio_readlink): New function.
10097 (init_remote_ops): Install it.
10098 (_initialize_remote): Handle vFile:readlink packet type.
10099
10100 2012-01-20 Pedro Alves <palves@redhat.com>
10101 Ulrich Weigand <ulrich.weigand@linaro.org>
10102
10103 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
10104 * config.in, configure: Regenerate.
10105
10106 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
10107 to_fileio_pread, to_fileio_close, to_fileio_unlink.
10108 (target_fileio_open): Add prototype.
10109 (target_fileio_pwrite): Likewise.
10110 (target_fileio_pread): Likewise.
10111 (target_fileio_close): Likewise.
10112 (target_fileio_unlink): Likewise.
10113 (target_fileio_read_alloc): Likewise.
10114 (target_fileio_read_stralloc): Likewise.
10115
10116 * target.c: Include "gdb/fileio.h".
10117 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
10118 (default_fileio_target): New function.
10119 (target_fileio_open): Likewise.
10120 (target_fileio_pwrite): Likewise.
10121 (target_fileio_pread): Likewise.
10122 (target_fileio_close): Likewise.
10123 (target_fileio_unlink): Likewise.
10124 (target_fileio_close_cleanup): Likewise.
10125 (target_fileio_read_alloc_1): Likewise.
10126 (target_fileio_read_alloc): Likewise.
10127 (target_fileio_read_stralloc): Likewise.
10128
10129 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
10130 <fcntl.h>, and <unistd.h>.
10131 (inf_child_fileio_open_flags_to_host): New function.
10132 (inf_child_errno_to_fileio_error): Likewise.
10133 (inf_child_fileio_open): Likewise.
10134 (inf_child_fileio_pwrite): Likewise.
10135 (inf_child_fileio_pread): Likewise.
10136 (inf_child_fileio_close): Likewise.
10137 (inf_child_fileio_unlink): Likewise.
10138 (inf_child_target): Install to_fileio routines.
10139
10140 * remote.c (init_remote_ops): Install to_fileio routines.
10141
10142 2012-01-20 Pedro Alves <palves@redhat.com>
10143 Ulrich Weigand <ulrich.weigand@linaro.org>
10144
10145 * remote.c (remote_multi_process_p): Only check for multi-process
10146 protocol feature, do not check for extended protocol.
10147 (remote_supports_multi_process): Check for extended protocol here.
10148 (set_general_process): Likewise.
10149 (extended_remote_kill): Likewise.
10150 (remote_pid_to_str): Likewise.
10151 (remote_query_supported): Always query multiprocess mode.
10152
10153 2012-01-20 Pedro Alves <palves@redhat.com>
10154 Ulrich Weigand <ulrich.weigand@linaro.org>
10155
10156 * inferior.h (struct inferior): Add fake_pid_p.
10157 * inferior.c (exit_inferior_1): Clear fake_pid_p.
10158 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
10159 magic_null_ptid since the remote side doesn't provide a real PID.
10160
10161 2012-01-19 Tom Tromey <tromey@redhat.com>
10162
10163 * NEWS: Combine the two Python sections.
10164
10165 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10166
10167 * target.h (target_close): Update comment on the target's unpush state.
10168
10169 2012-01-19 Pedro Alves <palves@redhat.com>
10170
10171 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
10172 linux_nat_async directly instead of going through the target
10173 vector.
10174 * target.c (unpush_target): Close target after unpushing it, not
10175 before.
10176
10177 2012-01-19 Gary Benson <gbenson@redhat.com>
10178
10179 * mdebugread.c (sort_blocks): Replace integer constants with ones
10180 derived from FIRST_LOCAL_BLOCK.
10181
10182 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
10183 Jan Kratochvil <jan.kratochvil@redhat.com>
10184
10185 PR gdb/9538
10186 * symfile.c (find_separate_debug_file): New function.
10187 (terminate_after_last_dir_separator): Likewise.
10188 (find_separate_debug_file_by_debuglink): Also try realpath.
10189 * configure.ac (AC_CHECK_FUNCS): Add lstat.
10190 * configure: Regenerate.
10191 * config.in: Regenerate.
10192
10193 2012-01-18 Doug Evans <dje@google.com>
10194
10195 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
10196 (main.o): Remove rule.
10197 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
10198 (--with-sysroot): Rewrite.
10199 * configure: Regenerate.
10200 * config.in: Regenerate.
10201
10202 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
10203
10204 * parse.c (initialize_expout): New function.
10205 (reallocate_expout): Likewise.
10206 (parse_exp_in_context): Use `initialize_expout' and
10207 `reallocate_expout' when appropriate.
10208
10209 2012-01-18 Pedro Alves <palves@redhat.com>
10210
10211 * record.c (struct record_breakpoint, record_breakpoint_p)
10212 (record_breakpoints): New.
10213 (record_insert_breakpoint, record_remove_breakpoint): Manage
10214 record breakpoints list. Only remove breakpoints from the
10215 inferior if they had been inserted there in the first place.
10216
10217 2012-01-17 Doug Evans <dje@google.com>
10218
10219 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
10220 if we know we don't have a file name to look for.
10221
10222 2012-01-17 Pedro Alves <palves@redhat.com>
10223
10224 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
10225 the frame's stop reason is UNWIND_UNAVAILABLE.
10226
10227 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10228
10229 Fix compilation error.
10230 * m2-exp.y (yyerror): Use ANSI C prototype.
10231
10232 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10233
10234 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
10235 (growbuf_by_size): Likewise.
10236 (yyerror): Likewise.
10237 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
10238 (modblock): Remove variable (was #if 0'ed).
10239 (parse_number): Convert prototype from K&R to ANSI C.
10240 (yyerror): Likewise.
10241 * objc-exp.y (parse_number): Likewise.
10242 (yyerror): Likewise.
10243 (yylex): Remove #if 0'ed code.
10244 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
10245 (yyerror): Likewise.
10246
10247 2012-01-16 Tom Tromey <tromey@redhat.com>
10248
10249 * NEWS: Add item.
10250 * symtab.h (compare_filenames_for_search): Declare.
10251 * symtab.c (compare_filenames_for_search): New function.
10252 (iterate_over_some_symtabs): Use it.
10253 * symfile.h (struct quick_symbol_functions)
10254 <map_symtabs_matching_filename>: Change spec.
10255 * psymtab.c (partial_map_symtabs_matching_filename): Use
10256 compare_filenames_for_search. Update for new spec.
10257 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
10258 compare_filenames_for_search. Update for new spec.
10259 * breakpoint.c (clear_command): Use compare_filenames_for_search.
10260
10261 2012-01-16 Tom Tromey <tromey@redhat.com>
10262
10263 PR python/13281:
10264 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
10265 (struct main_type) <flag_flag_enum>: New field.
10266 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
10267 * NEWS: Add entries.
10268 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
10269 enums.
10270 * python/lib/gdb/printing.py (_EnumInstance): New class.
10271 (FlagEnumerationPrinter): Likewise.
10272
10273 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10274
10275 * breakpoint.c (create_sals_from_address_default): New function.
10276 (create_breakpoints_sal_default): Likewise.
10277 (decode_linespec_default): Likewise.
10278 (is_marker_spec): Removed.
10279 (strace_marker_p): New function.
10280 (init_breakpoint_sal): Using `strace_marker_p' instead of
10281 `is_marker_spec'.
10282 (create_breakpoint): Call method `create_sals_from_address' from
10283 breakpoint_ops, replacing code that created SALs conditionally
10284 on the type of the breakpoint. Call method `create_breakpoints_sal',
10285 replacing code that created breakpoints conditionally on the type
10286 wanted.
10287 (base_breakpoint_create_sals_from_address): New function.
10288 (base_breakpoint_create_breakpoints_sal): Likewise.
10289 (base_breakpoint_decode_linespec): Likewise.
10290 (base_breakpoint_ops): Add methods
10291 `base_breakpoint_create_sals_from_address',
10292 `base_breakpoint_create_breakpoints_sal' and
10293 `base_breakpoint_decode_linespec'.
10294 (bkpt_create_sals_from_address): New function.
10295 (bkpt_create_breakpoints_sal): Likewise.
10296 (bkpt_decode_linespec): Likewise.
10297 (tracepoint_create_sals_from_address): Likewise.
10298 (tracepoint_create_breakpoints_sal): Likewise.
10299 (tracepoint_decode_linespec): Likewise.
10300 (strace_marker_create_sals_from_address): Likewise.
10301 (strace_marker_create_breakpoints_sal): Likewise.
10302 (strace_marker_decode_linespec): Likewise.
10303 (strace_marker_breakpoint_ops): New variable.
10304 (addr_string_to_sals): Remove `marker_spec'. Call method
10305 `decode_linespec' from breakpoint_ops, replacing code that decoded
10306 an address string into a SAL. Use `strace_marker_p' instead of
10307 `marker_spec'.
10308 (strace_command): Decide whether we are dealing with a static
10309 tracepoint with marker or not. Use the appropriate breakpoint_ops.
10310 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
10311 * breakpoint.h (linespec_result, linespec_sals): New forward
10312 declarations.
10313 (breakpoint_ops) <create_sals_from_address>,
10314 <create_breakpoints_sal>, <decode_linespec>: New methods.
10315
10316 2012-01-14 Doug Evans <dje@google.com>
10317
10318 * NEWS: Update text for "maint set python print-stack".
10319 It is deprecated in gdb 7.4 and deleted in 7.5.
10320
10321 2012-01-13 Eli Zaretskii <eliz@gnu.org>
10322
10323 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
10324 including curses.h.
10325
10326 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10327
10328 * configure: Regenerate.
10329 * config.in: Regenerate.
10330
10331 2012-01-12 Keith Seitz <keiths@redhat.com>
10332
10333 PR mi/10586
10334 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
10335 (ANONYMOUS_UNION_NAME): Define.
10336 (is_path_expr_parent): New function.
10337 (get_path_expr_parent): New function.
10338 (is_anonymous_child): New function.
10339 (create_child_with_value): If the child is anonymous and without
10340 a name, assign an object name to it.
10341 (c_describe_child): Use get_path_expr_parent to determine
10342 the parent expression.
10343 If there field represents an anonymous struct or union and
10344 has no name, set an appropriate display name and expression.
10345 (cplus_describe_child): Likewise.
10346
10347 2012-01-12 Pedro Alves <palves@redhat.com>
10348
10349 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
10350 available when %ebp is found to be zero (outermost).
10351
10352 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
10353
10354 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
10355 an internal gdb_static_assert.
10356 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
10357
10358 2012-01-11 Tom Tromey <tromey@redhat.com>
10359
10360 PR gdb/9598:
10361 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
10362 catch" and "catch throw".
10363
10364 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
10365
10366 * blockframe.c (block_innermost_frame): Start search from selected
10367 frame, if present, or otherwise the current frame.
10368
10369 * c-exp.y (variable): Update innermost_block for
10370 'block COLONCOLON NAME' clause.
10371 * m2-exp.y (variable): Ditto.
10372 * objc-exp.y (variable): Ditto.
10373
10374 2012-01-10 Tom Tromey <tromey@redhat.com>
10375
10376 PR python/13199:
10377 * python/python.c (finish_python_initialization): Set sys.argv.
10378
10379 2012-01-10 Doug Evans <dje@google.com>
10380
10381 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
10382 "want_line_info". All callers updated.
10383 (dwarf_decode_lines_1): New function.
10384 (handle_DW_AT_stmt_list): Add function comment.
10385 New arg "want_line_info". All callers updated.
10386 (read_file_scope,read_type_unit_scope): Move comment from
10387 handle_DW_AT_stmt_list to here.
10388
10389 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10390
10391 Fix regression after libiberty/ update for GCC PR 6057 and others.
10392 * c-exp.y (operator) <OPERATOR DELETE>
10393 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10394 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
10395 (make_builtin_type, make_name): New variable i, add gdb_assert.
10396 (operator) <OPERATOR NEW>: Update ARGS to 3.
10397 (operator) <OPERATOR DELETE>: Add trailing space.
10398 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
10399 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10400 * cp-support.c (cp_canonicalize_string): Check NULL from
10401 cp_comp_to_string, call warning and return.
10402
10403 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10404
10405 Fix duplicate .o files after omitting libbfd.a.
10406 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
10407 (SFILES): Add corelow.c.
10408 (COMMON_OBS): Add corelow.o.
10409 (ALLDEPFILES): Remove corelow.c.
10410 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
10411 * config/alpha/alpha-osf3.mh: Likewise.
10412 * config/alpha/fbsd.mh: Likewise.
10413 * config/arm/nbsdaout.mh: Likewise.
10414 * config/arm/nbsdelf.mh: Likewise.
10415 * config/i386/i386gnu.mh: Likewise.
10416 * config/ia64/hpux.mh: Likewise.
10417 * config/ia64/linux.mh: Likewise.
10418 * config/m32r/linux.mh: Likewise.
10419 * config/m68k/linux.mh: Likewise.
10420 * config/mips/irix5.mh: Likewise.
10421 * config/mips/irix6.mh: Likewise.
10422 * config/pa/hpux.mh: Likewise.
10423 * config/pa/linux.mh: Likewise.
10424 * config/powerpc/aix.mh: Likewise.
10425 * config/sparc/linux.mh: Likewise.
10426 * config/sparc/linux64.mh: Likewise.
10427 * config/sparc/sol2.mh: Likewise.
10428 * config/vax/vax.mh: Likewise.
10429 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
10430 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
10431 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
10432 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
10433 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
10434 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
10435 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
10436 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
10437 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
10438 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
10439 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
10440 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
10441 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10442 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
10443 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
10444 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10445 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
10446 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
10447 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
10448 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
10449 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
10450 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
10451 corelow.o from gdb_target_obs.
10452 * corefile.c (core_target): Update the comment on NULL value.
10453 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
10454 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
10455 MATCHES. Drop YUMMY set on NULL.
10456 (core_close): Do not call exit_inferior_silent on zero PID. Do not
10457 reclaim CORE_DATA if it is already NULL.
10458
10459 2012-01-09 Doug Evans <dje@google.com>
10460
10461 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
10462 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
10463
10464 2012-01-09 Keith Seitz <keiths@redhat.com>
10465
10466 * breakpoint.c (wrapper.h): Don't include.
10467
10468 2012-01-09 Keith Seitz <keiths@redhat.com>
10469
10470 * Makefile.in (SFILES): Remove wrapper.c.
10471 (HFILES_NO_SRCDIR): Remove wrapper.h.
10472 (COMMON_OBS): Remove wrapper.o.
10473 * cli/cli-interp.c: Don't inlude wrapper.h.
10474 * corelow.c: Likewise.
10475 (core_open): Replace gdb_target_find_new_threads with
10476 TRY_CATCH around target_find_new_threads.
10477 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
10478 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
10479 * varobj.c (varobj_create): Likewise for parse_exp_1 and
10480 evaluate_expression.
10481 (varobj_set_value): Likewise for evaluate_expression and
10482 value_assign.
10483 (install_new_variable): Likewise for value_fetch_lazy.
10484 (adjust_value_for_child_access): Likewise for value_ind.
10485 (c_describe_child): Likewise for value_subscript and
10486 value_ind.
10487 (c_value_of_root): Likewise for evaluate_expression.
10488 * wrapper.c: Remove.
10489 * wrapper.h: Remove.
10490
10491 2012-01-09 Doug Evans <dje@google.com>
10492
10493 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
10494 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
10495 "abfd" args with "section". All callers updated.
10496 Error checking code moved ...
10497 (error_check_comp_unit_head): ... here. New function.
10498 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
10499 Delete arg "abfd". New arg "type_offset". All callers updated.
10500 (create_debug_types_hash_table): Simplify by using
10501 read_and_check_type_unit_head.
10502
10503 * parser-defs.h (namecopy): Delete.
10504 * parse.c (namecopy, namecopy_size): Move into copy_name.
10505
10506 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10507
10508 Partially fix duplicate .o files after omitting libbfd.a.
10509 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
10510 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10511 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
10512 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10513 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
10514 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
10515 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10516
10517 2012-01-09 Pedro Alves <palves@redhat.com>
10518
10519 * MAINTAINERS: Update my email address.
10520
10521 2012-01-08 Doug Evans <dje@google.com>
10522
10523 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
10524 n_type_units. Rename type_comp_units to all_type_units.
10525 All uses updated.
10526 (add_signatured_type_cu_to_table): Renamed from
10527 add_signatured_type_cu_to_list. All callers updated.
10528
10529 * gdbtypes.h (struct cplus_struct_type): Delete member
10530 nfn_fields_total. All uses removed.
10531
10532 2012-01-06 Doug Evans <dje@google.com>
10533
10534 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
10535 to top of file.
10536 (dwarf2_find_comp_unit): Delete.
10537 (process_psymtab_comp_unit): Make result "void".
10538 Delete args buffer, info_ptr, buffer_size, and replace with
10539 "section". All callers updated.
10540 (dwarf2_build_psymtabs_hard): Simplify.
10541
10542 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
10543 Thiago Jung Bauermann <bauerman@br.ibm.com>
10544
10545 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
10546 before `struct gdb_exception'.
10547 * breakpoint.c (update_global_location_list_nothrow)
10548 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
10549 * cp-abi.c (value_rtti_type): Likewise.
10550 * cp-support.c (cp_validate_operator): Likewise.
10551 * infrun.c (insert_exception_resume_breakpoint)
10552 (check_exception_resume, keep_going): Likewise.
10553 * mi-interp.c (mi_breakpoint_created)
10554 (mi_breakpoint_modified): Likewise.
10555 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
10556 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
10557 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
10558
10559 2012-01-05 Doug Evans <dje@google.com>
10560
10561 * dwarf2read.c (statement_prologue): Delete, unused.
10562
10563 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
10564 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
10565
10566 * dwarf2read.c (comp_unit_header): Delete, unused.
10567
10568 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
10569
10570 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
10571 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
10572
10573 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
10574
10575 * infrun.c (normal_stop): Don't skip calling the normal_stop
10576 observers if the thread was doing a multi-step, but stopped for
10577 some reason other than stepping.
10578
10579 2012-01-05 Pedro Alves <alves.ped@gmail.com>
10580
10581 * cli/cli-decode.h: Add comments.
10582 (CMD_LIST_AMBIGUOUS): Moved to command.h
10583 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
10584 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
10585 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
10586 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
10587 (add_com, add_com_alias, add_info, add_info_alias)
10588 (complete_on_cmdlist, complete_on_enum, help_list): Remove
10589 declarations.
10590 * command.h: Add and adjust comments.
10591 (CMD_LIST_AMBIGUOUS): Moved here.
10592 (help_cmd, help_cmd_list): Delete declarations.
10593
10594 2012-01-04 Doug Evans <dje@google.com>
10595
10596 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
10597 All callers updated.
10598 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
10599 Replace all arguments with "per_cu". All callers updated.
10600
10601 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
10602
10603 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
10604 New arg "per_cu". All callers updated.
10605
10606 Delete #if 0'd out code.
10607 * language.c (binop_result_type): Delete.
10608 (simple_type, ordered_type, same_type, integral_type): Delete.
10609 (numeric_type, character_type, string_type, boolean_type): Delete.
10610 (float_type, structured_type): Delete.
10611 * language.h: Update.
10612
10613 2012-01-04 Tom Tromey <tromey@redhat.com>
10614
10615 * python/py-value.c (valpy_binop): Initialize 'res_val'.
10616
10617 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10618
10619 * corefile.c (close_exec_file): Delete.
10620 (reopen_exec_file): Remove commented out code that seems related
10621 to close_exec_file, which is being deleted here.
10622 * inferior.h (close_exec_file): Delete.
10623 * fork-child.c (fork_inferior): Remove call to fork_inferior.
10624
10625 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10626
10627 * ada-lang.c: #include "cli/cli-utils.h".
10628 (get_selections): Use skip_spaces.
10629 (ada_get_next_arg): Use skip_spaces and skip_to_space.
10630 (catch_ada_exception_command_split): Use skip_spaces.
10631 (ada_decode_assert_location): Likewise.
10632
10633 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10634
10635 * linespec.c (decode_line_internal): Check for C++ or Java
10636 compound constructs only if the current language is C, C++
10637 or Java.
10638
10639 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10640
10641 Revert:
10642 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10643 Joel Brobecker <brobecker@adacore.com>
10644 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
10645 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
10646 3 times.
10647 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
10648 fall through into AT_ENTRY_POINT.
10649 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
10650 DUMMY_ADDR with it.
10651 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
10652 PPC_INSN_SIZE skip to 3 times.
10653
10654 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10655
10656 * linespec.c (add_minsym): Preserve function descriptors.
10657
10658 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
10659
10660 * breakpoint.c (all_locations_are_pending): Consider locations
10661 in program spaces executing during startup pending as well.
10662
10663 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10664
10665 Copyright year update in most files of the GDB Project.
10666
10667 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10668
10669 * copyright.sh: Delete.
10670 * copyright.py: Rewrite.
10671
10672 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10673
10674 * gnulib/extra/update-copyright: New file, imported from gnulib.
10675
10676 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10677
10678 * README (Copyright and License Notices): New section.
10679
10680 2012-01-03 Tom Tromey <tromey@redhat.com>
10681
10682 PR python/12533:
10683 * python/py-value.c (valpy_dereference, valpy_get_address
10684 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
10685 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
10686 (valpy_absolute, valpy_richcompare): Free intermediate values.
10687
10688 2011-01-03 Joel Brobecker <brobecker@adacore.com>
10689
10690 * ada-lang.c: Reformat the copyright notice.
10691
10692 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10693
10694 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
10695 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
10696 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
10697 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
10698 Revert this part of:
10699 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10700 Build gdb directly from *.o files not using libgdb.a.
10701 * Makefile.in (COMMON_OBS): Remove solib-target.o.
10702
10703 2012-01-02 Joel Brobecker <brobecker@adacore.com>
10704
10705 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
10706 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
10707 Reformat the copyright header.
10708
10709 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10710
10711 Revert this part of:
10712 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10713 Remove the gdbtui binary.
10714 * gdb.c (main): Remove args.interpreter_p initialization.
10715 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
10716 * main.h (struct captured_main_args): Remove interpreter_p.
10717
10718 2012-01-02 Joel Brobecker <brobecker@adacore.com>
10719
10720 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
10721
10722 2012-01-02 Joel Brobecker <brobecker@adacore.com>
10723
10724 * top.c (print_gdb_version): Update copyright year.
10725
10726 2012-01-02 Yao Qi <yao@codesourcery.com>
10727
10728 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
10729
10730 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10731 Joel Brobecker <brobecker@adacore.com>
10732
10733 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
10734 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
10735 3 times.
10736 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
10737 fall through into AT_ENTRY_POINT.
10738 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
10739 DUMMY_ADDR with it.
10740 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
10741 PPC_INSN_SIZE skip to 3 times.
10742
10743 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10744
10745 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
10746 the return value.
10747 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
10748
10749 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10750
10751 Build gdb directly from *.o files not using libgdb.a.
10752 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
10753 (COMMON_OBS): Remove solib-target.o.
10754 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
10755 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
10756 (LIBGDB_OBS, libgdb.a): Move it above.
10757 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
10758 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
10759 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
10760 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
10761 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
10762 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
10763 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
10764 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
10765 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
10766 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
10767 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
10768 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
10769 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
10770 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
10771 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10772 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
10773 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
10774 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10775 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
10776 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
10777 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
10778 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
10779 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
10780 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
10781 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
10782 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
10783 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
10784
10785 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10786
10787 Remove the gdbtui binary.
10788 * .gitignore (/gdbtui): Remove.
10789 * Makefile.in (TUI): Remove.
10790 (SUBDIR_TUI_OBS): Remove tui-main.o.
10791 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
10792 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
10793 (tui-main.o): Remove.
10794 (all_object_files): Remove tui-main.o.
10795 * NEWS: New note for the gdbtui removal.
10796 * configure: Rebuilt.
10797 * configure.ac: No longer add all-tui, clean-tui, install-tui and
10798 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
10799 CONFIG_UNINSTALL respectively.
10800 * gdb.c (main): Remove args.interpreter_p initialization.
10801 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
10802 * main.h (struct captured_main_args): Remove interpreter_p.
10803 * tui/tui-main.c: Remove.
10804
10805 2012-01-01 Doug Evans <dje@google.com>
10806
10807 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
10808 (dwarf2_physname, read_import_statement): Ditto.
10809 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
10810 (process_structure_scope read_subroutine_type): Ditto.
10811 (read_typedef, load_partial_dies, read_partial_die): Ditto.
10812 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
10813 (dwarf2_fetch_die_location_block): Ditto.
10814 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
10815
10816 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
10817 All callers updated.
10818 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
10819 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
10820 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
10821
10822 * dwarf2read.c (load_cu): Move assert to more useful location.
10823
10824 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
10825 All callers updated.
10826
10827 * dwarf2read.c (dwarf2_per_objfile): Add comment.
10828 (dwarf2_elf_names): Minor reformat.
10829 (dwarf2_per_cu_data): Tweak comment.
10830 (dwarf2_read_section): Fix comment.
10831 (create_all_comp_units): Fix comment.
10832 (load_full_comp_unit): Fix comment.
10833 (process_full_comp_unit): Fix comment.
10834 (read_signatured_type): Fix comment.
10835
10836 For older changes see ChangeLog-2011.
10837 \f
10838 Local Variables:
10839 mode: change-log
10840 left-margin: 8
10841 fill-column: 74
10842 version-control: never
10843 coding: utf-8
10844 End: