* Makefile.in: Use CC_FOR_BUILD to build opc2c.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
d03a3acf
KS
12010-12-02 Keith Seitz <keiths@redhat.com>
2
3 * linespec.c (find_method): Move name canonicalization outside
4 the loop.
5 Be paranoid and use a cleanup.
6
148c11bf
DE
72010-12-01 Doug Evans <dje@google.com>
8
9 * dwarf2read.c (save_gdb_index_command): Add comment.
10
4aac0db7
UW
112010-12-01 Ulrich Weigand <uweigand@de.ibm.com>
12
13 * valops.c (value_assign): Returned value is never lazy. If a
14 C++ class type is returned, fix incorrect enclosing type / embedded
15 offset. If internal variable is returned, allocate new internalvar
16 value using value_of_internalvar.
17
18 * NEWS: Document changes in behavior of "print x = 0" and similar
19 expressions.
20
4e04c971
DE
212010-11-29 Doug Evans <dje@google.com>
22
23 * python/lib/gdb/printing.py (register_pretty_printer): Change
24 printer-name:subprinter-name to printer-name;subprinter-name.
25 * python/lib/gdb/command/pretty_printers.py (parse_printer_regexps):
26 Ditto.
27 (InfoPrettyPrinter, EnablePrettyPrinter, DisablePrettyPrinter): Ditto.
28
8cf6f0b1
TT
292010-11-29 Tom Tromey <tromey@redhat.com>
30
31 * opencl-lang.c (lval_func_check_synthetic_pointer): New
32 function.
33 * value.h (struct lval_funcs) <indirect, check_synthetic_pointer>:
34 New fields.
35 (value_bits_synthetic_pointer): Declare.
36 * value.c (value_bits_synthetic_pointer): New function.
37 * valprint.c (valprint_check_validity): Handle synthetic
38 pointers.
39 * valops.c (value_ind): Use new 'indirect' lval_funcs method.
40 * valarith.c (value_ptradd): Use set_value_component_location.
41 * p-valprint.c (pascal_object_print_value_fields): Handle
42 synthetic pointers.
43 * jv-valprint.c (java_print_value_fields): Handle synthetic
44 pointers.
45 * dwarf2read.c (dwarf_stack_op_name): Add
46 DW_OP_GNU_implicit_pointer.
47 (dwarf2_fetch_die_location_block): Add get_frame_pc, baton
48 arguments. Handle location lists.
49 (fill_in_loclist_baton): New function.
50 (dwarf2_symbol_mark_computed): Use it.
51 * dwarf2loc.h (dwarf2_find_location_expression): Declare.
52 (dwarf2_fetch_die_location_block): Add get_frame_pc, baton
53 arguments.
54 * dwarf2loc.c (dwarf2_find_location_expression): Rename from
55 find_location_expression. No longer static. Update all callers.
56 (dwarf_expr_frame_pc): New function.
57 (per_cu_dwarf_call): Add get_frame_pc, baton arguments. Update
58 all callers.
59 (struct piece_closure) <per_cu>: New field.
60 (allocate_piece_closure): Add per_cu argument.
61 (read_pieced_value): Handle DWARF_VALUE_IMPLICIT_POINTER.
62 (check_pieced_value_bits): Remove validity argument, add check_for
63 argument. Handle DWARF_VALUE_IMPLICIT_POINTER.
64 (check_pieced_value_validity, check_pieced_value_invalid):
65 Update.
66 (check_pieced_synthetic_pointer): New function.
67 (get_frame_address_in_block_wrapper): New function.
68 (indirect_pieced_value): New function.
69 (pieced_value_funcs): Update.
70 (invalid_synthetic_pointer): New function.
71 (dwarf2_evaluate_loc_desc_full): Rename from
72 dwarf2_evaluate_loc_desc. Add byte_offset argument.
73 (dwarf2_evaluate_loc_desc): Rewrite.
74 (dwarf2_loc_desc_needs_frame): Set new field on context.
75 (get_ax_pc): New function.
76 (disassemble_dwarf_expression): Handle
77 DW_OP_GNU_implicit_pointer.
78 * dwarf2expr.h (enum dwarf_value_location)
79 <DWARF_VALUE_IMPLICIT_POINTER>: New constant.
80 (struct dwarf_expr_context) <get_frame_pc>: New field.
81 (struct dwarf_expr_piece) <v.ptr>: New field.
82 * dwarf2expr.c (add_piece): Handle DWARF_VALUE_IMPLICIT_POINTER.
83 (execute_stack_op): Handle DW_OP_GNU_implicit_pointer.
84 * dwarf2-frame.c (no_get_frame_pc): New function.
85 (execute_stack_op): Set new field on context.
86 * cp-valprint.c (cp_print_value_fields): Handle synthetic
87 pointers.
88
94b6973e
PM
892010-11-29 Phil Muldoon <pmuldoon@redhat.com>
90
91 PR python/12199
92
93 * python/py-breakpoint.c (bppy_delete_breakpoint): New function.
94
8358c15c
JK
952010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
96
97 Fix step_resume_breakpoint unsaved during an infcall.
98 * gdbthread.h (struct thread_control_state): Move here field
99 step_resume_breakpoint ...
100 (struct thread_info): ... from here.
101 * infrun.c (save_infcall_control_state): Reset
102 control.step_resume_breakpoint to NULL.
103 (restore_infcall_control_state, discard_infcall_control_state): Delete
104 control.step_resume_breakpoint.
105 * arm-linux-tdep.c, infrun.c, thread.c: Update all the references to
106 the moved field.
107
16c381f0
JK
1082010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
109
110 Rename and move inferior_thread_state and inferior_status.
111 * gdbthread.h (struct thread_control_state): New struct, move fields
112 step_range_start, step_range_end, step_frame_id, step_stack_frame_id,
113 trap_expected, proceed_to_finish, in_infcall, step_over_calls,
114 stop_step and stop_bpstat here from struct thread_info.
115 (struct thread_suspend_state): New struct, move field stop_signal here
116 from struct thread_info.
117 (struct thread_info): Move the fields above from this struct.
118 * inferior.h: Move the inferior_thread_state and inferior_status
119 declarations comment to their definitions at infrun.c.
120 (struct inferior_control_state): New struct, move field stop_soon from
121 struct inferior here.
122 (struct inferior_suspend_state): New empty struct.
123 (struct inferior): New fields control and suspend. Move out field
124 stop_soon.
125 * infrun.c (struct inferior_thread_state): Rename to ...
126 (infcall_suspend_state): ... here. Replace field stop_signal by
127 fields thread_suspend and inferior_suspend.
128 (save_inferior_thread_state): Rename to ...
129 (save_infcall_suspend_state): ... here. New variable inf. Update the
130 code for new fields.
131 (restore_inferior_thread_state): Rename to ...
132 (restore_infcall_suspend_state): ... here. New variable inf. Update
133 the code for new fields.
134 (do_restore_inferior_thread_state_cleanup): Rename to ...
135 (do_restore_infcall_suspend_state_cleanup): ... here.
136 (make_cleanup_restore_inferior_thread_state): Rename to ...
137 (make_cleanup_restore_infcall_suspend_state): ... here.
138 (discard_inferior_thread_state): Rename to ...
139 (discard_infcall_suspend_state): ... here.
140 (get_inferior_thread_state_regcache): Rename to ...
141 (get_infcall_suspend_state_regcache): ... here.
142 (struct inferior_status): Rename to ...
143 (struct infcall_control_state): ... here. Replace fields
144 step_range_start, step_range_end, step_frame_id, step_stack_frame_id,
145 trap_expected, proceed_to_finish, in_infcall, step_over_calls,
146 stop_step, stop_bpstat and stop_soon by fields thread_control and
147 inferior_control.
148 (save_inferior_status): Rename to ...
149 (save_infcall_control_state): ... here. Update the code for new
150 fields.
151 (restore_inferior_status): Rename to ...
152 (restore_infcall_control_state): ... here. Update the code for new
153 fields.
154 (do_restore_inferior_status_cleanup): Rename to ...
155 (do_restore_infcall_control_state_cleanup): ... here.
156 (make_cleanup_restore_inferior_status): Rename to ...
157 (make_cleanup_restore_infcall_control_state): ... here.
158 (discard_inferior_status): Rename to ...
159 (discard_infcall_control_state): ... here.
160 * alpha-tdep.c, breakpoint.c, dummy-frame.c, dummy-frame.h,
161 exceptions.c, fbsd-nat.c, gdbthread.h, infcall.c, infcmd.c,
162 inferior.c, inferior.h, infrun.c, linux-nat.c, mi/mi-interp.c,
163 mips-tdep.c, procfs.c, solib-irix.c, solib-osf.c, solib-spu.c,
164 solib-sunos.c, solib-svr4.c, thread.c, windows-nat.c: Update all the
165 references to the moved fields and renamed functions.
166
35515841
JK
1672010-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
168
169 * infcall.c (struct inferior_thread_state) <siginfo_gdbarch>: Fix up
170 the comment.
171 (save_inferior_thread_state): Reset tp->stop_signal.
172
fef8420a
JK
1732010-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
174
7ea14533
JK
175 * infcall.c (call_function_by_hand): Remove variable
176 caller_state_cleanup.
fef8420a 177
f5a8e22b
MK
1782010-11-25 Marc Khouzam <marc.khouzam@ericsson.com>
179
180 PR breakpoints/12217
181
182 * breakpoint.c (is_marker_spec): Check for NULL.
183
50389644
PA
1842010-11-25 Pedro Alves <pedro@codesourcery.com>
185
186 * breakpoint.h: No longer include python.h or python-internal.h.
187 (struct breakpoint_object): Forward declare.
188 * defs.h (PyObject) [!HAVE_PYTHON]: Don't define.
189 * varobj.c (PyObject) [!HAVE_PYTHON]: Define.
190 * python/py-breakpoint.c (build_bp_list): Cast py_bp_object to
191 PyObject pointer.
192 (gdbpy_breakpoint_created): Remove casts around py_bp_object
193 accesses.
194
50a99728
JB
1952010-11-24 Joel Brobecker <brobecker@adacore.com>
196
197 * rs6000-tdep.c (bfd_uses_spe_extensions): Use bfd_elf_get_obj_attr_int
198 only if HAVE_ELF is defined.
199
d82142e2
JK
2002010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
201
a418ecb5
JK
202 Code cleanup.
203 * infrun.c (struct inferior_status) <stepping_over_breakpoint>
204 (save_inferior_status) <stepping_over_breakpoint>
205 (restore_inferior_status) <stepping_over_breakpoint>: Rename to
206 trap_expected.
207 (struct inferior_status) <step_resume_break_address>: Remove.
208
2092010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
210
211 Code cleanup.
d82142e2
JK
212 * infrun.c (struct inferior_status, save_inferior_status)
213 (restore_inferior_status): Group and reorder the fields, comment their
214 groups.
215
2edb89d3
JK
2162010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
217
218 Code cleanup.
219 * dictionary.c
220 (struct dict_vector) <iter_match_first, iter_match_next>
221 (iter_match_first_hashed, iter_match_next_hashed)
222 (iter_match_first_linear, iter_match_next_linear)
223 (dict_iter_match_first, dict_iter_match_next, iter_match_first_hashed)
224 (iter_match_next_hashed, iter_match_first_linear)
225 (iter_match_next_linear): Use symbol_compare_ftype.
226 * dictionary.h: Include symfile.h.
227 (dict_iter_match_first, dict_iter_match_next): Use
228 symbol_compare_ftype.
229 * dwarf2read.c (dw2_map_matching_symbols): Likewise.
230 * psymtab.c (match_partial_symbol, match_partial_symbol, map_block)
231 (map_matching_symbols_psymtab): Likewise.
232 * symfile.h (symbol_compare_ftype): New typedef.
233 (struct quick_symbol_functions) <map_matching_symbols): Use
234 symbol_compare_ftype.
235
5ae98d25
TT
2362010-11-23 Tom Tromey <tromey@redhat.com>
237
39037522
TT
238 * configure: Rebuild.
239 * configure.ac (READLINE_TEXI_INCFLAG): New subst.
240
2412010-11-19 Tom Tromey <tromey@redhat.com>
242
5ae98d25
TT
243 * Makefile.in (SUBDIRS): Add doc.
244 * configure: Rebuild.
245 * configure.ac: Don't configure in doc. Create doc/Makefile.
246
ea976c60
PM
2472010-11-23 Phil Muldoon <pmuldoon@redhat.com>
248
249 PR python/12212
250
251 * python/py-inferior.c (find_thread_object): Check if PIDGET
252 returns 0.
253
254010-11-22 Joel Brobecker <brobecker@adacore.com>
d94e4f4f
JB
255
256 * ada-lang.c (ada_template_to_fixed_record_type_1): Delete bit_incr.
257
96dbd2c1
JB
2582010-11-22 Joel Brobecker <brobecker@adacore.com>
259
260 * ada-lang.c (ada_to_fixed_type): Expand function documentation.
261 Return the original type if the main type portions match rather
262 than when the type themselves match.
263
27f2a97b
JB
2642010-11-22 Joel Brobecker <brobecker@adacore.com>
265
266 * ada-lang.c (ada_template_to_fixed_record_type_1):
267 For dynamic fields, check the field size against the maximum
268 object size.
269
1324a0d9
JB
2702010-11-22 Joel Brobecker <brobecker@adacore.com>
271
272 * mips-irix-tdep.c (mips_irix_n32_stack_tramp_frame_init): New
273 function.
274 (mips_irix_n32_stack_tramp_frame): New static global.
275 (mips_irix_init_abi): Add mips_irix_n32_stack_tramp_frame to
276 list of unwinder.
277
09e7f15b
JB
2782010-11-22 Jerome Guitton <guitton@adacore.com>
279
280 * ada-tasks.c (get_tcb_types_info): Use C lookups to get
281 ATCB symbols.
282
3a867c22
JB
2832010-11-22 Joel Brobecker <brobecker@adacore.com>
284
285 * ada-lang.c (ada_check_typedef): Call ada_check_typedef only
286 if type1 is a typedef.
287
df30368d
JB
2882010-11-22 Joel Brobecker <brobecker@adacore.com>
289
290 * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Add
291 "_finalizer" to the list.
292
4889bbbc
JB
2932010-11-22 Joel Brobecker <brobecker@adacore.com>
294
295 * symfile.c: Remove all "#if 0"/"#endif" blocks.
296
0d14a781
JB
2972010-11-22 Joel Brobecker <brobecker@adacore.com>
298
299 * symfile.c: Add missing second space after period in various comments.
300
feb864b7
JB
3012010-11-22 Joel Brobecker <brobecker@adacore.com>
302
303 * ada-typeprint.c (print_array_type): Fix formatting in comment.
304 (print_selected_record_field_types): Fix formatting in function
305 documentation.
306
04f9d4d0
JB
3072010-11-22 Joel Brobecker <brobecker@adacore.com>
308
309 * ravenscar-thread.c (_initialize_ravenscar): Fix copy/paste typo
310 in name of "show ravenscar" prefix command name.
311
b64edec4
JB
3122010-11-22 Joel Brobecker <brobecker@adacore.com>
313
314 * ravenscar-thread.c (show_ravenscar_task_switching_command):
315 Add missing '\n' in output.
316
7f39f34a
JB
3172010-11-22 Joel Brobecker <brobecker@adacore.com>
318
319 * ravenscar-thread.c (running_thread_name): Change value.
320 (read_thread_id): Remove advance declaration.
321 (get_running_thread_msymbol): New function.
322 (has_ravenscar_runtime): Use get_running_thread_msymbol to
323 compute msym_running_thread.
324 (get_running_thread_id): Renames read_thread_id. Slight modifications
325 to not take any argument anymore, using get_running_thread_msymbol
326 to determine which symbol to use instead.
327 (ravenscar_running_thread): Use get_running_thread_id instead of
328 read_thread_id.
329
f3890d59
JB
3302010-11-22 Joel Brobecker <brobecker@adacore.com>
331
332 * ravenscar-sparc-thread.c (supply_register_at_address):
333 Fix passing of buf in call to regcache_raw_supply.
334
594e8718
JK
3352010-11-22 Jan Kratochvil <jan.kratochvil@redhat.com>
336
337 * dwarf2read.c (dwarf2_read_index): Ignore higher .gdb_index versions.
338
7ba86c9e
TT
3392010-11-22 Tom Tromey <tromey@redhat.com>
340
341 * Makefile.in (.PRECIOUS): Reference ada-lex.c.
342
1bfda48e
KS
3432010-11-19 Keith Seitz <keiths@redhat.com>
344
345 * data-directory/Makefile.in (SYSCALLS_INSTALL_DIR):
346 Remove extraneous '/' after $(DESTDIR).
347 (PYTHON_INSTALL_DIR): Likewise.
348
3f1eff0a
JK
3492010-11-19 Jan Kratochvil <jan.kratochvil@redhat.com>
350
351 Fix stale memory references.
352 * elfread.c (elf_symfile_read): Replace xmalloc by bfd_alloc, drop
353 xfree, new comment.
354
954d8cae
TT
3552010-11-19 Jan Kratochvil <jan.kratochvil@redhat.com>
356 Tom Tromey <tromey@redhat.com>
357
358 * Makefile.in (.y.c): Directly create $@ from YLWRAP.
359 (.PHONY): Remove for .y outputs.
360
d53d4ac5
TT
3612010-11-19 Will Drewry <wad@google.com>
362 Tavis Ormandy <taviso@google.com>
363 Jan Kratochvil <jan.kratochvil@redhat.com>
364
365 * dwarf2read.c (decode_locdesc): Enforce location description stack
366 boundaries.
367
77bc0675
PM
3682010-11-18 Pierre Muller <muller@ics.u-strasbg.fr>
369
370 * arm-tdep.c (arm_in_function_epilogue_p): Fix code when "MOV SP"
371 instruction is found.
372
ba19bb4d
TT
3732010-11-17 Tom Tromey <tromey@redhat.com>
374
375 * value.c (value_entirely_optimized_out): Check the
376 'check_any_valid' field.
377
19f220c3
JK
3782010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
379
380 * ada-lang.c (modify_general_field): Remove.
381 (make_array_descriptor): Replace all modify_general_field calls by
382 modify_field.
383 * value.c (modify_field): Update comment. New variable bytesize.
384 Normalize BITPOS. Initialize BYTESIZE, use it.
385
87df528e
JK
3862010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
387
388 * dwarf2read.c (dw2_forget_cached_source_info): Clear the FULL_NAMES
389 elements after xfree.
390
97924a97
TT
3912010-11-16 Tom Tromey <tromey@redhat.com>
392
393 * gdb-add-index.sh: Really remove.
394
9816fde3
JK
3952010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
396
397 Code cleanup.
398 * dwarf2read.c (alloc_one_comp_unit): Rename prototype to ...
399 (init_one_comp_unit): ... this one.
400 (prepare_one_comp_unit): New prototype.
401 (dw2_require_line_header, process_psymtab_comp_unit): Use
402 init_one_comp_unit.
403 (process_psymtab_comp_unit): Use prepare_one_comp_unit.
404 (load_partial_comp_unit): Remove variable attr. Use
405 init_one_comp_unit with xmalloc. Use prepare_one_comp_unit.
406 (load_full_comp_unit): Use init_one_comp_unit with xmalloc. Use
407 prepare_one_comp_unit.
408 (read_signatured_type): Remove variable attr. Use init_one_comp_unit.
409 Use prepare_one_comp_unit.
410 (alloc_one_comp_unit): Rename to ...
411 (init_one_comp_unit): ... here and remove there calloc, new parameter
412 cu.
413 (prepare_one_comp_unit): New function.
414
73c964d6
PM
4152010-11-14 Pierre Muller <muller@ics.u-strasbg.fr>
416
417 * arm-tdep.c (arm_in_function_epilogue_p): Fix code to avoid
418 possible used of uninitialized variable.
419
74af9197
NF
4202010-11-12 Nathan Froyd <froydnj@codesourcery.com>
421
422 * rs6000-tdep.c (bfd_uses_spe_extensions): New function.
423 (rs6000_gdbarch_init): Call it.
424
e52d5016
NF
4252010-11-12 Nathan Froyd <froydnj@codesourcery.com>
426
427 * rs6000-tdep.c (gdb_print_insn_powerpc): Disassemble e500
428 instructions if debugging an E500 binary.
429
621c8364
TT
4302010-11-12 Tom Tromey <tromey@redhat.com>
431
432 * varobj.c (value_get_print_value): Rearrange. Pass stream to
433 apply_varobj_pretty_printer.
434 * c-lang.c: Include exceptions.h.
435 (c_get_string): Throw MEMORY_ERROR when appropriate.
436 * python/py-prettyprint.c (enum string_repr_result): New.
437 (print_stack_unless_memory_error): New function.
438 (print_string_repr): Change return type. Use
439 print_stack_unless_memory_error.
440 (print_children): Use print_stack_unless_memory_error.
441 (apply_val_pretty_printer): Update. Don't print children if
442 string representation threw an exception.
443 (apply_varobj_pretty_printer): Add 'stream' argument. Use
444 print_stack_unless_memory_error.
445 * python/python.c (gdbpy_gdb_error, gdbpy_gdb_memory_error): New
446 globals.
447 (_initialize_python): Initialize them.
448 * python/python-internal.h (GDB_PY_HANDLE_EXCEPTION): Use
449 gdbpy_convert_exception.
450 (GDB_PY_SET_HANDLE_EXCEPTION): Likewise.
451 (gdbpy_gdb_error, gdbpy_gdb_memory_error): Declare.
452 (gdbpy_convert_exception): Declare.
453 (apply_varobj_pretty_printer): Update.
454 * python/py-utils.c (gdbpy_convert_exception): New function.
455
f1b9e6e7
MK
4562010-11-12 Marc Khouzam <marc.khouzam@ericsson.com>
457
458 * mi/mi-main.c (mi_cmd_target_detach): Accept new
459 thread-group id format.
460
74884f7b
JK
4612010-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
462
463 * spu-tdep.c (spu_catch_start): Fix compilation error typo.
464
84f4c1fe
PM
4652010-11-11 Phil Muldoon <pmuldoon@redhat.com>
466
467 * python/py-breakpoint.c (BPPY_REQUIRE_VALID): Check if bp is
468 NULL.
469 (BPPY_SET_REQUIRE_VALID): Ditto.
470 (bpnum_is_valid): Delete function.
471 (bppy_get_visibility): New function.
472 (bppy_new): Parse for, and validate internal keyword. Pass
473 internal keyword to breakpoint or watchpoint functions.
474 (build_bp_list): New function.
475 (gdbpy_breakpoints): Rewrite. Use build_bp_list and
476 iterate_over_breakpoints.
477 (gdbpy_breakpoint_created): Rewrite. Do not store breakpoints in a
478 look-aside vector.
479 (gdbpy_breakpoint_deleted): Rewrite, defer breakpoint management
480 to internal breakpoint chain.
481
482 * breakpoint.c (set_breakpoint_number): New function.
483 (breakpoint_1): Check if breakpoint number is more than zero.
484 (set_raw_breakpoint_without_location): Set py_bp_object to NULL.
485 (create_breakpoint_sal): Take a new parameter called internal.
486 Call set_breakpoint_number with internal parameter. Do not
487 mention internal breakpoints. All callers updated.
488 (create_breakpoint): Ditto.
489 (create_breakpoints_sal): Ditto.
490 (watch_command_1): Ditto.
491 (watch_command_wrapper): Take a new parameter called internal.
492 All callers updated.
493 (rwatch_command_wrapper): Ditto.
494 (awatch_command_wrapper): Ditto.
495 (save_breakpoints): Update breakpoint save condition check.
496 (iterate_over_breakpoints): New function.
497 * breakpoint.h: Add conditional python includes. Add py_bp_object
498 and comment to struct breakpoint. Update all callers.
499 * defs.h: Add PyObject definition for GDB builds without Python.
500
4dfea560
DE
5012010-11-10 Doug Evans <dje@google.com>
502
f61a2da7
DE
503 * python/lib/gdb/command/pretty_printers.py
504 (do_enable_pretty_printer_1): Handle printer.subprinters is None.
505
4dfea560
DE
506 * value.c (set_value_enclosing_type): Renamed from
507 value_change_enclosing_type. All callers updated.
508 * value.h (set_value_enclosing_type): Update.
509 * valops.c (value_full_object): Always return a copy if we need to
510 make changes to the input value.
511
a1442452
PA
5122010-11-09 Pedro Alves <pedro@codesourcery.com>
513
514 * breakpoint.c (watch_command_1): Get a pointer of the lazy
515 version of the expression's value, even if reading the value from
516 memory fails. When creating a -location watchpoint, get the
517 value's address from the lazy value pointer.
518
803b5f95
JK
5192010-11-07 Jan Kratochvil <jan.kratochvil@redhat.com>
520
521 * infrun.c (restore_inferior_thread_state): Use
522 discard_inferior_thread_state to free the data.
523 (discard_inferior_thread_state): xfree also siginfo_data.
524
99e7ae30
DE
5252010-11-05 Doug Evans <dje@google.com>
526
527 Make gdb.parameter("directories") work.
528 New command "set directories".
529 * NEWS: Document them.
530 * source.c (set_directories_command): New function.
531 (show_directories_1): Renamed from show_directories.
532 All callers updated.
533 (show_directories_command): New function.
534 (_initialize_source): Install "directories" as a set/show
535 variable instead of just a show command.
536
f4b8a18d
KW
5372010-11-05 Ken Werner <ken.werner@de.ibm.com>
538
539 * NEWS: Mention OpenCL C language support.
540 * Makefile.in (SFILES): Add opencl-lang.c.
541 (COMMON_OBS): Add opencl-lang.o.
542 * opencl-lang.c: New File
543 * defs.h (enum language): Add language_opencl.
544 * dwarf2read.c (read_file_scope): Handle DW_AT_producer for the
545 IBM XL C OpenCL compiler.
546 * c-lang.h: Include "parser-defs.h".
547 (evaluate_subexp_c): Declare.
548 * c-lang.c (evaluate_subexp_c): Remove the static qualifier.
549 (c_op_print_tab): Add declaration.
550 * eval.c (binop_promote): Handle language_opencl.
551 * c-exp.y: Lookup the primitive types instead of referring to the
552 builtins.
553
075ff26d
JK
5542010-11-05 Jan Kratochvil <jan.kratochvil@redhat.com>
555
556 Fix configure --enable-plugins --without-python.
557 * configure.ac (for ELF support in BFD) <"$plugins" = "yes">: New.
558 * configure: Regenerate.
559
14ad3217
JK
5602010-11-05 Jan Kratochvil <jan.kratochvil@redhat.com>
561
562 * solib.c (solib_read_symbols): Call exception_fprintf even without
563 FROM_TTY. Print also so->so_name.
564
a9d5ef47
SW
5652010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
566
567 * gdbtypes.h (struct rank): Created subrank.
568 * gdbtypes.c: Initialized subrank for all
569 'BADNESS' constants.
570 (distance_to_ancestor): New function.
571 (is_ancestor): Use distance_to_ancestor.
572 (is_public_ancestor): Ditto.
573 (sum_ranks): Handle subrank.
574 (compare_ranks): Ditto.
575 (rank_one_type): Subrank base conversions.
576
6403aeea
SW
5772010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
578
579 * gdbtypes.h: Create struct rank.
580 Convert all 'BADNESS' macros to const struct rank declarations.
581 (sum_ranks): New function.
582 (compare_ranks): New function.
583 * valops.c (find_oload_champ): Updated.
584 (classify_oload_match): Use compare_ranks.
585 Improved comments.
586 (compare_parameters): Use compare_ranks.
587 * gdbtypes.c: Initialize 'BADNESS' constants.
588 (sum_ranks): New function.
589 (compare_ranks): New function.
590 (compare_badness): Use compare_ranks.
591 (rank_function): Use global constants instead of literals.
592 (rank_one_type): Ditto.
593 Return struct rank.
594 Use sum_ranks.
595
23fa7f66
DE
5962010-11-04 Doug Evans <dje@google.com>
597
598 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Fix comment.
599 (find_pretty_printer): Fix comments.
600
608bcef2
HZ
6012010-11-04 Hui Zhu <teawater@gmail.com>
602
603 * tracepoint.c (remote_trace_set_readonly_regions): Change lma to vma.
604
9addb3b9
JB
6052010-11-03 Joel Brobecker <brobecker@adacore.com>
606
607 * ada-valprint.c (ada_val_print_array): Move variables `eltlen'
608 and `len' declaration and computation inside block where they
609 are being used.
610
75be741b
JB
6112010-11-03 Joel Brobecker <brobecker@adacore.com>
612
613 * valprint.c (val_print_array_elements): Put back handling of
614 empty arrays.
615
dbc98a8b
KW
6162010-11-03 Ken Werner <ken.werner@de.ibm.com>
617
618 * dwarf2read.c (read_array_type): Read the DW_AT_byte_size from the
619 DIE and set the length of the type.
620 * gdbtypes.h (get_array_bounds): Move here from valprint.h.
621 * gdbtypes.c (get_array_bounds): Move here from valprint.c and
622 return 0 if the corresponding bounds of the type are undefined.
623 * valprint.h (get_array_bounds): Move declaration to gdbtypes.h.
624 * valprint.c (get_array_bounds): Move implementation to gdbtypes.c.
625 (val_print_array_elements): Use get_array_bounds to compute the number
626 of array elements instead of dividing the length of the array by the
627 length of the element types.
628 * valarith.c (vector_binop): Likewise.
629 * valops.c (value_cast): Likewise.
630 * c-valprint.c (c_val_print): Likewise.
631 * c-typeprint.c (c_type_print_varspec_suffix): Likewise.
632
120bd360
KW
6332010-11-03 Ken Werner <ken.werner@de.ibm.com>
634
635 * valarith.c (value_pos, value_neg, value_complement): Handle
636 vector types.
637 * valops.c (value_one): Likewise.
638
c37f7098
KW
6392010-11-03 Ken Werner <ken.werner@de.ibm.com>
640
641 * value.h (value_non_lval): Declare.
642 * value.c (value_non_lval): New function.
643 * eval.c (evaluate_subexp_standard) <UNOP_POSTINCREMENT,
644 UNOP_POSTDECREMENT>: Call value_non_lval to ensure to return a
645 non-lvalue.
646
7b51bc51
DE
6472010-11-02 Doug Evans <dje@google.com>
648
649 New python module gdb.printing, and new commands info pretty-printer,
650 enable pretty-printer, disable pretty-printer.
651 * NEWS: Mention them.
652 * data-directory/Makefile.in (PYTHON_FILES): Add gdb/printing.py,
653 gdb/command/__init__.py, gdb/command/pretty_printers.py.
654 * python/lib/gdb/__init__.py: Install pretty-printer commands.
655 * python/lib/gdb/printing.py: New file.
656 * python/lib/gdb/command/__init__.py: New file.
657 * python/lib/gdb/command/pretty_printers.py: New file.
658
50c97f38
TT
6592010-11-02 Tom Tromey <tromey@redhat.com>
660
661 * NEWS: Mention Guile removal.
662 * defs.h (enum language) <language_scm>: Remove.
663 * Makefile.in (SFILES): Remove scm-exp.c, scm-lang.c,
664 scm-valprint.c.
665 (HFILES_NO_SRCDIR): Remove scm-lang.h, scm-tags.h.
666 (COMMON_OBS): Remove scm-exp.o, scm-lang.o, scm-valprint.o.
667 * scm-exp.c, scm-lang.c, scm-valprint.c, scm-lang.h, scm-tags.h:
668 Remove.
669
9dea9163
DE
6702010-11-02 Doug Evans <dje@google.com>
671
672 * top.c: #include "python/python.h".
673 (gdb_init): Add a comment regarding initialize_all_files.
674 Call finish_python_initialization at the end.
675 * python/python.h (finish_python_initialization): Declare.
676 * python/python.c (finish_python_initialization): New function.
677 (_initialize_python): Move python-implemented initialization there
678 and call it.
679 (GdbMethods): Use #ifdef HAVE_PYTHON for consistency.
680
a289b8f6
JK
6812010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
682
683 Revert:
684 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
685 Pedro Alves <pedro@codesourcery.com>
686 * gdbthread.h (currently_stepping): New declaration.
687 * infrun.c (currently_stepping): Remove the forward declaration.
688 (currently_stepping): Make it global.
689 * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
690 variables tp and step, initialized them. Pass STEP to to_resume.
691 Print also possibly "PTRACE_SINGLESTEP" if STEP. Initialize LP->STEP.
692 * remote.c (currently_stepping_callback): New.
693 (remote_vcont_resume)
694 <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
695 New variable tp. Call currently_stepping_callback and step such
696 thread.
697
2209c807
HZ
6982010-11-01 Hui Zhu <teawater@gmail.com>
699
700 * tracepoint.c (tfile_xfer_partial): Change lma to vma.
701
0a2a54b8
HZ
7022010-10-28 Hui Zhu <teawater@gmail.com>
703
704 * tracepoint.c (trace_save): Change utp->actions to
705 utp->step_actions.
706
284a3db3
JB
7072010-10-26 Joel Brobecker <brobecker@adacore.com>
708
709 * (_FILE_OFFSET_BITS): Fix typo in comment.
710
aed1781d
JB
7112010-10-26 Joel Brobecker <brobecker@adacore.com>
712
713 * python/python-internal.h (_FILE_OFFSET_BITS): Undefine.
714 (PyEval_InitThreads): Remove duplicate. Define as nothing.
715 (PyEval_ReleaseLock): Define as nothing.
716
1e3fad37
JB
7172010-10-26 Joel Brobecker <brobecker@adacore.com>
718
719 * dwarf2read.c (psymtab_include_file_name): Replace call to strcmp
720 by call to FILENAME_CMP.
721
558b1900
JB
7222010-10-26 Joel Brobecker <brobecker@adacore.com>
723
724 * dictionary.c (dict_hash): Move assignment out of if condition.
725
f474844c
JZ
7262010-10-22 Jie Zhang <jie@codesourcery.com>
727
728 * Makefile.in (install): Remove dependency of install-only and
729 recursively invoke make for install-only.
730 * data-directory/Makefile.in: Add FLAGS_TO_PASS variable.
731 (install): Pass FLAGS_TO_PASS when recursively make install-only.
732
8991e9fa
HZ
7332010-10-20 Hui Zhu <teawater@gmail.com>
734
735 * tracepoint.c (tfile_get_traceframe_address): Call
736 extract_signed_integer.
737 (tfile_trace_find): Call extract_signed_integer and
738 extract_unsigned_integer. Change data_size to unsigned int.
739 (tfile_fetch_registers): Call extract_unsigned_integer.
740 (tfile_xfer_partial): Ditto.
741 (tfile_get_trace_state_variable_value): Call
742 extract_signed_integer and extract_unsigned_integer.
743
21bce120
VP
7442010-10-20 Vladimir Prus <vladimir@codesourcery.com>
745
746 * remote.c (remote_get_threadlist): If we got empty
747 response, bail out immediately, and don't emit any
748 warnings.
749
ad8b5167
UW
7502010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
751
752 * arm-tdep.c (thumb_get_next_pc_raw): Handle Thumb-16 encoding
753 for "mov pc, REG" as well.
754 (thumb_instruction_changes_pc): Likewise.
755
79afc5ef
SW
7562010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
757
758 PR C++/11500:
759 * valarith.c (value_x_unop): Handle STRUCTOP_PTR.
760 * eval.c (evaluate_subexp_standard): Check for overload of
761 'operator->'.
762 * valarith.c (value_x_binop): Throw NOT_FOUND_ERROR.
763 (value_x_unop): Ditto.
764 * valops.c: Include "exceptions.h".
765 (find_overload_match): Throw NOT_FOUND_ERROR.
766 (value_struct_elt): Ditto.
767
cca56ac7
TT
7682010-10-19 Tom Tromey <tromey@redhat.com>
769
770 * python/py-cmd.c (cmdpy_function): Unreference exception state.
771
026ffab7
SW
7722010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
773
774 * gdbtypes.h: Introduce BOOL_PTR_CONVERSION_BADNESS.
775 * gdbtypes.c (rank_one_type): Use BOOL_PTR_CONVERSION_BADNESS
776 for conversion.
777 Make all other conversions illegal.
778
8c540a24
DE
7792010-10-18 Doug Evans <dje@google.com>
780
781 * c-typeprint.c (c_type_print_base, case TYPE_CODE_TYPEDEF): Verify
782 assumptions of when this case happens. Print "<unnamed typedef>".
783
3a772aa4
TT
7842010-10-18 Tom Tromey <tromey@redhat.com>
785
786 * valprint.c (val_print_string): Pass 'encoding' to
787 LA_PRINT_STRING.
788
01f8c46d
JK
7892010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
790
791 Fix the `stopped language detection' testcase for gcc-4.5.
792 * dwarf2read.c (read_partial_die): Set also LANGUAGE_OF_MAIN.
793 * symfile.c (set_initial_language): Move variable filename to a more
794 inner block. Prefer LANGUAGE_OF_MAIN.
795 * symtab.c (language_of_main): New variable.
796 (set_main_name): Always reset LANGUAGE_OF_MAIN.
797 * symtab.h (language_of_main): New declaration.
798
8aeb23f3
JK
7992010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
800 Pedro Alves <pedro@codesourcery.com>
801
802 * gdbthread.h (currently_stepping): New declaration.
803 * infrun.c (currently_stepping): Remove the forward declaration.
804 (currently_stepping): Make it global.
805 * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
806 variables tp and step, initialized them. Pass STEP to to_resume.
807 Print also possibly "PTRACE_SINGLESTEP" if STEP. Initialize LP->STEP.
808 * remote.c (currently_stepping_callback): New.
809 (remote_vcont_resume)
810 <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
811 New variable tp. Call currently_stepping_callback and step such
812 thread.
813
c1e56572
JK
8142010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
815
816 * infrun.c (follow_exec): Replace symbol_file_add_main by
817 symbol_file_add with SYMFILE_DEFER_BP_RESET, set_initial_language and
818 breakpoint_re_set.
819 * m32r-rom.c (m32r_load, m32r_upload_command): Use parameter 0 for
820 clear_symtab_users.
821 * objfiles.c (free_all_objfiles): Likewise.
822 * remote-m32r-sdi.c (m32r_load): Likewise.
823 * solib-som.c (som_solib_create_inferior_hook): Likewise.
824 * symfile.c (new_symfile_objfile): New comment for add_flags. Call
825 clear_symtab_users with ADD_FLAGS.
826 (reread_symbols): Use parameter 0 for clear_symtab_users.
827 (clear_symtab_users): New parameter add_flags. Do not call
828 breakpoint_re_set if SYMFILE_DEFER_BP_RESET.
829 (clear_symtab_users_cleanup): Use parameter 0 for clear_symtab_users.
830 * symtab.h (clear_symtab_users): New parameter add_flags.
831
3a182a69
JK
8322010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
833
834 Fix GCC false warning.
835 * varobj.c (value_get_print_value) <str_addr>: Initialize it.
836
3a9d7214
PM
8372010-10-16 Pierre Muller <muller@ics.u-strasbg.fr>
838
839 * p-typeprint.c (pascal_type_print_method_args): Fix problem in
840 display of type of method arguments.
841
09ca9e2e
TT
8422010-10-15 Tom Tromey <tromey@redhat.com>
843
844 PR python/11948:
845 * varobj.c (value_get_print_value): Use val_print_string to print
846 lazy strings.
847 * python/py-prettyprint.c (print_string_repr): Use
848 val_print_string to print lazy strings. Fix cleanup logic.
849 (print_children): Likewise.
850 * python/python-internal.h (gdbpy_extract_lazy_string): Update.
851 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Rewrite.
852 Change return type to 'void', add 'addr' argument.
853 * value.h (val_print_string): Update.
854 * valprint.c (val_print_string): Add 'encoding' argument.
855 * printcmd.c (print_formatted): Update.
856 * p-valprint.c (pascal_val_print): Update.
857 * m2-valprint.c (print_unpacked_pointer): Update.
858 (m2_print_array_contents): Likewise.
859 * jv-valprint.c (java_value_print): Update.
860 * f-valprint.c (f_val_print): Update.
861 * c-valprint.c (c_val_print): Update.
862 * auxv.c (fprint_target_auxv): Update.
863
92163a10
JK
8642010-10-15 Doug Evans <dje@google.com>
865 Jan Kratochvil <jan.kratochvil@redhat.com>
866
867 PR exp/12117
868 * gdbtypes.c (check_typedef): Clean up function comment.
869 Keep track of instance flags as we strip typedefs and create a new
870 type to preserve them if necessary.
871 * gdbtypes.h (type) <instance_flags>: Extend the comment.
872
dae71413
PM
8732010-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
874
875 * p-lang.c (is_pascal_string_type): Use TYPE_FIELD_NAME accessor.
876
7062b0a0
SW
8772010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
878
879 * gdbtypes.h: Create BASE_PTR_CONVERSION_BADNESS.
880 * gdbtypes.c (rank_one_type): Move type comparison code out of here
881 to...
882 (types_equal): ...here. And changed it as follows:
883 Outside of typedefs type must be of the same TYPE_CODE.
884 When compairing two pointers or references they are equal if their
885 targets are equal.
886 Correct pointer conversions.
887
5c3da5ea
PM
8882010-10-14 Pierre Muller <muller@ics.u-strasbg.fr>
889
890 * p-lang.c (is_pascal_string_type): Avoid crashes on structures
891 having fields without names.
892
577ce03a
TT
8932010-10-13 Tom Tromey <tromey@redhat.com>
894
895 * language.h (LA_PRINT_ARRAY_INDEX): Fix argument name.
896
a737a51b
DE
8972010-10-13 Doug Evans <dje@google.com>
898
0e3509db
DE
899 New python module gdb.types.
900 * NEWS: Document it.
901 * data-directory/Makefile.in (PYTHON_FILES): Add gdb/types.py.
902 * python/lib/gdb/types.py: New file.
903
a737a51b
DE
904 * c-typeprint.c: Whitespace cleanup.
905 (cp_type_print_method_args): Remove unnecessary forward decl.
906 (cp_type_print_derivation_info): Ditto.
907 (c_type_print_varspec_prefix): Mark as static at definition.
908 (c_type_print_modifier): Fix arg descriptions.
909
8dc78533
JK
9102010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
911
912 * python/py-breakpoint.c (bppy_set_condition): New comment.
913 * python/py-cmd.c (cmdpy_function): Call also gdbpy_print_stack for
914 failed PyUnicode_Decode.
915 (cmdpy_completer): Skip element for failed
916 python_string_to_host_string.
917 (cmdpy_init): Return -1 on failed python_string_to_host_string.
918 * python/py-frame.c (frapy_read_var): Extend the function comment.
919 * python/py-function.c (fnpy_init): Return -1 on failed
920 python_string_to_host_string.
921 * python/py-inferior.c (infpy_read_memory, infpy_write_memory): Extend
922 the function comment.
923 (infpy_search_memory): Extend the function comment. Remove the
924 PyErr_SetString call on already set error state.
925 * python/py-param.c (set_parameter_value): Extend the function
926 comment. Return -1 on failed python_string_to_host_string, twice.
927 (set_attr): Extend the function comment.
928 (compute_enum_values): Extend the function comment. New variable
929 back_to. Protect self->enumeration by BACK_TO cleanups. Return 0 on
930 failed python_string_to_host_string.
931 (get_doc_string): Call gdbpy_print_stack on failed
932 python_string_to_host_string.
933 (parmpy_init): Extend the function comment.
934 * python/py-prettyprint.c (pretty_print_one_value): Likewise.
935 (gdbpy_get_display_hint, print_children): Call gdbpy_print_stack on
936 failed python_string_to_host_string.
937 * python/py-value.c (valpy_new, valpy_getitem, valpy_call)
938 (valpy_binop, valpy_richcompare): Extend the function comment.
939 * python/python.c
940 (struct python_env) <error_type, error_value, error_traceback>: New
941 fields.
942 (restore_python_env): Handle PyErr_Occurred. Call PyErr_Restore.
943 (ensure_python_env): Call PyErr_Fetch.
944 * varobj.c (update_dynamic_varobj_children): Call gdbpy_print_stack on
945 failed convert_value_from_python.
946 (value_get_print_value): Call gdbpy_print_stack on failed
947 python_string_to_target_python_string.
948
1bdb0c54
TT
9492010-10-12 Tom Tromey <tromey@redhat.com>
950
951 * python/py-prettyprint.c (search_pp_list): Fix error checking.
952
0526b37a
SW
9532010-10-12 Sami Wagiaalla <swagiaal@redhat.com>
954
955 * gdbtypes.c (do_is_ancestor): New function.
956 (is_ancestor): Use do_is_ancestor.
957 (is_public_ancestor): Use do_is_ancestor.
958
c1b5be38
PM
9592010-10-12 Pierre Muller <muller@ics.u-strasbg.fr>
960
961 * ser-go32.c (struct dos_ops): Add missing fdopen field.
962
68770265
MGD
9632010-10-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
964
965 * arm-tdep.c (arm_mode_strings): Add NULL entry at end of array.
966
64b00020
DE
9672010-10-11 Doug Evans <dje@google.com>
968
969 * c-typeprint.c (c_type_print_modifier): Add note that this prints
970 the address space id too.
971
43b8e241
JK
9722010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
973
974 Fix attaching to re-prelinked executables on ppc64.
975 * solib-svr4.c (svr4_exec_displacement): New variable plt2_asect,
976 initialize it, try to adjust FILESZ field by it.
977
417b5110
DJ
9782010-10-08 Daniel Jacobowitz <dan@codesourcery.com>
979
980 * tracepoint.c (merge_uploaded_trace_state_variables): Only print
981 messages if info_verbose.
982
3bdf2bbd
KW
9832010-10-08 Ken Werner <ken.werner@de.ibm.com>
984
985 * valops.c (value_cast): Handle vector types.
986 * valarith.c (value_binop): Widen scalar to vector if appropriate.
987
ec3d575a
UW
9882010-10-08 Ulrich Weigand <uweigand@de.ibm.com>
989
990 * arm-tdep.c (thumb_expand_immediate): New function.
991 (thumb_instruction_changes_pc): Likewise.
992 (thumb2_instruction_changes_pc): Likewise.
993 (thumb_analyze_prologue): Handle 32-bit Thumb instructions during
994 prologue parsing. Improved support for optimized code.
995 (thumb_scan_prologue): Do not reply on line-number information,
996 use same heuristics as arm_scan_prologue insead.
997 (skip_prologue_function): Accept functions
998 "__tls_get_addr" and "__aeabi_read_tp".
999
4024ca99
UW
10002010-10-08 Ulrich Weigand <uweigand@de.ibm.com>
1001 Daniel Jacobowitz <dan@codesourcery.com>
1002
1003 * arm-tdep.c (thumb_in_function_epilogue_p)
1004 (arm_in_function_epilogue_p): New.
1005 (arm_gdbarch_init): Install arm_in_function_epilogue_p as
1006 gdbarch_in_function_epilogue_p callback.
1007
855c153f
DE
10082010-10-07 Doug Evans <dje@google.com>
1009
00e14314
DE
1010 * cc-with-index.sh (output_file): Default to a.out.
1011
3876f04e
DE
1012 * dwarf2read.c (mapped_index): Rename member index_table to
1013 symbol_table and index_table_slots to symbol_table_slots.
1014 All uses updated.
1015 (create_symbol_hash_table): Renamed from create_index_table.
1016 All callers updated.
1017 (add_indices_to_cpool): Rename arg index_table to symbol_hash_table.
1018 (write_hash_table): Rename local index_table to symbol_hash_table.
1019
855c153f
DE
1020 * addrmap.h (addrmap_foreach_fn): New typedef.
1021 (addrmap_foreach): Declare.
1022 * addrmap.c (struct addrmap_funcs): New member foreach.
1023 (addrmap_foreach): New function.
1024 (addrmap_fixed_foreach): New function.
1025 (addrmap_fixed_funcs): Update.
1026 (struct mutable_foreach_data): New struct.
1027 (addrmap_mutable_foreach_worker): New function.
1028 (addrmap_mutable_foreach): New function.
1029 (addrmap_mutable_funcs): Update.
1030
1d2a4540
PH
10312010-10-07 Paul Hilfinger <hilfinger@adacore.com>
1032
1033 * dictionary.c (dict_hash): Revert to msymbol_hash_iw in
1034 more cases.
1035
40658b94
PH
10362010-10-07 Paul Hilfinger <hilfinger@adacore.com>
1037
1038 * ada-lang.c (full_match): Declare.
1039 (ada_match_name): Rename to match_name (we should avoid prefixing static
1040 symbols with "ada_").
1041 (match_name): New name for ada_match_name.
1042 (struct ada_psym_data): Remove and replace with...
1043 (struct match_data): User data for map_matching_symbols.
1044 (ada_add_psyms): Remove.
1045 (aux_add_nonlocal_symbols): New function, used as callback for
1046 map_matching_symbols.
1047 (compare_names): Ordering function adopted from strcmp_iw for Ada-encoded
1048 symbols.
1049 (ada_add_non_local_symbols): Rename to add_nonlocal_symbols.
1050 (add_nonlocal_symbols): Renamed from ada_add_non_local_symbols.
1051 Rework to use map_matching_symbols instead of map_ada_symtabs.
1052 (ada_lookup_symbol_list): Use add_nonlocal_symbols.
1053 * psymtab.c: Include dependency on dictionary.h.
1054 (match_partial_symbol): New function.
1055 (ada_lookup_partial_symbol): Remove.
1056 (map_block): New function, auxiliary to map_matching_symbols_psymtab.
1057 (map_matching_symbols_psymtab): New function.
1058 (psym_functions): Replace map_ada_symtabs with map_matching_symbols_psymtab.
1059 * symfile.h: Replace map_ada_symtabs definition with map_matching_symbols.
1060
c4d840bd
PH
10612010-10-06 Paul Hilfinger <hilfinger@adacore.com>
1062
1063 * ada-lang.c (ada_match_name): Use new API for wild_match.
40658b94
PH
1064 (wild_match): Change API to be consistent with that of strcmp_iw;
1065 return 0 for a match, and switch operand order.
1066 (full_match): New function.
1067 (ada_add_block_symbols): Use dict_iter_match_{first,next} for
1068 matching to allow use of hashing.
1069 * dictionary.c (struct dict_vector): Generalize iter_name_first,
1070 iter_name_next ot iter_match_first, iter_match_next.
1071 (iter_name_first_hashed): Replace with iter_match_first_hashed.
1072 (iter_name_next_hashed): Replace with iter_match_next_hashed.
1073 (iter_name_first_linear): Replace with iter_match_first_linear.
1074 (iter_name_next_linear): Replace with iter_match_next_linear.
1075 (dict_iter_name_first): Re-implement to use dict_iter_match_first.
1076 (dict_iter_name_next): Re-implement to use dict_iter_match_next.
1077 (dict_iter_match_first): New function.
1078 (dict_iter_match_next): New function.
1079 (dict_hash): New function.
1080 * dictionary.h (dict_iter_match_first, dict_iter_match_next): Declare.
1081 * psymtab.c (ada_lookup_partial_symbol): Use new wild_match API.
c4d840bd 1082
543ecec7
DE
10832010-10-06 Doug Evans <dje@google.com>
1084
1085 * data-directory/Makefile.in: Remove @host_makefile_frag@, @frags@.
1086
2f608a3a
KW
10872010-10-06 Ken Werner <ken.werner@de.ibm.com>
1088
1089 * dwarf2read.c (read_tag_const_type): Handle const arrays.
1090
aa2e2d8d
DE
10912010-10-06 Doug Evans <dje@google.com>
1092
9c9606fb
DE
1093 * Makefile.in (REQUIRED_SUBDIRS): New var.
1094 (subdir_do): Verify required subdir Makefiles exist.
1095
aa2e2d8d
DE
1096 Create subdir data-directory.
1097 * Makefile.in (XML_SYSCALL_DIR, XML_SYSCALL_FILES): Moved to
1098 data-directory/Makefile.in.
1099 (SUBDIRS): Add data-directory.
1100 (all): Remove xml-syscall-copy dependency.
1101 (xml-syscall-copy): Moved to data-directory/Makefile.in as
1102 stamp-syscalls.
1103 (xml-syscall-install): Moved to data-directory/Makefile.in as
1104 install-syscalls.
1105 (install-only): Remove xml-syscall-install dependency.
1106 (all-data-directory): New rule.
1107 (data-directory/Makefile): New rule.
1108 * configure.ac (AC_OUTPUT): Add data-directory/Makefile.
1109 * configure: Regenerate.
1110 * data-directory/Makefile.in: New file.
1111 * python/lib/gdb/__init__.py: New file.
1112
aa27d0b3
JB
11132010-10-06 Joel Brobecker <brobecker@adacore.com>
1114
1115 Fix ARI warnings in advance_wild_match.
1116 * ada-lang.c (advance_wild_match): Delete local variable t2.
1117 Adjust code accordingly. Minor reformatting.
1118
2844d6b5
KW
11192010-10-06 Ken Werner <ken.werner@de.ibm.com>
1120
1121 * gdbtypes.h (struct main_type): Remove flag_nottext.
1122 (enum type_flag_value): Remove TYPE_FLAG_NOTTEXT.
1123 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_NOTTEXT.
1124 (TYPE_NOTTEXT): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of flag_nottext.
1125 * gdbtypes.c (make_vector_type): Use TYPE_INSTANCE_FLAG_NOTTEXT instead
1126 of TYPE_FLAG_NOTTEXT.
1127 (init_type): Remove the initialization of the flag_nottext field.
1128 (gdbtypes_post_init): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of
1129 TYPE_FLAG_NOTTEXT.
1130 * c-valprint.c (c_val_print): Remove TYPE_VECTOR check.
1131
2fdf6df6
DE
11322010-10-04 Doug Evans <dje@google.com>
1133
ea65fe05
DE
1134 * cc-with-index.sh: New file.
1135
2fdf6df6
DE
1136 * dwarf2read.c (dw2_do_instantiate_symtab): Insert blank line after
1137 function comment.
1138 (dw2_instantiate_symtab, dw2_get_cu, extract_cu_value): Ditto.
1139 (create_cus_from_index, create_addrmap_from_index): Ditto.
1140 (mapped_index_string_hash, find_slot_in_mapped_hash): Ditto.
1141 (dw2_setup, dw2_require_line_header, dw2_require_full_path): Ditto.
1142 (dw2_do_expand_symtabs_matching): Ditto.
b89be57b
DE
1143 (eq_strtab_entry, create_strtab, add_string): Ditto.
1144 (hash_strtab_entry): Ditto.
1145 (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry): Ditto.
1146 (create_index_table, create_mapped_symtab, find_slot): Ditto.
1147 (hash_expand, add_index_entry, add_indices_to_cpool): Ditto.
1148 (write_hash_table, add_address_entry, write_psymbols): Ditto.
1149 (write_obstack, unlink_if_set, write_one_signatured_type): Ditto.
1150 (write_psymtabs_to_index): Ditto.
2fdf6df6 1151
40bc484c
JB
11522010-10-04 Joel Brobecker <brobecker@adacore.com>
1153
1154 * ada-lang.c: #include "value.h".
1155 (ensure_lval): Delete advance declaration. Remove gdbarch and sp
1156 arguments. Implement using value_allocate_space_in_inferior
1157 instead of allocating memory from the stack.
1158 (make_array_descriptor): Remove gdbarch and sp parameters. Update
1159 calls to ensure_lval.
1160 (ada_convert_actual): Remove gdbarch and sp parameters. Update
1161 calls to make_array_descriptor and ensure_lval.
1162 * ada-lang.h (ada_convert_actual): Update declaration.
1163 * infcall.c (value_arg_coerce): Update call to ada_convert_actual.
1164
f17618ea
DE
11652010-10-04 Doug Evans <dje@google.com>
1166
1167 * python/python.c (_initialize_python): Define new function
1168 GdbSetPythonDirectory in python. Use it to update sys.path and
1169 gdb.__path__.
1170
83e3a93c
PH
11712010-10-03 Paul Hilfinger <hilfinger@adacore.com>
1172
1173 * gdb/ada-typeprint.c (print_selected_record_field_types): New function,
1174 incorporating and generalizing print_record_field_types.
1175 (print_record_field_types): Change return value and update comment.
1176 Re-implement using print_selected_record_field_types.
1177 (print_choices): Print "=>" here.
1178 Handle case of unencoded variant branch.
1179 (print_variant_clauses): Reformat comment.
1180 Special-case unencoded variant branch.
1181
11822010-10-03 Paul Hilfinger <hilfinger@adacore.com>
73589123
PH
1183
1184 * ada-lang.c (wild_match): Reimplement.
1185 Change API to eliminate unused length argument, reverse arguments and
1186 make 0 the 'true' return value.
1187 (advance_wild_match): New auxiliary function for wild_match to improve
1188 readability.
1189 (ada_match_name, ada_add_block_symbols): Use new API for wild_match.
1190 * psymtab.c (ada_lookup_partial_symbol, map_ada_symtabs): Use new
1191 API for wild_match.
1192 * symfile.h (map_ada_symtabs): Modify declaration to use new API for
1193 wild_match.
1194 * dwarf2read.c (dw2_map_ada_symtabs): Ditto.
1195
11570e71
DE
11962010-10-01 Doug Evans <dje@google.com>
1197
1198 * dwarf2read.c (_initialize_dwarf2_read): Add usage info to help text
1199 for `save gdb-index' command.
1200
72b9f47f
TT
12012010-10-01 Tom Tromey <tromey@redhat.com>
1202
1203 * symfile.h (allocate_symtab): Update.
1204 * symfile.c (allocate_symtab): Make 'filename' const.
1205 * psymtab.c (add_psymbol_to_bcache): Make 'name' const.
1206 (add_psymbol_to_list): Likewise.
1207 * psympriv.h (struct partial_symtab) <filename, dirname>: Now
1208 const.
1209 (add_psymbol_to_list): Update.
1210 * mdebugread.c (new_symtab): Make 'name' const.
1211 (psymtab_to_symtab_1): Make 'filename' const.
1212 * elfread.c (elfstab_offset_sections): Update.
1213 * dwarf2read.c (dwarf_decode_lines): Make 'comp_dir' const.
1214 (dwarf2_start_subfile): Make 'dirname' and 'comp_dir' const.
1215 (psymtab_include_file_name): Update.
1216 * dbxread.c (find_stab_function_addr): Make 'filename' const.
1217 * buildsym.h (start_subfile): Update.
1218 * buildsym.c (start_subfile): Make arguments const.
1219
55e39473
MS
12202010-09-30 Ali Lakhia <lakhia@alumni.utexas.net>
1221
1222 * fork-child.c (breakup_args): Fix crash if shell forking is
1223 disabled at compile time.
1224
05e522ef
JB
12252010-10-01 Joel Brobecker <brobecker@adacore.com>
1226
1227 * ada-lang.c (desc_bounds): Add handling of the case where
1228 the P_BOUNDS field is a pointer to a stub.
1229 (desc_data_target_type): Same for P_ARRAY field.
1230 (ada_check_typedef): Strip the typedef layers from the type
1231 found by ada_find_any_type.
1232
49a45ecf
JB
12332010-10-01 Joel Brobecker <brobecker@adacore.com>
1234
1235 * sparc-tdep.c (sparc32_frame_align): New function.
1236 (sparc32_gdbarch_init): Set the frame_align gdbarch method.
1237 * sparc64-tdep.c (sparc64_frame_align): New function.
1238 (sparc64_gdbarch_init): Set the frame_align gdbarch method.
1239
a5916a62
L
12402010-09-30 H.J. Lu <hongjiu.lu@intel.com>
1241
1242 * defs.h (MAX_REGISTER_SIZE): Set to 64.
1243
00b5771c
TT
12442010-09-30 Tom Tromey <tromey@redhat.com>
1245
1246 * symfile.h (struct sym_fns) <next>: Remove.
1247 (add_symtab_fns): Update.
1248 * symfile.c (sym_fns_ptr): New typedef.
1249 (symtab_fns): Now a VEC.
1250 (add_symtab_fns): Update. Change argument type.
1251 (find_sym_fns): Update. Change return type.
1252 (get_symfile_segment_data): Update.
1253 * objfiles.h (struct objfile) <sf>: Now const.
1254 * somread.c (som_sym_fns): Now const. Update.
1255 * xcoffread.c (xcoff_sym_fns): Now const. Update.
1256 * mipsread.c (ecoff_sym_fns): Now const. Update.
1257 * machoread.c (macho_sym_fns): Now const. Update.
1258 * elfread.c (elf_sym_fns): Now const. Update.
1259 (elf_sym_fns_gdb_index): Likewise.
1260 * dbxread.c (aout_sym_fns): Now const. Update.
1261 * coffread.c (coff_sym_fns): Now const. Update.
1262
38f12cfc
TT
12632010-09-30 Tom Tromey <tromey@redhat.com>
1264
1265 * value.c (value_primitive_field): Take 'offset' into account for
1266 packed field.
1267
9ae8282d
TT
12682010-09-30 Tom Tromey <tromey@redhat.com>
1269
1270 * completer.c (count_struct_fields): Handle anonymous structs and
1271 unions.
1272 (add_struct_fields): Likewise.
1273
e9e07ba6
JK
12742010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1275
1276 Fix printing parameters of inlined functions.
1277 * ada-lang.c (is_known_support_routine)
1278 (ada_unhandled_exception_name_addr_from_raise): Provide NULL parameter
1279 for find_frame_funname.
1280 * python/py-frame.c (frapy_name): Likewise.
1281 * stack.c (find_frame_funname): New parameter funcp. Update the
1282 function comment. Fill it in.
1283 (print_frame): New variable func. Initialize it by
1284 find_frame_funname. Print arguments only if FUNC is not NULL. Use
1285 FUNC as the parameter of print_args_stub.
1286 * stack.h (find_frame_funname): New parameter funcp. Remove the
1287 function declaration comment.
1288
cd2effb2
JK
12892010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1290
1291 PR corefiles/12071.
1292 * inferior.c (have_live_inferiors): New variables old_chain, inf and
1293 tp. Iterate INFERIOR_LIST and call target_has_execution.
1294
bceffbf3
JK
12952010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1296
1297 Fix GDB crash on inferior calls with self-referencing classes.
1298 * gnu-v3-abi.c (gnuv3_pass_by_reference): Do not call itself on static
1299 member fields.
1300
abc72ce4
DE
13012010-09-29 Doug Evans <dje@google.com>
1302
1303 Workaround for gcc/45682.
1304 * dwarf2read.c (partial_die_info): New fields fixup_called,
1305 linkage_name.
1306 (guess_partial_die_structure_name): Renamed from guess_structure_name.
1307 Move definition next to use. Use linkage_name to determine if class
1308 is in a namespace. All callers updated.
1309 (fixup_partial_die): Return early if already called.
1310 Set fixup_called when done.
1311 (guess_full_die_structure_name): New function.
1312 (determine_prefix): Call it for class/struct/union dies if c++ and
1313 .debug_types section is present and parent is DW_TAG_compile_unit.
1314
0ac7be25
JB
13152010-09-28 Joel Brobecker <brobecker@adacore.com>
1316
1317 * configure.tgt (sparc-*-*): Set gdb_sim to ../sim/erc32/libsim.a.
1318 (sparc-*-rtems*): Delete. Now redundant with sparc-*-*.
1319
6e1bb179
JB
13202010-09-28 Joel Brobecker <brobecker@adacore.com>
1321
1322 * NEWS: Announce Ravenscar Profile support.
1323
036b1ba8
JB
13242010-09-28 Joel Brobecker <brobecker@adacore.com>
1325 Jerome Guitton <guitton@adacore.com>
1326
1327 * ravenscar-thread.c, ravenscar-thread.h, ravenscar-sparc-thread.c:
1328 New files.
1329 * configure.tgt (sparc-*-*): Add ravenscar-thread.o and
1330 ravenscar-sparc-thread.o to gdb_target_obs.
1331
474011fb
JB
13322010-09-28 Joel Brobecker <brobecker@adacore.com>
1333
1334 * ada-tasks.c (iterate_over_live_ada_tasks): New function.
1335 * ada-lang.h (iterate_over_live_ada_tasks): Declare.
1336
99e24b90
PM
13372010-09-27 Pierre Muller <muller@ics.u-strasbg.fr>
1338
1339 * amd64-windows-tdep.c (amd64_skip_main_prologue): New function.
1340 (amd64_windows_init_abi): Register amd64_skip_main_prologue as gdbarch
1341 skip_main_prologue method.
1342
987d643c
TT
13432010-09-27 Tom Tromey <tromey@redhat.com>
1344
1345 * dwarf2read.c (dwarf2_read_index): Only allow version 3.
1346 (write_psymbols): Add 'psyms_seen' and 'is_static' arguments.
1347 Only emit a given psymbol once.
1348 (struct signatured_type_index_data) <psyms_seen>: New field.
1349 (write_one_signatured_type): Update.
1350 (cleanup_htab): New function.
1351 (write_psymtabs_to_index): Update. Create psyms_seen hash. Bump
1352 version to 3.
1353 (save_gdb_index_command): Update index documentation.
1354
d3aff959
TT
13552010-09-27 Tom Tromey <tromey@redhat.com>
1356
1357 * bcache.c (expand_hash_table): Use hash_function, not hash.
1358
716b65bf
TT
13592010-09-27 Tom Tromey <tromey@redhat.com>
1360
1361 * gdb_wchar.h: Change minimum libiconv to 0x108.
1362
1736ad11
JK
13632010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1364
1365 Fix lost siginfo_t for inferior calls.
1366 * infrun.c
1367 (struct inferior_thread_state) <siginfo_gdbarch, siginfo_data>: New.
1368 (save_inferior_thread_state): New variables regcache, gdbarch and
1369 siginfo_data. Initialize SIGINFO_DATA if gdbarch_get_siginfo_type_p.
1370 Move INF_STATE allocation later, pre-clear it. Initialize REGISTERS
1371 using REGCACHE.
1372 (restore_inferior_thread_state): New variables regcache and gdbarch.
1373 Restore SIGINFO_DATA for matching GDBARCH. Restore REGISTERS using
1374 REGCACHE. Free also SIGINFO_DATA.
1375
4b5246aa
TT
13762010-09-24 Tom Tromey <tromey@redhat.com>
1377
1378 * dwarf2read.c (dw2_expand_symtabs_matching): Add missing
1379 MAYBE_SWAPs.
1380 (dw2_map_symbol_names): Likewise.
1381
2a7d6a25
SW
13822010-09-24 Sami Wagiaalla <swagiaal@redhat.com>
1383
1384 * valops.c (find_oload_champ_namespace_loop): replace incorrect
1385 discard_cleanups do_cleanups.
1386
b53a1623
PA
13872010-09-24 Pedro Alves <pedro@codesourcery.com>
1388
e6ee044d
PA
1389 PR gdb/11842
1390
b53a1623
PA
1391 * amd64-linux-nat.c (compat_siginfo_from_siginfo)
1392 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
1393 si_code is < 0. Check for si_code == SI_TIMER before checking for
1394 si_code < 0.
1395
96a8853a
PA
13962010-09-24 Pedro Alves <pedro@codesourcery.com>
1397
1398 * objfiles.h (ALL_OBJSECTIONS): Handle breaks in the inner loop.
1399
39383a48
JB
14002010-09-22 Joel Brobecker <brobecker@adacore.com>
1401
1402 * ada-tasks.c (read_atcb): Do not compute the task ptid when
1403 debugging a core file.
1404
d31d2fc3
JK
14052010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1406
1407 Code cleanup.
1408 * objfiles.c (allocate_objfile) <objfile->name != NULL>: Remove.
1409 (free_objfile) <objfile->name != NULL>: Remove the conditional around
1410 xfree.
1411 * objfiles.h (struct objfile) <name>: New comment it is never NULL.
1412 * python/py-auto-load.c (auto_load_new_objfile) <!objfile->name>:
1413 Remove.
1414 * python/py-objfile.c (objfpy_get_filename) <obj->objfile->name>
1415 Remove the conditional.
1416 * python/py-progspace.c (pspy_get_filename) <objfile->name>: Likewise.
1417
7f6130ff
JK
14182010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1419
1420 * main.c: Include objfiles.h.
1421 (captured_main): New variable objfile. Call
1422 load_auto_scripts_for_objfile for ALL_OBJFILES.
1423
c2b0a229
JK
14242010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1425
1426 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: Add also
1427 DW_TAG_constant.
1428
72929c62
JB
14292010-09-22 Joel Brobecker <brobecker@adacore.com>
1430
1431 * dwarf2read.c (scan_partial_symbols): Add handling of
1432 DW_TAG_constant DIEs.
1433 (add_partial_symbol, load_partial_dies, new_symbol): Likewise.
1434
496c0e1b
JB
14352010-09-22 Joel Brobecker <brobecker@adacore.com>
1436
1437 * configure.ac: Add support for --enable-gdbserver.
1438 * configure: Regenerate.
1439
ec322823
SW
14402010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
1441
1442 PR C++/12028
1443 * valops.c (find_oload_champ_namespace_loop): removed incorrect
1444 'old_cleanups' reassignment.
1445
1558ab4c
JK
14462010-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1447
1448 * charset.c (wchar_iterate) <EILSEQ>: Return any possibly converted
1449 characters.
1450
875b4ff5
PM
14512010-09-16 Phil Muldoon <pmuldoon@redhat.com>
1452
1453 PR mi/11407
1454 * mi/mi-cmd-stack.c (list_args_or_locals): Catch exceptions from
1455 read_var_value and common_val_print and print a warning.
1456
65dedcb2
JK
14572010-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1458
1459 * MAINTAINERS (GLOBAL MAINTAINERS) <Jan Kratochvil>: Move the entry to
1460 keep the list in alphabetical order. Use longer e-mail address.
1461
0e780a22
TT
14622010-09-15 Tom Tromey <tromey@redhat.com>
1463
1464 * MAINTAINERS (GLOBAL MAINTAINERS): Add Jan Kratochvil.
1465
62234ccc
TT
14662010-09-15 Tom Tromey <tromey@redhat.com>
1467
1468 * charset.c (iconv_open): New define.
1469 (iconv): Likewise.
1470 (iconv_close): Likewise.
1471 (phony_iconv_open): Add "phony_" prefix.
1472 (phony_iconv_close): Likewise.
1473 (phony_iconv): Likewise.
1474 * gdb_wchar.h: Check _LIBICONV_VERSION, __STDC_ISO_10646__.
1475 Change how INTERMEDIATE_ENCODING is defined.
1476
4950bc1c
DE
14772010-09-15 Doug Evans <dje@google.com>
1478
1479 * dwarf2read.c (struct die_info): Fix comment.
1480
349126ea
AM
14812010-09-15 Alan Modra <amodra@gmail.com>
1482
1483 PR 4606
1484 * gcore.c (gcore_create_callback): Clear SEC_HAS_CONTENTS rather
1485 than setting SEC_NEVER_LOAD on sections that need not be copied.
1486
923c6a3d
TT
14872010-09-14 Tom Tromey <tromey@redhat.com>
1488
1489 * psympriv.h (add_psymbol_to_list, init_psymbol_list)
1490 (start_psymtab_common, allocate_psymtab, discard_psymtab):
1491 Declare.
1492 * symfile.h (extend_psymbol_list): Remove.
1493 (add_psymbol_to_list, init_psymbol_list, start_psymtab_common)
1494 (allocate_psymtab, discard_psymtab): Move to psympriv.h.
1495 * psymtab.c (extend_psymbol_list): Move earlier. Now static.
1496
a9e6a4bb
JK
14972010-09-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1498
1499 * dwarf2read.c (dw2_map_ada_symtabs): Remove the internal_error.
1500 Update the comment.
1501
7155d578
TT
15022010-09-14 Tom Tromey <tromey@redhat.com>
1503
1504 PR symtab/8399:
1505 * dwarf2loc.c (locexpr_describe_location_piece): Don't call error
1506 for unrecognized frame base expression.
1507
515ed532
TT
15082010-09-14 Tom Tromey <tromey@redhat.com>
1509
1510 PR exp/11803:
1511 * value.c (value_static_field): Use value_of_variable.
1512
b467f580
PM
15132010-09-14 Pierre Muller <muller@ics.u-strasbg.fr>
1514
1515 * m32r-rom.c: Replace winsock.h with winsock2.h header.
1516 * remote-m32r-sdi.c: Replace winsock.h by winsock2.h.
1517
450ca57c
SW
15182010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
1519
1520 PR symtab/11992:
1521 * c-exp.y (classify_name): Check is_a_member_of_this before returning
1522 UNKNOWN_CPP_NAME.
1523
1aee7009
JB
15242010-09-13 Joel Brobecker <brobecker@adacore.com>
1525
1526 * NEWS: Add x86-lynxos to the list of platforms supported by
1527 gdbserver.
1528
5ec6ebf9
JB
15292010-09-13 Joel Brobecker <brobecker@adacore.com>
1530
1531 * NEWS: Announce GDBserver support for version 5.x of ppc-lynxos.
1532
1863c96c
TT
15332010-09-13 Tom Tromey <tromey@redhat.com>
1534
1535 * Makefile.in (HFILES_NO_SRCDIR): Add progspace.h.
1536
0c5acf93
L
15372010-09-13 H.J. Lu <hongjiu.lu@intel.com>
1538
1539 * i386-tdep.c (i386_ymm_type): Set type name to
1540 builtin_type_vec256i.
1541
1c6272a6
MS
15422010-09-12 Michael Snyder <msnyder@vmware.com>
1543
1544 * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1545
e866c497
L
15462010-09-12 H.J. Lu <hongjiu.lu@intel.com>
1547
1548 * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1549
9191d390
L
15502010-09-11 H.J. Lu <hongjiu.lu@intel.com>
1551
1552 * amd64-tdep.c (amd64_register_name): Removed.
1553 (amd64_init_abi): Don't call set_gdbarch_register_name.
1554
1555 * i386-tdep.c (i386_ymmh_regnum_p): Make it static.
1556
1557 * i386-tdep.h (i386_ymmh_regnum_p): Removed.
1558
8d4d924b
JK
15592010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1560 Paul Bolle <pebolle@tiscali.nl>
1561
1562 Redirect also uiout and stdtarg{,err} in execute_command_to_string.
1563 * cli-logging.c (struct saved_output_files) <targerr>: New.
1564 (set_logging_redirect, pop_output_files, handle_redirections):
1565 Redirect also gdb_stdtargerr.
1566 * defs.h (struct ui_out, make_cleanup_ui_out_redirect_pop): New
1567 declarations.
1568 * event-top.c (gdb_setup_readline, gdb_disable_readline): Redirect
1569 also gdb_stdtargerr.
1570 * top.c (execute_command_to_string): Move make_cleanup_ui_file_delete
1571 to the top. Redirect also gdb_stdlog, gdb_stdtarg and gdb_stdtargerr.
1572 Use ui_out_redirect, register make_cleanup_ui_out_redirect_pop.
1573 * tui/tui-io.c (tui_setup_io): Redirect also gdb_stdtargerr.
1574 * utils.c (do_ui_out_redirect_pop, make_cleanup_ui_out_redirect_pop):
1575 New functions.
1576
3329c4b5
PM
15772010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1578
1579 * hppa-tdep.c (unwind_command): Use host_address_to_string function
1580 to display a host address.
1581 * monitor.c (monitor_read_memory): Likewise.
1582 * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
1583
5e8db398
PM
15842010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1585
1586 * coffread.c (struct coff_symbol): Change c_value type from `long' to
1587 `CORE_ADDRESS' as it might contain target addresses.
1588
37049e31
PM
15892010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1590
1591 * alpha-mdebug-tdep.c (find_proc_desc): Use SYMBOL_VALUE_BYTES macro
1592 before cast to pointer to avoid warning.
1593
351a3e56
KB
15942010-09-09 Kevin Buettner <kevinb@redhat.com>
1595
1596 * v850-tdep.c (v850_gdbarch_init): Change the v850's `char'
1597 type to be signed.
349126ea 1598
6afafb54
UW
15992010-09-09 Ulrich Weigand <uweigand@de.ibm.com>
1600
1601 * dwarf2read.c (fixup_partial_die): Do not set dummy name for
1602 anonymous class partial DIEs.
1603
60430eff
DJ
16042010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1605
1606 * dwarf2read.c (dwarf2_compute_name): Check that the first
1607 argument is a pointer.
1608
f1078f66
DJ
16092010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1610
1611 * dwarf2read.c (read_func_scope, read_structure_type)
1612 (read_common_block): Check for a NULL return from new_symbol.
1613
82430852
JK
16142010-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1615
1616 * dwarf2read.c (dwarf2_read_index): Return on no SEC_HAS_CONTENTS.
1617
c767944b
DJ
16182010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1619
1620 * dwarf2read.c (read_structure_type): Move processing of
1621 fields and member functions from here...
1622 (process_structure_scope): ... to here.
1623
561d3825
DJ
16242010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1625
1626 * gnu-v3-abi.c (gnuv3_print_method_ptr): Do not use
1627 the domain type.
1628 (gnuv3_make_method_ptr): Likewise.
1629
9bd89d67
TT
16302010-09-08 Tom Tromey <tromey@redhat.com>
1631
1632 * breakpoint.c (create_breakpoint): Add missing _().
1633
1d040b0d
DE
16342010-09-08 Doug Evans <dje@google.com>
1635
1636 * dwarf2-frame.h (dwarf2_frame_build_info): Delete, unused.
1637
774b6a14
TT
16382010-09-08 Tom Tromey <tromey@redhat.com>
1639
1640 Revert:
1641 2010-09-01 Tom Tromey <tromey@redhat.com>
1642 * dwarf2read.c, gdbtypes.c, psymtab.c, symfile.h, symtab.c,
1643 symtab.h: Revert earlier change.
1644
fc956729
SW
16452010-09-09 Sami Wagiaalla <swagiaal@redhat.com>
1646
1647 * psymtab.c (add_psymbol_to_bcache): Initialize
1648 obj_section.
1649 memset psymbol.ginfo.value to 0.
1650
48f9886d
PA
16512010-09-06 Pedro Alves <pedro@codesourcery.com>
1652
1653 * infrun.c (resume): Extend comment on ignoring single-step
1654 requests on vfork parents waiting for a vfork-done.
1655
423ec54c
JK
16562010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1657 Pedro Alves <pedro@codesourcery.com>
1658
1659 * corelow.c (core_open): Use target_signal_from_host if CORE_GDBARCH
1660 is NULL.
1661 * fork-child.c (startup_inferior) <resume_signal>: Use enum
1662 target_signal type.
1663 * linux-nat.c (linux_nat_resume): Use target_signal_to_host before
1664 calling strsignal. Use enum target_signal type for saved_signo.
1665 (linux_handle_extended_wait) <signo>: Use enum target_signal type.
1666 (linux_nat_wait_1): Use enum target_signal type for signo. Use
1667 target_signal_to_host before calling strsignal.
1668 * remote-m32r-sdi.c (m32r_wait, m32r_detach): Replace 0 by
1669 TARGET_SIGNAL_0.
1670
a6eb9bc8
JK
16712010-09-06 Pedro Alves <pedro@codesourcery.com>
1672 Jan Kratochvil <jan.kratochvil@redhat.com>
1673
1674 * common/signals.c (ANY): Remove.
1675 (SET): No longer use ANY.
1676
74609e71
YQ
16772010-09-06 Yao Qi <yao@codesourcery.com>
1678
1679 * infrunc(resume): When inferior is waiting_for_vfork_done,
1680 clear step and don't use displaced stepping.
1681
8464be76
DJ
16822010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
1683
1684 * breakpoint.c (can_use_hardware_watchpoint): Handle the first
1685 value specially.
1686
33d62d64
JK
16872010-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1688
1689 Code cleanup - split print_stop_reason.
1690 * infrun.c (enum inferior_stop_reason): Remove.
1691 (print_stop_reason): Remove by splitting into ...
1692 (print_exited_reason, print_signal_exited_reason)
1693 (print_no_history_reason, print_signal_received_reason)
1694 (print_end_stepping_range_reason): ... these new functions. Update
1695 the preceding comment.
1696 (handle_inferior_event): Change the calls to print_exited_reason,
1697 print_signal_exited_reason, print_no_history_reason,
1698 print_signal_received_reason, print_end_stepping_range_reason.
1699 (handle_step_into_function, handle_step_into_function_backward):
1700 Change the calls to print_end_stepping_range_reason.
1701
14dba4b4
JK
17022010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1703
1704 * breakpoint.c (save_breakpoints): Use RETURN_MASK_ALL.
1705 * cli-out.c: Include vec.h.
1706 (cli_field_fmt, cli_spaces, cli_text, cli_message, cli_flush): New
1707 variable stream, initialize it, use it.
1708 (cli_redirect): New function comment. Replace the stream and
1709 original_stream fields by the new streams field. Remove the
1710 original_stream != NULL conditional, assert error on NULL instead.
1711 (out_field_fmt, field_separator): New variable stream, initialize it, use it.
1712 (cli_out_data_ctor): Assert non-NULL stream. Replace the stream and
1713 original_stream fields by the new streams field.
1714 (cli_out_set_stream): Replace the stream field by the new streams
1715 field.
1716 * cli-out.h: Include vec.h.
1717 (ui_filep): New typedef, call DEF_VEC_P for it.
1718 (struct cli_ui_out_data): Replace the stream and original_stream
1719 fields by the new streams field.
1720 * cli/cli-logging.c (set_logging_redirect): Call ui_out_redirect with
1721 NULL first. Extend the comment.
1722 (handle_redirections): Call ui_out_redirect with output.
1723 * python/py-breakpoint.c (bppy_get_commands): Move ui_out_redirect
1724 calls outside of the TRY_CATCH block.
1725
b04bc5d4 17262010-09-03 Joel Brobecker <brobecker@adacore.com>
1727
1728 GDB 7.2 released.
1729
080db4e0
JB
17302010-09-02 Joel Brobecker <brobecker@adacore.com>
1731
1732 Back out the following change:
1733 | 2010-06-29 Hui Zhu <teawater@gmail.com>
1734 | * record.c (set_record_pic_cmdlist,
1735 | show_record_pic_cmdlist): New variables.
1736 | (set_record_pic_command,
1737 | show_record_pic_command): New functions.
1738 | (record_pic_function, record_pic_line, record_pic_enum,
1739 | set_record_pic_type, record_pic_hide_nofunction,
1740 | record_pic_hide_nosource, record_pic_hide_same): New variables.
1741 | (record_pic_fputs): New function.
1742 | (function_list, node_list, edge_list): New struct.
1743 | (function_list, node_list, edge_list): New variables.
1744 | (record_pic_cleanups, record_pic_node,
1745 | record_pic_edge, cmd_record_pic): New functions.
1746 | (_initialize_record): Add new commands for record pic.
1747
0a4f61e3
DJ
17482010-09-02 Daniel Jacobowitz <dan@codesourcery.com>
1749
1750 * config.in, configure: Regenerated.
1751 * configure.ac: Check for waitpid.
1752 * ser-pipe.c (pipe_close): Wait for the program to exit.
1753
58b61394
JK
17542010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1755
ba720883 1756 * cli/cli-logging.c: Include gdb_assert.h.
58b61394
JK
1757 (set_logging_overwrite): New function.
1758 (logging_redirect): New comment.
1759 (logging_no_redirect_file, set_logging_redirect)
1760 (pop_output_files) <logging_no_redirect_file>: New.
1761 (handle_redirections) <!logging_redirect>: New variable
1762 no_redirect_file. Remove file autoclose for tee_file_new. No longer
1763 discard cleanup for the close of former OUTPUT. Set
1764 LOGGING_NO_REDIRECT_FILE.
1765 (handle_redirections) <logging_redirect>: gdb_assert
1766 LOGGING_NO_REDIRECT_FILE.
1767 (show_logging_command) <logging_redirect handling>: Adjust messages
1768 for SAVED_FILENAME not NULL.
1769 (_initialize_cli_logging): Install set_logging_overwrite and
1770 set_logging_redirect.
1771
706774f2
JK
17722010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1773
1774 * iq2000-tdep.c (iq2000_scan_prologue): Initialize SAL.END.
1775
9a35ccf7
JK
17762010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1777
1778 * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT): Convert it to the no- form.
1779 (monitor.o): Replace $(INTERNAL_WARN_CFLAGS) by $(INTERNAL_CFLAGS) and
1780 add $(GDB_WARN_CFLAGS_NO_FORMAT).
1781 (printcmd.o): Replace $(INTERNAL_CFLAGS_BASE) by $(INTERNAL_CFLAGS).
1782
ba9b2ec3
YQ
17832010-09-02 Yao Qi <yao@codesourcery.com>
1784
1785 * linux-nat.c (status_to_str): Use WTERMSIG to extract the signal
1786 number from a WIFSIGNALED status.
1787
faf68db7
TT
17882010-09-01 Tom Tromey <tromey@redhat.com>
1789
1790 * symtab.h (lookup_type_symbol): Declare.
1791 * symtab.c (lookup_symbol_in_language_full): Rename from
1792 lookup_symbol_in_language. Add 'for_type' argument.
1793 (lookup_symbol_in_language): New function.
1794 (lookup_type_symbol): Likewise.
1795 (lookup_symbol_aux): Add 'for_type' argument.
1796 (match_symbol_aux): New function.
1797 (lookup_symbol_aux_symtabs): Use expand_one_symtab_matching.
1798 (match_transparent_type): New function.
1799 (basic_lookup_transparent_type): Use expand_one_symtab_matching.
1800 * symfile.h (struct quick_symbol_functions)
1801 <pre_expand_symtabs_matching>: Remove.
1802 <expand_one_symtab_matching>: New field.
1803 * psymtab.c (expand_one_symtab_matching_psymtabs): New function.
1804 (pre_expand_symtabs_matching_psymtabs): Remove.
1805 (psym_functions): Update.
1806 * gdbtypes.c (lookup_typename): Use lookup_type_symbol.
1807 * dwarf2read.c (dw2_lookup_symbol): Update comment.
1808 (dw2_pre_expand_symtabs_matching): Remove.
1809 (dw2_expand_one_symtab_matching): New function.
1810 (dwarf2_gdb_index_functions): Update.
1811
248c9dbc
JB
18122010-09-01 Joel Brobecker <brobecker@adacore.com>
1813
1814 * NEWS: Add entry announcing GDBserver support on powerpc-lynxos.
1815
f75d858b
MK
18162010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
1817
1818 * mi/mi-main.c (mi_cmd_list_target_features): Add `reverse'
1819 as a feature reported by -list-target-features.
1820
0482b03b
JB
18212010-09-01 Joel Brobecker <brobecker@adacore.com>
1822
1823 * features/Makefile (WHICH): Add rs6000/powerpc-32.
1824 (powerpc-32.o, powerpc-32.c): New rules.
1825 (clean): Also remove powerpc-32.c.
1826 * regformats/rs6000/powerpc-32.dat: Generate.
1827
710e1a31
SW
18282010-08-31 Sami Wagiaalla <swagiaal@redhat.com>
1829
1830 * symfile.c (reread_symbols): Use psymbol_bcache_free, and
1831 psymbol_bcache_init.
1832 * psymtab.h (psymbol_bcache_init): New function prototype.
1833 (psymbol_bcache_free): New function prototype.
1834 (psymbol_bcache_get_bcache): New function prototype.
1835 * psymtab.c (psymbol_bcache_init): New function.
1836 (psymbol_bcache_free): New function.
1837 (psymbol_bcache_full): New function.
1838 (psymbol_bcache_get_bcache): New function.
1839 (add_psymbol_to_bcache): use psymbol_bcache_full.
1840 * objfiles.h (psymbol_cache): Change type of psymbol_cache to
1841 psymbol_bcache.
1842 * symmisc.c (print_symbol_bcache_statistics): Updated.
1843 (print_objfile_statistics): Updated.
1844 * objfiles.c (allocate_objfile): Use psymbol_bcache_init to initialize
1845 psymbol_cache.
1846 (free_objfile): Use psymbol_bcache_free.
1847
64382290
TT
18482010-08-31 Tom Tromey <tromey@redhat.com>
1849
1850 PR c++/11961:
1851 * dwarf2read.c (new_symbol_full) <DW_TAG_template_type_param>:
1852 Don't set TYPE_NAME on the type.
1853
8bbed405
MS
18542010-08-31 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
1855
1856 * infrun.c (set_exec_direction_func): Error out if target does not
1857 support reverse execution.
1858
06253dd3
JK
18592010-08-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1860
1861 Make linux_get_siginfo_type `type *' unique.
1862 * linux-tdep.c (linux_gdbarch_data_handle, struct linux_gdbarch_data)
1863 (init_linux_gdbarch_data, get_linux_gdbarch_data): New.
1864 (linux_get_siginfo_type): New variable linux_gdbarch_data. Initialize
1865 it. Use linux_gdbarch_data->siginfo_type as a persistent storage.
1866 (_initialize_linux_tdep): New.
1867
b8edc417
JK
18682010-08-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1869
1870 Code cleanup.
1871 * defs.h (find_memory_region_ftype): New typedef.
1872 (exec_set_find_memory_regions): Use it.
1873 * exec.c (exec_set_find_memory_regions): Use find_memory_region_ftype.
1874 * fbsd-nat.c (fbsd_find_memory_regions): Likewise.
1875 * gcore.c (objfile_find_memory_regions): Likewise.
1876 * gnu-nat.c (gnu_find_memory_regions): Likewise.
1877 * linux-nat.c (linux_nat_find_memory_regions): Likewise.
1878 * procfs.c (iterate_over_mappings_cb_ftype): Remove.
1879 (iterate_over_mappings): Rename iterate_over_mappings_cb_ftype to
1880 find_memory_region_ftype.
1881 (insert_dbx_link_bpt_in_region): Likewise.
1882 (iterate_over_mappings): Likewise. Drop the comment part about the
1883 function prototype.
1884 (find_memory_regions_callback): Use find_memory_region_ftype.
1885 (proc_find_memory_regions): Likewise.
1886 (info_mappings_callback): Rename iterate_over_mappings_cb_ftype to
1887 find_memory_region_ftype.
1888 * target.c (dummy_find_memory_regions): Use find_memory_region_ftype.
1889 * target.h (struct target_ops) <to_find_memory_regions>: Likewise.
1890
cbd70537
SW
18912010-08-31 Sami Wagiaalla <swagiaal@redhat.com>
1892
1893 * psymtab.c (add_psymbol_to_bcache): Remove 'static' from
1894 'static partial_symbol psymbol'.
1895 (psymbol_hash): New function.
1896 (psymbol_compare): New function.
1897 * bcache.c (hash_continue): New.
1898 (hash): Use hash_continue.
1899 * bcache.c: Add hash_function and compare_function
1900 pointers to bcache struct.
1901 (bcache_full): Use bcache->hash_function, and
1902 bcache->compare_function.
1903 (bcache_compare): New function.
1904 (bcache_xmalloc): Take hash_function and
1905 compare_function arguments and initialize the
1906 bcach's pointers.
1907 Updated comment.
1908 * objfiles.c (allocate_objfile): Updated.
1909 * symfile.c (reread_symbols): Updated.
1910 * python/py-type.c (typy_richcompare): Updated.
1911
03f17ccf
TT
19122010-08-30 Andre Poenitz <andre.poenitz@nokia.com>
1913 Tom Tromey <tromey@redhat.com>
1914
1915 PR python/11792:
1916 * python/py-value.c (valpy_get_dynamic_type): New function.
1917 (value_object_getset): Add "dynamic_type".
1918 (valpy_get_type): Fail on error.
1919
25b41d01
YQ
19202010-08-30 Yao Qi <yao@codesourcery.com>
1921
1922 * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): New.
1923 (arm_linux_syscall_next_pc): New.
1924 (arm_linux_copy_svc): Use arm_linux_sigreturn_return_addr instead.
1925 (arm_linux_init_abi): Initialize syscall_next_pc.
1926 * arm-tdep.c (thumb_get_next_pc_raw): Get next pc of SWI in Thumb mode.
1927 (arm_get_next_pc_raw): Get next pc of SWI in ARM mode.
1928 * arm-tdep.h (struct gdbarch_tdep): Add a function pointer syscall_next_pc.
1929 Declare arm_frame_is_thumb.
1930
5760d0ab
JK
19312010-08-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1932
1933 Code cleanup.
1934 * breakpoint.c (bpstat_alloc): Remove unused prototype.
1935 (bpstat_alloc): Change parameters cbs to bs_link_pointer. Adjust the
1936 code.
1937 (bpstat_stop_status): Change root_bs into bs_head and bs_link. Adjust
1938 calls of bpstat_alloc. Remove explicit bs chain termination.
1939
46a96992
JK
19402010-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1941
1942 Code cleanup.
1943 * linux-nat.c (pull_pid_from_list): Rename status to statusp.
1944 (my_waitpid): Likewise.
1945
36374493
DE
19462010-08-27 Doug Evans <dje@google.com>
1947
1948 * dwarf2read.c (dw2_require_line_header): Read from .debug_types
1949 as appropriate.
1950
8b93c54c
TT
19512010-08-27 Tom Tromey <tromey@redhat.com>
1952
1953 * dwarf2read.c (dwarf2_attach_fields_to_type): Don't set
1954 TYPE_FIELD_IGNORE_BITS.
1955
16be1145
DE
19562010-08-27 Doug Evans <dje@google.com>
1957
1958 * dwarf2read.c (dwarf2_per_objfile_free): Reorganize buffers to match
1959 the order they're defined in. munmap .debug_types buffer.
1960
e254ef6a
DE
19612010-08-26 Doug Evans <dje@google.com>
1962
1963 * dwarf2read.c (dw2_require_full_path): Rename parameter cu to per_cu.
1964 (dw2_forget_cached_source_info): Rename local cu to per_cu.
1965 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching): Ditto.
1966 (dw2_print_stats, dw2_expand_all_symtabs): Ditto.
1967 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file): Ditto.
1968 (dw2_find_symbol_file, dw2_expand_symtabs_matching): Ditto.
1969 (dw2_map_symbol_filenames, dwarf2_initialize_objfile): Ditto.
1970 (dwarf2_free_objfile, write_one_signatured_type): Ditto.
1971 (write_psymtabs_to_index): Ditto.
1972
ae53ffa4
PA
19732010-08-26 Pedro Alves <pedro@codesourcery.com>
1974
1975 * NEWS: Mention libthread_db debugging with core files.
1976
c6da4cef
DE
19772010-08-26 Doug Evans <dje@google.com>
1978
1979 * dwarf2read.c (dwarf2_build_include_psymtabs): Remove unnecessary
1980 forward decl. Pass pst->dirname to dwarf_decode_lines.
1981 (psymtab_include_file_name): New function.
1982 (dwarf_decode_lines): Call it. Update comments.
1983
cd02d79d
PA
19842010-08-25 Pedro Alves <pedro@codesourcery.com>
1985
1986 * dwarf2read.c (inherit_abstract_dies): Handle origin die's
1987 compilation unit being different from target die's.
1988
673bfd45
DE
19892010-08-24 Doug Evans <dje@google.com>
1990
1991 PR symtab/11942
1992 * dwarf2read.c (dwarf2_per_objfile): New members debug_info_type_hash,
1993 debug_types_type_hash.
1994 (dwarf2_cu, dwarf2_per_cu_data): Delete member type_hash.
1995 All uses updated.
1996 (lookup_die_type): Renamed from tag_type_to_tag. First look in
1997 appropriate type_hash table. All callers updated.
1998 (allocate_signatured_type_table): Renamed from
1999 allocate_signatured_type_hash_table. All callers updated.
2000 (create_signatured_type_table_from_index): Renamed from
2001 create_signatured_type_hash_from_index. All callers updated.
2002 (read_die_type): Add comment. Move actual reading to ...
2003 (read_die_type_1): ... here. New function.
2004 (follow_die_ref_or_sig): Tweak comment.
2005 (set_die_type): Rewrite to use appropriate choice of
2006 debug_info_type_hash or debug_types_type_hash.
2007 (get_die_type_at_offset): New function.
2008 (get_die_type): Call it.
2009
e8fd65ef
JK
20102010-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2011
2012 * python/py-type.c (typy_richcompare): Initialize worklist.
2013
9779414d
DJ
20142010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
2015 Kazu Hirata <kazu@codesourcery.com>
2016 Jonathan Larmour <jifl@eCosCentric.com>
2017
2018 * arm-tdep.c: Include features/arm-with-m.c.
2019 (arm_psr_thumb_bit): New. Update all uses of CPSR_T to
2020 call this function.
2021 (arm_pc_is_thumb): Add a gdbarch argument. Update all callers.
2022 Check is_m after force-mode.
2023 (arm_gdbarch_init): Check the binary before the target description.
2024 Add check for M profile attribute. If we have an M-profile device,
2025 but no target register description, use arm-with-m. Recognize the
2026 new org.gnu.gdb.arm.m-profile feature and its xpsr register.
2027 (_initialize_arm_tdep): Call initialize_tdesc_arm_with_m.
2028 * arm-tdep.h (XPSR_T): Define.
2029 (struct gdbarch_tdep): Add is_m member.
2030 * features/arm-m-profile.xml, features/arm-with-m.c,
2031 features/arm-with-m.xml: New files.
2032
9dc481d3
DE
20332010-08-23 Doug Evans <dje@google.com>
2034
2035 * dwarf2read.c (read_structure_type): Add comment.
2036 (read_enumeration_type): Add comment.
2037 (process_enumeration_scope): Move definition of some locals
2038 closer to their use.
2039 (read_namespace_type): Add comment.
e71ec853 2040 (set_die_type): Fix typo in comment.
9dc481d3 2041
f9ffd4bb
TT
20422010-08-23 Tom Tromey <tromey@redhat.com>
2043
2044 PR python/11145:
2045 * python/py-value.c: Include expression.h.
2046 (valpy_do_cast): New function.
2047 (valpy_cast): Use it.
2048 (valpy_dynamic_cast): New function.
2049 (valpy_reinterpret_cast): Likewise.
2050 (value_object_methods): Add dynamic_cast, reinterpret_cast.
2051
96f73ba5
TT
20522010-08-23 Tom Tromey <tromey@redhat.com>
2053
2054 PR python/11391:
2055 * python/py-value.c (valpy_nonzero): Don't throw error for other
2056 Value types.
2057
d839c8a4
TT
20582010-08-23 Tom Tromey <tromey@redhat.com>
2059
2060 PR python/10676:
2061 * python/py-type.c: Include bcache.h, vec.h.
2062 (struct type_equality_entry): New.
2063 (compare_strings): New function.
2064 (check_types_equal): Likewise.
2065 (check_types_worklist): Likewise.
2066 (typy_richcompare): Likewise.
2067 (type_object_type): Set tp_richcompare field.
2068
05d0e1e7
TT
20692010-08-23 Tom Tromey <tromey@redhat.com>
2070
2071 PR python/10953:
2072 * python/py-type.c (typy_fields): Call check_typedef.
2073 (typy_template_argument): Add TRY_CATCH.
2074
702c2711
TT
20752010-08-23 Tom Tromey <tromey@redhat.com>
2076
2077 PR python/11915:
2078 * python/py-type.c (typy_array): New function.
2079 (type_object_methods): Add "array".
2080
4a532131
PA
20812010-08-20 Pedro Alves <pedro@codesourcery.com>
2082
2083 * python/python.c: Include "serial.h".
2084 (gdbpy_event_fds): Change type to `struct serial *' a array from
2085 int array.
2086 (gdbpy_run_events): Change parameters. Use serial_readchar in
2087 place of read.
2088 (gdbpy_post_event): Use serial_write in place of write.
2089 (gdbpy_initialize_events): Use serial_pipe instead of pipe, and
2090 serial_async in place of add_file_handler.
2091
58f07bae
PA
20922010-08-20 Pedro Alves <pedro@codesourcery.com>
2093
2094 * serial.h (gdb_pipe, serial_pipe): Declare.
2095 * serial.c (serial_interface_lookup): Take a const char pointer.
2096 (serial_fdopen): Rename to ...
2097 (serial_fdopen_ops): ... this. Add an OPS parameter and use it.
2098 Call the OPS' fdopen function if there is one.
2099 (serial_fdopen): Rewrite as wrapper to serial_fdopen_ops.
2100 (serial_pipe): New.
2101 (struct serial_ops) <fdopen>: New field.
2102
2103 * ser-mingw.c (free_pipe_state):
2104 (free_pipe_state): Close output on non-pex pipes.
2105 (pipe_windows_fdopen): New.
2106 (gdb_pipe): New.
2107 (_initialize_ser_windows): Register pipe_windows_fdopen.
2108 * ser-go32.c (gdb_pipe): New.
2109 * ser-pipe.c (pipe_close): Close file descriptor even if there's
2110 no state pointer.
2111 (pipe_ops): Delete.
2112 (gdb_pipe): New.
2113
3da10d80
KS
21142010-08-20 Keith Seitz <keiths@redhat.com>
2115
2116 PR symtab/11465:
889bf7c5 2117 * dwarf2read.c (struct delayed_method_info): New struct.
3da10d80
KS
2118 (struct dwarf2_cu): Add vector method_list.
2119 (scan_partial_symbols): Count methods for union, class, structure,
2120 and interface types.
2121 (add_to_method_list): New function.
2122 (free_delayed_list): New function.
2123 (compute_delayed_physnames): New function.
2124 (process_full_comp_unit): Make a cleanup for the CU's delayed
2125 physname list, compute the delayed physnames, and free the
2126 the list.
2127 (dwarf2_add_member_fn): For C++ and Java, delay the computation
2128 of the physname until after the CU is read.
2129
2130 * dwarf2read.c (read_structure_type): Check if the current
2131 DIE's type was already completed after dwarf2_full_name
2132 was called.
889bf7c5 2133
ca11e899
SS
21342010-08-19 Stan Shebs <stan@codesourcery.com>
2135
2136 * NEWS: Mention some additional changes.
2137
4d2dc20a
TT
21382010-08-19 Tom Tromey <tromey@redhat.com>
2139
2140 * Makefile.in (install-python): Add DESTDIR.
2141
d30f5e1f
DE
21422010-08-19 Doug Evans <dje@google.com>
2143
2144 PR exp/11926
2145 * parser-defs.h (parse_float, parse_c_float): Declare.
2146 * parse.c (parse_float, parse_c_float): New function.
2147 * c-exp.y (parse_number): Call parse_c_float.
2148 * objc-exp.y (parse_number): Ditto.
2149 * p-exp.y (parse_number): Ditto. Use ANSI/ISO-style definition.
2150 * jv-exp.y (parse_number): Call parse_float, fix suffix handling.
2151
2837d59e
JB
21522010-08-19 Joel Brobecker <brobecker@adacore.com>
2153
2154 * psymtab.c (map_symbol_filenames_psymtab): Call FUN with
2155 the arguments in the correct order.
2156 * symtab.c (maybe_add_partial_symtab_filename): Declare
2157 the arguments in the correct order.
2158
35633fef
JK
21592010-08-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2160
2161 * varobj.c (varobj_create): Replace variable old_fi with old_id,
2162 initialize it by null_frame_id, wrap its usage by get_frame_id,
2163 frame_id_p and frame_find_by_id.
2164
94f7449c
TT
21652010-08-18 Tom Tromey <tromey@redhat.com>
2166
2167 PR python/11900:
2168 * configure: Rebuild.
2169 * configure.ac: Add install-python to CONFIG_INSTALL.
2170 * Makefile.in (install-python): New.
2171
f3574227
DE
21722010-08-18 Doug Evans <dje@google.com>
2173
2174 * gdb_assert.h (gdb_assert_not_reached): New macro.
2175 (gdb_assert_fail): Fix typo in comment.
2176 * avr-tdep.c (avr_return_value): Use gdb_assert_not_reached instead of
2177 gdb_assert (0).
2178 * darwin-nat.c (darwin_check_new_threads): Ditto.
2179 * dwarf2read.c (dwarf2_get_section_info): Ditto.
2180 (munmap_section_buffer): Ditto.
2181 * m32c-tdep.c (make_types): Ditto.
2182 (m32c_decode_srcdest4, m32c_decode_sd23, m32c_frame_base): Ditto.
2183 * macroexp.c (get_character_constant): Ditto.
2184 (get_string_literal): Ditto.
2185 * mep-tdep.c (mep_pseudo_cr_size): Ditto.
2186 (mep_pseudo_cr_index, mep_register_type): Ditto.
2187 (mep_pseudo_register_read, mep_pseudo_register_write): Ditto.
2188 (mep_get_insn, mep_analyze_prologue): Ditto.
2189 * objfiles.c (qsort_cmp): Ditto.
2190 * prologue-value.c (pv_is_identical): Ditto.
2191 * record.c (record_get_loc): Ditto.
2192 * value.c (value_static_field): Ditto.
2193 * xtensa-tdep.c (call0_track_op): Ditto.
2194
c92817ce
TT
21952010-08-18 Tom Tromey <tromey@redhat.com>
2196
2197 PR symtab/11919:
2198 * gdbtypes.c (lookup_struct_elt_type): Clean up error emission.
2199 * parse.c (parse_field_expression): Use RETURN_MASK_ERROR. Move
2200 name-copying lower. Document exception behavior.
2201 * completer.c (expression_completer): Catch exceptions from
2202 parse_field_expression.
2203
856d6f99
PA
22042010-08-18 Pedro Alves <pedro@codesourcery.com>
2205
2206 PR corefile/8210
2207
2208 * linux-thread-db.c (add_thread_db_info): Skip glibc/BZ5983
2209 workaround on core files.
2210 (try_thread_db_load_1): Don't try enabling thread event reporting
2211 on core files.
2212 (thread_db_load): Allow thread_db on core files.
2213 (attach_thread): Don't check thread signals on core files, nor try
2214 really attaching to the thread, nor enabling thread event event
2215 reporting.
2216 (thread_db_detach): Don't try disabing thread event reporting or
2217 removing thread event breakpoints when debugging a core file.
2218 (find_new_threads_callback): Don't try enabling thread event
2219 reporting on core files.
2220 (thread_db_find_new_threads_2): Don't look for a stopped lwp when
2221 debugging a core file.
2222 (thread_db_find_new_threads): Don't update thread
2223 cores (processors) when debugging a core (dump).
2224
261b8d08
PA
22252010-08-18 Pedro Alves <pedro@codesourcery.com>
2226
2227 PR corefile/8210
2228
2229 * corelow.c (add_to_thread_list): Don't use
2230 gdbarch_core_reg_section_encodes_pid. Use bfd_core_file_pid.
2231 (get_core_register_section): Don't use
2232 gdbarch_core_reg_section_encodes_pid.
2233
2234 * gdbarch.sh (core_reg_section_encodes_pid): Delete.
2235 * gdbarch.h, gdbarch.c: Regenerate.
2236 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Don't set
2237 gdbarch_core_reg_section_encodes_pid.
2238 * i386-sol2-tdep.c (i386_sol2_init_abi): Ditto.
2239 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Ditto.
2240 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
2241
f9b42018
YQ
22422010-08-18 Yao Qi <yao@codesourcery.com>
2243
2244 * MAINTAINERS : Add myself under Write After Approval.
2245
def98928
TT
22462010-08-17 Tom Tromey <tromey@redhat.com>
2247
2248 * NEWS: Mention template parameter support.
2249
0807b50c
PA
22502010-08-17 Pedro Alves <pedro@codesourcery.com>
2251
2252 PR breakpoints/11371
2253
2254 * breakpoint.c (decref_bp_location): Assert the reference count is
2255 sane.
2256
f431efe5
PA
22572010-08-17 Pedro Alves <pedro@codesourcery.com>
2258
2259 PR breakpoints/11371
2260
2261 * breakpoint.c (breakpoint_init_inferior): Decrement the
2262 location's reference count instead of deleting right away.
2263 (bpstat_free): Decrement the location's reference count. Make
2264 static.
2265 (bpstat_copy): Increment the location's reference count.
2266 (bpstat_find_breakpoint): Adjust.
2267 (bpstat_num): Adjust.
2268 (print_it_typical): Adjust. Use the breakpoint pointer in the
2269 bpstat instead of the location's owner.
2270 (bpstat_alloc): Remove const qualifier from the 'bl' parameter.
2271 Adjust to record the location's owner in the bpstat.
2272 (watchpoint_check): Use the breakpoint pointer in the bpstat
2273 instead of the location's owner.
2274 (bpstat_check_breakpoint_conditions): Don't handle
2275 bp_watchpoint_scope here. Use the breakpoint pointer in the
2276 bpstat instead of the location's owner.
2277 (bpstat_stop_status): Defer inferior function calls to after
2278 building the bpstat list. Handle bp_watchpoint_scope here. Use
2279 the breakpoint pointer in the bpstat instead of the location's
2280 owner.
2281 (bpstat_what): Use the breakpoint pointer in the bpstat instead of
2282 the location's owner.
2283 (free_bp_location): Don't walk bpstats clearing locations.
2284 (incref_bp_location): New.
2285 (decref_bp_location): New.
2286 (breakpoint_auto_delete): Use the breakpoint pointer in the bpstat
2287 instead of the location's owner.
2288 (update_global_location_list): Clear the location's owner, and
2289 decrement the location's reference count instead of deleting it
2290 right away.
2291 (breakpoint_retire_moribund): Decrement the location's reference
2292 count instead of deleting it right away.
2293 (bpstat_remove_bp_location): Delete.
2294 (bpstat_remove_breakpoint): New.
2295 (bpstat_remove_bp_location_callback): Delete.
2296 (bpstat_remove_breakpoint_callback): New.
2297 (delete_breakpoint): Iterate over all threads' stop_bpstat's
2298 clearing references to the breakpoint that is being deleted.
2299
2300 * breakpoint.h (struct bp_location) <refc>: New field.
2301 <owner>: Update comments.
2302 (bpstat_free): Delete declaration.
2303 (struct bpstats): Change the type of the breakpoint_at field to
2304 struct breakpoint point, from struct bp_location pointer. Add new
2305 field bp_location_at.
2306
14c0d4e1
TT
23072010-08-16 Tom Tromey <tromey@redhat.com>
2308
2309 * NEWS: Fix typo.
2310
b56df873
TT
23112010-08-16 Tom Tromey <tromey@redhat.com>
2312
2313 * NEWS: Mention watch -location.
2314
d63d0675
JK
23152010-08-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2316
2317 * breakpoint.c (update_watchpoint): Add source empty line. Prefer
2318 EXP_STRING_REPARSE to EXP_STRING.
2319 (watch_command_1): Set also EXP_STRING_REPARSE.
2320 (delete_breakpoint): Free also EXP_STRING_REPARSE.
2321 * breakpoint.h (struct breakpoint): New field exp_string_reparse.
2322 Update comment for exp_string.
2323
06a64a0b
TT
23242010-08-16 Tom Tromey <tromey@redhat.com>
2325
2326 * value.c (release_value): Clear 'next' pointer.
2327 * breakpoint.c (watch_command_1): Add 'just_location' argument.
2328 (watch_command_wrapper): Update.
2329 (watch_maybe_just_location): New function.
2330 (watch_command): Update.
2331 (rwatch_command_wrapper): Update.
2332 (rwatch_command): Update.
2333 (awatch_command_wrapper): Update.
2334 (awatch_command): Update.
2335 (check_for_argument): New function.
2336 (_initialize_breakpoint): Update help text.
2337
f96b8fa0
UW
23382010-08-14 Ulrich Weigand <uweigand@de.ibm.com>
2339
2340 * arm-tdep.c (arm_push_dummy_call): Handle pointers to
2341 typedef'ed function types correctly.
2342
4eb54052
TT
23432010-08-13 Tom Tromey <tromey@redhat.com>
2344
2345 * python/python-internal.h (gdbpy_get_hook_function): Don't
2346 declare.
2347
44be957e
JK
23482010-08-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2349
ba720883 2350 * cli/cli-logging.c (logging_overwrite, logging_redirect): Make them
44be957e
JK
2351 static.
2352
76d8b686
KW
23532010-08-13 Ken Werner <ken.werner@de.ibm.com>
2354
2355 * python/python.c (gdbpy_solib_name): Remove the const qualifier of
2356 the format strings to be compatible with Python 2.4.
2357
8dedea02
VP
23582010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2359
2360 Easier and more stubborn MI memory read commands.
2361
2362 * mi/mi-cmds.c (mi_cmds): Register data-read-memory-bytes
2363 and data-write-memory-bytes.
2364 * mi/mi-cmds.h (mi_cmd_data_read_memory_bytes)
2365 (mi_cmd_data_write_memory_bytes): New.
2366 * mi/mi-main.c (mi_cmd_data_read_memory): Use regular target_read.
2367 (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory_bytes):
2368 New.
2369 (mi_cmd_list_features): Add "data-read-memory-bytes" feature.
2370 * target.c (target_read_until_error): Remove.
2371 (read_whatever_is_readable, free_memory_read_result_vector)
2372 (read_memory_robust): New.
2373 * target.h (target_read_until_error): Remove.
2374 (struct memory_read_result, free_memory_read_result_vector)
2375 (read_memory_robust): New.
2376
1d9ec526
HZ
23772010-08-13 Hui Zhu <teawater@gmail.com>
2378
2379 * dwarf2read.c (load_partial_comp_unit): Initialize free_cu_cleanup.
2380 (read_comp_unit): Initialize back_to.
2381
98bfdba5
PA
23822010-08-12 Daniel Jacobowitz <dan@codesourcery.com>
2383 Pedro Alves <pedro@codesourcery.com>
2384
2385 * dwarf2read.c: Include "c-lang.h" and "valprint.h".
2386 (struct dwarf2_per_objfile) <reading_partial_symbols>: New field.
2387 (struct partial_die_info) <has_template_arguments>: New field.
2388 <num_attrs>: Change type to unsigned char.
2389 <building_fullname>: New field.
2390 (dwarf2_build_psymtabs_hard): Set reading_partial_symbols. Only
2391 allocate a CU if we don't have one already. Add a cleanup for the
2392 CU.
2393 (partial_die_full_name): Handle template arguments not in
2394 DW_AT_name.
2395 (dwarf2_psymtab_to_symtab): Clear reading_partial_symbols.
2396 (load_full_comp_unit): Only allocate a CU if we don't have one
2397 already.
2398 (do_ui_file_peek_last): New.
2399 (dwarf2_compute_name): Handle template parameters not in
2400 DW_AT_name.
2401 (read_comp_unit): Read and free abbrevs if not read yet.
2402 (load_partial_dies): Handle template arguments not in DW_AT_name.
2403 (find_partial_die): If we have a CU, but no a partial dies yet,
2404 also read in the CU.
2405 (dwarf2_const_value_attr): New, abstracted out from
2406 dwarf2_const_value.
2407 (dwarf2_const_value, dwarf2_const_value_data): Adjust to use
2408 dwarf2_const_value_attr.
2409 (determine_prefix): Detect and break loops created by RCVT's debug
2410 info.
2411 (maybe_queue_comp_unit): Bail out early if reading partial
2412 symbols.
2413 (follow_die_offset): Load full CU if we have no dies.
2414 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Make public.
2415 * dwarf2loc.h (dwarf2_evaluate_loc_desc): Declare.
2416
ca5c20b6 24172010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 2418 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
2419
2420 * python/python.c (gdbpy_run_events): New function.
2421 (gdbpy_post_event): Likewise.
2422 (gdbpy_initialize_events): Likewise.
2423 (_initialize_python): Call gdbpy_initialize_events.
2424
7346b668
KW
24252010-08-11 Ken Werner <ken.werner@de.ibm.com>
2426
2427 * gdb/valarith.c (vector_binop): New function.
2428 (scalar_binop): Likewise.
2429 (value_binop): Call scalar_binop or vector_binop depending on the types.
2430 * gdb/eval.c (ptrmath_type_p): Return 0 in case of TYPE_VECTOR.
2431 (evaluate_subexp_with_coercion): Add vector check to not convert vectors
2432 to pointers.
2433 * gdb/value.c (coerce_array): Add vector check to not coerce vectors.
2434
62183e15
TT
24352010-08-11 Brad Roberts <braddr@puremagic.com>
2436
2437 * d-lang.c (extract_identifiers): Handle multiple digits.
2438
39d7b0e2
JK
24392010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2440
2441 Code cleanup.
2442 * dummy-frame.c (dummy_frame_unwinder): Remove its static qualifier.
2443 Rename to dummy_frame_unwind.
2444 (dummy_frame_unwind): Remove.
2445 * dummy-frame.h (dummy_frame_unwind): Reference directly the struct.
2446 * frame-unwind.c (frame_unwind_init): Use address of
2447 dummy_frame_unwind and inline_frame_unwind.
2448 * frame.c (create_sentinel_frame): Use address of
2449 sentinel_frame_unwind.
2450 * inline-frame.c (inline_frame_unwinder): Rename to
2451 inline_frame_unwind.
2452 (inline_frame_unwind): Remove.
2453 * inline-frame.h (inline_frame_unwind): Reference directly the struct.
2454 * sentinel-frame.c (sentinel_frame_unwinder): Rename to
2455 sentinel_frame_unwind.
2456 (sentinel_frame_unwind): Remove.
2457 * sentinel-frame.h (sentinel_frame_unwind): Reference directly the
2458 struct.
2459
9f9a8002
JK
24602010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2461
2462 Code cleanup.
2463 * frame-unwind.c (frame_unwind_find_by_frame): Remove the return type
2464 and returned value. New comment from frame-unwind.h.
2465 * frame-unwind.h (frame_unwind_find_by_frame): Remove the return type.
2466 Extend the comment.
2467 * frame.c (get_frame_id, frame_unwind_register_value)
2468 (create_new_frame, get_prev_frame_1, frame_unwinder_is)
2469 (get_frame_type, frame_unwind_arch): Do not use the return value of
2470 frame_unwind_find_by_frame.
2471
cb2e07a6 24722010-08-11 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5 2473 Thiago Jung Bauermann <bauerman@br.ibm.com>
cb2e07a6
PM
2474 Tom Tromey <tromey@redhat.com>
2475
2476 * python/python.c (gdbpy_solib_address): New function.
2477 (gdbpy_decode_line): Likewise.
2478
c29c521f
TT
24792010-08-10 Tom Tromey <tromey@redhat.com>
2480
2481 Revert gdb-add-index addition:
2482 * Makefile.in (install-only): Don't install gdb-add-index.
2483 * gdb-add-index.sh: Remove.
2484
0c012db1
KB
24852010-08-09 Kevin Buettner <kevinb@redhat.com>
2486
2487 * remote-sim.c (gdbsim_xfer_inferior_memory): Replace
2488 `target_has_execution' check with `to_has_memory' check.
2489 (gdbsim_has_all_memory, gdbsim_has_memory): New functions.
2490 (init_gdbsym_ops): Initialize relevant fields of `gdbsim_ops'
2491 with `gdbsim_has_all_memory' and `gdbsim_has_memory'.
2492
db04efe6
KB
24932010-08-09 Kevin Buettner <kevinb@redhat.com>
2494
2495 * remote-sim.c (program_loaded, gdbsim_desc, remote_sim_ptid)
2496 (resume_siggnal, resume_step): Move these static globals...
2497 (struct sim_inferior_data): ...into this new struct.
2498 (sim_inferior_data_key, next_pid, sim_argv, gdbsim_is_open):
2499 New static globals.
2500 (gdb_callback, callbacks_initialized): Move these globals to
2501 a point earlier in the file.
2502 (check_for_duplicate_sim_descriptor, get_sim_inferior_data)
2503 (get_sim_inferior_data_by_ptid, sim_inferior_data_cleanup)
2504 (gdbsim_close_inferior, gdbsim_resume_inferior)
2505 (gdbsim_stop_inferior): New functions.
2506 (SIM_INSTANCE_NOT_NEEDED, SIM_INSTANCE_NEEDED, INITIAL_PID):
2507 New constants.
2508 (gdbsim_fetch_register, gdbsim_store_register, gdbsim_load)
2509 (gdbsim_create_inferior, gdbsim_open, gdbsim_close, gdbsim_resume)
2510 (gdbsim_stop, gdbsim_cntrl_c, gdbsim_wait)
2511 (gdbsim_xfer_inferior_memory, gdbsim_files_info)
2512 (gdbsim_mourn_inferior, simulator_command, gdbsim_thread_alive,
2513 (gdbsim_pid_to_str): Invoke `get_sim_inferior_data' to set
2514 new local variable `sim_data' in each of these functions. Use
2515 `sim_data' to reference former globals `program_loaded',
2516 `gdbsim_desc', `remote_sim_ptid', `resume_siggnal', and
2517 `resume_step'.
2518 (gdbsim_open): Remove local variable `argv'. Put results of call
2519 to `gdb_buildargv' in `sim_argv' rather than in `argv'. Don't
2520 make a cleanup for it. Free it though when a sim instance cannot
2521 be obtained.
2522 (gdbsim_close): Free sim_argv and null it out as appropriate.
2523 Close sim instances in all inferiors.
2524 (gdbsim_cntrl_c): Stop all inferiors.
2525 (gdbsim_wait):
2526 (_initialize_remote_sim): Initialize `sim_inferior_data_key'.
2527
e37fd15a
SW
25282010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2529
2530 * dwarf2read.c (new_symbol): Add symbol to variable list at end of
2531 function after symbol construction is complete.
2532 Do the same for template symbol addition to template_symbols list.
2533
45c58896
SW
25342010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2535
2536 * symtab.c (symbol_get_demangled_name): Remove assertion and
2537 return NULL when language_specific.cplus_specific is not initialized.
2538 * stabsread.c (define_symbol): Set the name before calling
2539 cp_scan_for_anonymous_namespaces.
2540
33e5013e
SW
25412010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2542
2543 * symtab.h: Renamed SYMBOL_INIT_LANGUAGE_SPECIFIC to
2544 SYMBOL_SET_LANGUAGE.
2545 (symbol_init_language_specific): Renamed to symbol_set_language.
2546 * symtab.c (symbol_init_language_specific): Removed redundant check
2547 for language_cplus.
2548 Renamed to symbol_set_language.
2549 * stabsread.c (define_symbol): Updated.
2550 (read_enum_type): Updated
2551 * psymtab.c (add_psymbol_to_bcache): Updated.
2552 * minsyms.c (install_minimal_symbols): Updated.
2553 * coffread.c (process_coff_symbol): SYMBOL_SET_LANGUAGE instead of
2554 SYMBOL_LANGUAGE to set the language.
2555 * minsyms.c (prim_record_minimal_symbol_full): Ditto.
2556 * mdebugread.c (new_symbol): Ditto.
2557 * cp-namespace.c (check_one_possible_namespace_symbol): Ditto.
2558 * dwarf2read.c (new_symbol_full): Ditto.
2559 * jv-lang.c (add_class_symbol): Ditto.
2560
5da1313b
JK
25612010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2562
2563 * defs.h (make_cleanup_restore_uinteger, make_cleanup_restore_ui_file)
2564 (make_cleanup_restore_page_info)
2565 (set_batch_flag_and_make_cleanup_restore_page_info): New declarations.
2566 * gdbcmd.h (execute_command_to_string): New declaration.
2567 * python/python.c (struct restore_ui_file_closure, restore_ui_file)
2568 (make_cleanup_restore_ui_file): Move to utils.c
2569 (execute_gdb_command) <to_string>: Move ...
2570 * top.c (execute_command_to_string): ... here. Call
2571 set_batch_flag_and_make_cleanup_restore_page_info.
2572 * utils.c (make_cleanup_restore_integer): New source file blank line.
2573 (make_cleanup_restore_uinteger): New.
2574 (struct restore_ui_file_closure, do_restore_ui_file)
2575 (make_cleanup_restore_ui_file): Move here from python/python.c.
2576 (init_page_info) <batch_flag>
2577 (do_restore_page_info_cleanup, make_cleanup_restore_page_info)
2578 (set_batch_flag_and_make_cleanup_restore_page_info): New.
2579
c820c52a
PA
25802010-08-06 Maciej W. Rozycki <macro@codesourcery.com>
2581
2582 * thread.c (add_thread_silent): Use null_ptid instead of
2583 minus_one_ptid while getting rid of stale inferior_ptid.
2584
8da614df
CV
25852010-08-06 Corinna Vinschen <vinschen@redhat.com>
2586
2587 * dwarf2-frame.c (struct dwarf2_cie): Add ptr_size member.
2588 Throughout, call read_encoded_value with ptr_size rather than addr_size.
2589 (decode_frame_entry_1): Remove redundant setting of
2590 addr_size. Call gdbarch_dwarf2_addr_size rather than gdbarch_ptr_bit
2591 to determine addr_size in Dwarf versions < 4. Set ptr_size dependent
2592 on examined frame section. Add comment to explain why.
2593 * gdbarch.sh (dwarf2_addr_size): Define as variable. Add lengthy
2594 comment to explain usage.
2595 * gdbarch.c: Regenerate.
2596 * gdbarch.h: Regenerate.
2597
2598 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set dwarf2_addr_size to 4.
2599
e4195b40
JK
26002010-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2601
2602 Code cleanup.
2603 * varobj.c (varobj_create): Move variables fi, old_fi and block to
2604 a more inner block.
2605
a3217aa0
PA
26062010-08-05 Pedro Alves <pedro@codesourcery.com>
2607
2608 * configure.tgt (alpha*-*-linux*, am33_2.0*-*-linux*, frv-*-*)
2609 (hppa*-*-linux*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
2610 (microblaze*-linux-*, mips*-*-linux*, sh*-*-linux*)
2611 (sparc-*-linux*, sparc64-*-linux*, xtensa*-*-linux*): Add
2612 linux-tdep.o to gdb_target_obs.
2613
e2b4a699 26142010-08-05 Marc Khouzam <marc.khouzam@ericsson.com>
889bf7c5
PA
2615
2616 * mi/mi-main.c (mi_cmd_remove_inferior): Properly access first
e2b4a699 2617 argument.
889bf7c5 2618
50e8a0d5
HZ
26192010-08-05 Hui Zhu <teawater@gmail.com>
2620
2621 * mips-linux-tdep.c(regset.h): New include.
2622 (mips_supply_gregset_wrapper, mips_fill_gregset_wrapper,
2623 mips_supply_fpregset_wrapper, mips_fill_fpregset_wrapper,
2624 mips64_supply_gregset_wrapper, mips64_fill_gregset_wrapper,
2625 mips64_supply_fpregset_wrapper, mips64_fill_fpregset_wrapper,
2626 mips_linux_regset_from_core_section): New functions.
2627 (fetch_core_registers, regset_core_fns): Deleted.
2628 (mips_linux_init_abi): Add mips_linux_regset_from_core_section.
2629 Deleted regset_core_fns.
2630 * mips-tdep.c(mips_gdbarch_init): Initialize tdep->gregset,
2631 tdep->gregset64, tdep->fpregset and tdep->fpregset64.
2632 * mips-tdep.h(gdbarch_tdep): Add gregset, gregset64, fpregset
2633 and fpregset64.
2634
70728992
PA
26352010-08-04 Pedro Alves <pedro@codesourcery.com>
2636
2637 * s390-tdep.c: Include linux-tdep.h.
2638 (s390_gdbarch_init): Call linux_init_abi.
2639
a5ee0f0c
PA
26402010-08-04 Pedro Alves <pedro@codesourcery.com>
2641
2642 * corelow.c (core_pid_to_str): Default to using normal_pid_to_str
2643 instead of printing "Thread" here.
2644 * linux-tdep.c: Include inferior.h.
2645 (linux_core_pid_to_str): New.
2646 (linux_init_abi): New.
2647 * linux-tdep.h (linux_init_abi): Declare.
2648 * alpha-linux-tdep.c: Include linux-tdep.h.
2649 (alpha_linux_init_abi): Call linux_init_abi.
2650 * amd64-linux-tdep.c (amd64_linux_init_abi): Call linux_init_abi.
2651 * arm-linux-tdep.c (arm_linux_init_abi): Call linux_init_abi.
2652 * frv-linux-tdep.c: Include linux-tdep.h
2653 (frv_linux_init_abi): Call linux_init_abi.
2654 * hppa-linux-tdep.c: Include linux-tdep.h
2655 (hppa_linux_init_abi): Call linux_init_abi.
2656 * i386-linux-tdep.c (i386_linux_init_abi): Call linux_init_abi.
2657 * ia64-linux-tdep.c: Include linux-tdep.h.
2658 (ia64_linux_init_abi): Call linux_init_abi.
2659 * m32r-linux-tdep.c: Include linux-tdep.h.
2660 (m32r_linux_init_abi): Call linux_init_abi.
2661 * m68klinux-tdep.c: Include linux-tdep.h.
2662 (m68k_linux_init_abi): Call linux_init_abi.
2663 * microblaze-linux-tdep.c: Include linux-tdep.h.
2664 (microblaze_linux_init_abi): Call linux_init_abi.
2665 * mips-linux-tdep.c: Include linux-tdep.h.
2666 (mips_linux_init_abi): Call linux_init_abi.
2667 * mn10300-linux-tdep.c: Include linux-tdep.h.
2668 (am33_linux_init_osabi): Call linux_init_abi. Rename the
2669 'gdbinfo' parameter to 'info'.
2670 * ppc-linux-tdep.c: Include linux-tdep.h.
2671 (ppc_linux_init_abi): Call linux_init_abi.
2672 * sh-linux-tdep.c: Include linux-tdep.h.
2673 (sh_linux_init_abi): Call linux_init_abi.
2674 * sparc-linux-tdep.c: Include linux-tdep.h.
2675 (sparc32_linux_init_abi): Call linux_init_abi.
2676 * sparc64-linux-tdep.c: Include linux-tdep.h.
2677 (sparc64_linux_init_abi): Call linux_init_abi.
2678 * xtensa-linux-tdep.c: Include linux-tdep.h.
2679 (xtensa_linux_init_abi): Call linux_init_abi.
2680 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): New.
2681 (i386_cygwin_init_abi): Install it as gdbarch_core_pid_to_str
2682 callback.
2683
bc043ef3
DE
26842010-08-03 Doug Evans <dje@google.com>
2685
2686 * breakpoint.c (bpdisp_text): Constify bpdisps.
2687 * solib-svr4.c (solib_break_names): Constify.
2688 (bkpt_names, main_name_list): Constify.
2689 (match_main): Constify soname arg.
63cdd227
DE
2690 (bfd_lookup_symbol): Remove unnecessary forward decl.
2691 Constify symname arg.
bc043ef3
DE
2692 (enable_break): Constify bkpt_namep.
2693 * symtab.c (search_symbols): Constify types, types2, types3, types4.
2694 (symtab_symbol_info): Constify classnames.
2695
585d1eb8
PM
26962010-08-03 Phil Muldoon <pmuldoon@redhat.com>
2697
2698 * NEWS: Document Python value inferior function calls.
2699
2de00c64
DE
27002010-08-02 Doug Evans <dje@google.com>
2701
2702 * dwarf2read.c (dwarf_attr_name): Add DW_AT_GNU_odr_signature.
2703
02d868e8
PP
27042010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2705
2706 * linux-thread-db.c (libthread_db_debug): New variable.
2707 (thread_db_find_new_threads_silently): Control verbosity with it.
2708 (try_thread_db_load_1, try_thread_db_load): Likewise.
2709 (find_new_threads_once): Likewise.
2710 (_initialize_thread_db): Set/show it.
2711
a19cae16
JK
27122010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2713
2714 * common/signals.c (signals): Move the content to signals.def.
2715 Include it. Remove the INDENT comments.
2716
c2bbed2a
TT
27172010-07-30 Tom Tromey <tromey@redhat.com>
2718
2719 * Makefile.in (install-only): Install gdb-add-index.
2720 * gdb-add-index.sh: New file.
2721
f32b2f09
CR
27222010-07-31 Renquan Cheng <crq@gcc.gnu.org>
2723
2724 * MAINTAINERS: Add myself for write after approval privileges.
2725
1276c759
JK
27262010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2727
2728 * symfile.c (addr_section_name): New function.
2729 (addrs_section_compar): Use it.
2730 (addr_info_make_relative): Use it. Move variable sect_name into a more
2731 inner block. Make ".dynbss" and ".sdynbss" checks more strict.
2732
420697bb
TT
27332010-07-30 Tom Tromey <tromey@redhat.com>
2734
2735 * configure: Rebuild.
2736 * configure.ac: Add missing case for Python 2.7.
2737
d0d99561
DD
27382010-07-29 DJ Delorie <dj@redhat.com>
2739
2740 * rx-tdep.c (rx_analyze_prologue): Don't require branches to have
2741 conditions.
2742
0b29bdde
PA
27432010-07-29 Pedro Alves <pedro@codesourcery.com>
2744
2745 * PROBLEMS: Remove mention of all problems.
2746
110ed339
PA
27472010-07-28 Pedro Alves <pedro@codesourcery.com>
2748
2749 PR build/11848
2750 * configure.ac: Check for wresize.
2751 * configure, config.in: Regenerate.
2752 * tui/tui-win.c (make_visible_with_new_height): Wrap wresize call
2753 with HAVE_WRESIZE.
2754
326fd672
TT
27552010-07-28 Tom Tromey <tromey@redhat.com>
2756
2757 PR python/11060:
2758 * python/py-type.c (typy_legacy_template_argument): New function,
2759 extracted from typy_template_argument.
2760 (typy_template_argument): Use TYPE_TEMPLATE_ARGUMENT. Return a
2761 value when needed.
2762
4ac8c4da
TT
27632010-07-28 Oleg Nesterov <oleg@redhat.com>
2764
2765 * remote.c (readchar): Call pop_target in case of SERIAL_ERROR.
2766
053315c2
TT
27672010-07-27 Tom Tromey <tromey@redhat.com>
2768
2769 * dwarf2read.c (dwarf2_const_value_data): Never sign extend.
2770
3ce3b1ba
PA
27712010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2772
2773 * dwarf2read.c (read_subroutine_type): Improve THIS detection,
2774 handling DW_AT_object_pointer, and workaround GCC PR 43053.
2775
2bb4f988
TT
27762010-07-28 Tom Tromey <tromey@redhat.com>
2777
2778 * Makefile.in (HFILES_NO_SRCDIR): Remove link-warning.h.
2779
74232302
JB
27802010-07-28 Joel Brobecker <brobecker@adacore.com>
2781
2782 * remote.c (remote_download_tracepoint): Add missing gettext markup.
2783 * tracepoint.c (parse_static_tracepoint_marker_definition): Likewise.
2784
385d04dc
JB
27852010-07-28 Joel Brobecker <brobecker@adacore.com>
2786
2787 * breakpoint.c (breakpoint_re_set_one): Move call to set_language
2788 down, just before the block that parse the breakpoint addr_string.
2789
34eaf542
TT
27902010-07-28 Tom Tromey <tromey@redhat.com>
2791
2792 PR c++/9946:
2793 * symfile.c (reread_symbols): Clear template_symbols.
2794 * symtab.h (struct symbol) <is_cplus_template_function>: New
2795 field.
2796 (SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION): New macro.
2797 (struct template_symbol): New.
2798 * symtab.c (lookup_symbol_aux_local): Use
2799 cp_lookup_symbol_imports_or_template.
2800 * objfiles.h (struct objfile) <template_symbols>: New field.
2801 * objfiles.c (relocate_one_symbol): New function.
2802 (objfile_relocate1): Use it. Relocate isolated symbols.
2803 * gdbtypes.h (struct cplus_struct_type) <n_template_arguments,
2804 template_arguments>: New fields.
2805 (TYPE_N_TEMPLATE_ARGUMENTS): New macro.
2806 (TYPE_TEMPLATE_ARGUMENTS): Likewise.
2807 (TYPE_TEMPLATE_ARGUMENT): Likewise.
2808 (lookup_typename): Update.
2809 * gdbtypes.c (lookup_typename): Constify "block" argument.
2810 * dwarf2read.c: Include vec.h.
2811 (symbolp): New typedef.
2812 (read_func_scope): Read template arguments. Allocate a
2813 template_symbol when needed.
2814 (read_structure_type): Read template arguments.
2815 (new_symbol_full): New function, from new_symbol. Handle
2816 DW_TAG_template_type_param and DW_TAG_template_value_param.
2817 (new_symbol): Rewrite as wrapper.
2818 * cp-support.h (cp_lookup_symbol_imports_or_template): Declare.
2819 * cp-namespace.c: Include language.h.
2820 (search_symbol_list): New function.
2821 (cp_lookup_symbol_imports_or_template): Likewise.
2822
d27b3be4
PA
28232010-07-28 Balazs Kezes <rlblaster@gmail.com>
2824
2825 * tui/tui-win.c (make_visible_with_new_height): Resize and move
2826 the command window to the new size and position.
2827
0036e657
PA
28282010-07-28 Balazs Kezes <rlblaster@gmail.com>
2829
a782f43e 2830 * tui/tui-win.c (tui_resize_all): Update the locator's origin's
0036e657
PA
2831 coordinates.
2832
36900355
PA
28332010-07-28 Balazs Kezes <rlblaster@gmail.com>
2834
a782f43e 2835 * tui/tui-io.c (tui_handle_resize_during_io): Call tui_resize_all
36900355 2836 after a detecting a resize.
a782f43e 2837 * tui/tui-win.c (tui_resize_all): Remove tui_set_win_resized_to
36900355
PA
2838 call.
2839
db5e03ae
PA
28402010-07-28 Pedro Alves <pedro@codesourcery.com>
2841
2842 * configure.ac: Check for resize_term.
2843 * configure, config.in: Regenerate.
2844
b71fff68
JB
28452010-07-27 Joel Brobecker <brobecker@adacore.com>
2846
2847 * MAINTAINERS (Write After Approval): Reorder a couple of entries.
2848
9b1c24c8
PA
28492010-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2850
2851 * dwarf2read.c (read_string): Rename to ...
2852 (read_direct_string): ... this.
2853 (skip_one_die, read_attribute_value, dwarf_decode_line_header)
2854 (dwarf_decode_lines, dwarf_decode_macros): Adjust.
2855
00390b84
JK
28562010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2857
2858 * linux-nat.c (linux_nat_lp_status_is_event): New function.
2859 (count_events_callback, select_event_lwp_callback)
2860 (cancel_breakpoints_callback, linux_nat_wait_1): Use it.
2861
26ab7092
JK
28622010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2863
2864 * ia64-linux-nat.c (ia64_linux_status_is_event): New function.
2865 (_initialize_ia64_linux_nat): Install it.
2866 * linux-nat.c (sigtrap_is_event, linux_nat_status_is_event)
2867 (linux_nat_set_status_is_event): New.
2868 (stop_wait_callback, count_events_callback, select_event_lwp_callback)
2869 cancel_breakpoints_callback, linux_nat_filter_event)
2870 (linux_nat_wait_1): Use linux_nat_status_is_event.
2871 * linux-nat.h (linux_nat_set_status_is_event): New prototype.
2872
283e6a52
TT
28732010-07-27 Tom Tromey <tromey@redhat.com>
2874
2875 * NEWS: Mention labels, .gdb_index.
2876
53a71c06
CR
28772010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
2878
2879 * cli/cli-cmds.c (disassemble_command): Add support of disassemble
3422f666 2880 "start,+length" form of arguments.
53a71c06
CR
2881 * NEWS: Add "Changed commands" (disassemble) section for "Changes
2882 since GDB 7.1"; and merge two separated paragraphs of disassemble
2883 description in "Changes in GDB 7.0".
2884
c63a1f86
JK
28852010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2886
2887 * top.c (input_from_terminal_p): Return 0 on BATCH_FLAG.
2888 * utils.c (defaulted_query): Do not explicitly check for BATCH_FLAG.
2889 (fputs_maybe_filtered): Do not do filtering also on
2890 ! INPUT_FROM_TERMINAL_P.
2891
abebb8b0
JB
28922010-07-27 Joel Brobecker <brobecker@adacore.com>
2893
2894 * dwarf2read.c (dw2_find_pc_sect_symtab): Remove trailing newline
2895 in warning message.
2896
5374244e
PM
28972010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2898
2899 * python/py-value.c (valpy_call): New Function.
2900
ac0b195c
KW
29012010-07-27 Ken Werner <ken.werner@de.ibm.com>
2902
889bf7c5 2903 * dwarf2read.c (dwarf2_read_index): Initialize the types_list and
ac0b195c
KW
2904 types_list_elements variables.
2905
09d8bd00
TT
29062010-07-26 Tom Tromey <tromey@redhat.com>
2907
2908 * dwarf2loc.c (locexpr_describe_location_piece): Also recognize
2909 TLS with DW_OP_const4u or DW_OP_const8u.
2910
9fe70b4f
TJB
29112010-07-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
2912
2913 * ppc-linux-nat.c (store_vsx_register): Use PTRACE_GETVSXREGS to get
2914 VSX registers contents.
2915
caac4577
JG
29162010-07-26 Jerome Guitton <guitton@adacore.com>
2917
2918 * dwarf2read.c (add_partial_symbol): Do not add a global variable if
2919 its adress is null. Add comment to explain why.
2920 (new_symbol): Ditto.
2921
857d11d0
JK
29222010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2923
2924 * linux-nat.c (linux_nat_do_thread_registers): Convert STOP_SIGNAL to
2925 the host signal first.
2926
1fd400ff
TT
29272010-07-23 Tom Tromey <tromey@redhat.com>
2928
2929 * dwarf2read.c (struct dwarf2_per_objfile) <n_type_comp_units,
2930 type_comp_units>: New fields.
2931 (dw2_get_cu): New function.
2932 (create_cus_from_index): Remove unused argument.
2933 (create_signatured_type_hash_from_index): New function.
2934 (create_addrmap_from_index): Update.
2935 (dwarf2_read_index): Handle version 2.
2936 (dw2_find_last_source_symtab, dw2_forget_cached_source_info)
2937 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching)
2938 (dw2_print_stats, dw2_expand_all_symtabs)
2939 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file)
2940 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Update.
2941 (dwarf2_initialize_objfile): Call create_debug_types_hash_table.
2942 (allocate_signatured_type_hash_table): New function.
2943 (add_signatured_type_cu_to_list): Likewise.
2944 (create_debug_types_hash_table): Use them. Set type_comp_units.
2945 (read_signatured_type): Ensure section data is available.
2946 (add_address_entry): Don't record empty ranges.
2947 (struct signatured_type_index_data): New.
2948 (write_one_signatured_type): New function.
2949 (write_psymtabs_to_index): Write type CUs.
2950 (save_gdb_index_command): Update comment.
2951 (process_type_comp_unit): Move inititalization of
2952 from_debug_types...
2953 (create_debug_types_hash_table): ... here.
2954
3a674486
JK
29552010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2956
2957 * gdb_gcore.sh (tmpfile): Remove the variable, its initialization,
2958 cleanup and generating of gdb script to it.
2959 (gdb): Use redirection from /dev/null. Use --nx. Turn off pagination
2960 and terminal size. Convert $tmpfile to a series of -ex-es.
2961
54ec275a
KS
29622010-07-23 Keith Seitz <keiths@redhat.com>
2963
2964 * symtab.c (basic_lookup_transparent_type): Call pre-expand
2965 hook for STATIC_BLOCK types, too.
2966
8fd447e6
KS
29672010-07-23 Keith Seitz <keiths@redhat.com>
2968
2969 * dwarf2read.c: Remove unused typedef dwarf2_cu_per_cu_data_ptr
2970 and vector definition.
2971
25b72dde
JK
29722010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2973
2974 * linux-nat.c (cancel_breakpoint): Remove unused forward declaration.
2975
96d19272
JK
29762010-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2977
2978 * dwarf2read.c: Include completer.h.
2979 (save_gdb_index_command): Use matching usage command name.
2980 (_initialize_dwarf2_read): New variable c, initialize it by add_cmd.
2981 Set filename_completer for it.
2982
ca1f3406
TT
29832010-07-22 Tom Tromey <tromey@redhat.com>
2984
2985 * dwarf2read.c (create_debug_types_hash_table): Set objfile on
2986 type signature's per-CU data.
2987
ba25b921
PA
29882010-07-22 Pedro Alves <pedro@codesourcery.com>
2989
2990 * NEWS: Mention target reported shared libraries support by
2991 default.
2992
23bd0f7c
PA
29932010-07-21 Pedro Alves <pedro@codesourcery.com>
2994
2995 PR symtab/11827
2996
2997 Revert:
2998 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
2999 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
3000 and DW_TAG_volatile_type.
3001 (new_symbol): Likewise.
3002
883df6dd
SW
30032010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
3004
3005 * eval.c (evaluate_subexp_standard): Disabled evaluation of C++
3006 function symbols before overload resolution.
3007
269b11a2
PA
30082010-07-21 Pedro Alves <pedro@codesourcery.com>
3009
3010 * breakpoint.c (bptype_string): New, abstracted out from
3011 print_one_breakpoint_location.
3012 (print_one_breakpoint_location): Adjust.
3013 (breakpoint_1): Adjust the type column width dynamically.
3014
569b05a5
JK
30152010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3016
3017 * symfile.c (find_separate_debug_file_by_debuglink): Remove
3018 a gdb_assert call, new comment.
3019
ad34eb2f
JK
30202010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3021
3022 * linux-nat.c (linux_handle_extended_wait): Handle case when
3023 event == PTRACE_EVENT_CLONE && stopping && WSTOPSIG (status) != SIGSTOP.
3024
33355866
JK
30252010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3026
3027 Code cleanup.
3028 * linux-nat.c (linux_nat_wait_1): Reset STATUS after calling
3029 linux_nat_wait_1. Use always LP->STATUS afterwards.
3030
26590820
HZ
30312010-07-20 Hui Zhu <teawater@gmail.com>
3032
3033 * inf-ptrace.c (inf_ptrace_create_inferior): Initialize back_to.
3034 (inf_ptrace_attach): Ditto.
3035
c0edd9ed
JK
30362010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3037
3038 Make core files the process_stratum.
3039 * corefile.c (core_target): New variable.
3040 (core_file_command): Remove variable t, use core_target.
3041 * corelow.c (core_ops): Make it static.
3042 (init_core_ops): Change to process_stratum. Initialize CORE_TARGET.
3043 * defs.h (make_cleanup_unpush_target): New prototype.
3044 * gdbarch.h: Regenerate.
3045 * gdbarch.sh (core_pid_to_str): Remove core_stratum from its comment.
3046 * gdbcore.h (core_target): New declaration.
3047 * inf-ptrace.c (inf_ptrace_create_inferior, inf_ptrace_attach): New
3048 variables ops_already_pushed and back_to. Use push_target,
3049 make_cleanup_unpush_target and discard_cleanups calls.
3050 * record.c (record_open): Replace core_stratum by a core_bfd check.
3051 * target.c (target_is_pushed): New function.
3052 (find_core_target): Remove.
3053 * target.h (enum strata) <core_stratum>: Remove.
3054 (target_is_pushed): New declaration.
3055 (find_core_target): Remove declaration.
3056 * tracepoint.c (init_tfile_ops) <to_stratum>: Remove comment.
3057 * utils.c (do_unpush_target, make_cleanup_unpush_target): New functions.
3058
f02253f1
HZ
30592010-07-19 Hui Zhu <teawater@gmail.com>
3060
3061 * breakpoint.c (single_step_breakpoints_inserted): New
3062 function.
3063 * breakpoint.h (single_step_breakpoints_inserted): Extern.
3064 * infrun.c (maybe_software_singlestep): Add check code.
3065 * record.c (record_resume): Add code for software single step.
3066 (record_wait): Ditto.
3067
78768c4a
JK
30682010-07-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3069
3070 * linux-nat.c (linux_handle_extended_wait): Move variable new_lp into
3071 a more inner block. Remove its unused declaration initializer.
3072
431e49aa
TJB
30732010-07-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3074
3075 * NEWS: Mention support for the new ptrace interface and hardware
3076 accelerated watchpoint conditions on powerpc-linux.
3077
bd91e7ae
OS
30782010-07-16 Ozkan Sezer <sezeroz@gmail.com>
3079
3080 * target.c (debug_to_insert_breakpoint): Instead of casting to unsigned
3081 long and %ld, use core_addr_to_string() and %s to print CORE_ADDR vars
3082 and host_address_to_string() and %s for pointers.
3083 (debug_to_remove_breakpoint): Likewise.
3084 (debug_to_region_ok_for_hw_watchpoint): Likewise.
3085 (debug_to_can_accel_watchpoint_condition): Likewise.
3086 (debug_to_stopped_data_address): Likewise.
3087 (debug_to_watchpoint_addr_within_range): Likewise.
3088 (debug_to_insert_hw_breakpoint): Likewise.
3089 (debug_to_remove_hw_breakpoint): Likewise.
3090 (debug_to_insert_watchpoint): Likewise.
3091 (debug_to_remove_watchpoint): Likewise.
3092
29df156d
SW
30932010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
3094
3095 * symtab.h (symbol_set_demangled_name): Now takes an optional objfile*
3096 argument.
3097 (cplus_specific): New struct.
3098 * symtab.c (symbol_set_demangled_name): Updated.
3099 Use cplus_specific for cplus symbols.
3100 (symbol_get_demangled_name): Retrive the name from the cplus_specific
3101 struct for cplus symbols.
3102 (symbol_init_language_specific): Set cplus_specific for cplus symbols.
3103 (symbol_set_names): Pass objfile to symbol_set_demangled_name.
3104 * symtab.c (symbol_init_cplus_specific): New function.
3105
b250c185
SW
31062010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
3107
3108 * symtab.h (symbol_set_demangled_name): New function.
3109 (symbol_get_demangled_name): New function.
3110 * symtab.c (symbol_set_demangled_name): New function.
3111 (symbol_get_demangled_name): New function.
3112 (symbol_init_language_specific): Use demangled_name setter and getter.
3113 (symbol_set_names): Ditto.
3114 (symbol_natural_name): Ditto.
3115 (symbol_demangled_name): Ditto.
3116 * dwarf2read.c (new_symbol): Ditto.
3117
afa16725
SW
31182010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
3119
3120 * symtab.h: Renamed cplus_specific to mangled_lang.
3121 * symtab.c (symbol_init_language_specific): Updated.
3122 (symbol_set_names): Updated.
3123 (symbol_natural_name): Updated.
3124 (symbol_demangled_name): Updated.
3125 * ada-lang.c (ada_decode_symbol): Updated.
3126 * dwarf2read.c (new_symbol): Updated.
3127
3cbaedff
KW
31282010-07-14 Ken Werner <ken.werner@de.ibm.com>
3129
3130 * valops.c (value_assign): Do not call to value_coerce_to_target.
3131 (value_must_coerce_to_target): Return 0 in case of TYPE_VECTOR.
3132
c932f1be
KW
31332010-07-14 Ken Werner <ken.werner@de.ibm.com>
3134
3135 * MAINTAINERS: Add myself for write after approval privileges.
3136
91158a56
TT
31372010-07-13 Emmanuel Thomé <Emmanuel.Thome@gmail.com>
3138
3139 * c-valprint.c (c_val_print): Add embedded_offset to address in
3140 call to val_print_array_elements.
3141
b3b272e1
TT
31422010-07-13 Tom Tromey <tromey@redhat.com>
3143
3144 * dwarf2read.c (dwarf2_read_index): Correctly set 'total_size'.
3145
bb3fa9d0
TT
31462010-07-13 Tom Tromey <tromey@redhat.com>
3147
3148 * dwarf2read.c (dwarf2_per_cu_text_offset): Fix reference to
3149 objfile.
3150
dd786858
TT
31512010-07-13 Tom Tromey <tromey@redhat.com>
3152
3153 * symfile.c (set_initial_language): Update.
3154 (deduce_language_from_filename): Argument type now const.
3155 * symtab.h (find_main_filename): Update.
3156 (deduce_language_from_filename): Update.
3157 * symtab.c (find_main_filename): Make result const.
3158 * dwarf2read.c (dw2_find_symbol_file): Change return type.
3159 * psymtab.c (find_symbol_file_from_partial): Change return type.
3160 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
3161 Make result const.
3162
9291a0cd
TT
31632010-07-13 Tom Tromey <tromey@redhat.com>
3164
3165 * breakpoint.c (save_cmdlist): No longer static.
3166 * gdbcmd.h (save_cmdlist): Declare.
3167 * symfile.c (symbol_file_add_with_addrs_or_offsets): Set
3168 OBJF_READNOW on objfile if readnow_symbol_files.
3169 * elfread.c (elf_symfile_read): Use dwarf2_initialize_objfile.
3170 (elf_sym_fns_gdb_index): New global.
3171 * dwarf2read.c: Include exceptions.h.
3172 (offset_type): New.
3173 (struct mapped_index): New.
3174 (dwarf2_per_cu_data_ptr): New typedef.
3175 (struct dwarf2_per_objfile) <using_index, index_table, gdb_index>:
3176 New fields.
3177 (GDB_INDEX_SECTION): New define.
3178 (struct dwarf2_per_cu_quick_data): New.
3179 (struct dwarf2_per_cu_data) <objfile>: New field.
3180 <psymtab>: Removed.
3181 <v>: New field.
3182 (byte_swap): New function.
3183 (MAYBE_SWAP): New macro.
3184 (INDEX_SUFFIX): New macro.
3185 (dw2_do_instantiate_symtab): New function.
3186 (dw2_instantiate_symtab): Likewise.
3187 (create_cus_from_index): Likewise.
3188 (create_addrmap_from_index): Likewise.
3189 (mapped_index_string_hash): Likewise.
3190 (find_slot_in_mapped_hash): Likewise.
3191 (dwarf2_read_index): Likewise.
3192 (dw2_setup): Likewise.
3193 (dw2_require_line_header): Likewise.
3194 (dw2_require_full_path): Likewise.
3195 (dw2_find_last_source_symtab): Likewise.
3196 (dw2_forget_cached_source_info): Likewise.
3197 (dw2_lookup_symtab): Likewise.
3198 (dw2_lookup_symbol): Likewise.
3199 (dw2_do_expand_symtabs_matching): Likewise.
3200 (dw2_pre_expand_symtabs_matching): Likewise.
3201 (dw2_print_stats): Likewise.
3202 (dw2_dump): Likewise.
3203 (dw2_relocate): Likewise.
3204 (dw2_expand_symtabs_for_function): Likewise.
3205 (dw2_expand_all_symtabs): Likewise.
3206 (dw2_expand_symtabs_with_filename): Likewise.
3207 (dw2_find_symbol_file): Likewise.
3208 (dw2_map_ada_symtabs): Likewise.
3209 (dw2_expand_symtabs_matching): Likewise.
3210 (dw2_find_pc_sect_symtab): Likewise.
3211 (dw2_map_symbol_names): Likewise.
3212 (dw2_map_symbol_filenames): Likewise.
3213 (dw2_has_symbols): Likewise.
3214 (dwarf2_gdb_index_functions): New global.
3215 (dwarf2_initialize_objfile): New function.
3216 (process_psymtab_comp_unit): Update.
3217 (add_partial_subprogram): Likewise.
3218 (dwarf2_psymtab_to_symtab): Likewise.
3219 (psymtab_to_symtab_1): Use dw2_do_instantiate_symtab.
3220 (process_full_comp_unit): Update.
3221 (find_file_and_directory): New function.
3222 (read_file_scope): Use find_file_and_directory.
3223 (dwarf2_per_cu_objfile): Update.
3224 (dwarf2_per_cu_addr_size): Update.
3225 (dwarf2_per_cu_offset_size): Update.
3226 (dwarf2_free_objfile): Free the index, if needed.
3227 (dwarf2_per_objfile_free): Unmap the index, if needed.
3228 (struct strtab_entry): New.
3229 (hash_strtab_entry): New function.
3230 (eq_strtab_entry): Likewise.
3231 (create_strtab): Likewise.
3232 (add_string): Likewise.
3233 (struct symtab_index_entry): New.
3234 (struct mapped_symtab): New.
3235 (hash_symtab_entry): New function.
3236 (eq_symtab_entry): Likewise.
3237 (delete_symtab_entry): Likewise.
3238 (create_index_table): Likewise.
3239 (create_mapped_symtab): Likewise.
3240 (cleanup_mapped_symtab): Likewise.
3241 (find_slot): Likewise.
3242 (hash_expand): Likewise.
3243 (add_index_entry): Likewise.
3244 (add_indices_to_cpool): Likewise.
3245 (write_hash_table): Likewise.
3246 (add_address_entry): Likewise.
3247 (write_psymbols): Likewise.
3248 (write_obstack): Likewise.
3249 (unlink_if_set): Likewise.
3250 (write_psymtabs_to_index): Likewise.
3251 (save_gdb_index_command): Likewise.
3252 (_initialize_dwarf2_read): Install "save gdb-index"
3253 command.
3254 (create_all_comp_units): Initialize 'objfile' field of CU.
3255 (dwarf2_locate_sections): Check for .gdb_index.
3256 * psymtab.h (dwarf2_gdb_index_functions): Declare.
3257 * symfile.h (dwarf2_initialize_objfile): Declare.
3258
58b6ab13
TT
32592010-07-13 Tom Tromey <tromey@redhat.com>
3260
3261 * symtab.c (lookup_symbol_aux_symtabs): Call pre-expand hook.
3262 (basic_lookup_transparent_type): Likewise.
3263 * symfile.h (struct quick_symbol_functions)
3264 <pre_expand_symtabs_matching>: New field.
3265 * psymtab.c (pre_expand_symtabs_matching_psymtabs): New function.
3266 (psym_functions): Update.
3267
0f5238ed
TT
32682010-07-13 Tom Tromey <tromey@redhat.com>
3269
3270 PR breakpoints/8357:
3271 * symtab.h (domain_enum_tag) <LABEL_DOMAIN>: Update comment.
3272 * linespec.c (decode_line_1): Update comment. Call decode_label.
3273 (decode_label): New function.
3274 (symbol_found): Handle LOC_LABEL.
3275 * dwarf2read.c (new_symbol) <DW_TAG_label>: Set symbol's type and
3276 domain. Call add_symbol_to_list.
3277
9aa1f1e3
TT
32782010-07-13 Tom Tromey <tromey@redhat.com>
3279
3280 * dwarf2loc.h (dwarf2_per_cu_text_offset): Declare.
3281 * dwarf2loc.c (find_location_expression): Use
3282 dwarf2_per_cu_text_offset.
3283 (dwarf2_evaluate_loc_desc): Likewise.
3284 (dwarf2_loc_desc_needs_frame): Likewise.
3285 (compile_dwarf_to_ax): Likewise.
3286 (loclist_describe_location): Likewise.
3287 * dwarf2read.c (dwarf2_per_cu_text_offset): New function.
3288 (dwarf2_per_cu_objfile): Update comment.
3289
953ac07e
JK
32902010-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3291
3292 * dwarf2read.c (read_subrange_type): Call read_subrange_type.
3293 * p-lang.c (pascal_printstr): Likewise.
3294
f04e4012
TT
32952010-07-09 Tom Tromey <tromey@redhat.com>
3296
3297 * python/py-prettyprint.c (gdbpy_get_display_hint): Don't use
3298 'hint' if it is NULL.
3299
f4dfd9c0
HZ
33002010-07-09 Hui Zhu <teawater@gmail.com>
3301
3302 * source.c (print_source_lines_base): Add check for noprint.
3303
7e6e39e5
JB
33042010-07-08 Joel Brobecker <brobecker@adacore.com>
3305
3306 * python/python-config.py: Resync with Python 2.7 version of this
3307 script.
3308
76b8507d
JB
33092010-07-08 Joel Brobecker <brobecker@adacore.com>
3310
3311 * NEWS: Fix typo in section name (s/GDB 7.1/GDB 7.2).
3312
797054e6
JB
33132010-07-07 Joel Brobecker <brobecker@adacore.com>
3314
3315 * NEWS: Create a new section for the next release branch.
3316 Rename the section of the current branch, now that it has
3317 been cut.
3318
c80befee 33192010-07-07 Joel Brobecker <brobecker@adacore.com>
3320
3321 GDB 7.2 branch created (branch timestamp: 2010-07-07 17:00 UTC)
3322 * version.in: Bump version to 7.2.50.20100707-cvs.
3323
ac56253d
TT
33242010-07-07 Tom Tromey <tromey@redhat.com>
3325
3326 * dwarf2read.c (dwarf2_const_value) <DW_form_addr>: Create a
3327 LOC_COMPUTED symbol.
3328 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Set new field.
3329 (dwarf2_loc_desc_needs_frame): Likewise.
3330 (compile_dwarf_to_ax) <DW_OP_addr>: Use offset.
3331 * dwarf2expr.h (struct dwarf_expr_context) <offset>: New field.
3332 * dwarf2expr.c (execute_stack_op) <DW_OP_addr>: Use offset.
3333 * dwarf2-frame.c (execute_stack_op): Set 'offset' field. Add
3334 'offset' argument.
3335 (struct dwarf2_frame_cache) <text_offset>: New field.
3336 (dwarf2_frame_cache): Set new field.
3337 (dwarf2_frame_prev_register): Update.
3338 (dwarf2_frame_sniffer): Update.
3339 (dwarf2_frame_base_sniffer): Update.
3340 (dwarf2_frame_find_fde): Add 'out_offset' argument.
3341
0cf6dd15
TJB
33422010-07-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3343 Thiago Jung Bauermann <bauerman@br.ibm.com>
3344
3345 Support for hw accelerated condition watchpoints in booke powerpc.
3346
3347 * breakpoint.c (fetch_watchpoint_value): Rename to fetch_subexp_value
3348 and move to eval.c. Change callers.
3349 (insert_bp_location): Pass watchpoint condition in
3350 target_insert_watchpoint.
3351 (remove_breakpoint_1) Pass watchpoint condition in
3352 target_remove_watchpoint.
3353 (watchpoint_locations_match): Call
3354 target_can_accel_watchpoint_condition.
3355 * eval.c: Include wrapper.h.
3356 (fetch_subexp_value): Moved from breakpoint.c.
3357 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint):
3358 Formatting fix.
3359 (can_use_watchpoint_cond_accel): New function.
3360 (calculate_dvc): Likewise.
3361 (num_memory_accesses): Likewise.
3362 (check_condition): Likewise.
3363 (ppc_linux_can_accel_watchpoint_condition): Likewise
3364 (ppc_linux_insert_watchpoint): Call can_use_watchpoint_cond_accel,
3365 check_condition and calculate_dvc.
3366 (ppc_linux_remove_watchpoint): Likewise.
3367 (_initialize_ppc_linux_nat): Set to_can_accel_watchpoint_condition to
3368 ppc_linux_can_accel_watchpoint_condition
3369 * target.c (debug_to_insert_watchpoint): Add argument for watchpoint
3370 condition.
3371 (debug_to_remove_watchpoint): Likewise.
3372 (debug_to_can_accel_watchpoint_condition): New function.
3373 (update_current_target): Set to_can_accel_watchpoint_condition.
3374 (setup_target_debug): Set to_can_accel_watchpoint_condition.
3375 * target.h: Add opaque declaration for struct expression.
3376 (struct target_ops) <to_insert_watchpoint>,
3377 <to_remove_watchpoint>: Add new arguments to pass the watchpoint
3378 <to_can_accel_watchpoint_condition>: New member.
3379 condition. Update all callers and implementations.
3380 (target_can_accel_watchpoint_condition): New macro.
3381 * value.c (free_value_chain): New function.
3382 * value.h (fetch_subexp_value): New prototype.
3383 (free_value_chain): Likewise.
3384
2f2241f1
UW
33852010-07-07 Ulrich Weigand <uweigand@de.ibm.com>
3386
3387 * linux-nat.c (linux_nat_do_thread_registers): Use section size
3388 from gdbarch_core_regset_sections also for .reg if present.
3389
3390 * amd64-linux-tdep.c (amd64_linux_regset_sections): Fix incorrect
3391 section size for .reg.
3392 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
3393 (ppc_linux_vmx_regset_sections): Likewise.
3394 (ppc_linux_fp_regset_sections): Likewise.
3395 (ppc64_linux_vsx_regset_sections): New variable.
3396 (ppc64_linux_vmx_regset_sections): Likewise.
3397 (ppc64_linux_fp_regset_sections): Likewise.
3398 (ppc_linux_init_abi): Install core_regset_section lists appropriate
3399 for current word size.
3400
1fd7cdc2
JB
34012010-07-06 Joel Brobecker <brobecker@adacore.com>
3402
3403 * server.c (myresume): Make static.
3404
11763c18
TT
34052010-07-06 Tom Tromey <tromey@redhat.com>
3406
3407 * configure, config.in: Rebuild.
3408 * configure.ac (HAVE_LIBPYTHON2_7): New define.
3409 * python/python-internal.h: Handle HAVE_LIBPYTHON2_7.
3410
a6cc4789
AS
34112010-07-06 Andreas Schwab <schwab@linux-m68k.org>
3412
3413 * breakpoint.c (_initialize_breakpoint): Add "cl" as alias for
3414 "clear".
3415
f9e9243a
UW
34162010-07-06 Ken Werner <ken.werner@de.ibm.com>
3417
3418 * gdbtypes.h (floatformats_ieee_half): Add declaration.
3419 * gdbtypes.c (floatformats_ieee_half): New variable.
3420 * doublest.c (floatformat_from_length): Set format to
3421 gdbarch_half_format if length matches.
3422 * gdbarch.sh (half_bit): New architecture method.
3423 (half_format): Likewise.
3424 * gdbarch.h: Regenerate.
3425 * gdbarch.c: Likewise.
3426
4e5799b6
JK
34272010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3428 Joel Brobecker <brobecker@adacore.com>
3429
3430 Fix re-run of PIE executable, PR shlibs/11776.
3431 * solib-svr4.c (svr4_relocate_main_executable) <symfile_objfile>: Remove
3432 the part of pre-set SYMFILE_OBJFILE->SECTION_OFFSETS.
3433
86e4bafc
JK
34342010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3435 Joel Brobecker <brobecker@adacore.com>
3436
3437 * auxv.c (memory_xfer_auxv): Update attach comment.
3438 * solib-svr4.c (svr4_special_symbol_handling): Remove the call to
3439 svr4_relocate_main_executable.
3440 (svr4_solib_create_inferior_hook): Make the call to
3441 svr4_relocate_main_executable unconditional.
3442
3cd07d20
JK
34432010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3444 Joel Brobecker <brobecker@adacore.com>
3445
3446 * auxv.c (ld_so_xfer_auxv): Do not error on failed read of data_address.
3447
0a1e94c7
JK
34482010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3449 Joel Brobecker <brobecker@adacore.com>
3450
3451 Fix attaching to PIEs prelinked on the disk after the process was
3452 started.
3453 * solib-svr4.c (svr4_exec_displacement): New variable arch_size.
3454 Verify it against bfd_get_arch_size. Try to match arbitrary
3455 displacement for the phdrs comparison.
3456
5387647f
TT
34572010-07-02 Tom Tromey <tromey@redhat.com>
3458
3459 PR exp/11780:
3460 * libunwind-frame.c (libunwind_frame_prev_register): Don't set
3461 value as optimized-out.
3462
38b6c3b3
TJB
34632010-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3464 Thiago Jung Bauermann <bauerman@br.ibm.com>
3465
3466 * breakpoint.c (can_use_hardware_watchpoint): Answer "what does this
3467 represent?" question in comment. Change comment to a proper sentence.
3468
a17ac5b0
TT
34692010-07-02 Ken Werner <ken.werner@de.ibm.com>
3470
3471 * c-valprint.c (c_val_print): Fix printing of character vectors.
3472
bddaafad
JK
34732010-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3474
3475 * spu-tdep.c (spu_catch_start): Adjust the caller of changed
3476 create_breakpoint prototype.
3477
d41c0fc8
PA
34782010-07-01 Pedro Alves <pedro@codesourcery.com>
3479
3480 * breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
3481 usefulness suggestion of multiple breakpoints at same location.
3482
dc10affe
PA
34832010-07-01 Pedro Alves <pedro@codesourcery.com>
3484
3485 * breakpoint.c (BREAK_ARGS_HELP): Add missing `the'.
3486
cabe9ab6
PA
34872010-07-01 Pedro Alves <pedro@codesourcery.com>
3488
3489 * dwarf2loc.c (locexpr_tracepoint_var_ref)
3490 (loclist_tracepoint_var_ref): Handle optimized out values.
3491
cce7e648
PA
34922010-07-01 Pedro Alves <pedro@codesourcery.com>
3493
3494 * breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove
3495 unnecessary space in string.
3496 * filesystem.c (_initialize_filesystem): Ditto.
3497 * frame.c (_initialize_frame): Ditto.
3498 * infcmd.c (step_once): Ditto.
3499 * infrun.c (_initialize_infrun): Ditto.
3500 * linux-nat.c (linux_child_follow_fork): Ditto.
3501 * maint.c (maintenance_deprecate): Ditto.
3502 * memattr.c (_initialize_mem): Ditto.
3503 * mips-tdep.c (_initialize_mips_tdep): Ditto.
3504 * monitor.c (monitor_open): Ditto.
3505 * procfs.c (procfs_xfer_memory): Ditto.
3506 * reverse.c (bookmarks_info): Ditto.
3507 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Ditto.
3508 * stack.c (_initialize_stack): Ditto.
3509 * tracepoint.c (_initialize_tracepoint): Ditto.
3510 * xtensa-tdep.c (xtensa_supply_gregset,
3511 xtensa_regset_from_core_section): Ditto.
3512
b65c7efe
TT
35132010-07-01 Tom Tromey <tromey@redhat.com>
3514
3515 * value.h (struct lval_funcs) <check_any_valid>: Rename from
3516 check_all_valid.
3517 * value.c (value_entirely_optimized_out): Invert result. Update
3518 for new function name.
3519
0fb4aa4b
PA
35202010-07-01 Pedro Alves <pedro@codesourcery.com>
3521
3522 Static tracepoints support.
3523
3524 * NEWS: Mention new support for static tracepoints.
3525 (New packets): Mention qTfSTM, qTsSTM, qTSTMat and
3526 qXfer:statictrace:read.
3527 (New features in the GDB remote stub, GDBserver): Mention static
3528 tracepoints support using an UST based backend.
3529 (New commands): Mention "info static-tracepoint-markers" and
3530 "strace".
3531 * breakpoint.c (is_marker_spec): New.
3532 (is_tracepoint): Handle static tracepoints.
3533 (validate_commands_for_breakpoint): Static tracepoints can't do
3534 while-stepping.
3535 (static_tracepoints_here): New.
3536 (bpstat_what): Handle static tracepoints.
3537 (print_one_breakpoint_location, allocate_bp_location, mention):
3538 Ditto.
3539 (create_breakpoint_sal): Ditto.
3540 (decode_static_tracepoint_spec): New.
3541 (create_breakpoint): Replace `hardwareflag', and `traceflag' with
3542 `type_wanted'. Adjust. Handle static tracepoint marker
3543 locations.
3544 (break_command_1): Adjust.
3545 (update_static_tracepoint): New.
3546 (update_breakpoint_locations): Handle static tracepoints.
3547 (breakpoint_re_set_one): Handle static tracepoint marker
3548 locations.
3549 (disable_command, enable_command): Handle static tracepoints.
3550 (trace_command, ftrace_command): Adjust.
3551 (strace_command): New.
3552 (create_tracepoint_from_upload): Adjust.
3553 (save_breakpoints): Handle static tracepoints.
3554 (_initialize_breakpoint): Install the "strace" command.
3555 * breakpoint.h (enum bptype): New bp_static_tracepoint type.
3556 (struct breakpoint): New fields static_trace_marker_id and
3557 static_trace_marker_id_idx.
3558 (breakpoints_here_p): Declare.
3559 (create_breakpoint): Adjust.
3560 (static_tracepoints_here): Declare.
3561 * remote.c (struct remote_state) <static_tracepoints>: New field.
3562 (PACKET_qXfer_statictrace_read, PACKET_StaticTracepoints): New.
3563 (remote_static_tracepoint_marker_at): New.
3564 (remote_static_tracepoint_markers_by_strid): New.
3565 (remote_static_tracepoint_feature): New.
3566 (remote_disconnected_tracing_feature): Handle "StaticTracepoints".
3567 (remote_xfer_partial): Handle TARGET_OBJECT_STATIC_TRACE_DATA.
3568 (remote_supports_static_tracepoints): New.
3569 (remote_download_tracepoint): Download static tracepoints.
3570 (init_remote_ops): Install remote_static_tracepoint_marker_at and
3571 remote_static_tracepoint_markers_by_strid.
3572 (_initialize_remote): Install set|show remote static-tracepoints,
3573 and set|show remote read-sdata-object commands.
3574 * target.c (update_current_target): Inherit and default
3575 to_static_tracepoint_marker_at, and
3576 to_static_tracepoint_markers_by_strid.
3577 * target.h (static_tracepoint_marker): Forward declare.
3578 (enum target_object): New object TARGET_OBJECT_STATIC_TRACE_DATA.
889bf7c5 3579 (static_tracepoint_marker_p): New typedef.
0fb4aa4b
PA
3580 (DEF_VEC_P(static_tracepoint_marker_p)): New VEC type.
3581 (struct target_ops): New fields to_static_tracepoint_marker_at and
3582 to_static_tracepoint_markers_by_strid.
3583 (target_static_tracepoint_marker_at)
3584 (target_static_tracepoint_markers_by_strid): New.
3585 * tracepoint.c: Include source.h.
3586 (validate_actionline): Handle $_sdata.
3587 (struct collection_list): New field strace_data.
3588 (add_static_trace_data): New.
3589 (clear_collection_list): Clear strace_data.
3590 (stringify_collection_list): Account for a possible static trace
3591 data collection.
3592 (encode_actions_1): Encode an $_sdata collection.
3593 (parse_tracepoint_definition): Handle static tracepoints.
3594 (parse_static_tracepoint_marker_definition): New.
3595 (release_static_tracepoint_marker): New.
3596 (print_one_static_tracepoint_marker): New.
3597 (info_static_tracepoint_markers_command): New.
3598 (sdata_make_value): New.
3599 (_initialize_tracepoint): Create the $_sdata convenience variable.
3600 Add the "info static-tracepoint-markers" command.
3601 Mention $_sdata in the "collect" command's help output.
3602 * tracepoint.h (struct static_tracepoint_marker): New.
3603 (parse_static_tracepoint_marker_definition)
3604 (release_static_tracepoint_marker): Declare.
3605 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
3606 * python/py-breakpoint.c (bppy_new): Adjust.
3607
aac63f0f
JB
36082010-06-30 Joel Brobecker <brobecker@adacore.com>
3609
3610 * python/python-internal.h (_XOPEN_SOURCE): Undefine before
3611 including Python.h.
3612
e68994a7
DE
36132010-06-29 Doug Evans <dje@google.com>
3614
3863f96c
DE
3615 PR gdb/11702
3616 * dwarf2read.c (dwarf2_add_field): Only create a symbol if
3617 DW_AT_external is present.
3618
254e6b9e
DE
3619 PR gdb/11702
3620 * NEWS: Add entry.
3621 * dwarf2read.c (dwarf2_add_field): If DW_AT_const_value is present,
3622 create a symbol for the field and record the value.
3623 (new_symbol): Handle DW_TAG_member.
3624 * gdbtypes.c (field_is_static): Remove FIXME.
3625 * symtab.c (search_symbols): When searching for VARIABLES_DOMAIN,
3626 only ignore LOC_CONST symbols that are enums.
3627
6e70227d
DE
3628 * dwarf2read.c: Remove trailing whitespace.
3629
e68994a7
DE
3630 Delete FIELD_LOC_KIND_DWARF_BLOCK, unused.
3631 * gdbtypes.h (enum field_loc_kind): Delete FIELD_LOC_KIND_DWARF_BLOCK.
3632 (struct main_type, field loc): Delete dwarf_block.
3633 (FIELD_DWARF_BLOCK): Delete.
3634 (SET_FIELD_DWARF_BLOCK): Delete.
3635 (TYPE_FIELD_DWARF_BLOCK): Delete.
3636 * gdb-gdb.py (StructMainTypePrettyPrinter.struct_field_location_img):
3637 Update.
3638
a480d2f6
HZ
36392010-06-29 Hui Zhu <teawater@gmail.com>
3640
3641 * record.c (set_record_pic_cmdlist,
3642 show_record_pic_cmdlist): New variables.
3643 (set_record_pic_command,
3644 show_record_pic_command): New functions.
3645 (record_pic_function, record_pic_line, record_pic_enum,
3646 set_record_pic_type, record_pic_hide_nofunction,
3647 record_pic_hide_nosource, record_pic_hide_same): New variables.
3648 (record_pic_fputs): New function.
3649 (function_list, node_list, edge_list): New struct.
3650 (function_list, node_list, edge_list): New variables.
3651 (record_pic_cleanups, record_pic_node,
3652 record_pic_edge, cmd_record_pic): New functions.
3653 (_initialize_record): Add new commands for record pic.
3654
a0d7a4ff
JK
36552010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3656
3657 * dwarf2read.c (read_structure_type) <fi.typedef_field_list>: Call
3658 ALLOCATE_CPLUS_STRUCT_TYPE.
3659
595939de 36602010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
3661 Tom Tromey <tromey@redhat.com>
3662 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
3663
3664 * value.c (pack_unsigned_long): New function.
3665 (value_from_ulongest): New function.
3666 * value.h (value_from_ulongest): Declare.
3667 * python/python.c (_initialize_python): Call
3668 gdbpy_initialize_thread and gdbpy_initialize_inferior.
3669 * python/python-internal.h: Define thread_object.
3670 (gdbpy_inferiors, gdbpy_selected_thread)
3671 (frame_info_to_frame_object, create_thread_object)
3672 (find_thread_object, find_inferior_object)
3673 (gdbpy_initialize_thread, gdbpy_initialize_inferiors)
3674 (gdbpy_is_value_object, get_addr_from_python): Declare.
3675 * python/py-value.c (builtin_type_upylong): Define.
3676 (convert_value_from_python): Add logic for ulongest.
3677 (gdbpy_is_value_object): New function.
3678 * python/py-utils.c (get_addr_from_python): New function.
3679 * python/py-frame.c (frame_info_to_frame_object): Return a PyObject.
3680 (gdbpy_selected_frame): Use PyObject over frame_info.
3681 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-inferior and
3682 py-infthread.
3683 (SUBDIR_PYTHON_SRCS): Likewise.
3684 (py-inferior.o): New Rule.
3685 (py-infthread.o): New Rule.
3686 * python/py-inferior.c: New File.
3687 * python/py-infthread.c: New File.
3688
98751a41
JK
36892010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3690
3691 * c-typeprint.c (c_type_print_base): For no fields check include also
3692 TYPE_TYPEDEF_FIELD_COUNT. Print new typedefs section.
3693 * dwarf2read.c (struct typedef_field_list)
3694 (struct field_info) <typedef_field_list, typedef_field_list_count>: New.
3695 (dwarf2_add_typedef): New.
3696 (read_structure_type): Call dwarf2_add_typedef for DW_TAG_typedef.
3697 Copy also FI.TYPEDEF_FIELD_LIST.
3698 * gdbtypes.h (struct typedef_field)
3699 (struct cplus_struct_type) <typedef_field, typedef_field_count>
3700 (TYPE_TYPEDEF_FIELD_ARRAY, TYPE_TYPEDEF_FIELD, TYPE_TYPEDEF_FIELD_NAME)
3701 (TYPE_TYPEDEF_FIELD_TYPE, TYPE_TYPEDEF_FIELD_COUNT): New.
3702
41f62f39
JK
37032010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3704
3705 * cp-namespace.c (cp_lookup_nested_type): New variable
3706 concatenated_name. Turn the current return condition into a reverse
3707 one. Call also lookup_static_symbol_aux on the constructed qualified
3708 name.
3709 * symtab.c (lookup_symbol_aux): Move variable objfile and searching in
3710 other files into a called ...
3711 (lookup_static_symbol_aux): ... new function here.
3712 * symtab.h (lookup_static_symbol_aux): New prototype.
3713 * valops.c (value_maybe_namespace_elt): Call also
3714 lookup_static_symbol_aux if we failed otherwise.
3715
af53d231
JK
37162010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3717
3718 Fix PR c++/11703 and PR gdb/1448.
3719 * c-exp.y (yylex) <last_was_coloncolon && first_was_coloncolon>: Add
3720 FIRST_ITER check.
3721
9655fd1a
JK
37222010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3723
3724 Fix modification of cplus_struct_default.
3725 * dwarf2read.c (dwarf2_add_member_fn) <no DW_AT_vtable_elem_location>:
3726 Call ALLOCATE_CPLUS_STRUCT_TYPE.
3727 * gdbtypes.c (cplus_struct_default): New empty initializer, comment it.
3728
9279c692
JB
37292010-06-28 Joel Brobecker <brobecker@adacore.com>
3730
3731 * NEWS: Add entry announcing the python directory.
3732
d3f41bb1
TT
37332010-06-28 Tom Tromey <tromey@redhat.com>
3734
3735 * dwarf2read.c (read_structure_type): Allocate null cleanup later.
3736
23e7acfb
DE
37372010-06-28 Doug Evans <dje@google.com>
3738
3739 * breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
3740 All callers updated.
3741
6036c742
JK
37422010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3743
3744 * cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
3745 obstack_begin after each obstack_free.
3746
9f18a3b3
DE
37472010-06-27 Doug Evans <dje@google.com>
3748
1596cb5d
DE
3749 * value.c (value_static_field): Use `switch' instead of `if'.
3750 Assert-fail if passed invalid TYPE_FIELD_LOC_KIND.
3751
9f18a3b3
DE
3752 * valops.c (search_struct_field): Fix typo in error message.
3753
43dabe42
UW
37542010-06-26 Ulrich Weigand <uweigand@de.ibm.com>
3755
3756 * dwarf2expr.c (execute_stack_op): Place preprocessor
3757 directives at the start of the source line.
3758
0f3bb72e
PH
37592010-06-25 Paul Hilfinger <hilfinger@adacore.com>
3760
6036c742
JK
3761 * defs.h (make_command_stats_cleanup): Declare.
3762 (set_display_time): Declare.
3763 (set_display_space): Declare.
3764 * event-top.c (command_handler): Use make_command_stats_cleanup.
3765 * main.c (display_time, display_space): Move definitions to utils.c.
3766 (captured_main): Use make_command_stats_cleanup to get start-up
3767 statistics.
3768 Use set_display_time and set_display_space for processing OPT_STATISTICS
3769 case.
3770 * maint.c (maintenance_time_display): Use set_display_time.
3771 (maintenance_space_display): Use set_display_space.
3772 * top.c (execute_command): Remove obsolete 'maint time' code.
3773 (command_loop): Use make_command_stats_cleanup.
3774 * utils.c (struct cmd_stats): Structure for storing initial time
3775 and space usage.
3776 (display_time, display_space): Move definitions here from utils.c.
3777 (set_display_time): New function.
3778 (set_display_space): New function.
3779 (make_command_stats_cleanup): New function.
3780 (report_command_stats): New auxiliary function for
3781 make_command_stats_cleanup.
0f3bb72e 3782
070c8028
UW
37832010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
3784
3785 * solib-spu.c (append_ocl_sos): Fix xsnprintf statement for
3786 hosts where CORE_ADDR is long long.
3787
bc9f0842
TT
37882010-06-25 Tom Tromey <tromey@redhat.com>
3789
3790 PR python/10808:
3791 * python/python.c (execute_gdb_command): Add keywords. Accept
3792 "to_string" argument.
3793 (struct restore_ui_file_closure): New.
3794 (restore_ui_file): New function.
3795 (make_cleanup_restore_ui_file): Likewise.
3796 (GdbMethods) <execute>: Update.
3797
c0cc4c83
UW
37982010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
3799
3800 * s390-tdep.c (s390_push_dummy_call): Error on stack overflow
3801 during inferior call stack frame setup.
3802
f1d8ee66
UW
38032010-06-25 Ken Werner <ken.werner@de.ibm.com>
3804
3805 * solib-spu.c: Include "exception.h".
3806 (ocl_program_data_key): New variable.
3807 (append_ocl_sos): New function.
3808 (ocl_enable_break): Likewise.
3809 (spu_current_sos): Call append_ocl_sos.
3810 (spu_solib_loaded): Call ocl_enable_break.
3811 (_initialize_spu_solib): Register ocl_program_data_key.
3812
19c0c0f8
UW
38132010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
3814
3815 * cp-support.c (reset_directive_searched): New function.
3816 (make_symbol_overload_list_using): Prevent recursive calls.
3817
0f6a939d
PM
38182010-06-25 Phil Muldoon <pmuldoon@redhat.com>
3819
3820 * printcmd.c (print_variable_and_value): Print error message on
3821 caught exception.
3822
f2c7657e
UW
38232010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
3824
3825 * dwarf2expr.h (struct dwarf_value_location): Use ULONGEST as type
3826 of stack values.
3827 (struct dwarf_expr_piece): Rename "expr" member to "mem". Add new
3828 "value" member.
3829 (dwarf_expr_push): Change input type to ULONGEST.
3830 (dwarf_expr_fetch): Change return type to ULONGEST.
3831 (dwarf_expr_fetch_address): Add prototype.
3832 (dwarf2_read_address): Remove prototype.
3833 * dwarf2expr.c (dwarf_expr_push): Use ULONGEST as type of stack values.
3834 Truncate stack values to ctx->addr_size bytes.
3835 (dwarf_expr_fetch): Change return value to ULONGEST.
3836 (dwarf_expr_fetch_address): New function.
3837 (add_piece): Use dwarf_expr_fetch_address instead of dwarf_expr_fetch
3838 when appropriate. Update for struct dwarf_expr_piece changes.
3839 (dwarf2_read_address): Remove.
3840 (unsigned_address_type): Remove.
3841 (signed_address_type): Remove.
3842 (execute_stack_op): Use dwarf_expr_fetch_address instead of
3843 dwarf_expr_fetch when appropriate. Use ULONGEST as type of stack
3844 values. Perform operations on ULONGEST instead of on GDB values,
3845 sign-extending from ctx->addr_size bytes as needed. Read DW_OP_addr
3846 values and DW_OP_deref results as unsigned integers.
3847 * dwarf2loc.c (read_pieced_value): Update for struct dwarf_expr_piece
3848 changes.
3849 (write_pieced_value): Likewise.
3850 (dwarf2_evaluate_loc_desc): Use dwarf_expr_fetch_address instead of
3851 dwarf_expr_fetch when appropriate.
3852 (compile_dwarf_to_ax): Read DW_OP_addr values as unsigned integers.
3853 * dwarf2-frame.c (execute_stack_op): Use dwarf_expr_fetch_address
3854 instead of dwarf_expr_fetch when appropriate.
3855
b1d61bc9
PM
38562010-06-25 Pierre Muller <muller@ics.u-strasbg.fr>
3857
3858 * c-typeprint.c (c_print_typedef): Append new type name for typedefs.
3859
b14285f6
JB
38602010-06-24 Joel Brobecker <brobecker@adacore.com>
3861
3862 * python/python.c (_initialize_python): Add new "constant"
3863 PYTHONDIR in gdb module. Insert this path at the head of
3864 sys.path. Set gdb.__path__ to gdb.PYTHONDIR + '/gdb' and
3865 exec its __init__.py script if it exists in that directory.
3866
fd60dc69
KB
38672010-06-24 Kevin Buettner <kevinb@redhat.com>
3868
3869 * rx-tdep.c (RX_ACC_REGNUM): Define.
3870 (RX_NUM_REGS): Redefine to 26.
3871 (rx_register_name): Add register "acc". Change order of several
3872 registers. Change name of "vct" register to "fintv" to match RX
3873 documentation.
3874 (rx_register_type): Add case for RX_ACC_REGNUM.
3875
18430289
TT
38762010-06-24 Tom Tromey <tromey@redhat.com>
3877
3878 * psymtab.c (lookup_partial_symbol): Mark definition as static.
3879
40618926
JK
38802010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3881 Tom Tromey <tromey@redhat.com>
3882
3883 Fix GDB startup on readonly filesystem.
3884 * charset.c (find_charset_names): Use PEX_USE_PIPES for pex_init.
3885
628fe4e4
JK
38862010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3887 Pedro Alves <pedro@codesourcery.com>
3888
3889 Fix PR 9436.
3890 * breakpoint.c (handle_jit_event): New function.
3891 (bpstat_what): Remove enum class, kc, ss, sn, sgl, slr, clr, sr, shl,
3892 jit, err, table and bs_class. New variables shlib_event, jit_event,
3893 this_action and bptype. Change bs_class assignments to this_action
3894 assignments. new unhandled bptype internal error. Move here
3895 shlib_event and jit_event handling from handle_inferior_event.
3896 * breakpoint.h (enum bpstat_what_main_action): Extend the comment.
3897 Reorder items. Remove BPSTAT_WHAT_CHECK_SHLIBS and
3898 BPSTAT_WHAT_CHECK_JIT.
3899 * inferior.h (debug_infrun, stop_on_solib_events): New declarations.
3900 * infrun.c (debug_infrun, stop_on_solib_events): Remove static.
3901 (handle_inferior_event): Reinitialize frame and gdbarch after
3902 bpstat_what call. Move BPSTAT_WHAT_CHECK_SHLIBS and
3903 BPSTAT_WHAT_CHECK_JIT handling to bpstat_what. Reinitialize even
3904 gdbarch when frame gets reinitialized.
3905
f1421989
HZ
39062010-06-24 Hui Zhu <teawater@gmail.com>
3907
3908 * printcmd.c (ui_printf): New function.
3909 (printf_command): Call ui_printf.
3910 (_initialize_printcmd): New command "eval".
3911
d03285ec
UW
39122010-06-23 Ulrich Weigand <uweigand@de.ibm.com>
3913
3914 * infrun.c (handle_inferior_event): Handle presence of single-step
3915 breakpoints for TARGET_WAITKIND_FORKED and TARGET_WAITKIND_VFORKED.
3916 Cancel single-step breakpoints for TARGET_WAITKIND_EXITED,
3917 TARGET_WAITKIND_SIGNALED, and TARGET_WAITKIND_EXECD.
3918 * breakpoint.c (detach_single_step_breakpoints): New function.
3919 (detach_breakpoints): Call it.
3920 (cancel_single_step_breakpoints): New function.
3921 * breakpoint.h (cancel_single_step_breakpoints): Add prototype.
3922
3923 * spu-tdep.c (spu_memory_remove_breakpoint): New function.
3924 (spu_gdbarch_init): Install it.
3925
38f6b338
JK
39262010-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3927
3928 * configure.ac: Always set RDYNAMIC at least as `-rdynamic'.
3929 * configure: Regenerate.
3930
bb08c432
HZ
39312010-06-22 Hui Zhu <teawater@gmail.com>
3932
3933 * i386-tdep.c (i386_record_lea_modrm): Change warning to query.
3934 (i386_process_record): Ditto.
3935 * record.c (record_memory_query): New variable.
3936 (_initialize_record): New command "set record memory-query".
3937 * record.h (record_memory_query): New extern.
3938
b55078be
DE
39392010-06-21 Doug Evans <dje@google.com>
3940
3941 * i386-tdep.h (i386_displaced_step_copy_insn): Declare.
3942 * i386-tdep.c (i386_displaced_step_copy_insn): New function.
3943 (i386_syscall_p): Change type of lengthp to int.
3944 (i386_displaced_step_fixup): Handle kernels that run one past a
3945 syscall insn.
3946 * i386-linux-tdep.c (i386_linux_init_abi): Use
3947 i386_displaced_step_copy_insn instead of
3948 simple_displaced_step_copy_insn.
3949
75079b2b
TT
39502010-06-21 Tom Tromey <tromey@redhat.com>
3951
3952 * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
3953 (dwarf_type_encoding_name): Likewise.
3954
b00fdb78
TT
39552010-06-21 Tom Tromey <tromey@redhat.com>
3956
3957 * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.
3958 * p-typeprint.c (pascal_type_print_base): Use TYPE_ERROR_NAME.
3959 * m2-valprint.c (m2_val_print): Use TYPE_ERROR_NAME.
3960 * gdbtypes.h (TYPE_ERROR_NAME): New macro.
3961 * f-valprint.c (f_val_print): Use TYPE_ERROR_NAME.
3962 * f-typeprint.c (f_type_print_base): Use TYPE_ERROR_NAME.
3963 * dwarf2read.c (tag_type_to_type): Create a new error type on
3964 failure.
3965 * c-valprint.c (c_val_print): Use TYPE_ERROR_NAME.
3966 * c-typeprint.c (c_type_print_base): Use TYPE_ERROR_NAME.
3967
84951ab5
MS
39682010-06-21 Michael Snyder <msnyder@vmware.com>
3969
889bf7c5 3970 * breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd,
84951ab5
MS
3971 not add_abbrev_prefix_cmd, for "enable breakpoints".
3972
d4a087c7
UW
39732010-06-21 Ulrich Weigand <uweigand@de.ibm.com>
3974
3975 * dwarf2loc.c (find_location_expression): Add relocation offset
3976 to base-address-selection entry base addresses. Read addresses
3977 (and offsets) as signed/unsigned integers, depending on the
3978 BFD's sign_extend_vma flag. Do not call dwarf2_read_address.
3979 (loclist_describe_location): Likewise.
3980 (disassemble_dwarf_expression): Read DW_OP_addr operand as
3981 unsigned integer. Do not call dwarf2_read_address.
3982 (locexpr_describe_location): Likewise for DW_OP_GNU_push_tls_address.
3983
13def385
UW
39842010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
3985
3986 * spu-tdep.c (spu_frame_unwind_cache): Use LSLR register
3987 value instead of hard-coded SPU_LS_SIZE.
3988 (spu_software_single_step): Likewise.
3989 * spu-tdep.h (SPU_LS_SIZE): Remove.
3990
d2ed6730
UW
39912010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
3992
3993 * spu-multiarch.c (spu_xfer_partial): Wrap around local store
3994 limit on local store memory accesses.
3995 * spu-linux-nat.c (spu_xfer_partial): Likewise.
3996 * spu-tdep.c (spu_lslr): Remove.
3997 (spu_pointer_to_address): Do not truncate addresses.
3998 (spu_integer_to_address): Likewise.
3999 (spu_overlay_new_objfile): Use SPU_OVERLAY_LMA.
4000 * spu-tdep.h: Add comments.
4001 (SPUADDR_SPU): Respect SPU_OVERLAY_LMA bit.
4002 (SPU_OVERLAY_LMA): Define.
4003
6aed2dbc
SS
40042010-06-18 Stan Shebs <stan@codesourcery.com>
4005
a61408f8
SS
4006 * osdata.c (get_osdata): Warn separately if target does not report
4007 type list.
4008 (info_osdata_command): Allow empty type, report error if target
4009 does not return available types of OS data.
4010 * linux-nat.c (linux_nat_xfer_osdata): Report list of OS data
4011 types if no annex supplied.
4012
6aed2dbc
SS
4013 * thread.c (thread_id_make_value): Make a value representing the
4014 current thread.
4015 (_initialize_thread): Create $_thread.
4016
ec61707d
JB
40172010-06-17 Joel Brobecker <brobecker@adacore.com>
4018
4019 * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
4020 last local variable declaration. No real code change.
4021
60606b2c
TT
40222010-06-17 Tom Tromey <tromey@redhat.com>
4023
4024 * dwarf2read.c (psymtabs_addrmap_cleanup): New function.
4025 (dwarf2_build_psymtabs_hard): Use it. Create addrmap on a
4026 temporary obstack.
4027
65d79d4b
SDJ
40282010-06-16 Sergio Durigan Junior <sergiodj@redhat.com>
4029 Jan Kratochvil <jan.kratochvil@redhat.com>
4030
4031 * breakpoint.c: Include parser-defs.h.
4032 (watchpoint_exp_is_const): New function.
4033 (watch_command_1): Call watchpoint_exp_is_const to check
4034 if the expression is constant.
4035
0407b3f1
AS
40362010-06-15 Andreas Schwab <schwab@linux-m68k.org>
4037
4038 * configure.ac: Check for RDYNAMIC also for cross builds.
4039 * configure: Regenerate.
4040
98d64339
PA
40412010-06-15 Pedro Alves <pedro@codesourcery.com>
4042
4043 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
4044 (SFILES): Remove solib-null.c, add solib-target.c.
4045 (COMMON_OBS): Remove solib-null.o, add solib-target.o.
4046 (ALLDEPFILES): Remove solib-target.c.
4047 * solib-target.c (_initialize_solib_target): Set
4048 current_target_so_ops to solib_target_so_ops if not already set.
4049 * solib-null.c: Delete.
4050
6a271cae
PA
40512010-06-14 Pedro Alves <pedro@codesourcery.com>
4052
4053 * NEWS: Mention GDBserver's JIT compilation of tracepoint
4054 bytecode.
4055
1e9beacb
UW
40562010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
4057
4058 * cp-valprint.c (cp_print_static_field): Members of
4059 dont_print_stat_array_obstack are of type "struct type *".
4060 (_initialize_cp_valprint): Likewise.
4061
21a176fb
UW
40622010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
4063
4064 * frame.c (frame_register_unwind): Do not access contents
4065 of "optimized out" unwound register value.
4066
25b524e8
JK
40672010-06-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4068
4069 * ada-lang.h (ada_print_type): Make varstring const.
4070 * ada-typeprint.c (print_func_type): Make name const.
4071 (ada_print_type): Make varstring const.
4072 * c-lang.h (c_print_type): Make varstring const.
4073 * c-typeprint.c (c_print_type): Likewise.
4074 * f-lang.h (f_print_type): Likewise.
4075 * f-typeprint.c (f_print_type): Likewise.
4076 * jv-lang.h (java_print_type): Likewise.
4077 * jv-typeprint.c (java_print_type): Likewise.
4078 * language.c (unk_lang_print_type): Likewise.
4079 * language.h (struct language_defn) <la_print_type>: Likewise.
4080 * m2-lang.h (m2_print_type): Likewise.
4081 * m2-typeprint.c (m2_print_type): Likewise.
4082 * p-lang.h (pascal_print_type): Likewise.
4083 * p-typeprint.c (pascal_print_type): Likewise.
4084
d914c394
SS
40852010-06-11 Stan Shebs <stan@codesourcery.com>
4086
4087 Add per-operation permission flags.
4088
4089 * target.h (struct target_ops): New method to_set_permissions.
4090 (target_set_permissions): New macro.
4091 (target_insert_breakpoint): Change macro to function.
4092 (target_remove_breakpoint): Ditto.
4093 (target_stop): Ditto.
4094 (may_write_registers): Declare.
4095 (may_write_memory): Declare.
4096 (may_insert_breakpoints): Declare.
4097 (may_insert_tracepoints): Declare.
4098 (may_insert_fast_tracepoints): Declare.
4099 (may_stop): Declare.
4100 * target.c (may_write_registers, may_write_registers_1): New globals.
4101 (may_write_memory, may_write_memory_1): New globals.
4102 (may_insert_breakpoints, may_insert_breakpoints_1): New globals.
4103 (may_insert_tracepoints, may_insert_tracepoints_1): New globals.
4104 (may_insert_fast_tracepoints, may_insert_fast_tracepoints_1): New
4105 globals.
4106 (may_stop, may_stop_1): New global.
4107 (target_xfer_partial): Test for write permission.
4108 (target_store_registers): Ditto.
4109 (target_insert_breakpoint): New function.
4110 (target_remove_breakpoint): New function.
4111 (target_stop): New function.
4112 (_initialize_targets): Add new set/show variables.
4113 (set_write_memory_permission): New function.
4114 (update_target_permissions): New function.
4115 (set_target_permissions): New function.
4116 (update_current_target): Default to_set_permissions.
4117 (_initialize_targets): Use new globals and setter function.
4118 * tracepoint.c (start_tracing): Test for permission.
4119 * inferior.h (update_observer_mode): Declare.
4120 * infrun.c (non_stop_1): Define earlier.
4121 (observer_mode, observer_mode_1): New globals.
4122 (set_observer_mode, show_observer_mode): New functions.
4123 (update_observer_mode): New function.
4124 (_initialize_infrun): Define "set observer" command.
4125 * remote.c (PACKET_QAllow): New optional packet.
4126 (remote_protocol_features): Add QAllow.
4127 (remote_set_permissions): New function.
4128 (remote_start_remote): Call it.
4129 (init_remote_ops): Add it to target vector.
4130 (_initialize_remote): Add config command for QAllow.
4131
aec5aa8b
TT
41322010-06-11 Tom Tromey <tromey@redhat.com>
4133
4134 * dwarf2read.c (dwarf2_add_member_fn): Handle correct form of
4135 DW_AT_vtable_elem_location even when GCC extension is seen.
4136
0e03807e
TT
41372010-06-11 Tom Tromey <tromey@redhat.com>
4138
4139 PR gdb/9977, PR exp/11636:
4140 * value.h (value_offset): Update.
4141 (struct lval_funcs) <check_validity>: New field.
4142 <copy_closure>: Make argument const.
4143 (value_computed_closure): Update.
4144 (value_contents_for_printing): Declare.
4145 (value_bits_valid): Likewise.
4146 (val_print): Likewise.
4147 (set_value_component_location): Update.
4148 (value_entirely_optimized_out): Declare.
4149 * value.c (value_offset): Argument now const.
4150 (require_not_optimized_out): New function.
4151 (value_contents_for_printing): New function.
4152 (value_contents_all): Call require_not_optimized_out.
4153 (value_contents): Likewise.
4154 (value_bits_valid): New function.
4155 (value_computed_closure): Argument now const.
4156 (set_value_component_location): Make 'whole' argument const.
4157 (value_entirely_optimized_out): New function.
4158 (value_bitsize): Argument now 'const'.
4159 (value_bitpos): Likewise.
4160 (value_type): Likewise.
4161 * valprint.h (val_print_array_elements): Update.
4162 * valprint.c (val_print): Add 'val' argument. Use
4163 valprint_check_validity.
4164 (valprint_check_validity): New function.
4165 (value_check_printable): Use value_entirely_optimized_out.
4166 (common_val_print): Update.
4167 (value_print): Likewise.
4168 (val_print_array_elements): Add 'val' argument.
4169 * valops.c (value_fetch_lazy): Use value_contents_for_printing,
4170 value_bits_valid. Reinit frame cache for lval_computed.
4171 * sh64-tdep.c (sh64_do_register): Update.
4172 * scm-valprint.c (scm_val_print): Add 'val' argument.
4173 * scm-lang.h (scm_val_print): Update.
4174 * python/python.h (apply_val_pretty_printer): Update.
4175 * python/py-prettyprint.c (apply_val_pretty_printer): Add 'val'
4176 argument. Call set_value_component_location.
4177 * printcmd.c (print_scalar_formatted): Update.
4178 * p-valprint.c (pascal_val_print): Add 'val' argument.
4179 (pascal_object_print_value_fields): Likewise.
4180 (pascal_object_print_value): Likewise.
4181 (pascal_object_print_static_field): Update.
4182 * p-lang.h (pascal_val_print): Update.
4183 (pascal_object_print_value_fields): Update.
4184 * mt-tdep.c (mt_registers_info): Update.
4185 * mi/mi-main.c (get_register): Update.
4186 (mi_cmd_data_evaluate_expression): Use common_val_print.
4187 * m2-valprint.c (m2_print_array_contents): Add 'val' argument.
4188 (m2_print_unbounded_array): Likewise.
4189 (m2_val_print): Likewise.
4190 * m2-lang.h (m2_val_print): Update.
4191 * language.h (struct language_defn) <la_val_print>: Add 'val'
4192 argument.
4193 (LA_VAL_PRINT): Likewise.
4194 * language.c (unk_lang_val_print): Add 'val' argument.
4195 * jv-valprint.c (java_print_value_fields): Add 'val' argument.
4196 (java_val_print): Likewise.
4197 * jv-lang.h (java_val_print): Add 'val' argument.
4198 * infcmd.c (default_print_registers_info): Update.
4199 * f-valprint.c (f77_print_array_1): Add 'val' argument.
4200 (f77_print_array): Likewise.
4201 (f_val_print): Likewise.
4202 * f-lang.h (f_val_print): Add 'val' argument.
4203 * dwarf2loc.c (read_pieced_value): Use value_bitsize and
4204 value_bitpos.
4205 <DWARF_VALUE_OPTIMIZED_OUT>: Don't print warning. Call
4206 set_value_optimized_out.
4207 (write_pieced_value): Use value_bitsize and value_bitpos.
4208 <default>: Don't exit loop.
4209 (check_pieced_value_validity): New function.
4210 (pieced_value_funcs): Reference check_pieced_value_validity,
4211 check_pieced_value_invalid.
4212 (copy_pieced_value_closure): Update.
4213 (check_pieced_value_bits): New function.
4214 (check_pieced_value_invalid): New function.
4215 * d-valprint.c (dynamic_array_type): Add 'val' argument.
4216 (d_val_print): Likewise.
4217 * d-lang.h (d_val_print): Update.
4218 * cp-valprint.c (cp_print_value_fields): Add 'val' argument.
4219 (cp_print_value_fields_rtti): Likewise.
4220 (cp_print_value): Likewise.
4221 (cp_print_static_field): Update.
4222 * c-valprint.c (c_val_print): Add 'val' argument.
4223 (c_value_print): Update.
4224 * c-lang.h (c_val_print): Update.
4225 (cp_print_value_fields): Likewise.
4226 (cp_print_value_fields_rtti): Likewise.
4227 * ada-valprint.c (struct ada_val_print_args): Remove.
4228 (val_print_packed_array_elements): Add 'val' argument.
4229 (ada_val_print): Likewise. Rewrite.
4230 (ada_val_print_stub): Remove.
4231 (ada_val_print_array): Add 'val' argument.
4232 (ada_val_print_1): Likewise.
4233 (print_variant_part): Likewise.
4234 (ada_value_print): Update.
4235 (print_record): Add 'val' argument.
4236 (print_field_values): Likewise.
4237 * ada-lang.h (ada_val_print): Update.
4238
3cf03773
TT
42392010-06-11 Tom Tromey <tromey@redhat.com>
4240
4241 * vec.h (VEC_cleanup): New macro.
4242 (DEF_VEC_ALLOC_FUNC_I): Update.
4243 (DEF_VEC_ALLOC_FUNC_P): Likewise.
4244 (DEF_VEC_ALLOC_FUNC_O): Likewise.
4245 * dwarf2loc.c (struct axs_var_loc): Remove.
4246 (unimplemented): New function.
4247 (translate_register): Likewise.
4248 (access_memory): Likewise.
4249 (compile_dwarf_to_ax): Likewise.
4250 (dwarf2_tracepoint_var_loc): Remove.
4251 (dwarf2_tracepoint_var_access): Likewise.
4252 (dwarf2_tracepoint_var_ref): Likewise.
4253 (locexpr_tracepoint_var_ref): Use compile_dwarf_to_ax.
4254 (loclist_tracepoint_var_ref): Likewise.
4255 * dwarf2expr.h (dwarf_expr_require_composition): Declare.
4256 * dwarf2expr.c (dwarf_expr_require_composition): Rename from
4257 require_composition. No longer static.
4258 (execute_stack_op): Update.
4259 * ax-gdb.h (trace_kludge): Declare.
4260
2bdf28a0
JK
42612010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4262
4263 * breakpoint.c (breakpoint_restore_shadows): New OWNER comment.
4264 (should_be_inserted): Return zero also on NULL OWNER.
4265 (breakpoint_program_space_exit): New OWNER comment.
4266 (insert_breakpoint_locations): Extend comment for OWNER.
4267 (remove_breakpoint_1, remove_breakpoint): Assert on OWNER.
4268 (breakpoint_init_inferior, breakpoint_here_p, breakpoint_thread_match):
4269 New OWNER comment.
4270 (print_it_typical): Return PRINT_UNKNOWN on NULL OWNER.
4271 (watchpoint_check): New assert on BREAKPOINT_AT and OWNER.
4272 (bpstat_check_location): New assert on OWNER.
4273 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions): Move BL
4274 and B initializations to the code block. New assert on them.
4275 (print_one_breakpoint_location): New OWNER comment.
4276 (watchpoint_locations_match): Assert on OWNER.
4277 (breakpoint_locations_match): Move HW_POINT1 and HW_POINT2
4278 initializations to the code block. New assert on OWNER.
4279 (set_breakpoint_location_function): New assert on OWNER.
4280 (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib)
4281 (bp_location_compare, update_global_location_list)
4282 (update_global_location_list): New OWNER comment.
4283
5b9a19af
UW
42842010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4285
4286 * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
4287
669211f5
UW
42882010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4289
4290 * config/nm-linux.h (struct target_ops): Remove forward declaration.
4291 (lin_thread_get_thread_signals): Remove prototype.
4292 (GET_THREAD_SIGNALS): Remove.
4293 * linux-nat.h (lin_thread_get_thread_signals): Add prototype.
4294 * linux-thread-db.c (check_thread_signals): Directly call
4295 lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
4296
b7a8b4ef
UW
42972010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4298
4299 * gregset.h (GDB_FPXREGSET_T): Remove.
4300 (gdb_fpxregset_t): Likewise.
4301 (supply_fpxregset): Remove prototype.
4302 (fill_fpxregset): Likewise.
4303 * i386-linux-nat.c (supply_fpxregset): Remove.
4304 (fill_fpxregset): Likewise.
4305 (fetch_fpxregs): Inline supply_fpxregset call.
4306 (store_fpxregs): Inline fill_fpxregset call.
4307
4308 * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
4309 * config/i386/nm-linux.h: Remove file.
4310
82892036
MS
43112010-06-09 Michael Snyder <msnyder@vmware.com>
4312
4313 * target.c (update_current_target): Fix spelling error in comment.
4314 (target_mourn_inferior): Fix spelling error in error message.
4315
5ddb52fa
PH
43162010-06-08 Paul Hilfinger <hilfingr@adacore.com>
4317
4318 * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
4319 SYMBOL_SEARCH_NAME, not SYMBOL_BEST_NAME, in comments.
4320
0f2caa1b
MS
43212010-06-08 Michael Snyder <msnyder@vmware.com>
4322
4323 * remote.c (remote_close): Set inferior_ptid to null_ptid.
4324
3bebe2f2
JK
43252010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4326
4327 * configure.ac <"${have_libpython}" != no>: New workaround of
4328 python#4434.
4329 * configure: Regenerate.
4330
eaaffdf4
HZ
43312010-06-08 Hui Zhu <teawater@gmail.com>
4332
4333 * record.c (record_wait): Move signal out of replay code.
4334
5c631832
JK
43352010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4336
4337 Fix PR 10640.
4338 * dwarf2-frame.c (no_dwarf_call): New function.
4339 (execute_stack_op): Set CTX->DWARF_CALL.
4340 * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.
4341 * dwarf2expr.h (struct dwarf_expr_context) <dwarf_call>: New.
4342 (struct dwarf_expr_context) <get_subr>: Remove the #if0-ed field.
4343 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call): New functions.
4344 (dwarf2_evaluate_loc_desc): Initialize CTX->DWARF_CALL.
4345 (needs_frame_dwarf_call): New function.
4346 (dwarf2_loc_desc_needs_frame): Initialize CTX->DWARF_CALL.
4347 * dwarf2read.c (follow_die_offset): Based on former follow_die_ref.
4348 Update the comment. Move variables die, offset and error call to ...
4349 (follow_die_ref): ... a new function.
4350 (dwarf2_fetch_die_location_block): New function.
4351 * dwarf2loc.h (dwarf2_fetch_die_location_block): New prototype.
4352
17ea53c3
JK
43532010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4354
4355 * dwarf2loc.c (struct dwarf_expr_baton) Replace objfile by per_cu.
4356 (dwarf_expr_tls_address): Use per_cu instead of objfile.
4357 (dwarf2_evaluate_loc_desc): Drop initialization of BATON.OBJFILE.
4358 Initialize new BATON.PER_CU. Adjust CTX->GDBARCH initialization for
4359 this change.
4360 (struct needs_frame_baton): New field per_cu.
4361 (dwarf2_loc_desc_needs_frame): Initialize new BATON.PER_CU.
4362 * dwarf2read.c (struct dwarf2_per_cu_data) <cu>: Extend the comment.
4363
245040d7
SW
43642010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
4365
4366 * cp-support.c (make_symbol_overload_list_namespace): Only search
4367 static and global blocks.
4368 (make_symbol_overload_list_block): New function.
4369 (make_symbol_overload_list): Separate namespace search from block
4370 search.
4371 (make_symbol_overload_list_qualified): Use
4372 make_symbol_overload_list_block.
4373
4c3376c8
SW
43742010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
4375
4376 * value.h: Created oload_search_type enum.
4377 (find_overload_match): Use oload_search_type enum.
4378 * valops.c (find_overload_match): Support combined member and
4379 non-member search.
4380 * eval.c (evaluate_subexp_standard): Calls to
4381 find_overload_match now use oload_search_type enum.
4382 (oload_method_static): Verify index is a proper value.
4383 * valarith.c (value_user_defined_cpp_op): Search for and handle
4384 both member and non-member operators.
4385 (value_user_defined_cpp_op): New function.
4386 (value_user_defined_op): New function.
4387 (value_x_unop): Use value_user_defined_op.
4388 (value_x_binop): Ditto.
4389 * cp-support.c (make_symbol_overload_list_using): Added block
4390 iteration.
4391 Add check for namespace aliases and imported declarations.
4392
ee55da67
JK
43932010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4394
4395 * breakpoint.h (owner): Extend the comment.
4396
1a2ab13a
JK
43972010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4398
4399 Clear stale specific bp_location from former whole breakpoint.
4400 * breakpoint.c (delete_breakpoint): Move the stale referencing clear
4401 code ...
4402 (free_bp_location): ... here. Rename there the called function to
4403 bpstat_remove_bp_location_callback.
4404 (bpstat_remove_breakpoint_callback): Rename to ...
4405 (bpstat_remove_bp_location_callback): ... here, change DATA resolution
4406 to struct bp_location. Change the called function to
4407 bpstat_remove_bp_location. Create new declaration for the function.
4408 (bpstat_remove_breakpoint): Rename to ...
4409 (bpstat_remove_bp_location): ..., change the parameter to loc, adjust
4410 code for the new parameter type.
4411
16d6b4b7
NS
44122010-06-07 Nathan Sidwell <nathan@codesourcery.com>
4413
4414 * README: Make version-agnostic.
4415
7e314c57
JK
44162010-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4417
4418 Fix duplicate types for single DIE.
4419 * dwarf2read.c (read_structure_type): Move set_descriptive_type after
4420 set_die_type.
4421 (read_array_type): Remove type initialization. Recheck get_die_type
4422 after initial die_type. Move set_die_type before set_descriptive_type.
4423 (read_set_type): New variable domain_type. Recheck get_die_type after
4424 initial die_type. Move attr initialization later.
4425 (read_tag_pointer_type, read_tag_reference_type): New variable
4426 target_type. Recheck get_die_type after initial die_type.
4427 (read_tag_ptr_to_member_type): Recheck get_die_type after initial
4428 die_type and die_containing_type.
4429 (read_tag_const_type, read_tag_volatile_type, read_subroutine_type):
4430 Recheck get_die_type after initial die_type.
4431 (read_subrange_type): Recheck get_die_type after initial die_type.
4432 Move set_die_type before set_descriptive_type.
4433 (set_die_type): Extend the function comment. Call complaint if DIE has
4434 some type already set.
4435
2f296114
VP
44362010-06-05 Vladimir Prus <vladimir@codesourcery.com>
4437
4438 * mi/mi-main.c (mi_cmd_list_thread_groups): Adjust
4439 for current naming of thread groups (iN, not N).
4440
554794dc
SDJ
44412010-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
4442
4443 * ada-lang.c (ada_operator_length): Constify `struct expression'.
4444 * parse.c (operator_length): Likewise.
4445 (operator_length_standard): Likewise.
4446 * parser-defs.h (operator_length): Likewise.
4447 (operator_length_standard): Likewise.
4448 (struct exp_descriptor <operator_length>): Likewise.
4449
967cf477
DE
44502010-06-04 Doug Evans <dje@google.com>
4451
bddaacb9 4452 Add support for enabling/disabling individual pretty-printers.
967cf477
DE
4453 * python/py-prettyprint.c (search_pp_list): Skip disabled printers.
4454 * python/python-internal.h (gdbpy_enabled_cst): Declare.
4455 * python/python.c (gdbpy_enabled_cst): Define.
4456 (_initialize_python): Initialize gdbpy_enabled_cst.
4457 * NEWS: Add entry.
4458
2dec564e
JK
44592010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4460
4461 * breakpoint.c (update_global_location_list): Fix comment typo.
4462
44b5680a
HZ
44632010-06-04 Hui Zhu <teawater@gmail.com>
4464
4465 * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
4466
e7a30f46
DE
44672010-06-03 Doug Evans <dje@google.com>
4468
4469 * configure.ac: Don't fail if python is unusable when
4470 configured with --with-python=auto.
4471 * configure: Regenerate.
4472
84b4420f
SW
44732010-06-03 Sami Wagiaalla <swagiaal@redhat.com>
4474
889bf7c5 4475 * dwarf2read.c (new_symbol): Remove redundant naming of symbol.
84b4420f 4476
df178451
PM
44772010-06-03 Pierre Muller <muller@ics.u-strasbg.fr>
4478
4479 * valprint.h (get_array_bounds): Change low and high parameter types
4480 to LONGEST *.
0407b3f1 4481 * valprint.c (get_array_bounds): Use get_discrete_bounds call to
df178451
PM
4482 compute bounds.
4483 (val_print_array_elements): Adapt to change above.
4484 * ada-valprint.c (print_optional_low_bound): Adapt to change above.
4485 * p-valprint.c (pascal_val_print): Likewise.
4486
fd5700c7
JK
44872010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4488
4489 * symfile.c (init_filename_language_table): New extensions .for, .FOR,
4490 .ftn, .FTN, .fpp, .FPP, .f90, .F90, .f95, .F95, .f03, .F03, .f08 and
4491 .F08.
4492
f55ee35c
JK
44932010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4494
4495 Support DW_TAG_module as separate namespaces.
4496 * dwarf2read.c (typename_concat): New parameter physname.
4497 (read_module_type): New function and declaration.
4498 (scan_partial_symbols): Scan also DW_TAG_module children.
4499 (partial_die_parent_scope): Accept scope even from DW_TAG_module. Pass
4500 to typename_concat backward compatible physname value 0.
4501 (partial_die_full_name, read_namespace_type): Pass to typename_concat
4502 backward compatible physname value 0.
4503 (add_partial_module, read_module): Remove FIXME comment.
4504 (process_die) <DW_TAG_module>: Set PROCESSING_HAS_NAMESPACE_INFO.
4505 (die_needs_namespace) <DW_TAG_variable>: Allow returning true even for
4506 DIEs under DW_TAG_module.
4507 (dwarf2_compute_name): Move the ada block for DW_AT_linkage_name and
4508 DW_AT_MIPS_linkage_name first, extend it for language_fortran
4509 && physname and return there instead of just setting NAME. Extend
4510 the main block for language_fortran. Pass physname parameter to the
4511 typename_concat call.
4512 (read_import_statement, read_func_scope, get_scope_pc_bounds)
4513 (load_partial_dies, determine_prefix): Support also DW_TAG_module.
4514 (new_symbol): Fill in cplus_specific.demangled_name if it is still
4515 missing from SYMBOL_SET_NAMES in the language_fortran case.
4516 (new_symbol) <DW_TAG_variable>: Force LOC_UNRESOLVED for gfortran module
4517 variables.
4518 (read_type_die) <DW_TAG_module>: New.
4519 (MAX_SEP_LEN): Increase to 7.
4520 (typename_concat): New parameter physname. New variable lead. Support
4521 also language_fortran.
4522 * f-exp.y (yylex): Consider : also as a symbol name character class.
4523 * f-lang.c: Include cp-support.h.
4524 (f_word_break_characters, f_make_symbol_completion_list): New functions.
4525 (f_language_defn): Use cp_lookup_symbol_nonlocal,
4526 f_word_break_characters and f_make_symbol_completion_list.
4527 * f-typeprint.c (f_type_print_base) <TYPE_CODE_MODULE>: New.
4528 * gdbtypes.h (enum type_code) <TYPE_CODE_MODULE>: New.
4529 * symtab.c (symbol_init_language_specific): Support language_fortran.
4530 (symbol_find_demangled_name): New comment on language_fortran.
4531 (symbol_natural_name, symbol_demangled_name): Use demangled_name even
4532 for language_fortran.
4533 (lookup_symbol_aux_local): Check imports also for language_fortran.
4534 (default_make_symbol_completion_list): Rename to ...
4535 (default_make_symbol_completion_list_break_on): ... this name. New
4536 parameter break_on, use it.
4537 (default_make_symbol_completion_list): New stub.
4538 * symtab.h (default_make_symbol_completion_list_break_on): New
4539 prototype.
4540
cb91c06a
JB
45412010-06-02 Joel Brobecker <brobecker@adacore.com>
4542
4543 * remote.c (remote_get_noisy_reply): Remove trailing "\n" in call
4544 to error.
4545
5c315b68
JK
45462010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4547
4548 * dwarf2read.c (typename_concat): Add const to the variable sep.
4549
9eae7c52
TT
45502010-06-02 Tom Tromey <tromey@redhat.com>
4551
4552 * dwarf2loc.h (dwarf2_per_cu_data): Declare.
4553 * dwarf2read.c (dwarf_stack_op_name): No longer static. Return
4554 type is const. Add 'def' argument. Add missing operators, remove
4555 unhandled ones.
4556 (decode_locdesc): Update.
4557 (dwarf2_always_disassemble): New global.
4558 (show_dwarf2_always_disassemble): New function.
4559 (_initialize_dwarf2_read): Add always-disassemble.
4560 (dwarf2_per_cu_offset_size): New function.
4561 * dwarf2loc.c (dwarf2_always_disassemble): Declare.
4562 (piece_end_p): New function.
4563 (locexpr_describe_location_piece): Replace 'size' argument with
4564 'end'. Use piece_end_p. Rewrite recognition of TLS. Recognize
4565 some constants. Remove errors.
4566 (disassemble_dwarf_expression): New function.
4567 (locexpr_describe_location_1): Use disassemble_dwarf_expression.
4568 Add 'offset_size' argument.
4569 (loclist_describe_location): Change output formatting.
4570 * dwarf2expr.h (dwarf_stack_op_name): Declare.
4571
7d3fe98e
SW
45722010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
4573
4574 * cp-support.c (make_symbol_overload_list_adl_namespace): Handle
4575 anonymous type case.
4576
e77813c8
PM
45772010-06-02 Pierre Muller <muller@ics.u-strasbg.fr>
4578
4579 * dwarf2read.c (read_subrange_type): Handle missing base type
4580 according to Dwarf-2 specifications.
4581
7cf3118a
SDJ
45822010-06-01 Sergio Durigan Junior <sergiodj@redhat.com>
4583
4584 * expprint.c (print_subexp_standard): Remove exp_opcodes BINOP_INCL,
4585 BINOP_EXCL.
4586 (op_name_standard): Remove exp_opcodes BINOP_INCL, BINOP_EXCL,
4587 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
4588 (dump_subexp_body_standard): Remove exp_opcodes BINOP_INCL,
4589 BINOP_EXCL, UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD,
4590 UNOP_CHMAX, UNOP_CHMIN.
4591 * expression.h (enum exp_opcode) <BINOP_INCL, BINOP_EXCL,
4592 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, UNOP_CHMAX,
4593 UNOP_CHMIN>: Remove opcodes.
4594
ae4d0c03
PM
45952010-06-01 Pierre Muller <muller@ics.u-strasbg.fr>
4596
4597 * dwarf2read.c (read_func_scope): Do not complain for
4598 external function if bounds are not found.
4599
fa593d66
PA
46002010-06-01 Pedro Alves <pedro@codesourcery.com>
4601
4602 * NEWS: Mention gdbserver fast tracepoints support.
4603
cd44747c
PM
46042010-05-31 Pierre Muller <muller@ics.u-strasbg.fr>
4605
4606 * windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):
4607 New macros.
4608 (windows_set_console_info): New function.
4609 (windows_create_inferior): Call windows_set_console_info
4610 if NEW_CONSOLE is true.
4611 (bad_GetCurrentConsoleFont, bad_GetConsoleFontSize): New functions.
4612 (_initialize_loadable): Initialize GetConsoleFontSize and
4613 GetCurrentConsoleFont.
4614
f6528abd
JK
46152010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4616
4617 * Makefile.in (RDYNAMIC): New.
4618 (SFILES): Add proc-service.list.
4619 * config/alpha/alpha-linux.mh (NAT_CDEPS): New.
4620 (LOADLIBES): Replace -rdynamic by $(RDYNAMIC).
4621 * config/arm/linux.mh: Likewise.
4622 * config/i386/linux.mh: Likewise.
4623 * config/i386/linux64.mh: Likewise.
4624 * config/ia64/linux.mh: Likewise.
4625 * config/m32r/linux.mh: Likewise.
4626 * config/m68k/linux.mh: Likewise.
4627 * config/mips/linux.mh: Likewise.
4628 * config/pa/linux.mh: Likewise.
4629 * config/powerpc/linux.mh: Likewise.
4630 * config/powerpc/ppc64-linux.mh: Likewise.
4631 * config/s390/s390.mh: Likewise.
4632 * config/sparc/linux.mh: Likewise.
4633 * config/sparc/linux64.mh: Likewise.
4634 * config/xtensa/linux.mh: Likewise.
4635 * configure.ac: New RDYNAMIC on native host and GCC.
4636 (solaris*): Replace -Wl,-export-dynamic by $RDYNAMIC.
4637 * configure: Regenerate.
4638 * proc-service.list: New.
4639
ca2a87a0
JK
46402010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4641
4642 * linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid
4643 CONTENT.
4644
1e225492
JK
46452010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4646
4647 * linux-nat.c (linux_nat_wait_1): Do not call
4648 linux_nat_core_of_thread_1 on TARGET_WAITKIND_EXITED or
4649 TARGET_WAITKIND_SIGNALLED.
4650
e802dbe0
JB
46512010-05-27 Joel Brobecker <brobecker@adacore.com>
4652
4653 * ada-lang.c (ada_inferior_data): New struct.
4654 (ada_inferior_data): New static global.
4655 (ada_inferior_data_cleanup, get_ada_inferior_data, ada_inferior_exit)
4656 (ada_get_tsd_type): New functions.
4657 (ada_tag_name_2): Use ada_get_tsd_type instead of ada_find_any_type
4658 to look the tsd type up.
4659 (_initialize_ada_language): Attach ada_inferior_exit to inferior_exit
4660 event. Set ada_inferior_data.
4661
176a6961
PA
46622010-05-27 Pedro Alves <pedro@codesourcery.com>
4663
4664 * remote.c (unpack_varlen_hex): Remove forward declaration.
4665 (remote_console_output): Make static, and add forward declaration.
4666 * remote.h: Drop FIXME comment.
4667 (unpack_varlen_hex): Declare.
4668 (remote_console_output, remote_cisco_objfile_relocate)
4669 (deprecated_target_resume_hook, deprecated_target_wait_loop_hook):
4670 Delete declarations.
4671 * tracepoint.c: Include "remote.h".
4672 (unpack_varlen_hex): Delete declaration.
4673
88bfdde4
TT
46742010-05-27 Tom Tromey <tromey@redhat.com>
4675
4676 * dwarf2loc.c (struct piece_closure) <refc>: New field.
4677 (allocate_piece_closure): Initialize refc.
4678 (copy_pieced_value_closure): Use refc.
4679 (free_pieced_value_closure): Likewise.
4680
8c6363cf
TT
46812010-05-27 Tom Tromey <tromey@redhat.com>
4682
4683 * arm-tdep.c (push_stack_item): 'contents' now const.
4684 (arm_push_dummy_call): Make 'val' const. Use value_contents, not
4685 value_contents_writeable. Introduce new temporary.
4686
7ecb917e
TT
46872010-05-27 Tom Tromey <tromey@redhat.com>
4688
4689 * findcmd.c (parse_find_args): Use value_contents, not
4690 value_contents_raw.
4691
f42a0a33
TT
46922010-05-27 Tom Tromey <tromey@redhat.com>
4693
4694 * alpha-tdep.c (alpha_push_dummy_call): Make alpha_arg.contents
4695 const. Use value_contents, not value_contents_writeable.
4696
12b795ad
JB
46972010-05-27 Joel Brobecker <brobecker@adacore.com>
4698
4699 * ada-lang.c (ensure_lval): Replace call to value_contents_raw
4700 by call to value_contents.
4701
5a2e11c7
OS
47022010-05-27 Ozkan Sezer <sezeroz@gmail.com>
4703
4704 * MAINTAINERS: Add myself for write after approval privileges.
4705
ec685c5e
DE
47062010-05-26 Doug Evans <dje@google.com>
4707
0c4a4063
DE
4708 Allow python to find its files if moved from original location.
4709 * acinclude.m4 (GDB_AC_DEFINE_RELOCATABLE): New function.
4710 (GDB_AC_WITH_DIR): Call it.
4711 * configure.ac: Define WITH_PYTHON_PATH if we can find the
4712 python installation directory.
4713 * config.in: Regenerate.
4714 * configure: Regenerate.
4715 * defs.h (python_libdir): Declare.
4716 * main.c (python_libdir): Define.
4717 (captured_main): Initialize python_libdir.
4718 * python/python.c (_initialize_python): #ifdef WITH_PYTHON_PATH,
4719 call Py_SetProgramName to make sure python can find its libraries
4720 and modules.
4721
ec685c5e
DE
4722 * configure.ac: Try to use python's distutils to fetch compilation
4723 parameters.
4724 * configure: Regenerate.
4725 * python/python-config.py: New file.
4726
363a6e9f
OS
47272010-05-26 Ozkan Sezer <sezeroz@gmail.com>
4728
4729 * ser-tcp.c (net_open): Check error return from socket() call by its
4730 equality to -1 not by it being negative.
4731 (net_close): Likewise.
4732
dde08ee1
PA
47332010-05-26 Pedro Alves <pedro@codesourcery.com>
4734
4735 * NEWS: Mention the `qRelocInsn' feature.
4736 * gdbarch.sh (relocate_instruction): New.
4737 * amd64-tdep.c (rip_relative_offset): New.
4738 (append_insns): New.
4739 (amd64_relocate_instruction): New.
4740 (amd64_init_abi): Install it.
4741 * i386-tdep.c (append_insns): New.
4742 (i386_relocate_instruction): New.
4743 (i386_gdbarch_init): Install it.
4744 * remote.c (remote_get_noisy_reply): Handle qRelocInsn requests.
4745 * gdbarch.h, gdbarch.c: Regenerate.
4746
947bb88f
TT
47472010-05-26 Tom Tromey <tromey@redhat.com>
4748
4749 * dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
4750 (struct dwarf2_loclist_baton) <data>: Likewise.
4751 * dwarf2loc.c (find_location_expression): Constify return type.
4752 (dwarf2_evaluate_loc_desc): Make 'data' argument const.
4753 (dwarf2_loc_desc_needs_frame): Likewise.
4754 (loclist_read_variable): Constify.
4755 (loclist_describe_location): Likewise.
4756 (loclist_tracepoint_var_ref): Likewise.
4757
0d45f56e
TT
47582010-05-25 Tom Tromey <tromey@redhat.com>
4759
4760 * dwarf2loc.c (dwarf_expr_frame_base): Constify.
4761 (dwarf_expr_frame_base_1): Likewise.
4762 (read_pieced_value): Update.
4763 (needs_frame_frame_base): Constify.
4764 (dwarf2_tracepoint_var_loc): Likewise.
4765 (dwarf2_tracepoint_var_access): Likewise.
4766 (locexpr_describe_location_piece): Likewise.
4767 (locexpr_describe_location_1): Likewise.
4768 * dwarf2expr.h (struct dwarf_expr_context) <get_frame_base>:
4769 Constify.
4770 (data): Now const.
4771 (struct dwarf_expr_piece) <v.literal.data>: Likewise.
4772 (dwarf_expr_eval, read_uleb128, read_sleb128)
4773 (dwarf2_read_address): Update.
4774 * dwarf2expr.c (dwarf_expr_eval): Constify.
4775 (read_uleb128): Likewise.
4776 (read_sleb128): Likewise.
4777 (dwarf2_read_address): Likewise.
4778 (require_composition): Likewise.
4779 (execute_stack_op): Likewise.
4780 * dwarf2-frame.h (struct dwarf2_frame_state_reg) <loc.exp>: Now a
4781 "const gdb_byte *".
4782 * dwarf2-frame.c (struct dwarf2_frame_state_reg_info) <cfa_exp>:
4783 Now const.
4784 (no_get_frame_base): Constify.
4785 (execute_stack_op): Likewise.
4786 (execute_cfa_program): Likewise.
4787 (read_encoded_value): Likewise.
4788
07ca107c
DE
47892010-05-25 Doug Evans <dje@google.com>
4790
e34838f0
DE
4791 * ser-pipe.c (pipe_open): Ignore SIGINTs in child.
4792
01f69b38
DE
4793 * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...
4794 * event-loop.c: ... here.
4795 * tui/tui-io.c (tui_readline_output): Rename parameter `code' to
4796 `error' for clarity.
4797 (tui_getc): Pass correct value for `error' parameter to
4798 tui_readline_output.
4799
07ca107c
DE
4800 Add python gdb.GdbError and gdb.string_to_argv.
4801 * NEWS: Document them.
4802 * python/py-cmd.c (cmdpy_function): Don't print a traceback if
4803 the exception is gdb.GdbError. Print a second traceback if there's
4804 an error computing the error message.
4805 (gdbpy_string_to_argv): New function.
4806 * python/py-utils.c (gdbpy_obj_to_string): New function.
4807 (gdbpy_exception_to_string): New function.
4808 * python/python-internal.h (gdbpy_string_to_argv): Declare.
4809 (gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
4810 (gdbpy_gdberror_exc): Declare.
4811 * python/python.c (gdbpy_gdberror_exc): New global.
4812 (_initialize_python): Initialize gdbpy_gdberror_exc and create
4813 gdb.GdbError.
4814 (GdbMethods): Add string_to_argv.
4815
5572ce1f
PM
48162010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
4817
4818 * windows-nat.c (display_selector): Call GetLastError to give better
4819 failure explanation.
4820
acd5838a
PA
48212010-05-24 Pedro Alves <pedro@codesourcery.com>
4822
4823 * config.in: Regenerate.
4824
b26a4dcb
JK
48252010-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4826
4827 Code cleanup.
4828 * target.c (push_target): Return only void. Remove the return value
4829 comment.
4830 * target.h (push_target): Return only void.
4831
f434ba03
PA
48322010-05-23 Pedro Alves <pedro@codesourcery.com>
4833
4834 Update gnulib from latest git.
4835 (250b80067c1e1d8faa0c42fb572f721975b929c5)
4836
4837 * gnulib/memcmp.c: Removed.
4838 * gnulib/memchr.valgrind: New.
4839 * gnulib/stddef.in.h: New.
4840 * gnulib/Makefile.am: Updated.
4841 * gnulib/memchr.c: Updated.
4842 * gnulib/memmem.c: Updated.
4843 * gnulib/stdint.in.h: Updated.
4844 * gnulib/str-two-way.h: Updated.
4845 * gnulib/string.in.h: Updated.
4846 * gnulib/wchar.in.h: Updated.
4847
4848 * gnulib/extra/link-warning.h: Removed.
4849 * gnulib/extra/c++defs.h: New.
4850 * gnulib/extra/warn-on-use.h: New.
4851 * gnulib/extra/arg-nonnull.h: Updated.
4852
4853 * gnulib/m4/extensions.m4: Updated.
4854 * gnulib/m4/gnulib-cache.m4: Updated.
4855 * gnulib/m4/gnulib-common.m4: Updated.
4856 * gnulib/m4/gnulib-comp.m4: Updated.
4857 * gnulib/m4/gnulib-tool.m4: Updated.
4858 * gnulib/m4/include_next.m4: Updated.
4859 * gnulib/m4/longlong.m4: Updated.
4860 * gnulib/m4/memchr.m4: Updated.
4861 * gnulib/m4/memmem.m4: Updated.
4862 * gnulib/m4/stdint.m4: Updated.
4863 * gnulib/m4/string_h.m4: Updated.
4864 * gnulib/m4/memcmp.m4: Removed.
4865 * gnulib/m4/onceonly_2_57.m4: Removed.
4866 * gnulib/m4/00gnulib.m4: New.
4867 * gnulib/m4/mmap-anon.m4: New.
4868 * gnulib/m4/multiarch.m4: New.
4869 * gnulib/m4/onceonly.m4: New.
4870 * gnulib/m4/stddef_h.m4: New.
4871 * gnulib/m4/warn-on-use.m4: New.
4872 * gnulib/m4/wchar.m4: Removed.
4873 * gnulib/m4/wchar_h.m4: New.
4874 * gnulib/m4/wchar_t.m4: New.
4875 * gnulib/m4/wint_t.m4: New.
4876
4877 * aclocal.m4: Regenerate.
4878 * config.in: Likewise.
4879 * configure: Likewise.
4880 * gnulib/Makefile.in: Likewise.
4881
d3b1e874
TT
48822010-05-21 Tom Tromey <tromey@redhat.com>
4883
4884 * dwarf2loc.c (extract_bits_primitive): New function.
4885 (extract_bits): Likewise.
4886 (insert_bits): Likewise.
4887 (copy_bitwise): Likewise.
4888 (read_pieced_value): Do all operations in bits.
4889 (write_pieced_value): Likewise.
4890 * dwarf2expr.h (struct dwarf_expr_piece) <offset>: New field.
4891 * dwarf2expr.c (add_piece): New arguments bit_piece, offset.
4892 Always use xrealloc to resize piece array.
4893 (execute_stack_op) <DW_OP_reg0>: Handle DW_OP_bit_piece.
4894 <DW_OP_piece>: Update.
4895 <DW_OP_bit_piece>: New case.
4896
cb826367
TT
48972010-05-21 Tom Tromey <tromey@redhat.com>
4898
4899 * dwarf2loc.c (read_pieced_value): Exit loop when result is full.
4900 <DWARF_VALUE_OPTIMIZED_OUT>: New case.
4901 * dwarf2expr.h (enum dwarf_value_location)
4902 <DWARF_VALUE_OPTIMIZED_OUT>: New constant.
4903 * dwarf2expr.c (dwarf_expr_stack_empty_p): New function.
4904 (add_piece): Handle empty piece.
4905 (execute_stack_op) <DW_OP_piece>: Handle
4906 DWARF_VALUE_OPTIMIZED_OUT.
4907
74de6778
TT
49082010-05-21 Tom Tromey <tromey@redhat.com>
4909
4910 * eval.c (evaluate_subexp_standard) <BINOP_SUBSCRIPT>: Call
4911 evaluate_subexp, not evaluate_subexp_with_coercion.
4912
f346a30d
PM
49132010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
4914
4915 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
4916 attribute.
4917
afd74c5f
TT
49182010-05-21 Tom Tromey <tromey@redhat.com>
4919
4920 * dwarf2loc.c (read_pieced_value): Work properly when 'v' has an
4921 offset.
4922 (write_pieced_value): Likewise.
4923
90e7c2c5
PM
49242010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
4925
4926 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
4927 and DW_TAG_volatile_type.
4928 (new_symbol): Likewise.
4929
8148cf8d
PM
49302010-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
4931
4932 * p-valprint.c (pascal_val_print): Call get_array_bounds
4933 to obtain the number of elements in an array.
4934
3a1d4620
DE
49352010-05-19 Doug Evans <dje@google.com>
4936
0bf0f8c4
DE
4937 * python.c (gdbpy_print_stack): Ensure output ends with a newline.
4938
3a1d4620
DE
4939 * python.c (source_python_script): Add comment.
4940 (source_python_script_for_objfile): Remove unnecessary call to
4941 gdbpy_print_stack.
4942
dc21167c
JK
49432010-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4944 Sergio Durigan Junior <sergiodj@redhat.com>
4945
4946 Code cleanup.
4947 * parse.c (exp_iterate): Use operator_length wrapper function.
4948
5b4ee69b
MS
49492010-05-18 Michael Snyder <msnyder@vmware.com>
4950
4951 * ada-lang.c: White space.
4952 * ada-typeprint.c: White space.
4953 * ada-valprint.c: White space.
4954 * addrmap.c: White space.
4955 * auxv.c: White space.
4956 * ax-gdb.c: White space.
4957
e17c9e56
HZ
49582010-05-18 Hui Zhu <teawater@gmail.com>
4959
4960 * linux-fork.c (inferior_call_waitpid_cleanup): Add check
4961 for oldfp.
4962 (inferior_call_waitpid): Move make_cleanup out of check.
4963 Check the return of waitpid.
4964 (delete_checkpoint_command): Add pptid to save fi->parent_ptid.
4965
a109c7c1
MS
49662010-05-17 Michael Snyder <msnyder@vmware.com>
4967
1c5313c5
MS
4968 * tui/tui.c: White space.
4969 * tui/tui-data.c: White space.
4970 * tui/tui-disasm.c: White space.
4971 * tui/tui-file.c: White space.
4972 * tui/tui-interp.c: White space.
4973 * tui/tui-main.c: White space.
4974 * tui/tui-out.c: White space.
4975 * tui/tui-regs.c: White space.
4976 * tui/tui-source.c: White space.
4977 * tui/tui-stack.c: White space.
4978 * tui/tui-win.c: White space.
4979 * tui/tui-winsource.c: White space.
4980
f4a14ae6
MS
4981 * procfs.c: White space.
4982
d59b6f6c
MS
4983 * python/py-auto-load.c: White space.
4984 * python/py-block.c: White space.
4985 * python/py-breakpoint.c: White space.
4986 * python/py-cmd.c: White space.
4987 * python/py-function.c: White space.
4988 * python/py-lazy-string.c: White space.
4989 * python/py-objfile.c: White space.
4990 * python/py-param.c: White space.
4991 * python/py-prettyprint.c: White space.
4992 * python/py-progspace.c: White space.
4993 * python/py-symtab.c: White space.
4994 * python/python.c: White space.
4995 * python/py-type.c: White space.
4996 * python/py-utils.c: White space.
4997 * python/py-value.c: White space.
4998
102040f0
MS
4999 * mi/mi-cmd-break.c: White space.
5000 * mi/mi-cmd-env.c: White space.
5001 * mi/mi-cmds.c: White space.
5002 * mi/mi-cmd-stack.c: White space.
5003 * mi/mi-cmd-var.c: White space.
5004 * mi/mi-console.c: White space.
5005 * mi/mi-getopt.c: White space.
5006 * mi/mi-interp.c: White space.
5007 * mi/mi-main.c: White space.
5008 * mi/mi-out.c: White space.
5009 * mi/mi-parse.c: White space.
5010
cdb27c12
MS
5011 * cli/cli-cmds.c: White space.
5012 * cli/cli-decode.c: White space.
5013 * cli/cli-dump.c: White space.
5014 * cli/cli-interp.c: White space.
5015 * cli/cli-logging.c: White space.
5016 * cli/cli-script.c: White space.
5017 * cli/cli-setshow.c: White space.
5018
a109c7c1
MS
5019 * valarith.c: White space.
5020 * valops.c: White space.
5021 * valprint.c: White space.
5022 * value.c: White space.
5023 * varobj.c: White space.
5024 * xcoffread.c: White space.
5025 * xml-support.c: White space.
5026 * xml-tdesc.c: White space.
5027
3872d37d
AS
50282010-05-17 Andreas Schwab <schwab@redhat.com>
5029
5030 PR gdb/11092
5031 * c-lang.c (c_printstr): Compute real length of NUL terminated
5032 string at first.
5033
0cce5bd9
JB
50342010-05-17 Joel Brobecker <brobecker@adacore.com>
5035
5036 * parse.c (parse_exp_in_context): When block is not NULL, use
5037 its associated language to parse the expression instead of
5038 the current_language.
5039
5f19d646
JB
50402010-05-17 Joel Brobecker <brobecker@adacore.com>
5041
5042 * jv-lang.c (java_lookup_class): Remove commented out code.
5043 (type_from_class): Likewise.
5044 (java_op_print_tab): Remove commented-out elements.
5045
28c85d6c
JB
50462010-05-17 Joel Brobecker <brobecker@adacore.com>
5047
5048 * ada-lang.c (to_fixed_range_type): The the raw index type as
5049 argument instead of the raw type name. Remove orig_type parameter.
5050 Update calls throughout.
5051 (ada_fixup_array_indexes_type): New function.
5052 (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
5053 * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
5054 * ada-typeprint.c (print_range_type): Renames print_range_type_named.
5055 Remove name parameter.
5056 (print_array_type): Add call to ada_fixup_array_indexes_type.
5057 Update calls to print_range_type.
5058 (ada_print_type): Update calls to print_range_type.
5059
d09039dd
PM
50602010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
5061
5062 * dwarf2read.c (read_set_type): Set type length if
5063 DW_AT_byte_size attribute is present.
5064
7a081a30
PM
50652010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
5066
5067 * p-valprint.c (pascal_val_print): Handle set type if range limits
5068 are undefined but size is known.
5069
77382aee
PA
50702010-05-17 Pedro Alves <pedro@codesourcery.com>
5071
5072 * procfs.c: Reformat.
5073
433759f7
MS
50742010-05-16 Michael Snyder <msnyder@vmware.com>
5075
5d502164
MS
5076 * target.c: White space.
5077 * target-descriptions.c: White space.
5078 * target-memory.c: White space.
5079 * thread.c: White space.
5080 * top.c: White space.
5081 * tracepoint.c: White space.
5082 * trad-frame.c: White space.
5083 * tramp-frame.c: White space.
5084 * ui-file.c: White space.
5085 * ui-out.c: White space.
5086 * user-regs.c: White space.
5087 * utils.c: White space.
5088
433759f7
MS
5089 * scm-exp.c: White space.
5090 * scm-lang.c: White space.
5091 * scm-valprint.c: White space.
5092 * sentinel-frame.c: White space.
5093 * ser-base.c: White space.
5094 * ser-go32.c: White space.
5095 * serial.c: White space.
5096 * ser-mingw.c: White space.
5097 * ser-pipe.c: White space.
5098 * ser-tcp.c: White space.
5099 * ser-unix.c: White space.
5100 * solib.c: White space.
5101 * solib-darwin.c: White space.
5102 * solib-frv.c: White space.
5103 * solib-irix.c: White space.
5104 * solib-osf.c: White space.
5105 * solib-pa64.c: White space.
5106 * solib-som.c: White space.
5107 * solib-spu.c: White space.
5108 * solib-svr4.c: White space.
5109 * solib-target.c: White space.
5110 * source.c: White space.
5111 * stabsread.c: White space.
5112 * stack.c: White space.
5113 * std-regs.c: White space.
5114 * symfile.c: White space.
5115 * symmisc.c: White space.
5116 * symtab.c: White space.
5117
dd304d53
MS
51182010-05-16 Michael Snyder <msnyder@vmware.com>
5119
5120 * source.c (_initialize_source): Add "rev" as an abbreviation
5121 for the "reverse-search" command.
5122
a744cf53
MS
51232010-05-16 Michael Snyder <msnyder@vmware.com>
5124
123f5f96
MS
5125 * record.c: White space.
5126 * regcache.c: White space.
5127 * reggroups.c: White space.
5128 * remote-fileio.c: White space.
5129 * remote-m32r-sdi.c: White space.
5130 * remote-mips.c: White space.
5131 * remote-sim.c: White space.
a744cf53
MS
5132 * remote.c: White space.
5133 (process_g_packet): Remove orphan braces.
5134
b8d56208
MS
51352010-05-15 Michael Snyder <msnyder@vmware.com>
5136
ad3bbd48
MS
5137 * parse.c: White space.
5138 * p-lang.c: White space.
5139 * posix-hdep.c: White space.
5140 * printcmd.c: White space.
5141 * progspace.c: White space.
5142 * prologue-value.c: White space.
5143 * psymtab.c: White space.
5144 * p-typeprint.c: White space.
5145 * p-valprint.c: White space.
5146
5cc80db3
MS
5147 * objc-lang.c: White space.
5148 * objfiles.c: White space.
5149 * observer.c: White space.
5150 * osabi.c: White space.
5151 * osdata.c: White space.
5152
b8d56208
MS
5153 * m2-lang.c: White space.
5154 * m2-valprint.c: White space.
5155 * macrocmd.c: White space.
5156 * macroexp.c: White space.
5157 * macroscope.c: White space.
5158 * macrotab.c: White space.
5159 * main.c: White space.
5160 * maint.c: White space.
5161 * mdebugread.c: White space.
5162 * memattr.c: White space.
5163 * minsyms.c: White space.
5164 * monitor.c: White space.
5165
9a619af0
MS
51662010-05-14 Michael Snyder <msnyder@vmware.com>
5167
e0881a8e
MS
5168 * jv-lang.c: White space.
5169 * jv-typeprint.c: White space.
5170 * jv-valprint.c: White space.
5171 * language.c: White space.
5172 * libunwind-frame.c: White space.
5173 * linespec.c: White space.
5174 * linux-nat.c: White space.
5175 * linux-record.c: White space.
5176 * linux-thread-db.c: White space.
5177
abbb1732
MS
5178 * infcall.c: White space.
5179 * inf-child.c: White space.
5180 * infcmd.c: White space.
5181 * inferior.c: White space.
5182 * inf-loop.c: White space.
5183 * inflow.c: White space.
5184 * inline-frame.c: White space.
5185 * interps.c: White space.
5186
d8734c88
MS
5187 * gcore.c: White space.
5188 * gdb.c: White space.
5189 * gdbtypes.c: White space.
5190 * gnu-nat.c: White space.
5191 * gnu-v2-abi.c: White space.
5192 * gnu-v3-abi.c: White space.
5193
bb9bcb69
MS
5194 * findcmd.c: White space.
5195 * findvar.c: White space.
5196 * fork-child.c: White space.
5197 * frame-base.c: White space.
5198 * frame.c: White space.
5199 * frame-unwind.c: White space.
5200 * f-valprint.c: White space.
5201
d7f9d729
MS
5202 * elfread.c: White space.
5203 * environ.c: White space.
5204 * eval.c: White space.
5205 * event-loop.c: White space.
5206 * event-top.c: White space.
5207 * exceptions.c: White space.
5208 * exec.c: White space.
5209 * expprint.c: White space.
5210
9a619af0
MS
5211 * dbxread.c: White space.
5212 * dcache.c: White space.
5213 * disasm.c: White space.
5214 * doublest.c: White space.
5215 * dsrec.c: White space.
5216 * dummy-frame.c: White space.
5217 * dwarf2expr.c: White space.
5218 * dwarf2-frame.c: White space.
5219 * dwarf2loc.c: White space.
5220 * dwarf2read.c: White space.
5221
88d4aea7
PM
52222010-05-14 Phil Muldoon <pmuldoon@redhat.com>
5223
889bf7c5 5224 PR python/11482
88d4aea7
PM
5225
5226 * python/py-value.c (valpy_hash): New function.
5227 (value_object_type): Register valpy_hash.
5228
7a298875 52292010-05-14 Hui Zhu <teawater@gmail.com>
0407b3f1 5230 Michael Snyder <msnyder@vmware.com>
7a298875
HZ
5231
5232 * linux-fork.c (gdbthread.h): New include.
5233 (fork_info): Add parent_ptid.
5234 (inferior_call_waitpid_cleanup, inferior_call_waitpid): New
5235 functions.
5236 (delete_checkpoint_command): Call inferior_call_waitpid.
5237 (checkpoint_command): Set parent_ptid.
5238
c14feecc
MS
52392010-05-13 Michael Snyder <msnyder@vmware.com>
5240
6595d32b
MS
5241 * dictionary.c: Re-indent to GNU coding standard.
5242
c5504eaf
MS
5243 * charset.c: White space.
5244 * c-lang.c: White space.
5245 * cli-out.c: White space.
5246 * coffread.c: White space.
5247 * complaints.c: White space.
5248 * completer.c: White space.
5249 * corefile.c: White space.
5250 * corelow.c: White space.
5251 * cp-abi.c: White space.
5252 * cp-namespace.c: White space.
5253 * cp-support.c: White space.
5254 * cp-valprint.c: White space.
5255 * c-typeprint.c: White space.
5256 * c-valprint.c: White space.
cc59ec59
MS
5257 * blockframe.c: White space.
5258 * breakpoint.c: White space.
5259 * buildsym.c: White space.
5260 * blockframe.c: White space.
b6de9da4 5261 * bcache.c: White space.
05c547f6
MS
5262 * gdbarch.sh: White space, add blank lines.
5263 * arch-utils.c: Ditto.
5264 * gdbarch.c: Regenerate.
1c4d3f96 5265 * frame.c: White space, add blank lines.
f89b749f
MS
5266 * stack.c: White space, add blank lines.
5267 (initialize_stack): Remove long-dead code.
c14feecc 5268
a2d33775
JK
52692010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5270
5271 Code cleanup.
5272 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
5273 (locexpr_read_variable, loclist_read_variable): Update the callers.
5274
33ac96f0
JK
52752010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5276
5277 Code cleanup.
5278 * dwarf2read.c (die_type, die_descriptive_type): Remove variable type.
5279 Remove check of NULL returned by tag_type_to_type.
5280 (die_containing_type): Remove variable type. Remove type_die variable
5281 initialization. Remove check of NULL returned by tag_type_to_type.
5282
f5a010c0
PM
52832010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
5284
5285 PR exp/11530.
5286 * gdbtypes.c (lookup_struct_elt_type): Also lookup
5287 names of unnamed structures or unions.
5288
bf701c2c
PM
52892010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
5290
5291 * procfs.c (proc_watchpoint_address): New function.
0407b3f1 5292 (procfs_stopped_by_watchpoint): Remove useless check after
bf701c2c
PM
5293 find_procinfo_or_die call.
5294 (procfs_stopped_data_address): New function.
5295 (procfs_use_watchpoints): Register new watchpoint related function.
5296
d02691ef
TT
52972010-05-11 Tom Tromey <tromey@redhat.com>
5298
5299 * eval.c (evaluate_subexp_standard): Revert inadvertent change.
5300
e0627e85
MS
53012010-05-10 Michael Snyder <msnyder@vmware.com>
5302
5303 * utils.c: White space cleanup.
5304
cc73bb8c
TT
53052010-05-10 Tom Tromey <tromey@redhat.com>
5306
5307 * eval.c (ptrmath_type_p): Add 'lang' argument.
5308 (evaluate_subexp_standard): Update.
5309 (evaluate_subexp_with_coercion): Update.
5310 * language.h (CAST_IS_CONVERSION): Add 'LANG' argument.
5311
c02866a0
MS
53122010-05-10 Michael Snyder <msnyder@vmware.com>
5313
5314 * utils.c (do_fclose_cleanup) Restore local variable.
5315
06280d23
DE
53162010-05-09 Doug Evans <dje@google.com>
5317
5318 * record.c (init_record_core_ops): Rename record_core to record-core.
5319
fa07e785
JB
53202010-05-08 Joel Brobecker <brobecker@adacore.com>
5321
5322 Implement task switching on pa-hpux.
5323 * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): New function.
5324 (inf_ttrace_target): Set t->to_get_ada_task_ptid.
5325
4c680d1d
PM
53262010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
5327
5328 * valops.c (find_overload_match): Add missing i18n markup.
5329
28e176a6
PM
53302010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
5331
5332 * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
5333
48cb83fd
JK
53342010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5335
5336 * dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
5337 list for the obconcat call.
5338 * mdebugread.c (parse_symbol): Likewise.
5339 * stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
5340 Likewise.
5341 * symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
5342 New variable ap. Remove variables len and val.
5343 * symfile.h (obconcat): Likewise for the prototype.
5344
f92adf3c
MS
53452010-05-07 Michael Snyder <msnyder@vmware.com>
5346
5347 * python/python.c (execute_gdb_command): Remove unused variables.
5348 * python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
0407b3f1 5349 * python/py-breakpoint.c (gdbpy_breakpoint_created):
f92adf3c
MS
5350 Remove unused variable.
5351 * python/py-cmd.c (cmdpy_function): Remove unused variable.
5352 (cmdpy_completer): Remove unused variable.
5353 * python/py-frame.c (frapy_find_sal): Remove unused variable.
5354 * python/py-function.c (fnpy_call): Remove unused variable.
5355 * python/py-objfile.c (objfile_to_objfile_object):
5356 Remove unused variable.
5357 * python/py-param.c (parmpy_init): Remove unused variable.
0407b3f1 5358 * python/py-prettyprint.c (apply_varobj_pretty_printer):
f92adf3c
MS
5359 Remove unused variable.
5360 (gdbpy_default_visualizer): Remove unused variable.
5361 * python/py-progspace.c (pspace_to_pspace_object):
5362 Remove unused variable.
0407b3f1 5363 * python/py-symtab.c (symtab_and_line_to_sal_object):
f92adf3c 5364 Remove unused variable.
0407b3f1 5365 * python/py-type.c (typy_template_argument):
f92adf3c
MS
5366 Remove unused variable.
5367 * python/py-value.c (valpy_string): Remove unused variable.
5368 (convert_value_from_python): Remove unused variables.
5369
d160942f
MS
53702010-05-07 Michael Snyder <msnyder@vmware.com>
5371
5372 * valops.c (value_cast_pointers): Restore unused variable 'type1',
5373 and use it to compute variable 't1'.
5374
587542ab
JB
53752010-05-07 Joel Brobecker <brobecker@adacore.com>
5376
5377 * ada-lang.c (assign_aggregate): Remove unused variable.
5378
7322dca9
SW
53792010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
5380
5381 PR C++/7943:
5382 * valops.c (find_overload_match): Handle fsym == NULL case.
5383 Add int no_adl argument.
5384 (find_oload_champ_namespace_loop): Call make_symbol_overload_list_adl
5385 when appropriate.
5386 Add int no_adl argument.
5387 (find_oload_champ_namespace): Add int no_adl argument.
5388 * parse.c (operator_length_standard): Return length for OP_ADL_FUNC
5389 expression.
5390 * expprint.c (op_name_standard): Added string for OP_ADL_FUNC case.
5391 * eval.c (evaluate_subexp_standard): Added OP_ADL_FUNC case.
5392 Evaluate arguments and use them to perform ADL lookup.
5393 Pass no_adl argument to find_overload_match.
5394 Disable adl lookup when evaluating a fully qualified OP_FUNCALL.
5395 * cp-support.h: Added prototype for
5396 make_symbol_overload_list_namespace.
5397 * cp-support.c (make_symbol_overload_list_namespace): New function.
5398 (make_symbol_overload_list_adl_namespace): New function.
5399 (make_symbol_overload_list_adl): New function.
5400 (make_symbol_overload_list_using): Moved code to add function to
5401 overload set to make_symbol_overload_list_namespace.
5402 * c-exp.y: create UNKNOWN_CPP_NAME token.
5403 Add parse rule for ADL functions.
5404 (classify_name): Recognize an UNKNOWN_CPP_NAME.
5405
3f1f6884
JK
54062010-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5407
5408 * fbsd-nat.c (fbsd_make_corefile_notes): Add cast to NULL used as
5409 sentinel.
5410
3caf13b4
JB
54112010-05-07 Joel Brobecker <brobecker@adacore.com>
5412
5413 Implement task switching on solaris targets.
5414 * sol-thread.c (thread_db_find_thread_from_tid)
5415 (sol_get_ada_task_ptid): New functions.
5416 (init_sol_thread_ops): Set sol_thread_ops.to_get_ada_task_ptid.
5417
94b0dee1
PA
54182010-05-07 Pedro Alves <pedro@codesourcery.com>
5419
5420 * remote.c (remote_query_supported_append): Use reconcat.
5421 (remote_query_supported): Install a cleanup. Use reconcat.
5422
1408c251
PA
54232010-05-07 Pedro Alves <pedro@codesourcery.com>
5424
5425 * gdbarch.sh (qsupported): Delete.
5426 * gdbarch.h, gdbarch.c: Regenerate.
5427 * remote.c (remote_query_supported): Remove use of
5428 gdbarch_qsupported.
5429
f8e50cfe
SDJ
54302010-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
5431
5432 * xml-syscall.c (syscall_start_syscalls_info): Remove unused
5433 function.
5434
8ea13695
MS
54352010-05-06 Michael Snyder <msnyder@vmware.com>
5436
c6913b7d
MS
5437 * xml-support.c (xinclude_start_include): Delete unused variable.
5438 (xml_process_xincludes): Delete unused variable.
5439 * xml-syscall.c (syscall_parse_xml): Delete unused variable.
5440 * target-descriptions.c (tdesc_gdb_type): Delete unused variable.
5441 (tdesc_find_arch_register): Delete unused variable.
5442 (tdesc_use_registers): Delete unused variable.
5443 * xml-tdesc.c (tdesc_start_target): Delete unused variable.
5444 * inferior.c (print_inferior): Delete unused variable.
5445 * record.c (record_open_1): Delete unused variable.
5446 (record_restore): Delete unused variable.
5447 (cmd_record_save): Delete unused variable.
5448 * gcore.c (derive_heap_segment): Delete unused variable.
5449 (objfile_find_memory_regions): Use unused variable.
5450 * jit.c (jit_inferior_init): Delete unused variable.
5451 * progspace.c (clone_program_space): Delete unused variable.
5452 (pspace_empty_p): Delete unused variable.
0407b3f1
AS
5453
5454 * frame-unwind.c (frame_unwind_find_by_frame):
1c5465ac
MS
5455 Delete unused variable.
5456 * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
5457 * cp-support.c (mangled_name_to_comp): Delete unused variable.
5458 (method_name_from_physname): Delete unused variable.
5459 (cp_func_name): Delete unused variable.
5460 (cp_validate_operator): Delete unused variable.
0407b3f1 5461 * cp-namespace.c (cp_scan_for_anonymous_namespaces):
1c5465ac 5462 Delete unused variable.
0407b3f1 5463 * trad-frame.c (trad_frame_get_prev_register):
1c5465ac
MS
5464 Delete unused variable.
5465 * tramp-frame.c (tramp_frame_cache): Delete unused variable.
5466
1be757cf
MS
5467 * serial.c (serial_for_fd): Delete unused variable.
5468 * mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
5469 * top.c (execute_command): Delete unused variable.
5470 (init_main): Delete unused variable.
5471 * utils.c (do_fclose_cleanup): Delete unused variable.
5472 (do_all_inferior_continuations): Delete unused variable.
5473 (initialize_utils): Delete unused variable.
5474 (internal_problem_mode): Delete unused global.
5475 * frame.c (get_prev_frame): Delete unused global.
5476 (get_frame_locals_address): Delete unused global.
5477 (get_frame_args_address): Delete unused global.
5478
9216103f
MS
5479 * p-typeprint.c (pascal_type_print_base): Delete unused variable.
5480 (pascal_type_print_varspec_prefix): Delete unused variable.
5481 * f-typeprint.c (f_type_print_base): Delete unused variable.
5482 (f_type_print_varspec_suffix): Delete unused variable.
5483 * m2-typeprint.c (m2_print_type): Delete unused variable.
5484 (m2_long_set): Delete unused variable.
5485 * ada-valprint.c (ada_val_print_1): Delete unused variable.
5486 * d-valprint.c (dynamic_array_type): Delete unused variable.
0407b3f1 5487 * f-valprint.c (f77_get_dynamic_length_of_aggregate):
9216103f
MS
5488 Delete unused variable.
5489 (f77_create_arrayprint_offset_tbl): Delete unused variable.
5490 * m2-valprint.c (m2_val_print): Delete unused variable.
5491
34fa1d9d
MS
5492 * ui-out.c (ui_out_field_int): Delete unused variable.
5493 (ui_out_field_fmt_int): Delete unused variable.
5494 * varobj.c (varobj_list_children): Delete unused variable.
5495 (varobj_set_value): Delete unused variable.
5496 (install_new_value_visualizer): Delete unused variable.
5497 (varobj_set_visualizer): Delete unused variable.
5498 (varobj_update): Delete unused variable.
5499 (varobj_editable_p): Delete unused variable.
5500 (c_value_of_root): Delete unused variable.
5501 (cplus_describe_child): Delete unused variable.
5502
b5385fc0
MS
5503 * ada-lang.c (add_defn_to_vec): Delete unused variable.
5504 (decode_constrained_packed_array_type): Delete unused variable.
5505 (add_defn_to_vec): Delete unused variable.
5506 (symbol_completion_match): Delete unused variable.
5507 (value_tag_from_contents_and_address): Delete unused variable.
5508 (ada_evaluate_subexp): Delete unused variable.
5509 * c-lang.c (classify_type): Delete unused variable.
5510 * f-lang.c (f_printstr): Delete unused variable.
5511 * objc-lang.c (objc_printstr): Delete unused variable.
5512 * ada-tasks.c (get_known_tasks_addr): Delete unused variable.
5513 * jv-lang.c (type_from_class): ifdef unused variable.
5514 (java_class_name_from_physname): Delete unused variable.
5515 * m2-lang.c (m2_printstr): Delete unused variable.
5516
4fc06681
MS
5517 * objfiles.c (objfile_relocate): Delete unused variable.
5518 * maint.c (_initialize_maint_cmds): Delete unused variable.
5519 * demangle.c (_initialize_demangler): Delete unused variable.
5520 * corefile.c (reopen_exec_file): Delete unused variable.
5521 * dwarf2expr.c (dwarf2_read_address): Delete unused variable.
5522 * dwarf2-frame.c (decode_frame_entry): Delete unused variable.
5523
6b4398f7
MS
5524 * osabi.c (_initialize_gdb_osabi): Delete unused variable.
5525 * memattr.c (mem_delete): Delete unused variable.
5526 (invalidate_target_mem_regions): Delete unused variable.
5527 * mem-break.c (default_memory_insert_breakpoint):
5528 Delete unused variable.
5529 * target.c (target_get_osdata): Delete unused variable.
5530 * parse.c (length_of_subexp): Delete unused variable.
5531 (prefixify_subexp): Delete unused variable.
5532 (exp_iterate): Delete unused variable.
5533 * reverse.c (delete_bookmark_command): Delete unused variable.
5534
308d96ed
MS
5535 * macrocmd.c (_initialize_macrocmd): Delete unused variable.
5536 * macroexp.c (gather_arguments): Delete unused variable.
5537 (substitute_args): Delete unused variable.
5538 * completer.c (gdb_completer_loc_break_characters): Unused, delete.
5539 * gdbarch.sh (gdbarch_printable_names): Delete unused variable.
5540 (_initialize_gdbarch): Delete unused variable.
5541 * gdbarch.c, gdbarch.h: Regenerate.
0407b3f1 5542 * arch-utils.c (initialize_current_architecture):
308d96ed
MS
5543 Delete unused variable.
5544 (_initialize_gdbarch_utils): Delete unused variable.
5545 * gdbtypes.c (make_cv_type): Delete unused variable.
5546 (make_type_with_address_space): Delete unused variable.
5547
167e4384
MS
5548 * linespec.c (decode_compound): Delete unused variable.
5549 * dictionary.c (iterator_next_hashed): Delete unused variable.
5550 * infcall.c (call_function_by_hand): Delete unused variable.
5551 * infcmd.c (step_1): Delete unused variable.
5552 (registers_info): Delete unused variable.
5553 (attach_command): Delete unused variable.
5554 * infrun.c (follow_exec): Delete unused variable.
5555 (handle_step_into_function_backwards): Delete unused variable.
5556 (_initialize_infrun): Delete unused variable.
5557 * stack.c (parse_frame_specification_1): Delete unused variable.
5558 (frame_info): Delete unused variable.
5559 (backtrace_command_1): Delete unused variable.
5560 (catch_info): Delete unused variable.
5561
8f78b329
MS
5562 * eval.c (evaluate_subexp_standard): Delete unused variable.
5563 * valops.c (value_cast_pointers): Delete unused variable.
5564 (value_dynamic_cast): Delete unused variable.
5565 (value_array): Delete unused variable.
5566 (find_overload_match): Delete unused variable.
5567 * valarith.c (value_subscript): Delete unused variable.
5568 (value_binop): Delete unused variable.
5569 * valprint.c (_initialize_valprint): Delete unused variable.
5570 * printcmd.c (print_command_1): Delete unused variable.
5571 (address_info): Delete unused variable.
5572 (printf_command): Delete unused variable.
5573
8ea13695
MS
5574 * auxv.c (target_auxv_search): Delete unused variable.
5575 * blockframe.c (get_frame_block): Delete unused variable.
5576 * regcache.c (regcache_cpy): Delete unused variable.
5577 (regcache_cpy_no_passthrough): Delete unused variable.
5578 * charset.c (wchar_iterate): Delete unused variable.
5579 (find_charset_names): Delete unused variable.
5580 (_initialize_charset): Delete unused variable.
0407b3f1 5581 * disasm.c (do_mixed_source_and_assembly):
8ea13695 5582 Delete unused variable.
0407b3f1 5583 * source.c (set_default_source_symtab_and_line):
8ea13695
MS
5584 Delete unused variable.
5585 (set_substitute_path_command): Delete unused variable.
5586 * value.c (preserve_values): Delete unused variable.
5587 (value_from_double): Delete unused variable.
5588
afe38095
MS
55892010-05-05 Michael Snyder <msnyder@vmware.com>
5590
952a6d41
MS
5591 * psymtab.c (lookup_partial_symbol): Delete unused variable.
5592 (find_last_source_symtab_from_partial): Delete unused variable.
5593 * symfile.c (place_section): Delete unused variable.
5594 (default_symfile_offsets): Delete unused variable.
5595 (get_debug_link_info): Delete unused variable.
5596 (find_separate_debug_file_by_debuglink): Delete unused variable.
5597 (add_symbol_file_command): Delete unused variable.
5598 (symfile_find_segment_sections): Delete unused variable.
5599 * symmisc.c (free_symtab): Delete unused variable.
5600 (dump_symtab_1): Delete unused variable.
5601 * symtab.c (lookup_symbil_aux_quick): Delete unused variable.
5602 (find_pc_sect_symtab): Delete unused variable.
5603 (skip_prologue_using_lineinfo): Delete unused variable.
5604 (sources_info): Delete unused variable.
5605 (completion_list_add_name): Delete unused variable.
5606 (expand_line_sal): Delete unused variable.
5607
0407b3f1 5608 * breakpoint.c (validate_commands_for_breakpoint):
afe38095
MS
5609 Delete unused variables.
5610 (insert_catchpoint): Delete unused variable.
5611 (update_watchpoint): Delete unused variable.
5612 (insert_bp_location): Delete unused variable.
5613 (insert_breakpoint_locations): Delete unused variable.
5614 (remove_breakpoint_1): Delete unused variable.
5615 (software_breakpoint_inserted_here_p): Delete unused variable.
5616 (watchpoints_triggered): Delete unused variable.
5617 (bpstat_check_watchpoint): Delete unused variable.
5618 (bpstat_stop_status): Delete unused variable.
5619 (print_one_breakpoint_location): Delete unused variable.
5620 (allocate_bp_location): Delete unused variable.
5621 (create_breakpoint): Delete unused variable.
5622 (watch_command_1): Delete unused variable.
5623 (catch_exception_command_1): Delete unused variable.
5624 (catch_ada_exception_command): Delete unused variable.
5625 (delete_breakpoint): Delete unused variable.
5626 (breakpoint_re_set_one): Delete unused variable.
5627 (do_enable_breakpoint): Delete unused variable.
5628
eda5a4d7
PA
56292010-05-06 Pedro Alves <pedro@codesourcery.com>
5630
5631 * amd64-tdep.c: Include disasm.h.
5632 (amd64_insn_length_fprintf, amd64_insn_length_init_dis)
5633 (amd64_insn_length): Moved to disasm.c and renamed.
5634 (fixup_riprel): Adjust.
5635 * disasm.c (do_ui_file_delete): New.
5636 (gdb_insn_length): New.
5637 (gdb_buffered_insn_length_fprintf)
5638 (gdb_buffered_insn_length_init_dis)
5639 (gdb_buffered_insn_length): New, moved from amd64-tdep.c, and
5640 renamed.
5641 * disasm.h (gdb_insn_length): Declare.
5642 (gdb_buffered_insn_length): Declare.
5643
02357a4a
PA
56442010-05-06 Pedro Alves <pedro@codesourcery.com>
5645
5646 * remote.c (clear_threads_parsing_context): New.
5647 (remote_threads_info): Delete unused null_cleanup. Install a
5648 cleanup to clear the threads_parsing_context in case parsing
5649 throws.
5650
8c5630cb
MS
56512010-05-05 Michael Snyder <msnyder@vmware.com>
5652
5653 * c-exp.y (parse_string_or_char): Delete unused variable.
5654 (c_lex): Delete unused variable.
5655 * cp-name-parser.y (cpname_lex): Delete unused variable.
5656 * ada-exp.y (find_primitive_type): Delete unused variable.
5657 (write_var_or_type): Delete unused variable.
5658 * jv-exp.y (java_parse): Delete unused variable.
5659 (push_expression_name): Delete unused variable.
5660 * p-exp.y (pascal_lex): Delete unused variable.
5661
46c162d4
PA
56622010-05-05 Pedro Alves <pedro@codesourcery.com>
5663
5664 * remote.c (remote_threads_info): Really revert previous previous
5665 change.
5666
0043e6a5
MS
56672010-05-05 Michael Snyder <msnyder@vmware.com>
5668
fa238c03
MS
5669 * elfread.c (elf_symtab_read): Delete unused variable.
5670 (find_separate_debug_file_by_buildid): Delete unused variables.
5671 (elf_symfile_read): Delete unused variable.
5672
5673 * coffread.c (coff_symfile_read): Delete unused variables.
5674
5675 * coff-pe-read.c (add_pe_exported_sym): Delete unused variable.
5676 (read_pe_exported_syms): Delete unused variable.
5677
5678 * stabsread.c (define_symbol): Delete unused variable.
5679
5680 * dwarf2read.c (read_type_comp_unit_head): Delete unused variable.
5681 (process_psymtab_comp_unit): Delete unused variable.
5682 (dwarf2_build_psymtabs_hard): Delete unused variable.
5683 (load_partial_comp_unit): Delete unused variable.
5684 (create_all_comp_units): Delete unused variable.
5685 (scan_partial_symbols): Delete unused variable.
5686 (add_partial_symbol): Delete unused variable.
5687 (add_partial_namespace): Delete unused variable.
5688 (add_partial_enumeration): Delete unused variable.
5689 (load_full_comp_unit): Delete unused variable.
5690 (process_full_comp_unit): Delete unused variable.
5691 (read_file_scope): Delete unused variable.
5692 (read_type_unit_scope): Delete unused variable.
5693 (process_structure_scope): Delete unused variable.
5694 (process_enumeration_scope): Delete unused variable.
5695 (read_tag_ptr_to_member_type): Delete unused variable.
5696 (read_typedef): Delete unused variable.
5697 (read_partial_die): Delete unused variable.
5698 (decode_locdesc): Delete unused variable.
5699 (zeroed_partial_die): Delete unused global variable.
5700
0407b3f1 5701 * tui/tui-interp.c (_initialize_tui_interp):
0043e6a5 5702 Delete unused variable.
0407b3f1 5703 * tui/tui-regs.c tui_display_registers_from):
0043e6a5
MS
5704 Delete unused variable.
5705 (tui_check_register_values): Delete unused variable.
5706 (tui_register_format): Delete unused variable.
5707 * tui/tui-win.c (_initialize_tui_win): Delete unused variable.
0407b3f1 5708 * tui/tui-windata.c (tui_display_data_from_line):
0043e6a5
MS
5709 Delete unused variables.
5710 (tui_vertical_data_scroll): Delete unused variables.
5711
75721c66
MS
57122010-05-05 Michael Snyder <msnyder@vmware.com>
5713
c31a71f4
MS
5714 * remote.c (remote_threads_info): Revert questionable part of
5715 the previous change.
5716
57172010-05-05 Michael Snyder <msnyder@vmware.com>
5718
5719 * mi/mi-out.c (mi_table_begin): Delete unused variable.
5720 * mi/mi-cmd-var.c (print_varobj): Delete unused variable.
5721 (mi_cmd_var_list_children): Delete unused variable.
5722 (varobj_update_one): Delete unused variable.
5723 * mi/mi-cmd-break.c (mi_cmd_break_insert): Delete unused variables.
0407b3f1 5724 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals):
c31a71f4
MS
5725 Delete unused variable.
5726 (mi_cmd_stack_list_variables): Delete unused variable.
5727 (list_args_or_locals): Delete unused variable.
0407b3f1 5728 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):
c31a71f4
MS
5729 Delete unused variables.
5730 (mi_cmd_file_list_exec_source_files): Delete unused variable.
0407b3f1 5731 * mi/mi-cmd-target.c (mi_cmd_target_file_delete):
c31a71f4
MS
5732 Delete unused variable.
5733 * mi/mi-interp.c (mi_interpreter_exec): Delete unused variable.
5734 (mi_cmd_interpreter_exec): Delete unused variable.
5735 (mi_on_normal_stop): Delete unused variable.
5736 * mi/mi-main.c (run_one_inferior): Delete unused variable.
5737 (print_one_inferior): Delete unused variables.
5738 (mi_execute_command): Delete unused variable.
5739 (mi_cmd_execute): Delete unused variable.
5740 (timestamp): Delete unused variable.
5741
5742 * cli/cli-dump.c (dump_memory_to_file): Delete unused variable.
d36fc00b 5743 (restore_binary_file): Delete unused variable.
c31a71f4
MS
5744 * cli/cli-decode.c (deprecated_cmd_warning): Delete unused variables.
5745 * cli/cli-script.c (define_command): Delete unused variables.
d36fc00b
MS
5746 (recurse_read_control_structure): Delete unused variable.
5747 (script_from_file): Delete unused variable.
c31a71f4 5748 * cli/cli-cmds.c (complete_command): Delete unused variable.
d36fc00b
MS
5749 (disassemble_command): Delete unused variable.
5750
5751 * ax-gdb.c (gen_struct_elt_for_reference): Delete unused variables.
0407b3f1 5752 * tracepoint.c (delete_trace_variable_command):
d36fc00b
MS
5753 Delete unused variables.
5754 (encode_actions_1): Delete unused variables.
5755 (start_tracing): Delete unused variable.
5756 (trace_status_mi): Delete unused variable.
5757 (tfind_1): Delete unused variable.
5758 (trace_find_pc_command): Delete unused variable.
5759 (trace_find_line_command): Delete unused variables.
5760 (trace_find_range_command): Delete unused variables.
5761 (trace_find_outside_command): Delete unused variables.
5762 (parse_tracepoint_definition): Delete unused variables.
5763 (tfile_fetch_registers): Delete unused variable.
5764
9128a503
MS
5765 * dcache.c (dcache_init): Delete unused variable.
5766 (dcache_info): Delete unused variable.
5767
aa369b55 5768 * remote.c (remote_threads_info): Delete unused variable.
9128a503 5769 (process_stop_reply) :Delete unused variable.
aa369b55
MS
5770 (remote_get_trace_status): Delete unused variables.
5771
9e9547e4
MS
5772 * linux-thread-db.c (add_thread_db_info): Delete unused variable.
5773 (thread_from_lwp): Delete unused variable.
5774 (enable_thread_event_reporting): Delete unused variable.
5775 (check_for_thread_db): Delete unused variables.
5776 (thread_db_find_new_threads_2): Delete unused variable.
0407b3f1 5777
9e9547e4
MS
5778 * linux-fork.c (info_checkpoints_command): Delete unused variables.
5779 (checkpoint_command): Delete unused variable.
5780 (linux_fork_context): Delete unused variables.
5781
fa238c03 5782 * linux-nat.c (linux_parent_pid): Delete unused global variable.
75083f7e
MS
5783 (linux_tracefork_child): Delete unused variable.
5784 (linux_child_follow_fork): Delete unused variable.
5785 (linux_nat_detach): Delete unused variable.
5786 (linux_handle_extended_wait): Delete unused variable.
5787 (linux_nat_has_pending_sigint): Delete unused variable.
5788 (linux_nat_find_memory_regions): Delete unused variable.
5789 (linux_nat_make_corefile_notes): Delete unused variables.
5790 (linux_nat_info_proc_cmd): Delete unused variable.
5791 (linux_proc_pending_signals): Delete unused variable.
5792 (linux_nat_stop_lwp): Delete unused variables.
5793 (_initialize_linux_nat): Delete unused variable.
5794
fa238c03 5795 * ser-pipe.c (pipe_ops): Delete unused global variable.
2d148b94 5796
0407b3f1 5797 * linux-record.c (record_linux_system_call):
e0f069a3
MS
5798 Delete unused variables.
5799
789d24f0
MS
5800 * corelow.c (core_xfer_partial): Delete unused variables.
5801
1cd337a5 5802 * solib-svr4.c (find_program_interpreter): Delete unused variable.
0407b3f1 5803 (svr4_solib_create_inferior_hook): Add ifdef around
1cd337a5
MS
5804 conditionally-used variable declarations.
5805
b00e3f56
MS
5806 * solib.c (solib_find): Delete unused variable.
5807 (free_so_symbols): Delete unused variable.
5808 (info_sharedlibrary_command): Delete unused variable.
5809 (reload_shared_libraries_1): Delete unused variable.
5810 (_initialize_solib): Delete unused variable.
5811
90f62196
MS
5812 * i386-tdep.c (i386_supply_xstateregset) Delete unused variable.
5813 (i386_collect_xstateregset): Delete unused variable.
5814 * i387-tdep.c (i387_print_float_info): Delete unused variable.
5815
75721c66
MS
5816 * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
5817 Delete unused variable 'type'.
5818
af33db37
JB
58192010-05-05 Joel Brobecker <brobecker@adacore.com>
5820
90f62196 5821 * gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros. *
63db82b2
JB
5822 ada-lang.c: Remove comment mentioning these macros.
5823 * m2-exp.y: Delete commented out code.
af33db37 5824
0497f5b0
JB
58252010-05-05 Joel Brobecker <brobecker@adacore.com>
5826
5827 * sparc-tdep.c (sparc_structure_or_union_p): Return non-zero
5828 for array types.
5829 * sparc64-tdep.c (sparc64_structure_or_union_p): Likewise.
5830
6e39997a
PM
58312010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
5832
5833 ARI fix: Remove ATTRIBUTE_UNUSED throughout.
0407b3f1 5834 * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove
6e39997a
PM
5835 ATTRIBUTE_UNUSED.
5836 (cleanup_kernel_helper_return): Likewise.
5837 * arm-tdep.c (copy_unmodified): Likewise.
5838 (copy_preload): Likewise.
5839 (copy_copro_load_store): Likewise.
5840 (cleanup_branch): Likewise.
5841 (copy_b_bl_blx): Likewise.
5842 (copy_bx_blx_reg): Likewise.
5843 (copy_alu_imm): Likewise.
5844 (copy_alu_reg): Likewise.
5845 (copy_alu_shifted_reg): Likewise.
5846 (cleanup_load): Likewise.
5847 (cleanup_store): Likewise.
5848 (cleanup_block_load_pc): Likewise.
5849 (cleanup_svc): Likewise.
5850 (copy_undef): Likewise.
5851 (copy_unpred): Likewise.
5852 * remote.c (register_remote_support_xml): Likewise.
5853
1412f70b
HZ
58542010-05-05 Hui Zhu <teawater@gmail.com>
5855
5856 * gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
5857
c4f7c687
MK
58582010-05-04 Mark Kettenis <kettenis@gnu.org>
5859
5860 * remote.c (register_remote_support_xml)
5861 (remote_query_supported_append, remote_query_supported): Add cast
5862 to NULL used as sentinel.
5863 * tracepoint.c (tvariables_info_1): Likewise.
5864 * utils.c (add_internal_problem_command): Likewise.
5865
63b4f126
MGD
58662010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5867
5868 * dwarf2loc.c (read_pieced_value, write_pieced_value,
5869 dwarf2_evaluate_loc_desc): Handle not being able to access DWARF
5870 registers gracefully.
5871
2f1bdd26
MGD
58722010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5873
0407b3f1 5874 * exec.c (print_section_info): Display entry point without arch
2f1bdd26
MGD
5875 specific parts.
5876
e1c34c5d
PM
58772010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
5878
5879 PR exp/11349.
5880 * printcmd.c (x_command): Only dereference once implicitly for
5881 TYPE_CODE_REF.
5882
ae462839
DE
58832010-05-03 Doug Evans <dje@google.com>
5884
5885 * event-loop.c (gdb_timer): Delete unused global.
5886 (create_timer): Update.
5887
1ac77ea1
JK
58882010-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5889
5890 * cp-namespace.c (cp_lookup_symbol_imports): Support ALIAS for the
5891 CURRENT->DECLARATION case.
5892 * cp-support.h (struct using_direct): Provide extended comment.
5893
7c54a108
MK
58942010-05-03 Mark Kettenis <kettenis@gnu.org>
5895
5896 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Renamed from
5897 HPPABSD_SIZEOF_GREGS.
5898 (HPPAOBSD_SIZEOF_FPREGS): New define.
5899 (hppaobsd_supply_gregset): Renamed from hppabsd_supply_gregset.
5900 (hppaobsd_supply_fpregset): New function.
5901 (hppaobsd_gregset): Renamed from hppabsd_gregset.
5902 (hppaobsd_fpregset): New variable.
5903 (hppaobsd_regset_from_core_section): Handle floating-point registers.
5904 (_initialize_hppabsd_tdep): Remove spurious blank line.
5905
278582cb
PM
59062010-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
5907
5908 PR pascal/11349.
5909 * p-valprint.c (pascal_value_print): Always dereference a value with
5910 type code TYPE_CODE_REF.
0407b3f1 5911
f0223081
PA
59122010-05-03 Pedro Alves <pedro@codesourcery.com>
5913
5914 * remote.c (remote_notice_signals): New.
5915 (remote_start_remote): In non-stop mode, update the remote end on
5916 which signals it can silently pass.
5917 (init_remote_ops): Install remote_notice_signals.
5918
c25c4a8b
JK
59192010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5920
5921 * cli/cli-cmds.h (error_no_arg): Remove. Move the comment ...
5922 * command.h (error_no_arg): ... here. Remove NORETURN, change
5923 ATTR_NORETURN to ATTRIBUTE_NORETURN.
5924 * defs.h (NORETURN, ATTR_NORETURN): Remove.
5925 (perror_with_name, verror, error, error_stream, vfatal, fatal)
5926 (internal_verror, internal_error, nomem): Remove NORETURN, change
5927 ATTR_NORETURN to ATTRIBUTE_NORETURN.
5928 * exceptions.c (throw_exception, deprecated_throw_reason, throw_verror)
5929 (throw_vfatal, throw_error): Remove NORETURN.
5930 (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
5931 * exceptions.h (throw_exception, throw_verror, throw_vfatal)
5932 (throw_error, deprecated_throw_reason): Remove NORETURN, change
5933 ATTR_NORETURN to ATTRIBUTE_NORETURN.
5934 * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
5935 to ATTRIBUTE_NORETURN for prototype, for the definition only remove
5936 NORETURN.
5937 * remote-mips.c (mips_error): Change NORETURN to ATTRIBUTE_NORETURN.
5938 * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
5939 ATTRIBUTE_NORETURN.
5940 * target.c (tcomplain): Likewise.
5941 * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
5942 ATTRIBUTE_NORETURN.
5943 * utils.c (verror, error, vfatal, fatal, error_stream, internal_verror)
5944 (internal_error, perror_with_name, nomem): Remove NORETURN.
5945 * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
5946 ATTRIBUTE_NORETURN.
5947
a0b31db1
JK
59482010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5949
5950 * ada-lang.c (lim_warning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5951 * amd64-tdep.c (amd64_insn_length_fprintf): Likewise.
5952 * cli-out.c (cli_field_fmt): New ATTRIBUTE_PRINTF.
5953 (cli_message, out_field_fmt): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5954 * complaints.c (find_complaint): New ATTRIBUTE_PRINTF.
5955 (vcomplaint): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5956 * complaints.h (complaint, internal_complaint): Likewise.
5957 * defs.h: Change ATTR_FORMAT to ATTRIBUTE_PRINTF in the top comment.
5958 (ATTR_FORMAT): Remove.
5959 (query, nquery, yquery, vprintf_filtered, vfprintf_filtered)
5960 (fprintf_filtered, fprintfi_filtered, printf_filtered, printfi_filtered)
5961 (vprintf_unfiltered, vfprintf_unfiltered, fprintf_unfiltered)
5962 (printf_unfiltered, xasprintf, xvasprintf, xstrprintf, xstrvprintf)
5963 (xsnprintf, verror, error, vfatal, fatal, internal_verror)
5964 (internal_error, internal_vwarning, internal_warning, warning)
5965 (vwarning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5966 * disasm.c (fprintf_disasm): Likewise.
5967 * exceptions.c (throw_it): Likewise.
5968 * exceptions.h (exception_fprintf, throw_verror, throw_vfatal)
5969 (throw_error): Likewise.
5970 * language.h (type_error, range_error): Likewise.
5971 * linespec.c (cplusplus_error): Likewise.
5972 * mi/mi-interp.c (mi_interp_query_hook): Likewise.
5973 * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
5974 * monitor.c (monitor_debug): Likewise.
5975 * parser-defs.h (parser_fprintf): Likewise.
5976 * serial.h (serial_printf): Likewise.
5977 * tui/tui-hooks.c (tui_query_hook): Likewise.
5978 * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
5979 (uo_message): Likewise.
5980 * ui-out.h (ui_out_field_fmt, ui_out_message): Likewise.
5981 * utils.c (vfprintf_maybe_filtered, internal_vproblem, defaulted_query):
5982 Likewise.
5983 * xml-support.h (gdb_xml_debug, gdb_xml_error): Likewise.
5984
02a45ac0
PA
59852010-05-02 Pedro Alves <pedro@codesourcery.com>
5986
5987 * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)
5988 (cli_table_header, cli_begin, cli_end, cli_field_int)
5989 (cli_field_skip, cli_field_string, cli_field_fmt, cli_spaces)
5990 (cli_text, cli_message, cli_wrap_hint, cli_flush, cli_redirect):
5991 Delete forward declarations.
5992 (cli_ui_out_impl): Move below the callbacks.
5993 (_initialize_cli_out): Delete.
5994
1915ef4f
PA
59952010-05-02 Pedro Alves <pedro@codesourcery.com>
5996
5997 * README: Use consistent `GDB' and `GDBserver' spellings.
5998
0dfb946f
JK
59992010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6000
6001 * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
6002
4d533103
PA
60032010-05-01 Pedro Alves <pedro@codesourcery.com>
6004
6005 * infrun.c (prepare_for_detach): In non-stop, context switch to
6006 the thread that got the event before handling the event.
6007
705b5767
TT
60082010-04-30 Tom Tromey <tromey@redhat.com>
6009
6010 * symtab.c (symbol_set_names): Fix typo.
6011
3c0ee1a4
PM
60122010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
6013
6014 * python/py-param.c (parm_constants): Avoid ARI warning
6015 by adding ARI comment.
6016 (parmpy_init): Likewise.
6017
ea1fae46
PM
60182010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
6019
6020 * windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
6021 and created type for re-use.
6022
c24d0242
PM
60232010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
6024
6025 * NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
6026
a26d8d11
DE
60272010-04-29 Doug Evans <dje@google.com>
6028
6029 * ser-base.h (reschedule): Delete prototype.
6030 * ser-base.c (reschedule): Make static.
6031
f8624c62
MGD
60322010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6033
6034 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
6035 (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
0407b3f1 6036 (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
f8624c62 6037 EABI.
0407b3f1 6038 (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
f8624c62
MGD
6039 use.
6040
e66408ed
PA
60412010-04-29 Pedro Alves <pedro@codesourcery.com>
6042
6043 PR gdb/11557
6044
6045 * regcache.c (registers_changed): Rename to ...
6046 (registers_changed_ptid): ... this, and only delete register cache
6047 entries matching the ptid filter argument.
6048 (registers_changed): Reimplement on top of registers_changed_ptid.
6049 * regcache.h (registers_changed_ptid): Declare.
6050 * target.c (target_resume): Flush register caches.
6051
d7b32ed3 60522010-04-29 Phil Muldoon <pmuldoon@redhat.com>
0407b3f1
AS
6053 Tom Tromey <tromey@redhat.com>
6054 Thiago Jung Bauermann <bauerman@br.ibm.com>
6055
6056 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
6057 (SUBDIR_PYTHON_SRCS): Likewise.
6058 (py-parameter.o): New rule.
6059 * python/py-parameter.c: New file.
6060 * python/python-internal.h (gdbpy_initialize_parameter)
6061 (gdbpy_parameter, gdbpy_parameter_value)
6062 (gdbpy_parse_command_name): Declare.
6063 * python/py-cmd.c (parse_command_name): Rename to
6064 gdbpy_parse_command_name.
6065 (gdbpy_parse_command_name): Accept a starting list parameter and
6066 use over cmdlist.
6067 (cmdpy_init): Use gdbpy_parse_command_name.
6068 * python/python.c (parameter_to_python): Rename to
6069 gdbpy_parameter_to_python. Accept enum var_types and value.
6070 (gdbpy_parameter): Use gdbpy_parameter_value.
6071 (_initialize_python): Call gdbpy_initialize_parameters.
d7b32ed3 6072
ce72ce41
MGD
60732010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6074
6075 * MAINTAINERS: Add myself for write after approval privileges.
6076
6aecb9c2
JB
60772010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
6078
6079 D language support.
6080 * Makefile.in (SFILES): Add d-lang.c d-valprint.c.
6081 (COMMON_OBS): Add d-lang.o d-valprint.o.
6082 (HFILES_NO_SRCDIR): Add d-lang.h.
6083 * NEWS: Mention D language support.
6084 * c-lang.c (c_emit_char, exp_descriptor_c): Make public.
6085 * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration.
6086 * d-lang.c: New file.
6087 * d-lang.h: New file.
6088 * d-valprint.c: New file.
6089 * defs.h (enum language): Add language_d.
6090 * dwarf2read.c (set_cu_language): Add DW_LANG_D.
6091 * language.c (binop_result_type, integral_type, character_type)
6092 (string_type, boolean_type, structured_type): Add language_d.
6093 * symfile.c (init_filename_language_table): Add language_d.
6094 * symtab.c: Include d-lang.h.
6095 (symbol_init_language_specific, symbol_find_demangled_name)
6096 (symbol_natural_name, lookup_symbol_in_language)
6097 (symbol_demangled_name, symbol_matches_domain): Add language_d.
6098
6f992fbf
JB
60992010-04-27 Joel Brobecker <brobecker@adacore.com>
6100
6101 * solib-svr4.c (solib_svr4_r_map): Expand function description.
6102
dde59185
JB
61032010-04-27 Joel Brobecker <brobecker@adacore.com>
6104
6105 * symfile.c (init_filename_language_table): Register .dg files
6106 with language_ada.
6107
d09ce91e
JB
61082010-04-27 Joel Brobecker <brobecker@adacore.com>
6109
6110 * gdbtypes.h (struct main_type): Expand comment about target_type
6111 field.
6112
67f1675e
JB
61132010-04-27 Pedro Alves <pedro@codesourcery.com>
6114 Tristan Gingold <gingold@adacore.com>
02aeec7b
JB
6115
6116 * symfile.c (reread_symbols): Also search for file in libraries.
6117 Update comment.
6118
dfd0fe27
JB
61192010-04-27 Joel Brobecker <brobecker@adacore.com>
6120
6121 * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
6122 in terms of configuration.
6123
0133421a
JK
61242010-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6125
6126 * objfiles.c: Include solist.h.
6127 (free_all_objfiles): New variable so. Check stale solist objfiles.
6128 * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles
6129 and no_shared_libraries.
6130
e78f4312
JB
61312010-04-27 Joel Brobecker <brobecker@adacore.com>
6132
6133 ARI warning fix.
6134 * python/py-auto-load.c (source_section_scripts): Remove trailing
6135 new-line in i18n string.
6136
9214d371
DE
61372010-04-26 Doug Evans <dje@google.com>
6138
6139 * serial.c (serial_write): Handle serial_debug_p akin to serial_read.
6140
3f172e24
TT
61412010-04-26 Tom Tromey <tromey@redhat.com>
6142
6143 * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
6144 command list.
6145
e790e06e
PM
61462010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
6147
6148 Removal of config/i386/nm-i386sol2.h native configuration file.
6149 * config/i386/nm-i386sol2.h: Remove file.
6150 * config/i386/i386sol2.mh: Remove NAT_FILE definition.
6151 * config/i386/sol2-64.mh: Idem.
88562582
PM
6152 * config/djgpp/fnchange.lst: Remove reference to that file.
6153 * Makefile.in (HFILES_NO_SRCDIR): Idem.
e790e06e 6154
b7da9e9f
PM
61552010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
6156
6157 PR breakpoints/11531.
6158 * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
6159 macro definition and related comment.
6160 * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
6161 (resume): Remove code and comment related to this macro.
6162
72f6eb52
JK
61632010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6164
6165 * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
6166 Fix whitespace.
6167
ab38a727
PA
61682010-04-24 Pedro Alves <pedro@codesourcery.com>
6169
6170 * defs.h: Adjust comment.
6171 * filesystem.h, filesystem.c: New files.
6172 * Makefile.in (SFILES): Add filesystem.c.
6173 (COMMON_OBS): Add filesystem.o.
6174 * solib.c (solib_find): Handle DOS-based filesystems. Handle
6175 different target and host path flavours.
6176 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
6177 has_dos_based_file_system on the gdbarch.
6178 * arm-wince-tdep.c (arm_wince_init_abi): Ditto.
6179 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
6180 * i386-tdep.c (i386_go32_init_abi): Ditto.
6181 * gdbarch.sh (has_dos_based_file_system): New.
6182 * gdbarch.h, gdbarch.c: Regenerate.
6183 * NEWS: Mention improved support for remote targets with DOS-based
6184 filesystems. Mention new `set/show target-file-system-kind'
6185 commands.
6186
35c9c7ba
SS
61872010-04-23 Stan Shebs <stan@codesourcery.com>
6188
6189 * ax.h (struct agent_expr): Merge in agent_reqs fields, add some
6190 comments.
6191 (struct agent_reqs): Remove.
6192 (ax_reg_mask): Declare.
6193 * ax-general.c (new_agent_expr): Add gdbarch argument, set new fields.
6194 (free_agent_expr): Free reg_mask.
6195 (ax_print): Add scope and register mask info.
6196 (ax_reqs): Remove agent_reqs argument, use agent expression
6197 fields, and move part of register mask computation to...
6198 (ax_reg_mask): New function.
6199 * ax-gdb.c (gen_trace_static_fields): Call it.
6200 (gen_traced_pop): Ditto.
6201 (is_nontrivial_conversion): Add dummy gdbarch to new_agent_expr.
6202 (gen_trace_for_var): Pass gdbarch to new_agent_expr.
6203 (gen_trace_for_expr): Ditto, and clear optimized_out flag.
6204 (gen_eval_for_expr): Ditto, and require an rvalue.
6205 (agent_command): Call ax_reqs.
6206 (agent_eval_command): Ditto.
6207 * tracepoint.c (report_agent_reqs_errors): Use agent expression fields.
6208 (validate_action_line): Ditto.
6209 (collect_symbol): Ditto.
6210 (encode_actions_1): Ditto.
6211
492928e4
JK
62122010-04-23 Daniel Jacobowitz <dan@codesourcery.com>
6213 Paul Pluzhnikov <ppluzhnikov@google.com>
6214 Jan Kratochvil <jan.kratochvil@redhat.com>
6215
6216 Fix deadlock on looped list of loaded shared objects.
6217 * solib-svr4.c (LM_PREV): New function.
6218 (IGNORE_FIRST_LINK_MAP_ENTRY): Use it.
6219 (svr4_current_sos): Check for correct l_prev. New variables prev_lm
6220 and next_lm. Clear prev_lm for solib_svr4_r_ldsomap.
6221 * config/djgpp/fnchange.lst: Add translation for solib-corrupted.exp.
6222
66d09542
DE
62232010-04-23 Doug Evans <dje@google.com>
6224
88a1906b
DE
6225 * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
6226 python.
6227 * configure: Regenerate.
6228 * main.c: #include "python/python.h".
6229 (captured_main): Defer loading auto-loaded scripts until after
6230 local_gdbinit has been sourced.
6231 * python/py-auto-load.c (gdbpy_global_auto_load): New global.
6232 (load_auto_scripts_for_objfile): New function.
6233 (auto_load_new_objfile): Call it.
6234 * python/python.h (gdbpy_global_auto_load): Declare.
6235 (load_auto_scripts_for_objfile): Declare.
6236
66d09542
DE
6237 Add support for auto-loading scripts from .debug_gdb_scripts section.
6238 * NEWS: Add entry for .debug_gdb_scripts.
6239 * Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.
6240 (SUBDIR_PYTHON_SRCS): Add py-auto-load.c.
6241 (py-auto-load.o): New rule.
6242 * cli/cli-cmds.c (find_and_open_script): Make externally visible.
6243 * cli/cli-cmds.h (find_and_open_script): Update prototype.
6244 * python/py-auto-load.c: New file.
6245 * python/python-internal.h: #include <stdio.h>.
6246 (set_python_list, show_python_list): Declare.
6247 (gdbpy_initialize_auto_load): Declare.
6248 (source_python_script_for_objfile): Declare.
6249 * python/python.c: Remove #include of observer.h.
6250 (gdbpy_auto_load): Moved to py-auto-load.c.
6251 (GDBPY_AUTO_FILENAME): Ditto.
6252 (gdbpy_new_objfile): Delete.
6253 (source_python_script_for_objfile): New function.
6254 (set_python_list, show_python_list): Make externally visible.
6255 (_initialize_python): Move "auto-load" command to py-auto-load.c
6256 and observer_attach_new_objfile to py-auto-load.c.
6257
3a48e6ff 62582010-04-23 Jerome Guitton <guitton@adacore.com>
0407b3f1 6259
3a48e6ff
JG
6260 * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
6261 (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
6262 (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
6263 New constants.
6264 (alpha_heuristic_analyze_probing_loop): New function.
6265 (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
6266 and handle cases when a stack probe loop is generated.
6267 * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
6268 (alpha_mdebug_max_frame_size_exceeded): New function.
6269 (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
6270 (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
6271 Return 0 when the maximum debuggable frame size has been exceeded.
6272
e4166a49
JB
62732010-04-23 Joel Brobecker <brobecker@adacore.com>
6274
6275 Fix ARI warning.
6276 * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
6277
8bd10a10
CM
62782010-04-20 Chris Moller <cmoller@redhat.com>
6279
6280 PR 10179
6281
6282 * symtab.c (rbreak_command): Added code to include a filename
6283 specification in the rbreak argument.
6284 * NEWS: Added a brief description of filename-qualified rbreak.
6285
c0201579
JK
62862010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6287
6288 Fix crashes on dangling display expressions.
6289 * ada-lang.c (ada_operator_check): New function.
6290 (ada_exp_descriptor): Fill-in the field operator_check.
6291 * c-lang.c (exp_descriptor_c): Fill-in the field operator_check.
6292 * jv-lang.c (exp_descriptor_java): Likewise.
6293 * m2-lang.c (exp_descriptor_modula2): Likewise.
6294 * scm-lang.c (exp_descriptor_scm): Likewise.
6295 * parse.c (exp_descriptor_standard): Likewise.
6296 (operator_check_standard): New function.
6297 (exp_iterate, exp_uses_objfile_iter, exp_uses_objfile): New functions.
6298 * parser-defs.h (struct exp_descriptor): New field operator_check.
6299 (operator_check_standard, exp_uses_objfile): New declarations.
6300 * printcmd.c: Remove the inclusion of solib.h.
6301 (display_uses_solib_p): Remove the function.
6302 (clear_dangling_display_expressions): Call lookup_objfile_from_block
6303 and exp_uses_objfile instead of display_uses_solib_p.
6304 * solist.h (struct so_list) <objfile>: New comment.
6305 * symtab.c (lookup_objfile_from_block): Remove the static qualifier.
6306 * symtab.h (lookup_objfile_from_block): New declaration.
6307 (struct general_symbol_info) <obj_section>: Extend the comment.
6308
6ffbb7ab
TJB
63092010-04-22 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6310 Thiago Jung Bauermann <bauerman@br.ibm.com>
6311
6312 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG): Update comment.
6313 (PPC_PTRACE_GETWDBGINFO, PPC_PTRACE_SETHWDEBUG, PPC_PTRACE_DELHWDEBUG,
6314 ppc_debug_info, PPC_DEBUG_FEATURE_INSN_BP_RANGE,
6315 PPC_DEBUG_FEATURE_INSN_BP_MASK, PPC_DEBUG_FEATURE_DATA_BP_RANGE,
6316 PPC_DEBUG_FEATURE_DATA_BP_MASK, ppc_hw_breakpoint,
6317 PPC_BREAKPOINT_TRIGGER_EXECUTE, PPC_BREAKPOINT_TRIGGER READ,
6318 PPC_BREAKPOINT_TRIGGER_WRITE, PPC_BREAKPOINT_TRIGGER_RW,
6319 PPC_BREAKPOINT_MODE_EXACT PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE,
6320 PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE, PPC_BREAKPOINT_MODE_MASK,
6321 PPC_BREAKPOINT_CONDITION_NONE, PPC_BREAKPOINT_CONDITION_AND,
6322 PPC_BREAKPOINT_CONDITION_EXACT, PPC_BREAKPOINT_CONDITION_OR,
6323 PPC_BREAKPOINT_CONDITION_AND_OR, PPC_BREAKPOINT_CONDITION_BE_ALL,
6324 PPC_BREAKPOINT_CONDITION_BE_SHIFT, PPC_BREAKPOINT_CONDITION_BE):
6325 Define, in case <ptrace.h> doesn't provide it.
6326 (booke_debug_info): New variable.
6327 (max_slots_number): Ditto.
6328 (hw_break_tuple): New struct.
6329 (thread_points): Ditto.
6330 (ppc_threads): New variable.
6331 (PPC_DEBUG_CURRENT_VERSION): New define.
6332 (have_ptrace_new_debug_booke): New function.
6333 (ppc_linux_check_watch_resources): Renamed to ...
6334 (ppc_linux_can_use_hw_breakpoint): ... this. Handle BookE processors.
6335 (ppc_linux_region_ok_for_hw_watchpoint): Handle BookE processors.
6336 (booke_cmp_hw_point): New function.
6337 (booke_find_thread_points_by_tid): Ditto.
6338 (booke_insert_point): Ditto.
6339 (booke_remove_point): Ditto.
6340 (ppc_linux_insert_hw_breakpoint): Ditto.
6341 (ppc_linux_remove_hw_breakpoint): Ditto.
6342 (get_trigger_type): Ditto.
6343 (ppc_linux_insert_watchpoint): Handle BookE processors.
6344 (ppc_linux_remove_watchpoint): Ditto.
6345 (ppc_linux_new_thread): Ditto.
6346 (ppc_linux_thread_exit): New function..
6347 (ppc_linux_stopped_data_address): Handle BookE processors.
6348 (ppc_linux_watchpoint_addr_within_range): Ditto.
6349 (_initialize_ppc_linux_nat): Initialize to_insert_hw_breakpoint and
6350 to_remove_hw_breakpoint fields of the target operations struct.
6351 Add observe for the thread_exit event.
6352
be0d2954
L
63532010-04-22 H.J. Lu <hongjiu.lu@intel.com>
6354
6355 * i386-linux-nat.c (regmap): Removed.
6356 (fetch_register): Replace regmap with
6357 i386_linux_gregset_reg_offset.
6358 (store_register): Likewise.
6359 (supply_gregset): Likewise.
6360 (fill_gregset): Likewise.
6361
6362 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): Make it
6363 global.
6364
6365 * i386-linux-tdep.h (i386_linux_gregset_reg_offset): New.
6366
f56dcb88
CM
63672010-04-22 Chris Moller <cmoller@redhat.com>
6368
6369 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
758afad7
L
6370 method of popping recursion-detection stack with a method based on
6371 obstack_object_size(). (Similar to the PR9167 patch below, but for
f56dcb88
CM
6372 the static array obstack rather than the static member obstack.)
6373
6cd6a2ae
L
63742010-04-22 H.J. Lu <hongjiu.lu@intel.com>
6375
6376 * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed.
6377 (_initialize_amd64_linux_nat): Replace
6378 amd64_linux_gregset64_reg_offset with
6379 amd64_linux_gregset_reg_offset.
6380
6381 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Make it
6382 global.
6383
6384 * amd64-tdep.h (amd64_linux_gregset_reg_offset): New.
6385
621791b8
PM
63862010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6387
6388 PR stabs/11479.
6389 * stabsread.c (set_length_in_type_chain): New function.
6390 (read_struct_type): Call set_length_in_type_chain function.
6391 (read_enum_type): Idem.
6392
105c2d85
SS
63932010-04-21 Stan Shebs <stan@codesourcery.com>
6394 Nathan Sidwell <nathan@codesourcery.com>
6395
6396 * tracepoint.c (trace_save): Open in binary mode.
6397
9a22f0d0
PM
63982010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6399
6400 * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
6401 fields.
0407b3f1 6402 * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
9a22f0d0
PM
6403 builtin_char32 fields.
6404 * printcmd.c (decode_format): Set char size to '\0'
6405 for strings unless explicit size is given.
6406 (print_formatted): Correct calculation of NEXT_ADDRESS
6407 for 16 or 32 bit strings.
6408 (do_examine): Do not force byte size for strings.
6409 Use builtin_char16 and builtin_char32 types to display
0407b3f1 6410 16 or 32 bit-wide strings.
9a22f0d0
PM
6411 (x_command): Set LAST_SIZE to 'b' for string type.
6412
f335d1b3
L
64132010-04-21 H.J. Lu <hongjiu.lu@intel.com>
6414
6415 PR corefiles/11523
6416 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6417 XCR0 first.
6418
6419 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Return 0 if
6420 there is no .reg-xstate section.
6421 (i386_linux_core_read_description): Check XCR0 first.
6422
a9789a6b
MF
64232010-04-21 Mike Frysinger <vapier@gentoo.org>
6424
6425 * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert ()
6426 for len <= 8.
6427
0b66f317
CM
64282010-04-21 Chris Moller <cmoller@redhat.com>
6429
6430 PR 9167
6431 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
32d7376d
L
6432 method of popping recursion-detection stack with a method based on
6433 obstack_object_size().
0b66f317 6434
6e354e5e
PM
64352010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6436
6437 PR pascal/11492.
6438 * p-valprint.c (pascal_val_print): Fix default printing of integer
6439 arrays.
6440
57174f31
PM
64412010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6442
6443 Fix compilation warning on gcc-4.1.2.
6444 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Initialize
6445 local variable`pc' to zero.
6446
6fbc7cd8
JB
64472010-04-20 Joel Brobecker <brobecker@adacore.com>
6448
6449 Implement thread support with core files on alpha-tru64.
6450 * dec-thread.c (dec_thread_find_new_threads): New function,
6451 extracted from resync_thread_list.
6452 (resync_thread_list): Add OPS parameter. Replace extracted-out
6453 code by call to dec_thread_find_new_threads.
6454 (dec_thread_wait): Update call to resync_thread_list.
6455 (init_dec_thread_ops): Set dec_thread_ops.to_find_new_threads.
6456
438c98a1
JB
64572010-04-20 Joel Brobecker <brobecker@adacore.com>
6458
6459 * ada-lang.c (value_pointer): New function.
6460 (make_array_descriptor): Call value_pointer to convert addresses to
6461 pointers.
6462
2971b56b
JB
64632010-04-20 Joel Brobecker <brobecker@adacore.com>
6464
6465 * rs6000-aix-tdep.c: #include exceptions.h.
6466 (rs6000_convert_from_func_ptr_addr): If an exception is thrown
6467 while reading the memory at ADDR, then ADDR cannot be a function
6468 descriptor.
6469
be942545
JB
64702010-04-20 Joel Brobecker <brobecker@adacore.com>
6471
6472 * ada-typeprint.c (ada_print_typedef): New function.
6473 * ada-lang.h (ada_print_typedef): Add declaration.
6474 * ada-lang.c (ada_language_defn): set la_print_typdef field
6475 to ada_print_typedef.
6476
1ca8fce0
JB
64772010-04-20 Joel Brobecker <brobecker@adacore.com>
6478
6479 * procfs.c (procfs_address_to_host_pointer): Only define when used.
6480
e9ef4f39
JB
64812010-04-20 Joel Brobecker <brobecker@adacore.com>
6482
6483 * procfs.c (iterate_over_mappings_cb_ftype): New typedef.
6484 (iterate_over_mappings): Adjust function profile. Add declaration.
6485 (insert_dbx_link_bpt_in_region, info_mappings_callback):
6486 Adjust accordingly.
6487
e294797a
JB
64882010-04-20 Joel Brobecker <brobecker@adacore.com>
6489
6490 * procfs.c (solib_mappings_callback): Move function up to avoid
6491 a compiler warning.
6492
a223f1e7
JB
64932010-04-20 Joel Brobecker <brobecker@adacore.com>
6494
6495 * procfs.c (find_signalled_thread, find_stop_signal): Move
6496 these functions down to define them only when used.
6497
0c3acc09
JB
64982010-04-20 Joel Brobecker <brobecker@adacore.com>
6499
6500 * valprint.c (common_val_print): Fix the value before extracting
6501 its contents.
6502 * ada-lang.c (ada_to_fixed_value): Make this function extern.
6503 * ada-lang.h (ada_to_fixed_value): New function declaration.
6504 * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
6505 to avoid code duplication and fix a bug in the handling of
6506 fixed types contents.
6507
31ef98ae
TT
65082010-04-20 Tom Tromey <tromey@redhat.com>
6509
6510 * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
6511 (read_partial_die): Likewise.
6512 (dwarf_attr_name): Likewise.
6513
ec31cde5 65142010-04-20 Chris Moller <cmoller@redhat.com>
0407b3f1 6515
ec31cde5
CM
6516 PR 10867
6517
6518 * cp-valprint.c (global): Adding new static array recursion
6519 detection obstack.
6520 (cp_print_value_fields, cp_print_static_field): Added new static
6521 array recursion detection code.
6522
e0e0e543
MK
65232010-04-20 Mark Kettenis <kettenis@gnu.org>
6524
6525 * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
6526 general-purpose register set should be 68 instead of 144.
6527 (i386_linux_sse_regset_sections): Likewise.
6528 (i386_linux_avx_regset_sections): Likewise.
6529
08922a10
SS
65302010-04-20 Stan Shebs <stan@codesourcery.com>
6531 Nathan Sidwell <nathan@codesourcery.com>
6532
6533 * dwarf2loc.c (struct axs_var_loc): New struct.
6534 (dwarf2_tracepoint_var_loc): New function.
6535 (dwarf2_tracepoint_var_access): New function.
6536 (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
6537 with DW_OP_piece.
6538 (locexpr_describe_location_piece): New function.
6539 (locexpr_describe_location_1): New function.
6540 (locexpr_describe_location): Call it, update signature.
6541 (loclist_describe_location): Rewrite to loop over locations,
6542 update signature.
6543 * symtab.h (struct symbol_computed_ops): Add address to
6544 describe_location arguments, return void.
6545 * printcmd.c (address_info): Get context PC, pass to computed
6546 location description.
6547 * tracepoint.c (scope_info): Ditto.
6548 * ax-gdb.c (trace_kludge): Export.
6549
2dc7f7b3
TT
65502010-04-20 Tom Tromey <tromey@redhat.com>
6551
6552 * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
6553 (struct dwarf2_cie) <segment_size>: New field.
6554 * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
6555 (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
6556 DW_FORM_exprloc.
6557 (read_attribute_value): Handle DW_FORM_flag_present,
6558 DW_FORM_sec_offset, DW_FORM_exprloc.
6559 (dump_die_shallow): Likewise.
6560 (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
6561 (dwarf2_const_value): Handle DW_FORM_exprloc.
6562 (attr_form_is_block): Likewise.
6563 (struct line_header) <maximum_ops_per_instruction>: New field.
6564 (dwarf_decode_line_header): Set new field.
6565 (dwarf_decode_lines): Handle new field.
6566
ce4b0682
SDJ
65672010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6568
6569 * f-exp.y: Add new production to recognize the `logical*8' type.
6570 (LOGICAL_S8_KEYWORD): New token.
6571 * f-lang.c (enum f_primitive_types)
6572 <f_primitive_type_logical_s8>: New field.
6573 (f_language_arch_info): Handling `logical*8' type.
6574 (build_fortran_types): Building `logical*8' type.
6575 * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
6576
ff9f22f1
DE
65772010-04-19 Doug Evans <dje@google.com>
6578
6579 * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
6580 * ser-pipe.c (pipe_open): Fix file descriptor leaks.
6581 (pipe_close): Ditto.
6582
437125bd
PM
65832010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6584
6585 * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
6586
e8e6c82e
PM
65872010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6588
6589 * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
6590 type to void function.
6591
4136fdd2
SS
65922010-04-19 Stan Shebs <stan@codesourcery.com>
6593 Vladimir Prus <vladimir@codesourcery.com>
6594
6595 * tracepoint.c (tfind_1): Add missing newline, report exit from
6596 tfind mode as such.
6597 * target.c (update_current_target): Make default
6598 to_trace_find return -1.
6599
0c4b2e63
MF
66002010-04-19 Mike Frysinger <vapier@gentoo.org>
6601
6602 * objc-lang.c (find_methods): Move symname check up.
6603
78076abc
PA
66042010-04-19 Pedro Alves <pedro@codesourcery.com>
6605
6606 * ada-lang.c (print_recreate_exception)
6607 <ex_catch_exception_unhandled>: It's "catch exception unhandled",
6608 not "catch unhandled".
6609
6149aea9
PA
66102010-04-19 Pedro Alves <pedro@codesourcery.com>
6611
6612 PR breakpoints/8554.
6613
6614 Implement `save-breakpoints'.
6615
6616 * breakpoint.c (save_cmdlist): New.
6617 (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
6618 to save_cmdlist.
6619 (print_recreate_catch_fork): New.
6620 (catch_fork_breakpoint_ops): Install it.
6621 (print_recreate_catch_vfork): New.
6622 (catch_vfork_breakpoint_ops): Install it.
6623 (print_recreate_catch_syscall): New.
6624 (catch_syscall_breakpoint_ops): Install it.
6625 (print_recreate_catch_exec): New.
6626 (catch_exec_breakpoint_ops): Install it.
6627 (print_recreate_exception_catchpoint): New.
6628 (gnu_v3_exception_catchpoint_ops): Install it.
6629 (save_breakpoints): New, based on tracepoint_save_command, but
6630 handle all breakpoint types.
6631 (save_breakpoints_command): New.
6632 (tracepoint_save_command): Rename to...
6633 (save_tracepoints_command): ... this, and reimplement using
6634 save_breakpoints.
6635 (save_command): New.
6636 (_initialize_breakpoints): Install the "save" command prefix.
6637 Install the "save breakpoints" command. Make "save-tracepoints" a
6638 deprecated alias for "save tracepoints".
6639 * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
6640 * ada-lang.c (print_recreate_exception): New.
6641 (print_recreate_catch_exception): New.
6642 (catch_exception_breakpoint_ops): Install it.
6643 (print_recreate_catch_exception_unhandled): New.
6644 (catch_exception_unhandled_breakpoint_ops): Install it.
6645 (print_recreate_catch_assert): New.
6646 (catch_assert_breakpoint_ops): Install it.
6647
6648 * NEWS: Mention the new `save breakpoints' command. Mention the
6649 new `save tracepoints' alias and that `save-tracepoints' is now
6650 deprecated.
6651
0a8fce9a
PA
66522010-04-18 Pedro Alves <pedro@codesourcery.com>
6653
6654 PR tui/9217
6655
6656 * tui/tui-out.c: Include cli-out.h.
6657 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
6658 (tui_begin, tui_end, tui_field_int, tui_field_skip)
6659 (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
6660 (tui_message, tui_wrap_hint, tui_flush): Delete forward
6661 declarations.
6662 (struct ui_out_data): Rename to...
6663 (struct tui_ui_out_data): ... this. Remove `stream' and
6664 `suppress_output' fields, and inherit cli_ui_out_data.
6665 (tui_out_data): New typedef.
6666 (tui_ui_out_impl): Don't initialize fields staticaly.
6667 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
6668 (tui_begin, tui_end): Delete.
6669 (tui_field_int): Adjust to delegate most work to the base type.
6670 (tui_field_skip): Delete.
6671 (tui_field_string, tui_field_fmt): Adjust comment. Adjust to
6672 delegate most work to the base type.
6673 (tui_spaces): Delete.
6674 (tui_text): Adjust to delegate most work to the base type.
6675 (tui_message): Delete.
6676 (tui_wrap_hint): Delete.
6677 (tui_flush): Delete.
6678 (out_field_fmt): Delete.
6679 (field_separator): Delete.
6680 (tui_out_new): Adjust to initialize the base type.
6681 (_initialize_tui_out): Initialize tui_ui_out_impl.
6682 * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
6683 cli_ui_out_data.
6684 (cli_out_data): Adjust.
6685 (cli_ui_out_impl): Make extern.
6686 (cli_table_header, cli_field_int, cli_field_skip): Use
6687 uo_field_string instead of cli_field_string.
6688 (cli_redirect): Adjust to use cli_out_data.
6689 (cli_out_data_ctor): New.
6690 (cli_out_new): Use it.
6691 * cli-out.h (struct ui_file): Remove forward declaration.
6692 (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
6693 (cli_ui_out_impl): Declare.
6694 (cli_out_data_ctor): Declare.
6695 * ui-out.c (struct ui_out) <data>: Change type to void pointer.
6696 (uo_field_string): No longer static.
6697 (ui_out_data): Change return type to void pointer.
6698 (ui_out_new): Change `data' parameter type to void pointer.
6699 * ui-out.h (struct ui_out_data): Don't forward declare.
6700 (ui_out_data): Change return type to void pointer.
6701 (ui_out_new): Change `data' parameter type to void pointer.
6702 (uo_field_string): Declare.
6703
172240dd
PA
67042010-04-17 Pedro Alves <pedro@codesourcery.com>
6705
6706 * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
6707 instead of always false.
6708
ed41462c
L
67092010-04-17 H.J. Lu <hongjiu.lu@intel.com>
6710
6711 PR corefiles/11511
6712 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
6713 orig_rax.
6714
cc60f2e3
PA
67152010-04-17 Pedro Alves <pedro@codesourcery.com>
6716
6717 * breakpoint.c (watchpoints_triggered): Use
6718 is_hardware_watchpoint.
6719 (watchpoints_triggered): Ditto.
6720 (bpstat_check_location): Use is_watchpoint and
6721 is_hardware_watchpoint.
6722 (bpstat_check_watchpoint): Use is_watchpoint and
6723 is_hardware_watchpoint.
6724 (bpstat_stop_status): Fix comment.
6725 (user_settable_breakpoint): Use is_watchpoint.
6726 (hw_watchpoint_used_count): Use is_hardware_watchpoint.
6727 (disable_watchpoints_before_interactive_call_start): Use
6728 is_watchpoint.
6729 (enable_watchpoints_after_interactive_call_stop): Use
6730 is_watchpoint.
6731 (clear_command): Use is_watchpoint.
6732 (do_enable_breakpoint): Use is_watchpoint.
6733
cb7db0f2
MF
67342010-04-16 Mike Frysinger <vapier@gentoo.org>
6735
6736 * solib-frv.c (enable_break1_done): Delete.
6737 (enable_break2): Do not check enable_break1_done. Move the
6738 enable_break2_done setting and call to
6739 remove_solib_event_breakpoints() to the end. Return without
6740 warning when the contents of _dl_debug_addr are 0.
6741 (enable_break): Do not set enable_break1_done.
6742 (frv_clear_solib): Likewise.
6743
d77b48cf
KB
67442010-04-16 Kevin Buettner <kevinb@redhat.com>
6745
6746 * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
6747 instead of an error if no PLT entry is found. Return a
6748 potentially useful result.
6749 (m32c_m16c_pointer_to_address): Add code to search for function
6750 address when no .plt entry is found.
6751
f90824dc
SS
67522010-04-16 Stan Shebs <stan@codesourcery.com>
6753
6754 * tracepoint.c (trace_variable_command): Run a cleanup.
6755
9b79b476
PM
67562010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6757
6758 * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
6759
711e434b
PM
67602010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6761
6762 Support for Windows OS Thread Information Block.
6763 * NEWS: Document new feature.
6764 * remote.c (PACKET_qGetTIBAddr): New enum element.
6765 (remote_get_tib_address): New function.
6766 (init_remote_ops): Set to_get_tib_address field
6767 to remote_get_tib_address.
6768 (_initialize_remote): Add add_packet_config_cmd
6769 for PACKET_qGetTIBAddr.
6770 * target.c (update_current_target): Set default value for
6771 new to_get_tib_address field.
6772 * target.h (target_ops): New field to_get_tib_address.
6773 (target_get_tib_address): New macro.
6774 * windows-nat.c (thread_info): Add thread_local_base field.
6775 (windows_add_thread): Add tlb argument of type 'void *'.
6776 (fake_create_process): Adapt windows_add_thread call.
6777 (get_windows_debug_event): Idem.
6778 (windows_get_tib_address): New function.
6779 (init_windows_ops): Set to_get_tib_address field
6780 to remote_get_tib_address.
6781 (_initialize_windows_nat): Replace info_w32_cmdlist
6782 initialization by a call to init_w32_command_list.
6783 (info_w32_command, info_w32_cmdlist): Removed from here...
6784 to windows-tdep.c file.
6785 * windows-tdep.h (info_w32_cmdlist): Declare.
0407b3f1 6786 (init_w32_command_list): New external function
711e434b
PM
6787 declaration.
6788 * windows-tdep.c: Add several headers.
6789 (info_w32_cmdlist): to here, made global.
6790 (thread_information_32): New struct.
6791 (thread_information_64): New struct.
6792 (TIB_NAME): New char array.
6793 (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
6794 (maint_display_all_tib): New static variable.
6795 (windows_get_tlb_type): New function.
6796 (tlb_value_read, tlb_value_write): New functions.
6797 (tlb_value_funcs): New static struct.
6798 (tlb_make_value): New function.
6799 (display_one_tib): New function.
6800 (display_tib): New function.
6801 (show_maint_show_all_tib):New function.
6802 (info_w32_command): Moved from windows-nat.c.
6803 (init_w32_command_list): New function.
6804 (_initialize_windows_tdep): New function.
6805 New "maint set/show show-all-tib" command
6806 New "$_tlb" internal variable.
6807
cae3f17b
JB
68082010-04-16 Joel Brobecker <brobecker@adacore.com>
6809
6810 * tui/tui-regs.c (tui_display_register): Add comment about
6811 a couple of casts.
6812 * tui/tui-stack.c (tui_show_locator_content): Ditto.
6813
2ce6d6bf
SS
68142010-04-15 Stan Shebs <stan@codesourcery.com>
6815
6816 * frame.c: Include tracepoint.h.
6817 (get_current_frame): Allow a trace frame to be an alternate source
6818 of stack frame data.
6819 * tracepoint.c (tfind_1): Don't try to get current stack frame if
6820 it won't succeed.
6821
7e559477
PA
68222010-04-15 Pedro Alves <pedro@codesourcery.com>
6823
6824 * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
6825 flags.
6826 * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
6827
3f7b2faa
DE
68282010-04-15 Doug Evans <dje@google.com>
6829
fa33c3cd
DE
6830 * NEWS: Add entry for python program space support.
6831 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
6832 (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
6833 (py-progspace.o): New rule.
6834 * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
6835 function.
6836 (find_pretty_printer_from_progspace): New function.
6837 (find_pretty_printer_from_gdb): New function.
6838 (find_pretty_printer): Rewrite.
6839 * python/py-progspace.c: New file.
6840 * python/python-internal.h (program_space): Add forward decl.
6841 (pspace_to_pspace_object, pspy_get_printers): Declare.
6842 (gdbpy_initialize_pspace): Declare.
6843 * python/python.c: #include "progspace.h".
6844 (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
6845 (_initialize_python): Call gdbpy_initialize_pspace.
6846 (GdbMethods): Add current_progspace, progspaces.
6847
3f7b2faa
DE
6848 Add -s option to source command.
6849 * NEWS: Document new option.
6850 * cli/cli-cmds.c (find_and_open_script): Add function comment.
6851 Delete from_tty and cleanupp args. Split filep arg into file and
6852 full_pathp. New arg search_path.
6853 (source_script_from_stream): New function.
6854 (source_script_with_search): New function.
6855 (source_script): Rewrite.
6856 (source_command): Parse "-s" option.
6857 (init_cli_cmds): Add "-s" docs to source command help, and reformat.
6858 * python/python.c (source_python_script): Make file arg a const char *.
6859 Don't call fclose, leave for caller.
6860 * python/python.h (source_python_script): Update.
6861
a86988f2
PA
68622010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
6863 Pedro Alves <pedro@codesourcery.com>
6864
6865 Avoid rereading shared libraries that haven't changed.
6866
6867 * solib.c (free_so_symbols): New function, from ...
6868 (free_so): ... here. Call it.
6869 (solib_read_symbols): Don't warn here if symbols have already been
6870 loaded.
6871 (solib_add): Warn here instead, if a pattern was specified.
6872 (reload_shared_libraries_1): New.
6873 (reload_shared_libraries): Rewrite to not fetch the library list.
6874
e6d9b9c2
DE
68752010-04-14 Doug Evans <dje@google.com>
6876
589390d6 6877 * source.c (openp): Strip DOS drive letter if present before
e6d9b9c2
DE
6878 concatenating string to search path.
6879
516ba659
PA
68802010-04-14 Pedro Alves <pedro@codesourcery.com>
6881
6882 * objfiles.h (gdb_bfd_close_or_warn): Declare.
6883 * objfiles.c (gdb_bfd_close_or_warn): New.
6884 * corelow.c: Include objfiles.h
6885 (core_close): Use gdb_bfd_close_or_warn.
6886 * elfread.c (build_id_verify): Ditto.
6887 * exec.c (exec_close, exec_close_1): Ditto.
6888
048d532d
PA
68892010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
6890 Pedro Alves <pedro@codesourcery.com>
6891
6892 Group errors for many missing shared libraries.
6893
6894 * solist.h (struct so_list): Remove from_tty.
6895 * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
6896 (solib_map_sections): Take so_list argument. Return 0 if we
6897 failed to open a BFD. Add target sections here.
6898 (symbol_add_stub): Delete.
6899 (solib_read_symbols): Inline symbol_add_stub. Use current flags,
6900 not from_tty copied from the so_list. Don't warn a second time
6901 for a missing library.
6902 (update_solib_list): Don't save from_tty. Use TRY_CATCH. Do not
6903 add to the section table here. Print out a single warning for all
6904 missing libraries.
6905 * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
6906 flags.
6907
044c0f87
PM
69082010-04-14 Phil Muldoon <pmuldoon@redhat.com>
6909
6910 * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
6911 error/warning messages. Capitalize and use complete sentences.
6912 (blpy_block_syms_iternext): Likewise.
6913 * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
6914 * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
6915 (frame_info_to_frame_object, frapy_read_var)
6916 (gdbpy_frame_stop_reason_string): Likewise.
6917 * python/py-lazy-string.c (stpy_convert_to_value)
6918 (gdbpy_create_lazy_string_object): Likewise.
6919 * python/py-objfile.c (objfpy_set_printers): Likewise.
6920 * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
6921 * python/python.c (parameter_to_python): Likewise.
6922 * python/py-type.c (typy_range, typy_target): Likewise.
6923 * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
6924 (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
6925
6926
79f283fe
PM
69272010-04-14 Phil Muldoon <pmuldoon@redhat.com>
6928
6929 PR python/11381
6930
6931 * python/py-prettyprint.c (pretty_print_one_value): Test for
6932 Py_None.
6933 (print_string_repr): Test for Py_None. Set flags accordingly.
6934 Return value depending on return type.
6935 (print_children): Take a value indicating whether data was printed
6936 before this function was called. Alter output accordingly.
6937 (apply_val_pretty_printer): Capture return value from
6938 print_string_repr and pass to print_children.
6939
4ac5d44e
MK
69402010-04-13 Mark Kettenis <kettenis@gnu.org>
6941
e1caee70 6942 PR corefiles/11481
4ac5d44e
MK
6943 * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
6944 register note sections.
6945 (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
6946 New variables.
6947 (i386_linux_init_abi): Install list of supported register note
6948 sections that matches the target description.
6949
ad91cd99
PA
69502010-04-13 Pedro Alves <pedro@codesourcery.com>
6951
6952 * remote.c (remote_get_noisy_reply): Don't error out on empty
6953 replies.
6954 (remote_start_remote): Update and merge tracepoints and trace
6955 state variables as long as the target supports tracepoints.
6956 (remote_trace_init): Fix prototype.
6957 (remote_download_trace_state_variable): Validate reply.
6958 (remote_trace_set_readonly_regions): Fix prototype.
6959 (remote_trace_start): Fix prototype. Check for empty reply.
6960 (remote_get_trace_status): Small cleanup.
6961 (remote_trace_stop): Fix prototype. Check for empty reply.
6962 (remote_trace_find): Check for empty reply.
6963 (remote_save_trace_data): Validate reply.
6964 (remote_set_disconnected_tracing): Check for empty reply, and
6965 validate reply.
6966 (remote_set_circular_trace_buffer): Ditto.
6967
ae3bccd4
PM
69682010-04-13 Pierre Muller <muller@ics.u-strasbg.fr>
6969
6970 Suppress unused value warning during compilation.
6971 * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
6972 calls to void.
6973 * tui/tui-stack.c (tui_show_locator_content): Likewise.
6974
523136f2
SS
69752010-04-12 Stan Shebs <stan@codesourcery.com>
6976
6977 * tracepoint.c (tfile_xfer_partial): Check read result.
6978
0d18d720
MF
69792010-04-12 Mike Frysinger <vapier@gentoo.org>
6980
6981 * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
6982 * remote-sim.c (gdbsim_files_info): Likewise.
6983
3b273a55
RE
69842010-04-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6985
6986 * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
6987 * arm-linux-nat.c (arm_linux_vfp_register_count): New
6988 variable.
6989 (fetch_vfp_registers): New function to fetch VFP registers.
6990 (store_vfp_registers): New function to store VFP registers.
6991 (arm_linux_fetch_inferior_registers): Add support for VFP
6992 registers.
6993 (arm_linux_store_inferior_registers): Likewise.
6994 (arm_linux_read_description): Likewise.
6995 (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
6996 until we need it.
6997
778c7095
L
69982010-04-11 H.J. Lu <hongjiu.lu@intel.com>
6999
7000 * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
7001 tdep.
7002 (amd64_collect_xstateregset): Likewise.
7003
2114d44c
SS
70042010-04-09 Stan Shebs <stan@codesourcery.com>
7005
87290684
SS
7006 * tracepoint.c (trace_status_mi): Report frames created.
7007
2114d44c
SS
7008 * tracepoint.c (trace_dump_command): Include default-collect
7009 expressions.
7010
86da934b
UW
70112010-04-09 Ulrich Weigand <uweigand@de.ibm.com>
7012
7013 * symtab.c (find_function_start_sal): Never return SAL pointing
7014 before function start address, even if line info is missing.
7015
2d6e647a 70162010-04-09 Pedro Alves <pedro@codesourcery.com>
d337e9f0
PA
7017
7018 * NEWS: Mention tracepoints support.
7019
a97153c7
PA
70202010-04-09 Pedro Alves <pedro@codesourcery.com>
7021
7022 * tracepoint.c (trace_status_mi): Report disconnected tracing and
7023 circular trace buffer statuses.
7024
7a66d603
JK
70252010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7026
7027 * config/djgpp/fnchange.lst: Fix typo in translations for
7028 symbol-without-target_section.exp and symbol-without-target_section.c.
7029
2566ad2d
PA
70302010-04-09 Pedro Alves <pedro@codesourcery.com>
7031
7032 * breakpoint.c (condition_command): Pass condition expression to
7033 set_breakpoint_condition stripped from breakpoint number.
7034
adc36818
PM
70352010-04-09 Phil Muldoon <pmuldoon@redhat.com>
7036 Thiago Jung Bauermann <bauerman@br.ibm.com>
2566ad2d 7037 Tom Tromey <tromey@redhat.com>
adc36818
PM
7038
7039 * breakpoint.c (condition_command): Simplify. Move condition
7040 setting code to ...
7041 (set_breakpoint_condition): ... here. New function.
7042 * breakpoint.h (set_breakpoint_condition): Declare.
7043 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
7044 (SUBDIR_PYTHON_SRCS): Likewise.
7045 (py-breakpoint.o): New rule.
7046 * python/py-breakpoint.c: New file.
7047 * python/python-internal.h (gdbpy_breakpoints)
7048 (gdbpy_initialize_breakpoints): Declare.
7049 (GDB_PY_SET_HANDLE_EXCEPTION) Define.
7050
219f2f23
PA
70512010-04-09 Pedro Alves <pedro@codesourcery.com>
7052
7053 * regformats/regdat.sh: Include server.h. Don't include
7054 regcache.h.
7055
33da3f1c
SS
70562010-04-08 Stan Shebs <stan@codesourcery.com>
7057 Pedro Alves <pedro@codesourcery.com>
7058
7059 * tracepoint.h (struct trace_status): New fields disconnected_tracing
7060 and circular_buffer.
7061 (disconnect_tracing): Rename from disconnect_or_stop_tracing.
7062 * tracepoint.c (trace_status_command): Display target's status for
7063 disconnected tracing and circular buffer.
7064 (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
7065 query for non-disconnected-tracing case, remove the stop_tracing
7066 call.
7067 (tfile_open): Clear disconnected and circular buffer status.
7068 (trace_save): Save disconnected and circular buffer status.
7069 (parse_trace_status): Parse disconnected and circular buffer status,
7070 also recognize disconnected as a stop reason.
7071 * remote.c (remote_set_disconnected_tracing): Only set
7072 QTDisconnected if the remote end supports disconnected tracing.
7073 Warn otherwise, if trying to enable disconnected tracing.
7074 * infcmd.c (detach_command): Update disconnect_tracing call.
7075 * cli/cli-cmds.c (quit_command): Ditto.
7076
4e4d8374
L
70772010-04-08 H.J. Lu <hongjiu.lu@intel.com>
7078
7079 * i387-tdep.c (i387_collect_xsave): Replace abort with
7080 internal_error.
7081
ad443146
SS
70822010-04-08 Stan Shebs <stan@codesourcery.com>
7083
7084 * breakpoint.c (default_collect_info): New function.
7085 (breakpoints_info): Call it.
7086 (maintenance_info_breakpoints): Ditto.
7087 (tracepoints_info): Ditto.
7088
40936b0d
L
70892010-04-08 H.J. Lu <hongjiu.lu@intel.com>
7090
7091 * i387-tdep.c (i387_collect_xsave): Re-indent.
7092
3a13a53b
L
70932010-04-08 H.J. Lu <hongjiu.lu@intel.com>
7094
7095 * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
7096 if HAVE_PTRACE_GETFPXREGS is defined.
7097 (i386_linux_read_description): Set have_ptrace_getfpxregs and
7098 have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
7099
7100 * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
7101 (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
7102 if .reg-xfp section doesn't exist.
7103 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
7104
7105 * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
7106
7107 * i386-tdep.c: Include "features/i386/i386-mmx.c".
7108 (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
7109 (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional. Set
7110 xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
7111 (i386_gdbarch_init): Update comments.
7112 (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
7113
7114 * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
7115
7116 * config/djgpp/fnchange.lst: Add i386 MMX XML files.
7117
7118 * features/Makefile (i386/i386-mmx-expedite): New.
7119 (i386/i386-mmx-linux-expedite): Likewise.
7120 ($(outdir)/i386/i386-mmx.dat): Likewise.
7121 ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
7122
7123 * features/i386/i386-mmx-linux.c: New.
7124 * features/i386/i386-mmx-linux.xml: Likewise.
7125 * features/i386/i386-mmx.c: Likewise.
7126 * features/i386/i386-mmx.xml: Likewise.
7127 * regformats/i386/i386-mmx-linux.dat: Likewise.
7128 * regformats/i386/i386-mmx.dat: Likewise.
7129
7130 * features/Makefile (WHICH): Add i386/i386-mmx and
7131 i386/i386-mmx-linux.
7132
08001717
DE
71332010-04-08 Doug Evans <dje@google.com>
7134
7135 * source.c (openp): Skip $cdir in PATH.
7136
fff5cc64
PM
71372010-04-08 Phil Muldoon <pmuldoon@redhat.com>
7138
7139 PR python/11417
fff5cc64 7140 * python/py-lazy-string.c (stpy_convert_to_value): Check for
3a13a53b
L
7141 a NULL address.
7142 (gdbpy_create_lazy_string_object): Allow strings with a NULL
7143 address and a zero length.
fff5cc64 7144
f8c4f480
HZ
71452010-04-08 Hui Zhu <teawater@gmail.com>
7146
7147 * i386-tdep.c (i386_process_record): Add support for insn
7148 rdtsc.
7149
eb5cda86
DE
71502010-04-07 Doug Evans <dje@google.com>
7151
7152 * python/python.c (source_python_script): Use ensure_python_env
7153 to prepare environment for script.
7154
a055a187
L
71552010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7156
7157 * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
7158 <sys/uio.h> and "i386-xstate.h".
7159 (PTRACE_GETREGSET): New.
7160 (PTRACE_SETREGSET): Likewise.
7161 (have_ptrace_getregset): Likewise.
7162 (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
7163 registers.
7164 (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
7165 registers.
7166 (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
7167 (amd64_linux_store_inferior_registers): Likewise.
7168 (amd64_linux_read_description): Check and enable AVX target
7169 descriptions.
7170
7171 * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
7172 and "features/i386/amd64-avx-linux.c".
7173 (amd64_linux_regset_sections): New.
7174 (amd64_linux_core_read_description): Check and enable AVX
7175 target description.
7176 (amd64_linux_init_abi): Set xsave_xcr0_offset. Call
7177 set_gdbarch_core_regset_sections.
7178 (_initialize_amd64_linux_tdep): Call
7179 initialize_tdesc_amd64_avx_linux.
7180
7181 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
7182 AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
7183 (tdesc_amd64_avx_linux): New.
7184 (amd64_linux_update_xstateregset): Likewise.
7185
7186 * amd64-tdep.c: Include "features/i386/amd64-avx.c".
7187 (amd64_ymm_names): New.
7188 (amd64_ymmh_names): Likewise.
7189 (amd64_register_name): Likewise.
7190 (amd64_supply_xstateregset): Likewise.
7191 (amd64_collect_xstateregset): Likewise.
7192 (amd64_supply_xsave): Likewise.
7193 (amd64_collect_xsave): Likewise.
7194 (AMD64_NUM_REGS): Removed.
7195 (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
7196 %xmmN if AVX is available.
7197 (amd64_pseudo_register_name): Support pseudo YMM registers.
7198 (amd64_regset_from_core_section): Support .reg-xstate section.
7199 (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
7200 and ymm0h_regnum. Call set_gdbarch_register_name.
7201 (amd64_init_abi): Call initialize_tdesc_amd64_avx.
7202
7203 * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
7204 AMD64_YMM15H_REGNUM.
7205 (AMD64_NUM_REGS): New.
7206 (amd64_supply_xsave): Likewise.
7207 (amd64_collect_xsave): Likewise.
7208 (amd64_register_name): Removed.
7209 (amd64_register_type): Likewise.
7210
31aeac78
L
72112010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7212
7213 * i387-tdep.c: Include "i386-xstate.h".
7214 (XSAVE_XSTATE_BV_ADDR): New.
7215 (xsave_avxh_offset): Likewise.
7216 (XSAVE_AVXH_ADDR): Likewise.
7217 (i387_supply_xsave): Likewise.
7218 (i387_collect_xsave): Likewise.
7219
7220 * i387-tdep.h (I387_NUM_YMM_REGS): New.
7221 (I387_YMM0H_REGNUM): Likewise.
7222 (I387_YMMENDH_REGNUM): Likewise.
7223 (i387_supply_xsave): Likewise.
7224 (i387_collect_xsave): Likewise.
7225
c131fcee
L
72262010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7227
7228 * i386-linux-nat.c: Include "regset.h", "elf/common.h",
7229 <sys/uio.h> and "i386-xstate.h".
7230 (PTRACE_GETREGSET): New.
7231 (PTRACE_SETREGSET): Likewise.
7232 (fetch_xstateregs): Likewise.
7233 (store_xstateregs): Likewise.
7234 (GETXSTATEREGS_SUPPLIES): Likewise.
7235 (regmap): Include 8 upper YMM registers.
7236 (i386_linux_fetch_inferior_registers): Support XSAVE extended
7237 state.
7238 (i386_linux_store_inferior_registers): Likewise.
7239 (i386_linux_read_description): Check and enable AVX target
7240 descriptions.
7241
7242 * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
7243 "i386-xstate.h" and "features/i386/i386-avx-linux.c".
7244 (i386_linux_regset_sections): Add ".reg-xstate".
7245 (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
7246 (i386_linux_core_read_xcr0): New.
7247 (i386_linux_core_read_description): Check and enable AVX target
7248 description.
7249 (i386_linux_init_abi): Set xsave_xcr0_offset.
7250 (_initialize_i386_linux_tdep): Call
7251 initialize_tdesc_i386_avx_linux.
7252
7253 * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
7254 I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
7255 (i386_linux_core_read_xcr0): New.
7256 (tdesc_i386_avx_linux): Likewise.
7257 (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
7258
7259 * i386-tdep.c: Include "i386-xstate.h" and
7260 "features/i386/i386-avx.c".
7261 (i386_ymm_names): New.
7262 (i386_ymmh_names): Likewise.
7263 (i386_ymmh_regnum_p): Likewise.
7264 (i386_ymm_regnum_p): Likewise.
7265 (i386_xmm_regnum_p): Likewise.
7266 (i386_register_name): Likewise.
7267 (i386_ymm_type): Likewise.
7268 (i386_supply_xstateregset): Likewise.
7269 (i386_collect_xstateregset): Likewise.
7270 (i386_sse_regnum_p): Removed.
7271 (i386_pseudo_register_name): Support pseudo YMM registers.
7272 (i386_pseudo_register_type): Likewise.
7273 (i386_pseudo_register_read): Likewise.
7274 (i386_pseudo_register_write): Likewise.
7275 (i386_dbx_reg_to_regnum): Return %ymmN register number for
7276 %xmmN if AVX is available.
7277 (i386_regset_from_core_section): Support .reg-xstate section.
7278 (i386_register_reggroup_p): Supper upper YMM and YMM registers.
7279 (i386_process_record): Replace i386_sse_regnum_p with
7280 i386_xmm_regnum_p.
7281 (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
7282 Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
8d95cc3b 7283 (i386_gdbarch_init): Set xstateregset. Set xsave_xcr0_offset.
c131fcee
L
7284 Call set_gdbarch_register_name. Replace I386_SSE_NUM_REGS with
7285 I386_AVX_NUM_REGS. Set ymmh_register_names, ymm0h_regnum and
7286 num_ymm_regs. Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
7287 Set ymm0_regnum.
7288 (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
7289
7290 * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
7291 xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
7292 i386_ymm_type.
7293 (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
7294 (I386_AVX_NUM_REGS): New.
7295 (i386_xmm_regnum_p): Likewise.
7296 (i386_ymm_regnum_p): Likewise.
7297 (i386_ymmh_regnum_p): Likewise.
7298
7299 * common/i386-xstate.h: New.
7300
98adf0f3
L
73012010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7302
7303 * config/djgpp/fnchange.lst: Add x86 AVX XML files.
7304
7305 * features/Makefile (WHICH): Add i386/i386-avx,
7306 i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
7307 (i386/i386-avx-expedite): New.
7308 (i386/i386-avx-linux-expedite): Likewise.
7309 (i386/x86-64-avx-expedite):Likewise.
7310 (i386/x86-64-avx-linux-expedite): Likewise.
7311 ($(outdir)/i386/i386-avx.dat): New dependency.
7312 ($(outdir)/i386/i386-avx-linux.dat): Likewise.
7313 ($(outdir)/i386/x86-avx-64.dat): Likewise.
7314 ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
7315
7316 * features/i386/32bit-avx.xml: New.
7317 * features/i386/64bit-avx.xml: Likewise.
7318 * features/i386/i386-avx-linux.c: Likewise.
7319 * features/i386/i386-avx-linux.xml: Likewise.
7320 * features/i386/i386-avx.c: Likewise.
7321 * features/i386/i386-avx.xml: Likewise.
7322 * features/i386/x86-64-avx-linux.c: Likewise.
7323 * features/i386/x86-64-avx-linux.xml: Likewise.
7324 * features/i386/x86-64-avx.c: Likewise.
7325 * features/i386/x86-64-avx.xml: Likewise.
7326 * regformats/i386/i386-avx-linux.dat: Likewise.
7327 * regformats/i386/i386-avx.dat: Likewise.
7328 * regformats/i386/x86-64-avx-linux.dat: Likewise.
7329 * regformats/i386/x86-64-avx.dat: Likewise.
7330
05159abe
DE
73312010-04-07 Doug Evans <dje@google.com>
7332
7333 * top.c (source_file_name): Make const char *.
7334 * top.h (source_file_name): Update.
7335 * cli/cli-script.c (source_cleanup_lines_args): Make old_file
7336 const char *.
7337 (script_from_file): Change `file' arg to const char *.
7338 * cli/cli-script.h (script_from_file): Update.
7339
96e39866
DE
73402010-04-06 Doug Evans <dje@google.com>
7341
7342 * cli/cli-cmds.c (source_command): Run cleanups.
7343
3149d8c1
SS
73442010-04-06 Stan Shebs <stan@codesourcery.com>
7345
7346 * defs.h (char_ptr): Move typedef here from...
7347 * ada-lang.c (char_ptr): Remove.
7348 * charset.c (char_ptr): Remove.
7349 * tracepoint.h (struct uploaded_string): Remove.
7350 (struct uploaded_tp): Use vectors for string arrays.
7351 * tracepoint.c (trace_save): Use vectors of actions.
7352 (parse_tracepoint_definition): Ditto.
7353 (get_uploaded_tp): Clear vectors.
7354 * breakpoint.c (create_tracepoint_from_upload): Use vectors.
7355 (next_cmd): Change to an int.
7356 (read_next_cmd): Use vector of command strings.
7357
4cc23ede
DE
73582010-04-06 Doug Evans <dje@google.com>
7359
7360 * top.h (source_script, cd_command): Delete.
7361 * main.c: #include "cli/cli-cmds.h"
7362
bd333fb7
KB
73632010-04-06 Kevin Buettner <kevinb@redhat.com>
7364
7365 * m32c-tdep.c (make_types): When calling `arch_type', pass size of
7366 type in bytes, not bits.
7367
ec8a089a
PM
73682010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
7369
7370 * stabsread.c (define_symbol): Add support for char
7371 and string constants.
7372
2244ba2e
PM
73732010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
7374
7375 Remove remaining "%ll" uses.
7376 * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
7377 hex_string call.
7378 * rs6000-nat.c (rs6000_ptrace64): Idem.
7379 * solib-pa64.c (pa64_current_sos): Idem.
7380 * solib-spu.c (spu_current_sos): Idem.
7381 * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
7382 plongest call.
7383 * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
7384 phex (VAR, 8) call.
7385 * sh64-tdep.c (sh64_show_media_regs): Idem.
7386
fce3c1f0
SS
73872010-04-05 Stan Shebs <stan@codesourcery.com>
7388
7389 * tracepoint.c: Include gdbcore.h.
7390 (tfile_xfer_partial): Return partial results, also try reading
7391 from executable.
7392 (tfile_has_all_memory): New function.
7393 (init_tfile_ops): Use it.
7394
626ea16d
SDJ
73952010-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7396
7397 PR gdb/10736:
7398 * xml-syscall.c (my_gdb_datadir): New variable to keep track of
7399 the changes in data-directory.
7400 (init_sysinfo): Reload the syscall XML file if the data-directory
7401 has changed.
7402
1f7ccab2
JK
74032010-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7404
7405 Code cleanup.
7406 * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
7407
d77f58be
SS
74082010-04-04 Stan Shebs <stan@codesourcery.com>
7409 Nathan Sidwell <nathan@codesourcery.com>
7410
7411 * breakpoint.c (breakpoint_1): Add filter argument, return number of
7412 breakpoints printed.
7413 (is_hardware_watchpoint): Make argument const.
7414 (is_watchpoint): Ditto.
7415 (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
7416 use it everywhere.
7417 (breakpoints_info): Pass NULL to breakpoint_1.
7418 (maintenance_info_breakpoints): Ditto.
7419 (watchpoints_info): New function.
7420 (tracepoints_info): Use breakpoint_1 filter.
7421 (set_ignore_count): Warn that tracepoint ignore count will be ignored.
7422 (_initialize_breakpoint): Make "info watchpoints" its own command.
7423 * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
7424 * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
7425
af54718e
SS
74262010-04-04 Stan Shebs <stan@codesourcery.com>
7427
7428 * tracepoint.c (tfile_fetch_registers): Add fallback case.
7429
74d1f91e
JK
74302010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7431
7432 * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
7433 * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
7434
91d91ceb
JK
74352010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7436
7437 * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
7438 * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
7439
60531b24
JK
74402010-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7441
7442 * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
7443 code form.
7444
a3c4230a
HZ
74452010-04-02 Hui Zhu <teawater@gmail.com>
7446
7447 * i386-tdep.c (OT_DQUAD): New enum.
7448 (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
7449 SSE3, SSSE3 and SSE4.
7450
b15758fe
HZ
74512010-04-02 Hui Zhu <teawater@gmail.com>
7452
7453 * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
7454 "*addr = 0".
7455
afd02f27
PA
74562010-04-02 Pedro Alves <pedro@codesourcery.com>
7457
7458 * tracepoint.c (trace_dump_actions): New, factored out from
7459 trace_dump_command, and adjusted to recurse into while-stepping's
7460 action list.
7461 (trace_dump_command): Use it.
7462
5cea2a26
PA
74632010-04-02 Pedro Alves <pedro@codesourcery.com>
7464
7465 * breakpoint.h (struct counted_command_line): Moved definition to
7466 breakpoint.c, and forward declare.
7467 (breakpoint_commands): Declare.
7468 * breakpoint.c (struct counted_command_line): Moved here.
7469 (breakpoint_commands): New.
7470 * tracepoint.c (encode_actions): Use breakpoint_commands.
7471 * remote.c (remote_download_tracepoint): Ditto.
7472
7c47795c
L
74732010-04-01 H.J. Lu <hongjiu.lu@intel.com>
7474
7475 * remote.c (remote_parse_stop_reply): Use hex_string instead
7476 of phex_nz for error.
7477
fff87407
SS
74782010-04-01 Stan Shebs <stan@codesourcery.com>
7479 Nathan Sidwell <nathan@codesourcery.com>
7480
7481 * tracepoint.h (enum actionline_type): Remove.
7482 (validate_actionline): Change return to void.
7483 * tracepoint.c (report_agent_reqs_errors): New function.
7484 (validate_actionline): Call it, change return to void, report errors
7485 more consistently.
7486 (collect_symbol): Call report_agent_reqs_errors.
7487 (encode_actions_1): Ditto.
7488 (encode_actions): Don't expect a result from validate_actionline.
7489
615bcdef
SS
74902010-04-01 Stan Shebs <stan@codesourcery.com>
7491
7492 * tracepoint.c (trace_start_command): Confirm if trace is running.
7493 (trace_stop_command): Error if trace not running.
7494
fe01d668
L
74952010-04-01 H.J. Lu <hongjiu.lu@intel.com>
7496
7497 * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
7498 (AMD64_NUM_LOWER_BYTE_REGS): New.
7499 (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
7500 (amd64_pseudo_register_write): Likewise.
7501 (amd64_init_abi): Set num_byte_regs to 20.
7502
86b17b60
PA
75032010-04-01 Pedro Alves <pedro@codesourcery.com>
7504
7505 * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
7506 (prev_breakpoint_count): New.
7507 (set_breakpoint_count): Adjust.
7508 (rbreak_start_breakpoint_count): New.
7509 (start_rbreak_breakpoints): Adjust.
7510 (end_rbreak_breakpoints): Adjust.
7511 (struct commands_info) <arg>: New field.
7512 (do_map_commands_command): Tweak output to include breakpoint spec
7513 range.
7514 (commands_command_1): Adjust. Avoid setting an xfree cleanup if
7515 ARG was empty on entry. Set INFO's arg.
7516 (create_breakpoint): Adjust.
7517
7518 * NEWS: Clarify `commands' changes.
7519
2c58c0a9
PA
75202010-04-01 Pedro Alves <pedro@codesourcery.com>
7521
7522 * tracepoint.c: Include stack.h.
7523 (struct add_local_symbols_data): New.
7524 (do_collect_symbol): New.
7525 (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
7526 iterate_over_block_local_vars.
7527 * stack.c (print_block_frame_locals): Rewrite as ...
7528 (iterate_over_block_locals): ... this. Take a callback function
7529 pointer and generic data pointer, and call that instead of
7530 print_variable_and_value.
7531 (struct print_variable_and_value_data): New.
7532 (do_print_variable_and_value): New.
7533 (iterate_over_block_local_vars): New, abstracted out from
7534 print_frame_local_vars.
7535 (print_frame_local_vars): Rewrite using
7536 iterate_over_block_local_vars.
7537 (iterate_over_block_arg_vars): New, abstracted out from
7538 print_frame_arg_vars.
7539 (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
7540 * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
7541 (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
7542
d476da0e
RE
75432010-03-31 Richard Earnshaw <rearnsha@arm.com>
7544
7545 * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
8d95cc3b 7546 instructions. Use the PC+4 if the base of the TBB or TBH is the
d476da0e
RE
7547 PC register.
7548
8072405b
JK
75492010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
7550
7551 Fix crash on reading wrong function declaration DWARF.
7552 * dwarf2read.c (read_subroutine_type): New variable void_type.
7553 Pre-fill all TYPE_FIELD_TYPEs. Move nparams and iparams initialization
7554 more close to their use.
7555
8bf6485c
SS
75562010-03-31 Stan Shebs <stan@codesourcery.com>
7557
7558 * breakpoint.c (tracepoint_save_command): Include variables,
8d95cc3b 7559 conditionals, tracepoint types, and default-collect.
8bf6485c
SS
7560 * tracepoint.c (save_trace_state_variables): New function.
7561 * tracepoint.h (save_trace_state_variables): Declare it.
7562
2ae2a0b7
PM
75632010-03-31 Pierre Muller <muller@ics.u-strasbg.fr>
7564
1a161f72 7565 * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
2ae2a0b7 7566
86ffb506
KS
75672010-03-30 Keith Seitz <keiths@redhat.com>
7568
7569 * c-typeprint.c (c_type_print_args): Don't print "void"
7570 for java, regardless of whether it is TYPE_PROTOTYPED.
7571 Use the passed-in language instead of current_language.
7572 (c_type_print_varspec_suffix): Use current_language instead
7573 of assuming language_c.
7574 * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
7575 any return type specifier from the physname.
7576
956c2c8b
PA
75772010-03-30 Pedro Alves <pedro@codesourcery.com>
7578
7579 * tui/tui-interp.c (tui_is_toplevel): New.
7580 (tui_init): Set it.
7581 (tui_allowed_p): New.
7582 * tui/tui.c (tui_enable): Check if the TUI is allowed before
7583 enabling it.
7584 * tui/tui.h (tui_allowed_p): Declare.
7585
98e5a990
TT
75862010-03-30 Ozkan Sezer <sezeroz@gmail.com>
7587
7588 * serial.h: Include winsock2.h before windows.h.
7589
c8d5aac9
L
75902010-03-30 H.J. Lu <hongjiu.lu@intel.com>
7591
7592 * NEWS: Mention xmlRegisters= in qSupported packet.
7593
7594 * i386-tdep.c: Include "remote.h".
7595 (_initialize_i386_tdep): Call register_remote_support_xml.
7596
7597 * remote.c (remote_support_xml): New.
7598 (register_remote_support_xml): Likewise.
7599 (remote_query_supported_append): Likewise.
7600 (remote_query_supported): Support remote_support_xml.
7601
7602 * remote.h (register_remote_support_xml): New.
7603
76a2b958
SS
76042010-03-29 Stan Shebs <stan@codesourcery.com>
7605
42e08e69
SS
7606 * tracepoint.c (trace_find_line_command): Remove dead code.
7607
409873ef
SS
7608 * tracepoint.h (struct uploaded_string): New struct.
7609 (struct uploaded_tp): New fields for source strings.
7610 * breakpoint.c (this_utp, next_cmd): New globals.
7611 (read_uploaded_action): New function.
7612 (create_tracepoint_from_upload): Fill in more parts
7613 of a tracepoint.
7614 * tracepoint.c (encode_source_string): New function.
7615 (trace_save): Write out source strings, fix error checks.
7616 (parse_tracepoint_definition): Add source string parsing.
7617 * remote.c (PACKET_TracepointSource): New packet type.
7618 (remote_download_command_source): New function.
7619 (remote_download_tracepoint): Download source pieces also.
7620 (_initialize_remote): Add packet config command.
7621
a0405854
SS
7622 * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
7623 expression handler.
7624
76a2b958
SS
7625 * tracepoint.c (start_tracing): Check tracepoints before sending
7626 commands to target, don't start if all tracepoints disabled.
7627
d350db38
PA
76282010-03-28 Pedro Alves <pedro@codesourcery.com>
7629
12f2d601 7630 * cli/cli-script.c (process_next_line): Handle 'stepping'.
d350db38 7631
8b9b7ef8
SS
76322010-03-26 Stan Shebs <stan@codesourcery.com>
7633
7634 * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
7635
9766ced4
SS
76362010-03-26 Tom Tromey <tromey@redhat.com>
7637
7638 * breakpoint.c (commands_command_1): Duplicate 'arg'.
7639
059acae7
UW
76402010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7641
7642 * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
7643 (skip_prologue_sal): Remove local definition.
7644 (resolve_sal_pc): Remove now unnecessary code.
7645 * linespec.c (minsym_found): Call skip_prologue_sal.
7646 * symtab.c (find_function_start_pc): Remove.
7647 (find_function_start_sal): Extract prologue skipping into ...
7648 (skip_prologue_sal): ... this new function. Handle code both
7649 with and without debug info. Respect SAL's explicit_pc and
7650 explicit_line flags. Inline old find_function_start_pc.
7651 * symtab.h (find_function_start_pc): Remove.
7652 (skip_prologue_sal): Add prototype.
7653
4a811a97
UW
76542010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7655
7656 * dwarf2read.c (read_func_scope): Also scan specification DIEs
7657 for DW_TAG_imported_module children.
7658
907af001
UW
76592010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7660
7661 * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
7662 ignoring spurious DW_AT_name attributes for unnamed structs or unions.
7663 * completer.c (add_struct_fields): Fix inverted logic.
7664
dde2d684
UW
76652010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7666
7667 * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
7668
a609a0c8
PA
76692010-03-26 Pedro Alves <pedro@codesourcery.com>
7670
7671 * tracepoint.c (current_trace_status): Don't make sure error_desc
7672 is non-NULL here.
7673 (parse_trace_status): Release a previous error_desc string, and
7674 set it to NULL by default. If stop reason is tracepoint_error,
7675 make sure error_desc is not left NULL.
7676
610197fd
PA
76772010-03-26 Pedro Alves <pedro@codesourcery.com>
7678
7679 * tracepoint.c (trace_save): Remove X from tracepoint error
7680 description.
7681
99b5e152
PA
76822010-03-26 Pedro Alves <pedro@codesourcery.com>
7683
7684 * tracepoint.c (parse_trace_status): Don't allow plain strings in
7685 the terror description. Don't expect an X prefix.
7686
6c28cbf2
SS
76872010-03-25 Stan Shebs <stan@codesourcery.com>
7688
7689 * tracepoint.h (trace_stop_reason): Add tracepoint_error.
7690 (struct trace_status): New field error_desc.
7691 * tracepoint.c (stop_reason_names): Add terror.
7692 (current_trace_status): Ensure non-NULL error description.
7693 (trace_status_command): Add error report.
7694 (trace_status_mi): Ditto.
7695 (trace_save): Add special case for error description.
7696 (parse_trace_status): Add case for errors.
7697
418835cc
KS
76982010-03-25 Keith Seitz <keiths@redhat.com>
7699
7700 * dwarf2read.c (read_subroutine_type): If the compilation unit
7701 language is Java, mark any formal parameter named "this" as
7702 artificial (GCC/43521).
7703 (dwarf2_name): Add special handling for Java constructors.
7704
aa7d318d
TT
77052010-03-25 Tom Tromey <tromey@redhat.com>
7706
7707 PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
7708 * infrun.c (handle_inferior_event): Change initialization of
7709 stop_stack_dummy.
7710 (handle_inferior_event): Change assignment to stop_stack_dummy.
7711 (normal_stop): Update use of stop_stack_dummy.
7712 (struct inferior_status) <stop_stack_dummy>: Change type.
7713 * inferior.h (stop_stack_dummy): Update.
7714 * infcmd.c (stop_stack_dummy): Change type.
7715 * infcall.c (cleanup_delete_std_terminate_breakpoint): New
7716 function.
7717 (call_function_by_hand): Call set_std_terminate_breakpoint.
7718 Rewrite std::terminate handling.
7719 * breakpoint.h (enum bptype) <bp_std_terminate,
7720 bp_std_terminate_master>: New.
7721 (enum stop_stack_kind): New.
7722 (struct bpstat_what) <call_dummy>: Change type.
7723 (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
7724 Declare.
7725 * breakpoint.c (create_std_terminate_master_breakpoint): New
7726 function.
7727 (update_breakpoints_after_exec): Handle bp_std_terminate_master.
7728 Call create_std_terminate_master_breakpoint.
7729 (print_it_typical): Handle new breakpoint kinds.
7730 (bpstat_stop_status): Handle bp_std_terminate_master.
7731 (bpstat_what): Correctly set call_dummy field. Handle
7732 bp_std_terminate_master and bp_std_terminate.
7733 (print_one_breakpoint_location): Update.
7734 (allocate_bp_location): Update.
7735 (set_std_terminate_breakpoint): New function.
7736 (delete_std_terminate_breakpoint): Likewise.
7737 (create_thread_event_breakpoint): Update.
7738 (delete_command): Update.
7739 (breakpoint_re_set_one): Update.
7740 (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
7741
82ccf5a5
JK
77422010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7743
7744 * symfile.c (build_section_addr_info_from_bfd): New.
7745 (build_section_addr_info_from_objfile): Base it on
7746 build_section_addr_info_from_bfd.
7747 (addrs_section_compar, addrs_section_sort): New.
7748 (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
7749 addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs. Build
7750 addrs_to_abfd_addrs. Use it for recalculating ADDRS.
7751
737c4c52
MS
77522010-03-24 Michael Snyder <msnyder@localhost.localdomain>
7753
8d95cc3b 7754 * elfread.c (find_separate_debug_file_by_buildid):
737c4c52
MS
7755 Remove unused local variable.
7756
95a42b64
TT
77572010-03-24 Tom Tromey <tromey@redhat.com>
7758
7759 PR breakpoints/9352:
7760 * NEWS: Mention changes to `commands' and `rbreak'.
7761 * symtab.c (do_end_rbreak_breakpoints): New function.
7762 (rbreak_command): Call start_rbreak_breakpoints; arrange to call
7763 end_rbreak_breakpoints.
7764 * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
7765 (set_breakpoint_count): Likewise. Clear last_was_multi.
7766 (multi_start, multi_end, last_was_multi): New globals.
7767 (start_rbreak_breakpoints, end_rbreak_breakpoints): New
7768 functions.
7769 (struct commands_info): New
7770 (do_map_commands_command): New function.
7771 (commands_command_1): New function.
7772 (commands_command): Use it.
7773 (commands_from_control_command): Likewise.
7774 (do_delete_breakpoint): New function.
7775 (delete_command): Use it.
7776 (map_breakpoint_numbers): Add 'data' argument. Pass to callback.
7777 (do_map_disable_breakpoint): New function.
7778 (disable_command): Use it.
7779 (do_map_enable_breakpoint): New function.
7780 (enable_command): Use it.
7781 (enable_once_breakpoint): Add argument.
7782 (enable_once_command): Update.
7783 (enable_delete_breakpoint): Add argument.
7784 (enable_delete_command): Update.
7785 (break_command_really): Set last_was_multi when needed.
7786 (check_tracepoint_command): Fix formatting.
7787 (validate_commands_for_breakpoint): New function.
7788 (breakpoint_set_commands): Use it.
7789 (tracepoint_save_command): Update.
7790 * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
7791 Declare.
7792
9add0f1b
TT
77932010-03-24 Tom Tromey <tromey@redhat.com>
7794
7795 * breakpoint.h (struct counted_command_line): New struct.
7796 (struct breakpoint) <commands>: Change type.
7797 (struct bpstats) <commands>: Change type.
7798 <commands_left>: New field.
7799 * breakpoint.c (alloc_counted_command_line): New function.
7800 (incref_counted_command_line): Likewise.
7801 (decref_counted_command_line): Likewise.
7802 (do_cleanup_counted_command_line): Likewise.
7803 (make_cleanup_decref_counted_command_line): Likewise.
7804 (breakpoint_set_commands): Use decref_counted_command_line and
7805 alloc_counted_command_line.
7806 (commands_command): Don't error if breakpoint commands are
7807 executing.
7808 (commands_from_control_command): Likewise.
7809 (bpstat_free): Update.
7810 (bpstat_copy): Likewise.
7811 (bpstat_clear_actions): Likewise.
7812 (bpstat_do_actions_1): Likewise.
7813 (bpstat_stop_status): Likewise.
7814 (print_one_breakpoint_location): Likewise.
7815 (delete_breakpoint): Likewise.
7816 (bpstat_alloc): Initialize new field.
7817 (tracepoint_save_command): Update.
7818 * tracepoint.c (encode_actions): Update.
7819 (trace_dump_command): Update.
7820
a6c727b2
DJ
78212010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
7822
7823 * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
7824 * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
7825 (read_structure_type): For RealView, set TYPE_STUB on structures with
7826 no byte size and no children.
7827 (read_subroutine_type): Mark functions as prototyped by default.
7828 * symtab.c (producer_is_realview): New function.
7829 * symtab.h (expand_line_sal): Fix declaration formatting.
7830 (producer_is_realview): Declare.
7831
0d39a070
DJ
78322010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
7833
7834 * arm-tdep.c (skip_prologue_function): New function.
7835 (submask, bit, bits, sbits, BranchDest): Move higher in the file.
7836 (thumb_analyze_prologue): Document return value. Recognize more
7837 Thumb instructions, skippable calls, and some Thumb-2 instructions.
7838 Add debug output.
7839 (arm_skip_prologue): Remove call dummy check. Check the prologue
7840 for non-GNU compilers.
7841 (arm_instruction_changes_pc): New function.
7842 (arm_analyze_prologue): New function, broken out from
7843 arm_scan_prologue. Recognize more ARM instructions and skippable
7844 calls. Update comments. Handle NULL cache. Return the address
7845 of the first unrecognized instruction. Do not skip past other
7846 instructions which change control flow. Add debug output.
7847 (arm_scan_prologue): Use arm_analyze_prologue.
7848 (ARM_PC_32): Delete.
7849 (shifted_reg_val): Simplify ARM_PC_32 check.
7850
4baf5cf4
VP
78512010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7852
7853 * tracepoint.c (tvariables_info_1): Actually compute
7854 the number of rows in the result.
7855
4a5e7a5b
PA
78562010-03-24 Pedro Alves <pedro@codesourcery.com>
7857
7858 * remote.c (crc32): Constify `buf' parameter.
7859 (remote_verify_memory): New, abstracted out from...
7860 (compare_sections_command): ... this. Remove hardcoded target
7861 checks.
7862 (init_remote_ops): Install remote_verify_memory.
7863 * target.c (target_verify_memory): New.
7864 * target.h (struct target_ops) <to_verify_memory>: New field.
7865 (target_verify_memory): Declare.
7866
011aacb0
VP
78672010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7868
7869 Implement -trace-save.
7870
7871 * mi-cmds.h (mi_cmds_trace_save): Declare.
7872 * mi-cmds.c (mi_cmds): Register -trace-save.
7873 * mi/mi-main.c (mi_cmd_trace_save): New.
7874 * remote.c (remote_save_trace_data): Take const parameter.
7875 * target.h (struct target_ops::to_save_trace_data): Take
7876 const parameter.
7877 * target.c (update_current_target): Adjust to the above.
7878 * tracepoint.c (trave_save): New, extracted from
7879 (trace_save_command): ...this.
7880 (tfile_trace_find): Remove message that is unnecessary now
7881 that 'tfind' reports found frame.
7882 * tracepoint.h (trace_save): Declare.
7883
f197e0f1
VP
78842010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7885
7886 Implement -trace-find.
7887
7888 * mi/mi-cmds.c (mi_cmds): Register -trace-find.
7889 * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
7890 * mi/mi-main.c (mi_cmd_trace_find): New.
7891 * target.h (struct target_ops): Document to_trace_find.
7892 * tracepoint.h (tfind_1): Declare.
7893 * tracepoint.c (finish_tfind_command): Rename to...
7894 (tfind_1): ...this.
7895 * remote.c (remote_trace_find): Return -1 if target say
7896 there's no frame. Improve error diagnostics.
7897
40e1c229
VP
78982010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7899
7900 -trace-define-variable and -trace-list-variables.
7901
7902 * tracepoint.c (create_trace_state_variable): Make
7903 private copy of name, as opposed to assuming the
7904 pointer lives forever.
7905 (tvariables_info_1): New.
7906 (tvariables_info): Use the above.
7907 * tracepoint.h (create_trace_state_variable, tvariables_info_1):
7908 Declare.
7909 * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
7910 and -trace-list-variables.
7911 * mi/mi-cmds.h (mi_cmd_trace_define_variable)
7912 (mi_cmd_trace_list_variables): New.
7913 * mi/mi-main.c (mi_cmd_trace_define_variable)
7914 (mi_cmd_trace_list_variables): New.
7915
9b4c786c
VP
79162010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7917
7918 Implement -break-passcount.
7919
7920 * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
7921 * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
7922 * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
7923
f224b49d
VP
79242010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7925
7926 -trace-start/-trace-end/-trace-status.
7927
7928 * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
7929 and -trace-stop.
7930 * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
7931 (mi_cmd_trace_stop): Declare.
7932 * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
7933 (mi_cmd_trace_stop): New.
7934 * tracepoint.c (start_tracing): New, extracted from...
7935 (trace_start_command): ...this.
7936 (trace_status_mi): New.
7937 * tracepoint.h (struct trace_status): Document
7938 stopping_tracepoint.
7939 (start_tracing, stop_tracing, trace_status_mi): Declare.
7940
6534d786
VP
79412010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7942
7943 Implement creating tracepoints with -break-insert.
7944
7945 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
7946 to mean that tracepoint should be created.
7947
51661e93
VP
79482010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7949
7950 * breakpoint.c (check_no_tracepoint_commands): Use
7951 current spelling of 'teval'.
7952
a7bdde9e
VP
79532010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7954
7955 Unify actions and commands
7956
7957 * defs.h (read_command_lines, read_command_lines_1): New
7958 parameters validator and closure.
7959 * tracepoint.h (struct action_line): Remove.
7960 * breakpoint.h (struct breakpoint): Remove the 'actions'
7961 field.
7962 * defs.h (enum command_control_type): New value
7963 while_stepping_control.
7964 (struct command_line): Add comments.
7965 * breakpoint.c (breakoint_is_tracepoint): New.
7966 (breakpoint_set_commands): For tracepoints,
7967 verify the commands are permissible.
7968 (check_tracepoint_commands): New.
7969 (commands_command): Require that each new line is validated using
7970 check_tracepoint_command, if we set commands for a tracepoint.
7971 (create_tracepoint_from_upload): Likewise.
7972 (print_one_breakpoint_location): Remove the code to print
7973 actions specifically.
7974 (tracepoint_save_command): Relay to print_command_lines.
7975 * cli/cli-script.c (process_next_line): New parameters validator
7976 and closure. Handle 'while-stepping'. Call validator if not null.
7977 (read_command_lines, read_command_lines1): Likewise.
7978 (recurse_read_control_structure): New parameters validator and
7979 closure. Handle while_stepping_control.
7980 (print_command_lines): Handle while-stepping.
7981 (get_command_line, define_command, document_command): Adjust.
7982 * remote.c (remote_download_tracepoint): Adjust.
7983 * tracepoint.c (make_cleanup_free_actions, read_actions)
7984 (free_actions, do_free_actions_cleanup): Remove.
7985 (trace_actions_command): Use read_command_lines.
7986 (validate_actionline): Use error in one place.
7987 (encode_actions_1): New, extracted from...
7988 (encode_actions): ...this. Also use cleanups for exception
7989 safety.
7990 (trace_dump_command): Adjust.
7991 * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
7992 it's tracepoint.
7993
64e3cf3d
MF
79942010-03-23 Mike Frysinger <vapier@gentoo.org>
7995
7996 * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
7997
52e9fde8
SS
79982010-03-22 Stan Shebs <stan@codesourcery.com>
7999
8000 * value.c (value_static_field): Be lazy about the field's value.
8001
508ccb1f
TT
80022010-03-22 Reid Kleckner <reid@kleckner.net>
8003
8004 PR gdb/11094
8005 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
8006 bp_jit_event.
8007 (disable_breakpoints_in_shlibs): Likewise.
8008
acebe513
UW
80092010-03-22 Ulrich Weigand <uweigand@de.ibm.com>
8010
8011 * dwarf2read.c (partial_die_parent_scope): Work around buggy
8012 GCC 4.1 debug info generation (GCC PR c++/28460).
8013 (determine_prefix): Likewise.
8014
957b8b5a
DJ
80152010-03-20 Daniel Jacobowitz <dan@codesourcery.com>
8016
8017 * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
8018 get_current_arch.
8019 * tui/tui-layout.c (extract_display_start_addr): Likewise.
8020
3b11a015
SS
80212010-03-19 Stan Shebs <stan@codesourcery.com>
8022
8023 * ax-gdb.c (gen_fetch): Handle bool.
8024 (gen_usual_unary): Ditto.
8025 (gen_cast): Ditto.
8026 (gen_equal): New function.
8027 (gen_less): New function.
8028 (gen_expr_binop_rest): Call them, also return integer type from
8029 logical operations.
8030 (gen_expr): Ditto.
8031
20781792
TT
80322010-03-19 Tom Tromey <tromey@redhat.com>
8033
8034 * jv-lang.c (jv_dynamics_objfile_data_key)
8035 (jv_type_objfile_data_key): New globals.
8036 (class_symtab): Move earlier.
8037 (jv_per_objfile_free): New function.
8038 (get_dynamics_objfile): Call set_objfile_data. Add 'gdbarch'
8039 parameter.
8040 Remove ancient #if 1.
8041 (add_class_symbol): Remove redundant declaration.
8042 (java_lookup_class): Use alloc_type, not alloc_type_arch.
8043 (java_link_class_type): Mark as static. Update.
8044 (jv_clear_object_type): New function.
8045 (set_java_object_type): Likewise.
8046 (get_java_object_type): Use set_java_object_type.
8047 (is_object_type): Likewise.
8048 (_initialize_java_language): Register new objfile keys.
8049 (get_java_class_symtab): Add 'gdbarch' parameter.
8050 (add_class_symtab_symbol): Update.
8051 (type_from_class): Update.
8052
cf3e25ca
SS
80532010-03-19 Stan Shebs <stan@codesourcery.com>
8054
8d95cc3b 8055 * ax-general.c (ax_const_l): Fix a sizing bug.
cf3e25ca 8056
f1ae44c9 80572010-03-18 Joel Brobecker <brobecker@adacore.com>
8058
8059 GDB 7.1 released.
8060
4daf5ac0
SS
80612010-03-18 Stan Shebs <stan@codesourcery.com>
8062 Pedro Alves <pedro@codesourcery.com>
8063
8064 * target.h (struct target_ops): New method
8065 to_set_circular_trace_buffer.
8066 (target_set_circular_trace_buffer): New macro.
8067 * target.c (update_current_target): Add
8068 to_set_circular_trace_buffer, fix to_set_disconnected_tracing
8069 default behavior.
8070 * remote.c (remote_set_circular_trace_buffer): New function.
8071 (init_remote_ops): Add it to vector.
8072 * tracepoint.h (struct trace_status): New field traceframes_created,
8073 change buffer_size and buffer_free to int.
8074 * tracepoint.c (circular_trace_buffer): New global.
8075 (start_tracing): Send values of disconnected tracing and circular
8076 trace buffer settings.
8077 (set_circular_trace_buffer): New function.
8078 (parse_trace_state): Handle total space and frames created.
8079 (trace_status_command): Display total space and total frames
8080 created.
8081 (trace_save): Write out new status values.
8082 (parse_trace_status): Set traceframe_count, traceframes_created,
8083 buffer_free and buffer_size to -1 by default.
8084 (_initialize_tracepoint): New setshow for circular-trace-buffer.
8085 * NEWS: Mention the circular trace buffer option.
8086
40c549d6
TT
80872010-03-18 Tom Tromey <tromey@redhat.com>
8088
8089 * infcmd.c (finish_command_continuation): Wrap print_return_value
8090 in TRY_CATCH.
8091
e8d05480
JB
80922010-03-18 Joel Brobecker <brobecker@adacore.com>
8093
8094 * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
8095 DIE has a name before creating the associated partial symbol.
8096 (read_func_scope): Emit a complaint if the subprogram does not
8097 have a name or when we can't extract the subprogram PC bounds.
8098
441b986a
UW
80992010-03-18 Ulrich Weigand <uweigand@de.ibm.com>
8100
8101 * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
8102 instead of selected frame architecture.
8103
4247603b
PA
81042010-03-18 Pedro Alves <pedro@codesourcery.com>
8105
8106 * infcmd.c (until_command): Use ERROR_NO_INFERIOR. Ensure there's
8107 a valid selected thread, and that it is not running.
8108 (advance_command): Ditto.
8109 (finish_command): Ditto.
8110
400c6af0
SS
81112010-03-17 Stan Shebs <stan@codesourcery.com>
8112
3a96536b
SS
8113 * ax-gdb.c (require_rvalue): Disallow non-scalars.
8114
573cda03
SS
8115 * infcall.c: Include tracepoint.h.
8116 (call_function_by_hand): Disallow calls in tfind mode.
8117 * infcmd.c: Include tracepoint.h.
8118 (ensure_not_tfind_mode): New function.
8119 (continue_1): Call it.
8120 (step_1) Ditto.
8121 (jump_command): Ditto.
8122 (signal_command): Ditto.
8123 (advance_command): Ditto.
8124 (until_command): Ditto.
8125 (finish_command): Ditto.
8126 * tracepoint.h (disconnect_or_stop_tracing): Declare.
8127
400c6af0
SS
8128 * ax-gdb.h (struct axs_value): New field optimized_out.
8129 (gen_trace_for_var): Add gdbarch argument.
8130 * ax-gdb.c (gen_trace_static_fields): New function.
8131 (gen_traced_pop): Call it, add gdbarch argument.
8132 (gen_trace_for_expr): Update call to it.
8133 (gen_trace_for_var): Ditto, and report optimized-out variables.
8134 (gen_struct_ref_recursive): Check for optimized-out value.
8135 (gen_struct_elt_for_reference): Ditto.
8136 (gen_static_field): Pass gdbarch instead of expression, assume
8137 optimization if field not found.
8138 (gen_var_ref): Set the optimized_out flag.
8139 (gen_expr): Error on optimized-out variable.
8140 * tracepoint.c (collect_symbol): Handle struct-valued vars as
8141 expressions, skip optimized-out variables with computed locations.
8142 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
8143 erroring out if location expression missing.
8144 (loclist_tracepoint_var_ref): Don't error out here.
8145
a3b2a86b
TT
81462010-03-17 Tom Tromey <tromey@redhat.com>
8147
8148 * dwarf2read.c (dwarf2_get_section_info): Handle case where no
8149 DWARF data is available.
8150
38963c97
DJ
81512010-03-17 Daniel Jacobowitz <dan@codesourcery.com>
8152
8153 * symfile.c (generic_load): Reset breakpoints after loading.
8154
ddabfc73
TT
81552010-03-17 Tom Tromey <tromey@redhat.com>
8156
8157 * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
8158
d8c09fb5
JK
81592010-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8160
8161 * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
8162 create_breakpoint call, adjust the parameters.
8163
bbb0eef6
JK
81642010-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8165 Chandru <chandru@in.ibm.com>
8166
8167 * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
8168 * valarith.c (value_subscripted_rvalue): Suppress error if
8169 TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
8170
46956e39
HZ
81712010-03-16 Holger Hans Peter Freyther <zecke@selfish.org>
8172
8173 * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
8174
b8d088ac
JB
81752010-03-16 Joel Brobecker <brobecker@adacore.com>
8176
8177 * ada-tasks.c (task_command_1): Check that the task ptid is valid
8178 before doing the associated thread switch.
8179
322be962
DJ
81802010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
8181
8182 * MAINTAINERS: Update my email address.
8183
8cdf0e15
VP
81842010-03-16 Vladimir Prus <vladimir@codesourcery.com>
8185
8186 Simplify MI breakpoint setting.
8187
8188 * breakpoint.c (break_command_really): Make nonstatic and
8189 rename to...
8190 (create_breakpoint): ...this. Rename prior function by this name
8191 to...
8192 (create_breakpoint_sal): ...this.
8193 (create_breakpoints): Rename to...
8194 (create_breakpoints_sal): ...this.
8195 (set_breakpoint): Remove.
8196 * breakpoint.h: Adjust to above changes.
8197 * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
8198
b6e7192f
SS
81992010-03-15 Stan Shebs <stan@codesourcery.com>
8200
8201 * ax-gdb.c: Include cp-support.h.
8202 (find_field): Remove.
8203 (gen_primitive_field): New function.
8204 (gen_struct_ref_recursive): New function.
8205 (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
8206 of find_field.
8207 (gen_static_field): New function.
8208 (gen_struct_elt_for_reference): New.
8209 (gen_namespace_elt): New.
8210 (gen_maybe_namespace_elt): New.
8211 (gen_aggregate_elt_ref): New.
8212 (gen_expr): Add OP_SCOPE, display opcode name in error message.
8213
1054b214
TT
82142010-03-15 Tom Tromey <tromey@redhat.com>
8215
8216 * dwarf2read.c (die_needs_namespace): Also return 0 for
8217 DW_TAG_subprogram.
8218
13387711
SW
82192010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
8220
8221 PR c++/7936:
8222 * cp-support.h: Added char *declaration element to using_direct
8223 data struct.
8224 (cp_add_using): Added char *declaration argument.
8225 (cp_add_using_directive): Ditto.
8226 (cp_lookup_symbol_imports): made extern.
8227 * cp-namespace.c: Updated with the above changes.
8228 * dwarf2read.c (read_import_statement): Ditto.
8229 (read_namespace): Ditto.
8230 (read_import_statement): Support import declarations.
8231 * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
8232 declarations.
8233 Added support for 'declaration_only' search.
8234 (cp_lookup_symbol_namespace): Attempt to search for the name as
8235 is before consideration of imports.
8236 * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
8237 search at every block level search.
8238 Now takes language argument.
8239 (lookup_symbol_aux): Updated.
8240
6e31430b
TT
82412010-03-15 Tom Tromey <tromey@redhat.com>
8242
8243 * c-exp.y (name_not_typename): Add 'operator' clause.
8244
4dea3bb7 82452010-03-15 Ralf Corsepius <ralf.corsepius@rtems.org> (tiny change)
bf307134
JB
8246
8247 * configure.ac: Exit if ${gdb_target_obs}" is not set.
8248 * configure: Regenerate.
8249
4d9743af
JK
82502010-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8251
8252 * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
8253 and ".sdynbss". Update the comment.
8254
f75150fe
JZ
82552010-03-15 Jie Zhang <jie@codesourcery.com>
8256
8257 * MAINTAINERS: Update my email address.
8258
3c13bc11
DJ
82592010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
8260
8261 * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
8262
43484f03
DJ
82632010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
8264
8265 * charset.c [USE_WIN32API]: Include <windows.h>.
8266 (_initialize_charset): Correct type of w32_host_default_charset.
8267
5f25d77d
PA
82682010-03-14 Pedro Alves <pedro@codesourcery.com>
8269
8270 * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
8271
1c809c68
TT
82722010-03-12 Tom Tromey <tromey@redhat.com>
8273
8274 PR c++/9708:
8275 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
8276 in a lexical block does not need a namespace.
8277 (new_symbol) <DW_TAG_variable>: Put extern variables on
8278 list_in_scope in all cases.
8279
948103cf
SS
82802010-03-12 Stan Shebs <stan@codesourcery.com>
8281
8282 * ax-gdb.c (gen_expr): Add shift expressions.
8283 (gen_expr_binop_rest): Ditto.
8284
00ae8fef
SW
82852010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
8286
8287 * buildsym.c (finish_block): Reset using_directives pointer
8288 after block initialization.
8289
9cad29ac
L
82902010-03-12 H.J. Lu <hongjiu.lu@intel.com>
8291
8292 * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
8293 * i386-tdep.c (i386_word_names): Likewise.
8294
2f4d8875
PA
82952010-03-12 Pedro Alves <pedro@codesourcery.com>
8296
8297 * target.c (memory_xfer_partial): Don't use the stack cache if
8298 inspecting trace frames.
8299 * tracepoint.c (finish_tfind_command): Invalidate the target
8300 dcache.
8301
ccf26247
JK
83022010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8303
8304 * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
8305 for the PIC displacement, print also the displacement value.
8306 (svr4_exec_displacement): Print DISPLACEMENT if INFO_VERBOSE.
8307
477c84a7
KB
83082010-03-10 Kevin Buettner <kevinb@redhat.com>
8309
8310 * remote-mips.c (close_ports, mips_initialize_cleanups)
8311 (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
8312 (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
8313 (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
8314 (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
8315 (pmon_check_entry_address, pmon_check_total, pmon_end_download)
8316 (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
8317 comments describing each of these functions.
8318 (mips_enter_debug, mips_exit_debug, common_open)
8319 (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
8320 blank line after the comment describing the function.
8321
01c30d6e
JK
83222010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8323
8324 * solib-svr4.c (svr4_exec_displacement): Return now success, new
8325 parameter displacementp. Update comment.
8326 (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
8327 element exists. Return if svr4_exec_displacement was not successful.
8328 Update comment.
8329
09919ac2
JK
83302010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8331 Daniel Jacobowitz <dan@codesourcery.com>
8332
8333 * solib-svr4.c (read_program_header): Support type == -1 to read
8334 all program headers.
8335 (read_program_headers_from_bfd): New function.
8336 (svr4_static_exec_displacement): Remove and move the comment ...
8337 (svr4_exec_displacement): ... here. Remove variable found. New
8338 variable displacement. Check also DYNAMIC. Verify DISPLACEMENT
8339 alignment for ELF targets. Compare target vs. exec_bfd PHDRs for ELF
8340 targets using read_program_headers_from_bfd. Remove the call of
8341 svr4_static_exec_displacement.
8342
d146bf1e
TT
83432010-03-10 Tom Tromey <tromey@redhat.com>
8344
8345 * dwarf2read.c (struct pubnames_header): Remove.
8346 (_PUBNAMES_HEADER): Remove.
8347 (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
8348 (struct aranges_header): Remove.
8349 (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
8350 (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
8351 (PUBNAMES_SECTION): Remove.
8352 (ARANGES_SECTION): Remove.
8353 (dwarf2_locate_sections): Don't handle pubnames or aranges.
8354 (dwarf2_build_psymtabs): Remove dead code.
8355 (dwarf2_build_psymtabs_easy): Remove.
8356
be391dca
TT
83572010-03-10 Tom Tromey <tromey@redhat.com>
8358
8359 * elfread.c (elf_symfile_read): Don't call
8360 dwarf2_build_frame_info.
8361 * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
8362 (struct dwarf2_per_objfile) <objfile>: New field.
8363 (dwarf2_has_info): Now idempotent. Set objfile field.
8364 (dwarf2_read_section): Check and set readin field. Call
8365 posix_madvise.
8366 (dwarf2_build_psymtabs): Don't read all sections.
8367 (read_type_comp_unit_head): Read types section.
8368 (create_debug_types_hash_table): Likewise.
8369 (init_cu_die_reader): Add asserts.
8370 (process_type_comp_unit): Add assert.
8371 (dwarf2_build_psymtabs_hard): Read info section.
8372 (load_partial_comp_unit): Add assert.
8373 (create_all_comp_units): Read info section.
8374 (load_full_comp_unit): Likewise.
8375 (dwarf2_ranges_read): Read ranges section.
8376 (dwarf2_record_block_ranges): Add assert.
8377 (dwarf2_read_abbrevs): Read abbrev section.
8378 (read_indirect_string): Read str section.
8379 (dwarf_decode_line_header): Read line section.
8380 (read_signatured_type_at_offset): Read types section.
8381 (dwarf_decode_macros): Read macinfo section.
8382 (dwarf2_symbol_mark_computed): Read loc section.
8383 * dwarf2-frame.c (dwarf2_frame_find_fde): Call
8384 dwarf2_build_frame_info.
8385 (dwarf2_build_frame_info): Unconditionally set
8386 dwarf2_frame_objfile_data on the objfile.
8387 * configure.ac: Check for posix_madvise.
8388 * config.in, configure: Rebuild.
8389
ccefe4c4
TT
83902010-03-10 Tom Tromey <tromey@redhat.com>
8391
e38df1d0
TT
8392 * xcoffread.c (xcoff_start_psymtab): Update.
8393 (xcoff_end_psymtab): Update.
8394 * psymtab.c (allocate_psymtab): Remove dead code.
8395 * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
8396 void*.
8397 * mdebugread.c (parse_partial_symbols): Update.
8398 (new_psymtab): Likewise.
8399 * dwarf2read.c (process_psymtab_comp_unit): Update.
8400 (psymtab_to_symtab_1): Update.
8401 * dbxread.c (start_psymtab): Update.
8402 (end_psymtab): Likewise.
8403
be391dca 84042010-03-10 Tom Tromey <tromey@redhat.com>
e38df1d0 8405
ccefe4c4
TT
8406 * xcoffread.c: Include psymtab.h.
8407 (xcoff_sym_fns): Update.
8408 * symtab.h (struct partial_symbol): Remove.
8409 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
8410 (struct partial_symtab): Remove.
8411 (PSYMTAB_TO_SYMTAB): Remove.
8412 (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
8413 (find_pc_sect_psymtab): Remove.
8414 (find_pc_sect_symtab_via_partial): Declare.
8415 (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
8416 (find_main_psymtab): Remove.
8417 (find_main_filename): Declare.
8418 (fixup_psymbol_section): Remove.
8419 (fixup_section): Declare.
8420 * symtab.c: Include psymtab.h.
8421 (lookup_symtab): Use lookup_symtab method.
8422 (lookup_partial_symtab): Remove.
8423 (find_pc_sect_psymtab_closer): Remove.
8424 (find_pc_sect_psymtab): Remove.
8425 (find_pc_sect_symtab_via_partial): New function.
8426 (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
8427 (fixup_section): No longer static.
8428 (fixup_psymbol_section): Remove.
8429 (lookup_symbol_aux): Use lookup_symbol_aux_quick.
8430 (lookup_global_symbol_from_objfile): Likewise.
8431 (lookup_symbol_aux_psymtabs): Remove.
8432 (lookup_symbol_aux_quick): New function.
8433 (lookup_symbol_global): Use lookup_symbol_aux_quick.
8434 (lookup_partial_symbol): Remove.
8435 (basic_lookup_transparent_type_quick): New function.
8436 (basic_lookup_transparent_type): Use it.
8437 (find_main_psymtab): Remove.
8438 (find_main_filename): New function.
8439 (find_pc_sect_symtab): Use find_pc_sect_symtab method.
8440 (find_line_symtab): Use expand_symtabs_with_filename method.
8441 (output_partial_symbol_filename): New function.
8442 (sources_info): Use map_partial_symbol_filenames.
8443 (struct search_symbols_data): New type.
8444 (search_symbols_file_matches): New function.
8445 (search_symbols_name_matches): Likewise.
8446 (search_symbols): Use expand_symtabs_matching method.
8447 (struct add_name_data): Rename from add_macro_name_data.
8448 (add_macro_name): Update.
8449 (add_partial_symbol_name): New function.
8450 (default_make_symbol_completion_list): Use
8451 map_partial_symbol_names.
8452 (struct add_partial_symbol_name): New type.
8453 (maybe_add_partial_symtab_filename): New function.
8454 (make_source_files_completion_list): Use
8455 map_partial_symbol_filenames.
8456 (expand_line_sal): Use expand_symtabs_with_filename method.
8457 * symmisc.c: Include psymtab.h.
8458 (print_objfile_statistics): Use print_stats method.
8459 (dump_objfile): Use dump method.
8460 (dump_psymtab, maintenance_print_psymbols)
8461 (maintenance_info_psymtabs, maintenance_check_symtabs)
8462 (extend_psymbol_list): Remove.
8463 * symfile.h (struct quick_symbol_functions): New struct.
8464 (struct sym_fns) <qf>: New field.
8465 (sort_pst_symbols): Remove.
8466 (increment_reading_symtab): Declare.
8467 * symfile.c: Include psymtab.h.
8468 (compare_psymbols, sort_pst_symbols): Remove.
8469 (psymtab_to_symtab): Remove.
8470 (increment_reading_symtab): New function.
8471 (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
8472 method.
8473 (set_initial_language): Use find_main_filename.
8474 (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
8475 (free_named_symtabs): Remove unused code.
8476 (start_psymtab_common, add_psymbol_to_bcache)
8477 (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
8478 Remove.
8479 * stack.c: Include psymtab.h, symfile.h.
8480 (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
8481 * source.h (psymtab_to_fullname): Don't declare.
8482 * source.c: Include psymtab.h.
8483 (select_source_symtab): Use find_last_source_symtab method.
8484 (forget_cached_source_info): Use forget_cached_source_info
8485 method.
8486 (find_and_open_source): No longer static.
8487 (psymtab_to_fullname): Remove.
8488 * somread.c: Include psymtab.h.
8489 (som_sym_fns): Update.
8490 * psympriv.h: New file.
8491 * psymtab.h: New file.
8492 * psymtab.c: New file.
8493 * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
8494 (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
8495 * objfiles.c: Include psymtab.h.
8496 (objfile_relocate1): Use relocate method.
8497 (objfile_has_partial_symbols): Use has_symbols method.
8498 * mipsread.c: Include psymtab.h.
8499 (ecoff_sym_fns): Update.
8500 * mi/mi-cmd-file.c: Include psymtab.h.
8501 (print_partial_file_name): New function.
8502 (mi_cmd_file_list_exec_source_files): Use
8503 map_partial_symbol_filenames.
8504 * mdebugread.c: Include psympriv.h.
8505 * machoread.c: Include psympriv.h.
8506 (macho_sym_fns): Update.
8507 * m2-exp.y (yylex): Use lookup_symtab.
8508 * elfread.c: Include psympriv.h.
8509 (elf_sym_fns): Update.
8510 * dwarf2read.c: Include psympriv.h.
8511 * dbxread.c: Include psympriv.h.
8512 (aout_sym_fns): Update.
8513 * cp-support.c: Include psymtab.h.
8514 (read_in_psymtabs): Remove.
8515 (make_symbol_overload_list_qualified): Use
8516 expand_symtabs_for_function method.
8517 * coffread.c: Include psympriv.h.
8518 (coff_sym_fns): Update.
8519 * blockframe.c: Include psymtab.h.
8520 (find_pc_partial_function): Use find_pc_sect_symtab method.
8521 * ada-lang.h (ada_update_initial_language): Update.
8522 * ada-lang.c: Include psymtab.h.
8523 (ada_update_initial_language): Remove 'main_pst' argument.
8524 (ada_lookup_partial_symbol): Remove.
8525 (struct ada_psym_data): New type.
8526 (ada_add_psyms): New function.
8527 (ada_add_non_local_symbols): Use map_ada_symtabs method.
8528 (struct add_partial_datum): New type.
8529 (ada_add_partial_symbol_completions): New function.
8530 (ada_make_symbol_completion_list): Use map_partial_symbol_names.
8531 (ada_exception_support_info_sniffer): Update.
8532 * Makefile.in (SFILES): Add psymtab.c.
8533 (COMMON_OBS): Add psymtab.o.
8534 (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
8535
7d8500b7
PM
85362010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
8537
8538 * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
8539
c0cc3a76
SW
85402010-03-10 Sami Wagiaalla <swagiaal@redhat.com>
8541
8542 PR C++/11236:
8543 * cp-namespace.c (cp_add_using): Deleted.
8544 (cp_add_using_directive): Use obstack allocations.
8545 Merged the function cp_add_using into this one.
8546 Added 'struct obstack *' argument.
8547 (cp_scan_for_anonymous_namespaces): Updated.
8548 * cp-support.h: Updated.
8549 * dwarf2read.c (read_import_statement): Updated.
8550 (read_namespace): Updated.
8551
452fa064
CF
85522010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
8553
8554 * windows-nat.c (cygwin_conv_path): Remove old macro.
8555
60e1c644
PA
85562010-03-10 Pedro Alves <pedro@codesourcery.com>
8557
8558 * breakpoint.c (condition_command): Handle watchpoint conditions.
8559 (is_hardware_watchpoint): Add comment.
8560 (is_watchpoint): New.
8561 (update_watchpoint): Don't reparse the watchpoint's condition
8562 unless necessary.
8563 (WP_IGNORE): New.
8564 (watchpoint_check): Use it.
8565 (bpstat_check_watchpoint): Handle it.
8566 (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
8567 conditions in a frame where it makes sense.
8568 (watch_command_1): Store the innermost block of the condition
8569 expression.
8570 (delete_breakpoint): Delete the watchpoint condition expression.
8571 * breakpoint.h (struct bp_location) <cond>: Update comment.
8572 (struct breakpoint): New field `cond_exp_valid_block'.
8573
af6b7be1
JB
85742010-03-09 Joel Brobecker <brobecker@adacore.com>
8575
8576 Adjust handling of Ada DIEs after dwarf2_physname patch.
8577 * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
8578
60c5c021
CF
85792010-03-09 Christopher Faylor <me+cygwin@cgf.cx>
8580 Pierre Muller <muller@ics.u-strasbg.fr>
8581
8582 * windows-nat.c (cygwin_conv_path): Redefine to properly convert
8583 from/to posix/win32.
8584 (windows_make_so): Use non-Cygwin 1.7 specific function.
8585 (windows_create_inferior): Make sure that cygallargs points to
8586 original args in non Cygwin 1.7. case.
8587
60a1502a
MS
85882010-03-09 Michael Snyder <msnyder@vmware.com>
8589
8590 * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
8591 after target_read_memory to get host byte order.
8592 (i386_process_record): Ditto.
8593
94af9270
KS
85942010-03-09 Keith Seitz <keiths@redhat.com>
8595
8596 Based on work from Daniel Jacobowitz <dan@codesourcery.com>
8597 * c-typeprint.c (cp_type_print_method_args): For non-static methods,
8598 print out const or volatile qualifiers, too.
8599 (c_type_print_args): Add parameters show_artificial and language.
8600 Skip artificial parameters when requested.
8601 Use the appropriate language printer.
8602 (c_type_print_varspec): Tell c_type_print_args to skip artificial
8603 parameters and pass language_c.
8604 * dwarf2read.c (die_list): New file global.
8605 (struct partial_die_info): Update comments for name field.
8606 (pdi_needs_namespace): Renamed to ...
8607 (die_needs_namespace): ... this. Rewrite.
8608 (dwarf2_linkage_name): Remove.
8609 (add_partial_symbol): Do not predicate the call to
8610 partial_die_full_name based on pdi_needs_namespace.
8611 Remove call to cp_check_possible_namespace_symbols and associated
8612 outdated comments.
8613 (guess_structure_name): Do not inspect child subprogram DIEs.
8614 (dwarf2_fullname): Update comments.
8615 Use die_needs_namespace to assist in computing the name.
8616 (read_func_scope): Use dwarf2_name to get the DIE's name.
8617 Use dwarf2_physname to get the "linkage name" of the DIE.
8618 (dwarf2_add_member_field): Use dwarf2_physname instead of
8619 dwarf2_linkage_name.
8620 (read_structure_type): For structs and classes, set TYPE_NAME, too.
8621 (determine_class): Remove.
8622 (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
8623 except Ada.
8624 (new_symbol): Unconditionally call dwarf2_name.
8625 Compute the "linkage name" using dwarf2_physname.
8626 Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
8627 When determining to scan for anonymous C++ namespaces, ignore
8628 the linkage name.
8629 (dwarf2_physname): New function.
8630 (dwarf2_full_name): Move content to new function and call
8631 that.
8632 (dwarf2_compute_name): "New" function.
8633 (_initialize_dwarf2_read): Initialize die_list.
8634 * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
8635 physname.
8636 (gnu_v3_print_method_ptr): Use the physname for virtual methods
8637 without a demangled name.
8638 Print out type information for non-virtual methods.
c8d5aac9 8639 * linespec.c (decode_line_1): Force ANY string using "::" (or
94af9270 8640 "." for java) to use decode_compound, and clean up any stray quoting.
c8d5aac9
L
8641 If we found a file symtab, re-evaluate whether the remainder is_quoted.
8642 (decode_compound): Stop consuming at an open parenthesis.
8643 Keep template parameters.
8644 Keep any overload information.
8645 Keep keywords like "const".
8646 Remove paren_pointer.
8647 Move is_quoted check from set_flags to here.
8648 Remove #if 0 code from 2000. Ten years is long enough.
8649 (find_method): Before comparing symbol names, canonicalize the string
8650 from the user.
8651 If a specific overload is requested, find it. Otherwise throw an error.
94af9270
KS
8652 (find_method_overload_end): New function.
8653 (set_flags): Remove.
c8d5aac9
L
8654 (decode_compound): Assume that parentheses are matched.
8655 It's a lot easier.
94af9270
KS
8656 * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
8657 to cplus_demangle.
8658 * linespec.c (decode_line_1): Keep important keywords like
8659 "const" and "volatile".
8660 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
8661 * typeprint.h (c_type_print_args): Add declaration.
8662 * ui-file.c (do_ui_file_obsavestring): New function.
8663 (ui_file_obsavestring): New function.
8664 * ui-file.h (ui_file_obsavestring): Add declaration.
8665 * valops.c (find_overload_match): Resolve the object to
8666 a non-pointer type.
8667 If the object is a data member, search the object for the member
8668 and return with staticp set.
8669 Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
8670 Do not attempt to extract a function name from non-function types.
8671 If the extracted function name and the original name are the same,
8672 we don't have a C++ method.
8673
8d95cc3b
PA
8674 From Jan Kratochvil <jan.kratochvil@redhat.com>:
8675 * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
94af9270
KS
8676
8677 * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
8678 and arguments from symbol lookups.
8679 * ax-gdb.c (gen_expr): Likewise.
8680 * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
8681 cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
8682 lookup_possible_namespace_symbol): Likewise.
8683 * cp-support.c (read_in_psymtabs): Likewise.
8684 * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
8685 * language.h (la_lookup_symbol_nonlocal): Likewise.
8686 * scm-valprint.c (scm_inferior_print): Likewise.
8687 * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
8688 * solib-svr.c (elf_lookup_lib): Likewise.
8689 * solib.c (show_auto_solib_add): Likewise.
8690 * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
8691 * symmisc.c (maintenance_check_symtabs): Likewise.
8692 * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
8693 lookup_symbol_aux_local, lookup_symbol_aux_block,
8694 lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
8695 lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
8696 lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
8697 basic_lookup_transparent_type, find_main_psymtab,
8698 lookup_block_symbol): Likewise.
8699 * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
8700 lookup_symbol_global, lookup_symbol_aux_block,
8701 lookup_symbol_partial_symbol, lookup_block_symbol,
8702 lookup_global_symbol, value_maybe_namespace_elt): Likewise.
8703
9cb74f47
PM
87042010-03-09 Pierre Muller <muller@ics.u-strasbg.fr>
8705
8706 * python/python-internal.h: Include symtab.h.
8707
af6b7be1
JB
87082010-03-09 Joel Brobecker <brobecker@adacore.com>
8709 Pierre Muller <muller@ics.u-strasbg.fr>
e13eedd5
PM
8710
8711 * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
8712 * p-valprint.c (pascal_val_print): Remove undeed block and fix
8713 indentation.
8714
bad56014
TT
87152010-03-08 Tom Tromey <tromey@redhat.com>
8716
8717 * breakpoint.c (breakpoint_1): Add "QUIT".
8718
08105857
PA
87192010-03-08 Daniel Jacobowitz <dan@codesourcery.com>
8720 Pedro Alves <pedro@codesourcery.com>
8721
8722 * solib.c (solib_find): Replace extension if
8723 solib_symbols_extension is set in the target gdbarch.
8724 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
8725 solib_symbols_extension to "sym".
8726 * gdbarch.sh (solib_symbols_extension): New variable.
8727 (pstring): New function.
8728 * gdbarch.h, gdbarch.c: Regenerate.
8729
7c953934
TT
87302010-03-08 Tom Tromey <tromey@redhat.com>
8731
8732 PR cli/9591:
8733 * NEWS: Update.
8734 * utils.c: Include main.h.
8735 (fputs_maybe_filtered): Don't paginate if `batch_flag'.
8736 (defaulted_query): Use default answer if `batch_flag'.
8737 * main.h (batch_flag): Declare.
8738 * main.c (batch_flag): New global.
8739 (captured_main): Remove 'batch'. Update.
8740
bbd2783e
KB
87412010-03-08 Kevin Buettner <kevinb@redhat.com>
8742
8743 From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
8744 and Kevin Buettner:
8745
8746 * remote-mips.c (rockhopper_ops): New target_ops struct.
8747 (MON_ROCKHOPPER): New mips_monitor_type.
8748 (read_hex_value): New function.
8749 (mips_request): Send 8-byte values with a 'T' packet. Read the
8d95cc3b 8750 packet argument as a string and use read_hex_value to parse it.
bbd2783e
KB
8751 (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
8752 (rockhopper_open): New function.
8753 (mips_wait): Read the PC, FP and SP fields as strings. Use
8754 read_hex_value to parse them and mips_set_register to commit them.
8755 (mips_set_register): New function.
8756 (mips_fetch_registers): Do not cast register value to "unsigned"
8757 when reading a MON_ROCKHOPPER 't' packet. Use mips_set_register.
8758 (mips_store_registers): Use a 'T' packet to set registers when
8759 using MON_ROCKHOPPER.
8760 (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
8761 and expect the total to be printed before the entry address.
8762 (_initialize_remote_mips): Initialize and add rockhopper_ops.
8763
566f3d17
KB
87642010-03-08 Kevin Buettner <kevinb@redhat.com>
8765
8766 * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
8767 Change return value to int. Store value fetched in location
8768 addressed by `val'. Use function's return value as success
8769 or failure indicator. Adjust all callers.
8770
9c8ee2ab 87712010-03-08 Pierre Muller <muller@ics.u-strasbg.fr>
f72d4b77
PM
8772
8773 * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
8774
7155de5a
HZ
87752010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8776 Hui Zhu <teawater@gmail.com>
8777
8778 * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
8779 tmp_to_stopped_data_address.
8780 (record_open): Reset tmp_to_stopped_by_watchpoint and
8781 tmp_to_stopped_data_address.
8782 * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
8783 to_stopped_data_address.
8784
580879fc
HZ
87852010-03-08 Hui Zhu <teawater@gmail.com>
8786
8787 * i386-tdep.c (i386_process_record): Initialize regnum.
8788
b0fcb67f
JK
87892010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8790
8791 * symfile.c (addr_info_make_relative): New variable sect_name, use it.
8792 Do not warn on ".gnu.liblist" and ".gnu.conflict".
8793
08597104
JB
87942010-03-08 Joel Brobecker <brobecker@adacore.com>
8795
8796 Memory error when reading wrong core file.
8797 * solib-svr4.c (solib_svr4_r_map): catch and print all exception
8798 errors while reading the inferior memory, and return zero if
8799 an exception was raised.
8800
425b824a
MS
88012010-03-07 Michael Snyder <msnyder@vmware.com>
8802
ec6dbf37
MS
8803 * record.c (record_restore): Rename tmpu8 to rectype.
8804
648d0c8b
MS
8805 * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
8806 tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
8807
8808 (i386_record_push): Rename local tmpulongest to addr.
8809
8810 (i386_process_record): Rename local tmpulongest to addr.
8811
8812 Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
8813 addr64.
955db0c0
MS
8814
8815 Rename local variable tmpu8 to opcode8 and regnum.
425b824a 8816
10760264
JB
88172010-03-07 Joel Brobecker <brobecker@adacore.com>
8818
8819 * remote.c (remote_get_ada_task_ptid): New function.
c8d5aac9 8820 (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
10760264 8821
b3c613f2
CF
88222010-03-06 Christopher Faylor <me+cygwin@cgf.cx>
8823
8824 * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
8825 block. Define helper macros to reduce ifdefs in code.
8826 (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
8827 size. Call unadorned GetModuleFileNameEx rather than
8828 GetModuleFileNameEx*.
8829 (windows_make_so): Use __PMAX to denote maximum buffer size and
8830 cygwin_buf_t for buffer type. Use GetSystemDirectory{W,A} as
8831 appropriate.
8832 (get_image_name): Use __PMAX to denote maximum buffer size.
8833 (handle_load_dll): Likewise.
8834 (windows_pid_to_exec_file): Likewise.
8835 (windows_create_inferior): Add many accommodations for older Cygwin and
8836 non-Cygwin.
8837 (bad_GetModuleFileNameExW): Control inclusion of this function based on
8838 __USEWIDE conditional.
8839 (bad_GetModuleFileNameExA): Likewise.
8840 (_initialize_loadable): Just use real function names without the dyn_
8841 part since they are defined earlier.
8842
f870a310
TT
88432010-03-05 Corinna Vinschen <vinschen@redhat.com>
8844 Tom Tromey <tromey@redhat.com>
8845
8846 * utils.c (host_char_to_target): Add 'gdbarch' argument.
8847 (parse_escape): Likewise.
8848 * python/py-utils.c (unicode_to_target_string): Update.
8849 (unicode_to_target_python_string): Update.
8850 (target_string_to_unicode): Update.
8851 * printcmd.c (printf_command): Update.
8852 * p-exp.y (yylex): Update.
8853 * objc-exp.y (yylex): Update.
8854 * mi/mi-parse.c: Include charset.h.
8855 (mi_parse_escape): New function.
8856 (mi_parse_argv): Use it.
8857 * jv-exp.y (yylex): Update.
8858 * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
8859 function.
8860 (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
8861 * gdbarch.sh (auto_charset, auto_wide_charset): New.
8862 * gdbarch.c: Rebuild.
8863 * gdbarch.h: Rebuild.
8864 * defs.h (parse_escape): Update.
8865 * cli/cli-setshow.c: Include arch-utils.h.
8866 (do_setshow_command): Update.
8867 * cli/cli-cmds.c (echo_command): Update.
8868 * charset.h (target_charset, target_wide_charset): Update.
8869 * charset.c: Include arch-utils.h.
8870 (target_charset_name): Default to "auto".
8871 (target_wide_charset_name): Likewise.
8872 (show_target_charset_name): Handle "auto".
8873 (show_target_wide_charset_name): Likewise.
8874 (be_le_arch): New global.
8875 (set_be_le_names): Add 'gdbarch' argument.
8876 (validate): Likewise. Don't call set_be_le_names.
8877 (set_charset_sfunc, set_host_charset_sfunc)
8878 (set_target_charset_sfunc, set_target_wide_charset_sfunc):
8879 Update.
8880 (target_charset): Add 'gdbarch' argument.
8881 (target_wide_charset): Likewise. Remove 'byte_order' argument.
8882 (auto_target_charset_name): New global.
8883 (default_auto_charset, default_auto_wide_charset): New functions.
8884 (_initialize_charset): Set auto_target_charset_name. Allow "auto"
8885 for target charsets. Copy result of nl_langinfo. Use GetACP if
8886 USE_WIN32API.
8887 * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
8888 remove 'byte_order' argument. Update.
8889 (classify_type): Likewise.
8890 (c_emit_char): Update.
8891 (c_printchar): Update.
8892 (c_printstr): Update.
8893 (c_get_string): Update.
8894 (evaluate_subexp_c): Update.
8895 * arch-utils.h (default_auto_charset, default_auto_wide_charset):
8896 Declare.
8897 * python/python.c (gdbpy_target_charset): New function.
8898 (gdbpy_target_wide_charset): Likewise.
8899 (GdbMethods): Update.
8900 * NEWS: Update.
8901
4e7386b0
UW
89022010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
8903
8904 * symfile.c (build_section_addr_info_from_objfile): Do not mask
8905 off high address bits.
8906
aab48ede
UW
89072010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
8908
8909 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
8910 address as UnsignedLongLong, not LongLong.
8911
8eeafb51 89122010-03-05 Kevin Buettner <kevinb@redhat.com>
c8d5aac9 8913 Pedro Alves <pedro@codesourcery.com>
8eeafb51
KB
8914
8915 * remote-mips.c (gdbthread.h): Include.
8916 (remote_mips_ptid): Declare.
8917 (mips_error): Only mourn the inferior when inferior_ptid is non-null.
8918 (common_open): Set inferior_ptid, add it as an inferior, and
8919 as a thread too. Delete FIXME comment regarding start_remote().
8920 (mips_close): Invoke generic_mourn_inferior().
8921 (mips_kill): Make sure that target_mourn_inferior is invoked.
8922 (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
8923 it's now invoked from mips_close().
8924 (mips_load): Don't null out inferior_ptid. Don't call
8925 clear_symtab_users().
8926 (mips_thread_alive, mips_pid_to_str): New functions.
8927 (_initialize_remote_mips): Initialize remote_mips_ptid. Initialize
8928 to_thread_alive and to_pid_to_str operations.
8929
ae411497
TT
89302010-03-04 Tom Tromey <tromey@redhat.com>
8931
8932 * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
8933 in DWARF 3 and later.
8934 (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
8935
0e0b460e
KS
89362010-03-04 Keith Seitz <keiths@redhat.com>
8937
8938 * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
8939 If the filename portion of the linespec was quoted, recheck the
8940 remainder for additional quoting.
8941 (locate_first_half): Skip over completer chars, too.
8942
1b93ff13
TT
89432010-03-04 Tom Tromey <tromey@redhat.com>
8944
8945 * printcmd.c (printf_command): Pass dummy argument to
8946 printf_filtered.
8947
fc36e839
DE
89482010-03-04 Doug Evans <dje@google.com>
8949
111f853c
DE
8950 * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
8951 unwound_fp.
8952
fc36e839
DE
8953 * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
8954
c7437ca6
PA
89552010-03-04 Pedro Alves <pedro@codesourcery.com>
8956
8957 * breakpoint.c (update_watchpoint): Create a sentinel location if
8958 the software watchpoint isn't watching any memory.
8959 (breakpoint_address_bits): Skip dummy software watchpoint locations.
8960
58dadb1b
PA
89612010-03-04 Pedro Alves <pedro@codesourcery.com>
8962
8963 * utils.c (fputs_maybe_filtered): Check if there's already a top
8964 level interpreter before dereferencing it. If there isn't one,
8965 don't paginate either.
8966
50e98be4
DJ
89672010-03-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
8968
8969 * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
8970 the state right when single stepping.
8971 (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
8972 Get the next PC along with the instruction state.
8973 (thumb_get_next_pc): Remove.
8974 (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
8975
2e3ceee9
HZ
89762010-03-04 Hui Zhu <teawater@gmail.com>
8977
8978 * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
8979
390a8aca
PA
89802010-03-03 Pedro Alves <pedro@codesourcery.com>
8981
8982 * utils.c (fputs_maybe_filtered): Always disable pagination if the
8983 top level interpreter is MI.
8984
9355b391
SS
89852010-03-03 Stan Shebs <stan@codesourcery.com>
8986
8987 * remote.c (remote_download_tracepoint): Iterate over locations.
8988 * tracepoint.c (validate_actionline): Ditto.
8989 (encode_actions): Add location argument.
8990 (trace_dump_command): Check all locations to see if stepping
8991 frame.
390a8aca 8992
8685c86f
L
89932010-03-03 H.J. Lu <hongjiu.lu@intel.com>
8994 Eli Zaretskii <eliz@gnu.org>
8995
8996 * NEWS: Add X86 general purpose registers section.
8997
e8f781e2
TT
89982010-03-03 Tom Tromey <tromey@redhat.com>
8999
9000 PR mi/11098:
9001 * varobj.c (install_new_value): Handle case where new print_value
9002 is NULL.
9003
a0e0ef55
TT
90042010-03-03 Dainis Jonitis <jonitis@gmail.com>
9005
9006 PR gdb/11345:
9007 * printcmd.c (printf_command): Print end of format string using
9008 printf_filtered.
9009
a58d7472
TT
90102010-03-02 Tom Tromey <tromey@redhat.com>
9011
9012 * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
9013 * defs.h (read_command_lines_1): Add missing 'void'.
9014 * cli/cli-script.c (recurse_read_control_structure): Add missing
9015 'void'.
9016 (read_next_line): Likewise.
9017 (read_command_lines_1): Likewise.
9018
ce50d78b
UW
90192010-03-02 Ulrich Weigand <uweigand@de.ibm.com>
9020
9021 * spu-tdep.c (spu_analyze_prologue): Track instruction to
9022 store backchain as part of prologue.
9023
7e9af34a
DJ
90242010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
9025
9026 * progspace.c (update_address_spaces): Update inferior address spaces
9027 also.
9028
01637564
DE
90292010-03-02 Doug Evans <dje@google.com>
9030
9031 * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
9032 lowpc,highpc args to addrmap_set_empty.
9033
1ba53b71
L
90342010-03-02 H.J. Lu <hongjiu.lu@intel.com>
9035
9036 * amd64-tdep.c (amd64_byte_names): New.
9037 (amd64_word_names): Likewise.
9038 (amd64_dword_names): Likewise.
9039 (amd64_pseudo_register_name): Likewise.
9040 (amd64_pseudo_register_read): Likewise.
9041 (amd64_pseudo_register_write): Likewise.
9042 (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
9043 and num_mmx_regs. Call set_gdbarch_pseudo_register_read,
9044 set_gdbarch_pseudo_register_write and
9045 set_tdesc_pseudo_register_name. Don't call
9046 set_gdbarch_num_pseudo_regs. Don't set mm0_regnum.
9047
9048 * i386-tdep.c (i386_num_mmx_regs): Removed.
9049 (i386_num_pseudo_regs): Likewise.
9050 (i386_byte_names): New.
9051 (i386_word_names): Likewise.
9052 (i386_byte_regnum_p): Likewise.
9053 (i386_word_regnum_p): Likewise.
9054 (i386_mmx_regnum_p): Updated.
9055 (i386_pseudo_register_name): Make it global. Handle byte and
9056 word pseudo-registers.
9057 (i386_pseudo_register_read): Likewise.
9058 (i386_pseudo_register_write): Likewise.
9059 (i386_pseudo_register_type): Handle byte, word and dword
9060 pseudo-registers
9061 (i386_register_reggroup_p): Don't include pseudo
9062 registers, except for MXX, in any register groups. Don't
9063 include pseudo byte, word, dword registers in general_reggroup.
9064 (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
9065 num_dword_regs, al_regnum, ax_regnum and eax_regnum. Put MMX
9066 pseudo-registers after word pseudo-registers. Call
9067 set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
9068
9069 * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
9070 al_regnum, num_word_regs, ax_regnum, num_dword_regs and
9071 eax_regnum.
9072 (i386_byte_regnum_p): New.
9073 (i386_word_regnum_p): Likewise.
9074 (i386_dword_regnum_p): Likewise.
9075 (i386_pseudo_register_name): Likewise.
9076 (i386_pseudo_register_read): Likewise.
9077 (i386_pseudo_register_write): Likewise.
9078
a6f5ef51
L
90792010-03-01 H.J. Lu <hongjiu.lu@intel.com>
9080
9081 * target-descriptions.c (tdesc_type): Remove
9082 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
9083 (tdesc_predefined_types): Likewise.
9084 (tdesc_gdb_type): Likewise. Pass NULL to append_flags_type_flag
9085 if flag name is empty.
9086 (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
9087
9088 * features/i386/32bit-core.xml: Define i386_eflags.
9089 * features/i386/64bit-core.xml: Likewise.
9090
9091 * features/i386/32bit-sse.xml: Define i386_mxcsr.
9092 * features/i386/64bit-sse.xml: Likewise.
9093
9094 * features/i386/amd64-linux.c: Regenerated.
9095 * features/i386/amd64.c: Likewise.
9096 * features/i386/i386-linux.c: Likewise.
9097 * features/i386/i386.c: Likewise.
9098
f5dff777
DJ
90992010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
9100
9101 * gdbtypes.c (append_composite_type_field_raw): New.
9102 (append_composite_type_field_aligned): Use the new function.
9103 * gdbtypes.h (append_composite_type_field_raw): Declare.
9104 * target-descriptions.c (struct tdesc_type_field): Add start and end.
9105 (struct tdesc_type_flag): New type.
9106 (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
9107 kind. Add size to u.u. Add u.f for flags.
9108 (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
9109 (tdesc_free_type): Likewise.
9110 (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
9111 (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
9112 (tdesc_add_bitfield, tdesc_add_flag): New.
9113 * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
9114 (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
9115 * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
9116 current_type. Add current_type_size and current_type_is_flags.
9117 (tdesc_start_union): Clear the new fields.
9118 (tdesc_start_struct, tdesc_start_flags): New.
9119 (tdesc_start_field): Handle struct fields, including bitfields.
9120 (field_attributes): Make type optional. Add start and end.
9121 (union_children): Rename to struct_union_children.
9122 (union_attributes): Rename to struct_union_attributes. Add optional
9123 size.
9124 (flags_attributes): New.
9125 (feature_children): Add struct and flags.
9126 * features/gdb-target.dtd: Add flags and struct to features.
9127 Make field type optional. Add field start and end.
9128
90884b2b
L
91292010-03-01 H.J. Lu <hongjiu.lu@intel.com>
9130
9131 * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
9132 (amd64_linux_read_description): Likewise.
9133 (_initialize_amd64_linux_nat): Set to_read_description to
9134 amd64_linux_read_description.
9135
9136 * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
9137 (amd64_linux_register_name): Removed.
9138 (amd64_linux_register_type): Likewise.
9139 (amd64_linux_core_read_description): New.
9140 (amd64_linux_init_abi): Set target description to
9141 tdesc_amd64_linux if needed. Support orig_rax in target
9142 description. Don't call set_gdbarch_register_name nor
9143 set_gdbarch_register_type. Call
9144 set_gdbarch_core_read_description.
9145 (_initialize_amd64_linux_tdep): Call
9146 initialize_tdesc_amd64_linux.
9147
9148 * amd64-linux-tdep.h (tdesc_amd64_linux): New.
9149
9150 * amd64-tdep.c: Include "features/i386/amd64.c".
9151 (amd64_register_names): Removed.
9152 (amd64_register_name): Likewise.
9153 (amd64_register_type): Likewise.
9154 (amd64_init_abi): Set num_core_regs and register_names. Set
8d95cc3b 9155 target description to tdesc_amd64 if needed. Don't call
90884b2b
L
9156 set_gdbarch_register_name nor set_gdbarch_register_type.
9157 (_initialize_amd64_tdep): New.
9158
9159 * i386-linux-nat.c (i386_linux_read_description): New.
9160 (_initialize_i386_linux_nat): Set to_read_description to
9161 i386_linux_read_description.
9162
9163 * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
9164 (i386_linux_register_name): Removed.
9165 (i386_linux_core_read_description): New.
9166 (i386_linux_read_description): Likewise.
9167 (i386_linux_init_abi): Don't call set_gdbarch_register_name.
9168 Set target description to tdesc_i386_linux if needed. Support
9169 orig_eax. Set register_reggroup_p. Call
9170 set_gdbarch_core_read_description.
9171 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
9172
9173 * i386-linux-tdep.h (tdesc_i386_linux): New.
9174
9175 * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
9176 with I387_NUM_REGS.
9177
9178 * i386-tdep.c: Include "features/i386/i386.c".
9179 (i386_register_names): Make it const.
9180 (i386_mmx_names): Likewise.
9181 (i386_num_register_names): Removed.
9182 (i386_register_name): Likewise.
9183 (i386_eflags_type): Likewise.
9184 (i386_mxcsr_type): Likewise.
9185 (i386_sse_type): Likewise.
9186 (i386_register_type): Likewise.
9187 (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
9188 (i386_pseudo_register_name): New.
9189 (i386_pseudo_register_type): Likewise.
9190 (i386_mmx_type): Make it static.
9191 (i386_gdbarch_init): Check arch. Replace I386_NUM_FREGS with
9192 I387_NUM_REGS. Set num_core_regs and register_names. Don't
9193 call set_gdbarch_register_name nor set_gdbarch_register_type.
9194 Set register_reggroup_p. Set target description to tdesc_i386
9195 if needed. Call set_tdesc_pseudo_register_type,
9196 set_tdesc_pseudo_register_name and tdesc_use_registers.
9197 (_initialize_i386_tdep): Call initialize_tdesc_i386.
9198 initialize_tdesc_x86_64.
9199
9200 * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
9201 i386_mxcsr_type and i386_sse_type. Add num_core_regs,
9202 register_names, tdesc and register_reggroup_p.
9203 (I386_NUM_FREGS): Removed.
9204 (i386_eflags_type): Likewise.
9205 (i386_mxcsr_type): Likewise.
9206 (i386_mmx_type): Likewise.
9207 (i386_sse_type): Likewise.
9208 (i386_register_name): Likewise.
9209 (i386_regnum): Add I386_MXCSR_REGNUM.
9210 (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
9211
9212 * i387-tdep.h (I387_NUM_REGS): New.
9213
9214 * regformats/i386/i386-linux.dat: Generated.
9215 * regformats/i386/i386.dat: Likewise.
9216 * regformats/i386/amd64-linux.dat: Likewise.
9217 * regformats/i386/amd64.dat: Likewise.
9218
9219 * regformats/reg-i386-linux.dat: Removed.
9220 * regformats/reg-i386.dat: Likewise.
9221 * regformats/reg-x86-64-linux.dat: Likewise.
9222 * regformats/reg-x86-64.dat: Likewise.
9223
d0d0ab16
CV
92242010-03-01 Corinna Vinschen <vinschen@redhat.com>
9225
9226 * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
9227 cygwin_conv_path API rather than the deprecated
9228 cygwin_conv_to_full_posix_path.
9229 * windows-nat.c:
9230 (GetModuleFileNameExA): Undefine for Cygwin.
9231 (GetModuleFileNameExW): Define for Cygwin.
9232 (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
9233 Call GetModuleFileNameExW and convert path to POSIX using
9234 cygwin_conv_path.
9235 (windows_make_so): Always define p. Drop unused variable m.
9236 Don't use Win32 functions to check file existance, rather use
9237 access on Cygwin. Fetch system directory using GetSystemDirectoryW.
9238 Use canonicalize_file_name to get full path.
9239 (get_image_name): Use wcstombs, rather than WideCharToMultiByte
9240 to convert Unicode pathname to multibyte on Cygwin. Otherwise,
9241 use correct target buffer size in call to WideCharToMultiByte.
9242 (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
9243 (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
9244 (windows_create_inferior): Convert all paths and arguments to wchar_t
9245 and use CreateProcessW on Cygwin.
9246 (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
9247 (bad_GetModuleFileNameExA): Undefine for Cygwin.
9248 (bad_GetModuleFileNameExW): Define for Cygwin.
9249 (_initialize_loadable): Load GetModuleFileNameExW into
9250 dyn_GetModuleFileNameExW on Cygwin. Don't load ANSI function on Cygwin.
9251
dc00d89f
PM
92522010-02-28 Phil Muldoon <pmuldoon@redhat.com>
9253
9254 PR python/11036
9255 * python/py-frame.c (frapy_read_var): Add block argument and logic
9256 to cope with user provided blocks.
9257
0e095b7e
JK
92582010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9259
9260 * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
9261 New comment.
9262
2f9e05b4
CV
92632010-02-28 Corinna Vinschen <vinschen@redhat.com>
9264
9265 * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
9266 (COMMON_OBS): ... to here since it's used unconditionally.
9267 (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
9268 (SFILES): To here.
9269
eb195664
DD
92702010-02-26 David Daney <ddaney@caviumnetworks.com>
9271
9272 * mips-linux-tdep.c: Update struct sigframe comments.
9273 (SIGFRAME_CODE_OFFSET): Delete macro.
9274 (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
9275 this_frame's sp.
9276 (mips_linux_n32n64_sigframe_init): Same.
9277
97b0f3e2
KB
92782010-02-26 Kevin Buettner <kevinb@redhat.com>
9279
9280 * remote-mips.c (mips_load): Don't use pseudo-register when
9281 invalidating regcache.
9282
4069ebbe
DJ
92832010-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9284
9285 * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
9286
05071a4d
PA
92872010-02-26 Pedro Alves <pedro@codesourcery.com>
9288
9289 * NEWS: Add "New targets" section, and mention ARM Symbian
9290 support.
9291
6063c216
UW
92922010-02-26 Ulrich Weigand <uweigand@de.ibm.com>
9293
9294 * dwarf2loc.c (struct piece_closure): Remove ARCH member,
9295 add ADDR_SIZE member.
9296 (allocate_piece_closure): Update.
9297 (copy_pieced_value_closure): Likewise.
9298 (dwarf2_evaluate_loc_desc): Likewise.
9299 (read_pieced_value): Use DWARF address size instead of
9300 GDB's gdbarch_addr_bit as size of values on the DWARF stack.
9301
5107b149 93022010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 9303 Tom Tromey <tromey@redhat.com>
5107b149
PM
9304
9305 * python/py-type.c (typy_lookup_typename): Add in block argument.
9306 If provided restrict lookup to specified blocks.
9307 (gdbpy_lookup_type): Likewise.
9308 (typy_lookup_type): Likewise.
9309
78664fa3 93102010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
8d95cc3b 9311
78664fa3
PA
9312 Symbian config
9313
9314 gdb/
9315 * arm-symbian-tdep.c: New.
9316 * configure.tgt (arm*-*-symbianelf*): New target.
9317 (*-*-symbianelf*): New OS.
9318 * osabi.c (gdb_osabi_names): Add Symbian.
9319 * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
9320 * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
9321 (ALLDEPFILES): Add arm-symbian-tdep.c.
9322
eb73e134
DJ
93232010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
9324
9325 * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
9326
46ef47e5
PA
93272010-02-24 Pedro Alves <pedro@codesourcery.com>
9328
9329 * mi/mi-main.c (mi_cmd_execute): Fix typo.
9330
f3e9a817 93312010-02-24 Phil Muldoon <pmuldoon@redhat.com>
8d95cc3b 9332 Tom Tromey <tromey@redhat.com>
f3e9a817
PM
9333 Thiago Jung Bauermann <bauerman@br.ibm.com>
9334
9335 * python/python.c (_initialize_python): Call
9336 gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
9337 gdbpy_initialize_blocks.
9338 * python/python-internal.h: Declare struct symbol, block and
9339 symtab_and_line. Declare block_object_type and
9340 symbol_object_type
9341 (gdbpy_lookup_symbol gdbpy_block_for_pc)
9342 (symtab_and_line_to_sal_object, symtab_to_symtab_object)
9343 (symbol_to_symbol_object, block_to_block_object)
9344 (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
9345 (gdbpy_initialize_blocks ): Declare.
9346 * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
9347 (frapy_select): Add methods.
9348 (frapy_read_var): Add symbol branch.
9349 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
9350 py-block.
9351 (SUBDIR_PYTHON_SRCS): Likewise.
9352 (py-symbol.o): New rule.
9353 (py-symtab.o): Likewise.
9354 (py-block.o): Likewise.
9355 * python/py-symbol.c: New file.
9356 * python/py-symtab.c: Likewise.
9357 * python/py-block.c: Likewise.
9358
24291992
PA
93592010-02-24 Pedro Alves <pedro@codesourcery.com>
9360
9361 PR gdb/11321
9362
9363 * inferior.h (prepare_for_detach): Declare.
9364 (struct inferior) <detaching>: New field.
9365 * infrun.c (prepare_for_detach): New.
9366 (handle_inferior_event) <random signal>: Don't stop if detaching.
9367 * target.c (target_detach): Call prepare_for_detach.
9368
fc1cf338
PA
93692010-02-24 Pedro Alves <pedro@codesourcery.com>
9370
9371 Per-process displaced stepping queue.
9372
9373 * infrun.c (displaced_step_ptid, displaced_step_request_queue)
9374 (displaced_step_gdbarch, displaced_step_closure,
9375 (displaced_step_original, displaced_step_copy): Move globals to
9376 this...
9377 (struct displaced_step_inferior_state): ... new structure.
9378 (displaced_step_inferior_states): New global.
9379 (get_displaced_stepping_state, add_displaced_stepping_state)
9380 (remove_displaced_stepping_state, infrun_inferior_exit): New
9381 functions.
9382 (displaced_step_clear): Add displaced_step_inferior_state
9383 parameter, and adjust to handle it.
9384 (displaced_step_clear_cleanup): Parameter is now a
9385 displaced_step_inferior_state. Adjust.
9386 (displaced_step_prepare): Adjust.
9387 (displaced_step_fixup, displaced_step_fixup)
9388 (infrun_thread_ptid_changed, resume): Adjust.
9389 (init_wait_for_inferior): Don't call displaced_step_clear.
9390 (infrun_thread_stop_requested): Rewrite.
9391 (_initialize_infrun): Install infrun_inferior_exit as
9392 inferior_exit observer.
9393
0723dbf5
PA
93942010-02-24 Pedro Alves <pedro@codesourcery.com>
9395
9396 * inferior.h (ptid_match): Declare.
9397 * infrun.c (ptid_match): New.
9398 * remote.c (queued_stop_reply): Rewrite and use ptid_match.
9399 (handle_notification): Add debug output.
9400 * linux-nat.c (ptid_match): Delete.
9401
09de9781
DM
94022010-02-24 David S. Miller <davem@davemloft.net>
9403
9404 * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
9405 * syscalls/sparc-linux.xml: New.
9406 * syscalls/sparc64-linux.xml: New.
9407 * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
9408 * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
9409 (sparc32_linux_get_syscall_number): New function.
9410 (sparc32_linux_init_abi): Set syscall XML file name and hook up
9411 syscall number fetcher.
9412 * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
9413 (sparc64_linux_get_syscall_number): New function.
9414 (sparc64_linux_init_abi): Set syscall XML file name and hook up
9415 syscall number fetcher.
9416
a79b8f6e
VP
94172010-02-24 Vladimir Prus <vladimir@codesourcery.com>
9418
9419 Multiexec MI
9420
9421 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
9422 * inferior.c (add_inferior_silent): Notify inferior_added
9423 observer.
9424 (delete_inferior_1): Notify inferior_removed observer.
9425 (exit_inferior_1): Pass inferior, not pid, to observer.
9426 (inferior_appeared): Likewise.
9427 (add_inferior_with_spaces): New.
9428 (add_inferior_command): Use the above.
9429 * inferior.h (delete_inferior_1, add_inferior_with_spaces):
9430 Declare.
9431
9432 * inflow.c (inflow_inferior_exit): Likewise.
9433 * jit.c (jit_inferior_exit_hook): Likewise.
9434
9435 * mi/mi-cmds.c (mi_cmds): Register add-inferior and
9436 remove-inferior.
9437 * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9438 * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
9439 (report_initial_inferior): New.
9440 (mi_inferior_removed): Register the above. Make sure
9441 inferior_added observer is called on the first inferior.
9442 (mi_new_thread, mi_thread_exit): Thread group is now identified by
9443 inferior number, not pid.
9444 (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
9445 affected.
9446 * mi/mi-main.c (current_context): New.
9447 (proceed_thread_callback): Use typed closure.
9448 Proceed everything if pid is 0. Most implementation split into
9449 (proceed_thread): ... this.
9450 (run_one_inferior): New.
9451 (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
9452 Adjust for multiexec behaviour.
9453 (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9454 (mi_cmd_execute): Handle the 'thread-group' option here.
9455 Do some extra checks.
9456 * mi-parse.c (mi_parse): Handle the --all and --thread-group
9457 options.
9458 * mi-parse.h (struct mi_parse): New fields all and thread_group.
9459
115d30f9
VP
94602010-02-24 Vladimir Prus <vladimir@codesourcery.com>
9461
9462 Make -exec-run a proper MI commands.
9463
9464 * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
9465 * mi/mi-cmds.c (mi_cmds): Adjust.
9466 * mi/mi-main.c (mi_cmd_exec_run): New.
9467
06cd862c
PA
94682010-02-24 Pedro Alves <pedro@codesourcery.com>
9469 Stan Shebs <stan@codesourcery.com>
9470
9471 * tracepoint.h (set_traceframe_number)
9472 (cleanup_restore_current_traceframe): Declare.
9473 * tracepoint.c (set_traceframe_number): New.
9474 (struct current_traceframe_cleanup): New.
9475 (do_restore_current_traceframe_cleanup)
9476 (restore_current_traceframe_cleanup_dtor)
9477 (make_cleanup_restore_current_traceframe): New.
9478 * infrun.c: Include tracepoint.h.
9479 (fetch_inferior_event): Switch out and in of tfind mode.
9480
ab92d69b
PA
94812010-02-24 Pedro Alves <pedro@codesourcery.com>
9482
9483 * breakpoint.c (breakpoint_init_inferior): Also delete
9484 bp_shlib_event breakpoints.
9485 * solib-frv.c (enable_break): Remove call to
9486 remove_solib_event_breakpoints.
9487 * solib-svr4.c (enable_break): Ditto.
9488 * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
9489 * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
9490 * solib-som.c (som_solib_create_inferior_hook): Ditto.
9491 * solib-spu.c (spu_enable_break): Ditto.
9492
e707a91d
PA
94932010-02-23 Harald Koenig <H.Koenig@science-computing.de>
9494
9495 * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
9496
cfce2ea2
PA
94972010-02-23 Harald Koenig <H.Koenig@science-computing.de>
9498
9499 * varobj.c (varobj_update): Avoid non-constants in initializers.
9500
05566b3b
TT
95012010-02-23 Tom Tromey <tromey@redhat.com>
9502
9503 * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
9504 handle big-endian values.
9505 (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
9506
85d721b8
PA
95072010-02-22 Pedro Alves <pedro@codesourcery.com>
9508
9509 PR9605
9510
9511 gdb/
9512 * breakpoint.c (insert_bp_location): If inserting the read
9513 watchpoint failed, fallback to an access watchpoint.
9514 (bpstat_check_watchpoint): Stop for read watchpoint triggers even
9515 if the value changed, if not watching the same memory for writes.
9516 (watchpoint_locations_match): Add comment.
9517 (update_global_location_list): Copy the location's watchpoint type.
9518 * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
9519 handle read watchpoints here.
9520 (i386_insert_watchpoint): Read watchpoints aren't supported.
9521 * remote.c (remote_insert_watchpoint): Return 1 for unsupported
9522 packets.
9523 * target.h (target_insert_watchpoint): Update description.
9524
48ea67a7
TT
95252010-02-19 Tom Tromey <tromey@redhat.com>
9526
9527 * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
9528 * m2-typeprint.c (m2_print_type): Update.
9529 * gdbtypes.c (recursive_dump_type): Update.
9530 (copy_type_recursive): Update.
9531 * c-typeprint.c (c_type_print_varspec_prefix): Update.
9532 (c_type_print_base): Update.
9533 * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
9534 Remove.
9535 (struct cplus_struct_type) <ntemplate_args>: Remove.
9536 <struct template_arg>: Remove.
9537 <is_dynamic>: Move earlier.
9538 (TYPE_TEMPLATE_ARGS): Remove.
9539 (TYPE_NTEMPLATE_ARGS): Remove.
9540 (TYPE_TEMPLATE_ARG): Remove.
9541
48e32051
TT
95422010-02-19 Tom Tromey <tromey@redhat.com>
9543
9544 PR c++/8693, PR c++/9496:
9545 * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
9546 * c-exp.y (lex_one_token): Rename from yylex. Don't call
9547 write_dollar_variable. Don't try to classify NAME tokens.
9548 (token_and_value): New type.
9549 (token_fifo, popping, name_obstack): New globals.
9550 (classify_name): New function.
9551 (classify_inner_name): Likewise.
9552 (yylex): Likewise.
9553 (VARIABLE): Now has type sval.
9554 (exp : VARIABLE): Call write_dollar_variable.
9555 (qualified_name): Use TYPENAME, not typebase. Add production for
9556 multiple "::" instances.
9557 (variable): Use name_not_typename.
9558 (qualified_type): Remove.
9559 (typebase): Update.
9560
672d9c23
JK
95612010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9562
9563 * symfile.c (addr_info_make_relative): Extend comment. Move SECT to
9564 a more inner block. Initialize ADDR by LOWER_OFFSET only if it was
9565 found by bfd_get_section_by_name.
9566 * symfile.h (struct section_addr_info) <sectindex>: New comment.
9567
bfbf3774
JB
95682010-02-19 Joel Brobecker <brobecker@adacore.com>
9569
9570 * NEWS: Add new "[...] since 7.1" section. Rename the "[...] since
9571 7.0 section" into "Changes in 7.1".
9572
6756b09b 95732010-02-19 Joel Brobecker <brobecker@adacore.com>
9574
9575 GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
9576 * version.in: Bump version to 7.1.50.20100219-cvs.
9577
202b96c1
PA
95782010-02-18 Harald Koenig <H.Koenig@science-computing.de>
9579
9580 * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
9581 * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
9582
de2e5182
TT
95832010-02-17 Tom Tromey <tromey@redhat.com>
9584
9585 * NEWS: Add Python API Improvements section.
9586
7280022e
DJ
95872010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
9588
9589 * NEWS: Correct typo.
9590
6f451e5e
TT
95912010-02-17 Tom Tromey <tromey@redhat.com>
9592
9593 * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
9594
012836ea
JK
95952010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9596
9597 * symfile.c (build_section_addr_info_from_objfile): Include sections
9598 only if they are SEC_ALLOC or SEC_LOAD.
9599
d182d057
L
96002010-02-17 H.J. Lu <hongjiu.lu@intel.com>
9601
9602 PR shlibs/11293
9603 * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
9604 of ULONGEST for address size.
9605
4eef138c
TT
96062010-02-17 Tom Tromey <tromey@redhat.com>
9607
9608 * NEWS: Add C++ improvements section.
9609
548a926a
UW
96102010-02-17 Ulrich Weigand <uweigand@de.ibm.com>
9611
9612 * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
9613 PyThreadState_Swap): Avoid "statement with no effect" warning.
9614
ad3a0e5b
JK
96152010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9616
9617 * solib-svr4.c (enable_break <target_auxv_search>): New variable
9618 addr_bit. Adjust LOAD_ADDR sign for cross-arch inferiors.
9619
243e2c5d 96202010-02-17 Tristan Gingold <gingold@adacore.com>
b2319725 9621 Petr Hluzin <petr.hluzin@gmail.com>
243e2c5d
TG
9622
9623 * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
9624 gdb_assert. Fix info->size for SIG prologue.
9625
275f2e57
DJ
96262010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9627
9628 * infcmd.c (show_inferior_tty_command): Check for NULL.
9629 Correct output message.
9630
791dfb64
DJ
96312010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9632
9633 * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
9634 FUNCTION contains parentheses. Improve removal of a trailing
9635 single quote.
9636
14d1346b
DJ
96372010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9638
9639 * gcore.c (do_bfd_delete_cleanup): New function.
9640 (gcore_command): Use it. Discard the cleanup after success.
9641 (gcore_copy_callback): Delete dead code.
9642
e76ab67f
DJ
96432010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9644
9645 * symfile.c (addr_info_make_relative): Always use
9646 find_lowest_section.
9647
71dee663
SW
96482010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
9649
9650 * NEWS: Added entry for namespace fixes.
9651
a9854bd5
TT
96522010-02-15 Tom Tromey <tromey@redhat.com>
9653
9654 * dwarf2read.c (guess_structure_name): Allocate name on the
9655 objfile obstack.
9656
fd9e29b5
TT
96572010-02-15 Tom Tromey <tromey@redhat.com>
9658
9659 * c-typeprint.c (c_type_print_base): Reverse order of test.
9660
4e1fc9c9
JK
96612010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9662
9663 * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize. Optionally
9664 initialize it from ELF BFD. Extend the prelink condition by it.
9665
74164c56
JK
96662010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9667
9668 * defs.h (parse_pid_to_attach): New.
9669 * utils.c (parse_pid_to_attach): New.
9670 * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
9671 * gnu-nat.c (gnu_attach): Likewise.
9672 * nto-procfs.c (procfs_attach): Likewise.
9673 * procfs.c (procfs_attach): Likewise.
9674 * windows-nat.c (windows_attach): Likewise.
9675 * inf-ptrace.c (inf_ptrace_attach): Likewise. Remove variable dummy.
9676 * inf-ttrace.c (inf_ttrace_attach): Likewise.
9677 * remote.c (extended_remote_attach_1): Likewise. New comment on getpid
9678 check.
9679
bf6adea8
MM
96802010-02-14 Masaki Muranaka <monaka@monami-software.com>
9681
9682 * MAINTAINERS: Add myself for write after approval privileges.
9683
28f34a8f
JK
96842010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9685
9686 * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
9687 block.
9688
701ed6dc
JK
96892010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9690
9691 * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
9692 only if INFO_VERBOSE.
9693
e5829bee
MS
96942010-02-12 Tomas Holmberg <th@virtutech.com>
9695
9696 * mi/mi-main.c: Added the --reverse flag to the following MI
9697 commands: exec-continue, exec-finish, exec-next, exec-step,
9698 exec-next-instruction, exec-step-instruction. This is to
9699 support reverse execution over the MI interface to gdb.
9700
081dfbf7
PA
97012010-02-12 Pedro Alves <pedro@codesourcery.com>
9702
9703 * tracepoint.c (_initialize_tracepoint): Specify that the address
9704 range of `tfind outsize' is exclusive, and that the address range
9705 of `tfind range' is inclusive, in the commands' help strings.
9706
ecc13e53
JB
97072010-02-12 Joel Brobecker <brobecker@adacore.com>
9708
9709 Spurious "dll not found" error messages on x64-windows.
9710 * windows-nat.c: Add include of complaints.h.
9711 (handle_unload_dll): Change dll-not-found error into a complaint.
9712
15c3d785
PA
97132010-02-12 Pedro Alves <pedro@codesourcery.com>
9714
9715 * breakpoint.c (allocate_bp_location): Use bp_loc_other for
9716 bp_tracepoint and bp_fast_tracepoint, not
9717 bp_loc_software_breakpoint.
9718 (update_global_location_list): Tracepoints are never duplicates of
9719 anything.
9720
fd9b8c24
PA
97212010-02-12 Pedro Alves <pedro@codesourcery.com>
9722
9723 * breakpoint.c (break_command_really): Change return type to int.
9724 Return false if no breakpoint was created, true otherwise.
9725 (trace_command): Don't set the tracepoint count if no tracepoint
9726 was created.
9727 (ftrace_command): Ditto.
9728 (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
9729 created in the breakpoints table.
9730
5c0d192f
JK
97312010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9732 Ulrich Weigand <uweigand@de.ibm.com>
9733
9734 * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
9735
5d5b640e
PA
97362010-02-11 Pedro Alves <pedro@codesourcery.com>
9737
9738 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
9739 the offset value isn't of integral type.
9740
e5a0a904
JK
97412010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9742
9743 * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
9744 New.
9745
be636754
PA
97462010-02-11 Pedro Alves <pedro@codesourcery.com>
9747
9748 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
9749 non-subscriptable types.
9750 * valarith.c (binop_types_user_defined_p): New, abstracted out
9751 from ...
9752 (binop_user_defined_p): ... this.
9753 * value.h (binop_types_user_defined_p): Declare.
9754
10ef8d6a
PA
97552010-02-11 Pedro Alves <pedro@codesourcery.com>
9756
9757 * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
9758 Merge uploaded TSVs before merging uploaded tracepoints.
9759
b1028c8e
PA
97602010-02-11 Pedro Alves <pedro@codesourcery.com>
9761
9762 * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
9763
7a93fb82 97642010-02-11 Vladimir Prus <vladimir@codesourcery.com>
84d90c10 9765
7a93fb82
VP
9766 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
9767 whitespace character after a dot in comment.
9768 (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
9769 Likewise.
9770 (list_args_or_locals): For the 'all' (that is
9771 -stack-list-variables) case, always output list of tuples.
9772 Output 'arg' field if variable is argument.
84d90c10 9773
92981e24
TT
97742010-02-10 Tom Tromey <tromey@redhat.com>
9775
9776 * parser-defs.h (parser_debug): Declare.
9777 * parse.c (_initialize_parse): Install "debug parser" set/show
9778 command.
9779 (parser_debug): New global.
9780 (show_parserdebug): New function.
9781 * c-exp.y (c_parse): Set yydebug.
9782
9fd3625f
L
97832010-02-10 H.J. Lu <hongjiu.lu@intel.com>
9784
9785 * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
9786 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
9787 (tdesc_predefined_types): Add i387_ext, i386_eflags and
9788 i386_mxcsr.
9789 (tdesc_find_type): New.
9790 (tdesc_gdb_type): Use tdesc_find_type. Handle TDESC_TYPE_I387_EXT,
9791 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
9792
9793 * target-descriptions.h (tdesc_find_type): New.
9794
2fe842e5
MS
97952010-02-10 Michael Snyder <msnyder@vmware.com>
9796
9797 * gdb-gdb.py: Comment fix.
9798
f18b4cab
TG
97992010-02-09 Tristan Gingold <gingold@adacore.com>
9800
9801 * machoread.c (macho_symfile_relocate): New function.
9802 (macho_sym_fns): Use macho_symfile_relocate instead of
9803 default_symfile_relocate.
9804 (macho_oso_data): New type.
9805 (current_oso): New variable.
9806 (macho_add_oso_symfile): Do not compute section_addr_info, but
9807 instead set vma of sections.
9808 Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
9809 Set and clear current_oso.
9810
31dbc1c5
JB
98112010-02-09 Joel Brobecker <brobecker@adacore.com>
9812
9813 Wrong type description for tagged type parameter.
9814 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
9815 EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
9816 reference to a tagged type.
9817
399f313b
TG
98182010-02-09 Tristan Gingold <gingold@adacore.com>
9819
9820 * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
9821 brothers of the parent.
9822
714f19d5
TT
98232010-02-08 Tom Tromey <tromey@redhat.com>
9824
9825 PR c++/8017:
9826 * value.h: Update.
9827 * valops.c (search_struct_field): Make 'name' const.
9828 (search_struct_method): Likewise.
9829 (find_method_list): Make 'method' const.
9830 (value_struct_elt): Make 'name' and 'err' const.
9831 (value_find_oload_method_list): Make 'method' const.
9832 (find_overload_match): Make 'name' const.
9833 * eval.c (evaluate_subexp_standard): New locals function,
9834 function_name.
9835 <OP_FUNCALL>: Handle OP_SCOPE specially.
9836
de0a0249
UW
98372010-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9838
9839 * infrun.c (handle_inferior_event): Do not look up regcache
9840 for exited processes.
9841
8d95cc3b 98422010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
9843
9844 PR gdb/10728
9845 * valarith.c (value_ptrdiff): Added a test for a zero type length,
8d95cc3b 9846 warn if found, and assume length = 1.
83b10087 9847
99903ae3
CM
98482010-02-08 Chris Moller <cmoller@redhat.com>
9849
9850 PR gdb/9067
9851 * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
6036c742 9852 (cp_print_static_field) Fix use of obstacks.
8d95cc3b 9853
e3e9f5a2
PA
98542010-02-08 Pedro Alves <pedro@codesourcery.com>
9855
9856 * linux-nat.c (linux_nat_resume): In non-stop, also only tag
9857 resumed LWPs as resumed.
9858 (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
9859 we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
9860 of throwing an internal error. If an LWP of a process we're not
9861 waiting for reports a signal, don't force collecting a SIGSTOP,
9862 and if it was breakpoint hit in non-stop mode, cancel it. Don't
9863 go through all LWPs cancelling breakpoints in non-stop mode.
9864 (resume_stopped_resumed_lwps): New.
9865 (linux_nat_wait): Use it.
9866
46763423
L
98672010-02-07 H.J. Lu <hongjiu.lu@intel.com>
9868
9869 * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
9870 i386/amd64 and i386/amd64-linux.
9871 (i386/i386-expedite): New.
9872 (i386/i386-linux-expedite): Likewise.
9873 (i386/amd64-expedite):Likewise.
9874 (i386/amd64-linux-expedite): Likewise.
9875 ($(outdir)/i386/i386-linux.dat): Likewise.
9876 ($(outdir)/i386/amd64.dat): Likewise.
9877 ($(outdir)/i386/amd64-linux.dat): Likewise.
9878
9879 * features/i386/32bit-core.xml: New.
9880 * features/i386/32bit-linux.xml: Likewise.
9881 * features/i386/32bit-sse.xml: Likewise.
9882 * features/i386/64bit-core.xml: Likewise.
9883 * features/i386/64bit-linux.xml: Likewise.
9884 * features/i386/64bit-sse.xml: Likewise.
9885 * features/i386/i386-linux.xml: Likewise.
9886 * features/i386/i386.xml: Likewise.
9887 * features/i386/amd64-linux.xml: Likewise.
9888 * features/i386/amd64.xml: Likewise.
9889 * features/i386/i386-linux.c: Likewise.
9890 * features/i386/i386.c: Likewise.
9891 * features/i386/amd64-linux.c: Likewise.
9892 * features/i386/amd64.c: Likewise.
9893
82856980
SW
98942010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
9895
9896 PR c++/7935:
9897 * cp-support.h: Added char* alias element to using_direct data
9898 struct.
9899 (cp_add_using): Added char* alias argument.
9900 (cp_add_using_directive): Ditto.
9901 * cp-namespace.c: Updated with the above changes.
9902 (cp_lookup_symbol_imports): Check for aliases.
9903 * dwarf2read.c (read_import_statement): Figure out local alias
9904 for the import and pass it on to cp_add_using.
9905 (read_namespace): Pass alias argument to cp_add_using.
9906
d18b8b7a
HZ
99072010-02-05 Hui Zhu <teawater@gmail.com>
9908
9909 * defs.h (gdb_bfd_errmsg): New extern.
9910 * exec.c (exec_file_attach): Change bfd_errmsg to
9911 gdb_bfd_errmsg.
9912 * utils.c (AMBIGUOUS_MESS1): New macro.
9913 (AMBIGUOUS_MESS2): New macro.
9914 (gdb_bfd_errmsg): New function.
9915
48379de6
DE
99162010-02-04 Doug Evans <dje@google.com>
9917
9918 * solib-svr4.c (enable_break): Add comment.
9919
4ee73e90
AG
99202010-02-04 Anthony Green <green@moxielogic.com>
9921
9922 * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
9923 gracefully.
9924
1a334831
TT
99252010-02-04 Tom Tromey <tromey@redhat.com>
9926
9927 * valops.c (search_struct_field): Account for
9928 value_embedded_offset. Fix check for virtual base past the end of
9929 the object. Use value_copy when making a slice of the value.
9930
1180b2c8
L
99312010-02-04 H.J. Lu <hongjiu.lu@intel.com>
9932
9933 PR tui/9622
9934 * tui/tui-interp.c (tui_init): Call tui_initialize_readline
9935 only if gdb_stdout is a tty.
9936
c3f08eb7
L
99372010-02-04 H.J. Lu <hongjiu.lu@intel.com>
9938
9939 * target-descriptions.c: Include "osabi.h".
9940 (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
9941 OSABI.
9942
2d33f7b8
TG
99432010-02-04 Tristan Gingold <gingold@adacore.com>
9944
9945 * machoread.c (macho_add_oso): Renamed to macho_register_oso.
9946 (macho_symtab_read): Adjust calls to macho_add_oso.
9947 (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
9948 (macho_symfile_read): Adjust call to macho_oso_symfile.
9949 (macho_new_init): Move this function after declarations.
9950 (macho_symfile_init): Ditto.
9951 * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
9952 * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
9953
11334b82
VP
99542010-02-04 Vladimir Prus <vladimir@codesourcery.com>
9955
9956 Include MI command in remotelog.
9957
9958 * mi/mi-main.c (mi_execute_command): Call target_log_command.
9959
ff97be06
L
99602010-02-03 H.J. Lu <hongjiu.lu@intel.com>
9961
9962 * remote.c (remote_state): Remove gdbarch.
9963 (init_remote_state): Don't set gdbarch.
9964 (remote_query_supported): Pass target_gdbarch instead of
9965 rs->gdbarch to gdbarch_qsupported.
9966
75cebea9
L
99672010-02-03 H.J. Lu <hongjiu.lu@intel.com>
9968
9969 * gdbarch.sh: Add qsupported.
9970
9971 * gdbarch.c: Regenerated.
9972 * gdbarch.h: Likewise.
9973
9974 * remote.c (remote_state): Add gdbarch.
9975 (init_remote_state): Set gdbarch.
9976 (remote_query_supported): Support gdbarch_qsupported.
9977
c1dec97b
DJ
99782010-02-03 Daniel Jacobowitz <dan@codesourcery.com>
9979
9980 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
9981 __FreeBSD_kernel_version.
9982
ac8035ab
TG
99832010-02-03 Tristan Gingold <gingold@adacore.com>
9984
9985 * symfile.h (struct sym_fns): Add sym_relocate field.
9986 (default_symfile_relocate): New prototype.
9987 (symfile_relocate_debug_section): First argument is now an objfile.
9988 * symfile.c (default_symfile_relocate): Rename from
9989 symfile_relocate_debug_section, first argument is now an objfile.
9990 (symfile_relocate_debug_section): New function.
9991 * coffread.c (coff_sym_fns): Set sym_relocate field.
9992 * somread.c (som_sym_fns): Ditto.
9993 * mipsread.c (ecoff_sym_fns): Ditto.
9994 * machoread.c (macho_sym_fns): Ditto.
9995 * elfread.c (elf_sym_fns): Ditto.
9996 * dwarf2read.c (dwarf2_read_section): Ditto.
9997 * xcoffread.c (xcoff_sym_fns): Ditto.
9998 * dbxread.c (aout_sym_fns): Ditto.
9999 (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
10000 (elfstab_build_psymtabs): Ditto.
10001
be52b756
L
100022010-02-03 H.J. Lu <hongjiu.lu@intel.com>
10003
10004 * defs.h (MAX_REGISTER_SIZE): Increase to 32.
10005
9c3c02fd
TT
100062010-02-02 Tom Tromey <tromey@redhat.com>
10007
10008 * valops.c (value_cast_structs): Try downcasting using the RTTI
10009 type.
10010
f23f4c59
TT
100112010-02-02 Tom Tromey <tromey@redhat.com>
10012
10013 * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
10014 (gnuv2_baseclass_offset): Now static.
10015 * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
10016 * gnu-v2-abi.h: Remove.
10017
0cc2414c
TT
100182010-02-02 Tom Tromey <tromey@redhat.com>
10019
10020 * m2-typeprint.c (m2_record_fields): Don't use
10021 TYPE_DECLARED_TYPE.
10022 * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
10023 (struct main_type) <flag_declared_class>: New field.
10024 (struct cplus_struct_type) <declared_type>: Remove.
10025 <ntemplate_args>: Move earlier.
10026 (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
10027 (DECLARED_TYPE_TEMPLATE): Remove.
10028 (TYPE_DECLARED_TYPE): Remove.
10029 * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
10030 * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
10031 * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
10032 TYPE_DECLARED_TYPE.
10033
edf3d5f3
TT
100342010-02-02 Tom Tromey <tromey@redhat.com>
10035
10036 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
10037 * valops.c (search_struct_field): Compute nbases after calling
10038 CHECK_TYPEDEF.
10039 (check_field): Call CHECK_TYPEDEF.
10040 * cp-valprint.c (cp_print_value): Pass correct address to
10041 baseclass_offset. Fix check for virtual base past the end of the
10042 object. Don't offset address passed to cp_print_value_fields or
10043 apply_val_pretty_printer.
10044 (cp_print_value_fields): Fix call to val_print.
10045 (cp_print_value_fields_rtti): New function.
10046 * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
10047 * p-valprint.c (pascal_object_print_value_fields): Fix call to
10048 val_print.
10049 * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
10050 offset to address.
10051 * language.h (struct language_defn) <la_val_print>: Document.
10052 * c-lang.h (cp_print_value_fields_rtti): Declare.
10053
e4b7f41c
JK
100542010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10055
10056 PR libc/11214:
10057 * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
10058 (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
10059 (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
10060
7618e12b
DJ
100612010-02-01 Michael Matz <matz@suse.de>
10062 Daniel Jacobowitz <dan@codesourcery.com>
10063
e4b7f41c 10064 * i386-tdep.c (i386_frame_cache): Assume valid anonymous
7618e12b
DJ
10065 functions use a frame pointer.
10066
b381ea14
JK
100672010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10068
10069 * solib-svr4.c (scan_dyntag): New variable dyn_addr. Replace gdb_assert
10070 by a conditional setting DYN_ADDR. Use DYN_ADDR.
10071 * config/djgpp/fnchange.lst: Add translations for
10072 symbol-without-target_section.exp and symbol-without-target_section.c.
10073
0e05dfcb
DJ
100742010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10075
10076 * gdbarch.sh: Set LANG and LC_ALL to C, not c.
10077 (remote_breakpoint_for_pc): Correct invalid_p check.
10078 * gdbarch.c: Regenerated.
10079
f9d67f43
DJ
100802010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10081
10082 * arm-tdep.c (arm_find_mapping_symbol): New function, from
10083 arm_pc_is_thumb.
10084 (arm_pc_is_thumb): Use arm_find_mapping_symbol.
10085 (extend_buffer_earlier): New function.
10086 (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
10087 (arm_adjust_breakpoint_address): New function.
10088 (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
10089
177321bd
DJ
100902010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10091
10092 * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
10093 (arm_linux_thumb2_le_breakpoint): New constants.
10094 (arm_linux_init_abi): Set thumb2_breakpoint and
10095 thumb2_breakpoint_size.
10096 * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
10097 (thumb_get_next_pc): Add a comment. Rename IT to ITSTATE.
10098 Implement support for single stepping through IT blocks if
10099 a 32-bit Thumb breakpoint instruction is available.
10100 (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
10101 is available, use it when needed.
10102 (arm_remote_breakpoint_from_pc): New function.
10103 (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
10104 * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
10105 comment. Add thumb2_breakpoint and thumb2_breakpoint_size.
10106
a1dcb23a
DJ
101072010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10108
10109 * arch-utils.c (default_remote_breakpoint_from_pc): New function.
10110 * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
10111 * gdbarch.c, gdbarch.h: Regenerated.
10112 * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
10113 * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
10114 gdbarch_remote_breakpoint_from_pc.
10115
2b009048
DJ
101162010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10117
10118 * infrun.c (prepare_to_proceed): Handle other signals which might
10119 match a breakpoint.
10120 (handle_inferior_event): Move the check for unusual breakpoint
10121 signals earlier.
10122
e4e2711a
JB
101232010-01-29 Paul Hilfinger <hilfinger@adacore.com>
10124
10125 amd64 - function returning record with field straddling 2 registers.
10126 * amd64-tdep.c (amd_classify_aggregate): Handle the case of
10127 a record of length <= 16 in which a field straddles the two
10128 eightbytes.
10129
cba6fab5
JB
101302010-01-29 Joel Brobecker <brobecker@adacore.com>
10131
10132 Implement return values on amd64-windows.
10133 * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
10134 (amd64_windows_return_value): New function.
10135 (amd64_windows_init_abi): Call set_gdbarch_return_value with
10136 amd64_windows_return_value.
10137
3af6ddfe
JB
101382010-01-29 Joel Brobecker <brobecker@adacore.com>
10139
10140 amd64-windows: 32 bytes allocated on stack by caller for integer
cba6fab5 10141 parameter registers.
3af6ddfe
JB
10142 * i386-tdep.h (struct gdbarch_tdep): Add new field
10143 integer_param_regs_saved_in_caller_frame.
10144 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
10145 tdep->integer_param_regs_saved_in_caller_frame to 1.
10146 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
10147 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
10148
80d19a06
JB
101492010-01-29 Joel Brobecker <brobecker@adacore.com>
10150
10151 amd64-windows: memory args passed by pointer during function calls.
10152 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
10153 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
10154 where tdep->memory_args_by_pointer is non-zero.
10155 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
10156 tdep->memory_args_by_pointer to 1.
10157
ba581dc1
JB
101582010-01-29 Joel Brobecker <brobecker@adacore.com>
10159
4966b6c2 10160 amd64-windows: Integer parameters in function calls.
ba581dc1
JB
10161 * i386-tdep.h (enum amd64_reg_class): New, moved here from
10162 amd64-tdep.c.
10163 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
10164 call_dummy_integer_regs, and classify.
10165 * amd64-tdep.h (amd64_classify): Add declaration.
10166 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
10167 (amd64_reg_class): Delete, moved to i386-tdep.h.
10168 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
10169 Replace call to amd64_classify by call to tdep->classify.
10170 (amd64_push_arguments): Get the list of registers to use for
10171 passing integer parameters from the gdbarch tdep structure,
10172 rather than using a hardcoded one. Replace calls to amd64_classify
10173 by calls to tdep->classify.
10174 (amd64_push_dummy_call): Get the register number used for
10175 the "hidden" argument from tdep->call_dummy_integer_regs.
10176 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
10177 and tdep->call_dummy_integer_regs. Set tdep->classify.
10178 * amd64-windows-tdep.c: Add include of gdbtypes.h.
10179 (amd64_windows_dummy_call_integer_regs): New static global.
10180 (amd64_windows_classify): New function.
10181 (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
10182 tdep->call_dummy_integer_regs and tdep->classify.
10183
d37346f0
DJ
101842010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
10185
10186 * regcache.c (regcache_xmalloc): Add aspace argument. Use it
10187 for the new regcache. All callers updated.
10188 (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
10189 (get_thread_arch_regcache): Do not set aspace here.
10190 * regcache.h (regcache_xmalloc): Update declaration.
10191
10192 * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
10193 regcache_xmalloc updated.
10194
7434dadd
JB
101952010-01-28 Joel Brobecker <brobecker@adacore.com>
10196
10197 Another -Wunused-function error in procfs.c (sparc-solaris)
10198 * procfs.c (insert_dbx_link_breakpoint): Delete declaration. Move up.
10199 Only define if SYS_syssgi is defined.
10200 (remove_dbx_link_breakpoint): Delete declaration. Move up.
10201 (dbx_link_addr, insert_dbx_link_bpt_in_file)
10202 (insert_dbx_link_bpt_in_region): Move up. Only define if SYS_syssgi
10203 is itself defined.
10204
16d905e2
CF
102052010-01-27 Christopher Faylor <me+cygwin@cgf.cx>
10206
10207 * windows-nat.c (windows_initialization_done): New variable.
10208 (get_windows_debug_event): Issue error when process dies before
10209 completely initializing.
10210 (do_initial_windows_stuff): Set flag to indicate when we are done with
10211 the initial steps of attaching to the child.
10212
cd55e50f
JK
102132010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10214
10215 * symtab.h (struct symbol <symtab>): New comment on NULL values.
10216
99cc78aa
DE
102172010-01-27 Doug Evans <dje@google.com>
10218
4c7dcb84
DE
10219 * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
10220
99cc78aa
DE
10221 * breakpoint.c (bpstat_stop_status): Delete useless code.
10222
52334bf5
JK
102232010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10224
10225 * printcmd.c (display_uses_solib_p): Remove variable section. Access
10226 objfile via SYMBOL_SYMTAB.
10227
708ead4e
TT
102282010-01-26 Tom Tromey <tromey@redhat.com>
10229
10230 PR exp/7643:
10231 * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
10232 coerce_array on result.
10233
b14e635e
SW
102342010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
10235
10236 * cp-namespace.c (cp_lookup_symbol_namespace): Added
10237 search_parent argument.
10238 (cp_add_using): Initialize 'searched' field.
10239 (reset_directive_searched): New function.
10240 * cp-support.h: Add 'searched' field to using_direct struct.
10241 (cp_lookup_symbol_imports): Ditto.
10242 * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
10243 Perform recursive search.
10244 Implement non parent search.
10245 * valops.c (value_maybe_namespace_elt): Updated.
10246
8540c487
SW
102472010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
10248
10249 PR gdb/10929:
10250 * dwarf2read.c (read_lexical_block_scope): Create blocks for
10251 scopes which contain using directives even if they contain no
10252 declarations.
10253 * symtab.c (lookup_symbol_aux): Pass lowest level block to
10254 la_lookup_symbol_nonlocal.
10255 * cp-namespace.c (cp_lookup_symbol_nonlocal): call
10256 cp_lookup_symbol_namespace.
10257 (cp_lookup_symbol_namespace): Perform an import lookup at every
10258 block level.
10259 (cp_lookup_symbol_imports): New function.
10260 (cp_lookup_symbol_in_namespace): New function.
10261
421d5d99
TT
102622010-01-25 Tom Tromey <tromey@redhat.com>
10263
10264 PR gdb/11049:
10265 * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
10266 result.
10267
6bcc772d
RO
102682010-01-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10269
10270 * configure.ac: Only use host_os part when disabling TUI on osf.
10271 Use test to check variables, prefix strings with x.
10272 * configure: Regenerate.
10273
10274 * solib-osf.c (osf_current_sos): Initialize tail.
10275
1c1238a5
TG
102762010-01-25 gingold <gingold@adacore.com>
10277
c8d5aac9
L
10278 * windows-nat.c (windows_continue): Use %x to print thread id.
10279 (get_windows_debug_event): Ditto.
1c1238a5 10280
0b92b5bb
TT
102812010-01-22 Tom Tromey <tromey@redhat.com>
10282
10283 PR symtab/11199:
10284 * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
10285 type and arguments. Use smash_to_methodptr_type.
10286 (read_structure_type): Call quirk_gcc_member_function_pointer
10287 later.
10288 * gdbtypes.h (smash_to_methodptr_type): Declare.
10289 * gdbtypes.c (smash_to_methodptr_type): New function.
10290 (lookup_methodptr_type): Use it.
10291
0d5392b8
TT
102922010-01-21 Tom Tromey <tromey@redhat.com>
10293
10294 PR symtab/11198:
10295 * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
10296 * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
10297 * glibc-tdep.c (find_minsym_and_objfile): Remove.
10298 (glibc_skip_solib_resolver): Use
10299 lookup_minimal_symbol_and_objfile.
10300
e6d088ec
KT
103012010-01-21 Kai Tietz <kai.tietz@onevision.com>
10302
10303 * inflow.c (check_syscall): Guard by #if clause for GO32 and
10304 WIN32 targets.
10305
b966cb8a
TT
103062010-01-20 Tom Tromey <tromey@redhat.com>
10307
10308 PR backtrace/10770:
10309 * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
10310 BINOP_GEQ. Handle BINOP_NOTEQUAL in the signed case.
10311 * dwarf2expr.c (new_dwarf_expr_context): Allocate
10312 dwarf_stack_values, not CORE_ADDRs.
10313 (execute_stack_op): Change DW_OP_div and comparison operators to
10314 use signed operands.
10315
3f81c18a
VP
103162010-01-20 Vladimir Prus <vladimir@codesourcery.com>
10317
10318 Per-inferior args and tty and environment.
10319
10320 * infcmd.c (inferior_args): Rename to ...
10321 (inferior_args_scratch): ... this.
10322 (inferior_io_terminal): Rename to ...
10323 (inferior_io_terminal_scratch): ... this.
10324 (inferior_argc, inferior_argv): Remove.
10325 (set_inferior_io_terminal, get_inferior_io_terminal): Store
10326 inside current_inferior().
10327 (set_inferior_tty_command, show_inferior_tty_command): New.
10328 (get_inferior_args, set_inferior_args): Store inside
10329 current_inferior().
10330 (notice_args_set): Likewise and rename to...
10331 (set_args_command): ... this.
10332 (set_inferior_args_vector): Likewise.
10333 (notice_args_read): Rename to...
10334 (show_args_command): ...new.
10335 (tty_command): Remove.
10336 (run_command_1): Don't free old args, as they are freed by
10337 set_inferior_arg now.
10338 (run_no_args_command): Likewise.
10339 (inferior_environ): Remove.
10340 (run_command_1): Use environment of the current inferior.
10341 (environment_info, set_environment_command)
10342 (unset_environment_command, path_info, path_command): Likewise.
10343 (_initialize_infcmd): Adjust for function and variable renames.
10344 Do not init inferior_environ.
10345 * inferior.h (set_inferior_arg): Adjust prototype.
10346 (struct inferior): New fields args, argc, argv, terminal, environment.
10347 (inferior_environ): Remove declaration.
10348 * inferior.c (free_inferior): Free new fields.
10349 (add_inferior_silent): Initialize 'environment' field.
10350 * main.c (captured_main): Set arguments only after the initial
10351 inferior has been created. Set set_inferior_io_terminal,
10352 not tty_command.
10353 * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
10354 inferior.
10355 (_initialize_mi_cmd_env): Adjust for disappearance of global
10356 inferior_environ.
10357 * solib.c (solib_find): Use environment of the current inferior.
10358
d8b65138
JK
103592010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10360
10361 * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
10362 HAVE_PYTHON.
10363 (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
10364
692465f1
JB
103652010-01-20 Joel Brobecker <brobecker@adacore.com>
10366
10367 Get rid of ada-lang.c:function_name_from_pc.
10368 * ada-lang.c: Add "stack.h" #include.
10369 (function_name_from_pc): Delete.
10370 (is_known_support_routine): Replace call to function_name_from_pc
10371 by call to find_frame_funname.
10372 (ada_unhandled_exception_name_addr_from_raise): Likewise.
10373
95519e0e
TT
103742010-01-19 Tom Tromey <tromey@redhat.com>
10375
10376 PR c++/11026:
10377 * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
10378 objfile obstack.
10379
95c11dc7
TT
103802010-01-19 Tom Tromey <tromey@redhat.com>
10381
10382 * top.c (stop_sig, float_handler, do_nothing): Remove.
10383
a0f49112
JK
103842010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10385
10386 * breakpoint.c (watchpoint_check): Check the call
10387 gdbarch_in_function_epilogue_p before calling frame_find_by_id.
10388 Extend the comment.
8d95cc3b 10389 * config/djgpp/fnchange.lst: Add translations for
a0f49112
JK
10390 watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
10391 watchpoint-cond-gone-stripped.c.
10392
ceeb3d5a
TT
103932010-01-19 Tom Tromey <tromey@redhat.com>
10394
10395 PR c++/8000:
10396 * dwarf2read.c (partial_die_parent_scope): Put enumeration type
10397 into parent scope, and enumerator into grandparent scope.
10398
2b71fc8e
JB
103992010-01-19 Joel Brobecker <brobecker@adacore.com>
10400
10401 * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
10402
03564ed9
JB
104032010-01-19 Joel Brobecker <brobecker@adacore.com>
10404
10405 * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
10406 i[34567]86-*-solaris2.1[0-9]*.
10407 * configure.tgt: Likewise.
10408
fb2e7cb4
JB
104092010-01-19 Joel Brobecker <brobecker@adacore.com>
10410
10411 * NEWS: Document the source command enhancement allowing it
10412 to load Python scripts. Document the "set/show script-extension"
10413 commands.
10414
1cb5e2a4
JB
104152010-01-19 Joel Brobecker <brobecker@adacore.com>
10416
10417 Add -Wunused-function to compile flags.
10418 * configure.ac: Add -Wunused-function to build_warnings.
10419 * configure: Regenerate.
10420
0ec6cd0c
JB
104212010-01-19 Joel Brobecker <brobecker@adacore.com>
10422
10423 "delete" ada-lex.c:input function, not used.
10424 * ada-lex.l: #define YY_NO_INPUT.
10425
b74845da
JB
104262010-01-19 Joel Brobecker <brobecker@adacore.com>
10427
10428 Delete free_named_symtabs and associated cleanup.
10429 * symfile.h (free_named_symtabs): Delete declaration.
10430 * symfile.c: Remove some commented out code (clear_symtab_users_once).
10431 (cashier_psymtab): Comment function out.
10432 Delete declaration.
10433 (free_named_symtabs): Delete.
10434 * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
10435 * dbxread.c (end_psymtab): Likewise.
10436 * dwarf2read.c (process_psymtab_comp_unit): Ditto.
10437 * exec.c (exec_close_1): Ditto.
10438 * xcoffread.c (xcoff_end_psymtab): Likewise.
10439
65c06092
JB
104402010-01-19 Joel Brobecker <brobecker@adacore.com>
10441
10442 * stack.c (print_block_frame_labels): Comment function out.
10443
d5cd6034
JB
104442010-01-19 Joel Brobecker <brobecker@adacore.com>
10445
10446 Delete unused or undefined functions.
10447 * breakpoint.c (ep_parse_optional_filename): Delete.
10448 * dcache.c (dcache_write_line): Remove declaration.
10449 * infrun.c (build_infrun): Remove declaration.
10450 * tracepoint.c (tracepoint_save_command): Remove declaration.
10451 * linux-nat.c (init_lwp_list): Delete. No longer used.
10452 * event-loop.c (check_async_signal_handlers): Delete declaration.
10453 * infrun.c (init_execution_control_state): Delete.
10454 (proceed): Update comment to avoid mentioning
10455 init_execution_control_state.
10456 * target.c (kill_or_be_killed, nosupport_runtime): Delete.
10457 * ada-lang.c (ada_to_static_fixed_value): Delete.
10458 * scm-lang.c (evaluate_subexp_scm): Delete declaration.
10459 * cp-namespace.c (cp_copy_usings): Delete.
10460 * xml-syscall.c (xml_number_of_syscalls): Delete.
10461 * progspace.c (find_program_space_by_num): Delete.
10462 * inflow.c (handle_sigio): Delete declaration.
10463 * hppa-tdep.c (hppa_alignof): Delete.
10464 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
10465 (mipsnbsd_core_osabi_sniffer): Delete.
10466
4e8f195d
TT
104672010-01-18 Tom Tromey <tromey@redhat.com>
10468
10469 PR c++/9680:
10470 * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
10471 (CONST_CAST): New tokens.
10472 (exp): Add new productions.
10473 (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
10474 reinterpret_cast.
10475 (is_cast_operator): New function.
10476 (yylex): Handle cast operators specially.
10477 * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
10478 UNOP_REINTERPRET_CAST>: New cases.
10479 * expprint.c (print_subexp_standard): Likewise.
10480 (op_name_standard): Likewise.
10481 (dump_subexp_body_standard): Likewise.
10482 * parse.c (operator_length_standard): Likewise.
10483 * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
10484 UNOP_REINTERPRET_CAST.
10485 * gdbtypes.c (class_types_same_p): New function.
10486 (is_ancestor): Use it.
10487 (is_public_ancestor): New function.
10488 (is_unique_ancestor_worker): Likewise.
10489 (is_unique_ancestor): Likewise.
10490 * gdbtypes.h (class_types_same_p, is_public_ancestor)
10491 (is_unique_ancestor): Declare.
10492 * valops.c (value_reinterpret_cast): New function.
10493 (dynamic_cast_check_1): Likewise.
10494 (dynamic_cast_check_2): Likewise.
10495 (value_dynamic_cast): Likewise.
10496 * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
10497
d9c57d9f
JB
104982010-01-18 Joel Brobecker <brobecker@adacore.com>
10499
10500 Fix build failure when building without Python support.
10501 * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
10502 is not defined.
10503
f80d3ff2
JB
105042010-01-18 Joel Brobecker <brobecker@adacore.com>
10505
10506 Use XVS field type instead of doing a parallel lookup.
10507 * ada-lang.c (ada_get_base_type): Follow the XVS field type
10508 if it is a reference type instead of doing a type lookup using
10509 the XVS field name.
10510
5bf03f13
JB
105112010-01-18 Joel Brobecker <brobecker@adacore.com>
10512
10513 Trust PAD types instead of using PAD___XVS.
10514 * ada-lang.c (trust_pad_over_xvs): New static variable.
10515 (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
10516 parallel XVS type, follow the XVS type instead of the PAD type.
10517 (unwrap_value): Make sure that there is no parallel XVE type
10518 before returning the value as is.
10519 (set_ada_list, show_ada_list): New static variables.
10520 (set_ada_command, show_ada_command): New functions.
10521 (_initialize_ada_language): Add new "set/show ada" prefix commands.
10522 Add new "set/show ada trust-PAD-over-XVS" setting.
10523
973817a3
JB
105242010-01-18 Tom Tromey <tromey@redhat.com>
10525 Thiago Jung Bauermann <bauerman@br.ibm.com>
10526
10527 Allow "source" to load python scripts.
10528 * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
10529 * python/python.c (source_python_script): New function.
10530 * python/python.h (source_python_script): Add declaration.
10531 * cli/cli-cmds.c: #include exceptions.h and python/python.h.
10532 (script_ext_off, script_ext_soft, script_ext_strict)
10533 (script_ext_enums, script_ext_mode): New static constants.
10534 (show_script_ext_mode, find_and_open_script): New functions.
10535 (source_script): Enhance to handle Python scripts.
10536 (init_cli_cmds): Add set/show script-extension commands.
10537
98e03262
SS
105382010-01-16 Stan Shebs <stan@codesourcery.com>
10539
10540 * tracepoint.h (struct trace_status): Use unsigned long long
10541 instead of size_t.
10542 * tracepoint.c (trace_status_command): Fix printf directive.
10543 (trace_save_command): Check fwrite returns, fix printf directive.
10544 (trace_filename): New global.
10545 (tfile_open): Set it, check read returns.
10546 (tfile_close): Free trace_filename.
10547 (tfile_get_traceframe_address): Check read returns.
10548 (tfile_trace_find): Ditto.
10549 (tfile_fetch_registers): Ditto.
10550 (tfile_xfer_partial): Ditto.
10551 (tfile_get_trace_state_variable_value): Ditto.
10552
00bf0b85
SS
105532010-01-15 Stan Shebs <stan@codesourcery.com>
10554
10555 Add trace file support.
10556 * tracepoint.h (enum trace_stop_reason): New enum.
10557 (struct trace_status): New struct.
10558 (parse_trace_status): Declare.
10559 (struct uploaded_tp): Move here from remote.c,
10560 add fields for actions.
10561 (struct uploaded_tsv): New struct.
10562 * tracepoint.c (tfile_ops): New target vector.
10563 (trace_fd): New global.
10564 (tfile_open): New function.
10565 (tfile_close): New function.
10566 (tfile_files_info): New function.
10567 (tfile_get_trace_status): New function.
10568 (tfile_get_traceframe_address): New function.
10569 (tfile_trace_find): New function.
10570 (tfile_fetch_registers): New function.
10571 (tfile_xfer_partial): New function.
10572 (tfile_get_trace_state_variable_value): New function.
10573 (init_tfile_ops): New function.
10574 (_initialize_tracepoint): Call it, add tfile target.
10575 (trace_status): New global.
10576 (current_trace_status): New function.
10577 (trace_running_p): Remove, change all users to get from
10578 current_trace_status()->running.
10579 (get_trace_status): Remove.
10580 (trace_status_command): Call target_get_trace_status directly,
10581 report more detail including tracing stop reasons.
10582 (trace_find_command): Always allow tfind on a file.
10583 (trace_find_pc_command): Ditto.
10584 (trace_find_tracepoint_command): Ditto.
10585 (trace_find_line_command): Ditto.
10586 (trace_find_range_command): Ditto.
10587 (trace_find_outside_command): Ditto.
10588 (trace_frames_offset, cur_offset): Declare as off_t.
10589 (trace_regblock_size): Rename from reg_size, update users.
10590 (parse_trace_status): New function.
10591 (tfile_interp_line): New function.
10592 (disconnect_or_stop_tracing): Ensure current trace
10593 status before asking what to do.
10594 (stop_reason_names): New global.
10595 (trace_save_command): New command.
10596 (get_uploaded_tp): Move here from remote.c.
10597 (find_matching_tracepoint): Ditto.
10598 (merge_uploaded_tracepoints): New function.
10599 (parse_trace_status): Use stop_reason_names.
10600 (_initialize_tracepoint): Define tsave command.
10601 * target.h (target_ops): New fields to_save_trace_data,
10602 to_upload_tracepoints, to_upload_trace_state_variables,
10603 to_get_raw_trace_data, change to_get_trace_status
10604 to take a pointer to a status struct.
10605 (target_save_trace_data): New macro.
10606 (target_upload_tracepoints): New macro.
10607 (target_upload_trace_state_variables): New macro.
10608 (target_get_raw_trace_data): New macro.
10609 * target.c (update_current_target): Add new methods, change
10610 signature of to_get_trace_status.
10611 * remote.c (hex2bin): Make globally visible.
10612 (bin2hex): Ditto.
10613 (remote_download_trace_state_variable): Download name also.
10614 (remote_get_trace_status): Update parameter, use
10615 parse_trace_status.
10616 (remote_save_trace_data): New function.
10617 (remote_upload_tracepoints): New function.
10618 (remote_upload_trace_state_variables): New function.
10619 (remote_get_raw_trace_data): New function.
10620 (remote_start_remote): Use them.
10621 (_initialize_remote_ops): Add operations.
10622 * ax-gdb.c: Include breakpoint.h.
10623 * breakpoint.c (create_tracepoint_from_upload): Use
10624 break_command_really, return tracepoint, warn about unimplemented
10625 parts.
10626 * NEWS: Mention trace file addition.
10627
d904de5b
JK
106282010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10629
10630 Fix compilation warning on gcc-3.4.
10631 * exec.c (print_section_info): Move the `displacement' variable
10632 initialization to its declaration.
10633
64aa9731
JK
106342010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10635
10636 * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
10637 comparison.
10638
ca1f5def 106392010-01-15 Eric Botcazou <botcazou@adacore.com>
9f0dec2d
JB
10640
10641 "info tasks" broken by typedefs in ATCB type definitions.
10642 * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
10643 ada_check_typedef before retrieving the length of the type for
10644 regular fields.
10645
12ab9e09
JB
106462010-01-15 Joel Brobecker <brobecker@adacore.com>
10647
10648 Do not use name-based lookup for unconstrained packed arrays.
10649 * ada-lang.c (find_parallel_type_by_descriptive_type):
10650 Limit the fallback to name-based lookups to the case where
10651 the type is a constrained packed array.
10652
c389c3dc
JB
106532010-01-15 Joel Brobecker <brobecker@adacore.com>
10654
10655 Enhance gdb-gdb.py to handle main_type.type_specific.
10656 * gdb-gdb.py: Print the type-specific part of struct main_type.
10657
7991dee7
JK
106582010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10659
10660 * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
10661 * configure: Regenerate.
10662 * config.in: Regenerate.
10663 * utils.c: Include sys/resource.h.
10664 (dump_core, can_dump_core): New.
10665 (internal_vproblem): Update the comment. Check can_dump_core while
10666 setting dump_core_p. Replace two abort calls by dump_core calls.
10667
93c26624
JK
106682010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10669 Eli Zaretskii <eliz@gnu.org>
10670
10671 * NEWS: Document the PIE support.
10672
55235ad7
JK
106732010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10674
10675 * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
10676 (check_is_pie_binary, _initialize_linux_tdep): Remove.
10677
41752192
JK
106782010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10679
10680 * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
10681 Replace exec_entry_point call by bfd_get_start_address.
10682
9f2982ff
JK
106832010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10684
10685 Support Valgrind attachments broken by the PIE support.
10686 * auxv.c: Include gdbcore.h.
10687 (procfs_xfer_auxv): Make static. Reduce its comment. Drop its
10688 parameters ops, object and annex. Remove their assertions.
10689 (ld_so_xfer_auxv, memory_xfer_auxv): New function.
10690 * auxv.h (procfs_xfer_auxv): Remove comment. Rename to ...
10691 (memory_xfer_auxv): ... here.
10692 * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
10693 memory_xfer_auxv.
10694 * procfs.c (procfs_xfer_partial): Likewise.
10695 * solib-svr4.c (svr4_relocate_main_executable): New prototype.
10696 (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
10697 (svr4_solib_create_inferior_hook): Conditionalize the
10698 svr4_relocate_main_executable call.
10699
61f0d762
JK
107002010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10701
10702 * solib-svr4.c (scan_dyntag): Remove variable dyn_addr. New variable
10703 target_section. Find SECT in current_target_sections, gdb_assert it.
10704 (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
10705 New variable abfd.
10706 * symtab.c (lookup_objfile_from_block): Return the binary file instead
10707 of separate debug info file.
10708
51bee8e9
JK
107092010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10710
10711 Support PIEs with no symfile_objfile.
10712 * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
10713 * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
10714
b8040f19
JK
107152010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10716
10717 * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
10718 code part to ...
10719 (svr4_static_exec_displacement): ... a new function.
10720 (svr4_exec_displacement): New function.
10721 (svr4_relocate_main_executable): Call svr4_exec_displacement. Allocate
10722 new_offsets using alloca now. Remove variable old_chain and changed.
10723 Call objfile_relocate unconditionally now.
10724
eb90ce83
DE
107252010-01-14 Doug Evans <dje@google.com>
10726
10727 * gdbtypes.c (arch_flags_type): Fix comment.
10728 * gdbtypes.h (arch_composite_type): Fix comment.
10729
bdfed3bc
TG
107302009-01-14 Tristan Gingold <gingold@adacore.com>
10731
10732 * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
10733 Call xstrdup for abfd->filename. Pass symfile_flags and objfile flags
10734 to symbol_file_add_from_bfd. Add OSO as separate objfile.
10735 (macho_oso_symfile): Add symfile_flags parameter. Pass it to
10736 macho_add_oso_symfile.
10737 (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
10738
1596ad23
JB
107392010-01-14 Joel Brobecker <brobecker@adacore.com>
10740
10741 Tru64: Dead threads are never deleted.
10742 * dec-thread.c (dec_thread_ptid_is_alive): New function.
10743 (dec_thread_count_gdb_threads): Fix counter increment.
10744 (dec_thread_add_gdb_thread): Fix *listp increment.
10745 (resync_thread_list): Fix bug in deletion of dead threads that
10746 caused all threads to be deleted, instead of just the dead ones.
10747
be759fcf
PM
107482010-01-13 Phil Muldoon <pmuldoon@redhat.com>
10749
10750 PR python/10705
10751
10752 * python/python-internal.h: Add lazy_string_object_type
10753 definition.
10754 (create_lazy_string_object, gdbpy_initialize_lazy_string)
10755 (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
10756 * python/py-value.c (valpy_lazy_string): New function.
10757 (convert_value_from_python): Add lazy string conversion.
10758 * python/py-prettyprint.c (pretty_print_one_value): Check if
10759 return is also a lazy string.
10760 (print_string_repr): Add lazy string printing branch.
10761 (print_children): Likewise.
10762 * python/py-lazy-string.c: New file. Implement lazy strings.
10763 * python/python.c (_initialize_python): Call
10764 gdbpy_initialize_lazy_string.
10765 * varobj.c (value_get_print_value): Add lazy string printing
10766 branch. Account for encoding.
10767 * c-lang.c (c_printstr): Account for new encoding argument. If
10768 encoding is NULL, find encoding suited for type, otherwise use
10769 user encoding.
10770 * language.h (language_defn): Add encoding argument.
10771 (LA_PRINT_STRING): Likewise.
10772 * language.c (unk_lang_printstr): Update to reflect new encoding
10773 argument to language_defn.
10774 * ada-lang.h (ada_printstr): Likewise.
10775 * c-lang.h (c_printstr): Likewise.
10776 * p-lang.h (pascal_printstr);
10777 * f-lang.c (f_printstr): Likewise.
10778 * m2-lang.c (m2_printstr): Likewise.
10779 * objc-lang.c (objc_printstr): Likewise.
10780 * p-lang.c (pascal_printstr): Likewise.
10781 * scm-lang.c (scm_printstr): Likewise.
10782 * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
10783 encoding argument.
10784 * ada-valprint.c (ada_printstr): Likewise.
10785 * f-valprint.c (f_val_print): Likewise
10786 * m2-valprint.c (m2_val_print): Likewise.
10787 * p-valprint.c (pascal_val_print): Likewise.
10788 * expprint.c (print_subexp_standard): Likewise.
10789 * valprint.c (val_print_string): Likewise.
10790 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
10791 (SUBDIR_PYTHON_SRCS): Likewise.
10792 (py-lazy-string.o): New rule.
10793
1fe72117 107942010-01-13 Doug Evans <dje@google.com>
8eee9c5a
DE
10795
10796 * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
10797 uninitialized" warning from gcc on local `tree'.
10798
dc146f7c
VP
107992010-01-13 Vladimir Prus <vladimir@codesourcery.com>
10800
10801 Implement core awareness.
10802
10803 * bcache.c (compare_ints): Remove
10804 (print_percentage): Use compare_positive_ints.
10805 * defs.h (compare_positive_ints): Declare.
10806 * linux-nat.h (struct lin_lwp): New field core.
10807 (linux_nat_core_of_thread_1): Declare.
10808 * linux-nat.c (add_lwp): Init the 'core' field.
10809 (linux_nat_wait_1): Record the core.
10810 (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
10811 (linux_nat_add_target): Register the above.
10812 * linux-thread-db.c (update_thread_core): New.
10813 (thread_db_find_new_threads): Update core information for
10814 every thread.
10815 * remote.c (struct private_thread_info): New.
10816 (free_private_thread_info, demand_private_info): New.
10817 (PACKET_qXfer_threads, use_osdata_threads): New.
10818 (struct thread_item, threads_parsing_context
10819 (start_thread, end_thread, thread_attributes)
10820 (thread_children, threads_children, threads_elements): New.
10821 (remote_threads_info): Try qXfer:threads before anything
10822 else.
10823 (remote_protocol_packets): Register qXfer:threads.
10824 (remote_open_1): Init use_osdata_threads.
10825 (struct stop_reply): New field 'core'.
10826 (remote_parse_stop_reply): Parse core number.
10827 (process_stop_reply): Record core number.
10828 (remote_xfer_partial): Handle qXfer:threads.
10829 (remote_core_of_thread): New.
10830 (init_remote_ops): Register remote_core_of_thread.
10831 (_initialize_remote): Register qXfer:read.
10832 * target.c (target_core_of_thread): New
10833 * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
10834 (struct target_ops): New field to_core_of_threads.
10835 (target_core_of_thread): Declare.
10836 * gdbthread.h (struct thread_info): New field private_dtor.
10837 * thread.c (print_thread_info): Report the core.
10838 * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
10839 * utils.c (compare_positive_ints): New.
10840 * features/threads.dtd: New.
10841 * mi/mi-interp.c (mi_on_normal_stop): Report the core.
10842 * mi/mi-main.c (struct collect_cores_data, collect_cores)
10843 (do_nothing, free_vector_of_osdata_items)
10844 (splay_tree_int_comparator, free_splay_tree): New.
10845 (print_one_inferior_data): Implemented printing of selected
10846 inferiors. Collect and print cores.
10847 (output_cores): New.
10848 (mi_cmd_list_thread_groups): Support --recurse. Permit specifying
10849 thread groups together with --available.
10850
d30c5336
JK
108512010-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10852
10853 * configure: Regenerate (for _STRUCTURED_PROC).
10854
02893727
JB
108552010-01-12 Joel Brobecker <brobecker@adacore.com>
10856
10857 Delete dead function.
10858 * ada-lang.c (extract_string): Delete. No longer used.
10859
46ed2d6f
JB
108602010-01-12 Joel Brobecker <brobecker@adacore.com>
10861
10862 Fix -Wunused warning in dec-thread.c.
10863 * dec-thread.c (dec_thread_count_gdb_threads)
10864 (dec_thread_add_gdb_thread): Prevent -Wunused warning.
10865
606b8d1a
JB
108662010-01-12 Joel Brobecker <brobecker@adacore.com>
10867
10868 * ada-valprint.c (ada_print_floating): Remove trailing space.
10869
b4ba55a1
JB
108702010-01-12 Joel Brobecker <brobecker@adacore.com>
10871
10872 Add support for DW_AT_GNAT_descriptive_type.
10873 * gdbtypes.h (enum type_specific_kind): New enum.
10874 (struct main_type) [type_specific_field]: New component.
10875 [type_specific]: Add new component "gnat_stuff".
10876 (struct gnat_aux_type): New type.
10877 (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
10878 (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
10879 (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
10880 (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
10881 (TYPE_SPECIFIC_FIELD): New macros.
10882 (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
10883 type does not hold any cplus-specific data.
10884 (TYPE_RAW_CPLUS_SPECIFIC): New macro.
10885 (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
10886 (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
10887 cplus-specific data.
10888 * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
10889 Set new component TYPE_SPECIFIC_FIELD (type).
10890 (gnat_aux_default): New constant.
10891 (allocate_gnat_aux_type): New function.
10892 (init_type): Add initialization the type-specific stuff for
10893 TYPE_CODE_FLT and TYPE_CODE_FUNC types.
10894 (print_gnat_stuff): New function.
10895 (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
10896 specific data. Adjust code that prints the contents of the
10897 type-specific union using the TYPE_SPECIFIC_FIELD value.
10898 * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
10899 the type cplus stuff for Ada types.
10900 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
10901 Error out if these routines are called with an Ada type.
10902 (read_structure_type, read_array_type, read_subrange_type):
10903 Add call to set_descriptive_type.
10904 (set_die_type): Initialize the gnat-specific data if necessary.
10905 (need_gnat_info, die_descriptive_type, set_descriptive_type):
10906 New functions.
10907 * ada-lang.c (decode_constrained_packed_array_type): Use
10908 decode_constrained_packed_array_type instead of doing a standard
10909 lookup to locate a parallel type.
10910 (find_parallel_type_by_descriptive_type): New function.
10911 (ada_find_parallel_type_with_name): New function.
10912 (ada_find_parallel_type): Reimplement using
10913 ada_find_parallel_type_with_name.
10914 * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
10915 to check if type has a cplus stuff.
10916 * linespec.c (total_number_of_methods): Likewise.
10917 * mdebugread.c (new_type): Likewise.
10918
b0f02ee9
JK
109192010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10920
10921 * NEWS: Document the 0b binary number prefix parsing.
10922
b260e109
JK
109232010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10924
10925 * objfiles.c (objfile_relocate1): Change the return type to int.
10926 Describe the new return value. Return non-zero if data changed.
10927 (objfile_relocate): New variable changed. Set it. Call
10928 breakpoint_re_set depending on CHANGED.
10929
b5cfddf5
JK
109302010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10931
10932 Implement binary numbers parsing.
10933 * c-exp.y (parse_number): New case 'b' and 'B'.
10934
e0ae4240
JK
109352010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10936 Tristan Gingold <gingold@adacore.com>
10937
10938 * solib.c (info_sharedlibrary_command): Replace
10939 objfile_has_partial_symbols and objfile_has_full_symbols calls by
10940 objfile_has_symbols.
10941
6e0e5977
JB
109422010-01-10 Joel Brobecker <brobecker@adacore.com>
10943
10944 * NEWS: Document the improvements made to the mips-irix port.
10945
7348c5e1
JB
109462010-01-09 Joel Brobecker <brobecker@adacore.com>
10947
10948 Fix the documentation of valprint.c:value_print.
10949 * valprint.c (value_print): Update the function description to
10950 mention that the syntax of the output follows the current_language,
10951 not necessarily C.
10952
567995e1
JK
109532010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10954
10955 Fix displacement of separate debug info files.
10956 * objfiles.c (objfile_relocate): Rename to ...
10957 (objfile_relocate1): ... here and make it static. Extend the comment.
10958 (objfile_relocate): New function.
10959 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
10960 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
10961 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
10962 allocated using alloca.
10963 * symfile.c (copy_section_addr_info): Remove.
10964 (build_section_addr_info_from_objfile): Make it global. New variables
10965 addr_bit and mask, use them.
10966 * symfile.h (build_section_addr_info_from_objfile): New prototype.
10967 (copy_section_addr_info): Remove.
10968
6d8eadbd
JB
109692010-01-09 Joel Brobecker <brobecker@adacore.com>
10970
10971 Signal unwinder for mips-irix N32.
10972 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
10973 tramp-frame.h.
10974 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
10975 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
8d95cc3b
PA
10976 (SIGCONTEXT_LO_OFF): New macros.
10977 (mips_irix_n32_tramp_frame_init): New function.
6d8eadbd
JB
10978 (mips_irix_n32_tramp_frame): New static constant.
10979 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
10980
27087a3d
JB
109812010-01-09 Joel Brobecker <brobecker@adacore.com>
10982
10983 Breakpoint in shared library does not work on mips-irix.
10984 * procfs.c: #include "observer.h".
10985 (procfs_inferior_created): New function, moving here the code
10986 which unsets the syssgi syscall-exit notifications.
10987 (procfs_create_inferior): Remove the code which unsets the syssgi
10988 syscall-exit notifications. It is too early to do this here.
10989 (_initialize_procfs): Attach the procfs_inferior_created observer.
10990
f08877ba
JB
109912010-01-09 Joel Brobecker <brobecker@adacore.com>
10992
10993 Wrong return convention for arrays (mips-irix).
10994 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
10995 128 bits or smaller are returned the same way as structs
10996 and unions of the the same size.
10997
e4b97d48
JB
109982010-01-09 Joel Brobecker <brobecker@adacore.com>
10999
11000 Cannot set the PC on mips-irix.
11001 * irix5-nat.c (fill_gregset): Check regno against the raw PC
11002 register number, no the cooked one.
11003
11377e68
JB
110042010-01-09 Joel Brobecker <brobecker@adacore.com>
11005
11006 Error while loading core file on mips-irix.
11007 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
11008 if debugging from a core file.
11009
b2391021
JB
110102010-01-09 Joel Brobecker <brobecker@adacore.com>
11011
11012 GDB hangs when attaching to process on mips-irix.
11013 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
11014 attaching to a process.
11015
f2ec0ecf
JB
110162010-01-09 Joel Brobecker <brobecker@adacore.com>
11017
11018 Use the correct breakpoint instruction on mips-irix.
11019 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
11020 containing the correct breakpoint instruction to use on mips-irix.
11021 Use it when the osabi is GDB_OSABI_IRIX.
11022
3c95f01c
JB
110232010-01-09 Joel Brobecker <brobecker@adacore.com>
11024
11025 -Wunused warning in procfs.c (mips-irix only).
11026 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
11027 throughout instead of using praddset and prdelset respectively.
11028
4b7703ad
JB
110292010-01-09 Joel Brobecker <brobecker@adacore.com>
11030
11031 GDB crash while stepping into function.
11032 * infrun.c (handle_inferior_event): Refetch the current frame
11033 after handling what.main_action, in case that pointer became
11034 dangling.
11035
12c89474
JB
110362010-01-09 Joel Brobecker <brobecker@adacore.com>
11037
11038 Fix build failure of solaris-hosted cross debuggers.
11039 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
11040
1a3fd262 110412010-01-09 Daniel Gutson <dgutson@codesourcery.com>
4c490650
JB
11042
11043 Fix build failure on sparc-solaris.
11044 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
11045
75242ef4
JK
110462010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11047
11048 Move some symfile code into subroutines.
11049 * symfile.h (relative_addr_info_to_section_offsets)
11050 (addr_info_make_relative): New prototypes.
11051 * symfile.c (default_symfile_offsets): Move a part to ...
11052 (relative_addr_info_to_section_offsets): ... this new function.
11053 (default_symfile_offsets): Call it.
11054 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
11055 this part to ...
11056 (addr_info_make_relative): ... this new function.
11057
268a4a75
JK
110582010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11059
11060 Add from_tty to solib_create_inferior_hook.
11061 * infcmd.c (post_create_inferior): Move solib_add after
11062 solib_create_inferior_hook. Pass from_tty to
11063 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
11064 0 from_tty and comment why.
11065 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
11066 * linux-nat.c (linux_child_follow_fork): Likewise.
11067 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
11068 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
11069 from_tty.
11070 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
11071 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
11072 * solib-null.c (null_solib_create_inferior_hook): Likewise.
11073 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
11074 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
11075 * solib-som.c (som_solib_create_inferior_hook): Likewise.
11076 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
11077 Pass it to svr4_so_ops.solib_create_inferior_hook.
11078 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
11079 from_tty.
11080 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
11081 solib_add.
11082 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
11083 enable_break.
11084 * solib-target.c (solib_target_solib_create_inferior_hook): New
11085 parameter from_tty.
11086 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
11087 it to ops->solib_create_inferior_hook.
11088 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
11089 Move solib_add after solib_create_inferior_hook, call it now with
11090 from_tty as 0. New comment there.
11091 * solib.h (solib_create_inferior_hook): New parameter from_tty.
11092 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
11093 Likewise.
11094
cf00dfa7
VP
110952010-01-08 Vladimir Prus <vladimir@codesourcery.com>
11096
11097 Fix multiexec race.
11098 * infrun.c (handle_inferior_event): Use get_thread_regcache
11099 with events ptid, not get_current_regcache.
11100
f91e5ac3
JB
111012009-01-08 Joel Brobecker <brobecker@adacore.com>
11102
11103 GDB crash with empty executable name (MinGW).
11104 * source.c (openp): Add assert that parameter string is not NULL.
11105 if parameter string is an empty string, then return with a failure
11106 immediately.
11107
92b9ce5b
JB
111082009-01-08 Joel Brobecker <brobecker@adacore.com>
11109
11110 Get rid of support for VAX Floats.
11111 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
11112 (ada_vax_float_print_function): Delete.
11113 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
11114 (ada_vax_float_print_function): Delete.
11115 * ada-typeprint.c (print_vax_floating_point_type): Delete.
11116 (ada_print_type): Remove support for VAX floats.
11117 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
11118
268a4a75 111192010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
11120
11121 * stabsread.c (read_args): Handle zero arguments.
11122
f0f20949
JB
111232009-01-08 Joel Brobecker <brobecker@adacore.com>
11124
11125 Cannot find in-tree libiconv.a after reconfigure.
11126 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
11127 that we can use, then cache the path to this archive.
11128 * configure: Regenerate.
11129
6b6218c5
SS
111302010-01-07 Stan Shebs <stan@codesourcery.com>
11131
35b1e5cc
SS
11132 Make tracepoint operations go through target vector.
11133 * target.h (enum trace_find_type): New enum.
11134 (struct target_ops): New fields to_trace_init,
11135 to_download_tracepoint, to_download_trace_state_variable,
11136 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
11137 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
11138 to_set_disconnected_tracing.
11139 (target_trace_init): New macro.
11140 (target_download_tracepoint): New macro.
11141 (target_download_trace_state_variable): New macro.
11142 (target_trace_start): New macro.
11143 (target_trace_set_readonly_regions): New macro.
11144 (target_get_trace_status): New macro.
11145 (target_trace_stop): New macro.
11146 (target_trace_find): New macro.
11147 (target_get_trace_state_variable_value): New macro.
11148 (target_set_disconnected_tracing): New macro.
11149 * target.c (update_current_target): Inherit and set defaults for
11150 tracepoint operations.
11151 * tracepoint.c (default_collect): Make globally visible.
11152 (target_is_remote): Remove, along with all calls.
11153 (tvariables_info): Call target_get_trace_state_variable_value.
11154 (remote_set_transparent_ranges): Remove.
11155 (trace_start_command): Call target_trace_init,
11156 target_download_tracepoint, etc.
11157 (download_tracepoint): Remove.
11158 (trace_stop_command): Simplify.
11159 (stop_tracing): Call target_trace_stop.
11160 (get_trace_status): Call target_get_trace_status.
11161 (trace_status_command): Add case for targets that cannot trace.
11162 (finish_tfind_command): Change to take numerical arguments, call
11163 target_trace_find.
11164 (trace_find_command): Update call to finish_tfind_command.
11165 (trace_find_pc_command): Ditto.
11166 (trace_find_tracepoint_command): Ditto.
11167 (trace_find_line_command): Ditto.
11168 (trace_find_range_command): Ditto.
11169 (trace_find_outside_command): Ditto.
11170 (set_disconnected_tracing_value): Call
11171 target_set_disconnected_tracing.
11172 * remote.c: Add protocol encoding bits from tracepoint.c.
11173 (trace_error): Move from tracepoint.c.
11174 (remote_get_noisy_reply): Ditto.
11175 (free_actions_list_cleanup_wrapper): Ditto.
11176 (free_actions_list): Ditto.
11177 (remote_trace_init): New function.
11178 (remote_download_tracepoint): New function.
11179 (remote_download_trace_state_variable): New function.
11180 (remote_trace_set_readonly_regions): New function.
11181 (remote_trace_start): New function.
11182 (remote_get_trace_status): New function.
11183 (remote_trace_stop): New function.
11184 (remote_trace_find): New function.
11185 (remote_download_trace_state_variable): New function.
11186 (remote_set_disconnected_tracing): New function.
11187 (init_remote_ops): Add tracepoint operations.
11188
6b6218c5
SS
11189 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
11190
089b4803
TG
111912010-01-07 Tristan Gingold <gingold@adacore.com>
11192
11193 * symfile.c (build_section_addr_info_from_objfile): New function.
11194 (symbol_file_add_separate): Don't use offsets from objfile but
11195 built an addr info.
11196
d5551862
SS
111972010-01-06 Stan Shebs <stan@codesourcery.com>
11198
11199 Support disconnected tracing.
11200 * infcmd.c (detach_command): Ask whether to stop tracing.
11201 * cli/cli-cmds.c (quit_command): Ditto.
11202 * breakpoint.h (struct breakpoint): New field number_on_target.
11203 * breakpoint.c (create_tracepoint_from_upload): New function.
11204 (get_tracepoint_by_number_on_target): New function.
11205 * remote.c (struct remote): New field disconnected_tracing.
11206 (remote_disconnected_tracing_feature): New function.
11207 (remote_protocol_features): Add DisconnectedTracing.
11208 (struct uploaded_tp): New struct.
11209 (uploaded_tps): New global.
11210 (get_uploaded_tp): New function.
11211 (find_matching_tracepoint): New function.
11212 (remote_get_tracing_state): New function.
11213 (remote_start_remote): Call it.
11214 * tracepoint.c (disconnected_tracing): New global.
11215 (trace_start_command): Initialize number_on_target.
11216 (stop_tracing): New function, split out from...
11217 (trace_stop_command): Call stop_tracing.
11218 (get_trace_status): New function, split out from...
11219 (trace_status_command): Call get_trace_status, add info on
11220 disconnection behavior.
11221 (disconnect_or_stop_tracing): New function.
11222 (finish_tfind_command): Translate from number on target.
11223 (trace_find_tracepoint_command): Translate to number on target.
11224 (send_disconnected_tracing_value): New function.
11225 (set_disconnected_tracing): New function.
11226 (_initialize_tracepoint): Add disconnected-tracing variable.
11227 * NEWS: Mention disconnected tracing.
11228
15d123c9
TG
112292010-01-06 Tristan Gingold <gingold@adacore.com>
11230
11231 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
11232 parameter to main_objfile. Iterate on all separate debug objfiles.
11233 * symfile.h (symbol_file_add_separate)
11234 (find_separate_debug_file_by_debuglink): Remove parameter names.
11235 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
11236 (reread_symbols): Use free_objfile_separate_debug.
11237 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
11238 Adjust comment.
11239 (objfile_separate_debug_iterate, add_separate_debug_objfile)
11240 (free_objfile_separate_debug): New prototypes.
11241 * objfiles.c (objfile_separate_debug_iterate): New function.
11242 (add_separate_debug_objfile, free_objfile_separate_debug): New
11243 functions.
11244 (free_objfile): Use free_objfile_separate_debug. Adjust for
11245 multiple separate debug objfile.
11246 (objfile_has_symbols): Adjust comment. Iterate on all separate
11247 debug objfiles.
11248 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
11249 debug objfile.
11250 (lookup_minimal_symbol_text): Ditto.
11251 (lookup_minimal_symbol_by_pc_name): Ditto.
11252 (lookup_minimal_symbol_solib_trampoline): Ditto.
11253 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
11254 debug objfiles.
11255
7a697b8d
SS
112562010-01-05 Stan Shebs <stan@codesourcery.com>
11257
11258 Add fast tracepoints.
11259 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
11260 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
11261 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
11262 * breakpoint.c (tracepoint_type): New function.
11263 (ALL_TRACEPOINTS): Use it.
11264 (should_be_inserted): Ditto.
11265 (bpstat_check_location): Ditto.
11266 (print_one_breakpoint_location): Ditto.
11267 (user_settable_breakpoint): Ditto.
11268 (set_breakpoint_location_function): Ditto.
11269 (disable_breakpoints_in_shlibs): Ditto.
11270 (delete_trace_command): Ditto.
11271 (print_it_typical): Add bp_fast_tracepoint case.
11272 (bpstat_what): Ditto.
11273 (print_one_breakpoint_location): Ditto.
11274 (allocate_bp_location): Ditto.
11275 (mention): Ditto.
11276 (breakpoint_re_set_one): Ditto.
11277 (disable_command): Ditto.
11278 (enable_command): Ditto.
11279 (check_fast_tracepoint_sals): New function.
11280 (break_command_really): Call it.
11281 (ftrace_command): New function.
11282 (_initialize_breakpoint): Add ftrace command.
11283 * gdbarch.sh (fast_tracepoint_valid_at): New.
11284 * gdbarch.h, gdbarch.c: Regenerate.
11285 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
11286 (i386_gdbarch_init): Use it.
11287 * remote.c (struct remote_state): New field fast_tracepoints.
11288 (PACKET_FastTracepoints): New packet config type.
11289 (remote_fast_tracepoint_feature): New function.
11290 (remote_protocol_features): Add FastTracepoints.
11291 (remote_supports_fast_tracepoints): New function.
11292 (_initialize_remote): Add FastTracepoints.
11293 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
11294 * NEWS: Mention fast tracepoints.
11295
737a160e
JB
112962010-01-06 Joel Brobecker <brobecker@adacore.com>
11297
11298 * gdb-gdb.py: New file.
11299
ce6cca6d
MS
113002010-01-05 Michael Snyder <msnyder@vmware.com>
11301
11302 * infrun.c (handle_inferior_event): Fix typo in comment.
11303
0d15807d
JK
113042010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11305
11306 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
11307
7803799a
UW
113082010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11309
c8d5aac9 11310 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
7803799a
UW
11311 and s390x-linux64.
11312 (s390-linux32-expedite): Define.
11313 (s390-linux64-expedite): Define.
11314 (s390x-linux64-expedite): Define.
11315 * features/s390-acr.xml: New file.
11316 * features/s390-fpr.xml: New file.
11317 * features/s390-core32.xml: New file.
11318 * features/s390-core64.xml: New file.
11319 * features/s390x-core64.xml: New file.
11320 * features/s390-linux32.xml: New file.
11321 * features/s390-linux64.xml: New file.
11322 * features/s390x-linux64.xml: New file.
11323 * features/s390-linux32.c: New generated file.
11324 * features/s390-linux64.c: New generated file.
11325 * features/s390x-linux64.c: New generated file.
11326
11327 * regformats/s390-linux32.dat: New generated file.
11328 * regformats/s390-linux64.dat: New generated file.
11329 * regformats/s390x-linux64.dat: New generated file.
11330 * regformats/reg-s390.dat: Remove.
11331 * regformats/reg-s390x.dat: Remove.
11332
11333 * s390-nat.c: Include "auxv.h" and <elf.h>.
11334 (HWCAP_S390_HIGH_GPRS): Define if undefined.
11335 (s390_target_wordsize): New function.
11336 (s390_auxv_parse): Likewise.
11337 (s390_get_hwcap): Likewise.
11338 (s390_read_description): Likewise.
11339 (_initialize_s390_nat): Install s390_auxv_parse and
11340 s390_read_description.
11341
11342 * s390-tdep.c: Include "features/s390-linux32.c",
11343 "features/s390-linux64.c", and "features/s390x-linux64.c".
11344 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
11345 (s390_register_call_saved): New function.
11346 (s390_register_name): Remove.
11347 (s390_register_type): Remove.
11348 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
11349 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
11350 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
11351 (s390_pseudo_register_name): New function.
11352 (s390_pseudo_register_type): New function.
11353 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
11354 Handle full GPR pesudos and varying pseudo register numbers.
11355 (s390_pseudo_register_write): Likewise
11356 (s390x_pseudo_register_read): Remove.
11357 (s390x_pseudo_register_write): Likewise.
11358 (s390_register_group): Remove.
11359 (s390_pseudo_register_group): New function.
11360 (s390_regmap_gregset): Add GPR upper halves.
11361 (s390x_regmap_gregset): Likewise.
11362 (s390_regmap_fpregset): Likewise.
11363 (s390_regmap_upper): New global variable.
11364 (s390_upper_regset): New global variable.
11365 (s390_upper_regset_sections): New global variable.
11366 (s390_regset_from_core_section): Handle GPR upper halves.
11367 (s390_core_read_description): New function.
11368 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
11369 register information. Handle varying pseudo register numbers.
11370 (s390_backchain_frame_unwind_cache): Likewise.
11371 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
11372 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
11373 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
11374 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
11375 Handle varying pseudo register numbers.
11376 (s390_unwind_pc): Handle varying pseudo register numbers.
11377 (s390_dwarf2_prev_register): New function.
11378 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
11379 register information. Handle varying pseudo register numbers.
11380 Install s390_dwarf2_prev_register to unwind full GPRs.
11381 (s390_gdbarch_init): Handle target descriptions. Assign varying
11382 pseudo register numbers. Install s390_adjust_frame_regnum.
11383 (_initialize_s390_tdep): Initialize target descriptions.
11384
11385 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
11386 (S390_NUM_REGS): Redefine to include upper half registers.
11387 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
11388 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
11389 (tdesc_s390_linux32): Add declaration.
11390 (tdesc_s390_linux64): Likewise.
11391 (tdesc_s390x_linux64): Likewise.
11392
1b1818e4
UW
113932010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11394
11395 * regset.h (struct core_regset_section): Add HUMAN_NAME.
11396 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
11397 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
11398 (ppc_linux_vmx_regset_sections): Likewise.
11399 (ppc_linux_fp_regset_sections): Likewise.
11400
11401 * corelow.c (get_core_register_section): Constify arguments.
11402 (get_core_registers): Use gdbarch_core_regset_sections instead
11403 of hard-coded platform-specific register section names.
11404
dcbf108f
UW
114052010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11406
11407 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
b3f41522 11408 a register, assume the least-significant part is used.
dcbf108f
UW
11409 (write_pieced_value): Likewise.
11410
704e9165
UW
114112010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11412
11413 * printcmd.c: Include "arch-utils.h".
11414 (do_one_display): Re-parse expression if current architecture changed.
11415
c54eabfa
JK
114162010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11417 Joel Brobecker <brobecker@adacore.com>
11418
11419 * gdbtypes.c (check_typedef): New comment on type length.
11420 * value.c (allocate_value_lazy): Remove the unused atype variable. New
11421 comment on type length.
11422 (value_primitive_field): Keep the original TYPE value, new comment.
11423
50cb2941
JK
114242010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11425
11426 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
11427 p_start. Change != comparisons to > and < comparisons.
11428
be66db07
JK
114292010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11430
11431 * cli/cli-script.c (process_next_line): Check P2 overrun.
11432
abd775ce
JB
114332009-01-01 Joel Brobecker <brobecker@adacore.com>
11434
11435 Update the copyright hearder to add year 2010 for most GDB files.
11436
6479260d
JB
114372009-01-01 Joel Brobecker <brobecker@adacore.com>
11438
11439 Fix build failure in inf-ptrace.c.
11440 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
11441
4a70f654
JB
114422010-01-01 Joel Brobecker <brobecker@adacore.com>
11443
11444 * top.c (print_gdb_version): Update copyright year.
11445
595939de 114462010-01-01, 10 Joel Brobecker <brobecker@adacore.com>
b9ee2233
JB
11447
11448 Fix break *FUN'address thread NUM.
11449 * ada-lex.l (task): Expand rule to also match the thread keyword.
11450
70575d34
JB
114512010-01-01 Joel Brobecker <brobecker@adacore.com>
11452
11453 Fix break *FUN'address task NUM.
11454 * ada-lex.l (task): New rule.
11455 * ada-lang.c (valid_task_id): Make sure the Ada task list has
11456 been built before using it.
11457
e1e4d4a4 11458For older changes see ChangeLog-2009.
c906108c
SS
11459\f
11460Local Variables:
11461mode: change-log
11462left-margin: 8
11463fill-column: 74
11464version-control: never
57da7796 11465coding: utf-8
c906108c 11466End:
This page took 1.782555 seconds and 4 git commands to generate.