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