* s390-tdep.c (s390_push_dummy_call): Error on stack overflow
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
2
3 * s390-tdep.c (s390_push_dummy_call): Error on stack overflow
4 during inferior call stack frame setup.
5
6 2010-06-25 Ken Werner <ken.werner@de.ibm.com>
7
8 * solib-spu.c: Include "exception.h".
9 (ocl_program_data_key): New variable.
10 (append_ocl_sos): New function.
11 (ocl_enable_break): Likewise.
12 (spu_current_sos): Call append_ocl_sos.
13 (spu_solib_loaded): Call ocl_enable_break.
14 (_initialize_spu_solib): Register ocl_program_data_key.
15
16 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
17
18 * cp-support.c (reset_directive_searched): New function.
19 (make_symbol_overload_list_using): Prevent recursive calls.
20
21 2010-06-25 Phil Muldoon <pmuldoon@redhat.com>
22
23 * printcmd.c (print_variable_and_value): Print error message on
24 caught exception.
25
26 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
27
28 * dwarf2expr.h (struct dwarf_value_location): Use ULONGEST as type
29 of stack values.
30 (struct dwarf_expr_piece): Rename "expr" member to "mem". Add new
31 "value" member.
32 (dwarf_expr_push): Change input type to ULONGEST.
33 (dwarf_expr_fetch): Change return type to ULONGEST.
34 (dwarf_expr_fetch_address): Add prototype.
35 (dwarf2_read_address): Remove prototype.
36 * dwarf2expr.c (dwarf_expr_push): Use ULONGEST as type of stack values.
37 Truncate stack values to ctx->addr_size bytes.
38 (dwarf_expr_fetch): Change return value to ULONGEST.
39 (dwarf_expr_fetch_address): New function.
40 (add_piece): Use dwarf_expr_fetch_address instead of dwarf_expr_fetch
41 when appropriate. Update for struct dwarf_expr_piece changes.
42 (dwarf2_read_address): Remove.
43 (unsigned_address_type): Remove.
44 (signed_address_type): Remove.
45 (execute_stack_op): Use dwarf_expr_fetch_address instead of
46 dwarf_expr_fetch when appropriate. Use ULONGEST as type of stack
47 values. Perform operations on ULONGEST instead of on GDB values,
48 sign-extending from ctx->addr_size bytes as needed. Read DW_OP_addr
49 values and DW_OP_deref results as unsigned integers.
50 * dwarf2loc.c (read_pieced_value): Update for struct dwarf_expr_piece
51 changes.
52 (write_pieced_value): Likewise.
53 (dwarf2_evaluate_loc_desc): Use dwarf_expr_fetch_address instead of
54 dwarf_expr_fetch when appropriate.
55 (compile_dwarf_to_ax): Read DW_OP_addr values as unsigned integers.
56 * dwarf2-frame.c (execute_stack_op): Use dwarf_expr_fetch_address
57 instead of dwarf_expr_fetch when appropriate.
58
59 2010-06-25 Pierre Muller <muller@ics.u-strasbg.fr>
60
61 * c-typeprint.c (c_print_typedef): Append new type name for typedefs.
62
63 2010-06-24 Joel Brobecker <brobecker@adacore.com>
64
65 * python/python.c (_initialize_python): Add new "constant"
66 PYTHONDIR in gdb module. Insert this path at the head of
67 sys.path. Set gdb.__path__ to gdb.PYTHONDIR + '/gdb' and
68 exec its __init__.py script if it exists in that directory.
69
70 2010-06-24 Kevin Buettner <kevinb@redhat.com>
71
72 * rx-tdep.c (RX_ACC_REGNUM): Define.
73 (RX_NUM_REGS): Redefine to 26.
74 (rx_register_name): Add register "acc". Change order of several
75 registers. Change name of "vct" register to "fintv" to match RX
76 documentation.
77 (rx_register_type): Add case for RX_ACC_REGNUM.
78
79 2010-06-24 Tom Tromey <tromey@redhat.com>
80
81 * psymtab.c (lookup_partial_symbol): Mark definition as static.
82
83 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
84 Tom Tromey <tromey@redhat.com>
85
86 Fix GDB startup on readonly filesystem.
87 * charset.c (find_charset_names): Use PEX_USE_PIPES for pex_init.
88
89 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
90 Pedro Alves <pedro@codesourcery.com>
91
92 Fix PR 9436.
93 * breakpoint.c (handle_jit_event): New function.
94 (bpstat_what): Remove enum class, kc, ss, sn, sgl, slr, clr, sr, shl,
95 jit, err, table and bs_class. New variables shlib_event, jit_event,
96 this_action and bptype. Change bs_class assignments to this_action
97 assignments. new unhandled bptype internal error. Move here
98 shlib_event and jit_event handling from handle_inferior_event.
99 * breakpoint.h (enum bpstat_what_main_action): Extend the comment.
100 Reorder items. Remove BPSTAT_WHAT_CHECK_SHLIBS and
101 BPSTAT_WHAT_CHECK_JIT.
102 * inferior.h (debug_infrun, stop_on_solib_events): New declarations.
103 * infrun.c (debug_infrun, stop_on_solib_events): Remove static.
104 (handle_inferior_event): Reinitialize frame and gdbarch after
105 bpstat_what call. Move BPSTAT_WHAT_CHECK_SHLIBS and
106 BPSTAT_WHAT_CHECK_JIT handling to bpstat_what. Reinitialize even
107 gdbarch when frame gets reinitialized.
108
109 2010-06-24 Hui Zhu <teawater@gmail.com>
110
111 * printcmd.c (ui_printf): New function.
112 (printf_command): Call ui_printf.
113 (_initialize_printcmd): New command "eval".
114
115 2010-06-23 Ulrich Weigand <uweigand@de.ibm.com>
116
117 * infrun.c (handle_inferior_event): Handle presence of single-step
118 breakpoints for TARGET_WAITKIND_FORKED and TARGET_WAITKIND_VFORKED.
119 Cancel single-step breakpoints for TARGET_WAITKIND_EXITED,
120 TARGET_WAITKIND_SIGNALED, and TARGET_WAITKIND_EXECD.
121 * breakpoint.c (detach_single_step_breakpoints): New function.
122 (detach_breakpoints): Call it.
123 (cancel_single_step_breakpoints): New function.
124 * breakpoint.h (cancel_single_step_breakpoints): Add prototype.
125
126 * spu-tdep.c (spu_memory_remove_breakpoint): New function.
127 (spu_gdbarch_init): Install it.
128
129 2010-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
130
131 * configure.ac: Always set RDYNAMIC at least as `-rdynamic'.
132 * configure: Regenerate.
133
134 2010-06-22 Hui Zhu <teawater@gmail.com>
135
136 * i386-tdep.c (i386_record_lea_modrm): Change warning to query.
137 (i386_process_record): Ditto.
138 * record.c (record_memory_query): New variable.
139 (_initialize_record): New command "set record memory-query".
140 * record.h (record_memory_query): New extern.
141
142 2010-06-21 Doug Evans <dje@google.com>
143
144 * i386-tdep.h (i386_displaced_step_copy_insn): Declare.
145 * i386-tdep.c (i386_displaced_step_copy_insn): New function.
146 (i386_syscall_p): Change type of lengthp to int.
147 (i386_displaced_step_fixup): Handle kernels that run one past a
148 syscall insn.
149 * i386-linux-tdep.c (i386_linux_init_abi): Use
150 i386_displaced_step_copy_insn instead of
151 simple_displaced_step_copy_insn.
152
153 2010-06-21 Tom Tromey <tromey@redhat.com>
154
155 * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
156 (dwarf_type_encoding_name): Likewise.
157
158 2010-06-21 Tom Tromey <tromey@redhat.com>
159
160 * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.
161 * p-typeprint.c (pascal_type_print_base): Use TYPE_ERROR_NAME.
162 * m2-valprint.c (m2_val_print): Use TYPE_ERROR_NAME.
163 * gdbtypes.h (TYPE_ERROR_NAME): New macro.
164 * f-valprint.c (f_val_print): Use TYPE_ERROR_NAME.
165 * f-typeprint.c (f_type_print_base): Use TYPE_ERROR_NAME.
166 * dwarf2read.c (tag_type_to_type): Create a new error type on
167 failure.
168 * c-valprint.c (c_val_print): Use TYPE_ERROR_NAME.
169 * c-typeprint.c (c_type_print_base): Use TYPE_ERROR_NAME.
170
171 2010-06-21 Michael Snyder <msnyder@vmware.com>
172
173 * breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd,
174 not add_abbrev_prefix_cmd, for "enable breakpoints".
175
176 2010-06-21 Ulrich Weigand <uweigand@de.ibm.com>
177
178 * dwarf2loc.c (find_location_expression): Add relocation offset
179 to base-address-selection entry base addresses. Read addresses
180 (and offsets) as signed/unsigned integers, depending on the
181 BFD's sign_extend_vma flag. Do not call dwarf2_read_address.
182 (loclist_describe_location): Likewise.
183 (disassemble_dwarf_expression): Read DW_OP_addr operand as
184 unsigned integer. Do not call dwarf2_read_address.
185 (locexpr_describe_location): Likewise for DW_OP_GNU_push_tls_address.
186
187 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
188
189 * spu-tdep.c (spu_frame_unwind_cache): Use LSLR register
190 value instead of hard-coded SPU_LS_SIZE.
191 (spu_software_single_step): Likewise.
192 * spu-tdep.h (SPU_LS_SIZE): Remove.
193
194 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
195
196 * spu-multiarch.c (spu_xfer_partial): Wrap around local store
197 limit on local store memory accesses.
198 * spu-linux-nat.c (spu_xfer_partial): Likewise.
199 * spu-tdep.c (spu_lslr): Remove.
200 (spu_pointer_to_address): Do not truncate addresses.
201 (spu_integer_to_address): Likewise.
202 (spu_overlay_new_objfile): Use SPU_OVERLAY_LMA.
203 * spu-tdep.h: Add comments.
204 (SPUADDR_SPU): Respect SPU_OVERLAY_LMA bit.
205 (SPU_OVERLAY_LMA): Define.
206
207 2010-06-18 Stan Shebs <stan@codesourcery.com>
208
209 * osdata.c (get_osdata): Warn separately if target does not report
210 type list.
211 (info_osdata_command): Allow empty type, report error if target
212 does not return available types of OS data.
213 * linux-nat.c (linux_nat_xfer_osdata): Report list of OS data
214 types if no annex supplied.
215
216 * thread.c (thread_id_make_value): Make a value representing the
217 current thread.
218 (_initialize_thread): Create $_thread.
219
220 2010-06-17 Joel Brobecker <brobecker@adacore.com>
221
222 * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
223 last local variable declaration. No real code change.
224
225 2010-06-17 Tom Tromey <tromey@redhat.com>
226
227 * dwarf2read.c (psymtabs_addrmap_cleanup): New function.
228 (dwarf2_build_psymtabs_hard): Use it. Create addrmap on a
229 temporary obstack.
230
231 2010-06-16 Sergio Durigan Junior <sergiodj@redhat.com>
232 Jan Kratochvil <jan.kratochvil@redhat.com>
233
234 * breakpoint.c: Include parser-defs.h.
235 (watchpoint_exp_is_const): New function.
236 (watch_command_1): Call watchpoint_exp_is_const to check
237 if the expression is constant.
238
239 2010-06-15 Andreas Schwab <schwab@linux-m68k.org>
240
241 * configure.ac: Check for RDYNAMIC also for cross builds.
242 * configure: Regenerate.
243
244 2010-06-15 Pedro Alves <pedro@codesourcery.com>
245
246 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
247 (SFILES): Remove solib-null.c, add solib-target.c.
248 (COMMON_OBS): Remove solib-null.o, add solib-target.o.
249 (ALLDEPFILES): Remove solib-target.c.
250 * solib-target.c (_initialize_solib_target): Set
251 current_target_so_ops to solib_target_so_ops if not already set.
252 * solib-null.c: Delete.
253
254 2010-06-14 Pedro Alves <pedro@codesourcery.com>
255
256 * NEWS: Mention GDBserver's JIT compilation of tracepoint
257 bytecode.
258
259 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
260
261 * cp-valprint.c (cp_print_static_field): Members of
262 dont_print_stat_array_obstack are of type "struct type *".
263 (_initialize_cp_valprint): Likewise.
264
265 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
266
267 * frame.c (frame_register_unwind): Do not access contents
268 of "optimized out" unwound register value.
269
270 2010-06-14 Jan Kratochvil <jan.kratochvil@redhat.com>
271
272 * ada-lang.h (ada_print_type): Make varstring const.
273 * ada-typeprint.c (print_func_type): Make name const.
274 (ada_print_type): Make varstring const.
275 * c-lang.h (c_print_type): Make varstring const.
276 * c-typeprint.c (c_print_type): Likewise.
277 * f-lang.h (f_print_type): Likewise.
278 * f-typeprint.c (f_print_type): Likewise.
279 * jv-lang.h (java_print_type): Likewise.
280 * jv-typeprint.c (java_print_type): Likewise.
281 * language.c (unk_lang_print_type): Likewise.
282 * language.h (struct language_defn) <la_print_type>: Likewise.
283 * m2-lang.h (m2_print_type): Likewise.
284 * m2-typeprint.c (m2_print_type): Likewise.
285 * p-lang.h (pascal_print_type): Likewise.
286 * p-typeprint.c (pascal_print_type): Likewise.
287
288 2010-06-11 Stan Shebs <stan@codesourcery.com>
289
290 Add per-operation permission flags.
291
292 * target.h (struct target_ops): New method to_set_permissions.
293 (target_set_permissions): New macro.
294 (target_insert_breakpoint): Change macro to function.
295 (target_remove_breakpoint): Ditto.
296 (target_stop): Ditto.
297 (may_write_registers): Declare.
298 (may_write_memory): Declare.
299 (may_insert_breakpoints): Declare.
300 (may_insert_tracepoints): Declare.
301 (may_insert_fast_tracepoints): Declare.
302 (may_stop): Declare.
303 * target.c (may_write_registers, may_write_registers_1): New globals.
304 (may_write_memory, may_write_memory_1): New globals.
305 (may_insert_breakpoints, may_insert_breakpoints_1): New globals.
306 (may_insert_tracepoints, may_insert_tracepoints_1): New globals.
307 (may_insert_fast_tracepoints, may_insert_fast_tracepoints_1): New
308 globals.
309 (may_stop, may_stop_1): New global.
310 (target_xfer_partial): Test for write permission.
311 (target_store_registers): Ditto.
312 (target_insert_breakpoint): New function.
313 (target_remove_breakpoint): New function.
314 (target_stop): New function.
315 (_initialize_targets): Add new set/show variables.
316 (set_write_memory_permission): New function.
317 (update_target_permissions): New function.
318 (set_target_permissions): New function.
319 (update_current_target): Default to_set_permissions.
320 (_initialize_targets): Use new globals and setter function.
321 * tracepoint.c (start_tracing): Test for permission.
322 * inferior.h (update_observer_mode): Declare.
323 * infrun.c (non_stop_1): Define earlier.
324 (observer_mode, observer_mode_1): New globals.
325 (set_observer_mode, show_observer_mode): New functions.
326 (update_observer_mode): New function.
327 (_initialize_infrun): Define "set observer" command.
328 * remote.c (PACKET_QAllow): New optional packet.
329 (remote_protocol_features): Add QAllow.
330 (remote_set_permissions): New function.
331 (remote_start_remote): Call it.
332 (init_remote_ops): Add it to target vector.
333 (_initialize_remote): Add config command for QAllow.
334
335 2010-06-11 Tom Tromey <tromey@redhat.com>
336
337 * dwarf2read.c (dwarf2_add_member_fn): Handle correct form of
338 DW_AT_vtable_elem_location even when GCC extension is seen.
339
340 2010-06-11 Tom Tromey <tromey@redhat.com>
341
342 PR gdb/9977, PR exp/11636:
343 * value.h (value_offset): Update.
344 (struct lval_funcs) <check_validity>: New field.
345 <copy_closure>: Make argument const.
346 (value_computed_closure): Update.
347 (value_contents_for_printing): Declare.
348 (value_bits_valid): Likewise.
349 (val_print): Likewise.
350 (set_value_component_location): Update.
351 (value_entirely_optimized_out): Declare.
352 * value.c (value_offset): Argument now const.
353 (require_not_optimized_out): New function.
354 (value_contents_for_printing): New function.
355 (value_contents_all): Call require_not_optimized_out.
356 (value_contents): Likewise.
357 (value_bits_valid): New function.
358 (value_computed_closure): Argument now const.
359 (set_value_component_location): Make 'whole' argument const.
360 (value_entirely_optimized_out): New function.
361 (value_bitsize): Argument now 'const'.
362 (value_bitpos): Likewise.
363 (value_type): Likewise.
364 * valprint.h (val_print_array_elements): Update.
365 * valprint.c (val_print): Add 'val' argument. Use
366 valprint_check_validity.
367 (valprint_check_validity): New function.
368 (value_check_printable): Use value_entirely_optimized_out.
369 (common_val_print): Update.
370 (value_print): Likewise.
371 (val_print_array_elements): Add 'val' argument.
372 * valops.c (value_fetch_lazy): Use value_contents_for_printing,
373 value_bits_valid. Reinit frame cache for lval_computed.
374 * sh64-tdep.c (sh64_do_register): Update.
375 * scm-valprint.c (scm_val_print): Add 'val' argument.
376 * scm-lang.h (scm_val_print): Update.
377 * python/python.h (apply_val_pretty_printer): Update.
378 * python/py-prettyprint.c (apply_val_pretty_printer): Add 'val'
379 argument. Call set_value_component_location.
380 * printcmd.c (print_scalar_formatted): Update.
381 * p-valprint.c (pascal_val_print): Add 'val' argument.
382 (pascal_object_print_value_fields): Likewise.
383 (pascal_object_print_value): Likewise.
384 (pascal_object_print_static_field): Update.
385 * p-lang.h (pascal_val_print): Update.
386 (pascal_object_print_value_fields): Update.
387 * mt-tdep.c (mt_registers_info): Update.
388 * mi/mi-main.c (get_register): Update.
389 (mi_cmd_data_evaluate_expression): Use common_val_print.
390 * m2-valprint.c (m2_print_array_contents): Add 'val' argument.
391 (m2_print_unbounded_array): Likewise.
392 (m2_val_print): Likewise.
393 * m2-lang.h (m2_val_print): Update.
394 * language.h (struct language_defn) <la_val_print>: Add 'val'
395 argument.
396 (LA_VAL_PRINT): Likewise.
397 * language.c (unk_lang_val_print): Add 'val' argument.
398 * jv-valprint.c (java_print_value_fields): Add 'val' argument.
399 (java_val_print): Likewise.
400 * jv-lang.h (java_val_print): Add 'val' argument.
401 * infcmd.c (default_print_registers_info): Update.
402 * f-valprint.c (f77_print_array_1): Add 'val' argument.
403 (f77_print_array): Likewise.
404 (f_val_print): Likewise.
405 * f-lang.h (f_val_print): Add 'val' argument.
406 * dwarf2loc.c (read_pieced_value): Use value_bitsize and
407 value_bitpos.
408 <DWARF_VALUE_OPTIMIZED_OUT>: Don't print warning. Call
409 set_value_optimized_out.
410 (write_pieced_value): Use value_bitsize and value_bitpos.
411 <default>: Don't exit loop.
412 (check_pieced_value_validity): New function.
413 (pieced_value_funcs): Reference check_pieced_value_validity,
414 check_pieced_value_invalid.
415 (copy_pieced_value_closure): Update.
416 (check_pieced_value_bits): New function.
417 (check_pieced_value_invalid): New function.
418 * d-valprint.c (dynamic_array_type): Add 'val' argument.
419 (d_val_print): Likewise.
420 * d-lang.h (d_val_print): Update.
421 * cp-valprint.c (cp_print_value_fields): Add 'val' argument.
422 (cp_print_value_fields_rtti): Likewise.
423 (cp_print_value): Likewise.
424 (cp_print_static_field): Update.
425 * c-valprint.c (c_val_print): Add 'val' argument.
426 (c_value_print): Update.
427 * c-lang.h (c_val_print): Update.
428 (cp_print_value_fields): Likewise.
429 (cp_print_value_fields_rtti): Likewise.
430 * ada-valprint.c (struct ada_val_print_args): Remove.
431 (val_print_packed_array_elements): Add 'val' argument.
432 (ada_val_print): Likewise. Rewrite.
433 (ada_val_print_stub): Remove.
434 (ada_val_print_array): Add 'val' argument.
435 (ada_val_print_1): Likewise.
436 (print_variant_part): Likewise.
437 (ada_value_print): Update.
438 (print_record): Add 'val' argument.
439 (print_field_values): Likewise.
440 * ada-lang.h (ada_val_print): Update.
441
442 2010-06-11 Tom Tromey <tromey@redhat.com>
443
444 * vec.h (VEC_cleanup): New macro.
445 (DEF_VEC_ALLOC_FUNC_I): Update.
446 (DEF_VEC_ALLOC_FUNC_P): Likewise.
447 (DEF_VEC_ALLOC_FUNC_O): Likewise.
448 * dwarf2loc.c (struct axs_var_loc): Remove.
449 (unimplemented): New function.
450 (translate_register): Likewise.
451 (access_memory): Likewise.
452 (compile_dwarf_to_ax): Likewise.
453 (dwarf2_tracepoint_var_loc): Remove.
454 (dwarf2_tracepoint_var_access): Likewise.
455 (dwarf2_tracepoint_var_ref): Likewise.
456 (locexpr_tracepoint_var_ref): Use compile_dwarf_to_ax.
457 (loclist_tracepoint_var_ref): Likewise.
458 * dwarf2expr.h (dwarf_expr_require_composition): Declare.
459 * dwarf2expr.c (dwarf_expr_require_composition): Rename from
460 require_composition. No longer static.
461 (execute_stack_op): Update.
462 * ax-gdb.h (trace_kludge): Declare.
463
464 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
465
466 * breakpoint.c (breakpoint_restore_shadows): New OWNER comment.
467 (should_be_inserted): Return zero also on NULL OWNER.
468 (breakpoint_program_space_exit): New OWNER comment.
469 (insert_breakpoint_locations): Extend comment for OWNER.
470 (remove_breakpoint_1, remove_breakpoint): Assert on OWNER.
471 (breakpoint_init_inferior, breakpoint_here_p, breakpoint_thread_match):
472 New OWNER comment.
473 (print_it_typical): Return PRINT_UNKNOWN on NULL OWNER.
474 (watchpoint_check): New assert on BREAKPOINT_AT and OWNER.
475 (bpstat_check_location): New assert on OWNER.
476 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions): Move BL
477 and B initializations to the code block. New assert on them.
478 (print_one_breakpoint_location): New OWNER comment.
479 (watchpoint_locations_match): Assert on OWNER.
480 (breakpoint_locations_match): Move HW_POINT1 and HW_POINT2
481 initializations to the code block. New assert on OWNER.
482 (set_breakpoint_location_function): New assert on OWNER.
483 (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib)
484 (bp_location_compare, update_global_location_list)
485 (update_global_location_list): New OWNER comment.
486
487 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
488
489 * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
490
491 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
492
493 * config/nm-linux.h (struct target_ops): Remove forward declaration.
494 (lin_thread_get_thread_signals): Remove prototype.
495 (GET_THREAD_SIGNALS): Remove.
496 * linux-nat.h (lin_thread_get_thread_signals): Add prototype.
497 * linux-thread-db.c (check_thread_signals): Directly call
498 lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
499
500 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
501
502 * gregset.h (GDB_FPXREGSET_T): Remove.
503 (gdb_fpxregset_t): Likewise.
504 (supply_fpxregset): Remove prototype.
505 (fill_fpxregset): Likewise.
506 * i386-linux-nat.c (supply_fpxregset): Remove.
507 (fill_fpxregset): Likewise.
508 (fetch_fpxregs): Inline supply_fpxregset call.
509 (store_fpxregs): Inline fill_fpxregset call.
510
511 * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
512 * config/i386/nm-linux.h: Remove file.
513
514 2010-06-09 Michael Snyder <msnyder@vmware.com>
515
516 * target.c (update_current_target): Fix spelling error in comment.
517 (target_mourn_inferior): Fix spelling error in error message.
518
519 2010-06-08 Paul Hilfinger <hilfingr@adacore.com>
520
521 * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
522 SYMBOL_SEARCH_NAME, not SYMBOL_BEST_NAME, in comments.
523
524 2010-06-08 Michael Snyder <msnyder@vmware.com>
525
526 * remote.c (remote_close): Set inferior_ptid to null_ptid.
527
528 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
529
530 * configure.ac <"${have_libpython}" != no>: New workaround of
531 python#4434.
532 * configure: Regenerate.
533
534 2010-06-08 Hui Zhu <teawater@gmail.com>
535
536 * record.c (record_wait): Move signal out of replay code.
537
538 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
539
540 Fix PR 10640.
541 * dwarf2-frame.c (no_dwarf_call): New function.
542 (execute_stack_op): Set CTX->DWARF_CALL.
543 * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.
544 * dwarf2expr.h (struct dwarf_expr_context) <dwarf_call>: New.
545 (struct dwarf_expr_context) <get_subr>: Remove the #if0-ed field.
546 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call): New functions.
547 (dwarf2_evaluate_loc_desc): Initialize CTX->DWARF_CALL.
548 (needs_frame_dwarf_call): New function.
549 (dwarf2_loc_desc_needs_frame): Initialize CTX->DWARF_CALL.
550 * dwarf2read.c (follow_die_offset): Based on former follow_die_ref.
551 Update the comment. Move variables die, offset and error call to ...
552 (follow_die_ref): ... a new function.
553 (dwarf2_fetch_die_location_block): New function.
554 * dwarf2loc.h (dwarf2_fetch_die_location_block): New prototype.
555
556 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
557
558 * dwarf2loc.c (struct dwarf_expr_baton) Replace objfile by per_cu.
559 (dwarf_expr_tls_address): Use per_cu instead of objfile.
560 (dwarf2_evaluate_loc_desc): Drop initialization of BATON.OBJFILE.
561 Initialize new BATON.PER_CU. Adjust CTX->GDBARCH initialization for
562 this change.
563 (struct needs_frame_baton): New field per_cu.
564 (dwarf2_loc_desc_needs_frame): Initialize new BATON.PER_CU.
565 * dwarf2read.c (struct dwarf2_per_cu_data) <cu>: Extend the comment.
566
567 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
568
569 * cp-support.c (make_symbol_overload_list_namespace): Only search
570 static and global blocks.
571 (make_symbol_overload_list_block): New function.
572 (make_symbol_overload_list): Separate namespace search from block
573 search.
574 (make_symbol_overload_list_qualified): Use
575 make_symbol_overload_list_block.
576
577 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
578
579 * value.h: Created oload_search_type enum.
580 (find_overload_match): Use oload_search_type enum.
581 * valops.c (find_overload_match): Support combined member and
582 non-member search.
583 * eval.c (evaluate_subexp_standard): Calls to
584 find_overload_match now use oload_search_type enum.
585 (oload_method_static): Verify index is a proper value.
586 * valarith.c (value_user_defined_cpp_op): Search for and handle
587 both member and non-member operators.
588 (value_user_defined_cpp_op): New function.
589 (value_user_defined_op): New function.
590 (value_x_unop): Use value_user_defined_op.
591 (value_x_binop): Ditto.
592 * cp-support.c (make_symbol_overload_list_using): Added block
593 iteration.
594 Add check for namespace aliases and imported declarations.
595
596 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
597
598 * breakpoint.h (owner): Extend the comment.
599
600 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
601
602 Clear stale specific bp_location from former whole breakpoint.
603 * breakpoint.c (delete_breakpoint): Move the stale referencing clear
604 code ...
605 (free_bp_location): ... here. Rename there the called function to
606 bpstat_remove_bp_location_callback.
607 (bpstat_remove_breakpoint_callback): Rename to ...
608 (bpstat_remove_bp_location_callback): ... here, change DATA resolution
609 to struct bp_location. Change the called function to
610 bpstat_remove_bp_location. Create new declaration for the function.
611 (bpstat_remove_breakpoint): Rename to ...
612 (bpstat_remove_bp_location): ..., change the parameter to loc, adjust
613 code for the new parameter type.
614
615 2010-06-07 Nathan Sidwell <nathan@codesourcery.com>
616
617 * README: Make version-agnostic.
618
619 2010-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
620
621 Fix duplicate types for single DIE.
622 * dwarf2read.c (read_structure_type): Move set_descriptive_type after
623 set_die_type.
624 (read_array_type): Remove type initialization. Recheck get_die_type
625 after initial die_type. Move set_die_type before set_descriptive_type.
626 (read_set_type): New variable domain_type. Recheck get_die_type after
627 initial die_type. Move attr initialization later.
628 (read_tag_pointer_type, read_tag_reference_type): New variable
629 target_type. Recheck get_die_type after initial die_type.
630 (read_tag_ptr_to_member_type): Recheck get_die_type after initial
631 die_type and die_containing_type.
632 (read_tag_const_type, read_tag_volatile_type, read_subroutine_type):
633 Recheck get_die_type after initial die_type.
634 (read_subrange_type): Recheck get_die_type after initial die_type.
635 Move set_die_type before set_descriptive_type.
636 (set_die_type): Extend the function comment. Call complaint if DIE has
637 some type already set.
638
639 2010-06-05 Vladimir Prus <vladimir@codesourcery.com>
640
641 * mi/mi-main.c (mi_cmd_list_thread_groups): Adjust
642 for current naming of thread groups (iN, not N).
643
644 2010-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
645
646 * ada-lang.c (ada_operator_length): Constify `struct expression'.
647 * parse.c (operator_length): Likewise.
648 (operator_length_standard): Likewise.
649 * parser-defs.h (operator_length): Likewise.
650 (operator_length_standard): Likewise.
651 (struct exp_descriptor <operator_length>): Likewise.
652
653 2010-06-04 Doug Evans <dje@google.com>
654
655 Add support for enabling/disabling individual pretty-printers.
656 * python/py-prettyprint.c (search_pp_list): Skip disabled printers.
657 * python/python-internal.h (gdbpy_enabled_cst): Declare.
658 * python/python.c (gdbpy_enabled_cst): Define.
659 (_initialize_python): Initialize gdbpy_enabled_cst.
660 * NEWS: Add entry.
661
662 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
663
664 * breakpoint.c (update_global_location_list): Fix comment typo.
665
666 2010-06-04 Hui Zhu <teawater@gmail.com>
667
668 * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
669
670 2010-06-03 Doug Evans <dje@google.com>
671
672 * configure.ac: Don't fail if python is unusable when
673 configured with --with-python=auto.
674 * configure: Regenerate.
675
676 2010-06-03 Sami Wagiaalla <swagiaal@redhat.com>
677
678 * dwarf2read.c (new_symbol): Remove redundant naming of symbol.
679
680 2010-06-03 Pierre Muller <muller@ics.u-strasbg.fr>
681
682 * valprint.h (get_array_bounds): Change low and high parameter types
683 to LONGEST *.
684 * valprint.c (get_array_bounds): Use get_discrete_bounds call to
685 compute bounds.
686 (val_print_array_elements): Adapt to change above.
687 * ada-valprint.c (print_optional_low_bound): Adapt to change above.
688 * p-valprint.c (pascal_val_print): Likewise.
689
690 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
691
692 * symfile.c (init_filename_language_table): New extensions .for, .FOR,
693 .ftn, .FTN, .fpp, .FPP, .f90, .F90, .f95, .F95, .f03, .F03, .f08 and
694 .F08.
695
696 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
697
698 Support DW_TAG_module as separate namespaces.
699 * dwarf2read.c (typename_concat): New parameter physname.
700 (read_module_type): New function and declaration.
701 (scan_partial_symbols): Scan also DW_TAG_module children.
702 (partial_die_parent_scope): Accept scope even from DW_TAG_module. Pass
703 to typename_concat backward compatible physname value 0.
704 (partial_die_full_name, read_namespace_type): Pass to typename_concat
705 backward compatible physname value 0.
706 (add_partial_module, read_module): Remove FIXME comment.
707 (process_die) <DW_TAG_module>: Set PROCESSING_HAS_NAMESPACE_INFO.
708 (die_needs_namespace) <DW_TAG_variable>: Allow returning true even for
709 DIEs under DW_TAG_module.
710 (dwarf2_compute_name): Move the ada block for DW_AT_linkage_name and
711 DW_AT_MIPS_linkage_name first, extend it for language_fortran
712 && physname and return there instead of just setting NAME. Extend
713 the main block for language_fortran. Pass physname parameter to the
714 typename_concat call.
715 (read_import_statement, read_func_scope, get_scope_pc_bounds)
716 (load_partial_dies, determine_prefix): Support also DW_TAG_module.
717 (new_symbol): Fill in cplus_specific.demangled_name if it is still
718 missing from SYMBOL_SET_NAMES in the language_fortran case.
719 (new_symbol) <DW_TAG_variable>: Force LOC_UNRESOLVED for gfortran module
720 variables.
721 (read_type_die) <DW_TAG_module>: New.
722 (MAX_SEP_LEN): Increase to 7.
723 (typename_concat): New parameter physname. New variable lead. Support
724 also language_fortran.
725 * f-exp.y (yylex): Consider : also as a symbol name character class.
726 * f-lang.c: Include cp-support.h.
727 (f_word_break_characters, f_make_symbol_completion_list): New functions.
728 (f_language_defn): Use cp_lookup_symbol_nonlocal,
729 f_word_break_characters and f_make_symbol_completion_list.
730 * f-typeprint.c (f_type_print_base) <TYPE_CODE_MODULE>: New.
731 * gdbtypes.h (enum type_code) <TYPE_CODE_MODULE>: New.
732 * symtab.c (symbol_init_language_specific): Support language_fortran.
733 (symbol_find_demangled_name): New comment on language_fortran.
734 (symbol_natural_name, symbol_demangled_name): Use demangled_name even
735 for language_fortran.
736 (lookup_symbol_aux_local): Check imports also for language_fortran.
737 (default_make_symbol_completion_list): Rename to ...
738 (default_make_symbol_completion_list_break_on): ... this name. New
739 parameter break_on, use it.
740 (default_make_symbol_completion_list): New stub.
741 * symtab.h (default_make_symbol_completion_list_break_on): New
742 prototype.
743
744 2010-06-02 Joel Brobecker <brobecker@adacore.com>
745
746 * remote.c (remote_get_noisy_reply): Remove trailing "\n" in call
747 to error.
748
749 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
750
751 * dwarf2read.c (typename_concat): Add const to the variable sep.
752
753 2010-06-02 Tom Tromey <tromey@redhat.com>
754
755 * dwarf2loc.h (dwarf2_per_cu_data): Declare.
756 * dwarf2read.c (dwarf_stack_op_name): No longer static. Return
757 type is const. Add 'def' argument. Add missing operators, remove
758 unhandled ones.
759 (decode_locdesc): Update.
760 (dwarf2_always_disassemble): New global.
761 (show_dwarf2_always_disassemble): New function.
762 (_initialize_dwarf2_read): Add always-disassemble.
763 (dwarf2_per_cu_offset_size): New function.
764 * dwarf2loc.c (dwarf2_always_disassemble): Declare.
765 (piece_end_p): New function.
766 (locexpr_describe_location_piece): Replace 'size' argument with
767 'end'. Use piece_end_p. Rewrite recognition of TLS. Recognize
768 some constants. Remove errors.
769 (disassemble_dwarf_expression): New function.
770 (locexpr_describe_location_1): Use disassemble_dwarf_expression.
771 Add 'offset_size' argument.
772 (loclist_describe_location): Change output formatting.
773 * dwarf2expr.h (dwarf_stack_op_name): Declare.
774
775 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
776
777 * cp-support.c (make_symbol_overload_list_adl_namespace): Handle
778 anonymous type case.
779
780 2010-06-02 Pierre Muller <muller@ics.u-strasbg.fr>
781
782 * dwarf2read.c (read_subrange_type): Handle missing base type
783 according to Dwarf-2 specifications.
784
785 2010-06-01 Sergio Durigan Junior <sergiodj@redhat.com>
786
787 * expprint.c (print_subexp_standard): Remove exp_opcodes BINOP_INCL,
788 BINOP_EXCL.
789 (op_name_standard): Remove exp_opcodes BINOP_INCL, BINOP_EXCL,
790 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
791 (dump_subexp_body_standard): Remove exp_opcodes BINOP_INCL,
792 BINOP_EXCL, UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD,
793 UNOP_CHMAX, UNOP_CHMIN.
794 * expression.h (enum exp_opcode) <BINOP_INCL, BINOP_EXCL,
795 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, UNOP_CHMAX,
796 UNOP_CHMIN>: Remove opcodes.
797
798 2010-06-01 Pierre Muller <muller@ics.u-strasbg.fr>
799
800 * dwarf2read.c (read_func_scope): Do not complain for
801 external function if bounds are not found.
802
803 2010-06-01 Pedro Alves <pedro@codesourcery.com>
804
805 * NEWS: Mention gdbserver fast tracepoints support.
806
807 2010-05-31 Pierre Muller <muller@ics.u-strasbg.fr>
808
809 * windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):
810 New macros.
811 (windows_set_console_info): New function.
812 (windows_create_inferior): Call windows_set_console_info
813 if NEW_CONSOLE is true.
814 (bad_GetCurrentConsoleFont, bad_GetConsoleFontSize): New functions.
815 (_initialize_loadable): Initialize GetConsoleFontSize and
816 GetCurrentConsoleFont.
817
818 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
819
820 * Makefile.in (RDYNAMIC): New.
821 (SFILES): Add proc-service.list.
822 * config/alpha/alpha-linux.mh (NAT_CDEPS): New.
823 (LOADLIBES): Replace -rdynamic by $(RDYNAMIC).
824 * config/arm/linux.mh: Likewise.
825 * config/i386/linux.mh: Likewise.
826 * config/i386/linux64.mh: Likewise.
827 * config/ia64/linux.mh: Likewise.
828 * config/m32r/linux.mh: Likewise.
829 * config/m68k/linux.mh: Likewise.
830 * config/mips/linux.mh: Likewise.
831 * config/pa/linux.mh: Likewise.
832 * config/powerpc/linux.mh: Likewise.
833 * config/powerpc/ppc64-linux.mh: Likewise.
834 * config/s390/s390.mh: Likewise.
835 * config/sparc/linux.mh: Likewise.
836 * config/sparc/linux64.mh: Likewise.
837 * config/xtensa/linux.mh: Likewise.
838 * configure.ac: New RDYNAMIC on native host and GCC.
839 (solaris*): Replace -Wl,-export-dynamic by $RDYNAMIC.
840 * configure: Regenerate.
841 * proc-service.list: New.
842
843 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
844
845 * linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid
846 CONTENT.
847
848 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
849
850 * linux-nat.c (linux_nat_wait_1): Do not call
851 linux_nat_core_of_thread_1 on TARGET_WAITKIND_EXITED or
852 TARGET_WAITKIND_SIGNALLED.
853
854 2010-05-27 Joel Brobecker <brobecker@adacore.com>
855
856 * ada-lang.c (ada_inferior_data): New struct.
857 (ada_inferior_data): New static global.
858 (ada_inferior_data_cleanup, get_ada_inferior_data, ada_inferior_exit)
859 (ada_get_tsd_type): New functions.
860 (ada_tag_name_2): Use ada_get_tsd_type instead of ada_find_any_type
861 to look the tsd type up.
862 (_initialize_ada_language): Attach ada_inferior_exit to inferior_exit
863 event. Set ada_inferior_data.
864
865 2010-05-27 Pedro Alves <pedro@codesourcery.com>
866
867 * remote.c (unpack_varlen_hex): Remove forward declaration.
868 (remote_console_output): Make static, and add forward declaration.
869 * remote.h: Drop FIXME comment.
870 (unpack_varlen_hex): Declare.
871 (remote_console_output, remote_cisco_objfile_relocate)
872 (deprecated_target_resume_hook, deprecated_target_wait_loop_hook):
873 Delete declarations.
874 * tracepoint.c: Include "remote.h".
875 (unpack_varlen_hex): Delete declaration.
876
877 2010-05-27 Tom Tromey <tromey@redhat.com>
878
879 * dwarf2loc.c (struct piece_closure) <refc>: New field.
880 (allocate_piece_closure): Initialize refc.
881 (copy_pieced_value_closure): Use refc.
882 (free_pieced_value_closure): Likewise.
883
884 2010-05-27 Tom Tromey <tromey@redhat.com>
885
886 * arm-tdep.c (push_stack_item): 'contents' now const.
887 (arm_push_dummy_call): Make 'val' const. Use value_contents, not
888 value_contents_writeable. Introduce new temporary.
889
890 2010-05-27 Tom Tromey <tromey@redhat.com>
891
892 * findcmd.c (parse_find_args): Use value_contents, not
893 value_contents_raw.
894
895 2010-05-27 Tom Tromey <tromey@redhat.com>
896
897 * alpha-tdep.c (alpha_push_dummy_call): Make alpha_arg.contents
898 const. Use value_contents, not value_contents_writeable.
899
900 2010-05-27 Joel Brobecker <brobecker@adacore.com>
901
902 * ada-lang.c (ensure_lval): Replace call to value_contents_raw
903 by call to value_contents.
904
905 2010-05-27 Ozkan Sezer <sezeroz@gmail.com>
906
907 * MAINTAINERS: Add myself for write after approval privileges.
908
909 2010-05-26 Doug Evans <dje@google.com>
910
911 Allow python to find its files if moved from original location.
912 * acinclude.m4 (GDB_AC_DEFINE_RELOCATABLE): New function.
913 (GDB_AC_WITH_DIR): Call it.
914 * configure.ac: Define WITH_PYTHON_PATH if we can find the
915 python installation directory.
916 * config.in: Regenerate.
917 * configure: Regenerate.
918 * defs.h (python_libdir): Declare.
919 * main.c (python_libdir): Define.
920 (captured_main): Initialize python_libdir.
921 * python/python.c (_initialize_python): #ifdef WITH_PYTHON_PATH,
922 call Py_SetProgramName to make sure python can find its libraries
923 and modules.
924
925 * configure.ac: Try to use python's distutils to fetch compilation
926 parameters.
927 * configure: Regenerate.
928 * python/python-config.py: New file.
929
930 2010-05-26 Ozkan Sezer <sezeroz@gmail.com>
931
932 * ser-tcp.c (net_open): Check error return from socket() call by its
933 equality to -1 not by it being negative.
934 (net_close): Likewise.
935
936 2010-05-26 Pedro Alves <pedro@codesourcery.com>
937
938 * NEWS: Mention the `qRelocInsn' feature.
939 * gdbarch.sh (relocate_instruction): New.
940 * amd64-tdep.c (rip_relative_offset): New.
941 (append_insns): New.
942 (amd64_relocate_instruction): New.
943 (amd64_init_abi): Install it.
944 * i386-tdep.c (append_insns): New.
945 (i386_relocate_instruction): New.
946 (i386_gdbarch_init): Install it.
947 * remote.c (remote_get_noisy_reply): Handle qRelocInsn requests.
948 * gdbarch.h, gdbarch.c: Regenerate.
949
950 2010-05-26 Tom Tromey <tromey@redhat.com>
951
952 * dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
953 (struct dwarf2_loclist_baton) <data>: Likewise.
954 * dwarf2loc.c (find_location_expression): Constify return type.
955 (dwarf2_evaluate_loc_desc): Make 'data' argument const.
956 (dwarf2_loc_desc_needs_frame): Likewise.
957 (loclist_read_variable): Constify.
958 (loclist_describe_location): Likewise.
959 (loclist_tracepoint_var_ref): Likewise.
960
961 2010-05-25 Tom Tromey <tromey@redhat.com>
962
963 * dwarf2loc.c (dwarf_expr_frame_base): Constify.
964 (dwarf_expr_frame_base_1): Likewise.
965 (read_pieced_value): Update.
966 (needs_frame_frame_base): Constify.
967 (dwarf2_tracepoint_var_loc): Likewise.
968 (dwarf2_tracepoint_var_access): Likewise.
969 (locexpr_describe_location_piece): Likewise.
970 (locexpr_describe_location_1): Likewise.
971 * dwarf2expr.h (struct dwarf_expr_context) <get_frame_base>:
972 Constify.
973 (data): Now const.
974 (struct dwarf_expr_piece) <v.literal.data>: Likewise.
975 (dwarf_expr_eval, read_uleb128, read_sleb128)
976 (dwarf2_read_address): Update.
977 * dwarf2expr.c (dwarf_expr_eval): Constify.
978 (read_uleb128): Likewise.
979 (read_sleb128): Likewise.
980 (dwarf2_read_address): Likewise.
981 (require_composition): Likewise.
982 (execute_stack_op): Likewise.
983 * dwarf2-frame.h (struct dwarf2_frame_state_reg) <loc.exp>: Now a
984 "const gdb_byte *".
985 * dwarf2-frame.c (struct dwarf2_frame_state_reg_info) <cfa_exp>:
986 Now const.
987 (no_get_frame_base): Constify.
988 (execute_stack_op): Likewise.
989 (execute_cfa_program): Likewise.
990 (read_encoded_value): Likewise.
991
992 2010-05-25 Doug Evans <dje@google.com>
993
994 * ser-pipe.c (pipe_open): Ignore SIGINTs in child.
995
996 * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...
997 * event-loop.c: ... here.
998 * tui/tui-io.c (tui_readline_output): Rename parameter `code' to
999 `error' for clarity.
1000 (tui_getc): Pass correct value for `error' parameter to
1001 tui_readline_output.
1002
1003 Add python gdb.GdbError and gdb.string_to_argv.
1004 * NEWS: Document them.
1005 * python/py-cmd.c (cmdpy_function): Don't print a traceback if
1006 the exception is gdb.GdbError. Print a second traceback if there's
1007 an error computing the error message.
1008 (gdbpy_string_to_argv): New function.
1009 * python/py-utils.c (gdbpy_obj_to_string): New function.
1010 (gdbpy_exception_to_string): New function.
1011 * python/python-internal.h (gdbpy_string_to_argv): Declare.
1012 (gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
1013 (gdbpy_gdberror_exc): Declare.
1014 * python/python.c (gdbpy_gdberror_exc): New global.
1015 (_initialize_python): Initialize gdbpy_gdberror_exc and create
1016 gdb.GdbError.
1017 (GdbMethods): Add string_to_argv.
1018
1019 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
1020
1021 * windows-nat.c (display_selector): Call GetLastError to give better
1022 failure explanation.
1023
1024 2010-05-24 Pedro Alves <pedro@codesourcery.com>
1025
1026 * config.in: Regenerate.
1027
1028 2010-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1029
1030 Code cleanup.
1031 * target.c (push_target): Return only void. Remove the return value
1032 comment.
1033 * target.h (push_target): Return only void.
1034
1035 2010-05-23 Pedro Alves <pedro@codesourcery.com>
1036
1037 Update gnulib from latest git.
1038 (250b80067c1e1d8faa0c42fb572f721975b929c5)
1039
1040 * gnulib/memcmp.c: Removed.
1041 * gnulib/memchr.valgrind: New.
1042 * gnulib/stddef.in.h: New.
1043 * gnulib/Makefile.am: Updated.
1044 * gnulib/memchr.c: Updated.
1045 * gnulib/memmem.c: Updated.
1046 * gnulib/stdint.in.h: Updated.
1047 * gnulib/str-two-way.h: Updated.
1048 * gnulib/string.in.h: Updated.
1049 * gnulib/wchar.in.h: Updated.
1050
1051 * gnulib/extra/link-warning.h: Removed.
1052 * gnulib/extra/c++defs.h: New.
1053 * gnulib/extra/warn-on-use.h: New.
1054 * gnulib/extra/arg-nonnull.h: Updated.
1055
1056 * gnulib/m4/extensions.m4: Updated.
1057 * gnulib/m4/gnulib-cache.m4: Updated.
1058 * gnulib/m4/gnulib-common.m4: Updated.
1059 * gnulib/m4/gnulib-comp.m4: Updated.
1060 * gnulib/m4/gnulib-tool.m4: Updated.
1061 * gnulib/m4/include_next.m4: Updated.
1062 * gnulib/m4/longlong.m4: Updated.
1063 * gnulib/m4/memchr.m4: Updated.
1064 * gnulib/m4/memmem.m4: Updated.
1065 * gnulib/m4/stdint.m4: Updated.
1066 * gnulib/m4/string_h.m4: Updated.
1067 * gnulib/m4/memcmp.m4: Removed.
1068 * gnulib/m4/onceonly_2_57.m4: Removed.
1069 * gnulib/m4/00gnulib.m4: New.
1070 * gnulib/m4/mmap-anon.m4: New.
1071 * gnulib/m4/multiarch.m4: New.
1072 * gnulib/m4/onceonly.m4: New.
1073 * gnulib/m4/stddef_h.m4: New.
1074 * gnulib/m4/warn-on-use.m4: New.
1075 * gnulib/m4/wchar.m4: Removed.
1076 * gnulib/m4/wchar_h.m4: New.
1077 * gnulib/m4/wchar_t.m4: New.
1078 * gnulib/m4/wint_t.m4: New.
1079
1080 * aclocal.m4: Regenerate.
1081 * config.in: Likewise.
1082 * configure: Likewise.
1083 * gnulib/Makefile.in: Likewise.
1084
1085 2010-05-21 Tom Tromey <tromey@redhat.com>
1086
1087 * dwarf2loc.c (extract_bits_primitive): New function.
1088 (extract_bits): Likewise.
1089 (insert_bits): Likewise.
1090 (copy_bitwise): Likewise.
1091 (read_pieced_value): Do all operations in bits.
1092 (write_pieced_value): Likewise.
1093 * dwarf2expr.h (struct dwarf_expr_piece) <offset>: New field.
1094 * dwarf2expr.c (add_piece): New arguments bit_piece, offset.
1095 Always use xrealloc to resize piece array.
1096 (execute_stack_op) <DW_OP_reg0>: Handle DW_OP_bit_piece.
1097 <DW_OP_piece>: Update.
1098 <DW_OP_bit_piece>: New case.
1099
1100 2010-05-21 Tom Tromey <tromey@redhat.com>
1101
1102 * dwarf2loc.c (read_pieced_value): Exit loop when result is full.
1103 <DWARF_VALUE_OPTIMIZED_OUT>: New case.
1104 * dwarf2expr.h (enum dwarf_value_location)
1105 <DWARF_VALUE_OPTIMIZED_OUT>: New constant.
1106 * dwarf2expr.c (dwarf_expr_stack_empty_p): New function.
1107 (add_piece): Handle empty piece.
1108 (execute_stack_op) <DW_OP_piece>: Handle
1109 DWARF_VALUE_OPTIMIZED_OUT.
1110
1111 2010-05-21 Tom Tromey <tromey@redhat.com>
1112
1113 * eval.c (evaluate_subexp_standard) <BINOP_SUBSCRIPT>: Call
1114 evaluate_subexp, not evaluate_subexp_with_coercion.
1115
1116 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
1117
1118 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
1119 attribute.
1120
1121 2010-05-21 Tom Tromey <tromey@redhat.com>
1122
1123 * dwarf2loc.c (read_pieced_value): Work properly when 'v' has an
1124 offset.
1125 (write_pieced_value): Likewise.
1126
1127 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
1128
1129 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
1130 and DW_TAG_volatile_type.
1131 (new_symbol): Likewise.
1132
1133 2010-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
1134
1135 * p-valprint.c (pascal_val_print): Call get_array_bounds
1136 to obtain the number of elements in an array.
1137
1138 2010-05-19 Doug Evans <dje@google.com>
1139
1140 * python.c (gdbpy_print_stack): Ensure output ends with a newline.
1141
1142 * python.c (source_python_script): Add comment.
1143 (source_python_script_for_objfile): Remove unnecessary call to
1144 gdbpy_print_stack.
1145
1146 2010-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1147 Sergio Durigan Junior <sergiodj@redhat.com>
1148
1149 Code cleanup.
1150 * parse.c (exp_iterate): Use operator_length wrapper function.
1151
1152 2010-05-18 Michael Snyder <msnyder@vmware.com>
1153
1154 * ada-lang.c: White space.
1155 * ada-typeprint.c: White space.
1156 * ada-valprint.c: White space.
1157 * addrmap.c: White space.
1158 * auxv.c: White space.
1159 * ax-gdb.c: White space.
1160
1161 2010-05-18 Hui Zhu <teawater@gmail.com>
1162
1163 * linux-fork.c (inferior_call_waitpid_cleanup): Add check
1164 for oldfp.
1165 (inferior_call_waitpid): Move make_cleanup out of check.
1166 Check the return of waitpid.
1167 (delete_checkpoint_command): Add pptid to save fi->parent_ptid.
1168
1169 2010-05-17 Michael Snyder <msnyder@vmware.com>
1170
1171 * tui/tui.c: White space.
1172 * tui/tui-data.c: White space.
1173 * tui/tui-disasm.c: White space.
1174 * tui/tui-file.c: White space.
1175 * tui/tui-interp.c: White space.
1176 * tui/tui-main.c: White space.
1177 * tui/tui-out.c: White space.
1178 * tui/tui-regs.c: White space.
1179 * tui/tui-source.c: White space.
1180 * tui/tui-stack.c: White space.
1181 * tui/tui-win.c: White space.
1182 * tui/tui-winsource.c: White space.
1183
1184 * procfs.c: White space.
1185
1186 * python/py-auto-load.c: White space.
1187 * python/py-block.c: White space.
1188 * python/py-breakpoint.c: White space.
1189 * python/py-cmd.c: White space.
1190 * python/py-function.c: White space.
1191 * python/py-lazy-string.c: White space.
1192 * python/py-objfile.c: White space.
1193 * python/py-param.c: White space.
1194 * python/py-prettyprint.c: White space.
1195 * python/py-progspace.c: White space.
1196 * python/py-symtab.c: White space.
1197 * python/python.c: White space.
1198 * python/py-type.c: White space.
1199 * python/py-utils.c: White space.
1200 * python/py-value.c: White space.
1201
1202 * mi/mi-cmd-break.c: White space.
1203 * mi/mi-cmd-env.c: White space.
1204 * mi/mi-cmds.c: White space.
1205 * mi/mi-cmd-stack.c: White space.
1206 * mi/mi-cmd-var.c: White space.
1207 * mi/mi-console.c: White space.
1208 * mi/mi-getopt.c: White space.
1209 * mi/mi-interp.c: White space.
1210 * mi/mi-main.c: White space.
1211 * mi/mi-out.c: White space.
1212 * mi/mi-parse.c: White space.
1213
1214 * cli/cli-cmds.c: White space.
1215 * cli/cli-decode.c: White space.
1216 * cli/cli-dump.c: White space.
1217 * cli/cli-interp.c: White space.
1218 * cli/cli-logging.c: White space.
1219 * cli/cli-script.c: White space.
1220 * cli/cli-setshow.c: White space.
1221
1222 * valarith.c: White space.
1223 * valops.c: White space.
1224 * valprint.c: White space.
1225 * value.c: White space.
1226 * varobj.c: White space.
1227 * xcoffread.c: White space.
1228 * xml-support.c: White space.
1229 * xml-tdesc.c: White space.
1230
1231 2010-05-17 Andreas Schwab <schwab@redhat.com>
1232
1233 PR gdb/11092
1234 * c-lang.c (c_printstr): Compute real length of NUL terminated
1235 string at first.
1236
1237 2010-05-17 Joel Brobecker <brobecker@adacore.com>
1238
1239 * parse.c (parse_exp_in_context): When block is not NULL, use
1240 its associated language to parse the expression instead of
1241 the current_language.
1242
1243 2010-05-17 Joel Brobecker <brobecker@adacore.com>
1244
1245 * jv-lang.c (java_lookup_class): Remove commented out code.
1246 (type_from_class): Likewise.
1247 (java_op_print_tab): Remove commented-out elements.
1248
1249 2010-05-17 Joel Brobecker <brobecker@adacore.com>
1250
1251 * ada-lang.c (to_fixed_range_type): The the raw index type as
1252 argument instead of the raw type name. Remove orig_type parameter.
1253 Update calls throughout.
1254 (ada_fixup_array_indexes_type): New function.
1255 (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
1256 * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
1257 * ada-typeprint.c (print_range_type): Renames print_range_type_named.
1258 Remove name parameter.
1259 (print_array_type): Add call to ada_fixup_array_indexes_type.
1260 Update calls to print_range_type.
1261 (ada_print_type): Update calls to print_range_type.
1262
1263 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
1264
1265 * dwarf2read.c (read_set_type): Set type length if
1266 DW_AT_byte_size attribute is present.
1267
1268 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
1269
1270 * p-valprint.c (pascal_val_print): Handle set type if range limits
1271 are undefined but size is known.
1272
1273 2010-05-17 Pedro Alves <pedro@codesourcery.com>
1274
1275 * procfs.c: Reformat.
1276
1277 2010-05-16 Michael Snyder <msnyder@vmware.com>
1278
1279 * target.c: White space.
1280 * target-descriptions.c: White space.
1281 * target-memory.c: White space.
1282 * thread.c: White space.
1283 * top.c: White space.
1284 * tracepoint.c: White space.
1285 * trad-frame.c: White space.
1286 * tramp-frame.c: White space.
1287 * ui-file.c: White space.
1288 * ui-out.c: White space.
1289 * user-regs.c: White space.
1290 * utils.c: White space.
1291
1292 * scm-exp.c: White space.
1293 * scm-lang.c: White space.
1294 * scm-valprint.c: White space.
1295 * sentinel-frame.c: White space.
1296 * ser-base.c: White space.
1297 * ser-go32.c: White space.
1298 * serial.c: White space.
1299 * ser-mingw.c: White space.
1300 * ser-pipe.c: White space.
1301 * ser-tcp.c: White space.
1302 * ser-unix.c: White space.
1303 * solib.c: White space.
1304 * solib-darwin.c: White space.
1305 * solib-frv.c: White space.
1306 * solib-irix.c: White space.
1307 * solib-osf.c: White space.
1308 * solib-pa64.c: White space.
1309 * solib-som.c: White space.
1310 * solib-spu.c: White space.
1311 * solib-svr4.c: White space.
1312 * solib-target.c: White space.
1313 * source.c: White space.
1314 * stabsread.c: White space.
1315 * stack.c: White space.
1316 * std-regs.c: White space.
1317 * symfile.c: White space.
1318 * symmisc.c: White space.
1319 * symtab.c: White space.
1320
1321 2010-05-16 Michael Snyder <msnyder@vmware.com>
1322
1323 * source.c (_initialize_source): Add "rev" as an abbreviation
1324 for the "reverse-search" command.
1325
1326 2010-05-16 Michael Snyder <msnyder@vmware.com>
1327
1328 * record.c: White space.
1329 * regcache.c: White space.
1330 * reggroups.c: White space.
1331 * remote-fileio.c: White space.
1332 * remote-m32r-sdi.c: White space.
1333 * remote-mips.c: White space.
1334 * remote-sim.c: White space.
1335 * remote.c: White space.
1336 (process_g_packet): Remove orphan braces.
1337
1338 2010-05-15 Michael Snyder <msnyder@vmware.com>
1339
1340 * parse.c: White space.
1341 * p-lang.c: White space.
1342 * posix-hdep.c: White space.
1343 * printcmd.c: White space.
1344 * progspace.c: White space.
1345 * prologue-value.c: White space.
1346 * psymtab.c: White space.
1347 * p-typeprint.c: White space.
1348 * p-valprint.c: White space.
1349
1350 * objc-lang.c: White space.
1351 * objfiles.c: White space.
1352 * observer.c: White space.
1353 * osabi.c: White space.
1354 * osdata.c: White space.
1355
1356 * m2-lang.c: White space.
1357 * m2-valprint.c: White space.
1358 * macrocmd.c: White space.
1359 * macroexp.c: White space.
1360 * macroscope.c: White space.
1361 * macrotab.c: White space.
1362 * main.c: White space.
1363 * maint.c: White space.
1364 * mdebugread.c: White space.
1365 * memattr.c: White space.
1366 * minsyms.c: White space.
1367 * monitor.c: White space.
1368
1369 2010-05-14 Michael Snyder <msnyder@vmware.com>
1370
1371 * jv-lang.c: White space.
1372 * jv-typeprint.c: White space.
1373 * jv-valprint.c: White space.
1374 * language.c: White space.
1375 * libunwind-frame.c: White space.
1376 * linespec.c: White space.
1377 * linux-nat.c: White space.
1378 * linux-record.c: White space.
1379 * linux-thread-db.c: White space.
1380
1381 * infcall.c: White space.
1382 * inf-child.c: White space.
1383 * infcmd.c: White space.
1384 * inferior.c: White space.
1385 * inf-loop.c: White space.
1386 * inflow.c: White space.
1387 * inline-frame.c: White space.
1388 * interps.c: White space.
1389
1390 * gcore.c: White space.
1391 * gdb.c: White space.
1392 * gdbtypes.c: White space.
1393 * gnu-nat.c: White space.
1394 * gnu-v2-abi.c: White space.
1395 * gnu-v3-abi.c: White space.
1396
1397 * findcmd.c: White space.
1398 * findvar.c: White space.
1399 * fork-child.c: White space.
1400 * frame-base.c: White space.
1401 * frame.c: White space.
1402 * frame-unwind.c: White space.
1403 * f-valprint.c: White space.
1404
1405 * elfread.c: White space.
1406 * environ.c: White space.
1407 * eval.c: White space.
1408 * event-loop.c: White space.
1409 * event-top.c: White space.
1410 * exceptions.c: White space.
1411 * exec.c: White space.
1412 * expprint.c: White space.
1413
1414 * dbxread.c: White space.
1415 * dcache.c: White space.
1416 * disasm.c: White space.
1417 * doublest.c: White space.
1418 * dsrec.c: White space.
1419 * dummy-frame.c: White space.
1420 * dwarf2expr.c: White space.
1421 * dwarf2-frame.c: White space.
1422 * dwarf2loc.c: White space.
1423 * dwarf2read.c: White space.
1424
1425 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
1426
1427 PR python/11482
1428
1429 * python/py-value.c (valpy_hash): New function.
1430 (value_object_type): Register valpy_hash.
1431
1432 2010-05-14 Hui Zhu <teawater@gmail.com>
1433 Michael Snyder <msnyder@vmware.com>
1434
1435 * linux-fork.c (gdbthread.h): New include.
1436 (fork_info): Add parent_ptid.
1437 (inferior_call_waitpid_cleanup, inferior_call_waitpid): New
1438 functions.
1439 (delete_checkpoint_command): Call inferior_call_waitpid.
1440 (checkpoint_command): Set parent_ptid.
1441
1442 2010-05-13 Michael Snyder <msnyder@vmware.com>
1443
1444 * dictionary.c: Re-indent to GNU coding standard.
1445
1446 * charset.c: White space.
1447 * c-lang.c: White space.
1448 * cli-out.c: White space.
1449 * coffread.c: White space.
1450 * complaints.c: White space.
1451 * completer.c: White space.
1452 * corefile.c: White space.
1453 * corelow.c: White space.
1454 * cp-abi.c: White space.
1455 * cp-namespace.c: White space.
1456 * cp-support.c: White space.
1457 * cp-valprint.c: White space.
1458 * c-typeprint.c: White space.
1459 * c-valprint.c: White space.
1460 * blockframe.c: White space.
1461 * breakpoint.c: White space.
1462 * buildsym.c: White space.
1463 * blockframe.c: White space.
1464 * bcache.c: White space.
1465 * gdbarch.sh: White space, add blank lines.
1466 * arch-utils.c: Ditto.
1467 * gdbarch.c: Regenerate.
1468 * frame.c: White space, add blank lines.
1469 * stack.c: White space, add blank lines.
1470 (initialize_stack): Remove long-dead code.
1471
1472 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1473
1474 Code cleanup.
1475 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
1476 (locexpr_read_variable, loclist_read_variable): Update the callers.
1477
1478 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1479
1480 Code cleanup.
1481 * dwarf2read.c (die_type, die_descriptive_type): Remove variable type.
1482 Remove check of NULL returned by tag_type_to_type.
1483 (die_containing_type): Remove variable type. Remove type_die variable
1484 initialization. Remove check of NULL returned by tag_type_to_type.
1485
1486 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
1487
1488 PR exp/11530.
1489 * gdbtypes.c (lookup_struct_elt_type): Also lookup
1490 names of unnamed structures or unions.
1491
1492 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
1493
1494 * procfs.c (proc_watchpoint_address): New function.
1495 (procfs_stopped_by_watchpoint): Remove useless check after
1496 find_procinfo_or_die call.
1497 (procfs_stopped_data_address): New function.
1498 (procfs_use_watchpoints): Register new watchpoint related function.
1499
1500 2010-05-11 Tom Tromey <tromey@redhat.com>
1501
1502 * eval.c (evaluate_subexp_standard): Revert inadvertent change.
1503
1504 2010-05-10 Michael Snyder <msnyder@vmware.com>
1505
1506 * utils.c: White space cleanup.
1507
1508 2010-05-10 Tom Tromey <tromey@redhat.com>
1509
1510 * eval.c (ptrmath_type_p): Add 'lang' argument.
1511 (evaluate_subexp_standard): Update.
1512 (evaluate_subexp_with_coercion): Update.
1513 * language.h (CAST_IS_CONVERSION): Add 'LANG' argument.
1514
1515 2010-05-10 Michael Snyder <msnyder@vmware.com>
1516
1517 * utils.c (do_fclose_cleanup) Restore local variable.
1518
1519 2010-05-09 Doug Evans <dje@google.com>
1520
1521 * record.c (init_record_core_ops): Rename record_core to record-core.
1522
1523 2010-05-08 Joel Brobecker <brobecker@adacore.com>
1524
1525 Implement task switching on pa-hpux.
1526 * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): New function.
1527 (inf_ttrace_target): Set t->to_get_ada_task_ptid.
1528
1529 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
1530
1531 * valops.c (find_overload_match): Add missing i18n markup.
1532
1533 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
1534
1535 * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
1536
1537 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1538
1539 * dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
1540 list for the obconcat call.
1541 * mdebugread.c (parse_symbol): Likewise.
1542 * stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
1543 Likewise.
1544 * symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
1545 New variable ap. Remove variables len and val.
1546 * symfile.h (obconcat): Likewise for the prototype.
1547
1548 2010-05-07 Michael Snyder <msnyder@vmware.com>
1549
1550 * python/python.c (execute_gdb_command): Remove unused variables.
1551 * python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
1552 * python/py-breakpoint.c (gdbpy_breakpoint_created):
1553 Remove unused variable.
1554 * python/py-cmd.c (cmdpy_function): Remove unused variable.
1555 (cmdpy_completer): Remove unused variable.
1556 * python/py-frame.c (frapy_find_sal): Remove unused variable.
1557 * python/py-function.c (fnpy_call): Remove unused variable.
1558 * python/py-objfile.c (objfile_to_objfile_object):
1559 Remove unused variable.
1560 * python/py-param.c (parmpy_init): Remove unused variable.
1561 * python/py-prettyprint.c (apply_varobj_pretty_printer):
1562 Remove unused variable.
1563 (gdbpy_default_visualizer): Remove unused variable.
1564 * python/py-progspace.c (pspace_to_pspace_object):
1565 Remove unused variable.
1566 * python/py-symtab.c (symtab_and_line_to_sal_object):
1567 Remove unused variable.
1568 * python/py-type.c (typy_template_argument):
1569 Remove unused variable.
1570 * python/py-value.c (valpy_string): Remove unused variable.
1571 (convert_value_from_python): Remove unused variables.
1572
1573 2010-05-07 Michael Snyder <msnyder@vmware.com>
1574
1575 * valops.c (value_cast_pointers): Restore unused variable 'type1',
1576 and use it to compute variable 't1'.
1577
1578 2010-05-07 Joel Brobecker <brobecker@adacore.com>
1579
1580 * ada-lang.c (assign_aggregate): Remove unused variable.
1581
1582 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
1583
1584 PR C++/7943:
1585 * valops.c (find_overload_match): Handle fsym == NULL case.
1586 Add int no_adl argument.
1587 (find_oload_champ_namespace_loop): Call make_symbol_overload_list_adl
1588 when appropriate.
1589 Add int no_adl argument.
1590 (find_oload_champ_namespace): Add int no_adl argument.
1591 * parse.c (operator_length_standard): Return length for OP_ADL_FUNC
1592 expression.
1593 * expprint.c (op_name_standard): Added string for OP_ADL_FUNC case.
1594 * eval.c (evaluate_subexp_standard): Added OP_ADL_FUNC case.
1595 Evaluate arguments and use them to perform ADL lookup.
1596 Pass no_adl argument to find_overload_match.
1597 Disable adl lookup when evaluating a fully qualified OP_FUNCALL.
1598 * cp-support.h: Added prototype for
1599 make_symbol_overload_list_namespace.
1600 * cp-support.c (make_symbol_overload_list_namespace): New function.
1601 (make_symbol_overload_list_adl_namespace): New function.
1602 (make_symbol_overload_list_adl): New function.
1603 (make_symbol_overload_list_using): Moved code to add function to
1604 overload set to make_symbol_overload_list_namespace.
1605 * c-exp.y: create UNKNOWN_CPP_NAME token.
1606 Add parse rule for ADL functions.
1607 (classify_name): Recognize an UNKNOWN_CPP_NAME.
1608
1609 2010-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1610
1611 * fbsd-nat.c (fbsd_make_corefile_notes): Add cast to NULL used as
1612 sentinel.
1613
1614 2010-05-07 Joel Brobecker <brobecker@adacore.com>
1615
1616 Implement task switching on solaris targets.
1617 * sol-thread.c (thread_db_find_thread_from_tid)
1618 (sol_get_ada_task_ptid): New functions.
1619 (init_sol_thread_ops): Set sol_thread_ops.to_get_ada_task_ptid.
1620
1621 2010-05-07 Pedro Alves <pedro@codesourcery.com>
1622
1623 * remote.c (remote_query_supported_append): Use reconcat.
1624 (remote_query_supported): Install a cleanup. Use reconcat.
1625
1626 2010-05-07 Pedro Alves <pedro@codesourcery.com>
1627
1628 * gdbarch.sh (qsupported): Delete.
1629 * gdbarch.h, gdbarch.c: Regenerate.
1630 * remote.c (remote_query_supported): Remove use of
1631 gdbarch_qsupported.
1632
1633 2010-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
1634
1635 * xml-syscall.c (syscall_start_syscalls_info): Remove unused
1636 function.
1637
1638 2010-05-06 Michael Snyder <msnyder@vmware.com>
1639
1640 * xml-support.c (xinclude_start_include): Delete unused variable.
1641 (xml_process_xincludes): Delete unused variable.
1642 * xml-syscall.c (syscall_parse_xml): Delete unused variable.
1643 * target-descriptions.c (tdesc_gdb_type): Delete unused variable.
1644 (tdesc_find_arch_register): Delete unused variable.
1645 (tdesc_use_registers): Delete unused variable.
1646 * xml-tdesc.c (tdesc_start_target): Delete unused variable.
1647 * inferior.c (print_inferior): Delete unused variable.
1648 * record.c (record_open_1): Delete unused variable.
1649 (record_restore): Delete unused variable.
1650 (cmd_record_save): Delete unused variable.
1651 * gcore.c (derive_heap_segment): Delete unused variable.
1652 (objfile_find_memory_regions): Use unused variable.
1653 * jit.c (jit_inferior_init): Delete unused variable.
1654 * progspace.c (clone_program_space): Delete unused variable.
1655 (pspace_empty_p): Delete unused variable.
1656
1657 * frame-unwind.c (frame_unwind_find_by_frame):
1658 Delete unused variable.
1659 * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
1660 * cp-support.c (mangled_name_to_comp): Delete unused variable.
1661 (method_name_from_physname): Delete unused variable.
1662 (cp_func_name): Delete unused variable.
1663 (cp_validate_operator): Delete unused variable.
1664 * cp-namespace.c (cp_scan_for_anonymous_namespaces):
1665 Delete unused variable.
1666 * trad-frame.c (trad_frame_get_prev_register):
1667 Delete unused variable.
1668 * tramp-frame.c (tramp_frame_cache): Delete unused variable.
1669
1670 * serial.c (serial_for_fd): Delete unused variable.
1671 * mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
1672 * top.c (execute_command): Delete unused variable.
1673 (init_main): Delete unused variable.
1674 * utils.c (do_fclose_cleanup): Delete unused variable.
1675 (do_all_inferior_continuations): Delete unused variable.
1676 (initialize_utils): Delete unused variable.
1677 (internal_problem_mode): Delete unused global.
1678 * frame.c (get_prev_frame): Delete unused global.
1679 (get_frame_locals_address): Delete unused global.
1680 (get_frame_args_address): Delete unused global.
1681
1682 * p-typeprint.c (pascal_type_print_base): Delete unused variable.
1683 (pascal_type_print_varspec_prefix): Delete unused variable.
1684 * f-typeprint.c (f_type_print_base): Delete unused variable.
1685 (f_type_print_varspec_suffix): Delete unused variable.
1686 * m2-typeprint.c (m2_print_type): Delete unused variable.
1687 (m2_long_set): Delete unused variable.
1688 * ada-valprint.c (ada_val_print_1): Delete unused variable.
1689 * d-valprint.c (dynamic_array_type): Delete unused variable.
1690 * f-valprint.c (f77_get_dynamic_length_of_aggregate):
1691 Delete unused variable.
1692 (f77_create_arrayprint_offset_tbl): Delete unused variable.
1693 * m2-valprint.c (m2_val_print): Delete unused variable.
1694
1695 * ui-out.c (ui_out_field_int): Delete unused variable.
1696 (ui_out_field_fmt_int): Delete unused variable.
1697 * varobj.c (varobj_list_children): Delete unused variable.
1698 (varobj_set_value): Delete unused variable.
1699 (install_new_value_visualizer): Delete unused variable.
1700 (varobj_set_visualizer): Delete unused variable.
1701 (varobj_update): Delete unused variable.
1702 (varobj_editable_p): Delete unused variable.
1703 (c_value_of_root): Delete unused variable.
1704 (cplus_describe_child): Delete unused variable.
1705
1706 * ada-lang.c (add_defn_to_vec): Delete unused variable.
1707 (decode_constrained_packed_array_type): Delete unused variable.
1708 (add_defn_to_vec): Delete unused variable.
1709 (symbol_completion_match): Delete unused variable.
1710 (value_tag_from_contents_and_address): Delete unused variable.
1711 (ada_evaluate_subexp): Delete unused variable.
1712 * c-lang.c (classify_type): Delete unused variable.
1713 * f-lang.c (f_printstr): Delete unused variable.
1714 * objc-lang.c (objc_printstr): Delete unused variable.
1715 * ada-tasks.c (get_known_tasks_addr): Delete unused variable.
1716 * jv-lang.c (type_from_class): ifdef unused variable.
1717 (java_class_name_from_physname): Delete unused variable.
1718 * m2-lang.c (m2_printstr): Delete unused variable.
1719
1720 * objfiles.c (objfile_relocate): Delete unused variable.
1721 * maint.c (_initialize_maint_cmds): Delete unused variable.
1722 * demangle.c (_initialize_demangler): Delete unused variable.
1723 * corefile.c (reopen_exec_file): Delete unused variable.
1724 * dwarf2expr.c (dwarf2_read_address): Delete unused variable.
1725 * dwarf2-frame.c (decode_frame_entry): Delete unused variable.
1726
1727 * osabi.c (_initialize_gdb_osabi): Delete unused variable.
1728 * memattr.c (mem_delete): Delete unused variable.
1729 (invalidate_target_mem_regions): Delete unused variable.
1730 * mem-break.c (default_memory_insert_breakpoint):
1731 Delete unused variable.
1732 * target.c (target_get_osdata): Delete unused variable.
1733 * parse.c (length_of_subexp): Delete unused variable.
1734 (prefixify_subexp): Delete unused variable.
1735 (exp_iterate): Delete unused variable.
1736 * reverse.c (delete_bookmark_command): Delete unused variable.
1737
1738 * macrocmd.c (_initialize_macrocmd): Delete unused variable.
1739 * macroexp.c (gather_arguments): Delete unused variable.
1740 (substitute_args): Delete unused variable.
1741 * completer.c (gdb_completer_loc_break_characters): Unused, delete.
1742 * gdbarch.sh (gdbarch_printable_names): Delete unused variable.
1743 (_initialize_gdbarch): Delete unused variable.
1744 * gdbarch.c, gdbarch.h: Regenerate.
1745 * arch-utils.c (initialize_current_architecture):
1746 Delete unused variable.
1747 (_initialize_gdbarch_utils): Delete unused variable.
1748 * gdbtypes.c (make_cv_type): Delete unused variable.
1749 (make_type_with_address_space): Delete unused variable.
1750
1751 * linespec.c (decode_compound): Delete unused variable.
1752 * dictionary.c (iterator_next_hashed): Delete unused variable.
1753 * infcall.c (call_function_by_hand): Delete unused variable.
1754 * infcmd.c (step_1): Delete unused variable.
1755 (registers_info): Delete unused variable.
1756 (attach_command): Delete unused variable.
1757 * infrun.c (follow_exec): Delete unused variable.
1758 (handle_step_into_function_backwards): Delete unused variable.
1759 (_initialize_infrun): Delete unused variable.
1760 * stack.c (parse_frame_specification_1): Delete unused variable.
1761 (frame_info): Delete unused variable.
1762 (backtrace_command_1): Delete unused variable.
1763 (catch_info): Delete unused variable.
1764
1765 * eval.c (evaluate_subexp_standard): Delete unused variable.
1766 * valops.c (value_cast_pointers): Delete unused variable.
1767 (value_dynamic_cast): Delete unused variable.
1768 (value_array): Delete unused variable.
1769 (find_overload_match): Delete unused variable.
1770 * valarith.c (value_subscript): Delete unused variable.
1771 (value_binop): Delete unused variable.
1772 * valprint.c (_initialize_valprint): Delete unused variable.
1773 * printcmd.c (print_command_1): Delete unused variable.
1774 (address_info): Delete unused variable.
1775 (printf_command): Delete unused variable.
1776
1777 * auxv.c (target_auxv_search): Delete unused variable.
1778 * blockframe.c (get_frame_block): Delete unused variable.
1779 * regcache.c (regcache_cpy): Delete unused variable.
1780 (regcache_cpy_no_passthrough): Delete unused variable.
1781 * charset.c (wchar_iterate): Delete unused variable.
1782 (find_charset_names): Delete unused variable.
1783 (_initialize_charset): Delete unused variable.
1784 * disasm.c (do_mixed_source_and_assembly):
1785 Delete unused variable.
1786 * source.c (set_default_source_symtab_and_line):
1787 Delete unused variable.
1788 (set_substitute_path_command): Delete unused variable.
1789 * value.c (preserve_values): Delete unused variable.
1790 (value_from_double): Delete unused variable.
1791
1792 2010-05-05 Michael Snyder <msnyder@vmware.com>
1793
1794 * psymtab.c (lookup_partial_symbol): Delete unused variable.
1795 (find_last_source_symtab_from_partial): Delete unused variable.
1796 * symfile.c (place_section): Delete unused variable.
1797 (default_symfile_offsets): Delete unused variable.
1798 (get_debug_link_info): Delete unused variable.
1799 (find_separate_debug_file_by_debuglink): Delete unused variable.
1800 (add_symbol_file_command): Delete unused variable.
1801 (symfile_find_segment_sections): Delete unused variable.
1802 * symmisc.c (free_symtab): Delete unused variable.
1803 (dump_symtab_1): Delete unused variable.
1804 * symtab.c (lookup_symbil_aux_quick): Delete unused variable.
1805 (find_pc_sect_symtab): Delete unused variable.
1806 (skip_prologue_using_lineinfo): Delete unused variable.
1807 (sources_info): Delete unused variable.
1808 (completion_list_add_name): Delete unused variable.
1809 (expand_line_sal): Delete unused variable.
1810
1811 * breakpoint.c (validate_commands_for_breakpoint):
1812 Delete unused variables.
1813 (insert_catchpoint): Delete unused variable.
1814 (update_watchpoint): Delete unused variable.
1815 (insert_bp_location): Delete unused variable.
1816 (insert_breakpoint_locations): Delete unused variable.
1817 (remove_breakpoint_1): Delete unused variable.
1818 (software_breakpoint_inserted_here_p): Delete unused variable.
1819 (watchpoints_triggered): Delete unused variable.
1820 (bpstat_check_watchpoint): Delete unused variable.
1821 (bpstat_stop_status): Delete unused variable.
1822 (print_one_breakpoint_location): Delete unused variable.
1823 (allocate_bp_location): Delete unused variable.
1824 (create_breakpoint): Delete unused variable.
1825 (watch_command_1): Delete unused variable.
1826 (catch_exception_command_1): Delete unused variable.
1827 (catch_ada_exception_command): Delete unused variable.
1828 (delete_breakpoint): Delete unused variable.
1829 (breakpoint_re_set_one): Delete unused variable.
1830 (do_enable_breakpoint): Delete unused variable.
1831
1832 2010-05-06 Pedro Alves <pedro@codesourcery.com>
1833
1834 * amd64-tdep.c: Include disasm.h.
1835 (amd64_insn_length_fprintf, amd64_insn_length_init_dis)
1836 (amd64_insn_length): Moved to disasm.c and renamed.
1837 (fixup_riprel): Adjust.
1838 * disasm.c (do_ui_file_delete): New.
1839 (gdb_insn_length): New.
1840 (gdb_buffered_insn_length_fprintf)
1841 (gdb_buffered_insn_length_init_dis)
1842 (gdb_buffered_insn_length): New, moved from amd64-tdep.c, and
1843 renamed.
1844 * disasm.h (gdb_insn_length): Declare.
1845 (gdb_buffered_insn_length): Declare.
1846
1847 2010-05-06 Pedro Alves <pedro@codesourcery.com>
1848
1849 * remote.c (clear_threads_parsing_context): New.
1850 (remote_threads_info): Delete unused null_cleanup. Install a
1851 cleanup to clear the threads_parsing_context in case parsing
1852 throws.
1853
1854 2010-05-05 Michael Snyder <msnyder@vmware.com>
1855
1856 * c-exp.y (parse_string_or_char): Delete unused variable.
1857 (c_lex): Delete unused variable.
1858 * cp-name-parser.y (cpname_lex): Delete unused variable.
1859 * ada-exp.y (find_primitive_type): Delete unused variable.
1860 (write_var_or_type): Delete unused variable.
1861 * jv-exp.y (java_parse): Delete unused variable.
1862 (push_expression_name): Delete unused variable.
1863 * p-exp.y (pascal_lex): Delete unused variable.
1864
1865 2010-05-05 Pedro Alves <pedro@codesourcery.com>
1866
1867 * remote.c (remote_threads_info): Really revert previous previous
1868 change.
1869
1870 2010-05-05 Michael Snyder <msnyder@vmware.com>
1871
1872 * elfread.c (elf_symtab_read): Delete unused variable.
1873 (find_separate_debug_file_by_buildid): Delete unused variables.
1874 (elf_symfile_read): Delete unused variable.
1875
1876 * coffread.c (coff_symfile_read): Delete unused variables.
1877
1878 * coff-pe-read.c (add_pe_exported_sym): Delete unused variable.
1879 (read_pe_exported_syms): Delete unused variable.
1880
1881 * stabsread.c (define_symbol): Delete unused variable.
1882
1883 * dwarf2read.c (read_type_comp_unit_head): Delete unused variable.
1884 (process_psymtab_comp_unit): Delete unused variable.
1885 (dwarf2_build_psymtabs_hard): Delete unused variable.
1886 (load_partial_comp_unit): Delete unused variable.
1887 (create_all_comp_units): Delete unused variable.
1888 (scan_partial_symbols): Delete unused variable.
1889 (add_partial_symbol): Delete unused variable.
1890 (add_partial_namespace): Delete unused variable.
1891 (add_partial_enumeration): Delete unused variable.
1892 (load_full_comp_unit): Delete unused variable.
1893 (process_full_comp_unit): Delete unused variable.
1894 (read_file_scope): Delete unused variable.
1895 (read_type_unit_scope): Delete unused variable.
1896 (process_structure_scope): Delete unused variable.
1897 (process_enumeration_scope): Delete unused variable.
1898 (read_tag_ptr_to_member_type): Delete unused variable.
1899 (read_typedef): Delete unused variable.
1900 (read_partial_die): Delete unused variable.
1901 (decode_locdesc): Delete unused variable.
1902 (zeroed_partial_die): Delete unused global variable.
1903
1904 * tui/tui-interp.c (_initialize_tui_interp):
1905 Delete unused variable.
1906 * tui/tui-regs.c tui_display_registers_from):
1907 Delete unused variable.
1908 (tui_check_register_values): Delete unused variable.
1909 (tui_register_format): Delete unused variable.
1910 * tui/tui-win.c (_initialize_tui_win): Delete unused variable.
1911 * tui/tui-windata.c (tui_display_data_from_line):
1912 Delete unused variables.
1913 (tui_vertical_data_scroll): Delete unused variables.
1914
1915 2010-05-05 Michael Snyder <msnyder@vmware.com>
1916
1917 * remote.c (remote_threads_info): Revert questionable part of
1918 the previous change.
1919
1920 2010-05-05 Michael Snyder <msnyder@vmware.com>
1921
1922 * mi/mi-out.c (mi_table_begin): Delete unused variable.
1923 * mi/mi-cmd-var.c (print_varobj): Delete unused variable.
1924 (mi_cmd_var_list_children): Delete unused variable.
1925 (varobj_update_one): Delete unused variable.
1926 * mi/mi-cmd-break.c (mi_cmd_break_insert): Delete unused variables.
1927 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals):
1928 Delete unused variable.
1929 (mi_cmd_stack_list_variables): Delete unused variable.
1930 (list_args_or_locals): Delete unused variable.
1931 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):
1932 Delete unused variables.
1933 (mi_cmd_file_list_exec_source_files): Delete unused variable.
1934 * mi/mi-cmd-target.c (mi_cmd_target_file_delete):
1935 Delete unused variable.
1936 * mi/mi-interp.c (mi_interpreter_exec): Delete unused variable.
1937 (mi_cmd_interpreter_exec): Delete unused variable.
1938 (mi_on_normal_stop): Delete unused variable.
1939 * mi/mi-main.c (run_one_inferior): Delete unused variable.
1940 (print_one_inferior): Delete unused variables.
1941 (mi_execute_command): Delete unused variable.
1942 (mi_cmd_execute): Delete unused variable.
1943 (timestamp): Delete unused variable.
1944
1945 * cli/cli-dump.c (dump_memory_to_file): Delete unused variable.
1946 (restore_binary_file): Delete unused variable.
1947 * cli/cli-decode.c (deprecated_cmd_warning): Delete unused variables.
1948 * cli/cli-script.c (define_command): Delete unused variables.
1949 (recurse_read_control_structure): Delete unused variable.
1950 (script_from_file): Delete unused variable.
1951 * cli/cli-cmds.c (complete_command): Delete unused variable.
1952 (disassemble_command): Delete unused variable.
1953
1954 * ax-gdb.c (gen_struct_elt_for_reference): Delete unused variables.
1955 * tracepoint.c (delete_trace_variable_command):
1956 Delete unused variables.
1957 (encode_actions_1): Delete unused variables.
1958 (start_tracing): Delete unused variable.
1959 (trace_status_mi): Delete unused variable.
1960 (tfind_1): Delete unused variable.
1961 (trace_find_pc_command): Delete unused variable.
1962 (trace_find_line_command): Delete unused variables.
1963 (trace_find_range_command): Delete unused variables.
1964 (trace_find_outside_command): Delete unused variables.
1965 (parse_tracepoint_definition): Delete unused variables.
1966 (tfile_fetch_registers): Delete unused variable.
1967
1968 * dcache.c (dcache_init): Delete unused variable.
1969 (dcache_info): Delete unused variable.
1970
1971 * remote.c (remote_threads_info): Delete unused variable.
1972 (process_stop_reply) :Delete unused variable.
1973 (remote_get_trace_status): Delete unused variables.
1974
1975 * linux-thread-db.c (add_thread_db_info): Delete unused variable.
1976 (thread_from_lwp): Delete unused variable.
1977 (enable_thread_event_reporting): Delete unused variable.
1978 (check_for_thread_db): Delete unused variables.
1979 (thread_db_find_new_threads_2): Delete unused variable.
1980
1981 * linux-fork.c (info_checkpoints_command): Delete unused variables.
1982 (checkpoint_command): Delete unused variable.
1983 (linux_fork_context): Delete unused variables.
1984
1985 * linux-nat.c (linux_parent_pid): Delete unused global variable.
1986 (linux_tracefork_child): Delete unused variable.
1987 (linux_child_follow_fork): Delete unused variable.
1988 (linux_nat_detach): Delete unused variable.
1989 (linux_handle_extended_wait): Delete unused variable.
1990 (linux_nat_has_pending_sigint): Delete unused variable.
1991 (linux_nat_find_memory_regions): Delete unused variable.
1992 (linux_nat_make_corefile_notes): Delete unused variables.
1993 (linux_nat_info_proc_cmd): Delete unused variable.
1994 (linux_proc_pending_signals): Delete unused variable.
1995 (linux_nat_stop_lwp): Delete unused variables.
1996 (_initialize_linux_nat): Delete unused variable.
1997
1998 * ser-pipe.c (pipe_ops): Delete unused global variable.
1999
2000 * linux-record.c (record_linux_system_call):
2001 Delete unused variables.
2002
2003 * corelow.c (core_xfer_partial): Delete unused variables.
2004
2005 * solib-svr4.c (find_program_interpreter): Delete unused variable.
2006 (svr4_solib_create_inferior_hook): Add ifdef around
2007 conditionally-used variable declarations.
2008
2009 * solib.c (solib_find): Delete unused variable.
2010 (free_so_symbols): Delete unused variable.
2011 (info_sharedlibrary_command): Delete unused variable.
2012 (reload_shared_libraries_1): Delete unused variable.
2013 (_initialize_solib): Delete unused variable.
2014
2015 * i386-tdep.c (i386_supply_xstateregset) Delete unused variable.
2016 (i386_collect_xstateregset): Delete unused variable.
2017 * i387-tdep.c (i387_print_float_info): Delete unused variable.
2018
2019 * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
2020 Delete unused variable 'type'.
2021
2022 2010-05-05 Joel Brobecker <brobecker@adacore.com>
2023
2024 * gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros. *
2025 ada-lang.c: Remove comment mentioning these macros.
2026 * m2-exp.y: Delete commented out code.
2027
2028 2010-05-05 Joel Brobecker <brobecker@adacore.com>
2029
2030 * sparc-tdep.c (sparc_structure_or_union_p): Return non-zero
2031 for array types.
2032 * sparc64-tdep.c (sparc64_structure_or_union_p): Likewise.
2033
2034 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
2035
2036 ARI fix: Remove ATTRIBUTE_UNUSED throughout.
2037 * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove
2038 ATTRIBUTE_UNUSED.
2039 (cleanup_kernel_helper_return): Likewise.
2040 * arm-tdep.c (copy_unmodified): Likewise.
2041 (copy_preload): Likewise.
2042 (copy_copro_load_store): Likewise.
2043 (cleanup_branch): Likewise.
2044 (copy_b_bl_blx): Likewise.
2045 (copy_bx_blx_reg): Likewise.
2046 (copy_alu_imm): Likewise.
2047 (copy_alu_reg): Likewise.
2048 (copy_alu_shifted_reg): Likewise.
2049 (cleanup_load): Likewise.
2050 (cleanup_store): Likewise.
2051 (cleanup_block_load_pc): Likewise.
2052 (cleanup_svc): Likewise.
2053 (copy_undef): Likewise.
2054 (copy_unpred): Likewise.
2055 * remote.c (register_remote_support_xml): Likewise.
2056
2057 2010-05-05 Hui Zhu <teawater@gmail.com>
2058
2059 * gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
2060
2061 2010-05-04 Mark Kettenis <kettenis@gnu.org>
2062
2063 * remote.c (register_remote_support_xml)
2064 (remote_query_supported_append, remote_query_supported): Add cast
2065 to NULL used as sentinel.
2066 * tracepoint.c (tvariables_info_1): Likewise.
2067 * utils.c (add_internal_problem_command): Likewise.
2068
2069 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2070
2071 * dwarf2loc.c (read_pieced_value, write_pieced_value,
2072 dwarf2_evaluate_loc_desc): Handle not being able to access DWARF
2073 registers gracefully.
2074
2075 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2076
2077 * exec.c (print_section_info): Display entry point without arch
2078 specific parts.
2079
2080 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
2081
2082 PR exp/11349.
2083 * printcmd.c (x_command): Only dereference once implicitly for
2084 TYPE_CODE_REF.
2085
2086 2010-05-03 Doug Evans <dje@google.com>
2087
2088 * event-loop.c (gdb_timer): Delete unused global.
2089 (create_timer): Update.
2090
2091 2010-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2092
2093 * cp-namespace.c (cp_lookup_symbol_imports): Support ALIAS for the
2094 CURRENT->DECLARATION case.
2095 * cp-support.h (struct using_direct): Provide extended comment.
2096
2097 2010-05-03 Mark Kettenis <kettenis@gnu.org>
2098
2099 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Renamed from
2100 HPPABSD_SIZEOF_GREGS.
2101 (HPPAOBSD_SIZEOF_FPREGS): New define.
2102 (hppaobsd_supply_gregset): Renamed from hppabsd_supply_gregset.
2103 (hppaobsd_supply_fpregset): New function.
2104 (hppaobsd_gregset): Renamed from hppabsd_gregset.
2105 (hppaobsd_fpregset): New variable.
2106 (hppaobsd_regset_from_core_section): Handle floating-point registers.
2107 (_initialize_hppabsd_tdep): Remove spurious blank line.
2108
2109 2010-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
2110
2111 PR pascal/11349.
2112 * p-valprint.c (pascal_value_print): Always dereference a value with
2113 type code TYPE_CODE_REF.
2114
2115 2010-05-03 Pedro Alves <pedro@codesourcery.com>
2116
2117 * remote.c (remote_notice_signals): New.
2118 (remote_start_remote): In non-stop mode, update the remote end on
2119 which signals it can silently pass.
2120 (init_remote_ops): Install remote_notice_signals.
2121
2122 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2123
2124 * cli/cli-cmds.h (error_no_arg): Remove. Move the comment ...
2125 * command.h (error_no_arg): ... here. Remove NORETURN, change
2126 ATTR_NORETURN to ATTRIBUTE_NORETURN.
2127 * defs.h (NORETURN, ATTR_NORETURN): Remove.
2128 (perror_with_name, verror, error, error_stream, vfatal, fatal)
2129 (internal_verror, internal_error, nomem): Remove NORETURN, change
2130 ATTR_NORETURN to ATTRIBUTE_NORETURN.
2131 * exceptions.c (throw_exception, deprecated_throw_reason, throw_verror)
2132 (throw_vfatal, throw_error): Remove NORETURN.
2133 (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
2134 * exceptions.h (throw_exception, throw_verror, throw_vfatal)
2135 (throw_error, deprecated_throw_reason): Remove NORETURN, change
2136 ATTR_NORETURN to ATTRIBUTE_NORETURN.
2137 * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
2138 to ATTRIBUTE_NORETURN for prototype, for the definition only remove
2139 NORETURN.
2140 * remote-mips.c (mips_error): Change NORETURN to ATTRIBUTE_NORETURN.
2141 * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
2142 ATTRIBUTE_NORETURN.
2143 * target.c (tcomplain): Likewise.
2144 * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
2145 ATTRIBUTE_NORETURN.
2146 * utils.c (verror, error, vfatal, fatal, error_stream, internal_verror)
2147 (internal_error, perror_with_name, nomem): Remove NORETURN.
2148 * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
2149 ATTRIBUTE_NORETURN.
2150
2151 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2152
2153 * ada-lang.c (lim_warning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
2154 * amd64-tdep.c (amd64_insn_length_fprintf): Likewise.
2155 * cli-out.c (cli_field_fmt): New ATTRIBUTE_PRINTF.
2156 (cli_message, out_field_fmt): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
2157 * complaints.c (find_complaint): New ATTRIBUTE_PRINTF.
2158 (vcomplaint): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
2159 * complaints.h (complaint, internal_complaint): Likewise.
2160 * defs.h: Change ATTR_FORMAT to ATTRIBUTE_PRINTF in the top comment.
2161 (ATTR_FORMAT): Remove.
2162 (query, nquery, yquery, vprintf_filtered, vfprintf_filtered)
2163 (fprintf_filtered, fprintfi_filtered, printf_filtered, printfi_filtered)
2164 (vprintf_unfiltered, vfprintf_unfiltered, fprintf_unfiltered)
2165 (printf_unfiltered, xasprintf, xvasprintf, xstrprintf, xstrvprintf)
2166 (xsnprintf, verror, error, vfatal, fatal, internal_verror)
2167 (internal_error, internal_vwarning, internal_warning, warning)
2168 (vwarning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
2169 * disasm.c (fprintf_disasm): Likewise.
2170 * exceptions.c (throw_it): Likewise.
2171 * exceptions.h (exception_fprintf, throw_verror, throw_vfatal)
2172 (throw_error): Likewise.
2173 * language.h (type_error, range_error): Likewise.
2174 * linespec.c (cplusplus_error): Likewise.
2175 * mi/mi-interp.c (mi_interp_query_hook): Likewise.
2176 * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
2177 * monitor.c (monitor_debug): Likewise.
2178 * parser-defs.h (parser_fprintf): Likewise.
2179 * serial.h (serial_printf): Likewise.
2180 * tui/tui-hooks.c (tui_query_hook): Likewise.
2181 * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
2182 (uo_message): Likewise.
2183 * ui-out.h (ui_out_field_fmt, ui_out_message): Likewise.
2184 * utils.c (vfprintf_maybe_filtered, internal_vproblem, defaulted_query):
2185 Likewise.
2186 * xml-support.h (gdb_xml_debug, gdb_xml_error): Likewise.
2187
2188 2010-05-02 Pedro Alves <pedro@codesourcery.com>
2189
2190 * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)
2191 (cli_table_header, cli_begin, cli_end, cli_field_int)
2192 (cli_field_skip, cli_field_string, cli_field_fmt, cli_spaces)
2193 (cli_text, cli_message, cli_wrap_hint, cli_flush, cli_redirect):
2194 Delete forward declarations.
2195 (cli_ui_out_impl): Move below the callbacks.
2196 (_initialize_cli_out): Delete.
2197
2198 2010-05-02 Pedro Alves <pedro@codesourcery.com>
2199
2200 * README: Use consistent `GDB' and `GDBserver' spellings.
2201
2202 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2203
2204 * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
2205
2206 2010-05-01 Pedro Alves <pedro@codesourcery.com>
2207
2208 * infrun.c (prepare_for_detach): In non-stop, context switch to
2209 the thread that got the event before handling the event.
2210
2211 2010-04-30 Tom Tromey <tromey@redhat.com>
2212
2213 * symtab.c (symbol_set_names): Fix typo.
2214
2215 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
2216
2217 * python/py-param.c (parm_constants): Avoid ARI warning
2218 by adding ARI comment.
2219 (parmpy_init): Likewise.
2220
2221 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
2222
2223 * windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
2224 and created type for re-use.
2225
2226 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
2227
2228 * NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
2229
2230 2010-04-29 Doug Evans <dje@google.com>
2231
2232 * ser-base.h (reschedule): Delete prototype.
2233 * ser-base.c (reschedule): Make static.
2234
2235 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2236
2237 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
2238 (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
2239 (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
2240 EABI.
2241 (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
2242 use.
2243
2244 2010-04-29 Pedro Alves <pedro@codesourcery.com>
2245
2246 PR gdb/11557
2247
2248 * regcache.c (registers_changed): Rename to ...
2249 (registers_changed_ptid): ... this, and only delete register cache
2250 entries matching the ptid filter argument.
2251 (registers_changed): Reimplement on top of registers_changed_ptid.
2252 * regcache.h (registers_changed_ptid): Declare.
2253 * target.c (target_resume): Flush register caches.
2254
2255 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
2256 Tom Tromey <tromey@redhat.com>
2257 Thiago Jung Bauermann <bauerman@br.ibm.com>
2258
2259 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
2260 (SUBDIR_PYTHON_SRCS): Likewise.
2261 (py-parameter.o): New rule.
2262 * python/py-parameter.c: New file.
2263 * python/python-internal.h (gdbpy_initialize_parameter)
2264 (gdbpy_parameter, gdbpy_parameter_value)
2265 (gdbpy_parse_command_name): Declare.
2266 * python/py-cmd.c (parse_command_name): Rename to
2267 gdbpy_parse_command_name.
2268 (gdbpy_parse_command_name): Accept a starting list parameter and
2269 use over cmdlist.
2270 (cmdpy_init): Use gdbpy_parse_command_name.
2271 * python/python.c (parameter_to_python): Rename to
2272 gdbpy_parameter_to_python. Accept enum var_types and value.
2273 (gdbpy_parameter): Use gdbpy_parameter_value.
2274 (_initialize_python): Call gdbpy_initialize_parameters.
2275
2276 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2277
2278 * MAINTAINERS: Add myself for write after approval privileges.
2279
2280 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
2281
2282 D language support.
2283 * Makefile.in (SFILES): Add d-lang.c d-valprint.c.
2284 (COMMON_OBS): Add d-lang.o d-valprint.o.
2285 (HFILES_NO_SRCDIR): Add d-lang.h.
2286 * NEWS: Mention D language support.
2287 * c-lang.c (c_emit_char, exp_descriptor_c): Make public.
2288 * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration.
2289 * d-lang.c: New file.
2290 * d-lang.h: New file.
2291 * d-valprint.c: New file.
2292 * defs.h (enum language): Add language_d.
2293 * dwarf2read.c (set_cu_language): Add DW_LANG_D.
2294 * language.c (binop_result_type, integral_type, character_type)
2295 (string_type, boolean_type, structured_type): Add language_d.
2296 * symfile.c (init_filename_language_table): Add language_d.
2297 * symtab.c: Include d-lang.h.
2298 (symbol_init_language_specific, symbol_find_demangled_name)
2299 (symbol_natural_name, lookup_symbol_in_language)
2300 (symbol_demangled_name, symbol_matches_domain): Add language_d.
2301
2302 2010-04-27 Joel Brobecker <brobecker@adacore.com>
2303
2304 * solib-svr4.c (solib_svr4_r_map): Expand function description.
2305
2306 2010-04-27 Joel Brobecker <brobecker@adacore.com>
2307
2308 * symfile.c (init_filename_language_table): Register .dg files
2309 with language_ada.
2310
2311 2010-04-27 Joel Brobecker <brobecker@adacore.com>
2312
2313 * gdbtypes.h (struct main_type): Expand comment about target_type
2314 field.
2315
2316 2010-04-27 Pedro Alves <pedro@codesourcery.com>
2317 Tristan Gingold <gingold@adacore.com>
2318
2319 * symfile.c (reread_symbols): Also search for file in libraries.
2320 Update comment.
2321
2322 2010-04-27 Joel Brobecker <brobecker@adacore.com>
2323
2324 * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
2325 in terms of configuration.
2326
2327 2010-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2328
2329 * objfiles.c: Include solist.h.
2330 (free_all_objfiles): New variable so. Check stale solist objfiles.
2331 * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles
2332 and no_shared_libraries.
2333
2334 2010-04-27 Joel Brobecker <brobecker@adacore.com>
2335
2336 ARI warning fix.
2337 * python/py-auto-load.c (source_section_scripts): Remove trailing
2338 new-line in i18n string.
2339
2340 2010-04-26 Doug Evans <dje@google.com>
2341
2342 * serial.c (serial_write): Handle serial_debug_p akin to serial_read.
2343
2344 2010-04-26 Tom Tromey <tromey@redhat.com>
2345
2346 * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
2347 command list.
2348
2349 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
2350
2351 Removal of config/i386/nm-i386sol2.h native configuration file.
2352 * config/i386/nm-i386sol2.h: Remove file.
2353 * config/i386/i386sol2.mh: Remove NAT_FILE definition.
2354 * config/i386/sol2-64.mh: Idem.
2355 * config/djgpp/fnchange.lst: Remove reference to that file.
2356 * Makefile.in (HFILES_NO_SRCDIR): Idem.
2357
2358 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
2359
2360 PR breakpoints/11531.
2361 * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
2362 macro definition and related comment.
2363 * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
2364 (resume): Remove code and comment related to this macro.
2365
2366 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2367
2368 * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
2369 Fix whitespace.
2370
2371 2010-04-24 Pedro Alves <pedro@codesourcery.com>
2372
2373 * defs.h: Adjust comment.
2374 * filesystem.h, filesystem.c: New files.
2375 * Makefile.in (SFILES): Add filesystem.c.
2376 (COMMON_OBS): Add filesystem.o.
2377 * solib.c (solib_find): Handle DOS-based filesystems. Handle
2378 different target and host path flavours.
2379 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
2380 has_dos_based_file_system on the gdbarch.
2381 * arm-wince-tdep.c (arm_wince_init_abi): Ditto.
2382 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
2383 * i386-tdep.c (i386_go32_init_abi): Ditto.
2384 * gdbarch.sh (has_dos_based_file_system): New.
2385 * gdbarch.h, gdbarch.c: Regenerate.
2386 * NEWS: Mention improved support for remote targets with DOS-based
2387 filesystems. Mention new `set/show target-file-system-kind'
2388 commands.
2389
2390 2010-04-23 Stan Shebs <stan@codesourcery.com>
2391
2392 * ax.h (struct agent_expr): Merge in agent_reqs fields, add some
2393 comments.
2394 (struct agent_reqs): Remove.
2395 (ax_reg_mask): Declare.
2396 * ax-general.c (new_agent_expr): Add gdbarch argument, set new fields.
2397 (free_agent_expr): Free reg_mask.
2398 (ax_print): Add scope and register mask info.
2399 (ax_reqs): Remove agent_reqs argument, use agent expression
2400 fields, and move part of register mask computation to...
2401 (ax_reg_mask): New function.
2402 * ax-gdb.c (gen_trace_static_fields): Call it.
2403 (gen_traced_pop): Ditto.
2404 (is_nontrivial_conversion): Add dummy gdbarch to new_agent_expr.
2405 (gen_trace_for_var): Pass gdbarch to new_agent_expr.
2406 (gen_trace_for_expr): Ditto, and clear optimized_out flag.
2407 (gen_eval_for_expr): Ditto, and require an rvalue.
2408 (agent_command): Call ax_reqs.
2409 (agent_eval_command): Ditto.
2410 * tracepoint.c (report_agent_reqs_errors): Use agent expression fields.
2411 (validate_action_line): Ditto.
2412 (collect_symbol): Ditto.
2413 (encode_actions_1): Ditto.
2414
2415 2010-04-23 Daniel Jacobowitz <dan@codesourcery.com>
2416 Paul Pluzhnikov <ppluzhnikov@google.com>
2417 Jan Kratochvil <jan.kratochvil@redhat.com>
2418
2419 Fix deadlock on looped list of loaded shared objects.
2420 * solib-svr4.c (LM_PREV): New function.
2421 (IGNORE_FIRST_LINK_MAP_ENTRY): Use it.
2422 (svr4_current_sos): Check for correct l_prev. New variables prev_lm
2423 and next_lm. Clear prev_lm for solib_svr4_r_ldsomap.
2424 * config/djgpp/fnchange.lst: Add translation for solib-corrupted.exp.
2425
2426 2010-04-23 Doug Evans <dje@google.com>
2427
2428 * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
2429 python.
2430 * configure: Regenerate.
2431 * main.c: #include "python/python.h".
2432 (captured_main): Defer loading auto-loaded scripts until after
2433 local_gdbinit has been sourced.
2434 * python/py-auto-load.c (gdbpy_global_auto_load): New global.
2435 (load_auto_scripts_for_objfile): New function.
2436 (auto_load_new_objfile): Call it.
2437 * python/python.h (gdbpy_global_auto_load): Declare.
2438 (load_auto_scripts_for_objfile): Declare.
2439
2440 Add support for auto-loading scripts from .debug_gdb_scripts section.
2441 * NEWS: Add entry for .debug_gdb_scripts.
2442 * Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.
2443 (SUBDIR_PYTHON_SRCS): Add py-auto-load.c.
2444 (py-auto-load.o): New rule.
2445 * cli/cli-cmds.c (find_and_open_script): Make externally visible.
2446 * cli/cli-cmds.h (find_and_open_script): Update prototype.
2447 * python/py-auto-load.c: New file.
2448 * python/python-internal.h: #include <stdio.h>.
2449 (set_python_list, show_python_list): Declare.
2450 (gdbpy_initialize_auto_load): Declare.
2451 (source_python_script_for_objfile): Declare.
2452 * python/python.c: Remove #include of observer.h.
2453 (gdbpy_auto_load): Moved to py-auto-load.c.
2454 (GDBPY_AUTO_FILENAME): Ditto.
2455 (gdbpy_new_objfile): Delete.
2456 (source_python_script_for_objfile): New function.
2457 (set_python_list, show_python_list): Make externally visible.
2458 (_initialize_python): Move "auto-load" command to py-auto-load.c
2459 and observer_attach_new_objfile to py-auto-load.c.
2460
2461 2010-04-23 Jerome Guitton <guitton@adacore.com>
2462
2463 * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
2464 (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
2465 (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
2466 New constants.
2467 (alpha_heuristic_analyze_probing_loop): New function.
2468 (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
2469 and handle cases when a stack probe loop is generated.
2470 * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
2471 (alpha_mdebug_max_frame_size_exceeded): New function.
2472 (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
2473 (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
2474 Return 0 when the maximum debuggable frame size has been exceeded.
2475
2476 2010-04-23 Joel Brobecker <brobecker@adacore.com>
2477
2478 Fix ARI warning.
2479 * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
2480
2481 2010-04-20 Chris Moller <cmoller@redhat.com>
2482
2483 PR 10179
2484
2485 * symtab.c (rbreak_command): Added code to include a filename
2486 specification in the rbreak argument.
2487 * NEWS: Added a brief description of filename-qualified rbreak.
2488
2489 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2490
2491 Fix crashes on dangling display expressions.
2492 * ada-lang.c (ada_operator_check): New function.
2493 (ada_exp_descriptor): Fill-in the field operator_check.
2494 * c-lang.c (exp_descriptor_c): Fill-in the field operator_check.
2495 * jv-lang.c (exp_descriptor_java): Likewise.
2496 * m2-lang.c (exp_descriptor_modula2): Likewise.
2497 * scm-lang.c (exp_descriptor_scm): Likewise.
2498 * parse.c (exp_descriptor_standard): Likewise.
2499 (operator_check_standard): New function.
2500 (exp_iterate, exp_uses_objfile_iter, exp_uses_objfile): New functions.
2501 * parser-defs.h (struct exp_descriptor): New field operator_check.
2502 (operator_check_standard, exp_uses_objfile): New declarations.
2503 * printcmd.c: Remove the inclusion of solib.h.
2504 (display_uses_solib_p): Remove the function.
2505 (clear_dangling_display_expressions): Call lookup_objfile_from_block
2506 and exp_uses_objfile instead of display_uses_solib_p.
2507 * solist.h (struct so_list) <objfile>: New comment.
2508 * symtab.c (lookup_objfile_from_block): Remove the static qualifier.
2509 * symtab.h (lookup_objfile_from_block): New declaration.
2510 (struct general_symbol_info) <obj_section>: Extend the comment.
2511
2512 2010-04-22 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2513 Thiago Jung Bauermann <bauerman@br.ibm.com>
2514
2515 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG): Update comment.
2516 (PPC_PTRACE_GETWDBGINFO, PPC_PTRACE_SETHWDEBUG, PPC_PTRACE_DELHWDEBUG,
2517 ppc_debug_info, PPC_DEBUG_FEATURE_INSN_BP_RANGE,
2518 PPC_DEBUG_FEATURE_INSN_BP_MASK, PPC_DEBUG_FEATURE_DATA_BP_RANGE,
2519 PPC_DEBUG_FEATURE_DATA_BP_MASK, ppc_hw_breakpoint,
2520 PPC_BREAKPOINT_TRIGGER_EXECUTE, PPC_BREAKPOINT_TRIGGER READ,
2521 PPC_BREAKPOINT_TRIGGER_WRITE, PPC_BREAKPOINT_TRIGGER_RW,
2522 PPC_BREAKPOINT_MODE_EXACT PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE,
2523 PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE, PPC_BREAKPOINT_MODE_MASK,
2524 PPC_BREAKPOINT_CONDITION_NONE, PPC_BREAKPOINT_CONDITION_AND,
2525 PPC_BREAKPOINT_CONDITION_EXACT, PPC_BREAKPOINT_CONDITION_OR,
2526 PPC_BREAKPOINT_CONDITION_AND_OR, PPC_BREAKPOINT_CONDITION_BE_ALL,
2527 PPC_BREAKPOINT_CONDITION_BE_SHIFT, PPC_BREAKPOINT_CONDITION_BE):
2528 Define, in case <ptrace.h> doesn't provide it.
2529 (booke_debug_info): New variable.
2530 (max_slots_number): Ditto.
2531 (hw_break_tuple): New struct.
2532 (thread_points): Ditto.
2533 (ppc_threads): New variable.
2534 (PPC_DEBUG_CURRENT_VERSION): New define.
2535 (have_ptrace_new_debug_booke): New function.
2536 (ppc_linux_check_watch_resources): Renamed to ...
2537 (ppc_linux_can_use_hw_breakpoint): ... this. Handle BookE processors.
2538 (ppc_linux_region_ok_for_hw_watchpoint): Handle BookE processors.
2539 (booke_cmp_hw_point): New function.
2540 (booke_find_thread_points_by_tid): Ditto.
2541 (booke_insert_point): Ditto.
2542 (booke_remove_point): Ditto.
2543 (ppc_linux_insert_hw_breakpoint): Ditto.
2544 (ppc_linux_remove_hw_breakpoint): Ditto.
2545 (get_trigger_type): Ditto.
2546 (ppc_linux_insert_watchpoint): Handle BookE processors.
2547 (ppc_linux_remove_watchpoint): Ditto.
2548 (ppc_linux_new_thread): Ditto.
2549 (ppc_linux_thread_exit): New function..
2550 (ppc_linux_stopped_data_address): Handle BookE processors.
2551 (ppc_linux_watchpoint_addr_within_range): Ditto.
2552 (_initialize_ppc_linux_nat): Initialize to_insert_hw_breakpoint and
2553 to_remove_hw_breakpoint fields of the target operations struct.
2554 Add observe for the thread_exit event.
2555
2556 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
2557
2558 * i386-linux-nat.c (regmap): Removed.
2559 (fetch_register): Replace regmap with
2560 i386_linux_gregset_reg_offset.
2561 (store_register): Likewise.
2562 (supply_gregset): Likewise.
2563 (fill_gregset): Likewise.
2564
2565 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): Make it
2566 global.
2567
2568 * i386-linux-tdep.h (i386_linux_gregset_reg_offset): New.
2569
2570 2010-04-22 Chris Moller <cmoller@redhat.com>
2571
2572 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
2573 method of popping recursion-detection stack with a method based on
2574 obstack_object_size(). (Similar to the PR9167 patch below, but for
2575 the static array obstack rather than the static member obstack.)
2576
2577 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
2578
2579 * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed.
2580 (_initialize_amd64_linux_nat): Replace
2581 amd64_linux_gregset64_reg_offset with
2582 amd64_linux_gregset_reg_offset.
2583
2584 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Make it
2585 global.
2586
2587 * amd64-tdep.h (amd64_linux_gregset_reg_offset): New.
2588
2589 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2590
2591 PR stabs/11479.
2592 * stabsread.c (set_length_in_type_chain): New function.
2593 (read_struct_type): Call set_length_in_type_chain function.
2594 (read_enum_type): Idem.
2595
2596 2010-04-21 Stan Shebs <stan@codesourcery.com>
2597 Nathan Sidwell <nathan@codesourcery.com>
2598
2599 * tracepoint.c (trace_save): Open in binary mode.
2600
2601 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2602
2603 * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
2604 fields.
2605 * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
2606 builtin_char32 fields.
2607 * printcmd.c (decode_format): Set char size to '\0'
2608 for strings unless explicit size is given.
2609 (print_formatted): Correct calculation of NEXT_ADDRESS
2610 for 16 or 32 bit strings.
2611 (do_examine): Do not force byte size for strings.
2612 Use builtin_char16 and builtin_char32 types to display
2613 16 or 32 bit-wide strings.
2614 (x_command): Set LAST_SIZE to 'b' for string type.
2615
2616 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
2617
2618 PR corefiles/11523
2619 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
2620 XCR0 first.
2621
2622 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Return 0 if
2623 there is no .reg-xstate section.
2624 (i386_linux_core_read_description): Check XCR0 first.
2625
2626 2010-04-21 Mike Frysinger <vapier@gentoo.org>
2627
2628 * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert ()
2629 for len <= 8.
2630
2631 2010-04-21 Chris Moller <cmoller@redhat.com>
2632
2633 PR 9167
2634 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
2635 method of popping recursion-detection stack with a method based on
2636 obstack_object_size().
2637
2638 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
2639
2640 PR pascal/11492.
2641 * p-valprint.c (pascal_val_print): Fix default printing of integer
2642 arrays.
2643
2644 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
2645
2646 Fix compilation warning on gcc-4.1.2.
2647 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Initialize
2648 local variable`pc' to zero.
2649
2650 2010-04-20 Joel Brobecker <brobecker@adacore.com>
2651
2652 Implement thread support with core files on alpha-tru64.
2653 * dec-thread.c (dec_thread_find_new_threads): New function,
2654 extracted from resync_thread_list.
2655 (resync_thread_list): Add OPS parameter. Replace extracted-out
2656 code by call to dec_thread_find_new_threads.
2657 (dec_thread_wait): Update call to resync_thread_list.
2658 (init_dec_thread_ops): Set dec_thread_ops.to_find_new_threads.
2659
2660 2010-04-20 Joel Brobecker <brobecker@adacore.com>
2661
2662 * ada-lang.c (value_pointer): New function.
2663 (make_array_descriptor): Call value_pointer to convert addresses to
2664 pointers.
2665
2666 2010-04-20 Joel Brobecker <brobecker@adacore.com>
2667
2668 * rs6000-aix-tdep.c: #include exceptions.h.
2669 (rs6000_convert_from_func_ptr_addr): If an exception is thrown
2670 while reading the memory at ADDR, then ADDR cannot be a function
2671 descriptor.
2672
2673 2010-04-20 Joel Brobecker <brobecker@adacore.com>
2674
2675 * ada-typeprint.c (ada_print_typedef): New function.
2676 * ada-lang.h (ada_print_typedef): Add declaration.
2677 * ada-lang.c (ada_language_defn): set la_print_typdef field
2678 to ada_print_typedef.
2679
2680 2010-04-20 Joel Brobecker <brobecker@adacore.com>
2681
2682 * procfs.c (procfs_address_to_host_pointer): Only define when used.
2683
2684 2010-04-20 Joel Brobecker <brobecker@adacore.com>
2685
2686 * procfs.c (iterate_over_mappings_cb_ftype): New typedef.
2687 (iterate_over_mappings): Adjust function profile. Add declaration.
2688 (insert_dbx_link_bpt_in_region, info_mappings_callback):
2689 Adjust accordingly.
2690
2691 2010-04-20 Joel Brobecker <brobecker@adacore.com>
2692
2693 * procfs.c (solib_mappings_callback): Move function up to avoid
2694 a compiler warning.
2695
2696 2010-04-20 Joel Brobecker <brobecker@adacore.com>
2697
2698 * procfs.c (find_signalled_thread, find_stop_signal): Move
2699 these functions down to define them only when used.
2700
2701 2010-04-20 Joel Brobecker <brobecker@adacore.com>
2702
2703 * valprint.c (common_val_print): Fix the value before extracting
2704 its contents.
2705 * ada-lang.c (ada_to_fixed_value): Make this function extern.
2706 * ada-lang.h (ada_to_fixed_value): New function declaration.
2707 * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
2708 to avoid code duplication and fix a bug in the handling of
2709 fixed types contents.
2710
2711 2010-04-20 Tom Tromey <tromey@redhat.com>
2712
2713 * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
2714 (read_partial_die): Likewise.
2715 (dwarf_attr_name): Likewise.
2716
2717 2010-04-20 Chris Moller <cmoller@redhat.com>
2718
2719 PR 10867
2720
2721 * cp-valprint.c (global): Adding new static array recursion
2722 detection obstack.
2723 (cp_print_value_fields, cp_print_static_field): Added new static
2724 array recursion detection code.
2725
2726 2010-04-20 Mark Kettenis <kettenis@gnu.org>
2727
2728 * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
2729 general-purpose register set should be 68 instead of 144.
2730 (i386_linux_sse_regset_sections): Likewise.
2731 (i386_linux_avx_regset_sections): Likewise.
2732
2733 2010-04-20 Stan Shebs <stan@codesourcery.com>
2734 Nathan Sidwell <nathan@codesourcery.com>
2735
2736 * dwarf2loc.c (struct axs_var_loc): New struct.
2737 (dwarf2_tracepoint_var_loc): New function.
2738 (dwarf2_tracepoint_var_access): New function.
2739 (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
2740 with DW_OP_piece.
2741 (locexpr_describe_location_piece): New function.
2742 (locexpr_describe_location_1): New function.
2743 (locexpr_describe_location): Call it, update signature.
2744 (loclist_describe_location): Rewrite to loop over locations,
2745 update signature.
2746 * symtab.h (struct symbol_computed_ops): Add address to
2747 describe_location arguments, return void.
2748 * printcmd.c (address_info): Get context PC, pass to computed
2749 location description.
2750 * tracepoint.c (scope_info): Ditto.
2751 * ax-gdb.c (trace_kludge): Export.
2752
2753 2010-04-20 Tom Tromey <tromey@redhat.com>
2754
2755 * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
2756 (struct dwarf2_cie) <segment_size>: New field.
2757 * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
2758 (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
2759 DW_FORM_exprloc.
2760 (read_attribute_value): Handle DW_FORM_flag_present,
2761 DW_FORM_sec_offset, DW_FORM_exprloc.
2762 (dump_die_shallow): Likewise.
2763 (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
2764 (dwarf2_const_value): Handle DW_FORM_exprloc.
2765 (attr_form_is_block): Likewise.
2766 (struct line_header) <maximum_ops_per_instruction>: New field.
2767 (dwarf_decode_line_header): Set new field.
2768 (dwarf_decode_lines): Handle new field.
2769
2770 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2771
2772 * f-exp.y: Add new production to recognize the `logical*8' type.
2773 (LOGICAL_S8_KEYWORD): New token.
2774 * f-lang.c (enum f_primitive_types)
2775 <f_primitive_type_logical_s8>: New field.
2776 (f_language_arch_info): Handling `logical*8' type.
2777 (build_fortran_types): Building `logical*8' type.
2778 * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
2779
2780 2010-04-19 Doug Evans <dje@google.com>
2781
2782 * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
2783 * ser-pipe.c (pipe_open): Fix file descriptor leaks.
2784 (pipe_close): Ditto.
2785
2786 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
2787
2788 * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
2789
2790 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
2791
2792 * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
2793 type to void function.
2794
2795 2010-04-19 Stan Shebs <stan@codesourcery.com>
2796 Vladimir Prus <vladimir@codesourcery.com>
2797
2798 * tracepoint.c (tfind_1): Add missing newline, report exit from
2799 tfind mode as such.
2800 * target.c (update_current_target): Make default
2801 to_trace_find return -1.
2802
2803 2010-04-19 Mike Frysinger <vapier@gentoo.org>
2804
2805 * objc-lang.c (find_methods): Move symname check up.
2806
2807 2010-04-19 Pedro Alves <pedro@codesourcery.com>
2808
2809 * ada-lang.c (print_recreate_exception)
2810 <ex_catch_exception_unhandled>: It's "catch exception unhandled",
2811 not "catch unhandled".
2812
2813 2010-04-19 Pedro Alves <pedro@codesourcery.com>
2814
2815 PR breakpoints/8554.
2816
2817 Implement `save-breakpoints'.
2818
2819 * breakpoint.c (save_cmdlist): New.
2820 (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
2821 to save_cmdlist.
2822 (print_recreate_catch_fork): New.
2823 (catch_fork_breakpoint_ops): Install it.
2824 (print_recreate_catch_vfork): New.
2825 (catch_vfork_breakpoint_ops): Install it.
2826 (print_recreate_catch_syscall): New.
2827 (catch_syscall_breakpoint_ops): Install it.
2828 (print_recreate_catch_exec): New.
2829 (catch_exec_breakpoint_ops): Install it.
2830 (print_recreate_exception_catchpoint): New.
2831 (gnu_v3_exception_catchpoint_ops): Install it.
2832 (save_breakpoints): New, based on tracepoint_save_command, but
2833 handle all breakpoint types.
2834 (save_breakpoints_command): New.
2835 (tracepoint_save_command): Rename to...
2836 (save_tracepoints_command): ... this, and reimplement using
2837 save_breakpoints.
2838 (save_command): New.
2839 (_initialize_breakpoints): Install the "save" command prefix.
2840 Install the "save breakpoints" command. Make "save-tracepoints" a
2841 deprecated alias for "save tracepoints".
2842 * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
2843 * ada-lang.c (print_recreate_exception): New.
2844 (print_recreate_catch_exception): New.
2845 (catch_exception_breakpoint_ops): Install it.
2846 (print_recreate_catch_exception_unhandled): New.
2847 (catch_exception_unhandled_breakpoint_ops): Install it.
2848 (print_recreate_catch_assert): New.
2849 (catch_assert_breakpoint_ops): Install it.
2850
2851 * NEWS: Mention the new `save breakpoints' command. Mention the
2852 new `save tracepoints' alias and that `save-tracepoints' is now
2853 deprecated.
2854
2855 2010-04-18 Pedro Alves <pedro@codesourcery.com>
2856
2857 PR tui/9217
2858
2859 * tui/tui-out.c: Include cli-out.h.
2860 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
2861 (tui_begin, tui_end, tui_field_int, tui_field_skip)
2862 (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
2863 (tui_message, tui_wrap_hint, tui_flush): Delete forward
2864 declarations.
2865 (struct ui_out_data): Rename to...
2866 (struct tui_ui_out_data): ... this. Remove `stream' and
2867 `suppress_output' fields, and inherit cli_ui_out_data.
2868 (tui_out_data): New typedef.
2869 (tui_ui_out_impl): Don't initialize fields staticaly.
2870 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
2871 (tui_begin, tui_end): Delete.
2872 (tui_field_int): Adjust to delegate most work to the base type.
2873 (tui_field_skip): Delete.
2874 (tui_field_string, tui_field_fmt): Adjust comment. Adjust to
2875 delegate most work to the base type.
2876 (tui_spaces): Delete.
2877 (tui_text): Adjust to delegate most work to the base type.
2878 (tui_message): Delete.
2879 (tui_wrap_hint): Delete.
2880 (tui_flush): Delete.
2881 (out_field_fmt): Delete.
2882 (field_separator): Delete.
2883 (tui_out_new): Adjust to initialize the base type.
2884 (_initialize_tui_out): Initialize tui_ui_out_impl.
2885 * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
2886 cli_ui_out_data.
2887 (cli_out_data): Adjust.
2888 (cli_ui_out_impl): Make extern.
2889 (cli_table_header, cli_field_int, cli_field_skip): Use
2890 uo_field_string instead of cli_field_string.
2891 (cli_redirect): Adjust to use cli_out_data.
2892 (cli_out_data_ctor): New.
2893 (cli_out_new): Use it.
2894 * cli-out.h (struct ui_file): Remove forward declaration.
2895 (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
2896 (cli_ui_out_impl): Declare.
2897 (cli_out_data_ctor): Declare.
2898 * ui-out.c (struct ui_out) <data>: Change type to void pointer.
2899 (uo_field_string): No longer static.
2900 (ui_out_data): Change return type to void pointer.
2901 (ui_out_new): Change `data' parameter type to void pointer.
2902 * ui-out.h (struct ui_out_data): Don't forward declare.
2903 (ui_out_data): Change return type to void pointer.
2904 (ui_out_new): Change `data' parameter type to void pointer.
2905 (uo_field_string): Declare.
2906
2907 2010-04-17 Pedro Alves <pedro@codesourcery.com>
2908
2909 * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
2910 instead of always false.
2911
2912 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
2913
2914 PR corefiles/11511
2915 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
2916 orig_rax.
2917
2918 2010-04-17 Pedro Alves <pedro@codesourcery.com>
2919
2920 * breakpoint.c (watchpoints_triggered): Use
2921 is_hardware_watchpoint.
2922 (watchpoints_triggered): Ditto.
2923 (bpstat_check_location): Use is_watchpoint and
2924 is_hardware_watchpoint.
2925 (bpstat_check_watchpoint): Use is_watchpoint and
2926 is_hardware_watchpoint.
2927 (bpstat_stop_status): Fix comment.
2928 (user_settable_breakpoint): Use is_watchpoint.
2929 (hw_watchpoint_used_count): Use is_hardware_watchpoint.
2930 (disable_watchpoints_before_interactive_call_start): Use
2931 is_watchpoint.
2932 (enable_watchpoints_after_interactive_call_stop): Use
2933 is_watchpoint.
2934 (clear_command): Use is_watchpoint.
2935 (do_enable_breakpoint): Use is_watchpoint.
2936
2937 2010-04-16 Mike Frysinger <vapier@gentoo.org>
2938
2939 * solib-frv.c (enable_break1_done): Delete.
2940 (enable_break2): Do not check enable_break1_done. Move the
2941 enable_break2_done setting and call to
2942 remove_solib_event_breakpoints() to the end. Return without
2943 warning when the contents of _dl_debug_addr are 0.
2944 (enable_break): Do not set enable_break1_done.
2945 (frv_clear_solib): Likewise.
2946
2947 2010-04-16 Kevin Buettner <kevinb@redhat.com>
2948
2949 * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
2950 instead of an error if no PLT entry is found. Return a
2951 potentially useful result.
2952 (m32c_m16c_pointer_to_address): Add code to search for function
2953 address when no .plt entry is found.
2954
2955 2010-04-16 Stan Shebs <stan@codesourcery.com>
2956
2957 * tracepoint.c (trace_variable_command): Run a cleanup.
2958
2959 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2960
2961 * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
2962
2963 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2964
2965 Support for Windows OS Thread Information Block.
2966 * NEWS: Document new feature.
2967 * remote.c (PACKET_qGetTIBAddr): New enum element.
2968 (remote_get_tib_address): New function.
2969 (init_remote_ops): Set to_get_tib_address field
2970 to remote_get_tib_address.
2971 (_initialize_remote): Add add_packet_config_cmd
2972 for PACKET_qGetTIBAddr.
2973 * target.c (update_current_target): Set default value for
2974 new to_get_tib_address field.
2975 * target.h (target_ops): New field to_get_tib_address.
2976 (target_get_tib_address): New macro.
2977 * windows-nat.c (thread_info): Add thread_local_base field.
2978 (windows_add_thread): Add tlb argument of type 'void *'.
2979 (fake_create_process): Adapt windows_add_thread call.
2980 (get_windows_debug_event): Idem.
2981 (windows_get_tib_address): New function.
2982 (init_windows_ops): Set to_get_tib_address field
2983 to remote_get_tib_address.
2984 (_initialize_windows_nat): Replace info_w32_cmdlist
2985 initialization by a call to init_w32_command_list.
2986 (info_w32_command, info_w32_cmdlist): Removed from here...
2987 to windows-tdep.c file.
2988 * windows-tdep.h (info_w32_cmdlist): Declare.
2989 (init_w32_command_list): New external function
2990 declaration.
2991 * windows-tdep.c: Add several headers.
2992 (info_w32_cmdlist): to here, made global.
2993 (thread_information_32): New struct.
2994 (thread_information_64): New struct.
2995 (TIB_NAME): New char array.
2996 (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
2997 (maint_display_all_tib): New static variable.
2998 (windows_get_tlb_type): New function.
2999 (tlb_value_read, tlb_value_write): New functions.
3000 (tlb_value_funcs): New static struct.
3001 (tlb_make_value): New function.
3002 (display_one_tib): New function.
3003 (display_tib): New function.
3004 (show_maint_show_all_tib):New function.
3005 (info_w32_command): Moved from windows-nat.c.
3006 (init_w32_command_list): New function.
3007 (_initialize_windows_tdep): New function.
3008 New "maint set/show show-all-tib" command
3009 New "$_tlb" internal variable.
3010
3011 2010-04-16 Joel Brobecker <brobecker@adacore.com>
3012
3013 * tui/tui-regs.c (tui_display_register): Add comment about
3014 a couple of casts.
3015 * tui/tui-stack.c (tui_show_locator_content): Ditto.
3016
3017 2010-04-15 Stan Shebs <stan@codesourcery.com>
3018
3019 * frame.c: Include tracepoint.h.
3020 (get_current_frame): Allow a trace frame to be an alternate source
3021 of stack frame data.
3022 * tracepoint.c (tfind_1): Don't try to get current stack frame if
3023 it won't succeed.
3024
3025 2010-04-15 Pedro Alves <pedro@codesourcery.com>
3026
3027 * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
3028 flags.
3029 * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
3030
3031 2010-04-15 Doug Evans <dje@google.com>
3032
3033 * NEWS: Add entry for python program space support.
3034 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
3035 (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
3036 (py-progspace.o): New rule.
3037 * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
3038 function.
3039 (find_pretty_printer_from_progspace): New function.
3040 (find_pretty_printer_from_gdb): New function.
3041 (find_pretty_printer): Rewrite.
3042 * python/py-progspace.c: New file.
3043 * python/python-internal.h (program_space): Add forward decl.
3044 (pspace_to_pspace_object, pspy_get_printers): Declare.
3045 (gdbpy_initialize_pspace): Declare.
3046 * python/python.c: #include "progspace.h".
3047 (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
3048 (_initialize_python): Call gdbpy_initialize_pspace.
3049 (GdbMethods): Add current_progspace, progspaces.
3050
3051 Add -s option to source command.
3052 * NEWS: Document new option.
3053 * cli/cli-cmds.c (find_and_open_script): Add function comment.
3054 Delete from_tty and cleanupp args. Split filep arg into file and
3055 full_pathp. New arg search_path.
3056 (source_script_from_stream): New function.
3057 (source_script_with_search): New function.
3058 (source_script): Rewrite.
3059 (source_command): Parse "-s" option.
3060 (init_cli_cmds): Add "-s" docs to source command help, and reformat.
3061 * python/python.c (source_python_script): Make file arg a const char *.
3062 Don't call fclose, leave for caller.
3063 * python/python.h (source_python_script): Update.
3064
3065 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
3066 Pedro Alves <pedro@codesourcery.com>
3067
3068 Avoid rereading shared libraries that haven't changed.
3069
3070 * solib.c (free_so_symbols): New function, from ...
3071 (free_so): ... here. Call it.
3072 (solib_read_symbols): Don't warn here if symbols have already been
3073 loaded.
3074 (solib_add): Warn here instead, if a pattern was specified.
3075 (reload_shared_libraries_1): New.
3076 (reload_shared_libraries): Rewrite to not fetch the library list.
3077
3078 2010-04-14 Doug Evans <dje@google.com>
3079
3080 * source.c (openp): Strip DOS drive letter if present before
3081 concatenating string to search path.
3082
3083 2010-04-14 Pedro Alves <pedro@codesourcery.com>
3084
3085 * objfiles.h (gdb_bfd_close_or_warn): Declare.
3086 * objfiles.c (gdb_bfd_close_or_warn): New.
3087 * corelow.c: Include objfiles.h
3088 (core_close): Use gdb_bfd_close_or_warn.
3089 * elfread.c (build_id_verify): Ditto.
3090 * exec.c (exec_close, exec_close_1): Ditto.
3091
3092 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
3093 Pedro Alves <pedro@codesourcery.com>
3094
3095 Group errors for many missing shared libraries.
3096
3097 * solist.h (struct so_list): Remove from_tty.
3098 * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
3099 (solib_map_sections): Take so_list argument. Return 0 if we
3100 failed to open a BFD. Add target sections here.
3101 (symbol_add_stub): Delete.
3102 (solib_read_symbols): Inline symbol_add_stub. Use current flags,
3103 not from_tty copied from the so_list. Don't warn a second time
3104 for a missing library.
3105 (update_solib_list): Don't save from_tty. Use TRY_CATCH. Do not
3106 add to the section table here. Print out a single warning for all
3107 missing libraries.
3108 * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
3109 flags.
3110
3111 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3112
3113 * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
3114 error/warning messages. Capitalize and use complete sentences.
3115 (blpy_block_syms_iternext): Likewise.
3116 * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
3117 * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
3118 (frame_info_to_frame_object, frapy_read_var)
3119 (gdbpy_frame_stop_reason_string): Likewise.
3120 * python/py-lazy-string.c (stpy_convert_to_value)
3121 (gdbpy_create_lazy_string_object): Likewise.
3122 * python/py-objfile.c (objfpy_set_printers): Likewise.
3123 * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
3124 * python/python.c (parameter_to_python): Likewise.
3125 * python/py-type.c (typy_range, typy_target): Likewise.
3126 * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
3127 (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
3128
3129
3130 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3131
3132 PR python/11381
3133
3134 * python/py-prettyprint.c (pretty_print_one_value): Test for
3135 Py_None.
3136 (print_string_repr): Test for Py_None. Set flags accordingly.
3137 Return value depending on return type.
3138 (print_children): Take a value indicating whether data was printed
3139 before this function was called. Alter output accordingly.
3140 (apply_val_pretty_printer): Capture return value from
3141 print_string_repr and pass to print_children.
3142
3143 2010-04-13 Mark Kettenis <kettenis@gnu.org>
3144
3145 PR corefiles/11481
3146 * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
3147 register note sections.
3148 (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
3149 New variables.
3150 (i386_linux_init_abi): Install list of supported register note
3151 sections that matches the target description.
3152
3153 2010-04-13 Pedro Alves <pedro@codesourcery.com>
3154
3155 * remote.c (remote_get_noisy_reply): Don't error out on empty
3156 replies.
3157 (remote_start_remote): Update and merge tracepoints and trace
3158 state variables as long as the target supports tracepoints.
3159 (remote_trace_init): Fix prototype.
3160 (remote_download_trace_state_variable): Validate reply.
3161 (remote_trace_set_readonly_regions): Fix prototype.
3162 (remote_trace_start): Fix prototype. Check for empty reply.
3163 (remote_get_trace_status): Small cleanup.
3164 (remote_trace_stop): Fix prototype. Check for empty reply.
3165 (remote_trace_find): Check for empty reply.
3166 (remote_save_trace_data): Validate reply.
3167 (remote_set_disconnected_tracing): Check for empty reply, and
3168 validate reply.
3169 (remote_set_circular_trace_buffer): Ditto.
3170
3171 2010-04-13 Pierre Muller <muller@ics.u-strasbg.fr>
3172
3173 Suppress unused value warning during compilation.
3174 * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
3175 calls to void.
3176 * tui/tui-stack.c (tui_show_locator_content): Likewise.
3177
3178 2010-04-12 Stan Shebs <stan@codesourcery.com>
3179
3180 * tracepoint.c (tfile_xfer_partial): Check read result.
3181
3182 2010-04-12 Mike Frysinger <vapier@gentoo.org>
3183
3184 * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
3185 * remote-sim.c (gdbsim_files_info): Likewise.
3186
3187 2010-04-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3188
3189 * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
3190 * arm-linux-nat.c (arm_linux_vfp_register_count): New
3191 variable.
3192 (fetch_vfp_registers): New function to fetch VFP registers.
3193 (store_vfp_registers): New function to store VFP registers.
3194 (arm_linux_fetch_inferior_registers): Add support for VFP
3195 registers.
3196 (arm_linux_store_inferior_registers): Likewise.
3197 (arm_linux_read_description): Likewise.
3198 (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
3199 until we need it.
3200
3201 2010-04-11 H.J. Lu <hongjiu.lu@intel.com>
3202
3203 * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
3204 tdep.
3205 (amd64_collect_xstateregset): Likewise.
3206
3207 2010-04-09 Stan Shebs <stan@codesourcery.com>
3208
3209 * tracepoint.c (trace_status_mi): Report frames created.
3210
3211 * tracepoint.c (trace_dump_command): Include default-collect
3212 expressions.
3213
3214 2010-04-09 Ulrich Weigand <uweigand@de.ibm.com>
3215
3216 * symtab.c (find_function_start_sal): Never return SAL pointing
3217 before function start address, even if line info is missing.
3218
3219 2010-04-09 Pedro Alves <pedro@codesourcery.com>
3220
3221 * NEWS: Mention tracepoints support.
3222
3223 2010-04-09 Pedro Alves <pedro@codesourcery.com>
3224
3225 * tracepoint.c (trace_status_mi): Report disconnected tracing and
3226 circular trace buffer statuses.
3227
3228 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3229
3230 * config/djgpp/fnchange.lst: Fix typo in translations for
3231 symbol-without-target_section.exp and symbol-without-target_section.c.
3232
3233 2010-04-09 Pedro Alves <pedro@codesourcery.com>
3234
3235 * breakpoint.c (condition_command): Pass condition expression to
3236 set_breakpoint_condition stripped from breakpoint number.
3237
3238 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
3239 Thiago Jung Bauermann <bauerman@br.ibm.com>
3240 Tom Tromey <tromey@redhat.com>
3241
3242 * breakpoint.c (condition_command): Simplify. Move condition
3243 setting code to ...
3244 (set_breakpoint_condition): ... here. New function.
3245 * breakpoint.h (set_breakpoint_condition): Declare.
3246 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
3247 (SUBDIR_PYTHON_SRCS): Likewise.
3248 (py-breakpoint.o): New rule.
3249 * python/py-breakpoint.c: New file.
3250 * python/python-internal.h (gdbpy_breakpoints)
3251 (gdbpy_initialize_breakpoints): Declare.
3252 (GDB_PY_SET_HANDLE_EXCEPTION) Define.
3253
3254 2010-04-09 Pedro Alves <pedro@codesourcery.com>
3255
3256 * regformats/regdat.sh: Include server.h. Don't include
3257 regcache.h.
3258
3259 2010-04-08 Stan Shebs <stan@codesourcery.com>
3260 Pedro Alves <pedro@codesourcery.com>
3261
3262 * tracepoint.h (struct trace_status): New fields disconnected_tracing
3263 and circular_buffer.
3264 (disconnect_tracing): Rename from disconnect_or_stop_tracing.
3265 * tracepoint.c (trace_status_command): Display target's status for
3266 disconnected tracing and circular buffer.
3267 (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
3268 query for non-disconnected-tracing case, remove the stop_tracing
3269 call.
3270 (tfile_open): Clear disconnected and circular buffer status.
3271 (trace_save): Save disconnected and circular buffer status.
3272 (parse_trace_status): Parse disconnected and circular buffer status,
3273 also recognize disconnected as a stop reason.
3274 * remote.c (remote_set_disconnected_tracing): Only set
3275 QTDisconnected if the remote end supports disconnected tracing.
3276 Warn otherwise, if trying to enable disconnected tracing.
3277 * infcmd.c (detach_command): Update disconnect_tracing call.
3278 * cli/cli-cmds.c (quit_command): Ditto.
3279
3280 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
3281
3282 * i387-tdep.c (i387_collect_xsave): Replace abort with
3283 internal_error.
3284
3285 2010-04-08 Stan Shebs <stan@codesourcery.com>
3286
3287 * breakpoint.c (default_collect_info): New function.
3288 (breakpoints_info): Call it.
3289 (maintenance_info_breakpoints): Ditto.
3290 (tracepoints_info): Ditto.
3291
3292 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
3293
3294 * i387-tdep.c (i387_collect_xsave): Re-indent.
3295
3296 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
3297
3298 * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
3299 if HAVE_PTRACE_GETFPXREGS is defined.
3300 (i386_linux_read_description): Set have_ptrace_getfpxregs and
3301 have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
3302
3303 * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
3304 (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
3305 if .reg-xfp section doesn't exist.
3306 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
3307
3308 * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
3309
3310 * i386-tdep.c: Include "features/i386/i386-mmx.c".
3311 (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
3312 (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional. Set
3313 xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
3314 (i386_gdbarch_init): Update comments.
3315 (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
3316
3317 * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
3318
3319 * config/djgpp/fnchange.lst: Add i386 MMX XML files.
3320
3321 * features/Makefile (i386/i386-mmx-expedite): New.
3322 (i386/i386-mmx-linux-expedite): Likewise.
3323 ($(outdir)/i386/i386-mmx.dat): Likewise.
3324 ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
3325
3326 * features/i386/i386-mmx-linux.c: New.
3327 * features/i386/i386-mmx-linux.xml: Likewise.
3328 * features/i386/i386-mmx.c: Likewise.
3329 * features/i386/i386-mmx.xml: Likewise.
3330 * regformats/i386/i386-mmx-linux.dat: Likewise.
3331 * regformats/i386/i386-mmx.dat: Likewise.
3332
3333 * features/Makefile (WHICH): Add i386/i386-mmx and
3334 i386/i386-mmx-linux.
3335
3336 2010-04-08 Doug Evans <dje@google.com>
3337
3338 * source.c (openp): Skip $cdir in PATH.
3339
3340 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
3341
3342 PR python/11417
3343 * python/py-lazy-string.c (stpy_convert_to_value): Check for
3344 a NULL address.
3345 (gdbpy_create_lazy_string_object): Allow strings with a NULL
3346 address and a zero length.
3347
3348 2010-04-08 Hui Zhu <teawater@gmail.com>
3349
3350 * i386-tdep.c (i386_process_record): Add support for insn
3351 rdtsc.
3352
3353 2010-04-07 Doug Evans <dje@google.com>
3354
3355 * python/python.c (source_python_script): Use ensure_python_env
3356 to prepare environment for script.
3357
3358 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
3359
3360 * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
3361 <sys/uio.h> and "i386-xstate.h".
3362 (PTRACE_GETREGSET): New.
3363 (PTRACE_SETREGSET): Likewise.
3364 (have_ptrace_getregset): Likewise.
3365 (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
3366 registers.
3367 (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
3368 registers.
3369 (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
3370 (amd64_linux_store_inferior_registers): Likewise.
3371 (amd64_linux_read_description): Check and enable AVX target
3372 descriptions.
3373
3374 * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
3375 and "features/i386/amd64-avx-linux.c".
3376 (amd64_linux_regset_sections): New.
3377 (amd64_linux_core_read_description): Check and enable AVX
3378 target description.
3379 (amd64_linux_init_abi): Set xsave_xcr0_offset. Call
3380 set_gdbarch_core_regset_sections.
3381 (_initialize_amd64_linux_tdep): Call
3382 initialize_tdesc_amd64_avx_linux.
3383
3384 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
3385 AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
3386 (tdesc_amd64_avx_linux): New.
3387 (amd64_linux_update_xstateregset): Likewise.
3388
3389 * amd64-tdep.c: Include "features/i386/amd64-avx.c".
3390 (amd64_ymm_names): New.
3391 (amd64_ymmh_names): Likewise.
3392 (amd64_register_name): Likewise.
3393 (amd64_supply_xstateregset): Likewise.
3394 (amd64_collect_xstateregset): Likewise.
3395 (amd64_supply_xsave): Likewise.
3396 (amd64_collect_xsave): Likewise.
3397 (AMD64_NUM_REGS): Removed.
3398 (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
3399 %xmmN if AVX is available.
3400 (amd64_pseudo_register_name): Support pseudo YMM registers.
3401 (amd64_regset_from_core_section): Support .reg-xstate section.
3402 (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
3403 and ymm0h_regnum. Call set_gdbarch_register_name.
3404 (amd64_init_abi): Call initialize_tdesc_amd64_avx.
3405
3406 * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
3407 AMD64_YMM15H_REGNUM.
3408 (AMD64_NUM_REGS): New.
3409 (amd64_supply_xsave): Likewise.
3410 (amd64_collect_xsave): Likewise.
3411 (amd64_register_name): Removed.
3412 (amd64_register_type): Likewise.
3413
3414 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
3415
3416 * i387-tdep.c: Include "i386-xstate.h".
3417 (XSAVE_XSTATE_BV_ADDR): New.
3418 (xsave_avxh_offset): Likewise.
3419 (XSAVE_AVXH_ADDR): Likewise.
3420 (i387_supply_xsave): Likewise.
3421 (i387_collect_xsave): Likewise.
3422
3423 * i387-tdep.h (I387_NUM_YMM_REGS): New.
3424 (I387_YMM0H_REGNUM): Likewise.
3425 (I387_YMMENDH_REGNUM): Likewise.
3426 (i387_supply_xsave): Likewise.
3427 (i387_collect_xsave): Likewise.
3428
3429 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
3430
3431 * i386-linux-nat.c: Include "regset.h", "elf/common.h",
3432 <sys/uio.h> and "i386-xstate.h".
3433 (PTRACE_GETREGSET): New.
3434 (PTRACE_SETREGSET): Likewise.
3435 (fetch_xstateregs): Likewise.
3436 (store_xstateregs): Likewise.
3437 (GETXSTATEREGS_SUPPLIES): Likewise.
3438 (regmap): Include 8 upper YMM registers.
3439 (i386_linux_fetch_inferior_registers): Support XSAVE extended
3440 state.
3441 (i386_linux_store_inferior_registers): Likewise.
3442 (i386_linux_read_description): Check and enable AVX target
3443 descriptions.
3444
3445 * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
3446 "i386-xstate.h" and "features/i386/i386-avx-linux.c".
3447 (i386_linux_regset_sections): Add ".reg-xstate".
3448 (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
3449 (i386_linux_core_read_xcr0): New.
3450 (i386_linux_core_read_description): Check and enable AVX target
3451 description.
3452 (i386_linux_init_abi): Set xsave_xcr0_offset.
3453 (_initialize_i386_linux_tdep): Call
3454 initialize_tdesc_i386_avx_linux.
3455
3456 * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
3457 I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
3458 (i386_linux_core_read_xcr0): New.
3459 (tdesc_i386_avx_linux): Likewise.
3460 (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
3461
3462 * i386-tdep.c: Include "i386-xstate.h" and
3463 "features/i386/i386-avx.c".
3464 (i386_ymm_names): New.
3465 (i386_ymmh_names): Likewise.
3466 (i386_ymmh_regnum_p): Likewise.
3467 (i386_ymm_regnum_p): Likewise.
3468 (i386_xmm_regnum_p): Likewise.
3469 (i386_register_name): Likewise.
3470 (i386_ymm_type): Likewise.
3471 (i386_supply_xstateregset): Likewise.
3472 (i386_collect_xstateregset): Likewise.
3473 (i386_sse_regnum_p): Removed.
3474 (i386_pseudo_register_name): Support pseudo YMM registers.
3475 (i386_pseudo_register_type): Likewise.
3476 (i386_pseudo_register_read): Likewise.
3477 (i386_pseudo_register_write): Likewise.
3478 (i386_dbx_reg_to_regnum): Return %ymmN register number for
3479 %xmmN if AVX is available.
3480 (i386_regset_from_core_section): Support .reg-xstate section.
3481 (i386_register_reggroup_p): Supper upper YMM and YMM registers.
3482 (i386_process_record): Replace i386_sse_regnum_p with
3483 i386_xmm_regnum_p.
3484 (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
3485 Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
3486 (i386_gdbarch_init): Set xstateregset. Set xsave_xcr0_offset.
3487 Call set_gdbarch_register_name. Replace I386_SSE_NUM_REGS with
3488 I386_AVX_NUM_REGS. Set ymmh_register_names, ymm0h_regnum and
3489 num_ymm_regs. Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
3490 Set ymm0_regnum.
3491 (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
3492
3493 * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
3494 xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
3495 i386_ymm_type.
3496 (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
3497 (I386_AVX_NUM_REGS): New.
3498 (i386_xmm_regnum_p): Likewise.
3499 (i386_ymm_regnum_p): Likewise.
3500 (i386_ymmh_regnum_p): Likewise.
3501
3502 * common/i386-xstate.h: New.
3503
3504 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
3505
3506 * config/djgpp/fnchange.lst: Add x86 AVX XML files.
3507
3508 * features/Makefile (WHICH): Add i386/i386-avx,
3509 i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
3510 (i386/i386-avx-expedite): New.
3511 (i386/i386-avx-linux-expedite): Likewise.
3512 (i386/x86-64-avx-expedite):Likewise.
3513 (i386/x86-64-avx-linux-expedite): Likewise.
3514 ($(outdir)/i386/i386-avx.dat): New dependency.
3515 ($(outdir)/i386/i386-avx-linux.dat): Likewise.
3516 ($(outdir)/i386/x86-avx-64.dat): Likewise.
3517 ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
3518
3519 * features/i386/32bit-avx.xml: New.
3520 * features/i386/64bit-avx.xml: Likewise.
3521 * features/i386/i386-avx-linux.c: Likewise.
3522 * features/i386/i386-avx-linux.xml: Likewise.
3523 * features/i386/i386-avx.c: Likewise.
3524 * features/i386/i386-avx.xml: Likewise.
3525 * features/i386/x86-64-avx-linux.c: Likewise.
3526 * features/i386/x86-64-avx-linux.xml: Likewise.
3527 * features/i386/x86-64-avx.c: Likewise.
3528 * features/i386/x86-64-avx.xml: Likewise.
3529 * regformats/i386/i386-avx-linux.dat: Likewise.
3530 * regformats/i386/i386-avx.dat: Likewise.
3531 * regformats/i386/x86-64-avx-linux.dat: Likewise.
3532 * regformats/i386/x86-64-avx.dat: Likewise.
3533
3534 2010-04-07 Doug Evans <dje@google.com>
3535
3536 * top.c (source_file_name): Make const char *.
3537 * top.h (source_file_name): Update.
3538 * cli/cli-script.c (source_cleanup_lines_args): Make old_file
3539 const char *.
3540 (script_from_file): Change `file' arg to const char *.
3541 * cli/cli-script.h (script_from_file): Update.
3542
3543 2010-04-06 Doug Evans <dje@google.com>
3544
3545 * cli/cli-cmds.c (source_command): Run cleanups.
3546
3547 2010-04-06 Stan Shebs <stan@codesourcery.com>
3548
3549 * defs.h (char_ptr): Move typedef here from...
3550 * ada-lang.c (char_ptr): Remove.
3551 * charset.c (char_ptr): Remove.
3552 * tracepoint.h (struct uploaded_string): Remove.
3553 (struct uploaded_tp): Use vectors for string arrays.
3554 * tracepoint.c (trace_save): Use vectors of actions.
3555 (parse_tracepoint_definition): Ditto.
3556 (get_uploaded_tp): Clear vectors.
3557 * breakpoint.c (create_tracepoint_from_upload): Use vectors.
3558 (next_cmd): Change to an int.
3559 (read_next_cmd): Use vector of command strings.
3560
3561 2010-04-06 Doug Evans <dje@google.com>
3562
3563 * top.h (source_script, cd_command): Delete.
3564 * main.c: #include "cli/cli-cmds.h"
3565
3566 2010-04-06 Kevin Buettner <kevinb@redhat.com>
3567
3568 * m32c-tdep.c (make_types): When calling `arch_type', pass size of
3569 type in bytes, not bits.
3570
3571 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
3572
3573 * stabsread.c (define_symbol): Add support for char
3574 and string constants.
3575
3576 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
3577
3578 Remove remaining "%ll" uses.
3579 * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
3580 hex_string call.
3581 * rs6000-nat.c (rs6000_ptrace64): Idem.
3582 * solib-pa64.c (pa64_current_sos): Idem.
3583 * solib-spu.c (spu_current_sos): Idem.
3584 * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
3585 plongest call.
3586 * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
3587 phex (VAR, 8) call.
3588 * sh64-tdep.c (sh64_show_media_regs): Idem.
3589
3590 2010-04-05 Stan Shebs <stan@codesourcery.com>
3591
3592 * tracepoint.c: Include gdbcore.h.
3593 (tfile_xfer_partial): Return partial results, also try reading
3594 from executable.
3595 (tfile_has_all_memory): New function.
3596 (init_tfile_ops): Use it.
3597
3598 2010-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3599
3600 PR gdb/10736:
3601 * xml-syscall.c (my_gdb_datadir): New variable to keep track of
3602 the changes in data-directory.
3603 (init_sysinfo): Reload the syscall XML file if the data-directory
3604 has changed.
3605
3606 2010-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3607
3608 Code cleanup.
3609 * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
3610
3611 2010-04-04 Stan Shebs <stan@codesourcery.com>
3612 Nathan Sidwell <nathan@codesourcery.com>
3613
3614 * breakpoint.c (breakpoint_1): Add filter argument, return number of
3615 breakpoints printed.
3616 (is_hardware_watchpoint): Make argument const.
3617 (is_watchpoint): Ditto.
3618 (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
3619 use it everywhere.
3620 (breakpoints_info): Pass NULL to breakpoint_1.
3621 (maintenance_info_breakpoints): Ditto.
3622 (watchpoints_info): New function.
3623 (tracepoints_info): Use breakpoint_1 filter.
3624 (set_ignore_count): Warn that tracepoint ignore count will be ignored.
3625 (_initialize_breakpoint): Make "info watchpoints" its own command.
3626 * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
3627 * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
3628
3629 2010-04-04 Stan Shebs <stan@codesourcery.com>
3630
3631 * tracepoint.c (tfile_fetch_registers): Add fallback case.
3632
3633 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3634
3635 * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
3636 * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
3637
3638 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3639
3640 * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
3641 * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
3642
3643 2010-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3644
3645 * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
3646 code form.
3647
3648 2010-04-02 Hui Zhu <teawater@gmail.com>
3649
3650 * i386-tdep.c (OT_DQUAD): New enum.
3651 (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
3652 SSE3, SSSE3 and SSE4.
3653
3654 2010-04-02 Hui Zhu <teawater@gmail.com>
3655
3656 * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
3657 "*addr = 0".
3658
3659 2010-04-02 Pedro Alves <pedro@codesourcery.com>
3660
3661 * tracepoint.c (trace_dump_actions): New, factored out from
3662 trace_dump_command, and adjusted to recurse into while-stepping's
3663 action list.
3664 (trace_dump_command): Use it.
3665
3666 2010-04-02 Pedro Alves <pedro@codesourcery.com>
3667
3668 * breakpoint.h (struct counted_command_line): Moved definition to
3669 breakpoint.c, and forward declare.
3670 (breakpoint_commands): Declare.
3671 * breakpoint.c (struct counted_command_line): Moved here.
3672 (breakpoint_commands): New.
3673 * tracepoint.c (encode_actions): Use breakpoint_commands.
3674 * remote.c (remote_download_tracepoint): Ditto.
3675
3676 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
3677
3678 * remote.c (remote_parse_stop_reply): Use hex_string instead
3679 of phex_nz for error.
3680
3681 2010-04-01 Stan Shebs <stan@codesourcery.com>
3682 Nathan Sidwell <nathan@codesourcery.com>
3683
3684 * tracepoint.h (enum actionline_type): Remove.
3685 (validate_actionline): Change return to void.
3686 * tracepoint.c (report_agent_reqs_errors): New function.
3687 (validate_actionline): Call it, change return to void, report errors
3688 more consistently.
3689 (collect_symbol): Call report_agent_reqs_errors.
3690 (encode_actions_1): Ditto.
3691 (encode_actions): Don't expect a result from validate_actionline.
3692
3693 2010-04-01 Stan Shebs <stan@codesourcery.com>
3694
3695 * tracepoint.c (trace_start_command): Confirm if trace is running.
3696 (trace_stop_command): Error if trace not running.
3697
3698 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
3699
3700 * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
3701 (AMD64_NUM_LOWER_BYTE_REGS): New.
3702 (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
3703 (amd64_pseudo_register_write): Likewise.
3704 (amd64_init_abi): Set num_byte_regs to 20.
3705
3706 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3707
3708 * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
3709 (prev_breakpoint_count): New.
3710 (set_breakpoint_count): Adjust.
3711 (rbreak_start_breakpoint_count): New.
3712 (start_rbreak_breakpoints): Adjust.
3713 (end_rbreak_breakpoints): Adjust.
3714 (struct commands_info) <arg>: New field.
3715 (do_map_commands_command): Tweak output to include breakpoint spec
3716 range.
3717 (commands_command_1): Adjust. Avoid setting an xfree cleanup if
3718 ARG was empty on entry. Set INFO's arg.
3719 (create_breakpoint): Adjust.
3720
3721 * NEWS: Clarify `commands' changes.
3722
3723 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3724
3725 * tracepoint.c: Include stack.h.
3726 (struct add_local_symbols_data): New.
3727 (do_collect_symbol): New.
3728 (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
3729 iterate_over_block_local_vars.
3730 * stack.c (print_block_frame_locals): Rewrite as ...
3731 (iterate_over_block_locals): ... this. Take a callback function
3732 pointer and generic data pointer, and call that instead of
3733 print_variable_and_value.
3734 (struct print_variable_and_value_data): New.
3735 (do_print_variable_and_value): New.
3736 (iterate_over_block_local_vars): New, abstracted out from
3737 print_frame_local_vars.
3738 (print_frame_local_vars): Rewrite using
3739 iterate_over_block_local_vars.
3740 (iterate_over_block_arg_vars): New, abstracted out from
3741 print_frame_arg_vars.
3742 (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
3743 * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
3744 (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
3745
3746 2010-03-31 Richard Earnshaw <rearnsha@arm.com>
3747
3748 * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
3749 instructions. Use the PC+4 if the base of the TBB or TBH is the
3750 PC register.
3751
3752 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3753
3754 Fix crash on reading wrong function declaration DWARF.
3755 * dwarf2read.c (read_subroutine_type): New variable void_type.
3756 Pre-fill all TYPE_FIELD_TYPEs. Move nparams and iparams initialization
3757 more close to their use.
3758
3759 2010-03-31 Stan Shebs <stan@codesourcery.com>
3760
3761 * breakpoint.c (tracepoint_save_command): Include variables,
3762 conditionals, tracepoint types, and default-collect.
3763 * tracepoint.c (save_trace_state_variables): New function.
3764 * tracepoint.h (save_trace_state_variables): Declare it.
3765
3766 2010-03-31 Pierre Muller <muller@ics.u-strasbg.fr>
3767
3768 * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
3769
3770 2010-03-30 Keith Seitz <keiths@redhat.com>
3771
3772 * c-typeprint.c (c_type_print_args): Don't print "void"
3773 for java, regardless of whether it is TYPE_PROTOTYPED.
3774 Use the passed-in language instead of current_language.
3775 (c_type_print_varspec_suffix): Use current_language instead
3776 of assuming language_c.
3777 * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
3778 any return type specifier from the physname.
3779
3780 2010-03-30 Pedro Alves <pedro@codesourcery.com>
3781
3782 * tui/tui-interp.c (tui_is_toplevel): New.
3783 (tui_init): Set it.
3784 (tui_allowed_p): New.
3785 * tui/tui.c (tui_enable): Check if the TUI is allowed before
3786 enabling it.
3787 * tui/tui.h (tui_allowed_p): Declare.
3788
3789 2010-03-30 Ozkan Sezer <sezeroz@gmail.com>
3790
3791 * serial.h: Include winsock2.h before windows.h.
3792
3793 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3794
3795 * NEWS: Mention xmlRegisters= in qSupported packet.
3796
3797 * i386-tdep.c: Include "remote.h".
3798 (_initialize_i386_tdep): Call register_remote_support_xml.
3799
3800 * remote.c (remote_support_xml): New.
3801 (register_remote_support_xml): Likewise.
3802 (remote_query_supported_append): Likewise.
3803 (remote_query_supported): Support remote_support_xml.
3804
3805 * remote.h (register_remote_support_xml): New.
3806
3807 2010-03-29 Stan Shebs <stan@codesourcery.com>
3808
3809 * tracepoint.c (trace_find_line_command): Remove dead code.
3810
3811 * tracepoint.h (struct uploaded_string): New struct.
3812 (struct uploaded_tp): New fields for source strings.
3813 * breakpoint.c (this_utp, next_cmd): New globals.
3814 (read_uploaded_action): New function.
3815 (create_tracepoint_from_upload): Fill in more parts
3816 of a tracepoint.
3817 * tracepoint.c (encode_source_string): New function.
3818 (trace_save): Write out source strings, fix error checks.
3819 (parse_tracepoint_definition): Add source string parsing.
3820 * remote.c (PACKET_TracepointSource): New packet type.
3821 (remote_download_command_source): New function.
3822 (remote_download_tracepoint): Download source pieces also.
3823 (_initialize_remote): Add packet config command.
3824
3825 * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
3826 expression handler.
3827
3828 * tracepoint.c (start_tracing): Check tracepoints before sending
3829 commands to target, don't start if all tracepoints disabled.
3830
3831 2010-03-28 Pedro Alves <pedro@codesourcery.com>
3832
3833 * cli/cli-script.c (process_next_line): Handle 'stepping'.
3834
3835 2010-03-26 Stan Shebs <stan@codesourcery.com>
3836
3837 * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
3838
3839 2010-03-26 Tom Tromey <tromey@redhat.com>
3840
3841 * breakpoint.c (commands_command_1): Duplicate 'arg'.
3842
3843 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
3844
3845 * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
3846 (skip_prologue_sal): Remove local definition.
3847 (resolve_sal_pc): Remove now unnecessary code.
3848 * linespec.c (minsym_found): Call skip_prologue_sal.
3849 * symtab.c (find_function_start_pc): Remove.
3850 (find_function_start_sal): Extract prologue skipping into ...
3851 (skip_prologue_sal): ... this new function. Handle code both
3852 with and without debug info. Respect SAL's explicit_pc and
3853 explicit_line flags. Inline old find_function_start_pc.
3854 * symtab.h (find_function_start_pc): Remove.
3855 (skip_prologue_sal): Add prototype.
3856
3857 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
3858
3859 * dwarf2read.c (read_func_scope): Also scan specification DIEs
3860 for DW_TAG_imported_module children.
3861
3862 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
3863
3864 * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
3865 ignoring spurious DW_AT_name attributes for unnamed structs or unions.
3866 * completer.c (add_struct_fields): Fix inverted logic.
3867
3868 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
3869
3870 * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
3871
3872 2010-03-26 Pedro Alves <pedro@codesourcery.com>
3873
3874 * tracepoint.c (current_trace_status): Don't make sure error_desc
3875 is non-NULL here.
3876 (parse_trace_status): Release a previous error_desc string, and
3877 set it to NULL by default. If stop reason is tracepoint_error,
3878 make sure error_desc is not left NULL.
3879
3880 2010-03-26 Pedro Alves <pedro@codesourcery.com>
3881
3882 * tracepoint.c (trace_save): Remove X from tracepoint error
3883 description.
3884
3885 2010-03-26 Pedro Alves <pedro@codesourcery.com>
3886
3887 * tracepoint.c (parse_trace_status): Don't allow plain strings in
3888 the terror description. Don't expect an X prefix.
3889
3890 2010-03-25 Stan Shebs <stan@codesourcery.com>
3891
3892 * tracepoint.h (trace_stop_reason): Add tracepoint_error.
3893 (struct trace_status): New field error_desc.
3894 * tracepoint.c (stop_reason_names): Add terror.
3895 (current_trace_status): Ensure non-NULL error description.
3896 (trace_status_command): Add error report.
3897 (trace_status_mi): Ditto.
3898 (trace_save): Add special case for error description.
3899 (parse_trace_status): Add case for errors.
3900
3901 2010-03-25 Keith Seitz <keiths@redhat.com>
3902
3903 * dwarf2read.c (read_subroutine_type): If the compilation unit
3904 language is Java, mark any formal parameter named "this" as
3905 artificial (GCC/43521).
3906 (dwarf2_name): Add special handling for Java constructors.
3907
3908 2010-03-25 Tom Tromey <tromey@redhat.com>
3909
3910 PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
3911 * infrun.c (handle_inferior_event): Change initialization of
3912 stop_stack_dummy.
3913 (handle_inferior_event): Change assignment to stop_stack_dummy.
3914 (normal_stop): Update use of stop_stack_dummy.
3915 (struct inferior_status) <stop_stack_dummy>: Change type.
3916 * inferior.h (stop_stack_dummy): Update.
3917 * infcmd.c (stop_stack_dummy): Change type.
3918 * infcall.c (cleanup_delete_std_terminate_breakpoint): New
3919 function.
3920 (call_function_by_hand): Call set_std_terminate_breakpoint.
3921 Rewrite std::terminate handling.
3922 * breakpoint.h (enum bptype) <bp_std_terminate,
3923 bp_std_terminate_master>: New.
3924 (enum stop_stack_kind): New.
3925 (struct bpstat_what) <call_dummy>: Change type.
3926 (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
3927 Declare.
3928 * breakpoint.c (create_std_terminate_master_breakpoint): New
3929 function.
3930 (update_breakpoints_after_exec): Handle bp_std_terminate_master.
3931 Call create_std_terminate_master_breakpoint.
3932 (print_it_typical): Handle new breakpoint kinds.
3933 (bpstat_stop_status): Handle bp_std_terminate_master.
3934 (bpstat_what): Correctly set call_dummy field. Handle
3935 bp_std_terminate_master and bp_std_terminate.
3936 (print_one_breakpoint_location): Update.
3937 (allocate_bp_location): Update.
3938 (set_std_terminate_breakpoint): New function.
3939 (delete_std_terminate_breakpoint): Likewise.
3940 (create_thread_event_breakpoint): Update.
3941 (delete_command): Update.
3942 (breakpoint_re_set_one): Update.
3943 (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
3944
3945 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3946
3947 * symfile.c (build_section_addr_info_from_bfd): New.
3948 (build_section_addr_info_from_objfile): Base it on
3949 build_section_addr_info_from_bfd.
3950 (addrs_section_compar, addrs_section_sort): New.
3951 (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
3952 addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs. Build
3953 addrs_to_abfd_addrs. Use it for recalculating ADDRS.
3954
3955 2010-03-24 Michael Snyder <msnyder@localhost.localdomain>
3956
3957 * elfread.c (find_separate_debug_file_by_buildid):
3958 Remove unused local variable.
3959
3960 2010-03-24 Tom Tromey <tromey@redhat.com>
3961
3962 PR breakpoints/9352:
3963 * NEWS: Mention changes to `commands' and `rbreak'.
3964 * symtab.c (do_end_rbreak_breakpoints): New function.
3965 (rbreak_command): Call start_rbreak_breakpoints; arrange to call
3966 end_rbreak_breakpoints.
3967 * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
3968 (set_breakpoint_count): Likewise. Clear last_was_multi.
3969 (multi_start, multi_end, last_was_multi): New globals.
3970 (start_rbreak_breakpoints, end_rbreak_breakpoints): New
3971 functions.
3972 (struct commands_info): New
3973 (do_map_commands_command): New function.
3974 (commands_command_1): New function.
3975 (commands_command): Use it.
3976 (commands_from_control_command): Likewise.
3977 (do_delete_breakpoint): New function.
3978 (delete_command): Use it.
3979 (map_breakpoint_numbers): Add 'data' argument. Pass to callback.
3980 (do_map_disable_breakpoint): New function.
3981 (disable_command): Use it.
3982 (do_map_enable_breakpoint): New function.
3983 (enable_command): Use it.
3984 (enable_once_breakpoint): Add argument.
3985 (enable_once_command): Update.
3986 (enable_delete_breakpoint): Add argument.
3987 (enable_delete_command): Update.
3988 (break_command_really): Set last_was_multi when needed.
3989 (check_tracepoint_command): Fix formatting.
3990 (validate_commands_for_breakpoint): New function.
3991 (breakpoint_set_commands): Use it.
3992 (tracepoint_save_command): Update.
3993 * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
3994 Declare.
3995
3996 2010-03-24 Tom Tromey <tromey@redhat.com>
3997
3998 * breakpoint.h (struct counted_command_line): New struct.
3999 (struct breakpoint) <commands>: Change type.
4000 (struct bpstats) <commands>: Change type.
4001 <commands_left>: New field.
4002 * breakpoint.c (alloc_counted_command_line): New function.
4003 (incref_counted_command_line): Likewise.
4004 (decref_counted_command_line): Likewise.
4005 (do_cleanup_counted_command_line): Likewise.
4006 (make_cleanup_decref_counted_command_line): Likewise.
4007 (breakpoint_set_commands): Use decref_counted_command_line and
4008 alloc_counted_command_line.
4009 (commands_command): Don't error if breakpoint commands are
4010 executing.
4011 (commands_from_control_command): Likewise.
4012 (bpstat_free): Update.
4013 (bpstat_copy): Likewise.
4014 (bpstat_clear_actions): Likewise.
4015 (bpstat_do_actions_1): Likewise.
4016 (bpstat_stop_status): Likewise.
4017 (print_one_breakpoint_location): Likewise.
4018 (delete_breakpoint): Likewise.
4019 (bpstat_alloc): Initialize new field.
4020 (tracepoint_save_command): Update.
4021 * tracepoint.c (encode_actions): Update.
4022 (trace_dump_command): Update.
4023
4024 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
4025
4026 * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
4027 * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
4028 (read_structure_type): For RealView, set TYPE_STUB on structures with
4029 no byte size and no children.
4030 (read_subroutine_type): Mark functions as prototyped by default.
4031 * symtab.c (producer_is_realview): New function.
4032 * symtab.h (expand_line_sal): Fix declaration formatting.
4033 (producer_is_realview): Declare.
4034
4035 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
4036
4037 * arm-tdep.c (skip_prologue_function): New function.
4038 (submask, bit, bits, sbits, BranchDest): Move higher in the file.
4039 (thumb_analyze_prologue): Document return value. Recognize more
4040 Thumb instructions, skippable calls, and some Thumb-2 instructions.
4041 Add debug output.
4042 (arm_skip_prologue): Remove call dummy check. Check the prologue
4043 for non-GNU compilers.
4044 (arm_instruction_changes_pc): New function.
4045 (arm_analyze_prologue): New function, broken out from
4046 arm_scan_prologue. Recognize more ARM instructions and skippable
4047 calls. Update comments. Handle NULL cache. Return the address
4048 of the first unrecognized instruction. Do not skip past other
4049 instructions which change control flow. Add debug output.
4050 (arm_scan_prologue): Use arm_analyze_prologue.
4051 (ARM_PC_32): Delete.
4052 (shifted_reg_val): Simplify ARM_PC_32 check.
4053
4054 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4055
4056 * tracepoint.c (tvariables_info_1): Actually compute
4057 the number of rows in the result.
4058
4059 2010-03-24 Pedro Alves <pedro@codesourcery.com>
4060
4061 * remote.c (crc32): Constify `buf' parameter.
4062 (remote_verify_memory): New, abstracted out from...
4063 (compare_sections_command): ... this. Remove hardcoded target
4064 checks.
4065 (init_remote_ops): Install remote_verify_memory.
4066 * target.c (target_verify_memory): New.
4067 * target.h (struct target_ops) <to_verify_memory>: New field.
4068 (target_verify_memory): Declare.
4069
4070 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4071
4072 Implement -trace-save.
4073
4074 * mi-cmds.h (mi_cmds_trace_save): Declare.
4075 * mi-cmds.c (mi_cmds): Register -trace-save.
4076 * mi/mi-main.c (mi_cmd_trace_save): New.
4077 * remote.c (remote_save_trace_data): Take const parameter.
4078 * target.h (struct target_ops::to_save_trace_data): Take
4079 const parameter.
4080 * target.c (update_current_target): Adjust to the above.
4081 * tracepoint.c (trave_save): New, extracted from
4082 (trace_save_command): ...this.
4083 (tfile_trace_find): Remove message that is unnecessary now
4084 that 'tfind' reports found frame.
4085 * tracepoint.h (trace_save): Declare.
4086
4087 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4088
4089 Implement -trace-find.
4090
4091 * mi/mi-cmds.c (mi_cmds): Register -trace-find.
4092 * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
4093 * mi/mi-main.c (mi_cmd_trace_find): New.
4094 * target.h (struct target_ops): Document to_trace_find.
4095 * tracepoint.h (tfind_1): Declare.
4096 * tracepoint.c (finish_tfind_command): Rename to...
4097 (tfind_1): ...this.
4098 * remote.c (remote_trace_find): Return -1 if target say
4099 there's no frame. Improve error diagnostics.
4100
4101 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4102
4103 -trace-define-variable and -trace-list-variables.
4104
4105 * tracepoint.c (create_trace_state_variable): Make
4106 private copy of name, as opposed to assuming the
4107 pointer lives forever.
4108 (tvariables_info_1): New.
4109 (tvariables_info): Use the above.
4110 * tracepoint.h (create_trace_state_variable, tvariables_info_1):
4111 Declare.
4112 * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
4113 and -trace-list-variables.
4114 * mi/mi-cmds.h (mi_cmd_trace_define_variable)
4115 (mi_cmd_trace_list_variables): New.
4116 * mi/mi-main.c (mi_cmd_trace_define_variable)
4117 (mi_cmd_trace_list_variables): New.
4118
4119 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4120
4121 Implement -break-passcount.
4122
4123 * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
4124 * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
4125 * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
4126
4127 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4128
4129 -trace-start/-trace-end/-trace-status.
4130
4131 * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
4132 and -trace-stop.
4133 * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
4134 (mi_cmd_trace_stop): Declare.
4135 * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
4136 (mi_cmd_trace_stop): New.
4137 * tracepoint.c (start_tracing): New, extracted from...
4138 (trace_start_command): ...this.
4139 (trace_status_mi): New.
4140 * tracepoint.h (struct trace_status): Document
4141 stopping_tracepoint.
4142 (start_tracing, stop_tracing, trace_status_mi): Declare.
4143
4144 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4145
4146 Implement creating tracepoints with -break-insert.
4147
4148 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
4149 to mean that tracepoint should be created.
4150
4151 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4152
4153 * breakpoint.c (check_no_tracepoint_commands): Use
4154 current spelling of 'teval'.
4155
4156 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4157
4158 Unify actions and commands
4159
4160 * defs.h (read_command_lines, read_command_lines_1): New
4161 parameters validator and closure.
4162 * tracepoint.h (struct action_line): Remove.
4163 * breakpoint.h (struct breakpoint): Remove the 'actions'
4164 field.
4165 * defs.h (enum command_control_type): New value
4166 while_stepping_control.
4167 (struct command_line): Add comments.
4168 * breakpoint.c (breakoint_is_tracepoint): New.
4169 (breakpoint_set_commands): For tracepoints,
4170 verify the commands are permissible.
4171 (check_tracepoint_commands): New.
4172 (commands_command): Require that each new line is validated using
4173 check_tracepoint_command, if we set commands for a tracepoint.
4174 (create_tracepoint_from_upload): Likewise.
4175 (print_one_breakpoint_location): Remove the code to print
4176 actions specifically.
4177 (tracepoint_save_command): Relay to print_command_lines.
4178 * cli/cli-script.c (process_next_line): New parameters validator
4179 and closure. Handle 'while-stepping'. Call validator if not null.
4180 (read_command_lines, read_command_lines1): Likewise.
4181 (recurse_read_control_structure): New parameters validator and
4182 closure. Handle while_stepping_control.
4183 (print_command_lines): Handle while-stepping.
4184 (get_command_line, define_command, document_command): Adjust.
4185 * remote.c (remote_download_tracepoint): Adjust.
4186 * tracepoint.c (make_cleanup_free_actions, read_actions)
4187 (free_actions, do_free_actions_cleanup): Remove.
4188 (trace_actions_command): Use read_command_lines.
4189 (validate_actionline): Use error in one place.
4190 (encode_actions_1): New, extracted from...
4191 (encode_actions): ...this. Also use cleanups for exception
4192 safety.
4193 (trace_dump_command): Adjust.
4194 * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
4195 it's tracepoint.
4196
4197 2010-03-23 Mike Frysinger <vapier@gentoo.org>
4198
4199 * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
4200
4201 2010-03-22 Stan Shebs <stan@codesourcery.com>
4202
4203 * value.c (value_static_field): Be lazy about the field's value.
4204
4205 2010-03-22 Reid Kleckner <reid@kleckner.net>
4206
4207 PR gdb/11094
4208 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
4209 bp_jit_event.
4210 (disable_breakpoints_in_shlibs): Likewise.
4211
4212 2010-03-22 Ulrich Weigand <uweigand@de.ibm.com>
4213
4214 * dwarf2read.c (partial_die_parent_scope): Work around buggy
4215 GCC 4.1 debug info generation (GCC PR c++/28460).
4216 (determine_prefix): Likewise.
4217
4218 2010-03-20 Daniel Jacobowitz <dan@codesourcery.com>
4219
4220 * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
4221 get_current_arch.
4222 * tui/tui-layout.c (extract_display_start_addr): Likewise.
4223
4224 2010-03-19 Stan Shebs <stan@codesourcery.com>
4225
4226 * ax-gdb.c (gen_fetch): Handle bool.
4227 (gen_usual_unary): Ditto.
4228 (gen_cast): Ditto.
4229 (gen_equal): New function.
4230 (gen_less): New function.
4231 (gen_expr_binop_rest): Call them, also return integer type from
4232 logical operations.
4233 (gen_expr): Ditto.
4234
4235 2010-03-19 Tom Tromey <tromey@redhat.com>
4236
4237 * jv-lang.c (jv_dynamics_objfile_data_key)
4238 (jv_type_objfile_data_key): New globals.
4239 (class_symtab): Move earlier.
4240 (jv_per_objfile_free): New function.
4241 (get_dynamics_objfile): Call set_objfile_data. Add 'gdbarch'
4242 parameter.
4243 Remove ancient #if 1.
4244 (add_class_symbol): Remove redundant declaration.
4245 (java_lookup_class): Use alloc_type, not alloc_type_arch.
4246 (java_link_class_type): Mark as static. Update.
4247 (jv_clear_object_type): New function.
4248 (set_java_object_type): Likewise.
4249 (get_java_object_type): Use set_java_object_type.
4250 (is_object_type): Likewise.
4251 (_initialize_java_language): Register new objfile keys.
4252 (get_java_class_symtab): Add 'gdbarch' parameter.
4253 (add_class_symtab_symbol): Update.
4254 (type_from_class): Update.
4255
4256 2010-03-19 Stan Shebs <stan@codesourcery.com>
4257
4258 * ax-general.c (ax_const_l): Fix a sizing bug.
4259
4260 2010-03-18 Joel Brobecker <brobecker@adacore.com>
4261
4262 GDB 7.1 released.
4263
4264 2010-03-18 Stan Shebs <stan@codesourcery.com>
4265 Pedro Alves <pedro@codesourcery.com>
4266
4267 * target.h (struct target_ops): New method
4268 to_set_circular_trace_buffer.
4269 (target_set_circular_trace_buffer): New macro.
4270 * target.c (update_current_target): Add
4271 to_set_circular_trace_buffer, fix to_set_disconnected_tracing
4272 default behavior.
4273 * remote.c (remote_set_circular_trace_buffer): New function.
4274 (init_remote_ops): Add it to vector.
4275 * tracepoint.h (struct trace_status): New field traceframes_created,
4276 change buffer_size and buffer_free to int.
4277 * tracepoint.c (circular_trace_buffer): New global.
4278 (start_tracing): Send values of disconnected tracing and circular
4279 trace buffer settings.
4280 (set_circular_trace_buffer): New function.
4281 (parse_trace_state): Handle total space and frames created.
4282 (trace_status_command): Display total space and total frames
4283 created.
4284 (trace_save): Write out new status values.
4285 (parse_trace_status): Set traceframe_count, traceframes_created,
4286 buffer_free and buffer_size to -1 by default.
4287 (_initialize_tracepoint): New setshow for circular-trace-buffer.
4288 * NEWS: Mention the circular trace buffer option.
4289
4290 2010-03-18 Tom Tromey <tromey@redhat.com>
4291
4292 * infcmd.c (finish_command_continuation): Wrap print_return_value
4293 in TRY_CATCH.
4294
4295 2010-03-18 Joel Brobecker <brobecker@adacore.com>
4296
4297 * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
4298 DIE has a name before creating the associated partial symbol.
4299 (read_func_scope): Emit a complaint if the subprogram does not
4300 have a name or when we can't extract the subprogram PC bounds.
4301
4302 2010-03-18 Ulrich Weigand <uweigand@de.ibm.com>
4303
4304 * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
4305 instead of selected frame architecture.
4306
4307 2010-03-18 Pedro Alves <pedro@codesourcery.com>
4308
4309 * infcmd.c (until_command): Use ERROR_NO_INFERIOR. Ensure there's
4310 a valid selected thread, and that it is not running.
4311 (advance_command): Ditto.
4312 (finish_command): Ditto.
4313
4314 2010-03-17 Stan Shebs <stan@codesourcery.com>
4315
4316 * ax-gdb.c (require_rvalue): Disallow non-scalars.
4317
4318 * infcall.c: Include tracepoint.h.
4319 (call_function_by_hand): Disallow calls in tfind mode.
4320 * infcmd.c: Include tracepoint.h.
4321 (ensure_not_tfind_mode): New function.
4322 (continue_1): Call it.
4323 (step_1) Ditto.
4324 (jump_command): Ditto.
4325 (signal_command): Ditto.
4326 (advance_command): Ditto.
4327 (until_command): Ditto.
4328 (finish_command): Ditto.
4329 * tracepoint.h (disconnect_or_stop_tracing): Declare.
4330
4331 * ax-gdb.h (struct axs_value): New field optimized_out.
4332 (gen_trace_for_var): Add gdbarch argument.
4333 * ax-gdb.c (gen_trace_static_fields): New function.
4334 (gen_traced_pop): Call it, add gdbarch argument.
4335 (gen_trace_for_expr): Update call to it.
4336 (gen_trace_for_var): Ditto, and report optimized-out variables.
4337 (gen_struct_ref_recursive): Check for optimized-out value.
4338 (gen_struct_elt_for_reference): Ditto.
4339 (gen_static_field): Pass gdbarch instead of expression, assume
4340 optimization if field not found.
4341 (gen_var_ref): Set the optimized_out flag.
4342 (gen_expr): Error on optimized-out variable.
4343 * tracepoint.c (collect_symbol): Handle struct-valued vars as
4344 expressions, skip optimized-out variables with computed locations.
4345 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
4346 erroring out if location expression missing.
4347 (loclist_tracepoint_var_ref): Don't error out here.
4348
4349 2010-03-17 Tom Tromey <tromey@redhat.com>
4350
4351 * dwarf2read.c (dwarf2_get_section_info): Handle case where no
4352 DWARF data is available.
4353
4354 2010-03-17 Daniel Jacobowitz <dan@codesourcery.com>
4355
4356 * symfile.c (generic_load): Reset breakpoints after loading.
4357
4358 2010-03-17 Tom Tromey <tromey@redhat.com>
4359
4360 * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
4361
4362 2010-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4363
4364 * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
4365 create_breakpoint call, adjust the parameters.
4366
4367 2010-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4368 Chandru <chandru@in.ibm.com>
4369
4370 * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
4371 * valarith.c (value_subscripted_rvalue): Suppress error if
4372 TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
4373
4374 2010-03-16 Holger Hans Peter Freyther <zecke@selfish.org>
4375
4376 * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
4377
4378 2010-03-16 Joel Brobecker <brobecker@adacore.com>
4379
4380 * ada-tasks.c (task_command_1): Check that the task ptid is valid
4381 before doing the associated thread switch.
4382
4383 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
4384
4385 * MAINTAINERS: Update my email address.
4386
4387 2010-03-16 Vladimir Prus <vladimir@codesourcery.com>
4388
4389 Simplify MI breakpoint setting.
4390
4391 * breakpoint.c (break_command_really): Make nonstatic and
4392 rename to...
4393 (create_breakpoint): ...this. Rename prior function by this name
4394 to...
4395 (create_breakpoint_sal): ...this.
4396 (create_breakpoints): Rename to...
4397 (create_breakpoints_sal): ...this.
4398 (set_breakpoint): Remove.
4399 * breakpoint.h: Adjust to above changes.
4400 * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
4401
4402 2010-03-15 Stan Shebs <stan@codesourcery.com>
4403
4404 * ax-gdb.c: Include cp-support.h.
4405 (find_field): Remove.
4406 (gen_primitive_field): New function.
4407 (gen_struct_ref_recursive): New function.
4408 (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
4409 of find_field.
4410 (gen_static_field): New function.
4411 (gen_struct_elt_for_reference): New.
4412 (gen_namespace_elt): New.
4413 (gen_maybe_namespace_elt): New.
4414 (gen_aggregate_elt_ref): New.
4415 (gen_expr): Add OP_SCOPE, display opcode name in error message.
4416
4417 2010-03-15 Tom Tromey <tromey@redhat.com>
4418
4419 * dwarf2read.c (die_needs_namespace): Also return 0 for
4420 DW_TAG_subprogram.
4421
4422 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
4423
4424 PR c++/7936:
4425 * cp-support.h: Added char *declaration element to using_direct
4426 data struct.
4427 (cp_add_using): Added char *declaration argument.
4428 (cp_add_using_directive): Ditto.
4429 (cp_lookup_symbol_imports): made extern.
4430 * cp-namespace.c: Updated with the above changes.
4431 * dwarf2read.c (read_import_statement): Ditto.
4432 (read_namespace): Ditto.
4433 (read_import_statement): Support import declarations.
4434 * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
4435 declarations.
4436 Added support for 'declaration_only' search.
4437 (cp_lookup_symbol_namespace): Attempt to search for the name as
4438 is before consideration of imports.
4439 * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
4440 search at every block level search.
4441 Now takes language argument.
4442 (lookup_symbol_aux): Updated.
4443
4444 2010-03-15 Tom Tromey <tromey@redhat.com>
4445
4446 * c-exp.y (name_not_typename): Add 'operator' clause.
4447
4448 2010-03-15 Ralf Corsepius <ralf.corsepius@rtems.org> (tiny change)
4449
4450 * configure.ac: Exit if ${gdb_target_obs}" is not set.
4451 * configure: Regenerate.
4452
4453 2010-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4454
4455 * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
4456 and ".sdynbss". Update the comment.
4457
4458 2010-03-15 Jie Zhang <jie@codesourcery.com>
4459
4460 * MAINTAINERS: Update my email address.
4461
4462 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
4463
4464 * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
4465
4466 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
4467
4468 * charset.c [USE_WIN32API]: Include <windows.h>.
4469 (_initialize_charset): Correct type of w32_host_default_charset.
4470
4471 2010-03-14 Pedro Alves <pedro@codesourcery.com>
4472
4473 * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
4474
4475 2010-03-12 Tom Tromey <tromey@redhat.com>
4476
4477 PR c++/9708:
4478 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
4479 in a lexical block does not need a namespace.
4480 (new_symbol) <DW_TAG_variable>: Put extern variables on
4481 list_in_scope in all cases.
4482
4483 2010-03-12 Stan Shebs <stan@codesourcery.com>
4484
4485 * ax-gdb.c (gen_expr): Add shift expressions.
4486 (gen_expr_binop_rest): Ditto.
4487
4488 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
4489
4490 * buildsym.c (finish_block): Reset using_directives pointer
4491 after block initialization.
4492
4493 2010-03-12 H.J. Lu <hongjiu.lu@intel.com>
4494
4495 * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
4496 * i386-tdep.c (i386_word_names): Likewise.
4497
4498 2010-03-12 Pedro Alves <pedro@codesourcery.com>
4499
4500 * target.c (memory_xfer_partial): Don't use the stack cache if
4501 inspecting trace frames.
4502 * tracepoint.c (finish_tfind_command): Invalidate the target
4503 dcache.
4504
4505 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4506
4507 * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
4508 for the PIC displacement, print also the displacement value.
4509 (svr4_exec_displacement): Print DISPLACEMENT if INFO_VERBOSE.
4510
4511 2010-03-10 Kevin Buettner <kevinb@redhat.com>
4512
4513 * remote-mips.c (close_ports, mips_initialize_cleanups)
4514 (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
4515 (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
4516 (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
4517 (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
4518 (pmon_check_entry_address, pmon_check_total, pmon_end_download)
4519 (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
4520 comments describing each of these functions.
4521 (mips_enter_debug, mips_exit_debug, common_open)
4522 (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
4523 blank line after the comment describing the function.
4524
4525 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4526
4527 * solib-svr4.c (svr4_exec_displacement): Return now success, new
4528 parameter displacementp. Update comment.
4529 (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
4530 element exists. Return if svr4_exec_displacement was not successful.
4531 Update comment.
4532
4533 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4534 Daniel Jacobowitz <dan@codesourcery.com>
4535
4536 * solib-svr4.c (read_program_header): Support type == -1 to read
4537 all program headers.
4538 (read_program_headers_from_bfd): New function.
4539 (svr4_static_exec_displacement): Remove and move the comment ...
4540 (svr4_exec_displacement): ... here. Remove variable found. New
4541 variable displacement. Check also DYNAMIC. Verify DISPLACEMENT
4542 alignment for ELF targets. Compare target vs. exec_bfd PHDRs for ELF
4543 targets using read_program_headers_from_bfd. Remove the call of
4544 svr4_static_exec_displacement.
4545
4546 2010-03-10 Tom Tromey <tromey@redhat.com>
4547
4548 * dwarf2read.c (struct pubnames_header): Remove.
4549 (_PUBNAMES_HEADER): Remove.
4550 (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
4551 (struct aranges_header): Remove.
4552 (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
4553 (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
4554 (PUBNAMES_SECTION): Remove.
4555 (ARANGES_SECTION): Remove.
4556 (dwarf2_locate_sections): Don't handle pubnames or aranges.
4557 (dwarf2_build_psymtabs): Remove dead code.
4558 (dwarf2_build_psymtabs_easy): Remove.
4559
4560 2010-03-10 Tom Tromey <tromey@redhat.com>
4561
4562 * elfread.c (elf_symfile_read): Don't call
4563 dwarf2_build_frame_info.
4564 * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
4565 (struct dwarf2_per_objfile) <objfile>: New field.
4566 (dwarf2_has_info): Now idempotent. Set objfile field.
4567 (dwarf2_read_section): Check and set readin field. Call
4568 posix_madvise.
4569 (dwarf2_build_psymtabs): Don't read all sections.
4570 (read_type_comp_unit_head): Read types section.
4571 (create_debug_types_hash_table): Likewise.
4572 (init_cu_die_reader): Add asserts.
4573 (process_type_comp_unit): Add assert.
4574 (dwarf2_build_psymtabs_hard): Read info section.
4575 (load_partial_comp_unit): Add assert.
4576 (create_all_comp_units): Read info section.
4577 (load_full_comp_unit): Likewise.
4578 (dwarf2_ranges_read): Read ranges section.
4579 (dwarf2_record_block_ranges): Add assert.
4580 (dwarf2_read_abbrevs): Read abbrev section.
4581 (read_indirect_string): Read str section.
4582 (dwarf_decode_line_header): Read line section.
4583 (read_signatured_type_at_offset): Read types section.
4584 (dwarf_decode_macros): Read macinfo section.
4585 (dwarf2_symbol_mark_computed): Read loc section.
4586 * dwarf2-frame.c (dwarf2_frame_find_fde): Call
4587 dwarf2_build_frame_info.
4588 (dwarf2_build_frame_info): Unconditionally set
4589 dwarf2_frame_objfile_data on the objfile.
4590 * configure.ac: Check for posix_madvise.
4591 * config.in, configure: Rebuild.
4592
4593 2010-03-10 Tom Tromey <tromey@redhat.com>
4594
4595 * xcoffread.c (xcoff_start_psymtab): Update.
4596 (xcoff_end_psymtab): Update.
4597 * psymtab.c (allocate_psymtab): Remove dead code.
4598 * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
4599 void*.
4600 * mdebugread.c (parse_partial_symbols): Update.
4601 (new_psymtab): Likewise.
4602 * dwarf2read.c (process_psymtab_comp_unit): Update.
4603 (psymtab_to_symtab_1): Update.
4604 * dbxread.c (start_psymtab): Update.
4605 (end_psymtab): Likewise.
4606
4607 2010-03-10 Tom Tromey <tromey@redhat.com>
4608
4609 * xcoffread.c: Include psymtab.h.
4610 (xcoff_sym_fns): Update.
4611 * symtab.h (struct partial_symbol): Remove.
4612 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
4613 (struct partial_symtab): Remove.
4614 (PSYMTAB_TO_SYMTAB): Remove.
4615 (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
4616 (find_pc_sect_psymtab): Remove.
4617 (find_pc_sect_symtab_via_partial): Declare.
4618 (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
4619 (find_main_psymtab): Remove.
4620 (find_main_filename): Declare.
4621 (fixup_psymbol_section): Remove.
4622 (fixup_section): Declare.
4623 * symtab.c: Include psymtab.h.
4624 (lookup_symtab): Use lookup_symtab method.
4625 (lookup_partial_symtab): Remove.
4626 (find_pc_sect_psymtab_closer): Remove.
4627 (find_pc_sect_psymtab): Remove.
4628 (find_pc_sect_symtab_via_partial): New function.
4629 (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
4630 (fixup_section): No longer static.
4631 (fixup_psymbol_section): Remove.
4632 (lookup_symbol_aux): Use lookup_symbol_aux_quick.
4633 (lookup_global_symbol_from_objfile): Likewise.
4634 (lookup_symbol_aux_psymtabs): Remove.
4635 (lookup_symbol_aux_quick): New function.
4636 (lookup_symbol_global): Use lookup_symbol_aux_quick.
4637 (lookup_partial_symbol): Remove.
4638 (basic_lookup_transparent_type_quick): New function.
4639 (basic_lookup_transparent_type): Use it.
4640 (find_main_psymtab): Remove.
4641 (find_main_filename): New function.
4642 (find_pc_sect_symtab): Use find_pc_sect_symtab method.
4643 (find_line_symtab): Use expand_symtabs_with_filename method.
4644 (output_partial_symbol_filename): New function.
4645 (sources_info): Use map_partial_symbol_filenames.
4646 (struct search_symbols_data): New type.
4647 (search_symbols_file_matches): New function.
4648 (search_symbols_name_matches): Likewise.
4649 (search_symbols): Use expand_symtabs_matching method.
4650 (struct add_name_data): Rename from add_macro_name_data.
4651 (add_macro_name): Update.
4652 (add_partial_symbol_name): New function.
4653 (default_make_symbol_completion_list): Use
4654 map_partial_symbol_names.
4655 (struct add_partial_symbol_name): New type.
4656 (maybe_add_partial_symtab_filename): New function.
4657 (make_source_files_completion_list): Use
4658 map_partial_symbol_filenames.
4659 (expand_line_sal): Use expand_symtabs_with_filename method.
4660 * symmisc.c: Include psymtab.h.
4661 (print_objfile_statistics): Use print_stats method.
4662 (dump_objfile): Use dump method.
4663 (dump_psymtab, maintenance_print_psymbols)
4664 (maintenance_info_psymtabs, maintenance_check_symtabs)
4665 (extend_psymbol_list): Remove.
4666 * symfile.h (struct quick_symbol_functions): New struct.
4667 (struct sym_fns) <qf>: New field.
4668 (sort_pst_symbols): Remove.
4669 (increment_reading_symtab): Declare.
4670 * symfile.c: Include psymtab.h.
4671 (compare_psymbols, sort_pst_symbols): Remove.
4672 (psymtab_to_symtab): Remove.
4673 (increment_reading_symtab): New function.
4674 (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
4675 method.
4676 (set_initial_language): Use find_main_filename.
4677 (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
4678 (free_named_symtabs): Remove unused code.
4679 (start_psymtab_common, add_psymbol_to_bcache)
4680 (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
4681 Remove.
4682 * stack.c: Include psymtab.h, symfile.h.
4683 (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
4684 * source.h (psymtab_to_fullname): Don't declare.
4685 * source.c: Include psymtab.h.
4686 (select_source_symtab): Use find_last_source_symtab method.
4687 (forget_cached_source_info): Use forget_cached_source_info
4688 method.
4689 (find_and_open_source): No longer static.
4690 (psymtab_to_fullname): Remove.
4691 * somread.c: Include psymtab.h.
4692 (som_sym_fns): Update.
4693 * psympriv.h: New file.
4694 * psymtab.h: New file.
4695 * psymtab.c: New file.
4696 * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
4697 (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
4698 * objfiles.c: Include psymtab.h.
4699 (objfile_relocate1): Use relocate method.
4700 (objfile_has_partial_symbols): Use has_symbols method.
4701 * mipsread.c: Include psymtab.h.
4702 (ecoff_sym_fns): Update.
4703 * mi/mi-cmd-file.c: Include psymtab.h.
4704 (print_partial_file_name): New function.
4705 (mi_cmd_file_list_exec_source_files): Use
4706 map_partial_symbol_filenames.
4707 * mdebugread.c: Include psympriv.h.
4708 * machoread.c: Include psympriv.h.
4709 (macho_sym_fns): Update.
4710 * m2-exp.y (yylex): Use lookup_symtab.
4711 * elfread.c: Include psympriv.h.
4712 (elf_sym_fns): Update.
4713 * dwarf2read.c: Include psympriv.h.
4714 * dbxread.c: Include psympriv.h.
4715 (aout_sym_fns): Update.
4716 * cp-support.c: Include psymtab.h.
4717 (read_in_psymtabs): Remove.
4718 (make_symbol_overload_list_qualified): Use
4719 expand_symtabs_for_function method.
4720 * coffread.c: Include psympriv.h.
4721 (coff_sym_fns): Update.
4722 * blockframe.c: Include psymtab.h.
4723 (find_pc_partial_function): Use find_pc_sect_symtab method.
4724 * ada-lang.h (ada_update_initial_language): Update.
4725 * ada-lang.c: Include psymtab.h.
4726 (ada_update_initial_language): Remove 'main_pst' argument.
4727 (ada_lookup_partial_symbol): Remove.
4728 (struct ada_psym_data): New type.
4729 (ada_add_psyms): New function.
4730 (ada_add_non_local_symbols): Use map_ada_symtabs method.
4731 (struct add_partial_datum): New type.
4732 (ada_add_partial_symbol_completions): New function.
4733 (ada_make_symbol_completion_list): Use map_partial_symbol_names.
4734 (ada_exception_support_info_sniffer): Update.
4735 * Makefile.in (SFILES): Add psymtab.c.
4736 (COMMON_OBS): Add psymtab.o.
4737 (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
4738
4739 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
4740
4741 * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
4742
4743 2010-03-10 Sami Wagiaalla <swagiaal@redhat.com>
4744
4745 PR C++/11236:
4746 * cp-namespace.c (cp_add_using): Deleted.
4747 (cp_add_using_directive): Use obstack allocations.
4748 Merged the function cp_add_using into this one.
4749 Added 'struct obstack *' argument.
4750 (cp_scan_for_anonymous_namespaces): Updated.
4751 * cp-support.h: Updated.
4752 * dwarf2read.c (read_import_statement): Updated.
4753 (read_namespace): Updated.
4754
4755 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
4756
4757 * windows-nat.c (cygwin_conv_path): Remove old macro.
4758
4759 2010-03-10 Pedro Alves <pedro@codesourcery.com>
4760
4761 * breakpoint.c (condition_command): Handle watchpoint conditions.
4762 (is_hardware_watchpoint): Add comment.
4763 (is_watchpoint): New.
4764 (update_watchpoint): Don't reparse the watchpoint's condition
4765 unless necessary.
4766 (WP_IGNORE): New.
4767 (watchpoint_check): Use it.
4768 (bpstat_check_watchpoint): Handle it.
4769 (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
4770 conditions in a frame where it makes sense.
4771 (watch_command_1): Store the innermost block of the condition
4772 expression.
4773 (delete_breakpoint): Delete the watchpoint condition expression.
4774 * breakpoint.h (struct bp_location) <cond>: Update comment.
4775 (struct breakpoint): New field `cond_exp_valid_block'.
4776
4777 2010-03-09 Joel Brobecker <brobecker@adacore.com>
4778
4779 Adjust handling of Ada DIEs after dwarf2_physname patch.
4780 * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
4781
4782 2010-03-09 Christopher Faylor <me+cygwin@cgf.cx>
4783 Pierre Muller <muller@ics.u-strasbg.fr>
4784
4785 * windows-nat.c (cygwin_conv_path): Redefine to properly convert
4786 from/to posix/win32.
4787 (windows_make_so): Use non-Cygwin 1.7 specific function.
4788 (windows_create_inferior): Make sure that cygallargs points to
4789 original args in non Cygwin 1.7. case.
4790
4791 2010-03-09 Michael Snyder <msnyder@vmware.com>
4792
4793 * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
4794 after target_read_memory to get host byte order.
4795 (i386_process_record): Ditto.
4796
4797 2010-03-09 Keith Seitz <keiths@redhat.com>
4798
4799 Based on work from Daniel Jacobowitz <dan@codesourcery.com>
4800 * c-typeprint.c (cp_type_print_method_args): For non-static methods,
4801 print out const or volatile qualifiers, too.
4802 (c_type_print_args): Add parameters show_artificial and language.
4803 Skip artificial parameters when requested.
4804 Use the appropriate language printer.
4805 (c_type_print_varspec): Tell c_type_print_args to skip artificial
4806 parameters and pass language_c.
4807 * dwarf2read.c (die_list): New file global.
4808 (struct partial_die_info): Update comments for name field.
4809 (pdi_needs_namespace): Renamed to ...
4810 (die_needs_namespace): ... this. Rewrite.
4811 (dwarf2_linkage_name): Remove.
4812 (add_partial_symbol): Do not predicate the call to
4813 partial_die_full_name based on pdi_needs_namespace.
4814 Remove call to cp_check_possible_namespace_symbols and associated
4815 outdated comments.
4816 (guess_structure_name): Do not inspect child subprogram DIEs.
4817 (dwarf2_fullname): Update comments.
4818 Use die_needs_namespace to assist in computing the name.
4819 (read_func_scope): Use dwarf2_name to get the DIE's name.
4820 Use dwarf2_physname to get the "linkage name" of the DIE.
4821 (dwarf2_add_member_field): Use dwarf2_physname instead of
4822 dwarf2_linkage_name.
4823 (read_structure_type): For structs and classes, set TYPE_NAME, too.
4824 (determine_class): Remove.
4825 (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
4826 except Ada.
4827 (new_symbol): Unconditionally call dwarf2_name.
4828 Compute the "linkage name" using dwarf2_physname.
4829 Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
4830 When determining to scan for anonymous C++ namespaces, ignore
4831 the linkage name.
4832 (dwarf2_physname): New function.
4833 (dwarf2_full_name): Move content to new function and call
4834 that.
4835 (dwarf2_compute_name): "New" function.
4836 (_initialize_dwarf2_read): Initialize die_list.
4837 * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
4838 physname.
4839 (gnu_v3_print_method_ptr): Use the physname for virtual methods
4840 without a demangled name.
4841 Print out type information for non-virtual methods.
4842 * linespec.c (decode_line_1): Force ANY string using "::" (or
4843 "." for java) to use decode_compound, and clean up any stray quoting.
4844 If we found a file symtab, re-evaluate whether the remainder is_quoted.
4845 (decode_compound): Stop consuming at an open parenthesis.
4846 Keep template parameters.
4847 Keep any overload information.
4848 Keep keywords like "const".
4849 Remove paren_pointer.
4850 Move is_quoted check from set_flags to here.
4851 Remove #if 0 code from 2000. Ten years is long enough.
4852 (find_method): Before comparing symbol names, canonicalize the string
4853 from the user.
4854 If a specific overload is requested, find it. Otherwise throw an error.
4855 (find_method_overload_end): New function.
4856 (set_flags): Remove.
4857 (decode_compound): Assume that parentheses are matched.
4858 It's a lot easier.
4859 * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
4860 to cplus_demangle.
4861 * linespec.c (decode_line_1): Keep important keywords like
4862 "const" and "volatile".
4863 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
4864 * typeprint.h (c_type_print_args): Add declaration.
4865 * ui-file.c (do_ui_file_obsavestring): New function.
4866 (ui_file_obsavestring): New function.
4867 * ui-file.h (ui_file_obsavestring): Add declaration.
4868 * valops.c (find_overload_match): Resolve the object to
4869 a non-pointer type.
4870 If the object is a data member, search the object for the member
4871 and return with staticp set.
4872 Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
4873 Do not attempt to extract a function name from non-function types.
4874 If the extracted function name and the original name are the same,
4875 we don't have a C++ method.
4876
4877 From Jan Kratochvil <jan.kratochvil@redhat.com>:
4878 * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
4879
4880 * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
4881 and arguments from symbol lookups.
4882 * ax-gdb.c (gen_expr): Likewise.
4883 * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
4884 cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
4885 lookup_possible_namespace_symbol): Likewise.
4886 * cp-support.c (read_in_psymtabs): Likewise.
4887 * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
4888 * language.h (la_lookup_symbol_nonlocal): Likewise.
4889 * scm-valprint.c (scm_inferior_print): Likewise.
4890 * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
4891 * solib-svr.c (elf_lookup_lib): Likewise.
4892 * solib.c (show_auto_solib_add): Likewise.
4893 * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
4894 * symmisc.c (maintenance_check_symtabs): Likewise.
4895 * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
4896 lookup_symbol_aux_local, lookup_symbol_aux_block,
4897 lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
4898 lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
4899 lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
4900 basic_lookup_transparent_type, find_main_psymtab,
4901 lookup_block_symbol): Likewise.
4902 * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
4903 lookup_symbol_global, lookup_symbol_aux_block,
4904 lookup_symbol_partial_symbol, lookup_block_symbol,
4905 lookup_global_symbol, value_maybe_namespace_elt): Likewise.
4906
4907 2010-03-09 Pierre Muller <muller@ics.u-strasbg.fr>
4908
4909 * python/python-internal.h: Include symtab.h.
4910
4911 2010-03-09 Joel Brobecker <brobecker@adacore.com>
4912 Pierre Muller <muller@ics.u-strasbg.fr>
4913
4914 * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
4915 * p-valprint.c (pascal_val_print): Remove undeed block and fix
4916 indentation.
4917
4918 2010-03-08 Tom Tromey <tromey@redhat.com>
4919
4920 * breakpoint.c (breakpoint_1): Add "QUIT".
4921
4922 2010-03-08 Daniel Jacobowitz <dan@codesourcery.com>
4923 Pedro Alves <pedro@codesourcery.com>
4924
4925 * solib.c (solib_find): Replace extension if
4926 solib_symbols_extension is set in the target gdbarch.
4927 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
4928 solib_symbols_extension to "sym".
4929 * gdbarch.sh (solib_symbols_extension): New variable.
4930 (pstring): New function.
4931 * gdbarch.h, gdbarch.c: Regenerate.
4932
4933 2010-03-08 Tom Tromey <tromey@redhat.com>
4934
4935 PR cli/9591:
4936 * NEWS: Update.
4937 * utils.c: Include main.h.
4938 (fputs_maybe_filtered): Don't paginate if `batch_flag'.
4939 (defaulted_query): Use default answer if `batch_flag'.
4940 * main.h (batch_flag): Declare.
4941 * main.c (batch_flag): New global.
4942 (captured_main): Remove 'batch'. Update.
4943
4944 2010-03-08 Kevin Buettner <kevinb@redhat.com>
4945
4946 From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
4947 and Kevin Buettner:
4948
4949 * remote-mips.c (rockhopper_ops): New target_ops struct.
4950 (MON_ROCKHOPPER): New mips_monitor_type.
4951 (read_hex_value): New function.
4952 (mips_request): Send 8-byte values with a 'T' packet. Read the
4953 packet argument as a string and use read_hex_value to parse it.
4954 (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
4955 (rockhopper_open): New function.
4956 (mips_wait): Read the PC, FP and SP fields as strings. Use
4957 read_hex_value to parse them and mips_set_register to commit them.
4958 (mips_set_register): New function.
4959 (mips_fetch_registers): Do not cast register value to "unsigned"
4960 when reading a MON_ROCKHOPPER 't' packet. Use mips_set_register.
4961 (mips_store_registers): Use a 'T' packet to set registers when
4962 using MON_ROCKHOPPER.
4963 (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
4964 and expect the total to be printed before the entry address.
4965 (_initialize_remote_mips): Initialize and add rockhopper_ops.
4966
4967 2010-03-08 Kevin Buettner <kevinb@redhat.com>
4968
4969 * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
4970 Change return value to int. Store value fetched in location
4971 addressed by `val'. Use function's return value as success
4972 or failure indicator. Adjust all callers.
4973
4974 2010-03-08 Pierre Muller <muller@ics.u-strasbg.fr>
4975
4976 * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
4977
4978 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4979 Hui Zhu <teawater@gmail.com>
4980
4981 * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
4982 tmp_to_stopped_data_address.
4983 (record_open): Reset tmp_to_stopped_by_watchpoint and
4984 tmp_to_stopped_data_address.
4985 * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
4986 to_stopped_data_address.
4987
4988 2010-03-08 Hui Zhu <teawater@gmail.com>
4989
4990 * i386-tdep.c (i386_process_record): Initialize regnum.
4991
4992 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4993
4994 * symfile.c (addr_info_make_relative): New variable sect_name, use it.
4995 Do not warn on ".gnu.liblist" and ".gnu.conflict".
4996
4997 2010-03-08 Joel Brobecker <brobecker@adacore.com>
4998
4999 Memory error when reading wrong core file.
5000 * solib-svr4.c (solib_svr4_r_map): catch and print all exception
5001 errors while reading the inferior memory, and return zero if
5002 an exception was raised.
5003
5004 2010-03-07 Michael Snyder <msnyder@vmware.com>
5005
5006 * record.c (record_restore): Rename tmpu8 to rectype.
5007
5008 * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
5009 tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
5010
5011 (i386_record_push): Rename local tmpulongest to addr.
5012
5013 (i386_process_record): Rename local tmpulongest to addr.
5014
5015 Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
5016 addr64.
5017
5018 Rename local variable tmpu8 to opcode8 and regnum.
5019
5020 2010-03-07 Joel Brobecker <brobecker@adacore.com>
5021
5022 * remote.c (remote_get_ada_task_ptid): New function.
5023 (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
5024
5025 2010-03-06 Christopher Faylor <me+cygwin@cgf.cx>
5026
5027 * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
5028 block. Define helper macros to reduce ifdefs in code.
5029 (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
5030 size. Call unadorned GetModuleFileNameEx rather than
5031 GetModuleFileNameEx*.
5032 (windows_make_so): Use __PMAX to denote maximum buffer size and
5033 cygwin_buf_t for buffer type. Use GetSystemDirectory{W,A} as
5034 appropriate.
5035 (get_image_name): Use __PMAX to denote maximum buffer size.
5036 (handle_load_dll): Likewise.
5037 (windows_pid_to_exec_file): Likewise.
5038 (windows_create_inferior): Add many accommodations for older Cygwin and
5039 non-Cygwin.
5040 (bad_GetModuleFileNameExW): Control inclusion of this function based on
5041 __USEWIDE conditional.
5042 (bad_GetModuleFileNameExA): Likewise.
5043 (_initialize_loadable): Just use real function names without the dyn_
5044 part since they are defined earlier.
5045
5046 2010-03-05 Corinna Vinschen <vinschen@redhat.com>
5047 Tom Tromey <tromey@redhat.com>
5048
5049 * utils.c (host_char_to_target): Add 'gdbarch' argument.
5050 (parse_escape): Likewise.
5051 * python/py-utils.c (unicode_to_target_string): Update.
5052 (unicode_to_target_python_string): Update.
5053 (target_string_to_unicode): Update.
5054 * printcmd.c (printf_command): Update.
5055 * p-exp.y (yylex): Update.
5056 * objc-exp.y (yylex): Update.
5057 * mi/mi-parse.c: Include charset.h.
5058 (mi_parse_escape): New function.
5059 (mi_parse_argv): Use it.
5060 * jv-exp.y (yylex): Update.
5061 * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
5062 function.
5063 (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
5064 * gdbarch.sh (auto_charset, auto_wide_charset): New.
5065 * gdbarch.c: Rebuild.
5066 * gdbarch.h: Rebuild.
5067 * defs.h (parse_escape): Update.
5068 * cli/cli-setshow.c: Include arch-utils.h.
5069 (do_setshow_command): Update.
5070 * cli/cli-cmds.c (echo_command): Update.
5071 * charset.h (target_charset, target_wide_charset): Update.
5072 * charset.c: Include arch-utils.h.
5073 (target_charset_name): Default to "auto".
5074 (target_wide_charset_name): Likewise.
5075 (show_target_charset_name): Handle "auto".
5076 (show_target_wide_charset_name): Likewise.
5077 (be_le_arch): New global.
5078 (set_be_le_names): Add 'gdbarch' argument.
5079 (validate): Likewise. Don't call set_be_le_names.
5080 (set_charset_sfunc, set_host_charset_sfunc)
5081 (set_target_charset_sfunc, set_target_wide_charset_sfunc):
5082 Update.
5083 (target_charset): Add 'gdbarch' argument.
5084 (target_wide_charset): Likewise. Remove 'byte_order' argument.
5085 (auto_target_charset_name): New global.
5086 (default_auto_charset, default_auto_wide_charset): New functions.
5087 (_initialize_charset): Set auto_target_charset_name. Allow "auto"
5088 for target charsets. Copy result of nl_langinfo. Use GetACP if
5089 USE_WIN32API.
5090 * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
5091 remove 'byte_order' argument. Update.
5092 (classify_type): Likewise.
5093 (c_emit_char): Update.
5094 (c_printchar): Update.
5095 (c_printstr): Update.
5096 (c_get_string): Update.
5097 (evaluate_subexp_c): Update.
5098 * arch-utils.h (default_auto_charset, default_auto_wide_charset):
5099 Declare.
5100 * python/python.c (gdbpy_target_charset): New function.
5101 (gdbpy_target_wide_charset): Likewise.
5102 (GdbMethods): Update.
5103 * NEWS: Update.
5104
5105 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
5106
5107 * symfile.c (build_section_addr_info_from_objfile): Do not mask
5108 off high address bits.
5109
5110 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
5111
5112 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
5113 address as UnsignedLongLong, not LongLong.
5114
5115 2010-03-05 Kevin Buettner <kevinb@redhat.com>
5116 Pedro Alves <pedro@codesourcery.com>
5117
5118 * remote-mips.c (gdbthread.h): Include.
5119 (remote_mips_ptid): Declare.
5120 (mips_error): Only mourn the inferior when inferior_ptid is non-null.
5121 (common_open): Set inferior_ptid, add it as an inferior, and
5122 as a thread too. Delete FIXME comment regarding start_remote().
5123 (mips_close): Invoke generic_mourn_inferior().
5124 (mips_kill): Make sure that target_mourn_inferior is invoked.
5125 (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
5126 it's now invoked from mips_close().
5127 (mips_load): Don't null out inferior_ptid. Don't call
5128 clear_symtab_users().
5129 (mips_thread_alive, mips_pid_to_str): New functions.
5130 (_initialize_remote_mips): Initialize remote_mips_ptid. Initialize
5131 to_thread_alive and to_pid_to_str operations.
5132
5133 2010-03-04 Tom Tromey <tromey@redhat.com>
5134
5135 * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
5136 in DWARF 3 and later.
5137 (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
5138
5139 2010-03-04 Keith Seitz <keiths@redhat.com>
5140
5141 * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
5142 If the filename portion of the linespec was quoted, recheck the
5143 remainder for additional quoting.
5144 (locate_first_half): Skip over completer chars, too.
5145
5146 2010-03-04 Tom Tromey <tromey@redhat.com>
5147
5148 * printcmd.c (printf_command): Pass dummy argument to
5149 printf_filtered.
5150
5151 2010-03-04 Doug Evans <dje@google.com>
5152
5153 * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
5154 unwound_fp.
5155
5156 * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
5157
5158 2010-03-04 Pedro Alves <pedro@codesourcery.com>
5159
5160 * breakpoint.c (update_watchpoint): Create a sentinel location if
5161 the software watchpoint isn't watching any memory.
5162 (breakpoint_address_bits): Skip dummy software watchpoint locations.
5163
5164 2010-03-04 Pedro Alves <pedro@codesourcery.com>
5165
5166 * utils.c (fputs_maybe_filtered): Check if there's already a top
5167 level interpreter before dereferencing it. If there isn't one,
5168 don't paginate either.
5169
5170 2010-03-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5171
5172 * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
5173 the state right when single stepping.
5174 (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
5175 Get the next PC along with the instruction state.
5176 (thumb_get_next_pc): Remove.
5177 (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
5178
5179 2010-03-04 Hui Zhu <teawater@gmail.com>
5180
5181 * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
5182
5183 2010-03-03 Pedro Alves <pedro@codesourcery.com>
5184
5185 * utils.c (fputs_maybe_filtered): Always disable pagination if the
5186 top level interpreter is MI.
5187
5188 2010-03-03 Stan Shebs <stan@codesourcery.com>
5189
5190 * remote.c (remote_download_tracepoint): Iterate over locations.
5191 * tracepoint.c (validate_actionline): Ditto.
5192 (encode_actions): Add location argument.
5193 (trace_dump_command): Check all locations to see if stepping
5194 frame.
5195
5196 2010-03-03 H.J. Lu <hongjiu.lu@intel.com>
5197 Eli Zaretskii <eliz@gnu.org>
5198
5199 * NEWS: Add X86 general purpose registers section.
5200
5201 2010-03-03 Tom Tromey <tromey@redhat.com>
5202
5203 PR mi/11098:
5204 * varobj.c (install_new_value): Handle case where new print_value
5205 is NULL.
5206
5207 2010-03-03 Dainis Jonitis <jonitis@gmail.com>
5208
5209 PR gdb/11345:
5210 * printcmd.c (printf_command): Print end of format string using
5211 printf_filtered.
5212
5213 2010-03-02 Tom Tromey <tromey@redhat.com>
5214
5215 * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
5216 * defs.h (read_command_lines_1): Add missing 'void'.
5217 * cli/cli-script.c (recurse_read_control_structure): Add missing
5218 'void'.
5219 (read_next_line): Likewise.
5220 (read_command_lines_1): Likewise.
5221
5222 2010-03-02 Ulrich Weigand <uweigand@de.ibm.com>
5223
5224 * spu-tdep.c (spu_analyze_prologue): Track instruction to
5225 store backchain as part of prologue.
5226
5227 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
5228
5229 * progspace.c (update_address_spaces): Update inferior address spaces
5230 also.
5231
5232 2010-03-02 Doug Evans <dje@google.com>
5233
5234 * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
5235 lowpc,highpc args to addrmap_set_empty.
5236
5237 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
5238
5239 * amd64-tdep.c (amd64_byte_names): New.
5240 (amd64_word_names): Likewise.
5241 (amd64_dword_names): Likewise.
5242 (amd64_pseudo_register_name): Likewise.
5243 (amd64_pseudo_register_read): Likewise.
5244 (amd64_pseudo_register_write): Likewise.
5245 (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
5246 and num_mmx_regs. Call set_gdbarch_pseudo_register_read,
5247 set_gdbarch_pseudo_register_write and
5248 set_tdesc_pseudo_register_name. Don't call
5249 set_gdbarch_num_pseudo_regs. Don't set mm0_regnum.
5250
5251 * i386-tdep.c (i386_num_mmx_regs): Removed.
5252 (i386_num_pseudo_regs): Likewise.
5253 (i386_byte_names): New.
5254 (i386_word_names): Likewise.
5255 (i386_byte_regnum_p): Likewise.
5256 (i386_word_regnum_p): Likewise.
5257 (i386_mmx_regnum_p): Updated.
5258 (i386_pseudo_register_name): Make it global. Handle byte and
5259 word pseudo-registers.
5260 (i386_pseudo_register_read): Likewise.
5261 (i386_pseudo_register_write): Likewise.
5262 (i386_pseudo_register_type): Handle byte, word and dword
5263 pseudo-registers
5264 (i386_register_reggroup_p): Don't include pseudo
5265 registers, except for MXX, in any register groups. Don't
5266 include pseudo byte, word, dword registers in general_reggroup.
5267 (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
5268 num_dword_regs, al_regnum, ax_regnum and eax_regnum. Put MMX
5269 pseudo-registers after word pseudo-registers. Call
5270 set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
5271
5272 * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
5273 al_regnum, num_word_regs, ax_regnum, num_dword_regs and
5274 eax_regnum.
5275 (i386_byte_regnum_p): New.
5276 (i386_word_regnum_p): Likewise.
5277 (i386_dword_regnum_p): Likewise.
5278 (i386_pseudo_register_name): Likewise.
5279 (i386_pseudo_register_read): Likewise.
5280 (i386_pseudo_register_write): Likewise.
5281
5282 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
5283
5284 * target-descriptions.c (tdesc_type): Remove
5285 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
5286 (tdesc_predefined_types): Likewise.
5287 (tdesc_gdb_type): Likewise. Pass NULL to append_flags_type_flag
5288 if flag name is empty.
5289 (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
5290
5291 * features/i386/32bit-core.xml: Define i386_eflags.
5292 * features/i386/64bit-core.xml: Likewise.
5293
5294 * features/i386/32bit-sse.xml: Define i386_mxcsr.
5295 * features/i386/64bit-sse.xml: Likewise.
5296
5297 * features/i386/amd64-linux.c: Regenerated.
5298 * features/i386/amd64.c: Likewise.
5299 * features/i386/i386-linux.c: Likewise.
5300 * features/i386/i386.c: Likewise.
5301
5302 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5303
5304 * gdbtypes.c (append_composite_type_field_raw): New.
5305 (append_composite_type_field_aligned): Use the new function.
5306 * gdbtypes.h (append_composite_type_field_raw): Declare.
5307 * target-descriptions.c (struct tdesc_type_field): Add start and end.
5308 (struct tdesc_type_flag): New type.
5309 (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
5310 kind. Add size to u.u. Add u.f for flags.
5311 (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
5312 (tdesc_free_type): Likewise.
5313 (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
5314 (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
5315 (tdesc_add_bitfield, tdesc_add_flag): New.
5316 * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
5317 (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
5318 * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
5319 current_type. Add current_type_size and current_type_is_flags.
5320 (tdesc_start_union): Clear the new fields.
5321 (tdesc_start_struct, tdesc_start_flags): New.
5322 (tdesc_start_field): Handle struct fields, including bitfields.
5323 (field_attributes): Make type optional. Add start and end.
5324 (union_children): Rename to struct_union_children.
5325 (union_attributes): Rename to struct_union_attributes. Add optional
5326 size.
5327 (flags_attributes): New.
5328 (feature_children): Add struct and flags.
5329 * features/gdb-target.dtd: Add flags and struct to features.
5330 Make field type optional. Add field start and end.
5331
5332 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
5333
5334 * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
5335 (amd64_linux_read_description): Likewise.
5336 (_initialize_amd64_linux_nat): Set to_read_description to
5337 amd64_linux_read_description.
5338
5339 * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
5340 (amd64_linux_register_name): Removed.
5341 (amd64_linux_register_type): Likewise.
5342 (amd64_linux_core_read_description): New.
5343 (amd64_linux_init_abi): Set target description to
5344 tdesc_amd64_linux if needed. Support orig_rax in target
5345 description. Don't call set_gdbarch_register_name nor
5346 set_gdbarch_register_type. Call
5347 set_gdbarch_core_read_description.
5348 (_initialize_amd64_linux_tdep): Call
5349 initialize_tdesc_amd64_linux.
5350
5351 * amd64-linux-tdep.h (tdesc_amd64_linux): New.
5352
5353 * amd64-tdep.c: Include "features/i386/amd64.c".
5354 (amd64_register_names): Removed.
5355 (amd64_register_name): Likewise.
5356 (amd64_register_type): Likewise.
5357 (amd64_init_abi): Set num_core_regs and register_names. Set
5358 target description to tdesc_amd64 if needed. Don't call
5359 set_gdbarch_register_name nor set_gdbarch_register_type.
5360 (_initialize_amd64_tdep): New.
5361
5362 * i386-linux-nat.c (i386_linux_read_description): New.
5363 (_initialize_i386_linux_nat): Set to_read_description to
5364 i386_linux_read_description.
5365
5366 * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
5367 (i386_linux_register_name): Removed.
5368 (i386_linux_core_read_description): New.
5369 (i386_linux_read_description): Likewise.
5370 (i386_linux_init_abi): Don't call set_gdbarch_register_name.
5371 Set target description to tdesc_i386_linux if needed. Support
5372 orig_eax. Set register_reggroup_p. Call
5373 set_gdbarch_core_read_description.
5374 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
5375
5376 * i386-linux-tdep.h (tdesc_i386_linux): New.
5377
5378 * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
5379 with I387_NUM_REGS.
5380
5381 * i386-tdep.c: Include "features/i386/i386.c".
5382 (i386_register_names): Make it const.
5383 (i386_mmx_names): Likewise.
5384 (i386_num_register_names): Removed.
5385 (i386_register_name): Likewise.
5386 (i386_eflags_type): Likewise.
5387 (i386_mxcsr_type): Likewise.
5388 (i386_sse_type): Likewise.
5389 (i386_register_type): Likewise.
5390 (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
5391 (i386_pseudo_register_name): New.
5392 (i386_pseudo_register_type): Likewise.
5393 (i386_mmx_type): Make it static.
5394 (i386_gdbarch_init): Check arch. Replace I386_NUM_FREGS with
5395 I387_NUM_REGS. Set num_core_regs and register_names. Don't
5396 call set_gdbarch_register_name nor set_gdbarch_register_type.
5397 Set register_reggroup_p. Set target description to tdesc_i386
5398 if needed. Call set_tdesc_pseudo_register_type,
5399 set_tdesc_pseudo_register_name and tdesc_use_registers.
5400 (_initialize_i386_tdep): Call initialize_tdesc_i386.
5401 initialize_tdesc_x86_64.
5402
5403 * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
5404 i386_mxcsr_type and i386_sse_type. Add num_core_regs,
5405 register_names, tdesc and register_reggroup_p.
5406 (I386_NUM_FREGS): Removed.
5407 (i386_eflags_type): Likewise.
5408 (i386_mxcsr_type): Likewise.
5409 (i386_mmx_type): Likewise.
5410 (i386_sse_type): Likewise.
5411 (i386_register_name): Likewise.
5412 (i386_regnum): Add I386_MXCSR_REGNUM.
5413 (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
5414
5415 * i387-tdep.h (I387_NUM_REGS): New.
5416
5417 * regformats/i386/i386-linux.dat: Generated.
5418 * regformats/i386/i386.dat: Likewise.
5419 * regformats/i386/amd64-linux.dat: Likewise.
5420 * regformats/i386/amd64.dat: Likewise.
5421
5422 * regformats/reg-i386-linux.dat: Removed.
5423 * regformats/reg-i386.dat: Likewise.
5424 * regformats/reg-x86-64-linux.dat: Likewise.
5425 * regformats/reg-x86-64.dat: Likewise.
5426
5427 2010-03-01 Corinna Vinschen <vinschen@redhat.com>
5428
5429 * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
5430 cygwin_conv_path API rather than the deprecated
5431 cygwin_conv_to_full_posix_path.
5432 * windows-nat.c:
5433 (GetModuleFileNameExA): Undefine for Cygwin.
5434 (GetModuleFileNameExW): Define for Cygwin.
5435 (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
5436 Call GetModuleFileNameExW and convert path to POSIX using
5437 cygwin_conv_path.
5438 (windows_make_so): Always define p. Drop unused variable m.
5439 Don't use Win32 functions to check file existance, rather use
5440 access on Cygwin. Fetch system directory using GetSystemDirectoryW.
5441 Use canonicalize_file_name to get full path.
5442 (get_image_name): Use wcstombs, rather than WideCharToMultiByte
5443 to convert Unicode pathname to multibyte on Cygwin. Otherwise,
5444 use correct target buffer size in call to WideCharToMultiByte.
5445 (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
5446 (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
5447 (windows_create_inferior): Convert all paths and arguments to wchar_t
5448 and use CreateProcessW on Cygwin.
5449 (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
5450 (bad_GetModuleFileNameExA): Undefine for Cygwin.
5451 (bad_GetModuleFileNameExW): Define for Cygwin.
5452 (_initialize_loadable): Load GetModuleFileNameExW into
5453 dyn_GetModuleFileNameExW on Cygwin. Don't load ANSI function on Cygwin.
5454
5455 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5456
5457 PR python/11036
5458 * python/py-frame.c (frapy_read_var): Add block argument and logic
5459 to cope with user provided blocks.
5460
5461 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5462
5463 * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
5464 New comment.
5465
5466 2010-02-28 Corinna Vinschen <vinschen@redhat.com>
5467
5468 * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
5469 (COMMON_OBS): ... to here since it's used unconditionally.
5470 (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
5471 (SFILES): To here.
5472
5473 2010-02-26 David Daney <ddaney@caviumnetworks.com>
5474
5475 * mips-linux-tdep.c: Update struct sigframe comments.
5476 (SIGFRAME_CODE_OFFSET): Delete macro.
5477 (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
5478 this_frame's sp.
5479 (mips_linux_n32n64_sigframe_init): Same.
5480
5481 2010-02-26 Kevin Buettner <kevinb@redhat.com>
5482
5483 * remote-mips.c (mips_load): Don't use pseudo-register when
5484 invalidating regcache.
5485
5486 2010-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5487
5488 * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
5489
5490 2010-02-26 Pedro Alves <pedro@codesourcery.com>
5491
5492 * NEWS: Add "New targets" section, and mention ARM Symbian
5493 support.
5494
5495 2010-02-26 Ulrich Weigand <uweigand@de.ibm.com>
5496
5497 * dwarf2loc.c (struct piece_closure): Remove ARCH member,
5498 add ADDR_SIZE member.
5499 (allocate_piece_closure): Update.
5500 (copy_pieced_value_closure): Likewise.
5501 (dwarf2_evaluate_loc_desc): Likewise.
5502 (read_pieced_value): Use DWARF address size instead of
5503 GDB's gdbarch_addr_bit as size of values on the DWARF stack.
5504
5505 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
5506 Tom Tromey <tromey@redhat.com>
5507
5508 * python/py-type.c (typy_lookup_typename): Add in block argument.
5509 If provided restrict lookup to specified blocks.
5510 (gdbpy_lookup_type): Likewise.
5511 (typy_lookup_type): Likewise.
5512
5513 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
5514
5515 Symbian config
5516
5517 gdb/
5518 * arm-symbian-tdep.c: New.
5519 * configure.tgt (arm*-*-symbianelf*): New target.
5520 (*-*-symbianelf*): New OS.
5521 * osabi.c (gdb_osabi_names): Add Symbian.
5522 * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
5523 * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
5524 (ALLDEPFILES): Add arm-symbian-tdep.c.
5525
5526 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
5527
5528 * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
5529
5530 2010-02-24 Pedro Alves <pedro@codesourcery.com>
5531
5532 * mi/mi-main.c (mi_cmd_execute): Fix typo.
5533
5534 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5535 Tom Tromey <tromey@redhat.com>
5536 Thiago Jung Bauermann <bauerman@br.ibm.com>
5537
5538 * python/python.c (_initialize_python): Call
5539 gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
5540 gdbpy_initialize_blocks.
5541 * python/python-internal.h: Declare struct symbol, block and
5542 symtab_and_line. Declare block_object_type and
5543 symbol_object_type
5544 (gdbpy_lookup_symbol gdbpy_block_for_pc)
5545 (symtab_and_line_to_sal_object, symtab_to_symtab_object)
5546 (symbol_to_symbol_object, block_to_block_object)
5547 (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
5548 (gdbpy_initialize_blocks ): Declare.
5549 * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
5550 (frapy_select): Add methods.
5551 (frapy_read_var): Add symbol branch.
5552 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
5553 py-block.
5554 (SUBDIR_PYTHON_SRCS): Likewise.
5555 (py-symbol.o): New rule.
5556 (py-symtab.o): Likewise.
5557 (py-block.o): Likewise.
5558 * python/py-symbol.c: New file.
5559 * python/py-symtab.c: Likewise.
5560 * python/py-block.c: Likewise.
5561
5562 2010-02-24 Pedro Alves <pedro@codesourcery.com>
5563
5564 PR gdb/11321
5565
5566 * inferior.h (prepare_for_detach): Declare.
5567 (struct inferior) <detaching>: New field.
5568 * infrun.c (prepare_for_detach): New.
5569 (handle_inferior_event) <random signal>: Don't stop if detaching.
5570 * target.c (target_detach): Call prepare_for_detach.
5571
5572 2010-02-24 Pedro Alves <pedro@codesourcery.com>
5573
5574 Per-process displaced stepping queue.
5575
5576 * infrun.c (displaced_step_ptid, displaced_step_request_queue)
5577 (displaced_step_gdbarch, displaced_step_closure,
5578 (displaced_step_original, displaced_step_copy): Move globals to
5579 this...
5580 (struct displaced_step_inferior_state): ... new structure.
5581 (displaced_step_inferior_states): New global.
5582 (get_displaced_stepping_state, add_displaced_stepping_state)
5583 (remove_displaced_stepping_state, infrun_inferior_exit): New
5584 functions.
5585 (displaced_step_clear): Add displaced_step_inferior_state
5586 parameter, and adjust to handle it.
5587 (displaced_step_clear_cleanup): Parameter is now a
5588 displaced_step_inferior_state. Adjust.
5589 (displaced_step_prepare): Adjust.
5590 (displaced_step_fixup, displaced_step_fixup)
5591 (infrun_thread_ptid_changed, resume): Adjust.
5592 (init_wait_for_inferior): Don't call displaced_step_clear.
5593 (infrun_thread_stop_requested): Rewrite.
5594 (_initialize_infrun): Install infrun_inferior_exit as
5595 inferior_exit observer.
5596
5597 2010-02-24 Pedro Alves <pedro@codesourcery.com>
5598
5599 * inferior.h (ptid_match): Declare.
5600 * infrun.c (ptid_match): New.
5601 * remote.c (queued_stop_reply): Rewrite and use ptid_match.
5602 (handle_notification): Add debug output.
5603 * linux-nat.c (ptid_match): Delete.
5604
5605 2010-02-24 David S. Miller <davem@davemloft.net>
5606
5607 * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
5608 * syscalls/sparc-linux.xml: New.
5609 * syscalls/sparc64-linux.xml: New.
5610 * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
5611 * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
5612 (sparc32_linux_get_syscall_number): New function.
5613 (sparc32_linux_init_abi): Set syscall XML file name and hook up
5614 syscall number fetcher.
5615 * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
5616 (sparc64_linux_get_syscall_number): New function.
5617 (sparc64_linux_init_abi): Set syscall XML file name and hook up
5618 syscall number fetcher.
5619
5620 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5621
5622 Multiexec MI
5623
5624 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5625 * inferior.c (add_inferior_silent): Notify inferior_added
5626 observer.
5627 (delete_inferior_1): Notify inferior_removed observer.
5628 (exit_inferior_1): Pass inferior, not pid, to observer.
5629 (inferior_appeared): Likewise.
5630 (add_inferior_with_spaces): New.
5631 (add_inferior_command): Use the above.
5632 * inferior.h (delete_inferior_1, add_inferior_with_spaces):
5633 Declare.
5634
5635 * inflow.c (inflow_inferior_exit): Likewise.
5636 * jit.c (jit_inferior_exit_hook): Likewise.
5637
5638 * mi/mi-cmds.c (mi_cmds): Register add-inferior and
5639 remove-inferior.
5640 * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
5641 * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
5642 (report_initial_inferior): New.
5643 (mi_inferior_removed): Register the above. Make sure
5644 inferior_added observer is called on the first inferior.
5645 (mi_new_thread, mi_thread_exit): Thread group is now identified by
5646 inferior number, not pid.
5647 (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
5648 affected.
5649 * mi/mi-main.c (current_context): New.
5650 (proceed_thread_callback): Use typed closure.
5651 Proceed everything if pid is 0. Most implementation split into
5652 (proceed_thread): ... this.
5653 (run_one_inferior): New.
5654 (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
5655 Adjust for multiexec behaviour.
5656 (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
5657 (mi_cmd_execute): Handle the 'thread-group' option here.
5658 Do some extra checks.
5659 * mi-parse.c (mi_parse): Handle the --all and --thread-group
5660 options.
5661 * mi-parse.h (struct mi_parse): New fields all and thread_group.
5662
5663 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5664
5665 Make -exec-run a proper MI commands.
5666
5667 * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
5668 * mi/mi-cmds.c (mi_cmds): Adjust.
5669 * mi/mi-main.c (mi_cmd_exec_run): New.
5670
5671 2010-02-24 Pedro Alves <pedro@codesourcery.com>
5672 Stan Shebs <stan@codesourcery.com>
5673
5674 * tracepoint.h (set_traceframe_number)
5675 (cleanup_restore_current_traceframe): Declare.
5676 * tracepoint.c (set_traceframe_number): New.
5677 (struct current_traceframe_cleanup): New.
5678 (do_restore_current_traceframe_cleanup)
5679 (restore_current_traceframe_cleanup_dtor)
5680 (make_cleanup_restore_current_traceframe): New.
5681 * infrun.c: Include tracepoint.h.
5682 (fetch_inferior_event): Switch out and in of tfind mode.
5683
5684 2010-02-24 Pedro Alves <pedro@codesourcery.com>
5685
5686 * breakpoint.c (breakpoint_init_inferior): Also delete
5687 bp_shlib_event breakpoints.
5688 * solib-frv.c (enable_break): Remove call to
5689 remove_solib_event_breakpoints.
5690 * solib-svr4.c (enable_break): Ditto.
5691 * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
5692 * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
5693 * solib-som.c (som_solib_create_inferior_hook): Ditto.
5694 * solib-spu.c (spu_enable_break): Ditto.
5695
5696 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
5697
5698 * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
5699
5700 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
5701
5702 * varobj.c (varobj_update): Avoid non-constants in initializers.
5703
5704 2010-02-23 Tom Tromey <tromey@redhat.com>
5705
5706 * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
5707 handle big-endian values.
5708 (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
5709
5710 2010-02-22 Pedro Alves <pedro@codesourcery.com>
5711
5712 PR9605
5713
5714 gdb/
5715 * breakpoint.c (insert_bp_location): If inserting the read
5716 watchpoint failed, fallback to an access watchpoint.
5717 (bpstat_check_watchpoint): Stop for read watchpoint triggers even
5718 if the value changed, if not watching the same memory for writes.
5719 (watchpoint_locations_match): Add comment.
5720 (update_global_location_list): Copy the location's watchpoint type.
5721 * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
5722 handle read watchpoints here.
5723 (i386_insert_watchpoint): Read watchpoints aren't supported.
5724 * remote.c (remote_insert_watchpoint): Return 1 for unsupported
5725 packets.
5726 * target.h (target_insert_watchpoint): Update description.
5727
5728 2010-02-19 Tom Tromey <tromey@redhat.com>
5729
5730 * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
5731 * m2-typeprint.c (m2_print_type): Update.
5732 * gdbtypes.c (recursive_dump_type): Update.
5733 (copy_type_recursive): Update.
5734 * c-typeprint.c (c_type_print_varspec_prefix): Update.
5735 (c_type_print_base): Update.
5736 * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
5737 Remove.
5738 (struct cplus_struct_type) <ntemplate_args>: Remove.
5739 <struct template_arg>: Remove.
5740 <is_dynamic>: Move earlier.
5741 (TYPE_TEMPLATE_ARGS): Remove.
5742 (TYPE_NTEMPLATE_ARGS): Remove.
5743 (TYPE_TEMPLATE_ARG): Remove.
5744
5745 2010-02-19 Tom Tromey <tromey@redhat.com>
5746
5747 PR c++/8693, PR c++/9496:
5748 * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
5749 * c-exp.y (lex_one_token): Rename from yylex. Don't call
5750 write_dollar_variable. Don't try to classify NAME tokens.
5751 (token_and_value): New type.
5752 (token_fifo, popping, name_obstack): New globals.
5753 (classify_name): New function.
5754 (classify_inner_name): Likewise.
5755 (yylex): Likewise.
5756 (VARIABLE): Now has type sval.
5757 (exp : VARIABLE): Call write_dollar_variable.
5758 (qualified_name): Use TYPENAME, not typebase. Add production for
5759 multiple "::" instances.
5760 (variable): Use name_not_typename.
5761 (qualified_type): Remove.
5762 (typebase): Update.
5763
5764 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5765
5766 * symfile.c (addr_info_make_relative): Extend comment. Move SECT to
5767 a more inner block. Initialize ADDR by LOWER_OFFSET only if it was
5768 found by bfd_get_section_by_name.
5769 * symfile.h (struct section_addr_info) <sectindex>: New comment.
5770
5771 2010-02-19 Joel Brobecker <brobecker@adacore.com>
5772
5773 * NEWS: Add new "[...] since 7.1" section. Rename the "[...] since
5774 7.0 section" into "Changes in 7.1".
5775
5776 2010-02-19 Joel Brobecker <brobecker@adacore.com>
5777
5778 GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
5779 * version.in: Bump version to 7.1.50.20100219-cvs.
5780
5781 2010-02-18 Harald Koenig <H.Koenig@science-computing.de>
5782
5783 * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
5784 * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
5785
5786 2010-02-17 Tom Tromey <tromey@redhat.com>
5787
5788 * NEWS: Add Python API Improvements section.
5789
5790 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
5791
5792 * NEWS: Correct typo.
5793
5794 2010-02-17 Tom Tromey <tromey@redhat.com>
5795
5796 * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
5797
5798 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5799
5800 * symfile.c (build_section_addr_info_from_objfile): Include sections
5801 only if they are SEC_ALLOC or SEC_LOAD.
5802
5803 2010-02-17 H.J. Lu <hongjiu.lu@intel.com>
5804
5805 PR shlibs/11293
5806 * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
5807 of ULONGEST for address size.
5808
5809 2010-02-17 Tom Tromey <tromey@redhat.com>
5810
5811 * NEWS: Add C++ improvements section.
5812
5813 2010-02-17 Ulrich Weigand <uweigand@de.ibm.com>
5814
5815 * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
5816 PyThreadState_Swap): Avoid "statement with no effect" warning.
5817
5818 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5819
5820 * solib-svr4.c (enable_break <target_auxv_search>): New variable
5821 addr_bit. Adjust LOAD_ADDR sign for cross-arch inferiors.
5822
5823 2010-02-17 Tristan Gingold <gingold@adacore.com>
5824 Petr Hluzin <petr.hluzin@gmail.com>
5825
5826 * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
5827 gdb_assert. Fix info->size for SIG prologue.
5828
5829 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5830
5831 * infcmd.c (show_inferior_tty_command): Check for NULL.
5832 Correct output message.
5833
5834 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5835
5836 * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
5837 FUNCTION contains parentheses. Improve removal of a trailing
5838 single quote.
5839
5840 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5841
5842 * gcore.c (do_bfd_delete_cleanup): New function.
5843 (gcore_command): Use it. Discard the cleanup after success.
5844 (gcore_copy_callback): Delete dead code.
5845
5846 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5847
5848 * symfile.c (addr_info_make_relative): Always use
5849 find_lowest_section.
5850
5851 2010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
5852
5853 * NEWS: Added entry for namespace fixes.
5854
5855 2010-02-15 Tom Tromey <tromey@redhat.com>
5856
5857 * dwarf2read.c (guess_structure_name): Allocate name on the
5858 objfile obstack.
5859
5860 2010-02-15 Tom Tromey <tromey@redhat.com>
5861
5862 * c-typeprint.c (c_type_print_base): Reverse order of test.
5863
5864 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5865
5866 * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize. Optionally
5867 initialize it from ELF BFD. Extend the prelink condition by it.
5868
5869 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5870
5871 * defs.h (parse_pid_to_attach): New.
5872 * utils.c (parse_pid_to_attach): New.
5873 * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
5874 * gnu-nat.c (gnu_attach): Likewise.
5875 * nto-procfs.c (procfs_attach): Likewise.
5876 * procfs.c (procfs_attach): Likewise.
5877 * windows-nat.c (windows_attach): Likewise.
5878 * inf-ptrace.c (inf_ptrace_attach): Likewise. Remove variable dummy.
5879 * inf-ttrace.c (inf_ttrace_attach): Likewise.
5880 * remote.c (extended_remote_attach_1): Likewise. New comment on getpid
5881 check.
5882
5883 2010-02-14 Masaki Muranaka <monaka@monami-software.com>
5884
5885 * MAINTAINERS: Add myself for write after approval privileges.
5886
5887 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5888
5889 * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
5890 block.
5891
5892 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5893
5894 * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
5895 only if INFO_VERBOSE.
5896
5897 2010-02-12 Tomas Holmberg <th@virtutech.com>
5898
5899 * mi/mi-main.c: Added the --reverse flag to the following MI
5900 commands: exec-continue, exec-finish, exec-next, exec-step,
5901 exec-next-instruction, exec-step-instruction. This is to
5902 support reverse execution over the MI interface to gdb.
5903
5904 2010-02-12 Pedro Alves <pedro@codesourcery.com>
5905
5906 * tracepoint.c (_initialize_tracepoint): Specify that the address
5907 range of `tfind outsize' is exclusive, and that the address range
5908 of `tfind range' is inclusive, in the commands' help strings.
5909
5910 2010-02-12 Joel Brobecker <brobecker@adacore.com>
5911
5912 Spurious "dll not found" error messages on x64-windows.
5913 * windows-nat.c: Add include of complaints.h.
5914 (handle_unload_dll): Change dll-not-found error into a complaint.
5915
5916 2010-02-12 Pedro Alves <pedro@codesourcery.com>
5917
5918 * breakpoint.c (allocate_bp_location): Use bp_loc_other for
5919 bp_tracepoint and bp_fast_tracepoint, not
5920 bp_loc_software_breakpoint.
5921 (update_global_location_list): Tracepoints are never duplicates of
5922 anything.
5923
5924 2010-02-12 Pedro Alves <pedro@codesourcery.com>
5925
5926 * breakpoint.c (break_command_really): Change return type to int.
5927 Return false if no breakpoint was created, true otherwise.
5928 (trace_command): Don't set the tracepoint count if no tracepoint
5929 was created.
5930 (ftrace_command): Ditto.
5931 (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
5932 created in the breakpoints table.
5933
5934 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5935 Ulrich Weigand <uweigand@de.ibm.com>
5936
5937 * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
5938
5939 2010-02-11 Pedro Alves <pedro@codesourcery.com>
5940
5941 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
5942 the offset value isn't of integral type.
5943
5944 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5945
5946 * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
5947 New.
5948
5949 2010-02-11 Pedro Alves <pedro@codesourcery.com>
5950
5951 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
5952 non-subscriptable types.
5953 * valarith.c (binop_types_user_defined_p): New, abstracted out
5954 from ...
5955 (binop_user_defined_p): ... this.
5956 * value.h (binop_types_user_defined_p): Declare.
5957
5958 2010-02-11 Pedro Alves <pedro@codesourcery.com>
5959
5960 * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
5961 Merge uploaded TSVs before merging uploaded tracepoints.
5962
5963 2010-02-11 Pedro Alves <pedro@codesourcery.com>
5964
5965 * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
5966
5967 2010-02-11 Vladimir Prus <vladimir@codesourcery.com>
5968
5969 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
5970 whitespace character after a dot in comment.
5971 (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
5972 Likewise.
5973 (list_args_or_locals): For the 'all' (that is
5974 -stack-list-variables) case, always output list of tuples.
5975 Output 'arg' field if variable is argument.
5976
5977 2010-02-10 Tom Tromey <tromey@redhat.com>
5978
5979 * parser-defs.h (parser_debug): Declare.
5980 * parse.c (_initialize_parse): Install "debug parser" set/show
5981 command.
5982 (parser_debug): New global.
5983 (show_parserdebug): New function.
5984 * c-exp.y (c_parse): Set yydebug.
5985
5986 2010-02-10 H.J. Lu <hongjiu.lu@intel.com>
5987
5988 * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
5989 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
5990 (tdesc_predefined_types): Add i387_ext, i386_eflags and
5991 i386_mxcsr.
5992 (tdesc_find_type): New.
5993 (tdesc_gdb_type): Use tdesc_find_type. Handle TDESC_TYPE_I387_EXT,
5994 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
5995
5996 * target-descriptions.h (tdesc_find_type): New.
5997
5998 2010-02-10 Michael Snyder <msnyder@vmware.com>
5999
6000 * gdb-gdb.py: Comment fix.
6001
6002 2010-02-09 Tristan Gingold <gingold@adacore.com>
6003
6004 * machoread.c (macho_symfile_relocate): New function.
6005 (macho_sym_fns): Use macho_symfile_relocate instead of
6006 default_symfile_relocate.
6007 (macho_oso_data): New type.
6008 (current_oso): New variable.
6009 (macho_add_oso_symfile): Do not compute section_addr_info, but
6010 instead set vma of sections.
6011 Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
6012 Set and clear current_oso.
6013
6014 2010-02-09 Joel Brobecker <brobecker@adacore.com>
6015
6016 Wrong type description for tagged type parameter.
6017 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
6018 EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
6019 reference to a tagged type.
6020
6021 2010-02-09 Tristan Gingold <gingold@adacore.com>
6022
6023 * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
6024 brothers of the parent.
6025
6026 2010-02-08 Tom Tromey <tromey@redhat.com>
6027
6028 PR c++/8017:
6029 * value.h: Update.
6030 * valops.c (search_struct_field): Make 'name' const.
6031 (search_struct_method): Likewise.
6032 (find_method_list): Make 'method' const.
6033 (value_struct_elt): Make 'name' and 'err' const.
6034 (value_find_oload_method_list): Make 'method' const.
6035 (find_overload_match): Make 'name' const.
6036 * eval.c (evaluate_subexp_standard): New locals function,
6037 function_name.
6038 <OP_FUNCALL>: Handle OP_SCOPE specially.
6039
6040 2010-02-08 Ulrich Weigand <uweigand@de.ibm.com>
6041
6042 * infrun.c (handle_inferior_event): Do not look up regcache
6043 for exited processes.
6044
6045 2010-02-08 Chris Moller <moller@mollerware.com>
6046
6047 PR gdb/10728
6048 * valarith.c (value_ptrdiff): Added a test for a zero type length,
6049 warn if found, and assume length = 1.
6050
6051 2010-02-08 Chris Moller <cmoller@redhat.com>
6052
6053 PR gdb/9067
6054 * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
6055 cp_print_static_field) Fix use of obstacks.
6056
6057 2010-02-08 Pedro Alves <pedro@codesourcery.com>
6058
6059 * linux-nat.c (linux_nat_resume): In non-stop, also only tag
6060 resumed LWPs as resumed.
6061 (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
6062 we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
6063 of throwing an internal error. If an LWP of a process we're not
6064 waiting for reports a signal, don't force collecting a SIGSTOP,
6065 and if it was breakpoint hit in non-stop mode, cancel it. Don't
6066 go through all LWPs cancelling breakpoints in non-stop mode.
6067 (resume_stopped_resumed_lwps): New.
6068 (linux_nat_wait): Use it.
6069
6070 2010-02-07 H.J. Lu <hongjiu.lu@intel.com>
6071
6072 * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
6073 i386/amd64 and i386/amd64-linux.
6074 (i386/i386-expedite): New.
6075 (i386/i386-linux-expedite): Likewise.
6076 (i386/amd64-expedite):Likewise.
6077 (i386/amd64-linux-expedite): Likewise.
6078 ($(outdir)/i386/i386-linux.dat): Likewise.
6079 ($(outdir)/i386/amd64.dat): Likewise.
6080 ($(outdir)/i386/amd64-linux.dat): Likewise.
6081
6082 * features/i386/32bit-core.xml: New.
6083 * features/i386/32bit-linux.xml: Likewise.
6084 * features/i386/32bit-sse.xml: Likewise.
6085 * features/i386/64bit-core.xml: Likewise.
6086 * features/i386/64bit-linux.xml: Likewise.
6087 * features/i386/64bit-sse.xml: Likewise.
6088 * features/i386/i386-linux.xml: Likewise.
6089 * features/i386/i386.xml: Likewise.
6090 * features/i386/amd64-linux.xml: Likewise.
6091 * features/i386/amd64.xml: Likewise.
6092 * features/i386/i386-linux.c: Likewise.
6093 * features/i386/i386.c: Likewise.
6094 * features/i386/amd64-linux.c: Likewise.
6095 * features/i386/amd64.c: Likewise.
6096
6097 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
6098
6099 PR c++/7935:
6100 * cp-support.h: Added char* alias element to using_direct data
6101 struct.
6102 (cp_add_using): Added char* alias argument.
6103 (cp_add_using_directive): Ditto.
6104 * cp-namespace.c: Updated with the above changes.
6105 (cp_lookup_symbol_imports): Check for aliases.
6106 * dwarf2read.c (read_import_statement): Figure out local alias
6107 for the import and pass it on to cp_add_using.
6108 (read_namespace): Pass alias argument to cp_add_using.
6109
6110 2010-02-05 Hui Zhu <teawater@gmail.com>
6111
6112 * defs.h (gdb_bfd_errmsg): New extern.
6113 * exec.c (exec_file_attach): Change bfd_errmsg to
6114 gdb_bfd_errmsg.
6115 * utils.c (AMBIGUOUS_MESS1): New macro.
6116 (AMBIGUOUS_MESS2): New macro.
6117 (gdb_bfd_errmsg): New function.
6118
6119 2010-02-04 Doug Evans <dje@google.com>
6120
6121 * solib-svr4.c (enable_break): Add comment.
6122
6123 2010-02-04 Anthony Green <green@moxielogic.com>
6124
6125 * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
6126 gracefully.
6127
6128 2010-02-04 Tom Tromey <tromey@redhat.com>
6129
6130 * valops.c (search_struct_field): Account for
6131 value_embedded_offset. Fix check for virtual base past the end of
6132 the object. Use value_copy when making a slice of the value.
6133
6134 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
6135
6136 PR tui/9622
6137 * tui/tui-interp.c (tui_init): Call tui_initialize_readline
6138 only if gdb_stdout is a tty.
6139
6140 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
6141
6142 * target-descriptions.c: Include "osabi.h".
6143 (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
6144 OSABI.
6145
6146 2010-02-04 Tristan Gingold <gingold@adacore.com>
6147
6148 * machoread.c (macho_add_oso): Renamed to macho_register_oso.
6149 (macho_symtab_read): Adjust calls to macho_add_oso.
6150 (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
6151 (macho_symfile_read): Adjust call to macho_oso_symfile.
6152 (macho_new_init): Move this function after declarations.
6153 (macho_symfile_init): Ditto.
6154 * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
6155 * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
6156
6157 2010-02-04 Vladimir Prus <vladimir@codesourcery.com>
6158
6159 Include MI command in remotelog.
6160
6161 * mi/mi-main.c (mi_execute_command): Call target_log_command.
6162
6163 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
6164
6165 * remote.c (remote_state): Remove gdbarch.
6166 (init_remote_state): Don't set gdbarch.
6167 (remote_query_supported): Pass target_gdbarch instead of
6168 rs->gdbarch to gdbarch_qsupported.
6169
6170 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
6171
6172 * gdbarch.sh: Add qsupported.
6173
6174 * gdbarch.c: Regenerated.
6175 * gdbarch.h: Likewise.
6176
6177 * remote.c (remote_state): Add gdbarch.
6178 (init_remote_state): Set gdbarch.
6179 (remote_query_supported): Support gdbarch_qsupported.
6180
6181 2010-02-03 Daniel Jacobowitz <dan@codesourcery.com>
6182
6183 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
6184 __FreeBSD_kernel_version.
6185
6186 2010-02-03 Tristan Gingold <gingold@adacore.com>
6187
6188 * symfile.h (struct sym_fns): Add sym_relocate field.
6189 (default_symfile_relocate): New prototype.
6190 (symfile_relocate_debug_section): First argument is now an objfile.
6191 * symfile.c (default_symfile_relocate): Rename from
6192 symfile_relocate_debug_section, first argument is now an objfile.
6193 (symfile_relocate_debug_section): New function.
6194 * coffread.c (coff_sym_fns): Set sym_relocate field.
6195 * somread.c (som_sym_fns): Ditto.
6196 * mipsread.c (ecoff_sym_fns): Ditto.
6197 * machoread.c (macho_sym_fns): Ditto.
6198 * elfread.c (elf_sym_fns): Ditto.
6199 * dwarf2read.c (dwarf2_read_section): Ditto.
6200 * xcoffread.c (xcoff_sym_fns): Ditto.
6201 * dbxread.c (aout_sym_fns): Ditto.
6202 (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
6203 (elfstab_build_psymtabs): Ditto.
6204
6205 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
6206
6207 * defs.h (MAX_REGISTER_SIZE): Increase to 32.
6208
6209 2010-02-02 Tom Tromey <tromey@redhat.com>
6210
6211 * valops.c (value_cast_structs): Try downcasting using the RTTI
6212 type.
6213
6214 2010-02-02 Tom Tromey <tromey@redhat.com>
6215
6216 * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
6217 (gnuv2_baseclass_offset): Now static.
6218 * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
6219 * gnu-v2-abi.h: Remove.
6220
6221 2010-02-02 Tom Tromey <tromey@redhat.com>
6222
6223 * m2-typeprint.c (m2_record_fields): Don't use
6224 TYPE_DECLARED_TYPE.
6225 * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
6226 (struct main_type) <flag_declared_class>: New field.
6227 (struct cplus_struct_type) <declared_type>: Remove.
6228 <ntemplate_args>: Move earlier.
6229 (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
6230 (DECLARED_TYPE_TEMPLATE): Remove.
6231 (TYPE_DECLARED_TYPE): Remove.
6232 * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
6233 * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
6234 * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
6235 TYPE_DECLARED_TYPE.
6236
6237 2010-02-02 Tom Tromey <tromey@redhat.com>
6238
6239 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
6240 * valops.c (search_struct_field): Compute nbases after calling
6241 CHECK_TYPEDEF.
6242 (check_field): Call CHECK_TYPEDEF.
6243 * cp-valprint.c (cp_print_value): Pass correct address to
6244 baseclass_offset. Fix check for virtual base past the end of the
6245 object. Don't offset address passed to cp_print_value_fields or
6246 apply_val_pretty_printer.
6247 (cp_print_value_fields): Fix call to val_print.
6248 (cp_print_value_fields_rtti): New function.
6249 * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
6250 * p-valprint.c (pascal_object_print_value_fields): Fix call to
6251 val_print.
6252 * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
6253 offset to address.
6254 * language.h (struct language_defn) <la_val_print>: Document.
6255 * c-lang.h (cp_print_value_fields_rtti): Declare.
6256
6257 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6258
6259 PR libc/11214:
6260 * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
6261 (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
6262 (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
6263
6264 2010-02-01 Michael Matz <matz@suse.de>
6265 Daniel Jacobowitz <dan@codesourcery.com>
6266
6267 * i386-tdep.c (i386_frame_cache): Assume valid anonymous
6268 functions use a frame pointer.
6269
6270 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6271
6272 * solib-svr4.c (scan_dyntag): New variable dyn_addr. Replace gdb_assert
6273 by a conditional setting DYN_ADDR. Use DYN_ADDR.
6274 * config/djgpp/fnchange.lst: Add translations for
6275 symbol-without-target_section.exp and symbol-without-target_section.c.
6276
6277 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6278
6279 * gdbarch.sh: Set LANG and LC_ALL to C, not c.
6280 (remote_breakpoint_for_pc): Correct invalid_p check.
6281 * gdbarch.c: Regenerated.
6282
6283 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6284
6285 * arm-tdep.c (arm_find_mapping_symbol): New function, from
6286 arm_pc_is_thumb.
6287 (arm_pc_is_thumb): Use arm_find_mapping_symbol.
6288 (extend_buffer_earlier): New function.
6289 (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
6290 (arm_adjust_breakpoint_address): New function.
6291 (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
6292
6293 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6294
6295 * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
6296 (arm_linux_thumb2_le_breakpoint): New constants.
6297 (arm_linux_init_abi): Set thumb2_breakpoint and
6298 thumb2_breakpoint_size.
6299 * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
6300 (thumb_get_next_pc): Add a comment. Rename IT to ITSTATE.
6301 Implement support for single stepping through IT blocks if
6302 a 32-bit Thumb breakpoint instruction is available.
6303 (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
6304 is available, use it when needed.
6305 (arm_remote_breakpoint_from_pc): New function.
6306 (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
6307 * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
6308 comment. Add thumb2_breakpoint and thumb2_breakpoint_size.
6309
6310 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6311
6312 * arch-utils.c (default_remote_breakpoint_from_pc): New function.
6313 * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
6314 * gdbarch.c, gdbarch.h: Regenerated.
6315 * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
6316 * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
6317 gdbarch_remote_breakpoint_from_pc.
6318
6319 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6320
6321 * infrun.c (prepare_to_proceed): Handle other signals which might
6322 match a breakpoint.
6323 (handle_inferior_event): Move the check for unusual breakpoint
6324 signals earlier.
6325
6326 2010-01-29 Paul Hilfinger <hilfinger@adacore.com>
6327
6328 amd64 - function returning record with field straddling 2 registers.
6329 * amd64-tdep.c (amd_classify_aggregate): Handle the case of
6330 a record of length <= 16 in which a field straddles the two
6331 eightbytes.
6332
6333 2010-01-29 Joel Brobecker <brobecker@adacore.com>
6334
6335 Implement return values on amd64-windows.
6336 * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
6337 (amd64_windows_return_value): New function.
6338 (amd64_windows_init_abi): Call set_gdbarch_return_value with
6339 amd64_windows_return_value.
6340
6341 2010-01-29 Joel Brobecker <brobecker@adacore.com>
6342
6343 amd64-windows: 32 bytes allocated on stack by caller for integer
6344 parameter registers.
6345 * i386-tdep.h (struct gdbarch_tdep): Add new field
6346 integer_param_regs_saved_in_caller_frame.
6347 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
6348 tdep->integer_param_regs_saved_in_caller_frame to 1.
6349 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
6350 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
6351
6352 2010-01-29 Joel Brobecker <brobecker@adacore.com>
6353
6354 amd64-windows: memory args passed by pointer during function calls.
6355 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
6356 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
6357 where tdep->memory_args_by_pointer is non-zero.
6358 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
6359 tdep->memory_args_by_pointer to 1.
6360
6361 2010-01-29 Joel Brobecker <brobecker@adacore.com>
6362
6363 amd64-windows: Integer parameters in function calls.
6364 * i386-tdep.h (enum amd64_reg_class): New, moved here from
6365 amd64-tdep.c.
6366 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
6367 call_dummy_integer_regs, and classify.
6368 * amd64-tdep.h (amd64_classify): Add declaration.
6369 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
6370 (amd64_reg_class): Delete, moved to i386-tdep.h.
6371 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
6372 Replace call to amd64_classify by call to tdep->classify.
6373 (amd64_push_arguments): Get the list of registers to use for
6374 passing integer parameters from the gdbarch tdep structure,
6375 rather than using a hardcoded one. Replace calls to amd64_classify
6376 by calls to tdep->classify.
6377 (amd64_push_dummy_call): Get the register number used for
6378 the "hidden" argument from tdep->call_dummy_integer_regs.
6379 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
6380 and tdep->call_dummy_integer_regs. Set tdep->classify.
6381 * amd64-windows-tdep.c: Add include of gdbtypes.h.
6382 (amd64_windows_dummy_call_integer_regs): New static global.
6383 (amd64_windows_classify): New function.
6384 (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
6385 tdep->call_dummy_integer_regs and tdep->classify.
6386
6387 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6388
6389 * regcache.c (regcache_xmalloc): Add aspace argument. Use it
6390 for the new regcache. All callers updated.
6391 (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
6392 (get_thread_arch_regcache): Do not set aspace here.
6393 * regcache.h (regcache_xmalloc): Update declaration.
6394
6395 * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
6396 regcache_xmalloc updated.
6397
6398 2010-01-28 Joel Brobecker <brobecker@adacore.com>
6399
6400 Another -Wunused-function error in procfs.c (sparc-solaris)
6401 * procfs.c (insert_dbx_link_breakpoint): Delete declaration. Move up.
6402 Only define if SYS_syssgi is defined.
6403 (remove_dbx_link_breakpoint): Delete declaration. Move up.
6404 (dbx_link_addr, insert_dbx_link_bpt_in_file)
6405 (insert_dbx_link_bpt_in_region): Move up. Only define if SYS_syssgi
6406 is itself defined.
6407
6408 2010-01-27 Christopher Faylor <me+cygwin@cgf.cx>
6409
6410 * windows-nat.c (windows_initialization_done): New variable.
6411 (get_windows_debug_event): Issue error when process dies before
6412 completely initializing.
6413 (do_initial_windows_stuff): Set flag to indicate when we are done with
6414 the initial steps of attaching to the child.
6415
6416 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6417
6418 * symtab.h (struct symbol <symtab>): New comment on NULL values.
6419
6420 2010-01-27 Doug Evans <dje@google.com>
6421
6422 * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
6423
6424 * breakpoint.c (bpstat_stop_status): Delete useless code.
6425
6426 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6427
6428 * printcmd.c (display_uses_solib_p): Remove variable section. Access
6429 objfile via SYMBOL_SYMTAB.
6430
6431 2010-01-26 Tom Tromey <tromey@redhat.com>
6432
6433 PR exp/7643:
6434 * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
6435 coerce_array on result.
6436
6437 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
6438
6439 * cp-namespace.c (cp_lookup_symbol_namespace): Added
6440 search_parent argument.
6441 (cp_add_using): Initialize 'searched' field.
6442 (reset_directive_searched): New function.
6443 * cp-support.h: Add 'searched' field to using_direct struct.
6444 (cp_lookup_symbol_imports): Ditto.
6445 * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
6446 Perform recursive search.
6447 Implement non parent search.
6448 * valops.c (value_maybe_namespace_elt): Updated.
6449
6450 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
6451
6452 PR gdb/10929:
6453 * dwarf2read.c (read_lexical_block_scope): Create blocks for
6454 scopes which contain using directives even if they contain no
6455 declarations.
6456 * symtab.c (lookup_symbol_aux): Pass lowest level block to
6457 la_lookup_symbol_nonlocal.
6458 * cp-namespace.c (cp_lookup_symbol_nonlocal): call
6459 cp_lookup_symbol_namespace.
6460 (cp_lookup_symbol_namespace): Perform an import lookup at every
6461 block level.
6462 (cp_lookup_symbol_imports): New function.
6463 (cp_lookup_symbol_in_namespace): New function.
6464
6465 2010-01-25 Tom Tromey <tromey@redhat.com>
6466
6467 PR gdb/11049:
6468 * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
6469 result.
6470
6471 2010-01-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6472
6473 * configure.ac: Only use host_os part when disabling TUI on osf.
6474 Use test to check variables, prefix strings with x.
6475 * configure: Regenerate.
6476
6477 * solib-osf.c (osf_current_sos): Initialize tail.
6478
6479 2010-01-25 gingold <gingold@adacore.com>
6480
6481 * windows-nat.c (windows_continue): Use %x to print thread id.
6482 (get_windows_debug_event): Ditto.
6483
6484 2010-01-22 Tom Tromey <tromey@redhat.com>
6485
6486 PR symtab/11199:
6487 * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
6488 type and arguments. Use smash_to_methodptr_type.
6489 (read_structure_type): Call quirk_gcc_member_function_pointer
6490 later.
6491 * gdbtypes.h (smash_to_methodptr_type): Declare.
6492 * gdbtypes.c (smash_to_methodptr_type): New function.
6493 (lookup_methodptr_type): Use it.
6494
6495 2010-01-21 Tom Tromey <tromey@redhat.com>
6496
6497 PR symtab/11198:
6498 * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
6499 * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
6500 * glibc-tdep.c (find_minsym_and_objfile): Remove.
6501 (glibc_skip_solib_resolver): Use
6502 lookup_minimal_symbol_and_objfile.
6503
6504 2010-01-21 Kai Tietz <kai.tietz@onevision.com>
6505
6506 * inflow.c (check_syscall): Guard by #if clause for GO32 and
6507 WIN32 targets.
6508
6509 2010-01-20 Tom Tromey <tromey@redhat.com>
6510
6511 PR backtrace/10770:
6512 * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
6513 BINOP_GEQ. Handle BINOP_NOTEQUAL in the signed case.
6514 * dwarf2expr.c (new_dwarf_expr_context): Allocate
6515 dwarf_stack_values, not CORE_ADDRs.
6516 (execute_stack_op): Change DW_OP_div and comparison operators to
6517 use signed operands.
6518
6519 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
6520
6521 Per-inferior args and tty and environment.
6522
6523 * infcmd.c (inferior_args): Rename to ...
6524 (inferior_args_scratch): ... this.
6525 (inferior_io_terminal): Rename to ...
6526 (inferior_io_terminal_scratch): ... this.
6527 (inferior_argc, inferior_argv): Remove.
6528 (set_inferior_io_terminal, get_inferior_io_terminal): Store
6529 inside current_inferior().
6530 (set_inferior_tty_command, show_inferior_tty_command): New.
6531 (get_inferior_args, set_inferior_args): Store inside
6532 current_inferior().
6533 (notice_args_set): Likewise and rename to...
6534 (set_args_command): ... this.
6535 (set_inferior_args_vector): Likewise.
6536 (notice_args_read): Rename to...
6537 (show_args_command): ...new.
6538 (tty_command): Remove.
6539 (run_command_1): Don't free old args, as they are freed by
6540 set_inferior_arg now.
6541 (run_no_args_command): Likewise.
6542 (inferior_environ): Remove.
6543 (run_command_1): Use environment of the current inferior.
6544 (environment_info, set_environment_command)
6545 (unset_environment_command, path_info, path_command): Likewise.
6546 (_initialize_infcmd): Adjust for function and variable renames.
6547 Do not init inferior_environ.
6548 * inferior.h (set_inferior_arg): Adjust prototype.
6549 (struct inferior): New fields args, argc, argv, terminal, environment.
6550 (inferior_environ): Remove declaration.
6551 * inferior.c (free_inferior): Free new fields.
6552 (add_inferior_silent): Initialize 'environment' field.
6553 * main.c (captured_main): Set arguments only after the initial
6554 inferior has been created. Set set_inferior_io_terminal,
6555 not tty_command.
6556 * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
6557 inferior.
6558 (_initialize_mi_cmd_env): Adjust for disappearance of global
6559 inferior_environ.
6560 * solib.c (solib_find): Use environment of the current inferior.
6561
6562 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6563
6564 * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
6565 HAVE_PYTHON.
6566 (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
6567
6568 2010-01-20 Joel Brobecker <brobecker@adacore.com>
6569
6570 Get rid of ada-lang.c:function_name_from_pc.
6571 * ada-lang.c: Add "stack.h" #include.
6572 (function_name_from_pc): Delete.
6573 (is_known_support_routine): Replace call to function_name_from_pc
6574 by call to find_frame_funname.
6575 (ada_unhandled_exception_name_addr_from_raise): Likewise.
6576
6577 2010-01-19 Tom Tromey <tromey@redhat.com>
6578
6579 PR c++/11026:
6580 * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
6581 objfile obstack.
6582
6583 2010-01-19 Tom Tromey <tromey@redhat.com>
6584
6585 * top.c (stop_sig, float_handler, do_nothing): Remove.
6586
6587 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6588
6589 * breakpoint.c (watchpoint_check): Check the call
6590 gdbarch_in_function_epilogue_p before calling frame_find_by_id.
6591 Extend the comment.
6592 * config/djgpp/fnchange.lst: Add translations for
6593 watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
6594 watchpoint-cond-gone-stripped.c.
6595
6596 2010-01-19 Tom Tromey <tromey@redhat.com>
6597
6598 PR c++/8000:
6599 * dwarf2read.c (partial_die_parent_scope): Put enumeration type
6600 into parent scope, and enumerator into grandparent scope.
6601
6602 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6603
6604 * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
6605
6606 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6607
6608 * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
6609 i[34567]86-*-solaris2.1[0-9]*.
6610 * configure.tgt: Likewise.
6611
6612 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6613
6614 * NEWS: Document the source command enhancement allowing it
6615 to load Python scripts. Document the "set/show script-extension"
6616 commands.
6617
6618 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6619
6620 Add -Wunused-function to compile flags.
6621 * configure.ac: Add -Wunused-function to build_warnings.
6622 * configure: Regenerate.
6623
6624 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6625
6626 "delete" ada-lex.c:input function, not used.
6627 * ada-lex.l: #define YY_NO_INPUT.
6628
6629 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6630
6631 Delete free_named_symtabs and associated cleanup.
6632 * symfile.h (free_named_symtabs): Delete declaration.
6633 * symfile.c: Remove some commented out code (clear_symtab_users_once).
6634 (cashier_psymtab): Comment function out.
6635 Delete declaration.
6636 (free_named_symtabs): Delete.
6637 * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
6638 * dbxread.c (end_psymtab): Likewise.
6639 * dwarf2read.c (process_psymtab_comp_unit): Ditto.
6640 * exec.c (exec_close_1): Ditto.
6641 * xcoffread.c (xcoff_end_psymtab): Likewise.
6642
6643 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6644
6645 * stack.c (print_block_frame_labels): Comment function out.
6646
6647 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6648
6649 Delete unused or undefined functions.
6650 * breakpoint.c (ep_parse_optional_filename): Delete.
6651 * dcache.c (dcache_write_line): Remove declaration.
6652 * infrun.c (build_infrun): Remove declaration.
6653 * tracepoint.c (tracepoint_save_command): Remove declaration.
6654 * linux-nat.c (init_lwp_list): Delete. No longer used.
6655 * event-loop.c (check_async_signal_handlers): Delete declaration.
6656 * infrun.c (init_execution_control_state): Delete.
6657 (proceed): Update comment to avoid mentioning
6658 init_execution_control_state.
6659 * target.c (kill_or_be_killed, nosupport_runtime): Delete.
6660 * ada-lang.c (ada_to_static_fixed_value): Delete.
6661 * scm-lang.c (evaluate_subexp_scm): Delete declaration.
6662 * cp-namespace.c (cp_copy_usings): Delete.
6663 * xml-syscall.c (xml_number_of_syscalls): Delete.
6664 * progspace.c (find_program_space_by_num): Delete.
6665 * inflow.c (handle_sigio): Delete declaration.
6666 * hppa-tdep.c (hppa_alignof): Delete.
6667 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
6668 (mipsnbsd_core_osabi_sniffer): Delete.
6669
6670 2010-01-18 Tom Tromey <tromey@redhat.com>
6671
6672 PR c++/9680:
6673 * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
6674 (CONST_CAST): New tokens.
6675 (exp): Add new productions.
6676 (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
6677 reinterpret_cast.
6678 (is_cast_operator): New function.
6679 (yylex): Handle cast operators specially.
6680 * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
6681 UNOP_REINTERPRET_CAST>: New cases.
6682 * expprint.c (print_subexp_standard): Likewise.
6683 (op_name_standard): Likewise.
6684 (dump_subexp_body_standard): Likewise.
6685 * parse.c (operator_length_standard): Likewise.
6686 * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
6687 UNOP_REINTERPRET_CAST.
6688 * gdbtypes.c (class_types_same_p): New function.
6689 (is_ancestor): Use it.
6690 (is_public_ancestor): New function.
6691 (is_unique_ancestor_worker): Likewise.
6692 (is_unique_ancestor): Likewise.
6693 * gdbtypes.h (class_types_same_p, is_public_ancestor)
6694 (is_unique_ancestor): Declare.
6695 * valops.c (value_reinterpret_cast): New function.
6696 (dynamic_cast_check_1): Likewise.
6697 (dynamic_cast_check_2): Likewise.
6698 (value_dynamic_cast): Likewise.
6699 * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
6700
6701 2010-01-18 Joel Brobecker <brobecker@adacore.com>
6702
6703 Fix build failure when building without Python support.
6704 * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
6705 is not defined.
6706
6707 2010-01-18 Joel Brobecker <brobecker@adacore.com>
6708
6709 Use XVS field type instead of doing a parallel lookup.
6710 * ada-lang.c (ada_get_base_type): Follow the XVS field type
6711 if it is a reference type instead of doing a type lookup using
6712 the XVS field name.
6713
6714 2010-01-18 Joel Brobecker <brobecker@adacore.com>
6715
6716 Trust PAD types instead of using PAD___XVS.
6717 * ada-lang.c (trust_pad_over_xvs): New static variable.
6718 (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
6719 parallel XVS type, follow the XVS type instead of the PAD type.
6720 (unwrap_value): Make sure that there is no parallel XVE type
6721 before returning the value as is.
6722 (set_ada_list, show_ada_list): New static variables.
6723 (set_ada_command, show_ada_command): New functions.
6724 (_initialize_ada_language): Add new "set/show ada" prefix commands.
6725 Add new "set/show ada trust-PAD-over-XVS" setting.
6726
6727 2010-01-18 Tom Tromey <tromey@redhat.com>
6728 Thiago Jung Bauermann <bauerman@br.ibm.com>
6729
6730 Allow "source" to load python scripts.
6731 * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
6732 * python/python.c (source_python_script): New function.
6733 * python/python.h (source_python_script): Add declaration.
6734 * cli/cli-cmds.c: #include exceptions.h and python/python.h.
6735 (script_ext_off, script_ext_soft, script_ext_strict)
6736 (script_ext_enums, script_ext_mode): New static constants.
6737 (show_script_ext_mode, find_and_open_script): New functions.
6738 (source_script): Enhance to handle Python scripts.
6739 (init_cli_cmds): Add set/show script-extension commands.
6740
6741 2010-01-16 Stan Shebs <stan@codesourcery.com>
6742
6743 * tracepoint.h (struct trace_status): Use unsigned long long
6744 instead of size_t.
6745 * tracepoint.c (trace_status_command): Fix printf directive.
6746 (trace_save_command): Check fwrite returns, fix printf directive.
6747 (trace_filename): New global.
6748 (tfile_open): Set it, check read returns.
6749 (tfile_close): Free trace_filename.
6750 (tfile_get_traceframe_address): Check read returns.
6751 (tfile_trace_find): Ditto.
6752 (tfile_fetch_registers): Ditto.
6753 (tfile_xfer_partial): Ditto.
6754 (tfile_get_trace_state_variable_value): Ditto.
6755
6756 2010-01-15 Stan Shebs <stan@codesourcery.com>
6757
6758 Add trace file support.
6759 * tracepoint.h (enum trace_stop_reason): New enum.
6760 (struct trace_status): New struct.
6761 (parse_trace_status): Declare.
6762 (struct uploaded_tp): Move here from remote.c,
6763 add fields for actions.
6764 (struct uploaded_tsv): New struct.
6765 * tracepoint.c (tfile_ops): New target vector.
6766 (trace_fd): New global.
6767 (tfile_open): New function.
6768 (tfile_close): New function.
6769 (tfile_files_info): New function.
6770 (tfile_get_trace_status): New function.
6771 (tfile_get_traceframe_address): New function.
6772 (tfile_trace_find): New function.
6773 (tfile_fetch_registers): New function.
6774 (tfile_xfer_partial): New function.
6775 (tfile_get_trace_state_variable_value): New function.
6776 (init_tfile_ops): New function.
6777 (_initialize_tracepoint): Call it, add tfile target.
6778 (trace_status): New global.
6779 (current_trace_status): New function.
6780 (trace_running_p): Remove, change all users to get from
6781 current_trace_status()->running.
6782 (get_trace_status): Remove.
6783 (trace_status_command): Call target_get_trace_status directly,
6784 report more detail including tracing stop reasons.
6785 (trace_find_command): Always allow tfind on a file.
6786 (trace_find_pc_command): Ditto.
6787 (trace_find_tracepoint_command): Ditto.
6788 (trace_find_line_command): Ditto.
6789 (trace_find_range_command): Ditto.
6790 (trace_find_outside_command): Ditto.
6791 (trace_frames_offset, cur_offset): Declare as off_t.
6792 (trace_regblock_size): Rename from reg_size, update users.
6793 (parse_trace_status): New function.
6794 (tfile_interp_line): New function.
6795 (disconnect_or_stop_tracing): Ensure current trace
6796 status before asking what to do.
6797 (stop_reason_names): New global.
6798 (trace_save_command): New command.
6799 (get_uploaded_tp): Move here from remote.c.
6800 (find_matching_tracepoint): Ditto.
6801 (merge_uploaded_tracepoints): New function.
6802 (parse_trace_status): Use stop_reason_names.
6803 (_initialize_tracepoint): Define tsave command.
6804 * target.h (target_ops): New fields to_save_trace_data,
6805 to_upload_tracepoints, to_upload_trace_state_variables,
6806 to_get_raw_trace_data, change to_get_trace_status
6807 to take a pointer to a status struct.
6808 (target_save_trace_data): New macro.
6809 (target_upload_tracepoints): New macro.
6810 (target_upload_trace_state_variables): New macro.
6811 (target_get_raw_trace_data): New macro.
6812 * target.c (update_current_target): Add new methods, change
6813 signature of to_get_trace_status.
6814 * remote.c (hex2bin): Make globally visible.
6815 (bin2hex): Ditto.
6816 (remote_download_trace_state_variable): Download name also.
6817 (remote_get_trace_status): Update parameter, use
6818 parse_trace_status.
6819 (remote_save_trace_data): New function.
6820 (remote_upload_tracepoints): New function.
6821 (remote_upload_trace_state_variables): New function.
6822 (remote_get_raw_trace_data): New function.
6823 (remote_start_remote): Use them.
6824 (_initialize_remote_ops): Add operations.
6825 * ax-gdb.c: Include breakpoint.h.
6826 * breakpoint.c (create_tracepoint_from_upload): Use
6827 break_command_really, return tracepoint, warn about unimplemented
6828 parts.
6829 * NEWS: Mention trace file addition.
6830
6831 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6832
6833 Fix compilation warning on gcc-3.4.
6834 * exec.c (print_section_info): Move the `displacement' variable
6835 initialization to its declaration.
6836
6837 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6838
6839 * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
6840 comparison.
6841
6842 2010-01-15 Eric Botcazou <botcazou@adacore.com>
6843
6844 "info tasks" broken by typedefs in ATCB type definitions.
6845 * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
6846 ada_check_typedef before retrieving the length of the type for
6847 regular fields.
6848
6849 2010-01-15 Joel Brobecker <brobecker@adacore.com>
6850
6851 Do not use name-based lookup for unconstrained packed arrays.
6852 * ada-lang.c (find_parallel_type_by_descriptive_type):
6853 Limit the fallback to name-based lookups to the case where
6854 the type is a constrained packed array.
6855
6856 2010-01-15 Joel Brobecker <brobecker@adacore.com>
6857
6858 Enhance gdb-gdb.py to handle main_type.type_specific.
6859 * gdb-gdb.py: Print the type-specific part of struct main_type.
6860
6861 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6862
6863 * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
6864 * configure: Regenerate.
6865 * config.in: Regenerate.
6866 * utils.c: Include sys/resource.h.
6867 (dump_core, can_dump_core): New.
6868 (internal_vproblem): Update the comment. Check can_dump_core while
6869 setting dump_core_p. Replace two abort calls by dump_core calls.
6870
6871 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6872 Eli Zaretskii <eliz@gnu.org>
6873
6874 * NEWS: Document the PIE support.
6875
6876 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6877
6878 * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
6879 (check_is_pie_binary, _initialize_linux_tdep): Remove.
6880
6881 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6882
6883 * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
6884 Replace exec_entry_point call by bfd_get_start_address.
6885
6886 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6887
6888 Support Valgrind attachments broken by the PIE support.
6889 * auxv.c: Include gdbcore.h.
6890 (procfs_xfer_auxv): Make static. Reduce its comment. Drop its
6891 parameters ops, object and annex. Remove their assertions.
6892 (ld_so_xfer_auxv, memory_xfer_auxv): New function.
6893 * auxv.h (procfs_xfer_auxv): Remove comment. Rename to ...
6894 (memory_xfer_auxv): ... here.
6895 * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
6896 memory_xfer_auxv.
6897 * procfs.c (procfs_xfer_partial): Likewise.
6898 * solib-svr4.c (svr4_relocate_main_executable): New prototype.
6899 (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
6900 (svr4_solib_create_inferior_hook): Conditionalize the
6901 svr4_relocate_main_executable call.
6902
6903 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6904
6905 * solib-svr4.c (scan_dyntag): Remove variable dyn_addr. New variable
6906 target_section. Find SECT in current_target_sections, gdb_assert it.
6907 (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
6908 New variable abfd.
6909 * symtab.c (lookup_objfile_from_block): Return the binary file instead
6910 of separate debug info file.
6911
6912 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6913
6914 Support PIEs with no symfile_objfile.
6915 * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
6916 * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
6917
6918 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6919
6920 * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
6921 code part to ...
6922 (svr4_static_exec_displacement): ... a new function.
6923 (svr4_exec_displacement): New function.
6924 (svr4_relocate_main_executable): Call svr4_exec_displacement. Allocate
6925 new_offsets using alloca now. Remove variable old_chain and changed.
6926 Call objfile_relocate unconditionally now.
6927
6928 2010-01-14 Doug Evans <dje@google.com>
6929
6930 * gdbtypes.c (arch_flags_type): Fix comment.
6931 * gdbtypes.h (arch_composite_type): Fix comment.
6932
6933 2009-01-14 Tristan Gingold <gingold@adacore.com>
6934
6935 * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
6936 Call xstrdup for abfd->filename. Pass symfile_flags and objfile flags
6937 to symbol_file_add_from_bfd. Add OSO as separate objfile.
6938 (macho_oso_symfile): Add symfile_flags parameter. Pass it to
6939 macho_add_oso_symfile.
6940 (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
6941
6942 2010-01-14 Joel Brobecker <brobecker@adacore.com>
6943
6944 Tru64: Dead threads are never deleted.
6945 * dec-thread.c (dec_thread_ptid_is_alive): New function.
6946 (dec_thread_count_gdb_threads): Fix counter increment.
6947 (dec_thread_add_gdb_thread): Fix *listp increment.
6948 (resync_thread_list): Fix bug in deletion of dead threads that
6949 caused all threads to be deleted, instead of just the dead ones.
6950
6951 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6952
6953 PR python/10705
6954
6955 * python/python-internal.h: Add lazy_string_object_type
6956 definition.
6957 (create_lazy_string_object, gdbpy_initialize_lazy_string)
6958 (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
6959 * python/py-value.c (valpy_lazy_string): New function.
6960 (convert_value_from_python): Add lazy string conversion.
6961 * python/py-prettyprint.c (pretty_print_one_value): Check if
6962 return is also a lazy string.
6963 (print_string_repr): Add lazy string printing branch.
6964 (print_children): Likewise.
6965 * python/py-lazy-string.c: New file. Implement lazy strings.
6966 * python/python.c (_initialize_python): Call
6967 gdbpy_initialize_lazy_string.
6968 * varobj.c (value_get_print_value): Add lazy string printing
6969 branch. Account for encoding.
6970 * c-lang.c (c_printstr): Account for new encoding argument. If
6971 encoding is NULL, find encoding suited for type, otherwise use
6972 user encoding.
6973 * language.h (language_defn): Add encoding argument.
6974 (LA_PRINT_STRING): Likewise.
6975 * language.c (unk_lang_printstr): Update to reflect new encoding
6976 argument to language_defn.
6977 * ada-lang.h (ada_printstr): Likewise.
6978 * c-lang.h (c_printstr): Likewise.
6979 * p-lang.h (pascal_printstr);
6980 * f-lang.c (f_printstr): Likewise.
6981 * m2-lang.c (m2_printstr): Likewise.
6982 * objc-lang.c (objc_printstr): Likewise.
6983 * p-lang.c (pascal_printstr): Likewise.
6984 * scm-lang.c (scm_printstr): Likewise.
6985 * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
6986 encoding argument.
6987 * ada-valprint.c (ada_printstr): Likewise.
6988 * f-valprint.c (f_val_print): Likewise
6989 * m2-valprint.c (m2_val_print): Likewise.
6990 * p-valprint.c (pascal_val_print): Likewise.
6991 * expprint.c (print_subexp_standard): Likewise.
6992 * valprint.c (val_print_string): Likewise.
6993 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
6994 (SUBDIR_PYTHON_SRCS): Likewise.
6995 (py-lazy-string.o): New rule.
6996
6997 2010-01-13 Doug Evans <dje@google.com>
6998
6999 * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
7000 uninitialized" warning from gcc on local `tree'.
7001
7002 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
7003
7004 Implement core awareness.
7005
7006 * bcache.c (compare_ints): Remove
7007 (print_percentage): Use compare_positive_ints.
7008 * defs.h (compare_positive_ints): Declare.
7009 * linux-nat.h (struct lin_lwp): New field core.
7010 (linux_nat_core_of_thread_1): Declare.
7011 * linux-nat.c (add_lwp): Init the 'core' field.
7012 (linux_nat_wait_1): Record the core.
7013 (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
7014 (linux_nat_add_target): Register the above.
7015 * linux-thread-db.c (update_thread_core): New.
7016 (thread_db_find_new_threads): Update core information for
7017 every thread.
7018 * remote.c (struct private_thread_info): New.
7019 (free_private_thread_info, demand_private_info): New.
7020 (PACKET_qXfer_threads, use_osdata_threads): New.
7021 (struct thread_item, threads_parsing_context
7022 (start_thread, end_thread, thread_attributes)
7023 (thread_children, threads_children, threads_elements): New.
7024 (remote_threads_info): Try qXfer:threads before anything
7025 else.
7026 (remote_protocol_packets): Register qXfer:threads.
7027 (remote_open_1): Init use_osdata_threads.
7028 (struct stop_reply): New field 'core'.
7029 (remote_parse_stop_reply): Parse core number.
7030 (process_stop_reply): Record core number.
7031 (remote_xfer_partial): Handle qXfer:threads.
7032 (remote_core_of_thread): New.
7033 (init_remote_ops): Register remote_core_of_thread.
7034 (_initialize_remote): Register qXfer:read.
7035 * target.c (target_core_of_thread): New
7036 * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
7037 (struct target_ops): New field to_core_of_threads.
7038 (target_core_of_thread): Declare.
7039 * gdbthread.h (struct thread_info): New field private_dtor.
7040 * thread.c (print_thread_info): Report the core.
7041 * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
7042 * utils.c (compare_positive_ints): New.
7043 * features/threads.dtd: New.
7044 * mi/mi-interp.c (mi_on_normal_stop): Report the core.
7045 * mi/mi-main.c (struct collect_cores_data, collect_cores)
7046 (do_nothing, free_vector_of_osdata_items)
7047 (splay_tree_int_comparator, free_splay_tree): New.
7048 (print_one_inferior_data): Implemented printing of selected
7049 inferiors. Collect and print cores.
7050 (output_cores): New.
7051 (mi_cmd_list_thread_groups): Support --recurse. Permit specifying
7052 thread groups together with --available.
7053
7054 2010-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7055
7056 * configure: Regenerate (for _STRUCTURED_PROC).
7057
7058 2010-01-12 Joel Brobecker <brobecker@adacore.com>
7059
7060 Delete dead function.
7061 * ada-lang.c (extract_string): Delete. No longer used.
7062
7063 2010-01-12 Joel Brobecker <brobecker@adacore.com>
7064
7065 Fix -Wunused warning in dec-thread.c.
7066 * dec-thread.c (dec_thread_count_gdb_threads)
7067 (dec_thread_add_gdb_thread): Prevent -Wunused warning.
7068
7069 2010-01-12 Joel Brobecker <brobecker@adacore.com>
7070
7071 * ada-valprint.c (ada_print_floating): Remove trailing space.
7072
7073 2010-01-12 Joel Brobecker <brobecker@adacore.com>
7074
7075 Add support for DW_AT_GNAT_descriptive_type.
7076 * gdbtypes.h (enum type_specific_kind): New enum.
7077 (struct main_type) [type_specific_field]: New component.
7078 [type_specific]: Add new component "gnat_stuff".
7079 (struct gnat_aux_type): New type.
7080 (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
7081 (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
7082 (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
7083 (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
7084 (TYPE_SPECIFIC_FIELD): New macros.
7085 (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
7086 type does not hold any cplus-specific data.
7087 (TYPE_RAW_CPLUS_SPECIFIC): New macro.
7088 (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
7089 (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
7090 cplus-specific data.
7091 * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
7092 Set new component TYPE_SPECIFIC_FIELD (type).
7093 (gnat_aux_default): New constant.
7094 (allocate_gnat_aux_type): New function.
7095 (init_type): Add initialization the type-specific stuff for
7096 TYPE_CODE_FLT and TYPE_CODE_FUNC types.
7097 (print_gnat_stuff): New function.
7098 (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
7099 specific data. Adjust code that prints the contents of the
7100 type-specific union using the TYPE_SPECIFIC_FIELD value.
7101 * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
7102 the type cplus stuff for Ada types.
7103 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
7104 Error out if these routines are called with an Ada type.
7105 (read_structure_type, read_array_type, read_subrange_type):
7106 Add call to set_descriptive_type.
7107 (set_die_type): Initialize the gnat-specific data if necessary.
7108 (need_gnat_info, die_descriptive_type, set_descriptive_type):
7109 New functions.
7110 * ada-lang.c (decode_constrained_packed_array_type): Use
7111 decode_constrained_packed_array_type instead of doing a standard
7112 lookup to locate a parallel type.
7113 (find_parallel_type_by_descriptive_type): New function.
7114 (ada_find_parallel_type_with_name): New function.
7115 (ada_find_parallel_type): Reimplement using
7116 ada_find_parallel_type_with_name.
7117 * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
7118 to check if type has a cplus stuff.
7119 * linespec.c (total_number_of_methods): Likewise.
7120 * mdebugread.c (new_type): Likewise.
7121
7122 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7123
7124 * NEWS: Document the 0b binary number prefix parsing.
7125
7126 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7127
7128 * objfiles.c (objfile_relocate1): Change the return type to int.
7129 Describe the new return value. Return non-zero if data changed.
7130 (objfile_relocate): New variable changed. Set it. Call
7131 breakpoint_re_set depending on CHANGED.
7132
7133 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7134
7135 Implement binary numbers parsing.
7136 * c-exp.y (parse_number): New case 'b' and 'B'.
7137
7138 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7139 Tristan Gingold <gingold@adacore.com>
7140
7141 * solib.c (info_sharedlibrary_command): Replace
7142 objfile_has_partial_symbols and objfile_has_full_symbols calls by
7143 objfile_has_symbols.
7144
7145 2010-01-10 Joel Brobecker <brobecker@adacore.com>
7146
7147 * NEWS: Document the improvements made to the mips-irix port.
7148
7149 2010-01-09 Joel Brobecker <brobecker@adacore.com>
7150
7151 Fix the documentation of valprint.c:value_print.
7152 * valprint.c (value_print): Update the function description to
7153 mention that the syntax of the output follows the current_language,
7154 not necessarily C.
7155
7156 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7157
7158 Fix displacement of separate debug info files.
7159 * objfiles.c (objfile_relocate): Rename to ...
7160 (objfile_relocate1): ... here and make it static. Extend the comment.
7161 (objfile_relocate): New function.
7162 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
7163 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
7164 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
7165 allocated using alloca.
7166 * symfile.c (copy_section_addr_info): Remove.
7167 (build_section_addr_info_from_objfile): Make it global. New variables
7168 addr_bit and mask, use them.
7169 * symfile.h (build_section_addr_info_from_objfile): New prototype.
7170 (copy_section_addr_info): Remove.
7171
7172 2010-01-09 Joel Brobecker <brobecker@adacore.com>
7173
7174 Signal unwinder for mips-irix N32.
7175 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
7176 tramp-frame.h.
7177 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
7178 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
7179 (SIGCONTEXT_LO_OFF): New macros.
7180 (mips_irix_n32_tramp_frame_init): New function.
7181 (mips_irix_n32_tramp_frame): New static constant.
7182 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
7183
7184 2010-01-09 Joel Brobecker <brobecker@adacore.com>
7185
7186 Breakpoint in shared library does not work on mips-irix.
7187 * procfs.c: #include "observer.h".
7188 (procfs_inferior_created): New function, moving here the code
7189 which unsets the syssgi syscall-exit notifications.
7190 (procfs_create_inferior): Remove the code which unsets the syssgi
7191 syscall-exit notifications. It is too early to do this here.
7192 (_initialize_procfs): Attach the procfs_inferior_created observer.
7193
7194 2010-01-09 Joel Brobecker <brobecker@adacore.com>
7195
7196 Wrong return convention for arrays (mips-irix).
7197 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
7198 128 bits or smaller are returned the same way as structs
7199 and unions of the the same size.
7200
7201 2010-01-09 Joel Brobecker <brobecker@adacore.com>
7202
7203 Cannot set the PC on mips-irix.
7204 * irix5-nat.c (fill_gregset): Check regno against the raw PC
7205 register number, no the cooked one.
7206
7207 2010-01-09 Joel Brobecker <brobecker@adacore.com>
7208
7209 Error while loading core file on mips-irix.
7210 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
7211 if debugging from a core file.
7212
7213 2010-01-09 Joel Brobecker <brobecker@adacore.com>
7214
7215 GDB hangs when attaching to process on mips-irix.
7216 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
7217 attaching to a process.
7218
7219 2010-01-09 Joel Brobecker <brobecker@adacore.com>
7220
7221 Use the correct breakpoint instruction on mips-irix.
7222 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
7223 containing the correct breakpoint instruction to use on mips-irix.
7224 Use it when the osabi is GDB_OSABI_IRIX.
7225
7226 2010-01-09 Joel Brobecker <brobecker@adacore.com>
7227
7228 -Wunused warning in procfs.c (mips-irix only).
7229 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
7230 throughout instead of using praddset and prdelset respectively.
7231
7232 2010-01-09 Joel Brobecker <brobecker@adacore.com>
7233
7234 GDB crash while stepping into function.
7235 * infrun.c (handle_inferior_event): Refetch the current frame
7236 after handling what.main_action, in case that pointer became
7237 dangling.
7238
7239 2010-01-09 Joel Brobecker <brobecker@adacore.com>
7240
7241 Fix build failure of solaris-hosted cross debuggers.
7242 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
7243
7244 2010-01-09 Daniel Gutson <dgutson@codesourcery.com>
7245
7246 Fix build failure on sparc-solaris.
7247 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
7248
7249 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7250
7251 Move some symfile code into subroutines.
7252 * symfile.h (relative_addr_info_to_section_offsets)
7253 (addr_info_make_relative): New prototypes.
7254 * symfile.c (default_symfile_offsets): Move a part to ...
7255 (relative_addr_info_to_section_offsets): ... this new function.
7256 (default_symfile_offsets): Call it.
7257 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
7258 this part to ...
7259 (addr_info_make_relative): ... this new function.
7260
7261 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7262
7263 Add from_tty to solib_create_inferior_hook.
7264 * infcmd.c (post_create_inferior): Move solib_add after
7265 solib_create_inferior_hook. Pass from_tty to
7266 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
7267 0 from_tty and comment why.
7268 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
7269 * linux-nat.c (linux_child_follow_fork): Likewise.
7270 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
7271 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
7272 from_tty.
7273 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
7274 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
7275 * solib-null.c (null_solib_create_inferior_hook): Likewise.
7276 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
7277 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
7278 * solib-som.c (som_solib_create_inferior_hook): Likewise.
7279 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
7280 Pass it to svr4_so_ops.solib_create_inferior_hook.
7281 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
7282 from_tty.
7283 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
7284 solib_add.
7285 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
7286 enable_break.
7287 * solib-target.c (solib_target_solib_create_inferior_hook): New
7288 parameter from_tty.
7289 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
7290 it to ops->solib_create_inferior_hook.
7291 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
7292 Move solib_add after solib_create_inferior_hook, call it now with
7293 from_tty as 0. New comment there.
7294 * solib.h (solib_create_inferior_hook): New parameter from_tty.
7295 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
7296 Likewise.
7297
7298 2010-01-08 Vladimir Prus <vladimir@codesourcery.com>
7299
7300 Fix multiexec race.
7301 * infrun.c (handle_inferior_event): Use get_thread_regcache
7302 with events ptid, not get_current_regcache.
7303
7304 2009-01-08 Joel Brobecker <brobecker@adacore.com>
7305
7306 GDB crash with empty executable name (MinGW).
7307 * source.c (openp): Add assert that parameter string is not NULL.
7308 if parameter string is an empty string, then return with a failure
7309 immediately.
7310
7311 2009-01-08 Joel Brobecker <brobecker@adacore.com>
7312
7313 Get rid of support for VAX Floats.
7314 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
7315 (ada_vax_float_print_function): Delete.
7316 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
7317 (ada_vax_float_print_function): Delete.
7318 * ada-typeprint.c (print_vax_floating_point_type): Delete.
7319 (ada_print_type): Remove support for VAX floats.
7320 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
7321
7322 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7323
7324 * stabsread.c (read_args): Handle zero arguments.
7325
7326 2009-01-08 Joel Brobecker <brobecker@adacore.com>
7327
7328 Cannot find in-tree libiconv.a after reconfigure.
7329 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
7330 that we can use, then cache the path to this archive.
7331 * configure: Regenerate.
7332
7333 2010-01-07 Stan Shebs <stan@codesourcery.com>
7334
7335 Make tracepoint operations go through target vector.
7336 * target.h (enum trace_find_type): New enum.
7337 (struct target_ops): New fields to_trace_init,
7338 to_download_tracepoint, to_download_trace_state_variable,
7339 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
7340 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
7341 to_set_disconnected_tracing.
7342 (target_trace_init): New macro.
7343 (target_download_tracepoint): New macro.
7344 (target_download_trace_state_variable): New macro.
7345 (target_trace_start): New macro.
7346 (target_trace_set_readonly_regions): New macro.
7347 (target_get_trace_status): New macro.
7348 (target_trace_stop): New macro.
7349 (target_trace_find): New macro.
7350 (target_get_trace_state_variable_value): New macro.
7351 (target_set_disconnected_tracing): New macro.
7352 * target.c (update_current_target): Inherit and set defaults for
7353 tracepoint operations.
7354 * tracepoint.c (default_collect): Make globally visible.
7355 (target_is_remote): Remove, along with all calls.
7356 (tvariables_info): Call target_get_trace_state_variable_value.
7357 (remote_set_transparent_ranges): Remove.
7358 (trace_start_command): Call target_trace_init,
7359 target_download_tracepoint, etc.
7360 (download_tracepoint): Remove.
7361 (trace_stop_command): Simplify.
7362 (stop_tracing): Call target_trace_stop.
7363 (get_trace_status): Call target_get_trace_status.
7364 (trace_status_command): Add case for targets that cannot trace.
7365 (finish_tfind_command): Change to take numerical arguments, call
7366 target_trace_find.
7367 (trace_find_command): Update call to finish_tfind_command.
7368 (trace_find_pc_command): Ditto.
7369 (trace_find_tracepoint_command): Ditto.
7370 (trace_find_line_command): Ditto.
7371 (trace_find_range_command): Ditto.
7372 (trace_find_outside_command): Ditto.
7373 (set_disconnected_tracing_value): Call
7374 target_set_disconnected_tracing.
7375 * remote.c: Add protocol encoding bits from tracepoint.c.
7376 (trace_error): Move from tracepoint.c.
7377 (remote_get_noisy_reply): Ditto.
7378 (free_actions_list_cleanup_wrapper): Ditto.
7379 (free_actions_list): Ditto.
7380 (remote_trace_init): New function.
7381 (remote_download_tracepoint): New function.
7382 (remote_download_trace_state_variable): New function.
7383 (remote_trace_set_readonly_regions): New function.
7384 (remote_trace_start): New function.
7385 (remote_get_trace_status): New function.
7386 (remote_trace_stop): New function.
7387 (remote_trace_find): New function.
7388 (remote_download_trace_state_variable): New function.
7389 (remote_set_disconnected_tracing): New function.
7390 (init_remote_ops): Add tracepoint operations.
7391
7392 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
7393
7394 2010-01-07 Tristan Gingold <gingold@adacore.com>
7395
7396 * symfile.c (build_section_addr_info_from_objfile): New function.
7397 (symbol_file_add_separate): Don't use offsets from objfile but
7398 built an addr info.
7399
7400 2010-01-06 Stan Shebs <stan@codesourcery.com>
7401
7402 Support disconnected tracing.
7403 * infcmd.c (detach_command): Ask whether to stop tracing.
7404 * cli/cli-cmds.c (quit_command): Ditto.
7405 * breakpoint.h (struct breakpoint): New field number_on_target.
7406 * breakpoint.c (create_tracepoint_from_upload): New function.
7407 (get_tracepoint_by_number_on_target): New function.
7408 * remote.c (struct remote): New field disconnected_tracing.
7409 (remote_disconnected_tracing_feature): New function.
7410 (remote_protocol_features): Add DisconnectedTracing.
7411 (struct uploaded_tp): New struct.
7412 (uploaded_tps): New global.
7413 (get_uploaded_tp): New function.
7414 (find_matching_tracepoint): New function.
7415 (remote_get_tracing_state): New function.
7416 (remote_start_remote): Call it.
7417 * tracepoint.c (disconnected_tracing): New global.
7418 (trace_start_command): Initialize number_on_target.
7419 (stop_tracing): New function, split out from...
7420 (trace_stop_command): Call stop_tracing.
7421 (get_trace_status): New function, split out from...
7422 (trace_status_command): Call get_trace_status, add info on
7423 disconnection behavior.
7424 (disconnect_or_stop_tracing): New function.
7425 (finish_tfind_command): Translate from number on target.
7426 (trace_find_tracepoint_command): Translate to number on target.
7427 (send_disconnected_tracing_value): New function.
7428 (set_disconnected_tracing): New function.
7429 (_initialize_tracepoint): Add disconnected-tracing variable.
7430 * NEWS: Mention disconnected tracing.
7431
7432 2010-01-06 Tristan Gingold <gingold@adacore.com>
7433
7434 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
7435 parameter to main_objfile. Iterate on all separate debug objfiles.
7436 * symfile.h (symbol_file_add_separate)
7437 (find_separate_debug_file_by_debuglink): Remove parameter names.
7438 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
7439 (reread_symbols): Use free_objfile_separate_debug.
7440 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
7441 Adjust comment.
7442 (objfile_separate_debug_iterate, add_separate_debug_objfile)
7443 (free_objfile_separate_debug): New prototypes.
7444 * objfiles.c (objfile_separate_debug_iterate): New function.
7445 (add_separate_debug_objfile, free_objfile_separate_debug): New
7446 functions.
7447 (free_objfile): Use free_objfile_separate_debug. Adjust for
7448 multiple separate debug objfile.
7449 (objfile_has_symbols): Adjust comment. Iterate on all separate
7450 debug objfiles.
7451 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
7452 debug objfile.
7453 (lookup_minimal_symbol_text): Ditto.
7454 (lookup_minimal_symbol_by_pc_name): Ditto.
7455 (lookup_minimal_symbol_solib_trampoline): Ditto.
7456 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
7457 debug objfiles.
7458
7459 2010-01-05 Stan Shebs <stan@codesourcery.com>
7460
7461 Add fast tracepoints.
7462 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
7463 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
7464 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
7465 * breakpoint.c (tracepoint_type): New function.
7466 (ALL_TRACEPOINTS): Use it.
7467 (should_be_inserted): Ditto.
7468 (bpstat_check_location): Ditto.
7469 (print_one_breakpoint_location): Ditto.
7470 (user_settable_breakpoint): Ditto.
7471 (set_breakpoint_location_function): Ditto.
7472 (disable_breakpoints_in_shlibs): Ditto.
7473 (delete_trace_command): Ditto.
7474 (print_it_typical): Add bp_fast_tracepoint case.
7475 (bpstat_what): Ditto.
7476 (print_one_breakpoint_location): Ditto.
7477 (allocate_bp_location): Ditto.
7478 (mention): Ditto.
7479 (breakpoint_re_set_one): Ditto.
7480 (disable_command): Ditto.
7481 (enable_command): Ditto.
7482 (check_fast_tracepoint_sals): New function.
7483 (break_command_really): Call it.
7484 (ftrace_command): New function.
7485 (_initialize_breakpoint): Add ftrace command.
7486 * gdbarch.sh (fast_tracepoint_valid_at): New.
7487 * gdbarch.h, gdbarch.c: Regenerate.
7488 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
7489 (i386_gdbarch_init): Use it.
7490 * remote.c (struct remote_state): New field fast_tracepoints.
7491 (PACKET_FastTracepoints): New packet config type.
7492 (remote_fast_tracepoint_feature): New function.
7493 (remote_protocol_features): Add FastTracepoints.
7494 (remote_supports_fast_tracepoints): New function.
7495 (_initialize_remote): Add FastTracepoints.
7496 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
7497 * NEWS: Mention fast tracepoints.
7498
7499 2010-01-06 Joel Brobecker <brobecker@adacore.com>
7500
7501 * gdb-gdb.py: New file.
7502
7503 2010-01-05 Michael Snyder <msnyder@vmware.com>
7504
7505 * infrun.c (handle_inferior_event): Fix typo in comment.
7506
7507 2010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7508
7509 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
7510
7511 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
7512
7513 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
7514 and s390x-linux64.
7515 (s390-linux32-expedite): Define.
7516 (s390-linux64-expedite): Define.
7517 (s390x-linux64-expedite): Define.
7518 * features/s390-acr.xml: New file.
7519 * features/s390-fpr.xml: New file.
7520 * features/s390-core32.xml: New file.
7521 * features/s390-core64.xml: New file.
7522 * features/s390x-core64.xml: New file.
7523 * features/s390-linux32.xml: New file.
7524 * features/s390-linux64.xml: New file.
7525 * features/s390x-linux64.xml: New file.
7526 * features/s390-linux32.c: New generated file.
7527 * features/s390-linux64.c: New generated file.
7528 * features/s390x-linux64.c: New generated file.
7529
7530 * regformats/s390-linux32.dat: New generated file.
7531 * regformats/s390-linux64.dat: New generated file.
7532 * regformats/s390x-linux64.dat: New generated file.
7533 * regformats/reg-s390.dat: Remove.
7534 * regformats/reg-s390x.dat: Remove.
7535
7536 * s390-nat.c: Include "auxv.h" and <elf.h>.
7537 (HWCAP_S390_HIGH_GPRS): Define if undefined.
7538 (s390_target_wordsize): New function.
7539 (s390_auxv_parse): Likewise.
7540 (s390_get_hwcap): Likewise.
7541 (s390_read_description): Likewise.
7542 (_initialize_s390_nat): Install s390_auxv_parse and
7543 s390_read_description.
7544
7545 * s390-tdep.c: Include "features/s390-linux32.c",
7546 "features/s390-linux64.c", and "features/s390x-linux64.c".
7547 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
7548 (s390_register_call_saved): New function.
7549 (s390_register_name): Remove.
7550 (s390_register_type): Remove.
7551 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
7552 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
7553 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
7554 (s390_pseudo_register_name): New function.
7555 (s390_pseudo_register_type): New function.
7556 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
7557 Handle full GPR pesudos and varying pseudo register numbers.
7558 (s390_pseudo_register_write): Likewise
7559 (s390x_pseudo_register_read): Remove.
7560 (s390x_pseudo_register_write): Likewise.
7561 (s390_register_group): Remove.
7562 (s390_pseudo_register_group): New function.
7563 (s390_regmap_gregset): Add GPR upper halves.
7564 (s390x_regmap_gregset): Likewise.
7565 (s390_regmap_fpregset): Likewise.
7566 (s390_regmap_upper): New global variable.
7567 (s390_upper_regset): New global variable.
7568 (s390_upper_regset_sections): New global variable.
7569 (s390_regset_from_core_section): Handle GPR upper halves.
7570 (s390_core_read_description): New function.
7571 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
7572 register information. Handle varying pseudo register numbers.
7573 (s390_backchain_frame_unwind_cache): Likewise.
7574 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
7575 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
7576 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
7577 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
7578 Handle varying pseudo register numbers.
7579 (s390_unwind_pc): Handle varying pseudo register numbers.
7580 (s390_dwarf2_prev_register): New function.
7581 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
7582 register information. Handle varying pseudo register numbers.
7583 Install s390_dwarf2_prev_register to unwind full GPRs.
7584 (s390_gdbarch_init): Handle target descriptions. Assign varying
7585 pseudo register numbers. Install s390_adjust_frame_regnum.
7586 (_initialize_s390_tdep): Initialize target descriptions.
7587
7588 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
7589 (S390_NUM_REGS): Redefine to include upper half registers.
7590 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
7591 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
7592 (tdesc_s390_linux32): Add declaration.
7593 (tdesc_s390_linux64): Likewise.
7594 (tdesc_s390x_linux64): Likewise.
7595
7596 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
7597
7598 * regset.h (struct core_regset_section): Add HUMAN_NAME.
7599 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
7600 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
7601 (ppc_linux_vmx_regset_sections): Likewise.
7602 (ppc_linux_fp_regset_sections): Likewise.
7603
7604 * corelow.c (get_core_register_section): Constify arguments.
7605 (get_core_registers): Use gdbarch_core_regset_sections instead
7606 of hard-coded platform-specific register section names.
7607
7608 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
7609
7610 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
7611 a register, assume the least-significant part is used.
7612 (write_pieced_value): Likewise.
7613
7614 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
7615
7616 * printcmd.c: Include "arch-utils.h".
7617 (do_one_display): Re-parse expression if current architecture changed.
7618
7619 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7620 Joel Brobecker <brobecker@adacore.com>
7621
7622 * gdbtypes.c (check_typedef): New comment on type length.
7623 * value.c (allocate_value_lazy): Remove the unused atype variable. New
7624 comment on type length.
7625 (value_primitive_field): Keep the original TYPE value, new comment.
7626
7627 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7628
7629 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
7630 p_start. Change != comparisons to > and < comparisons.
7631
7632 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7633
7634 * cli/cli-script.c (process_next_line): Check P2 overrun.
7635
7636 2009-01-01 Joel Brobecker <brobecker@adacore.com>
7637
7638 Update the copyright hearder to add year 2010 for most GDB files.
7639
7640 2009-01-01 Joel Brobecker <brobecker@adacore.com>
7641
7642 Fix build failure in inf-ptrace.c.
7643 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
7644
7645 2010-01-01 Joel Brobecker <brobecker@adacore.com>
7646
7647 * top.c (print_gdb_version): Update copyright year.
7648
7649 2010-01-01 Joel Brobecker <brobecker@adacore.com>
7650
7651 Fix break *FUN'address thread NUM.
7652 * ada-lex.l (task): Expand rule to also match the thread keyword.
7653
7654 2010-01-01 Joel Brobecker <brobecker@adacore.com>
7655
7656 Fix break *FUN'address task NUM.
7657 * ada-lex.l (task): New rule.
7658 * ada-lang.c (valid_task_id): Make sure the Ada task list has
7659 been built before using it.
7660
7661 For older changes see ChangeLog-2009.
7662 \f
7663 Local Variables:
7664 mode: change-log
7665 left-margin: 8
7666 fill-column: 74
7667 version-control: never
7668 coding: utf-8
7669 End:
This page took 0.214823 seconds and 4 git commands to generate.