gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 Fix step_resume_breakpoint unsaved during an infcall.
4 * gdbthread.h (struct thread_control_state): Move here field
5 step_resume_breakpoint ...
6 (struct thread_info): ... from here.
7 * infrun.c (save_infcall_control_state): Reset
8 control.step_resume_breakpoint to NULL.
9 (restore_infcall_control_state, discard_infcall_control_state): Delete
10 control.step_resume_breakpoint.
11 * arm-linux-tdep.c, infrun.c, thread.c: Update all the references to
12 the moved field.
13
14 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
15
16 Rename and move inferior_thread_state and inferior_status.
17 * gdbthread.h (struct thread_control_state): New struct, move fields
18 step_range_start, step_range_end, step_frame_id, step_stack_frame_id,
19 trap_expected, proceed_to_finish, in_infcall, step_over_calls,
20 stop_step and stop_bpstat here from struct thread_info.
21 (struct thread_suspend_state): New struct, move field stop_signal here
22 from struct thread_info.
23 (struct thread_info): Move the fields above from this struct.
24 * inferior.h: Move the inferior_thread_state and inferior_status
25 declarations comment to their definitions at infrun.c.
26 (struct inferior_control_state): New struct, move field stop_soon from
27 struct inferior here.
28 (struct inferior_suspend_state): New empty struct.
29 (struct inferior): New fields control and suspend. Move out field
30 stop_soon.
31 * infrun.c (struct inferior_thread_state): Rename to ...
32 (infcall_suspend_state): ... here. Replace field stop_signal by
33 fields thread_suspend and inferior_suspend.
34 (save_inferior_thread_state): Rename to ...
35 (save_infcall_suspend_state): ... here. New variable inf. Update the
36 code for new fields.
37 (restore_inferior_thread_state): Rename to ...
38 (restore_infcall_suspend_state): ... here. New variable inf. Update
39 the code for new fields.
40 (do_restore_inferior_thread_state_cleanup): Rename to ...
41 (do_restore_infcall_suspend_state_cleanup): ... here.
42 (make_cleanup_restore_inferior_thread_state): Rename to ...
43 (make_cleanup_restore_infcall_suspend_state): ... here.
44 (discard_inferior_thread_state): Rename to ...
45 (discard_infcall_suspend_state): ... here.
46 (get_inferior_thread_state_regcache): Rename to ...
47 (get_infcall_suspend_state_regcache): ... here.
48 (struct inferior_status): Rename to ...
49 (struct infcall_control_state): ... here. Replace fields
50 step_range_start, step_range_end, step_frame_id, step_stack_frame_id,
51 trap_expected, proceed_to_finish, in_infcall, step_over_calls,
52 stop_step, stop_bpstat and stop_soon by fields thread_control and
53 inferior_control.
54 (save_inferior_status): Rename to ...
55 (save_infcall_control_state): ... here. Update the code for new
56 fields.
57 (restore_inferior_status): Rename to ...
58 (restore_infcall_control_state): ... here. Update the code for new
59 fields.
60 (do_restore_inferior_status_cleanup): Rename to ...
61 (do_restore_infcall_control_state_cleanup): ... here.
62 (make_cleanup_restore_inferior_status): Rename to ...
63 (make_cleanup_restore_infcall_control_state): ... here.
64 (discard_inferior_status): Rename to ...
65 (discard_infcall_control_state): ... here.
66 * alpha-tdep.c, breakpoint.c, dummy-frame.c, dummy-frame.h,
67 exceptions.c, fbsd-nat.c, gdbthread.h, infcall.c, infcmd.c,
68 inferior.c, inferior.h, infrun.c, linux-nat.c, mi/mi-interp.c,
69 mips-tdep.c, procfs.c, solib-irix.c, solib-osf.c, solib-spu.c,
70 solib-sunos.c, solib-svr4.c, thread.c, windows-nat.c: Update all the
71 references to the moved fields and renamed functions.
72
73 2010-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
74
75 * infcall.c (struct inferior_thread_state) <siginfo_gdbarch>: Fix up
76 the comment.
77 (save_inferior_thread_state): Reset tp->stop_signal.
78
79 2010-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
80
81 * infcall.c (call_function_by_hand): Remove variable
82 caller_state_cleanup.
83
84 2010-11-25 Marc Khouzam <marc.khouzam@ericsson.com>
85
86 PR breakpoints/12217
87
88 * breakpoint.c (is_marker_spec): Check for NULL.
89
90 2010-11-25 Pedro Alves <pedro@codesourcery.com>
91
92 * breakpoint.h: No longer include python.h or python-internal.h.
93 (struct breakpoint_object): Forward declare.
94 * defs.h (PyObject) [!HAVE_PYTHON]: Don't define.
95 * varobj.c (PyObject) [!HAVE_PYTHON]: Define.
96 * python/py-breakpoint.c (build_bp_list): Cast py_bp_object to
97 PyObject pointer.
98 (gdbpy_breakpoint_created): Remove casts around py_bp_object
99 accesses.
100
101 2010-11-24 Joel Brobecker <brobecker@adacore.com>
102
103 * rs6000-tdep.c (bfd_uses_spe_extensions): Use bfd_elf_get_obj_attr_int
104 only if HAVE_ELF is defined.
105
106 2010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
107
108 Code cleanup.
109 * infrun.c (struct inferior_status) <stepping_over_breakpoint>
110 (save_inferior_status) <stepping_over_breakpoint>
111 (restore_inferior_status) <stepping_over_breakpoint>: Rename to
112 trap_expected.
113 (struct inferior_status) <step_resume_break_address>: Remove.
114
115 2010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
116
117 Code cleanup.
118 * infrun.c (struct inferior_status, save_inferior_status)
119 (restore_inferior_status): Group and reorder the fields, comment their
120 groups.
121
122 2010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
123
124 Code cleanup.
125 * dictionary.c
126 (struct dict_vector) <iter_match_first, iter_match_next>
127 (iter_match_first_hashed, iter_match_next_hashed)
128 (iter_match_first_linear, iter_match_next_linear)
129 (dict_iter_match_first, dict_iter_match_next, iter_match_first_hashed)
130 (iter_match_next_hashed, iter_match_first_linear)
131 (iter_match_next_linear): Use symbol_compare_ftype.
132 * dictionary.h: Include symfile.h.
133 (dict_iter_match_first, dict_iter_match_next): Use
134 symbol_compare_ftype.
135 * dwarf2read.c (dw2_map_matching_symbols): Likewise.
136 * psymtab.c (match_partial_symbol, match_partial_symbol, map_block)
137 (map_matching_symbols_psymtab): Likewise.
138 * symfile.h (symbol_compare_ftype): New typedef.
139 (struct quick_symbol_functions) <map_matching_symbols): Use
140 symbol_compare_ftype.
141
142 2010-11-23 Tom Tromey <tromey@redhat.com>
143
144 * configure: Rebuild.
145 * configure.ac (READLINE_TEXI_INCFLAG): New subst.
146
147 2010-11-19 Tom Tromey <tromey@redhat.com>
148
149 * Makefile.in (SUBDIRS): Add doc.
150 * configure: Rebuild.
151 * configure.ac: Don't configure in doc. Create doc/Makefile.
152
153 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
154
155 PR python/12212
156
157 * python/py-inferior.c (find_thread_object): Check if PIDGET
158 returns 0.
159
160 010-11-22 Joel Brobecker <brobecker@adacore.com>
161
162 * ada-lang.c (ada_template_to_fixed_record_type_1): Delete bit_incr.
163
164 2010-11-22 Joel Brobecker <brobecker@adacore.com>
165
166 * ada-lang.c (ada_to_fixed_type): Expand function documentation.
167 Return the original type if the main type portions match rather
168 than when the type themselves match.
169
170 2010-11-22 Joel Brobecker <brobecker@adacore.com>
171
172 * ada-lang.c (ada_template_to_fixed_record_type_1):
173 For dynamic fields, check the field size against the maximum
174 object size.
175
176 2010-11-22 Joel Brobecker <brobecker@adacore.com>
177
178 * mips-irix-tdep.c (mips_irix_n32_stack_tramp_frame_init): New
179 function.
180 (mips_irix_n32_stack_tramp_frame): New static global.
181 (mips_irix_init_abi): Add mips_irix_n32_stack_tramp_frame to
182 list of unwinder.
183
184 2010-11-22 Jerome Guitton <guitton@adacore.com>
185
186 * ada-tasks.c (get_tcb_types_info): Use C lookups to get
187 ATCB symbols.
188
189 2010-11-22 Joel Brobecker <brobecker@adacore.com>
190
191 * ada-lang.c (ada_check_typedef): Call ada_check_typedef only
192 if type1 is a typedef.
193
194 2010-11-22 Joel Brobecker <brobecker@adacore.com>
195
196 * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Add
197 "_finalizer" to the list.
198
199 2010-11-22 Joel Brobecker <brobecker@adacore.com>
200
201 * symfile.c: Remove all "#if 0"/"#endif" blocks.
202
203 2010-11-22 Joel Brobecker <brobecker@adacore.com>
204
205 * symfile.c: Add missing second space after period in various comments.
206
207 2010-11-22 Joel Brobecker <brobecker@adacore.com>
208
209 * ada-typeprint.c (print_array_type): Fix formatting in comment.
210 (print_selected_record_field_types): Fix formatting in function
211 documentation.
212
213 2010-11-22 Joel Brobecker <brobecker@adacore.com>
214
215 * ravenscar-thread.c (_initialize_ravenscar): Fix copy/paste typo
216 in name of "show ravenscar" prefix command name.
217
218 2010-11-22 Joel Brobecker <brobecker@adacore.com>
219
220 * ravenscar-thread.c (show_ravenscar_task_switching_command):
221 Add missing '\n' in output.
222
223 2010-11-22 Joel Brobecker <brobecker@adacore.com>
224
225 * ravenscar-thread.c (running_thread_name): Change value.
226 (read_thread_id): Remove advance declaration.
227 (get_running_thread_msymbol): New function.
228 (has_ravenscar_runtime): Use get_running_thread_msymbol to
229 compute msym_running_thread.
230 (get_running_thread_id): Renames read_thread_id. Slight modifications
231 to not take any argument anymore, using get_running_thread_msymbol
232 to determine which symbol to use instead.
233 (ravenscar_running_thread): Use get_running_thread_id instead of
234 read_thread_id.
235
236 2010-11-22 Joel Brobecker <brobecker@adacore.com>
237
238 * ravenscar-sparc-thread.c (supply_register_at_address):
239 Fix passing of buf in call to regcache_raw_supply.
240
241 2010-11-22 Jan Kratochvil <jan.kratochvil@redhat.com>
242
243 * dwarf2read.c (dwarf2_read_index): Ignore higher .gdb_index versions.
244
245 2010-11-22 Tom Tromey <tromey@redhat.com>
246
247 * Makefile.in (.PRECIOUS): Reference ada-lex.c.
248
249 2010-11-19 Keith Seitz <keiths@redhat.com>
250
251 * data-directory/Makefile.in (SYSCALLS_INSTALL_DIR):
252 Remove extraneous '/' after $(DESTDIR).
253 (PYTHON_INSTALL_DIR): Likewise.
254
255 2010-11-19 Jan Kratochvil <jan.kratochvil@redhat.com>
256
257 Fix stale memory references.
258 * elfread.c (elf_symfile_read): Replace xmalloc by bfd_alloc, drop
259 xfree, new comment.
260
261 2010-11-19 Jan Kratochvil <jan.kratochvil@redhat.com>
262 Tom Tromey <tromey@redhat.com>
263
264 * Makefile.in (.y.c): Directly create $@ from YLWRAP.
265 (.PHONY): Remove for .y outputs.
266
267 2010-11-19 Will Drewry <wad@google.com>
268 Tavis Ormandy <taviso@google.com>
269 Jan Kratochvil <jan.kratochvil@redhat.com>
270
271 * dwarf2read.c (decode_locdesc): Enforce location description stack
272 boundaries.
273
274 2010-11-18 Pierre Muller <muller@ics.u-strasbg.fr>
275
276 * arm-tdep.c (arm_in_function_epilogue_p): Fix code when "MOV SP"
277 instruction is found.
278
279 2010-11-17 Tom Tromey <tromey@redhat.com>
280
281 * value.c (value_entirely_optimized_out): Check the
282 'check_any_valid' field.
283
284 2010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
285
286 * ada-lang.c (modify_general_field): Remove.
287 (make_array_descriptor): Replace all modify_general_field calls by
288 modify_field.
289 * value.c (modify_field): Update comment. New variable bytesize.
290 Normalize BITPOS. Initialize BYTESIZE, use it.
291
292 2010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
293
294 * dwarf2read.c (dw2_forget_cached_source_info): Clear the FULL_NAMES
295 elements after xfree.
296
297 2010-11-16 Tom Tromey <tromey@redhat.com>
298
299 * gdb-add-index.sh: Really remove.
300
301 2010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
302
303 Code cleanup.
304 * dwarf2read.c (alloc_one_comp_unit): Rename prototype to ...
305 (init_one_comp_unit): ... this one.
306 (prepare_one_comp_unit): New prototype.
307 (dw2_require_line_header, process_psymtab_comp_unit): Use
308 init_one_comp_unit.
309 (process_psymtab_comp_unit): Use prepare_one_comp_unit.
310 (load_partial_comp_unit): Remove variable attr. Use
311 init_one_comp_unit with xmalloc. Use prepare_one_comp_unit.
312 (load_full_comp_unit): Use init_one_comp_unit with xmalloc. Use
313 prepare_one_comp_unit.
314 (read_signatured_type): Remove variable attr. Use init_one_comp_unit.
315 Use prepare_one_comp_unit.
316 (alloc_one_comp_unit): Rename to ...
317 (init_one_comp_unit): ... here and remove there calloc, new parameter
318 cu.
319 (prepare_one_comp_unit): New function.
320
321 2010-11-14 Pierre Muller <muller@ics.u-strasbg.fr>
322
323 * arm-tdep.c (arm_in_function_epilogue_p): Fix code to avoid
324 possible used of uninitialized variable.
325
326 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
327
328 * rs6000-tdep.c (bfd_uses_spe_extensions): New function.
329 (rs6000_gdbarch_init): Call it.
330
331 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
332
333 * rs6000-tdep.c (gdb_print_insn_powerpc): Disassemble e500
334 instructions if debugging an E500 binary.
335
336 2010-11-12 Tom Tromey <tromey@redhat.com>
337
338 * varobj.c (value_get_print_value): Rearrange. Pass stream to
339 apply_varobj_pretty_printer.
340 * c-lang.c: Include exceptions.h.
341 (c_get_string): Throw MEMORY_ERROR when appropriate.
342 * python/py-prettyprint.c (enum string_repr_result): New.
343 (print_stack_unless_memory_error): New function.
344 (print_string_repr): Change return type. Use
345 print_stack_unless_memory_error.
346 (print_children): Use print_stack_unless_memory_error.
347 (apply_val_pretty_printer): Update. Don't print children if
348 string representation threw an exception.
349 (apply_varobj_pretty_printer): Add 'stream' argument. Use
350 print_stack_unless_memory_error.
351 * python/python.c (gdbpy_gdb_error, gdbpy_gdb_memory_error): New
352 globals.
353 (_initialize_python): Initialize them.
354 * python/python-internal.h (GDB_PY_HANDLE_EXCEPTION): Use
355 gdbpy_convert_exception.
356 (GDB_PY_SET_HANDLE_EXCEPTION): Likewise.
357 (gdbpy_gdb_error, gdbpy_gdb_memory_error): Declare.
358 (gdbpy_convert_exception): Declare.
359 (apply_varobj_pretty_printer): Update.
360 * python/py-utils.c (gdbpy_convert_exception): New function.
361
362 2010-11-12 Marc Khouzam <marc.khouzam@ericsson.com>
363
364 * mi/mi-main.c (mi_cmd_target_detach): Accept new
365 thread-group id format.
366
367 2010-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
368
369 * spu-tdep.c (spu_catch_start): Fix compilation error typo.
370
371 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
372
373 * python/py-breakpoint.c (BPPY_REQUIRE_VALID): Check if bp is
374 NULL.
375 (BPPY_SET_REQUIRE_VALID): Ditto.
376 (bpnum_is_valid): Delete function.
377 (bppy_get_visibility): New function.
378 (bppy_new): Parse for, and validate internal keyword. Pass
379 internal keyword to breakpoint or watchpoint functions.
380 (build_bp_list): New function.
381 (gdbpy_breakpoints): Rewrite. Use build_bp_list and
382 iterate_over_breakpoints.
383 (gdbpy_breakpoint_created): Rewrite. Do not store breakpoints in a
384 look-aside vector.
385 (gdbpy_breakpoint_deleted): Rewrite, defer breakpoint management
386 to internal breakpoint chain.
387
388 * breakpoint.c (set_breakpoint_number): New function.
389 (breakpoint_1): Check if breakpoint number is more than zero.
390 (set_raw_breakpoint_without_location): Set py_bp_object to NULL.
391 (create_breakpoint_sal): Take a new parameter called internal.
392 Call set_breakpoint_number with internal parameter. Do not
393 mention internal breakpoints. All callers updated.
394 (create_breakpoint): Ditto.
395 (create_breakpoints_sal): Ditto.
396 (watch_command_1): Ditto.
397 (watch_command_wrapper): Take a new parameter called internal.
398 All callers updated.
399 (rwatch_command_wrapper): Ditto.
400 (awatch_command_wrapper): Ditto.
401 (save_breakpoints): Update breakpoint save condition check.
402 (iterate_over_breakpoints): New function.
403 * breakpoint.h: Add conditional python includes. Add py_bp_object
404 and comment to struct breakpoint. Update all callers.
405 * defs.h: Add PyObject definition for GDB builds without Python.
406
407 2010-11-10 Doug Evans <dje@google.com>
408
409 * python/lib/gdb/command/pretty_printers.py
410 (do_enable_pretty_printer_1): Handle printer.subprinters is None.
411
412 * value.c (set_value_enclosing_type): Renamed from
413 value_change_enclosing_type. All callers updated.
414 * value.h (set_value_enclosing_type): Update.
415 * valops.c (value_full_object): Always return a copy if we need to
416 make changes to the input value.
417
418 2010-11-09 Pedro Alves <pedro@codesourcery.com>
419
420 * breakpoint.c (watch_command_1): Get a pointer of the lazy
421 version of the expression's value, even if reading the value from
422 memory fails. When creating a -location watchpoint, get the
423 value's address from the lazy value pointer.
424
425 2010-11-07 Jan Kratochvil <jan.kratochvil@redhat.com>
426
427 * infrun.c (restore_inferior_thread_state): Use
428 discard_inferior_thread_state to free the data.
429 (discard_inferior_thread_state): xfree also siginfo_data.
430
431 2010-11-05 Doug Evans <dje@google.com>
432
433 Make gdb.parameter("directories") work.
434 New command "set directories".
435 * NEWS: Document them.
436 * source.c (set_directories_command): New function.
437 (show_directories_1): Renamed from show_directories.
438 All callers updated.
439 (show_directories_command): New function.
440 (_initialize_source): Install "directories" as a set/show
441 variable instead of just a show command.
442
443 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
444
445 * NEWS: Mention OpenCL C language support.
446 * Makefile.in (SFILES): Add opencl-lang.c.
447 (COMMON_OBS): Add opencl-lang.o.
448 * opencl-lang.c: New File
449 * defs.h (enum language): Add language_opencl.
450 * dwarf2read.c (read_file_scope): Handle DW_AT_producer for the
451 IBM XL C OpenCL compiler.
452 * c-lang.h: Include "parser-defs.h".
453 (evaluate_subexp_c): Declare.
454 * c-lang.c (evaluate_subexp_c): Remove the static qualifier.
455 (c_op_print_tab): Add declaration.
456 * eval.c (binop_promote): Handle language_opencl.
457 * c-exp.y: Lookup the primitive types instead of referring to the
458 builtins.
459
460 2010-11-05 Jan Kratochvil <jan.kratochvil@redhat.com>
461
462 Fix configure --enable-plugins --without-python.
463 * configure.ac (for ELF support in BFD) <"$plugins" = "yes">: New.
464 * configure: Regenerate.
465
466 2010-11-05 Jan Kratochvil <jan.kratochvil@redhat.com>
467
468 * solib.c (solib_read_symbols): Call exception_fprintf even without
469 FROM_TTY. Print also so->so_name.
470
471 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
472
473 * gdbtypes.h (struct rank): Created subrank.
474 * gdbtypes.c: Initialized subrank for all
475 'BADNESS' constants.
476 (distance_to_ancestor): New function.
477 (is_ancestor): Use distance_to_ancestor.
478 (is_public_ancestor): Ditto.
479 (sum_ranks): Handle subrank.
480 (compare_ranks): Ditto.
481 (rank_one_type): Subrank base conversions.
482
483 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
484
485 * gdbtypes.h: Create struct rank.
486 Convert all 'BADNESS' macros to const struct rank declarations.
487 (sum_ranks): New function.
488 (compare_ranks): New function.
489 * valops.c (find_oload_champ): Updated.
490 (classify_oload_match): Use compare_ranks.
491 Improved comments.
492 (compare_parameters): Use compare_ranks.
493 * gdbtypes.c: Initialize 'BADNESS' constants.
494 (sum_ranks): New function.
495 (compare_ranks): New function.
496 (compare_badness): Use compare_ranks.
497 (rank_function): Use global constants instead of literals.
498 (rank_one_type): Ditto.
499 Return struct rank.
500 Use sum_ranks.
501
502 2010-11-04 Doug Evans <dje@google.com>
503
504 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Fix comment.
505 (find_pretty_printer): Fix comments.
506
507 2010-11-04 Hui Zhu <teawater@gmail.com>
508
509 * tracepoint.c (remote_trace_set_readonly_regions): Change lma to vma.
510
511 2010-11-03 Joel Brobecker <brobecker@adacore.com>
512
513 * ada-valprint.c (ada_val_print_array): Move variables `eltlen'
514 and `len' declaration and computation inside block where they
515 are being used.
516
517 2010-11-03 Joel Brobecker <brobecker@adacore.com>
518
519 * valprint.c (val_print_array_elements): Put back handling of
520 empty arrays.
521
522 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
523
524 * dwarf2read.c (read_array_type): Read the DW_AT_byte_size from the
525 DIE and set the length of the type.
526 * gdbtypes.h (get_array_bounds): Move here from valprint.h.
527 * gdbtypes.c (get_array_bounds): Move here from valprint.c and
528 return 0 if the corresponding bounds of the type are undefined.
529 * valprint.h (get_array_bounds): Move declaration to gdbtypes.h.
530 * valprint.c (get_array_bounds): Move implementation to gdbtypes.c.
531 (val_print_array_elements): Use get_array_bounds to compute the number
532 of array elements instead of dividing the length of the array by the
533 length of the element types.
534 * valarith.c (vector_binop): Likewise.
535 * valops.c (value_cast): Likewise.
536 * c-valprint.c (c_val_print): Likewise.
537 * c-typeprint.c (c_type_print_varspec_suffix): Likewise.
538
539 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
540
541 * valarith.c (value_pos, value_neg, value_complement): Handle
542 vector types.
543 * valops.c (value_one): Likewise.
544
545 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
546
547 * value.h (value_non_lval): Declare.
548 * value.c (value_non_lval): New function.
549 * eval.c (evaluate_subexp_standard) <UNOP_POSTINCREMENT,
550 UNOP_POSTDECREMENT>: Call value_non_lval to ensure to return a
551 non-lvalue.
552
553 2010-11-02 Doug Evans <dje@google.com>
554
555 New python module gdb.printing, and new commands info pretty-printer,
556 enable pretty-printer, disable pretty-printer.
557 * NEWS: Mention them.
558 * data-directory/Makefile.in (PYTHON_FILES): Add gdb/printing.py,
559 gdb/command/__init__.py, gdb/command/pretty_printers.py.
560 * python/lib/gdb/__init__.py: Install pretty-printer commands.
561 * python/lib/gdb/printing.py: New file.
562 * python/lib/gdb/command/__init__.py: New file.
563 * python/lib/gdb/command/pretty_printers.py: New file.
564
565 2010-11-02 Tom Tromey <tromey@redhat.com>
566
567 * NEWS: Mention Guile removal.
568 * defs.h (enum language) <language_scm>: Remove.
569 * Makefile.in (SFILES): Remove scm-exp.c, scm-lang.c,
570 scm-valprint.c.
571 (HFILES_NO_SRCDIR): Remove scm-lang.h, scm-tags.h.
572 (COMMON_OBS): Remove scm-exp.o, scm-lang.o, scm-valprint.o.
573 * scm-exp.c, scm-lang.c, scm-valprint.c, scm-lang.h, scm-tags.h:
574 Remove.
575
576 2010-11-02 Doug Evans <dje@google.com>
577
578 * top.c: #include "python/python.h".
579 (gdb_init): Add a comment regarding initialize_all_files.
580 Call finish_python_initialization at the end.
581 * python/python.h (finish_python_initialization): Declare.
582 * python/python.c (finish_python_initialization): New function.
583 (_initialize_python): Move python-implemented initialization there
584 and call it.
585 (GdbMethods): Use #ifdef HAVE_PYTHON for consistency.
586
587 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
588
589 Revert:
590 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
591 Pedro Alves <pedro@codesourcery.com>
592 * gdbthread.h (currently_stepping): New declaration.
593 * infrun.c (currently_stepping): Remove the forward declaration.
594 (currently_stepping): Make it global.
595 * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
596 variables tp and step, initialized them. Pass STEP to to_resume.
597 Print also possibly "PTRACE_SINGLESTEP" if STEP. Initialize LP->STEP.
598 * remote.c (currently_stepping_callback): New.
599 (remote_vcont_resume)
600 <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
601 New variable tp. Call currently_stepping_callback and step such
602 thread.
603
604 2010-11-01 Hui Zhu <teawater@gmail.com>
605
606 * tracepoint.c (tfile_xfer_partial): Change lma to vma.
607
608 2010-10-28 Hui Zhu <teawater@gmail.com>
609
610 * tracepoint.c (trace_save): Change utp->actions to
611 utp->step_actions.
612
613 2010-10-26 Joel Brobecker <brobecker@adacore.com>
614
615 * (_FILE_OFFSET_BITS): Fix typo in comment.
616
617 2010-10-26 Joel Brobecker <brobecker@adacore.com>
618
619 * python/python-internal.h (_FILE_OFFSET_BITS): Undefine.
620 (PyEval_InitThreads): Remove duplicate. Define as nothing.
621 (PyEval_ReleaseLock): Define as nothing.
622
623 2010-10-26 Joel Brobecker <brobecker@adacore.com>
624
625 * dwarf2read.c (psymtab_include_file_name): Replace call to strcmp
626 by call to FILENAME_CMP.
627
628 2010-10-26 Joel Brobecker <brobecker@adacore.com>
629
630 * dictionary.c (dict_hash): Move assignment out of if condition.
631
632 2010-10-22 Jie Zhang <jie@codesourcery.com>
633
634 * Makefile.in (install): Remove dependency of install-only and
635 recursively invoke make for install-only.
636 * data-directory/Makefile.in: Add FLAGS_TO_PASS variable.
637 (install): Pass FLAGS_TO_PASS when recursively make install-only.
638
639 2010-10-20 Hui Zhu <teawater@gmail.com>
640
641 * tracepoint.c (tfile_get_traceframe_address): Call
642 extract_signed_integer.
643 (tfile_trace_find): Call extract_signed_integer and
644 extract_unsigned_integer. Change data_size to unsigned int.
645 (tfile_fetch_registers): Call extract_unsigned_integer.
646 (tfile_xfer_partial): Ditto.
647 (tfile_get_trace_state_variable_value): Call
648 extract_signed_integer and extract_unsigned_integer.
649
650 2010-10-20 Vladimir Prus <vladimir@codesourcery.com>
651
652 * remote.c (remote_get_threadlist): If we got empty
653 response, bail out immediately, and don't emit any
654 warnings.
655
656 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
657
658 * arm-tdep.c (thumb_get_next_pc_raw): Handle Thumb-16 encoding
659 for "mov pc, REG" as well.
660 (thumb_instruction_changes_pc): Likewise.
661
662 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
663
664 PR C++/11500:
665 * valarith.c (value_x_unop): Handle STRUCTOP_PTR.
666 * eval.c (evaluate_subexp_standard): Check for overload of
667 'operator->'.
668 * valarith.c (value_x_binop): Throw NOT_FOUND_ERROR.
669 (value_x_unop): Ditto.
670 * valops.c: Include "exceptions.h".
671 (find_overload_match): Throw NOT_FOUND_ERROR.
672 (value_struct_elt): Ditto.
673
674 2010-10-19 Tom Tromey <tromey@redhat.com>
675
676 * python/py-cmd.c (cmdpy_function): Unreference exception state.
677
678 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
679
680 * gdbtypes.h: Introduce BOOL_PTR_CONVERSION_BADNESS.
681 * gdbtypes.c (rank_one_type): Use BOOL_PTR_CONVERSION_BADNESS
682 for conversion.
683 Make all other conversions illegal.
684
685 2010-10-18 Doug Evans <dje@google.com>
686
687 * c-typeprint.c (c_type_print_base, case TYPE_CODE_TYPEDEF): Verify
688 assumptions of when this case happens. Print "<unnamed typedef>".
689
690 2010-10-18 Tom Tromey <tromey@redhat.com>
691
692 * valprint.c (val_print_string): Pass 'encoding' to
693 LA_PRINT_STRING.
694
695 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
696
697 Fix the `stopped language detection' testcase for gcc-4.5.
698 * dwarf2read.c (read_partial_die): Set also LANGUAGE_OF_MAIN.
699 * symfile.c (set_initial_language): Move variable filename to a more
700 inner block. Prefer LANGUAGE_OF_MAIN.
701 * symtab.c (language_of_main): New variable.
702 (set_main_name): Always reset LANGUAGE_OF_MAIN.
703 * symtab.h (language_of_main): New declaration.
704
705 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
706 Pedro Alves <pedro@codesourcery.com>
707
708 * gdbthread.h (currently_stepping): New declaration.
709 * infrun.c (currently_stepping): Remove the forward declaration.
710 (currently_stepping): Make it global.
711 * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
712 variables tp and step, initialized them. Pass STEP to to_resume.
713 Print also possibly "PTRACE_SINGLESTEP" if STEP. Initialize LP->STEP.
714 * remote.c (currently_stepping_callback): New.
715 (remote_vcont_resume)
716 <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
717 New variable tp. Call currently_stepping_callback and step such
718 thread.
719
720 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
721
722 * infrun.c (follow_exec): Replace symbol_file_add_main by
723 symbol_file_add with SYMFILE_DEFER_BP_RESET, set_initial_language and
724 breakpoint_re_set.
725 * m32r-rom.c (m32r_load, m32r_upload_command): Use parameter 0 for
726 clear_symtab_users.
727 * objfiles.c (free_all_objfiles): Likewise.
728 * remote-m32r-sdi.c (m32r_load): Likewise.
729 * solib-som.c (som_solib_create_inferior_hook): Likewise.
730 * symfile.c (new_symfile_objfile): New comment for add_flags. Call
731 clear_symtab_users with ADD_FLAGS.
732 (reread_symbols): Use parameter 0 for clear_symtab_users.
733 (clear_symtab_users): New parameter add_flags. Do not call
734 breakpoint_re_set if SYMFILE_DEFER_BP_RESET.
735 (clear_symtab_users_cleanup): Use parameter 0 for clear_symtab_users.
736 * symtab.h (clear_symtab_users): New parameter add_flags.
737
738 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
739
740 Fix GCC false warning.
741 * varobj.c (value_get_print_value) <str_addr>: Initialize it.
742
743 2010-10-16 Pierre Muller <muller@ics.u-strasbg.fr>
744
745 * p-typeprint.c (pascal_type_print_method_args): Fix problem in
746 display of type of method arguments.
747
748 2010-10-15 Tom Tromey <tromey@redhat.com>
749
750 PR python/11948:
751 * varobj.c (value_get_print_value): Use val_print_string to print
752 lazy strings.
753 * python/py-prettyprint.c (print_string_repr): Use
754 val_print_string to print lazy strings. Fix cleanup logic.
755 (print_children): Likewise.
756 * python/python-internal.h (gdbpy_extract_lazy_string): Update.
757 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Rewrite.
758 Change return type to 'void', add 'addr' argument.
759 * value.h (val_print_string): Update.
760 * valprint.c (val_print_string): Add 'encoding' argument.
761 * printcmd.c (print_formatted): Update.
762 * p-valprint.c (pascal_val_print): Update.
763 * m2-valprint.c (print_unpacked_pointer): Update.
764 (m2_print_array_contents): Likewise.
765 * jv-valprint.c (java_value_print): Update.
766 * f-valprint.c (f_val_print): Update.
767 * c-valprint.c (c_val_print): Update.
768 * auxv.c (fprint_target_auxv): Update.
769
770 2010-10-15 Doug Evans <dje@google.com>
771 Jan Kratochvil <jan.kratochvil@redhat.com>
772
773 PR exp/12117
774 * gdbtypes.c (check_typedef): Clean up function comment.
775 Keep track of instance flags as we strip typedefs and create a new
776 type to preserve them if necessary.
777 * gdbtypes.h (type) <instance_flags>: Extend the comment.
778
779 2010-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
780
781 * p-lang.c (is_pascal_string_type): Use TYPE_FIELD_NAME accessor.
782
783 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
784
785 * gdbtypes.h: Create BASE_PTR_CONVERSION_BADNESS.
786 * gdbtypes.c (rank_one_type): Move type comparison code out of here
787 to...
788 (types_equal): ...here. And changed it as follows:
789 Outside of typedefs type must be of the same TYPE_CODE.
790 When compairing two pointers or references they are equal if their
791 targets are equal.
792 Correct pointer conversions.
793
794 2010-10-14 Pierre Muller <muller@ics.u-strasbg.fr>
795
796 * p-lang.c (is_pascal_string_type): Avoid crashes on structures
797 having fields without names.
798
799 2010-10-13 Tom Tromey <tromey@redhat.com>
800
801 * language.h (LA_PRINT_ARRAY_INDEX): Fix argument name.
802
803 2010-10-13 Doug Evans <dje@google.com>
804
805 New python module gdb.types.
806 * NEWS: Document it.
807 * data-directory/Makefile.in (PYTHON_FILES): Add gdb/types.py.
808 * python/lib/gdb/types.py: New file.
809
810 * c-typeprint.c: Whitespace cleanup.
811 (cp_type_print_method_args): Remove unnecessary forward decl.
812 (cp_type_print_derivation_info): Ditto.
813 (c_type_print_varspec_prefix): Mark as static at definition.
814 (c_type_print_modifier): Fix arg descriptions.
815
816 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
817
818 * python/py-breakpoint.c (bppy_set_condition): New comment.
819 * python/py-cmd.c (cmdpy_function): Call also gdbpy_print_stack for
820 failed PyUnicode_Decode.
821 (cmdpy_completer): Skip element for failed
822 python_string_to_host_string.
823 (cmdpy_init): Return -1 on failed python_string_to_host_string.
824 * python/py-frame.c (frapy_read_var): Extend the function comment.
825 * python/py-function.c (fnpy_init): Return -1 on failed
826 python_string_to_host_string.
827 * python/py-inferior.c (infpy_read_memory, infpy_write_memory): Extend
828 the function comment.
829 (infpy_search_memory): Extend the function comment. Remove the
830 PyErr_SetString call on already set error state.
831 * python/py-param.c (set_parameter_value): Extend the function
832 comment. Return -1 on failed python_string_to_host_string, twice.
833 (set_attr): Extend the function comment.
834 (compute_enum_values): Extend the function comment. New variable
835 back_to. Protect self->enumeration by BACK_TO cleanups. Return 0 on
836 failed python_string_to_host_string.
837 (get_doc_string): Call gdbpy_print_stack on failed
838 python_string_to_host_string.
839 (parmpy_init): Extend the function comment.
840 * python/py-prettyprint.c (pretty_print_one_value): Likewise.
841 (gdbpy_get_display_hint, print_children): Call gdbpy_print_stack on
842 failed python_string_to_host_string.
843 * python/py-value.c (valpy_new, valpy_getitem, valpy_call)
844 (valpy_binop, valpy_richcompare): Extend the function comment.
845 * python/python.c
846 (struct python_env) <error_type, error_value, error_traceback>: New
847 fields.
848 (restore_python_env): Handle PyErr_Occurred. Call PyErr_Restore.
849 (ensure_python_env): Call PyErr_Fetch.
850 * varobj.c (update_dynamic_varobj_children): Call gdbpy_print_stack on
851 failed convert_value_from_python.
852 (value_get_print_value): Call gdbpy_print_stack on failed
853 python_string_to_target_python_string.
854
855 2010-10-12 Tom Tromey <tromey@redhat.com>
856
857 * python/py-prettyprint.c (search_pp_list): Fix error checking.
858
859 2010-10-12 Sami Wagiaalla <swagiaal@redhat.com>
860
861 * gdbtypes.c (do_is_ancestor): New function.
862 (is_ancestor): Use do_is_ancestor.
863 (is_public_ancestor): Use do_is_ancestor.
864
865 2010-10-12 Pierre Muller <muller@ics.u-strasbg.fr>
866
867 * ser-go32.c (struct dos_ops): Add missing fdopen field.
868
869 2010-10-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
870
871 * arm-tdep.c (arm_mode_strings): Add NULL entry at end of array.
872
873 2010-10-11 Doug Evans <dje@google.com>
874
875 * c-typeprint.c (c_type_print_modifier): Add note that this prints
876 the address space id too.
877
878 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
879
880 Fix attaching to re-prelinked executables on ppc64.
881 * solib-svr4.c (svr4_exec_displacement): New variable plt2_asect,
882 initialize it, try to adjust FILESZ field by it.
883
884 2010-10-08 Daniel Jacobowitz <dan@codesourcery.com>
885
886 * tracepoint.c (merge_uploaded_trace_state_variables): Only print
887 messages if info_verbose.
888
889 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
890
891 * valops.c (value_cast): Handle vector types.
892 * valarith.c (value_binop): Widen scalar to vector if appropriate.
893
894 2010-10-08 Ulrich Weigand <uweigand@de.ibm.com>
895
896 * arm-tdep.c (thumb_expand_immediate): New function.
897 (thumb_instruction_changes_pc): Likewise.
898 (thumb2_instruction_changes_pc): Likewise.
899 (thumb_analyze_prologue): Handle 32-bit Thumb instructions during
900 prologue parsing. Improved support for optimized code.
901 (thumb_scan_prologue): Do not reply on line-number information,
902 use same heuristics as arm_scan_prologue insead.
903 (skip_prologue_function): Accept functions
904 "__tls_get_addr" and "__aeabi_read_tp".
905
906 2010-10-08 Ulrich Weigand <uweigand@de.ibm.com>
907 Daniel Jacobowitz <dan@codesourcery.com>
908
909 * arm-tdep.c (thumb_in_function_epilogue_p)
910 (arm_in_function_epilogue_p): New.
911 (arm_gdbarch_init): Install arm_in_function_epilogue_p as
912 gdbarch_in_function_epilogue_p callback.
913
914 2010-10-07 Doug Evans <dje@google.com>
915
916 * cc-with-index.sh (output_file): Default to a.out.
917
918 * dwarf2read.c (mapped_index): Rename member index_table to
919 symbol_table and index_table_slots to symbol_table_slots.
920 All uses updated.
921 (create_symbol_hash_table): Renamed from create_index_table.
922 All callers updated.
923 (add_indices_to_cpool): Rename arg index_table to symbol_hash_table.
924 (write_hash_table): Rename local index_table to symbol_hash_table.
925
926 * addrmap.h (addrmap_foreach_fn): New typedef.
927 (addrmap_foreach): Declare.
928 * addrmap.c (struct addrmap_funcs): New member foreach.
929 (addrmap_foreach): New function.
930 (addrmap_fixed_foreach): New function.
931 (addrmap_fixed_funcs): Update.
932 (struct mutable_foreach_data): New struct.
933 (addrmap_mutable_foreach_worker): New function.
934 (addrmap_mutable_foreach): New function.
935 (addrmap_mutable_funcs): Update.
936
937 2010-10-07 Paul Hilfinger <hilfinger@adacore.com>
938
939 * dictionary.c (dict_hash): Revert to msymbol_hash_iw in
940 more cases.
941
942 2010-10-07 Paul Hilfinger <hilfinger@adacore.com>
943
944 * ada-lang.c (full_match): Declare.
945 (ada_match_name): Rename to match_name (we should avoid prefixing static
946 symbols with "ada_").
947 (match_name): New name for ada_match_name.
948 (struct ada_psym_data): Remove and replace with...
949 (struct match_data): User data for map_matching_symbols.
950 (ada_add_psyms): Remove.
951 (aux_add_nonlocal_symbols): New function, used as callback for
952 map_matching_symbols.
953 (compare_names): Ordering function adopted from strcmp_iw for Ada-encoded
954 symbols.
955 (ada_add_non_local_symbols): Rename to add_nonlocal_symbols.
956 (add_nonlocal_symbols): Renamed from ada_add_non_local_symbols.
957 Rework to use map_matching_symbols instead of map_ada_symtabs.
958 (ada_lookup_symbol_list): Use add_nonlocal_symbols.
959 * psymtab.c: Include dependency on dictionary.h.
960 (match_partial_symbol): New function.
961 (ada_lookup_partial_symbol): Remove.
962 (map_block): New function, auxiliary to map_matching_symbols_psymtab.
963 (map_matching_symbols_psymtab): New function.
964 (psym_functions): Replace map_ada_symtabs with map_matching_symbols_psymtab.
965 * symfile.h: Replace map_ada_symtabs definition with map_matching_symbols.
966
967 2010-10-06 Paul Hilfinger <hilfinger@adacore.com>
968
969 * ada-lang.c (ada_match_name): Use new API for wild_match.
970 (wild_match): Change API to be consistent with that of strcmp_iw;
971 return 0 for a match, and switch operand order.
972 (full_match): New function.
973 (ada_add_block_symbols): Use dict_iter_match_{first,next} for
974 matching to allow use of hashing.
975 * dictionary.c (struct dict_vector): Generalize iter_name_first,
976 iter_name_next ot iter_match_first, iter_match_next.
977 (iter_name_first_hashed): Replace with iter_match_first_hashed.
978 (iter_name_next_hashed): Replace with iter_match_next_hashed.
979 (iter_name_first_linear): Replace with iter_match_first_linear.
980 (iter_name_next_linear): Replace with iter_match_next_linear.
981 (dict_iter_name_first): Re-implement to use dict_iter_match_first.
982 (dict_iter_name_next): Re-implement to use dict_iter_match_next.
983 (dict_iter_match_first): New function.
984 (dict_iter_match_next): New function.
985 (dict_hash): New function.
986 * dictionary.h (dict_iter_match_first, dict_iter_match_next): Declare.
987 * psymtab.c (ada_lookup_partial_symbol): Use new wild_match API.
988
989 2010-10-06 Doug Evans <dje@google.com>
990
991 * data-directory/Makefile.in: Remove @host_makefile_frag@, @frags@.
992
993 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
994
995 * dwarf2read.c (read_tag_const_type): Handle const arrays.
996
997 2010-10-06 Doug Evans <dje@google.com>
998
999 * Makefile.in (REQUIRED_SUBDIRS): New var.
1000 (subdir_do): Verify required subdir Makefiles exist.
1001
1002 Create subdir data-directory.
1003 * Makefile.in (XML_SYSCALL_DIR, XML_SYSCALL_FILES): Moved to
1004 data-directory/Makefile.in.
1005 (SUBDIRS): Add data-directory.
1006 (all): Remove xml-syscall-copy dependency.
1007 (xml-syscall-copy): Moved to data-directory/Makefile.in as
1008 stamp-syscalls.
1009 (xml-syscall-install): Moved to data-directory/Makefile.in as
1010 install-syscalls.
1011 (install-only): Remove xml-syscall-install dependency.
1012 (all-data-directory): New rule.
1013 (data-directory/Makefile): New rule.
1014 * configure.ac (AC_OUTPUT): Add data-directory/Makefile.
1015 * configure: Regenerate.
1016 * data-directory/Makefile.in: New file.
1017 * python/lib/gdb/__init__.py: New file.
1018
1019 2010-10-06 Joel Brobecker <brobecker@adacore.com>
1020
1021 Fix ARI warnings in advance_wild_match.
1022 * ada-lang.c (advance_wild_match): Delete local variable t2.
1023 Adjust code accordingly. Minor reformatting.
1024
1025 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1026
1027 * gdbtypes.h (struct main_type): Remove flag_nottext.
1028 (enum type_flag_value): Remove TYPE_FLAG_NOTTEXT.
1029 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_NOTTEXT.
1030 (TYPE_NOTTEXT): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of flag_nottext.
1031 * gdbtypes.c (make_vector_type): Use TYPE_INSTANCE_FLAG_NOTTEXT instead
1032 of TYPE_FLAG_NOTTEXT.
1033 (init_type): Remove the initialization of the flag_nottext field.
1034 (gdbtypes_post_init): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of
1035 TYPE_FLAG_NOTTEXT.
1036 * c-valprint.c (c_val_print): Remove TYPE_VECTOR check.
1037
1038 2010-10-04 Doug Evans <dje@google.com>
1039
1040 * cc-with-index.sh: New file.
1041
1042 * dwarf2read.c (dw2_do_instantiate_symtab): Insert blank line after
1043 function comment.
1044 (dw2_instantiate_symtab, dw2_get_cu, extract_cu_value): Ditto.
1045 (create_cus_from_index, create_addrmap_from_index): Ditto.
1046 (mapped_index_string_hash, find_slot_in_mapped_hash): Ditto.
1047 (dw2_setup, dw2_require_line_header, dw2_require_full_path): Ditto.
1048 (dw2_do_expand_symtabs_matching): Ditto.
1049 (eq_strtab_entry, create_strtab, add_string): Ditto.
1050 (hash_strtab_entry): Ditto.
1051 (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry): Ditto.
1052 (create_index_table, create_mapped_symtab, find_slot): Ditto.
1053 (hash_expand, add_index_entry, add_indices_to_cpool): Ditto.
1054 (write_hash_table, add_address_entry, write_psymbols): Ditto.
1055 (write_obstack, unlink_if_set, write_one_signatured_type): Ditto.
1056 (write_psymtabs_to_index): Ditto.
1057
1058 2010-10-04 Joel Brobecker <brobecker@adacore.com>
1059
1060 * ada-lang.c: #include "value.h".
1061 (ensure_lval): Delete advance declaration. Remove gdbarch and sp
1062 arguments. Implement using value_allocate_space_in_inferior
1063 instead of allocating memory from the stack.
1064 (make_array_descriptor): Remove gdbarch and sp parameters. Update
1065 calls to ensure_lval.
1066 (ada_convert_actual): Remove gdbarch and sp parameters. Update
1067 calls to make_array_descriptor and ensure_lval.
1068 * ada-lang.h (ada_convert_actual): Update declaration.
1069 * infcall.c (value_arg_coerce): Update call to ada_convert_actual.
1070
1071 2010-10-04 Doug Evans <dje@google.com>
1072
1073 * python/python.c (_initialize_python): Define new function
1074 GdbSetPythonDirectory in python. Use it to update sys.path and
1075 gdb.__path__.
1076
1077 2010-10-03 Paul Hilfinger <hilfinger@adacore.com>
1078
1079 * gdb/ada-typeprint.c (print_selected_record_field_types): New function,
1080 incorporating and generalizing print_record_field_types.
1081 (print_record_field_types): Change return value and update comment.
1082 Re-implement using print_selected_record_field_types.
1083 (print_choices): Print "=>" here.
1084 Handle case of unencoded variant branch.
1085 (print_variant_clauses): Reformat comment.
1086 Special-case unencoded variant branch.
1087
1088 2010-10-03 Paul Hilfinger <hilfinger@adacore.com>
1089
1090 * ada-lang.c (wild_match): Reimplement.
1091 Change API to eliminate unused length argument, reverse arguments and
1092 make 0 the 'true' return value.
1093 (advance_wild_match): New auxiliary function for wild_match to improve
1094 readability.
1095 (ada_match_name, ada_add_block_symbols): Use new API for wild_match.
1096 * psymtab.c (ada_lookup_partial_symbol, map_ada_symtabs): Use new
1097 API for wild_match.
1098 * symfile.h (map_ada_symtabs): Modify declaration to use new API for
1099 wild_match.
1100 * dwarf2read.c (dw2_map_ada_symtabs): Ditto.
1101
1102 2010-10-01 Doug Evans <dje@google.com>
1103
1104 * dwarf2read.c (_initialize_dwarf2_read): Add usage info to help text
1105 for `save gdb-index' command.
1106
1107 2010-10-01 Tom Tromey <tromey@redhat.com>
1108
1109 * symfile.h (allocate_symtab): Update.
1110 * symfile.c (allocate_symtab): Make 'filename' const.
1111 * psymtab.c (add_psymbol_to_bcache): Make 'name' const.
1112 (add_psymbol_to_list): Likewise.
1113 * psympriv.h (struct partial_symtab) <filename, dirname>: Now
1114 const.
1115 (add_psymbol_to_list): Update.
1116 * mdebugread.c (new_symtab): Make 'name' const.
1117 (psymtab_to_symtab_1): Make 'filename' const.
1118 * elfread.c (elfstab_offset_sections): Update.
1119 * dwarf2read.c (dwarf_decode_lines): Make 'comp_dir' const.
1120 (dwarf2_start_subfile): Make 'dirname' and 'comp_dir' const.
1121 (psymtab_include_file_name): Update.
1122 * dbxread.c (find_stab_function_addr): Make 'filename' const.
1123 * buildsym.h (start_subfile): Update.
1124 * buildsym.c (start_subfile): Make arguments const.
1125
1126 2010-09-30 Ali Lakhia <lakhia@alumni.utexas.net>
1127
1128 * fork-child.c (breakup_args): Fix crash if shell forking is
1129 disabled at compile time.
1130
1131 2010-10-01 Joel Brobecker <brobecker@adacore.com>
1132
1133 * ada-lang.c (desc_bounds): Add handling of the case where
1134 the P_BOUNDS field is a pointer to a stub.
1135 (desc_data_target_type): Same for P_ARRAY field.
1136 (ada_check_typedef): Strip the typedef layers from the type
1137 found by ada_find_any_type.
1138
1139 2010-10-01 Joel Brobecker <brobecker@adacore.com>
1140
1141 * sparc-tdep.c (sparc32_frame_align): New function.
1142 (sparc32_gdbarch_init): Set the frame_align gdbarch method.
1143 * sparc64-tdep.c (sparc64_frame_align): New function.
1144 (sparc64_gdbarch_init): Set the frame_align gdbarch method.
1145
1146 2010-09-30 H.J. Lu <hongjiu.lu@intel.com>
1147
1148 * defs.h (MAX_REGISTER_SIZE): Set to 64.
1149
1150 2010-09-30 Tom Tromey <tromey@redhat.com>
1151
1152 * symfile.h (struct sym_fns) <next>: Remove.
1153 (add_symtab_fns): Update.
1154 * symfile.c (sym_fns_ptr): New typedef.
1155 (symtab_fns): Now a VEC.
1156 (add_symtab_fns): Update. Change argument type.
1157 (find_sym_fns): Update. Change return type.
1158 (get_symfile_segment_data): Update.
1159 * objfiles.h (struct objfile) <sf>: Now const.
1160 * somread.c (som_sym_fns): Now const. Update.
1161 * xcoffread.c (xcoff_sym_fns): Now const. Update.
1162 * mipsread.c (ecoff_sym_fns): Now const. Update.
1163 * machoread.c (macho_sym_fns): Now const. Update.
1164 * elfread.c (elf_sym_fns): Now const. Update.
1165 (elf_sym_fns_gdb_index): Likewise.
1166 * dbxread.c (aout_sym_fns): Now const. Update.
1167 * coffread.c (coff_sym_fns): Now const. Update.
1168
1169 2010-09-30 Tom Tromey <tromey@redhat.com>
1170
1171 * value.c (value_primitive_field): Take 'offset' into account for
1172 packed field.
1173
1174 2010-09-30 Tom Tromey <tromey@redhat.com>
1175
1176 * completer.c (count_struct_fields): Handle anonymous structs and
1177 unions.
1178 (add_struct_fields): Likewise.
1179
1180 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1181
1182 Fix printing parameters of inlined functions.
1183 * ada-lang.c (is_known_support_routine)
1184 (ada_unhandled_exception_name_addr_from_raise): Provide NULL parameter
1185 for find_frame_funname.
1186 * python/py-frame.c (frapy_name): Likewise.
1187 * stack.c (find_frame_funname): New parameter funcp. Update the
1188 function comment. Fill it in.
1189 (print_frame): New variable func. Initialize it by
1190 find_frame_funname. Print arguments only if FUNC is not NULL. Use
1191 FUNC as the parameter of print_args_stub.
1192 * stack.h (find_frame_funname): New parameter funcp. Remove the
1193 function declaration comment.
1194
1195 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1196
1197 PR corefiles/12071.
1198 * inferior.c (have_live_inferiors): New variables old_chain, inf and
1199 tp. Iterate INFERIOR_LIST and call target_has_execution.
1200
1201 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1202
1203 Fix GDB crash on inferior calls with self-referencing classes.
1204 * gnu-v3-abi.c (gnuv3_pass_by_reference): Do not call itself on static
1205 member fields.
1206
1207 2010-09-29 Doug Evans <dje@google.com>
1208
1209 Workaround for gcc/45682.
1210 * dwarf2read.c (partial_die_info): New fields fixup_called,
1211 linkage_name.
1212 (guess_partial_die_structure_name): Renamed from guess_structure_name.
1213 Move definition next to use. Use linkage_name to determine if class
1214 is in a namespace. All callers updated.
1215 (fixup_partial_die): Return early if already called.
1216 Set fixup_called when done.
1217 (guess_full_die_structure_name): New function.
1218 (determine_prefix): Call it for class/struct/union dies if c++ and
1219 .debug_types section is present and parent is DW_TAG_compile_unit.
1220
1221 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1222
1223 * configure.tgt (sparc-*-*): Set gdb_sim to ../sim/erc32/libsim.a.
1224 (sparc-*-rtems*): Delete. Now redundant with sparc-*-*.
1225
1226 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1227
1228 * NEWS: Announce Ravenscar Profile support.
1229
1230 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1231 Jerome Guitton <guitton@adacore.com>
1232
1233 * ravenscar-thread.c, ravenscar-thread.h, ravenscar-sparc-thread.c:
1234 New files.
1235 * configure.tgt (sparc-*-*): Add ravenscar-thread.o and
1236 ravenscar-sparc-thread.o to gdb_target_obs.
1237
1238 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1239
1240 * ada-tasks.c (iterate_over_live_ada_tasks): New function.
1241 * ada-lang.h (iterate_over_live_ada_tasks): Declare.
1242
1243 2010-09-27 Pierre Muller <muller@ics.u-strasbg.fr>
1244
1245 * amd64-windows-tdep.c (amd64_skip_main_prologue): New function.
1246 (amd64_windows_init_abi): Register amd64_skip_main_prologue as gdbarch
1247 skip_main_prologue method.
1248
1249 2010-09-27 Tom Tromey <tromey@redhat.com>
1250
1251 * dwarf2read.c (dwarf2_read_index): Only allow version 3.
1252 (write_psymbols): Add 'psyms_seen' and 'is_static' arguments.
1253 Only emit a given psymbol once.
1254 (struct signatured_type_index_data) <psyms_seen>: New field.
1255 (write_one_signatured_type): Update.
1256 (cleanup_htab): New function.
1257 (write_psymtabs_to_index): Update. Create psyms_seen hash. Bump
1258 version to 3.
1259 (save_gdb_index_command): Update index documentation.
1260
1261 2010-09-27 Tom Tromey <tromey@redhat.com>
1262
1263 * bcache.c (expand_hash_table): Use hash_function, not hash.
1264
1265 2010-09-27 Tom Tromey <tromey@redhat.com>
1266
1267 * gdb_wchar.h: Change minimum libiconv to 0x108.
1268
1269 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1270
1271 Fix lost siginfo_t for inferior calls.
1272 * infrun.c
1273 (struct inferior_thread_state) <siginfo_gdbarch, siginfo_data>: New.
1274 (save_inferior_thread_state): New variables regcache, gdbarch and
1275 siginfo_data. Initialize SIGINFO_DATA if gdbarch_get_siginfo_type_p.
1276 Move INF_STATE allocation later, pre-clear it. Initialize REGISTERS
1277 using REGCACHE.
1278 (restore_inferior_thread_state): New variables regcache and gdbarch.
1279 Restore SIGINFO_DATA for matching GDBARCH. Restore REGISTERS using
1280 REGCACHE. Free also SIGINFO_DATA.
1281
1282 2010-09-24 Tom Tromey <tromey@redhat.com>
1283
1284 * dwarf2read.c (dw2_expand_symtabs_matching): Add missing
1285 MAYBE_SWAPs.
1286 (dw2_map_symbol_names): Likewise.
1287
1288 2010-09-24 Sami Wagiaalla <swagiaal@redhat.com>
1289
1290 * valops.c (find_oload_champ_namespace_loop): replace incorrect
1291 discard_cleanups do_cleanups.
1292
1293 2010-09-24 Pedro Alves <pedro@codesourcery.com>
1294
1295 PR gdb/11842
1296
1297 * amd64-linux-nat.c (compat_siginfo_from_siginfo)
1298 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
1299 si_code is < 0. Check for si_code == SI_TIMER before checking for
1300 si_code < 0.
1301
1302 2010-09-24 Pedro Alves <pedro@codesourcery.com>
1303
1304 * objfiles.h (ALL_OBJSECTIONS): Handle breaks in the inner loop.
1305
1306 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1307
1308 * ada-tasks.c (read_atcb): Do not compute the task ptid when
1309 debugging a core file.
1310
1311 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1312
1313 Code cleanup.
1314 * objfiles.c (allocate_objfile) <objfile->name != NULL>: Remove.
1315 (free_objfile) <objfile->name != NULL>: Remove the conditional around
1316 xfree.
1317 * objfiles.h (struct objfile) <name>: New comment it is never NULL.
1318 * python/py-auto-load.c (auto_load_new_objfile) <!objfile->name>:
1319 Remove.
1320 * python/py-objfile.c (objfpy_get_filename) <obj->objfile->name>
1321 Remove the conditional.
1322 * python/py-progspace.c (pspy_get_filename) <objfile->name>: Likewise.
1323
1324 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1325
1326 * main.c: Include objfiles.h.
1327 (captured_main): New variable objfile. Call
1328 load_auto_scripts_for_objfile for ALL_OBJFILES.
1329
1330 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1331
1332 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: Add also
1333 DW_TAG_constant.
1334
1335 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1336
1337 * dwarf2read.c (scan_partial_symbols): Add handling of
1338 DW_TAG_constant DIEs.
1339 (add_partial_symbol, load_partial_dies, new_symbol): Likewise.
1340
1341 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1342
1343 * configure.ac: Add support for --enable-gdbserver.
1344 * configure: Regenerate.
1345
1346 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
1347
1348 PR C++/12028
1349 * valops.c (find_oload_champ_namespace_loop): removed incorrect
1350 'old_cleanups' reassignment.
1351
1352 2010-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1353
1354 * charset.c (wchar_iterate) <EILSEQ>: Return any possibly converted
1355 characters.
1356
1357 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
1358
1359 PR mi/11407
1360 * mi/mi-cmd-stack.c (list_args_or_locals): Catch exceptions from
1361 read_var_value and common_val_print and print a warning.
1362
1363 2010-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1364
1365 * MAINTAINERS (GLOBAL MAINTAINERS) <Jan Kratochvil>: Move the entry to
1366 keep the list in alphabetical order. Use longer e-mail address.
1367
1368 2010-09-15 Tom Tromey <tromey@redhat.com>
1369
1370 * MAINTAINERS (GLOBAL MAINTAINERS): Add Jan Kratochvil.
1371
1372 2010-09-15 Tom Tromey <tromey@redhat.com>
1373
1374 * charset.c (iconv_open): New define.
1375 (iconv): Likewise.
1376 (iconv_close): Likewise.
1377 (phony_iconv_open): Add "phony_" prefix.
1378 (phony_iconv_close): Likewise.
1379 (phony_iconv): Likewise.
1380 * gdb_wchar.h: Check _LIBICONV_VERSION, __STDC_ISO_10646__.
1381 Change how INTERMEDIATE_ENCODING is defined.
1382
1383 2010-09-15 Doug Evans <dje@google.com>
1384
1385 * dwarf2read.c (struct die_info): Fix comment.
1386
1387 2010-09-15 Alan Modra <amodra@gmail.com>
1388
1389 PR 4606
1390 * gcore.c (gcore_create_callback): Clear SEC_HAS_CONTENTS rather
1391 than setting SEC_NEVER_LOAD on sections that need not be copied.
1392
1393 2010-09-14 Tom Tromey <tromey@redhat.com>
1394
1395 * psympriv.h (add_psymbol_to_list, init_psymbol_list)
1396 (start_psymtab_common, allocate_psymtab, discard_psymtab):
1397 Declare.
1398 * symfile.h (extend_psymbol_list): Remove.
1399 (add_psymbol_to_list, init_psymbol_list, start_psymtab_common)
1400 (allocate_psymtab, discard_psymtab): Move to psympriv.h.
1401 * psymtab.c (extend_psymbol_list): Move earlier. Now static.
1402
1403 2010-09-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1404
1405 * dwarf2read.c (dw2_map_ada_symtabs): Remove the internal_error.
1406 Update the comment.
1407
1408 2010-09-14 Tom Tromey <tromey@redhat.com>
1409
1410 PR symtab/8399:
1411 * dwarf2loc.c (locexpr_describe_location_piece): Don't call error
1412 for unrecognized frame base expression.
1413
1414 2010-09-14 Tom Tromey <tromey@redhat.com>
1415
1416 PR exp/11803:
1417 * value.c (value_static_field): Use value_of_variable.
1418
1419 2010-09-14 Pierre Muller <muller@ics.u-strasbg.fr>
1420
1421 * m32r-rom.c: Replace winsock.h with winsock2.h header.
1422 * remote-m32r-sdi.c: Replace winsock.h by winsock2.h.
1423
1424 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
1425
1426 PR symtab/11992:
1427 * c-exp.y (classify_name): Check is_a_member_of_this before returning
1428 UNKNOWN_CPP_NAME.
1429
1430 2010-09-13 Joel Brobecker <brobecker@adacore.com>
1431
1432 * NEWS: Add x86-lynxos to the list of platforms supported by
1433 gdbserver.
1434
1435 2010-09-13 Joel Brobecker <brobecker@adacore.com>
1436
1437 * NEWS: Announce GDBserver support for version 5.x of ppc-lynxos.
1438
1439 2010-09-13 Tom Tromey <tromey@redhat.com>
1440
1441 * Makefile.in (HFILES_NO_SRCDIR): Add progspace.h.
1442
1443 2010-09-13 H.J. Lu <hongjiu.lu@intel.com>
1444
1445 * i386-tdep.c (i386_ymm_type): Set type name to
1446 builtin_type_vec256i.
1447
1448 2010-09-12 Michael Snyder <msnyder@vmware.com>
1449
1450 * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1451
1452 2010-09-12 H.J. Lu <hongjiu.lu@intel.com>
1453
1454 * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1455
1456 2010-09-11 H.J. Lu <hongjiu.lu@intel.com>
1457
1458 * amd64-tdep.c (amd64_register_name): Removed.
1459 (amd64_init_abi): Don't call set_gdbarch_register_name.
1460
1461 * i386-tdep.c (i386_ymmh_regnum_p): Make it static.
1462
1463 * i386-tdep.h (i386_ymmh_regnum_p): Removed.
1464
1465 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1466 Paul Bolle <pebolle@tiscali.nl>
1467
1468 Redirect also uiout and stdtarg{,err} in execute_command_to_string.
1469 * cli-logging.c (struct saved_output_files) <targerr>: New.
1470 (set_logging_redirect, pop_output_files, handle_redirections):
1471 Redirect also gdb_stdtargerr.
1472 * defs.h (struct ui_out, make_cleanup_ui_out_redirect_pop): New
1473 declarations.
1474 * event-top.c (gdb_setup_readline, gdb_disable_readline): Redirect
1475 also gdb_stdtargerr.
1476 * top.c (execute_command_to_string): Move make_cleanup_ui_file_delete
1477 to the top. Redirect also gdb_stdlog, gdb_stdtarg and gdb_stdtargerr.
1478 Use ui_out_redirect, register make_cleanup_ui_out_redirect_pop.
1479 * tui/tui-io.c (tui_setup_io): Redirect also gdb_stdtargerr.
1480 * utils.c (do_ui_out_redirect_pop, make_cleanup_ui_out_redirect_pop):
1481 New functions.
1482
1483 2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1484
1485 * hppa-tdep.c (unwind_command): Use host_address_to_string function
1486 to display a host address.
1487 * monitor.c (monitor_read_memory): Likewise.
1488 * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
1489
1490 2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1491
1492 * coffread.c (struct coff_symbol): Change c_value type from `long' to
1493 `CORE_ADDRESS' as it might contain target addresses.
1494
1495 2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1496
1497 * alpha-mdebug-tdep.c (find_proc_desc): Use SYMBOL_VALUE_BYTES macro
1498 before cast to pointer to avoid warning.
1499
1500 2010-09-09 Kevin Buettner <kevinb@redhat.com>
1501
1502 * v850-tdep.c (v850_gdbarch_init): Change the v850's `char'
1503 type to be signed.
1504
1505 2010-09-09 Ulrich Weigand <uweigand@de.ibm.com>
1506
1507 * dwarf2read.c (fixup_partial_die): Do not set dummy name for
1508 anonymous class partial DIEs.
1509
1510 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1511
1512 * dwarf2read.c (dwarf2_compute_name): Check that the first
1513 argument is a pointer.
1514
1515 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1516
1517 * dwarf2read.c (read_func_scope, read_structure_type)
1518 (read_common_block): Check for a NULL return from new_symbol.
1519
1520 2010-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1521
1522 * dwarf2read.c (dwarf2_read_index): Return on no SEC_HAS_CONTENTS.
1523
1524 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1525
1526 * dwarf2read.c (read_structure_type): Move processing of
1527 fields and member functions from here...
1528 (process_structure_scope): ... to here.
1529
1530 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1531
1532 * gnu-v3-abi.c (gnuv3_print_method_ptr): Do not use
1533 the domain type.
1534 (gnuv3_make_method_ptr): Likewise.
1535
1536 2010-09-08 Tom Tromey <tromey@redhat.com>
1537
1538 * breakpoint.c (create_breakpoint): Add missing _().
1539
1540 2010-09-08 Doug Evans <dje@google.com>
1541
1542 * dwarf2-frame.h (dwarf2_frame_build_info): Delete, unused.
1543
1544 2010-09-08 Tom Tromey <tromey@redhat.com>
1545
1546 Revert:
1547 2010-09-01 Tom Tromey <tromey@redhat.com>
1548 * dwarf2read.c, gdbtypes.c, psymtab.c, symfile.h, symtab.c,
1549 symtab.h: Revert earlier change.
1550
1551 2010-09-09 Sami Wagiaalla <swagiaal@redhat.com>
1552
1553 * psymtab.c (add_psymbol_to_bcache): Initialize
1554 obj_section.
1555 memset psymbol.ginfo.value to 0.
1556
1557 2010-09-06 Pedro Alves <pedro@codesourcery.com>
1558
1559 * infrun.c (resume): Extend comment on ignoring single-step
1560 requests on vfork parents waiting for a vfork-done.
1561
1562 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1563 Pedro Alves <pedro@codesourcery.com>
1564
1565 * corelow.c (core_open): Use target_signal_from_host if CORE_GDBARCH
1566 is NULL.
1567 * fork-child.c (startup_inferior) <resume_signal>: Use enum
1568 target_signal type.
1569 * linux-nat.c (linux_nat_resume): Use target_signal_to_host before
1570 calling strsignal. Use enum target_signal type for saved_signo.
1571 (linux_handle_extended_wait) <signo>: Use enum target_signal type.
1572 (linux_nat_wait_1): Use enum target_signal type for signo. Use
1573 target_signal_to_host before calling strsignal.
1574 * remote-m32r-sdi.c (m32r_wait, m32r_detach): Replace 0 by
1575 TARGET_SIGNAL_0.
1576
1577 2010-09-06 Pedro Alves <pedro@codesourcery.com>
1578 Jan Kratochvil <jan.kratochvil@redhat.com>
1579
1580 * common/signals.c (ANY): Remove.
1581 (SET): No longer use ANY.
1582
1583 2010-09-06 Yao Qi <yao@codesourcery.com>
1584
1585 * infrunc(resume): When inferior is waiting_for_vfork_done,
1586 clear step and don't use displaced stepping.
1587
1588 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
1589
1590 * breakpoint.c (can_use_hardware_watchpoint): Handle the first
1591 value specially.
1592
1593 2010-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1594
1595 Code cleanup - split print_stop_reason.
1596 * infrun.c (enum inferior_stop_reason): Remove.
1597 (print_stop_reason): Remove by splitting into ...
1598 (print_exited_reason, print_signal_exited_reason)
1599 (print_no_history_reason, print_signal_received_reason)
1600 (print_end_stepping_range_reason): ... these new functions. Update
1601 the preceding comment.
1602 (handle_inferior_event): Change the calls to print_exited_reason,
1603 print_signal_exited_reason, print_no_history_reason,
1604 print_signal_received_reason, print_end_stepping_range_reason.
1605 (handle_step_into_function, handle_step_into_function_backward):
1606 Change the calls to print_end_stepping_range_reason.
1607
1608 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1609
1610 * breakpoint.c (save_breakpoints): Use RETURN_MASK_ALL.
1611 * cli-out.c: Include vec.h.
1612 (cli_field_fmt, cli_spaces, cli_text, cli_message, cli_flush): New
1613 variable stream, initialize it, use it.
1614 (cli_redirect): New function comment. Replace the stream and
1615 original_stream fields by the new streams field. Remove the
1616 original_stream != NULL conditional, assert error on NULL instead.
1617 (out_field_fmt, field_separator): New variable stream, initialize it, use it.
1618 (cli_out_data_ctor): Assert non-NULL stream. Replace the stream and
1619 original_stream fields by the new streams field.
1620 (cli_out_set_stream): Replace the stream field by the new streams
1621 field.
1622 * cli-out.h: Include vec.h.
1623 (ui_filep): New typedef, call DEF_VEC_P for it.
1624 (struct cli_ui_out_data): Replace the stream and original_stream
1625 fields by the new streams field.
1626 * cli/cli-logging.c (set_logging_redirect): Call ui_out_redirect with
1627 NULL first. Extend the comment.
1628 (handle_redirections): Call ui_out_redirect with output.
1629 * python/py-breakpoint.c (bppy_get_commands): Move ui_out_redirect
1630 calls outside of the TRY_CATCH block.
1631
1632 2010-09-03 Joel Brobecker <brobecker@adacore.com>
1633
1634 GDB 7.2 released.
1635
1636 2010-09-02 Joel Brobecker <brobecker@adacore.com>
1637
1638 Back out the following change:
1639 | 2010-06-29 Hui Zhu <teawater@gmail.com>
1640 | * record.c (set_record_pic_cmdlist,
1641 | show_record_pic_cmdlist): New variables.
1642 | (set_record_pic_command,
1643 | show_record_pic_command): New functions.
1644 | (record_pic_function, record_pic_line, record_pic_enum,
1645 | set_record_pic_type, record_pic_hide_nofunction,
1646 | record_pic_hide_nosource, record_pic_hide_same): New variables.
1647 | (record_pic_fputs): New function.
1648 | (function_list, node_list, edge_list): New struct.
1649 | (function_list, node_list, edge_list): New variables.
1650 | (record_pic_cleanups, record_pic_node,
1651 | record_pic_edge, cmd_record_pic): New functions.
1652 | (_initialize_record): Add new commands for record pic.
1653
1654 2010-09-02 Daniel Jacobowitz <dan@codesourcery.com>
1655
1656 * config.in, configure: Regenerated.
1657 * configure.ac: Check for waitpid.
1658 * ser-pipe.c (pipe_close): Wait for the program to exit.
1659
1660 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1661
1662 * cli/cli-logging.c: Include gdb_assert.h.
1663 (set_logging_overwrite): New function.
1664 (logging_redirect): New comment.
1665 (logging_no_redirect_file, set_logging_redirect)
1666 (pop_output_files) <logging_no_redirect_file>: New.
1667 (handle_redirections) <!logging_redirect>: New variable
1668 no_redirect_file. Remove file autoclose for tee_file_new. No longer
1669 discard cleanup for the close of former OUTPUT. Set
1670 LOGGING_NO_REDIRECT_FILE.
1671 (handle_redirections) <logging_redirect>: gdb_assert
1672 LOGGING_NO_REDIRECT_FILE.
1673 (show_logging_command) <logging_redirect handling>: Adjust messages
1674 for SAVED_FILENAME not NULL.
1675 (_initialize_cli_logging): Install set_logging_overwrite and
1676 set_logging_redirect.
1677
1678 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1679
1680 * iq2000-tdep.c (iq2000_scan_prologue): Initialize SAL.END.
1681
1682 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1683
1684 * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT): Convert it to the no- form.
1685 (monitor.o): Replace $(INTERNAL_WARN_CFLAGS) by $(INTERNAL_CFLAGS) and
1686 add $(GDB_WARN_CFLAGS_NO_FORMAT).
1687 (printcmd.o): Replace $(INTERNAL_CFLAGS_BASE) by $(INTERNAL_CFLAGS).
1688
1689 2010-09-02 Yao Qi <yao@codesourcery.com>
1690
1691 * linux-nat.c (status_to_str): Use WTERMSIG to extract the signal
1692 number from a WIFSIGNALED status.
1693
1694 2010-09-01 Tom Tromey <tromey@redhat.com>
1695
1696 * symtab.h (lookup_type_symbol): Declare.
1697 * symtab.c (lookup_symbol_in_language_full): Rename from
1698 lookup_symbol_in_language. Add 'for_type' argument.
1699 (lookup_symbol_in_language): New function.
1700 (lookup_type_symbol): Likewise.
1701 (lookup_symbol_aux): Add 'for_type' argument.
1702 (match_symbol_aux): New function.
1703 (lookup_symbol_aux_symtabs): Use expand_one_symtab_matching.
1704 (match_transparent_type): New function.
1705 (basic_lookup_transparent_type): Use expand_one_symtab_matching.
1706 * symfile.h (struct quick_symbol_functions)
1707 <pre_expand_symtabs_matching>: Remove.
1708 <expand_one_symtab_matching>: New field.
1709 * psymtab.c (expand_one_symtab_matching_psymtabs): New function.
1710 (pre_expand_symtabs_matching_psymtabs): Remove.
1711 (psym_functions): Update.
1712 * gdbtypes.c (lookup_typename): Use lookup_type_symbol.
1713 * dwarf2read.c (dw2_lookup_symbol): Update comment.
1714 (dw2_pre_expand_symtabs_matching): Remove.
1715 (dw2_expand_one_symtab_matching): New function.
1716 (dwarf2_gdb_index_functions): Update.
1717
1718 2010-09-01 Joel Brobecker <brobecker@adacore.com>
1719
1720 * NEWS: Add entry announcing GDBserver support on powerpc-lynxos.
1721
1722 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
1723
1724 * mi/mi-main.c (mi_cmd_list_target_features): Add `reverse'
1725 as a feature reported by -list-target-features.
1726
1727 2010-09-01 Joel Brobecker <brobecker@adacore.com>
1728
1729 * features/Makefile (WHICH): Add rs6000/powerpc-32.
1730 (powerpc-32.o, powerpc-32.c): New rules.
1731 (clean): Also remove powerpc-32.c.
1732 * regformats/rs6000/powerpc-32.dat: Generate.
1733
1734 2010-08-31 Sami Wagiaalla <swagiaal@redhat.com>
1735
1736 * symfile.c (reread_symbols): Use psymbol_bcache_free, and
1737 psymbol_bcache_init.
1738 * psymtab.h (psymbol_bcache_init): New function prototype.
1739 (psymbol_bcache_free): New function prototype.
1740 (psymbol_bcache_get_bcache): New function prototype.
1741 * psymtab.c (psymbol_bcache_init): New function.
1742 (psymbol_bcache_free): New function.
1743 (psymbol_bcache_full): New function.
1744 (psymbol_bcache_get_bcache): New function.
1745 (add_psymbol_to_bcache): use psymbol_bcache_full.
1746 * objfiles.h (psymbol_cache): Change type of psymbol_cache to
1747 psymbol_bcache.
1748 * symmisc.c (print_symbol_bcache_statistics): Updated.
1749 (print_objfile_statistics): Updated.
1750 * objfiles.c (allocate_objfile): Use psymbol_bcache_init to initialize
1751 psymbol_cache.
1752 (free_objfile): Use psymbol_bcache_free.
1753
1754 2010-08-31 Tom Tromey <tromey@redhat.com>
1755
1756 PR c++/11961:
1757 * dwarf2read.c (new_symbol_full) <DW_TAG_template_type_param>:
1758 Don't set TYPE_NAME on the type.
1759
1760 2010-08-31 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
1761
1762 * infrun.c (set_exec_direction_func): Error out if target does not
1763 support reverse execution.
1764
1765 2010-08-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1766
1767 Make linux_get_siginfo_type `type *' unique.
1768 * linux-tdep.c (linux_gdbarch_data_handle, struct linux_gdbarch_data)
1769 (init_linux_gdbarch_data, get_linux_gdbarch_data): New.
1770 (linux_get_siginfo_type): New variable linux_gdbarch_data. Initialize
1771 it. Use linux_gdbarch_data->siginfo_type as a persistent storage.
1772 (_initialize_linux_tdep): New.
1773
1774 2010-08-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1775
1776 Code cleanup.
1777 * defs.h (find_memory_region_ftype): New typedef.
1778 (exec_set_find_memory_regions): Use it.
1779 * exec.c (exec_set_find_memory_regions): Use find_memory_region_ftype.
1780 * fbsd-nat.c (fbsd_find_memory_regions): Likewise.
1781 * gcore.c (objfile_find_memory_regions): Likewise.
1782 * gnu-nat.c (gnu_find_memory_regions): Likewise.
1783 * linux-nat.c (linux_nat_find_memory_regions): Likewise.
1784 * procfs.c (iterate_over_mappings_cb_ftype): Remove.
1785 (iterate_over_mappings): Rename iterate_over_mappings_cb_ftype to
1786 find_memory_region_ftype.
1787 (insert_dbx_link_bpt_in_region): Likewise.
1788 (iterate_over_mappings): Likewise. Drop the comment part about the
1789 function prototype.
1790 (find_memory_regions_callback): Use find_memory_region_ftype.
1791 (proc_find_memory_regions): Likewise.
1792 (info_mappings_callback): Rename iterate_over_mappings_cb_ftype to
1793 find_memory_region_ftype.
1794 * target.c (dummy_find_memory_regions): Use find_memory_region_ftype.
1795 * target.h (struct target_ops) <to_find_memory_regions>: Likewise.
1796
1797 2010-08-31 Sami Wagiaalla <swagiaal@redhat.com>
1798
1799 * psymtab.c (add_psymbol_to_bcache): Remove 'static' from
1800 'static partial_symbol psymbol'.
1801 (psymbol_hash): New function.
1802 (psymbol_compare): New function.
1803 * bcache.c (hash_continue): New.
1804 (hash): Use hash_continue.
1805 * bcache.c: Add hash_function and compare_function
1806 pointers to bcache struct.
1807 (bcache_full): Use bcache->hash_function, and
1808 bcache->compare_function.
1809 (bcache_compare): New function.
1810 (bcache_xmalloc): Take hash_function and
1811 compare_function arguments and initialize the
1812 bcach's pointers.
1813 Updated comment.
1814 * objfiles.c (allocate_objfile): Updated.
1815 * symfile.c (reread_symbols): Updated.
1816 * python/py-type.c (typy_richcompare): Updated.
1817
1818 2010-08-30 Andre Poenitz <andre.poenitz@nokia.com>
1819 Tom Tromey <tromey@redhat.com>
1820
1821 PR python/11792:
1822 * python/py-value.c (valpy_get_dynamic_type): New function.
1823 (value_object_getset): Add "dynamic_type".
1824 (valpy_get_type): Fail on error.
1825
1826 2010-08-30 Yao Qi <yao@codesourcery.com>
1827
1828 * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): New.
1829 (arm_linux_syscall_next_pc): New.
1830 (arm_linux_copy_svc): Use arm_linux_sigreturn_return_addr instead.
1831 (arm_linux_init_abi): Initialize syscall_next_pc.
1832 * arm-tdep.c (thumb_get_next_pc_raw): Get next pc of SWI in Thumb mode.
1833 (arm_get_next_pc_raw): Get next pc of SWI in ARM mode.
1834 * arm-tdep.h (struct gdbarch_tdep): Add a function pointer syscall_next_pc.
1835 Declare arm_frame_is_thumb.
1836
1837 2010-08-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1838
1839 Code cleanup.
1840 * breakpoint.c (bpstat_alloc): Remove unused prototype.
1841 (bpstat_alloc): Change parameters cbs to bs_link_pointer. Adjust the
1842 code.
1843 (bpstat_stop_status): Change root_bs into bs_head and bs_link. Adjust
1844 calls of bpstat_alloc. Remove explicit bs chain termination.
1845
1846 2010-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1847
1848 Code cleanup.
1849 * linux-nat.c (pull_pid_from_list): Rename status to statusp.
1850 (my_waitpid): Likewise.
1851
1852 2010-08-27 Doug Evans <dje@google.com>
1853
1854 * dwarf2read.c (dw2_require_line_header): Read from .debug_types
1855 as appropriate.
1856
1857 2010-08-27 Tom Tromey <tromey@redhat.com>
1858
1859 * dwarf2read.c (dwarf2_attach_fields_to_type): Don't set
1860 TYPE_FIELD_IGNORE_BITS.
1861
1862 2010-08-27 Doug Evans <dje@google.com>
1863
1864 * dwarf2read.c (dwarf2_per_objfile_free): Reorganize buffers to match
1865 the order they're defined in. munmap .debug_types buffer.
1866
1867 2010-08-26 Doug Evans <dje@google.com>
1868
1869 * dwarf2read.c (dw2_require_full_path): Rename parameter cu to per_cu.
1870 (dw2_forget_cached_source_info): Rename local cu to per_cu.
1871 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching): Ditto.
1872 (dw2_print_stats, dw2_expand_all_symtabs): Ditto.
1873 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file): Ditto.
1874 (dw2_find_symbol_file, dw2_expand_symtabs_matching): Ditto.
1875 (dw2_map_symbol_filenames, dwarf2_initialize_objfile): Ditto.
1876 (dwarf2_free_objfile, write_one_signatured_type): Ditto.
1877 (write_psymtabs_to_index): Ditto.
1878
1879 2010-08-26 Pedro Alves <pedro@codesourcery.com>
1880
1881 * NEWS: Mention libthread_db debugging with core files.
1882
1883 2010-08-26 Doug Evans <dje@google.com>
1884
1885 * dwarf2read.c (dwarf2_build_include_psymtabs): Remove unnecessary
1886 forward decl. Pass pst->dirname to dwarf_decode_lines.
1887 (psymtab_include_file_name): New function.
1888 (dwarf_decode_lines): Call it. Update comments.
1889
1890 2010-08-25 Pedro Alves <pedro@codesourcery.com>
1891
1892 * dwarf2read.c (inherit_abstract_dies): Handle origin die's
1893 compilation unit being different from target die's.
1894
1895 2010-08-24 Doug Evans <dje@google.com>
1896
1897 PR symtab/11942
1898 * dwarf2read.c (dwarf2_per_objfile): New members debug_info_type_hash,
1899 debug_types_type_hash.
1900 (dwarf2_cu, dwarf2_per_cu_data): Delete member type_hash.
1901 All uses updated.
1902 (lookup_die_type): Renamed from tag_type_to_tag. First look in
1903 appropriate type_hash table. All callers updated.
1904 (allocate_signatured_type_table): Renamed from
1905 allocate_signatured_type_hash_table. All callers updated.
1906 (create_signatured_type_table_from_index): Renamed from
1907 create_signatured_type_hash_from_index. All callers updated.
1908 (read_die_type): Add comment. Move actual reading to ...
1909 (read_die_type_1): ... here. New function.
1910 (follow_die_ref_or_sig): Tweak comment.
1911 (set_die_type): Rewrite to use appropriate choice of
1912 debug_info_type_hash or debug_types_type_hash.
1913 (get_die_type_at_offset): New function.
1914 (get_die_type): Call it.
1915
1916 2010-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1917
1918 * python/py-type.c (typy_richcompare): Initialize worklist.
1919
1920 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
1921 Kazu Hirata <kazu@codesourcery.com>
1922 Jonathan Larmour <jifl@eCosCentric.com>
1923
1924 * arm-tdep.c: Include features/arm-with-m.c.
1925 (arm_psr_thumb_bit): New. Update all uses of CPSR_T to
1926 call this function.
1927 (arm_pc_is_thumb): Add a gdbarch argument. Update all callers.
1928 Check is_m after force-mode.
1929 (arm_gdbarch_init): Check the binary before the target description.
1930 Add check for M profile attribute. If we have an M-profile device,
1931 but no target register description, use arm-with-m. Recognize the
1932 new org.gnu.gdb.arm.m-profile feature and its xpsr register.
1933 (_initialize_arm_tdep): Call initialize_tdesc_arm_with_m.
1934 * arm-tdep.h (XPSR_T): Define.
1935 (struct gdbarch_tdep): Add is_m member.
1936 * features/arm-m-profile.xml, features/arm-with-m.c,
1937 features/arm-with-m.xml: New files.
1938
1939 2010-08-23 Doug Evans <dje@google.com>
1940
1941 * dwarf2read.c (read_structure_type): Add comment.
1942 (read_enumeration_type): Add comment.
1943 (process_enumeration_scope): Move definition of some locals
1944 closer to their use.
1945 (read_namespace_type): Add comment.
1946 (set_die_type): Fix typo in comment.
1947
1948 2010-08-23 Tom Tromey <tromey@redhat.com>
1949
1950 PR python/11145:
1951 * python/py-value.c: Include expression.h.
1952 (valpy_do_cast): New function.
1953 (valpy_cast): Use it.
1954 (valpy_dynamic_cast): New function.
1955 (valpy_reinterpret_cast): Likewise.
1956 (value_object_methods): Add dynamic_cast, reinterpret_cast.
1957
1958 2010-08-23 Tom Tromey <tromey@redhat.com>
1959
1960 PR python/11391:
1961 * python/py-value.c (valpy_nonzero): Don't throw error for other
1962 Value types.
1963
1964 2010-08-23 Tom Tromey <tromey@redhat.com>
1965
1966 PR python/10676:
1967 * python/py-type.c: Include bcache.h, vec.h.
1968 (struct type_equality_entry): New.
1969 (compare_strings): New function.
1970 (check_types_equal): Likewise.
1971 (check_types_worklist): Likewise.
1972 (typy_richcompare): Likewise.
1973 (type_object_type): Set tp_richcompare field.
1974
1975 2010-08-23 Tom Tromey <tromey@redhat.com>
1976
1977 PR python/10953:
1978 * python/py-type.c (typy_fields): Call check_typedef.
1979 (typy_template_argument): Add TRY_CATCH.
1980
1981 2010-08-23 Tom Tromey <tromey@redhat.com>
1982
1983 PR python/11915:
1984 * python/py-type.c (typy_array): New function.
1985 (type_object_methods): Add "array".
1986
1987 2010-08-20 Pedro Alves <pedro@codesourcery.com>
1988
1989 * python/python.c: Include "serial.h".
1990 (gdbpy_event_fds): Change type to `struct serial *' a array from
1991 int array.
1992 (gdbpy_run_events): Change parameters. Use serial_readchar in
1993 place of read.
1994 (gdbpy_post_event): Use serial_write in place of write.
1995 (gdbpy_initialize_events): Use serial_pipe instead of pipe, and
1996 serial_async in place of add_file_handler.
1997
1998 2010-08-20 Pedro Alves <pedro@codesourcery.com>
1999
2000 * serial.h (gdb_pipe, serial_pipe): Declare.
2001 * serial.c (serial_interface_lookup): Take a const char pointer.
2002 (serial_fdopen): Rename to ...
2003 (serial_fdopen_ops): ... this. Add an OPS parameter and use it.
2004 Call the OPS' fdopen function if there is one.
2005 (serial_fdopen): Rewrite as wrapper to serial_fdopen_ops.
2006 (serial_pipe): New.
2007 (struct serial_ops) <fdopen>: New field.
2008
2009 * ser-mingw.c (free_pipe_state):
2010 (free_pipe_state): Close output on non-pex pipes.
2011 (pipe_windows_fdopen): New.
2012 (gdb_pipe): New.
2013 (_initialize_ser_windows): Register pipe_windows_fdopen.
2014 * ser-go32.c (gdb_pipe): New.
2015 * ser-pipe.c (pipe_close): Close file descriptor even if there's
2016 no state pointer.
2017 (pipe_ops): Delete.
2018 (gdb_pipe): New.
2019
2020 2010-08-20 Keith Seitz <keiths@redhat.com>
2021
2022 PR symtab/11465:
2023 * dwarf2read.c (struct delayed_method_info): New struct.
2024 (struct dwarf2_cu): Add vector method_list.
2025 (scan_partial_symbols): Count methods for union, class, structure,
2026 and interface types.
2027 (add_to_method_list): New function.
2028 (free_delayed_list): New function.
2029 (compute_delayed_physnames): New function.
2030 (process_full_comp_unit): Make a cleanup for the CU's delayed
2031 physname list, compute the delayed physnames, and free the
2032 the list.
2033 (dwarf2_add_member_fn): For C++ and Java, delay the computation
2034 of the physname until after the CU is read.
2035
2036 * dwarf2read.c (read_structure_type): Check if the current
2037 DIE's type was already completed after dwarf2_full_name
2038 was called.
2039
2040 2010-08-19 Stan Shebs <stan@codesourcery.com>
2041
2042 * NEWS: Mention some additional changes.
2043
2044 2010-08-19 Tom Tromey <tromey@redhat.com>
2045
2046 * Makefile.in (install-python): Add DESTDIR.
2047
2048 2010-08-19 Doug Evans <dje@google.com>
2049
2050 PR exp/11926
2051 * parser-defs.h (parse_float, parse_c_float): Declare.
2052 * parse.c (parse_float, parse_c_float): New function.
2053 * c-exp.y (parse_number): Call parse_c_float.
2054 * objc-exp.y (parse_number): Ditto.
2055 * p-exp.y (parse_number): Ditto. Use ANSI/ISO-style definition.
2056 * jv-exp.y (parse_number): Call parse_float, fix suffix handling.
2057
2058 2010-08-19 Joel Brobecker <brobecker@adacore.com>
2059
2060 * psymtab.c (map_symbol_filenames_psymtab): Call FUN with
2061 the arguments in the correct order.
2062 * symtab.c (maybe_add_partial_symtab_filename): Declare
2063 the arguments in the correct order.
2064
2065 2010-08-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2066
2067 * varobj.c (varobj_create): Replace variable old_fi with old_id,
2068 initialize it by null_frame_id, wrap its usage by get_frame_id,
2069 frame_id_p and frame_find_by_id.
2070
2071 2010-08-18 Tom Tromey <tromey@redhat.com>
2072
2073 PR python/11900:
2074 * configure: Rebuild.
2075 * configure.ac: Add install-python to CONFIG_INSTALL.
2076 * Makefile.in (install-python): New.
2077
2078 2010-08-18 Doug Evans <dje@google.com>
2079
2080 * gdb_assert.h (gdb_assert_not_reached): New macro.
2081 (gdb_assert_fail): Fix typo in comment.
2082 * avr-tdep.c (avr_return_value): Use gdb_assert_not_reached instead of
2083 gdb_assert (0).
2084 * darwin-nat.c (darwin_check_new_threads): Ditto.
2085 * dwarf2read.c (dwarf2_get_section_info): Ditto.
2086 (munmap_section_buffer): Ditto.
2087 * m32c-tdep.c (make_types): Ditto.
2088 (m32c_decode_srcdest4, m32c_decode_sd23, m32c_frame_base): Ditto.
2089 * macroexp.c (get_character_constant): Ditto.
2090 (get_string_literal): Ditto.
2091 * mep-tdep.c (mep_pseudo_cr_size): Ditto.
2092 (mep_pseudo_cr_index, mep_register_type): Ditto.
2093 (mep_pseudo_register_read, mep_pseudo_register_write): Ditto.
2094 (mep_get_insn, mep_analyze_prologue): Ditto.
2095 * objfiles.c (qsort_cmp): Ditto.
2096 * prologue-value.c (pv_is_identical): Ditto.
2097 * record.c (record_get_loc): Ditto.
2098 * value.c (value_static_field): Ditto.
2099 * xtensa-tdep.c (call0_track_op): Ditto.
2100
2101 2010-08-18 Tom Tromey <tromey@redhat.com>
2102
2103 PR symtab/11919:
2104 * gdbtypes.c (lookup_struct_elt_type): Clean up error emission.
2105 * parse.c (parse_field_expression): Use RETURN_MASK_ERROR. Move
2106 name-copying lower. Document exception behavior.
2107 * completer.c (expression_completer): Catch exceptions from
2108 parse_field_expression.
2109
2110 2010-08-18 Pedro Alves <pedro@codesourcery.com>
2111
2112 PR corefile/8210
2113
2114 * linux-thread-db.c (add_thread_db_info): Skip glibc/BZ5983
2115 workaround on core files.
2116 (try_thread_db_load_1): Don't try enabling thread event reporting
2117 on core files.
2118 (thread_db_load): Allow thread_db on core files.
2119 (attach_thread): Don't check thread signals on core files, nor try
2120 really attaching to the thread, nor enabling thread event event
2121 reporting.
2122 (thread_db_detach): Don't try disabing thread event reporting or
2123 removing thread event breakpoints when debugging a core file.
2124 (find_new_threads_callback): Don't try enabling thread event
2125 reporting on core files.
2126 (thread_db_find_new_threads_2): Don't look for a stopped lwp when
2127 debugging a core file.
2128 (thread_db_find_new_threads): Don't update thread
2129 cores (processors) when debugging a core (dump).
2130
2131 2010-08-18 Pedro Alves <pedro@codesourcery.com>
2132
2133 PR corefile/8210
2134
2135 * corelow.c (add_to_thread_list): Don't use
2136 gdbarch_core_reg_section_encodes_pid. Use bfd_core_file_pid.
2137 (get_core_register_section): Don't use
2138 gdbarch_core_reg_section_encodes_pid.
2139
2140 * gdbarch.sh (core_reg_section_encodes_pid): Delete.
2141 * gdbarch.h, gdbarch.c: Regenerate.
2142 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Don't set
2143 gdbarch_core_reg_section_encodes_pid.
2144 * i386-sol2-tdep.c (i386_sol2_init_abi): Ditto.
2145 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Ditto.
2146 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
2147
2148 2010-08-18 Yao Qi <yao@codesourcery.com>
2149
2150 * MAINTAINERS : Add myself under Write After Approval.
2151
2152 2010-08-17 Tom Tromey <tromey@redhat.com>
2153
2154 * NEWS: Mention template parameter support.
2155
2156 2010-08-17 Pedro Alves <pedro@codesourcery.com>
2157
2158 PR breakpoints/11371
2159
2160 * breakpoint.c (decref_bp_location): Assert the reference count is
2161 sane.
2162
2163 2010-08-17 Pedro Alves <pedro@codesourcery.com>
2164
2165 PR breakpoints/11371
2166
2167 * breakpoint.c (breakpoint_init_inferior): Decrement the
2168 location's reference count instead of deleting right away.
2169 (bpstat_free): Decrement the location's reference count. Make
2170 static.
2171 (bpstat_copy): Increment the location's reference count.
2172 (bpstat_find_breakpoint): Adjust.
2173 (bpstat_num): Adjust.
2174 (print_it_typical): Adjust. Use the breakpoint pointer in the
2175 bpstat instead of the location's owner.
2176 (bpstat_alloc): Remove const qualifier from the 'bl' parameter.
2177 Adjust to record the location's owner in the bpstat.
2178 (watchpoint_check): Use the breakpoint pointer in the bpstat
2179 instead of the location's owner.
2180 (bpstat_check_breakpoint_conditions): Don't handle
2181 bp_watchpoint_scope here. Use the breakpoint pointer in the
2182 bpstat instead of the location's owner.
2183 (bpstat_stop_status): Defer inferior function calls to after
2184 building the bpstat list. Handle bp_watchpoint_scope here. Use
2185 the breakpoint pointer in the bpstat instead of the location's
2186 owner.
2187 (bpstat_what): Use the breakpoint pointer in the bpstat instead of
2188 the location's owner.
2189 (free_bp_location): Don't walk bpstats clearing locations.
2190 (incref_bp_location): New.
2191 (decref_bp_location): New.
2192 (breakpoint_auto_delete): Use the breakpoint pointer in the bpstat
2193 instead of the location's owner.
2194 (update_global_location_list): Clear the location's owner, and
2195 decrement the location's reference count instead of deleting it
2196 right away.
2197 (breakpoint_retire_moribund): Decrement the location's reference
2198 count instead of deleting it right away.
2199 (bpstat_remove_bp_location): Delete.
2200 (bpstat_remove_breakpoint): New.
2201 (bpstat_remove_bp_location_callback): Delete.
2202 (bpstat_remove_breakpoint_callback): New.
2203 (delete_breakpoint): Iterate over all threads' stop_bpstat's
2204 clearing references to the breakpoint that is being deleted.
2205
2206 * breakpoint.h (struct bp_location) <refc>: New field.
2207 <owner>: Update comments.
2208 (bpstat_free): Delete declaration.
2209 (struct bpstats): Change the type of the breakpoint_at field to
2210 struct breakpoint point, from struct bp_location pointer. Add new
2211 field bp_location_at.
2212
2213 2010-08-16 Tom Tromey <tromey@redhat.com>
2214
2215 * NEWS: Fix typo.
2216
2217 2010-08-16 Tom Tromey <tromey@redhat.com>
2218
2219 * NEWS: Mention watch -location.
2220
2221 2010-08-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2222
2223 * breakpoint.c (update_watchpoint): Add source empty line. Prefer
2224 EXP_STRING_REPARSE to EXP_STRING.
2225 (watch_command_1): Set also EXP_STRING_REPARSE.
2226 (delete_breakpoint): Free also EXP_STRING_REPARSE.
2227 * breakpoint.h (struct breakpoint): New field exp_string_reparse.
2228 Update comment for exp_string.
2229
2230 2010-08-16 Tom Tromey <tromey@redhat.com>
2231
2232 * value.c (release_value): Clear 'next' pointer.
2233 * breakpoint.c (watch_command_1): Add 'just_location' argument.
2234 (watch_command_wrapper): Update.
2235 (watch_maybe_just_location): New function.
2236 (watch_command): Update.
2237 (rwatch_command_wrapper): Update.
2238 (rwatch_command): Update.
2239 (awatch_command_wrapper): Update.
2240 (awatch_command): Update.
2241 (check_for_argument): New function.
2242 (_initialize_breakpoint): Update help text.
2243
2244 2010-08-14 Ulrich Weigand <uweigand@de.ibm.com>
2245
2246 * arm-tdep.c (arm_push_dummy_call): Handle pointers to
2247 typedef'ed function types correctly.
2248
2249 2010-08-13 Tom Tromey <tromey@redhat.com>
2250
2251 * python/python-internal.h (gdbpy_get_hook_function): Don't
2252 declare.
2253
2254 2010-08-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2255
2256 * cli/cli-logging.c (logging_overwrite, logging_redirect): Make them
2257 static.
2258
2259 2010-08-13 Ken Werner <ken.werner@de.ibm.com>
2260
2261 * python/python.c (gdbpy_solib_name): Remove the const qualifier of
2262 the format strings to be compatible with Python 2.4.
2263
2264 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2265
2266 Easier and more stubborn MI memory read commands.
2267
2268 * mi/mi-cmds.c (mi_cmds): Register data-read-memory-bytes
2269 and data-write-memory-bytes.
2270 * mi/mi-cmds.h (mi_cmd_data_read_memory_bytes)
2271 (mi_cmd_data_write_memory_bytes): New.
2272 * mi/mi-main.c (mi_cmd_data_read_memory): Use regular target_read.
2273 (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory_bytes):
2274 New.
2275 (mi_cmd_list_features): Add "data-read-memory-bytes" feature.
2276 * target.c (target_read_until_error): Remove.
2277 (read_whatever_is_readable, free_memory_read_result_vector)
2278 (read_memory_robust): New.
2279 * target.h (target_read_until_error): Remove.
2280 (struct memory_read_result, free_memory_read_result_vector)
2281 (read_memory_robust): New.
2282
2283 2010-08-13 Hui Zhu <teawater@gmail.com>
2284
2285 * dwarf2read.c (load_partial_comp_unit): Initialize free_cu_cleanup.
2286 (read_comp_unit): Initialize back_to.
2287
2288 2010-08-12 Daniel Jacobowitz <dan@codesourcery.com>
2289 Pedro Alves <pedro@codesourcery.com>
2290
2291 * dwarf2read.c: Include "c-lang.h" and "valprint.h".
2292 (struct dwarf2_per_objfile) <reading_partial_symbols>: New field.
2293 (struct partial_die_info) <has_template_arguments>: New field.
2294 <num_attrs>: Change type to unsigned char.
2295 <building_fullname>: New field.
2296 (dwarf2_build_psymtabs_hard): Set reading_partial_symbols. Only
2297 allocate a CU if we don't have one already. Add a cleanup for the
2298 CU.
2299 (partial_die_full_name): Handle template arguments not in
2300 DW_AT_name.
2301 (dwarf2_psymtab_to_symtab): Clear reading_partial_symbols.
2302 (load_full_comp_unit): Only allocate a CU if we don't have one
2303 already.
2304 (do_ui_file_peek_last): New.
2305 (dwarf2_compute_name): Handle template parameters not in
2306 DW_AT_name.
2307 (read_comp_unit): Read and free abbrevs if not read yet.
2308 (load_partial_dies): Handle template arguments not in DW_AT_name.
2309 (find_partial_die): If we have a CU, but no a partial dies yet,
2310 also read in the CU.
2311 (dwarf2_const_value_attr): New, abstracted out from
2312 dwarf2_const_value.
2313 (dwarf2_const_value, dwarf2_const_value_data): Adjust to use
2314 dwarf2_const_value_attr.
2315 (determine_prefix): Detect and break loops created by RCVT's debug
2316 info.
2317 (maybe_queue_comp_unit): Bail out early if reading partial
2318 symbols.
2319 (follow_die_offset): Load full CU if we have no dies.
2320 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Make public.
2321 * dwarf2loc.h (dwarf2_evaluate_loc_desc): Declare.
2322
2323 2010-08-11 Tom Tromey <tromey@redhat.com>
2324 Phil Muldoon <pmuldoon@redhat.com>
2325
2326 * python/python.c (gdbpy_run_events): New function.
2327 (gdbpy_post_event): Likewise.
2328 (gdbpy_initialize_events): Likewise.
2329 (_initialize_python): Call gdbpy_initialize_events.
2330
2331 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
2332
2333 * gdb/valarith.c (vector_binop): New function.
2334 (scalar_binop): Likewise.
2335 (value_binop): Call scalar_binop or vector_binop depending on the types.
2336 * gdb/eval.c (ptrmath_type_p): Return 0 in case of TYPE_VECTOR.
2337 (evaluate_subexp_with_coercion): Add vector check to not convert vectors
2338 to pointers.
2339 * gdb/value.c (coerce_array): Add vector check to not coerce vectors.
2340
2341 2010-08-11 Brad Roberts <braddr@puremagic.com>
2342
2343 * d-lang.c (extract_identifiers): Handle multiple digits.
2344
2345 2010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2346
2347 Code cleanup.
2348 * dummy-frame.c (dummy_frame_unwinder): Remove its static qualifier.
2349 Rename to dummy_frame_unwind.
2350 (dummy_frame_unwind): Remove.
2351 * dummy-frame.h (dummy_frame_unwind): Reference directly the struct.
2352 * frame-unwind.c (frame_unwind_init): Use address of
2353 dummy_frame_unwind and inline_frame_unwind.
2354 * frame.c (create_sentinel_frame): Use address of
2355 sentinel_frame_unwind.
2356 * inline-frame.c (inline_frame_unwinder): Rename to
2357 inline_frame_unwind.
2358 (inline_frame_unwind): Remove.
2359 * inline-frame.h (inline_frame_unwind): Reference directly the struct.
2360 * sentinel-frame.c (sentinel_frame_unwinder): Rename to
2361 sentinel_frame_unwind.
2362 (sentinel_frame_unwind): Remove.
2363 * sentinel-frame.h (sentinel_frame_unwind): Reference directly the
2364 struct.
2365
2366 2010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2367
2368 Code cleanup.
2369 * frame-unwind.c (frame_unwind_find_by_frame): Remove the return type
2370 and returned value. New comment from frame-unwind.h.
2371 * frame-unwind.h (frame_unwind_find_by_frame): Remove the return type.
2372 Extend the comment.
2373 * frame.c (get_frame_id, frame_unwind_register_value)
2374 (create_new_frame, get_prev_frame_1, frame_unwinder_is)
2375 (get_frame_type, frame_unwind_arch): Do not use the return value of
2376 frame_unwind_find_by_frame.
2377
2378 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2379 Thiago Jung Bauermann <bauerman@br.ibm.com>
2380 Tom Tromey <tromey@redhat.com>
2381
2382 * python/python.c (gdbpy_solib_address): New function.
2383 (gdbpy_decode_line): Likewise.
2384
2385 2010-08-10 Tom Tromey <tromey@redhat.com>
2386
2387 Revert gdb-add-index addition:
2388 * Makefile.in (install-only): Don't install gdb-add-index.
2389 * gdb-add-index.sh: Remove.
2390
2391 2010-08-09 Kevin Buettner <kevinb@redhat.com>
2392
2393 * remote-sim.c (gdbsim_xfer_inferior_memory): Replace
2394 `target_has_execution' check with `to_has_memory' check.
2395 (gdbsim_has_all_memory, gdbsim_has_memory): New functions.
2396 (init_gdbsym_ops): Initialize relevant fields of `gdbsim_ops'
2397 with `gdbsim_has_all_memory' and `gdbsim_has_memory'.
2398
2399 2010-08-09 Kevin Buettner <kevinb@redhat.com>
2400
2401 * remote-sim.c (program_loaded, gdbsim_desc, remote_sim_ptid)
2402 (resume_siggnal, resume_step): Move these static globals...
2403 (struct sim_inferior_data): ...into this new struct.
2404 (sim_inferior_data_key, next_pid, sim_argv, gdbsim_is_open):
2405 New static globals.
2406 (gdb_callback, callbacks_initialized): Move these globals to
2407 a point earlier in the file.
2408 (check_for_duplicate_sim_descriptor, get_sim_inferior_data)
2409 (get_sim_inferior_data_by_ptid, sim_inferior_data_cleanup)
2410 (gdbsim_close_inferior, gdbsim_resume_inferior)
2411 (gdbsim_stop_inferior): New functions.
2412 (SIM_INSTANCE_NOT_NEEDED, SIM_INSTANCE_NEEDED, INITIAL_PID):
2413 New constants.
2414 (gdbsim_fetch_register, gdbsim_store_register, gdbsim_load)
2415 (gdbsim_create_inferior, gdbsim_open, gdbsim_close, gdbsim_resume)
2416 (gdbsim_stop, gdbsim_cntrl_c, gdbsim_wait)
2417 (gdbsim_xfer_inferior_memory, gdbsim_files_info)
2418 (gdbsim_mourn_inferior, simulator_command, gdbsim_thread_alive,
2419 (gdbsim_pid_to_str): Invoke `get_sim_inferior_data' to set
2420 new local variable `sim_data' in each of these functions. Use
2421 `sim_data' to reference former globals `program_loaded',
2422 `gdbsim_desc', `remote_sim_ptid', `resume_siggnal', and
2423 `resume_step'.
2424 (gdbsim_open): Remove local variable `argv'. Put results of call
2425 to `gdb_buildargv' in `sim_argv' rather than in `argv'. Don't
2426 make a cleanup for it. Free it though when a sim instance cannot
2427 be obtained.
2428 (gdbsim_close): Free sim_argv and null it out as appropriate.
2429 Close sim instances in all inferiors.
2430 (gdbsim_cntrl_c): Stop all inferiors.
2431 (gdbsim_wait):
2432 (_initialize_remote_sim): Initialize `sim_inferior_data_key'.
2433
2434 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2435
2436 * dwarf2read.c (new_symbol): Add symbol to variable list at end of
2437 function after symbol construction is complete.
2438 Do the same for template symbol addition to template_symbols list.
2439
2440 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2441
2442 * symtab.c (symbol_get_demangled_name): Remove assertion and
2443 return NULL when language_specific.cplus_specific is not initialized.
2444 * stabsread.c (define_symbol): Set the name before calling
2445 cp_scan_for_anonymous_namespaces.
2446
2447 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2448
2449 * symtab.h: Renamed SYMBOL_INIT_LANGUAGE_SPECIFIC to
2450 SYMBOL_SET_LANGUAGE.
2451 (symbol_init_language_specific): Renamed to symbol_set_language.
2452 * symtab.c (symbol_init_language_specific): Removed redundant check
2453 for language_cplus.
2454 Renamed to symbol_set_language.
2455 * stabsread.c (define_symbol): Updated.
2456 (read_enum_type): Updated
2457 * psymtab.c (add_psymbol_to_bcache): Updated.
2458 * minsyms.c (install_minimal_symbols): Updated.
2459 * coffread.c (process_coff_symbol): SYMBOL_SET_LANGUAGE instead of
2460 SYMBOL_LANGUAGE to set the language.
2461 * minsyms.c (prim_record_minimal_symbol_full): Ditto.
2462 * mdebugread.c (new_symbol): Ditto.
2463 * cp-namespace.c (check_one_possible_namespace_symbol): Ditto.
2464 * dwarf2read.c (new_symbol_full): Ditto.
2465 * jv-lang.c (add_class_symbol): Ditto.
2466
2467 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2468
2469 * defs.h (make_cleanup_restore_uinteger, make_cleanup_restore_ui_file)
2470 (make_cleanup_restore_page_info)
2471 (set_batch_flag_and_make_cleanup_restore_page_info): New declarations.
2472 * gdbcmd.h (execute_command_to_string): New declaration.
2473 * python/python.c (struct restore_ui_file_closure, restore_ui_file)
2474 (make_cleanup_restore_ui_file): Move to utils.c
2475 (execute_gdb_command) <to_string>: Move ...
2476 * top.c (execute_command_to_string): ... here. Call
2477 set_batch_flag_and_make_cleanup_restore_page_info.
2478 * utils.c (make_cleanup_restore_integer): New source file blank line.
2479 (make_cleanup_restore_uinteger): New.
2480 (struct restore_ui_file_closure, do_restore_ui_file)
2481 (make_cleanup_restore_ui_file): Move here from python/python.c.
2482 (init_page_info) <batch_flag>
2483 (do_restore_page_info_cleanup, make_cleanup_restore_page_info)
2484 (set_batch_flag_and_make_cleanup_restore_page_info): New.
2485
2486 2010-08-06 Maciej W. Rozycki <macro@codesourcery.com>
2487
2488 * thread.c (add_thread_silent): Use null_ptid instead of
2489 minus_one_ptid while getting rid of stale inferior_ptid.
2490
2491 2010-08-06 Corinna Vinschen <vinschen@redhat.com>
2492
2493 * dwarf2-frame.c (struct dwarf2_cie): Add ptr_size member.
2494 Throughout, call read_encoded_value with ptr_size rather than addr_size.
2495 (decode_frame_entry_1): Remove redundant setting of
2496 addr_size. Call gdbarch_dwarf2_addr_size rather than gdbarch_ptr_bit
2497 to determine addr_size in Dwarf versions < 4. Set ptr_size dependent
2498 on examined frame section. Add comment to explain why.
2499 * gdbarch.sh (dwarf2_addr_size): Define as variable. Add lengthy
2500 comment to explain usage.
2501 * gdbarch.c: Regenerate.
2502 * gdbarch.h: Regenerate.
2503
2504 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set dwarf2_addr_size to 4.
2505
2506 2010-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2507
2508 Code cleanup.
2509 * varobj.c (varobj_create): Move variables fi, old_fi and block to
2510 a more inner block.
2511
2512 2010-08-05 Pedro Alves <pedro@codesourcery.com>
2513
2514 * configure.tgt (alpha*-*-linux*, am33_2.0*-*-linux*, frv-*-*)
2515 (hppa*-*-linux*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
2516 (microblaze*-linux-*, mips*-*-linux*, sh*-*-linux*)
2517 (sparc-*-linux*, sparc64-*-linux*, xtensa*-*-linux*): Add
2518 linux-tdep.o to gdb_target_obs.
2519
2520 2010-08-05 Marc Khouzam <marc.khouzam@ericsson.com>
2521
2522 * mi/mi-main.c (mi_cmd_remove_inferior): Properly access first
2523 argument.
2524
2525 2010-08-05 Hui Zhu <teawater@gmail.com>
2526
2527 * mips-linux-tdep.c(regset.h): New include.
2528 (mips_supply_gregset_wrapper, mips_fill_gregset_wrapper,
2529 mips_supply_fpregset_wrapper, mips_fill_fpregset_wrapper,
2530 mips64_supply_gregset_wrapper, mips64_fill_gregset_wrapper,
2531 mips64_supply_fpregset_wrapper, mips64_fill_fpregset_wrapper,
2532 mips_linux_regset_from_core_section): New functions.
2533 (fetch_core_registers, regset_core_fns): Deleted.
2534 (mips_linux_init_abi): Add mips_linux_regset_from_core_section.
2535 Deleted regset_core_fns.
2536 * mips-tdep.c(mips_gdbarch_init): Initialize tdep->gregset,
2537 tdep->gregset64, tdep->fpregset and tdep->fpregset64.
2538 * mips-tdep.h(gdbarch_tdep): Add gregset, gregset64, fpregset
2539 and fpregset64.
2540
2541 2010-08-04 Pedro Alves <pedro@codesourcery.com>
2542
2543 * s390-tdep.c: Include linux-tdep.h.
2544 (s390_gdbarch_init): Call linux_init_abi.
2545
2546 2010-08-04 Pedro Alves <pedro@codesourcery.com>
2547
2548 * corelow.c (core_pid_to_str): Default to using normal_pid_to_str
2549 instead of printing "Thread" here.
2550 * linux-tdep.c: Include inferior.h.
2551 (linux_core_pid_to_str): New.
2552 (linux_init_abi): New.
2553 * linux-tdep.h (linux_init_abi): Declare.
2554 * alpha-linux-tdep.c: Include linux-tdep.h.
2555 (alpha_linux_init_abi): Call linux_init_abi.
2556 * amd64-linux-tdep.c (amd64_linux_init_abi): Call linux_init_abi.
2557 * arm-linux-tdep.c (arm_linux_init_abi): Call linux_init_abi.
2558 * frv-linux-tdep.c: Include linux-tdep.h
2559 (frv_linux_init_abi): Call linux_init_abi.
2560 * hppa-linux-tdep.c: Include linux-tdep.h
2561 (hppa_linux_init_abi): Call linux_init_abi.
2562 * i386-linux-tdep.c (i386_linux_init_abi): Call linux_init_abi.
2563 * ia64-linux-tdep.c: Include linux-tdep.h.
2564 (ia64_linux_init_abi): Call linux_init_abi.
2565 * m32r-linux-tdep.c: Include linux-tdep.h.
2566 (m32r_linux_init_abi): Call linux_init_abi.
2567 * m68klinux-tdep.c: Include linux-tdep.h.
2568 (m68k_linux_init_abi): Call linux_init_abi.
2569 * microblaze-linux-tdep.c: Include linux-tdep.h.
2570 (microblaze_linux_init_abi): Call linux_init_abi.
2571 * mips-linux-tdep.c: Include linux-tdep.h.
2572 (mips_linux_init_abi): Call linux_init_abi.
2573 * mn10300-linux-tdep.c: Include linux-tdep.h.
2574 (am33_linux_init_osabi): Call linux_init_abi. Rename the
2575 'gdbinfo' parameter to 'info'.
2576 * ppc-linux-tdep.c: Include linux-tdep.h.
2577 (ppc_linux_init_abi): Call linux_init_abi.
2578 * sh-linux-tdep.c: Include linux-tdep.h.
2579 (sh_linux_init_abi): Call linux_init_abi.
2580 * sparc-linux-tdep.c: Include linux-tdep.h.
2581 (sparc32_linux_init_abi): Call linux_init_abi.
2582 * sparc64-linux-tdep.c: Include linux-tdep.h.
2583 (sparc64_linux_init_abi): Call linux_init_abi.
2584 * xtensa-linux-tdep.c: Include linux-tdep.h.
2585 (xtensa_linux_init_abi): Call linux_init_abi.
2586 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): New.
2587 (i386_cygwin_init_abi): Install it as gdbarch_core_pid_to_str
2588 callback.
2589
2590 2010-08-03 Doug Evans <dje@google.com>
2591
2592 * breakpoint.c (bpdisp_text): Constify bpdisps.
2593 * solib-svr4.c (solib_break_names): Constify.
2594 (bkpt_names, main_name_list): Constify.
2595 (match_main): Constify soname arg.
2596 (bfd_lookup_symbol): Remove unnecessary forward decl.
2597 Constify symname arg.
2598 (enable_break): Constify bkpt_namep.
2599 * symtab.c (search_symbols): Constify types, types2, types3, types4.
2600 (symtab_symbol_info): Constify classnames.
2601
2602 2010-08-03 Phil Muldoon <pmuldoon@redhat.com>
2603
2604 * NEWS: Document Python value inferior function calls.
2605
2606 2010-08-02 Doug Evans <dje@google.com>
2607
2608 * dwarf2read.c (dwarf_attr_name): Add DW_AT_GNU_odr_signature.
2609
2610 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2611
2612 * linux-thread-db.c (libthread_db_debug): New variable.
2613 (thread_db_find_new_threads_silently): Control verbosity with it.
2614 (try_thread_db_load_1, try_thread_db_load): Likewise.
2615 (find_new_threads_once): Likewise.
2616 (_initialize_thread_db): Set/show it.
2617
2618 2010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2619
2620 * common/signals.c (signals): Move the content to signals.def.
2621 Include it. Remove the INDENT comments.
2622
2623 2010-07-30 Tom Tromey <tromey@redhat.com>
2624
2625 * Makefile.in (install-only): Install gdb-add-index.
2626 * gdb-add-index.sh: New file.
2627
2628 2010-07-31 Renquan Cheng <crq@gcc.gnu.org>
2629
2630 * MAINTAINERS: Add myself for write after approval privileges.
2631
2632 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2633
2634 * symfile.c (addr_section_name): New function.
2635 (addrs_section_compar): Use it.
2636 (addr_info_make_relative): Use it. Move variable sect_name into a more
2637 inner block. Make ".dynbss" and ".sdynbss" checks more strict.
2638
2639 2010-07-30 Tom Tromey <tromey@redhat.com>
2640
2641 * configure: Rebuild.
2642 * configure.ac: Add missing case for Python 2.7.
2643
2644 2010-07-29 DJ Delorie <dj@redhat.com>
2645
2646 * rx-tdep.c (rx_analyze_prologue): Don't require branches to have
2647 conditions.
2648
2649 2010-07-29 Pedro Alves <pedro@codesourcery.com>
2650
2651 * PROBLEMS: Remove mention of all problems.
2652
2653 2010-07-28 Pedro Alves <pedro@codesourcery.com>
2654
2655 PR build/11848
2656 * configure.ac: Check for wresize.
2657 * configure, config.in: Regenerate.
2658 * tui/tui-win.c (make_visible_with_new_height): Wrap wresize call
2659 with HAVE_WRESIZE.
2660
2661 2010-07-28 Tom Tromey <tromey@redhat.com>
2662
2663 PR python/11060:
2664 * python/py-type.c (typy_legacy_template_argument): New function,
2665 extracted from typy_template_argument.
2666 (typy_template_argument): Use TYPE_TEMPLATE_ARGUMENT. Return a
2667 value when needed.
2668
2669 2010-07-28 Oleg Nesterov <oleg@redhat.com>
2670
2671 * remote.c (readchar): Call pop_target in case of SERIAL_ERROR.
2672
2673 2010-07-27 Tom Tromey <tromey@redhat.com>
2674
2675 * dwarf2read.c (dwarf2_const_value_data): Never sign extend.
2676
2677 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2678
2679 * dwarf2read.c (read_subroutine_type): Improve THIS detection,
2680 handling DW_AT_object_pointer, and workaround GCC PR 43053.
2681
2682 2010-07-28 Tom Tromey <tromey@redhat.com>
2683
2684 * Makefile.in (HFILES_NO_SRCDIR): Remove link-warning.h.
2685
2686 2010-07-28 Joel Brobecker <brobecker@adacore.com>
2687
2688 * remote.c (remote_download_tracepoint): Add missing gettext markup.
2689 * tracepoint.c (parse_static_tracepoint_marker_definition): Likewise.
2690
2691 2010-07-28 Joel Brobecker <brobecker@adacore.com>
2692
2693 * breakpoint.c (breakpoint_re_set_one): Move call to set_language
2694 down, just before the block that parse the breakpoint addr_string.
2695
2696 2010-07-28 Tom Tromey <tromey@redhat.com>
2697
2698 PR c++/9946:
2699 * symfile.c (reread_symbols): Clear template_symbols.
2700 * symtab.h (struct symbol) <is_cplus_template_function>: New
2701 field.
2702 (SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION): New macro.
2703 (struct template_symbol): New.
2704 * symtab.c (lookup_symbol_aux_local): Use
2705 cp_lookup_symbol_imports_or_template.
2706 * objfiles.h (struct objfile) <template_symbols>: New field.
2707 * objfiles.c (relocate_one_symbol): New function.
2708 (objfile_relocate1): Use it. Relocate isolated symbols.
2709 * gdbtypes.h (struct cplus_struct_type) <n_template_arguments,
2710 template_arguments>: New fields.
2711 (TYPE_N_TEMPLATE_ARGUMENTS): New macro.
2712 (TYPE_TEMPLATE_ARGUMENTS): Likewise.
2713 (TYPE_TEMPLATE_ARGUMENT): Likewise.
2714 (lookup_typename): Update.
2715 * gdbtypes.c (lookup_typename): Constify "block" argument.
2716 * dwarf2read.c: Include vec.h.
2717 (symbolp): New typedef.
2718 (read_func_scope): Read template arguments. Allocate a
2719 template_symbol when needed.
2720 (read_structure_type): Read template arguments.
2721 (new_symbol_full): New function, from new_symbol. Handle
2722 DW_TAG_template_type_param and DW_TAG_template_value_param.
2723 (new_symbol): Rewrite as wrapper.
2724 * cp-support.h (cp_lookup_symbol_imports_or_template): Declare.
2725 * cp-namespace.c: Include language.h.
2726 (search_symbol_list): New function.
2727 (cp_lookup_symbol_imports_or_template): Likewise.
2728
2729 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
2730
2731 * tui/tui-win.c (make_visible_with_new_height): Resize and move
2732 the command window to the new size and position.
2733
2734 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
2735
2736 * tui/tui-win.c (tui_resize_all): Update the locator's origin's
2737 coordinates.
2738
2739 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
2740
2741 * tui/tui-io.c (tui_handle_resize_during_io): Call tui_resize_all
2742 after a detecting a resize.
2743 * tui/tui-win.c (tui_resize_all): Remove tui_set_win_resized_to
2744 call.
2745
2746 2010-07-28 Pedro Alves <pedro@codesourcery.com>
2747
2748 * configure.ac: Check for resize_term.
2749 * configure, config.in: Regenerate.
2750
2751 2010-07-27 Joel Brobecker <brobecker@adacore.com>
2752
2753 * MAINTAINERS (Write After Approval): Reorder a couple of entries.
2754
2755 2010-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2756
2757 * dwarf2read.c (read_string): Rename to ...
2758 (read_direct_string): ... this.
2759 (skip_one_die, read_attribute_value, dwarf_decode_line_header)
2760 (dwarf_decode_lines, dwarf_decode_macros): Adjust.
2761
2762 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2763
2764 * linux-nat.c (linux_nat_lp_status_is_event): New function.
2765 (count_events_callback, select_event_lwp_callback)
2766 (cancel_breakpoints_callback, linux_nat_wait_1): Use it.
2767
2768 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2769
2770 * ia64-linux-nat.c (ia64_linux_status_is_event): New function.
2771 (_initialize_ia64_linux_nat): Install it.
2772 * linux-nat.c (sigtrap_is_event, linux_nat_status_is_event)
2773 (linux_nat_set_status_is_event): New.
2774 (stop_wait_callback, count_events_callback, select_event_lwp_callback)
2775 cancel_breakpoints_callback, linux_nat_filter_event)
2776 (linux_nat_wait_1): Use linux_nat_status_is_event.
2777 * linux-nat.h (linux_nat_set_status_is_event): New prototype.
2778
2779 2010-07-27 Tom Tromey <tromey@redhat.com>
2780
2781 * NEWS: Mention labels, .gdb_index.
2782
2783 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
2784
2785 * cli/cli-cmds.c (disassemble_command): Add support of disassemble
2786 "start,+length" form of arguments.
2787 * NEWS: Add "Changed commands" (disassemble) section for "Changes
2788 since GDB 7.1"; and merge two separated paragraphs of disassemble
2789 description in "Changes in GDB 7.0".
2790
2791 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2792
2793 * top.c (input_from_terminal_p): Return 0 on BATCH_FLAG.
2794 * utils.c (defaulted_query): Do not explicitly check for BATCH_FLAG.
2795 (fputs_maybe_filtered): Do not do filtering also on
2796 ! INPUT_FROM_TERMINAL_P.
2797
2798 2010-07-27 Joel Brobecker <brobecker@adacore.com>
2799
2800 * dwarf2read.c (dw2_find_pc_sect_symtab): Remove trailing newline
2801 in warning message.
2802
2803 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2804
2805 * python/py-value.c (valpy_call): New Function.
2806
2807 2010-07-27 Ken Werner <ken.werner@de.ibm.com>
2808
2809 * dwarf2read.c (dwarf2_read_index): Initialize the types_list and
2810 types_list_elements variables.
2811
2812 2010-07-26 Tom Tromey <tromey@redhat.com>
2813
2814 * dwarf2loc.c (locexpr_describe_location_piece): Also recognize
2815 TLS with DW_OP_const4u or DW_OP_const8u.
2816
2817 2010-07-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
2818
2819 * ppc-linux-nat.c (store_vsx_register): Use PTRACE_GETVSXREGS to get
2820 VSX registers contents.
2821
2822 2010-07-26 Jerome Guitton <guitton@adacore.com>
2823
2824 * dwarf2read.c (add_partial_symbol): Do not add a global variable if
2825 its adress is null. Add comment to explain why.
2826 (new_symbol): Ditto.
2827
2828 2010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2829
2830 * linux-nat.c (linux_nat_do_thread_registers): Convert STOP_SIGNAL to
2831 the host signal first.
2832
2833 2010-07-23 Tom Tromey <tromey@redhat.com>
2834
2835 * dwarf2read.c (struct dwarf2_per_objfile) <n_type_comp_units,
2836 type_comp_units>: New fields.
2837 (dw2_get_cu): New function.
2838 (create_cus_from_index): Remove unused argument.
2839 (create_signatured_type_hash_from_index): New function.
2840 (create_addrmap_from_index): Update.
2841 (dwarf2_read_index): Handle version 2.
2842 (dw2_find_last_source_symtab, dw2_forget_cached_source_info)
2843 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching)
2844 (dw2_print_stats, dw2_expand_all_symtabs)
2845 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file)
2846 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Update.
2847 (dwarf2_initialize_objfile): Call create_debug_types_hash_table.
2848 (allocate_signatured_type_hash_table): New function.
2849 (add_signatured_type_cu_to_list): Likewise.
2850 (create_debug_types_hash_table): Use them. Set type_comp_units.
2851 (read_signatured_type): Ensure section data is available.
2852 (add_address_entry): Don't record empty ranges.
2853 (struct signatured_type_index_data): New.
2854 (write_one_signatured_type): New function.
2855 (write_psymtabs_to_index): Write type CUs.
2856 (save_gdb_index_command): Update comment.
2857 (process_type_comp_unit): Move inititalization of
2858 from_debug_types...
2859 (create_debug_types_hash_table): ... here.
2860
2861 2010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2862
2863 * gdb_gcore.sh (tmpfile): Remove the variable, its initialization,
2864 cleanup and generating of gdb script to it.
2865 (gdb): Use redirection from /dev/null. Use --nx. Turn off pagination
2866 and terminal size. Convert $tmpfile to a series of -ex-es.
2867
2868 2010-07-23 Keith Seitz <keiths@redhat.com>
2869
2870 * symtab.c (basic_lookup_transparent_type): Call pre-expand
2871 hook for STATIC_BLOCK types, too.
2872
2873 2010-07-23 Keith Seitz <keiths@redhat.com>
2874
2875 * dwarf2read.c: Remove unused typedef dwarf2_cu_per_cu_data_ptr
2876 and vector definition.
2877
2878 2010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2879
2880 * linux-nat.c (cancel_breakpoint): Remove unused forward declaration.
2881
2882 2010-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2883
2884 * dwarf2read.c: Include completer.h.
2885 (save_gdb_index_command): Use matching usage command name.
2886 (_initialize_dwarf2_read): New variable c, initialize it by add_cmd.
2887 Set filename_completer for it.
2888
2889 2010-07-22 Tom Tromey <tromey@redhat.com>
2890
2891 * dwarf2read.c (create_debug_types_hash_table): Set objfile on
2892 type signature's per-CU data.
2893
2894 2010-07-22 Pedro Alves <pedro@codesourcery.com>
2895
2896 * NEWS: Mention target reported shared libraries support by
2897 default.
2898
2899 2010-07-21 Pedro Alves <pedro@codesourcery.com>
2900
2901 PR symtab/11827
2902
2903 Revert:
2904 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
2905 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
2906 and DW_TAG_volatile_type.
2907 (new_symbol): Likewise.
2908
2909 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
2910
2911 * eval.c (evaluate_subexp_standard): Disabled evaluation of C++
2912 function symbols before overload resolution.
2913
2914 2010-07-21 Pedro Alves <pedro@codesourcery.com>
2915
2916 * breakpoint.c (bptype_string): New, abstracted out from
2917 print_one_breakpoint_location.
2918 (print_one_breakpoint_location): Adjust.
2919 (breakpoint_1): Adjust the type column width dynamically.
2920
2921 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2922
2923 * symfile.c (find_separate_debug_file_by_debuglink): Remove
2924 a gdb_assert call, new comment.
2925
2926 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2927
2928 * linux-nat.c (linux_handle_extended_wait): Handle case when
2929 event == PTRACE_EVENT_CLONE && stopping && WSTOPSIG (status) != SIGSTOP.
2930
2931 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2932
2933 Code cleanup.
2934 * linux-nat.c (linux_nat_wait_1): Reset STATUS after calling
2935 linux_nat_wait_1. Use always LP->STATUS afterwards.
2936
2937 2010-07-20 Hui Zhu <teawater@gmail.com>
2938
2939 * inf-ptrace.c (inf_ptrace_create_inferior): Initialize back_to.
2940 (inf_ptrace_attach): Ditto.
2941
2942 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2943
2944 Make core files the process_stratum.
2945 * corefile.c (core_target): New variable.
2946 (core_file_command): Remove variable t, use core_target.
2947 * corelow.c (core_ops): Make it static.
2948 (init_core_ops): Change to process_stratum. Initialize CORE_TARGET.
2949 * defs.h (make_cleanup_unpush_target): New prototype.
2950 * gdbarch.h: Regenerate.
2951 * gdbarch.sh (core_pid_to_str): Remove core_stratum from its comment.
2952 * gdbcore.h (core_target): New declaration.
2953 * inf-ptrace.c (inf_ptrace_create_inferior, inf_ptrace_attach): New
2954 variables ops_already_pushed and back_to. Use push_target,
2955 make_cleanup_unpush_target and discard_cleanups calls.
2956 * record.c (record_open): Replace core_stratum by a core_bfd check.
2957 * target.c (target_is_pushed): New function.
2958 (find_core_target): Remove.
2959 * target.h (enum strata) <core_stratum>: Remove.
2960 (target_is_pushed): New declaration.
2961 (find_core_target): Remove declaration.
2962 * tracepoint.c (init_tfile_ops) <to_stratum>: Remove comment.
2963 * utils.c (do_unpush_target, make_cleanup_unpush_target): New functions.
2964
2965 2010-07-19 Hui Zhu <teawater@gmail.com>
2966
2967 * breakpoint.c (single_step_breakpoints_inserted): New
2968 function.
2969 * breakpoint.h (single_step_breakpoints_inserted): Extern.
2970 * infrun.c (maybe_software_singlestep): Add check code.
2971 * record.c (record_resume): Add code for software single step.
2972 (record_wait): Ditto.
2973
2974 2010-07-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2975
2976 * linux-nat.c (linux_handle_extended_wait): Move variable new_lp into
2977 a more inner block. Remove its unused declaration initializer.
2978
2979 2010-07-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2980
2981 * NEWS: Mention support for the new ptrace interface and hardware
2982 accelerated watchpoint conditions on powerpc-linux.
2983
2984 2010-07-16 Ozkan Sezer <sezeroz@gmail.com>
2985
2986 * target.c (debug_to_insert_breakpoint): Instead of casting to unsigned
2987 long and %ld, use core_addr_to_string() and %s to print CORE_ADDR vars
2988 and host_address_to_string() and %s for pointers.
2989 (debug_to_remove_breakpoint): Likewise.
2990 (debug_to_region_ok_for_hw_watchpoint): Likewise.
2991 (debug_to_can_accel_watchpoint_condition): Likewise.
2992 (debug_to_stopped_data_address): Likewise.
2993 (debug_to_watchpoint_addr_within_range): Likewise.
2994 (debug_to_insert_hw_breakpoint): Likewise.
2995 (debug_to_remove_hw_breakpoint): Likewise.
2996 (debug_to_insert_watchpoint): Likewise.
2997 (debug_to_remove_watchpoint): Likewise.
2998
2999 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
3000
3001 * symtab.h (symbol_set_demangled_name): Now takes an optional objfile*
3002 argument.
3003 (cplus_specific): New struct.
3004 * symtab.c (symbol_set_demangled_name): Updated.
3005 Use cplus_specific for cplus symbols.
3006 (symbol_get_demangled_name): Retrive the name from the cplus_specific
3007 struct for cplus symbols.
3008 (symbol_init_language_specific): Set cplus_specific for cplus symbols.
3009 (symbol_set_names): Pass objfile to symbol_set_demangled_name.
3010 * symtab.c (symbol_init_cplus_specific): New function.
3011
3012 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
3013
3014 * symtab.h (symbol_set_demangled_name): New function.
3015 (symbol_get_demangled_name): New function.
3016 * symtab.c (symbol_set_demangled_name): New function.
3017 (symbol_get_demangled_name): New function.
3018 (symbol_init_language_specific): Use demangled_name setter and getter.
3019 (symbol_set_names): Ditto.
3020 (symbol_natural_name): Ditto.
3021 (symbol_demangled_name): Ditto.
3022 * dwarf2read.c (new_symbol): Ditto.
3023
3024 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
3025
3026 * symtab.h: Renamed cplus_specific to mangled_lang.
3027 * symtab.c (symbol_init_language_specific): Updated.
3028 (symbol_set_names): Updated.
3029 (symbol_natural_name): Updated.
3030 (symbol_demangled_name): Updated.
3031 * ada-lang.c (ada_decode_symbol): Updated.
3032 * dwarf2read.c (new_symbol): Updated.
3033
3034 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
3035
3036 * valops.c (value_assign): Do not call to value_coerce_to_target.
3037 (value_must_coerce_to_target): Return 0 in case of TYPE_VECTOR.
3038
3039 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
3040
3041 * MAINTAINERS: Add myself for write after approval privileges.
3042
3043 2010-07-13 Emmanuel Thomé <Emmanuel.Thome@gmail.com>
3044
3045 * c-valprint.c (c_val_print): Add embedded_offset to address in
3046 call to val_print_array_elements.
3047
3048 2010-07-13 Tom Tromey <tromey@redhat.com>
3049
3050 * dwarf2read.c (dwarf2_read_index): Correctly set 'total_size'.
3051
3052 2010-07-13 Tom Tromey <tromey@redhat.com>
3053
3054 * dwarf2read.c (dwarf2_per_cu_text_offset): Fix reference to
3055 objfile.
3056
3057 2010-07-13 Tom Tromey <tromey@redhat.com>
3058
3059 * symfile.c (set_initial_language): Update.
3060 (deduce_language_from_filename): Argument type now const.
3061 * symtab.h (find_main_filename): Update.
3062 (deduce_language_from_filename): Update.
3063 * symtab.c (find_main_filename): Make result const.
3064 * dwarf2read.c (dw2_find_symbol_file): Change return type.
3065 * psymtab.c (find_symbol_file_from_partial): Change return type.
3066 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
3067 Make result const.
3068
3069 2010-07-13 Tom Tromey <tromey@redhat.com>
3070
3071 * breakpoint.c (save_cmdlist): No longer static.
3072 * gdbcmd.h (save_cmdlist): Declare.
3073 * symfile.c (symbol_file_add_with_addrs_or_offsets): Set
3074 OBJF_READNOW on objfile if readnow_symbol_files.
3075 * elfread.c (elf_symfile_read): Use dwarf2_initialize_objfile.
3076 (elf_sym_fns_gdb_index): New global.
3077 * dwarf2read.c: Include exceptions.h.
3078 (offset_type): New.
3079 (struct mapped_index): New.
3080 (dwarf2_per_cu_data_ptr): New typedef.
3081 (struct dwarf2_per_objfile) <using_index, index_table, gdb_index>:
3082 New fields.
3083 (GDB_INDEX_SECTION): New define.
3084 (struct dwarf2_per_cu_quick_data): New.
3085 (struct dwarf2_per_cu_data) <objfile>: New field.
3086 <psymtab>: Removed.
3087 <v>: New field.
3088 (byte_swap): New function.
3089 (MAYBE_SWAP): New macro.
3090 (INDEX_SUFFIX): New macro.
3091 (dw2_do_instantiate_symtab): New function.
3092 (dw2_instantiate_symtab): Likewise.
3093 (create_cus_from_index): Likewise.
3094 (create_addrmap_from_index): Likewise.
3095 (mapped_index_string_hash): Likewise.
3096 (find_slot_in_mapped_hash): Likewise.
3097 (dwarf2_read_index): Likewise.
3098 (dw2_setup): Likewise.
3099 (dw2_require_line_header): Likewise.
3100 (dw2_require_full_path): Likewise.
3101 (dw2_find_last_source_symtab): Likewise.
3102 (dw2_forget_cached_source_info): Likewise.
3103 (dw2_lookup_symtab): Likewise.
3104 (dw2_lookup_symbol): Likewise.
3105 (dw2_do_expand_symtabs_matching): Likewise.
3106 (dw2_pre_expand_symtabs_matching): Likewise.
3107 (dw2_print_stats): Likewise.
3108 (dw2_dump): Likewise.
3109 (dw2_relocate): Likewise.
3110 (dw2_expand_symtabs_for_function): Likewise.
3111 (dw2_expand_all_symtabs): Likewise.
3112 (dw2_expand_symtabs_with_filename): Likewise.
3113 (dw2_find_symbol_file): Likewise.
3114 (dw2_map_ada_symtabs): Likewise.
3115 (dw2_expand_symtabs_matching): Likewise.
3116 (dw2_find_pc_sect_symtab): Likewise.
3117 (dw2_map_symbol_names): Likewise.
3118 (dw2_map_symbol_filenames): Likewise.
3119 (dw2_has_symbols): Likewise.
3120 (dwarf2_gdb_index_functions): New global.
3121 (dwarf2_initialize_objfile): New function.
3122 (process_psymtab_comp_unit): Update.
3123 (add_partial_subprogram): Likewise.
3124 (dwarf2_psymtab_to_symtab): Likewise.
3125 (psymtab_to_symtab_1): Use dw2_do_instantiate_symtab.
3126 (process_full_comp_unit): Update.
3127 (find_file_and_directory): New function.
3128 (read_file_scope): Use find_file_and_directory.
3129 (dwarf2_per_cu_objfile): Update.
3130 (dwarf2_per_cu_addr_size): Update.
3131 (dwarf2_per_cu_offset_size): Update.
3132 (dwarf2_free_objfile): Free the index, if needed.
3133 (dwarf2_per_objfile_free): Unmap the index, if needed.
3134 (struct strtab_entry): New.
3135 (hash_strtab_entry): New function.
3136 (eq_strtab_entry): Likewise.
3137 (create_strtab): Likewise.
3138 (add_string): Likewise.
3139 (struct symtab_index_entry): New.
3140 (struct mapped_symtab): New.
3141 (hash_symtab_entry): New function.
3142 (eq_symtab_entry): Likewise.
3143 (delete_symtab_entry): Likewise.
3144 (create_index_table): Likewise.
3145 (create_mapped_symtab): Likewise.
3146 (cleanup_mapped_symtab): Likewise.
3147 (find_slot): Likewise.
3148 (hash_expand): Likewise.
3149 (add_index_entry): Likewise.
3150 (add_indices_to_cpool): Likewise.
3151 (write_hash_table): Likewise.
3152 (add_address_entry): Likewise.
3153 (write_psymbols): Likewise.
3154 (write_obstack): Likewise.
3155 (unlink_if_set): Likewise.
3156 (write_psymtabs_to_index): Likewise.
3157 (save_gdb_index_command): Likewise.
3158 (_initialize_dwarf2_read): Install "save gdb-index"
3159 command.
3160 (create_all_comp_units): Initialize 'objfile' field of CU.
3161 (dwarf2_locate_sections): Check for .gdb_index.
3162 * psymtab.h (dwarf2_gdb_index_functions): Declare.
3163 * symfile.h (dwarf2_initialize_objfile): Declare.
3164
3165 2010-07-13 Tom Tromey <tromey@redhat.com>
3166
3167 * symtab.c (lookup_symbol_aux_symtabs): Call pre-expand hook.
3168 (basic_lookup_transparent_type): Likewise.
3169 * symfile.h (struct quick_symbol_functions)
3170 <pre_expand_symtabs_matching>: New field.
3171 * psymtab.c (pre_expand_symtabs_matching_psymtabs): New function.
3172 (psym_functions): Update.
3173
3174 2010-07-13 Tom Tromey <tromey@redhat.com>
3175
3176 PR breakpoints/8357:
3177 * symtab.h (domain_enum_tag) <LABEL_DOMAIN>: Update comment.
3178 * linespec.c (decode_line_1): Update comment. Call decode_label.
3179 (decode_label): New function.
3180 (symbol_found): Handle LOC_LABEL.
3181 * dwarf2read.c (new_symbol) <DW_TAG_label>: Set symbol's type and
3182 domain. Call add_symbol_to_list.
3183
3184 2010-07-13 Tom Tromey <tromey@redhat.com>
3185
3186 * dwarf2loc.h (dwarf2_per_cu_text_offset): Declare.
3187 * dwarf2loc.c (find_location_expression): Use
3188 dwarf2_per_cu_text_offset.
3189 (dwarf2_evaluate_loc_desc): Likewise.
3190 (dwarf2_loc_desc_needs_frame): Likewise.
3191 (compile_dwarf_to_ax): Likewise.
3192 (loclist_describe_location): Likewise.
3193 * dwarf2read.c (dwarf2_per_cu_text_offset): New function.
3194 (dwarf2_per_cu_objfile): Update comment.
3195
3196 2010-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3197
3198 * dwarf2read.c (read_subrange_type): Call read_subrange_type.
3199 * p-lang.c (pascal_printstr): Likewise.
3200
3201 2010-07-09 Tom Tromey <tromey@redhat.com>
3202
3203 * python/py-prettyprint.c (gdbpy_get_display_hint): Don't use
3204 'hint' if it is NULL.
3205
3206 2010-07-09 Hui Zhu <teawater@gmail.com>
3207
3208 * source.c (print_source_lines_base): Add check for noprint.
3209
3210 2010-07-08 Joel Brobecker <brobecker@adacore.com>
3211
3212 * python/python-config.py: Resync with Python 2.7 version of this
3213 script.
3214
3215 2010-07-08 Joel Brobecker <brobecker@adacore.com>
3216
3217 * NEWS: Fix typo in section name (s/GDB 7.1/GDB 7.2).
3218
3219 2010-07-07 Joel Brobecker <brobecker@adacore.com>
3220
3221 * NEWS: Create a new section for the next release branch.
3222 Rename the section of the current branch, now that it has
3223 been cut.
3224
3225 2010-07-07 Joel Brobecker <brobecker@adacore.com>
3226
3227 GDB 7.2 branch created (branch timestamp: 2010-07-07 17:00 UTC)
3228 * version.in: Bump version to 7.2.50.20100707-cvs.
3229
3230 2010-07-07 Tom Tromey <tromey@redhat.com>
3231
3232 * dwarf2read.c (dwarf2_const_value) <DW_form_addr>: Create a
3233 LOC_COMPUTED symbol.
3234 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Set new field.
3235 (dwarf2_loc_desc_needs_frame): Likewise.
3236 (compile_dwarf_to_ax) <DW_OP_addr>: Use offset.
3237 * dwarf2expr.h (struct dwarf_expr_context) <offset>: New field.
3238 * dwarf2expr.c (execute_stack_op) <DW_OP_addr>: Use offset.
3239 * dwarf2-frame.c (execute_stack_op): Set 'offset' field. Add
3240 'offset' argument.
3241 (struct dwarf2_frame_cache) <text_offset>: New field.
3242 (dwarf2_frame_cache): Set new field.
3243 (dwarf2_frame_prev_register): Update.
3244 (dwarf2_frame_sniffer): Update.
3245 (dwarf2_frame_base_sniffer): Update.
3246 (dwarf2_frame_find_fde): Add 'out_offset' argument.
3247
3248 2010-07-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3249 Thiago Jung Bauermann <bauerman@br.ibm.com>
3250
3251 Support for hw accelerated condition watchpoints in booke powerpc.
3252
3253 * breakpoint.c (fetch_watchpoint_value): Rename to fetch_subexp_value
3254 and move to eval.c. Change callers.
3255 (insert_bp_location): Pass watchpoint condition in
3256 target_insert_watchpoint.
3257 (remove_breakpoint_1) Pass watchpoint condition in
3258 target_remove_watchpoint.
3259 (watchpoint_locations_match): Call
3260 target_can_accel_watchpoint_condition.
3261 * eval.c: Include wrapper.h.
3262 (fetch_subexp_value): Moved from breakpoint.c.
3263 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint):
3264 Formatting fix.
3265 (can_use_watchpoint_cond_accel): New function.
3266 (calculate_dvc): Likewise.
3267 (num_memory_accesses): Likewise.
3268 (check_condition): Likewise.
3269 (ppc_linux_can_accel_watchpoint_condition): Likewise
3270 (ppc_linux_insert_watchpoint): Call can_use_watchpoint_cond_accel,
3271 check_condition and calculate_dvc.
3272 (ppc_linux_remove_watchpoint): Likewise.
3273 (_initialize_ppc_linux_nat): Set to_can_accel_watchpoint_condition to
3274 ppc_linux_can_accel_watchpoint_condition
3275 * target.c (debug_to_insert_watchpoint): Add argument for watchpoint
3276 condition.
3277 (debug_to_remove_watchpoint): Likewise.
3278 (debug_to_can_accel_watchpoint_condition): New function.
3279 (update_current_target): Set to_can_accel_watchpoint_condition.
3280 (setup_target_debug): Set to_can_accel_watchpoint_condition.
3281 * target.h: Add opaque declaration for struct expression.
3282 (struct target_ops) <to_insert_watchpoint>,
3283 <to_remove_watchpoint>: Add new arguments to pass the watchpoint
3284 <to_can_accel_watchpoint_condition>: New member.
3285 condition. Update all callers and implementations.
3286 (target_can_accel_watchpoint_condition): New macro.
3287 * value.c (free_value_chain): New function.
3288 * value.h (fetch_subexp_value): New prototype.
3289 (free_value_chain): Likewise.
3290
3291 2010-07-07 Ulrich Weigand <uweigand@de.ibm.com>
3292
3293 * linux-nat.c (linux_nat_do_thread_registers): Use section size
3294 from gdbarch_core_regset_sections also for .reg if present.
3295
3296 * amd64-linux-tdep.c (amd64_linux_regset_sections): Fix incorrect
3297 section size for .reg.
3298 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
3299 (ppc_linux_vmx_regset_sections): Likewise.
3300 (ppc_linux_fp_regset_sections): Likewise.
3301 (ppc64_linux_vsx_regset_sections): New variable.
3302 (ppc64_linux_vmx_regset_sections): Likewise.
3303 (ppc64_linux_fp_regset_sections): Likewise.
3304 (ppc_linux_init_abi): Install core_regset_section lists appropriate
3305 for current word size.
3306
3307 2010-07-06 Joel Brobecker <brobecker@adacore.com>
3308
3309 * server.c (myresume): Make static.
3310
3311 2010-07-06 Tom Tromey <tromey@redhat.com>
3312
3313 * configure, config.in: Rebuild.
3314 * configure.ac (HAVE_LIBPYTHON2_7): New define.
3315 * python/python-internal.h: Handle HAVE_LIBPYTHON2_7.
3316
3317 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
3318
3319 * breakpoint.c (_initialize_breakpoint): Add "cl" as alias for
3320 "clear".
3321
3322 2010-07-06 Ken Werner <ken.werner@de.ibm.com>
3323
3324 * gdbtypes.h (floatformats_ieee_half): Add declaration.
3325 * gdbtypes.c (floatformats_ieee_half): New variable.
3326 * doublest.c (floatformat_from_length): Set format to
3327 gdbarch_half_format if length matches.
3328 * gdbarch.sh (half_bit): New architecture method.
3329 (half_format): Likewise.
3330 * gdbarch.h: Regenerate.
3331 * gdbarch.c: Likewise.
3332
3333 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3334 Joel Brobecker <brobecker@adacore.com>
3335
3336 Fix re-run of PIE executable, PR shlibs/11776.
3337 * solib-svr4.c (svr4_relocate_main_executable) <symfile_objfile>: Remove
3338 the part of pre-set SYMFILE_OBJFILE->SECTION_OFFSETS.
3339
3340 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3341 Joel Brobecker <brobecker@adacore.com>
3342
3343 * auxv.c (memory_xfer_auxv): Update attach comment.
3344 * solib-svr4.c (svr4_special_symbol_handling): Remove the call to
3345 svr4_relocate_main_executable.
3346 (svr4_solib_create_inferior_hook): Make the call to
3347 svr4_relocate_main_executable unconditional.
3348
3349 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3350 Joel Brobecker <brobecker@adacore.com>
3351
3352 * auxv.c (ld_so_xfer_auxv): Do not error on failed read of data_address.
3353
3354 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3355 Joel Brobecker <brobecker@adacore.com>
3356
3357 Fix attaching to PIEs prelinked on the disk after the process was
3358 started.
3359 * solib-svr4.c (svr4_exec_displacement): New variable arch_size.
3360 Verify it against bfd_get_arch_size. Try to match arbitrary
3361 displacement for the phdrs comparison.
3362
3363 2010-07-02 Tom Tromey <tromey@redhat.com>
3364
3365 PR exp/11780:
3366 * libunwind-frame.c (libunwind_frame_prev_register): Don't set
3367 value as optimized-out.
3368
3369 2010-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3370 Thiago Jung Bauermann <bauerman@br.ibm.com>
3371
3372 * breakpoint.c (can_use_hardware_watchpoint): Answer "what does this
3373 represent?" question in comment. Change comment to a proper sentence.
3374
3375 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
3376
3377 * c-valprint.c (c_val_print): Fix printing of character vectors.
3378
3379 2010-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3380
3381 * spu-tdep.c (spu_catch_start): Adjust the caller of changed
3382 create_breakpoint prototype.
3383
3384 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3385
3386 * breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
3387 usefulness suggestion of multiple breakpoints at same location.
3388
3389 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3390
3391 * breakpoint.c (BREAK_ARGS_HELP): Add missing `the'.
3392
3393 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3394
3395 * dwarf2loc.c (locexpr_tracepoint_var_ref)
3396 (loclist_tracepoint_var_ref): Handle optimized out values.
3397
3398 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3399
3400 * breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove
3401 unnecessary space in string.
3402 * filesystem.c (_initialize_filesystem): Ditto.
3403 * frame.c (_initialize_frame): Ditto.
3404 * infcmd.c (step_once): Ditto.
3405 * infrun.c (_initialize_infrun): Ditto.
3406 * linux-nat.c (linux_child_follow_fork): Ditto.
3407 * maint.c (maintenance_deprecate): Ditto.
3408 * memattr.c (_initialize_mem): Ditto.
3409 * mips-tdep.c (_initialize_mips_tdep): Ditto.
3410 * monitor.c (monitor_open): Ditto.
3411 * procfs.c (procfs_xfer_memory): Ditto.
3412 * reverse.c (bookmarks_info): Ditto.
3413 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Ditto.
3414 * stack.c (_initialize_stack): Ditto.
3415 * tracepoint.c (_initialize_tracepoint): Ditto.
3416 * xtensa-tdep.c (xtensa_supply_gregset,
3417 xtensa_regset_from_core_section): Ditto.
3418
3419 2010-07-01 Tom Tromey <tromey@redhat.com>
3420
3421 * value.h (struct lval_funcs) <check_any_valid>: Rename from
3422 check_all_valid.
3423 * value.c (value_entirely_optimized_out): Invert result. Update
3424 for new function name.
3425
3426 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3427
3428 Static tracepoints support.
3429
3430 * NEWS: Mention new support for static tracepoints.
3431 (New packets): Mention qTfSTM, qTsSTM, qTSTMat and
3432 qXfer:statictrace:read.
3433 (New features in the GDB remote stub, GDBserver): Mention static
3434 tracepoints support using an UST based backend.
3435 (New commands): Mention "info static-tracepoint-markers" and
3436 "strace".
3437 * breakpoint.c (is_marker_spec): New.
3438 (is_tracepoint): Handle static tracepoints.
3439 (validate_commands_for_breakpoint): Static tracepoints can't do
3440 while-stepping.
3441 (static_tracepoints_here): New.
3442 (bpstat_what): Handle static tracepoints.
3443 (print_one_breakpoint_location, allocate_bp_location, mention):
3444 Ditto.
3445 (create_breakpoint_sal): Ditto.
3446 (decode_static_tracepoint_spec): New.
3447 (create_breakpoint): Replace `hardwareflag', and `traceflag' with
3448 `type_wanted'. Adjust. Handle static tracepoint marker
3449 locations.
3450 (break_command_1): Adjust.
3451 (update_static_tracepoint): New.
3452 (update_breakpoint_locations): Handle static tracepoints.
3453 (breakpoint_re_set_one): Handle static tracepoint marker
3454 locations.
3455 (disable_command, enable_command): Handle static tracepoints.
3456 (trace_command, ftrace_command): Adjust.
3457 (strace_command): New.
3458 (create_tracepoint_from_upload): Adjust.
3459 (save_breakpoints): Handle static tracepoints.
3460 (_initialize_breakpoint): Install the "strace" command.
3461 * breakpoint.h (enum bptype): New bp_static_tracepoint type.
3462 (struct breakpoint): New fields static_trace_marker_id and
3463 static_trace_marker_id_idx.
3464 (breakpoints_here_p): Declare.
3465 (create_breakpoint): Adjust.
3466 (static_tracepoints_here): Declare.
3467 * remote.c (struct remote_state) <static_tracepoints>: New field.
3468 (PACKET_qXfer_statictrace_read, PACKET_StaticTracepoints): New.
3469 (remote_static_tracepoint_marker_at): New.
3470 (remote_static_tracepoint_markers_by_strid): New.
3471 (remote_static_tracepoint_feature): New.
3472 (remote_disconnected_tracing_feature): Handle "StaticTracepoints".
3473 (remote_xfer_partial): Handle TARGET_OBJECT_STATIC_TRACE_DATA.
3474 (remote_supports_static_tracepoints): New.
3475 (remote_download_tracepoint): Download static tracepoints.
3476 (init_remote_ops): Install remote_static_tracepoint_marker_at and
3477 remote_static_tracepoint_markers_by_strid.
3478 (_initialize_remote): Install set|show remote static-tracepoints,
3479 and set|show remote read-sdata-object commands.
3480 * target.c (update_current_target): Inherit and default
3481 to_static_tracepoint_marker_at, and
3482 to_static_tracepoint_markers_by_strid.
3483 * target.h (static_tracepoint_marker): Forward declare.
3484 (enum target_object): New object TARGET_OBJECT_STATIC_TRACE_DATA.
3485 (static_tracepoint_marker_p): New typedef.
3486 (DEF_VEC_P(static_tracepoint_marker_p)): New VEC type.
3487 (struct target_ops): New fields to_static_tracepoint_marker_at and
3488 to_static_tracepoint_markers_by_strid.
3489 (target_static_tracepoint_marker_at)
3490 (target_static_tracepoint_markers_by_strid): New.
3491 * tracepoint.c: Include source.h.
3492 (validate_actionline): Handle $_sdata.
3493 (struct collection_list): New field strace_data.
3494 (add_static_trace_data): New.
3495 (clear_collection_list): Clear strace_data.
3496 (stringify_collection_list): Account for a possible static trace
3497 data collection.
3498 (encode_actions_1): Encode an $_sdata collection.
3499 (parse_tracepoint_definition): Handle static tracepoints.
3500 (parse_static_tracepoint_marker_definition): New.
3501 (release_static_tracepoint_marker): New.
3502 (print_one_static_tracepoint_marker): New.
3503 (info_static_tracepoint_markers_command): New.
3504 (sdata_make_value): New.
3505 (_initialize_tracepoint): Create the $_sdata convenience variable.
3506 Add the "info static-tracepoint-markers" command.
3507 Mention $_sdata in the "collect" command's help output.
3508 * tracepoint.h (struct static_tracepoint_marker): New.
3509 (parse_static_tracepoint_marker_definition)
3510 (release_static_tracepoint_marker): Declare.
3511 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
3512 * python/py-breakpoint.c (bppy_new): Adjust.
3513
3514 2010-06-30 Joel Brobecker <brobecker@adacore.com>
3515
3516 * python/python-internal.h (_XOPEN_SOURCE): Undefine before
3517 including Python.h.
3518
3519 2010-06-29 Doug Evans <dje@google.com>
3520
3521 PR gdb/11702
3522 * dwarf2read.c (dwarf2_add_field): Only create a symbol if
3523 DW_AT_external is present.
3524
3525 PR gdb/11702
3526 * NEWS: Add entry.
3527 * dwarf2read.c (dwarf2_add_field): If DW_AT_const_value is present,
3528 create a symbol for the field and record the value.
3529 (new_symbol): Handle DW_TAG_member.
3530 * gdbtypes.c (field_is_static): Remove FIXME.
3531 * symtab.c (search_symbols): When searching for VARIABLES_DOMAIN,
3532 only ignore LOC_CONST symbols that are enums.
3533
3534 * dwarf2read.c: Remove trailing whitespace.
3535
3536 Delete FIELD_LOC_KIND_DWARF_BLOCK, unused.
3537 * gdbtypes.h (enum field_loc_kind): Delete FIELD_LOC_KIND_DWARF_BLOCK.
3538 (struct main_type, field loc): Delete dwarf_block.
3539 (FIELD_DWARF_BLOCK): Delete.
3540 (SET_FIELD_DWARF_BLOCK): Delete.
3541 (TYPE_FIELD_DWARF_BLOCK): Delete.
3542 * gdb-gdb.py (StructMainTypePrettyPrinter.struct_field_location_img):
3543 Update.
3544
3545 2010-06-29 Hui Zhu <teawater@gmail.com>
3546
3547 * record.c (set_record_pic_cmdlist,
3548 show_record_pic_cmdlist): New variables.
3549 (set_record_pic_command,
3550 show_record_pic_command): New functions.
3551 (record_pic_function, record_pic_line, record_pic_enum,
3552 set_record_pic_type, record_pic_hide_nofunction,
3553 record_pic_hide_nosource, record_pic_hide_same): New variables.
3554 (record_pic_fputs): New function.
3555 (function_list, node_list, edge_list): New struct.
3556 (function_list, node_list, edge_list): New variables.
3557 (record_pic_cleanups, record_pic_node,
3558 record_pic_edge, cmd_record_pic): New functions.
3559 (_initialize_record): Add new commands for record pic.
3560
3561 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3562
3563 * dwarf2read.c (read_structure_type) <fi.typedef_field_list>: Call
3564 ALLOCATE_CPLUS_STRUCT_TYPE.
3565
3566 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3567 Tom Tromey <tromey@redhat.com>
3568 Thiago Jung Bauermann <bauerman@br.ibm.com>
3569
3570 * value.c (pack_unsigned_long): New function.
3571 (value_from_ulongest): New function.
3572 * value.h (value_from_ulongest): Declare.
3573 * python/python.c (_initialize_python): Call
3574 gdbpy_initialize_thread and gdbpy_initialize_inferior.
3575 * python/python-internal.h: Define thread_object.
3576 (gdbpy_inferiors, gdbpy_selected_thread)
3577 (frame_info_to_frame_object, create_thread_object)
3578 (find_thread_object, find_inferior_object)
3579 (gdbpy_initialize_thread, gdbpy_initialize_inferiors)
3580 (gdbpy_is_value_object, get_addr_from_python): Declare.
3581 * python/py-value.c (builtin_type_upylong): Define.
3582 (convert_value_from_python): Add logic for ulongest.
3583 (gdbpy_is_value_object): New function.
3584 * python/py-utils.c (get_addr_from_python): New function.
3585 * python/py-frame.c (frame_info_to_frame_object): Return a PyObject.
3586 (gdbpy_selected_frame): Use PyObject over frame_info.
3587 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-inferior and
3588 py-infthread.
3589 (SUBDIR_PYTHON_SRCS): Likewise.
3590 (py-inferior.o): New Rule.
3591 (py-infthread.o): New Rule.
3592 * python/py-inferior.c: New File.
3593 * python/py-infthread.c: New File.
3594
3595 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3596
3597 * c-typeprint.c (c_type_print_base): For no fields check include also
3598 TYPE_TYPEDEF_FIELD_COUNT. Print new typedefs section.
3599 * dwarf2read.c (struct typedef_field_list)
3600 (struct field_info) <typedef_field_list, typedef_field_list_count>: New.
3601 (dwarf2_add_typedef): New.
3602 (read_structure_type): Call dwarf2_add_typedef for DW_TAG_typedef.
3603 Copy also FI.TYPEDEF_FIELD_LIST.
3604 * gdbtypes.h (struct typedef_field)
3605 (struct cplus_struct_type) <typedef_field, typedef_field_count>
3606 (TYPE_TYPEDEF_FIELD_ARRAY, TYPE_TYPEDEF_FIELD, TYPE_TYPEDEF_FIELD_NAME)
3607 (TYPE_TYPEDEF_FIELD_TYPE, TYPE_TYPEDEF_FIELD_COUNT): New.
3608
3609 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3610
3611 * cp-namespace.c (cp_lookup_nested_type): New variable
3612 concatenated_name. Turn the current return condition into a reverse
3613 one. Call also lookup_static_symbol_aux on the constructed qualified
3614 name.
3615 * symtab.c (lookup_symbol_aux): Move variable objfile and searching in
3616 other files into a called ...
3617 (lookup_static_symbol_aux): ... new function here.
3618 * symtab.h (lookup_static_symbol_aux): New prototype.
3619 * valops.c (value_maybe_namespace_elt): Call also
3620 lookup_static_symbol_aux if we failed otherwise.
3621
3622 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3623
3624 Fix PR c++/11703 and PR gdb/1448.
3625 * c-exp.y (yylex) <last_was_coloncolon && first_was_coloncolon>: Add
3626 FIRST_ITER check.
3627
3628 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3629
3630 Fix modification of cplus_struct_default.
3631 * dwarf2read.c (dwarf2_add_member_fn) <no DW_AT_vtable_elem_location>:
3632 Call ALLOCATE_CPLUS_STRUCT_TYPE.
3633 * gdbtypes.c (cplus_struct_default): New empty initializer, comment it.
3634
3635 2010-06-28 Joel Brobecker <brobecker@adacore.com>
3636
3637 * NEWS: Add entry announcing the python directory.
3638
3639 2010-06-28 Tom Tromey <tromey@redhat.com>
3640
3641 * dwarf2read.c (read_structure_type): Allocate null cleanup later.
3642
3643 2010-06-28 Doug Evans <dje@google.com>
3644
3645 * breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
3646 All callers updated.
3647
3648 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3649
3650 * cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
3651 obstack_begin after each obstack_free.
3652
3653 2010-06-27 Doug Evans <dje@google.com>
3654
3655 * value.c (value_static_field): Use `switch' instead of `if'.
3656 Assert-fail if passed invalid TYPE_FIELD_LOC_KIND.
3657
3658 * valops.c (search_struct_field): Fix typo in error message.
3659
3660 2010-06-26 Ulrich Weigand <uweigand@de.ibm.com>
3661
3662 * dwarf2expr.c (execute_stack_op): Place preprocessor
3663 directives at the start of the source line.
3664
3665 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
3666
3667 * defs.h (make_command_stats_cleanup): Declare.
3668 (set_display_time): Declare.
3669 (set_display_space): Declare.
3670 * event-top.c (command_handler): Use make_command_stats_cleanup.
3671 * main.c (display_time, display_space): Move definitions to utils.c.
3672 (captured_main): Use make_command_stats_cleanup to get start-up
3673 statistics.
3674 Use set_display_time and set_display_space for processing OPT_STATISTICS
3675 case.
3676 * maint.c (maintenance_time_display): Use set_display_time.
3677 (maintenance_space_display): Use set_display_space.
3678 * top.c (execute_command): Remove obsolete 'maint time' code.
3679 (command_loop): Use make_command_stats_cleanup.
3680 * utils.c (struct cmd_stats): Structure for storing initial time
3681 and space usage.
3682 (display_time, display_space): Move definitions here from utils.c.
3683 (set_display_time): New function.
3684 (set_display_space): New function.
3685 (make_command_stats_cleanup): New function.
3686 (report_command_stats): New auxiliary function for
3687 make_command_stats_cleanup.
3688
3689 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
3690
3691 * solib-spu.c (append_ocl_sos): Fix xsnprintf statement for
3692 hosts where CORE_ADDR is long long.
3693
3694 2010-06-25 Tom Tromey <tromey@redhat.com>
3695
3696 PR python/10808:
3697 * python/python.c (execute_gdb_command): Add keywords. Accept
3698 "to_string" argument.
3699 (struct restore_ui_file_closure): New.
3700 (restore_ui_file): New function.
3701 (make_cleanup_restore_ui_file): Likewise.
3702 (GdbMethods) <execute>: Update.
3703
3704 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
3705
3706 * s390-tdep.c (s390_push_dummy_call): Error on stack overflow
3707 during inferior call stack frame setup.
3708
3709 2010-06-25 Ken Werner <ken.werner@de.ibm.com>
3710
3711 * solib-spu.c: Include "exception.h".
3712 (ocl_program_data_key): New variable.
3713 (append_ocl_sos): New function.
3714 (ocl_enable_break): Likewise.
3715 (spu_current_sos): Call append_ocl_sos.
3716 (spu_solib_loaded): Call ocl_enable_break.
3717 (_initialize_spu_solib): Register ocl_program_data_key.
3718
3719 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
3720
3721 * cp-support.c (reset_directive_searched): New function.
3722 (make_symbol_overload_list_using): Prevent recursive calls.
3723
3724 2010-06-25 Phil Muldoon <pmuldoon@redhat.com>
3725
3726 * printcmd.c (print_variable_and_value): Print error message on
3727 caught exception.
3728
3729 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
3730
3731 * dwarf2expr.h (struct dwarf_value_location): Use ULONGEST as type
3732 of stack values.
3733 (struct dwarf_expr_piece): Rename "expr" member to "mem". Add new
3734 "value" member.
3735 (dwarf_expr_push): Change input type to ULONGEST.
3736 (dwarf_expr_fetch): Change return type to ULONGEST.
3737 (dwarf_expr_fetch_address): Add prototype.
3738 (dwarf2_read_address): Remove prototype.
3739 * dwarf2expr.c (dwarf_expr_push): Use ULONGEST as type of stack values.
3740 Truncate stack values to ctx->addr_size bytes.
3741 (dwarf_expr_fetch): Change return value to ULONGEST.
3742 (dwarf_expr_fetch_address): New function.
3743 (add_piece): Use dwarf_expr_fetch_address instead of dwarf_expr_fetch
3744 when appropriate. Update for struct dwarf_expr_piece changes.
3745 (dwarf2_read_address): Remove.
3746 (unsigned_address_type): Remove.
3747 (signed_address_type): Remove.
3748 (execute_stack_op): Use dwarf_expr_fetch_address instead of
3749 dwarf_expr_fetch when appropriate. Use ULONGEST as type of stack
3750 values. Perform operations on ULONGEST instead of on GDB values,
3751 sign-extending from ctx->addr_size bytes as needed. Read DW_OP_addr
3752 values and DW_OP_deref results as unsigned integers.
3753 * dwarf2loc.c (read_pieced_value): Update for struct dwarf_expr_piece
3754 changes.
3755 (write_pieced_value): Likewise.
3756 (dwarf2_evaluate_loc_desc): Use dwarf_expr_fetch_address instead of
3757 dwarf_expr_fetch when appropriate.
3758 (compile_dwarf_to_ax): Read DW_OP_addr values as unsigned integers.
3759 * dwarf2-frame.c (execute_stack_op): Use dwarf_expr_fetch_address
3760 instead of dwarf_expr_fetch when appropriate.
3761
3762 2010-06-25 Pierre Muller <muller@ics.u-strasbg.fr>
3763
3764 * c-typeprint.c (c_print_typedef): Append new type name for typedefs.
3765
3766 2010-06-24 Joel Brobecker <brobecker@adacore.com>
3767
3768 * python/python.c (_initialize_python): Add new "constant"
3769 PYTHONDIR in gdb module. Insert this path at the head of
3770 sys.path. Set gdb.__path__ to gdb.PYTHONDIR + '/gdb' and
3771 exec its __init__.py script if it exists in that directory.
3772
3773 2010-06-24 Kevin Buettner <kevinb@redhat.com>
3774
3775 * rx-tdep.c (RX_ACC_REGNUM): Define.
3776 (RX_NUM_REGS): Redefine to 26.
3777 (rx_register_name): Add register "acc". Change order of several
3778 registers. Change name of "vct" register to "fintv" to match RX
3779 documentation.
3780 (rx_register_type): Add case for RX_ACC_REGNUM.
3781
3782 2010-06-24 Tom Tromey <tromey@redhat.com>
3783
3784 * psymtab.c (lookup_partial_symbol): Mark definition as static.
3785
3786 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3787 Tom Tromey <tromey@redhat.com>
3788
3789 Fix GDB startup on readonly filesystem.
3790 * charset.c (find_charset_names): Use PEX_USE_PIPES for pex_init.
3791
3792 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3793 Pedro Alves <pedro@codesourcery.com>
3794
3795 Fix PR 9436.
3796 * breakpoint.c (handle_jit_event): New function.
3797 (bpstat_what): Remove enum class, kc, ss, sn, sgl, slr, clr, sr, shl,
3798 jit, err, table and bs_class. New variables shlib_event, jit_event,
3799 this_action and bptype. Change bs_class assignments to this_action
3800 assignments. new unhandled bptype internal error. Move here
3801 shlib_event and jit_event handling from handle_inferior_event.
3802 * breakpoint.h (enum bpstat_what_main_action): Extend the comment.
3803 Reorder items. Remove BPSTAT_WHAT_CHECK_SHLIBS and
3804 BPSTAT_WHAT_CHECK_JIT.
3805 * inferior.h (debug_infrun, stop_on_solib_events): New declarations.
3806 * infrun.c (debug_infrun, stop_on_solib_events): Remove static.
3807 (handle_inferior_event): Reinitialize frame and gdbarch after
3808 bpstat_what call. Move BPSTAT_WHAT_CHECK_SHLIBS and
3809 BPSTAT_WHAT_CHECK_JIT handling to bpstat_what. Reinitialize even
3810 gdbarch when frame gets reinitialized.
3811
3812 2010-06-24 Hui Zhu <teawater@gmail.com>
3813
3814 * printcmd.c (ui_printf): New function.
3815 (printf_command): Call ui_printf.
3816 (_initialize_printcmd): New command "eval".
3817
3818 2010-06-23 Ulrich Weigand <uweigand@de.ibm.com>
3819
3820 * infrun.c (handle_inferior_event): Handle presence of single-step
3821 breakpoints for TARGET_WAITKIND_FORKED and TARGET_WAITKIND_VFORKED.
3822 Cancel single-step breakpoints for TARGET_WAITKIND_EXITED,
3823 TARGET_WAITKIND_SIGNALED, and TARGET_WAITKIND_EXECD.
3824 * breakpoint.c (detach_single_step_breakpoints): New function.
3825 (detach_breakpoints): Call it.
3826 (cancel_single_step_breakpoints): New function.
3827 * breakpoint.h (cancel_single_step_breakpoints): Add prototype.
3828
3829 * spu-tdep.c (spu_memory_remove_breakpoint): New function.
3830 (spu_gdbarch_init): Install it.
3831
3832 2010-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3833
3834 * configure.ac: Always set RDYNAMIC at least as `-rdynamic'.
3835 * configure: Regenerate.
3836
3837 2010-06-22 Hui Zhu <teawater@gmail.com>
3838
3839 * i386-tdep.c (i386_record_lea_modrm): Change warning to query.
3840 (i386_process_record): Ditto.
3841 * record.c (record_memory_query): New variable.
3842 (_initialize_record): New command "set record memory-query".
3843 * record.h (record_memory_query): New extern.
3844
3845 2010-06-21 Doug Evans <dje@google.com>
3846
3847 * i386-tdep.h (i386_displaced_step_copy_insn): Declare.
3848 * i386-tdep.c (i386_displaced_step_copy_insn): New function.
3849 (i386_syscall_p): Change type of lengthp to int.
3850 (i386_displaced_step_fixup): Handle kernels that run one past a
3851 syscall insn.
3852 * i386-linux-tdep.c (i386_linux_init_abi): Use
3853 i386_displaced_step_copy_insn instead of
3854 simple_displaced_step_copy_insn.
3855
3856 2010-06-21 Tom Tromey <tromey@redhat.com>
3857
3858 * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
3859 (dwarf_type_encoding_name): Likewise.
3860
3861 2010-06-21 Tom Tromey <tromey@redhat.com>
3862
3863 * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.
3864 * p-typeprint.c (pascal_type_print_base): Use TYPE_ERROR_NAME.
3865 * m2-valprint.c (m2_val_print): Use TYPE_ERROR_NAME.
3866 * gdbtypes.h (TYPE_ERROR_NAME): New macro.
3867 * f-valprint.c (f_val_print): Use TYPE_ERROR_NAME.
3868 * f-typeprint.c (f_type_print_base): Use TYPE_ERROR_NAME.
3869 * dwarf2read.c (tag_type_to_type): Create a new error type on
3870 failure.
3871 * c-valprint.c (c_val_print): Use TYPE_ERROR_NAME.
3872 * c-typeprint.c (c_type_print_base): Use TYPE_ERROR_NAME.
3873
3874 2010-06-21 Michael Snyder <msnyder@vmware.com>
3875
3876 * breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd,
3877 not add_abbrev_prefix_cmd, for "enable breakpoints".
3878
3879 2010-06-21 Ulrich Weigand <uweigand@de.ibm.com>
3880
3881 * dwarf2loc.c (find_location_expression): Add relocation offset
3882 to base-address-selection entry base addresses. Read addresses
3883 (and offsets) as signed/unsigned integers, depending on the
3884 BFD's sign_extend_vma flag. Do not call dwarf2_read_address.
3885 (loclist_describe_location): Likewise.
3886 (disassemble_dwarf_expression): Read DW_OP_addr operand as
3887 unsigned integer. Do not call dwarf2_read_address.
3888 (locexpr_describe_location): Likewise for DW_OP_GNU_push_tls_address.
3889
3890 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
3891
3892 * spu-tdep.c (spu_frame_unwind_cache): Use LSLR register
3893 value instead of hard-coded SPU_LS_SIZE.
3894 (spu_software_single_step): Likewise.
3895 * spu-tdep.h (SPU_LS_SIZE): Remove.
3896
3897 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
3898
3899 * spu-multiarch.c (spu_xfer_partial): Wrap around local store
3900 limit on local store memory accesses.
3901 * spu-linux-nat.c (spu_xfer_partial): Likewise.
3902 * spu-tdep.c (spu_lslr): Remove.
3903 (spu_pointer_to_address): Do not truncate addresses.
3904 (spu_integer_to_address): Likewise.
3905 (spu_overlay_new_objfile): Use SPU_OVERLAY_LMA.
3906 * spu-tdep.h: Add comments.
3907 (SPUADDR_SPU): Respect SPU_OVERLAY_LMA bit.
3908 (SPU_OVERLAY_LMA): Define.
3909
3910 2010-06-18 Stan Shebs <stan@codesourcery.com>
3911
3912 * osdata.c (get_osdata): Warn separately if target does not report
3913 type list.
3914 (info_osdata_command): Allow empty type, report error if target
3915 does not return available types of OS data.
3916 * linux-nat.c (linux_nat_xfer_osdata): Report list of OS data
3917 types if no annex supplied.
3918
3919 * thread.c (thread_id_make_value): Make a value representing the
3920 current thread.
3921 (_initialize_thread): Create $_thread.
3922
3923 2010-06-17 Joel Brobecker <brobecker@adacore.com>
3924
3925 * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
3926 last local variable declaration. No real code change.
3927
3928 2010-06-17 Tom Tromey <tromey@redhat.com>
3929
3930 * dwarf2read.c (psymtabs_addrmap_cleanup): New function.
3931 (dwarf2_build_psymtabs_hard): Use it. Create addrmap on a
3932 temporary obstack.
3933
3934 2010-06-16 Sergio Durigan Junior <sergiodj@redhat.com>
3935 Jan Kratochvil <jan.kratochvil@redhat.com>
3936
3937 * breakpoint.c: Include parser-defs.h.
3938 (watchpoint_exp_is_const): New function.
3939 (watch_command_1): Call watchpoint_exp_is_const to check
3940 if the expression is constant.
3941
3942 2010-06-15 Andreas Schwab <schwab@linux-m68k.org>
3943
3944 * configure.ac: Check for RDYNAMIC also for cross builds.
3945 * configure: Regenerate.
3946
3947 2010-06-15 Pedro Alves <pedro@codesourcery.com>
3948
3949 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
3950 (SFILES): Remove solib-null.c, add solib-target.c.
3951 (COMMON_OBS): Remove solib-null.o, add solib-target.o.
3952 (ALLDEPFILES): Remove solib-target.c.
3953 * solib-target.c (_initialize_solib_target): Set
3954 current_target_so_ops to solib_target_so_ops if not already set.
3955 * solib-null.c: Delete.
3956
3957 2010-06-14 Pedro Alves <pedro@codesourcery.com>
3958
3959 * NEWS: Mention GDBserver's JIT compilation of tracepoint
3960 bytecode.
3961
3962 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
3963
3964 * cp-valprint.c (cp_print_static_field): Members of
3965 dont_print_stat_array_obstack are of type "struct type *".
3966 (_initialize_cp_valprint): Likewise.
3967
3968 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
3969
3970 * frame.c (frame_register_unwind): Do not access contents
3971 of "optimized out" unwound register value.
3972
3973 2010-06-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3974
3975 * ada-lang.h (ada_print_type): Make varstring const.
3976 * ada-typeprint.c (print_func_type): Make name const.
3977 (ada_print_type): Make varstring const.
3978 * c-lang.h (c_print_type): Make varstring const.
3979 * c-typeprint.c (c_print_type): Likewise.
3980 * f-lang.h (f_print_type): Likewise.
3981 * f-typeprint.c (f_print_type): Likewise.
3982 * jv-lang.h (java_print_type): Likewise.
3983 * jv-typeprint.c (java_print_type): Likewise.
3984 * language.c (unk_lang_print_type): Likewise.
3985 * language.h (struct language_defn) <la_print_type>: Likewise.
3986 * m2-lang.h (m2_print_type): Likewise.
3987 * m2-typeprint.c (m2_print_type): Likewise.
3988 * p-lang.h (pascal_print_type): Likewise.
3989 * p-typeprint.c (pascal_print_type): Likewise.
3990
3991 2010-06-11 Stan Shebs <stan@codesourcery.com>
3992
3993 Add per-operation permission flags.
3994
3995 * target.h (struct target_ops): New method to_set_permissions.
3996 (target_set_permissions): New macro.
3997 (target_insert_breakpoint): Change macro to function.
3998 (target_remove_breakpoint): Ditto.
3999 (target_stop): Ditto.
4000 (may_write_registers): Declare.
4001 (may_write_memory): Declare.
4002 (may_insert_breakpoints): Declare.
4003 (may_insert_tracepoints): Declare.
4004 (may_insert_fast_tracepoints): Declare.
4005 (may_stop): Declare.
4006 * target.c (may_write_registers, may_write_registers_1): New globals.
4007 (may_write_memory, may_write_memory_1): New globals.
4008 (may_insert_breakpoints, may_insert_breakpoints_1): New globals.
4009 (may_insert_tracepoints, may_insert_tracepoints_1): New globals.
4010 (may_insert_fast_tracepoints, may_insert_fast_tracepoints_1): New
4011 globals.
4012 (may_stop, may_stop_1): New global.
4013 (target_xfer_partial): Test for write permission.
4014 (target_store_registers): Ditto.
4015 (target_insert_breakpoint): New function.
4016 (target_remove_breakpoint): New function.
4017 (target_stop): New function.
4018 (_initialize_targets): Add new set/show variables.
4019 (set_write_memory_permission): New function.
4020 (update_target_permissions): New function.
4021 (set_target_permissions): New function.
4022 (update_current_target): Default to_set_permissions.
4023 (_initialize_targets): Use new globals and setter function.
4024 * tracepoint.c (start_tracing): Test for permission.
4025 * inferior.h (update_observer_mode): Declare.
4026 * infrun.c (non_stop_1): Define earlier.
4027 (observer_mode, observer_mode_1): New globals.
4028 (set_observer_mode, show_observer_mode): New functions.
4029 (update_observer_mode): New function.
4030 (_initialize_infrun): Define "set observer" command.
4031 * remote.c (PACKET_QAllow): New optional packet.
4032 (remote_protocol_features): Add QAllow.
4033 (remote_set_permissions): New function.
4034 (remote_start_remote): Call it.
4035 (init_remote_ops): Add it to target vector.
4036 (_initialize_remote): Add config command for QAllow.
4037
4038 2010-06-11 Tom Tromey <tromey@redhat.com>
4039
4040 * dwarf2read.c (dwarf2_add_member_fn): Handle correct form of
4041 DW_AT_vtable_elem_location even when GCC extension is seen.
4042
4043 2010-06-11 Tom Tromey <tromey@redhat.com>
4044
4045 PR gdb/9977, PR exp/11636:
4046 * value.h (value_offset): Update.
4047 (struct lval_funcs) <check_validity>: New field.
4048 <copy_closure>: Make argument const.
4049 (value_computed_closure): Update.
4050 (value_contents_for_printing): Declare.
4051 (value_bits_valid): Likewise.
4052 (val_print): Likewise.
4053 (set_value_component_location): Update.
4054 (value_entirely_optimized_out): Declare.
4055 * value.c (value_offset): Argument now const.
4056 (require_not_optimized_out): New function.
4057 (value_contents_for_printing): New function.
4058 (value_contents_all): Call require_not_optimized_out.
4059 (value_contents): Likewise.
4060 (value_bits_valid): New function.
4061 (value_computed_closure): Argument now const.
4062 (set_value_component_location): Make 'whole' argument const.
4063 (value_entirely_optimized_out): New function.
4064 (value_bitsize): Argument now 'const'.
4065 (value_bitpos): Likewise.
4066 (value_type): Likewise.
4067 * valprint.h (val_print_array_elements): Update.
4068 * valprint.c (val_print): Add 'val' argument. Use
4069 valprint_check_validity.
4070 (valprint_check_validity): New function.
4071 (value_check_printable): Use value_entirely_optimized_out.
4072 (common_val_print): Update.
4073 (value_print): Likewise.
4074 (val_print_array_elements): Add 'val' argument.
4075 * valops.c (value_fetch_lazy): Use value_contents_for_printing,
4076 value_bits_valid. Reinit frame cache for lval_computed.
4077 * sh64-tdep.c (sh64_do_register): Update.
4078 * scm-valprint.c (scm_val_print): Add 'val' argument.
4079 * scm-lang.h (scm_val_print): Update.
4080 * python/python.h (apply_val_pretty_printer): Update.
4081 * python/py-prettyprint.c (apply_val_pretty_printer): Add 'val'
4082 argument. Call set_value_component_location.
4083 * printcmd.c (print_scalar_formatted): Update.
4084 * p-valprint.c (pascal_val_print): Add 'val' argument.
4085 (pascal_object_print_value_fields): Likewise.
4086 (pascal_object_print_value): Likewise.
4087 (pascal_object_print_static_field): Update.
4088 * p-lang.h (pascal_val_print): Update.
4089 (pascal_object_print_value_fields): Update.
4090 * mt-tdep.c (mt_registers_info): Update.
4091 * mi/mi-main.c (get_register): Update.
4092 (mi_cmd_data_evaluate_expression): Use common_val_print.
4093 * m2-valprint.c (m2_print_array_contents): Add 'val' argument.
4094 (m2_print_unbounded_array): Likewise.
4095 (m2_val_print): Likewise.
4096 * m2-lang.h (m2_val_print): Update.
4097 * language.h (struct language_defn) <la_val_print>: Add 'val'
4098 argument.
4099 (LA_VAL_PRINT): Likewise.
4100 * language.c (unk_lang_val_print): Add 'val' argument.
4101 * jv-valprint.c (java_print_value_fields): Add 'val' argument.
4102 (java_val_print): Likewise.
4103 * jv-lang.h (java_val_print): Add 'val' argument.
4104 * infcmd.c (default_print_registers_info): Update.
4105 * f-valprint.c (f77_print_array_1): Add 'val' argument.
4106 (f77_print_array): Likewise.
4107 (f_val_print): Likewise.
4108 * f-lang.h (f_val_print): Add 'val' argument.
4109 * dwarf2loc.c (read_pieced_value): Use value_bitsize and
4110 value_bitpos.
4111 <DWARF_VALUE_OPTIMIZED_OUT>: Don't print warning. Call
4112 set_value_optimized_out.
4113 (write_pieced_value): Use value_bitsize and value_bitpos.
4114 <default>: Don't exit loop.
4115 (check_pieced_value_validity): New function.
4116 (pieced_value_funcs): Reference check_pieced_value_validity,
4117 check_pieced_value_invalid.
4118 (copy_pieced_value_closure): Update.
4119 (check_pieced_value_bits): New function.
4120 (check_pieced_value_invalid): New function.
4121 * d-valprint.c (dynamic_array_type): Add 'val' argument.
4122 (d_val_print): Likewise.
4123 * d-lang.h (d_val_print): Update.
4124 * cp-valprint.c (cp_print_value_fields): Add 'val' argument.
4125 (cp_print_value_fields_rtti): Likewise.
4126 (cp_print_value): Likewise.
4127 (cp_print_static_field): Update.
4128 * c-valprint.c (c_val_print): Add 'val' argument.
4129 (c_value_print): Update.
4130 * c-lang.h (c_val_print): Update.
4131 (cp_print_value_fields): Likewise.
4132 (cp_print_value_fields_rtti): Likewise.
4133 * ada-valprint.c (struct ada_val_print_args): Remove.
4134 (val_print_packed_array_elements): Add 'val' argument.
4135 (ada_val_print): Likewise. Rewrite.
4136 (ada_val_print_stub): Remove.
4137 (ada_val_print_array): Add 'val' argument.
4138 (ada_val_print_1): Likewise.
4139 (print_variant_part): Likewise.
4140 (ada_value_print): Update.
4141 (print_record): Add 'val' argument.
4142 (print_field_values): Likewise.
4143 * ada-lang.h (ada_val_print): Update.
4144
4145 2010-06-11 Tom Tromey <tromey@redhat.com>
4146
4147 * vec.h (VEC_cleanup): New macro.
4148 (DEF_VEC_ALLOC_FUNC_I): Update.
4149 (DEF_VEC_ALLOC_FUNC_P): Likewise.
4150 (DEF_VEC_ALLOC_FUNC_O): Likewise.
4151 * dwarf2loc.c (struct axs_var_loc): Remove.
4152 (unimplemented): New function.
4153 (translate_register): Likewise.
4154 (access_memory): Likewise.
4155 (compile_dwarf_to_ax): Likewise.
4156 (dwarf2_tracepoint_var_loc): Remove.
4157 (dwarf2_tracepoint_var_access): Likewise.
4158 (dwarf2_tracepoint_var_ref): Likewise.
4159 (locexpr_tracepoint_var_ref): Use compile_dwarf_to_ax.
4160 (loclist_tracepoint_var_ref): Likewise.
4161 * dwarf2expr.h (dwarf_expr_require_composition): Declare.
4162 * dwarf2expr.c (dwarf_expr_require_composition): Rename from
4163 require_composition. No longer static.
4164 (execute_stack_op): Update.
4165 * ax-gdb.h (trace_kludge): Declare.
4166
4167 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4168
4169 * breakpoint.c (breakpoint_restore_shadows): New OWNER comment.
4170 (should_be_inserted): Return zero also on NULL OWNER.
4171 (breakpoint_program_space_exit): New OWNER comment.
4172 (insert_breakpoint_locations): Extend comment for OWNER.
4173 (remove_breakpoint_1, remove_breakpoint): Assert on OWNER.
4174 (breakpoint_init_inferior, breakpoint_here_p, breakpoint_thread_match):
4175 New OWNER comment.
4176 (print_it_typical): Return PRINT_UNKNOWN on NULL OWNER.
4177 (watchpoint_check): New assert on BREAKPOINT_AT and OWNER.
4178 (bpstat_check_location): New assert on OWNER.
4179 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions): Move BL
4180 and B initializations to the code block. New assert on them.
4181 (print_one_breakpoint_location): New OWNER comment.
4182 (watchpoint_locations_match): Assert on OWNER.
4183 (breakpoint_locations_match): Move HW_POINT1 and HW_POINT2
4184 initializations to the code block. New assert on OWNER.
4185 (set_breakpoint_location_function): New assert on OWNER.
4186 (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib)
4187 (bp_location_compare, update_global_location_list)
4188 (update_global_location_list): New OWNER comment.
4189
4190 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4191
4192 * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
4193
4194 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4195
4196 * config/nm-linux.h (struct target_ops): Remove forward declaration.
4197 (lin_thread_get_thread_signals): Remove prototype.
4198 (GET_THREAD_SIGNALS): Remove.
4199 * linux-nat.h (lin_thread_get_thread_signals): Add prototype.
4200 * linux-thread-db.c (check_thread_signals): Directly call
4201 lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
4202
4203 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4204
4205 * gregset.h (GDB_FPXREGSET_T): Remove.
4206 (gdb_fpxregset_t): Likewise.
4207 (supply_fpxregset): Remove prototype.
4208 (fill_fpxregset): Likewise.
4209 * i386-linux-nat.c (supply_fpxregset): Remove.
4210 (fill_fpxregset): Likewise.
4211 (fetch_fpxregs): Inline supply_fpxregset call.
4212 (store_fpxregs): Inline fill_fpxregset call.
4213
4214 * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
4215 * config/i386/nm-linux.h: Remove file.
4216
4217 2010-06-09 Michael Snyder <msnyder@vmware.com>
4218
4219 * target.c (update_current_target): Fix spelling error in comment.
4220 (target_mourn_inferior): Fix spelling error in error message.
4221
4222 2010-06-08 Paul Hilfinger <hilfingr@adacore.com>
4223
4224 * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
4225 SYMBOL_SEARCH_NAME, not SYMBOL_BEST_NAME, in comments.
4226
4227 2010-06-08 Michael Snyder <msnyder@vmware.com>
4228
4229 * remote.c (remote_close): Set inferior_ptid to null_ptid.
4230
4231 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4232
4233 * configure.ac <"${have_libpython}" != no>: New workaround of
4234 python#4434.
4235 * configure: Regenerate.
4236
4237 2010-06-08 Hui Zhu <teawater@gmail.com>
4238
4239 * record.c (record_wait): Move signal out of replay code.
4240
4241 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4242
4243 Fix PR 10640.
4244 * dwarf2-frame.c (no_dwarf_call): New function.
4245 (execute_stack_op): Set CTX->DWARF_CALL.
4246 * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.
4247 * dwarf2expr.h (struct dwarf_expr_context) <dwarf_call>: New.
4248 (struct dwarf_expr_context) <get_subr>: Remove the #if0-ed field.
4249 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call): New functions.
4250 (dwarf2_evaluate_loc_desc): Initialize CTX->DWARF_CALL.
4251 (needs_frame_dwarf_call): New function.
4252 (dwarf2_loc_desc_needs_frame): Initialize CTX->DWARF_CALL.
4253 * dwarf2read.c (follow_die_offset): Based on former follow_die_ref.
4254 Update the comment. Move variables die, offset and error call to ...
4255 (follow_die_ref): ... a new function.
4256 (dwarf2_fetch_die_location_block): New function.
4257 * dwarf2loc.h (dwarf2_fetch_die_location_block): New prototype.
4258
4259 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4260
4261 * dwarf2loc.c (struct dwarf_expr_baton) Replace objfile by per_cu.
4262 (dwarf_expr_tls_address): Use per_cu instead of objfile.
4263 (dwarf2_evaluate_loc_desc): Drop initialization of BATON.OBJFILE.
4264 Initialize new BATON.PER_CU. Adjust CTX->GDBARCH initialization for
4265 this change.
4266 (struct needs_frame_baton): New field per_cu.
4267 (dwarf2_loc_desc_needs_frame): Initialize new BATON.PER_CU.
4268 * dwarf2read.c (struct dwarf2_per_cu_data) <cu>: Extend the comment.
4269
4270 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
4271
4272 * cp-support.c (make_symbol_overload_list_namespace): Only search
4273 static and global blocks.
4274 (make_symbol_overload_list_block): New function.
4275 (make_symbol_overload_list): Separate namespace search from block
4276 search.
4277 (make_symbol_overload_list_qualified): Use
4278 make_symbol_overload_list_block.
4279
4280 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
4281
4282 * value.h: Created oload_search_type enum.
4283 (find_overload_match): Use oload_search_type enum.
4284 * valops.c (find_overload_match): Support combined member and
4285 non-member search.
4286 * eval.c (evaluate_subexp_standard): Calls to
4287 find_overload_match now use oload_search_type enum.
4288 (oload_method_static): Verify index is a proper value.
4289 * valarith.c (value_user_defined_cpp_op): Search for and handle
4290 both member and non-member operators.
4291 (value_user_defined_cpp_op): New function.
4292 (value_user_defined_op): New function.
4293 (value_x_unop): Use value_user_defined_op.
4294 (value_x_binop): Ditto.
4295 * cp-support.c (make_symbol_overload_list_using): Added block
4296 iteration.
4297 Add check for namespace aliases and imported declarations.
4298
4299 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4300
4301 * breakpoint.h (owner): Extend the comment.
4302
4303 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4304
4305 Clear stale specific bp_location from former whole breakpoint.
4306 * breakpoint.c (delete_breakpoint): Move the stale referencing clear
4307 code ...
4308 (free_bp_location): ... here. Rename there the called function to
4309 bpstat_remove_bp_location_callback.
4310 (bpstat_remove_breakpoint_callback): Rename to ...
4311 (bpstat_remove_bp_location_callback): ... here, change DATA resolution
4312 to struct bp_location. Change the called function to
4313 bpstat_remove_bp_location. Create new declaration for the function.
4314 (bpstat_remove_breakpoint): Rename to ...
4315 (bpstat_remove_bp_location): ..., change the parameter to loc, adjust
4316 code for the new parameter type.
4317
4318 2010-06-07 Nathan Sidwell <nathan@codesourcery.com>
4319
4320 * README: Make version-agnostic.
4321
4322 2010-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4323
4324 Fix duplicate types for single DIE.
4325 * dwarf2read.c (read_structure_type): Move set_descriptive_type after
4326 set_die_type.
4327 (read_array_type): Remove type initialization. Recheck get_die_type
4328 after initial die_type. Move set_die_type before set_descriptive_type.
4329 (read_set_type): New variable domain_type. Recheck get_die_type after
4330 initial die_type. Move attr initialization later.
4331 (read_tag_pointer_type, read_tag_reference_type): New variable
4332 target_type. Recheck get_die_type after initial die_type.
4333 (read_tag_ptr_to_member_type): Recheck get_die_type after initial
4334 die_type and die_containing_type.
4335 (read_tag_const_type, read_tag_volatile_type, read_subroutine_type):
4336 Recheck get_die_type after initial die_type.
4337 (read_subrange_type): Recheck get_die_type after initial die_type.
4338 Move set_die_type before set_descriptive_type.
4339 (set_die_type): Extend the function comment. Call complaint if DIE has
4340 some type already set.
4341
4342 2010-06-05 Vladimir Prus <vladimir@codesourcery.com>
4343
4344 * mi/mi-main.c (mi_cmd_list_thread_groups): Adjust
4345 for current naming of thread groups (iN, not N).
4346
4347 2010-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
4348
4349 * ada-lang.c (ada_operator_length): Constify `struct expression'.
4350 * parse.c (operator_length): Likewise.
4351 (operator_length_standard): Likewise.
4352 * parser-defs.h (operator_length): Likewise.
4353 (operator_length_standard): Likewise.
4354 (struct exp_descriptor <operator_length>): Likewise.
4355
4356 2010-06-04 Doug Evans <dje@google.com>
4357
4358 Add support for enabling/disabling individual pretty-printers.
4359 * python/py-prettyprint.c (search_pp_list): Skip disabled printers.
4360 * python/python-internal.h (gdbpy_enabled_cst): Declare.
4361 * python/python.c (gdbpy_enabled_cst): Define.
4362 (_initialize_python): Initialize gdbpy_enabled_cst.
4363 * NEWS: Add entry.
4364
4365 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4366
4367 * breakpoint.c (update_global_location_list): Fix comment typo.
4368
4369 2010-06-04 Hui Zhu <teawater@gmail.com>
4370
4371 * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
4372
4373 2010-06-03 Doug Evans <dje@google.com>
4374
4375 * configure.ac: Don't fail if python is unusable when
4376 configured with --with-python=auto.
4377 * configure: Regenerate.
4378
4379 2010-06-03 Sami Wagiaalla <swagiaal@redhat.com>
4380
4381 * dwarf2read.c (new_symbol): Remove redundant naming of symbol.
4382
4383 2010-06-03 Pierre Muller <muller@ics.u-strasbg.fr>
4384
4385 * valprint.h (get_array_bounds): Change low and high parameter types
4386 to LONGEST *.
4387 * valprint.c (get_array_bounds): Use get_discrete_bounds call to
4388 compute bounds.
4389 (val_print_array_elements): Adapt to change above.
4390 * ada-valprint.c (print_optional_low_bound): Adapt to change above.
4391 * p-valprint.c (pascal_val_print): Likewise.
4392
4393 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4394
4395 * symfile.c (init_filename_language_table): New extensions .for, .FOR,
4396 .ftn, .FTN, .fpp, .FPP, .f90, .F90, .f95, .F95, .f03, .F03, .f08 and
4397 .F08.
4398
4399 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4400
4401 Support DW_TAG_module as separate namespaces.
4402 * dwarf2read.c (typename_concat): New parameter physname.
4403 (read_module_type): New function and declaration.
4404 (scan_partial_symbols): Scan also DW_TAG_module children.
4405 (partial_die_parent_scope): Accept scope even from DW_TAG_module. Pass
4406 to typename_concat backward compatible physname value 0.
4407 (partial_die_full_name, read_namespace_type): Pass to typename_concat
4408 backward compatible physname value 0.
4409 (add_partial_module, read_module): Remove FIXME comment.
4410 (process_die) <DW_TAG_module>: Set PROCESSING_HAS_NAMESPACE_INFO.
4411 (die_needs_namespace) <DW_TAG_variable>: Allow returning true even for
4412 DIEs under DW_TAG_module.
4413 (dwarf2_compute_name): Move the ada block for DW_AT_linkage_name and
4414 DW_AT_MIPS_linkage_name first, extend it for language_fortran
4415 && physname and return there instead of just setting NAME. Extend
4416 the main block for language_fortran. Pass physname parameter to the
4417 typename_concat call.
4418 (read_import_statement, read_func_scope, get_scope_pc_bounds)
4419 (load_partial_dies, determine_prefix): Support also DW_TAG_module.
4420 (new_symbol): Fill in cplus_specific.demangled_name if it is still
4421 missing from SYMBOL_SET_NAMES in the language_fortran case.
4422 (new_symbol) <DW_TAG_variable>: Force LOC_UNRESOLVED for gfortran module
4423 variables.
4424 (read_type_die) <DW_TAG_module>: New.
4425 (MAX_SEP_LEN): Increase to 7.
4426 (typename_concat): New parameter physname. New variable lead. Support
4427 also language_fortran.
4428 * f-exp.y (yylex): Consider : also as a symbol name character class.
4429 * f-lang.c: Include cp-support.h.
4430 (f_word_break_characters, f_make_symbol_completion_list): New functions.
4431 (f_language_defn): Use cp_lookup_symbol_nonlocal,
4432 f_word_break_characters and f_make_symbol_completion_list.
4433 * f-typeprint.c (f_type_print_base) <TYPE_CODE_MODULE>: New.
4434 * gdbtypes.h (enum type_code) <TYPE_CODE_MODULE>: New.
4435 * symtab.c (symbol_init_language_specific): Support language_fortran.
4436 (symbol_find_demangled_name): New comment on language_fortran.
4437 (symbol_natural_name, symbol_demangled_name): Use demangled_name even
4438 for language_fortran.
4439 (lookup_symbol_aux_local): Check imports also for language_fortran.
4440 (default_make_symbol_completion_list): Rename to ...
4441 (default_make_symbol_completion_list_break_on): ... this name. New
4442 parameter break_on, use it.
4443 (default_make_symbol_completion_list): New stub.
4444 * symtab.h (default_make_symbol_completion_list_break_on): New
4445 prototype.
4446
4447 2010-06-02 Joel Brobecker <brobecker@adacore.com>
4448
4449 * remote.c (remote_get_noisy_reply): Remove trailing "\n" in call
4450 to error.
4451
4452 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4453
4454 * dwarf2read.c (typename_concat): Add const to the variable sep.
4455
4456 2010-06-02 Tom Tromey <tromey@redhat.com>
4457
4458 * dwarf2loc.h (dwarf2_per_cu_data): Declare.
4459 * dwarf2read.c (dwarf_stack_op_name): No longer static. Return
4460 type is const. Add 'def' argument. Add missing operators, remove
4461 unhandled ones.
4462 (decode_locdesc): Update.
4463 (dwarf2_always_disassemble): New global.
4464 (show_dwarf2_always_disassemble): New function.
4465 (_initialize_dwarf2_read): Add always-disassemble.
4466 (dwarf2_per_cu_offset_size): New function.
4467 * dwarf2loc.c (dwarf2_always_disassemble): Declare.
4468 (piece_end_p): New function.
4469 (locexpr_describe_location_piece): Replace 'size' argument with
4470 'end'. Use piece_end_p. Rewrite recognition of TLS. Recognize
4471 some constants. Remove errors.
4472 (disassemble_dwarf_expression): New function.
4473 (locexpr_describe_location_1): Use disassemble_dwarf_expression.
4474 Add 'offset_size' argument.
4475 (loclist_describe_location): Change output formatting.
4476 * dwarf2expr.h (dwarf_stack_op_name): Declare.
4477
4478 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
4479
4480 * cp-support.c (make_symbol_overload_list_adl_namespace): Handle
4481 anonymous type case.
4482
4483 2010-06-02 Pierre Muller <muller@ics.u-strasbg.fr>
4484
4485 * dwarf2read.c (read_subrange_type): Handle missing base type
4486 according to Dwarf-2 specifications.
4487
4488 2010-06-01 Sergio Durigan Junior <sergiodj@redhat.com>
4489
4490 * expprint.c (print_subexp_standard): Remove exp_opcodes BINOP_INCL,
4491 BINOP_EXCL.
4492 (op_name_standard): Remove exp_opcodes BINOP_INCL, BINOP_EXCL,
4493 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
4494 (dump_subexp_body_standard): Remove exp_opcodes BINOP_INCL,
4495 BINOP_EXCL, UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD,
4496 UNOP_CHMAX, UNOP_CHMIN.
4497 * expression.h (enum exp_opcode) <BINOP_INCL, BINOP_EXCL,
4498 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, UNOP_CHMAX,
4499 UNOP_CHMIN>: Remove opcodes.
4500
4501 2010-06-01 Pierre Muller <muller@ics.u-strasbg.fr>
4502
4503 * dwarf2read.c (read_func_scope): Do not complain for
4504 external function if bounds are not found.
4505
4506 2010-06-01 Pedro Alves <pedro@codesourcery.com>
4507
4508 * NEWS: Mention gdbserver fast tracepoints support.
4509
4510 2010-05-31 Pierre Muller <muller@ics.u-strasbg.fr>
4511
4512 * windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):
4513 New macros.
4514 (windows_set_console_info): New function.
4515 (windows_create_inferior): Call windows_set_console_info
4516 if NEW_CONSOLE is true.
4517 (bad_GetCurrentConsoleFont, bad_GetConsoleFontSize): New functions.
4518 (_initialize_loadable): Initialize GetConsoleFontSize and
4519 GetCurrentConsoleFont.
4520
4521 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4522
4523 * Makefile.in (RDYNAMIC): New.
4524 (SFILES): Add proc-service.list.
4525 * config/alpha/alpha-linux.mh (NAT_CDEPS): New.
4526 (LOADLIBES): Replace -rdynamic by $(RDYNAMIC).
4527 * config/arm/linux.mh: Likewise.
4528 * config/i386/linux.mh: Likewise.
4529 * config/i386/linux64.mh: Likewise.
4530 * config/ia64/linux.mh: Likewise.
4531 * config/m32r/linux.mh: Likewise.
4532 * config/m68k/linux.mh: Likewise.
4533 * config/mips/linux.mh: Likewise.
4534 * config/pa/linux.mh: Likewise.
4535 * config/powerpc/linux.mh: Likewise.
4536 * config/powerpc/ppc64-linux.mh: Likewise.
4537 * config/s390/s390.mh: Likewise.
4538 * config/sparc/linux.mh: Likewise.
4539 * config/sparc/linux64.mh: Likewise.
4540 * config/xtensa/linux.mh: Likewise.
4541 * configure.ac: New RDYNAMIC on native host and GCC.
4542 (solaris*): Replace -Wl,-export-dynamic by $RDYNAMIC.
4543 * configure: Regenerate.
4544 * proc-service.list: New.
4545
4546 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4547
4548 * linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid
4549 CONTENT.
4550
4551 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4552
4553 * linux-nat.c (linux_nat_wait_1): Do not call
4554 linux_nat_core_of_thread_1 on TARGET_WAITKIND_EXITED or
4555 TARGET_WAITKIND_SIGNALLED.
4556
4557 2010-05-27 Joel Brobecker <brobecker@adacore.com>
4558
4559 * ada-lang.c (ada_inferior_data): New struct.
4560 (ada_inferior_data): New static global.
4561 (ada_inferior_data_cleanup, get_ada_inferior_data, ada_inferior_exit)
4562 (ada_get_tsd_type): New functions.
4563 (ada_tag_name_2): Use ada_get_tsd_type instead of ada_find_any_type
4564 to look the tsd type up.
4565 (_initialize_ada_language): Attach ada_inferior_exit to inferior_exit
4566 event. Set ada_inferior_data.
4567
4568 2010-05-27 Pedro Alves <pedro@codesourcery.com>
4569
4570 * remote.c (unpack_varlen_hex): Remove forward declaration.
4571 (remote_console_output): Make static, and add forward declaration.
4572 * remote.h: Drop FIXME comment.
4573 (unpack_varlen_hex): Declare.
4574 (remote_console_output, remote_cisco_objfile_relocate)
4575 (deprecated_target_resume_hook, deprecated_target_wait_loop_hook):
4576 Delete declarations.
4577 * tracepoint.c: Include "remote.h".
4578 (unpack_varlen_hex): Delete declaration.
4579
4580 2010-05-27 Tom Tromey <tromey@redhat.com>
4581
4582 * dwarf2loc.c (struct piece_closure) <refc>: New field.
4583 (allocate_piece_closure): Initialize refc.
4584 (copy_pieced_value_closure): Use refc.
4585 (free_pieced_value_closure): Likewise.
4586
4587 2010-05-27 Tom Tromey <tromey@redhat.com>
4588
4589 * arm-tdep.c (push_stack_item): 'contents' now const.
4590 (arm_push_dummy_call): Make 'val' const. Use value_contents, not
4591 value_contents_writeable. Introduce new temporary.
4592
4593 2010-05-27 Tom Tromey <tromey@redhat.com>
4594
4595 * findcmd.c (parse_find_args): Use value_contents, not
4596 value_contents_raw.
4597
4598 2010-05-27 Tom Tromey <tromey@redhat.com>
4599
4600 * alpha-tdep.c (alpha_push_dummy_call): Make alpha_arg.contents
4601 const. Use value_contents, not value_contents_writeable.
4602
4603 2010-05-27 Joel Brobecker <brobecker@adacore.com>
4604
4605 * ada-lang.c (ensure_lval): Replace call to value_contents_raw
4606 by call to value_contents.
4607
4608 2010-05-27 Ozkan Sezer <sezeroz@gmail.com>
4609
4610 * MAINTAINERS: Add myself for write after approval privileges.
4611
4612 2010-05-26 Doug Evans <dje@google.com>
4613
4614 Allow python to find its files if moved from original location.
4615 * acinclude.m4 (GDB_AC_DEFINE_RELOCATABLE): New function.
4616 (GDB_AC_WITH_DIR): Call it.
4617 * configure.ac: Define WITH_PYTHON_PATH if we can find the
4618 python installation directory.
4619 * config.in: Regenerate.
4620 * configure: Regenerate.
4621 * defs.h (python_libdir): Declare.
4622 * main.c (python_libdir): Define.
4623 (captured_main): Initialize python_libdir.
4624 * python/python.c (_initialize_python): #ifdef WITH_PYTHON_PATH,
4625 call Py_SetProgramName to make sure python can find its libraries
4626 and modules.
4627
4628 * configure.ac: Try to use python's distutils to fetch compilation
4629 parameters.
4630 * configure: Regenerate.
4631 * python/python-config.py: New file.
4632
4633 2010-05-26 Ozkan Sezer <sezeroz@gmail.com>
4634
4635 * ser-tcp.c (net_open): Check error return from socket() call by its
4636 equality to -1 not by it being negative.
4637 (net_close): Likewise.
4638
4639 2010-05-26 Pedro Alves <pedro@codesourcery.com>
4640
4641 * NEWS: Mention the `qRelocInsn' feature.
4642 * gdbarch.sh (relocate_instruction): New.
4643 * amd64-tdep.c (rip_relative_offset): New.
4644 (append_insns): New.
4645 (amd64_relocate_instruction): New.
4646 (amd64_init_abi): Install it.
4647 * i386-tdep.c (append_insns): New.
4648 (i386_relocate_instruction): New.
4649 (i386_gdbarch_init): Install it.
4650 * remote.c (remote_get_noisy_reply): Handle qRelocInsn requests.
4651 * gdbarch.h, gdbarch.c: Regenerate.
4652
4653 2010-05-26 Tom Tromey <tromey@redhat.com>
4654
4655 * dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
4656 (struct dwarf2_loclist_baton) <data>: Likewise.
4657 * dwarf2loc.c (find_location_expression): Constify return type.
4658 (dwarf2_evaluate_loc_desc): Make 'data' argument const.
4659 (dwarf2_loc_desc_needs_frame): Likewise.
4660 (loclist_read_variable): Constify.
4661 (loclist_describe_location): Likewise.
4662 (loclist_tracepoint_var_ref): Likewise.
4663
4664 2010-05-25 Tom Tromey <tromey@redhat.com>
4665
4666 * dwarf2loc.c (dwarf_expr_frame_base): Constify.
4667 (dwarf_expr_frame_base_1): Likewise.
4668 (read_pieced_value): Update.
4669 (needs_frame_frame_base): Constify.
4670 (dwarf2_tracepoint_var_loc): Likewise.
4671 (dwarf2_tracepoint_var_access): Likewise.
4672 (locexpr_describe_location_piece): Likewise.
4673 (locexpr_describe_location_1): Likewise.
4674 * dwarf2expr.h (struct dwarf_expr_context) <get_frame_base>:
4675 Constify.
4676 (data): Now const.
4677 (struct dwarf_expr_piece) <v.literal.data>: Likewise.
4678 (dwarf_expr_eval, read_uleb128, read_sleb128)
4679 (dwarf2_read_address): Update.
4680 * dwarf2expr.c (dwarf_expr_eval): Constify.
4681 (read_uleb128): Likewise.
4682 (read_sleb128): Likewise.
4683 (dwarf2_read_address): Likewise.
4684 (require_composition): Likewise.
4685 (execute_stack_op): Likewise.
4686 * dwarf2-frame.h (struct dwarf2_frame_state_reg) <loc.exp>: Now a
4687 "const gdb_byte *".
4688 * dwarf2-frame.c (struct dwarf2_frame_state_reg_info) <cfa_exp>:
4689 Now const.
4690 (no_get_frame_base): Constify.
4691 (execute_stack_op): Likewise.
4692 (execute_cfa_program): Likewise.
4693 (read_encoded_value): Likewise.
4694
4695 2010-05-25 Doug Evans <dje@google.com>
4696
4697 * ser-pipe.c (pipe_open): Ignore SIGINTs in child.
4698
4699 * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...
4700 * event-loop.c: ... here.
4701 * tui/tui-io.c (tui_readline_output): Rename parameter `code' to
4702 `error' for clarity.
4703 (tui_getc): Pass correct value for `error' parameter to
4704 tui_readline_output.
4705
4706 Add python gdb.GdbError and gdb.string_to_argv.
4707 * NEWS: Document them.
4708 * python/py-cmd.c (cmdpy_function): Don't print a traceback if
4709 the exception is gdb.GdbError. Print a second traceback if there's
4710 an error computing the error message.
4711 (gdbpy_string_to_argv): New function.
4712 * python/py-utils.c (gdbpy_obj_to_string): New function.
4713 (gdbpy_exception_to_string): New function.
4714 * python/python-internal.h (gdbpy_string_to_argv): Declare.
4715 (gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
4716 (gdbpy_gdberror_exc): Declare.
4717 * python/python.c (gdbpy_gdberror_exc): New global.
4718 (_initialize_python): Initialize gdbpy_gdberror_exc and create
4719 gdb.GdbError.
4720 (GdbMethods): Add string_to_argv.
4721
4722 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
4723
4724 * windows-nat.c (display_selector): Call GetLastError to give better
4725 failure explanation.
4726
4727 2010-05-24 Pedro Alves <pedro@codesourcery.com>
4728
4729 * config.in: Regenerate.
4730
4731 2010-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4732
4733 Code cleanup.
4734 * target.c (push_target): Return only void. Remove the return value
4735 comment.
4736 * target.h (push_target): Return only void.
4737
4738 2010-05-23 Pedro Alves <pedro@codesourcery.com>
4739
4740 Update gnulib from latest git.
4741 (250b80067c1e1d8faa0c42fb572f721975b929c5)
4742
4743 * gnulib/memcmp.c: Removed.
4744 * gnulib/memchr.valgrind: New.
4745 * gnulib/stddef.in.h: New.
4746 * gnulib/Makefile.am: Updated.
4747 * gnulib/memchr.c: Updated.
4748 * gnulib/memmem.c: Updated.
4749 * gnulib/stdint.in.h: Updated.
4750 * gnulib/str-two-way.h: Updated.
4751 * gnulib/string.in.h: Updated.
4752 * gnulib/wchar.in.h: Updated.
4753
4754 * gnulib/extra/link-warning.h: Removed.
4755 * gnulib/extra/c++defs.h: New.
4756 * gnulib/extra/warn-on-use.h: New.
4757 * gnulib/extra/arg-nonnull.h: Updated.
4758
4759 * gnulib/m4/extensions.m4: Updated.
4760 * gnulib/m4/gnulib-cache.m4: Updated.
4761 * gnulib/m4/gnulib-common.m4: Updated.
4762 * gnulib/m4/gnulib-comp.m4: Updated.
4763 * gnulib/m4/gnulib-tool.m4: Updated.
4764 * gnulib/m4/include_next.m4: Updated.
4765 * gnulib/m4/longlong.m4: Updated.
4766 * gnulib/m4/memchr.m4: Updated.
4767 * gnulib/m4/memmem.m4: Updated.
4768 * gnulib/m4/stdint.m4: Updated.
4769 * gnulib/m4/string_h.m4: Updated.
4770 * gnulib/m4/memcmp.m4: Removed.
4771 * gnulib/m4/onceonly_2_57.m4: Removed.
4772 * gnulib/m4/00gnulib.m4: New.
4773 * gnulib/m4/mmap-anon.m4: New.
4774 * gnulib/m4/multiarch.m4: New.
4775 * gnulib/m4/onceonly.m4: New.
4776 * gnulib/m4/stddef_h.m4: New.
4777 * gnulib/m4/warn-on-use.m4: New.
4778 * gnulib/m4/wchar.m4: Removed.
4779 * gnulib/m4/wchar_h.m4: New.
4780 * gnulib/m4/wchar_t.m4: New.
4781 * gnulib/m4/wint_t.m4: New.
4782
4783 * aclocal.m4: Regenerate.
4784 * config.in: Likewise.
4785 * configure: Likewise.
4786 * gnulib/Makefile.in: Likewise.
4787
4788 2010-05-21 Tom Tromey <tromey@redhat.com>
4789
4790 * dwarf2loc.c (extract_bits_primitive): New function.
4791 (extract_bits): Likewise.
4792 (insert_bits): Likewise.
4793 (copy_bitwise): Likewise.
4794 (read_pieced_value): Do all operations in bits.
4795 (write_pieced_value): Likewise.
4796 * dwarf2expr.h (struct dwarf_expr_piece) <offset>: New field.
4797 * dwarf2expr.c (add_piece): New arguments bit_piece, offset.
4798 Always use xrealloc to resize piece array.
4799 (execute_stack_op) <DW_OP_reg0>: Handle DW_OP_bit_piece.
4800 <DW_OP_piece>: Update.
4801 <DW_OP_bit_piece>: New case.
4802
4803 2010-05-21 Tom Tromey <tromey@redhat.com>
4804
4805 * dwarf2loc.c (read_pieced_value): Exit loop when result is full.
4806 <DWARF_VALUE_OPTIMIZED_OUT>: New case.
4807 * dwarf2expr.h (enum dwarf_value_location)
4808 <DWARF_VALUE_OPTIMIZED_OUT>: New constant.
4809 * dwarf2expr.c (dwarf_expr_stack_empty_p): New function.
4810 (add_piece): Handle empty piece.
4811 (execute_stack_op) <DW_OP_piece>: Handle
4812 DWARF_VALUE_OPTIMIZED_OUT.
4813
4814 2010-05-21 Tom Tromey <tromey@redhat.com>
4815
4816 * eval.c (evaluate_subexp_standard) <BINOP_SUBSCRIPT>: Call
4817 evaluate_subexp, not evaluate_subexp_with_coercion.
4818
4819 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
4820
4821 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
4822 attribute.
4823
4824 2010-05-21 Tom Tromey <tromey@redhat.com>
4825
4826 * dwarf2loc.c (read_pieced_value): Work properly when 'v' has an
4827 offset.
4828 (write_pieced_value): Likewise.
4829
4830 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
4831
4832 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
4833 and DW_TAG_volatile_type.
4834 (new_symbol): Likewise.
4835
4836 2010-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
4837
4838 * p-valprint.c (pascal_val_print): Call get_array_bounds
4839 to obtain the number of elements in an array.
4840
4841 2010-05-19 Doug Evans <dje@google.com>
4842
4843 * python.c (gdbpy_print_stack): Ensure output ends with a newline.
4844
4845 * python.c (source_python_script): Add comment.
4846 (source_python_script_for_objfile): Remove unnecessary call to
4847 gdbpy_print_stack.
4848
4849 2010-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4850 Sergio Durigan Junior <sergiodj@redhat.com>
4851
4852 Code cleanup.
4853 * parse.c (exp_iterate): Use operator_length wrapper function.
4854
4855 2010-05-18 Michael Snyder <msnyder@vmware.com>
4856
4857 * ada-lang.c: White space.
4858 * ada-typeprint.c: White space.
4859 * ada-valprint.c: White space.
4860 * addrmap.c: White space.
4861 * auxv.c: White space.
4862 * ax-gdb.c: White space.
4863
4864 2010-05-18 Hui Zhu <teawater@gmail.com>
4865
4866 * linux-fork.c (inferior_call_waitpid_cleanup): Add check
4867 for oldfp.
4868 (inferior_call_waitpid): Move make_cleanup out of check.
4869 Check the return of waitpid.
4870 (delete_checkpoint_command): Add pptid to save fi->parent_ptid.
4871
4872 2010-05-17 Michael Snyder <msnyder@vmware.com>
4873
4874 * tui/tui.c: White space.
4875 * tui/tui-data.c: White space.
4876 * tui/tui-disasm.c: White space.
4877 * tui/tui-file.c: White space.
4878 * tui/tui-interp.c: White space.
4879 * tui/tui-main.c: White space.
4880 * tui/tui-out.c: White space.
4881 * tui/tui-regs.c: White space.
4882 * tui/tui-source.c: White space.
4883 * tui/tui-stack.c: White space.
4884 * tui/tui-win.c: White space.
4885 * tui/tui-winsource.c: White space.
4886
4887 * procfs.c: White space.
4888
4889 * python/py-auto-load.c: White space.
4890 * python/py-block.c: White space.
4891 * python/py-breakpoint.c: White space.
4892 * python/py-cmd.c: White space.
4893 * python/py-function.c: White space.
4894 * python/py-lazy-string.c: White space.
4895 * python/py-objfile.c: White space.
4896 * python/py-param.c: White space.
4897 * python/py-prettyprint.c: White space.
4898 * python/py-progspace.c: White space.
4899 * python/py-symtab.c: White space.
4900 * python/python.c: White space.
4901 * python/py-type.c: White space.
4902 * python/py-utils.c: White space.
4903 * python/py-value.c: White space.
4904
4905 * mi/mi-cmd-break.c: White space.
4906 * mi/mi-cmd-env.c: White space.
4907 * mi/mi-cmds.c: White space.
4908 * mi/mi-cmd-stack.c: White space.
4909 * mi/mi-cmd-var.c: White space.
4910 * mi/mi-console.c: White space.
4911 * mi/mi-getopt.c: White space.
4912 * mi/mi-interp.c: White space.
4913 * mi/mi-main.c: White space.
4914 * mi/mi-out.c: White space.
4915 * mi/mi-parse.c: White space.
4916
4917 * cli/cli-cmds.c: White space.
4918 * cli/cli-decode.c: White space.
4919 * cli/cli-dump.c: White space.
4920 * cli/cli-interp.c: White space.
4921 * cli/cli-logging.c: White space.
4922 * cli/cli-script.c: White space.
4923 * cli/cli-setshow.c: White space.
4924
4925 * valarith.c: White space.
4926 * valops.c: White space.
4927 * valprint.c: White space.
4928 * value.c: White space.
4929 * varobj.c: White space.
4930 * xcoffread.c: White space.
4931 * xml-support.c: White space.
4932 * xml-tdesc.c: White space.
4933
4934 2010-05-17 Andreas Schwab <schwab@redhat.com>
4935
4936 PR gdb/11092
4937 * c-lang.c (c_printstr): Compute real length of NUL terminated
4938 string at first.
4939
4940 2010-05-17 Joel Brobecker <brobecker@adacore.com>
4941
4942 * parse.c (parse_exp_in_context): When block is not NULL, use
4943 its associated language to parse the expression instead of
4944 the current_language.
4945
4946 2010-05-17 Joel Brobecker <brobecker@adacore.com>
4947
4948 * jv-lang.c (java_lookup_class): Remove commented out code.
4949 (type_from_class): Likewise.
4950 (java_op_print_tab): Remove commented-out elements.
4951
4952 2010-05-17 Joel Brobecker <brobecker@adacore.com>
4953
4954 * ada-lang.c (to_fixed_range_type): The the raw index type as
4955 argument instead of the raw type name. Remove orig_type parameter.
4956 Update calls throughout.
4957 (ada_fixup_array_indexes_type): New function.
4958 (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
4959 * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
4960 * ada-typeprint.c (print_range_type): Renames print_range_type_named.
4961 Remove name parameter.
4962 (print_array_type): Add call to ada_fixup_array_indexes_type.
4963 Update calls to print_range_type.
4964 (ada_print_type): Update calls to print_range_type.
4965
4966 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
4967
4968 * dwarf2read.c (read_set_type): Set type length if
4969 DW_AT_byte_size attribute is present.
4970
4971 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
4972
4973 * p-valprint.c (pascal_val_print): Handle set type if range limits
4974 are undefined but size is known.
4975
4976 2010-05-17 Pedro Alves <pedro@codesourcery.com>
4977
4978 * procfs.c: Reformat.
4979
4980 2010-05-16 Michael Snyder <msnyder@vmware.com>
4981
4982 * target.c: White space.
4983 * target-descriptions.c: White space.
4984 * target-memory.c: White space.
4985 * thread.c: White space.
4986 * top.c: White space.
4987 * tracepoint.c: White space.
4988 * trad-frame.c: White space.
4989 * tramp-frame.c: White space.
4990 * ui-file.c: White space.
4991 * ui-out.c: White space.
4992 * user-regs.c: White space.
4993 * utils.c: White space.
4994
4995 * scm-exp.c: White space.
4996 * scm-lang.c: White space.
4997 * scm-valprint.c: White space.
4998 * sentinel-frame.c: White space.
4999 * ser-base.c: White space.
5000 * ser-go32.c: White space.
5001 * serial.c: White space.
5002 * ser-mingw.c: White space.
5003 * ser-pipe.c: White space.
5004 * ser-tcp.c: White space.
5005 * ser-unix.c: White space.
5006 * solib.c: White space.
5007 * solib-darwin.c: White space.
5008 * solib-frv.c: White space.
5009 * solib-irix.c: White space.
5010 * solib-osf.c: White space.
5011 * solib-pa64.c: White space.
5012 * solib-som.c: White space.
5013 * solib-spu.c: White space.
5014 * solib-svr4.c: White space.
5015 * solib-target.c: White space.
5016 * source.c: White space.
5017 * stabsread.c: White space.
5018 * stack.c: White space.
5019 * std-regs.c: White space.
5020 * symfile.c: White space.
5021 * symmisc.c: White space.
5022 * symtab.c: White space.
5023
5024 2010-05-16 Michael Snyder <msnyder@vmware.com>
5025
5026 * source.c (_initialize_source): Add "rev" as an abbreviation
5027 for the "reverse-search" command.
5028
5029 2010-05-16 Michael Snyder <msnyder@vmware.com>
5030
5031 * record.c: White space.
5032 * regcache.c: White space.
5033 * reggroups.c: White space.
5034 * remote-fileio.c: White space.
5035 * remote-m32r-sdi.c: White space.
5036 * remote-mips.c: White space.
5037 * remote-sim.c: White space.
5038 * remote.c: White space.
5039 (process_g_packet): Remove orphan braces.
5040
5041 2010-05-15 Michael Snyder <msnyder@vmware.com>
5042
5043 * parse.c: White space.
5044 * p-lang.c: White space.
5045 * posix-hdep.c: White space.
5046 * printcmd.c: White space.
5047 * progspace.c: White space.
5048 * prologue-value.c: White space.
5049 * psymtab.c: White space.
5050 * p-typeprint.c: White space.
5051 * p-valprint.c: White space.
5052
5053 * objc-lang.c: White space.
5054 * objfiles.c: White space.
5055 * observer.c: White space.
5056 * osabi.c: White space.
5057 * osdata.c: White space.
5058
5059 * m2-lang.c: White space.
5060 * m2-valprint.c: White space.
5061 * macrocmd.c: White space.
5062 * macroexp.c: White space.
5063 * macroscope.c: White space.
5064 * macrotab.c: White space.
5065 * main.c: White space.
5066 * maint.c: White space.
5067 * mdebugread.c: White space.
5068 * memattr.c: White space.
5069 * minsyms.c: White space.
5070 * monitor.c: White space.
5071
5072 2010-05-14 Michael Snyder <msnyder@vmware.com>
5073
5074 * jv-lang.c: White space.
5075 * jv-typeprint.c: White space.
5076 * jv-valprint.c: White space.
5077 * language.c: White space.
5078 * libunwind-frame.c: White space.
5079 * linespec.c: White space.
5080 * linux-nat.c: White space.
5081 * linux-record.c: White space.
5082 * linux-thread-db.c: White space.
5083
5084 * infcall.c: White space.
5085 * inf-child.c: White space.
5086 * infcmd.c: White space.
5087 * inferior.c: White space.
5088 * inf-loop.c: White space.
5089 * inflow.c: White space.
5090 * inline-frame.c: White space.
5091 * interps.c: White space.
5092
5093 * gcore.c: White space.
5094 * gdb.c: White space.
5095 * gdbtypes.c: White space.
5096 * gnu-nat.c: White space.
5097 * gnu-v2-abi.c: White space.
5098 * gnu-v3-abi.c: White space.
5099
5100 * findcmd.c: White space.
5101 * findvar.c: White space.
5102 * fork-child.c: White space.
5103 * frame-base.c: White space.
5104 * frame.c: White space.
5105 * frame-unwind.c: White space.
5106 * f-valprint.c: White space.
5107
5108 * elfread.c: White space.
5109 * environ.c: White space.
5110 * eval.c: White space.
5111 * event-loop.c: White space.
5112 * event-top.c: White space.
5113 * exceptions.c: White space.
5114 * exec.c: White space.
5115 * expprint.c: White space.
5116
5117 * dbxread.c: White space.
5118 * dcache.c: White space.
5119 * disasm.c: White space.
5120 * doublest.c: White space.
5121 * dsrec.c: White space.
5122 * dummy-frame.c: White space.
5123 * dwarf2expr.c: White space.
5124 * dwarf2-frame.c: White space.
5125 * dwarf2loc.c: White space.
5126 * dwarf2read.c: White space.
5127
5128 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
5129
5130 PR python/11482
5131
5132 * python/py-value.c (valpy_hash): New function.
5133 (value_object_type): Register valpy_hash.
5134
5135 2010-05-14 Hui Zhu <teawater@gmail.com>
5136 Michael Snyder <msnyder@vmware.com>
5137
5138 * linux-fork.c (gdbthread.h): New include.
5139 (fork_info): Add parent_ptid.
5140 (inferior_call_waitpid_cleanup, inferior_call_waitpid): New
5141 functions.
5142 (delete_checkpoint_command): Call inferior_call_waitpid.
5143 (checkpoint_command): Set parent_ptid.
5144
5145 2010-05-13 Michael Snyder <msnyder@vmware.com>
5146
5147 * dictionary.c: Re-indent to GNU coding standard.
5148
5149 * charset.c: White space.
5150 * c-lang.c: White space.
5151 * cli-out.c: White space.
5152 * coffread.c: White space.
5153 * complaints.c: White space.
5154 * completer.c: White space.
5155 * corefile.c: White space.
5156 * corelow.c: White space.
5157 * cp-abi.c: White space.
5158 * cp-namespace.c: White space.
5159 * cp-support.c: White space.
5160 * cp-valprint.c: White space.
5161 * c-typeprint.c: White space.
5162 * c-valprint.c: White space.
5163 * blockframe.c: White space.
5164 * breakpoint.c: White space.
5165 * buildsym.c: White space.
5166 * blockframe.c: White space.
5167 * bcache.c: White space.
5168 * gdbarch.sh: White space, add blank lines.
5169 * arch-utils.c: Ditto.
5170 * gdbarch.c: Regenerate.
5171 * frame.c: White space, add blank lines.
5172 * stack.c: White space, add blank lines.
5173 (initialize_stack): Remove long-dead code.
5174
5175 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5176
5177 Code cleanup.
5178 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
5179 (locexpr_read_variable, loclist_read_variable): Update the callers.
5180
5181 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5182
5183 Code cleanup.
5184 * dwarf2read.c (die_type, die_descriptive_type): Remove variable type.
5185 Remove check of NULL returned by tag_type_to_type.
5186 (die_containing_type): Remove variable type. Remove type_die variable
5187 initialization. Remove check of NULL returned by tag_type_to_type.
5188
5189 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
5190
5191 PR exp/11530.
5192 * gdbtypes.c (lookup_struct_elt_type): Also lookup
5193 names of unnamed structures or unions.
5194
5195 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
5196
5197 * procfs.c (proc_watchpoint_address): New function.
5198 (procfs_stopped_by_watchpoint): Remove useless check after
5199 find_procinfo_or_die call.
5200 (procfs_stopped_data_address): New function.
5201 (procfs_use_watchpoints): Register new watchpoint related function.
5202
5203 2010-05-11 Tom Tromey <tromey@redhat.com>
5204
5205 * eval.c (evaluate_subexp_standard): Revert inadvertent change.
5206
5207 2010-05-10 Michael Snyder <msnyder@vmware.com>
5208
5209 * utils.c: White space cleanup.
5210
5211 2010-05-10 Tom Tromey <tromey@redhat.com>
5212
5213 * eval.c (ptrmath_type_p): Add 'lang' argument.
5214 (evaluate_subexp_standard): Update.
5215 (evaluate_subexp_with_coercion): Update.
5216 * language.h (CAST_IS_CONVERSION): Add 'LANG' argument.
5217
5218 2010-05-10 Michael Snyder <msnyder@vmware.com>
5219
5220 * utils.c (do_fclose_cleanup) Restore local variable.
5221
5222 2010-05-09 Doug Evans <dje@google.com>
5223
5224 * record.c (init_record_core_ops): Rename record_core to record-core.
5225
5226 2010-05-08 Joel Brobecker <brobecker@adacore.com>
5227
5228 Implement task switching on pa-hpux.
5229 * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): New function.
5230 (inf_ttrace_target): Set t->to_get_ada_task_ptid.
5231
5232 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
5233
5234 * valops.c (find_overload_match): Add missing i18n markup.
5235
5236 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
5237
5238 * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
5239
5240 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5241
5242 * dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
5243 list for the obconcat call.
5244 * mdebugread.c (parse_symbol): Likewise.
5245 * stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
5246 Likewise.
5247 * symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
5248 New variable ap. Remove variables len and val.
5249 * symfile.h (obconcat): Likewise for the prototype.
5250
5251 2010-05-07 Michael Snyder <msnyder@vmware.com>
5252
5253 * python/python.c (execute_gdb_command): Remove unused variables.
5254 * python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
5255 * python/py-breakpoint.c (gdbpy_breakpoint_created):
5256 Remove unused variable.
5257 * python/py-cmd.c (cmdpy_function): Remove unused variable.
5258 (cmdpy_completer): Remove unused variable.
5259 * python/py-frame.c (frapy_find_sal): Remove unused variable.
5260 * python/py-function.c (fnpy_call): Remove unused variable.
5261 * python/py-objfile.c (objfile_to_objfile_object):
5262 Remove unused variable.
5263 * python/py-param.c (parmpy_init): Remove unused variable.
5264 * python/py-prettyprint.c (apply_varobj_pretty_printer):
5265 Remove unused variable.
5266 (gdbpy_default_visualizer): Remove unused variable.
5267 * python/py-progspace.c (pspace_to_pspace_object):
5268 Remove unused variable.
5269 * python/py-symtab.c (symtab_and_line_to_sal_object):
5270 Remove unused variable.
5271 * python/py-type.c (typy_template_argument):
5272 Remove unused variable.
5273 * python/py-value.c (valpy_string): Remove unused variable.
5274 (convert_value_from_python): Remove unused variables.
5275
5276 2010-05-07 Michael Snyder <msnyder@vmware.com>
5277
5278 * valops.c (value_cast_pointers): Restore unused variable 'type1',
5279 and use it to compute variable 't1'.
5280
5281 2010-05-07 Joel Brobecker <brobecker@adacore.com>
5282
5283 * ada-lang.c (assign_aggregate): Remove unused variable.
5284
5285 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
5286
5287 PR C++/7943:
5288 * valops.c (find_overload_match): Handle fsym == NULL case.
5289 Add int no_adl argument.
5290 (find_oload_champ_namespace_loop): Call make_symbol_overload_list_adl
5291 when appropriate.
5292 Add int no_adl argument.
5293 (find_oload_champ_namespace): Add int no_adl argument.
5294 * parse.c (operator_length_standard): Return length for OP_ADL_FUNC
5295 expression.
5296 * expprint.c (op_name_standard): Added string for OP_ADL_FUNC case.
5297 * eval.c (evaluate_subexp_standard): Added OP_ADL_FUNC case.
5298 Evaluate arguments and use them to perform ADL lookup.
5299 Pass no_adl argument to find_overload_match.
5300 Disable adl lookup when evaluating a fully qualified OP_FUNCALL.
5301 * cp-support.h: Added prototype for
5302 make_symbol_overload_list_namespace.
5303 * cp-support.c (make_symbol_overload_list_namespace): New function.
5304 (make_symbol_overload_list_adl_namespace): New function.
5305 (make_symbol_overload_list_adl): New function.
5306 (make_symbol_overload_list_using): Moved code to add function to
5307 overload set to make_symbol_overload_list_namespace.
5308 * c-exp.y: create UNKNOWN_CPP_NAME token.
5309 Add parse rule for ADL functions.
5310 (classify_name): Recognize an UNKNOWN_CPP_NAME.
5311
5312 2010-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5313
5314 * fbsd-nat.c (fbsd_make_corefile_notes): Add cast to NULL used as
5315 sentinel.
5316
5317 2010-05-07 Joel Brobecker <brobecker@adacore.com>
5318
5319 Implement task switching on solaris targets.
5320 * sol-thread.c (thread_db_find_thread_from_tid)
5321 (sol_get_ada_task_ptid): New functions.
5322 (init_sol_thread_ops): Set sol_thread_ops.to_get_ada_task_ptid.
5323
5324 2010-05-07 Pedro Alves <pedro@codesourcery.com>
5325
5326 * remote.c (remote_query_supported_append): Use reconcat.
5327 (remote_query_supported): Install a cleanup. Use reconcat.
5328
5329 2010-05-07 Pedro Alves <pedro@codesourcery.com>
5330
5331 * gdbarch.sh (qsupported): Delete.
5332 * gdbarch.h, gdbarch.c: Regenerate.
5333 * remote.c (remote_query_supported): Remove use of
5334 gdbarch_qsupported.
5335
5336 2010-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
5337
5338 * xml-syscall.c (syscall_start_syscalls_info): Remove unused
5339 function.
5340
5341 2010-05-06 Michael Snyder <msnyder@vmware.com>
5342
5343 * xml-support.c (xinclude_start_include): Delete unused variable.
5344 (xml_process_xincludes): Delete unused variable.
5345 * xml-syscall.c (syscall_parse_xml): Delete unused variable.
5346 * target-descriptions.c (tdesc_gdb_type): Delete unused variable.
5347 (tdesc_find_arch_register): Delete unused variable.
5348 (tdesc_use_registers): Delete unused variable.
5349 * xml-tdesc.c (tdesc_start_target): Delete unused variable.
5350 * inferior.c (print_inferior): Delete unused variable.
5351 * record.c (record_open_1): Delete unused variable.
5352 (record_restore): Delete unused variable.
5353 (cmd_record_save): Delete unused variable.
5354 * gcore.c (derive_heap_segment): Delete unused variable.
5355 (objfile_find_memory_regions): Use unused variable.
5356 * jit.c (jit_inferior_init): Delete unused variable.
5357 * progspace.c (clone_program_space): Delete unused variable.
5358 (pspace_empty_p): Delete unused variable.
5359
5360 * frame-unwind.c (frame_unwind_find_by_frame):
5361 Delete unused variable.
5362 * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
5363 * cp-support.c (mangled_name_to_comp): Delete unused variable.
5364 (method_name_from_physname): Delete unused variable.
5365 (cp_func_name): Delete unused variable.
5366 (cp_validate_operator): Delete unused variable.
5367 * cp-namespace.c (cp_scan_for_anonymous_namespaces):
5368 Delete unused variable.
5369 * trad-frame.c (trad_frame_get_prev_register):
5370 Delete unused variable.
5371 * tramp-frame.c (tramp_frame_cache): Delete unused variable.
5372
5373 * serial.c (serial_for_fd): Delete unused variable.
5374 * mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
5375 * top.c (execute_command): Delete unused variable.
5376 (init_main): Delete unused variable.
5377 * utils.c (do_fclose_cleanup): Delete unused variable.
5378 (do_all_inferior_continuations): Delete unused variable.
5379 (initialize_utils): Delete unused variable.
5380 (internal_problem_mode): Delete unused global.
5381 * frame.c (get_prev_frame): Delete unused global.
5382 (get_frame_locals_address): Delete unused global.
5383 (get_frame_args_address): Delete unused global.
5384
5385 * p-typeprint.c (pascal_type_print_base): Delete unused variable.
5386 (pascal_type_print_varspec_prefix): Delete unused variable.
5387 * f-typeprint.c (f_type_print_base): Delete unused variable.
5388 (f_type_print_varspec_suffix): Delete unused variable.
5389 * m2-typeprint.c (m2_print_type): Delete unused variable.
5390 (m2_long_set): Delete unused variable.
5391 * ada-valprint.c (ada_val_print_1): Delete unused variable.
5392 * d-valprint.c (dynamic_array_type): Delete unused variable.
5393 * f-valprint.c (f77_get_dynamic_length_of_aggregate):
5394 Delete unused variable.
5395 (f77_create_arrayprint_offset_tbl): Delete unused variable.
5396 * m2-valprint.c (m2_val_print): Delete unused variable.
5397
5398 * ui-out.c (ui_out_field_int): Delete unused variable.
5399 (ui_out_field_fmt_int): Delete unused variable.
5400 * varobj.c (varobj_list_children): Delete unused variable.
5401 (varobj_set_value): Delete unused variable.
5402 (install_new_value_visualizer): Delete unused variable.
5403 (varobj_set_visualizer): Delete unused variable.
5404 (varobj_update): Delete unused variable.
5405 (varobj_editable_p): Delete unused variable.
5406 (c_value_of_root): Delete unused variable.
5407 (cplus_describe_child): Delete unused variable.
5408
5409 * ada-lang.c (add_defn_to_vec): Delete unused variable.
5410 (decode_constrained_packed_array_type): Delete unused variable.
5411 (add_defn_to_vec): Delete unused variable.
5412 (symbol_completion_match): Delete unused variable.
5413 (value_tag_from_contents_and_address): Delete unused variable.
5414 (ada_evaluate_subexp): Delete unused variable.
5415 * c-lang.c (classify_type): Delete unused variable.
5416 * f-lang.c (f_printstr): Delete unused variable.
5417 * objc-lang.c (objc_printstr): Delete unused variable.
5418 * ada-tasks.c (get_known_tasks_addr): Delete unused variable.
5419 * jv-lang.c (type_from_class): ifdef unused variable.
5420 (java_class_name_from_physname): Delete unused variable.
5421 * m2-lang.c (m2_printstr): Delete unused variable.
5422
5423 * objfiles.c (objfile_relocate): Delete unused variable.
5424 * maint.c (_initialize_maint_cmds): Delete unused variable.
5425 * demangle.c (_initialize_demangler): Delete unused variable.
5426 * corefile.c (reopen_exec_file): Delete unused variable.
5427 * dwarf2expr.c (dwarf2_read_address): Delete unused variable.
5428 * dwarf2-frame.c (decode_frame_entry): Delete unused variable.
5429
5430 * osabi.c (_initialize_gdb_osabi): Delete unused variable.
5431 * memattr.c (mem_delete): Delete unused variable.
5432 (invalidate_target_mem_regions): Delete unused variable.
5433 * mem-break.c (default_memory_insert_breakpoint):
5434 Delete unused variable.
5435 * target.c (target_get_osdata): Delete unused variable.
5436 * parse.c (length_of_subexp): Delete unused variable.
5437 (prefixify_subexp): Delete unused variable.
5438 (exp_iterate): Delete unused variable.
5439 * reverse.c (delete_bookmark_command): Delete unused variable.
5440
5441 * macrocmd.c (_initialize_macrocmd): Delete unused variable.
5442 * macroexp.c (gather_arguments): Delete unused variable.
5443 (substitute_args): Delete unused variable.
5444 * completer.c (gdb_completer_loc_break_characters): Unused, delete.
5445 * gdbarch.sh (gdbarch_printable_names): Delete unused variable.
5446 (_initialize_gdbarch): Delete unused variable.
5447 * gdbarch.c, gdbarch.h: Regenerate.
5448 * arch-utils.c (initialize_current_architecture):
5449 Delete unused variable.
5450 (_initialize_gdbarch_utils): Delete unused variable.
5451 * gdbtypes.c (make_cv_type): Delete unused variable.
5452 (make_type_with_address_space): Delete unused variable.
5453
5454 * linespec.c (decode_compound): Delete unused variable.
5455 * dictionary.c (iterator_next_hashed): Delete unused variable.
5456 * infcall.c (call_function_by_hand): Delete unused variable.
5457 * infcmd.c (step_1): Delete unused variable.
5458 (registers_info): Delete unused variable.
5459 (attach_command): Delete unused variable.
5460 * infrun.c (follow_exec): Delete unused variable.
5461 (handle_step_into_function_backwards): Delete unused variable.
5462 (_initialize_infrun): Delete unused variable.
5463 * stack.c (parse_frame_specification_1): Delete unused variable.
5464 (frame_info): Delete unused variable.
5465 (backtrace_command_1): Delete unused variable.
5466 (catch_info): Delete unused variable.
5467
5468 * eval.c (evaluate_subexp_standard): Delete unused variable.
5469 * valops.c (value_cast_pointers): Delete unused variable.
5470 (value_dynamic_cast): Delete unused variable.
5471 (value_array): Delete unused variable.
5472 (find_overload_match): Delete unused variable.
5473 * valarith.c (value_subscript): Delete unused variable.
5474 (value_binop): Delete unused variable.
5475 * valprint.c (_initialize_valprint): Delete unused variable.
5476 * printcmd.c (print_command_1): Delete unused variable.
5477 (address_info): Delete unused variable.
5478 (printf_command): Delete unused variable.
5479
5480 * auxv.c (target_auxv_search): Delete unused variable.
5481 * blockframe.c (get_frame_block): Delete unused variable.
5482 * regcache.c (regcache_cpy): Delete unused variable.
5483 (regcache_cpy_no_passthrough): Delete unused variable.
5484 * charset.c (wchar_iterate): Delete unused variable.
5485 (find_charset_names): Delete unused variable.
5486 (_initialize_charset): Delete unused variable.
5487 * disasm.c (do_mixed_source_and_assembly):
5488 Delete unused variable.
5489 * source.c (set_default_source_symtab_and_line):
5490 Delete unused variable.
5491 (set_substitute_path_command): Delete unused variable.
5492 * value.c (preserve_values): Delete unused variable.
5493 (value_from_double): Delete unused variable.
5494
5495 2010-05-05 Michael Snyder <msnyder@vmware.com>
5496
5497 * psymtab.c (lookup_partial_symbol): Delete unused variable.
5498 (find_last_source_symtab_from_partial): Delete unused variable.
5499 * symfile.c (place_section): Delete unused variable.
5500 (default_symfile_offsets): Delete unused variable.
5501 (get_debug_link_info): Delete unused variable.
5502 (find_separate_debug_file_by_debuglink): Delete unused variable.
5503 (add_symbol_file_command): Delete unused variable.
5504 (symfile_find_segment_sections): Delete unused variable.
5505 * symmisc.c (free_symtab): Delete unused variable.
5506 (dump_symtab_1): Delete unused variable.
5507 * symtab.c (lookup_symbil_aux_quick): Delete unused variable.
5508 (find_pc_sect_symtab): Delete unused variable.
5509 (skip_prologue_using_lineinfo): Delete unused variable.
5510 (sources_info): Delete unused variable.
5511 (completion_list_add_name): Delete unused variable.
5512 (expand_line_sal): Delete unused variable.
5513
5514 * breakpoint.c (validate_commands_for_breakpoint):
5515 Delete unused variables.
5516 (insert_catchpoint): Delete unused variable.
5517 (update_watchpoint): Delete unused variable.
5518 (insert_bp_location): Delete unused variable.
5519 (insert_breakpoint_locations): Delete unused variable.
5520 (remove_breakpoint_1): Delete unused variable.
5521 (software_breakpoint_inserted_here_p): Delete unused variable.
5522 (watchpoints_triggered): Delete unused variable.
5523 (bpstat_check_watchpoint): Delete unused variable.
5524 (bpstat_stop_status): Delete unused variable.
5525 (print_one_breakpoint_location): Delete unused variable.
5526 (allocate_bp_location): Delete unused variable.
5527 (create_breakpoint): Delete unused variable.
5528 (watch_command_1): Delete unused variable.
5529 (catch_exception_command_1): Delete unused variable.
5530 (catch_ada_exception_command): Delete unused variable.
5531 (delete_breakpoint): Delete unused variable.
5532 (breakpoint_re_set_one): Delete unused variable.
5533 (do_enable_breakpoint): Delete unused variable.
5534
5535 2010-05-06 Pedro Alves <pedro@codesourcery.com>
5536
5537 * amd64-tdep.c: Include disasm.h.
5538 (amd64_insn_length_fprintf, amd64_insn_length_init_dis)
5539 (amd64_insn_length): Moved to disasm.c and renamed.
5540 (fixup_riprel): Adjust.
5541 * disasm.c (do_ui_file_delete): New.
5542 (gdb_insn_length): New.
5543 (gdb_buffered_insn_length_fprintf)
5544 (gdb_buffered_insn_length_init_dis)
5545 (gdb_buffered_insn_length): New, moved from amd64-tdep.c, and
5546 renamed.
5547 * disasm.h (gdb_insn_length): Declare.
5548 (gdb_buffered_insn_length): Declare.
5549
5550 2010-05-06 Pedro Alves <pedro@codesourcery.com>
5551
5552 * remote.c (clear_threads_parsing_context): New.
5553 (remote_threads_info): Delete unused null_cleanup. Install a
5554 cleanup to clear the threads_parsing_context in case parsing
5555 throws.
5556
5557 2010-05-05 Michael Snyder <msnyder@vmware.com>
5558
5559 * c-exp.y (parse_string_or_char): Delete unused variable.
5560 (c_lex): Delete unused variable.
5561 * cp-name-parser.y (cpname_lex): Delete unused variable.
5562 * ada-exp.y (find_primitive_type): Delete unused variable.
5563 (write_var_or_type): Delete unused variable.
5564 * jv-exp.y (java_parse): Delete unused variable.
5565 (push_expression_name): Delete unused variable.
5566 * p-exp.y (pascal_lex): Delete unused variable.
5567
5568 2010-05-05 Pedro Alves <pedro@codesourcery.com>
5569
5570 * remote.c (remote_threads_info): Really revert previous previous
5571 change.
5572
5573 2010-05-05 Michael Snyder <msnyder@vmware.com>
5574
5575 * elfread.c (elf_symtab_read): Delete unused variable.
5576 (find_separate_debug_file_by_buildid): Delete unused variables.
5577 (elf_symfile_read): Delete unused variable.
5578
5579 * coffread.c (coff_symfile_read): Delete unused variables.
5580
5581 * coff-pe-read.c (add_pe_exported_sym): Delete unused variable.
5582 (read_pe_exported_syms): Delete unused variable.
5583
5584 * stabsread.c (define_symbol): Delete unused variable.
5585
5586 * dwarf2read.c (read_type_comp_unit_head): Delete unused variable.
5587 (process_psymtab_comp_unit): Delete unused variable.
5588 (dwarf2_build_psymtabs_hard): Delete unused variable.
5589 (load_partial_comp_unit): Delete unused variable.
5590 (create_all_comp_units): Delete unused variable.
5591 (scan_partial_symbols): Delete unused variable.
5592 (add_partial_symbol): Delete unused variable.
5593 (add_partial_namespace): Delete unused variable.
5594 (add_partial_enumeration): Delete unused variable.
5595 (load_full_comp_unit): Delete unused variable.
5596 (process_full_comp_unit): Delete unused variable.
5597 (read_file_scope): Delete unused variable.
5598 (read_type_unit_scope): Delete unused variable.
5599 (process_structure_scope): Delete unused variable.
5600 (process_enumeration_scope): Delete unused variable.
5601 (read_tag_ptr_to_member_type): Delete unused variable.
5602 (read_typedef): Delete unused variable.
5603 (read_partial_die): Delete unused variable.
5604 (decode_locdesc): Delete unused variable.
5605 (zeroed_partial_die): Delete unused global variable.
5606
5607 * tui/tui-interp.c (_initialize_tui_interp):
5608 Delete unused variable.
5609 * tui/tui-regs.c tui_display_registers_from):
5610 Delete unused variable.
5611 (tui_check_register_values): Delete unused variable.
5612 (tui_register_format): Delete unused variable.
5613 * tui/tui-win.c (_initialize_tui_win): Delete unused variable.
5614 * tui/tui-windata.c (tui_display_data_from_line):
5615 Delete unused variables.
5616 (tui_vertical_data_scroll): Delete unused variables.
5617
5618 2010-05-05 Michael Snyder <msnyder@vmware.com>
5619
5620 * remote.c (remote_threads_info): Revert questionable part of
5621 the previous change.
5622
5623 2010-05-05 Michael Snyder <msnyder@vmware.com>
5624
5625 * mi/mi-out.c (mi_table_begin): Delete unused variable.
5626 * mi/mi-cmd-var.c (print_varobj): Delete unused variable.
5627 (mi_cmd_var_list_children): Delete unused variable.
5628 (varobj_update_one): Delete unused variable.
5629 * mi/mi-cmd-break.c (mi_cmd_break_insert): Delete unused variables.
5630 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals):
5631 Delete unused variable.
5632 (mi_cmd_stack_list_variables): Delete unused variable.
5633 (list_args_or_locals): Delete unused variable.
5634 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):
5635 Delete unused variables.
5636 (mi_cmd_file_list_exec_source_files): Delete unused variable.
5637 * mi/mi-cmd-target.c (mi_cmd_target_file_delete):
5638 Delete unused variable.
5639 * mi/mi-interp.c (mi_interpreter_exec): Delete unused variable.
5640 (mi_cmd_interpreter_exec): Delete unused variable.
5641 (mi_on_normal_stop): Delete unused variable.
5642 * mi/mi-main.c (run_one_inferior): Delete unused variable.
5643 (print_one_inferior): Delete unused variables.
5644 (mi_execute_command): Delete unused variable.
5645 (mi_cmd_execute): Delete unused variable.
5646 (timestamp): Delete unused variable.
5647
5648 * cli/cli-dump.c (dump_memory_to_file): Delete unused variable.
5649 (restore_binary_file): Delete unused variable.
5650 * cli/cli-decode.c (deprecated_cmd_warning): Delete unused variables.
5651 * cli/cli-script.c (define_command): Delete unused variables.
5652 (recurse_read_control_structure): Delete unused variable.
5653 (script_from_file): Delete unused variable.
5654 * cli/cli-cmds.c (complete_command): Delete unused variable.
5655 (disassemble_command): Delete unused variable.
5656
5657 * ax-gdb.c (gen_struct_elt_for_reference): Delete unused variables.
5658 * tracepoint.c (delete_trace_variable_command):
5659 Delete unused variables.
5660 (encode_actions_1): Delete unused variables.
5661 (start_tracing): Delete unused variable.
5662 (trace_status_mi): Delete unused variable.
5663 (tfind_1): Delete unused variable.
5664 (trace_find_pc_command): Delete unused variable.
5665 (trace_find_line_command): Delete unused variables.
5666 (trace_find_range_command): Delete unused variables.
5667 (trace_find_outside_command): Delete unused variables.
5668 (parse_tracepoint_definition): Delete unused variables.
5669 (tfile_fetch_registers): Delete unused variable.
5670
5671 * dcache.c (dcache_init): Delete unused variable.
5672 (dcache_info): Delete unused variable.
5673
5674 * remote.c (remote_threads_info): Delete unused variable.
5675 (process_stop_reply) :Delete unused variable.
5676 (remote_get_trace_status): Delete unused variables.
5677
5678 * linux-thread-db.c (add_thread_db_info): Delete unused variable.
5679 (thread_from_lwp): Delete unused variable.
5680 (enable_thread_event_reporting): Delete unused variable.
5681 (check_for_thread_db): Delete unused variables.
5682 (thread_db_find_new_threads_2): Delete unused variable.
5683
5684 * linux-fork.c (info_checkpoints_command): Delete unused variables.
5685 (checkpoint_command): Delete unused variable.
5686 (linux_fork_context): Delete unused variables.
5687
5688 * linux-nat.c (linux_parent_pid): Delete unused global variable.
5689 (linux_tracefork_child): Delete unused variable.
5690 (linux_child_follow_fork): Delete unused variable.
5691 (linux_nat_detach): Delete unused variable.
5692 (linux_handle_extended_wait): Delete unused variable.
5693 (linux_nat_has_pending_sigint): Delete unused variable.
5694 (linux_nat_find_memory_regions): Delete unused variable.
5695 (linux_nat_make_corefile_notes): Delete unused variables.
5696 (linux_nat_info_proc_cmd): Delete unused variable.
5697 (linux_proc_pending_signals): Delete unused variable.
5698 (linux_nat_stop_lwp): Delete unused variables.
5699 (_initialize_linux_nat): Delete unused variable.
5700
5701 * ser-pipe.c (pipe_ops): Delete unused global variable.
5702
5703 * linux-record.c (record_linux_system_call):
5704 Delete unused variables.
5705
5706 * corelow.c (core_xfer_partial): Delete unused variables.
5707
5708 * solib-svr4.c (find_program_interpreter): Delete unused variable.
5709 (svr4_solib_create_inferior_hook): Add ifdef around
5710 conditionally-used variable declarations.
5711
5712 * solib.c (solib_find): Delete unused variable.
5713 (free_so_symbols): Delete unused variable.
5714 (info_sharedlibrary_command): Delete unused variable.
5715 (reload_shared_libraries_1): Delete unused variable.
5716 (_initialize_solib): Delete unused variable.
5717
5718 * i386-tdep.c (i386_supply_xstateregset) Delete unused variable.
5719 (i386_collect_xstateregset): Delete unused variable.
5720 * i387-tdep.c (i387_print_float_info): Delete unused variable.
5721
5722 * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
5723 Delete unused variable 'type'.
5724
5725 2010-05-05 Joel Brobecker <brobecker@adacore.com>
5726
5727 * gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros. *
5728 ada-lang.c: Remove comment mentioning these macros.
5729 * m2-exp.y: Delete commented out code.
5730
5731 2010-05-05 Joel Brobecker <brobecker@adacore.com>
5732
5733 * sparc-tdep.c (sparc_structure_or_union_p): Return non-zero
5734 for array types.
5735 * sparc64-tdep.c (sparc64_structure_or_union_p): Likewise.
5736
5737 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
5738
5739 ARI fix: Remove ATTRIBUTE_UNUSED throughout.
5740 * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove
5741 ATTRIBUTE_UNUSED.
5742 (cleanup_kernel_helper_return): Likewise.
5743 * arm-tdep.c (copy_unmodified): Likewise.
5744 (copy_preload): Likewise.
5745 (copy_copro_load_store): Likewise.
5746 (cleanup_branch): Likewise.
5747 (copy_b_bl_blx): Likewise.
5748 (copy_bx_blx_reg): Likewise.
5749 (copy_alu_imm): Likewise.
5750 (copy_alu_reg): Likewise.
5751 (copy_alu_shifted_reg): Likewise.
5752 (cleanup_load): Likewise.
5753 (cleanup_store): Likewise.
5754 (cleanup_block_load_pc): Likewise.
5755 (cleanup_svc): Likewise.
5756 (copy_undef): Likewise.
5757 (copy_unpred): Likewise.
5758 * remote.c (register_remote_support_xml): Likewise.
5759
5760 2010-05-05 Hui Zhu <teawater@gmail.com>
5761
5762 * gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
5763
5764 2010-05-04 Mark Kettenis <kettenis@gnu.org>
5765
5766 * remote.c (register_remote_support_xml)
5767 (remote_query_supported_append, remote_query_supported): Add cast
5768 to NULL used as sentinel.
5769 * tracepoint.c (tvariables_info_1): Likewise.
5770 * utils.c (add_internal_problem_command): Likewise.
5771
5772 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5773
5774 * dwarf2loc.c (read_pieced_value, write_pieced_value,
5775 dwarf2_evaluate_loc_desc): Handle not being able to access DWARF
5776 registers gracefully.
5777
5778 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5779
5780 * exec.c (print_section_info): Display entry point without arch
5781 specific parts.
5782
5783 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
5784
5785 PR exp/11349.
5786 * printcmd.c (x_command): Only dereference once implicitly for
5787 TYPE_CODE_REF.
5788
5789 2010-05-03 Doug Evans <dje@google.com>
5790
5791 * event-loop.c (gdb_timer): Delete unused global.
5792 (create_timer): Update.
5793
5794 2010-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5795
5796 * cp-namespace.c (cp_lookup_symbol_imports): Support ALIAS for the
5797 CURRENT->DECLARATION case.
5798 * cp-support.h (struct using_direct): Provide extended comment.
5799
5800 2010-05-03 Mark Kettenis <kettenis@gnu.org>
5801
5802 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Renamed from
5803 HPPABSD_SIZEOF_GREGS.
5804 (HPPAOBSD_SIZEOF_FPREGS): New define.
5805 (hppaobsd_supply_gregset): Renamed from hppabsd_supply_gregset.
5806 (hppaobsd_supply_fpregset): New function.
5807 (hppaobsd_gregset): Renamed from hppabsd_gregset.
5808 (hppaobsd_fpregset): New variable.
5809 (hppaobsd_regset_from_core_section): Handle floating-point registers.
5810 (_initialize_hppabsd_tdep): Remove spurious blank line.
5811
5812 2010-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
5813
5814 PR pascal/11349.
5815 * p-valprint.c (pascal_value_print): Always dereference a value with
5816 type code TYPE_CODE_REF.
5817
5818 2010-05-03 Pedro Alves <pedro@codesourcery.com>
5819
5820 * remote.c (remote_notice_signals): New.
5821 (remote_start_remote): In non-stop mode, update the remote end on
5822 which signals it can silently pass.
5823 (init_remote_ops): Install remote_notice_signals.
5824
5825 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5826
5827 * cli/cli-cmds.h (error_no_arg): Remove. Move the comment ...
5828 * command.h (error_no_arg): ... here. Remove NORETURN, change
5829 ATTR_NORETURN to ATTRIBUTE_NORETURN.
5830 * defs.h (NORETURN, ATTR_NORETURN): Remove.
5831 (perror_with_name, verror, error, error_stream, vfatal, fatal)
5832 (internal_verror, internal_error, nomem): Remove NORETURN, change
5833 ATTR_NORETURN to ATTRIBUTE_NORETURN.
5834 * exceptions.c (throw_exception, deprecated_throw_reason, throw_verror)
5835 (throw_vfatal, throw_error): Remove NORETURN.
5836 (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
5837 * exceptions.h (throw_exception, throw_verror, throw_vfatal)
5838 (throw_error, deprecated_throw_reason): Remove NORETURN, change
5839 ATTR_NORETURN to ATTRIBUTE_NORETURN.
5840 * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
5841 to ATTRIBUTE_NORETURN for prototype, for the definition only remove
5842 NORETURN.
5843 * remote-mips.c (mips_error): Change NORETURN to ATTRIBUTE_NORETURN.
5844 * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
5845 ATTRIBUTE_NORETURN.
5846 * target.c (tcomplain): Likewise.
5847 * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
5848 ATTRIBUTE_NORETURN.
5849 * utils.c (verror, error, vfatal, fatal, error_stream, internal_verror)
5850 (internal_error, perror_with_name, nomem): Remove NORETURN.
5851 * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
5852 ATTRIBUTE_NORETURN.
5853
5854 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5855
5856 * ada-lang.c (lim_warning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5857 * amd64-tdep.c (amd64_insn_length_fprintf): Likewise.
5858 * cli-out.c (cli_field_fmt): New ATTRIBUTE_PRINTF.
5859 (cli_message, out_field_fmt): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5860 * complaints.c (find_complaint): New ATTRIBUTE_PRINTF.
5861 (vcomplaint): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5862 * complaints.h (complaint, internal_complaint): Likewise.
5863 * defs.h: Change ATTR_FORMAT to ATTRIBUTE_PRINTF in the top comment.
5864 (ATTR_FORMAT): Remove.
5865 (query, nquery, yquery, vprintf_filtered, vfprintf_filtered)
5866 (fprintf_filtered, fprintfi_filtered, printf_filtered, printfi_filtered)
5867 (vprintf_unfiltered, vfprintf_unfiltered, fprintf_unfiltered)
5868 (printf_unfiltered, xasprintf, xvasprintf, xstrprintf, xstrvprintf)
5869 (xsnprintf, verror, error, vfatal, fatal, internal_verror)
5870 (internal_error, internal_vwarning, internal_warning, warning)
5871 (vwarning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5872 * disasm.c (fprintf_disasm): Likewise.
5873 * exceptions.c (throw_it): Likewise.
5874 * exceptions.h (exception_fprintf, throw_verror, throw_vfatal)
5875 (throw_error): Likewise.
5876 * language.h (type_error, range_error): Likewise.
5877 * linespec.c (cplusplus_error): Likewise.
5878 * mi/mi-interp.c (mi_interp_query_hook): Likewise.
5879 * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
5880 * monitor.c (monitor_debug): Likewise.
5881 * parser-defs.h (parser_fprintf): Likewise.
5882 * serial.h (serial_printf): Likewise.
5883 * tui/tui-hooks.c (tui_query_hook): Likewise.
5884 * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
5885 (uo_message): Likewise.
5886 * ui-out.h (ui_out_field_fmt, ui_out_message): Likewise.
5887 * utils.c (vfprintf_maybe_filtered, internal_vproblem, defaulted_query):
5888 Likewise.
5889 * xml-support.h (gdb_xml_debug, gdb_xml_error): Likewise.
5890
5891 2010-05-02 Pedro Alves <pedro@codesourcery.com>
5892
5893 * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)
5894 (cli_table_header, cli_begin, cli_end, cli_field_int)
5895 (cli_field_skip, cli_field_string, cli_field_fmt, cli_spaces)
5896 (cli_text, cli_message, cli_wrap_hint, cli_flush, cli_redirect):
5897 Delete forward declarations.
5898 (cli_ui_out_impl): Move below the callbacks.
5899 (_initialize_cli_out): Delete.
5900
5901 2010-05-02 Pedro Alves <pedro@codesourcery.com>
5902
5903 * README: Use consistent `GDB' and `GDBserver' spellings.
5904
5905 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5906
5907 * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
5908
5909 2010-05-01 Pedro Alves <pedro@codesourcery.com>
5910
5911 * infrun.c (prepare_for_detach): In non-stop, context switch to
5912 the thread that got the event before handling the event.
5913
5914 2010-04-30 Tom Tromey <tromey@redhat.com>
5915
5916 * symtab.c (symbol_set_names): Fix typo.
5917
5918 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
5919
5920 * python/py-param.c (parm_constants): Avoid ARI warning
5921 by adding ARI comment.
5922 (parmpy_init): Likewise.
5923
5924 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
5925
5926 * windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
5927 and created type for re-use.
5928
5929 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
5930
5931 * NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
5932
5933 2010-04-29 Doug Evans <dje@google.com>
5934
5935 * ser-base.h (reschedule): Delete prototype.
5936 * ser-base.c (reschedule): Make static.
5937
5938 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5939
5940 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
5941 (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
5942 (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
5943 EABI.
5944 (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
5945 use.
5946
5947 2010-04-29 Pedro Alves <pedro@codesourcery.com>
5948
5949 PR gdb/11557
5950
5951 * regcache.c (registers_changed): Rename to ...
5952 (registers_changed_ptid): ... this, and only delete register cache
5953 entries matching the ptid filter argument.
5954 (registers_changed): Reimplement on top of registers_changed_ptid.
5955 * regcache.h (registers_changed_ptid): Declare.
5956 * target.c (target_resume): Flush register caches.
5957
5958 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
5959 Tom Tromey <tromey@redhat.com>
5960 Thiago Jung Bauermann <bauerman@br.ibm.com>
5961
5962 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
5963 (SUBDIR_PYTHON_SRCS): Likewise.
5964 (py-parameter.o): New rule.
5965 * python/py-parameter.c: New file.
5966 * python/python-internal.h (gdbpy_initialize_parameter)
5967 (gdbpy_parameter, gdbpy_parameter_value)
5968 (gdbpy_parse_command_name): Declare.
5969 * python/py-cmd.c (parse_command_name): Rename to
5970 gdbpy_parse_command_name.
5971 (gdbpy_parse_command_name): Accept a starting list parameter and
5972 use over cmdlist.
5973 (cmdpy_init): Use gdbpy_parse_command_name.
5974 * python/python.c (parameter_to_python): Rename to
5975 gdbpy_parameter_to_python. Accept enum var_types and value.
5976 (gdbpy_parameter): Use gdbpy_parameter_value.
5977 (_initialize_python): Call gdbpy_initialize_parameters.
5978
5979 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5980
5981 * MAINTAINERS: Add myself for write after approval privileges.
5982
5983 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5984
5985 D language support.
5986 * Makefile.in (SFILES): Add d-lang.c d-valprint.c.
5987 (COMMON_OBS): Add d-lang.o d-valprint.o.
5988 (HFILES_NO_SRCDIR): Add d-lang.h.
5989 * NEWS: Mention D language support.
5990 * c-lang.c (c_emit_char, exp_descriptor_c): Make public.
5991 * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration.
5992 * d-lang.c: New file.
5993 * d-lang.h: New file.
5994 * d-valprint.c: New file.
5995 * defs.h (enum language): Add language_d.
5996 * dwarf2read.c (set_cu_language): Add DW_LANG_D.
5997 * language.c (binop_result_type, integral_type, character_type)
5998 (string_type, boolean_type, structured_type): Add language_d.
5999 * symfile.c (init_filename_language_table): Add language_d.
6000 * symtab.c: Include d-lang.h.
6001 (symbol_init_language_specific, symbol_find_demangled_name)
6002 (symbol_natural_name, lookup_symbol_in_language)
6003 (symbol_demangled_name, symbol_matches_domain): Add language_d.
6004
6005 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6006
6007 * solib-svr4.c (solib_svr4_r_map): Expand function description.
6008
6009 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6010
6011 * symfile.c (init_filename_language_table): Register .dg files
6012 with language_ada.
6013
6014 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6015
6016 * gdbtypes.h (struct main_type): Expand comment about target_type
6017 field.
6018
6019 2010-04-27 Pedro Alves <pedro@codesourcery.com>
6020 Tristan Gingold <gingold@adacore.com>
6021
6022 * symfile.c (reread_symbols): Also search for file in libraries.
6023 Update comment.
6024
6025 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6026
6027 * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
6028 in terms of configuration.
6029
6030 2010-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6031
6032 * objfiles.c: Include solist.h.
6033 (free_all_objfiles): New variable so. Check stale solist objfiles.
6034 * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles
6035 and no_shared_libraries.
6036
6037 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6038
6039 ARI warning fix.
6040 * python/py-auto-load.c (source_section_scripts): Remove trailing
6041 new-line in i18n string.
6042
6043 2010-04-26 Doug Evans <dje@google.com>
6044
6045 * serial.c (serial_write): Handle serial_debug_p akin to serial_read.
6046
6047 2010-04-26 Tom Tromey <tromey@redhat.com>
6048
6049 * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
6050 command list.
6051
6052 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
6053
6054 Removal of config/i386/nm-i386sol2.h native configuration file.
6055 * config/i386/nm-i386sol2.h: Remove file.
6056 * config/i386/i386sol2.mh: Remove NAT_FILE definition.
6057 * config/i386/sol2-64.mh: Idem.
6058 * config/djgpp/fnchange.lst: Remove reference to that file.
6059 * Makefile.in (HFILES_NO_SRCDIR): Idem.
6060
6061 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
6062
6063 PR breakpoints/11531.
6064 * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
6065 macro definition and related comment.
6066 * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
6067 (resume): Remove code and comment related to this macro.
6068
6069 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6070
6071 * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
6072 Fix whitespace.
6073
6074 2010-04-24 Pedro Alves <pedro@codesourcery.com>
6075
6076 * defs.h: Adjust comment.
6077 * filesystem.h, filesystem.c: New files.
6078 * Makefile.in (SFILES): Add filesystem.c.
6079 (COMMON_OBS): Add filesystem.o.
6080 * solib.c (solib_find): Handle DOS-based filesystems. Handle
6081 different target and host path flavours.
6082 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
6083 has_dos_based_file_system on the gdbarch.
6084 * arm-wince-tdep.c (arm_wince_init_abi): Ditto.
6085 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
6086 * i386-tdep.c (i386_go32_init_abi): Ditto.
6087 * gdbarch.sh (has_dos_based_file_system): New.
6088 * gdbarch.h, gdbarch.c: Regenerate.
6089 * NEWS: Mention improved support for remote targets with DOS-based
6090 filesystems. Mention new `set/show target-file-system-kind'
6091 commands.
6092
6093 2010-04-23 Stan Shebs <stan@codesourcery.com>
6094
6095 * ax.h (struct agent_expr): Merge in agent_reqs fields, add some
6096 comments.
6097 (struct agent_reqs): Remove.
6098 (ax_reg_mask): Declare.
6099 * ax-general.c (new_agent_expr): Add gdbarch argument, set new fields.
6100 (free_agent_expr): Free reg_mask.
6101 (ax_print): Add scope and register mask info.
6102 (ax_reqs): Remove agent_reqs argument, use agent expression
6103 fields, and move part of register mask computation to...
6104 (ax_reg_mask): New function.
6105 * ax-gdb.c (gen_trace_static_fields): Call it.
6106 (gen_traced_pop): Ditto.
6107 (is_nontrivial_conversion): Add dummy gdbarch to new_agent_expr.
6108 (gen_trace_for_var): Pass gdbarch to new_agent_expr.
6109 (gen_trace_for_expr): Ditto, and clear optimized_out flag.
6110 (gen_eval_for_expr): Ditto, and require an rvalue.
6111 (agent_command): Call ax_reqs.
6112 (agent_eval_command): Ditto.
6113 * tracepoint.c (report_agent_reqs_errors): Use agent expression fields.
6114 (validate_action_line): Ditto.
6115 (collect_symbol): Ditto.
6116 (encode_actions_1): Ditto.
6117
6118 2010-04-23 Daniel Jacobowitz <dan@codesourcery.com>
6119 Paul Pluzhnikov <ppluzhnikov@google.com>
6120 Jan Kratochvil <jan.kratochvil@redhat.com>
6121
6122 Fix deadlock on looped list of loaded shared objects.
6123 * solib-svr4.c (LM_PREV): New function.
6124 (IGNORE_FIRST_LINK_MAP_ENTRY): Use it.
6125 (svr4_current_sos): Check for correct l_prev. New variables prev_lm
6126 and next_lm. Clear prev_lm for solib_svr4_r_ldsomap.
6127 * config/djgpp/fnchange.lst: Add translation for solib-corrupted.exp.
6128
6129 2010-04-23 Doug Evans <dje@google.com>
6130
6131 * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
6132 python.
6133 * configure: Regenerate.
6134 * main.c: #include "python/python.h".
6135 (captured_main): Defer loading auto-loaded scripts until after
6136 local_gdbinit has been sourced.
6137 * python/py-auto-load.c (gdbpy_global_auto_load): New global.
6138 (load_auto_scripts_for_objfile): New function.
6139 (auto_load_new_objfile): Call it.
6140 * python/python.h (gdbpy_global_auto_load): Declare.
6141 (load_auto_scripts_for_objfile): Declare.
6142
6143 Add support for auto-loading scripts from .debug_gdb_scripts section.
6144 * NEWS: Add entry for .debug_gdb_scripts.
6145 * Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.
6146 (SUBDIR_PYTHON_SRCS): Add py-auto-load.c.
6147 (py-auto-load.o): New rule.
6148 * cli/cli-cmds.c (find_and_open_script): Make externally visible.
6149 * cli/cli-cmds.h (find_and_open_script): Update prototype.
6150 * python/py-auto-load.c: New file.
6151 * python/python-internal.h: #include <stdio.h>.
6152 (set_python_list, show_python_list): Declare.
6153 (gdbpy_initialize_auto_load): Declare.
6154 (source_python_script_for_objfile): Declare.
6155 * python/python.c: Remove #include of observer.h.
6156 (gdbpy_auto_load): Moved to py-auto-load.c.
6157 (GDBPY_AUTO_FILENAME): Ditto.
6158 (gdbpy_new_objfile): Delete.
6159 (source_python_script_for_objfile): New function.
6160 (set_python_list, show_python_list): Make externally visible.
6161 (_initialize_python): Move "auto-load" command to py-auto-load.c
6162 and observer_attach_new_objfile to py-auto-load.c.
6163
6164 2010-04-23 Jerome Guitton <guitton@adacore.com>
6165
6166 * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
6167 (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
6168 (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
6169 New constants.
6170 (alpha_heuristic_analyze_probing_loop): New function.
6171 (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
6172 and handle cases when a stack probe loop is generated.
6173 * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
6174 (alpha_mdebug_max_frame_size_exceeded): New function.
6175 (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
6176 (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
6177 Return 0 when the maximum debuggable frame size has been exceeded.
6178
6179 2010-04-23 Joel Brobecker <brobecker@adacore.com>
6180
6181 Fix ARI warning.
6182 * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
6183
6184 2010-04-20 Chris Moller <cmoller@redhat.com>
6185
6186 PR 10179
6187
6188 * symtab.c (rbreak_command): Added code to include a filename
6189 specification in the rbreak argument.
6190 * NEWS: Added a brief description of filename-qualified rbreak.
6191
6192 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6193
6194 Fix crashes on dangling display expressions.
6195 * ada-lang.c (ada_operator_check): New function.
6196 (ada_exp_descriptor): Fill-in the field operator_check.
6197 * c-lang.c (exp_descriptor_c): Fill-in the field operator_check.
6198 * jv-lang.c (exp_descriptor_java): Likewise.
6199 * m2-lang.c (exp_descriptor_modula2): Likewise.
6200 * scm-lang.c (exp_descriptor_scm): Likewise.
6201 * parse.c (exp_descriptor_standard): Likewise.
6202 (operator_check_standard): New function.
6203 (exp_iterate, exp_uses_objfile_iter, exp_uses_objfile): New functions.
6204 * parser-defs.h (struct exp_descriptor): New field operator_check.
6205 (operator_check_standard, exp_uses_objfile): New declarations.
6206 * printcmd.c: Remove the inclusion of solib.h.
6207 (display_uses_solib_p): Remove the function.
6208 (clear_dangling_display_expressions): Call lookup_objfile_from_block
6209 and exp_uses_objfile instead of display_uses_solib_p.
6210 * solist.h (struct so_list) <objfile>: New comment.
6211 * symtab.c (lookup_objfile_from_block): Remove the static qualifier.
6212 * symtab.h (lookup_objfile_from_block): New declaration.
6213 (struct general_symbol_info) <obj_section>: Extend the comment.
6214
6215 2010-04-22 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6216 Thiago Jung Bauermann <bauerman@br.ibm.com>
6217
6218 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG): Update comment.
6219 (PPC_PTRACE_GETWDBGINFO, PPC_PTRACE_SETHWDEBUG, PPC_PTRACE_DELHWDEBUG,
6220 ppc_debug_info, PPC_DEBUG_FEATURE_INSN_BP_RANGE,
6221 PPC_DEBUG_FEATURE_INSN_BP_MASK, PPC_DEBUG_FEATURE_DATA_BP_RANGE,
6222 PPC_DEBUG_FEATURE_DATA_BP_MASK, ppc_hw_breakpoint,
6223 PPC_BREAKPOINT_TRIGGER_EXECUTE, PPC_BREAKPOINT_TRIGGER READ,
6224 PPC_BREAKPOINT_TRIGGER_WRITE, PPC_BREAKPOINT_TRIGGER_RW,
6225 PPC_BREAKPOINT_MODE_EXACT PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE,
6226 PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE, PPC_BREAKPOINT_MODE_MASK,
6227 PPC_BREAKPOINT_CONDITION_NONE, PPC_BREAKPOINT_CONDITION_AND,
6228 PPC_BREAKPOINT_CONDITION_EXACT, PPC_BREAKPOINT_CONDITION_OR,
6229 PPC_BREAKPOINT_CONDITION_AND_OR, PPC_BREAKPOINT_CONDITION_BE_ALL,
6230 PPC_BREAKPOINT_CONDITION_BE_SHIFT, PPC_BREAKPOINT_CONDITION_BE):
6231 Define, in case <ptrace.h> doesn't provide it.
6232 (booke_debug_info): New variable.
6233 (max_slots_number): Ditto.
6234 (hw_break_tuple): New struct.
6235 (thread_points): Ditto.
6236 (ppc_threads): New variable.
6237 (PPC_DEBUG_CURRENT_VERSION): New define.
6238 (have_ptrace_new_debug_booke): New function.
6239 (ppc_linux_check_watch_resources): Renamed to ...
6240 (ppc_linux_can_use_hw_breakpoint): ... this. Handle BookE processors.
6241 (ppc_linux_region_ok_for_hw_watchpoint): Handle BookE processors.
6242 (booke_cmp_hw_point): New function.
6243 (booke_find_thread_points_by_tid): Ditto.
6244 (booke_insert_point): Ditto.
6245 (booke_remove_point): Ditto.
6246 (ppc_linux_insert_hw_breakpoint): Ditto.
6247 (ppc_linux_remove_hw_breakpoint): Ditto.
6248 (get_trigger_type): Ditto.
6249 (ppc_linux_insert_watchpoint): Handle BookE processors.
6250 (ppc_linux_remove_watchpoint): Ditto.
6251 (ppc_linux_new_thread): Ditto.
6252 (ppc_linux_thread_exit): New function..
6253 (ppc_linux_stopped_data_address): Handle BookE processors.
6254 (ppc_linux_watchpoint_addr_within_range): Ditto.
6255 (_initialize_ppc_linux_nat): Initialize to_insert_hw_breakpoint and
6256 to_remove_hw_breakpoint fields of the target operations struct.
6257 Add observe for the thread_exit event.
6258
6259 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
6260
6261 * i386-linux-nat.c (regmap): Removed.
6262 (fetch_register): Replace regmap with
6263 i386_linux_gregset_reg_offset.
6264 (store_register): Likewise.
6265 (supply_gregset): Likewise.
6266 (fill_gregset): Likewise.
6267
6268 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): Make it
6269 global.
6270
6271 * i386-linux-tdep.h (i386_linux_gregset_reg_offset): New.
6272
6273 2010-04-22 Chris Moller <cmoller@redhat.com>
6274
6275 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
6276 method of popping recursion-detection stack with a method based on
6277 obstack_object_size(). (Similar to the PR9167 patch below, but for
6278 the static array obstack rather than the static member obstack.)
6279
6280 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
6281
6282 * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed.
6283 (_initialize_amd64_linux_nat): Replace
6284 amd64_linux_gregset64_reg_offset with
6285 amd64_linux_gregset_reg_offset.
6286
6287 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Make it
6288 global.
6289
6290 * amd64-tdep.h (amd64_linux_gregset_reg_offset): New.
6291
6292 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6293
6294 PR stabs/11479.
6295 * stabsread.c (set_length_in_type_chain): New function.
6296 (read_struct_type): Call set_length_in_type_chain function.
6297 (read_enum_type): Idem.
6298
6299 2010-04-21 Stan Shebs <stan@codesourcery.com>
6300 Nathan Sidwell <nathan@codesourcery.com>
6301
6302 * tracepoint.c (trace_save): Open in binary mode.
6303
6304 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6305
6306 * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
6307 fields.
6308 * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
6309 builtin_char32 fields.
6310 * printcmd.c (decode_format): Set char size to '\0'
6311 for strings unless explicit size is given.
6312 (print_formatted): Correct calculation of NEXT_ADDRESS
6313 for 16 or 32 bit strings.
6314 (do_examine): Do not force byte size for strings.
6315 Use builtin_char16 and builtin_char32 types to display
6316 16 or 32 bit-wide strings.
6317 (x_command): Set LAST_SIZE to 'b' for string type.
6318
6319 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
6320
6321 PR corefiles/11523
6322 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6323 XCR0 first.
6324
6325 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Return 0 if
6326 there is no .reg-xstate section.
6327 (i386_linux_core_read_description): Check XCR0 first.
6328
6329 2010-04-21 Mike Frysinger <vapier@gentoo.org>
6330
6331 * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert ()
6332 for len <= 8.
6333
6334 2010-04-21 Chris Moller <cmoller@redhat.com>
6335
6336 PR 9167
6337 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
6338 method of popping recursion-detection stack with a method based on
6339 obstack_object_size().
6340
6341 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6342
6343 PR pascal/11492.
6344 * p-valprint.c (pascal_val_print): Fix default printing of integer
6345 arrays.
6346
6347 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6348
6349 Fix compilation warning on gcc-4.1.2.
6350 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Initialize
6351 local variable`pc' to zero.
6352
6353 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6354
6355 Implement thread support with core files on alpha-tru64.
6356 * dec-thread.c (dec_thread_find_new_threads): New function,
6357 extracted from resync_thread_list.
6358 (resync_thread_list): Add OPS parameter. Replace extracted-out
6359 code by call to dec_thread_find_new_threads.
6360 (dec_thread_wait): Update call to resync_thread_list.
6361 (init_dec_thread_ops): Set dec_thread_ops.to_find_new_threads.
6362
6363 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6364
6365 * ada-lang.c (value_pointer): New function.
6366 (make_array_descriptor): Call value_pointer to convert addresses to
6367 pointers.
6368
6369 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6370
6371 * rs6000-aix-tdep.c: #include exceptions.h.
6372 (rs6000_convert_from_func_ptr_addr): If an exception is thrown
6373 while reading the memory at ADDR, then ADDR cannot be a function
6374 descriptor.
6375
6376 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6377
6378 * ada-typeprint.c (ada_print_typedef): New function.
6379 * ada-lang.h (ada_print_typedef): Add declaration.
6380 * ada-lang.c (ada_language_defn): set la_print_typdef field
6381 to ada_print_typedef.
6382
6383 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6384
6385 * procfs.c (procfs_address_to_host_pointer): Only define when used.
6386
6387 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6388
6389 * procfs.c (iterate_over_mappings_cb_ftype): New typedef.
6390 (iterate_over_mappings): Adjust function profile. Add declaration.
6391 (insert_dbx_link_bpt_in_region, info_mappings_callback):
6392 Adjust accordingly.
6393
6394 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6395
6396 * procfs.c (solib_mappings_callback): Move function up to avoid
6397 a compiler warning.
6398
6399 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6400
6401 * procfs.c (find_signalled_thread, find_stop_signal): Move
6402 these functions down to define them only when used.
6403
6404 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6405
6406 * valprint.c (common_val_print): Fix the value before extracting
6407 its contents.
6408 * ada-lang.c (ada_to_fixed_value): Make this function extern.
6409 * ada-lang.h (ada_to_fixed_value): New function declaration.
6410 * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
6411 to avoid code duplication and fix a bug in the handling of
6412 fixed types contents.
6413
6414 2010-04-20 Tom Tromey <tromey@redhat.com>
6415
6416 * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
6417 (read_partial_die): Likewise.
6418 (dwarf_attr_name): Likewise.
6419
6420 2010-04-20 Chris Moller <cmoller@redhat.com>
6421
6422 PR 10867
6423
6424 * cp-valprint.c (global): Adding new static array recursion
6425 detection obstack.
6426 (cp_print_value_fields, cp_print_static_field): Added new static
6427 array recursion detection code.
6428
6429 2010-04-20 Mark Kettenis <kettenis@gnu.org>
6430
6431 * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
6432 general-purpose register set should be 68 instead of 144.
6433 (i386_linux_sse_regset_sections): Likewise.
6434 (i386_linux_avx_regset_sections): Likewise.
6435
6436 2010-04-20 Stan Shebs <stan@codesourcery.com>
6437 Nathan Sidwell <nathan@codesourcery.com>
6438
6439 * dwarf2loc.c (struct axs_var_loc): New struct.
6440 (dwarf2_tracepoint_var_loc): New function.
6441 (dwarf2_tracepoint_var_access): New function.
6442 (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
6443 with DW_OP_piece.
6444 (locexpr_describe_location_piece): New function.
6445 (locexpr_describe_location_1): New function.
6446 (locexpr_describe_location): Call it, update signature.
6447 (loclist_describe_location): Rewrite to loop over locations,
6448 update signature.
6449 * symtab.h (struct symbol_computed_ops): Add address to
6450 describe_location arguments, return void.
6451 * printcmd.c (address_info): Get context PC, pass to computed
6452 location description.
6453 * tracepoint.c (scope_info): Ditto.
6454 * ax-gdb.c (trace_kludge): Export.
6455
6456 2010-04-20 Tom Tromey <tromey@redhat.com>
6457
6458 * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
6459 (struct dwarf2_cie) <segment_size>: New field.
6460 * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
6461 (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
6462 DW_FORM_exprloc.
6463 (read_attribute_value): Handle DW_FORM_flag_present,
6464 DW_FORM_sec_offset, DW_FORM_exprloc.
6465 (dump_die_shallow): Likewise.
6466 (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
6467 (dwarf2_const_value): Handle DW_FORM_exprloc.
6468 (attr_form_is_block): Likewise.
6469 (struct line_header) <maximum_ops_per_instruction>: New field.
6470 (dwarf_decode_line_header): Set new field.
6471 (dwarf_decode_lines): Handle new field.
6472
6473 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6474
6475 * f-exp.y: Add new production to recognize the `logical*8' type.
6476 (LOGICAL_S8_KEYWORD): New token.
6477 * f-lang.c (enum f_primitive_types)
6478 <f_primitive_type_logical_s8>: New field.
6479 (f_language_arch_info): Handling `logical*8' type.
6480 (build_fortran_types): Building `logical*8' type.
6481 * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
6482
6483 2010-04-19 Doug Evans <dje@google.com>
6484
6485 * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
6486 * ser-pipe.c (pipe_open): Fix file descriptor leaks.
6487 (pipe_close): Ditto.
6488
6489 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6490
6491 * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
6492
6493 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6494
6495 * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
6496 type to void function.
6497
6498 2010-04-19 Stan Shebs <stan@codesourcery.com>
6499 Vladimir Prus <vladimir@codesourcery.com>
6500
6501 * tracepoint.c (tfind_1): Add missing newline, report exit from
6502 tfind mode as such.
6503 * target.c (update_current_target): Make default
6504 to_trace_find return -1.
6505
6506 2010-04-19 Mike Frysinger <vapier@gentoo.org>
6507
6508 * objc-lang.c (find_methods): Move symname check up.
6509
6510 2010-04-19 Pedro Alves <pedro@codesourcery.com>
6511
6512 * ada-lang.c (print_recreate_exception)
6513 <ex_catch_exception_unhandled>: It's "catch exception unhandled",
6514 not "catch unhandled".
6515
6516 2010-04-19 Pedro Alves <pedro@codesourcery.com>
6517
6518 PR breakpoints/8554.
6519
6520 Implement `save-breakpoints'.
6521
6522 * breakpoint.c (save_cmdlist): New.
6523 (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
6524 to save_cmdlist.
6525 (print_recreate_catch_fork): New.
6526 (catch_fork_breakpoint_ops): Install it.
6527 (print_recreate_catch_vfork): New.
6528 (catch_vfork_breakpoint_ops): Install it.
6529 (print_recreate_catch_syscall): New.
6530 (catch_syscall_breakpoint_ops): Install it.
6531 (print_recreate_catch_exec): New.
6532 (catch_exec_breakpoint_ops): Install it.
6533 (print_recreate_exception_catchpoint): New.
6534 (gnu_v3_exception_catchpoint_ops): Install it.
6535 (save_breakpoints): New, based on tracepoint_save_command, but
6536 handle all breakpoint types.
6537 (save_breakpoints_command): New.
6538 (tracepoint_save_command): Rename to...
6539 (save_tracepoints_command): ... this, and reimplement using
6540 save_breakpoints.
6541 (save_command): New.
6542 (_initialize_breakpoints): Install the "save" command prefix.
6543 Install the "save breakpoints" command. Make "save-tracepoints" a
6544 deprecated alias for "save tracepoints".
6545 * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
6546 * ada-lang.c (print_recreate_exception): New.
6547 (print_recreate_catch_exception): New.
6548 (catch_exception_breakpoint_ops): Install it.
6549 (print_recreate_catch_exception_unhandled): New.
6550 (catch_exception_unhandled_breakpoint_ops): Install it.
6551 (print_recreate_catch_assert): New.
6552 (catch_assert_breakpoint_ops): Install it.
6553
6554 * NEWS: Mention the new `save breakpoints' command. Mention the
6555 new `save tracepoints' alias and that `save-tracepoints' is now
6556 deprecated.
6557
6558 2010-04-18 Pedro Alves <pedro@codesourcery.com>
6559
6560 PR tui/9217
6561
6562 * tui/tui-out.c: Include cli-out.h.
6563 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
6564 (tui_begin, tui_end, tui_field_int, tui_field_skip)
6565 (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
6566 (tui_message, tui_wrap_hint, tui_flush): Delete forward
6567 declarations.
6568 (struct ui_out_data): Rename to...
6569 (struct tui_ui_out_data): ... this. Remove `stream' and
6570 `suppress_output' fields, and inherit cli_ui_out_data.
6571 (tui_out_data): New typedef.
6572 (tui_ui_out_impl): Don't initialize fields staticaly.
6573 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
6574 (tui_begin, tui_end): Delete.
6575 (tui_field_int): Adjust to delegate most work to the base type.
6576 (tui_field_skip): Delete.
6577 (tui_field_string, tui_field_fmt): Adjust comment. Adjust to
6578 delegate most work to the base type.
6579 (tui_spaces): Delete.
6580 (tui_text): Adjust to delegate most work to the base type.
6581 (tui_message): Delete.
6582 (tui_wrap_hint): Delete.
6583 (tui_flush): Delete.
6584 (out_field_fmt): Delete.
6585 (field_separator): Delete.
6586 (tui_out_new): Adjust to initialize the base type.
6587 (_initialize_tui_out): Initialize tui_ui_out_impl.
6588 * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
6589 cli_ui_out_data.
6590 (cli_out_data): Adjust.
6591 (cli_ui_out_impl): Make extern.
6592 (cli_table_header, cli_field_int, cli_field_skip): Use
6593 uo_field_string instead of cli_field_string.
6594 (cli_redirect): Adjust to use cli_out_data.
6595 (cli_out_data_ctor): New.
6596 (cli_out_new): Use it.
6597 * cli-out.h (struct ui_file): Remove forward declaration.
6598 (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
6599 (cli_ui_out_impl): Declare.
6600 (cli_out_data_ctor): Declare.
6601 * ui-out.c (struct ui_out) <data>: Change type to void pointer.
6602 (uo_field_string): No longer static.
6603 (ui_out_data): Change return type to void pointer.
6604 (ui_out_new): Change `data' parameter type to void pointer.
6605 * ui-out.h (struct ui_out_data): Don't forward declare.
6606 (ui_out_data): Change return type to void pointer.
6607 (ui_out_new): Change `data' parameter type to void pointer.
6608 (uo_field_string): Declare.
6609
6610 2010-04-17 Pedro Alves <pedro@codesourcery.com>
6611
6612 * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
6613 instead of always false.
6614
6615 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
6616
6617 PR corefiles/11511
6618 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
6619 orig_rax.
6620
6621 2010-04-17 Pedro Alves <pedro@codesourcery.com>
6622
6623 * breakpoint.c (watchpoints_triggered): Use
6624 is_hardware_watchpoint.
6625 (watchpoints_triggered): Ditto.
6626 (bpstat_check_location): Use is_watchpoint and
6627 is_hardware_watchpoint.
6628 (bpstat_check_watchpoint): Use is_watchpoint and
6629 is_hardware_watchpoint.
6630 (bpstat_stop_status): Fix comment.
6631 (user_settable_breakpoint): Use is_watchpoint.
6632 (hw_watchpoint_used_count): Use is_hardware_watchpoint.
6633 (disable_watchpoints_before_interactive_call_start): Use
6634 is_watchpoint.
6635 (enable_watchpoints_after_interactive_call_stop): Use
6636 is_watchpoint.
6637 (clear_command): Use is_watchpoint.
6638 (do_enable_breakpoint): Use is_watchpoint.
6639
6640 2010-04-16 Mike Frysinger <vapier@gentoo.org>
6641
6642 * solib-frv.c (enable_break1_done): Delete.
6643 (enable_break2): Do not check enable_break1_done. Move the
6644 enable_break2_done setting and call to
6645 remove_solib_event_breakpoints() to the end. Return without
6646 warning when the contents of _dl_debug_addr are 0.
6647 (enable_break): Do not set enable_break1_done.
6648 (frv_clear_solib): Likewise.
6649
6650 2010-04-16 Kevin Buettner <kevinb@redhat.com>
6651
6652 * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
6653 instead of an error if no PLT entry is found. Return a
6654 potentially useful result.
6655 (m32c_m16c_pointer_to_address): Add code to search for function
6656 address when no .plt entry is found.
6657
6658 2010-04-16 Stan Shebs <stan@codesourcery.com>
6659
6660 * tracepoint.c (trace_variable_command): Run a cleanup.
6661
6662 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6663
6664 * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
6665
6666 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6667
6668 Support for Windows OS Thread Information Block.
6669 * NEWS: Document new feature.
6670 * remote.c (PACKET_qGetTIBAddr): New enum element.
6671 (remote_get_tib_address): New function.
6672 (init_remote_ops): Set to_get_tib_address field
6673 to remote_get_tib_address.
6674 (_initialize_remote): Add add_packet_config_cmd
6675 for PACKET_qGetTIBAddr.
6676 * target.c (update_current_target): Set default value for
6677 new to_get_tib_address field.
6678 * target.h (target_ops): New field to_get_tib_address.
6679 (target_get_tib_address): New macro.
6680 * windows-nat.c (thread_info): Add thread_local_base field.
6681 (windows_add_thread): Add tlb argument of type 'void *'.
6682 (fake_create_process): Adapt windows_add_thread call.
6683 (get_windows_debug_event): Idem.
6684 (windows_get_tib_address): New function.
6685 (init_windows_ops): Set to_get_tib_address field
6686 to remote_get_tib_address.
6687 (_initialize_windows_nat): Replace info_w32_cmdlist
6688 initialization by a call to init_w32_command_list.
6689 (info_w32_command, info_w32_cmdlist): Removed from here...
6690 to windows-tdep.c file.
6691 * windows-tdep.h (info_w32_cmdlist): Declare.
6692 (init_w32_command_list): New external function
6693 declaration.
6694 * windows-tdep.c: Add several headers.
6695 (info_w32_cmdlist): to here, made global.
6696 (thread_information_32): New struct.
6697 (thread_information_64): New struct.
6698 (TIB_NAME): New char array.
6699 (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
6700 (maint_display_all_tib): New static variable.
6701 (windows_get_tlb_type): New function.
6702 (tlb_value_read, tlb_value_write): New functions.
6703 (tlb_value_funcs): New static struct.
6704 (tlb_make_value): New function.
6705 (display_one_tib): New function.
6706 (display_tib): New function.
6707 (show_maint_show_all_tib):New function.
6708 (info_w32_command): Moved from windows-nat.c.
6709 (init_w32_command_list): New function.
6710 (_initialize_windows_tdep): New function.
6711 New "maint set/show show-all-tib" command
6712 New "$_tlb" internal variable.
6713
6714 2010-04-16 Joel Brobecker <brobecker@adacore.com>
6715
6716 * tui/tui-regs.c (tui_display_register): Add comment about
6717 a couple of casts.
6718 * tui/tui-stack.c (tui_show_locator_content): Ditto.
6719
6720 2010-04-15 Stan Shebs <stan@codesourcery.com>
6721
6722 * frame.c: Include tracepoint.h.
6723 (get_current_frame): Allow a trace frame to be an alternate source
6724 of stack frame data.
6725 * tracepoint.c (tfind_1): Don't try to get current stack frame if
6726 it won't succeed.
6727
6728 2010-04-15 Pedro Alves <pedro@codesourcery.com>
6729
6730 * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
6731 flags.
6732 * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
6733
6734 2010-04-15 Doug Evans <dje@google.com>
6735
6736 * NEWS: Add entry for python program space support.
6737 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
6738 (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
6739 (py-progspace.o): New rule.
6740 * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
6741 function.
6742 (find_pretty_printer_from_progspace): New function.
6743 (find_pretty_printer_from_gdb): New function.
6744 (find_pretty_printer): Rewrite.
6745 * python/py-progspace.c: New file.
6746 * python/python-internal.h (program_space): Add forward decl.
6747 (pspace_to_pspace_object, pspy_get_printers): Declare.
6748 (gdbpy_initialize_pspace): Declare.
6749 * python/python.c: #include "progspace.h".
6750 (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
6751 (_initialize_python): Call gdbpy_initialize_pspace.
6752 (GdbMethods): Add current_progspace, progspaces.
6753
6754 Add -s option to source command.
6755 * NEWS: Document new option.
6756 * cli/cli-cmds.c (find_and_open_script): Add function comment.
6757 Delete from_tty and cleanupp args. Split filep arg into file and
6758 full_pathp. New arg search_path.
6759 (source_script_from_stream): New function.
6760 (source_script_with_search): New function.
6761 (source_script): Rewrite.
6762 (source_command): Parse "-s" option.
6763 (init_cli_cmds): Add "-s" docs to source command help, and reformat.
6764 * python/python.c (source_python_script): Make file arg a const char *.
6765 Don't call fclose, leave for caller.
6766 * python/python.h (source_python_script): Update.
6767
6768 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
6769 Pedro Alves <pedro@codesourcery.com>
6770
6771 Avoid rereading shared libraries that haven't changed.
6772
6773 * solib.c (free_so_symbols): New function, from ...
6774 (free_so): ... here. Call it.
6775 (solib_read_symbols): Don't warn here if symbols have already been
6776 loaded.
6777 (solib_add): Warn here instead, if a pattern was specified.
6778 (reload_shared_libraries_1): New.
6779 (reload_shared_libraries): Rewrite to not fetch the library list.
6780
6781 2010-04-14 Doug Evans <dje@google.com>
6782
6783 * source.c (openp): Strip DOS drive letter if present before
6784 concatenating string to search path.
6785
6786 2010-04-14 Pedro Alves <pedro@codesourcery.com>
6787
6788 * objfiles.h (gdb_bfd_close_or_warn): Declare.
6789 * objfiles.c (gdb_bfd_close_or_warn): New.
6790 * corelow.c: Include objfiles.h
6791 (core_close): Use gdb_bfd_close_or_warn.
6792 * elfread.c (build_id_verify): Ditto.
6793 * exec.c (exec_close, exec_close_1): Ditto.
6794
6795 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
6796 Pedro Alves <pedro@codesourcery.com>
6797
6798 Group errors for many missing shared libraries.
6799
6800 * solist.h (struct so_list): Remove from_tty.
6801 * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
6802 (solib_map_sections): Take so_list argument. Return 0 if we
6803 failed to open a BFD. Add target sections here.
6804 (symbol_add_stub): Delete.
6805 (solib_read_symbols): Inline symbol_add_stub. Use current flags,
6806 not from_tty copied from the so_list. Don't warn a second time
6807 for a missing library.
6808 (update_solib_list): Don't save from_tty. Use TRY_CATCH. Do not
6809 add to the section table here. Print out a single warning for all
6810 missing libraries.
6811 * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
6812 flags.
6813
6814 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
6815
6816 * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
6817 error/warning messages. Capitalize and use complete sentences.
6818 (blpy_block_syms_iternext): Likewise.
6819 * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
6820 * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
6821 (frame_info_to_frame_object, frapy_read_var)
6822 (gdbpy_frame_stop_reason_string): Likewise.
6823 * python/py-lazy-string.c (stpy_convert_to_value)
6824 (gdbpy_create_lazy_string_object): Likewise.
6825 * python/py-objfile.c (objfpy_set_printers): Likewise.
6826 * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
6827 * python/python.c (parameter_to_python): Likewise.
6828 * python/py-type.c (typy_range, typy_target): Likewise.
6829 * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
6830 (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
6831
6832
6833 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
6834
6835 PR python/11381
6836
6837 * python/py-prettyprint.c (pretty_print_one_value): Test for
6838 Py_None.
6839 (print_string_repr): Test for Py_None. Set flags accordingly.
6840 Return value depending on return type.
6841 (print_children): Take a value indicating whether data was printed
6842 before this function was called. Alter output accordingly.
6843 (apply_val_pretty_printer): Capture return value from
6844 print_string_repr and pass to print_children.
6845
6846 2010-04-13 Mark Kettenis <kettenis@gnu.org>
6847
6848 PR corefiles/11481
6849 * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
6850 register note sections.
6851 (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
6852 New variables.
6853 (i386_linux_init_abi): Install list of supported register note
6854 sections that matches the target description.
6855
6856 2010-04-13 Pedro Alves <pedro@codesourcery.com>
6857
6858 * remote.c (remote_get_noisy_reply): Don't error out on empty
6859 replies.
6860 (remote_start_remote): Update and merge tracepoints and trace
6861 state variables as long as the target supports tracepoints.
6862 (remote_trace_init): Fix prototype.
6863 (remote_download_trace_state_variable): Validate reply.
6864 (remote_trace_set_readonly_regions): Fix prototype.
6865 (remote_trace_start): Fix prototype. Check for empty reply.
6866 (remote_get_trace_status): Small cleanup.
6867 (remote_trace_stop): Fix prototype. Check for empty reply.
6868 (remote_trace_find): Check for empty reply.
6869 (remote_save_trace_data): Validate reply.
6870 (remote_set_disconnected_tracing): Check for empty reply, and
6871 validate reply.
6872 (remote_set_circular_trace_buffer): Ditto.
6873
6874 2010-04-13 Pierre Muller <muller@ics.u-strasbg.fr>
6875
6876 Suppress unused value warning during compilation.
6877 * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
6878 calls to void.
6879 * tui/tui-stack.c (tui_show_locator_content): Likewise.
6880
6881 2010-04-12 Stan Shebs <stan@codesourcery.com>
6882
6883 * tracepoint.c (tfile_xfer_partial): Check read result.
6884
6885 2010-04-12 Mike Frysinger <vapier@gentoo.org>
6886
6887 * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
6888 * remote-sim.c (gdbsim_files_info): Likewise.
6889
6890 2010-04-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6891
6892 * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
6893 * arm-linux-nat.c (arm_linux_vfp_register_count): New
6894 variable.
6895 (fetch_vfp_registers): New function to fetch VFP registers.
6896 (store_vfp_registers): New function to store VFP registers.
6897 (arm_linux_fetch_inferior_registers): Add support for VFP
6898 registers.
6899 (arm_linux_store_inferior_registers): Likewise.
6900 (arm_linux_read_description): Likewise.
6901 (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
6902 until we need it.
6903
6904 2010-04-11 H.J. Lu <hongjiu.lu@intel.com>
6905
6906 * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
6907 tdep.
6908 (amd64_collect_xstateregset): Likewise.
6909
6910 2010-04-09 Stan Shebs <stan@codesourcery.com>
6911
6912 * tracepoint.c (trace_status_mi): Report frames created.
6913
6914 * tracepoint.c (trace_dump_command): Include default-collect
6915 expressions.
6916
6917 2010-04-09 Ulrich Weigand <uweigand@de.ibm.com>
6918
6919 * symtab.c (find_function_start_sal): Never return SAL pointing
6920 before function start address, even if line info is missing.
6921
6922 2010-04-09 Pedro Alves <pedro@codesourcery.com>
6923
6924 * NEWS: Mention tracepoints support.
6925
6926 2010-04-09 Pedro Alves <pedro@codesourcery.com>
6927
6928 * tracepoint.c (trace_status_mi): Report disconnected tracing and
6929 circular trace buffer statuses.
6930
6931 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6932
6933 * config/djgpp/fnchange.lst: Fix typo in translations for
6934 symbol-without-target_section.exp and symbol-without-target_section.c.
6935
6936 2010-04-09 Pedro Alves <pedro@codesourcery.com>
6937
6938 * breakpoint.c (condition_command): Pass condition expression to
6939 set_breakpoint_condition stripped from breakpoint number.
6940
6941 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
6942 Thiago Jung Bauermann <bauerman@br.ibm.com>
6943 Tom Tromey <tromey@redhat.com>
6944
6945 * breakpoint.c (condition_command): Simplify. Move condition
6946 setting code to ...
6947 (set_breakpoint_condition): ... here. New function.
6948 * breakpoint.h (set_breakpoint_condition): Declare.
6949 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
6950 (SUBDIR_PYTHON_SRCS): Likewise.
6951 (py-breakpoint.o): New rule.
6952 * python/py-breakpoint.c: New file.
6953 * python/python-internal.h (gdbpy_breakpoints)
6954 (gdbpy_initialize_breakpoints): Declare.
6955 (GDB_PY_SET_HANDLE_EXCEPTION) Define.
6956
6957 2010-04-09 Pedro Alves <pedro@codesourcery.com>
6958
6959 * regformats/regdat.sh: Include server.h. Don't include
6960 regcache.h.
6961
6962 2010-04-08 Stan Shebs <stan@codesourcery.com>
6963 Pedro Alves <pedro@codesourcery.com>
6964
6965 * tracepoint.h (struct trace_status): New fields disconnected_tracing
6966 and circular_buffer.
6967 (disconnect_tracing): Rename from disconnect_or_stop_tracing.
6968 * tracepoint.c (trace_status_command): Display target's status for
6969 disconnected tracing and circular buffer.
6970 (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
6971 query for non-disconnected-tracing case, remove the stop_tracing
6972 call.
6973 (tfile_open): Clear disconnected and circular buffer status.
6974 (trace_save): Save disconnected and circular buffer status.
6975 (parse_trace_status): Parse disconnected and circular buffer status,
6976 also recognize disconnected as a stop reason.
6977 * remote.c (remote_set_disconnected_tracing): Only set
6978 QTDisconnected if the remote end supports disconnected tracing.
6979 Warn otherwise, if trying to enable disconnected tracing.
6980 * infcmd.c (detach_command): Update disconnect_tracing call.
6981 * cli/cli-cmds.c (quit_command): Ditto.
6982
6983 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
6984
6985 * i387-tdep.c (i387_collect_xsave): Replace abort with
6986 internal_error.
6987
6988 2010-04-08 Stan Shebs <stan@codesourcery.com>
6989
6990 * breakpoint.c (default_collect_info): New function.
6991 (breakpoints_info): Call it.
6992 (maintenance_info_breakpoints): Ditto.
6993 (tracepoints_info): Ditto.
6994
6995 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
6996
6997 * i387-tdep.c (i387_collect_xsave): Re-indent.
6998
6999 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
7000
7001 * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
7002 if HAVE_PTRACE_GETFPXREGS is defined.
7003 (i386_linux_read_description): Set have_ptrace_getfpxregs and
7004 have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
7005
7006 * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
7007 (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
7008 if .reg-xfp section doesn't exist.
7009 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
7010
7011 * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
7012
7013 * i386-tdep.c: Include "features/i386/i386-mmx.c".
7014 (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
7015 (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional. Set
7016 xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
7017 (i386_gdbarch_init): Update comments.
7018 (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
7019
7020 * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
7021
7022 * config/djgpp/fnchange.lst: Add i386 MMX XML files.
7023
7024 * features/Makefile (i386/i386-mmx-expedite): New.
7025 (i386/i386-mmx-linux-expedite): Likewise.
7026 ($(outdir)/i386/i386-mmx.dat): Likewise.
7027 ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
7028
7029 * features/i386/i386-mmx-linux.c: New.
7030 * features/i386/i386-mmx-linux.xml: Likewise.
7031 * features/i386/i386-mmx.c: Likewise.
7032 * features/i386/i386-mmx.xml: Likewise.
7033 * regformats/i386/i386-mmx-linux.dat: Likewise.
7034 * regformats/i386/i386-mmx.dat: Likewise.
7035
7036 * features/Makefile (WHICH): Add i386/i386-mmx and
7037 i386/i386-mmx-linux.
7038
7039 2010-04-08 Doug Evans <dje@google.com>
7040
7041 * source.c (openp): Skip $cdir in PATH.
7042
7043 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
7044
7045 PR python/11417
7046 * python/py-lazy-string.c (stpy_convert_to_value): Check for
7047 a NULL address.
7048 (gdbpy_create_lazy_string_object): Allow strings with a NULL
7049 address and a zero length.
7050
7051 2010-04-08 Hui Zhu <teawater@gmail.com>
7052
7053 * i386-tdep.c (i386_process_record): Add support for insn
7054 rdtsc.
7055
7056 2010-04-07 Doug Evans <dje@google.com>
7057
7058 * python/python.c (source_python_script): Use ensure_python_env
7059 to prepare environment for script.
7060
7061 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7062
7063 * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
7064 <sys/uio.h> and "i386-xstate.h".
7065 (PTRACE_GETREGSET): New.
7066 (PTRACE_SETREGSET): Likewise.
7067 (have_ptrace_getregset): Likewise.
7068 (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
7069 registers.
7070 (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
7071 registers.
7072 (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
7073 (amd64_linux_store_inferior_registers): Likewise.
7074 (amd64_linux_read_description): Check and enable AVX target
7075 descriptions.
7076
7077 * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
7078 and "features/i386/amd64-avx-linux.c".
7079 (amd64_linux_regset_sections): New.
7080 (amd64_linux_core_read_description): Check and enable AVX
7081 target description.
7082 (amd64_linux_init_abi): Set xsave_xcr0_offset. Call
7083 set_gdbarch_core_regset_sections.
7084 (_initialize_amd64_linux_tdep): Call
7085 initialize_tdesc_amd64_avx_linux.
7086
7087 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
7088 AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
7089 (tdesc_amd64_avx_linux): New.
7090 (amd64_linux_update_xstateregset): Likewise.
7091
7092 * amd64-tdep.c: Include "features/i386/amd64-avx.c".
7093 (amd64_ymm_names): New.
7094 (amd64_ymmh_names): Likewise.
7095 (amd64_register_name): Likewise.
7096 (amd64_supply_xstateregset): Likewise.
7097 (amd64_collect_xstateregset): Likewise.
7098 (amd64_supply_xsave): Likewise.
7099 (amd64_collect_xsave): Likewise.
7100 (AMD64_NUM_REGS): Removed.
7101 (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
7102 %xmmN if AVX is available.
7103 (amd64_pseudo_register_name): Support pseudo YMM registers.
7104 (amd64_regset_from_core_section): Support .reg-xstate section.
7105 (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
7106 and ymm0h_regnum. Call set_gdbarch_register_name.
7107 (amd64_init_abi): Call initialize_tdesc_amd64_avx.
7108
7109 * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
7110 AMD64_YMM15H_REGNUM.
7111 (AMD64_NUM_REGS): New.
7112 (amd64_supply_xsave): Likewise.
7113 (amd64_collect_xsave): Likewise.
7114 (amd64_register_name): Removed.
7115 (amd64_register_type): Likewise.
7116
7117 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7118
7119 * i387-tdep.c: Include "i386-xstate.h".
7120 (XSAVE_XSTATE_BV_ADDR): New.
7121 (xsave_avxh_offset): Likewise.
7122 (XSAVE_AVXH_ADDR): Likewise.
7123 (i387_supply_xsave): Likewise.
7124 (i387_collect_xsave): Likewise.
7125
7126 * i387-tdep.h (I387_NUM_YMM_REGS): New.
7127 (I387_YMM0H_REGNUM): Likewise.
7128 (I387_YMMENDH_REGNUM): Likewise.
7129 (i387_supply_xsave): Likewise.
7130 (i387_collect_xsave): Likewise.
7131
7132 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7133
7134 * i386-linux-nat.c: Include "regset.h", "elf/common.h",
7135 <sys/uio.h> and "i386-xstate.h".
7136 (PTRACE_GETREGSET): New.
7137 (PTRACE_SETREGSET): Likewise.
7138 (fetch_xstateregs): Likewise.
7139 (store_xstateregs): Likewise.
7140 (GETXSTATEREGS_SUPPLIES): Likewise.
7141 (regmap): Include 8 upper YMM registers.
7142 (i386_linux_fetch_inferior_registers): Support XSAVE extended
7143 state.
7144 (i386_linux_store_inferior_registers): Likewise.
7145 (i386_linux_read_description): Check and enable AVX target
7146 descriptions.
7147
7148 * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
7149 "i386-xstate.h" and "features/i386/i386-avx-linux.c".
7150 (i386_linux_regset_sections): Add ".reg-xstate".
7151 (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
7152 (i386_linux_core_read_xcr0): New.
7153 (i386_linux_core_read_description): Check and enable AVX target
7154 description.
7155 (i386_linux_init_abi): Set xsave_xcr0_offset.
7156 (_initialize_i386_linux_tdep): Call
7157 initialize_tdesc_i386_avx_linux.
7158
7159 * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
7160 I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
7161 (i386_linux_core_read_xcr0): New.
7162 (tdesc_i386_avx_linux): Likewise.
7163 (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
7164
7165 * i386-tdep.c: Include "i386-xstate.h" and
7166 "features/i386/i386-avx.c".
7167 (i386_ymm_names): New.
7168 (i386_ymmh_names): Likewise.
7169 (i386_ymmh_regnum_p): Likewise.
7170 (i386_ymm_regnum_p): Likewise.
7171 (i386_xmm_regnum_p): Likewise.
7172 (i386_register_name): Likewise.
7173 (i386_ymm_type): Likewise.
7174 (i386_supply_xstateregset): Likewise.
7175 (i386_collect_xstateregset): Likewise.
7176 (i386_sse_regnum_p): Removed.
7177 (i386_pseudo_register_name): Support pseudo YMM registers.
7178 (i386_pseudo_register_type): Likewise.
7179 (i386_pseudo_register_read): Likewise.
7180 (i386_pseudo_register_write): Likewise.
7181 (i386_dbx_reg_to_regnum): Return %ymmN register number for
7182 %xmmN if AVX is available.
7183 (i386_regset_from_core_section): Support .reg-xstate section.
7184 (i386_register_reggroup_p): Supper upper YMM and YMM registers.
7185 (i386_process_record): Replace i386_sse_regnum_p with
7186 i386_xmm_regnum_p.
7187 (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
7188 Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
7189 (i386_gdbarch_init): Set xstateregset. Set xsave_xcr0_offset.
7190 Call set_gdbarch_register_name. Replace I386_SSE_NUM_REGS with
7191 I386_AVX_NUM_REGS. Set ymmh_register_names, ymm0h_regnum and
7192 num_ymm_regs. Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
7193 Set ymm0_regnum.
7194 (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
7195
7196 * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
7197 xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
7198 i386_ymm_type.
7199 (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
7200 (I386_AVX_NUM_REGS): New.
7201 (i386_xmm_regnum_p): Likewise.
7202 (i386_ymm_regnum_p): Likewise.
7203 (i386_ymmh_regnum_p): Likewise.
7204
7205 * common/i386-xstate.h: New.
7206
7207 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7208
7209 * config/djgpp/fnchange.lst: Add x86 AVX XML files.
7210
7211 * features/Makefile (WHICH): Add i386/i386-avx,
7212 i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
7213 (i386/i386-avx-expedite): New.
7214 (i386/i386-avx-linux-expedite): Likewise.
7215 (i386/x86-64-avx-expedite):Likewise.
7216 (i386/x86-64-avx-linux-expedite): Likewise.
7217 ($(outdir)/i386/i386-avx.dat): New dependency.
7218 ($(outdir)/i386/i386-avx-linux.dat): Likewise.
7219 ($(outdir)/i386/x86-avx-64.dat): Likewise.
7220 ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
7221
7222 * features/i386/32bit-avx.xml: New.
7223 * features/i386/64bit-avx.xml: Likewise.
7224 * features/i386/i386-avx-linux.c: Likewise.
7225 * features/i386/i386-avx-linux.xml: Likewise.
7226 * features/i386/i386-avx.c: Likewise.
7227 * features/i386/i386-avx.xml: Likewise.
7228 * features/i386/x86-64-avx-linux.c: Likewise.
7229 * features/i386/x86-64-avx-linux.xml: Likewise.
7230 * features/i386/x86-64-avx.c: Likewise.
7231 * features/i386/x86-64-avx.xml: Likewise.
7232 * regformats/i386/i386-avx-linux.dat: Likewise.
7233 * regformats/i386/i386-avx.dat: Likewise.
7234 * regformats/i386/x86-64-avx-linux.dat: Likewise.
7235 * regformats/i386/x86-64-avx.dat: Likewise.
7236
7237 2010-04-07 Doug Evans <dje@google.com>
7238
7239 * top.c (source_file_name): Make const char *.
7240 * top.h (source_file_name): Update.
7241 * cli/cli-script.c (source_cleanup_lines_args): Make old_file
7242 const char *.
7243 (script_from_file): Change `file' arg to const char *.
7244 * cli/cli-script.h (script_from_file): Update.
7245
7246 2010-04-06 Doug Evans <dje@google.com>
7247
7248 * cli/cli-cmds.c (source_command): Run cleanups.
7249
7250 2010-04-06 Stan Shebs <stan@codesourcery.com>
7251
7252 * defs.h (char_ptr): Move typedef here from...
7253 * ada-lang.c (char_ptr): Remove.
7254 * charset.c (char_ptr): Remove.
7255 * tracepoint.h (struct uploaded_string): Remove.
7256 (struct uploaded_tp): Use vectors for string arrays.
7257 * tracepoint.c (trace_save): Use vectors of actions.
7258 (parse_tracepoint_definition): Ditto.
7259 (get_uploaded_tp): Clear vectors.
7260 * breakpoint.c (create_tracepoint_from_upload): Use vectors.
7261 (next_cmd): Change to an int.
7262 (read_next_cmd): Use vector of command strings.
7263
7264 2010-04-06 Doug Evans <dje@google.com>
7265
7266 * top.h (source_script, cd_command): Delete.
7267 * main.c: #include "cli/cli-cmds.h"
7268
7269 2010-04-06 Kevin Buettner <kevinb@redhat.com>
7270
7271 * m32c-tdep.c (make_types): When calling `arch_type', pass size of
7272 type in bytes, not bits.
7273
7274 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
7275
7276 * stabsread.c (define_symbol): Add support for char
7277 and string constants.
7278
7279 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
7280
7281 Remove remaining "%ll" uses.
7282 * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
7283 hex_string call.
7284 * rs6000-nat.c (rs6000_ptrace64): Idem.
7285 * solib-pa64.c (pa64_current_sos): Idem.
7286 * solib-spu.c (spu_current_sos): Idem.
7287 * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
7288 plongest call.
7289 * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
7290 phex (VAR, 8) call.
7291 * sh64-tdep.c (sh64_show_media_regs): Idem.
7292
7293 2010-04-05 Stan Shebs <stan@codesourcery.com>
7294
7295 * tracepoint.c: Include gdbcore.h.
7296 (tfile_xfer_partial): Return partial results, also try reading
7297 from executable.
7298 (tfile_has_all_memory): New function.
7299 (init_tfile_ops): Use it.
7300
7301 2010-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7302
7303 PR gdb/10736:
7304 * xml-syscall.c (my_gdb_datadir): New variable to keep track of
7305 the changes in data-directory.
7306 (init_sysinfo): Reload the syscall XML file if the data-directory
7307 has changed.
7308
7309 2010-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7310
7311 Code cleanup.
7312 * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
7313
7314 2010-04-04 Stan Shebs <stan@codesourcery.com>
7315 Nathan Sidwell <nathan@codesourcery.com>
7316
7317 * breakpoint.c (breakpoint_1): Add filter argument, return number of
7318 breakpoints printed.
7319 (is_hardware_watchpoint): Make argument const.
7320 (is_watchpoint): Ditto.
7321 (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
7322 use it everywhere.
7323 (breakpoints_info): Pass NULL to breakpoint_1.
7324 (maintenance_info_breakpoints): Ditto.
7325 (watchpoints_info): New function.
7326 (tracepoints_info): Use breakpoint_1 filter.
7327 (set_ignore_count): Warn that tracepoint ignore count will be ignored.
7328 (_initialize_breakpoint): Make "info watchpoints" its own command.
7329 * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
7330 * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
7331
7332 2010-04-04 Stan Shebs <stan@codesourcery.com>
7333
7334 * tracepoint.c (tfile_fetch_registers): Add fallback case.
7335
7336 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7337
7338 * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
7339 * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
7340
7341 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7342
7343 * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
7344 * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
7345
7346 2010-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7347
7348 * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
7349 code form.
7350
7351 2010-04-02 Hui Zhu <teawater@gmail.com>
7352
7353 * i386-tdep.c (OT_DQUAD): New enum.
7354 (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
7355 SSE3, SSSE3 and SSE4.
7356
7357 2010-04-02 Hui Zhu <teawater@gmail.com>
7358
7359 * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
7360 "*addr = 0".
7361
7362 2010-04-02 Pedro Alves <pedro@codesourcery.com>
7363
7364 * tracepoint.c (trace_dump_actions): New, factored out from
7365 trace_dump_command, and adjusted to recurse into while-stepping's
7366 action list.
7367 (trace_dump_command): Use it.
7368
7369 2010-04-02 Pedro Alves <pedro@codesourcery.com>
7370
7371 * breakpoint.h (struct counted_command_line): Moved definition to
7372 breakpoint.c, and forward declare.
7373 (breakpoint_commands): Declare.
7374 * breakpoint.c (struct counted_command_line): Moved here.
7375 (breakpoint_commands): New.
7376 * tracepoint.c (encode_actions): Use breakpoint_commands.
7377 * remote.c (remote_download_tracepoint): Ditto.
7378
7379 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
7380
7381 * remote.c (remote_parse_stop_reply): Use hex_string instead
7382 of phex_nz for error.
7383
7384 2010-04-01 Stan Shebs <stan@codesourcery.com>
7385 Nathan Sidwell <nathan@codesourcery.com>
7386
7387 * tracepoint.h (enum actionline_type): Remove.
7388 (validate_actionline): Change return to void.
7389 * tracepoint.c (report_agent_reqs_errors): New function.
7390 (validate_actionline): Call it, change return to void, report errors
7391 more consistently.
7392 (collect_symbol): Call report_agent_reqs_errors.
7393 (encode_actions_1): Ditto.
7394 (encode_actions): Don't expect a result from validate_actionline.
7395
7396 2010-04-01 Stan Shebs <stan@codesourcery.com>
7397
7398 * tracepoint.c (trace_start_command): Confirm if trace is running.
7399 (trace_stop_command): Error if trace not running.
7400
7401 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
7402
7403 * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
7404 (AMD64_NUM_LOWER_BYTE_REGS): New.
7405 (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
7406 (amd64_pseudo_register_write): Likewise.
7407 (amd64_init_abi): Set num_byte_regs to 20.
7408
7409 2010-04-01 Pedro Alves <pedro@codesourcery.com>
7410
7411 * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
7412 (prev_breakpoint_count): New.
7413 (set_breakpoint_count): Adjust.
7414 (rbreak_start_breakpoint_count): New.
7415 (start_rbreak_breakpoints): Adjust.
7416 (end_rbreak_breakpoints): Adjust.
7417 (struct commands_info) <arg>: New field.
7418 (do_map_commands_command): Tweak output to include breakpoint spec
7419 range.
7420 (commands_command_1): Adjust. Avoid setting an xfree cleanup if
7421 ARG was empty on entry. Set INFO's arg.
7422 (create_breakpoint): Adjust.
7423
7424 * NEWS: Clarify `commands' changes.
7425
7426 2010-04-01 Pedro Alves <pedro@codesourcery.com>
7427
7428 * tracepoint.c: Include stack.h.
7429 (struct add_local_symbols_data): New.
7430 (do_collect_symbol): New.
7431 (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
7432 iterate_over_block_local_vars.
7433 * stack.c (print_block_frame_locals): Rewrite as ...
7434 (iterate_over_block_locals): ... this. Take a callback function
7435 pointer and generic data pointer, and call that instead of
7436 print_variable_and_value.
7437 (struct print_variable_and_value_data): New.
7438 (do_print_variable_and_value): New.
7439 (iterate_over_block_local_vars): New, abstracted out from
7440 print_frame_local_vars.
7441 (print_frame_local_vars): Rewrite using
7442 iterate_over_block_local_vars.
7443 (iterate_over_block_arg_vars): New, abstracted out from
7444 print_frame_arg_vars.
7445 (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
7446 * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
7447 (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
7448
7449 2010-03-31 Richard Earnshaw <rearnsha@arm.com>
7450
7451 * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
7452 instructions. Use the PC+4 if the base of the TBB or TBH is the
7453 PC register.
7454
7455 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
7456
7457 Fix crash on reading wrong function declaration DWARF.
7458 * dwarf2read.c (read_subroutine_type): New variable void_type.
7459 Pre-fill all TYPE_FIELD_TYPEs. Move nparams and iparams initialization
7460 more close to their use.
7461
7462 2010-03-31 Stan Shebs <stan@codesourcery.com>
7463
7464 * breakpoint.c (tracepoint_save_command): Include variables,
7465 conditionals, tracepoint types, and default-collect.
7466 * tracepoint.c (save_trace_state_variables): New function.
7467 * tracepoint.h (save_trace_state_variables): Declare it.
7468
7469 2010-03-31 Pierre Muller <muller@ics.u-strasbg.fr>
7470
7471 * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
7472
7473 2010-03-30 Keith Seitz <keiths@redhat.com>
7474
7475 * c-typeprint.c (c_type_print_args): Don't print "void"
7476 for java, regardless of whether it is TYPE_PROTOTYPED.
7477 Use the passed-in language instead of current_language.
7478 (c_type_print_varspec_suffix): Use current_language instead
7479 of assuming language_c.
7480 * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
7481 any return type specifier from the physname.
7482
7483 2010-03-30 Pedro Alves <pedro@codesourcery.com>
7484
7485 * tui/tui-interp.c (tui_is_toplevel): New.
7486 (tui_init): Set it.
7487 (tui_allowed_p): New.
7488 * tui/tui.c (tui_enable): Check if the TUI is allowed before
7489 enabling it.
7490 * tui/tui.h (tui_allowed_p): Declare.
7491
7492 2010-03-30 Ozkan Sezer <sezeroz@gmail.com>
7493
7494 * serial.h: Include winsock2.h before windows.h.
7495
7496 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
7497
7498 * NEWS: Mention xmlRegisters= in qSupported packet.
7499
7500 * i386-tdep.c: Include "remote.h".
7501 (_initialize_i386_tdep): Call register_remote_support_xml.
7502
7503 * remote.c (remote_support_xml): New.
7504 (register_remote_support_xml): Likewise.
7505 (remote_query_supported_append): Likewise.
7506 (remote_query_supported): Support remote_support_xml.
7507
7508 * remote.h (register_remote_support_xml): New.
7509
7510 2010-03-29 Stan Shebs <stan@codesourcery.com>
7511
7512 * tracepoint.c (trace_find_line_command): Remove dead code.
7513
7514 * tracepoint.h (struct uploaded_string): New struct.
7515 (struct uploaded_tp): New fields for source strings.
7516 * breakpoint.c (this_utp, next_cmd): New globals.
7517 (read_uploaded_action): New function.
7518 (create_tracepoint_from_upload): Fill in more parts
7519 of a tracepoint.
7520 * tracepoint.c (encode_source_string): New function.
7521 (trace_save): Write out source strings, fix error checks.
7522 (parse_tracepoint_definition): Add source string parsing.
7523 * remote.c (PACKET_TracepointSource): New packet type.
7524 (remote_download_command_source): New function.
7525 (remote_download_tracepoint): Download source pieces also.
7526 (_initialize_remote): Add packet config command.
7527
7528 * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
7529 expression handler.
7530
7531 * tracepoint.c (start_tracing): Check tracepoints before sending
7532 commands to target, don't start if all tracepoints disabled.
7533
7534 2010-03-28 Pedro Alves <pedro@codesourcery.com>
7535
7536 * cli/cli-script.c (process_next_line): Handle 'stepping'.
7537
7538 2010-03-26 Stan Shebs <stan@codesourcery.com>
7539
7540 * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
7541
7542 2010-03-26 Tom Tromey <tromey@redhat.com>
7543
7544 * breakpoint.c (commands_command_1): Duplicate 'arg'.
7545
7546 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7547
7548 * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
7549 (skip_prologue_sal): Remove local definition.
7550 (resolve_sal_pc): Remove now unnecessary code.
7551 * linespec.c (minsym_found): Call skip_prologue_sal.
7552 * symtab.c (find_function_start_pc): Remove.
7553 (find_function_start_sal): Extract prologue skipping into ...
7554 (skip_prologue_sal): ... this new function. Handle code both
7555 with and without debug info. Respect SAL's explicit_pc and
7556 explicit_line flags. Inline old find_function_start_pc.
7557 * symtab.h (find_function_start_pc): Remove.
7558 (skip_prologue_sal): Add prototype.
7559
7560 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7561
7562 * dwarf2read.c (read_func_scope): Also scan specification DIEs
7563 for DW_TAG_imported_module children.
7564
7565 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7566
7567 * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
7568 ignoring spurious DW_AT_name attributes for unnamed structs or unions.
7569 * completer.c (add_struct_fields): Fix inverted logic.
7570
7571 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7572
7573 * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
7574
7575 2010-03-26 Pedro Alves <pedro@codesourcery.com>
7576
7577 * tracepoint.c (current_trace_status): Don't make sure error_desc
7578 is non-NULL here.
7579 (parse_trace_status): Release a previous error_desc string, and
7580 set it to NULL by default. If stop reason is tracepoint_error,
7581 make sure error_desc is not left NULL.
7582
7583 2010-03-26 Pedro Alves <pedro@codesourcery.com>
7584
7585 * tracepoint.c (trace_save): Remove X from tracepoint error
7586 description.
7587
7588 2010-03-26 Pedro Alves <pedro@codesourcery.com>
7589
7590 * tracepoint.c (parse_trace_status): Don't allow plain strings in
7591 the terror description. Don't expect an X prefix.
7592
7593 2010-03-25 Stan Shebs <stan@codesourcery.com>
7594
7595 * tracepoint.h (trace_stop_reason): Add tracepoint_error.
7596 (struct trace_status): New field error_desc.
7597 * tracepoint.c (stop_reason_names): Add terror.
7598 (current_trace_status): Ensure non-NULL error description.
7599 (trace_status_command): Add error report.
7600 (trace_status_mi): Ditto.
7601 (trace_save): Add special case for error description.
7602 (parse_trace_status): Add case for errors.
7603
7604 2010-03-25 Keith Seitz <keiths@redhat.com>
7605
7606 * dwarf2read.c (read_subroutine_type): If the compilation unit
7607 language is Java, mark any formal parameter named "this" as
7608 artificial (GCC/43521).
7609 (dwarf2_name): Add special handling for Java constructors.
7610
7611 2010-03-25 Tom Tromey <tromey@redhat.com>
7612
7613 PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
7614 * infrun.c (handle_inferior_event): Change initialization of
7615 stop_stack_dummy.
7616 (handle_inferior_event): Change assignment to stop_stack_dummy.
7617 (normal_stop): Update use of stop_stack_dummy.
7618 (struct inferior_status) <stop_stack_dummy>: Change type.
7619 * inferior.h (stop_stack_dummy): Update.
7620 * infcmd.c (stop_stack_dummy): Change type.
7621 * infcall.c (cleanup_delete_std_terminate_breakpoint): New
7622 function.
7623 (call_function_by_hand): Call set_std_terminate_breakpoint.
7624 Rewrite std::terminate handling.
7625 * breakpoint.h (enum bptype) <bp_std_terminate,
7626 bp_std_terminate_master>: New.
7627 (enum stop_stack_kind): New.
7628 (struct bpstat_what) <call_dummy>: Change type.
7629 (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
7630 Declare.
7631 * breakpoint.c (create_std_terminate_master_breakpoint): New
7632 function.
7633 (update_breakpoints_after_exec): Handle bp_std_terminate_master.
7634 Call create_std_terminate_master_breakpoint.
7635 (print_it_typical): Handle new breakpoint kinds.
7636 (bpstat_stop_status): Handle bp_std_terminate_master.
7637 (bpstat_what): Correctly set call_dummy field. Handle
7638 bp_std_terminate_master and bp_std_terminate.
7639 (print_one_breakpoint_location): Update.
7640 (allocate_bp_location): Update.
7641 (set_std_terminate_breakpoint): New function.
7642 (delete_std_terminate_breakpoint): Likewise.
7643 (create_thread_event_breakpoint): Update.
7644 (delete_command): Update.
7645 (breakpoint_re_set_one): Update.
7646 (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
7647
7648 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7649
7650 * symfile.c (build_section_addr_info_from_bfd): New.
7651 (build_section_addr_info_from_objfile): Base it on
7652 build_section_addr_info_from_bfd.
7653 (addrs_section_compar, addrs_section_sort): New.
7654 (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
7655 addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs. Build
7656 addrs_to_abfd_addrs. Use it for recalculating ADDRS.
7657
7658 2010-03-24 Michael Snyder <msnyder@localhost.localdomain>
7659
7660 * elfread.c (find_separate_debug_file_by_buildid):
7661 Remove unused local variable.
7662
7663 2010-03-24 Tom Tromey <tromey@redhat.com>
7664
7665 PR breakpoints/9352:
7666 * NEWS: Mention changes to `commands' and `rbreak'.
7667 * symtab.c (do_end_rbreak_breakpoints): New function.
7668 (rbreak_command): Call start_rbreak_breakpoints; arrange to call
7669 end_rbreak_breakpoints.
7670 * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
7671 (set_breakpoint_count): Likewise. Clear last_was_multi.
7672 (multi_start, multi_end, last_was_multi): New globals.
7673 (start_rbreak_breakpoints, end_rbreak_breakpoints): New
7674 functions.
7675 (struct commands_info): New
7676 (do_map_commands_command): New function.
7677 (commands_command_1): New function.
7678 (commands_command): Use it.
7679 (commands_from_control_command): Likewise.
7680 (do_delete_breakpoint): New function.
7681 (delete_command): Use it.
7682 (map_breakpoint_numbers): Add 'data' argument. Pass to callback.
7683 (do_map_disable_breakpoint): New function.
7684 (disable_command): Use it.
7685 (do_map_enable_breakpoint): New function.
7686 (enable_command): Use it.
7687 (enable_once_breakpoint): Add argument.
7688 (enable_once_command): Update.
7689 (enable_delete_breakpoint): Add argument.
7690 (enable_delete_command): Update.
7691 (break_command_really): Set last_was_multi when needed.
7692 (check_tracepoint_command): Fix formatting.
7693 (validate_commands_for_breakpoint): New function.
7694 (breakpoint_set_commands): Use it.
7695 (tracepoint_save_command): Update.
7696 * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
7697 Declare.
7698
7699 2010-03-24 Tom Tromey <tromey@redhat.com>
7700
7701 * breakpoint.h (struct counted_command_line): New struct.
7702 (struct breakpoint) <commands>: Change type.
7703 (struct bpstats) <commands>: Change type.
7704 <commands_left>: New field.
7705 * breakpoint.c (alloc_counted_command_line): New function.
7706 (incref_counted_command_line): Likewise.
7707 (decref_counted_command_line): Likewise.
7708 (do_cleanup_counted_command_line): Likewise.
7709 (make_cleanup_decref_counted_command_line): Likewise.
7710 (breakpoint_set_commands): Use decref_counted_command_line and
7711 alloc_counted_command_line.
7712 (commands_command): Don't error if breakpoint commands are
7713 executing.
7714 (commands_from_control_command): Likewise.
7715 (bpstat_free): Update.
7716 (bpstat_copy): Likewise.
7717 (bpstat_clear_actions): Likewise.
7718 (bpstat_do_actions_1): Likewise.
7719 (bpstat_stop_status): Likewise.
7720 (print_one_breakpoint_location): Likewise.
7721 (delete_breakpoint): Likewise.
7722 (bpstat_alloc): Initialize new field.
7723 (tracepoint_save_command): Update.
7724 * tracepoint.c (encode_actions): Update.
7725 (trace_dump_command): Update.
7726
7727 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
7728
7729 * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
7730 * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
7731 (read_structure_type): For RealView, set TYPE_STUB on structures with
7732 no byte size and no children.
7733 (read_subroutine_type): Mark functions as prototyped by default.
7734 * symtab.c (producer_is_realview): New function.
7735 * symtab.h (expand_line_sal): Fix declaration formatting.
7736 (producer_is_realview): Declare.
7737
7738 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
7739
7740 * arm-tdep.c (skip_prologue_function): New function.
7741 (submask, bit, bits, sbits, BranchDest): Move higher in the file.
7742 (thumb_analyze_prologue): Document return value. Recognize more
7743 Thumb instructions, skippable calls, and some Thumb-2 instructions.
7744 Add debug output.
7745 (arm_skip_prologue): Remove call dummy check. Check the prologue
7746 for non-GNU compilers.
7747 (arm_instruction_changes_pc): New function.
7748 (arm_analyze_prologue): New function, broken out from
7749 arm_scan_prologue. Recognize more ARM instructions and skippable
7750 calls. Update comments. Handle NULL cache. Return the address
7751 of the first unrecognized instruction. Do not skip past other
7752 instructions which change control flow. Add debug output.
7753 (arm_scan_prologue): Use arm_analyze_prologue.
7754 (ARM_PC_32): Delete.
7755 (shifted_reg_val): Simplify ARM_PC_32 check.
7756
7757 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7758
7759 * tracepoint.c (tvariables_info_1): Actually compute
7760 the number of rows in the result.
7761
7762 2010-03-24 Pedro Alves <pedro@codesourcery.com>
7763
7764 * remote.c (crc32): Constify `buf' parameter.
7765 (remote_verify_memory): New, abstracted out from...
7766 (compare_sections_command): ... this. Remove hardcoded target
7767 checks.
7768 (init_remote_ops): Install remote_verify_memory.
7769 * target.c (target_verify_memory): New.
7770 * target.h (struct target_ops) <to_verify_memory>: New field.
7771 (target_verify_memory): Declare.
7772
7773 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7774
7775 Implement -trace-save.
7776
7777 * mi-cmds.h (mi_cmds_trace_save): Declare.
7778 * mi-cmds.c (mi_cmds): Register -trace-save.
7779 * mi/mi-main.c (mi_cmd_trace_save): New.
7780 * remote.c (remote_save_trace_data): Take const parameter.
7781 * target.h (struct target_ops::to_save_trace_data): Take
7782 const parameter.
7783 * target.c (update_current_target): Adjust to the above.
7784 * tracepoint.c (trave_save): New, extracted from
7785 (trace_save_command): ...this.
7786 (tfile_trace_find): Remove message that is unnecessary now
7787 that 'tfind' reports found frame.
7788 * tracepoint.h (trace_save): Declare.
7789
7790 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7791
7792 Implement -trace-find.
7793
7794 * mi/mi-cmds.c (mi_cmds): Register -trace-find.
7795 * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
7796 * mi/mi-main.c (mi_cmd_trace_find): New.
7797 * target.h (struct target_ops): Document to_trace_find.
7798 * tracepoint.h (tfind_1): Declare.
7799 * tracepoint.c (finish_tfind_command): Rename to...
7800 (tfind_1): ...this.
7801 * remote.c (remote_trace_find): Return -1 if target say
7802 there's no frame. Improve error diagnostics.
7803
7804 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7805
7806 -trace-define-variable and -trace-list-variables.
7807
7808 * tracepoint.c (create_trace_state_variable): Make
7809 private copy of name, as opposed to assuming the
7810 pointer lives forever.
7811 (tvariables_info_1): New.
7812 (tvariables_info): Use the above.
7813 * tracepoint.h (create_trace_state_variable, tvariables_info_1):
7814 Declare.
7815 * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
7816 and -trace-list-variables.
7817 * mi/mi-cmds.h (mi_cmd_trace_define_variable)
7818 (mi_cmd_trace_list_variables): New.
7819 * mi/mi-main.c (mi_cmd_trace_define_variable)
7820 (mi_cmd_trace_list_variables): New.
7821
7822 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7823
7824 Implement -break-passcount.
7825
7826 * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
7827 * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
7828 * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
7829
7830 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7831
7832 -trace-start/-trace-end/-trace-status.
7833
7834 * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
7835 and -trace-stop.
7836 * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
7837 (mi_cmd_trace_stop): Declare.
7838 * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
7839 (mi_cmd_trace_stop): New.
7840 * tracepoint.c (start_tracing): New, extracted from...
7841 (trace_start_command): ...this.
7842 (trace_status_mi): New.
7843 * tracepoint.h (struct trace_status): Document
7844 stopping_tracepoint.
7845 (start_tracing, stop_tracing, trace_status_mi): Declare.
7846
7847 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7848
7849 Implement creating tracepoints with -break-insert.
7850
7851 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
7852 to mean that tracepoint should be created.
7853
7854 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7855
7856 * breakpoint.c (check_no_tracepoint_commands): Use
7857 current spelling of 'teval'.
7858
7859 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7860
7861 Unify actions and commands
7862
7863 * defs.h (read_command_lines, read_command_lines_1): New
7864 parameters validator and closure.
7865 * tracepoint.h (struct action_line): Remove.
7866 * breakpoint.h (struct breakpoint): Remove the 'actions'
7867 field.
7868 * defs.h (enum command_control_type): New value
7869 while_stepping_control.
7870 (struct command_line): Add comments.
7871 * breakpoint.c (breakoint_is_tracepoint): New.
7872 (breakpoint_set_commands): For tracepoints,
7873 verify the commands are permissible.
7874 (check_tracepoint_commands): New.
7875 (commands_command): Require that each new line is validated using
7876 check_tracepoint_command, if we set commands for a tracepoint.
7877 (create_tracepoint_from_upload): Likewise.
7878 (print_one_breakpoint_location): Remove the code to print
7879 actions specifically.
7880 (tracepoint_save_command): Relay to print_command_lines.
7881 * cli/cli-script.c (process_next_line): New parameters validator
7882 and closure. Handle 'while-stepping'. Call validator if not null.
7883 (read_command_lines, read_command_lines1): Likewise.
7884 (recurse_read_control_structure): New parameters validator and
7885 closure. Handle while_stepping_control.
7886 (print_command_lines): Handle while-stepping.
7887 (get_command_line, define_command, document_command): Adjust.
7888 * remote.c (remote_download_tracepoint): Adjust.
7889 * tracepoint.c (make_cleanup_free_actions, read_actions)
7890 (free_actions, do_free_actions_cleanup): Remove.
7891 (trace_actions_command): Use read_command_lines.
7892 (validate_actionline): Use error in one place.
7893 (encode_actions_1): New, extracted from...
7894 (encode_actions): ...this. Also use cleanups for exception
7895 safety.
7896 (trace_dump_command): Adjust.
7897 * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
7898 it's tracepoint.
7899
7900 2010-03-23 Mike Frysinger <vapier@gentoo.org>
7901
7902 * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
7903
7904 2010-03-22 Stan Shebs <stan@codesourcery.com>
7905
7906 * value.c (value_static_field): Be lazy about the field's value.
7907
7908 2010-03-22 Reid Kleckner <reid@kleckner.net>
7909
7910 PR gdb/11094
7911 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
7912 bp_jit_event.
7913 (disable_breakpoints_in_shlibs): Likewise.
7914
7915 2010-03-22 Ulrich Weigand <uweigand@de.ibm.com>
7916
7917 * dwarf2read.c (partial_die_parent_scope): Work around buggy
7918 GCC 4.1 debug info generation (GCC PR c++/28460).
7919 (determine_prefix): Likewise.
7920
7921 2010-03-20 Daniel Jacobowitz <dan@codesourcery.com>
7922
7923 * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
7924 get_current_arch.
7925 * tui/tui-layout.c (extract_display_start_addr): Likewise.
7926
7927 2010-03-19 Stan Shebs <stan@codesourcery.com>
7928
7929 * ax-gdb.c (gen_fetch): Handle bool.
7930 (gen_usual_unary): Ditto.
7931 (gen_cast): Ditto.
7932 (gen_equal): New function.
7933 (gen_less): New function.
7934 (gen_expr_binop_rest): Call them, also return integer type from
7935 logical operations.
7936 (gen_expr): Ditto.
7937
7938 2010-03-19 Tom Tromey <tromey@redhat.com>
7939
7940 * jv-lang.c (jv_dynamics_objfile_data_key)
7941 (jv_type_objfile_data_key): New globals.
7942 (class_symtab): Move earlier.
7943 (jv_per_objfile_free): New function.
7944 (get_dynamics_objfile): Call set_objfile_data. Add 'gdbarch'
7945 parameter.
7946 Remove ancient #if 1.
7947 (add_class_symbol): Remove redundant declaration.
7948 (java_lookup_class): Use alloc_type, not alloc_type_arch.
7949 (java_link_class_type): Mark as static. Update.
7950 (jv_clear_object_type): New function.
7951 (set_java_object_type): Likewise.
7952 (get_java_object_type): Use set_java_object_type.
7953 (is_object_type): Likewise.
7954 (_initialize_java_language): Register new objfile keys.
7955 (get_java_class_symtab): Add 'gdbarch' parameter.
7956 (add_class_symtab_symbol): Update.
7957 (type_from_class): Update.
7958
7959 2010-03-19 Stan Shebs <stan@codesourcery.com>
7960
7961 * ax-general.c (ax_const_l): Fix a sizing bug.
7962
7963 2010-03-18 Joel Brobecker <brobecker@adacore.com>
7964
7965 GDB 7.1 released.
7966
7967 2010-03-18 Stan Shebs <stan@codesourcery.com>
7968 Pedro Alves <pedro@codesourcery.com>
7969
7970 * target.h (struct target_ops): New method
7971 to_set_circular_trace_buffer.
7972 (target_set_circular_trace_buffer): New macro.
7973 * target.c (update_current_target): Add
7974 to_set_circular_trace_buffer, fix to_set_disconnected_tracing
7975 default behavior.
7976 * remote.c (remote_set_circular_trace_buffer): New function.
7977 (init_remote_ops): Add it to vector.
7978 * tracepoint.h (struct trace_status): New field traceframes_created,
7979 change buffer_size and buffer_free to int.
7980 * tracepoint.c (circular_trace_buffer): New global.
7981 (start_tracing): Send values of disconnected tracing and circular
7982 trace buffer settings.
7983 (set_circular_trace_buffer): New function.
7984 (parse_trace_state): Handle total space and frames created.
7985 (trace_status_command): Display total space and total frames
7986 created.
7987 (trace_save): Write out new status values.
7988 (parse_trace_status): Set traceframe_count, traceframes_created,
7989 buffer_free and buffer_size to -1 by default.
7990 (_initialize_tracepoint): New setshow for circular-trace-buffer.
7991 * NEWS: Mention the circular trace buffer option.
7992
7993 2010-03-18 Tom Tromey <tromey@redhat.com>
7994
7995 * infcmd.c (finish_command_continuation): Wrap print_return_value
7996 in TRY_CATCH.
7997
7998 2010-03-18 Joel Brobecker <brobecker@adacore.com>
7999
8000 * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
8001 DIE has a name before creating the associated partial symbol.
8002 (read_func_scope): Emit a complaint if the subprogram does not
8003 have a name or when we can't extract the subprogram PC bounds.
8004
8005 2010-03-18 Ulrich Weigand <uweigand@de.ibm.com>
8006
8007 * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
8008 instead of selected frame architecture.
8009
8010 2010-03-18 Pedro Alves <pedro@codesourcery.com>
8011
8012 * infcmd.c (until_command): Use ERROR_NO_INFERIOR. Ensure there's
8013 a valid selected thread, and that it is not running.
8014 (advance_command): Ditto.
8015 (finish_command): Ditto.
8016
8017 2010-03-17 Stan Shebs <stan@codesourcery.com>
8018
8019 * ax-gdb.c (require_rvalue): Disallow non-scalars.
8020
8021 * infcall.c: Include tracepoint.h.
8022 (call_function_by_hand): Disallow calls in tfind mode.
8023 * infcmd.c: Include tracepoint.h.
8024 (ensure_not_tfind_mode): New function.
8025 (continue_1): Call it.
8026 (step_1) Ditto.
8027 (jump_command): Ditto.
8028 (signal_command): Ditto.
8029 (advance_command): Ditto.
8030 (until_command): Ditto.
8031 (finish_command): Ditto.
8032 * tracepoint.h (disconnect_or_stop_tracing): Declare.
8033
8034 * ax-gdb.h (struct axs_value): New field optimized_out.
8035 (gen_trace_for_var): Add gdbarch argument.
8036 * ax-gdb.c (gen_trace_static_fields): New function.
8037 (gen_traced_pop): Call it, add gdbarch argument.
8038 (gen_trace_for_expr): Update call to it.
8039 (gen_trace_for_var): Ditto, and report optimized-out variables.
8040 (gen_struct_ref_recursive): Check for optimized-out value.
8041 (gen_struct_elt_for_reference): Ditto.
8042 (gen_static_field): Pass gdbarch instead of expression, assume
8043 optimization if field not found.
8044 (gen_var_ref): Set the optimized_out flag.
8045 (gen_expr): Error on optimized-out variable.
8046 * tracepoint.c (collect_symbol): Handle struct-valued vars as
8047 expressions, skip optimized-out variables with computed locations.
8048 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
8049 erroring out if location expression missing.
8050 (loclist_tracepoint_var_ref): Don't error out here.
8051
8052 2010-03-17 Tom Tromey <tromey@redhat.com>
8053
8054 * dwarf2read.c (dwarf2_get_section_info): Handle case where no
8055 DWARF data is available.
8056
8057 2010-03-17 Daniel Jacobowitz <dan@codesourcery.com>
8058
8059 * symfile.c (generic_load): Reset breakpoints after loading.
8060
8061 2010-03-17 Tom Tromey <tromey@redhat.com>
8062
8063 * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
8064
8065 2010-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8066
8067 * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
8068 create_breakpoint call, adjust the parameters.
8069
8070 2010-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8071 Chandru <chandru@in.ibm.com>
8072
8073 * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
8074 * valarith.c (value_subscripted_rvalue): Suppress error if
8075 TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
8076
8077 2010-03-16 Holger Hans Peter Freyther <zecke@selfish.org>
8078
8079 * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
8080
8081 2010-03-16 Joel Brobecker <brobecker@adacore.com>
8082
8083 * ada-tasks.c (task_command_1): Check that the task ptid is valid
8084 before doing the associated thread switch.
8085
8086 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
8087
8088 * MAINTAINERS: Update my email address.
8089
8090 2010-03-16 Vladimir Prus <vladimir@codesourcery.com>
8091
8092 Simplify MI breakpoint setting.
8093
8094 * breakpoint.c (break_command_really): Make nonstatic and
8095 rename to...
8096 (create_breakpoint): ...this. Rename prior function by this name
8097 to...
8098 (create_breakpoint_sal): ...this.
8099 (create_breakpoints): Rename to...
8100 (create_breakpoints_sal): ...this.
8101 (set_breakpoint): Remove.
8102 * breakpoint.h: Adjust to above changes.
8103 * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
8104
8105 2010-03-15 Stan Shebs <stan@codesourcery.com>
8106
8107 * ax-gdb.c: Include cp-support.h.
8108 (find_field): Remove.
8109 (gen_primitive_field): New function.
8110 (gen_struct_ref_recursive): New function.
8111 (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
8112 of find_field.
8113 (gen_static_field): New function.
8114 (gen_struct_elt_for_reference): New.
8115 (gen_namespace_elt): New.
8116 (gen_maybe_namespace_elt): New.
8117 (gen_aggregate_elt_ref): New.
8118 (gen_expr): Add OP_SCOPE, display opcode name in error message.
8119
8120 2010-03-15 Tom Tromey <tromey@redhat.com>
8121
8122 * dwarf2read.c (die_needs_namespace): Also return 0 for
8123 DW_TAG_subprogram.
8124
8125 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
8126
8127 PR c++/7936:
8128 * cp-support.h: Added char *declaration element to using_direct
8129 data struct.
8130 (cp_add_using): Added char *declaration argument.
8131 (cp_add_using_directive): Ditto.
8132 (cp_lookup_symbol_imports): made extern.
8133 * cp-namespace.c: Updated with the above changes.
8134 * dwarf2read.c (read_import_statement): Ditto.
8135 (read_namespace): Ditto.
8136 (read_import_statement): Support import declarations.
8137 * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
8138 declarations.
8139 Added support for 'declaration_only' search.
8140 (cp_lookup_symbol_namespace): Attempt to search for the name as
8141 is before consideration of imports.
8142 * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
8143 search at every block level search.
8144 Now takes language argument.
8145 (lookup_symbol_aux): Updated.
8146
8147 2010-03-15 Tom Tromey <tromey@redhat.com>
8148
8149 * c-exp.y (name_not_typename): Add 'operator' clause.
8150
8151 2010-03-15 Ralf Corsepius <ralf.corsepius@rtems.org> (tiny change)
8152
8153 * configure.ac: Exit if ${gdb_target_obs}" is not set.
8154 * configure: Regenerate.
8155
8156 2010-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8157
8158 * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
8159 and ".sdynbss". Update the comment.
8160
8161 2010-03-15 Jie Zhang <jie@codesourcery.com>
8162
8163 * MAINTAINERS: Update my email address.
8164
8165 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
8166
8167 * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
8168
8169 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
8170
8171 * charset.c [USE_WIN32API]: Include <windows.h>.
8172 (_initialize_charset): Correct type of w32_host_default_charset.
8173
8174 2010-03-14 Pedro Alves <pedro@codesourcery.com>
8175
8176 * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
8177
8178 2010-03-12 Tom Tromey <tromey@redhat.com>
8179
8180 PR c++/9708:
8181 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
8182 in a lexical block does not need a namespace.
8183 (new_symbol) <DW_TAG_variable>: Put extern variables on
8184 list_in_scope in all cases.
8185
8186 2010-03-12 Stan Shebs <stan@codesourcery.com>
8187
8188 * ax-gdb.c (gen_expr): Add shift expressions.
8189 (gen_expr_binop_rest): Ditto.
8190
8191 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
8192
8193 * buildsym.c (finish_block): Reset using_directives pointer
8194 after block initialization.
8195
8196 2010-03-12 H.J. Lu <hongjiu.lu@intel.com>
8197
8198 * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
8199 * i386-tdep.c (i386_word_names): Likewise.
8200
8201 2010-03-12 Pedro Alves <pedro@codesourcery.com>
8202
8203 * target.c (memory_xfer_partial): Don't use the stack cache if
8204 inspecting trace frames.
8205 * tracepoint.c (finish_tfind_command): Invalidate the target
8206 dcache.
8207
8208 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8209
8210 * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
8211 for the PIC displacement, print also the displacement value.
8212 (svr4_exec_displacement): Print DISPLACEMENT if INFO_VERBOSE.
8213
8214 2010-03-10 Kevin Buettner <kevinb@redhat.com>
8215
8216 * remote-mips.c (close_ports, mips_initialize_cleanups)
8217 (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
8218 (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
8219 (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
8220 (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
8221 (pmon_check_entry_address, pmon_check_total, pmon_end_download)
8222 (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
8223 comments describing each of these functions.
8224 (mips_enter_debug, mips_exit_debug, common_open)
8225 (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
8226 blank line after the comment describing the function.
8227
8228 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8229
8230 * solib-svr4.c (svr4_exec_displacement): Return now success, new
8231 parameter displacementp. Update comment.
8232 (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
8233 element exists. Return if svr4_exec_displacement was not successful.
8234 Update comment.
8235
8236 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8237 Daniel Jacobowitz <dan@codesourcery.com>
8238
8239 * solib-svr4.c (read_program_header): Support type == -1 to read
8240 all program headers.
8241 (read_program_headers_from_bfd): New function.
8242 (svr4_static_exec_displacement): Remove and move the comment ...
8243 (svr4_exec_displacement): ... here. Remove variable found. New
8244 variable displacement. Check also DYNAMIC. Verify DISPLACEMENT
8245 alignment for ELF targets. Compare target vs. exec_bfd PHDRs for ELF
8246 targets using read_program_headers_from_bfd. Remove the call of
8247 svr4_static_exec_displacement.
8248
8249 2010-03-10 Tom Tromey <tromey@redhat.com>
8250
8251 * dwarf2read.c (struct pubnames_header): Remove.
8252 (_PUBNAMES_HEADER): Remove.
8253 (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
8254 (struct aranges_header): Remove.
8255 (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
8256 (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
8257 (PUBNAMES_SECTION): Remove.
8258 (ARANGES_SECTION): Remove.
8259 (dwarf2_locate_sections): Don't handle pubnames or aranges.
8260 (dwarf2_build_psymtabs): Remove dead code.
8261 (dwarf2_build_psymtabs_easy): Remove.
8262
8263 2010-03-10 Tom Tromey <tromey@redhat.com>
8264
8265 * elfread.c (elf_symfile_read): Don't call
8266 dwarf2_build_frame_info.
8267 * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
8268 (struct dwarf2_per_objfile) <objfile>: New field.
8269 (dwarf2_has_info): Now idempotent. Set objfile field.
8270 (dwarf2_read_section): Check and set readin field. Call
8271 posix_madvise.
8272 (dwarf2_build_psymtabs): Don't read all sections.
8273 (read_type_comp_unit_head): Read types section.
8274 (create_debug_types_hash_table): Likewise.
8275 (init_cu_die_reader): Add asserts.
8276 (process_type_comp_unit): Add assert.
8277 (dwarf2_build_psymtabs_hard): Read info section.
8278 (load_partial_comp_unit): Add assert.
8279 (create_all_comp_units): Read info section.
8280 (load_full_comp_unit): Likewise.
8281 (dwarf2_ranges_read): Read ranges section.
8282 (dwarf2_record_block_ranges): Add assert.
8283 (dwarf2_read_abbrevs): Read abbrev section.
8284 (read_indirect_string): Read str section.
8285 (dwarf_decode_line_header): Read line section.
8286 (read_signatured_type_at_offset): Read types section.
8287 (dwarf_decode_macros): Read macinfo section.
8288 (dwarf2_symbol_mark_computed): Read loc section.
8289 * dwarf2-frame.c (dwarf2_frame_find_fde): Call
8290 dwarf2_build_frame_info.
8291 (dwarf2_build_frame_info): Unconditionally set
8292 dwarf2_frame_objfile_data on the objfile.
8293 * configure.ac: Check for posix_madvise.
8294 * config.in, configure: Rebuild.
8295
8296 2010-03-10 Tom Tromey <tromey@redhat.com>
8297
8298 * xcoffread.c (xcoff_start_psymtab): Update.
8299 (xcoff_end_psymtab): Update.
8300 * psymtab.c (allocate_psymtab): Remove dead code.
8301 * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
8302 void*.
8303 * mdebugread.c (parse_partial_symbols): Update.
8304 (new_psymtab): Likewise.
8305 * dwarf2read.c (process_psymtab_comp_unit): Update.
8306 (psymtab_to_symtab_1): Update.
8307 * dbxread.c (start_psymtab): Update.
8308 (end_psymtab): Likewise.
8309
8310 2010-03-10 Tom Tromey <tromey@redhat.com>
8311
8312 * xcoffread.c: Include psymtab.h.
8313 (xcoff_sym_fns): Update.
8314 * symtab.h (struct partial_symbol): Remove.
8315 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
8316 (struct partial_symtab): Remove.
8317 (PSYMTAB_TO_SYMTAB): Remove.
8318 (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
8319 (find_pc_sect_psymtab): Remove.
8320 (find_pc_sect_symtab_via_partial): Declare.
8321 (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
8322 (find_main_psymtab): Remove.
8323 (find_main_filename): Declare.
8324 (fixup_psymbol_section): Remove.
8325 (fixup_section): Declare.
8326 * symtab.c: Include psymtab.h.
8327 (lookup_symtab): Use lookup_symtab method.
8328 (lookup_partial_symtab): Remove.
8329 (find_pc_sect_psymtab_closer): Remove.
8330 (find_pc_sect_psymtab): Remove.
8331 (find_pc_sect_symtab_via_partial): New function.
8332 (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
8333 (fixup_section): No longer static.
8334 (fixup_psymbol_section): Remove.
8335 (lookup_symbol_aux): Use lookup_symbol_aux_quick.
8336 (lookup_global_symbol_from_objfile): Likewise.
8337 (lookup_symbol_aux_psymtabs): Remove.
8338 (lookup_symbol_aux_quick): New function.
8339 (lookup_symbol_global): Use lookup_symbol_aux_quick.
8340 (lookup_partial_symbol): Remove.
8341 (basic_lookup_transparent_type_quick): New function.
8342 (basic_lookup_transparent_type): Use it.
8343 (find_main_psymtab): Remove.
8344 (find_main_filename): New function.
8345 (find_pc_sect_symtab): Use find_pc_sect_symtab method.
8346 (find_line_symtab): Use expand_symtabs_with_filename method.
8347 (output_partial_symbol_filename): New function.
8348 (sources_info): Use map_partial_symbol_filenames.
8349 (struct search_symbols_data): New type.
8350 (search_symbols_file_matches): New function.
8351 (search_symbols_name_matches): Likewise.
8352 (search_symbols): Use expand_symtabs_matching method.
8353 (struct add_name_data): Rename from add_macro_name_data.
8354 (add_macro_name): Update.
8355 (add_partial_symbol_name): New function.
8356 (default_make_symbol_completion_list): Use
8357 map_partial_symbol_names.
8358 (struct add_partial_symbol_name): New type.
8359 (maybe_add_partial_symtab_filename): New function.
8360 (make_source_files_completion_list): Use
8361 map_partial_symbol_filenames.
8362 (expand_line_sal): Use expand_symtabs_with_filename method.
8363 * symmisc.c: Include psymtab.h.
8364 (print_objfile_statistics): Use print_stats method.
8365 (dump_objfile): Use dump method.
8366 (dump_psymtab, maintenance_print_psymbols)
8367 (maintenance_info_psymtabs, maintenance_check_symtabs)
8368 (extend_psymbol_list): Remove.
8369 * symfile.h (struct quick_symbol_functions): New struct.
8370 (struct sym_fns) <qf>: New field.
8371 (sort_pst_symbols): Remove.
8372 (increment_reading_symtab): Declare.
8373 * symfile.c: Include psymtab.h.
8374 (compare_psymbols, sort_pst_symbols): Remove.
8375 (psymtab_to_symtab): Remove.
8376 (increment_reading_symtab): New function.
8377 (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
8378 method.
8379 (set_initial_language): Use find_main_filename.
8380 (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
8381 (free_named_symtabs): Remove unused code.
8382 (start_psymtab_common, add_psymbol_to_bcache)
8383 (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
8384 Remove.
8385 * stack.c: Include psymtab.h, symfile.h.
8386 (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
8387 * source.h (psymtab_to_fullname): Don't declare.
8388 * source.c: Include psymtab.h.
8389 (select_source_symtab): Use find_last_source_symtab method.
8390 (forget_cached_source_info): Use forget_cached_source_info
8391 method.
8392 (find_and_open_source): No longer static.
8393 (psymtab_to_fullname): Remove.
8394 * somread.c: Include psymtab.h.
8395 (som_sym_fns): Update.
8396 * psympriv.h: New file.
8397 * psymtab.h: New file.
8398 * psymtab.c: New file.
8399 * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
8400 (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
8401 * objfiles.c: Include psymtab.h.
8402 (objfile_relocate1): Use relocate method.
8403 (objfile_has_partial_symbols): Use has_symbols method.
8404 * mipsread.c: Include psymtab.h.
8405 (ecoff_sym_fns): Update.
8406 * mi/mi-cmd-file.c: Include psymtab.h.
8407 (print_partial_file_name): New function.
8408 (mi_cmd_file_list_exec_source_files): Use
8409 map_partial_symbol_filenames.
8410 * mdebugread.c: Include psympriv.h.
8411 * machoread.c: Include psympriv.h.
8412 (macho_sym_fns): Update.
8413 * m2-exp.y (yylex): Use lookup_symtab.
8414 * elfread.c: Include psympriv.h.
8415 (elf_sym_fns): Update.
8416 * dwarf2read.c: Include psympriv.h.
8417 * dbxread.c: Include psympriv.h.
8418 (aout_sym_fns): Update.
8419 * cp-support.c: Include psymtab.h.
8420 (read_in_psymtabs): Remove.
8421 (make_symbol_overload_list_qualified): Use
8422 expand_symtabs_for_function method.
8423 * coffread.c: Include psympriv.h.
8424 (coff_sym_fns): Update.
8425 * blockframe.c: Include psymtab.h.
8426 (find_pc_partial_function): Use find_pc_sect_symtab method.
8427 * ada-lang.h (ada_update_initial_language): Update.
8428 * ada-lang.c: Include psymtab.h.
8429 (ada_update_initial_language): Remove 'main_pst' argument.
8430 (ada_lookup_partial_symbol): Remove.
8431 (struct ada_psym_data): New type.
8432 (ada_add_psyms): New function.
8433 (ada_add_non_local_symbols): Use map_ada_symtabs method.
8434 (struct add_partial_datum): New type.
8435 (ada_add_partial_symbol_completions): New function.
8436 (ada_make_symbol_completion_list): Use map_partial_symbol_names.
8437 (ada_exception_support_info_sniffer): Update.
8438 * Makefile.in (SFILES): Add psymtab.c.
8439 (COMMON_OBS): Add psymtab.o.
8440 (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
8441
8442 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
8443
8444 * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
8445
8446 2010-03-10 Sami Wagiaalla <swagiaal@redhat.com>
8447
8448 PR C++/11236:
8449 * cp-namespace.c (cp_add_using): Deleted.
8450 (cp_add_using_directive): Use obstack allocations.
8451 Merged the function cp_add_using into this one.
8452 Added 'struct obstack *' argument.
8453 (cp_scan_for_anonymous_namespaces): Updated.
8454 * cp-support.h: Updated.
8455 * dwarf2read.c (read_import_statement): Updated.
8456 (read_namespace): Updated.
8457
8458 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
8459
8460 * windows-nat.c (cygwin_conv_path): Remove old macro.
8461
8462 2010-03-10 Pedro Alves <pedro@codesourcery.com>
8463
8464 * breakpoint.c (condition_command): Handle watchpoint conditions.
8465 (is_hardware_watchpoint): Add comment.
8466 (is_watchpoint): New.
8467 (update_watchpoint): Don't reparse the watchpoint's condition
8468 unless necessary.
8469 (WP_IGNORE): New.
8470 (watchpoint_check): Use it.
8471 (bpstat_check_watchpoint): Handle it.
8472 (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
8473 conditions in a frame where it makes sense.
8474 (watch_command_1): Store the innermost block of the condition
8475 expression.
8476 (delete_breakpoint): Delete the watchpoint condition expression.
8477 * breakpoint.h (struct bp_location) <cond>: Update comment.
8478 (struct breakpoint): New field `cond_exp_valid_block'.
8479
8480 2010-03-09 Joel Brobecker <brobecker@adacore.com>
8481
8482 Adjust handling of Ada DIEs after dwarf2_physname patch.
8483 * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
8484
8485 2010-03-09 Christopher Faylor <me+cygwin@cgf.cx>
8486 Pierre Muller <muller@ics.u-strasbg.fr>
8487
8488 * windows-nat.c (cygwin_conv_path): Redefine to properly convert
8489 from/to posix/win32.
8490 (windows_make_so): Use non-Cygwin 1.7 specific function.
8491 (windows_create_inferior): Make sure that cygallargs points to
8492 original args in non Cygwin 1.7. case.
8493
8494 2010-03-09 Michael Snyder <msnyder@vmware.com>
8495
8496 * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
8497 after target_read_memory to get host byte order.
8498 (i386_process_record): Ditto.
8499
8500 2010-03-09 Keith Seitz <keiths@redhat.com>
8501
8502 Based on work from Daniel Jacobowitz <dan@codesourcery.com>
8503 * c-typeprint.c (cp_type_print_method_args): For non-static methods,
8504 print out const or volatile qualifiers, too.
8505 (c_type_print_args): Add parameters show_artificial and language.
8506 Skip artificial parameters when requested.
8507 Use the appropriate language printer.
8508 (c_type_print_varspec): Tell c_type_print_args to skip artificial
8509 parameters and pass language_c.
8510 * dwarf2read.c (die_list): New file global.
8511 (struct partial_die_info): Update comments for name field.
8512 (pdi_needs_namespace): Renamed to ...
8513 (die_needs_namespace): ... this. Rewrite.
8514 (dwarf2_linkage_name): Remove.
8515 (add_partial_symbol): Do not predicate the call to
8516 partial_die_full_name based on pdi_needs_namespace.
8517 Remove call to cp_check_possible_namespace_symbols and associated
8518 outdated comments.
8519 (guess_structure_name): Do not inspect child subprogram DIEs.
8520 (dwarf2_fullname): Update comments.
8521 Use die_needs_namespace to assist in computing the name.
8522 (read_func_scope): Use dwarf2_name to get the DIE's name.
8523 Use dwarf2_physname to get the "linkage name" of the DIE.
8524 (dwarf2_add_member_field): Use dwarf2_physname instead of
8525 dwarf2_linkage_name.
8526 (read_structure_type): For structs and classes, set TYPE_NAME, too.
8527 (determine_class): Remove.
8528 (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
8529 except Ada.
8530 (new_symbol): Unconditionally call dwarf2_name.
8531 Compute the "linkage name" using dwarf2_physname.
8532 Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
8533 When determining to scan for anonymous C++ namespaces, ignore
8534 the linkage name.
8535 (dwarf2_physname): New function.
8536 (dwarf2_full_name): Move content to new function and call
8537 that.
8538 (dwarf2_compute_name): "New" function.
8539 (_initialize_dwarf2_read): Initialize die_list.
8540 * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
8541 physname.
8542 (gnu_v3_print_method_ptr): Use the physname for virtual methods
8543 without a demangled name.
8544 Print out type information for non-virtual methods.
8545 * linespec.c (decode_line_1): Force ANY string using "::" (or
8546 "." for java) to use decode_compound, and clean up any stray quoting.
8547 If we found a file symtab, re-evaluate whether the remainder is_quoted.
8548 (decode_compound): Stop consuming at an open parenthesis.
8549 Keep template parameters.
8550 Keep any overload information.
8551 Keep keywords like "const".
8552 Remove paren_pointer.
8553 Move is_quoted check from set_flags to here.
8554 Remove #if 0 code from 2000. Ten years is long enough.
8555 (find_method): Before comparing symbol names, canonicalize the string
8556 from the user.
8557 If a specific overload is requested, find it. Otherwise throw an error.
8558 (find_method_overload_end): New function.
8559 (set_flags): Remove.
8560 (decode_compound): Assume that parentheses are matched.
8561 It's a lot easier.
8562 * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
8563 to cplus_demangle.
8564 * linespec.c (decode_line_1): Keep important keywords like
8565 "const" and "volatile".
8566 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
8567 * typeprint.h (c_type_print_args): Add declaration.
8568 * ui-file.c (do_ui_file_obsavestring): New function.
8569 (ui_file_obsavestring): New function.
8570 * ui-file.h (ui_file_obsavestring): Add declaration.
8571 * valops.c (find_overload_match): Resolve the object to
8572 a non-pointer type.
8573 If the object is a data member, search the object for the member
8574 and return with staticp set.
8575 Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
8576 Do not attempt to extract a function name from non-function types.
8577 If the extracted function name and the original name are the same,
8578 we don't have a C++ method.
8579
8580 From Jan Kratochvil <jan.kratochvil@redhat.com>:
8581 * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
8582
8583 * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
8584 and arguments from symbol lookups.
8585 * ax-gdb.c (gen_expr): Likewise.
8586 * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
8587 cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
8588 lookup_possible_namespace_symbol): Likewise.
8589 * cp-support.c (read_in_psymtabs): Likewise.
8590 * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
8591 * language.h (la_lookup_symbol_nonlocal): Likewise.
8592 * scm-valprint.c (scm_inferior_print): Likewise.
8593 * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
8594 * solib-svr.c (elf_lookup_lib): Likewise.
8595 * solib.c (show_auto_solib_add): Likewise.
8596 * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
8597 * symmisc.c (maintenance_check_symtabs): Likewise.
8598 * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
8599 lookup_symbol_aux_local, lookup_symbol_aux_block,
8600 lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
8601 lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
8602 lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
8603 basic_lookup_transparent_type, find_main_psymtab,
8604 lookup_block_symbol): Likewise.
8605 * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
8606 lookup_symbol_global, lookup_symbol_aux_block,
8607 lookup_symbol_partial_symbol, lookup_block_symbol,
8608 lookup_global_symbol, value_maybe_namespace_elt): Likewise.
8609
8610 2010-03-09 Pierre Muller <muller@ics.u-strasbg.fr>
8611
8612 * python/python-internal.h: Include symtab.h.
8613
8614 2010-03-09 Joel Brobecker <brobecker@adacore.com>
8615 Pierre Muller <muller@ics.u-strasbg.fr>
8616
8617 * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
8618 * p-valprint.c (pascal_val_print): Remove undeed block and fix
8619 indentation.
8620
8621 2010-03-08 Tom Tromey <tromey@redhat.com>
8622
8623 * breakpoint.c (breakpoint_1): Add "QUIT".
8624
8625 2010-03-08 Daniel Jacobowitz <dan@codesourcery.com>
8626 Pedro Alves <pedro@codesourcery.com>
8627
8628 * solib.c (solib_find): Replace extension if
8629 solib_symbols_extension is set in the target gdbarch.
8630 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
8631 solib_symbols_extension to "sym".
8632 * gdbarch.sh (solib_symbols_extension): New variable.
8633 (pstring): New function.
8634 * gdbarch.h, gdbarch.c: Regenerate.
8635
8636 2010-03-08 Tom Tromey <tromey@redhat.com>
8637
8638 PR cli/9591:
8639 * NEWS: Update.
8640 * utils.c: Include main.h.
8641 (fputs_maybe_filtered): Don't paginate if `batch_flag'.
8642 (defaulted_query): Use default answer if `batch_flag'.
8643 * main.h (batch_flag): Declare.
8644 * main.c (batch_flag): New global.
8645 (captured_main): Remove 'batch'. Update.
8646
8647 2010-03-08 Kevin Buettner <kevinb@redhat.com>
8648
8649 From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
8650 and Kevin Buettner:
8651
8652 * remote-mips.c (rockhopper_ops): New target_ops struct.
8653 (MON_ROCKHOPPER): New mips_monitor_type.
8654 (read_hex_value): New function.
8655 (mips_request): Send 8-byte values with a 'T' packet. Read the
8656 packet argument as a string and use read_hex_value to parse it.
8657 (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
8658 (rockhopper_open): New function.
8659 (mips_wait): Read the PC, FP and SP fields as strings. Use
8660 read_hex_value to parse them and mips_set_register to commit them.
8661 (mips_set_register): New function.
8662 (mips_fetch_registers): Do not cast register value to "unsigned"
8663 when reading a MON_ROCKHOPPER 't' packet. Use mips_set_register.
8664 (mips_store_registers): Use a 'T' packet to set registers when
8665 using MON_ROCKHOPPER.
8666 (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
8667 and expect the total to be printed before the entry address.
8668 (_initialize_remote_mips): Initialize and add rockhopper_ops.
8669
8670 2010-03-08 Kevin Buettner <kevinb@redhat.com>
8671
8672 * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
8673 Change return value to int. Store value fetched in location
8674 addressed by `val'. Use function's return value as success
8675 or failure indicator. Adjust all callers.
8676
8677 2010-03-08 Pierre Muller <muller@ics.u-strasbg.fr>
8678
8679 * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
8680
8681 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8682 Hui Zhu <teawater@gmail.com>
8683
8684 * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
8685 tmp_to_stopped_data_address.
8686 (record_open): Reset tmp_to_stopped_by_watchpoint and
8687 tmp_to_stopped_data_address.
8688 * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
8689 to_stopped_data_address.
8690
8691 2010-03-08 Hui Zhu <teawater@gmail.com>
8692
8693 * i386-tdep.c (i386_process_record): Initialize regnum.
8694
8695 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8696
8697 * symfile.c (addr_info_make_relative): New variable sect_name, use it.
8698 Do not warn on ".gnu.liblist" and ".gnu.conflict".
8699
8700 2010-03-08 Joel Brobecker <brobecker@adacore.com>
8701
8702 Memory error when reading wrong core file.
8703 * solib-svr4.c (solib_svr4_r_map): catch and print all exception
8704 errors while reading the inferior memory, and return zero if
8705 an exception was raised.
8706
8707 2010-03-07 Michael Snyder <msnyder@vmware.com>
8708
8709 * record.c (record_restore): Rename tmpu8 to rectype.
8710
8711 * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
8712 tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
8713
8714 (i386_record_push): Rename local tmpulongest to addr.
8715
8716 (i386_process_record): Rename local tmpulongest to addr.
8717
8718 Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
8719 addr64.
8720
8721 Rename local variable tmpu8 to opcode8 and regnum.
8722
8723 2010-03-07 Joel Brobecker <brobecker@adacore.com>
8724
8725 * remote.c (remote_get_ada_task_ptid): New function.
8726 (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
8727
8728 2010-03-06 Christopher Faylor <me+cygwin@cgf.cx>
8729
8730 * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
8731 block. Define helper macros to reduce ifdefs in code.
8732 (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
8733 size. Call unadorned GetModuleFileNameEx rather than
8734 GetModuleFileNameEx*.
8735 (windows_make_so): Use __PMAX to denote maximum buffer size and
8736 cygwin_buf_t for buffer type. Use GetSystemDirectory{W,A} as
8737 appropriate.
8738 (get_image_name): Use __PMAX to denote maximum buffer size.
8739 (handle_load_dll): Likewise.
8740 (windows_pid_to_exec_file): Likewise.
8741 (windows_create_inferior): Add many accommodations for older Cygwin and
8742 non-Cygwin.
8743 (bad_GetModuleFileNameExW): Control inclusion of this function based on
8744 __USEWIDE conditional.
8745 (bad_GetModuleFileNameExA): Likewise.
8746 (_initialize_loadable): Just use real function names without the dyn_
8747 part since they are defined earlier.
8748
8749 2010-03-05 Corinna Vinschen <vinschen@redhat.com>
8750 Tom Tromey <tromey@redhat.com>
8751
8752 * utils.c (host_char_to_target): Add 'gdbarch' argument.
8753 (parse_escape): Likewise.
8754 * python/py-utils.c (unicode_to_target_string): Update.
8755 (unicode_to_target_python_string): Update.
8756 (target_string_to_unicode): Update.
8757 * printcmd.c (printf_command): Update.
8758 * p-exp.y (yylex): Update.
8759 * objc-exp.y (yylex): Update.
8760 * mi/mi-parse.c: Include charset.h.
8761 (mi_parse_escape): New function.
8762 (mi_parse_argv): Use it.
8763 * jv-exp.y (yylex): Update.
8764 * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
8765 function.
8766 (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
8767 * gdbarch.sh (auto_charset, auto_wide_charset): New.
8768 * gdbarch.c: Rebuild.
8769 * gdbarch.h: Rebuild.
8770 * defs.h (parse_escape): Update.
8771 * cli/cli-setshow.c: Include arch-utils.h.
8772 (do_setshow_command): Update.
8773 * cli/cli-cmds.c (echo_command): Update.
8774 * charset.h (target_charset, target_wide_charset): Update.
8775 * charset.c: Include arch-utils.h.
8776 (target_charset_name): Default to "auto".
8777 (target_wide_charset_name): Likewise.
8778 (show_target_charset_name): Handle "auto".
8779 (show_target_wide_charset_name): Likewise.
8780 (be_le_arch): New global.
8781 (set_be_le_names): Add 'gdbarch' argument.
8782 (validate): Likewise. Don't call set_be_le_names.
8783 (set_charset_sfunc, set_host_charset_sfunc)
8784 (set_target_charset_sfunc, set_target_wide_charset_sfunc):
8785 Update.
8786 (target_charset): Add 'gdbarch' argument.
8787 (target_wide_charset): Likewise. Remove 'byte_order' argument.
8788 (auto_target_charset_name): New global.
8789 (default_auto_charset, default_auto_wide_charset): New functions.
8790 (_initialize_charset): Set auto_target_charset_name. Allow "auto"
8791 for target charsets. Copy result of nl_langinfo. Use GetACP if
8792 USE_WIN32API.
8793 * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
8794 remove 'byte_order' argument. Update.
8795 (classify_type): Likewise.
8796 (c_emit_char): Update.
8797 (c_printchar): Update.
8798 (c_printstr): Update.
8799 (c_get_string): Update.
8800 (evaluate_subexp_c): Update.
8801 * arch-utils.h (default_auto_charset, default_auto_wide_charset):
8802 Declare.
8803 * python/python.c (gdbpy_target_charset): New function.
8804 (gdbpy_target_wide_charset): Likewise.
8805 (GdbMethods): Update.
8806 * NEWS: Update.
8807
8808 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
8809
8810 * symfile.c (build_section_addr_info_from_objfile): Do not mask
8811 off high address bits.
8812
8813 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
8814
8815 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
8816 address as UnsignedLongLong, not LongLong.
8817
8818 2010-03-05 Kevin Buettner <kevinb@redhat.com>
8819 Pedro Alves <pedro@codesourcery.com>
8820
8821 * remote-mips.c (gdbthread.h): Include.
8822 (remote_mips_ptid): Declare.
8823 (mips_error): Only mourn the inferior when inferior_ptid is non-null.
8824 (common_open): Set inferior_ptid, add it as an inferior, and
8825 as a thread too. Delete FIXME comment regarding start_remote().
8826 (mips_close): Invoke generic_mourn_inferior().
8827 (mips_kill): Make sure that target_mourn_inferior is invoked.
8828 (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
8829 it's now invoked from mips_close().
8830 (mips_load): Don't null out inferior_ptid. Don't call
8831 clear_symtab_users().
8832 (mips_thread_alive, mips_pid_to_str): New functions.
8833 (_initialize_remote_mips): Initialize remote_mips_ptid. Initialize
8834 to_thread_alive and to_pid_to_str operations.
8835
8836 2010-03-04 Tom Tromey <tromey@redhat.com>
8837
8838 * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
8839 in DWARF 3 and later.
8840 (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
8841
8842 2010-03-04 Keith Seitz <keiths@redhat.com>
8843
8844 * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
8845 If the filename portion of the linespec was quoted, recheck the
8846 remainder for additional quoting.
8847 (locate_first_half): Skip over completer chars, too.
8848
8849 2010-03-04 Tom Tromey <tromey@redhat.com>
8850
8851 * printcmd.c (printf_command): Pass dummy argument to
8852 printf_filtered.
8853
8854 2010-03-04 Doug Evans <dje@google.com>
8855
8856 * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
8857 unwound_fp.
8858
8859 * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
8860
8861 2010-03-04 Pedro Alves <pedro@codesourcery.com>
8862
8863 * breakpoint.c (update_watchpoint): Create a sentinel location if
8864 the software watchpoint isn't watching any memory.
8865 (breakpoint_address_bits): Skip dummy software watchpoint locations.
8866
8867 2010-03-04 Pedro Alves <pedro@codesourcery.com>
8868
8869 * utils.c (fputs_maybe_filtered): Check if there's already a top
8870 level interpreter before dereferencing it. If there isn't one,
8871 don't paginate either.
8872
8873 2010-03-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
8874
8875 * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
8876 the state right when single stepping.
8877 (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
8878 Get the next PC along with the instruction state.
8879 (thumb_get_next_pc): Remove.
8880 (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
8881
8882 2010-03-04 Hui Zhu <teawater@gmail.com>
8883
8884 * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
8885
8886 2010-03-03 Pedro Alves <pedro@codesourcery.com>
8887
8888 * utils.c (fputs_maybe_filtered): Always disable pagination if the
8889 top level interpreter is MI.
8890
8891 2010-03-03 Stan Shebs <stan@codesourcery.com>
8892
8893 * remote.c (remote_download_tracepoint): Iterate over locations.
8894 * tracepoint.c (validate_actionline): Ditto.
8895 (encode_actions): Add location argument.
8896 (trace_dump_command): Check all locations to see if stepping
8897 frame.
8898
8899 2010-03-03 H.J. Lu <hongjiu.lu@intel.com>
8900 Eli Zaretskii <eliz@gnu.org>
8901
8902 * NEWS: Add X86 general purpose registers section.
8903
8904 2010-03-03 Tom Tromey <tromey@redhat.com>
8905
8906 PR mi/11098:
8907 * varobj.c (install_new_value): Handle case where new print_value
8908 is NULL.
8909
8910 2010-03-03 Dainis Jonitis <jonitis@gmail.com>
8911
8912 PR gdb/11345:
8913 * printcmd.c (printf_command): Print end of format string using
8914 printf_filtered.
8915
8916 2010-03-02 Tom Tromey <tromey@redhat.com>
8917
8918 * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
8919 * defs.h (read_command_lines_1): Add missing 'void'.
8920 * cli/cli-script.c (recurse_read_control_structure): Add missing
8921 'void'.
8922 (read_next_line): Likewise.
8923 (read_command_lines_1): Likewise.
8924
8925 2010-03-02 Ulrich Weigand <uweigand@de.ibm.com>
8926
8927 * spu-tdep.c (spu_analyze_prologue): Track instruction to
8928 store backchain as part of prologue.
8929
8930 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
8931
8932 * progspace.c (update_address_spaces): Update inferior address spaces
8933 also.
8934
8935 2010-03-02 Doug Evans <dje@google.com>
8936
8937 * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
8938 lowpc,highpc args to addrmap_set_empty.
8939
8940 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
8941
8942 * amd64-tdep.c (amd64_byte_names): New.
8943 (amd64_word_names): Likewise.
8944 (amd64_dword_names): Likewise.
8945 (amd64_pseudo_register_name): Likewise.
8946 (amd64_pseudo_register_read): Likewise.
8947 (amd64_pseudo_register_write): Likewise.
8948 (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
8949 and num_mmx_regs. Call set_gdbarch_pseudo_register_read,
8950 set_gdbarch_pseudo_register_write and
8951 set_tdesc_pseudo_register_name. Don't call
8952 set_gdbarch_num_pseudo_regs. Don't set mm0_regnum.
8953
8954 * i386-tdep.c (i386_num_mmx_regs): Removed.
8955 (i386_num_pseudo_regs): Likewise.
8956 (i386_byte_names): New.
8957 (i386_word_names): Likewise.
8958 (i386_byte_regnum_p): Likewise.
8959 (i386_word_regnum_p): Likewise.
8960 (i386_mmx_regnum_p): Updated.
8961 (i386_pseudo_register_name): Make it global. Handle byte and
8962 word pseudo-registers.
8963 (i386_pseudo_register_read): Likewise.
8964 (i386_pseudo_register_write): Likewise.
8965 (i386_pseudo_register_type): Handle byte, word and dword
8966 pseudo-registers
8967 (i386_register_reggroup_p): Don't include pseudo
8968 registers, except for MXX, in any register groups. Don't
8969 include pseudo byte, word, dword registers in general_reggroup.
8970 (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
8971 num_dword_regs, al_regnum, ax_regnum and eax_regnum. Put MMX
8972 pseudo-registers after word pseudo-registers. Call
8973 set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
8974
8975 * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
8976 al_regnum, num_word_regs, ax_regnum, num_dword_regs and
8977 eax_regnum.
8978 (i386_byte_regnum_p): New.
8979 (i386_word_regnum_p): Likewise.
8980 (i386_dword_regnum_p): Likewise.
8981 (i386_pseudo_register_name): Likewise.
8982 (i386_pseudo_register_read): Likewise.
8983 (i386_pseudo_register_write): Likewise.
8984
8985 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
8986
8987 * target-descriptions.c (tdesc_type): Remove
8988 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
8989 (tdesc_predefined_types): Likewise.
8990 (tdesc_gdb_type): Likewise. Pass NULL to append_flags_type_flag
8991 if flag name is empty.
8992 (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
8993
8994 * features/i386/32bit-core.xml: Define i386_eflags.
8995 * features/i386/64bit-core.xml: Likewise.
8996
8997 * features/i386/32bit-sse.xml: Define i386_mxcsr.
8998 * features/i386/64bit-sse.xml: Likewise.
8999
9000 * features/i386/amd64-linux.c: Regenerated.
9001 * features/i386/amd64.c: Likewise.
9002 * features/i386/i386-linux.c: Likewise.
9003 * features/i386/i386.c: Likewise.
9004
9005 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
9006
9007 * gdbtypes.c (append_composite_type_field_raw): New.
9008 (append_composite_type_field_aligned): Use the new function.
9009 * gdbtypes.h (append_composite_type_field_raw): Declare.
9010 * target-descriptions.c (struct tdesc_type_field): Add start and end.
9011 (struct tdesc_type_flag): New type.
9012 (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
9013 kind. Add size to u.u. Add u.f for flags.
9014 (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
9015 (tdesc_free_type): Likewise.
9016 (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
9017 (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
9018 (tdesc_add_bitfield, tdesc_add_flag): New.
9019 * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
9020 (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
9021 * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
9022 current_type. Add current_type_size and current_type_is_flags.
9023 (tdesc_start_union): Clear the new fields.
9024 (tdesc_start_struct, tdesc_start_flags): New.
9025 (tdesc_start_field): Handle struct fields, including bitfields.
9026 (field_attributes): Make type optional. Add start and end.
9027 (union_children): Rename to struct_union_children.
9028 (union_attributes): Rename to struct_union_attributes. Add optional
9029 size.
9030 (flags_attributes): New.
9031 (feature_children): Add struct and flags.
9032 * features/gdb-target.dtd: Add flags and struct to features.
9033 Make field type optional. Add field start and end.
9034
9035 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
9036
9037 * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
9038 (amd64_linux_read_description): Likewise.
9039 (_initialize_amd64_linux_nat): Set to_read_description to
9040 amd64_linux_read_description.
9041
9042 * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
9043 (amd64_linux_register_name): Removed.
9044 (amd64_linux_register_type): Likewise.
9045 (amd64_linux_core_read_description): New.
9046 (amd64_linux_init_abi): Set target description to
9047 tdesc_amd64_linux if needed. Support orig_rax in target
9048 description. Don't call set_gdbarch_register_name nor
9049 set_gdbarch_register_type. Call
9050 set_gdbarch_core_read_description.
9051 (_initialize_amd64_linux_tdep): Call
9052 initialize_tdesc_amd64_linux.
9053
9054 * amd64-linux-tdep.h (tdesc_amd64_linux): New.
9055
9056 * amd64-tdep.c: Include "features/i386/amd64.c".
9057 (amd64_register_names): Removed.
9058 (amd64_register_name): Likewise.
9059 (amd64_register_type): Likewise.
9060 (amd64_init_abi): Set num_core_regs and register_names. Set
9061 target description to tdesc_amd64 if needed. Don't call
9062 set_gdbarch_register_name nor set_gdbarch_register_type.
9063 (_initialize_amd64_tdep): New.
9064
9065 * i386-linux-nat.c (i386_linux_read_description): New.
9066 (_initialize_i386_linux_nat): Set to_read_description to
9067 i386_linux_read_description.
9068
9069 * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
9070 (i386_linux_register_name): Removed.
9071 (i386_linux_core_read_description): New.
9072 (i386_linux_read_description): Likewise.
9073 (i386_linux_init_abi): Don't call set_gdbarch_register_name.
9074 Set target description to tdesc_i386_linux if needed. Support
9075 orig_eax. Set register_reggroup_p. Call
9076 set_gdbarch_core_read_description.
9077 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
9078
9079 * i386-linux-tdep.h (tdesc_i386_linux): New.
9080
9081 * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
9082 with I387_NUM_REGS.
9083
9084 * i386-tdep.c: Include "features/i386/i386.c".
9085 (i386_register_names): Make it const.
9086 (i386_mmx_names): Likewise.
9087 (i386_num_register_names): Removed.
9088 (i386_register_name): Likewise.
9089 (i386_eflags_type): Likewise.
9090 (i386_mxcsr_type): Likewise.
9091 (i386_sse_type): Likewise.
9092 (i386_register_type): Likewise.
9093 (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
9094 (i386_pseudo_register_name): New.
9095 (i386_pseudo_register_type): Likewise.
9096 (i386_mmx_type): Make it static.
9097 (i386_gdbarch_init): Check arch. Replace I386_NUM_FREGS with
9098 I387_NUM_REGS. Set num_core_regs and register_names. Don't
9099 call set_gdbarch_register_name nor set_gdbarch_register_type.
9100 Set register_reggroup_p. Set target description to tdesc_i386
9101 if needed. Call set_tdesc_pseudo_register_type,
9102 set_tdesc_pseudo_register_name and tdesc_use_registers.
9103 (_initialize_i386_tdep): Call initialize_tdesc_i386.
9104 initialize_tdesc_x86_64.
9105
9106 * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
9107 i386_mxcsr_type and i386_sse_type. Add num_core_regs,
9108 register_names, tdesc and register_reggroup_p.
9109 (I386_NUM_FREGS): Removed.
9110 (i386_eflags_type): Likewise.
9111 (i386_mxcsr_type): Likewise.
9112 (i386_mmx_type): Likewise.
9113 (i386_sse_type): Likewise.
9114 (i386_register_name): Likewise.
9115 (i386_regnum): Add I386_MXCSR_REGNUM.
9116 (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
9117
9118 * i387-tdep.h (I387_NUM_REGS): New.
9119
9120 * regformats/i386/i386-linux.dat: Generated.
9121 * regformats/i386/i386.dat: Likewise.
9122 * regformats/i386/amd64-linux.dat: Likewise.
9123 * regformats/i386/amd64.dat: Likewise.
9124
9125 * regformats/reg-i386-linux.dat: Removed.
9126 * regformats/reg-i386.dat: Likewise.
9127 * regformats/reg-x86-64-linux.dat: Likewise.
9128 * regformats/reg-x86-64.dat: Likewise.
9129
9130 2010-03-01 Corinna Vinschen <vinschen@redhat.com>
9131
9132 * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
9133 cygwin_conv_path API rather than the deprecated
9134 cygwin_conv_to_full_posix_path.
9135 * windows-nat.c:
9136 (GetModuleFileNameExA): Undefine for Cygwin.
9137 (GetModuleFileNameExW): Define for Cygwin.
9138 (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
9139 Call GetModuleFileNameExW and convert path to POSIX using
9140 cygwin_conv_path.
9141 (windows_make_so): Always define p. Drop unused variable m.
9142 Don't use Win32 functions to check file existance, rather use
9143 access on Cygwin. Fetch system directory using GetSystemDirectoryW.
9144 Use canonicalize_file_name to get full path.
9145 (get_image_name): Use wcstombs, rather than WideCharToMultiByte
9146 to convert Unicode pathname to multibyte on Cygwin. Otherwise,
9147 use correct target buffer size in call to WideCharToMultiByte.
9148 (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
9149 (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
9150 (windows_create_inferior): Convert all paths and arguments to wchar_t
9151 and use CreateProcessW on Cygwin.
9152 (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
9153 (bad_GetModuleFileNameExA): Undefine for Cygwin.
9154 (bad_GetModuleFileNameExW): Define for Cygwin.
9155 (_initialize_loadable): Load GetModuleFileNameExW into
9156 dyn_GetModuleFileNameExW on Cygwin. Don't load ANSI function on Cygwin.
9157
9158 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
9159
9160 PR python/11036
9161 * python/py-frame.c (frapy_read_var): Add block argument and logic
9162 to cope with user provided blocks.
9163
9164 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9165
9166 * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
9167 New comment.
9168
9169 2010-02-28 Corinna Vinschen <vinschen@redhat.com>
9170
9171 * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
9172 (COMMON_OBS): ... to here since it's used unconditionally.
9173 (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
9174 (SFILES): To here.
9175
9176 2010-02-26 David Daney <ddaney@caviumnetworks.com>
9177
9178 * mips-linux-tdep.c: Update struct sigframe comments.
9179 (SIGFRAME_CODE_OFFSET): Delete macro.
9180 (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
9181 this_frame's sp.
9182 (mips_linux_n32n64_sigframe_init): Same.
9183
9184 2010-02-26 Kevin Buettner <kevinb@redhat.com>
9185
9186 * remote-mips.c (mips_load): Don't use pseudo-register when
9187 invalidating regcache.
9188
9189 2010-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9190
9191 * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
9192
9193 2010-02-26 Pedro Alves <pedro@codesourcery.com>
9194
9195 * NEWS: Add "New targets" section, and mention ARM Symbian
9196 support.
9197
9198 2010-02-26 Ulrich Weigand <uweigand@de.ibm.com>
9199
9200 * dwarf2loc.c (struct piece_closure): Remove ARCH member,
9201 add ADDR_SIZE member.
9202 (allocate_piece_closure): Update.
9203 (copy_pieced_value_closure): Likewise.
9204 (dwarf2_evaluate_loc_desc): Likewise.
9205 (read_pieced_value): Use DWARF address size instead of
9206 GDB's gdbarch_addr_bit as size of values on the DWARF stack.
9207
9208 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
9209 Tom Tromey <tromey@redhat.com>
9210
9211 * python/py-type.c (typy_lookup_typename): Add in block argument.
9212 If provided restrict lookup to specified blocks.
9213 (gdbpy_lookup_type): Likewise.
9214 (typy_lookup_type): Likewise.
9215
9216 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
9217
9218 Symbian config
9219
9220 gdb/
9221 * arm-symbian-tdep.c: New.
9222 * configure.tgt (arm*-*-symbianelf*): New target.
9223 (*-*-symbianelf*): New OS.
9224 * osabi.c (gdb_osabi_names): Add Symbian.
9225 * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
9226 * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
9227 (ALLDEPFILES): Add arm-symbian-tdep.c.
9228
9229 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
9230
9231 * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
9232
9233 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9234
9235 * mi/mi-main.c (mi_cmd_execute): Fix typo.
9236
9237 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
9238 Tom Tromey <tromey@redhat.com>
9239 Thiago Jung Bauermann <bauerman@br.ibm.com>
9240
9241 * python/python.c (_initialize_python): Call
9242 gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
9243 gdbpy_initialize_blocks.
9244 * python/python-internal.h: Declare struct symbol, block and
9245 symtab_and_line. Declare block_object_type and
9246 symbol_object_type
9247 (gdbpy_lookup_symbol gdbpy_block_for_pc)
9248 (symtab_and_line_to_sal_object, symtab_to_symtab_object)
9249 (symbol_to_symbol_object, block_to_block_object)
9250 (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
9251 (gdbpy_initialize_blocks ): Declare.
9252 * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
9253 (frapy_select): Add methods.
9254 (frapy_read_var): Add symbol branch.
9255 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
9256 py-block.
9257 (SUBDIR_PYTHON_SRCS): Likewise.
9258 (py-symbol.o): New rule.
9259 (py-symtab.o): Likewise.
9260 (py-block.o): Likewise.
9261 * python/py-symbol.c: New file.
9262 * python/py-symtab.c: Likewise.
9263 * python/py-block.c: Likewise.
9264
9265 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9266
9267 PR gdb/11321
9268
9269 * inferior.h (prepare_for_detach): Declare.
9270 (struct inferior) <detaching>: New field.
9271 * infrun.c (prepare_for_detach): New.
9272 (handle_inferior_event) <random signal>: Don't stop if detaching.
9273 * target.c (target_detach): Call prepare_for_detach.
9274
9275 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9276
9277 Per-process displaced stepping queue.
9278
9279 * infrun.c (displaced_step_ptid, displaced_step_request_queue)
9280 (displaced_step_gdbarch, displaced_step_closure,
9281 (displaced_step_original, displaced_step_copy): Move globals to
9282 this...
9283 (struct displaced_step_inferior_state): ... new structure.
9284 (displaced_step_inferior_states): New global.
9285 (get_displaced_stepping_state, add_displaced_stepping_state)
9286 (remove_displaced_stepping_state, infrun_inferior_exit): New
9287 functions.
9288 (displaced_step_clear): Add displaced_step_inferior_state
9289 parameter, and adjust to handle it.
9290 (displaced_step_clear_cleanup): Parameter is now a
9291 displaced_step_inferior_state. Adjust.
9292 (displaced_step_prepare): Adjust.
9293 (displaced_step_fixup, displaced_step_fixup)
9294 (infrun_thread_ptid_changed, resume): Adjust.
9295 (init_wait_for_inferior): Don't call displaced_step_clear.
9296 (infrun_thread_stop_requested): Rewrite.
9297 (_initialize_infrun): Install infrun_inferior_exit as
9298 inferior_exit observer.
9299
9300 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9301
9302 * inferior.h (ptid_match): Declare.
9303 * infrun.c (ptid_match): New.
9304 * remote.c (queued_stop_reply): Rewrite and use ptid_match.
9305 (handle_notification): Add debug output.
9306 * linux-nat.c (ptid_match): Delete.
9307
9308 2010-02-24 David S. Miller <davem@davemloft.net>
9309
9310 * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
9311 * syscalls/sparc-linux.xml: New.
9312 * syscalls/sparc64-linux.xml: New.
9313 * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
9314 * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
9315 (sparc32_linux_get_syscall_number): New function.
9316 (sparc32_linux_init_abi): Set syscall XML file name and hook up
9317 syscall number fetcher.
9318 * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
9319 (sparc64_linux_get_syscall_number): New function.
9320 (sparc64_linux_init_abi): Set syscall XML file name and hook up
9321 syscall number fetcher.
9322
9323 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
9324
9325 Multiexec MI
9326
9327 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
9328 * inferior.c (add_inferior_silent): Notify inferior_added
9329 observer.
9330 (delete_inferior_1): Notify inferior_removed observer.
9331 (exit_inferior_1): Pass inferior, not pid, to observer.
9332 (inferior_appeared): Likewise.
9333 (add_inferior_with_spaces): New.
9334 (add_inferior_command): Use the above.
9335 * inferior.h (delete_inferior_1, add_inferior_with_spaces):
9336 Declare.
9337
9338 * inflow.c (inflow_inferior_exit): Likewise.
9339 * jit.c (jit_inferior_exit_hook): Likewise.
9340
9341 * mi/mi-cmds.c (mi_cmds): Register add-inferior and
9342 remove-inferior.
9343 * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9344 * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
9345 (report_initial_inferior): New.
9346 (mi_inferior_removed): Register the above. Make sure
9347 inferior_added observer is called on the first inferior.
9348 (mi_new_thread, mi_thread_exit): Thread group is now identified by
9349 inferior number, not pid.
9350 (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
9351 affected.
9352 * mi/mi-main.c (current_context): New.
9353 (proceed_thread_callback): Use typed closure.
9354 Proceed everything if pid is 0. Most implementation split into
9355 (proceed_thread): ... this.
9356 (run_one_inferior): New.
9357 (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
9358 Adjust for multiexec behaviour.
9359 (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9360 (mi_cmd_execute): Handle the 'thread-group' option here.
9361 Do some extra checks.
9362 * mi-parse.c (mi_parse): Handle the --all and --thread-group
9363 options.
9364 * mi-parse.h (struct mi_parse): New fields all and thread_group.
9365
9366 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
9367
9368 Make -exec-run a proper MI commands.
9369
9370 * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
9371 * mi/mi-cmds.c (mi_cmds): Adjust.
9372 * mi/mi-main.c (mi_cmd_exec_run): New.
9373
9374 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9375 Stan Shebs <stan@codesourcery.com>
9376
9377 * tracepoint.h (set_traceframe_number)
9378 (cleanup_restore_current_traceframe): Declare.
9379 * tracepoint.c (set_traceframe_number): New.
9380 (struct current_traceframe_cleanup): New.
9381 (do_restore_current_traceframe_cleanup)
9382 (restore_current_traceframe_cleanup_dtor)
9383 (make_cleanup_restore_current_traceframe): New.
9384 * infrun.c: Include tracepoint.h.
9385 (fetch_inferior_event): Switch out and in of tfind mode.
9386
9387 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9388
9389 * breakpoint.c (breakpoint_init_inferior): Also delete
9390 bp_shlib_event breakpoints.
9391 * solib-frv.c (enable_break): Remove call to
9392 remove_solib_event_breakpoints.
9393 * solib-svr4.c (enable_break): Ditto.
9394 * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
9395 * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
9396 * solib-som.c (som_solib_create_inferior_hook): Ditto.
9397 * solib-spu.c (spu_enable_break): Ditto.
9398
9399 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
9400
9401 * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
9402
9403 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
9404
9405 * varobj.c (varobj_update): Avoid non-constants in initializers.
9406
9407 2010-02-23 Tom Tromey <tromey@redhat.com>
9408
9409 * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
9410 handle big-endian values.
9411 (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
9412
9413 2010-02-22 Pedro Alves <pedro@codesourcery.com>
9414
9415 PR9605
9416
9417 gdb/
9418 * breakpoint.c (insert_bp_location): If inserting the read
9419 watchpoint failed, fallback to an access watchpoint.
9420 (bpstat_check_watchpoint): Stop for read watchpoint triggers even
9421 if the value changed, if not watching the same memory for writes.
9422 (watchpoint_locations_match): Add comment.
9423 (update_global_location_list): Copy the location's watchpoint type.
9424 * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
9425 handle read watchpoints here.
9426 (i386_insert_watchpoint): Read watchpoints aren't supported.
9427 * remote.c (remote_insert_watchpoint): Return 1 for unsupported
9428 packets.
9429 * target.h (target_insert_watchpoint): Update description.
9430
9431 2010-02-19 Tom Tromey <tromey@redhat.com>
9432
9433 * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
9434 * m2-typeprint.c (m2_print_type): Update.
9435 * gdbtypes.c (recursive_dump_type): Update.
9436 (copy_type_recursive): Update.
9437 * c-typeprint.c (c_type_print_varspec_prefix): Update.
9438 (c_type_print_base): Update.
9439 * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
9440 Remove.
9441 (struct cplus_struct_type) <ntemplate_args>: Remove.
9442 <struct template_arg>: Remove.
9443 <is_dynamic>: Move earlier.
9444 (TYPE_TEMPLATE_ARGS): Remove.
9445 (TYPE_NTEMPLATE_ARGS): Remove.
9446 (TYPE_TEMPLATE_ARG): Remove.
9447
9448 2010-02-19 Tom Tromey <tromey@redhat.com>
9449
9450 PR c++/8693, PR c++/9496:
9451 * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
9452 * c-exp.y (lex_one_token): Rename from yylex. Don't call
9453 write_dollar_variable. Don't try to classify NAME tokens.
9454 (token_and_value): New type.
9455 (token_fifo, popping, name_obstack): New globals.
9456 (classify_name): New function.
9457 (classify_inner_name): Likewise.
9458 (yylex): Likewise.
9459 (VARIABLE): Now has type sval.
9460 (exp : VARIABLE): Call write_dollar_variable.
9461 (qualified_name): Use TYPENAME, not typebase. Add production for
9462 multiple "::" instances.
9463 (variable): Use name_not_typename.
9464 (qualified_type): Remove.
9465 (typebase): Update.
9466
9467 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9468
9469 * symfile.c (addr_info_make_relative): Extend comment. Move SECT to
9470 a more inner block. Initialize ADDR by LOWER_OFFSET only if it was
9471 found by bfd_get_section_by_name.
9472 * symfile.h (struct section_addr_info) <sectindex>: New comment.
9473
9474 2010-02-19 Joel Brobecker <brobecker@adacore.com>
9475
9476 * NEWS: Add new "[...] since 7.1" section. Rename the "[...] since
9477 7.0 section" into "Changes in 7.1".
9478
9479 2010-02-19 Joel Brobecker <brobecker@adacore.com>
9480
9481 GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
9482 * version.in: Bump version to 7.1.50.20100219-cvs.
9483
9484 2010-02-18 Harald Koenig <H.Koenig@science-computing.de>
9485
9486 * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
9487 * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
9488
9489 2010-02-17 Tom Tromey <tromey@redhat.com>
9490
9491 * NEWS: Add Python API Improvements section.
9492
9493 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
9494
9495 * NEWS: Correct typo.
9496
9497 2010-02-17 Tom Tromey <tromey@redhat.com>
9498
9499 * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
9500
9501 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9502
9503 * symfile.c (build_section_addr_info_from_objfile): Include sections
9504 only if they are SEC_ALLOC or SEC_LOAD.
9505
9506 2010-02-17 H.J. Lu <hongjiu.lu@intel.com>
9507
9508 PR shlibs/11293
9509 * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
9510 of ULONGEST for address size.
9511
9512 2010-02-17 Tom Tromey <tromey@redhat.com>
9513
9514 * NEWS: Add C++ improvements section.
9515
9516 2010-02-17 Ulrich Weigand <uweigand@de.ibm.com>
9517
9518 * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
9519 PyThreadState_Swap): Avoid "statement with no effect" warning.
9520
9521 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9522
9523 * solib-svr4.c (enable_break <target_auxv_search>): New variable
9524 addr_bit. Adjust LOAD_ADDR sign for cross-arch inferiors.
9525
9526 2010-02-17 Tristan Gingold <gingold@adacore.com>
9527 Petr Hluzin <petr.hluzin@gmail.com>
9528
9529 * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
9530 gdb_assert. Fix info->size for SIG prologue.
9531
9532 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9533
9534 * infcmd.c (show_inferior_tty_command): Check for NULL.
9535 Correct output message.
9536
9537 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9538
9539 * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
9540 FUNCTION contains parentheses. Improve removal of a trailing
9541 single quote.
9542
9543 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9544
9545 * gcore.c (do_bfd_delete_cleanup): New function.
9546 (gcore_command): Use it. Discard the cleanup after success.
9547 (gcore_copy_callback): Delete dead code.
9548
9549 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9550
9551 * symfile.c (addr_info_make_relative): Always use
9552 find_lowest_section.
9553
9554 2010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
9555
9556 * NEWS: Added entry for namespace fixes.
9557
9558 2010-02-15 Tom Tromey <tromey@redhat.com>
9559
9560 * dwarf2read.c (guess_structure_name): Allocate name on the
9561 objfile obstack.
9562
9563 2010-02-15 Tom Tromey <tromey@redhat.com>
9564
9565 * c-typeprint.c (c_type_print_base): Reverse order of test.
9566
9567 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9568
9569 * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize. Optionally
9570 initialize it from ELF BFD. Extend the prelink condition by it.
9571
9572 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9573
9574 * defs.h (parse_pid_to_attach): New.
9575 * utils.c (parse_pid_to_attach): New.
9576 * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
9577 * gnu-nat.c (gnu_attach): Likewise.
9578 * nto-procfs.c (procfs_attach): Likewise.
9579 * procfs.c (procfs_attach): Likewise.
9580 * windows-nat.c (windows_attach): Likewise.
9581 * inf-ptrace.c (inf_ptrace_attach): Likewise. Remove variable dummy.
9582 * inf-ttrace.c (inf_ttrace_attach): Likewise.
9583 * remote.c (extended_remote_attach_1): Likewise. New comment on getpid
9584 check.
9585
9586 2010-02-14 Masaki Muranaka <monaka@monami-software.com>
9587
9588 * MAINTAINERS: Add myself for write after approval privileges.
9589
9590 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9591
9592 * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
9593 block.
9594
9595 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9596
9597 * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
9598 only if INFO_VERBOSE.
9599
9600 2010-02-12 Tomas Holmberg <th@virtutech.com>
9601
9602 * mi/mi-main.c: Added the --reverse flag to the following MI
9603 commands: exec-continue, exec-finish, exec-next, exec-step,
9604 exec-next-instruction, exec-step-instruction. This is to
9605 support reverse execution over the MI interface to gdb.
9606
9607 2010-02-12 Pedro Alves <pedro@codesourcery.com>
9608
9609 * tracepoint.c (_initialize_tracepoint): Specify that the address
9610 range of `tfind outsize' is exclusive, and that the address range
9611 of `tfind range' is inclusive, in the commands' help strings.
9612
9613 2010-02-12 Joel Brobecker <brobecker@adacore.com>
9614
9615 Spurious "dll not found" error messages on x64-windows.
9616 * windows-nat.c: Add include of complaints.h.
9617 (handle_unload_dll): Change dll-not-found error into a complaint.
9618
9619 2010-02-12 Pedro Alves <pedro@codesourcery.com>
9620
9621 * breakpoint.c (allocate_bp_location): Use bp_loc_other for
9622 bp_tracepoint and bp_fast_tracepoint, not
9623 bp_loc_software_breakpoint.
9624 (update_global_location_list): Tracepoints are never duplicates of
9625 anything.
9626
9627 2010-02-12 Pedro Alves <pedro@codesourcery.com>
9628
9629 * breakpoint.c (break_command_really): Change return type to int.
9630 Return false if no breakpoint was created, true otherwise.
9631 (trace_command): Don't set the tracepoint count if no tracepoint
9632 was created.
9633 (ftrace_command): Ditto.
9634 (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
9635 created in the breakpoints table.
9636
9637 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9638 Ulrich Weigand <uweigand@de.ibm.com>
9639
9640 * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
9641
9642 2010-02-11 Pedro Alves <pedro@codesourcery.com>
9643
9644 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
9645 the offset value isn't of integral type.
9646
9647 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9648
9649 * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
9650 New.
9651
9652 2010-02-11 Pedro Alves <pedro@codesourcery.com>
9653
9654 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
9655 non-subscriptable types.
9656 * valarith.c (binop_types_user_defined_p): New, abstracted out
9657 from ...
9658 (binop_user_defined_p): ... this.
9659 * value.h (binop_types_user_defined_p): Declare.
9660
9661 2010-02-11 Pedro Alves <pedro@codesourcery.com>
9662
9663 * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
9664 Merge uploaded TSVs before merging uploaded tracepoints.
9665
9666 2010-02-11 Pedro Alves <pedro@codesourcery.com>
9667
9668 * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
9669
9670 2010-02-11 Vladimir Prus <vladimir@codesourcery.com>
9671
9672 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
9673 whitespace character after a dot in comment.
9674 (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
9675 Likewise.
9676 (list_args_or_locals): For the 'all' (that is
9677 -stack-list-variables) case, always output list of tuples.
9678 Output 'arg' field if variable is argument.
9679
9680 2010-02-10 Tom Tromey <tromey@redhat.com>
9681
9682 * parser-defs.h (parser_debug): Declare.
9683 * parse.c (_initialize_parse): Install "debug parser" set/show
9684 command.
9685 (parser_debug): New global.
9686 (show_parserdebug): New function.
9687 * c-exp.y (c_parse): Set yydebug.
9688
9689 2010-02-10 H.J. Lu <hongjiu.lu@intel.com>
9690
9691 * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
9692 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
9693 (tdesc_predefined_types): Add i387_ext, i386_eflags and
9694 i386_mxcsr.
9695 (tdesc_find_type): New.
9696 (tdesc_gdb_type): Use tdesc_find_type. Handle TDESC_TYPE_I387_EXT,
9697 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
9698
9699 * target-descriptions.h (tdesc_find_type): New.
9700
9701 2010-02-10 Michael Snyder <msnyder@vmware.com>
9702
9703 * gdb-gdb.py: Comment fix.
9704
9705 2010-02-09 Tristan Gingold <gingold@adacore.com>
9706
9707 * machoread.c (macho_symfile_relocate): New function.
9708 (macho_sym_fns): Use macho_symfile_relocate instead of
9709 default_symfile_relocate.
9710 (macho_oso_data): New type.
9711 (current_oso): New variable.
9712 (macho_add_oso_symfile): Do not compute section_addr_info, but
9713 instead set vma of sections.
9714 Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
9715 Set and clear current_oso.
9716
9717 2010-02-09 Joel Brobecker <brobecker@adacore.com>
9718
9719 Wrong type description for tagged type parameter.
9720 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
9721 EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
9722 reference to a tagged type.
9723
9724 2010-02-09 Tristan Gingold <gingold@adacore.com>
9725
9726 * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
9727 brothers of the parent.
9728
9729 2010-02-08 Tom Tromey <tromey@redhat.com>
9730
9731 PR c++/8017:
9732 * value.h: Update.
9733 * valops.c (search_struct_field): Make 'name' const.
9734 (search_struct_method): Likewise.
9735 (find_method_list): Make 'method' const.
9736 (value_struct_elt): Make 'name' and 'err' const.
9737 (value_find_oload_method_list): Make 'method' const.
9738 (find_overload_match): Make 'name' const.
9739 * eval.c (evaluate_subexp_standard): New locals function,
9740 function_name.
9741 <OP_FUNCALL>: Handle OP_SCOPE specially.
9742
9743 2010-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9744
9745 * infrun.c (handle_inferior_event): Do not look up regcache
9746 for exited processes.
9747
9748 2010-02-08 Chris Moller <moller@mollerware.com>
9749
9750 PR gdb/10728
9751 * valarith.c (value_ptrdiff): Added a test for a zero type length,
9752 warn if found, and assume length = 1.
9753
9754 2010-02-08 Chris Moller <cmoller@redhat.com>
9755
9756 PR gdb/9067
9757 * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
9758 (cp_print_static_field) Fix use of obstacks.
9759
9760 2010-02-08 Pedro Alves <pedro@codesourcery.com>
9761
9762 * linux-nat.c (linux_nat_resume): In non-stop, also only tag
9763 resumed LWPs as resumed.
9764 (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
9765 we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
9766 of throwing an internal error. If an LWP of a process we're not
9767 waiting for reports a signal, don't force collecting a SIGSTOP,
9768 and if it was breakpoint hit in non-stop mode, cancel it. Don't
9769 go through all LWPs cancelling breakpoints in non-stop mode.
9770 (resume_stopped_resumed_lwps): New.
9771 (linux_nat_wait): Use it.
9772
9773 2010-02-07 H.J. Lu <hongjiu.lu@intel.com>
9774
9775 * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
9776 i386/amd64 and i386/amd64-linux.
9777 (i386/i386-expedite): New.
9778 (i386/i386-linux-expedite): Likewise.
9779 (i386/amd64-expedite):Likewise.
9780 (i386/amd64-linux-expedite): Likewise.
9781 ($(outdir)/i386/i386-linux.dat): Likewise.
9782 ($(outdir)/i386/amd64.dat): Likewise.
9783 ($(outdir)/i386/amd64-linux.dat): Likewise.
9784
9785 * features/i386/32bit-core.xml: New.
9786 * features/i386/32bit-linux.xml: Likewise.
9787 * features/i386/32bit-sse.xml: Likewise.
9788 * features/i386/64bit-core.xml: Likewise.
9789 * features/i386/64bit-linux.xml: Likewise.
9790 * features/i386/64bit-sse.xml: Likewise.
9791 * features/i386/i386-linux.xml: Likewise.
9792 * features/i386/i386.xml: Likewise.
9793 * features/i386/amd64-linux.xml: Likewise.
9794 * features/i386/amd64.xml: Likewise.
9795 * features/i386/i386-linux.c: Likewise.
9796 * features/i386/i386.c: Likewise.
9797 * features/i386/amd64-linux.c: Likewise.
9798 * features/i386/amd64.c: Likewise.
9799
9800 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
9801
9802 PR c++/7935:
9803 * cp-support.h: Added char* alias element to using_direct data
9804 struct.
9805 (cp_add_using): Added char* alias argument.
9806 (cp_add_using_directive): Ditto.
9807 * cp-namespace.c: Updated with the above changes.
9808 (cp_lookup_symbol_imports): Check for aliases.
9809 * dwarf2read.c (read_import_statement): Figure out local alias
9810 for the import and pass it on to cp_add_using.
9811 (read_namespace): Pass alias argument to cp_add_using.
9812
9813 2010-02-05 Hui Zhu <teawater@gmail.com>
9814
9815 * defs.h (gdb_bfd_errmsg): New extern.
9816 * exec.c (exec_file_attach): Change bfd_errmsg to
9817 gdb_bfd_errmsg.
9818 * utils.c (AMBIGUOUS_MESS1): New macro.
9819 (AMBIGUOUS_MESS2): New macro.
9820 (gdb_bfd_errmsg): New function.
9821
9822 2010-02-04 Doug Evans <dje@google.com>
9823
9824 * solib-svr4.c (enable_break): Add comment.
9825
9826 2010-02-04 Anthony Green <green@moxielogic.com>
9827
9828 * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
9829 gracefully.
9830
9831 2010-02-04 Tom Tromey <tromey@redhat.com>
9832
9833 * valops.c (search_struct_field): Account for
9834 value_embedded_offset. Fix check for virtual base past the end of
9835 the object. Use value_copy when making a slice of the value.
9836
9837 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
9838
9839 PR tui/9622
9840 * tui/tui-interp.c (tui_init): Call tui_initialize_readline
9841 only if gdb_stdout is a tty.
9842
9843 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
9844
9845 * target-descriptions.c: Include "osabi.h".
9846 (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
9847 OSABI.
9848
9849 2010-02-04 Tristan Gingold <gingold@adacore.com>
9850
9851 * machoread.c (macho_add_oso): Renamed to macho_register_oso.
9852 (macho_symtab_read): Adjust calls to macho_add_oso.
9853 (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
9854 (macho_symfile_read): Adjust call to macho_oso_symfile.
9855 (macho_new_init): Move this function after declarations.
9856 (macho_symfile_init): Ditto.
9857 * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
9858 * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
9859
9860 2010-02-04 Vladimir Prus <vladimir@codesourcery.com>
9861
9862 Include MI command in remotelog.
9863
9864 * mi/mi-main.c (mi_execute_command): Call target_log_command.
9865
9866 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
9867
9868 * remote.c (remote_state): Remove gdbarch.
9869 (init_remote_state): Don't set gdbarch.
9870 (remote_query_supported): Pass target_gdbarch instead of
9871 rs->gdbarch to gdbarch_qsupported.
9872
9873 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
9874
9875 * gdbarch.sh: Add qsupported.
9876
9877 * gdbarch.c: Regenerated.
9878 * gdbarch.h: Likewise.
9879
9880 * remote.c (remote_state): Add gdbarch.
9881 (init_remote_state): Set gdbarch.
9882 (remote_query_supported): Support gdbarch_qsupported.
9883
9884 2010-02-03 Daniel Jacobowitz <dan@codesourcery.com>
9885
9886 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
9887 __FreeBSD_kernel_version.
9888
9889 2010-02-03 Tristan Gingold <gingold@adacore.com>
9890
9891 * symfile.h (struct sym_fns): Add sym_relocate field.
9892 (default_symfile_relocate): New prototype.
9893 (symfile_relocate_debug_section): First argument is now an objfile.
9894 * symfile.c (default_symfile_relocate): Rename from
9895 symfile_relocate_debug_section, first argument is now an objfile.
9896 (symfile_relocate_debug_section): New function.
9897 * coffread.c (coff_sym_fns): Set sym_relocate field.
9898 * somread.c (som_sym_fns): Ditto.
9899 * mipsread.c (ecoff_sym_fns): Ditto.
9900 * machoread.c (macho_sym_fns): Ditto.
9901 * elfread.c (elf_sym_fns): Ditto.
9902 * dwarf2read.c (dwarf2_read_section): Ditto.
9903 * xcoffread.c (xcoff_sym_fns): Ditto.
9904 * dbxread.c (aout_sym_fns): Ditto.
9905 (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
9906 (elfstab_build_psymtabs): Ditto.
9907
9908 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
9909
9910 * defs.h (MAX_REGISTER_SIZE): Increase to 32.
9911
9912 2010-02-02 Tom Tromey <tromey@redhat.com>
9913
9914 * valops.c (value_cast_structs): Try downcasting using the RTTI
9915 type.
9916
9917 2010-02-02 Tom Tromey <tromey@redhat.com>
9918
9919 * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
9920 (gnuv2_baseclass_offset): Now static.
9921 * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
9922 * gnu-v2-abi.h: Remove.
9923
9924 2010-02-02 Tom Tromey <tromey@redhat.com>
9925
9926 * m2-typeprint.c (m2_record_fields): Don't use
9927 TYPE_DECLARED_TYPE.
9928 * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
9929 (struct main_type) <flag_declared_class>: New field.
9930 (struct cplus_struct_type) <declared_type>: Remove.
9931 <ntemplate_args>: Move earlier.
9932 (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
9933 (DECLARED_TYPE_TEMPLATE): Remove.
9934 (TYPE_DECLARED_TYPE): Remove.
9935 * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
9936 * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
9937 * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
9938 TYPE_DECLARED_TYPE.
9939
9940 2010-02-02 Tom Tromey <tromey@redhat.com>
9941
9942 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
9943 * valops.c (search_struct_field): Compute nbases after calling
9944 CHECK_TYPEDEF.
9945 (check_field): Call CHECK_TYPEDEF.
9946 * cp-valprint.c (cp_print_value): Pass correct address to
9947 baseclass_offset. Fix check for virtual base past the end of the
9948 object. Don't offset address passed to cp_print_value_fields or
9949 apply_val_pretty_printer.
9950 (cp_print_value_fields): Fix call to val_print.
9951 (cp_print_value_fields_rtti): New function.
9952 * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
9953 * p-valprint.c (pascal_object_print_value_fields): Fix call to
9954 val_print.
9955 * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
9956 offset to address.
9957 * language.h (struct language_defn) <la_val_print>: Document.
9958 * c-lang.h (cp_print_value_fields_rtti): Declare.
9959
9960 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9961
9962 PR libc/11214:
9963 * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
9964 (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
9965 (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
9966
9967 2010-02-01 Michael Matz <matz@suse.de>
9968 Daniel Jacobowitz <dan@codesourcery.com>
9969
9970 * i386-tdep.c (i386_frame_cache): Assume valid anonymous
9971 functions use a frame pointer.
9972
9973 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9974
9975 * solib-svr4.c (scan_dyntag): New variable dyn_addr. Replace gdb_assert
9976 by a conditional setting DYN_ADDR. Use DYN_ADDR.
9977 * config/djgpp/fnchange.lst: Add translations for
9978 symbol-without-target_section.exp and symbol-without-target_section.c.
9979
9980 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9981
9982 * gdbarch.sh: Set LANG and LC_ALL to C, not c.
9983 (remote_breakpoint_for_pc): Correct invalid_p check.
9984 * gdbarch.c: Regenerated.
9985
9986 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9987
9988 * arm-tdep.c (arm_find_mapping_symbol): New function, from
9989 arm_pc_is_thumb.
9990 (arm_pc_is_thumb): Use arm_find_mapping_symbol.
9991 (extend_buffer_earlier): New function.
9992 (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
9993 (arm_adjust_breakpoint_address): New function.
9994 (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
9995
9996 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9997
9998 * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
9999 (arm_linux_thumb2_le_breakpoint): New constants.
10000 (arm_linux_init_abi): Set thumb2_breakpoint and
10001 thumb2_breakpoint_size.
10002 * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
10003 (thumb_get_next_pc): Add a comment. Rename IT to ITSTATE.
10004 Implement support for single stepping through IT blocks if
10005 a 32-bit Thumb breakpoint instruction is available.
10006 (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
10007 is available, use it when needed.
10008 (arm_remote_breakpoint_from_pc): New function.
10009 (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
10010 * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
10011 comment. Add thumb2_breakpoint and thumb2_breakpoint_size.
10012
10013 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10014
10015 * arch-utils.c (default_remote_breakpoint_from_pc): New function.
10016 * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
10017 * gdbarch.c, gdbarch.h: Regenerated.
10018 * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
10019 * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
10020 gdbarch_remote_breakpoint_from_pc.
10021
10022 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10023
10024 * infrun.c (prepare_to_proceed): Handle other signals which might
10025 match a breakpoint.
10026 (handle_inferior_event): Move the check for unusual breakpoint
10027 signals earlier.
10028
10029 2010-01-29 Paul Hilfinger <hilfinger@adacore.com>
10030
10031 amd64 - function returning record with field straddling 2 registers.
10032 * amd64-tdep.c (amd_classify_aggregate): Handle the case of
10033 a record of length <= 16 in which a field straddles the two
10034 eightbytes.
10035
10036 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10037
10038 Implement return values on amd64-windows.
10039 * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
10040 (amd64_windows_return_value): New function.
10041 (amd64_windows_init_abi): Call set_gdbarch_return_value with
10042 amd64_windows_return_value.
10043
10044 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10045
10046 amd64-windows: 32 bytes allocated on stack by caller for integer
10047 parameter registers.
10048 * i386-tdep.h (struct gdbarch_tdep): Add new field
10049 integer_param_regs_saved_in_caller_frame.
10050 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
10051 tdep->integer_param_regs_saved_in_caller_frame to 1.
10052 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
10053 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
10054
10055 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10056
10057 amd64-windows: memory args passed by pointer during function calls.
10058 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
10059 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
10060 where tdep->memory_args_by_pointer is non-zero.
10061 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
10062 tdep->memory_args_by_pointer to 1.
10063
10064 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10065
10066 amd64-windows: Integer parameters in function calls.
10067 * i386-tdep.h (enum amd64_reg_class): New, moved here from
10068 amd64-tdep.c.
10069 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
10070 call_dummy_integer_regs, and classify.
10071 * amd64-tdep.h (amd64_classify): Add declaration.
10072 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
10073 (amd64_reg_class): Delete, moved to i386-tdep.h.
10074 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
10075 Replace call to amd64_classify by call to tdep->classify.
10076 (amd64_push_arguments): Get the list of registers to use for
10077 passing integer parameters from the gdbarch tdep structure,
10078 rather than using a hardcoded one. Replace calls to amd64_classify
10079 by calls to tdep->classify.
10080 (amd64_push_dummy_call): Get the register number used for
10081 the "hidden" argument from tdep->call_dummy_integer_regs.
10082 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
10083 and tdep->call_dummy_integer_regs. Set tdep->classify.
10084 * amd64-windows-tdep.c: Add include of gdbtypes.h.
10085 (amd64_windows_dummy_call_integer_regs): New static global.
10086 (amd64_windows_classify): New function.
10087 (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
10088 tdep->call_dummy_integer_regs and tdep->classify.
10089
10090 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
10091
10092 * regcache.c (regcache_xmalloc): Add aspace argument. Use it
10093 for the new regcache. All callers updated.
10094 (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
10095 (get_thread_arch_regcache): Do not set aspace here.
10096 * regcache.h (regcache_xmalloc): Update declaration.
10097
10098 * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
10099 regcache_xmalloc updated.
10100
10101 2010-01-28 Joel Brobecker <brobecker@adacore.com>
10102
10103 Another -Wunused-function error in procfs.c (sparc-solaris)
10104 * procfs.c (insert_dbx_link_breakpoint): Delete declaration. Move up.
10105 Only define if SYS_syssgi is defined.
10106 (remove_dbx_link_breakpoint): Delete declaration. Move up.
10107 (dbx_link_addr, insert_dbx_link_bpt_in_file)
10108 (insert_dbx_link_bpt_in_region): Move up. Only define if SYS_syssgi
10109 is itself defined.
10110
10111 2010-01-27 Christopher Faylor <me+cygwin@cgf.cx>
10112
10113 * windows-nat.c (windows_initialization_done): New variable.
10114 (get_windows_debug_event): Issue error when process dies before
10115 completely initializing.
10116 (do_initial_windows_stuff): Set flag to indicate when we are done with
10117 the initial steps of attaching to the child.
10118
10119 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10120
10121 * symtab.h (struct symbol <symtab>): New comment on NULL values.
10122
10123 2010-01-27 Doug Evans <dje@google.com>
10124
10125 * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
10126
10127 * breakpoint.c (bpstat_stop_status): Delete useless code.
10128
10129 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10130
10131 * printcmd.c (display_uses_solib_p): Remove variable section. Access
10132 objfile via SYMBOL_SYMTAB.
10133
10134 2010-01-26 Tom Tromey <tromey@redhat.com>
10135
10136 PR exp/7643:
10137 * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
10138 coerce_array on result.
10139
10140 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
10141
10142 * cp-namespace.c (cp_lookup_symbol_namespace): Added
10143 search_parent argument.
10144 (cp_add_using): Initialize 'searched' field.
10145 (reset_directive_searched): New function.
10146 * cp-support.h: Add 'searched' field to using_direct struct.
10147 (cp_lookup_symbol_imports): Ditto.
10148 * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
10149 Perform recursive search.
10150 Implement non parent search.
10151 * valops.c (value_maybe_namespace_elt): Updated.
10152
10153 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
10154
10155 PR gdb/10929:
10156 * dwarf2read.c (read_lexical_block_scope): Create blocks for
10157 scopes which contain using directives even if they contain no
10158 declarations.
10159 * symtab.c (lookup_symbol_aux): Pass lowest level block to
10160 la_lookup_symbol_nonlocal.
10161 * cp-namespace.c (cp_lookup_symbol_nonlocal): call
10162 cp_lookup_symbol_namespace.
10163 (cp_lookup_symbol_namespace): Perform an import lookup at every
10164 block level.
10165 (cp_lookup_symbol_imports): New function.
10166 (cp_lookup_symbol_in_namespace): New function.
10167
10168 2010-01-25 Tom Tromey <tromey@redhat.com>
10169
10170 PR gdb/11049:
10171 * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
10172 result.
10173
10174 2010-01-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10175
10176 * configure.ac: Only use host_os part when disabling TUI on osf.
10177 Use test to check variables, prefix strings with x.
10178 * configure: Regenerate.
10179
10180 * solib-osf.c (osf_current_sos): Initialize tail.
10181
10182 2010-01-25 gingold <gingold@adacore.com>
10183
10184 * windows-nat.c (windows_continue): Use %x to print thread id.
10185 (get_windows_debug_event): Ditto.
10186
10187 2010-01-22 Tom Tromey <tromey@redhat.com>
10188
10189 PR symtab/11199:
10190 * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
10191 type and arguments. Use smash_to_methodptr_type.
10192 (read_structure_type): Call quirk_gcc_member_function_pointer
10193 later.
10194 * gdbtypes.h (smash_to_methodptr_type): Declare.
10195 * gdbtypes.c (smash_to_methodptr_type): New function.
10196 (lookup_methodptr_type): Use it.
10197
10198 2010-01-21 Tom Tromey <tromey@redhat.com>
10199
10200 PR symtab/11198:
10201 * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
10202 * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
10203 * glibc-tdep.c (find_minsym_and_objfile): Remove.
10204 (glibc_skip_solib_resolver): Use
10205 lookup_minimal_symbol_and_objfile.
10206
10207 2010-01-21 Kai Tietz <kai.tietz@onevision.com>
10208
10209 * inflow.c (check_syscall): Guard by #if clause for GO32 and
10210 WIN32 targets.
10211
10212 2010-01-20 Tom Tromey <tromey@redhat.com>
10213
10214 PR backtrace/10770:
10215 * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
10216 BINOP_GEQ. Handle BINOP_NOTEQUAL in the signed case.
10217 * dwarf2expr.c (new_dwarf_expr_context): Allocate
10218 dwarf_stack_values, not CORE_ADDRs.
10219 (execute_stack_op): Change DW_OP_div and comparison operators to
10220 use signed operands.
10221
10222 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
10223
10224 Per-inferior args and tty and environment.
10225
10226 * infcmd.c (inferior_args): Rename to ...
10227 (inferior_args_scratch): ... this.
10228 (inferior_io_terminal): Rename to ...
10229 (inferior_io_terminal_scratch): ... this.
10230 (inferior_argc, inferior_argv): Remove.
10231 (set_inferior_io_terminal, get_inferior_io_terminal): Store
10232 inside current_inferior().
10233 (set_inferior_tty_command, show_inferior_tty_command): New.
10234 (get_inferior_args, set_inferior_args): Store inside
10235 current_inferior().
10236 (notice_args_set): Likewise and rename to...
10237 (set_args_command): ... this.
10238 (set_inferior_args_vector): Likewise.
10239 (notice_args_read): Rename to...
10240 (show_args_command): ...new.
10241 (tty_command): Remove.
10242 (run_command_1): Don't free old args, as they are freed by
10243 set_inferior_arg now.
10244 (run_no_args_command): Likewise.
10245 (inferior_environ): Remove.
10246 (run_command_1): Use environment of the current inferior.
10247 (environment_info, set_environment_command)
10248 (unset_environment_command, path_info, path_command): Likewise.
10249 (_initialize_infcmd): Adjust for function and variable renames.
10250 Do not init inferior_environ.
10251 * inferior.h (set_inferior_arg): Adjust prototype.
10252 (struct inferior): New fields args, argc, argv, terminal, environment.
10253 (inferior_environ): Remove declaration.
10254 * inferior.c (free_inferior): Free new fields.
10255 (add_inferior_silent): Initialize 'environment' field.
10256 * main.c (captured_main): Set arguments only after the initial
10257 inferior has been created. Set set_inferior_io_terminal,
10258 not tty_command.
10259 * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
10260 inferior.
10261 (_initialize_mi_cmd_env): Adjust for disappearance of global
10262 inferior_environ.
10263 * solib.c (solib_find): Use environment of the current inferior.
10264
10265 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10266
10267 * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
10268 HAVE_PYTHON.
10269 (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
10270
10271 2010-01-20 Joel Brobecker <brobecker@adacore.com>
10272
10273 Get rid of ada-lang.c:function_name_from_pc.
10274 * ada-lang.c: Add "stack.h" #include.
10275 (function_name_from_pc): Delete.
10276 (is_known_support_routine): Replace call to function_name_from_pc
10277 by call to find_frame_funname.
10278 (ada_unhandled_exception_name_addr_from_raise): Likewise.
10279
10280 2010-01-19 Tom Tromey <tromey@redhat.com>
10281
10282 PR c++/11026:
10283 * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
10284 objfile obstack.
10285
10286 2010-01-19 Tom Tromey <tromey@redhat.com>
10287
10288 * top.c (stop_sig, float_handler, do_nothing): Remove.
10289
10290 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10291
10292 * breakpoint.c (watchpoint_check): Check the call
10293 gdbarch_in_function_epilogue_p before calling frame_find_by_id.
10294 Extend the comment.
10295 * config/djgpp/fnchange.lst: Add translations for
10296 watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
10297 watchpoint-cond-gone-stripped.c.
10298
10299 2010-01-19 Tom Tromey <tromey@redhat.com>
10300
10301 PR c++/8000:
10302 * dwarf2read.c (partial_die_parent_scope): Put enumeration type
10303 into parent scope, and enumerator into grandparent scope.
10304
10305 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10306
10307 * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
10308
10309 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10310
10311 * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
10312 i[34567]86-*-solaris2.1[0-9]*.
10313 * configure.tgt: Likewise.
10314
10315 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10316
10317 * NEWS: Document the source command enhancement allowing it
10318 to load Python scripts. Document the "set/show script-extension"
10319 commands.
10320
10321 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10322
10323 Add -Wunused-function to compile flags.
10324 * configure.ac: Add -Wunused-function to build_warnings.
10325 * configure: Regenerate.
10326
10327 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10328
10329 "delete" ada-lex.c:input function, not used.
10330 * ada-lex.l: #define YY_NO_INPUT.
10331
10332 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10333
10334 Delete free_named_symtabs and associated cleanup.
10335 * symfile.h (free_named_symtabs): Delete declaration.
10336 * symfile.c: Remove some commented out code (clear_symtab_users_once).
10337 (cashier_psymtab): Comment function out.
10338 Delete declaration.
10339 (free_named_symtabs): Delete.
10340 * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
10341 * dbxread.c (end_psymtab): Likewise.
10342 * dwarf2read.c (process_psymtab_comp_unit): Ditto.
10343 * exec.c (exec_close_1): Ditto.
10344 * xcoffread.c (xcoff_end_psymtab): Likewise.
10345
10346 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10347
10348 * stack.c (print_block_frame_labels): Comment function out.
10349
10350 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10351
10352 Delete unused or undefined functions.
10353 * breakpoint.c (ep_parse_optional_filename): Delete.
10354 * dcache.c (dcache_write_line): Remove declaration.
10355 * infrun.c (build_infrun): Remove declaration.
10356 * tracepoint.c (tracepoint_save_command): Remove declaration.
10357 * linux-nat.c (init_lwp_list): Delete. No longer used.
10358 * event-loop.c (check_async_signal_handlers): Delete declaration.
10359 * infrun.c (init_execution_control_state): Delete.
10360 (proceed): Update comment to avoid mentioning
10361 init_execution_control_state.
10362 * target.c (kill_or_be_killed, nosupport_runtime): Delete.
10363 * ada-lang.c (ada_to_static_fixed_value): Delete.
10364 * scm-lang.c (evaluate_subexp_scm): Delete declaration.
10365 * cp-namespace.c (cp_copy_usings): Delete.
10366 * xml-syscall.c (xml_number_of_syscalls): Delete.
10367 * progspace.c (find_program_space_by_num): Delete.
10368 * inflow.c (handle_sigio): Delete declaration.
10369 * hppa-tdep.c (hppa_alignof): Delete.
10370 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
10371 (mipsnbsd_core_osabi_sniffer): Delete.
10372
10373 2010-01-18 Tom Tromey <tromey@redhat.com>
10374
10375 PR c++/9680:
10376 * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
10377 (CONST_CAST): New tokens.
10378 (exp): Add new productions.
10379 (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
10380 reinterpret_cast.
10381 (is_cast_operator): New function.
10382 (yylex): Handle cast operators specially.
10383 * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
10384 UNOP_REINTERPRET_CAST>: New cases.
10385 * expprint.c (print_subexp_standard): Likewise.
10386 (op_name_standard): Likewise.
10387 (dump_subexp_body_standard): Likewise.
10388 * parse.c (operator_length_standard): Likewise.
10389 * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
10390 UNOP_REINTERPRET_CAST.
10391 * gdbtypes.c (class_types_same_p): New function.
10392 (is_ancestor): Use it.
10393 (is_public_ancestor): New function.
10394 (is_unique_ancestor_worker): Likewise.
10395 (is_unique_ancestor): Likewise.
10396 * gdbtypes.h (class_types_same_p, is_public_ancestor)
10397 (is_unique_ancestor): Declare.
10398 * valops.c (value_reinterpret_cast): New function.
10399 (dynamic_cast_check_1): Likewise.
10400 (dynamic_cast_check_2): Likewise.
10401 (value_dynamic_cast): Likewise.
10402 * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
10403
10404 2010-01-18 Joel Brobecker <brobecker@adacore.com>
10405
10406 Fix build failure when building without Python support.
10407 * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
10408 is not defined.
10409
10410 2010-01-18 Joel Brobecker <brobecker@adacore.com>
10411
10412 Use XVS field type instead of doing a parallel lookup.
10413 * ada-lang.c (ada_get_base_type): Follow the XVS field type
10414 if it is a reference type instead of doing a type lookup using
10415 the XVS field name.
10416
10417 2010-01-18 Joel Brobecker <brobecker@adacore.com>
10418
10419 Trust PAD types instead of using PAD___XVS.
10420 * ada-lang.c (trust_pad_over_xvs): New static variable.
10421 (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
10422 parallel XVS type, follow the XVS type instead of the PAD type.
10423 (unwrap_value): Make sure that there is no parallel XVE type
10424 before returning the value as is.
10425 (set_ada_list, show_ada_list): New static variables.
10426 (set_ada_command, show_ada_command): New functions.
10427 (_initialize_ada_language): Add new "set/show ada" prefix commands.
10428 Add new "set/show ada trust-PAD-over-XVS" setting.
10429
10430 2010-01-18 Tom Tromey <tromey@redhat.com>
10431 Thiago Jung Bauermann <bauerman@br.ibm.com>
10432
10433 Allow "source" to load python scripts.
10434 * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
10435 * python/python.c (source_python_script): New function.
10436 * python/python.h (source_python_script): Add declaration.
10437 * cli/cli-cmds.c: #include exceptions.h and python/python.h.
10438 (script_ext_off, script_ext_soft, script_ext_strict)
10439 (script_ext_enums, script_ext_mode): New static constants.
10440 (show_script_ext_mode, find_and_open_script): New functions.
10441 (source_script): Enhance to handle Python scripts.
10442 (init_cli_cmds): Add set/show script-extension commands.
10443
10444 2010-01-16 Stan Shebs <stan@codesourcery.com>
10445
10446 * tracepoint.h (struct trace_status): Use unsigned long long
10447 instead of size_t.
10448 * tracepoint.c (trace_status_command): Fix printf directive.
10449 (trace_save_command): Check fwrite returns, fix printf directive.
10450 (trace_filename): New global.
10451 (tfile_open): Set it, check read returns.
10452 (tfile_close): Free trace_filename.
10453 (tfile_get_traceframe_address): Check read returns.
10454 (tfile_trace_find): Ditto.
10455 (tfile_fetch_registers): Ditto.
10456 (tfile_xfer_partial): Ditto.
10457 (tfile_get_trace_state_variable_value): Ditto.
10458
10459 2010-01-15 Stan Shebs <stan@codesourcery.com>
10460
10461 Add trace file support.
10462 * tracepoint.h (enum trace_stop_reason): New enum.
10463 (struct trace_status): New struct.
10464 (parse_trace_status): Declare.
10465 (struct uploaded_tp): Move here from remote.c,
10466 add fields for actions.
10467 (struct uploaded_tsv): New struct.
10468 * tracepoint.c (tfile_ops): New target vector.
10469 (trace_fd): New global.
10470 (tfile_open): New function.
10471 (tfile_close): New function.
10472 (tfile_files_info): New function.
10473 (tfile_get_trace_status): New function.
10474 (tfile_get_traceframe_address): New function.
10475 (tfile_trace_find): New function.
10476 (tfile_fetch_registers): New function.
10477 (tfile_xfer_partial): New function.
10478 (tfile_get_trace_state_variable_value): New function.
10479 (init_tfile_ops): New function.
10480 (_initialize_tracepoint): Call it, add tfile target.
10481 (trace_status): New global.
10482 (current_trace_status): New function.
10483 (trace_running_p): Remove, change all users to get from
10484 current_trace_status()->running.
10485 (get_trace_status): Remove.
10486 (trace_status_command): Call target_get_trace_status directly,
10487 report more detail including tracing stop reasons.
10488 (trace_find_command): Always allow tfind on a file.
10489 (trace_find_pc_command): Ditto.
10490 (trace_find_tracepoint_command): Ditto.
10491 (trace_find_line_command): Ditto.
10492 (trace_find_range_command): Ditto.
10493 (trace_find_outside_command): Ditto.
10494 (trace_frames_offset, cur_offset): Declare as off_t.
10495 (trace_regblock_size): Rename from reg_size, update users.
10496 (parse_trace_status): New function.
10497 (tfile_interp_line): New function.
10498 (disconnect_or_stop_tracing): Ensure current trace
10499 status before asking what to do.
10500 (stop_reason_names): New global.
10501 (trace_save_command): New command.
10502 (get_uploaded_tp): Move here from remote.c.
10503 (find_matching_tracepoint): Ditto.
10504 (merge_uploaded_tracepoints): New function.
10505 (parse_trace_status): Use stop_reason_names.
10506 (_initialize_tracepoint): Define tsave command.
10507 * target.h (target_ops): New fields to_save_trace_data,
10508 to_upload_tracepoints, to_upload_trace_state_variables,
10509 to_get_raw_trace_data, change to_get_trace_status
10510 to take a pointer to a status struct.
10511 (target_save_trace_data): New macro.
10512 (target_upload_tracepoints): New macro.
10513 (target_upload_trace_state_variables): New macro.
10514 (target_get_raw_trace_data): New macro.
10515 * target.c (update_current_target): Add new methods, change
10516 signature of to_get_trace_status.
10517 * remote.c (hex2bin): Make globally visible.
10518 (bin2hex): Ditto.
10519 (remote_download_trace_state_variable): Download name also.
10520 (remote_get_trace_status): Update parameter, use
10521 parse_trace_status.
10522 (remote_save_trace_data): New function.
10523 (remote_upload_tracepoints): New function.
10524 (remote_upload_trace_state_variables): New function.
10525 (remote_get_raw_trace_data): New function.
10526 (remote_start_remote): Use them.
10527 (_initialize_remote_ops): Add operations.
10528 * ax-gdb.c: Include breakpoint.h.
10529 * breakpoint.c (create_tracepoint_from_upload): Use
10530 break_command_really, return tracepoint, warn about unimplemented
10531 parts.
10532 * NEWS: Mention trace file addition.
10533
10534 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10535
10536 Fix compilation warning on gcc-3.4.
10537 * exec.c (print_section_info): Move the `displacement' variable
10538 initialization to its declaration.
10539
10540 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10541
10542 * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
10543 comparison.
10544
10545 2010-01-15 Eric Botcazou <botcazou@adacore.com>
10546
10547 "info tasks" broken by typedefs in ATCB type definitions.
10548 * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
10549 ada_check_typedef before retrieving the length of the type for
10550 regular fields.
10551
10552 2010-01-15 Joel Brobecker <brobecker@adacore.com>
10553
10554 Do not use name-based lookup for unconstrained packed arrays.
10555 * ada-lang.c (find_parallel_type_by_descriptive_type):
10556 Limit the fallback to name-based lookups to the case where
10557 the type is a constrained packed array.
10558
10559 2010-01-15 Joel Brobecker <brobecker@adacore.com>
10560
10561 Enhance gdb-gdb.py to handle main_type.type_specific.
10562 * gdb-gdb.py: Print the type-specific part of struct main_type.
10563
10564 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10565
10566 * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
10567 * configure: Regenerate.
10568 * config.in: Regenerate.
10569 * utils.c: Include sys/resource.h.
10570 (dump_core, can_dump_core): New.
10571 (internal_vproblem): Update the comment. Check can_dump_core while
10572 setting dump_core_p. Replace two abort calls by dump_core calls.
10573
10574 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10575 Eli Zaretskii <eliz@gnu.org>
10576
10577 * NEWS: Document the PIE support.
10578
10579 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10580
10581 * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
10582 (check_is_pie_binary, _initialize_linux_tdep): Remove.
10583
10584 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10585
10586 * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
10587 Replace exec_entry_point call by bfd_get_start_address.
10588
10589 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10590
10591 Support Valgrind attachments broken by the PIE support.
10592 * auxv.c: Include gdbcore.h.
10593 (procfs_xfer_auxv): Make static. Reduce its comment. Drop its
10594 parameters ops, object and annex. Remove their assertions.
10595 (ld_so_xfer_auxv, memory_xfer_auxv): New function.
10596 * auxv.h (procfs_xfer_auxv): Remove comment. Rename to ...
10597 (memory_xfer_auxv): ... here.
10598 * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
10599 memory_xfer_auxv.
10600 * procfs.c (procfs_xfer_partial): Likewise.
10601 * solib-svr4.c (svr4_relocate_main_executable): New prototype.
10602 (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
10603 (svr4_solib_create_inferior_hook): Conditionalize the
10604 svr4_relocate_main_executable call.
10605
10606 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10607
10608 * solib-svr4.c (scan_dyntag): Remove variable dyn_addr. New variable
10609 target_section. Find SECT in current_target_sections, gdb_assert it.
10610 (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
10611 New variable abfd.
10612 * symtab.c (lookup_objfile_from_block): Return the binary file instead
10613 of separate debug info file.
10614
10615 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10616
10617 Support PIEs with no symfile_objfile.
10618 * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
10619 * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
10620
10621 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10622
10623 * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
10624 code part to ...
10625 (svr4_static_exec_displacement): ... a new function.
10626 (svr4_exec_displacement): New function.
10627 (svr4_relocate_main_executable): Call svr4_exec_displacement. Allocate
10628 new_offsets using alloca now. Remove variable old_chain and changed.
10629 Call objfile_relocate unconditionally now.
10630
10631 2010-01-14 Doug Evans <dje@google.com>
10632
10633 * gdbtypes.c (arch_flags_type): Fix comment.
10634 * gdbtypes.h (arch_composite_type): Fix comment.
10635
10636 2009-01-14 Tristan Gingold <gingold@adacore.com>
10637
10638 * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
10639 Call xstrdup for abfd->filename. Pass symfile_flags and objfile flags
10640 to symbol_file_add_from_bfd. Add OSO as separate objfile.
10641 (macho_oso_symfile): Add symfile_flags parameter. Pass it to
10642 macho_add_oso_symfile.
10643 (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
10644
10645 2010-01-14 Joel Brobecker <brobecker@adacore.com>
10646
10647 Tru64: Dead threads are never deleted.
10648 * dec-thread.c (dec_thread_ptid_is_alive): New function.
10649 (dec_thread_count_gdb_threads): Fix counter increment.
10650 (dec_thread_add_gdb_thread): Fix *listp increment.
10651 (resync_thread_list): Fix bug in deletion of dead threads that
10652 caused all threads to be deleted, instead of just the dead ones.
10653
10654 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
10655
10656 PR python/10705
10657
10658 * python/python-internal.h: Add lazy_string_object_type
10659 definition.
10660 (create_lazy_string_object, gdbpy_initialize_lazy_string)
10661 (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
10662 * python/py-value.c (valpy_lazy_string): New function.
10663 (convert_value_from_python): Add lazy string conversion.
10664 * python/py-prettyprint.c (pretty_print_one_value): Check if
10665 return is also a lazy string.
10666 (print_string_repr): Add lazy string printing branch.
10667 (print_children): Likewise.
10668 * python/py-lazy-string.c: New file. Implement lazy strings.
10669 * python/python.c (_initialize_python): Call
10670 gdbpy_initialize_lazy_string.
10671 * varobj.c (value_get_print_value): Add lazy string printing
10672 branch. Account for encoding.
10673 * c-lang.c (c_printstr): Account for new encoding argument. If
10674 encoding is NULL, find encoding suited for type, otherwise use
10675 user encoding.
10676 * language.h (language_defn): Add encoding argument.
10677 (LA_PRINT_STRING): Likewise.
10678 * language.c (unk_lang_printstr): Update to reflect new encoding
10679 argument to language_defn.
10680 * ada-lang.h (ada_printstr): Likewise.
10681 * c-lang.h (c_printstr): Likewise.
10682 * p-lang.h (pascal_printstr);
10683 * f-lang.c (f_printstr): Likewise.
10684 * m2-lang.c (m2_printstr): Likewise.
10685 * objc-lang.c (objc_printstr): Likewise.
10686 * p-lang.c (pascal_printstr): Likewise.
10687 * scm-lang.c (scm_printstr): Likewise.
10688 * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
10689 encoding argument.
10690 * ada-valprint.c (ada_printstr): Likewise.
10691 * f-valprint.c (f_val_print): Likewise
10692 * m2-valprint.c (m2_val_print): Likewise.
10693 * p-valprint.c (pascal_val_print): Likewise.
10694 * expprint.c (print_subexp_standard): Likewise.
10695 * valprint.c (val_print_string): Likewise.
10696 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
10697 (SUBDIR_PYTHON_SRCS): Likewise.
10698 (py-lazy-string.o): New rule.
10699
10700 2010-01-13 Doug Evans <dje@google.com>
10701
10702 * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
10703 uninitialized" warning from gcc on local `tree'.
10704
10705 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
10706
10707 Implement core awareness.
10708
10709 * bcache.c (compare_ints): Remove
10710 (print_percentage): Use compare_positive_ints.
10711 * defs.h (compare_positive_ints): Declare.
10712 * linux-nat.h (struct lin_lwp): New field core.
10713 (linux_nat_core_of_thread_1): Declare.
10714 * linux-nat.c (add_lwp): Init the 'core' field.
10715 (linux_nat_wait_1): Record the core.
10716 (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
10717 (linux_nat_add_target): Register the above.
10718 * linux-thread-db.c (update_thread_core): New.
10719 (thread_db_find_new_threads): Update core information for
10720 every thread.
10721 * remote.c (struct private_thread_info): New.
10722 (free_private_thread_info, demand_private_info): New.
10723 (PACKET_qXfer_threads, use_osdata_threads): New.
10724 (struct thread_item, threads_parsing_context
10725 (start_thread, end_thread, thread_attributes)
10726 (thread_children, threads_children, threads_elements): New.
10727 (remote_threads_info): Try qXfer:threads before anything
10728 else.
10729 (remote_protocol_packets): Register qXfer:threads.
10730 (remote_open_1): Init use_osdata_threads.
10731 (struct stop_reply): New field 'core'.
10732 (remote_parse_stop_reply): Parse core number.
10733 (process_stop_reply): Record core number.
10734 (remote_xfer_partial): Handle qXfer:threads.
10735 (remote_core_of_thread): New.
10736 (init_remote_ops): Register remote_core_of_thread.
10737 (_initialize_remote): Register qXfer:read.
10738 * target.c (target_core_of_thread): New
10739 * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
10740 (struct target_ops): New field to_core_of_threads.
10741 (target_core_of_thread): Declare.
10742 * gdbthread.h (struct thread_info): New field private_dtor.
10743 * thread.c (print_thread_info): Report the core.
10744 * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
10745 * utils.c (compare_positive_ints): New.
10746 * features/threads.dtd: New.
10747 * mi/mi-interp.c (mi_on_normal_stop): Report the core.
10748 * mi/mi-main.c (struct collect_cores_data, collect_cores)
10749 (do_nothing, free_vector_of_osdata_items)
10750 (splay_tree_int_comparator, free_splay_tree): New.
10751 (print_one_inferior_data): Implemented printing of selected
10752 inferiors. Collect and print cores.
10753 (output_cores): New.
10754 (mi_cmd_list_thread_groups): Support --recurse. Permit specifying
10755 thread groups together with --available.
10756
10757 2010-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10758
10759 * configure: Regenerate (for _STRUCTURED_PROC).
10760
10761 2010-01-12 Joel Brobecker <brobecker@adacore.com>
10762
10763 Delete dead function.
10764 * ada-lang.c (extract_string): Delete. No longer used.
10765
10766 2010-01-12 Joel Brobecker <brobecker@adacore.com>
10767
10768 Fix -Wunused warning in dec-thread.c.
10769 * dec-thread.c (dec_thread_count_gdb_threads)
10770 (dec_thread_add_gdb_thread): Prevent -Wunused warning.
10771
10772 2010-01-12 Joel Brobecker <brobecker@adacore.com>
10773
10774 * ada-valprint.c (ada_print_floating): Remove trailing space.
10775
10776 2010-01-12 Joel Brobecker <brobecker@adacore.com>
10777
10778 Add support for DW_AT_GNAT_descriptive_type.
10779 * gdbtypes.h (enum type_specific_kind): New enum.
10780 (struct main_type) [type_specific_field]: New component.
10781 [type_specific]: Add new component "gnat_stuff".
10782 (struct gnat_aux_type): New type.
10783 (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
10784 (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
10785 (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
10786 (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
10787 (TYPE_SPECIFIC_FIELD): New macros.
10788 (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
10789 type does not hold any cplus-specific data.
10790 (TYPE_RAW_CPLUS_SPECIFIC): New macro.
10791 (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
10792 (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
10793 cplus-specific data.
10794 * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
10795 Set new component TYPE_SPECIFIC_FIELD (type).
10796 (gnat_aux_default): New constant.
10797 (allocate_gnat_aux_type): New function.
10798 (init_type): Add initialization the type-specific stuff for
10799 TYPE_CODE_FLT and TYPE_CODE_FUNC types.
10800 (print_gnat_stuff): New function.
10801 (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
10802 specific data. Adjust code that prints the contents of the
10803 type-specific union using the TYPE_SPECIFIC_FIELD value.
10804 * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
10805 the type cplus stuff for Ada types.
10806 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
10807 Error out if these routines are called with an Ada type.
10808 (read_structure_type, read_array_type, read_subrange_type):
10809 Add call to set_descriptive_type.
10810 (set_die_type): Initialize the gnat-specific data if necessary.
10811 (need_gnat_info, die_descriptive_type, set_descriptive_type):
10812 New functions.
10813 * ada-lang.c (decode_constrained_packed_array_type): Use
10814 decode_constrained_packed_array_type instead of doing a standard
10815 lookup to locate a parallel type.
10816 (find_parallel_type_by_descriptive_type): New function.
10817 (ada_find_parallel_type_with_name): New function.
10818 (ada_find_parallel_type): Reimplement using
10819 ada_find_parallel_type_with_name.
10820 * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
10821 to check if type has a cplus stuff.
10822 * linespec.c (total_number_of_methods): Likewise.
10823 * mdebugread.c (new_type): Likewise.
10824
10825 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10826
10827 * NEWS: Document the 0b binary number prefix parsing.
10828
10829 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10830
10831 * objfiles.c (objfile_relocate1): Change the return type to int.
10832 Describe the new return value. Return non-zero if data changed.
10833 (objfile_relocate): New variable changed. Set it. Call
10834 breakpoint_re_set depending on CHANGED.
10835
10836 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10837
10838 Implement binary numbers parsing.
10839 * c-exp.y (parse_number): New case 'b' and 'B'.
10840
10841 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10842 Tristan Gingold <gingold@adacore.com>
10843
10844 * solib.c (info_sharedlibrary_command): Replace
10845 objfile_has_partial_symbols and objfile_has_full_symbols calls by
10846 objfile_has_symbols.
10847
10848 2010-01-10 Joel Brobecker <brobecker@adacore.com>
10849
10850 * NEWS: Document the improvements made to the mips-irix port.
10851
10852 2010-01-09 Joel Brobecker <brobecker@adacore.com>
10853
10854 Fix the documentation of valprint.c:value_print.
10855 * valprint.c (value_print): Update the function description to
10856 mention that the syntax of the output follows the current_language,
10857 not necessarily C.
10858
10859 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10860
10861 Fix displacement of separate debug info files.
10862 * objfiles.c (objfile_relocate): Rename to ...
10863 (objfile_relocate1): ... here and make it static. Extend the comment.
10864 (objfile_relocate): New function.
10865 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
10866 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
10867 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
10868 allocated using alloca.
10869 * symfile.c (copy_section_addr_info): Remove.
10870 (build_section_addr_info_from_objfile): Make it global. New variables
10871 addr_bit and mask, use them.
10872 * symfile.h (build_section_addr_info_from_objfile): New prototype.
10873 (copy_section_addr_info): Remove.
10874
10875 2010-01-09 Joel Brobecker <brobecker@adacore.com>
10876
10877 Signal unwinder for mips-irix N32.
10878 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
10879 tramp-frame.h.
10880 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
10881 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
10882 (SIGCONTEXT_LO_OFF): New macros.
10883 (mips_irix_n32_tramp_frame_init): New function.
10884 (mips_irix_n32_tramp_frame): New static constant.
10885 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
10886
10887 2010-01-09 Joel Brobecker <brobecker@adacore.com>
10888
10889 Breakpoint in shared library does not work on mips-irix.
10890 * procfs.c: #include "observer.h".
10891 (procfs_inferior_created): New function, moving here the code
10892 which unsets the syssgi syscall-exit notifications.
10893 (procfs_create_inferior): Remove the code which unsets the syssgi
10894 syscall-exit notifications. It is too early to do this here.
10895 (_initialize_procfs): Attach the procfs_inferior_created observer.
10896
10897 2010-01-09 Joel Brobecker <brobecker@adacore.com>
10898
10899 Wrong return convention for arrays (mips-irix).
10900 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
10901 128 bits or smaller are returned the same way as structs
10902 and unions of the the same size.
10903
10904 2010-01-09 Joel Brobecker <brobecker@adacore.com>
10905
10906 Cannot set the PC on mips-irix.
10907 * irix5-nat.c (fill_gregset): Check regno against the raw PC
10908 register number, no the cooked one.
10909
10910 2010-01-09 Joel Brobecker <brobecker@adacore.com>
10911
10912 Error while loading core file on mips-irix.
10913 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
10914 if debugging from a core file.
10915
10916 2010-01-09 Joel Brobecker <brobecker@adacore.com>
10917
10918 GDB hangs when attaching to process on mips-irix.
10919 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
10920 attaching to a process.
10921
10922 2010-01-09 Joel Brobecker <brobecker@adacore.com>
10923
10924 Use the correct breakpoint instruction on mips-irix.
10925 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
10926 containing the correct breakpoint instruction to use on mips-irix.
10927 Use it when the osabi is GDB_OSABI_IRIX.
10928
10929 2010-01-09 Joel Brobecker <brobecker@adacore.com>
10930
10931 -Wunused warning in procfs.c (mips-irix only).
10932 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
10933 throughout instead of using praddset and prdelset respectively.
10934
10935 2010-01-09 Joel Brobecker <brobecker@adacore.com>
10936
10937 GDB crash while stepping into function.
10938 * infrun.c (handle_inferior_event): Refetch the current frame
10939 after handling what.main_action, in case that pointer became
10940 dangling.
10941
10942 2010-01-09 Joel Brobecker <brobecker@adacore.com>
10943
10944 Fix build failure of solaris-hosted cross debuggers.
10945 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
10946
10947 2010-01-09 Daniel Gutson <dgutson@codesourcery.com>
10948
10949 Fix build failure on sparc-solaris.
10950 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
10951
10952 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10953
10954 Move some symfile code into subroutines.
10955 * symfile.h (relative_addr_info_to_section_offsets)
10956 (addr_info_make_relative): New prototypes.
10957 * symfile.c (default_symfile_offsets): Move a part to ...
10958 (relative_addr_info_to_section_offsets): ... this new function.
10959 (default_symfile_offsets): Call it.
10960 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
10961 this part to ...
10962 (addr_info_make_relative): ... this new function.
10963
10964 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10965
10966 Add from_tty to solib_create_inferior_hook.
10967 * infcmd.c (post_create_inferior): Move solib_add after
10968 solib_create_inferior_hook. Pass from_tty to
10969 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
10970 0 from_tty and comment why.
10971 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
10972 * linux-nat.c (linux_child_follow_fork): Likewise.
10973 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
10974 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
10975 from_tty.
10976 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
10977 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
10978 * solib-null.c (null_solib_create_inferior_hook): Likewise.
10979 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
10980 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
10981 * solib-som.c (som_solib_create_inferior_hook): Likewise.
10982 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
10983 Pass it to svr4_so_ops.solib_create_inferior_hook.
10984 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
10985 from_tty.
10986 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
10987 solib_add.
10988 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
10989 enable_break.
10990 * solib-target.c (solib_target_solib_create_inferior_hook): New
10991 parameter from_tty.
10992 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
10993 it to ops->solib_create_inferior_hook.
10994 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
10995 Move solib_add after solib_create_inferior_hook, call it now with
10996 from_tty as 0. New comment there.
10997 * solib.h (solib_create_inferior_hook): New parameter from_tty.
10998 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
10999 Likewise.
11000
11001 2010-01-08 Vladimir Prus <vladimir@codesourcery.com>
11002
11003 Fix multiexec race.
11004 * infrun.c (handle_inferior_event): Use get_thread_regcache
11005 with events ptid, not get_current_regcache.
11006
11007 2009-01-08 Joel Brobecker <brobecker@adacore.com>
11008
11009 GDB crash with empty executable name (MinGW).
11010 * source.c (openp): Add assert that parameter string is not NULL.
11011 if parameter string is an empty string, then return with a failure
11012 immediately.
11013
11014 2009-01-08 Joel Brobecker <brobecker@adacore.com>
11015
11016 Get rid of support for VAX Floats.
11017 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
11018 (ada_vax_float_print_function): Delete.
11019 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
11020 (ada_vax_float_print_function): Delete.
11021 * ada-typeprint.c (print_vax_floating_point_type): Delete.
11022 (ada_print_type): Remove support for VAX floats.
11023 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
11024
11025 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11026
11027 * stabsread.c (read_args): Handle zero arguments.
11028
11029 2009-01-08 Joel Brobecker <brobecker@adacore.com>
11030
11031 Cannot find in-tree libiconv.a after reconfigure.
11032 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
11033 that we can use, then cache the path to this archive.
11034 * configure: Regenerate.
11035
11036 2010-01-07 Stan Shebs <stan@codesourcery.com>
11037
11038 Make tracepoint operations go through target vector.
11039 * target.h (enum trace_find_type): New enum.
11040 (struct target_ops): New fields to_trace_init,
11041 to_download_tracepoint, to_download_trace_state_variable,
11042 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
11043 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
11044 to_set_disconnected_tracing.
11045 (target_trace_init): New macro.
11046 (target_download_tracepoint): New macro.
11047 (target_download_trace_state_variable): New macro.
11048 (target_trace_start): New macro.
11049 (target_trace_set_readonly_regions): New macro.
11050 (target_get_trace_status): New macro.
11051 (target_trace_stop): New macro.
11052 (target_trace_find): New macro.
11053 (target_get_trace_state_variable_value): New macro.
11054 (target_set_disconnected_tracing): New macro.
11055 * target.c (update_current_target): Inherit and set defaults for
11056 tracepoint operations.
11057 * tracepoint.c (default_collect): Make globally visible.
11058 (target_is_remote): Remove, along with all calls.
11059 (tvariables_info): Call target_get_trace_state_variable_value.
11060 (remote_set_transparent_ranges): Remove.
11061 (trace_start_command): Call target_trace_init,
11062 target_download_tracepoint, etc.
11063 (download_tracepoint): Remove.
11064 (trace_stop_command): Simplify.
11065 (stop_tracing): Call target_trace_stop.
11066 (get_trace_status): Call target_get_trace_status.
11067 (trace_status_command): Add case for targets that cannot trace.
11068 (finish_tfind_command): Change to take numerical arguments, call
11069 target_trace_find.
11070 (trace_find_command): Update call to finish_tfind_command.
11071 (trace_find_pc_command): Ditto.
11072 (trace_find_tracepoint_command): Ditto.
11073 (trace_find_line_command): Ditto.
11074 (trace_find_range_command): Ditto.
11075 (trace_find_outside_command): Ditto.
11076 (set_disconnected_tracing_value): Call
11077 target_set_disconnected_tracing.
11078 * remote.c: Add protocol encoding bits from tracepoint.c.
11079 (trace_error): Move from tracepoint.c.
11080 (remote_get_noisy_reply): Ditto.
11081 (free_actions_list_cleanup_wrapper): Ditto.
11082 (free_actions_list): Ditto.
11083 (remote_trace_init): New function.
11084 (remote_download_tracepoint): New function.
11085 (remote_download_trace_state_variable): New function.
11086 (remote_trace_set_readonly_regions): New function.
11087 (remote_trace_start): New function.
11088 (remote_get_trace_status): New function.
11089 (remote_trace_stop): New function.
11090 (remote_trace_find): New function.
11091 (remote_download_trace_state_variable): New function.
11092 (remote_set_disconnected_tracing): New function.
11093 (init_remote_ops): Add tracepoint operations.
11094
11095 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
11096
11097 2010-01-07 Tristan Gingold <gingold@adacore.com>
11098
11099 * symfile.c (build_section_addr_info_from_objfile): New function.
11100 (symbol_file_add_separate): Don't use offsets from objfile but
11101 built an addr info.
11102
11103 2010-01-06 Stan Shebs <stan@codesourcery.com>
11104
11105 Support disconnected tracing.
11106 * infcmd.c (detach_command): Ask whether to stop tracing.
11107 * cli/cli-cmds.c (quit_command): Ditto.
11108 * breakpoint.h (struct breakpoint): New field number_on_target.
11109 * breakpoint.c (create_tracepoint_from_upload): New function.
11110 (get_tracepoint_by_number_on_target): New function.
11111 * remote.c (struct remote): New field disconnected_tracing.
11112 (remote_disconnected_tracing_feature): New function.
11113 (remote_protocol_features): Add DisconnectedTracing.
11114 (struct uploaded_tp): New struct.
11115 (uploaded_tps): New global.
11116 (get_uploaded_tp): New function.
11117 (find_matching_tracepoint): New function.
11118 (remote_get_tracing_state): New function.
11119 (remote_start_remote): Call it.
11120 * tracepoint.c (disconnected_tracing): New global.
11121 (trace_start_command): Initialize number_on_target.
11122 (stop_tracing): New function, split out from...
11123 (trace_stop_command): Call stop_tracing.
11124 (get_trace_status): New function, split out from...
11125 (trace_status_command): Call get_trace_status, add info on
11126 disconnection behavior.
11127 (disconnect_or_stop_tracing): New function.
11128 (finish_tfind_command): Translate from number on target.
11129 (trace_find_tracepoint_command): Translate to number on target.
11130 (send_disconnected_tracing_value): New function.
11131 (set_disconnected_tracing): New function.
11132 (_initialize_tracepoint): Add disconnected-tracing variable.
11133 * NEWS: Mention disconnected tracing.
11134
11135 2010-01-06 Tristan Gingold <gingold@adacore.com>
11136
11137 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
11138 parameter to main_objfile. Iterate on all separate debug objfiles.
11139 * symfile.h (symbol_file_add_separate)
11140 (find_separate_debug_file_by_debuglink): Remove parameter names.
11141 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
11142 (reread_symbols): Use free_objfile_separate_debug.
11143 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
11144 Adjust comment.
11145 (objfile_separate_debug_iterate, add_separate_debug_objfile)
11146 (free_objfile_separate_debug): New prototypes.
11147 * objfiles.c (objfile_separate_debug_iterate): New function.
11148 (add_separate_debug_objfile, free_objfile_separate_debug): New
11149 functions.
11150 (free_objfile): Use free_objfile_separate_debug. Adjust for
11151 multiple separate debug objfile.
11152 (objfile_has_symbols): Adjust comment. Iterate on all separate
11153 debug objfiles.
11154 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
11155 debug objfile.
11156 (lookup_minimal_symbol_text): Ditto.
11157 (lookup_minimal_symbol_by_pc_name): Ditto.
11158 (lookup_minimal_symbol_solib_trampoline): Ditto.
11159 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
11160 debug objfiles.
11161
11162 2010-01-05 Stan Shebs <stan@codesourcery.com>
11163
11164 Add fast tracepoints.
11165 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
11166 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
11167 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
11168 * breakpoint.c (tracepoint_type): New function.
11169 (ALL_TRACEPOINTS): Use it.
11170 (should_be_inserted): Ditto.
11171 (bpstat_check_location): Ditto.
11172 (print_one_breakpoint_location): Ditto.
11173 (user_settable_breakpoint): Ditto.
11174 (set_breakpoint_location_function): Ditto.
11175 (disable_breakpoints_in_shlibs): Ditto.
11176 (delete_trace_command): Ditto.
11177 (print_it_typical): Add bp_fast_tracepoint case.
11178 (bpstat_what): Ditto.
11179 (print_one_breakpoint_location): Ditto.
11180 (allocate_bp_location): Ditto.
11181 (mention): Ditto.
11182 (breakpoint_re_set_one): Ditto.
11183 (disable_command): Ditto.
11184 (enable_command): Ditto.
11185 (check_fast_tracepoint_sals): New function.
11186 (break_command_really): Call it.
11187 (ftrace_command): New function.
11188 (_initialize_breakpoint): Add ftrace command.
11189 * gdbarch.sh (fast_tracepoint_valid_at): New.
11190 * gdbarch.h, gdbarch.c: Regenerate.
11191 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
11192 (i386_gdbarch_init): Use it.
11193 * remote.c (struct remote_state): New field fast_tracepoints.
11194 (PACKET_FastTracepoints): New packet config type.
11195 (remote_fast_tracepoint_feature): New function.
11196 (remote_protocol_features): Add FastTracepoints.
11197 (remote_supports_fast_tracepoints): New function.
11198 (_initialize_remote): Add FastTracepoints.
11199 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
11200 * NEWS: Mention fast tracepoints.
11201
11202 2010-01-06 Joel Brobecker <brobecker@adacore.com>
11203
11204 * gdb-gdb.py: New file.
11205
11206 2010-01-05 Michael Snyder <msnyder@vmware.com>
11207
11208 * infrun.c (handle_inferior_event): Fix typo in comment.
11209
11210 2010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11211
11212 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
11213
11214 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11215
11216 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
11217 and s390x-linux64.
11218 (s390-linux32-expedite): Define.
11219 (s390-linux64-expedite): Define.
11220 (s390x-linux64-expedite): Define.
11221 * features/s390-acr.xml: New file.
11222 * features/s390-fpr.xml: New file.
11223 * features/s390-core32.xml: New file.
11224 * features/s390-core64.xml: New file.
11225 * features/s390x-core64.xml: New file.
11226 * features/s390-linux32.xml: New file.
11227 * features/s390-linux64.xml: New file.
11228 * features/s390x-linux64.xml: New file.
11229 * features/s390-linux32.c: New generated file.
11230 * features/s390-linux64.c: New generated file.
11231 * features/s390x-linux64.c: New generated file.
11232
11233 * regformats/s390-linux32.dat: New generated file.
11234 * regformats/s390-linux64.dat: New generated file.
11235 * regformats/s390x-linux64.dat: New generated file.
11236 * regformats/reg-s390.dat: Remove.
11237 * regformats/reg-s390x.dat: Remove.
11238
11239 * s390-nat.c: Include "auxv.h" and <elf.h>.
11240 (HWCAP_S390_HIGH_GPRS): Define if undefined.
11241 (s390_target_wordsize): New function.
11242 (s390_auxv_parse): Likewise.
11243 (s390_get_hwcap): Likewise.
11244 (s390_read_description): Likewise.
11245 (_initialize_s390_nat): Install s390_auxv_parse and
11246 s390_read_description.
11247
11248 * s390-tdep.c: Include "features/s390-linux32.c",
11249 "features/s390-linux64.c", and "features/s390x-linux64.c".
11250 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
11251 (s390_register_call_saved): New function.
11252 (s390_register_name): Remove.
11253 (s390_register_type): Remove.
11254 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
11255 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
11256 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
11257 (s390_pseudo_register_name): New function.
11258 (s390_pseudo_register_type): New function.
11259 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
11260 Handle full GPR pesudos and varying pseudo register numbers.
11261 (s390_pseudo_register_write): Likewise
11262 (s390x_pseudo_register_read): Remove.
11263 (s390x_pseudo_register_write): Likewise.
11264 (s390_register_group): Remove.
11265 (s390_pseudo_register_group): New function.
11266 (s390_regmap_gregset): Add GPR upper halves.
11267 (s390x_regmap_gregset): Likewise.
11268 (s390_regmap_fpregset): Likewise.
11269 (s390_regmap_upper): New global variable.
11270 (s390_upper_regset): New global variable.
11271 (s390_upper_regset_sections): New global variable.
11272 (s390_regset_from_core_section): Handle GPR upper halves.
11273 (s390_core_read_description): New function.
11274 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
11275 register information. Handle varying pseudo register numbers.
11276 (s390_backchain_frame_unwind_cache): Likewise.
11277 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
11278 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
11279 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
11280 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
11281 Handle varying pseudo register numbers.
11282 (s390_unwind_pc): Handle varying pseudo register numbers.
11283 (s390_dwarf2_prev_register): New function.
11284 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
11285 register information. Handle varying pseudo register numbers.
11286 Install s390_dwarf2_prev_register to unwind full GPRs.
11287 (s390_gdbarch_init): Handle target descriptions. Assign varying
11288 pseudo register numbers. Install s390_adjust_frame_regnum.
11289 (_initialize_s390_tdep): Initialize target descriptions.
11290
11291 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
11292 (S390_NUM_REGS): Redefine to include upper half registers.
11293 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
11294 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
11295 (tdesc_s390_linux32): Add declaration.
11296 (tdesc_s390_linux64): Likewise.
11297 (tdesc_s390x_linux64): Likewise.
11298
11299 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11300
11301 * regset.h (struct core_regset_section): Add HUMAN_NAME.
11302 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
11303 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
11304 (ppc_linux_vmx_regset_sections): Likewise.
11305 (ppc_linux_fp_regset_sections): Likewise.
11306
11307 * corelow.c (get_core_register_section): Constify arguments.
11308 (get_core_registers): Use gdbarch_core_regset_sections instead
11309 of hard-coded platform-specific register section names.
11310
11311 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11312
11313 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
11314 a register, assume the least-significant part is used.
11315 (write_pieced_value): Likewise.
11316
11317 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11318
11319 * printcmd.c: Include "arch-utils.h".
11320 (do_one_display): Re-parse expression if current architecture changed.
11321
11322 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11323 Joel Brobecker <brobecker@adacore.com>
11324
11325 * gdbtypes.c (check_typedef): New comment on type length.
11326 * value.c (allocate_value_lazy): Remove the unused atype variable. New
11327 comment on type length.
11328 (value_primitive_field): Keep the original TYPE value, new comment.
11329
11330 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11331
11332 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
11333 p_start. Change != comparisons to > and < comparisons.
11334
11335 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11336
11337 * cli/cli-script.c (process_next_line): Check P2 overrun.
11338
11339 2009-01-01 Joel Brobecker <brobecker@adacore.com>
11340
11341 Update the copyright hearder to add year 2010 for most GDB files.
11342
11343 2009-01-01 Joel Brobecker <brobecker@adacore.com>
11344
11345 Fix build failure in inf-ptrace.c.
11346 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
11347
11348 2010-01-01 Joel Brobecker <brobecker@adacore.com>
11349
11350 * top.c (print_gdb_version): Update copyright year.
11351
11352 2010-01-01, 10 Joel Brobecker <brobecker@adacore.com>
11353
11354 Fix break *FUN'address thread NUM.
11355 * ada-lex.l (task): Expand rule to also match the thread keyword.
11356
11357 2010-01-01 Joel Brobecker <brobecker@adacore.com>
11358
11359 Fix break *FUN'address task NUM.
11360 * ada-lex.l (task): New rule.
11361 * ada-lang.c (valid_task_id): Make sure the Ada task list has
11362 been built before using it.
11363
11364 For older changes see ChangeLog-2009.
11365 \f
11366 Local Variables:
11367 mode: change-log
11368 left-margin: 8
11369 fill-column: 74
11370 version-control: never
11371 coding: utf-8
11372 End:
This page took 0.266802 seconds and 4 git commands to generate.