* gdbtypes.c (create_string_type): Receive character type as argument.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
2
3 * gdbtypes.c (create_string_type): Receive character type as argument.
4 * gdbtypes.h (create_string_type): Add character type argument.
5 * dwarf2read.c (read_tag_string_type): Pass character type to
6 create_string_type.
7
8 * value.h (value_string): Add character type argument.
9 * valops.c (value_string): Add character type argument. Pass it to
10 create_string_type. Do not allocate space in inferior.
11 * valarith.c (value_concat): Pass character type to value_string.
12
13 * value.h (value_typed_string): Rename to ...
14 (value_cstring): ... this.
15 * valops.c (value_typed_string): Rename to ...
16 (value_cstring): ... this.
17 * c-lang.c (evaluate_subexp_c): Update.
18
19 * python/python-value.c (builtin_type_pychar): New define.
20 (convert_value_from_python): Call value_cstring instead
21 of value_from_string.
22 * value.c (value_from_string): Remove.
23 * value.h (value_from_string): Remove.
24
25 * eval.c (evaluate_subexp_standard): Pass character type to
26 value_string. Pass expression architecture to value_nsstring
27 and lookup_child_selector.
28 * objc-lang.h (lookup_objc_class): Add GDBARCH parameter.
29 (lookup_child_selector): Likewise.
30 (value_nsstring): Likewise.
31 * objc-lang.c (lookup_objc_class): Add GDBARCH parameter.
32 Pass character type to value_string..
33 (lookup_child_selector): Likewise.
34 (value_nsstring): Add GDBARCH parameter, use it instead of
35 objfile architecture. Pass architecture to lookup_objc_class
36 and lookup_child_selector. Pass character type to value_string.
37 (end_msglist): Pass architecture to lookup_objc_class.
38 * objc-exp.y: Pass architecture to lookup_objc_class.
39
40 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
41
42 * gdbtypes.h (struct language_defn): Add forward declaration.
43 (lookup_typename): Add LANGUAGE and GDBARCH parameters.
44 (lookup_unsigned_typename): Likewise.
45 (lookup_signed_typename): Likewise.
46 * gdbtypes.c (lookup_typename): Add LANGUAGE and GDBARCH parameters.
47 Use them instead of current_language and current_gdbarch.
48 (lookup_unsigned_typename): Add LANGUAGE and GDBARCH parameters.
49 Pass them to lookup_typename.
50 (lookup_signed_typename): Likewise.
51
52 * c-exp.y: Pass parse_language and parse_gdbarch to
53 lookup_unsigned_typename and lookup_signed_typename.
54 * objc-exp.y: Likewise.
55 * m2-exp.y: Pass parse_language and parse_gdbarch to lookup_typename.
56
57 * c-lang.c (evaluate_subexp_c): Pass expression language and
58 gdbarch to lookup_typename.
59 * printcmd.c (printf_command): Pass current language and
60 gdbarch to lookup_typename.
61 * python/python-type.c (typy_lookup_typename): Likewise.
62 Include "language.h".
63
64 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
65
66 * sparc64-nat.c (sparc64_gregset_supplies_p): Add GDBARCH parameter.
67 Use it instead of current_gdbarch. Pass architecture to
68 sparc32_gregset_supplies_p.
69 (sparc64_fpregset_supplies_p): Add GDBARCH parameter. Use it instead
70 of current_gdbarch. Pass architecture to sparc32_fpregset_supplies_p.
71 * sparc64nbsd-nat.c (sparc64nbsd_gregset_supplies_p,
72 sparc64nbsd_fpregset_supplies_p): Likewise.
73 * sparc-nat.c (sparc_gregset_supplies_p, sparc_fpregset_supplies_p):
74 Add GDBARCH parameter.
75 (sparc32_gregset_supplies_p, sparc32_fpregset_supplies_p): Likewise.
76 (sparc_fetch_inferior_registers): Pass regcache architecture to
77 sparc_gregset_supplies_p and sparc_fpregset_supplies_p.
78 (sparc_store_inferior_registers): Likewise.
79 * sparc-nat.h (sparc_gregset_supplies_p, sparc_fpregset_supplies_p:
80 Add GDBARCH parameter.
81 (sparc32_gregset_supplies_p, sparc32_fpregset_supplies_p): Likewise.
82
83 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
84
85 * ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead
86 of current_gdbarch.
87 * aix-thread.c (pd_enable): Likewise.
88 * amd64-linux-nat.c (ps_get_thread_area): Likewise.
89 * bsd-uthread.c (bsd_uthread_activate): Likewise.
90 * linux-nat.c (linux_nat_info_proc_cmd): Likewise.
91 * linux-thread-db.c (enable_thread_event): Likewise.
92 * monitor.c (monitor_write_memory, monitor_read_memory): Likewise.
93 * nto-procfs.c (procfs_open): Likewise.
94 * procfs.c (invalidate_cache, procfs_insert_watchpoint,
95 info_proc_mappings, info_mappings_callback): Likewise.
96 * record.c (record_open): Likewise.
97 * rs6000-nat.c (ARCH64): Likewise.
98 * solib-darwin.c (darwin_solib_create_inferior_hook): Likewise.
99 (darwin_bfd_open): Likewise.
100 * memattr.c (mem_info_command): Likewise.
101
102 * windows-nat.c (win32_resume): Use current regcache architecture
103 instead of current_gdbarch.
104
105 * dbug-rom.c (dbug_regname): Remove check against number of
106 registers in current_gdbarch.
107 * solib-pa64.c (read_dynamic_info): Remove unused variable.
108
109 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
110
111 * dummy-frame.c (deprecated_pc_in_call_dummy): Add GDBARCH parameter,
112 use it instead of current_gdbarch.
113 * frame.h (deprecated_pc_in_call_dummy): Add GDBARCH parameter.
114 * arm-tdep.c (arm_skip_prologue): Pass architecture to
115 deprecated_pc_in_call_dummy.
116
117 * symtab.c (skip_prologue_using_sal): Add GDBARCH parameter.
118 Use it instead of current_gdbarch.
119 * symtab.h (skip_prologue_using_sal): Add GDBARCH parameter.
120 * breakpoint.c (expand_line_sal_maybe): Pass architecture to
121 skip_prologue_using_sal.
122 * arm-tdep.c (skip_prologue_using_sal): Likewise.
123 * lm32-tdep.c (lm32_skip_prologue): Likewise.
124 * m32-tdep.c (m32c_skip_prologue): Likewise.
125 * mips-tdep.c (mips_skip_prologue): Likewise.
126 * moxie-tdep.c (moxie_skip_prologue): Likewise.
127 * mt-tdep.c (mt_frame_unwind_cache): Likewise.
128 * rs6000-tdep.c (rs6000_skip_prologue): Likewise.
129 * frv-tdep.c (frv_analyze_prologue): Add GDBARCH parameter, pass
130 it to skip_prologue_using_sal. Update call sites ...
131 (frv_skip_prologue, frv_frame_unwind_cache): ... here.
132
133 * mn10300-tdep.c (struct mn10300_prologue): Add GDBARCH member.
134 (check_for_saved): Use it instead of current_gdbarch.
135 (mn10300_analyze_prologue): Set it.
136
137 * value.c (using_struct_return): Add GDBARCH parameter. Use it
138 instead of current_gdbarch.
139 * value.h (using_struct_return): Add GDBARCH parameter.
140 * eval.c (evaluate_subexp_standard): Pass architecture to
141 using_struct_return.
142 * infcall.c (call_function_by_hand): Likewise.
143 * stack.c (return_command): Likewise.
144 * sparc-tdep.c (sparc32_push_dummy_code): Likewise.
145
146 * symtab.c (in_prologue): Add GDBARCH parameter. Use it instead of
147 current_gdbarch.
148 * symtab.h (in_prologue): Add GDBARCH parameter.
149 * infrun.c (handle_inferior_event): Pass architecture to in_prologue.
150
151 * eval.c (evaluate_subexp_standard): Use expression architecture
152 instead of current_gdbarch.
153
154 * c-lang.c (evaluate_subexp_c): Use expression architecture and
155 language instead of current_gdbarch and current_language.
156
157 * printcmd.c (do_one_display): Use expression architecture instead
158 of current_gdbarch.
159
160 * infcmd.c (print_return_value): Use architecture of stop_regcache
161 instead of current_gdbarch.
162 (print_vector_info, print_float_info): Remove GDBARCH argument,
163 use frame architecture instead.
164 (vector_info, float_info): Update calls.
165
166 * objc-lang.c (objc_skip_trampoline): Use frame architecture
167 instead of current_gdbarch.
168
169 * parse.c (write_dollar_variable): Use parse architecture instead
170 of current_gdbarch.
171
172 * source.c (line_info): Use objfile architecture instead of
173 current_gdbarch.
174
175 * symtab.c (find_function_start_sal): Use gdbarch instead of
176 current_gdbarch.
177 (print_msymbol_info): Use objfile architecture instead of
178 current_gdbarch.
179
180 * valops.c (value_assign): Use frame architecture instead of
181 current_gdbarch.
182
183 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
184
185 * buildsym.c (record_line): Remove call to gdbarch_addr_bits_remove.
186
187 * coffread.c (coff_symtab_read): Call gdbarch_addr_bits_remove before
188 calling record_line.
189 (enter_linenos): Likewise.
190 * dbxread.c (process_one_symbol): Likewise.
191 * dwarf2read.c (dwarf_decode_lines): Likewise.
192 * mdebugread.c (psymtab_to_symtab_1): Likewise.
193 * xcoffread.c (enter_line_range): Likewise.
194
195 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
196
197 * ax-gdb.c (gen_bitfield_ref): Add EXP argument, use expression
198 architecture instead of current_gdbarch.
199 (gen_struct_ref): Add EXP argument, pass to get_bitfield_ref.
200 (gen_expr): Pass expression to get_struct_ref.
201
202 * symtab.h (struct symbol_ops): Add GDBARCH parameter to
203 tracepoint_var_ref callback.
204 * ax-gdb.c (gen_var_ref): Pass architecture to tracepoint_var_ref
205 symbol operation callback.
206 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Add GDBARCH parameter.
207 Use it instead of current_gdbarch.
208 (locexpr_tracepoint_var_ref): Add GDBARCH parameter. Pass it to
209 dwarf2_tracepoint_var_ref.
210 (loclist_tracepoint_var_ref): Likewise.
211
212 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
213
214 * prologue-value.c (make_pv_area): Add ADDR_BIT argument.
215 Use it instead of address bits of current_gdbarch.
216 * prologue-value.c (make_pv_area): Add ADDR_BIT argument.
217 * arm-tdep.c (thumb_analyze_prologue): Pass address bits to
218 make_pv_area.
219 (arm_scan_prologue): Likewise.
220 * m32c-tdep.c (m32c_analyze_prologue): Likewise.
221 * mep-tdep.c (mep_analyze_prologue): Likewise.
222 * mn10300-tdep.c (mn10300_analyze_prologue): Likewise.
223 * s390-tdep.c (s390_analyze_prologue): Likewise.
224
225 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
226
227 * mi/mi-main.c (mi_cmd_data_list_register_names): Use selected
228 frame architecture instead of current_gdbarch.
229 (mi_cmd_data_list_changed_registers): Likewise.
230 (mi_cmd_data_list_register_values): Likewise. Pass selected
231 frame to get_register.
232 (get_register): Add FRAME argument, use it as frame to retrieve
233 registers from (instead of selected frame). Use frame architecture
234 instead of current_gdbarch.
235 (mi_cmd_data_write_register_values): Use current regcache
236 architecture instead of current_gdbarch.
237
238 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
239
240 * tui/tui-regs.c (tui_show_register_group): Remove GDBARCH parameter;
241 use frame architecture instead. Replace current_gdbarch uses.
242 (tui_show_registers): Update call.
243 (tui_get_register): Remove GDBARCH parameter; use frame architecture
244 instead.
245 (tui_show_register_group): Update call.
246 (tui_check_register_values): Likewise.
247 (tui_register_format): Remove GDBARCH parameter; use frame
248 architecture instead. Replace current_gdbarch uses.
249 (tui_get_register): Update call.
250
251 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
252
253 * gdbarch.sh (construct_inferior_arguments): Remove.
254 * gdbarch.c, gdbarch.h: Regenerate.
255 * infcmd.c (get_inferior_args): Call construct_inferior_arguments
256 directly instead of gdbarch_construct_inferior_arguments.
257 (construct_inferior_arguments): Remove GDBARCH argument.
258 * inferior.h (construct_inferior_arguments): Likewise.
259
260 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
261
262 * symfile.c (section_is_mapped): Use objfile architecture instead
263 of current_gdbarch.
264 (TARGET_LONG_BYTES): Remove.
265 (read_target_long_array): Add SIZE argument. Use it instead of
266 TARGET_LONG_BYTES.
267 (simple_read_overlay_table): Retrieve long size from objfile
268 architecture; pass it to read_target_long_array.
269 (simple_read_overlay_region_table): Likewise.
270 (simple_overlay_update_1): Likewise.
271
272 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
273
274 * infrun.c (cleanup_displaced_step_closure): Remove.
275 (displaced_step_clear_cleanup): Move to before displaced_step_prepare.
276 (displaced_step_prepare): Use displaced_step_clear_cleanup instead
277 of cleanup_displaced_step_closure.
278 (handle_inferior_event, keep_going): Use thread architecture instead
279 of current_gdbarch.
280
281 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
282
283 * infrun.c (handle_inferior_event): Use current frame architecture
284 or thread architecture instead of current_gdbarch. Pass to
285 handle_step_into_function and handle_step_into_function_backward.
286 (handle_step_into_function): Add GDBARCH parameter. Use it instead
287 of current_gdbarch.
288 (handle_step_into_function_backward): Likewise.
289 (insert_step_resume_breakpoint_at_frame): Use frame architecture
290 instead of current_gdbarch.
291 (insert_step_resume_breakpoint_at_caller): Likewise.
292
293 2009-06-17 Pierre Muller <muller@ics.u-strasbg.fr>
294 Pedro Alves <pedro@codesourcery.com>
295
296 * infcmd.c (post_create_inferior): Call breakpoint_re_set after target
297 is pushed for watchpoint promotion to hardware watchpoint.
298
299 2009-06-16 Paul Pluzhnikov <ppluzhnikov@google.com>
300
301 * dwarf2read.c (dwarf_info_section, dwarf_abbrev_section)
302 (dwarf_line_section, dwarf_pubnames_section, dwarf_aranges_section)
303 (dwarf_loc_section, dwarf_macinfo_section, dwarf_str_section)
304 (dwarf_ranges_section, dwarf_frame_section)
305 (dwarf_eh_frame_section): Removed.
306 (dwarf2_resize_section): Likewise.
307 (dwarf2_read_section): Now static, use bfd_mmap() if possible.
308 (dwarf2_get_section_info): New function.
309 (munmap_section_buffer): Likewise.
310 (dwarf2_per_objfile_cleanup): Likewise.
311 (section_is_p): Signature change.
312 * dwarf2-frame.c (dwarf2_build_frame_info): Use
313 dwarf2_get_section_info instead of dwarf2_read_section.
314
315 2009-06-16 Paul Pluzhnikov <ppluzhnikov@google.com>
316
317 * solib.c (symbol_add_stub): New FLAGS parameter.
318 (solib_read_symbols): FROM_TTY -> FLAGS, call symbol_add_stub
319 directly.
320 (solib_add): Defer breakpoint_re_set until after all solibs.
321 * bsd-uthread.c (bsd_uthread_solib_loaded): Adjust.
322 * rs6000-nat.c (objfile_symbol_add): Adjust.
323 * symfile.c (syms_from_objfile): Merge parameters into ADD_FLAGS.
324 (new_symfile_objfile): Likewise.
325 (symbol_file_add_with_addrs_or_offsets): Likewise.
326 (symbol_file_add_from_bfd): Likewise.
327 (symbol_file_add): Likewise.
328 * symfile.h (enum symfile_add_flags): New. Adjust prototypes.
329 * symfile-mem.c (symbol_file_add_from_memory): Adjust.
330 * windows-nat.c (safe_symbol_file_add_stub): Adjust.
331 * machoread.c (macho_oso_symfile, macho_symfile_read): Adjust.
332
333 2009-06-16 Keith Seitz <keiths@redhat.com>
334
335 * linespec.c (collect_methods): Delete.
336 (add_matching_methods): Reove destructor special case.
337 (find_method): Call find_methods directly instead of
338 collect_methods.
339 * valops.c (value_struct_elt): Remove destructor
340 special cases.
341 (check_field): Likewise.
342 (value_struct_elt_for_reference): Likewise.
343 (destructor_name_p): Remove misleading comment about dtors
344 being "special cases".
345 * gdbtypes.h (get_destructor_fn_field): Remove. No longer needed.
346 * gdbtypes.c (get_destructor_fn_field): Likewise.
347
348 2009-06-16 Pedro Alves <pedro@codesourcery.com>
349
350 * mi/mi-main.c (mi_cmd_data_read_memory): Dispatch
351 TARGET_OJECT_MEMORY reads to the topmost target, not to the
352 flattened current_target.
353
354 2009-06-16 Tristan Gingold <gingold@adacore.com>
355
356 * avr-tdep.c (struct gdbarch_tdep): Replace the unused field with
357 call_length field.
358 (avr_register_name): Add const to register_names.
359 (avr_scan_arg_moves): Move inside avr_scan_prologue.
360 (avr_scan_prologue): Add pc_end argument.
361 Only read prologue bytes that can be read.
362 Limit the scan to the known prologue length.
363 Makes pattern variables static and const.
364 Fix indentation.
365 (avr_skip_prologue): Pass func_end argument to avr_scan_prologue.
366 Fix indentation.
367 (avr_breakpoint_from_pc): Constify avr_break_insn.
368 (avr_extract_return_value): Fix function comment.
369 (avr_frame_unwind_cache): Fix GNU style violations.
370 Pass current_pc argument to avr_scan_prologue to stop prologue
371 analysis to the current pc. This fixes the bug with the 'next'
372 command.
373 Correctly set the SP register of the previous frame (use call_length).
374 (avr_frame_prev_register): Fix indentation.
375 Correctly read PC from the stack on avr6 architectures.
376 (avr_push_dummy_call): Fix indentation.
377 (avr_gdbarch_init): Set call_length according to the architecture.
378
379 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
380
381 * infcall.c (show_unwind_on_terminating_exception_p): New
382 function.
383 (call_function_by_hand): Create breakpoint and clean-up call for
384 std::terminate.breakpoint. Add unwind_on_terminating_exception_p
385 gate. Pop frame on breakpoint hit.
386 (_initialize_infcall): Add add_setshow_boolean_cmd for
387 unwind-on-terminating-exception.
388
389 2009-06-12 Kevin Buettner <kevinb@redhat.com>
390
391 * dwarf2read.c (dwarf2_psymtab_to_symtab): Propagate
392 `has_section_at_zero' flag from stripped objfile to separate,
393 debug info only, objfile.
394
395 2009-06-12 Pedro Alves <pedro@codesourcery.com>
396
397 * exec.h (section_table_xfer_memory_partial): Improve description,
398 mention SECTION_NAME.
399 * exec.c (section_table_xfer_memory_partial): Remove stale
400 description.
401
402 2009-06-11 Aleksandar Ristovski <aristovski@qnx.com>
403
404 * nto-tdep.h (nto_generic_supply_gpregset)
405 (nto_generic_supply_fpregset, nto_generic_supply_altregset): Remove.
406 * nto-tdep.c (nto_generic_supply_gpregset)
407 (nto_generic_supply_fpregset, nto_generic_supply_altregset): Remove.
408
409 2009-06-11 Aleksandar Ristovski <aristovski@qnx.com>
410
411 * i386-nto-tdep.c (I386_NTO_SIGCONTEXT_OFFSET): Remove define.
412 (i386nto_sigcontext_addr): Change the way context address is calculated.
413 (i386nto_init_abi): Remove usage of deprecated sc_reg_offset and
414 sc_sp_offset and set sc_reg_offset and sc_num_regs.
415
416 2009-06-11 Aleksandar Ristovski <aristovski@qnx.com>
417
418 * i386-nto-tdep.c (i386_nto_target): Remove definition.
419 (init_i386nto_ops): Use macros to set fields to global
420 current_nto_target directly.
421 (i386nto_init_abi): Remove unused nto_set_target call.
422 * nto-tdep.h (nto_set_target): Remove unused declaration.
423 * nto-tdep.c (nto_set_target): Remove unused function.
424
425 2009-06-11 Pedro Alves <pedro@codesourcery.com>
426
427 * breakpoint.c (break_command_really): Rename local variable
428 breakpoint_chain to bkpt_chain.
429
430 2009-06-11 Aleksandar Ristovski <aristovski@qnx.com>
431
432 Add support for XMM registers.
433 * i386-nto-tdep.c (i386nto_regset_id): Add case for SSE register set.
434 (i386nto_register_area): Correctly calculate offsets and sizes for
435 all supported registers.
436
437 2009-06-11 Tom Tromey <tromey@redhat.com>
438
439 * eval.c (evaluate_subexp_standard) <OP_OBJC_MSGCALL>: Remove
440 'static' from local variable definitions.
441
442 2009-06-11 Pedro Alves <pedro@codesourcery.com>
443
444 * symtab.c (append_expanded_sal): Remove unused local variables.
445
446 2009-06-11 Pedro Alves <pedro@codesourcery.com>
447
448 * infrun.c (sched_multi): New global.
449 (resume): If sched_multi is set, resume only threads of the
450 current inferior.
451 (prepare_to_proceed): Don't switch over to wait_ptid if we're
452 resuming a different inferior, and sched_multi is off.
453 (show_schedule_multiple): New.
454 (_initialize_infrun): Register new "set schedule-multiple" command.
455 * inferior.h (sched_multi): Declare.
456 * NEWS: Mention new "schedule-multiple" setting.
457
458 2009-06-11 Pedro Alves <pedro@codesourcery.com>
459
460 * varobj.c (varobj_create): Properly restore the selected frame.
461
462 2009-06-05 Tom Tromey <tromey@redhat.com>
463
464 * inferior.c (print_inferior): Make a table, not a list. Emit
465 table headers.
466
467 2009-06-10 Jonas Maebe <jonas.maebe@elis.ugent.be>
468
469 * darwin-nat.c (darwin_stop_inferior): Pass 0 as options to
470 darwin_wait (blocking wait).
471 (darwin_kill_inferior): Likewise.
472
473 2009-06-10 Pedro Alves <pedro@codesourcery.com>
474
475 * infrun.c (handle_inferior_event): Update comment around trying
476 to revert back to a stepping thread that has exited.
477
478 2009-06-10 Cary Coutant <ccoutant@google.com>
479
480 * dwarf2read.c (dwarf_decode_lines): Recognize and ignore
481 DW_LNE_set_discriminator.
482
483 2009-06-10 Pierre Muller <muller@ics.u-strasbg.fr>
484
485 * breakpoint.c: ARI fixes.
486 (create_overlay_event_breakpoint): Avoid assignment inside if statement.
487 (print_one_breakpoint_location): Likewise.
488 (create_longjmp_breakpoint): Likewise.
489 (tracepoint_save_command): Likewise
490 (bpstat_find_step_resume_breakpoint): No operator at end of line.
491 (bpstat_stop_status): Likewise.
492 (describe_other_breakpoints): Likewise.
493 (hw_watchpoint_used_count): Likewise.
494 (expand_line_sal_maybe): Likewise.
495 (break_command_really): Likewise.
496 (delete_command): Likewise.
497 (do_enable_breakpoint): Likewise.
498 (delete_trace_command): Likewise.
499 (catch_exception_command_1): Likewise and remove extra parentheses.
500
501 2009-06-08 Pierre Muller <muller@ics.u-strasbg.fr>
502
503 * breakpoint.c (_initialize_breakpoint): Remove "bu" command alias of
504 "ubreak" command that does not exist.
505
506 2009-06-08 Pierre Muller <muller@ics.u-strasbg.fr>
507
508 * cli/cli-decode.c (add_alias_cmd): Correct assertion.
509
510 2009-06-07 Pedro Alves <pedro@codesourcery.com>
511
512 * hppa-tdep.c (_initialize_hppa_tdep): Add declaration.
513
514 2009-06-07 Pedro Alves <pedro@codesourcery.com>
515
516 * procfs.h: New.
517 * proc-utils.h (procfs_first_available): Don't declare here.
518 * sol-thread.c: Include procfs.h instead of sys/procfs.h and
519 proc-utils.h.
520 * procfs.c: Include procfs.h.
521 (procfs_target): Make it public. Don't register
522 procfs_can_use_hw_breakpoint here.
523 (proc_set_watchpoint): Check for PCWATCH or PIOCSWATCH being
524 defined instead of TARGET_HAS_HARDWARE_WATCHPOINTS.
525 (procfs_can_use_hw_breakpoint): Remove check of
526 TARGET_HAS_HARDWARE_WATCHPOINTS.
527 (procfs_use_watchpoints): Register procfs_can_use_hw_breakpoint
528 here.
529 (_initialize_procfs): Don't add the procfs target here.
530
531 * i386-sol2-nat.c: Include target.h and procfs.h.
532 (_initialize_amd64_sol2_nat): Install the procfs target here,
533 customized with watchpoints support.
534 * irix5-nat.c: Include target.h.
535 (_initialize_core_irix5): Rename to ...
536 (_initialize_irix5_nat): ... this. Install the procfs target
537 here, customized with watchpoints support.
538 * alpha-nat.c: Include procfs.h.
539 (_initialize_core_alpha): Rename to...
540 (_initialize_alpha_nat): ... this. Install the procfs target
541 here, customized with watchpoints support.
542 * sparc-sol2-nat.c: Include target.h and procfs.h.
543 (_initialize_sparc_sol2_nat): New.
544
545 * config/i386/nm-i386sol2.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
546 * config/sparc/nm-sol2.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
547 * config/mips/irix5.mh (NAT_FILE): Delete.
548 * config/mips/irix6.mh (NAT_FILE): Delete.
549 * config/mips/nm-irix5.h: Delete.
550
551 20009-06-07 Pedro Alves <pedro@codesourcery.com>
552
553 * auxv.c (procfs_xfer_auxv): Change type of the `object' argument
554 to enum target_object. Cleanup comments.
555 * auxv.h: Include "target.h". Cleanup comments to not mention
556 NATIVE_XFER_AUXV anymore.
557
558 2009-06-07 Pedro Alves <pedro@codesourcery.com>
559
560 * inferior.h (procfs_first_available): Move declaration to...
561 * proc-utils.h: ... here.
562 * sol-thread.c: Include procfs.h and proc-utils.h.
563
564 2009-06-07 Pedro Alves <pedro@codesourcery.com>
565
566 * inferior.h (proc_iterate_over_mappings): Delete declaration.
567 * nto-tdep.h (proc_iterate_over_mappings): Delete declaration.
568 * procfs.c (proc_iterate_over_mappings): Delete.
569
570 2009-06-07 Pedro Alves <pedro@codesourcery.com>
571
572 * target.h (struct target_ops): Make to_has_all_memory,
573 to_has_memory, to_has_stack, to_has_registers and to_has_execution
574 methods instead of variables.
575 (target_has_all_memory_1, target_has_memory_1, target_has_stack_1)
576 (target_has_registers_1, target_has_execution_1): Declare
577 functions.
578 (target_has_all_memory): Rewrite to call target_has_all_memory_1.
579 (target_has_memory): Rewrite to call target_has_memory_1.
580 (target_has_stack): Rewrite to call target_has_all_stack_1.
581 (target_has_registers): Rewrite to call target_has_registers_1.
582 (target_has_execution): Rewrite to call target_has_execution_1.
583 (default_child_has_all_memory, default_child_has_memory)
584 (default_child_has_stack, default_child_has_registers)
585 (default_child_has_execution): Declare.
586 (target_mark_running, target_mark_exited): Delete declarations.
587 * target.c (default_child_has_all_memory,
588 default_child_has_memory, default_child_has_stack,
589 default_child_has_registers, default_child_has_execution): New.
590 (target_has_all_memory_1, target_has_memory_1, target_has_stack_1,
591 target_has_registers_1, target_has_execution_1): New.
592 (add_target): Default the to_has_all_memory, to_has_all_memory,
593 to_has_memory, to_has_stack, to_has_registers and to_has_execution
594 callbacks to return 0.
595 (update_current_target): Do not inherit to_has_all_memory,
596 to_has_memory, to_has_stack, to_has_registers or to_has_execution.
597 (target_mark_running, target_mark_exited): Delete.
598 (memory_xfer_partial): Adjust.
599 (target_read_memory, target_write_memory, target_search_memory):
600 Dispatch to the the top-most target, not the flattened
601 current_target.
602 (target_info): Adjust.
603 (init_dummy_target): Install return_zero as callback for
604 to_has_all_memory, to_has_memory, to_has_stack, to_has_registers,
605 to_has_execution.
606 (set_maintenance_target_async_permitted): Use have_live_inferiors
607 instead of target_has_execution.
608 * target-memory.c (target_write_memory_blocks): Dispatch memory
609 writes to the the top-most target, not the flattened
610 current_target.
611
612 * breakpoint.c (insert_breakpoints): Don't check for
613 target_has_execution here.
614 (update_global_location_list): Check if there are live inferiors
615 to debug instead of target_has_execution.
616 * infcmd.c (kill_command, detach_command): Check if there are
617 inferiors instead of target_has_execution.
618 * inferior.h (have_live_inferiors): Declare.
619 * inferior.c (have_live_inferiors): New.
620 * infrun.c (normal_stop): Don't check for target_has_execution to
621 finish the thread states.
622 * thread.c (is_thread_state, is_stopped, is_exited, is_running)
623 (any_running, is_executing): Remove checks for
624 target_has_execution.
625 * top.c (kill_or_detach): Don't try to kill core inferiors.
626 (quit_target): Don't check for target_has_execution.
627
628 * corelow.c (core_has_memory, core_has_stack, core_has_registers):
629 New.
630 (init_core_ops): Install core_has_memory, core_has_stack and
631 core_has_registers.
632 * exec.c (exec_has_memory): New.
633 (init_exec_ops): Install exec_has_memory.
634 * remote.c (remote_add_inferior): Don't call target_mark_running.
635 (remote_start_remote): Don't call target_mark_exited or call
636 target_mark_running.
637 (remote_open_1): Use have_inferiors instead of
638 target_has_execution. Don't use target_mark_exited.
639 (init_remote_ops): Install deafult_child_has_all_memory,
640 default_child_has_memory, default_child_has_stack,
641 default_child_has_registers, default_child_has_execution.
642 * bsd-kvm.c (bsd_kvm_return_one): New.
643 (bsd_kvm_add_target): Register bsd_kvm_return_one as
644 to_has_memory, to_has_stack and to_has_registers callbacks.
645 * remote-m32r-sdi.c (m32r_return_one): New.
646 (init_m32r_ops): Register it.
647 * inf-child.c (inf_child_target): Adjust to register
648 default_child_has_all_memory, default_child_has_memory,
649 default_child_has_stack, default_child_has_registers,
650 default_child_has_execution callbacks.
651 * gnu-nat.c (init_gnu_ops): Likewise.
652 * go32-nat.c (init_go32_ops): Likewise.
653 * hpux-thread.c (init_hpux_thread_ops): Likewise.
654 * monitor.c (init_base_monitor_ops): Likewise.
655 * nto-procfs.c (init_procfs_ops): Likewise.
656 * remote-mips.c (_initialize_remote_mips): Likewise.
657 * windows-nat.c (init_windows_ops): Likewise.
658 * remote-sim.c (gdbsim_create_inferior): Don't use
659 target_mark_running or target_mark_exited.
660 (gdbsim_mourn_inferior): Don't call target_mark_exited.
661 (init_gdbsim_ops): Adjust to register
662 default_child_has_all_memory, default_child_has_memory,
663 default_child_has_stack, default_child_has_registers,
664 default_child_has_execution callbacks.
665
666 * linux-nat.c (linux_nat_xfer_partial): If reading memory, and
667 there's no inferior selected, defer to a lower stratum.
668
669 2009-06-05 Tom Tromey <tromey@redhat.com>
670
671 * varobj.c (update_dynamic_varobj_children): Wrap error text in
672 _().
673 (install_visualizer): Likewise.
674 (varobj_set_visualizer): Likewise.
675
676 2009-06-05 Marc Khouzam <marc.khouzam@ericsson.com>
677
678 * mi/mi-main.c (mi_cmd_exec_continue)
679 (mi_cmd_exec_interrupt): Adjust parsing of thread group
680 ids to current reality, where they don't have any 'p' prefix.
681
682 2009-06-05 Aleksandar Ristovski <aristovski@qnx.com>
683
684 * corelow.c (core_open): Check for core_gdbarch before calling
685 gdbarch_target_signal_from_host.
686
687 2009-06-05 Tom Tromey <tromey@redhat.com>
688
689 * c-exp.y (parse_number): Don't use K&R definition.
690 (yylex): Likewise.
691 (yyerror): Likewise.
692
693 2009-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
694
695 * varobj.c (varobj_update): Fix out of scope varobjs to not to change.
696
697 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
698
699 * symtab.h: Rename SYMBOL_OPS to SYMBOL_COMPUTED_OPS.
700 * ax-gdb.c (gen_var_ref): Likewise.
701 * findvar.c (read_var_value, symbol_read_needs_frame): Likewise.
702 * printcmd.c (address_info): Likewise.
703 * dwarf2loc.c (dwarf_expr_frame_base): Likewise.
704 * dwarf2read.c (dwarf2_symbol_mark_computed): Likewise.
705 * symtab.h: Rename struct symbol_ops to struct symbol_computed_ops.
706 * dwarf2loc.h: Likewise.
707 * dwarf2loc.c (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Likewise.
708
709 * symtab.h: (struct symbol_register_ops): New struct definition.
710 (struct symbol): Make "ops" member a union of symbol_computed_ops and
711 symbol_register_ops callback pointers.
712 (SYMBOL_REGISTER_OPS): New macro.
713 * tracepoint.c: Include "objfiles.h".
714 (scope_info, collect_symbol): Use SYMBOL_REGISTER_OPS register_number
715 callback to retrieve register numbers.
716 * ax-gdb.c (gen_var_ref): Likewise.
717 * findvar.c (read_var_value): Likewise.
718 * printcmd.c (address_info): Likewise.
719
720 * coffread.c (coff_reg_to_regnum): New function.
721 (coff_register_funcs): New static variable.
722 (process_coff_symbol): Do not call gdbarch_sdb_reg_to_regnum.
723 Install SYMBOL_REGISTER_OPS callbacks.
724 * mdebugread.c (mdebug_reg_to_regnum): New function.
725 (mdebug_register_funcs): New static variable.
726 (parse_symbol): Do not call gdbarch_ecoff_reg_to_regnum.
727 Install SYMBOL_REGISTER_OPS callbacks.
728 * stabsread.c (stab_reg_to_regnum): New function.
729 (stab_register_funcs): New static variable.
730 (define_symbol): Do not call gdbarch_stab_reg_to_regnum.
731 Install SYMBOL_REGISTER_OPS callbacks.
732
733 2009-06-03 Doug Evans <dje@google.com>
734
735 * symfile.c (reread_symbols): Reset psymtabs_addrmap to NULL
736 after discarding its contents.
737
738 2009-06-03 Pedro Alves <pedro@codesourcery.com>
739
740 * target.c: Include "exec.h".
741 (update_current_target): Don't inherit to_sections or
742 to_sections_end.
743 (target_get_section_table): New.
744 (target_section_by_addr): Fetch the section table from the passed
745 in target.
746 (memory_xfer_partial): Handle unmapped overlay sections before
747 anything else. Get the overlay mapped address here. Adjust to
748 use section_table_xfer_memory_partial.
749 (get_target_memory): Request a TARGET_OBJECT_RAW_MEMORY object
750 instead of TARGET_OBJECT_MEMORY.
751 (target_resize_to_sections): Delete.
752 (remove_target_sections): Adjust to remove target sections from
753 `current_target_sections', and use resize_section_table.
754 * target.h (struct target_ops) <to_sections, to_sections_end>:
755 Remove fields.
756 <to_get_section_table>: New method.
757 (xfer_memory, print_section_info): Delete declarations.
758 (struct target_section_table): New type.
759 (target_get_section_table): Declare.
760 (target_resize_to_sections): Delete declaration.
761 (remove_target_sections): Delete declaration.
762 * bfd-target.c (target_bfd_xfer_partial): Get the section table
763 from to_data.
764 (target_bfd_get_section_table): New.
765 (target_bfd_xclose): Adjust.
766 (target_bfd_reopen): Store the section table in the to_data field.
767 * corelow.c (core_data): New.
768 (core_close): Adjust to release core_data and its sections.
769 (core_open): Allocate core_data, and build its target sections
770 table.
771 (deprecated_core_resize_section_table): New.
772 (core_files_info): Pass core_data to print_section_info.
773 (core_xfer_partial): Adjust to use
774 section_table_xfer_memory_partial for TARGET_OBJECT_MEMORY xfers.
775 (init_core_ops): Do not install a deprecated_xfer_memory callback
776 anymore.
777 * solib.c (update_solib_list): Add the shared library sections
778 to the current target sections table.
779 * exec.c (current_target_sections_1): New global.
780 (current_target_sections): New global.
781 (exec_close_1): New function, refactored from exec_close. Remove
782 the exec_bfd's sections from the current target sections table.
783 Adjust to not use to_sections.
784 (exec_close): Remove all target sections. Call exec_close_1.
785 (exec_file_clear): Use exec_close_1 instead of unpushing the
786 target.
787 (exec_file_attach): Likewise. Adjust to not use to_sections. Add
788 exec_bfd's sections to the current target sections table. Don't
789 push the exec_ops target here.
790 (resize_section_table): New.
791 (add_target_sections): New.
792 (remove_target_sections): Moved here.
793 (section_table_xfer_memory): Adjust to implement the xfer_partial
794 interface, and rename to...
795 (section_table_xfer_memory_partial): ... this, replacing the
796 current function of that same name.
797 (exec_get_section_table): New.
798 (exec_xfer_partial): New.
799 (xfer_memory): Delete.
800 (print_section_info): Replace the target_ops parameter by a
801 target_section_table parameter.
802 (exec_files_info, set_section_command, exec_set_section_address):
803 Adjust to use the current sections table.
804 (init_exec_ops): Do not register a deprecated_xfer_memory
805 callback. Register to_xfer_partial and to_get_section_table
806 callbacks.
807 * infrun.c (handle_inferior_event): Update comments around
808 solib_add.
809 * rs6000-nat.c (xcoff_relocate_core): Adjust to use
810 deprecated_core_resize_section_table.
811 * exec.h (resize_section_table): Declare.
812 (section_table_xfer_memory_partial): Add const char * argument.
813 (remove_target_sections): Declare here.
814 (add_target_sections): Declare.
815 (print_section_info): Declare here.
816 * gdbcore.h (deprecated_core_resize_section_table): Declare.
817
818 2009-06-03 Ulrich Weigand <uweigand@de.ibm.com>
819
820 * value.h (struct internalvar): Remove.
821 (get_internalvar_integer): Add prototype.
822 (set_internalvar_integer): Add prototype.
823 (clear_internalvar): Add prototype.
824
825 * value.c (struct internalvar): Move here. Add type member. Remove
826 endian member. Add union_internalvar member instead of value member.
827 (init_if_undefined_command): Use intvar->type.
828 (create_internalvar): Do not initialize value/endian, but type.
829 (create_internalvar_type_lazy): Call create_internalvar.
830 (value_of_internalvar): Handle host-side internalvar contents.
831 (set_internalvar_component): Likewise.
832 (set_internalvar): Likewise.
833 (get_internalvar_integer): New function.
834 (clear_internalvar): Likewise.
835 (set_internalvar_integer): Likewise.
836 (preserve_values): Handle host-side internalvar contents.
837
838 * breakpoint.c (set_breakpoint_count, set_tracepoint_count): Call
839 set_internalvar_integer instead of set_internalvar.
840 * findcmd.c (find_command): Likewise.
841 * infrun.c (handle_inferior_event): Likewise.
842 * source.c (forward_search_command, reverse_search_command): Likewise.
843 * tracepoint.c (set_traceframe_num, set_tracepoint_num,
844 set_traceframe_context): Likewise.
845
846 * printcmd.c (x_command): Call clear_internalvar instead of
847 set_internalvar.
848 * tracepoint.c (set_traceframe_context): Likewise.
849
850 * breakpoint.c (get_number_trailer): Call get_internalvar_integer
851 instead of value_of_internalvar.
852 * linespec.c (decode_dollar): Likewise.
853
854 * expprint.c (dump_subexp_body_standard): Use internalvar_name
855 instead of accessing internalvar private elements.
856 * valops.c (value_assign): Copy from original source instead of
857 accessing internalvar private elements.
858
859 2009-06-03 Ulrich Weigand <uweigand@de.ibm.com>
860
861 * scm-lang.c (builtin_type_scm): Remove.
862 (scm_lookup_name): Add GDBARCH parameter. Use it instead of
863 objfile architecture. Use per-architecture builtin_scm_type instead
864 of builtin_type_scm.
865 (evaluate_exp): Pass expression architecture to scm_lookup_name.
866
867 (scm_get_field): Add SIZE parameter. Use it instead of
868 TYPE_LENGTH (builtin_type_scm).
869
870 (build_scm_types): New function.
871 (scm_type_data): New variable.
872 (builtin_scm_type): New function.
873 (_initialize_scheme_language): Do not initialize builtin_type_scm.
874 Register build_scm_types as post-init function for scm_type_data.
875
876 * scm-exp.c (scm_lreadr): Use per-architecture builtin_scm_type
877 instead of builtin_type_scm.
878
879 * scm-lang.h (SCM_CAR, SCM_CDR): Pass SCM_SIZE to scm_get_field.
880 (scm_get_field): Add SIZE paramter.
881 (scm_scmval_print): Remove prototype.
882 (builtin_type_scm): Remove.
883 (struct builtin_scm_type): Add structure definition.
884 (builtin_scm_type): Add prototype.
885
886 * scm-valprint.c (scm_inferior_print): Add TYPE parameter. Use it
887 instead of builtin_core_addr type; do not use objfile architecture.
888 (scm_scmlist_print): Add TYPE parameter. Use it to define SCM_SIZE.
889 Pass type to scm_scmval_print.
890 (scm_ipruk): Add TYPE parameter. Use it to define SCM_SIZE.
891 (scm_scmval_print): Make static. Add TYPE parameter. Use it to
892 define SCM_SIZE. Pass type to scm_ipruk and scm_scmlist_print.
893 (scm_val_print): Pass type to scm_inferior_print and scm_scmval_print.
894
895 2009-06-03 Ulrich Weigand <uweigand@de.ibm.com>
896
897 * mdebugread.c (mdebug_type_void, mdebug_type_char, mdebug_type_short,
898 mdebug_type_int, mdebug_type_int_32, mdebug_type_int_64,
899 mdebug_type_long_32, mdebug_type_long_64, mdebug_type_long_long_64,
900 mdebug_type_unsigned_char, mdebug_type_unsigned_short,
901 mdebug_type_unsigned_int_32, mdebug_type_unsigned_int_64,
902 mdebug_type_unsigned_long_32, mdebug_type_unsigned_long_64,
903 mdebug_type_unsigned_long_long_64, mdebug_type_adr_32,
904 mdebug_type_adr_64, mdebug_type_float, mdebug_type_double,
905 mdebug_type_complex, mdebug_type_double_complex,
906 mdebug_type_fixed_dec, mdebug_type_float_dec, mdebug_type_string):
907 Remove.
908
909 (basic_type_data): New global variable.
910 (basic_type): New function.
911 (parse_type): Remove static basic type map map_bt. Call basic_type
912 to get basic types instead of using mdebug_type_ variables.
913
914 (parse_symbol): Use builtin types instead of mdebug_type_ variables.
915 (upgrade_type): Likewise.
916 (parse_procedure): Likewise.
917 (psymtab_to_symtab_1): Likewise.
918
919 (_initialize_mdebugread): Do not initialize mdebug_type_ variables.
920 Initialize basic_type_data.
921
922 2009-06-03 Ulrich Weigand <uweigand@de.ibm.com>
923
924 * dfp.h (decimal_binop): Convert LEN_RESULT to input parameter.
925 * dfp.c (promote_decimal): Remove.
926 (decimal_binop): Convert LEN_RESULT to input parameter.
927 Remove call to decimal_binop.
928 (decimal_compare): Remove call to decimal_binop.
929
930 * valarith.c (value_binop): Pass desired result type length
931 to decimal_binop.
932
933 2009-06-01 Tristan Gingold <gingold@adacore.com>
934
935 * configure.tgt (avr): Set gdb_sim to use the simulator.
936
937 2009-05-29 Doug Evans <dje@google.com>
938
939 * infrun.c (prepare_to_proceed): Document. Assert !non_stop.
940 If scheduler-locking is enabled, we're not going to be singlestepping
941 any other previously stopped thread.
942
943 2009-05-29 Pedro Alves <pedro@codesourcery.com>
944
945 * mi/mi-interp.c (mi_on_resume): Initialize `count' to 0.
946
947 2009-05-29 Eli Zaretskii <eliz@gnu.org>
948
949 * i386-tdep.c (i386_go32_init_abi): Use SVR4 register numbering
950 for stabs and COFF debug info.
951
952 2009-05-28 Pedro Alves <pedro@codesourcery.com>
953
954 * infrun.c (handle_inferior_event): When thread hoping, switch
955 inferior_ptid to the event thread before removing breakpoints from
956 the target. If not stopping, also try to revert back to a thread
957 that was doing a "next". Check if that thread still exists before
958 resuming.
959 (currently_stepping_thread): Delete and merge with ...
960 (currently_stepping): ... this.
961 (currently_stepping_callback): Rename to ...
962 (currently_stepping_or_nexting_callback): ... this, and also
963 return true if the thread was stepping over a call (has a
964 step-resume breakpoint).
965
966 2009-05-28 Tom Tromey <tromey@redhat.com>
967
968 * python/python.c (gdbpy_parameter): Rename. Fix error message.
969 (GdbMethods): Change "get_parameter" to "parameter".
970
971 2009-05-28 Pierre Muller <muller@ics.u-strasbg.fr>
972 Paul Pluzhnikov <ppluzhnikov@google.com>
973
974 * configure.ac (!have_libpython): Add python-prettyprint source
975 and object files.
976 * configure: Regenerate.
977 * python/python-prettyprint.c: Move "#ifdef HAVE_PYTHON" before
978 python headers.
979
980 2009-05-27 Vladimir Prus <vladimir@codesourcery.com>
981 Tom Tromey <tromey@redhat.com>
982 Thiago Jung Bauermann <bauerman@br.ibm.com>
983
984 * mi/mi-main.c (mi_cmd_list_features): List "python" feature.
985 * varobj.h (varobj_set_visualizer): Declare.
986 (varobj_get_display_hint): Likewise.
987 (varobj_update_result_t) <children_changed, value_installed>: New
988 fields.
989 * mi/mi-cmds.c (mi_cmds): Add var-set-visualizer.
990 * mi/mi-cmds.h (mi_cmd_var_set_visualizer,
991 mi_cmd_var_set_child_range): Declare.
992 * mi/mi-cmd-var.c (mi_cmd_var_set_visualizer): New function.
993 (mi_cmd_var_list_children): Emit display hint.
994 (varobj_update_one): Emit display hint. Handle dynamic children.
995 * python/python.c (GdbMethods): Add "default_visualizer".
996 * python/python-internal.h (apply_varobj_pretty_printer,
997 gdbpy_get_varobj_pretty_printer, gdbpy_get_display_hint):
998 Declare.
999 (gdbpy_default_visualizer): Likewise.
1000 * varobj.c: Include python.h, python-internal.h.
1001 (PyObject): New typedef.
1002 (struct varobj) <children_requested, pretty_printer>: New fields.
1003 (varobj_create): Call install_default_visualizer.
1004 (instantiate_pretty_printer): New function.
1005 (varobj_set_display_format): Update.
1006 (varobj_get_display_hint): New function.
1007 (update_dynamic_varobj_children): New function.
1008 (varobj_get_num_children): Handle dynamic children.
1009 (varobj_list_children): Likewise.
1010 (install_new_value): Likewise.
1011 (varobj_add_child): New function.
1012 (install_visualizer): Likewise.
1013 (install_default_visualizer): Likewise.
1014 (varobj_set_visualizer): Likewise.
1015 (varobj_update): Handle dynamic children.
1016 (create_child): Use create_child_with_value.
1017 (create_child_with_value): New function.
1018 (value_get_print_value): Call pretty printer. Add value_formatter
1019 argument.
1020 (c_value_of_variable): Update.
1021 (varobj_invalidate): Always free all_rootvarobj.
1022 * python/python-prettyprint.c (apply_varobj_pretty_printer): New
1023 function.
1024 (gdbpy_get_varobj_pretty_printer): Likewise.
1025 (gdbpy_default_visualizer): Likewise.
1026
1027 2009-05-27 Tom Tromey <tromey@redhat.com>
1028 Thiago Jung Bauermann <bauerman@br.ibm.com>
1029 Phil Muldoon <pmuldoon@redhat.com>
1030 Paul Pluzhnikov <ppluzhnikov@google.com>
1031 Vladimir Prus <vladimir@codesourcery.com>
1032
1033 * python/python-value.c (value_object_to_value): New function.
1034 * python/python-internal.h: Include frameobject.h.
1035 (gdbpy_children_cst, gdbpy_to_string_cst, gdbpy_display_hint_cst):
1036 Declare.
1037 (value_object_to_value): Declare.
1038 * printcmd.c (struct format_data) <raw>: New field.
1039 (last_format): Default to 0.
1040 (decode_format): Initialize val.raw. Handle /r flag.
1041 (print_command_1): Initialize fmt.raw and opts.raw.
1042 (output_command): Likewise.
1043 (x_command): Fix initialization of fmt.format. Initialize
1044 fmt.raw.
1045 (display_command): Initialize fmt.raw.
1046 (do_one_display): Set opts.raw.
1047 * python/python.c (gdbpy_to_string_cst, gdbpy_children_cst,
1048 gdbpy_display_hint_cst): New globals.
1049 (_initialize_python): Initialize them. Set gdb.pretty_printers.
1050 * cp-valprint.c: Include python.h.
1051 (cp_print_value): Call apply_val_pretty_printer.
1052 * python/python.h (apply_val_pretty_printer): Declare.
1053 * stack.c (print_this_frame_argument_p): Remove.
1054 (print_frame_args): Compute summary flag. Don't use
1055 print_this_frame_argument_p.
1056 * valprint.c: Include python.h.
1057 (user_print_options): Initialize new fields.
1058 (scalar_type_p): New function.
1059 (val_print): Handle 'raw' and 'summary' modes. Call
1060 apply_val_pretty_printer.
1061 (value_print): Handle 'raw' mode.
1062 * valprint.h (struct value_print_options) <raw, summary>: New
1063 fields.
1064 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-prettyprint.o
1065 (SUBDIR_PYTHON_SRCS): Add python-prettyprint.c.
1066 (python-prettyprint.o): New target.
1067 * python/python-prettyprint.c: New file.
1068
1069 2009-05-27 Tom Tromey <tromey@redhat.com>
1070 Paul Pluzhnikov <ppluzhnikov@google.com>
1071
1072 * mi/mi-main.c (mi_cmd_data_evaluate_expression): Use
1073 value_address.
1074 * cli/cli-dump.c (dump_value_to_file): Use value_address.
1075 * valprint.c (common_val_print): Likewise.
1076 * v850-tdep.c (v850_push_dummy_call): Use value_address.
1077 * tracepoint.c (encode_actions): Use value_address.
1078 * printcmd.c (print_formatted): Use value_address.
1079 (x_command): Likewise.
1080 * p-valprint.c (pascal_object_print_static_field): Use
1081 value_address.
1082 * mn10300-tdep.c (mn10300_push_dummy_call): Use value_address.
1083 * mips-tdep.c (mips_eabi_push_dummy_call): Use value_address.
1084 * m32r-tdep.c (m32r_push_dummy_call): Use value_address.
1085 * jv-valprint.c (java_value_print): Use value_address.
1086 * infcall.c (find_function_addr): Use value_address.
1087 * gnu-v3-abi.c (gnuv3_rtti_type): Use value_address.
1088 * gnu-v2-abi.c (gnuv2_value_rtti_type): Use value_address.
1089 * frv-tdep.c (frv_push_dummy_call): Use value_address.
1090 * frame.c (frame_register_unwind): Use value_address.
1091 (frame_unwind_register_value): Likewise.
1092 * darwin-nat-info.c (info_mach_region_command): Use
1093 value_address.
1094 * cp-valprint.c (cp_print_static_field): Use value_address.
1095 * c-valprint.c (c_value_print): Use value_address.
1096 * breakpoint.c (update_watchpoint): Use value_address.
1097 (can_use_hardware_watchpoint): Likewise.
1098 * ada-valprint.c (ada_val_print_1): Use value_address.
1099 (ada_value_print): Likewise.
1100 * ada-tasks.c (read_fat_string_value): Use value_address.
1101 * jv-lang.c (java_link_class_type): Use set_value_address.
1102 (java_link_class_type): Likewise.
1103 (get_java_utf8_name): Use value_address.
1104 (type_from_class): Likewise.
1105 (java_link_class_type): Likewise.
1106 * findvar.c (value_of_register): Use set_value_address.
1107 (read_var_value): Likewise.
1108 (read_var_value): Likewise.
1109 * eval.c (evaluate_subexp_standard): Use set_value_address.
1110 (evaluate_subexp_standard): Use value_address.
1111 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Use set_value_address.
1112 * ada-lang.c (coerce_unspec_val_to_type): Use set_value_address.
1113 (ada_value_primitive_packed_val): Likewise.
1114 (ensure_lval): Likewise.
1115 (thin_data_pntr): Use value_address.
1116 (desc_bounds): Likewise.
1117 (ada_value_primitive_packed_val): Likewise.
1118 (value_assign_to_component): Likewise.
1119 (ensure_lval): Likewise.
1120 (make_array_descriptor): Likewise.
1121 (ada_to_fixed_value): Likewise.
1122 (unwrap_value): Likewise.
1123 * value.c (deprecated_value_address_hack): Remove.
1124 (value_address): New function.
1125 (value_raw_address): Likewise.
1126 (set_value_address): Likewise.
1127 (value_fn_field): Use set_value_address.
1128 (value_from_contents_and_address): Likewise.
1129 (value_fn_field): Likewise.
1130 (allocate_value_lazy): Don't use VALUE_ADDRESS.
1131 (value_as_address): Use value_address.
1132 (value_static_field): Likewise.
1133 * valops.c (search_struct_field): Use set_value_address.
1134 (value_at): Likewise.
1135 (value_at_lazy): Likewise.
1136 (value_repeat): Likewise.
1137 (value_cast_structs): Use value_address.
1138 (value_cast): Likewise.
1139 (value_fetch_lazy): Likewise.
1140 (value_assign): Likewise.
1141 (value_repeat): Likewise.
1142 (address_of_variable): Likewise.
1143 (value_coerce_array): Likewise.
1144 (value_coerce_function): Likewise.
1145 (value_addr): Likewise.
1146 (search_struct_field): Likewise.
1147 (search_struct_method): Likewise.
1148 (find_method_list): Likewise.
1149 (value_struct_elt_for_reference): Likewise.
1150 (value_full_object): Likewise.
1151 * jv-valprint.c (java_value_print): Use set_value_address.
1152 * value.h (deprecated_value_address_hack): Remove.
1153 (VALUE_ADDRESS): Remove.
1154 (value_address): Declare.
1155 (value_raw_address): Declare.
1156 (set_value_address): Declare.
1157
1158 2009-05-27 Tom Tromey <tromey@redhat.com>
1159 Thiago Jung Bauermann <bauerman@br.ibm.com>
1160 Phil Muldoon <pmuldoon@redhat.com>
1161 Paul Pluzhnikov <ppluzhnikov@google.com>
1162
1163 * python/python.c (_initialize_python): Call
1164 gdbpy_initialize_types.
1165 (GdbMethods): Add "lookup_type".
1166 * python/python-value.c (value_object) <type>: New field.
1167 (valpy_dealloc): Decref type.
1168 (valpy_new): Initialize type.
1169 (valpy_get_type): New function.
1170 (value_to_value_object): Initialize type.
1171 (valpy_cast): New function.
1172 (value_object_getset): Add "type".
1173 (value_object_methods): Add "cast".
1174 * python/python-internal.h (type_to_type_object): Declare.
1175 (type_object_to_type): Likewise.
1176 (gdbpy_initialize_types): Likewise.
1177 (gdbpy_lookup_type): Declare.
1178 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-type.o.
1179 (SUBDIR_PYTHON_SRCS): Add python-type.c.
1180 (python-type.o): New target.
1181 * python/python-type.c: New file.
1182
1183 2009-05-27 Tom Tromey <tromey@redhat.com>
1184 Thiago Jung Bauermann <bauerman@br.ibm.com>
1185 Phil Muldoon <pmuldoon@redhat.com>
1186
1187 * python/python.c: Include objfiles.h, observer.h.
1188 (gdbpy_auto_load): New global.
1189 (gdbpy_current_objfile): Likewise.
1190 (GDBPY_AUTO_FILENAME): New define.
1191 (gdbpy_new_objfile): New function.
1192 (gdbpy_get_current_objfile): Likewise.
1193 (gdbpy_objfiles): Likewise.
1194 (_initialize_python): Add "maint set auto-load". Call
1195 gdbpy_initialize_objfile. Attach objfile observer.
1196 (GdbMethods): New methods current_objfile, objfiles.
1197 * python/python-objfile.c: New file.
1198 * python/python-internal.h (objfile_to_objfile_object): Declare.
1199 (objfpy_get_printers): Likewise.
1200 (gdbpy_initialize_objfile): Likewise.
1201 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-objfile.o.
1202 (SUBDIR_PYTHON_SRCS): Add python-objfile.c.
1203 (python-objfile.o): New target.
1204
1205 2009-05-27 Pedro Alves <pedro@codesourcery.com>
1206
1207 * infrun.c (follow_exec): Clear the stop_requested flag.
1208 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
1209 Add debug output.
1210
1211 2009-05-27 Aleksandar Ristovski <aristovski@qnx.com>
1212
1213 * nto-procfs.c (get_regset): Pass correct pointer.
1214
1215 2009-05-26 Doug Evans <dje@google.com>
1216
1217 * dwarf2read.c (follow_die_ref): Add comment.
1218 (dwarf2_mark_helper): Tweak comment.
1219 (dwarf2_mark): Move description to its proper place.
1220
1221 2009-05-25 Pierre Muller <muller@ics.u-strasbg.fr>
1222
1223 * procfs.c (procfs_wait): Add options parameter.
1224
1225 2009-05-24 Doug Evans <dje@google.com>
1226
1227 Global renaming of find_thread_pid to find_thread_ptid.
1228 * gdbthread.h (find_thread_ptid): Renamed from find_thread_pid.
1229 * thread.c (find_thread_ptid): Renamed from find_thread_pid.
1230 All callers updated.
1231
1232 * infrun.c (follow_fork): Initialize new step_* locals
1233 to avoid "may be used uninitialized" warnings.
1234
1235 2009-05-24 Pedro Alves <pedro@codesourcery.com>
1236
1237 * inflow.c (copy_terminal_info): Deep copy `run_terminal'.
1238
1239 2009-05-24 Pedro Alves <pedro@codesourcery.com>
1240
1241 * gdbthread.h (struct thread_info): New `pending_follow' field.
1242 * thread.c (new_thread): New function.
1243 (add_thread_silent): Use it.
1244 * breakpoint.c (internal_breakpoint_number): New global, moved
1245 from inside...
1246 (create_internal_breakpoint): ... this.
1247 (clone_momentary_breakpoint): New.
1248 * breakpoint.h (clone_momentary_breakpoint): Declare.
1249 * infrun.c (nullify_last_target_wait_ptid): Move declaration
1250 higher.
1251 (pending_follow): Delete.
1252 (follow_fork): Handle pending follow fork event here. Moved the
1253 preserving of thread stepping state here.
1254 (resume): Don't handle pending follow fork events here. Only
1255 install the inferior's terminal modes if we're about to resume it.
1256 (proceed): Handle possible pending follow fork events here.
1257 (init_wait_for_inferior): No need to clear pending_follow anymore,
1258 it's gone.
1259 (handle_inferior_event): Adjust to per-thread `pending_follow'.
1260 Call `follow_fork' to handle following the fork. If the
1261 follow-fork is cancelled, stop stepping.
1262 * linux-nat.c (linux_child_follow_fork): Adjust to per-thread
1263 `pending_follow' events. Remove code that handled preserving the
1264 thread stepping state.
1265 * inf-ptrace.c (inf_ptrace_follow_fork): Ditto.
1266 * inf-ttrace.c (inf_ttrace_follow_fork): Ditto.
1267
1268 2009-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
1269
1270 * symfile.c (add_shared_symbol_files_command): Remove
1271 prototype and function.
1272 (_initialize _symfile): Move "add-shared-symbol-files"
1273 command and "assf" alias.
1274 * windows-nat.c (_initialize_windows_nat): to here.
1275 Change "add-shared-symbol-files" to alias.
1276
1277 * config/i386/cygwin.mh: Remove NAT_FILE.
1278 * config/i386/mingw.mh: Remove NAT_FILE.
1279 * config/i386/mingw64.mh: Remove NAT_FILE.
1280 * config/i386/nm-cygwin.h: Remove file.
1281 * config/i386/nm-cygwin64.h: Remove file.
1282
1283 2009-05-24 Hui Zhu <teawater@gmail.com>
1284
1285 * i386-linux-tdep.c (I386_LINUX_RECORD_SIZE_*,
1286 I386_LINUX_RECORD_IOCTL_*,
1287 I386_LINUX_RECORD_FCNTL_*) Removed.
1288 (i386_linux_init_abi): Change size of record from macros to
1289 numbers.
1290
1291 2009-05-24 Hui Zhu <teawater@gmail.com>
1292
1293 * i386-linux-tdep.c (i386_linux_init_abi): Remove size_char.
1294 * linux-record.c (record_linux_system_call): Ditto.
1295 * linux-record.h (linux_record_tdep): Ditto.
1296
1297 2009-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1298
1299 Replace the savestring calls by xstrdup calls where possible.
1300 * breakpoint.c (condition_command, set_raw_breakpoint)
1301 (create_catchpoint, update_breakpoint_locations): Replace the
1302 savestring calls by xstrdup calls where possible.
1303 * buildsym.c (start_subfile, patch_subfile_names, record_debugformat)
1304 (record_producer): Likewise.
1305 * coffread.c (coff_start_symtab, complete_symtab): Likewise.
1306 * corefile.c (set_gnutarget): Likewise.
1307 * dbxread.c (add_new_header_file): Likewise.
1308 * demangle.c (set_demangling_command, set_demangling_style): Likewise.
1309 * event-top.c (push_prompt, pop_prompt, command_line_handler)
1310 (set_async_prompt): Likewise.
1311 * infcmd.c (set_inferior_io_terminal, attach_command_post_wait):
1312 Likewise.
1313 * language.c (set_language_command, _initialize_language): Likewise.
1314 * linespec.c (decode_line_2): Likewise.
1315 * rs6000-nat.c (add_vmap): Likewise.
1316 * top.c (set_prompt, init_history, init_main): Likewise.
1317 * tracepoint.c (stringify_collection_list): Likewise.
1318 * varobj.c (varobj_create): Remove variable expr_len. Replace the
1319 savestring calls by xstrdup calls where possible.
1320 (value_of_root, c_name_of_variable, c_describe_child): Replace the
1321 savestring calls by xstrdup calls where possible.
1322 * xcoffread.c (complete_symtab): Likewise.
1323 * cli/cli-script.c (build_command_line, define_command): Likewise.
1324 * cli/cli-setshow.c (do_setshow_command): Likewise.
1325
1326 2009-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1327
1328 Remove already unreachable code.
1329 * varobj.c (varobj_get_handle): Fix comment when error is called.
1330 All callers updated.
1331
1332 2009-05-23 Eli Zaretskii <eliz@gnu.org>
1333
1334 * README (`configure' options): Document GDB-specific options to
1335 `configure'.
1336
1337 * symtab.c (skip_prologue_using_lineinfo): New function.
1338 (find_function_start_sal): Use it to get to the first line of
1339 function's body that has an entry in the lineinfo table.
1340
1341 * symmisc.c (dump_symtab): Switch the current language to
1342 the language of the symtab we are dumping only if the symtab's
1343 language is neither language_auto nor language_unknown.
1344
1345 * coffread.c (coff_symtab_read): Set language_minimal as the
1346 language for the "_globals_" pseudo-file.
1347 (process_coff_symbol): Set the symbol's language to the language
1348 of current_subfile.
1349
1350 2009-05-22 Pedro Alves <pedro@codesourcery.com>
1351
1352 * target.h (struct section_table): Rename to ...
1353 (struct target_section): ... this.
1354 * exec.c: Adjust all references.
1355 * exec.h: Adjust all references.
1356 * nto-tdep.c: Adjust all references.
1357 * nto-tdep.h: Adjust all references.
1358 * ppc-linux-tdep.c: Adjust all references.
1359 * rs6000-nat.c: Adjust all references.
1360 * s390-tdep.c: Adjust all references.
1361 * solib-darwin.c: Adjust all references.
1362 * solib-frv.c: Adjust all references.
1363 * solib-irix.c: Adjust all references.
1364 * solib-null.c: Adjust all references.
1365 * solib-osf.c: Adjust all references.
1366 * solib-pa64.c: Adjust all references.
1367 * solib-som.c: Adjust all references.
1368 * solib-sunos.c: Adjust all references.
1369 * solib-svr4.c: Adjust all references.
1370 * solib-target.c: Adjust all references.
1371 * solib.c: Adjust all references.
1372 * solist.h: Adjust all references.
1373 * symfile.c: Adjust all references.
1374 * symfile.h: Adjust all references.
1375 * target.c: Adjust all references.
1376
1377 2009-05-22 Hui Zhu <teawater@gmail.com>
1378
1379 Add sys_fcntl argument interfaces to linux_record_tdep.
1380
1381 * linux-record.h (linux_record_tdep): Add fcntl_F_GETLK,
1382 fcntl_F_GETLK64, fcntl_F_SETLK64 and fcntl_F_SETLKW64 to be
1383 interfaces.
1384 * i386-linux-tdep.c (I386_LINUX_RECORD_FCNTL_F_GETLK,
1385 I386_LINUX_RECORD_FCNTL_F_GETLK64,
1386 I386_LINUX_RECORD_FCNTL_F_SETLK64,
1387 I386_LINUX_RECORD_FCNTL_F_SETLKW64): New macros. The values
1388 of I386 Linux sys_fcntl arguments.
1389 (i386_linux_init_abi): Set macros values to linux_record_tdep.
1390 * linux-record.c (record_linux_system_call): Change to use
1391 the interface in linux_record_tdep in sys_fcntl and
1392 sys_fcntl64.
1393
1394 * linux-record.c (record_linux_system_call): Fix the process
1395 record build error about type in CYGWIN.
1396
1397 2009-05-22 Pedro Alves <pedro@codesourcery.com>
1398
1399 * inflow.c (kill_command): Delete left over static declaration.
1400
1401 2009-05-22 Pedro Alves <pedro@codesourcery.com>
1402
1403 * bfd-target.c: Don't include gdb_assert.h or gdb_string.h.
1404 Include exec.h.
1405 (struct section_closure): Delete.
1406 (add_to_section_table): Delete.
1407 (build_target_sections_from_bfd): Delete.
1408 (target_bfd_xfer_partial): Use section_table_xfer_memory_partial.
1409 (target_bfd_reopen): Use build_section_table.
1410 * exec.c (xfer_memory): Move most code except for overlay
1411 debugging support from here...
1412 (section_table_xfer_memory): ... to this new function.
1413 (section_table_xfer_memory_partial): New.
1414 * exec.h (section_table_xfer_memory_partial): Declare.
1415 * bfd-target.h (build_target_sections_from_bfd): Delete
1416 declaration.
1417
1418 2009-05-22 Pedro Alves <pedro@codesourcery.com>
1419
1420 * remote.c (compare_sections_command): Don't declare exec_bfd.
1421 * tracepoint.c: Include "gdbcore.h".
1422 (remote_set_transparent_ranges): Don't declare exec_bfd.
1423
1424 2009-05-21 Pedro Alves <pedro@codesourcery.com>
1425
1426 * aix-thread.c (init_aix_thread_ops): Whitespace.
1427
1428 2009-05-21 Pedro Alves <pedro@codesourcery.com>
1429
1430 * dec-thread.c (dec_thread_wait): Add options parameter. Use it
1431 to call the to_wait method in the target beneath.
1432 * remote-m32r-sdi.c (m32r_wait): Add options parameter.
1433
1434 2009-05-21 Joel Brobecker <brobecker@adacore.com>
1435
1436 * aix-thread.c (aix_thread_wait): Add options parameter. Use it
1437 to call the to_wait method in the target_beneath.
1438
1439 2009-05-21 Pedro Alves <pedro@codesourcery.com>
1440
1441 * linux-nat.c (linux_nat_terminal_inferior)
1442 (linux_nat_terminal_ours): Don't check sync_execution.
1443 * remote.c (remote_terminal_inferior, remote_terminal_ours):
1444 Don't check sync_execution. Update comments.
1445 * target.c (target_terminal_inferior): New.
1446 * target.h (target_terminal_inferior): Delete macro, and declare
1447 as function.
1448 * event-top.c (async_disable_stdin): Make idempotent. Don't give
1449 the target the terminal here.
1450 * inflow.c (terminal_ours_1): Don't return early without setting
1451 `terminal_is_ours'.
1452
1453 2009-05-21 Pedro Alves <pedro@codesourcery.com>
1454
1455 * target.h (TARGET_WNOHANG): New.
1456 * target.c (target_wait): Add `options' argument. Adjust.
1457 (struct target_ops) <to_wait>: Add `options' argument.
1458 (target_wait): Add `options' argument.
1459 * infrun.c (wait_for_inferior): Pass 0 as options to
1460 target_wait (blocking wait).
1461 (fetch_inferior_event): Pass TARGET_WNOHANG as options to
1462 target_wait.
1463 * fork-child.c (startup_inferior): Pass 0 as options to
1464 target_wait (blocking wait).
1465 * linux-nat.c (linux_nat_create_inferior): Remove async masking.
1466 (linux_nat_wait_1): Add `target_options' argument. Use it instead
1467 of checking on target_can_async_p.
1468 (linux_nat_wait): Add `target_options' argument. Adjust.
1469 * remote.c (remote_wait_ns): Add `options' argument. Adjust to
1470 check on TARGET_WNOWAIT instead of checking on remote_is_async_p.
1471 (remote_wait_as): Add `options' argument. Adjust to check on
1472 TARGET_WNOWAIT instead of checking on remote_is_async_p. If doing
1473 a blocking wait, keep waiting until an interesting event comes
1474 out.
1475 (remote_wait): Add `options' argument. Don't loop here if the
1476 target is in async mode, and a blocking wait has been requested.
1477
1478 * top.c (deprecated_target_wait_hook): Add `options' argument.
1479 * linux-thread-db.c (thread_db_wait): Add `options' argument, and
1480 pass it down to the layer beneath.
1481 * inf-ptrace.c (inf_ptrace_wait): Add `options' argument.
1482 * record.c (record_beneath_to_wait): Add `options' argument.
1483 (record_wait): Add `options' argument, and pass it down to the
1484 layer beneath.
1485 * bsd-uthread.c (bsd_uthread_wait): Add `options' argument.
1486 * darwin-nat.c (darwin_wait): Likewise.
1487 * defs.h (deprecated_target_wait_hook): Likewise.
1488 * gnu-nat.c (gnu_wait): Add `options' argument.
1489 * go32-nat.c (go32_wait): Likewise.
1490 * hpux-thread.c (hpux_thread_wait): Add `options' argument, and
1491 pass it down to the layer beneath.
1492 * inf-ttrace.c (inf_ttrace_wait): Add `options' argument.
1493 * monitor.c (monitor_wait): Likewise.
1494 * nto-procfs.c (procfs_wait): Likewise.
1495 * remote-mips.c (mips_wait): Add `options' argument.
1496 * remote-sim.c (gdbsim_wait): Likewise.
1497 * rs6000-nat.c (rs6000_wait): Add `options' argument.
1498 * sol-thread.c (sol_thread_wait): Add `options' argument, and pass
1499 it down to the layer beneath.
1500 * spu-linux-nat.c (spu_child_wait): Add `options' argument.
1501 * windows-nat.c (windows_wait): Likewise.
1502 * tui/tui-hooks.c (tui_target_wait_hook): Likewise. Adjust.
1503
1504 2009-05-21 Pedro Alves <pedro@codesourcery.com>
1505
1506 * mi/mi-interp.c (mi_on_resume): Account for whole process
1507 resumes.
1508
1509 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1510
1511 * m2-exp.y (MAX_FUNC): Fix trailing UNOP_MAX.
1512
1513 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1514
1515 * dwarf2read.c (set_cu_language): Recognize also DW_LANG_C99.
1516
1517 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1518
1519 Fix parsing DW_AT_const_value using DW_FORM_string.
1520 * dwarf2read.c (dwarf2_const_value <DW_FORM_string>): New.
1521
1522 2009-05-20 Joel Brobecker <brobecker@adacore.com>
1523
1524 * aix-thread.c (giter_count): Do not count the main thread.
1525 (giter_accum): Do not include the main thread.
1526
1527 2009-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1528
1529 Remove the PROT parameter from openp.
1530 * source.c (openp): Remove the parameter PROT. Assertion check MODE.
1531 defs.h (openp): Update the prototype.
1532 Update all the openp callers.
1533
1534 2009-05-19 Pedro Alves <pedro@codesourcery.com>
1535
1536 * inflow.c (kill_command): Moved to infcmd.c.
1537 (_initialize_inflow): Don't add the "kill" command or clear
1538 inferior_ptid here.
1539 * infcmd.c (kill_command): Moved here from inflow.c.
1540 (_initialize_infcmd): Add the "kill" command here.
1541
1542 2009-05-19 Pedro Alves <pedro@codesourcery.com>
1543
1544 * fork-child.c: Don't include frame.h. Include terminal.h.
1545 (fork_inferior): Call new_tty_postfork after forking adn adding
1546 the child to the inferior list.
1547 * inferior.h (new_tty_prefork, gdb_has_a_terminal): Don't declare
1548 here.
1549 * inflow.c (struct terminal_info): Remove const qualifier from
1550 `run_terminal' field.
1551 (inferior_thisrun_terminal): Tweak comment.
1552 (inflow_inferior_exit): Release the `run_terminal' field.
1553 (copy_terminal_info): New function.
1554 (new_tty_postfork): New function.
1555 * terminal.h (new_tty_prefork, new_tty, new_tty_postfork,
1556 (copy_terminal_info, gdb_has_a_terminal, gdb_setpgid): Declare.
1557 * inf-ptrace.c: Include terminal.h.
1558 (inf_ptrace_follow_fork): Copy the parent's terminal info to the
1559 child.
1560 * linux-nat.c: Include terminal.h.
1561 (linux_child_follow_fork): Copy the parent's terminal info to the
1562 child.
1563 * inf-ttrace.c: Include terminal.h.
1564 (inf_ttrace_follow_fork): Copy the parent's terminal info to the
1565 child.
1566
1567 2009-05-19 Pedro Alves <pedro@codesourcery.com>
1568
1569 * breakpoint.c (insert_breakpoints, breakpoint_init_inferior)
1570 (update_global_location_list): Use gdbarch_has_global_breakpoints
1571 instead of gdbarch_has_global_solist and
1572 target_supports_multi_process.
1573 * dicos-tdep.c (dicos_init_abi): Set
1574 gdbarch_has_global_breakpoints.
1575 * gdbarch.sh (has_global_solist): Update comment.
1576 (has_global_breakpoints): New.
1577 * remote.c (remote_start_remote): Use
1578 gdbarch_has_global_breakpoints instead of
1579 gdbarch_has_global_solist.
1580 * target.c (target_detach): Use gdbarch_has_global_breakpoints
1581 instead of gdbarch_has_global_solist.
1582 * infcmd.c (attach_command): Use gdbarch_has_global_solist instead
1583 of target_supports_multi_process.
1584
1585 2009-05-18 Paul Pluzhnikov <ppluzhnikov@google.com>
1586
1587 * objc-lang.c (find_methods): Plug a small memory leak.
1588
1589 2009-05-18 Pedro Alves <pedro@codesourcery.com>
1590
1591 * solib-svr4.c: Include observer.h.
1592 (debug_base, debug_loader_offset_p, debug_loader_offset)
1593 (debug_loader_name, main_lm_addr): Move these globals...
1594 (struct svr4_info): ... into this new structure.
1595 (svr4_info_p): New typedef.
1596 (svr4_info): New global.
1597 (get_svr4_info, remove_svr4_info, solib_svr4_inferior_exit): New
1598 functions.
1599 (locate_base, solib_svr4_r_map, solib_svr4_r_brk)
1600 (solib_svr4_r_ldsomap): Add svr4_info argument. Adjust to
1601 per-inferior svr4.
1602 (open_symbol_file_object): Adjust to per-inferior svr4.
1603 (svr4_default_sos, svr4_current_sos, svr4_fetch_objfile_link_map):
1604 Ditto.
1605 (enable_break): Add svr4_info argument. Adjust to per-inferior
1606 svr4.
1607 (enable_break, svr4_solib_create_inferior_hook, svr4_clear_solib):
1608 Adjust to per-inferior svr4.
1609 (_initialize_svr4_solib): Install the solib_svr4_inferior_exit
1610 observer.
1611
1612 2009-05-18 Pedro Alves <pedro@codesourcery.com>
1613
1614 * linux-nat.h (linux_proc_get_tgid): Declare.
1615 * linux-nat.c (linux_proc_get_tgid): New.
1616 * linux-thread-db.c (struct thread_db_info): New field
1617 `need_stale_parent_threads_check'.
1618 (add_thread_db_info): Set it.
1619 (find_new_threads_callback): Ignore stale fork parent threads.
1620 (thread_db_resume): New.
1621 (init_thread_db_ops): Install thread_db_resume.
1622
1623 2009-05-18 Pedro Alves <pedro@codesourcery.com>
1624
1625 * fork-child.c (fork_inferior): Only reset the thread list if this
1626 is the first inferior.
1627 (startup_inferior): If the target support multi-process, tell it
1628 to resume only the new process.
1629 * linux-nat.c (num_lwps): Delete global.
1630 (purge_lwp_list): New function.
1631 (num_lwps): New function.
1632 (add_lwp, delete_lwp): Adjust.
1633 (ptid_match): New.
1634 (iterate_over_lwps): Add filter argument. Handle it.
1635 (linux_nat_attach): Remove FIXME note.
1636 (linux_nat_detach): Adjust to iterate over threads of the inferior
1637 we're detaching from. Adjust to num_lwps being a function. Don't
1638 assume the head of the lwp list is the main thread of the process
1639 we're detaching from. Don't destroy the LWP list.
1640 (resume_callback): Add debug output.
1641 (linux_nat_resume): Handle resuming a single inferior. Allow a
1642 wildcard resume in non-stop mode.
1643 (linux_handle_extended_wait): Don't assume inferior_ptid is the
1644 correct inferior of the parent LWP.
1645 (status_callback): Also check lp->waitstatus.
1646 (select_event_lwp): Add new filter parameter. Handle it.
1647 (linux_nat_filter_event): Adjust to num_lwps being a function.
1648 (linux_nat_wait_1): When adding the first lwp of the inferior, use
1649 an is_lwp check instead of checking for the number of lwps.
1650 (linux_nat_wait_1): Handle waiting for a specific tgid. Handle
1651 pending process exit statuses.
1652 (linux_nat_mourn_inferior): Don't destroy all the LWP info.
1653 Instead delete LWPs of the inferior that we're mourning. Don't
1654 unregister from the event loop here.
1655 (linux_nat_pid_to_str): Use `num_lwps'.
1656 (linux_nat_make_corefile_notes): Adjust to walk over lwps of a
1657 single inferior.
1658 (linux_nat_is_async_p): Check if async was masked out.
1659 (linux_multi_process): New global.
1660 (linux_nat_supports_multi_process): New.
1661 (linux_nat_stop_lwp): Remove LWP filtering. It is done by the
1662 caller.
1663 (linux_nat_stop): Adjust to make iterate_over_lwps itself do the
1664 LWP filtering.
1665 (linux_nat_close): New.
1666 (linux_nat_add_target): Register linux_nat_close and
1667 linux_nat_supports_multi_process.
1668 * linux-nat.h (iterate_over_lwps): Add filter argument.
1669 * linux-thread-db.c (thread_db_handle): Delete.
1670 (proc_handle, thread_agent, td_init_p, td_ta_new_p)
1671 (td_ta_map_id2thr_p, td_ta_map_lwp2thr_p, td_ta_thr_iter_p)
1672 (td_ta_event_addr_p, td_ta_set_event_p, td_ta_event_getmsg_p)
1673 (td_thr_validate_p, td_thr_get_info_p, td_thr_event_enable_p)
1674 (td_thr_tls_get_addr_p, td_create_bp_addr, td_death_bp_addr): No
1675 longer globals, moved to...
1676 (struct thread_db_info): ... this new structure.
1677 (thread_db_list): New.
1678 (add_thread_db_info, get_thread_db_info, delete_thread_db_info):
1679 New.
1680 (have_threads_callback): Filter out threads of all inferiors but
1681 the one specified by the ARGS argument.
1682 (have_threads): Add ptid argument specifying the inferior we're
1683 interested in. Handle it.
1684 (struct thread_get_info_inout): New.
1685 (thread_get_info_callback, thread_from_lwp): Adjust to use it.
1686 (thread_db_attach_lwp): Check that inferior of the passed in
1687 thread is using thread-db. Adjust.
1688 (enable_thread_event): Remove thread_agent parameter. Instead,
1689 get it from the per-inferior thread-db info.
1690 (dladdr_to_soname): Move higher up.
1691 (enable_thread_event_reporting): Adjust to use per-inferior
1692 thread-db info.
1693 (try_thread_db_load_1): Replace `handle' parameter by a
1694 thread_db_info parameter. Adjust to use per-inferior thread-db
1695 info.
1696 (try_thread_db_load): Adjust to use per-inferior thread-db info.
1697 (thread_db_load, disable_thread_event_reporting): Ditto.
1698 (check_for_thread_db): Remove conditional reporting of which
1699 libthread_db is in use.
1700 (thread_db_new_objfile): Add comment about inferior_ptid.
1701 (attach_thread): Adjust to use per-inferior thread-db info.
1702 (thread_db_detach): Adjust to use per-inferior thread-db info.
1703 Remove thread event breakpoints of the current inferior. Only
1704 unpush the thread-db target if there are no more processes using
1705 it.
1706 (check_event): Adjust to use per-inferior thread-db info.
1707 (thread_db_wait): Adjust to use per-inferior thread-db info. Only
1708 unpush the thread-db target if there are no more processes using
1709 it.
1710 (thread_db_mourn_inferior): Adjust to use per-inferior thread-db
1711 info. Mark breakpoints of the current inferior out before
1712 deleting them. Only unpush the thread-db target if there are no
1713 more processes using it.
1714 (find_new_threads_callback): Adjust to use per-inferior thread_db
1715 info.
1716 (thread_db_find_new_threads_1): Add new ptid argument. Adjust to
1717 use per-inferior thread-db info.
1718 (thread_db_find_new_threads): Adjust to use per-inferior thread-db
1719 info.
1720 (thread_db_get_thread_local_address): Adjust.
1721 (thread_db_get_ada_task_ptid): Adjust.
1722 * inf-ptrace.c (inf_ptrace_mourn_inferior): Only unpush the target
1723 if there no more processes left to debug.
1724 * thread.c (set_running, set_executing): Handle resuming all
1725 threads of a single inferior.
1726 * mi/mi-interp.c (mi_output_running_pid): New.
1727 (mi_inferior_count): New.
1728 (mi_on_resume): For backwards compatibility, if resuming all
1729 threads of an inferior, and there is only one inferior, output
1730 "all".
1731
1732 2009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
1733
1734 * ada-lang.c (ada_find_any_type): Move check for primitive types ...
1735 (to_fixed_range_type): ... to here.
1736
1737 2009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
1738
1739 * ada-lang.c (desc_data_type): Remove, replace by ...
1740 (desc_data_target_type): ... this.
1741 (thin_data_pntr): Use desc_data_target_type instead of desc_data_type.
1742 (ada_is_array_descriptor_type): Likewise.
1743 (ada_type_of_array): Likewise.
1744 (ada_coerce_to_simple_array_type): Likewise.
1745 (ada_array_element_type): Likewise.
1746
1747 2009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
1748
1749 * ada-valprint.c (ada_val_print_1): Use val_print_string to print
1750 result of ada_vax_float_print_function inferior call.
1751
1752 2009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
1753
1754 * ada-lang.c (ada_coerce_to_simple_array_type): Reimplement to
1755 avoid creating a dummy value.
1756
1757 2009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
1758
1759 * p-valprint.c (pascal_val_print): Use extract_typed_address
1760 to extract reference value.
1761
1762 2009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
1763
1764 * doublest.c (NAN): Remove unused define.
1765 (extract_floating_by_length, deprecated_extract_floating): Remove.
1766 (store_floating_by_length, deprecated_store_floating): Remove.
1767 (extract_typed_floating): Do not call extract_floating_by_length.
1768 (store_typed_floating): Do not call store_floating_by_length.
1769 (convert_typed_floating): Remove redundant assertions.
1770 * doublest.h (deprecated_extract_floating): Remove.
1771 (deprecated_store_floating): Remove.
1772 * sh64-tdep.c (sh64_register_convert_to_raw): Call
1773 extract_typed_floating instead of deprecated_extract_floating.
1774
1775 2009-05-18 Jon Beniston <jon@beniston.com>
1776
1777 * MAINTAINERS: Add lm32 target.
1778 * Makefile.in: Add lm32 dependencies.
1779 * NEWS: Indicate lm32 is a new target.
1780 * configure.tgt: Add lm32 targets.
1781 * lm32-tdep.c: New file.
1782
1783 2009-05-18 Pedro Alves <pedro@codesourcery.com>
1784
1785 * corelow.c (core_open): Flush the register cache before doing
1786 anything with registers.
1787
1788 2009-05-18 Pedro Alves <pedro@codesourcery.com>
1789
1790 * inflow.h (our_process_group): Remove declaration.
1791 (inferior_process_group): Delete global variable declaration.
1792 (inferior_process_group): New function declaration.
1793 * inflow.c: Include observer.h.
1794 (inferior_ttystate, our_ttystate, tflags_inferior, tflags_ours):
1795 Delete.
1796 (struct terminal_info): New struct.
1797 (our_terminal_info): New global.
1798 (inferior_process_group): New function.
1799 (inferior_thisrun_terminal): Extend description comment.
1800 (gdb_has_a_terminal): Adjust to write to our_terminal_info fields
1801 instead of globals.
1802 (terminal_init_inferior_with_pgrp): Adjust to per-inferior
1803 terminal settings.
1804 (terminal_inferior): Ditto.
1805 (terminal_ours_1): Ditto.
1806 (inflow_new_inferior, inflow_inferior_exit): New functions.
1807 (child_terminal_info): Adjust to per-inferior terminal settings.
1808 (osig_set): New global.
1809 (set_sigint_trap): Adjust to per-inferior terminal settings. Set
1810 or clear `osig_set' accordingly.
1811 (clear_sigint_trap): Check `osig_set' to decide wheater to restore
1812 SIGINT handler, instead of checking the current inferior (which
1813 may be none).
1814 (_initialize_inflow): Attach inflow_new_inferior and
1815 inflow_inferior_exit to the "new_inferior" and "inferior_exit"
1816 notifications, respectively.
1817 * inferior.h (struct terminal_info): Forward declare.
1818 (struct inferior): Add `terminal_info' field.
1819 * inferior.c (delete_inferior_1): Notify the inferior_exit
1820 observers before removing the inferior from the lists and deleting
1821 it.
1822 * inf-ptrace.c (inf_ptrace_stop): `inferior_process_group' is now
1823 a function instead of a variable. Adjust.
1824 * procfs.c (procfs_stop): Ditto.
1825
1826 2009-05-17 Pedro Alves <pedro@codesourcery.com>
1827
1828 * infrun.c (handle_inferior_event): When handling a
1829 TARGET_WAITKIND_FORKED, detach breakpoints from the fork child
1830 immediatelly.
1831 * linux-nat.c (linux_child_follow_fork): Only detach breakpoints
1832 from the child if vforking.
1833 * inf-ptrace.c (inf_ptrace_follow_fork): No need to detach
1834 breakpoints from the child here.
1835
1836 2009-05-17 Pedro Alves <pedro@codesourcery.com>
1837
1838 * infrun.c (pending_follow): Remove execd_pathname member.
1839 (resume): No longer handle TARGET_WAITKIND_EXECD pending follow.
1840 (handle_inferior_event): When handling a TARGET_WAITKIND_EXECD
1841 event, don't copy `execd_pathname' to pending_follow, use the
1842 event copy instead. Release `execd_pathname' once done with
1843 handling the event.
1844
1845 * infrun.c (pending_follow): Remove mention of exec events.
1846
1847 2009-05-17 Hui Zhu <teawater@gmail.com>
1848
1849 * i386-tdep.c (i386_process_record): Make it extern.
1850 (i386_gdbarch_init): Don't call set_gdbarch_process_record
1851 here.
1852 * i386-tdep.h (i386_process_record): Declare.
1853 * i386-linux-tdep.c (i386_linux_init_abi): Call
1854 set_gdbarch_process_record.
1855
1856 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
1857
1858 Always report varobj as changed when in_scope attribute changes.
1859
1860 * varobj.c (install_new_value): If non-NULL-ness of value
1861 changed, return 1.
1862
1863 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
1864
1865 * NEWS: Mention set/show libthread-db-search-path.
1866 * gdb_thread_db.h (LIBTHREAD_DB_SEARCH_PATH): New define.
1867 (LIBTHREAD_DB_SO): Moved from linux-thread-db.c
1868 * linux-thread-db.c (libthread_db_search_path): New setting.
1869 (thread_db_handle): New variable (replaces using_thread_db).
1870 (try_thread_db_load_1): New function.
1871 (try_thread_db_load, thread_db_load_search): Likewise.
1872 (dladdr_to_soname): Likewise.
1873 (thread_db_load): Iterate over possibly multiple libthread_db's.
1874 (check_for_thread_db): Attempt to load new libthread_db.
1875 (thread_db_detach, thread_db_wait): Unload libthread_db.
1876 (thread_db_mourn_inferior): Likewise.
1877 (_initialize_thread_db): Add new libthread-db-search-path option.
1878 Defer loading of libthread_db to check_for_thread_db.
1879 * solib.c (libpthread_name_p): New function.
1880 (libpthread_solib_p): Call it.
1881 * solib.h (libpthread_name_p): New prototype.
1882
1883 2009-05-15 Pierre Muller <muller@ics.u-strasbg.fr>
1884
1885 * MAINTAINERS: Update my email address.
1886
1887 2009-05-14 Paul Pluzhnikov <ppluzhnikov@google.com>
1888
1889 * breakpoint.h: Add breakpoint_re_set_objfile prototype.
1890 * breakpoint.c (create_overlay_event_breakpoint): Renamed
1891 from create_overlay_event_breakpoint_1, old
1892 create_overlay_event_breakpoint deleted.
1893 (breakpoint_re_set_objfile): Don't rescan all objfiles
1894 unnecessarily.
1895 (breakpoint_re_set): New function.
1896 * symfile.c (new_symfile_objfile): Call breakpoint_re_set_objfile
1897 instead of breakpoint_re_set.
1898 * objfiles.c (objfile_relocate): Likewise.
1899
1900 2009-05-14 Joel Brobecker <brobecker@adacore.com>
1901
1902 * gdbarch.sh: Add comment documenting the target_gdbarch global.
1903 gdbarch.h does NOT need to be regenerated as the corresponding
1904 change has already been made in a previous commit.
1905
1906 2009-05-14 Pierre Muller <muller@ics.u-strasbg.fr>
1907
1908 Remove all i386 debug register low level macros in config nm files.
1909 (I386_DR_LOW_SET_ADDR, I386_DR_LOW_RESET_ADDR): Remove.
1910 (I386_DR_LOW_GET_STATUS, I386_DR_LOW_SET_CONTROL): Remove.
1911 (I386_USE_GENERIC_WATCHPOIINTS): Remove.
1912
1913 * i386-nat.h: New file (adapted from config/i386/nm-i386.h).
1914 (struct i386_dr_low_type): New type.
1915 (i386_dr_low): New global variable.
1916 * i386-nat.c (TARGET_HAS_DR_LEN_8): Update macro.
1917 (i386_insert_aligned_watchpoint): Replace i386 dr low macros by
1918 i386_dr_low struct variable fields.
1919 (i386_remove_aligned_watchpoint): Likewise.
1920 (i386_stopped_data_address): Likewise.
1921 (i386_stopped_by_hwbp): Likewise.
1922 (show_debug_regs_command_added): New static variable.
1923 (add_show_debug_regs_command): New static function.
1924 (i386_use_watchpoints): Call add_show_debug_regs_command if not done.
1925 (i386_set_debug_register_length): New function.
1926 (_initialize_i386_nat): Delete.
1927
1928 * amd64-linux-nat.c: Include "i386-nat.h".
1929 (amd64_linux_dr_set_control): Change to static.
1930 (amd64_linux_dr_get_status): Change to static.
1931 (amd64_linux_dr_set_addr,amd64_linux_dr_reset_addr): Likewise.
1932 (_initialize_amd64_linux_nat): Set i386_dr_low variable fields.
1933
1934 * go32-nat.c: Include "i386-nat.h".
1935 (go32_set_addr): Change to static.
1936 (go32_set_dr7): Change to static. Change arg type to unisgned long.
1937 (go32_get_dr6): Change to static. Change return type to unisnged long.
1938 (init_go32_ops): Set i386_dr_low variable fields.
1939 * i386-linux-nat.c: Include "i386-nat.h".
1940 (i386_linux_dr_set_control, i386_linux_dr_get_status): Change to static.
1941 (i386_linux_dr_set_addr, i386_linux_dr_reset_addr): Idem.
1942 (_initialize_i386_linux_nat): Set i386_dr_low variable fields.
1943 * i386bsd-nat.h: Declare functions used for
1944 i386_dr_low fields in i386fbsd-nat.c.
1945 * i386fbsd-nat.c: Include "i386-nat.h".
1946 (_initialize_i386fbsd_nat): Set i386_dr_low variable fields.
1947 * windows-nat.c: Include "i386-nat.h".
1948 (cygwin_set_dr, cygwin_get_dr6, cygwin_set_dr7): Add prototypes.
1949 Change to static.
1950 (cygwin_get_dr6): Change return type to unisnged long.
1951 (cygwin_set_dr7): Change arg type to unisgned long.
1952 (init_windows_ops): Set i386_dr_low function fields.
1953
1954 * amd64-windows-nat.c (_initialize_amd64_windows_nat): Call
1955 i386_set_debug_register_length.
1956 * i386-windows-nat.c (_initialize_i386_windows_nat): Likewise.
1957
1958 * config/i386/nm-cygwin.h: Remove all I386_* macros.
1959 * config/i386/nm-cygwin64.h: Likewise.
1960 * config/i386/nm-fbsd.h: Likewise.
1961 * config/i386/nm-linux.h: Likewise.
1962 * config/i386/nm-i386.h: Remove completely.
1963 * config/i386/nm-go32.h: Remove completely.
1964 * config/i386/nm-linux64.h: Remove completely.
1965 * config/i386/go32.mh (NAT_FILE): Remove entry.
1966 * config/i386/linux64.h (NAT_FILE): Change to config/nm-linux.h.
1967
1968 2009-05-14 Jon Beniston <jon@beniston.com>
1969
1970 * MAINTAINERS: Add Jon Beniston to write after approval list.
1971
1972 2009-05-13 Paul Pluzhnikov <ppluzhnikov@google.com>
1973
1974 * objc-lang.c (objc_objfile_data): New variable.
1975 (find_methods): Skip objfiles without Obj-C methods.
1976 (_initialize_objc_lang): New function.
1977
1978 2009-05-13 Joel Brobecker <brobecker@adacore.com>
1979
1980 * c-lang.c (print_wchar): Remove unnecessary cast.
1981
1982 2009-05-12 Jim Blandy <jimb@red-bean.com>
1983
1984 * MAINTAINERS: Remove self as m32c target maintainer.
1985
1986 2009-05-12 Pedro Alves <pedro@codesourcery.com>
1987
1988 * cli/cli-decode.c (deprecated_add_set_cmd): Delete.
1989 * command.h (deprecated_add_set_cmd): Delete declaration.
1990 * gnu-nat.c (_initialize_gnu_nat): Replace 'maint gnu-debug' with
1991 'set debug gnu-nat' and 'show debug gnu-nat'.
1992 * i386-nat.c (_initialize_i386_nat): Replace 'maint
1993 show-debug-registers' with 'maint set show-debug-registers' and
1994 'maint show show-debug-registers'.
1995 * mips-linux-nat.c (_initialize_mips_linux_nat): Replace 'maint
1996 show-debug-registers' with 'maint set show-debug-registers' and
1997 'maint show show-debug-registers'.
1998
1999 2009-05-12 Joel Brobecker <brobecker@adacore.com>
2000
2001 * c-lang.c (print_wchar): Convert w into a gdb_wchar_t before
2002 pushing it on the output obstack.
2003
2004 2009-05-11 Joel Brobecker <brobecker@adacore.com>
2005
2006 Fix internal error on breaking at a multi-locations caller source line.
2007 * breakpoint.c (parse_breakpoint_sals): Set EXPLICIT_PC for the `break'
2008 command with no parameters.
2009
2010 2009-05-11 Pedro Alves <pedro@codesourcery.com>
2011
2012 * linux-nat.c (enum sigchld_state): Delete.
2013 (linux_nat_async_events_state): Delete.
2014 (struct waitpid_result): Delete.
2015 (waitpid_queue): Delete.
2016 (queued_waitpid_1): Delete.
2017 (async_file_flush): New.
2018 (queued_waitpid, push_waitpid): Delete.
2019 (async_file_mark): New.
2020 (drain_queued_events): Delete.
2021 (my_waitpid): Remove locally queued events handling.
2022 (linux_test_for_tracefork): Upjust.
2023 (linux_child_follow_fork): Ditto.
2024 (sync_sigchld_action): Delete.
2025 (blocked_mask): Reinstate.
2026 (async_sigchld_action): Rename to...
2027 (sigchld_action): ... this.
2028 (block_child_signals): New.
2029 (restore_child_signals_mask): New.
2030 (lin_lwp_attach_lwp): Adjust.
2031 (linux_nat_create_inferior): Ditto.
2032 (linux_nat_attach): Also use lp->status in async mode.
2033 (get_pending_status): Don't use queued_waitpid.
2034 (linux_nat_detach): Don't drain locally queued events.
2035 (linux_nat_resume): Allow pending wait statuses stored lp->status
2036 in async mode. If returning early due to a pending event,
2037 re-register the event source.
2038 (stop_wait_callback): Allow pending wait statuses stored
2039 lp->status in async mode.
2040 (pipe_to_local_event_queue, local_event_queue_to_pipe): Delete.
2041 (linux_nat_wait): Rename to ...
2042 (linux_nat_wait_1): ... this. Allow pending wait statuses stored
2043 lp->status in async mode. Always add WNOHANG to the waitpid
2044 options in async mode.
2045 (linux_nat_wait): New.
2046 (kill_callback): Don't drain locally queued events.
2047 (sigchld_handler): Rewrite.
2048 (linux_nat_is_async_p, linux_nat_can_async_p): Fix comments to
2049 refer to "set target-async".
2050 (linux_nat_async_mask): If in non-stop, and re-enabling async
2051 mode, re-register the target event source in the event loop.
2052 (linux_nat_event_pipe_pop, linux_nat_event_pipe_push)
2053 (get_pending_events, async_sigchld_handler)
2054 (linux_nat_async_events): Delete.
2055 (handle_target_event): New.
2056 (linux_nat_async_file_handler): Delete.
2057 (linux_async_pipe): New.
2058 (linux_nat_async): Only re-register in the event loop if not
2059 registered yet. Always notify the event-loop once if enabling the
2060 event source.
2061 (linux_nat_stop_lwp): Rewrite to handle pending events stored in
2062 lp->status, not in the locally queued event list.
2063 (linux_nat_stop): Don't mask out async event handling.
2064 (linux_nat_setup_async): Delete.
2065 (_initialize_linux_nat): Adjust.
2066 (lin_thread_get_thread_signals): blocked_mask is global again.
2067 Adjust.
2068
2069 2009-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
2070
2071 Unify target macros.
2072
2073 * target.h (STOPPED_BY_WATCHPOINT): Delete, replaced by ...
2074 (target_stoppped_by_watchpoint): New macro.
2075 (HAVE_STEPPABLE_WATCHPOINT): Delete, replaced by ...
2076 (target_have_steppable_watchpoint): New macro.
2077 (HAVE_CONTINUABLE_WATCHPOINT): Delete, replace by ...
2078 (target_have_continuable_watchpoint): New macro.
2079 (TARGET_CAN_USE_HARDWARE_WATCHPOINT):Delete, replaced by ...
2080 (target_can_use_hardware_watchpoint): New macro.
2081 (TARGET_REGION_OK_FOR_HW_WATCHPOINT):Delete, replaced by ...
2082 (target_region_ok_for_hw_watchpoint): New macro.
2083
2084 * breakpoint.c (update_watchpoint): Use new macros.
2085 (bpstat_alloc): Likewise.
2086 (create_breakpoint): Likewise.
2087 (watch_command_1): Likewise.
2088 (can_use_hardware_watchpoint): Likewise.
2089 (do_enable_breakpoint): Likewise.
2090 * infrun.c (handle_inferior_event): Adapt to new macros.
2091 * mips-tdep.c (mips_gdbarch_init): Update comments.
2092 * procfs.c (procfs_set_watchpoint): Update comment.
2093 (procfs_insert_watchpoint): Adapt to new macros.
2094 * remote-m32r-sdi.c (m32r_stop):
2095 * remote-mips.c (mips_remove_breakpoint):
2096 * target.c (debug_to_region_ok_for_hw_watchpoint): Update to new macros.
2097 (debug_to_stopped_by_watchpoint): Likewise.
2098
2099
2100 2009-05-10 Pierre Muller <muller@ics.u-strasbg.fr>
2101
2102 * src/gdb/target.h: Remove all tests for already defined
2103 macros. All macros defined here should not be set in config
2104 headers anymore.
2105
2106 2009-05-08 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2107
2108 * ppc-linux-nat.c (have_ptrace_getsetregs): New variable.
2109 (have_ptrace_getsetfpregs): Likewise.
2110 fetch_all_gp_regs): New function.
2111 (fetch_gp_regs): New function.
2112 (fetch_all_fp_regs): Likewise.
2113 (fetch_fp_regs): New function.
2114 (fetch_ppc_registers): Using the new methods to fetch general-
2115 purpose and floating-pointer registers.
2116 (store_all_gp_regs): New function.
2117 (store_gp_regs): Likewise.
2118 (store_all_fp_regs): New function.
2119 (store_fp_regs): Likewise.
2120 (store_ppc_registers): Using the new methods to store general-
2121 purpose and floating-pointer registers.
2122
2123 2009-05-08 Doug Evans <dje@google.com>
2124
2125 * linux-nat.c (linux_xfer_siginfo): Delete unused locals lp, n.
2126
2127 2009-05-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2128
2129 * MAINTAINERS (Write After Approval): Add self.
2130
2131 2009-05-07 Joel Brobecker <brobecker@adacore.com>
2132
2133 * gdbarch.h (target_gdbarch): Add comment documenting this global.
2134
2135 2009-05-06 Joel Brobecker <brobecker@adacore.com>
2136
2137 * acinclude.m4 (AM_ICONV): Prefer in-tree libiconv if present over
2138 system iconv.
2139 * configure: Regenerate.
2140
2141 2009-05-06 Joel Brobecker <brobecker@adacore.com>
2142
2143 * utils.c: Add include of gdb_usleep.h.
2144 (defaulted_query): Detect false EOF conditions that happen
2145 on terminals opened with the O_NONBLOCK flag when there is
2146 nothing to read.
2147
2148 2009-05-06 Pedro Alves <pedro@codesourcery.com>
2149
2150 * inferior.c (add_inferior): Move observer_notify_new_inferior
2151 call to ...
2152 (add_inferior_silent): ... here.
2153
2154 2009-05-06 Pierre Muller <muller@ics.u-strasbg.fr>
2155 Pedro Alves <pedro@codesourcery.com>
2156
2157 * procfs.c (procfs_insert_watchpoint, procfs_remove_watchpoint)
2158 (procfs_region_ok_for_hw_watchpoint, procfs_use_watchpoints): New
2159 functions.
2160 (procfs_stopped_by_watchpoint): Made static, ptid argument
2161 removed.
2162 (_initialize_procfs): Register new watchpoint related target
2163 functions.
2164 * config/i386/nm-i386sol2.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT)
2165 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT, STOPPED_BY_WATCHPOINT)
2166 (HAVE_CONTINUABLE_WATCHPOINT): Delete.
2167 (target_insert_watchpoint, target_remove_watchpoint): Delete.
2168 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Delete
2169 declarations.
2170 * config/mips/nm-irix5.h (STOPPED_BY_WATCHPOINT)
2171 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
2172 (target_insert_watchpoint, target_remove_watchpoint): Delete.
2173 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Delete
2174 declarations.
2175 * config/sparc/nm-sol2.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
2176 (HAVE_CONTINUABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT): Delete.
2177 (target_insert_watchpoint, target_remove_watchpoint): Delete.
2178 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Delete
2179 declarations.
2180
2181 2009-05-06 Hui Zhu <teawater@gmail.com>
2182
2183 * i386-tdep.c (i386_process_record): Change bzero to memset.
2184
2185 2009-05-06 Hui Zhu <teawater@gmail.com>
2186
2187 * NEWS: Add item for process record and replay.
2188
2189 2009-05-05 Maxim Grigoriev <maxim2405@gmail.com>
2190
2191 * xtensa-tdep.c (xtensa_frame_cache): Use pc instead of cache->pc.
2192
2193 2009-05-05 Ulrich Weigand <uweigand@de.ibm.com>
2194
2195 * inferior.h (read_pc, write_pc): Remove.
2196 * regcache.c (read_pc, write_pc): Remove.
2197
2198 * infrun.c (displaced_step_fixup): Use regcache_read_pc instead
2199 of read_pc.
2200 (handle_inferior_event): Use regcache_read_pc instead of read_pc
2201 when determining value of stop_pc. Replace subsequent uses of
2202 read_pc by inspecting already-retrieved stop_pc value.
2203 (keep_going): Use regcache_read_pc instead of read_pc.
2204
2205 * breakpoint.c (watchpoint_check): Use current frame architecture
2206 and PC instead of current_gdbarch and read_pc ().
2207 * tracepoint.c (set_traceframe_context): Replace PC argument
2208 with FRAME argument.
2209 (trace_start_command, finish_tfind_command): Update calls.
2210 (finish_tfind_command): Compare frame IDs to identify transitions
2211 between frames.
2212 (trace_find_pc_command): Use regcache_read_pc instead of read_pc.
2213 * rs6000-nat.c (exec_one_dummy_insn): Pass in regcache instead
2214 of gdbarch. Use regcache_read_pc and regcache_write_pc instead
2215 of read_pc and write_pc.
2216 (store_register): Make regcache argument non-const. Update call
2217 to exec_one_dummy_insn.
2218
2219 * thread.c (switch_to_thread): Use regcache_read_pc instead of read_pc.
2220 * infcmd.c (post_create_inferior): Likewise.
2221 * solib-darwin.c (darwin_solib_create_inferior_hook): Likewise.
2222 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
2223 * solib-sunos.c (sunos_solib_create_inferior_hook): Likewise.
2224 * solib-svr4.c (enable_break, svr4_relocate_main_executable): Likewise.
2225 * linux-fork.c (fork_load_infrun_state): Likewise.
2226 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Likewise.
2227 * record.c (record_wait): Likewise.
2228 * procfs.c (procfs_wait): Likewise.
2229 * remote-mips.c (common_open, mips_wait): Likewise.
2230 * remote-m32r-sdi.c (m32r_resume): Likewise.
2231
2232 * symfile.c (generic_load): Use regcache_write_pc instead of write_pc.
2233 * monitor.c (monitor_create_inferior, monitor_load): Likewise.
2234 * m32r-rom.c (m32r_load, m32r_upload_command): Likewise.
2235 * remote-m32r-sdi.c (m32r_create_inferior, m32r_load): Likewise.
2236 * remote-mips.c (mips_create_inferior, mips_load): Likewise.
2237
2238 * solib-darwin.c: Include "regcache.h".
2239 * solib-pa64.c: Include "regcache.h".
2240 * solib-svr4.c: Include "regcache.h.".
2241
2242 * symfile.c: Do not mention read_pc or write_pc in comments.
2243 * dink32-rom.c: Likewise.
2244 * m32r-rom.c: Likewise.
2245 * mips-tdep.c: Likewise.
2246
2247 2009-05-05 Ulrich Weigand <uweigand@de.ibm.com>
2248
2249 * fork-child.c (startup_inferior): Move setting stop_pc ...
2250 * infcmd.c (post_create_inferior): ... to here.
2251
2252 2009-05-04 Michael Snyder <msnyder@vmware.com>
2253
2254 * NEWS: Add item for reverse debugging commands.
2255
2256 2009-05-04 Pedro Alves <pedro@codesourcery.com>
2257
2258 * go32-nat.c (go32_stop): Delete.
2259 (go32_kill_inferior): Rewrite to only call go32_mourn_inferior.
2260 (go32_create_inferior): Don't call go32_stop or
2261 go32_kill_inferior.
2262 (go32_mourn_inferior): Inline go32_stop and go32_kill_inferior
2263 here.
2264 (init_go32_ops): Don't register go32_stop.
2265
2266 2009-05-02 Eli Zaretskii <eliz@gnu.org>
2267
2268 * dbxread.c (read_dbx_symtab): Avoid compiler warnings for
2269 sym_name.
2270
2271 * infcall.c (find_function_addr): Avoid compiler warnings for
2272 funaddr.
2273
2274 2009-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2275
2276 * dictionary.c (dict_hashed_vector, dict_hashed_expandable_vector)
2277 (dict_linear_vector, dict_linear_expandable_vector): Fix a comment typo.
2278
2279 2009-05-01 Doug Evans <dje@google.com>
2280
2281 * linux-thread-db.c (thread_db_pid_to_str): Delete unused assignment
2282 to thread_info.
2283
2284 2009-05-01 Eli Zaretskii <eliz@gnu.org>
2285
2286 * record.c (_initialize_record): Reformat and clarify doc strings
2287 for stop-at-limit and insn-number-max.
2288
2289 * go32-nat.c: Add comments about dirty secrets of DJGPP debugging.
2290
2291 2009-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2292
2293 Make specifiable the make_function_type type memory ownership.
2294 * gdbtypes.c (make_function_type): New parameter `objfile', use it
2295 explicitely instead of TYPE-initialized removed local variable
2296 `objfile'. Describe `objfile' it in the function comment.
2297 (lookup_function_type): Update make_function_type callers.
2298 * gdbtypes.h (make_function_type): Update the prototype.
2299 * jv-lang.c (java_link_class_type): Update make_function_type callers.
2300 * dwarf2read.c (read_subroutine_type): Likewise.
2301 * stabsread.c (read_type): Likewise.
2302
2303 2009-05-01 Eli Zaretskii <eliz@gnu.org>
2304
2305 * go32-nat.c (go32_pid_to_str): Call normal_pid_to_str instead of
2306 printing a bogus "Thread <main>".
2307 (go32_thread_alive): Don't return 1 for null_ptid.
2308
2309 * i386-tdep.c (i386_go32_init_abi): Override the number of
2310 registers due to non-support of SSE.
2311
2312 2009-04-30 Anthony Green <green@moxielogic.com>
2313
2314 * configure.tgt: Link the moxie simulator in with gdb.
2315
2316 2009-04-30 Paul Pluzhnikov <ppluzhnikov@google.com>
2317
2318 * elfread.c (elf_symtab_read): Don't assume .data and .rodata
2319 are present.
2320
2321 2009-04-30 Hui Zhu <teawater@gmail.com>
2322 Michael Snyder <msnyder@vmware.com>
2323
2324 I386 Linux process record and replay support.
2325
2326 * i386-linux-tdep.c (i386_linux_record_tdep): New variable.
2327 This struct has the argument for the function
2328 "record_linux_system_call".
2329 (i386_linux_intx80_sysenter_record): New function. Parse the
2330 system call instruction and call function
2331 "record_linux_system_call" to record execute log.
2332 (i386_linux_init_abi): Initialize "i386_linux_record_tdep".
2333 Set "i386_linux_intx80_sysenter_record" to
2334 "i386_intx80_record" and "i386_sysenter_record".
2335
2336 2009-04-30 Hui Zhu <teawater@gmail.com>
2337 Michael Snyder <msnyder@vmware.com>
2338
2339 I386 architecture process record and replay support.
2340
2341 * i386-tdep.c (PREFIX_REPZ, PREFIX_REPNZ, PREFIX_LOCK,
2342 PREFIX_DATA, PREFIX_ADDR): New macros. Help decode the i386
2343 instruction set.
2344 (aflag, dflag, override, modrm, mod, reg, rm, ot,
2345 i386_record_pc): New variables. Ditto.
2346 (i386_record_modrm, i386_record_lea_modrm_addr,
2347 i386_record_lea_modrm): New functions. Ditto.
2348 (i386_process_record): New function. Parse the instruction in
2349 address "addr" and record the values of registers and memory
2350 that will be changed by this instruction.
2351 (i386_gdbarch_init): Set "i386_process_record" to GDBARCH
2352 "process_record" interface.
2353 * i386-tdep.h (gdbarch_tdep): New function pointers
2354 "i386_intx80_record" and "i386_sysenter_record" that point to
2355 the function that can record "intx80" and "sysenter" execute
2356 log.
2357
2358 2009-04-30 Hui Zhu <teawater@gmail.com>
2359 Michael Snyder <msnyder@vmware.com>
2360
2361 * infrun.c (use_displaced_stepping): Return false if process
2362 record and replay target is used.
2363 (proceed): Call function "record_not_record_set" if pocess
2364 record and replay target is used.
2365
2366 2009-04-30 Hui Zhu <teawater@gmail.com>
2367 Michael Snyder <msnyder@vmware.com>
2368
2369 Linux process record and replay support.
2370
2371 * Makefile.in (ALLDEPFILES): Add linux-record.c.
2372 (ALL_TARGET_OBS): Add linux-record.o.
2373 * configure.tgt (x86_64-*-linux*): Add linux-record.o.
2374 (i[34567]86-*-linux*): Add linux-record.o.
2375 * linux-record.c, linux-record.h: New file.
2376
2377 2009-04-30 Hui Zhu <teawater@gmail.com>
2378 Michael Snyder <msnyder@vmware.com>
2379
2380 Process record and replay target.
2381
2382 * Makefile.in (SFILES): Add record.c.
2383 (COMMON_OBS): Add record.o.
2384 * record.c, record.h: New file.
2385
2386 2009-04-30 Hui Zhu <teawater@gmail.com>
2387 Michael Snyder <msnyder@vmware.com>
2388
2389 * target.h (strata): New stratum "record_stratum".
2390
2391 2009-04-30 Hui Zhu <teawater@gmail.com>
2392 Michael Snyder <msnyder@vmware.com>
2393
2394 GDBARCH interface for process record and replay.
2395
2396 * gdbarch.sh (process_record): This interface point to the
2397 function that records the inferior execute log.
2398
2399 2009-04-29 Doug Evans <dje@google.com>
2400
2401 * i386-nat.c (child_post_startup_inferior): Delete, unused.
2402
2403 2009-04-29 Pedro Alves <pedro@codesourcery.com>
2404
2405 * breakpoint.c (print_exception_catchpoint): Access `b' directly
2406 instead of `b->loc->owner'.
2407 (print_mention_exception_catchpoint): Ditto.
2408
2409 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2410
2411 * macrocmd.c (info_macro_command): Print -Dname=value if LINE is zero.
2412
2413 2009-04-27 Tom Tromey <tromey@redhat.com>
2414
2415 * c-exp.y (yylex): Handle '[' and ']' like '(' and ')'.
2416
2417 2009-04-27 Jerome Guitton <guitton@adacore.com>
2418
2419 * symtab.c (append_exact_match_to_sals): New function, extracted
2420 from expand_line_sal.
2421 (expand_line_sal): Use append_exact_match_to_sals to append exact
2422 matches. If none found, append all best items.
2423
2424 2009-04-27 Jerome Guitton <guitton@adacore.com>
2425
2426 * main.c (captured_main): Move gdbinit lookups after gdb_init.
2427
2428 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2429
2430 PR gdb/9675:
2431 * dwarf2read.c (unsigned_int_compar, inherit_abstract_dies): New.
2432 (read_func_scope): Call inherit_abstract_dies.
2433
2434 2009-04-25 Eli Zaretskii <eliz@gnu.org>
2435
2436 * Makefile.in (ALLDEPFILES): Remove duplicate entries for
2437 sparc-sol2-nat.c and sparc-sol2-tdep.c.
2438
2439 * stack.c (_initialize_stack) <disassemble-next-line>: Doc fix.
2440
2441 2009-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
2442
2443 ARI change: Use "/* ARI: rule */" pattern.
2444 * utils.c: Update ARI patterns.
2445 * gdb_dirent.h: Likewise.
2446
2447 2009-04-23 Anthony Green <green@moxielogic.com>
2448
2449 * MAINTAINERS: Add moxie target.
2450 * configure.tgt: Add moxie-*-elf target.
2451 * moxie-tdep.c: New file.
2452 * moxie-tdep.h: New file.
2453
2454 2009-04-23 Joel Brobecker <brobecker@adacore.com>
2455
2456 * ada-lang.c: Remove an extra empty line. No code change.
2457
2458 2009-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2459
2460 Fix double free on error inserting the breakpoint instruction.
2461 * breakpoint.c (create_breakpoints): Move the
2462 update_global_location_list call to ...
2463 (break_command_really): ... here together with the second local call
2464 both unified after all the cleanups.
2465
2466 2009-04-23 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2467 Tom Tromey <tromey@redhat.com>
2468
2469 * configure, config.in: Regenerate.
2470 * configure.ac: Support for relocatable GDB datadir. Use
2471 GDB_AC_WITH_DIR. Always define TARGET_SYSTEM_ROOT_RELOCATABLE.
2472 * acinclude.m4 (GDB_AC_WITH_DIR): New defun.
2473 * top.c (init_main): Add "set data-directory".
2474 * defs.h (gdb_datadir): Declare.
2475 * main.c (gdb_datadir): New global.
2476 (captured_main): Initialize gdb_datadir. Use relocate_directory.
2477 (relocate_path): New function.
2478 (relocate_directory): Likewise.
2479 (get_init_files): Use relocate_path.
2480 (README): Mention --with-gdb-datadir.
2481
2482 2009-04-23 Joel Brobecker <brobecker@adacore.com>
2483
2484 * ada-tasks (task_command_1): Call target_find_new_threads.
2485
2486 2009-04-23 Joel Brobecker <brobecker@adacore.com>
2487
2488 * stack.c (do_gdb_disassembly): Print the exception message if an
2489 error was thrown while trying to perform the disassembly.
2490
2491 2009-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2492
2493 * varobj.c (free_variable): Replace free_current_contents by xfree.
2494
2495 2009-04-22 Kazu Hirata <kazu@codesourcery.com>
2496
2497 * arm-linux-nat.c (fetch_register, store_register): Use
2498 ARM_CPSR_GREGNUM instead of ARM_CPSR_REGNUM.
2499 * arm-linux-tdep.c (arm_linux_supply_gregset,
2500 arm_linux_collect_gregset): Likewise.
2501 * arm-linux-tdep.h (ARM_CPSR_GREGNUM): New.
2502 * arm-tdep.h (ARM_CPSR_REGNUM): Remove.
2503
2504 2009-04-22 Hui Zhu <teawater@gmail.com>
2505
2506 * stack.c (_initialize_stack): Set the default of
2507 disassemble-next-line to off.
2508
2509 2009-04-21 Tom Tromey <tromey@redhat.com>
2510
2511 * acinclude.m4: Use AS_HELP_STRING, not AC_HELP_STRING.
2512 * configure.ac: Use AS_HELP_STRING, not AC_HELP_STRING.
2513
2514 2009-04-21 Andreas Schwab <schwab@linux-m68k.org>
2515
2516 * configure.ac: Add quotes to not lose brackets in help text.
2517 * configure: Rebuild.
2518
2519 2009-04-21 Andreas Schwab <schwab@linux-m68k.org>
2520
2521 * configure.ac: Don't postprocess Makefile in config.status.
2522 Substitute GDB_NM_FILE. Don't substitute nm_h.
2523 * Makefile.in (GDB_NM_FILE): Substitute.
2524 (TAGS): Use $(GDB_NM_FILE) instead of $(NAT_FILE).
2525 * configure: Regenerate.
2526 * gnulib/Makefile.in: Regenerate.
2527
2528 2009-04-21 Joseph Myers <joseph@codesourcery.com>
2529
2530 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
2531 --with-htmldir): New.
2532 * configure: Regenerate.
2533
2534 2009-04-21 Tom Tromey <tromey@redhat.com>
2535
2536 * configure: Rebuild.
2537 * configure.ac: Use lower case for start of help strings. Clean
2538 up --with-sysroot help.
2539
2540 2009-04-21 Tom Tromey <tromey@redhat.com>
2541
2542 * configure: Rebuild.
2543 * acinclude.m4 (AM_ICONV): Use AC_HELP_STRING.
2544 * configure.ac: Use AC_HELP_STRING. Use upper case for variables
2545 in help.
2546
2547 2009-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
2548
2549 ARI fix: remove "%p".
2550 * ia64-tdep.c (ia64_frame_this_id): Use host_address_to_string function.
2551 (ia64_sigtramp_frame_this_id): Ditto.
2552 (ia64_libunwind_frame_this_id): Ditto.
2553 (ia64_libunwind_sigtramp_frame_this_id): Ditto.
2554 * symmisc.c (maintenance_info_psymtabs): Ditto.
2555
2556 2009-04-21 Joseph Myers <joseph@codesourcery.com>
2557
2558 * configure.ac (--with-relocated-sources): New.
2559 * configure, config.in: Regenerate.
2560 * source.c (add_substitute_path_rule): Remove static.
2561 * source.h (add_substitute_path_rule): Declare.
2562 * main.c: Include "source.h".
2563 (captured_main): Add substitution rule if RELOC_SRCDIR.
2564
2565 2009-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
2566
2567 * gnu-nat.h (proc_debug): Add missing continuation line in macro.
2568
2569 2009-04-20 David Daney <ddaney@caviumnetworks.com>
2570
2571 * NEWS: Mention MIPS/Linux hardware watchpoint support.
2572
2573 2009-04-20 David Daney <ddaney@caviumnetworks.com>
2574
2575 * mips-linux-nat.c (command.h, gdbcmd.h, gdb_assert.h): New #includes.
2576 (maint_show_dr, super_close): New variables.
2577 (super_fetch_registers, super_store_registers): Make static.
2578 (PTRACE_GET_WATCH_REGS, PTRACE_SET_WATCH_REGS, W_BIT, R_BIT, I_BIT)
2579 (W_MASK, R_MASK, I_MASK, IRW_MASK, MAX_DEBUG_REGISTER): Define.
2580 (pt_watch_style): Define new enum.
2581 (mips32_watch_regs, mips64_watch_regs, pt_watch_regs, mips_watchpoint):
2582 Define new structs.
2583 (watch_readback_valid, watch_readback, current_watches, watch_mirror):
2584 New variables.
2585 (get_irw_mask, get_reg_mask, get_num_valid, get_watchlo)
2586 (set_watchlo, get_watchhi, set_watchhi, mips_show_dr)
2587 (mips_linux_read_watch_registers, mips_linux_can_use_hw_breakpoint)
2588 (mips_linux_stopped_by_watchpoint, mips_linux_stopped_data_address)
2589 (type_to_irw, fill_mask, try_one_watch)
2590 (mips_linux_region_ok_for_hw_watchpoint, write_watchpoint_regs)
2591 (mips_linux_new_thread, populate_regs_from_watches)
2592 (mips_linux_insert_watchpoint, mips_linux_remove_watchpoint)
2593 (mips_linux_close): New functions.
2594 (_initialize_mips_linux_nat): Register watchpoint functions with
2595 the target_ops. Add show-debug-regs maintenance command.
2596
2597 2009-04-20 David Daney <ddaney@caviumnetworks.com>
2598
2599 * infrun.c (handle_inferior_event): Move gegisters_changed call down.
2600
2601 2009-04-19 Pedro Alves <pedro@codesourcery.com>
2602
2603 * NEWS: Mention gdbserver support for x86 Windows CE.
2604
2605 2009-04-19 Eli Zaretskii <eliz@gnu.org>
2606
2607 * config/djgpp/fnchange.lst: Fix typos.
2608
2609 Set default host and target charsets in the DJGPP port.
2610
2611 * config/djgpp/config.sed (am_cv_langinfo_codeset)
2612 (bash_cv_langinfo_codeset, ac_cv_header_nl_types_h): Set to "yes"
2613 in all configure scripts that define ac_cv_env_CPP_value.
2614
2615 * go32-nat.c (dos_codepage, nl_langinfo): New functions.
2616 Include langinfo.h.
2617
2618 * config/djgpp/nl_types.h: New file.
2619
2620 * config/djgpp/langinfo.h: New file.
2621
2622 * config/i386/go32.mh (MH_CFLAGS): Add $(srcdir)/config/djgpp.
2623
2624 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
2625
2626 * Makefile.in (MAKEHTML): Set to makeinfo --html.
2627 (MAKEHTMLFLAGS): Set to empty.
2628
2629 2009-04-18 Eli Zaretskii <eliz@gnu.org>
2630
2631 * NEWS: Mention all new set/show commands added since GDB 6.8 was
2632 released.
2633
2634 * go32-nat.c (go32_sysinfo): Check if the call to
2635 __dpmi_get_capabilities fills the buffer with information, and
2636 don't use the buffer if not.
2637
2638 2009-04-17 Tom Tromey <tromey@redhat.com>
2639
2640 * charset.c (_initialize_charset): Add special case for "646".
2641
2642 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
2643
2644 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
2645 * configure: Regenerate.
2646 * Makefile.in: Set datarootdir, docdir, htmldir, and pdfdir from
2647 configure substitutions.
2648 (FLAGS_TO_PASS): Add datarootdir, docdir, and htmldir.
2649
2650 2009-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
2651
2652 ARI fix: Do not use %p, replace by call to host_address_to_string
2653 for host pointers.
2654 * darwin-nat.c (darwin_xfer_partial): Apply change.
2655 * gnu-nat.c (inf_continue, gnu_xfer_memory): Ditto.
2656 * gnu-nat.h (proc_debug): Ditto.
2657 * symmisc.c (maintenance_info_symtabs): Ditto.
2658 (maintenance_info_psymtabs): Ditto.
2659 * windows-nat.c (handle_load_dll): Ditto.
2660 (handle_unload_dll, info_w32_command, handle_exception): Ditto.
2661 * xtensa-tdep.c (xtensa_unwind_pc): Ditto.
2662
2663 2009-04-17 Joseph Myers <joseph@codesourcery.com>
2664
2665 * configure.tgt (i[34567]86-*-linux*): Use 64-bit configuration if
2666 --enable-64-bit-bfd.
2667 (sparc-*-linux*): Likewise.
2668
2669 2009-04-17 Eli Zaretskii <eliz@gnu.org>
2670
2671 * go32-nat.c (go32_sysinfo): Update list of Windows versions of
2672 the NT family.
2673
2674 2009-04-16 Pedro Alves <pedro@codesourcery.com>
2675
2676 * remote.c (remote_query_attached): Fix pasto in packet_ok result
2677 checking.
2678
2679 2009-04-16 Joel Brobecker <brobecker@adacore.com>
2680
2681 * procfs.c (solib_mappings_callback, find_memory_regions_callback):
2682 Revert the previous change. Might not be correct, actually.
2683
2684 2009-04-16 Joel Brobecker <brobecker@adacore.com>
2685
2686 * ada-lang.h (ada_adjust_exception_stop, ada_print_exception_stop)
2687 (ada_get_current_task, ada_print_exception_breakpoint_nontask)
2688 (ada_print_exception_breakpoint_task, ada_reset_thread_registers):
2689 Remove declaration. These are non-existent functions.
2690
2691 2009-04-16 Joel Brobecker <brobecker@adacore.com>
2692
2693 * procfs.c (solib_mappings_callback, find_memory_regions_callback):
2694 Fix a compilation warning on mips-irix due to casting from
2695 a pointer of different size.
2696
2697 2009-04-16 Joel Brobecker <brobecker@adacore.com>
2698
2699 * ada-lang.c (symtab_for_sym): Delete.
2700 (user_select_syms): Use sym->symtab instead of calling symtab_for_sym.
2701
2702 2009-04-16 Joel Brobecker <brobecker@adacore.com>
2703
2704 * ada-lang.c (extract_string): Delete.
2705 (ada_main_name): Reimplement using target_read_string instead of
2706 extract_string.
2707
2708 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
2709
2710 * m68klinux-nat.c: Remove obsolete comment.
2711 (fetch_register, store_register): Don't call
2712 gdbarch_cannot_fetch_register or gdbarch_cannot_store_register,
2713 which are always nops here.
2714
2715 2009-04-14 Tom Tromey <tromey@redhat.com>
2716
2717 * c-lang.c (c_emit_char): Use INTERMEDIATE_ENCODING.
2718 (c_printstr): Likewise.
2719 * charset.c: Include gdb_wait.h.
2720 (make_wchar_iterator): Use INTERMEDIATE_ENCODING.
2721 (find_charset_names): Use pexecute. Handle libiconv's output.
2722 Detect errors.
2723 (_initialize_charset): Use xstrdup.
2724 * gdb_wchar.h: Check HAVE_BTOWC. Split PHONY_ICONV and wchar
2725 cases.
2726 (INTERMEDIATE_ENCODING): New define.
2727 * configure, config.in: Rebuild.
2728 * configure.ac: Check for btowc.
2729
2730 2009-04-15 Tom Tromey <tromey@redhat.com>
2731
2732 * c-lang.c (evaluate_subexp_c): Correctly handle EVAL_SKIP.
2733
2734 2009-04-15 Eli Zaretskii <eliz@gnu.org>
2735
2736 * utils.c (parse_escape): Initialize target_char to pacify GCC.
2737
2738 2009-04-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2739
2740 * c-lang.c (c_get_string): Fix xfree crash on a failed string read.
2741
2742 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
2743
2744 ARI fix: sprintf rule.
2745 * ada-exp.y (convert_char_literal): Replace sprintf by xsnprintf.
2746 * ada-lang.c (add_angle_brackets): Use xstrprintf.
2747 (ada_decode): Replace sprintf by xsnprintf.
2748 (find_old_style_renaming_symbol): Ditto.
2749 (ada_to_fixed_type_1, ada_enum_name): Ditto.
2750
2751
2752 2009-04-14 Joel Brobecker <brobecker@adacore.com>
2753
2754 * target.c (target_mourn_inferior): Call bfd_cache_close_all
2755 after having executed the target mourn_inferior routine.
2756
2757 2009-04-14 Eli Zaretskii <eliz@gnu.org>
2758
2759 * config/djgpp/djconfig.sh (DEPDIR): Define to "_deps", if
2760 undefined.
2761
2762 2009-04-13 David Daney <ddaney@caviumnetworks.com>
2763
2764 * infrun.c (maybe_software_singlestep): New function.
2765 (resume): Call maybe_software_singlestep.
2766 (handle_inferior_event): Same.
2767
2768 2009-04-13 Tom Tromey <tromey@redhat.com>
2769
2770 * python/python-frame.c (frapy_richcompare): Return
2771 Py_NotImplemented, not an error. Handle Py_NE as well.
2772
2773 2009-04-13 Eli Zaretskii <eliz@gnu.org>
2774
2775 * charset.c (EILSEQ): Define if not defined by system headers.
2776
2777 2009-04-11 Eli Zaretskii <eliz@gnu.org>
2778
2779 * config/djgpp/config.sed: Tweak ac_config_files in intl/configure
2780 to be consistent with renaming config.intl.in into config_intl.in.
2781
2782 * go32-nat.c (go32_attach, go32_detach): Fix prototypes to be
2783 consistent with the change from 2008-11-09.
2784
2785 2009-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2786
2787 * gdbtypes.c: Remove excessive parentheses at the return keywords.
2788 * varobj.c (varobj_invalidate): Fix indentation.
2789 * varobj.c (varobj_invalidate): Fix formatting text width.
2790
2791 2009-04-08 Vladimir Prus <vladimir@codesourcery.com>
2792
2793 Implement -exec-jump.
2794
2795 * mi/mi-cmds.h (mi_cmd_exec_jump): Declare.
2796 * mi/mi-main.c (mi_cmd_exec_jump): New.
2797 * mi/mi-cmds.c (mi_cmds): Register exec-jump.
2798
2799 2009-04-07 Doug Evans <dje@google.com>
2800
2801 * symfile.c (symbol_file_clear): Fix indentation.
2802
2803 2009-04-06 Mark Kettenis <kettenis@gnu.org>
2804
2805 * sparc64nbsd-nat.c (sparc64nbsd_supply_pcb): Fix comment.
2806
2807 2009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
2808
2809 * ppc-linux-nat.c (ppc_linux_target_wordsize): New function.
2810 (ppc_linux_auxv_parse): New function.
2811 (ppc_linux_read_description): Use ppc_linux_target_wordsize.
2812 (_initialize_ppc_linux_nat): Install ppc_linux_auxv_parse.
2813
2814 2009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
2815
2816 * spu-linux-nat.c (spu_bfd_open): Set filename of in-memory
2817 BFD to contents of SPU name note.
2818 (spu_symbol_file_add_from_memory): Call symbol_file_add_from_bfd
2819 with "from_tty" argument 1 instead of 0.
2820
2821 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2822
2823 * dwarf2read.c
2824 (new_symbol <DW_TAG_variable> <!DW_AT_location> <DW_AT_external>):
2825 Create the symbol in local scope.
2826 * symtab.h (cu->list_in_scope <LOC_UNRESOLVED>): New comment part.
2827
2828 2009-04-02 Keith Seitz <keiths@redhat.com>
2829
2830 * stabsread.c (read_member_functions): GCC may emit an extra space
2831 at the end of the names "__base_ctor" and "__base_dtor"; so ignore
2832 whitespace when looking for these functions.
2833
2834 2009-04-01 Joel Brobecker <brobecker@adacore.com>
2835
2836 Change the default value for "set print frame-arguments" to scalars.
2837
2838 * stack.c (print_frame_arguments): Set initial value to "scalars".
2839
2840 2009-04-01 Aleksandar Ristovski <aristovski@qnx.com>
2841
2842 * mips-tdep.c (mips_numeric_register_alieses): New definition.
2843 (mips_gdbarch_init): Add user registers from
2844 mips_numeric_register_aliases.
2845
2846 2009-04-01 Joel Brobecker <brobecker@adacore.com>
2847
2848 * linux-nat.c (linux_nat_filter_event): Minor comment reformatting.
2849
2850 2009-04-01 Joel Brobecker <brobecker@adacore.com>
2851
2852 * linux-nat.c (linux_nat_filter_events): Do not delete the lwp if
2853 this is the last one.
2854
2855 2009-04-01 Pedro Alves <pedro@codesourcery.com>
2856
2857 * remote.c (append_resumption): New.
2858 (remote_vcont_resume): Use it.
2859
2860 2009-04-01 Joel Brobecker <brobecker@adacore.com>
2861
2862 * windows-nat.c (+windows_get_ada_task_ptid): New function.
2863 (init_windows_ops): Set windows_ops.to_get_ada_task_ptid.
2864
2865 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
2866 Keith Seitz <keiths@redhat.com>
2867 Jan Kratochvil <jan.kratochvil@redhat.com>
2868
2869 PR gdb/6817
2870 * Makefile.in (dbxread.o): Update.
2871 * dbxread.c (read_dbx_symtab): Use cp_canonicalize_string.
2872 * dwarf2read.c (GDB_FORM_cached_string): New.
2873 (read_partial_die): Use dwarf2_canonicalize_name.
2874 (dwarf2_linkage_name): Use dwarf2_name.
2875 (dwarf2_canonicalize_name): New.
2876 (dwarf2_name): Use dwarf2_canonicalize_name.
2877 (dwarf_form_name, dump_die): Handle GDB_FORM_cached_string.
2878 * stabsread.c (define_symbol, read_type): Use cp_canonicalize_string.
2879 * symtab.c (lookup_symbol_in_language): Canonicalize input before
2880 searching.
2881 * cp-name-parser.y: operator() requires two parameters,
2882 according to libiberty.
2883 * minsyms.c (lookup_minimal_symbol): Canonicalize input
2884 before searching.
2885 * NEWS: Update.
2886
2887 2009-03-31 Joel Brobecker <brobecker@adacore.com>
2888
2889 Provide support for (Ada) task-specific breakpoints.
2890
2891 * ada-lang.h (ada_get_task_number): Add declaration.
2892 (breakpoint_ada_task_match): Delete declaration.
2893 * ada-tasks.c (ada_get_task_number): Make non-static.
2894 * breakpoint.h (struct breakpoint): Add field "task".
2895 * breakpoint.c (print_one_breakpoint_location): Add handling of
2896 task-specific breakpoints.
2897 (create_breakpoint, create_breakpoints, find_condition_and_thread):
2898 New parameter "task".
2899 (break_command_really): Update calls to find_condition_and_thread
2900 and create_breakpoints.
2901 (breakpoint_re_set_one): Update call to find_condition_and_thread.
2902 Set b->task.
2903
2904 2009-03-31 Joel Brobecker <brobecker@adacore.com>
2905
2906 * ada-tasks.c (short_task_info): Eliminate the "Running" task state.
2907
2908 2009-03-31 Pedro Alves <pedro@codesourcery.com>
2909
2910 * remote.c (remote_notice_new_inferior): Use ptid_is_pid. Check
2911 if the thread's ptid without a thread id field is in the list
2912 before calling thread_change_ptid.
2913 (extended_remote_attach_1): In non-stop mode, do not rely on
2914 querying the current thread, instead, query the thread list, and
2915 select the first thread of the process.
2916 * gdbthread.h (first_thread_of_process): Declare.
2917 * thread.c (first_thread_of_process): Define.
2918
2919 2009-03-30 Stan Shebs <stan@codesourcery.com>
2920
2921 Make tracepoints into a type of breakpoint.
2922 * breakpoint.h (enum bptype): Add bp_tracepoint.
2923 (struct breakpoint): Add fields step_count, pass_count, actions.
2924 (get_tracepoint, get_tracepoint_by_number): Declare.
2925 (all_tracepoints): Declare.
2926 * breakpoint.c: Include tracepoint.h, readline.h.
2927 (ALL_TRACEPOINTS): Move here from tracepoint.c.
2928 (tracepoint_count): Ditto.
2929 (should_be_inserted): GDB does not insert tracepoints itself.
2930 (print_it_typical): Add tracepoint case.
2931 (bpstat_what): Ditto.
2932 (print_one_breakpoint_location): Ditto, and add printing for
2933 pass count, step count, and action list.
2934 (user_settable_breakpoint): Add tracepoint case.
2935 (allocate_bp_location): Ditto.
2936 (set_breakpoint_location_function): Ditto.
2937 (disable_breakpoints_in_shlibs): Ditto.
2938 (mention): Ditto.
2939 (break_command_really): Add argument traceflag, use to choose
2940 basic breakpoint type.
2941 (break_command_1): Pass extra argument.
2942 (set_breakpoint, handle_gnu_v3_exceptions): Ditto.
2943 (breakpoint_re_set_one): Add tracepoint case.
2944 (disable_command, enable_command): Ditto.
2945 (set_tracepoint_count): Move here from tracepoint.c.
2946 (trace_command): Move here from tracepoint.c and use
2947 break_command_really.
2948 (tracepoints_info): Move here from tracepoint.c and call
2949 breakpoints_info.
2950 (enable_trace_command): Move here from tracepoint.c and call
2951 enable_command.
2952 (disable_trace_command): Move here from tracepoint.c and call
2953 disable_command.
2954 (delete_trace_command): Move here from tracepoint.c and call
2955 delete_breakpoint.
2956 (trace_pass_command): Move here from tracepoint.c.
2957 (get_tracepoint_by_number): Ditto.
2958 (tracepoint_save_command): Ditto.
2959 (get_tracepoint): New function.
2960 (all_tracepoints): New function.
2961 (_initialize_breakpoint): Move tracepoint init from tracepoint.c,
2962 deprecate "enable trace" and "disable trace" commands.
2963 * tracepoint.h (struct tracepoint): Remove.
2964 (tracepoint_chain): Remove decl.
2965 (deprecated_create_tracepoint_hook): Remove decl.
2966 (deprecated_delete_tracepoint_hook): Remove decl.
2967 (deprecated_modify_tracepoint_hook): Remove decl.
2968 (ALL_TRACEPOINTS, ALL_TRACEPOINTS_SAFE): Remove.
2969 (free_actions): Update signature.
2970 (validate_actionline): Update signature.
2971 (end_actions_pseudocommand): Declare.
2972 (while_stepping_pseudocommand): Declare.
2973 * tracepoint.c: Include breakpoint.h.
2974 (tracepoint_chain, tracepoint_count): Remove.
2975 (free_actions, make_cleanup_free_actions): Update signature.
2976 (trace_command, set_raw_tracepoint): Remove.
2977 (trace_mention): Remove.
2978 (tracepoints_info): Remove.
2979 (tracepoint_operation, map_args_over_tracepoints): Remove.
2980 (get_tracepoint_by_number): Remove.
2981 (enable_trace_command, disable_trace_command): Remove.
2982 (delete_trace_command, trace_pass_command): Remove.
2983 (trace_actions_command, read_actions): Update signature.
2984 (validate_actionline): Update signature, use bp loc.
2985 (encode_actions): Ditto.
2986 (download_tracepoint): New function, body of trace_start_command.
2987 (trace_start_command): Call it, use all_tracepoints.
2988 (tracepoint_save_command): Remove.
2989 (tracepoint_dump_command): Use get_tracepoint.
2990 (end_actions_pseudocommand): Make globally visible.
2991 (while_stepping_pseudocommand): Ditto.
2992 (_initialize_tracepoint): Move command definitions to breakpoint.c.
2993
2994 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2995
2996 Expose frames to Python.
2997 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-frame.o.
2998 (SUBDIR_PYTHON_SRCS): Add python-frame.c.
2999 (python-frame.o): New target.
3000 * python/python-frame.c: New file.
3001 * python/python-internal.h (gdbpy_frames, gdbpy_newest_frame,
3002 gdbpy_frame_stop_reason_string, gdbpy_selected_frame,
3003 gdbpy_initialize_frames): New prototypes.
3004 * python/python.c (_initialize_python): Call gdbpy_initialize_frames.
3005 (GdbMethods): Add `selected_frame' and `frame_stop_reason_string'
3006 entries.
3007 * stack.c (find_frame_funname): New function, factored out of
3008 print_frame.
3009 (print_frame): Call find_frame_funname.
3010 * stack.h (find_frame_funname): Add prototype.
3011
3012 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3013
3014 Remove unused value_object attribute `owned_by_gdb'.
3015 * python/python-value.c (value_object): Remove owned_by_gdb
3016 attribute.
3017 (valpy_dealloc): Remove reference to self->owned_by_gdb.
3018 (valpy_new): Likewise.
3019 (value_to_value_object): Likewise.
3020
3021 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3022
3023 Change gdb.Value.address from a method to an attribute.
3024 * python/python-value.c (value_object): Add `address' element.
3025 (valpy_dealloc): Decrement reference to self->address if set.
3026 (valpy_new): Initialize val_obj->address.
3027 (valpy_address): Rename to ...
3028 (valpy_get_address): ... this. Change signature from method to
3029 attribute. Update self->address if not set.
3030 (value_to_value_object): Initialize val_obj->address.
3031 (value_object_getset): Add `address' element.
3032 (value_object_methods): Remove `address' element.
3033
3034 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
3035
3036 * observer.sh: Set LANG/LC_ALL to C, not c.
3037
3038 2009-03-28 Kevin Buettner <kevinb@redhat.com>
3039
3040 * mn10300-tdep.c (mn10300_gdbarch_init): For mn10300, by default,
3041 `char' is unsigned.
3042
3043 2009-03-28 Pedro Alves <pedro@codesourcery.com>
3044
3045 * remote.c (remote_stop_ns): If multi-process extensions are off,
3046 and GDB is requesting the whole process to stop, sent "vCont;t",
3047 not "vCont;t:-1"
3048
3049 2009-03-28 Pedro Alves <pedro@codesourcery.com>
3050
3051 * inf-loop.c (inferior_event_handler): Avoid calling is_running on
3052 null inferior_ptid.
3053
3054 2009-03-27 Eli Zaretskii <eliz@gnu.org>
3055
3056 * config/djgpp/fnchange.lst: Update to fix ARI-reported problems.
3057
3058 2009-03-26 Doug Evans <dje@google.com>
3059
3060 * thread.c (do_restore_current_thread_cleanup): Redo test for
3061 whether to restore old->inferior_ptid.
3062
3063 2009-03-26 Tom Tromey <tromey@redhat.com>
3064
3065 * breakpoint.c (resolve_sal_pc): Preserve original line number
3066 when skipping prologue.
3067
3068 2009-03-26 Doug Evans <dje@google.com>
3069
3070 * thread.c (inferior_thread) Remove "extern" in definition.
3071
3072 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3073
3074 Add gdb.Value.is_optimized_out attribute.
3075 * python/python-value.c (valpy_get_is_optimized_out): New
3076 function.
3077 (value_object_getset): New variable.
3078 (value_object_type): Initialize tp_getset element.
3079
3080 2009-03-26 Joel Brobecker <brobecker@adacore.com>
3081
3082 Recognize missing DW_AT_location as <value optimized out>.
3083 * dwarf2read.c
3084 (new_symbol <DW_TAG_variable> <!DW_AT_location> <!DW_AT_external>):
3085 Call add_symbol_to_list.
3086
3087 2009-03-25 Tom Tromey <tromey@redhat.com>
3088
3089 * gdbtypes.h (CHECK_TYPEDEF): Don't yield a value.
3090 * stack.c (print_this_frame_argument_p): Use check_typedef.
3091
3092 2009-03-25 Tom Tromey <tromey@redhat.com>
3093
3094 * configure: Rebuild.
3095 * acinclude.m4 (AM_ICONV): Set am_cv_use_build_libiconv.
3096 Rearrange flags setting. Add comments.
3097
3098 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
3099
3100 * config/i386/nm-i386.h: Remove code within
3101 I386_WATCHPOINTS_IN_TARGET_VECTOR conditional.
3102 * config/i386/nm-cygwin.h: Remove I386_WATCHPOINTS_IN_TARGET_VECTOR
3103 macro.
3104 * config/i386/nm-cygwin64.h: Ditto.
3105 * config/i386/nm-fbsd.h: Ditto.
3106 * config/i386/nm-go32.h: Ditto.
3107 * config/i386/nm-linux.h: Ditto.
3108 * config/i386/nm-linux64.h: Ditto.
3109
3110 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
3111
3112 ARI fix: "xasprintf" rule.
3113 * printcmd.c (sym_info): Replace xasprintf by xstrprintf.
3114
3115 2009-03-25 Pedro Alves <pedro@codesourcery.com>
3116
3117 * remote.c (remote_start_remote): In non-stop mode, call
3118 init_wait_for_inferior before adding threads and inferiors.
3119
3120 2009-03-25 Joel Brobecker <brobecker@adacore.com>
3121
3122 * breakpoint.c (breakpoint_thread_match): Split a large condition
3123 into several smaller conditions. No behavior change.
3124
3125 2009-03-25 Pedro Alves <pedro@codesourcery.com>
3126
3127 * infrun.c (infrun_thread_thread_exit): New.
3128 (_initialize_infrun): Attach it to the thread_exit observer.
3129 * thread.c (delete_thread_1): Always call the observer, passing it
3130 the silent flag.
3131 * mi/mi-interp.c (mi_thread_exit): Add "silent" parameter. If
3132 SILENT, return immediately.
3133
3134 2009-03-25 Pedro Alves <pedro@codesourcery.com>
3135
3136 * infrun.c (normal_stop): Use has_stack_frames instead of
3137 target_has_stack.
3138 * mi/mi-main.c (mi_execute_command): Avoid calling inferior_thread
3139 when there is no thread selected.
3140 (mi_cmd_execute): Don't special case commands that can run without
3141 a valid selected thread.
3142 * top.c (execute_command): Don't special case commands that can
3143 run without a valid selected thread. Use has_stack_frames.
3144 * infcmd.c (ensure_valid_thread): New.
3145 (continue_1, step_1, jump_command, signal_command): Use it.
3146 (detach_command): Error out if there's no selected thread/inferior.
3147 * thread.c (print_thread_info): Allow having no thread selected.
3148 (switch_to_thread): Don't read the PC if there is no current thread.
3149 (do_restore_current_thread_cleanup): Don't record the current
3150 frame if there is no current thread.
3151 (make_cleanup_restore_current_thread): Don't read frame info if
3152 there is no selected thread.
3153 (_initialize_thread): Don't mark commands as
3154 "no_selected_thread_ok".
3155 * frame.c (get_current_frame): Error out if there is no valid
3156 selected thread.
3157 (has_stack_frames): Return false if there is no valid
3158 selected thread.
3159 * cli/cli-cmds.c (init_cli_cmds): Don't mark commands as
3160 "no_selected_thread_ok".
3161 * cli/cli-decode.c (set_cmd_no_selected_thread_ok)
3162 (get_cmd_no_selected_thread_ok): Delete.
3163 * cli/cli-decode.h (CMD_NO_SELECTED_THREAD_OK): Delete.
3164 (set_cmd_no_selected_thread_ok, get_cmd_no_selected_thread_ok):
3165 Delete declaration.
3166 * stack.c (get_selected_block): Use has_stack_frames.
3167
3168 2009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
3169
3170 Fix size of FPSCR in Power 7 processors.
3171 * ppc-linux-nat.c (PPC_FEATURE_ARCH_2_05): Remove #define.
3172 (PPC_FEATURE_HAS_DFP): New #define.
3173 (ppc_linux_read_description): Check for DFP feature instead of
3174 ISA 2.05 to decide on size of the FPSCR.
3175
3176 2009-03-25 Kevin Buettner <kevinb@redhat.com>
3177
3178 * mn10300-tdep.c (trad-frame.h): Don't include.
3179 (prologue-value.h): Include.
3180 (mn10300_frame_unwind_cache, set_reg_offsets): Delete.
3181 (struct mn10300_prologue): Define.
3182 (push_reg, translate_rreg, check_for_saved): New functions.
3183 (mn10300_analyze_prologue): Rewrite, using prologue-value
3184 machinery. Handle more instructions than before. Permit
3185 instructions to occur in any order.
3186 (mn10300_skip_prologue): Find the extents of the function
3187 in question; mn10300_analyze_prologue no longer does this.
3188 (mn10300_analyze_frame_prologue): New function.
3189 (mn10300_frame_base): New function.
3190 (mn10300_frame_this_id): Rewrite, no longer using trad-frame
3191 implementation.
3192 (mn10300_frame_prev_register): Likewise.
3193 (mn10300_frame_base_address, mn10300_frame_base struct): Delete.
3194 (mn10300_unwind_pc, mn10300_unwind_sp): Rename `next_frame' to
3195 `this_frame'.
3196 (mn10300_frame_unwind_init): Don't call frame_base_set_default().
3197
3198 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
3199
3200 Fix completer problem for filename completion on the first try.
3201
3202 * gdb/completer.h (gdb_completion_word_break_characters): New function.
3203 * gdb/completer.c: Include gdb_assert.h.
3204 (complete_line_internal_reason): New enum.
3205 (complete_line_internal): Change last argument type to
3206 complete_line_internal_reason.
3207 Modify function to handle the different complete_line_internal_reason
3208 argument values.
3209 (complete_line): Adapt to change in complete_line_internal.
3210 (command_completer): Ditto.
3211 (gdb_completion_word_break_characters): Implement new function.
3212 * top.c (init_main): Set rl_completion_word_break_hook to
3213 gdb_completion_word_break_characters.
3214
3215
3216 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
3217
3218 ARI fix: "strlen d_name" rule.
3219 * linux-nat.c (linux_nat_xfer_osdata): Use NAMELEN macro.
3220
3221
3222 2009-03-24 Tom Tromey <tromey@redhat.com>
3223 Pedro Alves <pedro@codesourcery.com>
3224
3225 * configure, config.in: Rebuild.
3226 * configure.ac: Check for libiconvlist.
3227 * charset.c: Check HAVE_LIBICONVLIST.
3228 * acinclude.m4 (AM_ICONV): Don't subst LIBICONV, LIBICONV_INCLUDE,
3229 LIBICONV_LIBDIR. Update CPPFLAGS and LIBS.
3230 * Makefile.in (LIBICONV, LIBICONV_INCLUDE, LIBICONV_LIBDIR):
3231 Remove.
3232 (INTERNAL_CFLAGS_BASE): Update.
3233 (INTERNAL_LDFLAGS): Update.
3234 (CLIBS): Update.
3235
3236 2009-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3237
3238 * configure.ac: Initialize the variable $PREFER_CURSES.
3239 * configure: Regenerated.
3240
3241 2009-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3242
3243 * configure.ac: Enable $PREFER_CURSES even with default $ENABLE_TUI.
3244 * configure: Regenerated.
3245
3246 2009-03-24 Pierre Muller <muller@ics.u-strasbg.fr>
3247
3248 ARI fix: "strerror" rule.
3249 * darwin-nat.c (darwin_ptrace): Use safe_strerror.
3250 (darwin_stop_inferior, darwin_attach, darwin_detach): Ditto.
3251
3252 2009-03-23 Joel Brobecker <brobecker@adacore.com>
3253
3254 * ada-exp.y (get_symbol_field_type): Make sure to resolve typedefs
3255 before looking up the fields inside our struct type.
3256
3257 2009-03-23 Joel Brobecker <brobecker@adacore.com>
3258
3259 * ada-lang.c (resolve_subexp) [UNOP_QUAL]: Resolve typedefs before
3260 trying to resolve the type qualification.
3261
3262 2009-03-23 Joel Brobecker <brobecker@adacore.com>
3263
3264 * ada-lang.c (ada_evaluate_subexp) [UNOP_IN_RANGE]: make sure
3265 we try to apply the attribute on the real type, rather than
3266 its associated typedef.
3267
3268 2009-03-23 Joel Brobecker <brobecker@adacore.com>
3269
3270 * ada-lang.c (ada_evaluate_subexp) [OP_ATR_MODULUS]: Use check_typdef
3271 to make sure we try to get the modulus of the actual type, not the
3272 associated typedef.
3273
3274 2009-03-23 Joel Brobecker <brobecker@adacore.com>
3275
3276 * ada-lang.c (ada_evaluate_subexp): [OP_ATR_FIRST, OP_ATR_LAST]
3277 [OP_ATR_LENGTH]: When using the attribute on a type, make sure
3278 to get the real type, not the associated typedef.
3279
3280 2009-03-23 Joel Brobecker <brobecker@adacore.com>
3281
3282 * ada-lang.c (ada_get_field_index): Add handling of the case
3283 when TYPE is a typedef of a struct.
3284
3285 2009-03-23 Joel Brobecker <brobecker@adacore.com>
3286
3287 Add gdb_usleep as a portable version of usleep based on gdb_select.
3288 * gdb_usleep.h, gdb_usleep.c: New files.
3289 * Makefile.in (SFILES): Add gdb_usleep.c.
3290 (HFILES_NO_SRCDIR): Add gdb_usleep.h.
3291 (COMMON_OBS): Add gdb_usleep.o.
3292 * ser-unix.c (hardwire_send_break): Replace call to gdb_select
3293 by call to gdb_usleep.
3294
3295 2009-03-23 Joel Brobecker <brobecker@adacore.com>
3296
3297 * buildsym.c (end_symtab): If we ignore the subfiles, then
3298 unlink the associated symtabs if they were already allocated.
3299
3300 2009-03-23 Jerome Guitton <guitton@adacore.com>
3301
3302 Provide a way to force building of GDB with libcurses.
3303 * configure.ac: Add --with-curses.
3304 * configure: Regenerated.
3305
3306 2009-03-23 Tom Tromey <tromey@redhat.com>
3307
3308 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_uninit>: Fix typo in
3309 error message.
3310
3311 2009-03-23 Paul Pluzhnikov <ppluzhnikov@google.com>
3312
3313 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Use
3314 solib_contains_address_p instead of searching.
3315
3316 2009-03-23 Tom Tromey <tromey@redhat.com>
3317
3318 * charset.c (ICONV_CONST) <PHONY_ICONV>: Define.
3319 (iconv): Make 'inbuf' argument const.
3320 (convert_between_encodings): Use ICONV_CONST.
3321 (wchar_iterate): Likewise.
3322
3323 2009-03-22 Christopher Faylor <me+cygwin@cgf.cx>
3324
3325 * windows-nat.c (AdjustTokenPrivileges): Implement macro wraparound for
3326 dynamically loaded function.
3327 (LookupPrivilegeValueA): Ditto.
3328 (OpenProcessToken): Ditto.
3329 (AdjustTokenPrivileges): Rename and define placeholder for address of
3330 dynamically loaded function.
3331 (LookupPrivilegeValueA): Ditto.
3332 (OpenProcessToken): Ditto.
3333 (set_process_privilege): Remove check for loaded functions.
3334 (bad_OpenProcessToken): Define.
3335 (_initialize_loadable): Load token functions from advapi here, setting
3336 OpenProcessToken function to a dummy static function which always return
3337 error if OS doesn't support this functionality.
3338
3339 2009-03-22 Nicolas Roche <roche@adacore.com>
3340 Christopher Faylor <me+cygwin@cgf.cx>
3341
3342 * win32-nat.c (ctrl_c_handler): New function.
3343 (win32_wait): Register ctrl_c_handler as Ctrl-C handler if the inferior
3344 is run in a separate console.
3345
3346 2009-03-22 Christopher Faylor <me+cygwin@cgf.cx>
3347
3348 * windows-nat.c (DebugActiveProcessStop): Implement macro wraparound
3349 for dynamically loaded function.
3350 (DebugBreakProcess): Ditto.
3351 (DebugSetProcessKillOnExit): Ditto.
3352 (EnumProcessModules): Ditto.
3353 (GetModuleFileNameExA): Ditto.
3354 (GetModuleInformation): Ditto.
3355 (DebugActiveProcessStop): Rename and define placeholder for address of
3356 dynamically loaded function.
3357 (DebugBreakProcess): Ditto.
3358 (DebugSetProcessKillOnExit): Ditto.
3359 (EnumProcessModules): Ditto.
3360 (GetModuleFileNameExA): Ditto.
3361 (GetModuleInformation): Ditto.
3362 (psapi_loaded): Delete.
3363 (get_module_name): Don't check psapi_loaded, just rely on the fact that
3364 dynamically loaded functions will return failure if they weren't
3365 previously found.
3366 (has_detach_ability): Delete.
3367 (windows_attach): Remove call to has_detach_ability (). Just rely on
3368 functions being callable.
3369 (bad_DebugActiveProcessStop): Define.
3370 (bad_DebugBreakProcess): Ditto.
3371 (bad_DebugSetProcessKillOnExit): Ditto.
3372 (bad_EnumProcessModules): Ditto.
3373 (bad_GetModuleFileNameExA): Ditto.
3374 (bad_GetModuleInformation): Ditto.
3375 (_initialize_loadable): Rename from _initialize_psapi. Initialize all
3376 dynamic storage here, setting nonexistent functions to dummy static
3377 functions which always return error.
3378
3379 2009-03-22 Pedro Alves <pedro@codesourcery.com>
3380
3381 * mi/mi-interp.c (mi_interpreter_init): Attach mi_about_to_proceed
3382 to the about_to_proceed observer notification.
3383 (mi_about_to_proceed): New.
3384 (mi_on_resume): Only output ^running and the prompt here if the
3385 target was proceeded.
3386 * breakpoint.c (breakpoint_proceeded): New static.
3387 (breakpoint_about_to_proceed): New.
3388 (_initialize_breakpoints): Attach breakpoint_about_to_proceed to
3389 the about_to_proceed observer notification.
3390 * inferior.h (breakpoint_proceeded): Delete declaration.
3391 * infrun.c (clear_proceed_status): Don't set breakpoint_proceeded.
3392 Notify the about_to_proceed observers.
3393 (struct inferior_status): Delete breakpoint_proceeded member.
3394 (save_inferior_status): Don't save it.
3395 (restore_inferior_status): Don't restore it.
3396 * mi-main.h (mi_proceeded): Declare.
3397 * mi/mi-main.c (mi_cmd_execute): Clear mi_proceeded before running
3398 a command.
3399
3400 2009-03-22 Pedro Alves <pedro@codesourcery.com>
3401
3402 * gdbthread.h (struct thread_info): Add in_infcall member.
3403 * infcall.c (run_inferior_call): Save, set and restore in_infcall.
3404 Remove reverences to suppress_resume_observer. Refresh
3405 `call_thread' after returning from `proceed'.
3406 * infcmd.c (suppress_resume_observer): Delete.
3407 * inferior.h (suppress_resume_observer): Delete declaration.
3408 * mi/mi-interp.c (mi_on_resume): Suppress output while calling an
3409 inferior function.
3410 * thread.c (set_running): Remove references to
3411 suppress_resume_observer.
3412 * infrun.c (struct inferior_status): Add in_infcall member.
3413 (save_inferior_status): Save it.
3414 (restore_inferior_status): Restore it.
3415
3416 2009-03-22 Pedro Alves <pedro@codesourcery.com>
3417
3418 * infcall.c (run_inferior_call): Remove references to
3419 suppress_stop_observer.
3420 * infcmd.c (suppress_stop_observer): Delete.
3421 (finish_command_continuation): Remove NOTE. Don't clear
3422 suppress_stop_observer anymore.
3423 (finish_command_continuation_free_arg): Likewise.
3424 (finish_forward): Remove references to suppress_stop_observer.
3425 Call normal_stop observer if we haven't already.
3426 * inferior.h (suppress_stop_observer): Delete.
3427 * infrun.c (normal_stop): When deciding to suppress the
3428 normal_stop observer, check for proceed_to_finish instead of
3429 suppress_stop_observer.
3430
3431 2009-03-22 Pedro Alves <pedro@codesourcery.com>
3432
3433 * symfile.c (symfile_relocate_debug_section): Remove check for
3434 SEC_DEBUGGING.
3435
3436 2009-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3437 Jim Blandy <jimb@red-bean.com>
3438 Thiago Jung Bauermann <bauerman@br.ibm.com>
3439 Tom Tromey <tromey@redhat.com>
3440
3441 Miscellaneous fixes to the Python code.
3442 * python/python-cmd.c (cmdpy_init): Accept keyword
3443 arguments.
3444 * python/python-value.c (valpy_string): Accept keyword
3445 arguments.
3446 (valpy_binop): Use `break' to exit from the TRY_CATCH block.
3447 Do not call value_to_value_object on NULL RES_VAL.
3448 (value_object_methods): Change `string' entry to also accept
3449 keyword arguments.
3450 (convert_value_from_python): Return a copy of the value if obj is
3451 a gdb.Value object.
3452 (value_object_methods): Mark the `string' method as accepting
3453 keywords, and show method "prototype" in the doc string.
3454 * python/python.c (get_parameter): Don't return inside a
3455 TRY_CATCH.
3456
3457 2009-03-20 Tom Tromey <tromey@redhat.com>
3458
3459 Add support for convenience functions in Python.
3460 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-function.o.
3461 (SUBDIR_PYTHON_SRCS): Add python-function.c.
3462 (python-function.o): New target.
3463 * eval.c: Include "python/python.h" and <ctype.h>.
3464 (evaluate_subexp_standard): Handle values of type
3465 TYPE_CODE_INTERNAL_FUNCTION.
3466 * gdbtypes.h (type_code): Add TYPE_CODE_INTERNAL_FUNCTION.
3467 * parse.c (write_exp_string): Remove duplicate word in comment.
3468 * python/python-function.c: New file.
3469 * python/python-internal.h (gdbpy_initialize_functions): Add
3470 prototype.
3471 * python/python.c (_initialize_python): Call
3472 gdbpy_initialize_functions.
3473 * valprint.c (value_check_printable): Handle values of type
3474 TYPE_CODE_INTERNAL_FUNCTION.
3475 * value.c: Include "cli/cli-decode.h".
3476 (internal_function): New struct.
3477 (functionlist, internal_fn_type): New static variables.
3478 (lookup_only_internalvar,
3479 lookup_internalvar): Add const qualifier to name argument.
3480 (create_internalvar): Likewise. Initialize new field.
3481 (set_internal_var): Fix typo in comment. Don't allow assignment
3482 to canonical variable.
3483 (value_create_internal_function, value_internal_function_name,
3484 call_internal_function, function_command, function_destroyer,
3485 add_internal_function): New functions.
3486 (_initialize_values): Create `function' placeholder command.
3487 Initialize internal_fn_type.
3488 * value.h (lookup_only_internalvar, create_internalvar,
3489 lookup_internalvar): Add const qualifier to name argument.
3490 (internal_function_fn, add_internal_function, call_internal_function,
3491 value_internal_function_name): Add prototypes.
3492 (struct internalvar) <canonical>: New field.
3493
3494 2009-03-20 Tom Tromey <tromey@redhat.com>
3495
3496 * c-lang.c (evaluate_subexp_c): Call check_typedef.
3497
3498 2009-03-20 Tom Tromey <tromey@redhat.com>
3499 Julian Brown <julian@codesourcery.com>
3500
3501 PR i18n/7220, PR i18n/7821, PR exp/8815, PR exp/9103,
3502 PR i18n/9401, PR exp/9613:
3503 * NEWS: Update
3504 * value.h (value_typed_string): Declare.
3505 (val_print_string): Update.
3506 * valprint.h (print_char_chars): Update.
3507 * valprint.c (print_char_chars): Add type argument. Update.
3508 (val_print_string): Likewise.
3509 * valops.c (value_typed_string): New function.
3510 * utils.c (host_char_to_target): New function.
3511 (parse_escape): Use host_char_to_target, host_hex_value. Update.
3512 Remove '^' case.
3513 (no_control_char_error): Remove.
3514 * typeprint.c (print_type_scalar): Update.
3515 * scm-valprint.c (scm_scmval_print): Update.
3516 * scm-lang.h (scm_printchar, scm_printstr): Update.
3517 * scm-lang.c (scm_printchar): Add type argument.
3518 (scm_printstr): Likewise.
3519 * printcmd.c (print_formatted): Update.
3520 (print_scalar_formatted): Update.
3521 (printf_command) <wide_string_arg, wide_char_arg>: New constants.
3522 Handle '%lc' and '%ls'.
3523 * parser-defs.h (struct typed_stoken): New type.
3524 (struct stoken_vector): Likewise.
3525 (write_exp_string_vector): Declare.
3526 * parse.c (write_exp_string_vector): New function.
3527 * p-valprint.c (pascal_val_print): Update.
3528 * p-lang.h (is_pascal_string_type, pascal_printchar,
3529 pascal_printstr): Update.
3530 * p-lang.c (is_pascal_string_type): Remove 'char_size' argument.
3531 Add 'char_type' argument.
3532 (pascal_emit_char): Add type argument.
3533 (pascal_printchar): Likewise.
3534 (pascal_printstr): Likewise.
3535 * objc-lang.c (objc_emit_char): Add type argument.
3536 (objc_printchar): Likewise.
3537 (objc_printstr): Likewise.
3538 * macroexp.c (get_character_constant): Handle unicode characters.
3539 Use c_parse_escape.
3540 (get_string_literal): Handle unicode strings. Use
3541 c_parse_escape.
3542 * m2-valprint.c (print_unpacked_pointer): Update.
3543 (m2_print_array_contents): Update.
3544 (m2_val_print): Update.
3545 * m2-lang.c (m2_emit_char): Add type argument.
3546 (m2_printchar): Likewise.
3547 (m2_printstr): Likewise.
3548 * language.h (struct language_defn) <la_printchar>: Add type
3549 argument.
3550 <la_printstr, la_emitchar>: Likewise.
3551 (LA_PRINT_CHAR): Likewise.
3552 (LA_PRINT_STRING): Likewise.
3553 (LA_EMIT_CHAR): Likewise.
3554 * language.c (unk_lang_emit_char): Add type argument.
3555 (unk_lang_printchar): Likewise.
3556 (unk_lang_printstr): Likewise.
3557 * jv-valprint.c (java_val_print): Update.
3558 * jv-lang.c (java_emit_char): Add type argument.
3559 * f-valprint.c (f_val_print): Update.
3560 * f-lang.c (f_emit_char): Add type argument.
3561 (f_printchar): Likewise.
3562 (f_printstr): Likewise.
3563 * expprint.c (print_subexp_standard): Update.
3564 * charset.h (target_wide_charset): Declare.
3565 (c_target_char_has_backslash_escape, c_parse_backslash,
3566 host_char_print_literally, host_char_to_target,
3567 target_char_to_host, target_char_to_control_char): Remove.
3568 (enum transliterations): New type.
3569 (convert_between_encodings): Declare.
3570 (HOST_ESCAPE_CHAR): New define.
3571 (host_letter_to_control_character, host_hex_value): Declare.
3572 (enum wchar_iterate_result): New enum.
3573 (struct wchar_iterator): Declare.
3574 (make_wchar_iterator, make_cleanup_wchar_iterator, wchar_iterator,
3575 wchar_push_back): Declare.
3576 * charset-list.h: New file.
3577 * c-valprint.c (textual_name): New function.
3578 (textual_element_type): Handle wide character types.
3579 (c_val_print): Pass original type to textual_element_type. Handle
3580 wide character types.
3581 (c_value_print): Use textual_element_type. Pass original type of
3582 value to val_print.
3583 * c-lang.h (enum c_string_type): New type.
3584 (c_printchar, c_printstr): Update.
3585 * c-lang.c (classify_type): New function.
3586 (print_wchar): Likewise.
3587 (c_emit_char): Add type argument. Handle wide characters.
3588 (c_printchar): Likewise.
3589 (c_printstr): Add type argument. Handle wide and multibyte
3590 character sets.
3591 (convert_ucn): New function.
3592 (emit_numeric_character): Likewise.
3593 (convert_octal): Likewise.
3594 (convert_hex): Likewise.
3595 (ADVANCE): New macro.
3596 (convert_escape): New function.
3597 (parse_one_string): Likewise.
3598 (evaluate_subexp_c): Likewise.
3599 (exp_descriptor_c): New global.
3600 (c_language_defn): Use exp_descriptor_c.
3601 (cplus_language_defn): Likewise.
3602 (asm_language_defn): Likewise.
3603 (minimal_language_defn): Likewise.
3604 (charset_for_string_type): New function.
3605 * c-exp.y (%union): Add 'svec' and 'tsval'.
3606 (CHAR): New token.
3607 (exp): Add CHAR production.
3608 (string_exp): Rewrite.
3609 (exp) <string_exp>: Rewrite.
3610 (tempbuf): Now global.
3611 (tempbuf_init): New global.
3612 (parse_string_or_char): New function.
3613 (yylex) <tempbuf>: Now global.
3614 <tokptr, tempbufindex, tempbufsize, token_string, class_prefix>:
3615 Remove.
3616 Handle 'u', 'U', and 'L' prefixes. Call parse_string_or_char.
3617 (c_parse_escape): New function.
3618 * auxv.c (fprint_target_auxv): Update.
3619 * ada-valprint.c (ada_emit_char): Add type argument.
3620 (ada_printchar): Likewise.
3621 (ada_print_scalar): Update.
3622 (printstr): Add type argument. Update calls to ada_emit_char.
3623 (ada_printstr): Add type argument.
3624 (ada_val_print_array): Update.
3625 (ada_val_print_1): Likewise.
3626 * ada-lang.c (emit_char): Add type argument.
3627 * ada-lang.h (ada_emit_char, ada_printchar, ada_printstr): Add
3628 type arguments.
3629 * gdb_locale.h: Include langinfo.h.
3630 * charset.c (_initialize_charset): Set default host charset from
3631 the locale. Don't register charsets. Add target-wide-charset
3632 commands. Call find_charset_names.
3633 (struct charset, struct translation): Remove.
3634 (GDB_DEFAULT_HOST_CHARSET): Remove.
3635 (GDB_DEFAULT_TARGET_WIDE_CHARSET): New define.
3636 (target_wide_charset_name): New global.
3637 (show_host_charset_name): Handle "auto".
3638 (show_target_wide_charset_name): New function.
3639 (host_charset_enum, target_charset_enum): Remove.
3640 (charset_enum): New global.
3641 (all_charsets, register_charset, lookup_charset, all_translations,
3642 register_translation, lookup_translation): Remove.
3643 (simple_charset, ascii_print_literally, ascii_to_control): Remove.
3644 (iso_8859_print_literally, iso_8859_to_control,
3645 iso_8859_family_charset): Remove.
3646 (ebcdic_print_literally, ebcdic_to_control,
3647 ebcdic_family_charset): Remove.
3648 (struct cached_iconv, check_iconv_cache, cached_iconv_convert,
3649 register_iconv_charsets): Remove.
3650 (target_wide_charset_be_name, target_wide_charset_le_name): New
3651 globals.
3652 (identity_either_char_to_other): Remove.
3653 (set_be_le_names, validate): New functions.
3654 (backslashable, backslashed, represented): Remove.
3655 (default_c_target_char_has_backslash_escape): Remove.
3656 (default_c_parse_backslash, iconv_convert): Remove.
3657 (ascii_to_iso_8859_1_table, ascii_to_ebcdic_us_table,
3658 ascii_to_ibm1047_table, iso_8859_1_to_ascii_table,
3659 iso_8859_1_to_ebcdic_us_table, iso_8859_1_to_ibm1047_table,
3660 ebcdic_us_to_ascii_table, ebcdic_us_to_iso_8859_1_table,
3661 ebcdic_us_to_ibm1047_table, ibm1047_to_ascii_table,
3662 ibm1047_to_iso_8859_1_table, ibm1047_to_ebcdic_us_table): Remove.
3663 (table_convert_char, table_translation, simple_table_translation):
3664 Remove.
3665 (current_host_charset, current_target_charset,
3666 c_target_char_has_backslash_escape_func,
3667 c_target_char_has_backslash_escape_baton): Remove.
3668 (c_parse_backslash_func, c_parse_backslash_baton): Remove.
3669 (host_char_to_target_func, host_char_to_target_baton): Remove.
3670 (target_char_to_host_func, target_char_to_host_baton): Remove.
3671 (cached_iconv_host_to_target, cached_iconv_target_to_host):
3672 Remove.
3673 (lookup_charset_or_error, check_valid_host_charset): Remove.
3674 (set_host_and_target_charsets): Remove.
3675 (set_host_charset, set_target_charset): Remove.
3676 (set_host_charset_sfunc, set_target_charset_sfunc): Rewrite.
3677 (set_target_wide_charset_sfunc): New function.
3678 (show_charset): Print target wide character set.
3679 (host_charset, target_charset): Rewrite.
3680 (target_wide_charset): New function.
3681 (c_target_char_has_backslash_escape): Remove.
3682 (c_parse_backslash): Remove.
3683 (host_letter_to_control_character): New function.
3684 (host_char_print_literally): Remove.
3685 (host_hex_value): New function.
3686 (target_char_to_control_char): Remove.
3687 (cleanup_iconv): New function.
3688 (convert_between_encodings): New function.
3689 (target_char_to_host): Remove.
3690 (struct wchar_iterator): Define.
3691 (make_wchar_iterator, make_cleanup_wchar_iterator, wchar_iterator,
3692 wchar_push_back): New functions.
3693 (do_cleanup_iterator): New function.
3694 (char_ptr): New typedef.
3695 (charsets): New global.
3696 (add_one, find_charset_names): New functions.
3697 (default_charset_names): New global.
3698 (auto_host_charset_name): Likewise.
3699 * aclocal.m4, config.in, configure: Rebuild.
3700 * configure.ac: Call AM_LANGINFO_CODESET.
3701 (GDB_DEFAULT_HOST_CHARSET): Default to UTF-8.
3702 (AM_ICONV): Invoke earlier.
3703 * acinclude.m4: Include codeset.m4. Subst LIBICONV_INCLUDE and
3704 LIBICONV_LIBDIR. Check for libiconv in build tree.
3705 * Makefile.in (LIBICONV_LIBDIR, LIBICONV_INCLUDE): New macros.
3706 (INTERNAL_CFLAGS_BASE): Add LIBICONV_INCLUDE.
3707 (INTERNAL_LDFLAGS): Add LIBICONV_LIBDIR.
3708 * gdb_obstack.h (obstack_grow_wstr): New define.
3709 * gdb_wchar.h: New file.
3710 * defs.h: Include it.
3711
3712 2009-03-20 Tom Tromey <tromey@redhat.com>
3713 Jan Kratochvil <jan.kratochvil@redhat.com>
3714
3715 * dwarf2read.c (process_die): Handle DW_TAG_typedef.
3716 * eval.c (evaluate_subexp_standard) <OP_TYPE>: Strip a single
3717 typedef.
3718 * ada-lang.c (decode_packed_array_type): Call CHECK_TYPEDEF on the
3719 SYMBOL_TYPE result.
3720 * ada-typeprint.c (print_array_type): Do the NULL check
3721 unconditionally.
3722
3723 2009-03-19 Tom Tromey <tromey@redhat.com>
3724
3725 * utils.c (do_obstack_free): New function.
3726 (make_cleanup_obstack_free): Likewise.
3727 * defs.h (make_cleanup_obstack_free): Declare.
3728
3729 2009-03-18 Doug Evans <dje@google.com>
3730
3731 * linux-nat.c (linux_nat_find_memory_regions): Result of PIDGET is an
3732 int, not a long long.
3733 (linux_nat_info_proc_cmd): Store pid in long instead of long long.
3734
3735 * expprint.c (dump_raw_expression): Print note if non-NULL.
3736
3737 * printcmd.c (display_uses_solib_p): Redo loop, scan element list
3738 backwards.
3739
3740 2009-03-18 Nathan Sidwell <nathan@codesourcery.com>
3741
3742 * Makefile.in: Update license to GPLv3.
3743 * ada-exp.y: Update license to GPLv3.
3744 * ada-lex.l: Update license to GPLv3.
3745 * c-exp.y: Update license to GPLv3.
3746 * cp-name-parser.y: Update license to GPLv3.
3747 * darwin-nat-info.c: Update license to GPLv3.
3748 * f-exp.y: Update license to GPLv3.
3749 * gdb_thread_db.h: Update license to GPLv3.
3750 * hppanbsd-nat.c: Update license to GPLv3.
3751 * hppanbsd-tdep.c: Update license to GPLv3.
3752 * hppaobsd-tdep.c: Update license to GPLv3.
3753 * jv-exp.y: Update license to GPLv3.
3754 * m2-exp.y: Update license to GPLv3.
3755 * objc-exp.y: Update license to GPLv3.
3756 * p-exp.y: Update license to GPLv3.
3757 * reply_mig_hack.awk: Update license to GPLv3.
3758 * reverse.c: Update license to GPLv3.
3759 * xtensa-xtregs.c: Update license to GPLv3.
3760
3761 2009-03-18 Pedro Alves <pedro@codesourcery.com>
3762
3763 * remote.c (remote_close): Don't call generic_mourn_inferior.
3764 (remote_mourn_1): Call generic_mourn_inferior after closing the
3765 target.
3766
3767 2009-03-18 Pedro Alves <pedro@codesourcery.com>
3768
3769 * remote.c (remote_start_remote): Add missing call to
3770 init_wait_for_inferior in non-stop mode.
3771
3772 2009-03-18 Pedro Alves <pedro@codesourcery.com>
3773
3774 * breakpoint.c (bpstat_should_step): Only consider software
3775 watchpoints that have a location.
3776
3777 2009-03-17 Joel Brobecker <brobecker@adacore.com>
3778
3779 Add a target_ops parameter to the to_kill method in struct target_ops.
3780
3781 * target.h (struct target_ops): Add a "target_ops *" parameter to
3782 method to_kill.
3783 (target_kill): Remove macro. Add declaration.
3784 * target.c (debug_to_kill): Delete, no longer necessary.
3785 (target_kill): New function.
3786 (update_current_target): Stop inheriting the to_kill method.
3787 Do not de_fault it to no_process either.
3788 (setup_target_debug): Do not set current_target.to_kill.
3789 * gnu-nat.c, go32-nat.c, hpux-thread.c, inf-ptrace.c, inf-ttrace.c,
3790 linux-nat.c, monitor.c, nto-procfs.c, procfs.c, remote-m32r-sdi.c,
3791 remote-mips.c, remote-sim.c, remote.c, windows-nat.c: Update
3792 accordingly.
3793
3794 2009-03-17 Doug Evans <dje@google.com>
3795
3796 * amd64-linux-nat.c (si_timerid,si_overrun): Provide definition for
3797 glibc 2.3.2 and earlier.
3798
3799 2009-03-17 Joel Brobecker <brobecker@adacore.com>
3800
3801 * frame.c (get_prev_frame_1): Do not perform the inner_frame
3802 sanity check if this_frame is not NORMAL.
3803 (frame_id_inner): Update the description of this function.
3804
3805 2009-03-17 Hui Zhu <teawater@gmail.com>
3806
3807 * stack.c: Change the introduce of "disassemble-next-line".
3808
3809 2009-03-17 Pedro Alves <pedro@codesourcery.com>
3810
3811 * mi/mi-main.h (mi_print_timing_maybe): Add strict prototype,
3812 declare as extern.
3813
3814 2009-03-17 Hui Zhu <teawater@gmail.com>
3815
3816 * stack.c: Include valprint.h.
3817 (disassemble_next_line): New enum.
3818 (show_disassemble_next_line): New function. Show the current
3819 value of disassemble-next-line.
3820 (gdb_disassembly_stub_args): New struct for argument passing
3821 between function do_gdb_disassembly and function
3822 gdb_disassembly_stub.
3823 (gdb_disassembly_stub): New function. Helper for
3824 gdb_disassembly.
3825 (do_gdb_disassembly): New function. Use TRY_CATCH to catch
3826 the exception from the gdb_disassembly because it will be
3827 broken by filter sometime.
3828 (print_frame_info): If disassemble-next-line is set to auto
3829 or on and doesn't have the line debug messages for $pc,
3830 output the next instruction.
3831 If disassemble-next-line is set to on and there is line debug
3832 messages, output assembly codes for next line.
3833 (_initialize_stack): Make the "set disassemble-next-line"
3834 command an auto-boolean command. Change its class to
3835 class_stack. Place it in the top level set list. Extend help
3836 to describe the auto mode.
3837
3838 2009-03-17 Pedro Alves <pedro@codesourcery.com>
3839
3840 * infrun.c (normal_stop): Don't overwrite old_chain.
3841
3842 2009-03-16 Joel Brobecker <brobecker@adacore.com>
3843
3844 * remote-mips.c (mips_load): Replace call to regcache_set_valid_p,
3845 which is undefined, by call to regcache_invalidate, which should
3846 do what the original author wanted to do.
3847
3848 2009-03-16 Joel Brobecker <brobecker@adacore.com>
3849
3850 * remote-mips.c (mips_mourn_inferior): Add missing ops parameter.
3851 (mips_create_inferior): Likewise.
3852
3853 2009-03-16 Joel Brobecker <brobecker@adacore.com>
3854
3855 * go32-nat.c (go32_create_inferior): Add missing ops parameter.
3856
3857 2009-03-16 Joel Brobecker <brobecker@adacore.com>
3858
3859 * darwin-nat.c (darwin_resume): Fix a compiler warning when
3860 building on x86_64-darwin.
3861
3862 2009-03-16 Tristan Gingold <gingold@adacore.com>
3863
3864 * configure.tgt: Add handling for x86_64-darwin.
3865
3866 2009-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3867
3868 * auxv.c (fprint_target_auxv): New TAG for AT_RANDOM.
3869
3870 2009-03-15 Joel Brobecker <brobecker@adacore.com>
3871
3872 * aix-thread.c (aix_thread_thread_alive, aix_thread_pid_to_str):
3873 Use the ops parameter to get to the target beneath, rather than
3874 using the current_target global. Using the current_target global
3875 was an unintended accident.
3876
3877 2009-03-15 Joel Brobecker <brobecker@adacore.com>
3878
3879 Fix an error happening while loading symbols from a core file
3880 (on AIX).
3881
3882 * rs6000-nat.c (xcoff_relocate_symtab): Use target_has_execution
3883 to detect whether we're debugging a core file or not.
3884
3885 2009-03-15 Joel Brobecker <brobecker@adacore.com>
3886
3887 Modernize the aix-thread later by getting rid of the base_target
3888 global. This brings back to life the AIX port which was otherwise
3889 crashing all the time.
3890
3891 * aix-thread.c (base_target): Delete.
3892 (pd_enable): Do not set base_target.
3893 (aix_thread_attach): Use find_target_beneath instead of base_target.
3894 (aix_thread_detach, aix_thread_resume, aix_thread_wait)
3895 (aix_thread_fetch_registers, aix_thread_store_registers),
3896 (aix_thread_xfer_partial, aix_thread_mourn_inferior)
3897 (aix_thread_thread_alive, aix_thread_pid_to_str): Likewise.
3898 (aix_thread_kill): Delete. Does not seem necessary.
3899 (init_aix_thread_ops): Do not set aix_thread_ops.to_kill.
3900
3901 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3902
3903 * stack.c (return_command <retval_exp>): New variables retval_expr
3904 and old_chain. Inline parse_and_eval to initialize retval_expr. Check
3905 RETVAL_EXPR for UNOP_CAST and set RETURN_TYPE to the RETURN_VALUE type
3906 if RETURN_TYPE is NULL.
3907
3908 2009-03-14 Pedro Alves <pedro@codesourcery.com>
3909
3910 * remote.c (PACKET_qAttached): New.
3911 (remote_query_attached): New.
3912 (remote_add_inferior): Add new `attached' argument. Handle it.
3913 (remote_notice_new_inferior, remote_start_remote): Adjust to pass
3914 -1 to remote_add_inferior in new parameter.
3915 (extended_remote_attach_1): Adjust to pass 1 to
3916 remote_add_inferior in the new parameter.
3917 (extended_remote_create_inferior_1): Adjust to pass 0 to
3918 remote_add_inferior in the new parameter.
3919 (_initialize_remote): Add "set/show remote query-attached-packet"
3920 commands.
3921
3922 2009-03-13 Tom Tromey <tromey@redhat.com>
3923
3924 * symtab.c (lookup_symbol_in_language): Use a cleanup.
3925
3926 2009-03-13 Doug Evans <dje@google.com>
3927
3928 * exceptions.h: Clean up some comments on catch_exceptions usage.
3929 * exceptions.c: Ditto. Plus mark catch_errors as superseded by
3930 catch_exceptions.
3931
3932 2009-02-17 Joel Brobecker <brobecker@adacore.com>
3933
3934 The following patch helps getting rid of a warning inside solib-som.c.
3935
3936 * source.c (source_full_path_of): Constify parameter filename.
3937 * defs.h (source_full_path_of): Update declaration accordingly.
3938
3939 2009-03-12 Joel Brobecker <brobecker@adacore.com>
3940
3941 * ada-lang.c (ada_evaluate_subexp): Merge case BINOP_REM and
3942 BINOP_MOD cases with the handling of case BINOP_DIV and BINOP_MUL.
3943 Remove useless op value checks when EVAL_AVOID_SIDE_EFFECTS.
3944
3945 2009-03-12 Joel Brobecker <brobecker@adacore.com>
3946
3947 * ada-lang.c (ada_evaluate_subexp) <BINOP_DIV>: make sure to
3948 promote the operands when noside is EVAL_AVOID_SIDE_EFFECTS.
3949
3950 2009-03-12 Joel Brobecker <brobecker@adacore.com>
3951
3952 * ada-tasks.c (ada_task_is_alive): Move up and make static.
3953 * ada-lang.h (ada_task_is_alive): Remove declaration.
3954
3955 2009-03-12 Jerome Guitton <guitton@adacore.com>
3956
3957 * ada-lang.c (ada_delta): Change the type of numerators and
3958 denominators to DOUBLEST, as they may not fit into a long.
3959 (scaling_factor): Ditto.
3960
3961 2009-03-12 Jerome Guitton <guitton@adacore.com>
3962
3963 * language.c (lang_bool_type): Set lai->bool_type_symbol to NULL.
3964
3965 2009-03-12 Joel Brobecker <brobecker@adacore.com>
3966
3967 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: For tagged
3968 types, if we are unable to determine the actual symbol type
3969 from its tag, then use the static approximation instead.
3970
3971 2009-03-12 Joel Brobecker <brobecker@adacore.com>
3972
3973 Fix crash printing packed record with packed array.
3974
3975 * ada-lang.c (ada_modulus_from_name): New function.
3976 (ada_modulus): In the case where the type length is bigger than
3977 the size of the type used to hold the bounds, try determining
3978 the modulus from the type name.
3979 (ada_value_primitive_packed_val): Fix bug in the computation of
3980 ntarg causing an out-of-buffer invalid access.
3981
3982 2009-03-12 Joel Brobecker <brobecker@adacore.com>
3983
3984 Fix segfault when printing short_integer'last.
3985
3986 * ada-lang.c (ada_find_any_type): Search in the primitive types
3987 if a symbol could not be found.
3988
3989 2009-03-12 Joel Brobecker <brobecker@adacore.com>
3990
3991 * ada-tasks.c (task_states,long_task_states): Add new states
3992 Activating and Acceptor_Delay_Sleep. Update the description
3993 of state Acceptor_Sleep.
3994
3995 2009-03-12 Jonas Maebe <jonas.maebe@elis.ugent.be> (obvious change)
3996
3997 Fix a build failure on Darwin following some changes in
3998 the profile of some target_ops methods.
3999
4000 * darwin-nat.c (darwin_kill_inferior): Add target_ops parameter
4001 where missing.
4002 (darwin_stop_inferior, darwin_detach): Likewise.
4003
4004 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
4005
4006 Include token in ^running notification for CLI commands.
4007
4008 * mi/mi-main.c (mi_execute_command): Set current_token here.
4009 (mi_cmd_execute): Do not set current_token here.
4010
4011 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
4012
4013 Fix MI timings.
4014
4015 * mi/mi-main.c (mi_print_timing_maybe): New.
4016 (captured_mi_execute_command): Simplify. Output timings to
4017 CLI commands, too.
4018 (mi_execute_async_cli_command): Do not print timings.
4019 * mi/mi-main.h (mi_print_timing_maybe): Declare.
4020 * mi/mi-interp.c (mi_on_normal_stop): Call mi_print_timing_maybe.
4021
4022 2009-03-12 Jerome Guitton <guitton@adacore.com>
4023
4024 * xcoffread.c (process_linenos): Check if the line in the
4025 include table refers to the main source file and, if so,
4026 add them to the main subfile.
4027
4028 2009-03-12 Joel Brobecker <brobecker@adacore.com>
4029
4030 Fix a build failure on AIX introduced after a change in the profile
4031 of some of the "methods" in the target_ops structure.
4032 * aix-thread.c: Add missing target_ops parameter throughout.
4033
4034 Implement Ada task switching on AIX.
4035 * aix-thread.c (aix_thread_get_ada_task_ptid): New function.
4036 (init_aix_thread_ops): Set aix_thread_ops.to_get_ada_task_ptid.
4037
4038 2009-03-11 Daniel Jacobowitz <dan@codesourcery.com>
4039
4040 * breakpoint.c (bpstat_check_breakpoint_conditions): Use
4041 value_mark and value_free_to_mark.
4042 * objfiles.c (free_objfile): Call objfile_free_data before
4043 freeing the BFD.
4044
4045 2009-03-10 Hui Zhu <teawater@gmail.com>
4046
4047 * disasm.c (gdb_disassembly): Remove unused argument
4048 "line_num".
4049 * disasm.h (gdb_disassembly): Ditto.
4050 * cli/cli-cmds.c (print_disassembly): Ditto.
4051 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Ditto.
4052
4053 2009-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
4054
4055 * solib.c (solib_contains_address_p): New function.
4056 (solib_name_from_address): Use it.
4057 * printcmd.c (display_uses_solib_p): Use it.
4058 * solib.h (solib_contains_address_p): Declare it.
4059
4060 2009-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4061
4062 * varobj.c (free_variable): Call value_free.
4063
4064 2009-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4065
4066 PR gdb/9873:
4067 * dwarf2read.c (dwarf_decode_macros): New variable `at_commandline'.
4068 Move the variable `macinfo_type' out of the loop. Create a new
4069 processing pass before the current one to pre-create `current_file'.
4070 New complaint on misplaced zero/non-zero definitions/includes.
4071 Skip first DW_MACINFO_start_file with `at_commandline' set.
4072
4073 2008-03-09 Vladimir Prus <vladimir@codesourcery.com>
4074
4075 * solib.c (reload_shared_libraries): Give
4076 inferior a chance to reset solib breakpoint.
4077 Reinit frame cache.
4078
4079 2009-03-08 Christopher Faylor <me+cygwin@cgf.cx>
4080
4081 * windows-nat.c (dr): Redefine to use largest possible integer which
4082 holds a pointer.
4083 (cygwin_set_dr): Avoid coercion.
4084
4085 2009-03-08 Oswald Buddenhagen <oswald.buddenhagen@trolltech.de>
4086
4087 * windows-nat.c (windows_create_inferior): Implement --tty handling on
4088 non-cygwin.
4089
4090 2009-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4091
4092 Rename solib_address to solib_name_from_address.
4093 * breakpoint.c (insert_bp_location, disable_breakpoints_in_shlibs)
4094 (disable_breakpoints_in_unloaded_shlib): Update.
4095 * printcmd.c (display_uses_solib_p): Likewise.
4096 * stack.c (print_frame): Likewise.
4097 * solib.c: Rename.
4098 * solib.h: Rename.
4099
4100 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
4101
4102 * printcmd.c (do_one_display): Reparse exp_string.
4103 (display_uses_solib_p): New function.
4104 (clear_dangling_display_expressions): New function.
4105 (_initialize_printcmd): Add observer.
4106 * solib.c (no_shared_libraries): Swap order of calls to
4107 clear_solib and objfile_purge_solibs.
4108
4109 2009-03-05 Joel Brobecker <brobecker@adacore.com>
4110
4111 Implement the target-specific part of Ada tasking support
4112 on Tru64.
4113
4114 * dec-thread.c (dec_thread_get_ada_task_ptid): New function.
4115 (init_dec_thread_ops): Set the to_get_ada_task_ptid method.
4116
4117 2009-03-05 Joel Brobecker <brobecker@adacore.com>
4118
4119 Get rid of the global "base_target" and use "find_target_beneath"
4120 to find the underlying target.
4121 * dec-thread.c (base_target): Delete.
4122 (enable_dec_thread): Remove assignement to base_target.
4123 (dec_thread_detach, dec_thread_wait, dec_thread_wait)
4124 (dec_thread_fetch_registers, dec_thread_store_registers)
4125 (dec_thread_mourn_inferior, dec_thread_pid_to_str):
4126 Update the function profile if necessary.
4127 Use find_target_beneath to call the same method but from
4128 the underlying target, removing the need for "base_target".
4129
4130 * dec-thread.c (dec_thread_get_regsets, dec_thread_set_regsets):
4131 Fix a copy/paste error in a few debug traces...
4132
4133 * solib-osf.c (init_so): Use a simpler method for computing
4134 the size of lm_info structure. This also gets rid of warning
4135 emitted by the compiler.
4136
4137 2009-03-05 Pedro Alves <pedro@codesourcery.com>
4138
4139 * breakpoint.c (check_duplicates_for): Skip permanent breakpoints
4140 duplicates of permanent breakpoints.
4141
4142 2009-03-04 Pedro Alves <pedro@codesourcery.com>
4143
4144 * inferior.h (notice_new_inferior): Declare.
4145 * infcmd.c (notice_new_inferior): New.
4146 * remote.c (remote_add_inferior, remote_add_thread): New.
4147 (notice_new_inferiors): Rename to...
4148 (remote_notice_new_inferior): ... this. Add RUNNING argument.
4149 Use remote_add_thread instead of add_thread, passing it the
4150 RUNNING argument. Add an inferior with remote_add_inferior. If
4151 we just learned about an inferior, call notice_new_inferior.
4152 (record_currthread): Adjust.
4153 (remote_threads_info): Adjust to use remote_notice_new_inferior.
4154 (remote_start_remote, extended_remote_attach_1): Use
4155 remote_add_inferior.
4156 (process_stop_reply): Adjust. Call remote_notice_new_inferior
4157 after handling expedited registers and watchpoint state.
4158 (extended_remote_create_inferior_1): Use remote_add_inferior.
4159
4160 2009-03-04 Aleksandar Ristovski <aristovski@qnx.com>
4161
4162 * infcmd.c (registers_info): Remove register number case.
4163
4164 2009-03-03 Pedro Alves <pedro@codesourcery.com>
4165
4166 * top.c (quit_target): Check for target_has_execution before
4167 killing or detaching from inferiors.
4168
4169 2009-03-02 Joel Brobecker <brobecker@adacore.com>
4170
4171 Remove some unused routines.
4172
4173 * ada-lang.c (is_suppressed_name, ada_suppress_symbol_printing):
4174 Delete.
4175 * ada-lang.c (ada_task_list_iterator_ftype)
4176 (iterate_over_live_ada_tasks): Delete.
4177 * ada-tasks.c (ada_get_environment_task, iterate_over_live_ada_tasks):
4178 Delete.
4179
4180 2009-03-01 Doug Evans <dje@google.com>
4181
4182 * symtab.c: Remove trailing whitespace throughout the file.
4183 (expand_line_sal): Fix some typos and whitespace.
4184
4185 * Makefile.in (clean): rm -f $(DEPDIR)/*.
4186
4187 * Makefile.in (GDB_CFLAGS): Add -I$(srcdir)/common.
4188 (init.c): signals/ -> common/.
4189 (signals.o): Update.
4190 * target.h (target_signal_to_string,target_signal_to_string)
4191 (target_signal_from_name,target_signal_to_host_p)
4192 (target_signal_from_host,target_signal_to_host): Move to ...
4193 * common/gdb_signals.h: ... here. New file.
4194 * common/signals.c: Moved here from signals/signals.c.
4195 #include gdb_signals.h, remove #include of target.h in gdb case.
4196 (target_signal_from_command,default_target_signal_to_host)
4197 (default_target_signal_from_host): Move inside #ifndef GDBSERVER.
4198
4199 Include thread ID in target_wait debugging output.
4200 * infrun.c (print_target_wait_results): New function.
4201 (wait_for_inferior,fetch_inferior_event): Call it.
4202
4203 2009-02-27 Pedro Alves <pedro@codesourcery.com>
4204
4205 * gdb_proc_service.h (struct ps_prochandle): Replace pid_t field
4206 with a ptid_t field.
4207 * linux-thread-db.c (thread_get_info_callback): Build the ptid
4208 using the pid stored in proc_handle.ptid.
4209 (thread_from_lwp, thread_db_attach_lwp, enable_thread_event)
4210 (check_for_thread_db, thread_db_detach, check_event)
4211 (thread_db_mourn_inferior, find_new_threads_callback)
4212 (thread_db_find_new_threads_1): Adjust.
4213 * proc-service.c (ps_xfer_memory, ps_lgetregs, ps_lsetregs)
4214 (ps_lgetfpregs, ps_lsetfpregs, ps_getpid): Adjust.
4215
4216 2009-02-27 Phil Muldoon <pmuldoon@redhat.com>
4217
4218 * valprint.c (read_string): Rework clean-up logic. Use
4219 free_current_contents to clean-up buffer.
4220
4221 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
4222
4223 * MAINTAINERS: Update e-mail address.
4224
4225 2009-02-26 Phil Muldoon <pmuldoon@redhat.com>
4226
4227 * python/python-utils.c (python_string_to_unicode): Always return
4228 a new reference.
4229 (python_string_to_target_string): Decrement transient python
4230 instance.
4231 (python_string_to_host_string): Likewise.
4232
4233 2007-02-26 Pedro Alves <pedro@codesourcery.com>
4234
4235 * mips-linux-nat.c (mips64_linux_fetch_registers): Pass `ops' to
4236 call to super_fetch_registers.
4237 (mips64_linux_store_registers): Pass `ops' to call to
4238 super_store_registers.
4239
4240 2009-02-25 Doug Evans <dje@google.com>
4241
4242 * breakpoint.c (insert_bp_location): Add \n to overlay breakpoint
4243 error message.
4244
4245 * breakpoint.c (disable_breakpoints_in_shlibs): Delete local
4246 disabled_shlib_breaks, unused.
4247
4248 * printcmd.c (build_address_symbolic): Fix comment.
4249
4250 2009-02-25 Hui Zhu <teawater@gmail.com>
4251
4252 * cli/cli-script.c (define_command): Add _() to query.
4253 * gnu-nat.c (inf_validate_task_sc): Ditto.
4254 * infcmd.c (kill_if_already_running): Ditto.
4255 (jump_command): Ditto.
4256 (attach_command): Ditto.
4257 * inflow.c (kill_command): Ditto.
4258 * infrun.c (handle_command): Ditto.
4259 * maint.c (maintenance_dump_me): Ditto.
4260 * memattr.c (mem_delete_command): Ditto.
4261 * monitor.c (monitor_interrupt_query): Ditto.
4262 * nto-procfs.c (interrupt_query): Ditto.
4263 * printcmd.c (undisplay_command): Ditto.
4264 * remote-mips.c (mips_kill): Ditto.
4265 * remote.c (interrupt_query): Ditto.
4266 * solib-irix.c (irix_open_symbol_file_object): Ditto.
4267 * solib-osf.c (osf_open_symbol_file_object): Ditto.
4268 * solib-pa64.c (pa64_open_symbol_file_object): Ditto.
4269 * solib-som.c (som_open_symbol_file_object): Ditto.
4270 * solib-svr4.c (open_symbol_file_object): Ditto.
4271 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
4272 * target.c (kill_or_be_killed): Ditto.
4273 * tracepoint.c (delete_trace_command): Ditto.
4274 * top.c (quit_confirm): Add _() to s that will be used
4275 in query.
4276
4277 2009-02-24 Pierre Muller <muller@ics.u-strasbg.fr>
4278
4279 Fix windows-nat.c compilation failure.
4280
4281 * windows-nat.c (windows_thread_alive): Fix forward declaration.
4282 (get_windows_debug_event): Add ops parameter to call to windows_resume.
4283
4284 2009-02-23 Pedro Alves <pedro@codesourcery.com>
4285
4286 * remote-sim.c (gdbsim_resume): Add target_ops* argument.
4287
4288 2009-02-23 Jay Krell <jay.krell@cornell.edu> (tiny change)
4289
4290 * symtab.c (find_line_symtab): Initialize exact to avoid
4291 a compiler warning.
4292
4293 2009-02-23 Pedro Alves <pedro@codesourcery.com>
4294
4295 * i386-linux-nat.c (i386_linux_fetch_inferior_registers): Pass
4296 `ops' to recursive call.
4297
4298 2009-02-23 Pedro Alves <pedro@codesourcery.com>
4299
4300 * corelow.c (get_core_registers): Adjust.
4301 (core_file_thread_alive): Rename to...
4302 (core_thread_alive): ... this.
4303 (core_pid_to_str): Try gdbarch_core_pid_to_str first.
4304 (init_core_ops): Adjust.
4305 (coreops_suppress_target): Delete.
4306 (_initialize_corelow): Unconditionally add core_ops.
4307 * procfs.c: Include "inf-child.h".
4308 (procfs_ops): Delete.
4309 (init_procfs_ops): Delete. Reimplement as...
4310 (procfs_target): ... this, inheriting from inf-child.
4311 (procfs_attach, procfs_detach, procfs_fetch_registers): Adjust.
4312 (procfs_prepare_to_store): Delete.
4313 (procfs_store_registers, procfs_resume): Adjust.
4314 (procfs_open): Delete.
4315 (procfs_suppress_run): Delete.
4316 (procfs_can_run): Delete.
4317 (procfs_mourn_inferior): Adjust.
4318 (procfs_init_inferior): Add target_ops parameter. Adjust.
4319 (procfs_create_inferior): Don't pass procfs_init_inferior to
4320 fork_inferior. Instead call it after fork_inferior returns.
4321 (procfs_find_new_threads): Adjust.
4322 (_initialize_procfs): Adjust to use procfs_target instead of
4323 init_procfs_ops.
4324 * sol-thread.c (orig_core_ops, sol_core_ops): Delete.
4325 (lwp_to_thread): Use target_thread_alive.
4326 (sol_thread_open): Delete.
4327 (sol_thread_attach): Delete.
4328 (sol_thread_detach, sol_thread_resume, sol_thread_wait)
4329 (sol_thread_fetch_registers, sol_thread_store_registers): Adjust
4330 to use find_target_beneath.
4331 (sol_thread_prepare_to_store, sol_thread_xfer_memory): Delete.
4332 (sol_thread_xfer_partial): Adjust to use find_target_beneath.
4333 (sol_thread_files_info, sol_thread_kill_inferior): Delete.
4334 (check_for_thread_db): New.
4335 (sol_thread_notice_signals, sol_thread_create_inferior): Delete.
4336 (sol_thread_new_objfile): Call check_for_thread_db.
4337 (sol_thread_mourn_inferior): Adjust to use find_target_beneath.
4338 (sol_thread_can_run): Delete.
4339 (sol_thread_alive): Adjust to use find_target_beneath.
4340 (sol_thread_stop): Delete.
4341 (rw_common): Use target_write_memory or target_read_memory.
4342 (ps_lgetregs, ps_lgetfpregs): Use target_fetch_registers.
4343 (ps_lsetregs, ps_lsetfpregs): Use target_store_registers.
4344 (solaris_pid_to_str): Remove check for libthread_db initialization
4345 failing.
4346 (sol_find_new_threads): Remove check for libthread_db
4347 initialization failing, or for an invalid inferior_ptid. Adjust
4348 to use find_target_beneath.
4349 (sol_core_open, sol_core_close, sol_core_detach,
4350 sol_core_files_info, sol_find_memory_regions,
4351 sol_make_note_section, ignore): Delete.
4352 (init_sol_thread_ops): Make it a thread_stratum target. Remove
4353 unneeded callback settings.
4354 (init_sol_core_ops): Delete.
4355 (_initialize_sol_thread): No longer call init_sol_core_ops, set
4356 procfs_suppress_run, or hack with core_ops.
4357
4358 * target.h (struct target_ops): Add a target_ops * parameter to
4359 to_resume, to_fetch_registers, to_store_registers, to_thread_alive
4360 and to_find_new_threads.
4361 (target_fetch_registers, target_store_registers)
4362 (target_thread_alive, target_find_new_threads): Redeclare as
4363 function.
4364
4365 * target.c (update_current_target): Do not inherit or de_fault
4366 to_resume, to_fetch_registers, to_store_registers,
4367 to_thread_alive, to_find_new_threads.
4368 (target_resume): Adjust.
4369 (target_thread_alive, target_find_new_threads): New.
4370 (debug_to_resume, debug_to_fetch_registers): Delete.
4371 (target_fetch_registers): New.
4372 (debug_to_store_registers): Delete.
4373 (target_store_registers): New.
4374 (debug_to_thread_alive, debug_to_find_new_threads): Delete.
4375 (setup_target_debug): Adjust.
4376
4377 * gdbcore.h (core_ops): Delete declaration.
4378
4379 * inf-ptrace.c, linux-nat.c, remote.c, amd64-linux-nat.c,
4380 inf-child.c, linux-thread-db.c, bsd-uthread.c, inf-ttrace.c,
4381 i386-sol2-tdep.c, darwin-nat.c, gnu-nat.c, go32-nat.c,
4382 hpux-thread.c, i386-linux-nat.c, i386fbsd-nat.c, monitor.c,
4383 nto-procfs.c, remote-m32r-sdi.c, remote-mips.c, windows-nat.c,
4384 alphabsd-nat.c, amd64bsd-nat.c, arm-linux-nat.c, armnbsd-nat.c,
4385 bsd-kvm.c, hppa-hpux-nat.c, hppa-linux-nat.c, hppabsd-nat.c,
4386 hppanbsd-nat.c, i386-darwin-nat.c, i386bsd-nat.c,
4387 ia64-linux-nat.c, m32r-linux-nat.c, m68kbsd-nat.c,
4388 m68klinux-nat.c, m88kbsd-nat.c, mips-linux-nat.c,
4389 mips64obsd-nat.c, mipsnbsd-nat.c, ppc-linux-nat.c, ppcnbsd-nat.c,
4390 ppcobsd-nat.c, remote-sim.c, rs6000-nat.c, s390-nat.c,
4391 shnbsd-nat.c, sparc-nat.c, sparc-nat.h, spu-linux-nat.c,
4392 vaxbsd-nat.c, xtensa-linux-nat.c: Adjust to target_ops changes.
4393
4394 * gdbarch.sh (core_pid_to_str): New gdbarch callback.
4395 * gdbarch.h, gdbarch.c: Regenerate.
4396
4397 * sol2-tdep.c: Include "inferior.h".
4398 (sol2_core_pid_to_str): New.
4399 * sol2-tdep.h (sol2_core_pid_to_str): Declare.
4400
4401 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Set it.
4402 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Set it.
4403 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Set it.
4404 * i386-sol2-tdep.c (i386_sol2_init_abi): Set it.
4405
4406 2009-02-22 Doug Evans <dje@google.com>
4407
4408 * exec.c (exec_file_attach): Fix comment.
4409
4410 2009-02-22 Pedro Alves <pedro@codesourcery.com>
4411
4412 Silence a few -Wmissing-prototypes warnings.
4413
4414 PR build/9877:
4415 * alpha-linux-tdep.c (alpha_linux_regset_from_core_section): Make
4416 it static.
4417 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Declare.
4418 * amd64fbsd-tdep.c (amd64fbsd_init_abi): Make it static.
4419 * amd64nbsd-tdep.c (_initialize_amd64nbsd_ndep): Rename to ...
4420 (_initialize_amd64nbsd_tdep): ... this.
4421 * arm-linux-tdep.c (arm_linux_software_single_step): Make it static.
4422 (_initialize_arm_linux_tdep): Declare.
4423 * armbsd-tdep.c (armbsd_fpreg_offset): Make it static.
4424 * armnbsd-tdep.c (_initialize_arm_netbsd_tdep): Declare.
4425 * armobsd-tdep.c (_initialize_armobsd_tdep): Declare.
4426 * avr-tdep.c (avr_return_value): Make it static.
4427 (avr_frame_unwind_cache): Ditto.
4428 * bsd-uthread.c (bsd_uthread_inferior_created): Ditto.
4429 (bsd_uthread_solib_loaded): Ditto.
4430 (bsd_uthread_solib_unloaded): Ditto.
4431 (bsd_uthread_target): Ditto.
4432 (_initialize_bsd_uthread): Declare.
4433 * cris-tdep.c (crisv32_single_step_through_delay): Make it static.
4434 (cris_frame_unwind_cache): Ditto.
4435 * frv-tdep.c (frv_return_value): Ditto.
4436 * h8300-tdep.c (h8300_use_struct_convention): Ditto.
4437 (h8300h_use_struct_convention): Ditto.
4438 * hppa-tdep.c (hppa_sign_extend, hppa_low_hppa_sign_extend):
4439 Ditto.
4440 * hppa-tdep.h (hppa_low_sign_extend, hppa_sign_extend): Delete
4441 declarations.
4442 * hppabsd-tdep.c: Include hppabsd-tdep.h.
4443 (hppabsd_find_global_pointer): Make it static.
4444 * hppabsd-tdep.h: New.
4445 * hppanbsd-tdep.c: Include hppabsd-tdep.h.
4446 (hppabsd_init_abi): Remove declaration.
4447 (_initialize_hppabsd_tdep): Remove declaration.
4448 (_initialize_hppanbsd_tdep): Declare.
4449 * hppaobsd-tdep.c: Include hppabsd-tdep.h.
4450 (hppabsd_init_abi): Delete declaration.
4451 (hppaobsd_init_abi): Make it static.
4452 * i386-nto-tdep.c (_initialize_i386nto_tdep): Declare.
4453 * i386nbsd-tdep.c (_initialize_i386nbsd_tdep): Declare.
4454 * ia64-linux-tdep.c (_initialize_ia64_linux_tdep): Declare.
4455 * ia64-tdep.c (ia64_register_reggroup_p): Make it static.
4456 * iq2000-tdep.c (_initialize_iq2000_tdep): Declare.
4457 * m32c-tdep.c (m32c_register_reggroup_p): Make it static.
4458 (m32c_analyze_prologue, m32c_virtual_frame_pointer): Ditto.
4459 (_initialize_m32c_tdep): Declare.
4460 * m32r-rom.c (_initialize_m32r_rom): Declare.
4461 * m32r-tdep.c (m32r_skip_prologue): Make it static.
4462 (m32r_return_value): Ditto.
4463 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Make it static.
4464 (m68hc11_return_value): Ditto.
4465 * m68klinux-tdep.c (_initialize_m68k_linux_tdep): Declare.
4466 * m88k-tdep.c (m88k_frame_cache): Make it static.
4467 * mep-tdep.c (mep_gdb_print_insn): Ditto.
4468 (mep_return_value): Ditto.
4469 (_initialize_mep_tdep): Declare.
4470 * mips-irix-tdep.c (_initialize_mips_irix_tdep): Declare.
4471 * mips-linux-tdep.c (supply_64bit_reg): Make it static.
4472 (mips_linux_syscall_next_pc): Ditto.
4473 (_initialize_mips_linux_tdep): Declare.
4474 * mips-tdep.c (mips_single_step_through_delay): Make it static.
4475 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Declare.
4476 * mn10300-linux-tdep.c (_initialize_mn10300_linux_tdep): Declare.
4477 * mn10300-tdep.c (_initialize_mn10300_tdep): Declare.
4478 * mt-tdep.c (_initialize_mt_tdep): Declare.
4479 * nbsd-tdep.c: Include nbsd-tdep.h.
4480 * nto-tdep.c (find_load_phdr): Make it static.
4481 (_initialize_nto_tdep): Declare.
4482 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Make it
4483 static.
4484 (_initialize_ppc_linux_tdep): Declare.
4485 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint)
4486 (m32r_insert_watchpoint, m32r_remove_watchpoint)
4487 (m32r_stopped_data_address, m32r_stopped_by_watchpoint): Make
4488 static.
4489 * rs6000-aix-tdep.c (_initialize_rs6000_aix_tdep): Declare.
4490 * rs6000-nat.c: Include xcoffread.h.
4491 (find_toc_address): Don't extern declare get_toc_offset. Adjust
4492 to call xcoff_get_to_offset.
4493 * rs6000-tdep.c (ppc_vsx_support_p, ppc_displaced_step_fixup)
4494 (rs6000_skip_main_prologue, rs6000_in_solib_return_trampoline)
4495 (rs6000_skip_trampoline_code): Make static.
4496 * s390-tdep.c (s390_regset_from_core_section): Ditto.
4497 * sh-tdep.c (sh_register_reggroup_p): Ditto.
4498 * shnbsd-tdep.c (shnbsd_regset_from_core_section): Ditto.
4499 (_initialize_shnbsd_tdep): Declare.
4500 * solib-frv.c (displacement_from_map): Make static.
4501 (_initialize_frv_solib): Declare.
4502 * solib-irix.c (fetch_lm_info): Make static.
4503 (_initialize_irix_solib): Declare.
4504 * solib-som.c: Include solib-som.h.
4505 (som_solib_select): Line break.
4506 * sparc-tdep.c (sparc_regset_from_core_section): Make static.
4507 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Rename to ...
4508 (_initialize_sparcnbsd_tdep): ... this.
4509 * spu-tdep.c (spu_software_single_step): Make it static.
4510 (_initialize_spu_tdep): Declare.
4511 * vax-tdep.c (vax_frame_cache): Make it static.
4512 * xcoffread.c: Include xcoffread.h.
4513 (get_toc_offset): Rename to ...
4514 (xcoff_get_toc_offset): ... this.
4515 (_initialize_xcoffread): Declare.
4516 * xcoffread.h: New.
4517 * xtensa-linux-tdep.c (_initialize_xtensa_linux_tdep): Declare.
4518 * xtensa-tdep.c (xtensa_skip_prologue, xtensa_derive_tdep): Make
4519 static.
4520 (_initialize_xtensa_tdep): Declare.
4521
4522 2008-02-21 Pedro Alves <pedro@codesorcery.com>
4523
4524 Silence a few -Wmissing-prototypes warnings.
4525
4526 PR build/9877:
4527 * amd64-nat.c: Include "amd64-nat.h".
4528 * fork-child.c (_initialize_fork_child): Ditto.
4529 * gcore.c (_initialize_gcore): Ditto.
4530 * inf-ptrace.c: Include "inf-ptrace.h".
4531 (inf_ptrace_store_registers): Make it static.
4532 * linux-nat.c (linux_nat_terminal_ours): Make it static.
4533 (_initialize_linux_nat): Declare before definition.
4534 * linux-tdep.c: Include "linux-tdep.h".
4535 * linux-thread-db.c (_initialize_thread_db): Declare before
4536 definition.
4537 * proc-service.c (_initialize_proc_service): Ditto.
4538 * remote.c (remote_send_printf): Make it static.
4539 * solib.c: Include "solib.h".
4540 * symfile-mem.c (_initialize_symfile_mem): Declare before
4541 definition.
4542 * ada-lang.c (ada_la_decode, ada_match_name)
4543 (ada_suppress_symbol_printing, ada_is_array_type)
4544 (ada_value_ptr_subscript, ada_array_length)
4545 (ada_to_static_fixed_value): Make them static.
4546 (_initialize_ada_language): Declare before definition.
4547 * ada-tasks.c (ada_get_task_number, ada_get_environment_task)
4548 (ada_task_list_changed, ada_new_objfile_observer): Make them
4549 static.
4550 (_initialize_tasks): Declare before definition.
4551 * addrmap.c (_initialize_addrmap): Declare before definition.
4552 * auxv.c (default_auxv_parse): Make it static.
4553 * bfd-target.c (target_bfd_xfer_partial, target_bfd_xclose): Make
4554 them static.
4555 * breakpoint.c (remove_sal): Add line break.
4556 (expand_line_sal_maybe): Make it static.
4557 * cp-name-parser.y: Include "cp-support.h".
4558 * cp-valprint.c (cp_find_class_member): Make it static.
4559 * eval.c (value_f90_subarray): Ditto.
4560 * exceptions.c (print_any_exception): Ditto.
4561 * findcmd.c (_initialize_mem_search): Declare before definition.
4562 * frame.c (frame_observer_target_changed): Make it static.
4563 * gnu-v3-abi.c (gnuv3_find_method_in): Make it static.
4564 * inf-child.c: Include "inf-child.h".
4565 * inferior.h (valid_inferior_id): Rename to ...
4566 (valid_gdb_inferior_id): ... this.
4567 * infrun.c (infrun_thread_stop_requested, siginfo_make_value):
4568 Make them static.
4569 * jv-lang.c (java_language_arch_info): Make it static.
4570 * m2-typeprint.c (m2_get_discrete_bounds): Ditto.
4571 * osdata.c (info_osdata_command): Make it static.
4572 * regcache.c (regcache_observer_target_changed): Make it static.
4573 * reverse.c (_initialize_reverse): Declare before definition.
4574 * stabsread.c (cleanup_undefined_types_noname)
4575 (cleanup_undefined_types_1): Make them static.
4576 * symfile.c (place_section): Make it static.
4577 * symtab.c (find_pc_sect_psymtab_closer): Make it static.
4578 * target-descriptions.c (_initialize_target_descriptions): Declare
4579 before definition.
4580 * target.c (default_get_ada_task_ptid, find_default_can_async_p)
4581 (find_default_is_async_p, find_default_supports_non_stop): Make
4582 them static.
4583 (target_supports_non_stop): Add prototype.
4584 (dummy_pid_to_str): Make it static.
4585 * utils.c (_initialize_utils): Declare before definition.
4586 * ada-exp.y (_initialize_ada_exp): Declare before definition.
4587 * solib-svr4.c (HAS_LM_DYNAMIC_FROM_LINK_MAP): Add a prototype.
4588 * target.h (struct target_ops): Add a prototype to the
4589 to_can_execute_reverse callback.
4590 * macroscope.c (_initialize_macroscope): Declare before definition.
4591 * cp-namespace.c (_initialize_cp_namespace): Declare before definition.
4592 * python/python.c (_initialize_python): Declare before definition.
4593 * tui/tui-command.c: Include "tui/tui-command.h".
4594 * tui/tui-data.c (init_content_element, init_win_info): Make them
4595 static.
4596 * tui/tui-disasm.c: Include "tui/tui-disasm.h".
4597 * tui/tui-interp.c (_initialize_tui_interp): Declare before
4598 definition.
4599 * tui/tui-layout.c: Include "tui/tui-layout.h".
4600 (_initialize_tui_layout): Declare before definition.
4601 * tui/tui-regs.c: Include "tui/tui-regs.h".
4602 (tui_display_reg_element_at_line): Make it static.
4603 (_initialize_tui_regs): Declare before definition.
4604 * tui/tui-stack.c (_initialize_tui_stack): Declare before
4605 definition.
4606 * tui/tui-win.c: Include "tui/tui-win.h".
4607 (_initialize_tui_win): Declare before definition.
4608 (tui_sigwinch_handler): Make it static. Wrap in ifdef SIGWINCH.
4609 * tui/tui-win.h (tui_sigwinch_handler): Delete declaration.
4610 (tui_get_cmd_list): Add a prototype.
4611 * tui/tui-windata.c: Include tui-windata.h.
4612 * tui/tui-wingeneral.c (box_win): Make it static.
4613 * cli/cli-logging.c (show_logging_command): Make it static.
4614 (_initialize_cli_logging): Declare before definition.
4615 * mi/mi-common.c (_initialize_gdb_mi_common): Declare before
4616 definition.
4617
4618 2009-02-20 Pierre Muller <muller@ics.u-strasbg.fr>
4619
4620 Extend use of i386_use_watchpoints to all i386 native files
4621 using hardware watchpoints.
4622 * go32-nat.c (init_go32_ops): Call i386_use_watchpoints.
4623 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Ditto.
4624 * windows-nat.c (init_windows_ops): Ditto.
4625 * config/i386/nm-cygwin.h: Define I386_WATCHPOINTS_IN_TARGET_VECTOR.
4626 * config/i386/nm-cygwin64.h: Ditto.
4627 * config/i386/nm-fbsd.h: Ditto.
4628 * config/i386/nm-go32.h: Ditto.
4629
4630 2009-02-19 Joel Brobecker <brobecker@adacore.com>
4631
4632 * ada-typeprint.c (ada_typedef_print): Remove. Unused.
4633
4634 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4635
4636 * mi/mi-interp.c (mi_solib_loaded, mi_solib_unloaded): New.
4637 (mi_interpreter_init): Register the above.
4638 * solib.c (clear_solib): Notify solib unload.
4639 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Do not
4640 disable breakpoints on a.out targets.
4641
4642 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4643
4644 * observer.c (observer_test_first_notification_function)
4645 (observer_test_second_notification_function)
4646 (observer_test_third_notification_function): Adjust prototype.
4647
4648 2009-02-17 Pedro Alves <pedro@codesourcery.com>
4649
4650 * Makefile.in (ALL_64_TARGET_OBS): Add amd64-dicos-tdep.o.
4651 (ALL_TARGET_OBS): Add dicos-tdep.o.
4652 (ALLDEPFILES): Add amd64-dicos-tdep.c and dicos-tdep.c.
4653 * configure.tgt (i[34567]86-*-dicos*): Add dicos-tdep.o to
4654 gdb_target_obs.
4655 (x86_64-*-dicos*): Add dicos-tdep.o and amd64-dicos-tdep.o to
4656 gdb_target_obs.
4657 * dicos-tdep.h, dicos-tdep.c: New.
4658 * amd64-dicos-tdep.c: New.
4659 * i386-dicos-tdep.c: Don't include solib.h, solib-target.h or
4660 inferior.h. Include dicos-tdep.h.
4661 (i386_dicos_init_abi): Call dicos_init_abi.
4662 (i386_dicos_bfd_has_symbol_p): Delete.
4663 (i386_dicos_osabi_sniffer): Use dicos_load_module_p.
4664
4665 * NEWS: Mention x86-64 DICOS target support.
4666
4667 2009-02-16 Doug Evans <dje@google.com>
4668
4669 * amd64-tdep.c (amd64_skip_prefixes): Renamed from skip_prefixes.
4670 All callers updated.
4671 (amd64_get_insn_details): Handle more 3-byte opcode insns.
4672 (amd64_breakpoint_p): Delete.
4673 (amd64_displaced_step_fixup): When fixing up after stepping an int3,
4674 don't back up pc to the start of the int3.
4675 * i386-tdep.c: #include opcode/i386.h.
4676 (i386_skip_prefixes): New function.
4677 (i386_absolute_jmp_p): Constify argument.
4678 (i386_absolute_call_p,i386_ret_p,i386_call_p,i386_syscall_p): Ditto.
4679 (i386_breakpoint_p): Delete.
4680 (i386_displaced_step_fixup): Handle unnecessary or redundant prefixes.
4681 When fixing up after stepping an int3, don't back up pc to the start
4682 of the int3.
4683
4684 2009-02-16 Pedro Alves <pedro@codesourcery.com>
4685
4686 * corelow.c (core_close): Don't hardcode the core's pid.
4687 (core_open): Find core threads before calling
4688 post_create_inferior.
4689 (add_to_thread_list, get_core_register_section): Take into account
4690 systems where the regset section names encode the pid of the
4691 inferior.
4692
4693 * gdbarch.sh (core_reg_section_encodes_pid): New gdbarch setting.
4694 * gdbarch.h, gdbarch.c: Regenerate.
4695
4696 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Set it.
4697 * i386-sol2-tdep.c (i386_sol2_init_abi): Set it.
4698 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Set it.
4699 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Set it.
4700
4701 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
4702
4703 Include frame information for *stopped due to CLI commands.
4704
4705 * ada-tasks.c (ada_normal_stop_observer): Adjust prototype.
4706 * infcmd.c (finish_command_continuation): Pass '1' for
4707 'print_frame' parameter to the observer.
4708 * infrun.c (normal_stop): Don't print mi-specific information
4709 here. Pass 'stop_print_frame' to the 'print_frame' parameter
4710 of the observer.
4711 * mi/mi-interp.c (mi_on_normal_stop): Adjust prototype.
4712 If we need to print frame, and current uiout is not the MI one,
4713 print frame again.
4714
4715 2009-02-13 Pierre Muller <muller@ics.u-strasbg.fr>
4716
4717 * xtensa-tdep.c (call0_analyze_prologue): Delete BSZ macro.
4718 Replace BSZ macro uses by XTENSA_ISA_BSZ macro.
4719
4720 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4721
4722 PR fortran/9806
4723 * dwarf2read.c (process_die <DW_TAG_module>, read_module)
4724 (scan_partial_symbols <DW_TAG_module>, add_partial_module): New.
4725
4726 2009-02-11 Pierre Muller <muller@ics.u-strasbg.fr>
4727
4728 * dwarf2read.c (read_base_type): Set code to TYPE_CODE_CHAR
4729 for DW_ATE_signed_char and DW_ATE_unsigned_char
4730 for pascal language.
4731
4732 2009-02-11 Jim Meyering <meyering@redhat.com>
4733 Jan Kratochvil <jan.kratochvil@redhat.com>
4734
4735 Avoid NULL dereference.
4736 * stack.c (return_command): Guard use of SYMBOL_TYPE (thisfun).
4737 New variable func_type.
4738
4739 2009-02-11 Pedro Alves <pedro@codesourcery.com>
4740
4741 * gdbarch.c: Regenerate.
4742
4743 2009-02-10 Pierre Muller <muller@ics.u-strasbg.fr>
4744
4745 * p-lang.c (is_pascal_string_type): Fix comment.
4746 Determine exact size of char elements for GPC
4747 strings.
4748 (pascal_printstr): Handle char width of 2 or 4.
4749 * p-valprint.c (pascal_val_print): Handle char
4750 of width 2 or 4.
4751
4752 2009-02-07 Daniel Jacobowitz <dan@codesourcery.com>
4753
4754 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and highpc
4755 inside the loop. Only call addrmap_set_empty if the compilation unit
4756 had DW_AT_high_pc and DW_AT_low_pc. Update call to
4757 scan_partial_symbols.
4758 (scan_partial_symbols): Take NEED_PC argument and pass it along with
4759 LOWPC and HIGHPC.
4760 (add_partial_namespace): Take NEED_PC argument and pass it through.
4761 (add_partial_subprogram): Take NEED_PC argument. Update the addrmap
4762 if necessary.
4763
4764 2009-02-07 Pedro Alves <pedro@codesourcery.com>
4765
4766 * NEWS: Mention inspecting extra signal information, $_siginfo,
4767 and the qXfer:siginfo:read and qXfer:siginfo:write packets.
4768
4769 2009-02-07 Pedro Alves <pedro@codesourcery.com>
4770
4771 * linux-nat.c (PTRACE_SETSIGINFO): Define if PTRACE_GETSIGINFO
4772 isn't defined.
4773
4774 2009-02-06 Pedro Alves <pedro@codesourcery.com>
4775
4776 * amd64-linux-nat.c (compat_int_t, compat_uptr_t, compat_time_t)
4777 (compat_timer_t, compat_clock_t, struct compat_timeval)
4778 (compat_sigval_t, compat_siginfo_t): New types.
4779 (cpt_si_pid, cpt_si_uid, cpt_si_timerid, cpt_si_overrun)
4780 (cpt_si_status, cpt_si_utime, cpt_si_stime, cpt_si_ptr)
4781 (cpt_si_addr, cpt_si_band, cpt_si_fd): New defines.
4782 (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
4783 (amd64_linux_siginfo_fixup): New.
4784 * linux-nat.c (linux_nat_siginfo_fixup): New.
4785 (siginfo_fixup): New.
4786 (linux_xfer_siginfo): Use siginfo_fixup to convert between the
4787 siginfo layout expected by ptrace and the siginfo layout of the
4788 inferior.
4789 (linux_nat_set_siginfo_fixup): New.
4790 * linux-nat.h (linux_nat_set_siginfo_fixup): Declare.
4791
4792 2009-02-06 Pedro Alves <pedro@codesourcery.com>
4793
4794 * target.h (enum target_object): Add new TARGET_OBJECT_SIGNAL_INFO.
4795 * infrun.c (siginfo_value_read, siginfo_value_write): New.
4796 (siginfo_value_funcs): New.
4797 (siginfo_make_value): New.
4798 (_initialize_infrun): Create the $_siginfo convenience variable.
4799 * gdbtypes.h (append_composite_type_field_aligned): Declare.
4800 * gdbtypes.c (append_composite_type_field): Rename to...
4801 (append_composite_type_field_aligned): ... this. Add ALIGNMENT
4802 argument. Handle it.
4803 (append_composite_type_field): Rewrite on top of
4804 append_composite_type_field_aligned.
4805 * value.h (internalvar_make_value): New typedef.
4806 (struct internalvar) <make_value>: New field.
4807 (create_internalvar_type_lazy): Declare.
4808 * value.c (create_internalvar): Clear make_value.
4809 (create_internalvar_type_lazy): New.
4810 (value_of_internalvar): If make_value is set use it.
4811 (preserve_values): Skip internal variables that don't have a
4812 value.
4813 * gdbarch.sh (get_siginfo_type): New.
4814 * gdbarch.h, gdbarch.c: Regenerate.
4815
4816 * linux-tdep.h, linux-tdep.c: New.
4817 * amd64-linux-tdep.c: Include "linux-tdep.h".
4818 (amd64_linux_init_abi): Register linux_get_siginfo_type and
4819 linux_get_siginfo_mapper.
4820 * i386-linux-tdep.c: Include "linux-tdep.h".
4821 (i386_linux_init_abi): Register linux_get_siginfo_type and
4822 linux_get_siginfo_mapper.
4823 * arm-linux-tdep.c: Include "linux-tdep.h".
4824 (i386_linux_init_abi): Register linux_get_siginfo_type and
4825 linux_get_siginfo_mapper.
4826
4827 * linux-nat.c (linux_xfer_siginfo): New.
4828 (linux_nat_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
4829 * remote.c (PACKET_qXfer_siginfo_read)
4830 (PACKET_qXfer_siginfo_write): New.
4831 (feature remote_protocol_features): Add "qXfer:siginfo:read" and
4832 "qXfer:siginfo:write" features.
4833 (remote_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
4834 (_initialize_remote): Add "set/show remote read-siginfo-object"
4835 and "set/show remote write-siginfo-object" commands.
4836
4837 * Makefile.in (ALL_TARGET_OBS): Add linux-tdep.o.
4838 (HFILES_NO_SRCDIR): Add linux-tdep.h.
4839 (ALLDEPFILES): Add linux-tdep.c.
4840
4841 * configure.tgt (arm*-*-linux* | arm*-*-uclinux*)
4842 (i[34567]86-*-linux*, x86_64-*-linux*): Add linux-tdep.o to
4843 gdb_target_obs.
4844
4845 2009-02-06 Jim Blandy <jimb@codesourcery.com>
4846 Daniel Jacobowitz <dan@codesourcery.com>
4847 Vladimir Prus <vladimir@codesourcery.com>
4848 Pedro Alves <pedro@codesourcery.com>
4849
4850 * defs.h (enum lval_type): New value: lval_computed.
4851 * value.h (struct lval_funcs): New type.
4852 (allocate_computed_value, value_computed_funcs)
4853 (value_computed_closure): New declarations.
4854 * value.c (struct value): Add a structure to the location union
4855 for computed lvalues, containing 'funcs' and 'closure' members.
4856 (allocate_computed_value, value_computed_funcs)
4857 (value_computed_closure): New functions.
4858 (value_free): For computed lvalues, call the closure's
4859 'free_closure' function before freeing the value itself.
4860 (value_copy): If we're copying an lval_computed value, call the
4861 closure's 'copy_closure' function.
4862 (set_value_component_location): If the original value is a
4863 computed lvalue, then call the closure's 'copy_closure' function.
4864 (value_of_internalvar): If an internal variable's value is a
4865 computed lvalue, make retrieving its value produce an equivalent
4866 computed lvalue.
4867 * valops.c (value_fetch_lazy): Unlazy computed lvalues by calling
4868 their read function.
4869 (value_assign): Assign to computed lvalues by calling their write
4870 function.
4871
4872 2009-02-06 Pedro Alves <pedro@codesourcery.com>
4873
4874 * linux-nat.c (linux_nat_wait): Adjust.
4875 (linux_nat_pid_to_str): Adjust. Remove call to thread_db_init.
4876 * linux-nat.h (thread_db_init): Delete declaration.
4877 * linux-thread-db.c (target_beneath): Delete.
4878 (thread_db_init): Delete.
4879 (thread_db_detach): Use find_target_beneath.
4880 (thread_db_wait): Adjust interface. Use find_target_beneath.
4881 (thread_db_mourn_inferior): Use find_target_beneath.
4882 (thread_db_can_async_p, thread_db_is_async_p, thread_db_async)
4883 (thread_db_async_mask): Delete.
4884 (thread_db_pid_to_str): Adjust interface. Use
4885 find_target_beneath.
4886 (thread_db_get_thread_local_address): Adjust interface. Use
4887 find_target_beneath.
4888 (init_thread_db_ops): Delete references to delete functions.
4889 * target.c (update_current_target): Don't inherit or default
4890 to_wait. Don't inherit to_pid_to_str and
4891 to_get_thread_local_address.
4892 (target_translate_tls_address): Look for a pushed target that
4893 implements to_get_thread_local_address, and use it instead of
4894 checking for target_get_thread_local_address_p.
4895 (target_wait, target_pid_to_str): Reimplement as functions.
4896 (dummy_pid_to_str): New.
4897 (init_dummy_target): Register it.
4898 (debug_to_wait): Delete.
4899 * target.h (struct target_ops): Make to_wait, to_pid_to_str and
4900 to_get_thread_local_address accept a pointer to struct target_ops.
4901 (target_wait): Delete macro, and declare as function.
4902 (target_pid_to_str): Likewise.
4903 (target_get_thread_local_address)
4904 (target_get_thread_local_address_p): Delete.
4905 (noprocess): Add NORETURN and ATTR_NORETURN tags.
4906 * inf-ptrace.c (inf_ptrace_wait): Adjust.
4907 (inf_ptrace_pid_to_str): New.
4908 (inf_ptrace_target): Use inf_ptrace_pid_to_str.
4909 * aix-thread.c (aix_thread_wait, aix_thread_pid_to_str): Adjust.
4910 * bsd-kvm.c (bsd_kvm_pid_to_str): Adjust.
4911 * bsd-uthread.c (bsd_uthread_wait, bsd_uthread_pid_to_str):
4912 Adjust.
4913 * corelow.c (core_pid_to_str): Adjust.
4914 * darwin-nat.c (darwin_wait, darwin_pid_to_str): Adjust.
4915 * dec-thread.c (dec_thread_wait, dec_thread_pid_to_str): Adjust.
4916 * gnu-nat.c (gnu_wait, gnu_pid_to_str): Adjust.
4917 * go32-nat.c (go32_wait, go32_pid_to_str): Adjust.
4918 * hpux-thread.c (hpux_thread_wait): Adjust.
4919 * inf-ttrace.c (inf_ttrace_wait, inf_ttrace_pid_to_str): Adjust.
4920 * monitor.c (monitor_wait, monitor_pid_to_str): Adjust.
4921 * nto-procfs.c (procfs_wait, procfs_pid_to_str): Adjust.
4922 * procfs.c (procfs_pid_to_str): Adjust.
4923 * remote-m32r-sdi.c (m32r_wait, m32r_pid_to_str): Adjust.
4924 * remote-mips.c (mips_wait): Adjust.
4925 * remote-sim.c (gdbsim_wait, gdbsim_pid_to_str): Adjust.
4926 * remote.c (remote_wait, remote_pid_to_str)
4927 (remote_get_thread_local_address): Adjust.
4928 * rs6000-nat.c (rs6000_wait): Adjust.
4929 * sol-thread.c (procfs_pid_to_str): Adjust declaration.
4930 (sol_thread_wait, solaris_pid_to_str): Adjust.
4931 * spu-linux-nat.c (spu_child_wait): Adjust.
4932 * windows-nat.c (windows_wait, windows_pid_to_str): Adjust.
4933
4934 2009-02-06 Tom Tromey <tromey@redhat.com>
4935
4936 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-cmd.o.
4937 (SUBDIR_PYTHON_SRCS): Add python-cmd.c.
4938 (python-cmd.o): New target.
4939 * cli/cli-decode.c (set_cmd_completer): Add self parameter to
4940 completer prototype.
4941 (add_cmd): Initialize destroyer member of cmd_list_element. Use
4942 make_symbol_completion_list_fn as completer.
4943 (delete_cmd): Call destroyer if one is set.
4944 * cli/cli-decode.h (cmd_list_element): Add cmd parameter to
4945 completer member. Add destroyer member.
4946 (set_cmd_completer): Add self parameter to
4947 completer prototype.
4948 * command.h (set_cmd_completer): Add cmd parameter to
4949 completer prototype.
4950 * completer.c (noop_completer, filename_completer,
4951 location_completer, expression_completer, command_completer): Adapt
4952 to new completer prototype.
4953 (complete_line_internal): Pass new parameter to completer function.
4954 * completer.h (noop_completer, filename_completer,
4955 location_completer, expression_completer, command_completer): Adapt
4956 prototypes to new completer prototype.
4957 * interps.c (interpreter_completer): Adapt to new completer
4958 prototype.
4959 * python/python-cmd.c: New file.
4960 * python/python-internal.h (gdbpy_initialize_commands): Add
4961 prototype.
4962 (gdbpy_doc_cst): Add forward declaration.
4963 * python/python.c (gdbpy_doc_cst): Declare.
4964 (_initialize_python): Call gdbpy_initialize_commands. Initialize
4965 gdbpy_doc_cst.
4966 * symtab.c (make_symbol_completion_list_fn): New function.
4967 * symtab.h (make_symbol_completion_list_fn): Add prototype.
4968
4969 2009-02-06 Pedro Alves <pedro@codesourcery.com>
4970
4971 * target.c (target_get_osdata): Check for equal or higher than
4972 process_stratum, not dummy_stratum.
4973
4974 2009-02-06 Pedro Alves <pedro@codesourcery.com>
4975
4976 * remote.c (extended_remote_can_run): Delete.
4977 (init_remote_ops): Don't register it.
4978 * target.c (target_get_osdata): Don't check for target_can_run.
4979 Instead any target that has already been pushed, otherwise
4980 fallback to the default run target.
4981
4982 2009-02-06 Pedro Alves <pedro@codesourcery.com>
4983
4984 * target.c (target_create_inferior, target_detach)
4985 (target_mourn_inferior, target_attach, target_close): Do target
4986 debug output.
4987 (debug_to_attach, debug_to_detach, debug_to_create_inferior)
4988 (debug_to_mourn_inferior, debug_to_close): Delete.
4989 (setup_target_debug): Adjust.
4990
4991 2009-02-05 Pedro Alves <pedro@codesourcery.com>
4992
4993 * target.h (target_stopped_data_address_p): Delete declaration,
4994 and don't define as macro.
4995 * target.c (target_stopped_data_address_p): Delete.
4996
4997 2009-02-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4998 Tom Tromey <tromey@redhat.com>
4999
5000 * python/python-utils.c (target_string_to_unicode): New function.
5001 * python/python-internal.h (target_string_to_unicode): New prototype.
5002 * python/python-value.c (valpy_string): New function.
5003 (value_object_methods): Add `string' entry.
5004
5005 2009-02-05 Pedro Alves <pedro@codesourcery.com>
5006
5007 * target.h (target_tid_to_str): Delete.
5008 * thread.c (print_thread_info, thread_apply_all_command)
5009 (thread_apply_command, thread_command, do_captured_thread_select):
5010 Use target_pid_to_str instead of target_tid_to_str.
5011 * linux-fork.c (delete_fork_command): Likewise.
5012
5013 2009-02-05 Pedro Alves <pedro@codesourcery.com>
5014
5015 * frame.c (has_stack_frames): Make public.
5016 (get_prev_frame): Don't allow a NULL this_frame anymore.
5017 * frame.h (has_stack_frames): Declare.
5018 * varobj.c (find_frame_addr_in_frame_chain): Don't ever pass NULL
5019 to get_prev_frame, instead start at get_current_frame.
5020 (varobj_create): Check has_stack_frames before getting any frame;
5021 eliminate one usage of deprecated_safe_get_selected_frame.
5022
5023 2009-02-05 Tom Tromey <tromey@redhat.com>
5024 Thiago Jung Bauermann <bauerman@br.ibm.com>
5025
5026 * python/python.c (GdbMethods): Move to bottom of file.
5027 (get_parameter, execute_gdb_command, gdbpy_write,
5028 gdbpy_flush): Remove forward declarations.
5029 (eval_python_from_control_command): Fix error checking of function
5030 PyRun_SimpleString. Fix error string.
5031 (python_command): Likewise.
5032 (execute_gdb_command): Added from_tty argument.
5033
5034 2009-02-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
5035
5036 * language.h (language_dfn): Add la_get_string member.
5037 (LA_GET_STRING): New macro.
5038 (default_get_string): New prototype.
5039 * language.c (default_get_string): New function.
5040 (unknown_language_defn, auto_language_defn, local_language_defn): Use
5041 default_get_string for la_get_string.
5042 * c-lang.c (c_get_string): New function.
5043 (c_language_defn, cplus_language_defn, asm_language_defn): Use
5044 c_get_string for la_get_string.
5045 (minimal_language_defn): Likewise
5046 * ada-lang.c (ada_language_defn): Likewise.
5047 * f-lang.c (f_language_defn): Use default_get_string for
5048 la_get_string.
5049 * jv-lang.c (java_language_defn): Likewise.
5050 * m2-lang.c (m2_language_defn): Likewise.
5051 * objc-lang.c (objc_language_defn): Likewise.
5052 * p-lang.c (p_language_defn): Likewise.
5053 * scm-lang.c (scm_language_defn): Likewise.
5054 * typeprint.c (type_to_string): New function.
5055 * value.h (type_to_string): New prototype.
5056 * valprint.c (val_print_string): Factor out code for reading string
5057 from the inferior into its own function. Put 2 spaces after period
5058 in comments.
5059 (read_string): New function.
5060 * valprint.h (read_string): New prototype.
5061
5062 2009-01-07 Pierre Muller <muller@ics.u-strasbg.fr>
5063 Tom Tromey <tromey@redhat.com>
5064
5065 PR breakpoints/8079:
5066 * breakpoint.c (print_one_breakpoint): Use exp_string field
5067 to display expression of watchpoints.
5068 (mention): Likewise.
5069 (watch_command_1): Remove trailing whitespace from expression.
5070 * printcmd.c (struct display) <exp_string>: New field.
5071 (display_command): Set exp_string.
5072 (free_display): Free exp_string.
5073 (clear_displays): Use free_display.
5074 (do_one_display): Print exp_string.
5075 (display_info): Likewise.
5076
5077 2009-02-04 Tom Tromey <tromey@redhat.com>
5078 Thiago Jung Bauermann <bauerman@br.ibm.com>
5079 Phil Muldoon <pmuldoon@redhat.com>
5080
5081 * python/python-internal.h (gdbpy_get_value_from_history): Rename
5082 prototype to gdbpy_history.
5083 (gdbpy_is_string): Declare.
5084 (python_string_to_host_string): Declare.
5085 * python/python-utils.c (gdbpy_is_string): New function.
5086 (unicode_to_encoded_string): New function.
5087 (unicode_to_target_string): Use it.
5088 (python_string_to_host_string): New function.
5089 * python/python-value.c (valpy_address): New function.
5090 (convert_value_from_python): Use gdbpy_is_string. Change to throw
5091 Python exception instead of a GDB exception on error. Properly check
5092 Python booleans.
5093 (valpy_getitem): Convert field name to host string. Handle array
5094 accesses. Adapt to new behaviour of convert_value_from_python.
5095 (valpy_new): Adapt to new behaviour of convert_value_from_python.
5096 (enum valpy_opcode) <VALPY_LSH, VALPY_RSH, VALPY_BITAND,
5097 VALPY_BITXOR, VALPY_BITOR>: New constants.
5098 (valpy_binop): Update. Adapt to new behaviour of
5099 convert_value_from_python.
5100 (valpy_invert): New function.
5101 (valpy_lsh): Likewise.
5102 (valpy_rsh): Likewise.
5103 (valpy_and): Likewise.
5104 (valpy_or): Likewise.
5105 (valpy_xor): Likewise.
5106 (valpy_richcompare): Call convert_value_from_python instead of doing
5107 conversions itself.
5108 (is_intlike, valpy_int, valpy_long, valpy_float): New functions.
5109 (gdbpy_get_value_from_history): Rename
5110 function to gdbpy_history.
5111 (gdbpy_initialize_values): Don't set tp_new.
5112 (value_object_type): Add valpy_new.
5113 (value_object_methods): Add `address' entry.
5114 (value_object_as_number): Update for new methods.
5115 * python/python.c (GdbMethods): Rename entry from
5116 `get_value_from_history' to `history'.
5117
5118 2009-02-04 Jerome Guitton <guitton@adacore.com>
5119
5120 * ada-lang.c (ada_template_to_fixed_record_type_1): Check size
5121 of type to guard against a crash.
5122
5123 2009-02-04 Jerome Guitton <guitton@adacore.com>
5124
5125 * value.c (value_from_contents_and_address): Always return
5126 a lval_memory value, even if address is null.
5127
5128 2009-02-04 Tristan Gingold <gingold@adacore.com>
5129
5130 * i386-darwin-tdep.c (i386_darwin_sigcontext_addr): New function.
5131 (amd64_darwin_sigcontext_addr): Ditto.
5132 (darwin_dwarf_signal_frame_p): Ditto.
5133 (i386_darwin_init_abi): Handle signal frames, use the const for
5134 sc_num_regs.
5135 (x86_darwin_init_abi_64): Ditto.
5136
5137 2009-02-04 Tristan Gingold <gingold@adacore.com>
5138
5139 * i386-tdep.c (i386_sigtramp_p): Make it public.
5140 * i386-tdep.h (i386_sigtramp_p): Declare.
5141
5142 2009-02-04 Tristan Gingold <gingold@adacore.com>
5143
5144 * machoread.c (macho_symfile_read): Read minsymtab also from
5145 shared libraries.
5146 (macho_symfile_read): Try to read dwarf2 frame info from main
5147 object file, but not from OSO files.
5148 (macho_symfile_offsets): Update section names for latest BFD
5149 changes.
5150 * i386-darwin-tdep.c (i386_darwin_init_abi): Call set_solib_ops.
5151 (x86_darwin_init_abi_64): Ditto.
5152 * solib-darwin.c: New file.
5153 * solib-darwin.h: New file.
5154 * configure.tgt: Add solib.o solib-darwin.o for Darwin.
5155
5156 2009-02-04 Tristan Gingold <gingold@adacore.com>
5157
5158 * solist.h (struct target_so_ops): Comment fallback behavior for
5159 operation same.
5160
5161 2009-02-03 Tom Tromey <tromey@redhat.com>
5162
5163 * completer.c (add_struct_fields): Check type_name against NULL
5164 before use.
5165
5166 2009-02-03 Joel Brobecker <brobecker@adacore.com>
5167
5168 * MAINTAINERS: Update Elena's email address.
5169
5170 2009-02-02 Joel Brobecker <brobecker@adacore.com>
5171
5172 * breakpoint (update_watchpoint): Minor comment adjustment.
5173
5174 2009-02-02 Tom Tromey <tromey@redhat.com>
5175
5176 PR gdb/9594:
5177 * completer.c (count_struct_fields): Count method names.
5178 (add_struct_fields): Add matching method names.
5179
5180 2009-02-02 Doug Evans <dje@google.com>
5181
5182 * configure.ac (gdbkt): Check both no_tcl/no_tk first, before
5183 doing any further tcl/tk configury. Don't configure gdbtk if
5184 tcl or tk check fails.
5185 * aclocal.m4: Regenerate.
5186 * configure: Regenerate.
5187
5188 2009-02-02 Tom Tromey <tromey@redhat.com>
5189
5190 PR exp/9059:
5191 * valops.c (find_overload_match): Follow typedefs before taking
5192 address of object argument.
5193
5194 2009-02-01 Doug Evans <dje@google.com>
5195
5196 * target.h (target_waitstatus_to_string): Declare.
5197 * target.c (target_waitstatus_to_string): New function. Copied from
5198 debug_to_wait. Add missing entries for TARGET_WAITKIND_SYSCALL_ENTRY,
5199 TARGET_WAITKIND_SYSCALL_RETURN, TARGET_WAITKIND_IGNORE,
5200 TARGET_WAITKIND_NO_HISTORY.
5201 (debug_to_wait): Call it.
5202 * infrun.c (wait_for_inferior): If debug_infrun, print result of
5203 target_wait.
5204 (fetch_inferior_event): Ditto.
5205
5206 2009-01-30 Tom Tromey <tromey@redhat.com>
5207
5208 * Makefile.in (HFILES_NO_SRCDIR): Remove i386-cygwin-tdep.h.
5209
5210 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5211
5212 PR 8145.
5213 * thread.c (do_captured_list_thread_ids): Report the current
5214 thread id.
5215
5216 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5217
5218 * breakpoint.c (create_breakpoint, create_breakpoints)
5219 (break_command_really, set_breakpoint): New parameter enabled.
5220 (create_breakpoint, break_command_really): Make breakpoint
5221 disabled if so requested.
5222 * breakpoint.h (set_breakpoint): New parameter enabled.
5223 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle the -d option.
5224
5225 2009-01-28 Doug Evans <dje@google.com>
5226
5227 * amd64-tdep.h (amd64_displaced_step_copy_insn): Declare.
5228 (amd64_displaced_step_fixup): Declare.
5229 * amd64-tdep.c: #include opcode/i386.h, dis-asm.h.
5230 (amd64_arch_regmap): Move out of amd64_analyze_stack_align
5231 and make static global.
5232 (amd64_arch_regmap_len): New static global.
5233 (amd64_arch_reg_to_regnum): New function.
5234 (struct amd64_insn): New struct.
5235 (struct displaced_step_closure): New struct.
5236 (onebyte_has_modrm,twobyte_has_modrm): New static globals.
5237 (rex_prefix_p,skip_prefixes)
5238 (amd64_insn_length_fprintf,amd64_insn_length_init_dis)
5239 (amd64_insn_length,amd64_get_unused_input_int_reg)
5240 (amd64_get_insn_details,fixup_riprel,fixup_displaced_copy)
5241 (amd64_displaced_step_copy_insn)
5242 (amd64_absolute_jmp_p,amd64_absolute_call_p,amd64_ret_p)
5243 (amd64_call_p,amd64_breakpoint_p,amd64_syscall_p)
5244 (amd64_displaced_step_fixup): New functions.
5245 * amd64-linux-tdep.c: #include arch-utils.h.
5246 (amd64_linux_init_abi): Install displaced stepping support.
5247
5248 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5249 Jerome Guitton <guitton@adacore.com>
5250
5251 * configure, config.in: Regenerated.
5252 * configure.ac: Add --with-system-gdbinit.
5253 * main.c (get_init_files): New.
5254 (captured_main): Use get_init_files. Load system gdbinit before
5255 $HOME/.gdbinit.
5256 (print_gdb_help): Print location of init files.
5257
5258 2009-01-28 Pedro Alves <pedro@codesourcery.com>
5259
5260 * corefile.c (generic_search): Delete disabled code.
5261 * gdbcore.h (generic_search): Delete declaration.
5262
5263 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5264
5265 * linux-nat.c (linux_child_follow_fork): Copy attach_flag from the
5266 parent to the child.
5267 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
5268 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise. Use
5269 remove_breakpoints to remove breakpoints from the parent.
5270
5271 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5272
5273 PR backtrace/9458, PR backtrace/8864:
5274 * frame.c (create_new_frame): Update the frame's cached PC before
5275 finding its unwinder. Use frame_id_build to build the new frame's
5276 id.
5277 * stack.c (parse_frame_specification_1): Correct setting ``addrs''
5278 array values from the ``args'' array values.
5279
5280 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5281
5282 * gdbtypes.c (alloc_type, alloc_type_instance, create_range_type)
5283 (create_array_type, create_set_type, init_flags_type)
5284 (copy_type_recursive): Replace pairs of calls to XALLOC and memset
5285 with a call to XZALLOC or XCALLOC, and pairs of calls to
5286 obstack_alloc and memset with a call to OBSTACK_ZALLOC.
5287
5288 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5289
5290 Add "maint set|show internal-error|internal-warning quit|corefile
5291 ask|yes|no" commands.
5292
5293 PR gdb/7580:
5294 * utils.c (internal_problem_ask, internal_problem_yes)
5295 (internal_problem_no, internal_problem_modes): New.
5296 (struct internal_problem): Remove FIXME. Make should_quit and
5297 should_dump_core types to char *.
5298 (internal_vproblem, internal_error_problem)
5299 (internal_warning_problem): Adjust.
5300 (set_internal_problem_cmd, show_internal_problem_cmd): New dummy
5301 functions.
5302 (add_internal_problem_command): New.
5303 (_initialize_utils): New.
5304
5305 2009-01-25 Pedro Alves <pedro@codesourcery.com>
5306
5307 * infcmd.c (program_info): Use paddress instead of casting stop_pc
5308 to unsigned long.
5309
5310 2009-01-24 Pedro Alves <pedro@codesourcery.com>
5311
5312 * infrun.c (normal_stop): Don't call
5313 deprecated_update_frame_pc_hack.
5314 * frame.c (deprecated_update_frame_pc_hack)
5315 (deprecated_update_frame_base_hack): Delete, and ...
5316 (create_new_frame): ... inline here.
5317 * frame.h (deprecated_update_frame_pc_hack)
5318 (deprecated_update_frame_base_hack): Delete declarations.
5319
5320 2009-01-23 Pedro Alves <pedro@codesourcery.com>
5321
5322 * cli/cli-decode.c (add_setshow_zuinteger_cmd): New.
5323 * cli/cli-setshow.c (do_setshow_command): Handle it.
5324 * command.h (enum var_types): Add var_zuinteger.
5325 (add_setshow_zuinteger_cmd): Declare.
5326
5327 * valprint.c (_initialize_valprint): Change the set input-radix
5328 and set output-radix commands to zuinteger type.
5329
5330 2009-01-23 Pedro Alves <pedro@codesourcery.com>
5331
5332 PR gdb/9664:
5333 * infrun.c (normal_stop): Tag threads as stopped, and run the
5334 hook-stop before printing the stack frame.
5335
5336 2009-01-22 Pedro Alves <pedro@codesourcery.com>
5337
5338 PR c++/9631:
5339 * gnu-v3-abi.c (gnuv3_baseclass_offset): Call check_typedef on
5340 vbasetype.
5341
5342 2009-01-20 Kazu Hirata <kazu@codesourcery.com>
5343
5344 * gdb/procfs.c (info_mappings_callback): Cast map->pr_size to
5345 unsigned long.
5346
5347 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
5348
5349 PR gdb/9346
5350 * infcmd.c (signal_command): Do not specify a resume PC.
5351
5352 2009-01-19 Doug Evans <dje@google.com>
5353
5354 * dummy-frame.c (dummy_frame): Replace regcache member with
5355 caller_state.
5356 (dummy_frame_push): Replace caller_regcache arg with caller_state.
5357 All callers updated.
5358 (remove_dummy_frame,pop_dummy_frame,lookup_dummy_frame): New fns.
5359 (dummy_frame_pop): Rewrite. Verify requested frame is in the
5360 dummy frame stack. Restore program state.
5361 (cleanup_dummy_frames): Rewrite.
5362 (dummy_frame_sniffer): Update. Make static.
5363 * dummy-frame.h (regcache,frame_info): Delete forward decls.
5364 (inferior_thread_state): New forward decl.
5365 (dummy_frame_push): Update prototype.
5366 * frame.c (frame_pop): dummy_frame_pop now does all the work for
5367 DUMMY_FRAMEs.
5368 * infcall.c (breakpoint_auto_delete_contents): Delete.
5369 (get_function_name,run_inferior_call): New fns.
5370 (call_function_by_hand): Simplify by moving some code to
5371 get_function_name, run_inferior_call. Inferior function call wrapped
5372 in TRY_CATCH so there's less need for cleanups and all exits from
5373 proceed are handled similarily. Detect program exit.
5374 Detect program stopping in a different thread.
5375 Make error messages more consistent.
5376 * inferior.h (inferior_thread_state): Declare (opaque type).
5377 (save_inferior_thread_state,restore_inferior_thread_state,
5378 make_cleanup_restore_inferior_thread_state,
5379 discard_inferior_thread_state, get_inferior_thread_state_regcache):
5380 Declare.
5381 (save_inferior_status): Update prototype.
5382 * infrun.c: (normal_stop): When stopped for the completion of an
5383 inferior function call, verify the expected stack frame kind.
5384 (inferior_thread_state): New struct.
5385 (save_inferior_thread_state,restore_inferior_thread_state,
5386 do_restore_inferior_thread_state_cleanup,
5387 make_cleanup_restore_inferior_thread_state,
5388 discard_inferior_thread_state,
5389 get_inferior_thread_state_regcache): New functions.
5390 (inferior_status): Move stop_signal, stop_pc, registers to
5391 inferior_thread_state. Remove restore_stack_info.
5392 (save_inferior_status): Remove arg restore_stack_info.
5393 All callers updated. Remove saving of state now saved by
5394 save_inferior_thread_state.
5395 (restore_inferior_status): Remove restoration of state now done by
5396 restore_inferior_thread_state.
5397 (discard_inferior_status): Remove freeing of registers, now done by
5398 discard_inferior_thread_state.
5399
5400 2009-01-18 Pedro Alves <pedro@codesourcery.com>
5401
5402 * tui/tui-disasm.c (tui_vertical_disassem_scroll): Scroll one line
5403 at a time, times NUM_TO_SCROLL.
5404 * tui/tui-winsource.c (tui_horizontal_source_scroll): Don't try to
5405 fetch the selected frame if there is no stack.
5406
5407 2009-01-18 Pedro Alves <pedro@codesourcery.com>
5408
5409 PR gdb/9747:
5410 * gdbthread.h (finish_thread_state, finish_thread_state_cleanup):
5411 Declare.
5412 * thread.c (finish_thread_state, finish_thread_state_cleanup): New.
5413 * infrun.c (wait_for_inferior, fetch_inferior_event): If an error
5414 is thrown while handling an event, finish the thread state.
5415 (normal_stop): Use finish_thread_state cleanup.
5416 * infcmd.c (run_command_1): If an error is thrown while starting
5417 the inferior, finish the thread state.
5418
5419 2009-01-18 Pedro Alves <pedro@codesourcery.com>
5420
5421 * tui/tui-winsource.c (tui_update_breakpoint_info): In asm layout,
5422 skip breakpoints without a location (pending breakpoints).
5423
5424 2009-01-18 Pedro Alves <pedro@codesourcery.com>
5425
5426 PR build/9186:
5427 * hppa-hpux-tdep.c (hppa_hpux_write_pc): Remove 'return'.
5428
5429 2009-01-18 Nick Roberts <nickrob@snap.net.nz>
5430
5431 * thread.c (thread_command): Move call to annotate_thread_changed
5432 to...
5433 (do_captured_thread_select): ... here, to avoid printing an
5434 annotation if the thread change generates an exception.
5435
5436 2009-01-16 Joel Brobecker <brobecker@adacore.com>
5437
5438 * NEWS: Document x86_64/MinGW as a new native configuration.
5439
5440 2009-01-16 Joel Brobecker <brobecker@adacore.com>
5441
5442 * NEWS: Move the documentation of "info os processes" to
5443 the appropriate section (documenting the new commands).
5444
5445 2009-01-15 Doug Evans <dje@google.com>
5446
5447 * target.h (target_signal_to_string): Make return type const char *.
5448 (target_signal_to_name): Ditto.
5449 (target_signal_from_name): Make arg const char *.
5450 * infrun.c (sig_print_info): Update.
5451 * signals/signals.c (signals): Make array and struct members const.
5452 (target_signal_to_string): Make return type const char *.
5453 (target_signal_to_name): Ditto.
5454 (target_signal_from_name): Make arg const char *.
5455
5456 2009-01-15 Ulrich Weigand <uweigand@de.ibm.com>
5457 Tristan Gingold <gingold@adacore.com>
5458
5459 * solist.h (struct target_so_ops): New member bfd_open.
5460 (solib_find): Add prototype.
5461 (solib_bfd_fopen): Add prototype.
5462 * solib.c (solib_find, solib_bfd_fopen): New functions, extracted
5463 from solib_bfd_open.
5464 (solib_bfd_open): Use ops->bfd_open override if present. Call
5465 solib_find and solib_bfd_open otherwise.
5466
5467 * objfiles.h (OBJF_KEEPBFD): New define.
5468 * objfiles.c (free_objfile): Do not close BFD if OBJF_KEEPBFD
5469 objfile flag is set.
5470 * solib.c (symbol_add_stub): Do not allocate second BFD for
5471 shared library; use OBJF_KEEPBFD flag on solib objfile.
5472
5473 2009-01-15 Ulrich Weigand <uweigand@de.ibm.com>
5474
5475 * frame.c (get_frame_arch): Abort if called with NULL this_frame.
5476
5477 2009-01-15 Ulrich Weigand <uweigand@de.ibm.com>
5478
5479 * value.h (address_of_variable): Add prototype.
5480 (locate_var_value): Remove prototype.
5481
5482 * findvar.c (read_var_value): Do not attempt to default frame
5483 to selected frame.
5484 (locate_var_value): Remove function.
5485 * valops.c (value_of_variable): Retrieve selected frame for
5486 symbols that require a frame when called with NULL block.
5487 * valops.c (address_of_variable): New function.
5488
5489 * eval.c (evaluate_subexp_for_address): Call address_of_variable
5490 instead of calling locate_var_value.
5491 (evaluate_subexp_with_coercion): Likewise.
5492
5493 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5494
5495 * NEWS: Document "define" for prefixed commands.
5496 * cli/cli-cmds.c (show_user): Update calls to show_user_1. Call
5497 show_user_1 for prefix commands.
5498 * cli/cli-decode.c (help_cmd_list): Recurse for "help user-defined".
5499 * cli/cli-script.c (validate_comname): Rewrite to handle prefix
5500 commands. Return the containing command list.
5501 (define_command, document_command): Update to handle prefix commands.
5502 (show_user_1): Add prefix and name arguments. Handle prefix
5503 commands.
5504 * cli/cli-script.h (show_user_1): Update prototype.
5505
5506 2009-01-14 Kai Tietz <kai.tietz@onevision.com>
5507
5508 * ser-mingw.c (console_select_thread): Add return to make
5509 compiler happy.
5510 (pipe_select_thread): Likewise.
5511 (file_select_thread): Likewise.
5512
5513 2009-01-14 Pedro Alves <pedro@codesourcery.com>
5514
5515 * mi/mi-main.c (mi_cmd_execute): Clean up parenthesis mess from
5516 previous change.
5517
5518 2009-01-14 Pedro Alves <pedro@codesourcery.com>
5519
5520 * remote.c (extended_remote_mourn_1): Invalidate our notion of
5521 current general thread.
5522
5523 2009-01-14 Pedro Alves <pedro@codesourcery.com>
5524
5525 * mi/mi-main.c (mi_cmd_execute): Also allow -list-thread-groups
5526 without a live selected thread.
5527
5528 2009-01-14 Joel Brobecker <brobecker@adacore.com>
5529
5530 Update the copyright notice of some of the files I missed
5531 in the previous copyright update.
5532
5533 2009-01-14 Joel Brobecker <brobecker@adacore.com>
5534
5535 * windows-nat.c (handle_unload_dll): Use %p to print the DLL
5536 base address instead of casting it to DWORD.
5537
5538 2009-01-13 Ulrich Weigand <uweigand@de.ibm.com>
5539
5540 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Do not call get_frame_arch
5541 for NULL frame pointers.
5542
5543 2009-01-13 Mark Kettenis <kettenis@gnu.org>
5544
5545 * utils.c (host_address_to_string): Reimplement in a way that
5546 avoids the cast of the address to long.
5547
5548 2009-01-13 Joel Brobecker <brobecker@adacore.com>
5549
5550 * mdebugread.c (parse_symbol): Save the symbol private data
5551 using SYMBOL_VALUE_BYTES instead of SYMBOL_VALUE.
5552 (psymtab_to_symtab_1): Likewise.
5553 (parse_procedure): Declare variable "e" only in the scope
5554 where it is used. Extract the symbol private data using
5555 SYMBOL_VALUE_BYTES.
5556
5557 2009-01-13 Jim Blandy <jimb@codesourcery.com>
5558
5559 Abstract out common code for copying value locations.
5560
5561 * value.h (set_value_component_location): New declaration.
5562 * value.c (set_value_component_location): New function.
5563 (value_primitive_field): Use it.
5564 * valarith.c (value_subscript, value_subscripted_rvalue): Same.
5565 * valops.c (search_struct_field, value_slice): Same.
5566 * ada-lang.c (coerce_unspec_val_to_type)
5567 (ada_value_primitive_packed_val): Same.
5568
5569 2009-01-13 Joel Brobecker <brobecker@adacore.com>
5570
5571 * MAINTAINERS (GLOBAL MAINTAINERS): Add Tom Tromey.
5572
5573 2009-01-12 Christopher Faylor <me+cygwin@cgf.cx>
5574
5575 * amd64-windows-nat.c Rename gdb-specific win32_* to windows_*
5576 throughout.
5577 * i386-cygwin-tdep.c: Ditto.
5578 * i386-windows-nat.c: Ditto.
5579 * windows-nat.h: Ditto.
5580 * windows-tdep.c: Ditto.
5581 * windows-tdep.h: Ditto.
5582 * windows-nat.c: Ditto.
5583 (cygwin_load_start): Redefine as CORE_ADDR.
5584 (cygwin_load_end): Ditto.
5585 (windows_make_so): Coerce result of address arithmetic to uintptr_t
5586 before coercing to CORE_ADDR to avoid a compiler warning.
5587 (handle_exception): Define addr as CORE_ADDR and coerce
5588 ExceptionAddress to uintptr_t before assigining to avoid a compiler
5589 warning.
5590 * config/djgpp/fnchange.lst: Add mappings for recently renamed windows
5591 files.
5592
5593 2009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5594
5595 Fix linking with --enable-targets=all:
5596 * Makefile.in (ALL_TARGET_OBS): Add windows-tdep.o.
5597 (HFILES_NO_SRCDIR): Add windows-tdep.h.
5598 (ALLDEPFILES): Add windows-tdep.c.
5599
5600 2009-01-11 Chris Faylor <me.gdb@cgf.cx>
5601
5602 * win32-nat.h: Delete.
5603 * windows-nat.h: Rename from win32-nat.h.
5604 * win32-nat.c: Delete.
5605 * windows-nat.c: Rename from win32-nat.c.
5606 * win32-termcap.c: Delete.
5607 * windows-termcap.c: Rename from win32-termcap.c.
5608 * amd64-windows-nat.c: Handle rename from win32-nat.h -> windows-nat.h.
5609 * configure.ac: Handle rename from win32-termcap.c ->
5610 windows-termcap.c.
5611 * configure: Regenerate.
5612 * gdb_curses.h: Change comment to reflect rename from win32-termcap.c
5613 -> windows-termcap.c.
5614 * i386-cygwin-tdep.c: Handle rename from win32-tdep.h ->
5615 windows-tdep.h.
5616 * i386-windows-nat.c: Refect rename from win32-nat.h -> windows-nat.h.
5617 * windows-nat.c: Ditto. Also reflect rename from from win32-tdep.h ->
5618 windows-tdep.h.
5619 (win32_make_so): Handle cygwin compiler warning due to change of
5620 load_addr from DWORD to LPVOID.
5621 (handle_load_dll): Use %p in format string to properly print address
5622 and avoid a compiler warning.
5623 (DEBUG_EXCEPTION_SIMPLE): Ditto.
5624 (handle_exception): Ditto.
5625 * windows-tdep.c: Handle rename from win32-tdep.h -> windows-tdep.h.
5626 * config/i386/cygwin.mh: Handle rename from win32-nat.o ->
5627 windows-nat.o.
5628 * config/i386/mingw.mh: Ditto.
5629 * config/i386/mingw64.mh: Ditto.
5630
5631 2009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5632
5633 * f-typeprint.c (f_type_print_varspec_suffix): Convert the autovariable
5634 arrayprint_recurse_level to a parameter. Update all the callers. New
5635 comment at autovariables.
5636
5637 2009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5638
5639 * gdbtypes.c (make_qualified_type, replace_type): Reformat to the GNU
5640 coding style.
5641
5642 2009-01-11 Joel Brobecker <brobecker@adacore.com>
5643
5644 * target.c (target_xfer_partial): Use host_address_to_string to
5645 print the address of readbuf and writebuf. Cast the address of
5646 elements inside the myaddr buffer into intptr_t.
5647 (deprecated_debug_xfer_memory): Use paddress to print memaddr.
5648 Cast the address of elements inside the myaddr buffer into
5649 intptr_t.
5650
5651 2009-01-11 Joel Brobecker <brobecker@adacore.com>
5652
5653 * amd64-windows-nat.c, amd64-windows-tdep.c: New files.
5654 * config/i386/mingw64.mh, config/i386/nm-cygwin64.h: New files.
5655 * configure.host, configure.tgt: Add handling for x86_64/windows.
5656 * config/djgpp/fnchange.lst: Add entries for amd64-windows-nat.c
5657 and amd64-windows-tdep.c.
5658
5659 2009-01-11 Joel Brobecker <brobecker@adacore.com>
5660
5661 * win32-tdep.h, win32-tdep.c: New files.
5662 * i386-cygwin-tdep.h: Delete.
5663 * i386-cygwin-tdep.c: Include win32-tdep.h instead of
5664 i386-cygwin-tdep.h.
5665 (win32_xfer_shared_library): Delete. Moved to win32-tdep.c.
5666 * win32-nat.c: Likewise.
5667 * configure.tgt: Add win32-tdep.o to the list of target object
5668 files for i386-cygwin and i386-mingw targets.
5669
5670 2009-01-11 Joel Brobecker <brobecker@adacore.com>
5671
5672 * win32-nat.h: New file.
5673 * win32-nat.c (mappings): Initialize to NULL.
5674 (win32_set_context_register_offsets): New function.
5675 * i386-windows-nat.c: New file.
5676 (mappings): Moved here from win32-nat.c.
5677 (_initialize_i386_windows_nat): New function.
5678 * config/i386/mingw.mh (NATDEPFILES): Add i386-windows-nat.o.
5679 * config/i386/cygwin.mh (NATDEPFILES): Likewise.
5680
5681 2009-01-09 Andreas Schwab <schwab@suse.de>
5682
5683 * Makefile.in (init.c): Set LANG/LC_ALL to C, not c.
5684
5685 2009-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5686
5687 * gdbtypes.c (append_composite_type_field): Correct the location of
5688 appended fields.
5689
5690 2009-01-09 Pedro Alves <pedro@codesourcery.com>
5691
5692 * defs.h (deprecated_error_hook): Delete declaration.
5693 * interps.c (clear_interpreter_hooks): Adjust.
5694 * remote-sim.c (gdb_os_error): Don't try to call
5695 deprecated_error_hook. No need to call exit anymore.
5696 * top.c (deprecated_error_hook): Delete.
5697
5698 2009-01-09 Joel Brobecker <brobecker@adacore.com>
5699
5700 * arch-utils.c (gdbarch_update_p): Use host_address_to_string
5701 to print the address of the gdbarch pointer.
5702
5703 2009-01-09 Joel Brobecker <brobecker@adacore.com>
5704
5705 * gdbarch.sh: Fix all the compilation errors on amd64-windows
5706 due to casting a pointer to a long when printing a function
5707 address. Instead, use host_address_to_string to convert our
5708 address to a string.
5709 * gdbarch.c: Regenerate.
5710
5711 2009-01-09 Joel Brobecker <brobecker@adacore.com>
5712
5713 * event-top.c (async_disconnect, async_stop_sig): use "raise"
5714 instead of "kill" to raise a signal.
5715
5716 2009-01-09 Joel Brobecker <brobecker@adacore.com>
5717
5718 * win32-nat.c (get_module_name): Change the type of parameter
5719 "base_address" to LPVOID. Remove unnecessary cast.
5720 (struct lm_info): Change type of load_addr to LPVOID.
5721 (win32_make_so): Change the type of parameter "load_addr"
5722 to LPVOID. Remove some unnecessary casts.
5723 (handle_unload_dll): Change the type of "lpBaseOfDll" to LPVOID.
5724 (win32_xfer_shared_libraries): Add missing cast.
5725
5726 2009-01-09 Joel Brobecker <brobecker@adacore.com>
5727
5728 * win32-nat.c (has_detach_ability, set_process_privilege):
5729 Cast the result of GetProcAddress to (void *) to avoid
5730 a compilation warning.
5731
5732 2009-01-09 Joel Brobecker <brobecker@adacore.com>
5733
5734 * win32-nat.c (CONTEXT_EXTENDED_REGISTERS): Define to 0 if not
5735 already defined.
5736
5737 2009-01-09 Joel Brobecker <brobecker@adacore.com>
5738
5739 * win32-nat.c (get_image_name, win32_xfer_memory): Fix type
5740 definition of local variable "done".
5741 (info_w32_command, handle_exception): Remove unnecessary cast.
5742
5743 2009-01-09 Joel Brobecker <brobecker@adacore.com>
5744
5745 * win32-nat.c (kernel32_DebugSetProcessKillOnExit): Renames
5746 DebugSetProcessKillOnExit. Update all uses in this file.
5747 (kernel32_DebugActiveProcessStop): Renames DebugActiveProcessStop.
5748 Update all uses in this file.
5749
5750 2009-01-09 Joel Brobecker <brobecker@adacore.com>
5751
5752 * win32-nat.c (do_initial_win32_stuff): Add new ops parameter,
5753 and use it when pushing the target.
5754 (win32_attach, win32_create_inferior): Update call to
5755 do_initial_win32_stuff.
5756 (win32_detach, win32_mourn_inferior): Use our ops parameter
5757 instead of the global win32_ops to unpush the target.
5758
5759 2009-01-09 Joel Brobecker <brobecker@adacore.com>
5760
5761 * ser-mingw.c (ser_windows_open): Use proper type when casting
5762 in call to _open_osfhandle.
5763
5764 2009-01-09 Kai Tietz <kai.tietz@onevision.com>
5765
5766 * coff-pe-read.c (read_pe_exported_syms): Fix typo.
5767
5768 2009-01-09 Joel Brobecker <brobecker@adacore.com>
5769
5770 * CONTRIBUTE: Minor reformatting.
5771
5772 2009-01-08 Kai Tietz <kai.tietz@onevision.com>
5773
5774 * MAINTAINERS: Add myself to Write After Approval.
5775 * coff-pe-read.c (read_pe_exported_syms): Enable read of PE+
5776 export directory.
5777
5778 2009-01-08 Nathan Froyd <froydnj@codesourcery.com>
5779
5780 * remote-sim.c (gdb_os_error): Mark as a noreturn function.
5781 Call exit to make it obvious to GCC.
5782
5783 2009-01-08 Tom Tromey <tromey@redhat.com>
5784
5785 PR breakpoints/9350:
5786 * varobj.c (varobj_invalidate): Unconditionally free
5787 all_rootvarobj.
5788 * symfile.c (syms_from_objfile): Free local_addr when returning
5789 normally.
5790 * exec.c (exec_file_attach): Do cleanups before returning.
5791 (exec_file_command): Likewise.
5792 * corefile.c (reopen_exec_file): Do cleanups before returning.
5793 * breakpoint.c (insert_breakpoint_locations): Do cleanups before
5794 returning.
5795 (do_vec_free): New function.
5796 (update_global_location_list): Make a cleanup for old_locations.
5797 Do cleanups before returning. Remove unused variable 'e'.
5798 (find_condition_and_thread): Free result of parsing the
5799 expression.
5800 (print_it_typical): Do cleanups before returning.
5801 (breakpoint_re_set_one): Always free sals.sals.
5802
5803 2009-01-08 Joel Brobecker <brobecker@adacore.com>
5804 Emi Suzuki <emi-suzuki@tjsys.co.jp>
5805
5806 * breakpoint.c (do_enable_breakpoint): Use update_watchpoint for
5807 watchpoints.
5808
5809 2009-01-07 Doug Evans <dje@google.com>
5810
5811 * top.c (gdb_prompt_string): Delete, unused.
5812
5813 2009-01-07 Pedro Alves <pedro@codesourcery.com>
5814
5815 Delete ONE_PROCESS_WRITETEXT leftovers.
5816
5817 * breakpoint.c (insert_bp_location): Delete process_warning
5818 argument. Adjust.
5819 (insert_breakpoint_locations): Adjust.
5820 (reattach_breakpoints): Adjust.
5821 * infrun.c (normal_stop): Drop "It might be running in another
5822 process" notice.
5823
5824 2009-01-07 Stan Shebs <stan@codesourcery.com>
5825
5826 * config/pa/linux.mh (XDEPFILES): Remove.
5827
5828 2009-01-07 Doug Evans <dje@google.com>
5829
5830 * cli/cli-cmds.c (set_debug): Fix cut-n-paste error.
5831
5832 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5833
5834 * f-typeprint.c (f_type_print_base <TYPE_CODE_STRUCT>): Fix output
5835 spacing, a regression from 2008-04-22.
5836
5837 2009-01-07 Joel Brobecker <brobecker@adacore.com>
5838
5839 * utils.c (gdb_print_host_address): Adjust implementation to
5840 reuse host_address_to_string. Move comment explaining the conversion
5841 from host address to string from here...
5842 (host_address_to_string): ... to there.
5843
5844 2009-01-07 Emi Suzuki <emi-suzuki@tjsys.co.jp>
5845
5846 * MAINTAINERS: Add myself for write after approval privileges.
5847
5848 2009-01-06 Tom Tromey <tromey@redhat.com>
5849
5850 * value.c (set_internalvar): Use value_free, not xfree.
5851
5852 2009-01-06 Jim Blandy <jimb@red-bean.com>
5853
5854 Check return values of functions declared with warn_unused_result
5855 attribute in GLIBC 2.8.
5856 * cli/cli-cmds.c (pwd_command): Check return value from getcwd.
5857 * inflow.c (check_syscall): New function.
5858 (new_tty): Use check_syscall to check return values from open and dup.
5859 * linux-nat.c (linux_nat_info_proc_cmd): Check return value from fgets.
5860 * main.c (captured_main): Call cwd after setting up gdb_stderr;
5861 check for errors from getcwd.
5862 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Check return value from getcwd.
5863 * ui-file.c (stdio_file_write): Ignore return value from fwrite.
5864 (stdio_file_fputs): Same.
5865 * utils.c (internal_vproblem): abort if last-ditch error message
5866 write fails.
5867
5868 * top.c (gdb_init): Don't set the current directory here; that's
5869 already been done in captured_main.
5870
5871 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5872
5873 * ser-tcp.c: Adjust includes.
5874 (tcp_set_cmdlist, tcp_show_cmdlist): Declare.
5875 (tcp_auto_retry, tcp_retry_limit): Declare.
5876 (TIMEOUT): Remove, in favor of tcp_retry_limit.
5877 (POLL_INTERVAL): Increase to 5, in favor of backoff logic.
5878 (wait_for_connect): New function.
5879 (net_open): Use it. Add auto-retry logic.
5880 (set_tcp_cmd, show_tcp_cmd): New functions.
5881 (_initialize_ser_tcp): Initialize new "set/show tcp auto-retry"
5882 and "set/show tcp connect-timeout" commands.
5883 * NEWS: Document new commands.
5884
5885 2009-01-05 Tom Tromey <tromey@redhat.com>
5886
5887 * python/python-internal.h (Py_ssize_t): Define as int.
5888
5889 2009-01-05 Jim Blandy <jimb@red-bean.com>
5890
5891 * MAINTAINERS: Fix my e-mail address as steering committee member.
5892
5893 2009-01-03 Joel Brobecker <brobecker@adacore.com>
5894
5895 Updated copyright notices for most files.
5896
5897 2009-01-03 Joel Brobecker <brobecker@adacore.com>
5898
5899 * top.c (print_gdb_version): Update copyright year.
5900
5901 2009-01-03 Joel Brobecker <brobecker@adacore.com>
5902
5903 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2008.
5904
5905 2009-01-01 Pedro Alves <pedro@codesourcery.com>
5906
5907 PR breakpoints/9681:
5908 * exceptions.h (enum errors): New error type, MEMORY_ERROR.
5909 * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR.
5910 * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but
5911 retrow all other exceptions.
5912
5913 For older changes see ChangeLog-2008.
5914 \f
5915 Local Variables:
5916 mode: change-log
5917 left-margin: 8
5918 fill-column: 74
5919 version-control: never
5920 coding: utf-8
5921 End:
This page took 0.147154 seconds and 5 git commands to generate.