* stack.c (print_frame_args): Fix typos in comments.
[external/binutils.git] / gdb / ChangeLog
1 2008-09-25  Stephan Springl  <springl-gdb@bfw-online.de> (tiny change)
2
3         * stack.c (print_frame_args): Fix typos in comments.
4
5 2008-09-25  Sérgio Durigan Júnior  <sergiodj@linux.vnet.ibm.com>
6
7         * linux-nat.c (get_pending_status): Fix argument to WIFSTOPPED.
8
9 2008-09-24  Vladimir Prus  <vladimir@codesourcery.com>
10
11         * remote-sim.c (gdbsim_create_inferior): Fix missing parenthesis.
12         
13 2008-09-24  Andreas Schwab  <schwab@suse.de>
14
15         * frame.c (get_frame_register_bytes): Take pseudo registers into
16         account.  Avoid excessive function calls.
17
18 2008-09-23  Doug Evans  <dje@google.com>
19
20         * dcache.c (state_chars): New static global.
21         (ENTRY_INVALID,ENTRY_VALID): Renamed from ENTRY_BAD,ENTRY_OK.
22         All uses updated.
23         (dcache_info): Print cache state as mnemonically useful letters instead
24         of magic numbers.
25
26         * dwarf2read.c (comp_unit_head): Reorganize for better packing.
27
28 2008-09-22  Tom Tromey  <tromey@redhat.com>
29
30         * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't use
31         printf_filtered.
32
33 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
34
35         * infrun.c (follow_exec): Don't do a generic mourn.  Instead
36         inline the required bits.
37         * breakpoint.h (enum inf_context): Add inf_execd.
38
39 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
40
41         * infrun.c (handle_inferior_event): In the follow exec case,
42         context-switch before doing anything else.
43
44 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
45
46         * top.c (any_thread_of, kill_or_detach): New functions.
47         (quit_target): Iterate over all inferiors, killing or detaching
48         accordingly.
49
50 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
51
52         Remove the attach_flag global, and make it per-inferior.
53
54         * inferior.h (attach_flag): Delete.
55         (inferior_process): Declare.
56         * solib.c (update_solib_list): Adjust.
57         * gnu-nat.c (gnu_create_inferior, gnu_attach): Adjust.
58         * inf-ptrace.c (inf_ptrace_detach): Adjust.
59         (inf_ptrace_files_info): Get it from the current inferior.
60         * inf-ttrace.c (inf_ttrace_attach): Adjust.
61         (inf_ttrace_files_info): Get it from the current
62         inferior.
63         * inflow.c (terminal_inferior, terminal_ours_1, set_sigint_trap)
64         (clear_sigint_trap): Get it from the current process.
65         * remote.c (extended_remote_attach_1)
66         (extended_remote_create_inferior_1): Adjust.
67         * top.c (quit_confirm, quit_target): Get it from the current inferior.
68         * procfs.c (do_detach): Adjust.
69         (procfs_wait): Get it from the event inferior.
70         (procfs_files_info): Get it from the current inferior.
71         * nto-procfs.c (procfs_files_info): Likewise.
72         (procfs_attach): Adjust.  Set the attach_flag here.
73         (do_attach): Don't set it here.
74         (procfs_detach): Don't clear it.
75         (procfs_mourn_inferior): Don't clear it.
76         * solib-osf.c (osf_solib_create_inferior_hook): Adjust.
77         * target.c (attach_flag): Delete.
78         (generic_mourn_inferior): Don't clear it.
79         * win32-nat.c (get_win32_debug_event): Get it from the event
80         process.
81         (do_initial_win32_stuff): Add attaching argument.  Set attach_flag
82         in the inferior accordingly.
83         (win32_attach): Don't set the attach_flag here.  Pass 1 to
84         do_intial_win32_stuff.
85         (win32_files_info): Get it from the current inferior.
86         (win32_create_inferior): Dont clear attach_flag here.  Pass 0 to
87         do_intial_win32_stuff.
88
89 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
90
91         Make the stop_soon global be per-inferior instead.
92
93         * infcmd.c (attach_command_post_wait): Adjust.
94         (attach_command): Likewise.
95
96         * inferior.h (stop_soon): Delete.
97         (struct inferior): Add stop_soon member.
98
99         * infrun.c (stop_soon): Delete.
100         (clear_proceed_status, start_remote)
101         (fetch_inferior_event, handle_inferior_event): Adjust.
102         (signal_stop_state): Don't check stop_soon here.  Check in callers
103         instead.
104         (save_inferior_status, restore_inferior_status): Adjust.
105
106         * linux-nat.c (linux_nat_resume, linux_nat_wait): Always pass
107         signals to common code if starting up the inferior.
108         
109         * inferior.h (struct inferior_info): Added stop_soon member.
110         * inferior.c (add_inferior) Clear stop_soon.
111
112         * mips-tdep.c (heuristic_proc_start): Adjust.
113         * nto-procfs.c (procfs_create_inferior): Adjust.
114         * solib-irix.c (irix_solib_create_inferior_hook): Adjust.
115         * solib-osf.c (osf_solib_create_inferior_hook): Adjust.
116         * solib-sunos.c (sunos_solib_create_inferior_hook): Adjust.
117         * solib-svr4.c (svr4_solib_create_inferior_hook): Adjust.
118
119         * win32-nat.c (do_initial_win32_stuff): Adjust.
120
121         * alpha-tdep.c (alpha_heuristic_proc_start): Adjust.
122
123 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
124
125         Implement remote multi-process extensions.
126
127         * remote.c (struct remote_state): Add extended and
128         multi_process_aware fields.
129         (remote_multi_process_p): New.
130         (PACKET_vKill): New.
131         (record_currthread): Use thread_change_ptid.  Notice new
132         inferiors.
133         (set_thread, remote_thread_alive): Use write_ptid.
134         (write_ptid, read_ptid): New.
135         (remote_current_thread, remote_threads_extra_info): Use them.
136         (remote_threads_info): Likewise.  Detect new inferiors.
137         (remote_start_remote): Add inferior to inferior list.
138         (remote_multi_process_feature): New.
139         (remote_protocol_features): Add "multiprocess" feature.
140         (remote_query_supported): Pass "multiprocess+" as supported
141         features.
142         (remote_open_1): Clear multi_process_aware.  Set extended
143         accordingly.
144         (remote_detach_1): Detach current process.  Use extended packet
145         format for extended-remote multi-process.  Detach process from the
146         inferior list.  Only mourn after printing output.
147         (extended_remote_attach_1): Add process to the inferior list.
148         (remote_vcont_resume): Use write_ptid to pass the thread ids.
149         (remote_wait): Use read_ptid.  Implement the extended
150         multi-process extension format of the 'W' and 'X' reply packets.
151         Remove exited inferiors from inferior list.
152         (remote_xfer_memory): Set general thread.
153         (remote_vkill): New.
154         (extended_remote_kill): New.
155         (remote_mourn_1): Discard all inferiors.
156         (select_new_thread_callback): New.
157         (extended_remote_mourn_1): If there are more processes to debug,
158         switch to a thread in another process, and don't pop the target.
159         (extended_remote_create_inferior_1): Add the new process to the
160         inferior list.
161         (remote_stopped_by_watchpoint): Indenting.
162         (remote_xfer_partial): Set the general thread.
163         (remote_pid_to_str): If the remote is multi-process aware, print
164         the process id as well as the thread id.
165         (remote_get_thread_local_address): Use write_ptid.
166         (init_extended_remote_ops): Register extended_remote_kill.
167         (_initialize_remote): Register new packets.  Change
168         magic_null_ptid's, not_sent_ptid's and any_thread_ptid's pid
169         member to 42000.
170
171         * thread.c (thread_change_ptid): Also account for the inferior pid
172         changing.
173
174         * inferior.h (discard_all_inferiors): Declare.
175         * inferior.c (discard_all_inferiors): New.
176
177 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
178
179         * gnu-nat.c (gnu_attach): Add process to inferiors table.
180         (gnu_detach): Remove it.
181         * go32-nat.c (go32_create_inferior): Add process to gdb's inferior
182         table.
183         * inf-ptrace.c (inf_ptrace_follow_fork): Delete and add inferiors
184         to inferior table accordingly.
185         (inf_ptrace_attach): Add new process to inferior table.
186         (inf_ptrace_detach): Remove it.
187         * inf-ttrace.c (inf_ttrace_follow_fork): Delete and add inferiors
188         to inferior table accordingly.
189         (inf_ttrace_attach): Add process to inferior table.
190         (inf_ttrace_detach): Remove it.
191         * linux-fork.c (init_fork_list): Delete any left over inferior.
192         (linux_fork_mourn_inferior, detach_fork_command): Also delete
193         processes from inferior list.
194         * monitor.c (monitor_open): Add process to inferior list.
195         (monitor_close): Remove it.
196         * nto-procfs.c (procfs_attach): Add process to inferior list.
197         Find threads after pushing the target.
198         (procfs_detach): Remove process from inferior list.
199         (procfs_create_inferior): Add process to inferior list.
200         * procfs.c (procfs_detach): Remove process from inferior list.
201         (do_attach): Add process to inferior list.
202         * remote-sim.c (sim_create_inferior): Add process to inferior list.
203         (gdbsim_close): Remove it.
204         * target.c (generic_mourn_inferior): If inferior_ptid is not
205         null_ptid, remove the corresponding inferior from inferior list.
206         * win32-nat.c (do_initial_win32_stuff): Add process to inferior list.
207         (win32_detach): Remove it.
208         * linux-nat.c (linux_child_follow_fork): Delete and add inferiors
209         to inferior list accordingly.
210         * fork-child.c (fork_inferior): Add process to inferior list.
211         * corelow.c (CORELOW_PID): Define.
212         (core_close): Remove core from inferior list.
213         (core_open): Add it.
214
215 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
216
217         * inferior.h: Forward declare struct ui_out.
218         Forward declare struct private_inferior.
219         (struct inferior): New.
220         (init_inferior_list, add_inferior, add_inferior_silent)
221         (delete_inferior, delete_inferior_silent, detach_inferior)
222         (gdb_inferior_id_to_pid, pid_to_gdb_inferior_id, in_inferior_list)
223         (valid_inferior_id, find_inferior_pid): New functions.
224         (inferior_callback_func): New typedef.
225         (iterate_over_inferiors, print_inferior, have_inferiors)
226         (current_inferior): New functions.
227         * inferior.c: New file.
228
229         * Makefile.in (SFILES): Add inferior.c.
230         (COMMON_OBS): Add inferior.o.
231
232 2008-09-22  Jonathan Larmour  <jifl@eCosCentric.com>
233
234         * arm-tdep.c (arm_skip_prologue): Call skip_prologue_using_sal
235         instead of determining symbol and line info directly.
236         * MAINTAINERS: Update my email address.
237
238 2008-09-22  Daniel Jacobowitz  <dan@codesourcery.com>
239
240         * symtab.c (skip_prologue_using_sal): Treat two consecutive lines
241         at the same address as a prologue marker.  Do not skip an entire
242         function.
243
244 2008-09-22  Andrew Stubbs  <ams@codesourcery.com>
245
246         * frame.c (get_frame_register_bytes): Comment improvments.
247
248 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
249
250         * linux-nat.c (linux_nat_wait): Only use set_ignore_sigint in
251         all-stop mode.
252
253 2008-09-19  Andrew Stubbs  <ams@codesourcery.com>
254
255         * MAINTAINERS: Update my email address.
256
257 2008-09-19  Andrew Stubbs  <ams@codesourcery.com>
258
259         * frame.c (get_frame_register_bytes): Detect bad debug info.
260
261 2008-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
262
263         Fix a crash on uninitialized ECS->EVENT_THREAD for a newly found thread.
264         * infrun.c (wait_for_inferior): Move this ECS->EVENT_THREAD
265         initialization ...
266         (fetch_inferior_event): ... and this ECS->EVENT_THREAD initialization
267         ...
268         (handle_inferior_event): ... here after the add_thread call together
269         with the local adjust_pc_after_break and reinit_frame_cache calls.
270
271 2008-09-16  David Daney  <ddaney@avtrex.com>
272
273         * breakpoint.c (bpstat_stop_status): Clear breakpoint_at for
274         all hardware bpstats.
275
276 2008-09-16  Joel Brobecker  <brobecker@adacore.com>
277
278         * gstdint.h: Delete.
279
280 2008-09-15  Mark Kettenis  <kettenis@gnu.org>
281
282         * infcall.c (generic_push_dummy_code): Remove.
283         (push_dummy_code): Unconditionally call gdbarch_push_dummy_code.
284
285 2008-09-15  Doug Evans  <dje@google.com>
286
287         * dwarf2read.c (struct abbrev_info): Make members name, form 16 bits.
288         (struct attribute): Ditto.
289
290 2008-09-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
291
292         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Record
293         HPPA_IPSW_REGNUM and HPPA_SAR_REGNUM values.
294
295         * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum): Remove surrounding
296         "#if 0" "#endif".  Fix mapping of DWARF DBX registers to GDB registers.
297         Correct arguments and improve comments.
298         (hppa_linux_init_abi): Call set_gdbarch_dwarf2_reg_to_regnum.  Delete
299         disabled code.
300         * hppa-tdep.c (hppa64_dwarf_reg_to_regnum): Fix check for floating
301         point DBX register, change error to warning, and improve comments.
302
303 2008-09-14  Doug Evans  <dje@google.com>
304
305         * dwarf2read.c (struct die_info): Make members tag, num_attrs 16 bits.
306
307 2008-09-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
308
309         * hppa-linux-tdep.c (hppa_linux_supply_fpregset): Correct iteration.
310
311 2008-09-13  Joel Brobecker  <brobecker@adacore.com>
312
313         * defs.h (GCC_GENERATED_STDINT_H): Define.
314
315 2008-09-13  Tom Tromey  <tromey@redhat.com>
316
317         * varobj.c (varobj_set_display_format): Use xfree.
318         * tracepoint.c (stringify_collection_list): Use xfree.
319         * remote-fileio.c (remote_fileio_reset): Use xfree.
320         * mipsread.c (read_alphacoff_dynamic_symtab): Use xfree.
321         * dfp.c (decimal_from_floating): Use xfree, xstrprintf.  Don't use
322         asprintf.
323         * cp-support.c (mangled_name_to_comp): Use xfree.
324
325 2008-09-13  Joel Brobecker  <brobecker@adacore.com>
326
327         * ada-lang.c (remove_extra_symbols): Remove stub symbols if
328         the associated complete symbol is also in the list.
329         (ada_add_local_symbols, ada_add_non_local_symbols): New functions,
330         extracted out from ada_lookup_symbol_list.
331         (ada_lookup_symbol_list): Use them.  Remove the search through
332         the minimal symbols.
333
334 2008-09-13  Joel Brobecker  <brobecker@adacore.com>
335
336         * dwarf2read.c (add_partial_subprogram): New procedure.
337         (scan_partial_symbols): Use it.
338         (load_partial_dies): Read in children of subprogram and lexical
339         blocks for Ada compilation units.
340
341 2008-09-13  Tom Tromey  <tromey@redhat.com>
342
343         * symfile.c (build_id_verify): Free 'found'.
344         (find_separate_debug_file): Use xfree, not free.
345
346 2008-09-12  Doug Evans  <dje@google.com>
347
348         * corefile.c (write_memory): Remove unnecessary copying.
349
350         * sol-thread.c (_initialize_sol_thread): Add FIXME regarding
351         order of _initialize_* fns.
352
353         * dwarf2read.c (comp_unit_head): Rename first_die_ptr to
354         first_die_offset.  All uses updated.
355         Delete unused members cu_head_ptr, next.
356         Move members base_known, base_address to ...
357         (dwarf2_cu) ... here.  All uses updated.
358
359 2008-09-12  Pedro Alves  <pedro@codesourcery.com>
360
361         * Makefile.in (generated_files): Add $(NAT_GENERATED_FILES).
362         * config/i386/i386gnu.mh (NAT_GENERATED_FILES): New.
363
364 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
365
366         * fork-child.c (startup_inferior): Use target_wait and target_resume
367         directly instead of calling wait_for_inferior / resume.
368
369         * infcmd.c (kill_if_already_running): Do not call no_shared_libraries
370         or init_wait_for_inferior.
371         (run_command_1): Call init_wait_for_inferior.
372
373 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
374
375         * gdbtypes.h (builtin_type_void_data_ptr, builtin_type_void_func_ptr,
376         builtin_type_CORE_ADDR, builtin_type_char, builtin_type_short,
377         builtin_type_int, builtin_type_long, builtin_type_signed_char,
378         builtin_type_unsigned_char, builtin_type_unsigned_short,
379         builtin_type_unsigned_int, builtin_type_unsigned_long,
380         builtin_type_float, builtin_type_double, builtin_type_long_double,
381         builtin_type_complex, builtin_type_double_complex, builtin_type_string,
382         builtin_type_bool, builtin_type_long_long,
383         builtin_type_unsigned_long_long): Remove macros.
384
385         (builtin_type_f_character, builtin_type_f_integer,
386         builtin_type_f_integer_s2, builtin_type_f_logical,
387         builtin_type_f_logical_s1, builtin_type_f_logical_s2,
388         builtin_type_f_real, builtin_type_f_real_s8, builtin_type_f_real_s16,
389         builtin_type_f_complex_s8, builtin_type_f_complex_s16,
390         builtin_type_f_complex_s32): Likewise.
391
392         (builtin_type_m2_char, builtin_type_m2_int, builtin_type_m2_card,
393         builtin_type_m2_real, builtin_type_m2_bool): Likewise.
394
395         (struct builtin_f_type, builtin_f_type): Move to f-lang.h.
396         (struct builtin_m2_type, builtin_m2_type): Move to m2-lang.h.
397
398         * f-lang.h (struct builtin_f_type, builtin_f_type): Move here.
399         * m2-lang.h (struct builtin_m2_type, builtin_m2_type): Move here.
400
401 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
402
403         * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Use builtin types of
404         target_gdbarch instead of builtin_type_void_data_ptr.
405         (LM_DYNAMIC_FROM_LINK_MAP, LM_NEXT, LM_NAME,
406         IGNORE_FIRST_LINK_MAP_ENTRY, scan_dyntag, elf_locate_base,
407         solib_svr4_r_map, solib_svr4_r_brk, solib_svr4_r_ldsomap,
408         open_symbol_file_object): Likewise.
409         * nto-tdep.c (LM_ADDR): Likewise.
410
411 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
412
413         * bsd-uthread.c (bsd_uthread_read_memory_address): New function.
414         (bsd_uthread_fetch_registers, bsd_uthread_store_registers,
415         bsd_uthread_wait, bsd_uthread_find_new_threads): Use it.
416
417 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
418
419         * procfs.c (procfs_address_to_host_pointer): Use target_gdbarch
420         and its associated types to perform pointer conversion.
421         (procfs_can_use_hw_breakpoint): Likewise.
422         (procfs_auxv_parse): Remove unused variable.
423
424 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
425
426         * auxv.c (default_auxv_parse): Use gdbarch_ptr_bit (target_gdbarch)
427         instead of builtin_type_void_data_ptr.
428         * target.c (default_region_ok_for_hw_watchpoint): Likewise.
429
430 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
431
432         * expprint.c (print_subexp_standard): Compare against builtin type
433         associated with exp->gdbarch instead of builtin_type_char.
434
435         * f-valprint.c (f_val_print): Use extract_unsigned_integer to
436         extract values of arbitrary logical type.  Handle arbitrary
437         complex types.
438
439         * printcmd.c (float_type_from_length): New function.
440         (print_scalar_formatted, printf_command): Use it.
441
442 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
443
444         * valops.c: Include "objfiles.h" and "symtab.h".
445         (find_function_in_inferior): New argument OBJF_P.  Use it to return
446         objfile where function is defined.  Use per-objfile arch types
447         instead of builtin_type_ to define default return type.
448
449         * linux-fork.c (checkpoint_command): Update calls.  Use per-objfile
450         architecture to define inferior call argument types.
451         * gcore.c (derive_heap_segment): Likewise.
452         * objc-lang.c (value_nsstring): Likewise.
453         * scm-lang.c (scm_lookup_name): Likewise.
454         * scm-valprint.c (scm_inferior_print): Likewise.
455         * valops.c (value_allocate_space_in_inferior): Likewise.
456
457         * eval.c (evaluate_subexp_standard): Update calls.
458         * objc-lang.c (lookup_objc_class, print_object_command): Likewise.
459
460         * linux-fork.c: Include "objfiles.h".
461         * scm-lang.c: Include "objfiles.h".
462         * scm-valprint.c: Include "objfiles.h".
463
464 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
465
466         * gdbarch.sh (name_of_malloc): Remove.
467         * gdbarch.c, gdbarch.h: Re-generate.
468         * valops.c (value_allocate_space_in_inferior): Do not call
469         gdbarch_name_of_malloc.
470
471 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
472
473         * valarith.c (value_x_unop): Use builtin_type_int8 as type for
474         UNOP_POSTINCREMENT/UNOP_POSTDECREMENT constant 0 argument.
475         (value_bit_index): Use extract_unsigned_integer
476         instead of unpack_long to read single byte.
477
478 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
479
480         * infcall.c (value_arg_coerce): Add GDBARCH parameter.  Use its
481         associates types instead of builtin_type_ macros.
482         (find_function_addr): Leave output VALUE_TYPE NULL if unknown.
483         (call_function_by_hand): Use per-architecture "int" type as
484         fall-back if find_function_addr returns NULL VALUE_TYPE.
485         Update call to value_arg_coerce.
486
487 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
488
489         * cp-abi.h (cplus_method_ptr_size): Add TO_TYPE parameter.
490         (cplus_make_method_ptr): Add TYPE parameter.
491         * cp-abi.c (cplus_method_ptr_size): Add TO_TYPE parameter.  Pass it
492         on to current_cp_abi.method_ptr_size callback.
493         (cplus_make_method_ptr): Add TYPE parameter.  Pass it on to
494         current_cp_abi.make_method_ptr callback.
495
496         * gdbtypes.c (lookup_methodptr_type): Pass target type
497         argument to cplus_method_ptr_size.
498         * valops.c (value_cast): Pass type argument to cplus_make_method_ptr.
499         (value_struct_elt_for_reference): Likewise.
500
501         * gnu-v3-abi.c (get_class_arch): New function.
502         (vtable_address_point_offset): Add GDBARCH parameter.  Use it
503         instead of current_gdbarch.  Update all callers.
504         (gnuv3_get_vtable): Likewise.
505         (gnuv3_get_virtual_fn): Likewise.
506         (gnuv3_decode_method_ptr): Likewise.
507         (gnuv3_rtti_type): Call get_class_arch to determine architecture.
508         Use it instead of current_gdbarch.
509         (gnuv3_virtual_fn_field): Likewise.
510         (gnuv3_baseclass_offset): Likewise.
511         (gnuv3_print_method_ptr): Likewise.
512         (gnuv3_method_ptr_to_value): Likewise.
513         (gnuv3_method_ptr_size): Add TYPE parameter.  Use it to determine
514         class architecture.  Use architecture types instead of builtin types.
515         (gnuv3_make_method_ptr): Likewise.
516
517         * cp-valprint.c (cp_print_class_member): Expect pointer type
518         instead of class type.  Use its length when extracting value.
519         * c-valprint.c (c_val_print): Update call to cp_print_class_member.
520
521 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
522
523         * stack.c (return_command): Use frame architecture to determine
524         default integer return type.
525
526         * f-valprint.c (f77_get_dynamic_lowerbound): Use frame architecture
527         to determine pointer types.
528         (f77_get_dynamic_upperbound): Likewise.
529
530         * objc-lang.c (OBJC_FETCH_POINTER_ARGUMENT): Remove.
531         (resolve_msgsend): Use architecture of current frame to determine
532         pointer types.  Inline OBJC_FETCH_POINTER_ARGUMENT.
533         (resolve_msgsend_stret, resolve_msgsend_super,
534         resolve_msgsend_super_stret): Likewise.
535
536 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
537
538         * alpha-tdep.c (alpha_register_type): Use builtin_type (gdbarch)
539         instead of builtin_type_ macros.
540         * amd64-tdep.c (amd64_register_type): Likewise.
541         (amd64_get_longjmp_target): Likewise.
542         * arm-tdep.c (arm_register_type): Likewise.
543         * avr-tdep.c (avr_register_type): Likewise.
544         * cris-tdep.c (cris_register_type, crisv32_register_type): Likewise.
545         * frv-tdep.c (frv_register_type): Likewise.
546         * h8300-tdep.c (h8300_register_type): Likewise.
547         * hppa-tdep.c (hppa32_convert_from_func_ptr_addr, 
548         hppa_skip_trampoline_code): Likewise.
549         * i386-tdep.c (i386_register_type): Likewise.
550         (i386_unwind_pc, i386_sse_type): Likewise.
551         * ia64-tdep.c (ia64_register_type): Likewise.
552         * m32r-tdep.c (m32r_register_type): Likewise.
553         * m68k-tdep.c (m68k_register_type, m68k_unwind_pc): Likewise.
554         * m88k-tdep.c (m88k_register_type): Likewise.
555         * mep-tdep.c (mep_register_type): Likewise.
556         * mips-tdep.c (mips_pseudo_register_type): Likewise.
557         * mn10300-tdep.c (mn10300_register_type): Likewise.
558         * mt-tdep.c (mt_copro_register_type): Likewise.
559         * rs6000-tdep.c (rs6000_builtin_type_vec64): Likewise.
560         (rs6000_convert_register_p, rs6000_register_to_value,
561         rs6000_value_to_register): Likewise.
562         * s390-tdep.c (s390_register_type): Likewise.
563         * sh64-tdep.c (sh64_register_type): Likewise.
564         (sh64_build_float_register_type, sh64_do_fp_register): Likewise.
565         * sh-tdep.c (sh_sh2a_register_type, sh_sh3e_register_type,
566         sh_sh4_build_float_register_type, sh_sh4_register_type,
567         sh_default_register_type): Likewise.
568         * sparc64-tdep.c (sparc64_register_type): Likewise.
569         * sparc-tdep.c (sparc32_register_type): Likewise.
570         * spu-tdep.c (spu_builtin_type_vec128, spu_register_type): Likewise.
571         * v850-tdep.c (v850_register_type): Likewise.
572         * vax-tdep.c (vax_register_type): Likewise.
573         * xtensa-tdep.c (xtensa_register_type, xtensa_unwind_pc,
574         xtensa_push_dummy_call): Likewise.
575
576         * std-regs.c (value_of_builtin_frame_fp_reg,
577         value_of_builtin_frame_pc_reg): Likewise.
578         * target-descriptions.c (tdesc_register_type): Likewise.
579
580 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
581
582         * ada-lang.c (ada_coerce_to_simple_array_type): Use builtin_type_int32
583         instead of builtin_type_int as default unspecified integral type.
584         (ada_index_type, ada_array_bound_from_type, ada_variant_discrim_type,
585         assign_component, to_fixed_range_type): Likewise.
586         * ada-typeprint.c (print_range, print_range_bound,
587         print_range_type_named): Likewise.
588         * ada-valprint.c (print_optional_low_bound, ada_val_print_1): Likewise.
589         * eval.c (evaluate_subexp_standard): Likewise.
590         * gnu-v2-abi.c (gnuv2_virtual_fn_field): Likewise.
591         * gnu-v3-abi.c (gnuv3_get_virtual_fn, gnuv3_baseclass_offset,
592         build_gdb_vtable_type): Likewise.
593         * jv-lang.c (java_array_type): Likewise.
594         * m2-typeprint.c (m2_print_bounds, m2_is_long_set_of_type): Likewise.
595         * m2-valprint.c (m2_print_long_set): Likewise.
596         * parse.c (follow_types): Likewise.
597         * p-typeprint.c (pascal_type_print_base): Likewise.
598         * valops.c (value_one, value_array, value_string,
599         value_bitstring): Likewise.
600         * value.c (allocate_repeat_value, value_from_string): Likewise.
601         * varobj.c (c_describe_child): Likewise.
602         * mt-tdep.c (mt_register_type): Likewise.
603         * sh-tdep.c (sh_sh4_build_float_register_type): Likewise.
604         * sh64-tdep.c (sh64_build_float_register_type): Likewise.
605
606 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
607
608         * defs.h (struct gdbarch): Add forward declaration.
609         (set_next_address): Add GDBARCH argument.
610         * printcmd.c (set_next_address): Use it to find pointer type.
611         * breakpoint.c (breakpoint_1): Update call.
612         * source.c (line_info): Likewise.
613         * findcmd.c (find_command): Use current_gdbarch to find pointer type.
614
615         * breakpoint.c (set_breakpoint_count): Use platform-neutral
616         types for internal variable values.
617         * infrun.c (handle_inferior_event): Likewise.
618         * source.c (forward_search_command, reverse_search_command): Likewise.
619         * tracepoint.c (set_tracepoint_count, set_traceframe_num,
620         set_tracepoint_num, set_traceframe_context): Likewise.
621
622 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
623
624         * gdbtypes.h (struct builtin_type): Remove builtin_true_char
625         and builtin_true_unsigned_char.
626         (builtin_type_true_char): Remove macro, add extern declaration.
627         (builtin_type_true_unsigned_char): Add extern declaration.
628         * gdbtypes.c (builtin_type_true_char): New global variable.
629         (builtin_type_true_unsigned_char): Likewise.
630         (_initialize_gdbtypes): Initialize them.
631         (gdbtypes_post_init): Do not initialize builtin_true_char
632         and builtin_true_unsigned_char members of struct builtin_type.
633
634         * printcmd.c (print_scalar_formatted): Do not use builtin_type;
635         use builtin_type_true_unsigned_char instead.
636
637         * ada-valprint.c (ada_val_print_1): Use builtin_type_true_char
638         instead of builtin_type_char for internal string.
639
640 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
641
642         * gdbtypes.h (builtin_type_void): Remove macro, add declaration.
643         (builtin_type_f_void): Remove macro.
644         * gdbtypes.c (builtin_type_void): New global variable.
645         (_initialize_gdbtypes): Initialize it.
646
647         * gnu-v3-abi.c (build_gdb_vtable_type): Do not call
648         lookup_pointer_type or lookup_function_type on builtin_type_void.
649         * printcmd.c (set_next_address): Likewise.
650         * objc-lang.c (value_nsstring): Likewise.
651         * mt-tdep.c (mt_copro_register_type): Likewise.
652         * xtensa-tdep.c (xtensa_register_type): Likewise.
653
654         * symfile.c (syms_from_objfile): Remove special handling
655         of builtin_type_void and builtin_type_char.
656
657 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
658
659         * eval.c (evaluate_subexp_standard): Use exp->gdbarch types instead
660         of builtin_type_ macros when handling OP_OBJC_ operations.
661         * objc-lang.c (print_object_command): Likewise.
662
663 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
664
665         * ada-valprint.c: Include "objfiles.h".
666         (ada_val_print_1): Use the gdbarch associated with the objfile whether
667         a System.Address type is defined to retrieve the proper pointer type
668         to use to print it.
669
670 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
671
672         * ada-lang.c (value_pos_atr): Add TYPE argument.  Use it as
673         result type instead of builtin_type_int.
674         (value_subscript_packed): Use pos_atr instead of value_pos_atr.
675         (ada_value_subscript): Update call to value_pos_atr.
676         (ada_value_ptr_subscript): Likewise.
677         (ada_evaluate_subexp): Likewise.
678
679 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
680
681         * ada-lang.c (cast_to_fixed): Do not cast to builtin_type_double.
682         (cast_from_fixed_to_double): Rename to ...
683         (cast_from_fixed): ... this.  Add TYPE parameter.  Use it instead
684         of builtin_type_double.
685         (ada_value_cast): Use cast_from_fixed instead of casting result
686         of cast_from_fixed_to_double.
687         (ada_evaluate_subexp): Update calls to cast_from_fixed_to_double. 
688
689 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
690
691         * valops.c (value_ind): No longer allow dereferencing an
692         integer type.
693         * eval.c (evaluate_subexp_standard): Handle deferencing an
694         integer type here.
695         * ada-lang.c (ada_evaluate_subexp): Likewise.
696
697 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
698
699         * ada-valprint.c (ada_val_print_1): When implicitly dereferencing
700         a reference type, pass the reference type directly to unpack_pointer.
701         * c-valprint.c (c_val_print): Likewise.
702         * f-valprint.c (f_val_print): Likewise.
703         * m2-valprint.c (print_variable_at_address, m2_val_print): Likewise.
704         * p-valprint.c (pascal_val_print): Likewise.
705
706 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
707
708         * eval.c (evaluate_subexp_standard): Use builtin_type_int8
709         to construct the EVAL_SKIP dummy return value.
710         * ada-lang.c (ada_evaluate_subexp): Likewise.
711         * jv-lang.c (evaluate_subexp_java): Likewise.
712         * m2-lang.c (evaluate_subexp_modula2): Likewise.
713         * scm-lang.c (evaluate_exp): Likewise.
714
715 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
716
717         * value.h (coerce_enum, coerce_number): Remove prototypes.
718         * value.c (coerce_enum, coerce_number): Remove.
719         * valarith.c (value_x_binop): Do not call coerce_enum.
720         (value_x_unop): Likewise.
721         (value_logical_not): Call coerce_array instead of coerce_number.
722
723 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
724
725         * ax-gdb.c: Include "language.h".
726         (gen_frame_args_address): Add GDBARCH parameter; use it
727         instead of current_gdbarch.
728         (gen_frame_locals_address): Likewise.
729         (gen_var_ref): Add GDBARCH parameter.  Update calls to
730         gen_frame_args_address and gen_frame_locals_address.  Use
731         pointer type from gdbarch.
732         (gen_usual_unary): Add EXP parameter.  Use integer type
733         from exp->gdbarch.
734         (gen_usual_arithmetic): Likewise.
735         (gen_integral_promotions): Likewise.
736         (gen_add, gen_sub): Remove.
737         (gen_ptradd, gen_ptrsub, gen_ptrdiff): New functions.
738         (gen_logical_not): Use passed-in boolean result type
739         instead of builtin_type_int.
740         (gen_complement): Do not call gen_usual_unary or
741         gen_integral_promotions.
742         (gen_struct_ref): Call require_rvalue instead of gen_usual_unary.
743         (gen_repeat): Add EXP parameter.  Update call to gen_expr.
744         Use builtin_type_int32 as internal range type.
745         (gen_sizeof): Add EXP and SIZE_TYPE parameters.  Use SIZE_TYPE
746         as result type.  Update call to gen_expr.
747         (gen_expr): Add EXP parameter.  Update calls to gen_expr,
748         gen_repeat, gen_var_ref, gen_usual_unary, gen_usual_arithmetic,
749         and gen_integral_promotions.  Call gen_ptradd, gen_ptrsub,
750         gen_ptrdiff, or gen_binop instead of gen_add or gen_sub.
751         Use exp->gdbarch instead of current_gdbarch.
752         Call language_bool_type to determine result type of UNOP_LOGICAL_NOT.
753
754 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
755
756         * eval.c (evaluate_subexp_standard): Add calls to binop_promote
757         and unop_promote before calling value_binop et. al.
758         * ada-lang.c (ada_evaluate_subexp): Add calls to binop_promote
759         and unop_promote before calling value_binop et. al.
760
761         * valarith.c (value_binop): Do not call binop_promote or unop_promote.
762         (value_pos): Do not call unop_promote.
763         (value_neg, value_complement): Likewise.
764
765 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
766
767         * value.h (unop_promote, binop_promote): Add prototypes.
768         * eval.c (unop_promote, binop_promote): New functions.
769         * valarith.c (unop_result_type, binop_result_type): Remove.
770         (value_binop): Call binop_promote or unop_promote.
771         Inline remaining parts of binop_result_type.  Remove special
772         code to truncate integer values for unsigned operations.
773         (value_pos): Call unop_promote.  Inline remaining parts of
774         unop_result_type.
775         (value_neg, value_complement): Likewise.
776
777 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
778
779         * value.h (value_add, value_sub): Remove.
780         (value_ptradd, value_ptrsub, value_ptrdiff): Add prototypes.
781         * valarith.c (value_add, value_sub): Remove.
782         (value_ptradd, value_ptrsub, value_ptrdiff): New functions.
783         (find_size_for_pointer_math): Add assertion.  Update comment.
784         (value_binop): Update comment.
785
786         * eval.c (ptrmath_type_p): New function.
787         (evaluate_subexp_standard): Replace value_add and value_sub
788         by value_ptradd, value_ptrsub, value_ptrdiff or value_binop.
789         Use builtin_type_uint8 instead of builtin_type_char to hold
790         the increment for BINOP_{PRE,POST}{IN,DE}CREMENT operations.
791         * valarith.c (value_subscript): Replace value_add by
792         value_ptradd.  Replace value_sub by value_binop.
793         * ada-lang.c (ada_value_ptr_subscript): Likewise.
794         (ada_tag_name_2): Replace value_add by value_ptradd.
795         (ada_evaluate_subexp): Replace value_add and value_sub by
796         value_binop.
797         * m2-lang.c (evaluate_subexp_modula2): Replace value_add
798         by value_ptradd.
799         * gnu-v2-abi.c (gnuv2_virtual_fn_field): Likewise.
800         * gnu-v3-abi.c (gnuv3_method_ptr_to_value): Likewise.
801
802 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
803
804         * eval.c (evaluate_subexp_for_sizeof): Use builtin_int type of
805         the expression architecture instead of builtin_type_int as the
806         sizeof return type.
807
808 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
809
810         * expression.h (enum exp_opcode): Document OP_COMPLEX to take
811         a type parameter as expression element.
812         * eval.c (evaluate_subexp_standard) [OP_COMPLEX]: Retrieve result
813         type as expression element.
814         * f-exp.y: Pass in type when buildin OP_COMPLEX expression.
815         * parse.c (operator_length_standard): Update length of OP_COMPLEX.
816
817 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
818
819         * language.h (struct language_arch_info): New members
820         bool_type_default and bool_type_symbol.
821         (lang_bool_type): Remove prototype.
822         (LA_BOOL_TYPE): Remove macro.
823         (language_bool_type): Add prototype.
824         * language.c (lang_bool_type): Remove.
825         (language_bool_type): New function.
826
827         * value.h (value_in): Change return value to int.
828         * value.c (value_in): Return int instead of struct value *.
829
830         * eval.c (evaluate_subexp_standard): Call language_bool_type instead
831         of using LA_BOOL_TYPE.  Update call to value_in.
832         * ada-lang.c (ada_evaluate_subexp): Call language_bool_type instead
833         of using LA_BOOL_TYPE or builtin_type_int for boolean values.
834
835         * language.c (unknown_language_arch_info): Set bool_type_default member
836         of struct language_arch_info.
837         * ada-lang.c (ada_language_arch_info): Set bool_type_symbol and
838         bool_type_default members of struct language_arch_info.
839         * c-lang.c (c_language_arch_info): Set bool_type_default member
840         of struct language_arch_info.
841         (cplus_language_arch_info): Set bool_type_symbol and bool_type_default
842         members of struct language_arch_info.
843         * f-lang.c (f_language_arch_info): Set bool_type_symbol and
844         bool_type_default members of struct language_arch_info.
845         * jv-lang.c (java_language_arch_info): Set bool_type_symbol and
846         bool_type_default members of struct language_arch_info.
847         * m2-lang.c (m2_language_arch_info): Set bool_type_symbol and
848         bool_type_default members of struct language_arch_info.
849         * p-lang.c (p_language_arch_info): Set bool_type_symbol and
850         bool_type_default members of struct language_arch_info.
851
852 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
853
854         * jv-lang.c (enum java_primitive_types): New type.
855         (java_language_arch_info): New function.
856         (java_language): Use it instead of c_language_arch_info.
857
858 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
859
860         * value.h (value_bitstring_subscript): New prototype.
861         * valarith.h (value_bitstring_subscript): New function.
862         (value_subscript): No longer handle TYPE_CODE_BITSTRING.
863         * eval.c (evaluate_subexp_standard): Call value_bitstring_subscript
864         instead of value_subscript to handle TYPE_CODE_BITSTRING.
865
866 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
867
868         * expression.h (struct expression): New member GDBARCH.
869         * parse.c (parse_exp_in_context): Initialize it.
870         * parser-def.h (parse_gdbarch, parse_language): New macros.
871
872         * ada-exp.y (parse_type): New macro.
873         Replace builtin_type_ macros by using parse_type.
874         Replace current_language by parse_language.
875         * ada-lex.l (processInt): Replace current_gdbarch by parse_gdbarch.
876         Replace builtin_type_ macros.
877
878         * c-exp.y (parse_type): New macro.
879         Replace builtin_type_ macros by using parse_type.
880         (parse_number): Replace current_gdbarch by parse_gdbarch.
881         (yylex): Replace current_language by parse_language.
882
883         * f-exp.y (parse_type, parse_f_type): New macros.
884         Replace builtin_type_ macros by using parse_{f_,}type.
885         (parse_number): Replace current_gdbarch by parse_gdbarch.
886         (yylex): Replace current_language by parse_language.
887
888         * jv-exp.y (parse_type): New macro.
889         (parse_number): Replace builtin_type_ macros by using parse_type.
890
891         * m2-exp.y (parse_type, parse_m2_type): New macros.
892         Replace builtin_type_ macros by using parse_{m2_,}type.
893
894         * objc-exp.y (parse_type): New macro.
895         Replace builtin_type_ macros by using parse_type.
896         (parse_number): Replace current_gdbarch by parse_gdbarch.
897         (yylex): Replace current_language by parse_language.
898
899         * p-exp.y (parse_type): New macro.
900         Replace builtin_type_ macros by using parse_type.
901         (parse_number): Replace current_gdbarch by parse_gdbarch.
902         (yylex): Replace current_language by parse_language.
903
904 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
905
906         * parser-defs.h (write_exp_msymbol): Remove TEXT_SYMBOL_TYPE
907         and DATA_SYMBOL_TYPE arguments.
908         * parse.c (write_exp_msymbol): Remove TEXT_SYMBOL_TYPE and
909         DATA_SYMBOL_TYPE arguments.  Replace use of builtin_type_CORE_ADDR.
910         (write_dollar_variable): Update call.
911
912         * ada-exp.y (write_var_or_type): Update call.
913         * c-exp.y: Likewise.
914         * f-exp.y: Likewise.
915         * jv-exp.y: Likewise.
916         * m2-exp.y: Likewise.
917         * objc-exp.y: Likewise.
918         * p-exp.y: Likewise.
919
920 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
921
922         * ada-lang.c (ada_parent_type): Add handling of the case where
923         the _parent field is a pointer and/or has a parallel XVS type.
924         (ada_evaluate_subexp) [OP_VAR_VALUE]: When doing an
925         EVAL_AVOID_SIDE_EFFECTS evaluation of a tagged type, return
926         the type of the tag instead of doing forcing an EVAL_NORMAL
927         expression evaluation.
928
929 2008-09-10  Paul N. Hilfinger  <hilfinger@adacore.com> 
930             Joel Brobecker  <brobecker@adacore.com>
931
932         * ada-lang.c (is_digits_suffix): New function.
933         (is_dot_digits_suffix): Remove.
934         (ada_lookup_symbol_list): Remove digits suffix from minimal symbols
935         before looking up in symbol table, and do not use wild matches on them.
936         (wild_match): Reimplement for speed and to allow matching of operator
937         symbols.
938         (is_valid_name_for_wild_match): Return zero for names that do not
939         follow the GNAT encoding.
940
941         (is_name_suffix): Fix typo in comment.
942         (to_record_with_fixed_variant_part): Ditto.
943
944 2008-09-10  Pedro Alves  <pedro@codesourcery.com>
945
946         * Makefile.in (gnu-nat.o): New rule.
947
948 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
949
950         * ada-lang.c (ada_evaluate_subexp) [OP_ATR_SIZE]: Use
951         archecture-neutral builtin_type_int32 instead of builtin_type_int.
952
953 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
954
955         * ada-lang.c (ada_evaluate_subexp) [BINOP_ADD, BINOP_SUB]:
956         Add special handling for pointer types.
957
958 2008-09-10  Pedro Alves  <pedro@codesourcery.com>
959
960         * inf-ttrace.c (inf_ttrace_follow_fork): Declare locals at the
961         right scope level.
962         (inf_ttrace_resume, inf_ttrace_wait): Typos.
963
964 2008-09-10  Ulrich Weigand  <uweigand@de.ibm.com>
965
966         * ada-lang.c (ada_array_length): Use builtin_type_int32 instead
967         of builtin_type_int.
968         (ada_evaluate_subexp) [UNOP_IN_RANGE]: Use operand range type
969         instead of builtin_type_int.
970
971 2008-09-09  Pedro Alves  <pedro@codesourcery.com>
972
973         * infrun.c (normal_stop): Run hook-stop last.
974
975 2008-09-09  Pedro Alves  <pedro@codesourcery.com>
976
977         * gnu-nat.c (gnu_pid_to_exec_file): Delete.
978         (init_gnu_ops): Don't register it.
979
980 2008-09-09  Pedro Alves  <pedro@codesourcery.com>
981
982         * gnu-nat.c (gnu_attach): Push target before fetching the list of
983         threads.
984
985 2008-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
986
987         * valops.c (value_cast_structs): Return NULL for failure.
988         (value_cast): Handle NULL from value_cast_structs.
989         (value_fetch_lazy): Call check_typedef.  Remove unused variable.
990
991 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
992
993         * inferior.h (context_switch_to): Delete.
994         * infrun.c (context_switch): Don't save and load infrun state.
995         (context_switch_to): Delete.
996
997         * infcmd.c (proceed_thread_callback): Replace context_switch_to
998         calls by switch_to_thread calls.
999
1000         * gdbthread.h (save_infrun_state, load_infrun_state): Delete.
1001         * thread.c (main_thread_state, main_thread_executing): Delete.
1002         (inferior_thread): Delete references to them.
1003         (add_thread_silent): Fix case where we're adding a thread with the
1004         same ptid as an exited thread.  Remove references to
1005         context-switching.
1006         (load_infrun_state, save_infrun_state): Delete.
1007         (thread_alive, is_thread_state, any_running, is_executing)
1008         (set_executing): Remove the special handling for targets that
1009         don't register any thread.
1010         (restore_current_thread, thread_apply_all_command)
1011         (do_captured_thread_select): Unconditionally call
1012         switch_to_thread.
1013
1014         * mi/mi-main.c (mi_cmd_execute): Check for exited threads.
1015         Call switch_to_thread instead of context_switch_to.
1016
1017 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
1018
1019         Remove global continuations in favour of a per-thread
1020         continuations.
1021
1022         * gdbthread.h (struct thread_info): Add comments around
1023         continuations and intermediate_continuations.
1024         (save_infrun_state, load_infrun_state): Delete continuations and
1025         intermediate_continuations arguments.
1026         * infrun.c (context_switch): Don't context-switch the continuations.
1027         * thread.c (clear_thread_inferior_resources): Discard all
1028         continuations of the thread we're clearing.
1029         (save_infrun_state, load_infrun_state): Delete continuations and
1030         intermediate_continuations arguments, and the code referencing
1031         them.
1032         * utils.c: Include "gdbthread.h".
1033         (cmd_continuation, intermediate_continuation): Delete.
1034         (add_continuation): Add thread_info* argument.  Install the
1035         continuation on it.
1036         (restore_thread_cleanup): New.
1037         (do_all_continuations_ptid, do_all_continuations_thread_callback):
1038         New.
1039         (do_all_continuations): Reimplement.
1040         (discard_all_continuations_thread_callback,
1041         discard_all_continuations_thread): New.
1042         (discard_all_continuations): Reimplement.
1043         (add_intermediate_continuation): Add thread_info* argument.
1044         Install the continuation on it.
1045         (do_all_intermediate_continuations_thread_callback)
1046         (do_all_intermediate_continuations_thread): New.
1047         (do_all_intermediate_continuations): Reimplement.
1048         (discard_all_intermediate_continuations_thread_callback): New.
1049         (discard_all_intermediate_continuations_thread): New.
1050         (discard_all_intermediate_continuations): Reimplement.
1051
1052         * breakpoint.c (until_break_command): Install the continuation on
1053         the current thread.
1054
1055         * defs.h (cmd_continuation, intermediate_continuation): Delete.
1056         (struct thread_info): Forward declare.
1057         (add_continuation, add_intermediate_continuation): Add
1058         thread_info* argument.
1059         (do_all_continuations_thread, discard_all_continuations_thread)
1060         (do_all_intermediate_continuations_thread)
1061         (discard_all_intermediate_continuations_thread): Declare.
1062         * inf-loop.c (inferior_event_handler): In non-stop only run
1063         continuations on the thread that stopped.  In all-stop, run
1064         continuations on all threads.
1065         * infcmd.c (step_once, finish_command): Adjust.
1066
1067 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
1068
1069         Remove the global stop_step in favour of a per-thread
1070         stop_step.
1071
1072         * inferior.h (stop_step): Delete.
1073
1074         * gdbthread.h (struct thread_info): Add comments to stop_step.
1075         (save_infrun_state, load_infrun_state): Remove stop_step argument.
1076         * thread.c (load_infrun_state, save_infrun_state): Remove
1077         stop_step argument, and references to it.
1078
1079         * infrun.c (clear_proceed_status): Clear stop_step.
1080         (fetch_inferior_event): Adjust.
1081         (context_switch): Don't context-switch stop_step.
1082         (handle_inferior_event): Adjust.
1083         (normal_stop): Adjust.
1084         (save_inferior_status, restore_inferior_status): Adjust.
1085
1086         * infcmd.c (stop_step): Delete.
1087         (step_1, step_1_continuation, step_once, until_next_command):
1088         Adjust.
1089
1090 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
1091
1092         Remove the global step_multi in favour of a per-thread
1093         step_multi.
1094
1095         * inferior.h (step_multi): Delete.
1096         * gdbthread.h (struct thread_info): Add comments around
1097         step_multi.
1098         (save_infrun_state, load_infrun_state): Remove step_multi
1099         parameter.
1100         * thread.c (load_infrun_state, save_infrun_state): Remove
1101         step_multi argument, and references to it.
1102         * infcmd.c (step_multi): Delete.
1103         (step_1): Adjust.
1104         (step_1_continuation, until_next_command): Adjust.
1105         * infrun.c (fetch_inferior_event): Adjust.
1106         (context_switch): Don't context-switch step_multi.
1107         (print_stop_reason, normal_stop): Adjust.
1108
1109 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
1110
1111         Remove the global stop_signal in favour of a per-thread
1112         stop_signal.
1113
1114         * inferior.h (stop_signal): Delete.
1115         * gdbthread.h (save_infrun_state, load_infrun_state): Remove
1116         stop_signal argument.
1117         * thread.c (load_infrun_state, save_infrun_state): Remove
1118         stop_signal argument.  Don't reference it.
1119
1120         * infcmd.c (stop_signal): Delete.
1121         (program_info): Adjust.
1122         * infrun.c (resume): Clear stop_signal.
1123         (proceed): Adjust.  Pass the last stop_signal to the thread we're
1124         resuming.
1125         (context_switch): Don't context-switch stop_signal.
1126         (handle_inferior_event, keep_going): Adjust.
1127         (save_inferior_status, restore_inferior_status): Adjust.
1128
1129         * fbsd-nat.c: Include "gdbthread.h".
1130         (find_signalled_thread, find_stop_signal): New.
1131         (fbsd_make_corefile_notes): Use it.
1132         * fork-child.c (startup_inferior): Adjust.
1133
1134         * linux-nat.c (get_pending_status): Adjust.
1135         (linux_nat_do_thread_registers): Adjust.
1136         (find_signalled_thread, find_stop_signal): New.
1137         (linux_nat_do_thread_registers): Add stop_signal parameter.
1138         (struct linux_nat_corefile_thread_data): Add stop_signal member.
1139         (linux_nat_corefile_thread_callback): Pass stop_signal.
1140         (linux_nat_do_registers): Delete.
1141         (linux_nat_make_corefile_notes): Use find_stop_signal.  Assume
1142         there's always a thread.
1143
1144         * procfs.c (find_signalled_thread, find_stop_signal): New.
1145         (find_stop_signal): New.
1146         (procfs_do_thread_registers): Add stop_signal parameter.
1147         (struct procfs_corefile_thread_data): Add stop_signal member.
1148         (procfs_corefile_thread_callback): Pass args->stop_signal.
1149         (procfs_make_note_section): Find the last stop_signal.
1150
1151         * solib-irix.c: Include gdbthread.h.
1152         (irix_solib_create_inferior_hook): Adjust.
1153         * solib-osf.c: Include gdbthread.h.
1154         (osf_solib_create_inferior_hook): Adjust.
1155         * solib-sunos.c: Include gdbthread.h.
1156         (sunos_solib_create_inferior_hook): Adjust.
1157         * solib-svr4.c: Include gdbthread.h.
1158         (svr4_solib_create_inferior_hook): Adjust.
1159
1160         * win32-nat.c (do_initial_win32_stuff): Adjust.
1161
1162 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
1163
1164         * gdbthread.h (struct thread_info): Add comments around
1165         proceed_to_finish.
1166         (save_infrun_state, load_infrun_state): Remove proceed_to_finish
1167         argument.
1168         * thread.c (load_infrun_state, save_infrun_state): Delete
1169         proceed_to_finish argument and references to it.
1170
1171         * infcall.c (call_function_by_hand): Adjust.
1172         * infcmd.c (finish_command): Adjust.
1173         * infrun.c (proceed_to_finish): Delete.
1174         (clear_proceed_status): Adjust.
1175         (context_switch): Don't context-switch proceed_to_finish.
1176         (normal_stop, save_inferior_status, restore_inferior_status):
1177         Adjust.
1178
1179 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
1180
1181         * inferior.h (stop_bpstat): Delete.
1182
1183         * breakpoint.h (bpstat_do_actions): Remove bpstat* argument.
1184         
1185         * breakpoint.c (bpstat_do_actions): Rename to ...
1186         (bpstat_do_actions_1): ... this.  Make static.  Change return type
1187         to int.  Return true if a breakpoint proceeded.
1188         (bpstat_do_actions): New, as wrapper around bpstat_do_actions_1.
1189         (delete_breakpoint): Don't reference the global stop_bpstat; it's
1190         gone.
1191
1192         * gdbthread.h (struct thread_info): Add stop_bpstat.
1193         (save_infrun_state, load_infrun_state): Remove stop_bpstat
1194         argument.
1195         * thread.c (load_infrun_state, save_infrun_state): Remove
1196         stop_bpstat argument, and the code referencing it.
1197
1198         * infcall.c: Include "gdbthread.h".
1199         (call_function_by_hand): Adjust.
1200         * exceptions.c: Include "gdbthread.h".
1201         (throw_exception): Adjust.
1202         * infcmd.c (stop_bpstat): Delete.
1203         (continue_command): In all-stop, set the ignore count on the
1204         thread that reported the stop.  In non-stop, set it on the current
1205         thread.
1206         (finish_command_continuation): Adjust.
1207         (program_info): Adjust.
1208         * infrun.c (clear_proceed_status): Adjust.
1209         (context_switch): Don't context-switch stop_bpstat.
1210         (handle_inferior_event): Adjust.
1211         (normal_stop): Adjust.
1212         (save_inferior_status, restore_inferior_status): Adjust.
1213
1214         * inf-loop.c (inferior_event_handler): Remove parameter to
1215         bpstat_do_actions call.
1216         * top.c (command_loop): Remove parameter to bpstat_do_actions
1217         call.  Call it unconditionally.
1218         * event-top.c (command_handler): Ditto.
1219         * python/python.c (execute_gdb_command): Ditto.
1220
1221 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
1222
1223         * inferior.h (step_over_calls): Delete.
1224
1225         * gdbthread.h (save_infrun_state, load_infrun_state): Remove
1226         step_over_calls argument.
1227         * thread.c (save_infrun_state, load_infrun_state): Remove
1228         step_over_calls argument.  Adjust.
1229
1230         * infcmd.c (step_over_calls): Delete.
1231         (step_1): Adjust.
1232         * infrun.c (clear_proceed_status): Adjust.
1233         (context_switch): Don't context-switch step_over_calls.
1234         (handle_inferior_event, save_inferior_status)
1235         (restore_inferior_status): Adjust.
1236
1237 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
1238
1239         Remove context switching in favour of accessing thread_info fields
1240         directly.
1241
1242         * infrun.c (stepping_over_breakpoint, step_resume_breakpoint):
1243         Delete.
1244         (struct thread_stepping_state): Delete.
1245         (gtss, tss): Delete.
1246         (follow_inferior_reset_breakpoints, follow_exec)
1247         (resume, clear_proceed_status): Adjust.
1248         (prev_pc): Delete.
1249         (proceed, start_remote, init_wait_for_inferior): Adjust.
1250         (struct execution_control_state): Add event_thread member.
1251         (delete_step_resume_breakpoint_callback)
1252         (delete_step_thread_step_resume_breakpoint)
1253         (delete_step_thread_step_resume_breakpoint_cleanup)
1254         (delete_step_thread_step_resume_breakpoint): New.
1255         (wait_for_inferior, init_execution_control_state): Use
1256         delete_step_thread_step_resume_breakpoint_cleanup.
1257         (wait_for_inferior): Set the event_thread.
1258         (fetch_inferior_event): Ditto.  Delete the step-resume breakpoint
1259         with delete_step_thread_step_resume_breakpoint.
1260         (init_thread_stepping_state): Change parameter type to
1261         thread_info.  Adjust.
1262         (context_switch): Don't context switch prev_pc,
1263         stepping_over_breakpoint, step_resume_breakpoint,
1264         step_range_start, step_range_end, step_frame_id,
1265         tss->stepping_over_breakpoint,
1266         tss->stepping_through_solib_after_catch,
1267         tss->stepping_through_solib_catchpoints, tss->current_line, or
1268         tss->current_symtab.
1269         (adjust_pc_after_break, handle_inferior_event)
1270         (currently_stepping, step_into_function)
1271         (insert_step_resume_breakpoint_at_sal)
1272         (insert_longjmp_resume_breakpoint, keep_going): Adjust.
1273         (clear_stepping_state): New.
1274         (normal_stop): Adjust.
1275         (save_inferior_status, restore_inferior_status): Adjust.
1276
1277         * gdbthread.h (struct thread_info): Comments describing the
1278         members moved here.  Add step_after_step_resume_breakpoint.
1279         (delete_step_resume_breakpoint): Add thread_info argument.
1280         (save_infrun_state, load_infrun_state): Remove prev_pc,
1281         trap_expected, step_resume_breakpoint, step_range_start,
1282         step_range_end, step_frame_id, another_trap,
1283         stepping_through_solib_after_catch,
1284         stepping_through_solib_catchpoints, current_line and
1285         current_symtab function arguments.
1286         (inferior_thread): Declare.
1287
1288         * thread.c (inferior_thread): New.
1289         (delete_step_resume_breakpoint): Add a thread_info parameter and
1290         rewrite.
1291         (load_infrun_state, save_infrun_state): Remove prev_pc,
1292         trap_expected, step_resume_breakpoint, step_range_start,
1293         step_range_end, step_frame_id, stepping_over_breakpoint,
1294         stepping_through_solib_after_catch,
1295         stepping_through_solib_catchpoints, current_line and
1296         current_symtab args.  Remove code referencing them.
1297
1298         * infcmd.c (step_range_start, step_range_end, step_frame_id):
1299         Delete.
1300         (step_1, step_once, until_next_command): Adjust.
1301
1302         * inferior.h (step_range_start, step_range_end, step_frame_id):
1303         Delete.
1304
1305         * linux-nat.c (linux_child_follow_fork): If following the child,
1306         move the step state to it.  Adjust.
1307         * inf-ptrace.c (inf_ptrace_follow_fork): Ditto.
1308         * inf-ttrace.c (inf_ttrace_follow_fork): Ditto.
1309
1310 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
1311
1312         * bsd-uthread.c (bsd_uthread_find_new_threads): Claim the main
1313         thread.
1314
1315 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
1316
1317         * corelow.c (add_to_thread_list): If this is the first time we
1318         hear about thread info, update inferior_ptid.
1319         (core_open): Clear the thread list and set inferior_ptid before
1320         acknowledging a new inferior.  Find threads before fetching
1321         register info.  Give an upper target layer a chance to find and
1322         claim new threads.  Print core generation and stop signal info
1323         after finding new threads.
1324         (get_core_register_section): Look at the lwp member of
1325         inferior_ptid for detecting if we have threads info, instead of
1326         the pid member.
1327         (core_pid_to_str): New.
1328         (init_core_ops): Register core_pid_to_str.
1329
1330 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
1331
1332         * spu-linux-nat.c (spu_child_post_startup_inferior)
1333         (spu_child_post_attach): Don't add the main thread here.
1334
1335 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
1336
1337         Use ptid_t.tid to store thread ids instead of ptid_t.pid.
1338
1339         * gnu-nat.c (inf_validate_procs): If this is the first time we're
1340         seeing a thread id, extend the main thread's ptid.  If we still
1341         have pending execs, don't be verbose about new threads.
1342         (gnu_wait, gnu_resume, gnu_attach, gnu_thread_alive)
1343         (gnu_pid_to_str, cur_thread, sig_thread_cmd): Adjust.
1344         * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers):
1345         Adjust.
1346
1347 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
1348
1349         * procfs.c (to_attach): Create a procinfo for the current lwp.
1350         Add it to gdb's thread list.
1351         (procfs_fetch_registers, procfs_store_registers): Assume there's
1352         always an lwp.
1353         (procfs_wait): Don't add the main thread here.
1354         (procfs_init_inferior): Create a procinfo for the main lwp here.
1355         Change main thread's ptid with thread_change_ptid.
1356         (procfs_notice_thread): Check for exited threads.
1357         (procfs_corefile_thread_callback): Remove check for the main
1358         process.
1359         (procfs_make_note_section): Assume there is always a thread.
1360
1361         * sol-thread.c (sol_thread_attach): Clear sol_thread_active before
1362         attaching.  Change the main thread ptid with thread_change_ptid.
1363         (sol_thread_detach): Clear sol_thread_active.
1364         (sol_thread_wait): Check for exited threads.
1365         (sol_thread_create_inferior): Clear sol_thread_active before
1366         creating a new inferior.  Change the main thread ptid with
1367         thread_change_ptid.
1368         (sol_thread_mourn_inferior): Clear sol_thread_active.
1369         (sol_find_new_threads_callback): Check for exited threads.
1370
1371 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
1372
1373         * inf-ttrace.c (inf_ttrace_wait): On TTEVT_LWP_CREATE and
1374         LWP_TERMINATE, resume the caller thread.  On TTEVT_LWP_CREATE,
1375         TTEVT_LWP_EXIT and TTEVT_LWP_TERMINATE, don't stop the whole
1376         process, and return TARGET_WAITKIND_IGNORE.
1377
1378 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
1379
1380         * inf-ttrace.c: Include <signal.h>
1381         (inf_ttrace_delete_dead_threads_callback): New.
1382         (inf_ttrace_resume_lwp): New.
1383         (inf_ttrace_resume_callback, inf_ttrace_resume): Rewrite.  Don't
1384         delete dying threads until they are really dead.
1385         (inf_ttrace_wait): After stopping the whole process, delete any
1386         dying thread that is really dead by now.
1387         (inf_ttrace_thread_alive): Return 1.
1388         (inf_ttrace_extra_thread_info): New.
1389         (inf_ttrace_target): Register inf_ttrace_extra_thread_info.
1390
1391 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
1392
1393         * inf-ttrace.c (inf_ttrace_follow_fork): Register the main thread
1394         of the child fork.
1395         (inf_ttrace_attach): Add the main thread.
1396         (inf_ttrace_resume_callback): Check for exited threads.  Adjust
1397         for always a thread.
1398         (inf_ttrace_wait): Decorate the main thread's ptid with lwp info
1399         using thread_change_ptid, and set its private data.  Don't add the
1400         main thread here.
1401         (inf_ttrace_pid_to_str): Adjust.
1402
1403 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
1404
1405         * bsd-uthread.c (bsd_uthread_wait): Decorate the main thread with
1406         thread_change_ptid.  Check for exited threads.
1407         (bsd_uthread_find_new_threads): Check for exited threads.
1408
1409 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
1410
1411         * inf-ptrace.c: Include "gdbthread.h".
1412         (inf_ptrace_attach): Add the main thread here.
1413         * linux-nat.c (linux_nat_attach): Don't add the main thread here.
1414         Decorate the main thread id with the lwp id.
1415
1416 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
1417
1418         * linux-nat.c (linux_nat_wait): Update inferior_ptid's ptid with
1419         thread_change_ptid.  Don't add or mark the main thread as running
1420         and executing here.
1421         * fork-child.c (fork_inferior): Add the main thread here.
1422
1423 2008-09-08  Jerome Guitton  <guitton@adacore.com>
1424
1425         * rs6000-tdep.c (rs6000_fetch_instruction)
1426         (rs6000_skip_stack_check): New functions.
1427         (skip_prologue): Skip stack check sequence.
1428         
1429 2008-09-08  David Daney  <ddaney@avtrex.com>
1430
1431         * dummy-frame.h (frame.h): Include it.
1432         (struct frame_id): Remove declaration.
1433
1434 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
1435
1436         * spu-tdep.c (spu_push_dummy_code): New function.
1437         (spu_gdbarch_init): Install it.
1438
1439 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
1440
1441         * gdbarch.sh (gdbarch_dump): Use core_addr_to_string_nz
1442         instead of paddr_nz.
1443         * gdbarch.c: Regenerate.
1444
1445         * target.c (target_xfer_partial, debug_print_register): Use
1446         core_addr_to_string_nz instead of paddr_nz.
1447
1448 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
1449
1450         * rs6000-tdep.c (rs6000_gdbarch_init): Setup displaced stepping
1451         *before* calling gdbarch_init_osabi.
1452         (rs6000_aix_init_osabi): Disable displaced stepping.
1453
1454 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
1455
1456         * target.c (update_current_target): Do not inherit to_open
1457         or to_close.
1458         (pop_target): Call target_close on target_stack instead
1459         of current_target.
1460         (pop_all_targets_above): Likewise.
1461
1462 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
1463
1464         * gnu-v3-abi.c (gnuv3_decode_method_ptr): New function.
1465         (gnuv3_print_method_ptr): Use it.
1466         (gnuv3_method_ptr_to_value): Likewise.
1467
1468 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
1469
1470         * nto-tdep.h (struct nto_target_ops): Add gdbarch parameter to
1471         register_area callback function.
1472         * i386-nto-tdep.c (i386nto_register_area): Add gdbarch parameter.
1473         Use it instead of current_gdbarch.
1474         * nto-procfs.c (procfs_store_registers): Update call.
1475
1476 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
1477
1478         * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Use
1479         regcache architecture instead of current_gdbarch.
1480
1481 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
1482
1483         * mep-tdep.c (struct mep_prologue): Add gdbarch member.
1484         (check_for_saved): Use it instead of current_gdbarch.
1485         (is_arg_spill): Add gdbarch paramter.  Use it instead
1486         of current_gdbarch.
1487         (mep_analyze_prologue): Add gdbarch parameter.  Pass it
1488         to is_arg_spill and check_for_saved.
1489         (mep_skip_prologue, mep_analyze_frame_prologue): Update calls.
1490
1491 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
1492
1493         * hppa-tdep.c (internalize_unwinds): Use objfile architecture
1494         instead of current_gdbarch.
1495
1496 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
1497
1498         * m68k-tdep.h (m68kbsd_fpreg_offset): Add gdbarch parameter.
1499         * m68kbsd-tdep.c (m68kbsd_fpreg_offset): Add gdbarch paramter.
1500         Use it instead of current_gdbarch.
1501         (m68kbsd_supply_fpregset): Update call.
1502         * m68kbsd-nat.c (m68kbsd_supply_fpregset): Likewise.
1503         (m68kbsd_collect_fpregset): Likewise.
1504
1505 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
1506
1507         * cris-tdep.c (cris_version, cris_mode): Remove.
1508         (crisv32_single_step_through_delay): Use tdep->cris_mode.
1509         (cris_breakpoint_from_pc): Likewise.
1510         (cris_frame_unwind_cache): Use tdep->cris_version.
1511         (crisv32_scan_prologue): Likewise.
1512         (cris_spec_reg_applicable): Add gdbarch argument.
1513         Use tdep->cris_version.
1514         (cris_register_size, cris_special_register_name): Update calls.
1515         (cris_special_register_name): Add gdbarch argument.
1516         (cris_register_name, crisv32_register_name): Update calls.
1517
1518 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
1519
1520         * m68hc11-tdep.c (gdb_print_insn_m68hc11): Use info->arch
1521         instead of current_gdbarch.
1522
1523         * sh64-tdep.c (gdb_print_insn_sh64): Remove.
1524         (sh64_gdbarch_init): Install print_insn_sh64 directly.
1525         * sh-tdep.c (gdb_print_insn_sh): Remove.
1526         (sh_gdbarch_init): Install print_insn_sh directly.
1527
1528         * mips-tdep.c (gdb_print_insn_mips): Do not check mips_abi
1529         from current_gdbarch.
1530         (gdb_print_insn_mips_n32, gdb_print_insn_mips_n64): New functions.
1531         (mips_gdbarch_init): Install them instead of gdb_print_insn_mips
1532         depending on mips_abi.
1533
1534 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
1535
1536         * gdbarch.sh (addr_bits_remove): Change type to 'm'.
1537         (smash_text_address): Likewise.
1538         * gdbarch.c, gdbarch.h: Regenerate.
1539
1540         * arch-utils.c (core_addr_identity): Add gdbarch parameter.
1541         * arch-utils.h (core_addr_identity): Likewise.
1542         * arm-tdep.c (arm_addr_bits_remove): Likewise.
1543         (arm_smash_text_address): Likewise.
1544         * hppa-tdep.c (hppa_smash_text_address): Likewise.
1545         * m88k-tdep.c (m88k_addr_bits_remove): Likewise.
1546         * s390-tdep.c (s390_addr_bits_remove): Likewise.
1547
1548         * mips-tdep.c (mips_addr_bits_remove): Add gdbarch parameter.
1549         Use it instead of current_gdbarch.
1550
1551         * arm-tdep.c (arm_prologue_prev_register, arm_unwind_pc,
1552         arm_dwarf2_prev_register): Update calls.
1553         * m88k-tdep.c (m88k_unwind_pc): Update call.
1554
1555 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
1556
1557         * dwarf2expr.h (dwarf2_read_address): Add gdbarch argument.
1558         * dwarf2expr.c (dwarf2_read_address): Add gdbarch argument.
1559         Call gdbarch_integer_to_address directly instead of converting
1560         to value and back.  Update comment.
1561         (execute_stack_op): Update call site.
1562         * dwarf2loc.c (find_location_expression): Likewise.
1563         (locexpr_describe_location): Update
1564
1565         * dwarf2expr.h (struct dwarf_expr_context): Add gdbarch member.
1566         * dwarf2-frame.c (execute_stack_op): Initialize ctx->gdbarch.
1567         * dwarf2loc. (dwarf2_evaluate_loc_desc): Likewise.
1568         (dwarf2_loc_desc_needs_frame): Likewise.
1569
1570 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
1571
1572         * breakpoint.h (struct bp_location): Change type of section
1573         member to "struct obj_section *".
1574         * tracepoint.h (struct tracepoint): Likewise.
1575         * symtab.h (struct general_symbol_info): Replace bfd_section
1576         member with obj_section.
1577         (struct symtab_and_line): Change type of section member to
1578         "struct obj_section *".
1579         (SYMBOL_BFD_SECTION): Remove macro, replace by ...
1580         (SYMBOL_OBJ_SECTION): ... this.
1581
1582         * minsym.c (prim_record_minimal_symbol_and_info): Record symbol
1583         section as obj_section instead of bfd_section.
1584
1585         * ada-lang.c (ada_decode_symbol): Use gsymbol->obj_section
1586         directly instead of looking of obj_section from bfd_section.
1587
1588         * objfiles.h (find_pc_sect_section): Remove.
1589         * objfiles.c (find_pc_sect_section): Remove.
1590         (find_pc_section): Inline find_pc_sect_section code.
1591
1592         * symfile.h (find_pc_overlay): Return struct obj_section *.
1593         (find_pc_mapped_section): Likewise.
1594         (section_is_overlay, section_is_mapped): Change type of section
1595         argument to struct obj_section *.
1596         (pc_in_mapped_range, pc_in_unmapped_range): Likewise.
1597         (overlay_mapped_address, overlay_unmapped_address): Likewise.
1598         (symbol_overlayed_address): Likewise.
1599         * symtab.h (symbol_overlayed_address): Likewise.
1600         * symfile.c (overlay_is_mapped): Remove.
1601         (section_is_mapped): Inline overlay_is_mapped code.  Update.
1602         (overlay_invalidate_all): Update.
1603         (section_is_overlay): Change section argument to type
1604         "struct obj_section *".  Use bfd_ methods.
1605         (pc_in_unmapped_range): Likewise.  Handle relocated sections.
1606         (pc_in_mapped_range): Likewise.  Handle relocated sections.
1607         (sections_overlap): Likewise.
1608         (overlay_unmapped_address): Likewise.
1609         (overlay_mapped_address): Likewise.
1610         (symbol_overlayed_address): Likewise.
1611         (find_pc_overlay): Return struct obj_section *.
1612         (find_pc_mapped_section): Likewise.
1613         (list_overlays_command): Update.
1614         (map_overlay_command, unmap_overlay_command): Update.
1615         (simple_overlay_update): Update.
1616
1617         * block.h (blockvector_for_pc_sect): Change section argument
1618         to type "struct obj_section *".
1619         (block_for_pc_sect): Likewise.
1620         * block.c (blockvector_for_pc_sect): Change section argument
1621         to type "struct obj_section *".
1622         (block_for_pc_sect): Likewise.
1623         * symtab.h (find_pc_sect_function, find_pc_sect_psymtab,
1624         find_pc_sect_symtab, find_pc_sect_psymbol, find_pc_sect_line,
1625         lookup_minimal_symbol_by_pc_section, find_function_start_pc): Likewise.
1626         (matching_bfd_sections): Rename to ...
1627         (matching_obj_sections): ... this.  Update argument types.
1628         * blockframe.c (find_pc_sect_function): Likewise.
1629         * breakpoint.c (describe_other_breakpoints): Likewise.
1630         (breakpoint_has_pc, check_duplicates_for): Likewise.
1631         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Likewise.
1632         (lookup_minimal_symbol_by_pc_section): Likewise.
1633         * symtab.c (find_pc_sect_psymtab_closer): Likewise.
1634         (find_pc_sect_psymtab, find_pc_sect_psymbol, find_pc_sect_symtab,
1635         find_pc_sect_line, find_function_start_pc): Likewise.
1636         (matching_bfd_sections): Rename to ...
1637         (matching_obj_sections): ... this.  Update argument types.
1638
1639         * blockframe.c (find_pc_partial_function): Update to section
1640         type changes.  No longer call find_pc_sect_section.
1641         (cache_pc_function_section): Change to type "struct obj_section *".
1642         * breakpoint.c (resolve_sal_pc): Update to section type changes.
1643         * exec.c (xfer_memory): Likewise.
1644         * findvar.c (read_var_value): Likewise.
1645         * infcmd.c (jump_command): Likewise.
1646         * linespec.c (minsym_found): Likewise.
1647         * maint.c (maintenance_translate_address): Likewise.
1648         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Likewise.
1649         (lookup_solib_trampoline_symbol_by_pc): Likewise.
1650         * parse.c (write_exp_msymbol): Likewise.
1651         * printcmd.c (build_address_symbolic): Likewise.
1652         (address_info, sym_info): Likewise.
1653         * symmisc.c (dump_msymbols, print_symbol): Likewise.
1654         * symtab.c (fixup_section): Likewise.
1655         (fixup_symbol_section, fixup_psymbol_section): Likewise.
1656         (find_pc_line, find_function_start_sal): Likewise.
1657         * target.c (memory_xfer_partial): Likewise.
1658         * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline): Likewise.
1659         * spu-tdep.c (spu_overlay_update): Likewise.
1660
1661 2008-09-04  Doug Evans  <dje@google.com>
1662
1663         * defs.h (plongest,pulongest): Renamed from paddr_u,paddr_d.
1664         Change argument of pulongest from CORE_ADDR to ULONGEST.
1665         All callers updated.
1666         * utils.c (plongest): Renamed from paddr_d.
1667         (pulongest): Renamed from paddr_u, change arg type to ULONGEST.
1668         * remote-mips.c (send_srec): Use paddr_nz instead of paddr_u in
1669         `CORE_ADDR addr' arg of error message.
1670
1671 2008-09-03  Angela Marie Thomas <angela@releasedominatrix.com>
1672
1673         * ser-tcp.c (ser_tcp_send_break): New function.
1674         (_initialize_ser_tcp): Use ser_tcp_send_break.
1675         * ser-tcp.h (ser_tcp_send_break): New prototype.
1676
1677 2008-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
1678
1679         * spu-tdep.c (spu_push_dummy_call): Update all stack pointer slots
1680         when allocating stack frame for inferior call.
1681
1682 2008-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
1683
1684         * spu-tdep.c (spu_frame_unwind_cache): Do not attempt to unwind
1685         SP or return address if we failed to find a valid frame.
1686
1687 2008-09-03  Aleksandar Ristovski  <aristovski@qnx.com>
1688
1689         * breakpoint.c (breakpoint_init_inferior): Mark as not inserted only
1690         non-permanent breakpoints.
1691         (bpstat_stop_status): Change enable_state to bp_disabled only for
1692         non-permanent breakpoints.
1693         (bp_loc_is_permanent): New function.
1694         (create_breakpoint): Check if the location points to a permanent
1695         breakpoint and if it does, make breakpoint permanent.
1696         (update_breakpoint_locations): Make sure new locations of permanent
1697         breakpoints are properly initialized.
1698         * i386-tdep.c (i386_skip_permanent_breakpoint): New function.
1699         (i386_gdbarch_init): Set gdbarch_skip_permanent_breakpoint.
1700
1701 2008-09-02  Pedro Alves  <pedro@codesourcery.com>
1702
1703         * breakpoint.c (insert_breakpoints, update_global_location_list):
1704         Check breakpoints_always_inserted_mode instead of
1705         always_inserted_mode directly.
1706
1707 2008-09-02  Andreas Schwab  <schwab@suse.de>
1708
1709         * ia64-tdep.c (ia64_get_dyn_info_list): Use obj_section_addr.
1710
1711 2008-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1712
1713         Stay compatible after the GCC PR fortran/29635 fix.
1714         * dwarf2read.c (process_die <DW_TAG_imported_module>)
1715         (process_die <DW_TAG_imported_module>): Do not assert anything about
1716         these unsupported tags.
1717
1718 2008-08-29  Tom Tromey  <tromey@redhat.com>
1719
1720         * maint.c (_initialize_maint_cmds): Fix typo.
1721
1722 2008-08-29  Tom Tromey  <tromey@redhat.com>
1723
1724         * dwarf2read.c (dwarf2_build_psymtabs_hard): Copy dirname on
1725         obstack.
1726
1727 2008-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
1728
1729         * remote.c: Include "gdb_stat.h".
1730
1731 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
1732
1733         * dummy-frame.h (dummy_frame_pop): Add prototype.
1734         * dummy-frame.c: Include "observer.h".
1735         (dummy_frame_push): Do not check for stale frames.
1736         (dummy_frame_pop): New function.
1737         (cleanup_dummy_frames): New function.
1738         (_initialize_dummy_frame): Install it as inferior_created observer.
1739
1740         * frame.h (struct frame_id): Update comments.
1741         (frame_id_inner): Remove prototype.
1742         * frame.c (frame_id_inner): Make static.  Add comments.
1743         (frame_find_by_id): Update frame_id_inner safety net check to avoid
1744         false positives for targets using non-contiguous stack ranges.
1745         (get_prev_frame_1): Update frame_id_inner safety net check.
1746         (frame_pop): Call dummy_frame_pop when popping a dummy frame.
1747
1748         * stack.c (return_command): Directly pop the selected frame.
1749         * infrun.c (handle_inferior_event): Remove dead code.
1750         * i386-tdep.c (i386_push_dummy_call): Update comment.
1751
1752 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
1753
1754         * breakpoint.c (remove_breakpoint): Do not fail if unable to remove
1755         breakpoint from shared library.
1756
1757 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
1758
1759         * solib-svr4.c (read_program_header): New function.
1760         (scan_dyntag_auxv): New function.
1761         (elf_locate_base): Use it if scan_dyntag fails.
1762         (find_program_interpreter): New function.
1763         (enable_break): Use it instead of .interp section.
1764
1765 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
1766
1767         * remote.h (remote_filename_p, remote_bfd_open): Add prototypes.
1768         * remote.c (remote_bfd_iovec_open, remote_bfd_iovec_close,
1769         remote_bfd_iovec_pread, remote_bfd_iovec_stat, remote_filename_p,
1770         remote_bfd_open): New functions.
1771         (remote_hostio_send_command): Fail safely if remote connection
1772         is not set up.
1773
1774         * solist.h (solib_open): Remove prototype.
1775         (solib_bfd_open): Add prototype.
1776         * solib.c: Include "remote.h".
1777         (solib_open): Remove, replace by ...
1778         (solib_bfd_open): ... this new function.  Handle remote BFDs.
1779         (solib_map_sections): Replace solib_open by solib_bfd_open.
1780         * solib-frv.c: Include "exceptions.h".
1781         (enable_break2): Replace solib_open by solib_bfd_open.
1782         * solib-svr4.c: Include "exceptions.h".
1783         (enable_break): Replace solib_open by solib_bfd_open.
1784
1785         * symfile.c: Include "remote.h".
1786         (build_id_verify): Handle remote BFDs.
1787         (separate_debug_file_exists): Use BFD to access file.  Handle
1788         remote BFDs.
1789         (symfile_bfd_open): Handle remote BFDs.
1790         (reread_symbols): Handle remote BFDs.
1791
1792         * NEWS: Mention "remote:" argument prefix to "set sysroot".
1793
1794 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
1795
1796         * gdbarch.sh (target_gdbarch): New global variable.
1797         (deprecated_current_gdbarch_select_hack): Set it.
1798         * gdbarch.c, gdbarch.h: Regenerate.
1799
1800         * arch-utils.c (gdbarch_update_p): Use target_gdbarch instead
1801         of current_gdbarch.
1802         * target-descriptions.c (target_find_description): Likewise.
1803         * arm-tdep.c (arm_update_current_architecture): Likewise.
1804         (show_fp_model, arm_show_abi, arm_show_fallback_mode, 
1805         arm_show_force_mode): Likewise.
1806         * mips-tdep.c (show_mask_address, show_mipsfpu_command,
1807         show_mips_abi): Likewise.
1808         * mep-tdep.c (me_module_register_set, current_me_module): Likewise.
1809
1810         * target.c (target_translate_tls_address): Use target_gdbarch
1811         instead of current_gdbarch.
1812         * remote.c (struct packet_reg): Likewise.
1813         (get_remote_arch_state, packet_reg_from_regnum,
1814         packet_reg_from_pnum, remote_check_symbols, remote_wait,
1815         remote_address_masked, remote_insert_breakpoint,
1816         remote_insert_hw_breakpoint, remote_read_description): Likewise.
1817         * remote-m32r-sdi.c (m32r_resume, m32r_wait): Likewise.
1818         * remote-mips.c (mips_open, mips_common_breakpoint): Likewise.
1819         * cris-tdep.c (cris_can_use_hardware_watchpoint): Likewise.
1820
1821         * solib.c (solib_open, solib_map_sections, solib_read_symbols,
1822         solib_add, info_sharedlibrary_command, solib_address, 
1823         solib_create_inferior_hook, in_solib_dynsym_resolve_code,
1824         solib_global_lookup): Likewise.
1825         * solib-frv.c (enable_break2, frv_relocate_main_executable): Likewise.
1826         * solib-irix.c (irix_current_sos, irix_open_symbol_file_object):
1827         Likewise.
1828         * solib-sunos.c (sunos_solib_create_inferior_hook): Likewise.
1829         * solib-svr4.c (exec_entry_point, enable_break, svr4_free_so,
1830         set_solib_svr4_fetch_link_map_offsets, svr4_fetch_link_map_offsets):
1831         Likewise.
1832         * nto-tdep.c (nto_find_and_open_solib, nto_init_solib_absolute_prefix,
1833         nto_truncate_ptr): Likewise.
1834         * mips-linux-tdep.c (mips_linux_in_dynsym_stub): Likewise.
1835
1836 2008-08-26  Luis Machado  <luisgpm@br.ibm.com>
1837
1838         * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections) New structure.
1839         (ppc_linux_vmx_regset_sections): New structure.
1840         (ppc_linux_fp_regset_sections): New structure.
1841         (ppc_linux_init_abi): Select core-file regset  based on target
1842         features.
1843
1844 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
1845
1846         * target.c (debug_print_register): Use regcache_raw_collect
1847         instead of regcache_cooked_read.  Only handle raw registers.
1848
1849 2008-08-25  Pedro Alves  <pedro@codesourcery.com>
1850
1851         * cp-name-parser.y: Include config.h before system headers.
1852
1853 2008-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
1854
1855         * m88k-tdep.c: Update for unwinder changes.
1856
1857 2008-08-24  Tom Tromey  <tromey@redhat.com>
1858
1859         * s390-tdep.c (s390_address_class_type_flags): Use
1860         TYPE_INSTANCE_FLAG_ADDRESS_CLASS_1.
1861         (s390_address_class_type_flags_to_name): Likewise.
1862         (s390_address_class_name_to_type_flags): Likewise.
1863
1864 2008-08-24  Tom Tromey  <tromey@redhat.com>
1865
1866         * rs6000-tdep.c (rs6000_builtin_type_vec128): Don't use
1867         TYPE_FLAGS.
1868         * features/rs6000/powerpc-vsx32l.c
1869         (initialize_tdesc_powerpc_vsx32l): Update.
1870         * features/rs6000/powerpc-vsx32.c
1871         (initialize_tdesc_powerpc_vsx32): Update.
1872         * features/rs6000/powerpc-vsx64.c
1873         (initialize_tdesc_powerpc_vsx64): Update.
1874         * features/rs6000/powerpc-vsx64l.c
1875         (initialize_tdesc_powerpc_vsx64l): Update.
1876         * target-descriptions.c (maint_print_c_tdesc_cmd): Emit
1877         TYPE_VECTOR, not TYPE_FLAGS.
1878
1879 2008-08-24  Tom Tromey  <tromey@redhat.com>
1880
1881         * xml-tdesc.c (tdesc_end_union): Update.
1882         * stabsread.c (define_symbol): Update.
1883         (read_type): Update.
1884         (read_struct_type): Update.
1885         (read_enum_type): Update.
1886         * spu-tdep.c (spu_builtin_type_vec128): Update.
1887         * sh-tdep.c (sh_push_dummy_call_fpu): Update.
1888         (sh_push_dummy_call_nofpu): Update.
1889         * mdebugread.c (parse_symbol): Update.
1890         (parse_symbol): Update.
1891         (parse_symbol): Update.
1892         (upgrade_type): Update.
1893         * jv-lang.c (java_lookup_class): Update.
1894         * iq2000-tdep.c (iq2000_pointer_to_address): Update.
1895         * i386-tdep.c (i386_mmx_type): Update.
1896         (i386_sse_type): Update.
1897         * gdbtypes.h (enum type_flag_value): New enum.
1898         (enum type_instance_flag_value): New enum.
1899         (TYPE_FLAG_UNSIGNED, TYPE_FLAG_NOSIGN, TYPE_FLAG_STUB,
1900         TYPE_FLAG_TARGET_STUB, TYPE_FLAG_STATIC, TYPE_FLAG_PROTOTYPED,
1901         TYPE_FLAG_INCOMPLETE, TYPE_FLAG_VARARGS, TYPE_FLAG_VECTOR,
1902         TYPE_FLAG_FIXED_INSTANCE, TYPE_FLAG_STUB_SUPPORTED,
1903         TYPE_FLAG_NOTTEXT): Now enum constants.
1904         (TYPE_FLAG_CONST, TYPE_FLAG_VOLATILE, TYPE_FLAG_CODE_SPACE,
1905         TYPE_FLAG_DATA_SPACE, TYPE_FLAG_ADDRESS_CLASS_1,
1906         TYPE_FLAG_ADDRESS_CLASS_2): Remove.
1907         (TYPE_INSTANCE_FLAG_CONST, TYPE_INSTANCE_FLAG_VOLATILE,
1908         TYPE_INSTANCE_FLAG_CODE_SPACE, TYPE_INSTANCE_FLAG_DATA_SPACE,
1909         TYPE_INSTANCE_FLAG_ADDRESS_CLASS_1,
1910         TYPE_INSTANCE_FLAG_ADDRESS_CLASS_2): New constants.
1911         (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB, TYPE_TARGET_STUB,
1912         TYPE_STATIC, TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_VARARGS,
1913         TYPE_VECTOR, TYPE_FIXED_INSTANCE, TYPE_STUB_SUPPORTED,
1914         TYPE_NOTTEXT): Update.
1915         (TYPE_FLAG_ADDRESS_CLASS_ALL): Remove.
1916         (TYPE_INSTANCE_FLAG_ADDRESS_CLASS_ALL): New define.
1917         (TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE,
1918         TYPE_ADDRESS_CLASS_1, TYPE_ADDRESS_CLASS_2,
1919         TYPE_ADDRESS_CLASS_ALL): Update.
1920         (struct main_type) <flags>: Remove.
1921         <flag_unsigned, flag_nosign, flag_stub, flag_target_stub,
1922         flag_static, flag_prototyped, flag_incomplete, flag_varargs,
1923         flag_vector, flag_stub_supported, flag_nottext,
1924         flag_fixed_instance>: New fields.
1925         <nfields, vptr_fieldno>: Move earlier.
1926         (TYPE_FLAGS): Remove.
1927         * gdbtypes.c (make_pointer_type): Update.
1928         (address_space_name_to_int): Update.
1929         (address_space_int_to_name): Update.
1930         (make_type_with_address_space): Update.
1931         (make_cv_type): Update.
1932         (create_range_type): Update.
1933         (get_discrete_bounds): Update.
1934         (create_set_type): Update.
1935         (make_vector_type): Update.
1936         (smash_to_method_type): Update.
1937         (check_typedef): Update.
1938         (check_stub_method): Update.
1939         (init_type): Individually assign flag fields.
1940         (recursive_dump_type): Don't print entire TYPE_FLAGS field.  Do
1941         print TYPE_FIXED_INSTANCE, TYPE_STUB_SUPPORTED, and TYPE_NOTTEXT.
1942         (copy_type_recursive): Copy the entire main type.  Don't use
1943         TYPE_FLAGS.
1944         * features/rs6000/powerpc-altivec64l.c
1945         (initialize_tdesc_powerpc_altivec64l): Update.
1946         * features/rs6000/powerpc-altivec64.c
1947         (initialize_tdesc_powerpc_altivec64): Update.
1948         * features/rs6000/powerpc-altivec32l.c
1949         (initialize_tdesc_powerpc_altivec32l): Update.
1950         * features/rs6000/powerpc-altivec32.c
1951         (initialize_tdesc_powerpc_altivec32): Update.
1952         * features/rs6000/powerpc-7400.c (initialize_tdesc_powerpc_7400):
1953         Update.
1954         * features/arm-with-iwmmxt.c (initialize_tdesc_arm_with_iwmmxt):
1955         Update.
1956         * dwarf2read.c (read_structure_type): Update.
1957         (read_enumeration_type): Likewise.
1958         (process_enumeration_scope): Likewise.
1959         (read_tag_pointer_type): Likewise.
1960         (read_subroutine_type): Likewise.
1961         (read_subroutine_type): Likewise.
1962         (read_base_type): Likewise.
1963         * coffread.c (coff_read_enum_type): Update.
1964         * ada-valprint.c (adjust_type_signedness): Update.
1965         * ada-typeprint.c (print_record_field_types): Update.
1966         * ada-lang.c (packed_array_type): Update.
1967         (empty_record): Don't reset TYPE_FLAGS.
1968         (ada_template_to_fixed_record_type_1): Update.
1969         (ada_template_to_fixed_record_type_1): Likewise.
1970         (template_to_static_fixed_type): Likewise.
1971         (to_record_with_fixed_variant_part): Likewise.
1972         (to_fixed_record_type): Likewise.
1973         (to_fixed_array_type): Likewise.
1974         (to_static_fixed_type): Likewise.
1975
1976 2008-08-23  Jim Blandy  <jimb@redhat.com>
1977
1978         PR macros/607:
1979         * symmisc.c (print_symbol_bcache_statistics): Include statistics
1980         for the macro bcache.
1981
1982 2008-08-23  Tom Tromey  <tromey@redhat.com>
1983
1984         * macrotab.h (struct macro_definition) <kind>: Shrink to one bit.
1985         (argc): Now 31 bits.
1986
1987 2008-08-22  Tom Tromey  <tromey@redhat.com>
1988
1989         * NEWS: Move macro entries back under "New commands".
1990
1991 2008-08-22  Ulrich Weigand  <uweigand@de.ibm.com>
1992
1993         * breakpoint.c (create_overlay_event_breakpoint): Rename to ...
1994         (create_overlay_event_breakpoint_1): ... this.  Add OBJFILE parameter.
1995         (create_overlay_event_breakpoint): Loop over all objfiles to install
1996         multiple instances of the overlay event breakpoint if present.
1997
1998 2008-08-22  Ulrich Weigand  <uweigand@de.ibm.com>
1999
2000         * spu-tdep.c (spu_overlay_new_objfile): Only consider SPU objfiles.
2001         (info_spu_event_command): Command only supported on SPU architecture.
2002         (info_spu_signal_command): Likewise.
2003         (info_spu_mailbox_command): Likewise.
2004         (info_spu_dma_command): Likewise.
2005         (info_spu_proxydma_command): Likewise.
2006
2007 2008-08-22  Ulrich Weigand  <uweigand@de.ibm.com>
2008
2009         * infrun.c (adjust_pc_after_break): Do not call get_thread_regcache
2010         if the thread has already exited.
2011
2012 2008-08-22  Pedro Alves  <pedro@codesourcery.com>
2013
2014         * infrun.c (proceed): Move back setting previous_inferior_ptid
2015         from here ...
2016         (wait_for_inferior): ... to here.
2017         (fetch_inferior_event): ... and here.
2018
2019 2008-08-21  Ulrich Weigand  <uweigand@de.ibm.com>
2020
2021         * gdbarch.sh: Include "regcache.h" into gdbarch.c.
2022         (deprecated_current_gdbarch_select_hack): Call registers_changed
2023         instead of reinit_frame_cache.
2024         * gdbarch.c: Regenerate.
2025
2026 2008-08-21  Ulrich Weigand  <uweigand@de.ibm.com>
2027
2028         * elfread.c (elf_symtab_read): Do not relocate thread-local symbols.
2029
2030 2008-08-21  Daniel Jacobowitz  <dan@codesourcery.com>
2031
2032         * xcoffread.c (SYMNAME_ALLOC): Correct syntax.
2033
2034 2008-08-21  Ulrich Weigand  <uweigand@de.ibm.com>
2035
2036         * findvar.c (locate_var_value): Do not call get_frame_arch
2037         with a NULL frame argument.
2038
2039 2008-08-21  Ulrich Weigand  <uweigand@de.ibm.com>
2040
2041         * frame.h (frame_map_regnum_to_name): Remove prototype.
2042         (frame_map_name_to_regnum): Remove prototype.
2043         * frame.c (frame_map_regnum_to_name): Remove.
2044         (frame_map_name_to_regnum): Remove.
2045         (frame_unwind_register_value): Use user_reg_map_regnum_to_name
2046         instead of frame_map_regnum_to_name.
2047         * ax-gdb.c: Include "user-regs.h".
2048         (gen_expr): Use user_reg_map_name_to_regnum instead of
2049         frame_map_name_to_regnum.
2050         * eval.c:  Include "user-regs.h".
2051         (evaluate_subexp_standard): Use user_reg_map_name_to_regnum
2052         instead of frame_map_name_to_regnum.
2053         * infcmd.c (registers_info): Likewise.
2054         * parse.c: Include "user-regs.h".
2055         (write_dollar_variable): Use user_reg_map_name_to_regnum
2056         instead of frame_map_name_to_regnum.
2057         * tracepoint.c: Include "user-regs.h".
2058         (encode_actions): Use user_reg_map_name_to_regnum
2059         instead of frame_map_name_to_regnum.
2060         * valops.c: Include "user-regs.h".
2061         (value_fetch_lazy): Use user_reg_map_regnum_to_name instead
2062         of frame_map_regnum_to_name.
2063
2064 2008-08-21  Ulrich Weigand  <uweigand@de.ibm.com>
2065
2066         * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Read
2067         and manually relocate .opd contents from BFD instead of reading
2068         them from target memory.
2069
2070 2008-08-21  Daniel Jacobowitz  <dan@codesourcery.com>
2071
2072         * dwarf2read.c (processing_current_prefix): Delete static
2073         variable.
2074         (process_full_comp_unit): Do not set processing_current_prefix.
2075         (dwarf2_full_name): New function.
2076         (read_func_scope): Do not set processing_current_prefix.  Use
2077         determine_prefix.
2078         (read_structure_type): Do not set processing_current_prefix.  Remove
2079         unused inner cleanup.
2080         (process_structure_scope): Do not set processing_current_prefix.
2081         (read_enumeration_type): Use dwarf2_full_name.
2082         (determine_class_name): Return a const char *.  Put the result
2083         on the objfile obstack.  Use dwarf2_full_name.
2084         (read_namespace_type): New function.
2085         (read_namespace): Do not create the type here.  Use
2086         determine_prefix.
2087         (read_typedef): Use dwarf2_full_name.  Do not pass the name
2088         to init_type.
2089         (read_base_type): Do not pass the name to init_type.  Handle
2090         TYPE_FLAG_NOSIGN.
2091         (read_unspecified_type): Do not pass the name to init_type.
2092         (new_symbol): Use dwarf2_full_name instead of
2093         processing_current_prefix.
2094         (read_type_die): Do not set processing_current_prefix.  Handle
2095         DW_TAG_namespace.
2096         (determine_prefix): Handle specifications.  Return the result
2097         on the objfile obstack.  Handle unions correctly.
2098
2099 2008-08-21  Daniel Jacobowitz  <dan@codesourcery.com>
2100
2101         * buildsym.c (add_symbol_to_list): Do not call
2102         cp_scan_for_anonymous_namespaces here.
2103         (finish_block): Do not call cp_set_block_scope here.
2104         * cp-namespace.c (processing_has_namespace_info)
2105         (processing_current_prefix): Delete.
2106         (cp_initialize_namespace): Do not initialize
2107         processing_has_namespace_info.
2108         (cp_scan_for_anonymous_namespaces): Use SYMBOL_DEMANGLED_NAME.  Do
2109         not check processing_has_namespace_info.
2110         (cp_set_block_scope): Take prefix and namespace info flag as
2111         arguments.  Honor namespaces regardless of a demangled name.
2112         * cp-support.h (processing_has_namespace_info)
2113         (processing_current_prefix): Delete declarations.
2114         (cp_set_block_scope): Update prototype.
2115         * dwarf2read.c (processing_has_namespace_info)
2116         (processing_current_prefix): New static variables.
2117         (read_file_scope): Initialize processing_has_namespace_info.
2118         (read_func_scope): Call cp_set_block_scope for C++.
2119         (new_symbol): Call cp_scan_for_anonymous_namespaces for C++.
2120         * symtab.c (symbol_demangled_name): Accept a const argument.
2121         * symtab.h (symbol_demangled_name): Update prototype.
2122
2123 2008-08-21  Daniel Jacobowitz  <dan@codesourcery.com>
2124
2125         * ax-gdb.c (gen_var_ref): Use SYMBOL_LINKAGE_NAME.
2126         * blockframe.c (find_pc_partial_function): Likewise.
2127         * buildsym.c (find_symbol_in_list): Likewise.
2128         * c-valprint.c (c_val_print): Likewise.
2129         * coffread.c (patch_opaque_types, process_coff_symbol): Likewise.
2130         (coff_read_enum_type): Likewise.  Use SYMBOL_SET_LINKAGE_NAME.
2131         * cp-support.c (cp_remove_params): Renamed from remove_params and
2132         made global.
2133         (overload_list_add_symbol): Update call to remove_params.
2134         * cp-support.h (cp_remove_params): Declare.
2135         * dwarf2read.c (process_enumeration_scope): Use SYMBOL_LINKAGE_NAME.
2136         (dwarf2_const_value): Use SYMBOL_PRINT_NAME.
2137         * expprint.c (dump_subexp_body_standard): Likewise.
2138         * f-valprint.c (info_common_command, there_is_a_visible_common_named):
2139         Use SYMBOL_LINKAGE_NAME to find symbols and SYMBOL_PRINT_NAME
2140         for messages.
2141         * findvar.c (read_var_value): Use SYMBOL_LINKAGE_NAME.
2142         * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
2143         * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
2144         (hppa_hpux_skip_trampoline_code): Use SYMBOL_LINKAGE_NAME to find
2145         symbols and SYMBOL_PRINT_NAME for messages.
2146         * jv-lang.c (add_class_symbol): Use SYMBOL_SET_LINKAGE_NAME.
2147         * linespec.c (decode_line_2): Use SYMBOL_LINKAGE_NAME.
2148         * mdebugread.c (parse_symbol): Use SYMBOL_LINKAGE_NAME and
2149         SYMBOL_SET_LINKAGE_NAME.
2150         (mylookup_symbol): Use SYMBOL_LINKAGE_NAME.
2151         * minsyms.c (add_minsym_to_demangled_hash_table): Use
2152         SYMBOL_SEARCH_NAME.
2153         (lookup_minimal_symbol): Use SYMBOL_LINKAGE_NAME or
2154         SYMBOL_MATCHES_SEARCH_NAME, depending on the pass.
2155         * objfiles.h (ALL_OBJFILE_MSYMBOLS): Use SYMBOL_LINKAGE_NAME.
2156         * printcmd.c (build_address_symbolic): Use SYMBOL_LINKAGE_NAME.
2157         (address_info): Use SYMBOL_PRINT_NAME for messages and
2158         SYMBOL_LINKAGE_NAME for lookups.
2159         * sol-thread.c (info_cb): Use SYMBOL_PRINT_NAME for messages.
2160         * stabsread.c (patch_block_stabs, define_symbol)
2161         (read_type, read_enum_type, common_block_end)
2162         (cleanup_undefined_types_1, scan_file_globals): Use
2163         SYMBOL_LINKAGE_NAME, SYMBOL_SET_LINKAGE_NAME, ALL_OBJFILE_MSYMBOLS,
2164         and SYMBOL_PRINT_NAME.
2165         * stack.c (print_frame_args): Use SYMBOL_LINKAGE_NAME.
2166         (print_frame, frame_info): Use SYMBOL_PRINT_NAME for output.  Use
2167         cp_remove_params instead of cplus_demangle.
2168         (print_block_frame_labels, print_frame_arg_vars): Use
2169         SYMBOL_LINKAGE_NAME.
2170         * symmisc.c (dump_msymbols): Use ALL_OBJFILE_MSYMBOLS and
2171         SYMBOL_LINKAGE_NAME.
2172         (dump_symtab_1, print_symbol, print_partial_symbols)
2173         (maintenance_check_symtabs): Use SYMBOL_LINKAGE_NAME.
2174         * symtab.h (DEPRECATED_SYMBOL_NAME): Delete.
2175         (SYMBOL_SET_LINKAGE_NAME): New.
2176         (SYMBOL_SET_NAMES): Add a comment.
2177         * tracepoint.c (set_traceframe_context, validate_actionline)
2178         (collect_symbol, scope_info): Use SYMBOL_LINKAGE_NAME for
2179         lookups and SYMBOL_PRINT_NAME for output.
2180         * typeprint.c (typedef_print): Use SYMBOL_LINKAGE_NAME.
2181         * xcoffread.c (process_xcoff_symbol): Use SYMBOL_SET_LINKAGE_NAME.
2182
2183 2008-08-21  Pedro Alves  <pedro@codesourcery.com>
2184
2185         * arm-tdep.c (arm_pc_is_thumb): Use obj_section_addr.
2186         * hppa-hpux-tdep.c (hppa_hpux_find_dummy_bpaddr): Likewise.
2187         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Use
2188         obj_section_addr and obj_section_endaddr.
2189         * hppa-tdep.c (hppa64_convert_code_addr_to_fptr): Likewise.
2190         * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
2191         * ia64-tdep.c (ia64_find_global_pointer): Likewise.
2192         (find_extant_func_descr): Likewise.
2193         * solib-frv.c (frv_relocate_main_executable): Use
2194         obj_section_addr.
2195         * xstormy16-tdep.c (xstormy16_find_jmp_table_entry): Use
2196         obj_section_addr and obj_section_endaddr.
2197
2198 2008-08-21  Paul N. Hilfinger  <hilfinger@adacore.com>
2199
2200         * NEWS: Amplify last entry on boolean types in Ada.
2201
2202 2008-08-20  Daniel Jacobowitz  <dan@codesourcery.com>
2203
2204         * dwarf2read.c (die_specification, dwarf2_extension, follow_die_ref):
2205         Make the dwarf2_cu * parameter output as well as input.  Update it if
2206         we follow a reference to another CU.
2207         (read_func_scope, determine_class_name, namespace_name, dwarf2_attr)
2208         (die_type, die_containing_type): Update calls to changed functions.
2209         Use the returned CU along with the returned DIE.
2210         (read_namespace): Use dwarf2_attr instead of dwarf2_extension.
2211
2212 2008-08-20  Daniel Jacobowitz  <dan@codesourcery.com>
2213
2214         * dwarf2read.c (queue_comp_unit): Take an objfile argument.  Read
2215         in the DIEs here.
2216         (process_queue): Do not read in the DIEs here.
2217         (psymtab_to_symtab_1): Update call to queue_comp_unit.
2218         (read_full_die): Do not call queue_comp_unit from here.
2219         (maybe_queue_comp_unit): New function.
2220         (follow_die_ref): Use it.
2221
2222 2008-08-20  Daniel Jacobowitz  <dan@codesourcery.com>
2223
2224         * dwarf2read.c (struct attribute): Move earlier.
2225         (struct die_info): Change attrs to a trailing array.
2226         (dwarf_alloc_die): Take the number of attributes.  Allocate space
2227         for them.
2228         (read_full_die): Update call to dwarf_alloc_die.  Do not manually
2229         allocate attributes.
2230
2231 2008-08-20  Daniel Jacobowitz  <dan@codesourcery.com>
2232
2233         * dwarf2read.c (REF_HASH_SIZE): Delete.
2234         (struct dwarf2_cu): Replace die_ref_table with die_hash.
2235         (struct die_info): Remove next_ref.
2236         (store_in_ref_table): Remove offset argument.  Rewrite to use
2237         htab_find_slot_with_hash.
2238         (die_hash, die_eq): New.
2239         (read_comp_unit): Allocate the die_hash.
2240         (read_die_and_children): Update call to store_die_ref.
2241         (follow_die_ref): Rewrite to use htab_find_with_hash.
2242
2243 2008-08-20  Daniel Jacobowitz  <dan@codesourcery.com>
2244
2245         * dwarf2read.c (free_die_list, copy_die): Delete.
2246         (dwarf_alloc_die): Take a CU argument.  Allocate the new DIE
2247         on the obstack.
2248         (read_full_die): Update call to dwarf_alloc_die.  Allocate
2249         attributes on the CU obstack.
2250         (free_one_comp_unit): Do not call free_die_list.
2251
2252 2008-08-20  Daniel Jacobowitz  <dan@codesourcery.com>
2253
2254         * dwarf2read.c (read_die_and_children): Ignore NULL DIEs.
2255         (read_die_and_siblings): Likewise.  Do not add padding DIEs to the
2256         sibling list.
2257         (read_full_die): Do not allocate DIEs for abbrev 0.
2258         (follow_die_ref): Correct error message.
2259
2260 2008-08-20  Pedro Alves  <pedro@codesourcery.com>
2261
2262         * linespec.c (symtab_from_filename): Also throw NOT_FOUND_ERROR if
2263         there are no symbols loaded, instead of throwing a generic error.
2264         (decode_variable): Likewise.
2265
2266 2008-08-20  Pedro Alves  <pedro@codesourcery.com>
2267
2268         * objfiles.h (struct obj_section): Remove addr and endaddr fields.
2269         (obj_section_offset, obj_section_addr, obj_section_endaddr): New
2270         macros.
2271         * objfiles.c (add_to_objfile_sections): Don't set addr, endaddr
2272         and offset.  Use size_t instead of unsigned long.
2273         (build_objfile_section_table): Use size_t instead of unsigned
2274         long.
2275         (objfile_relocate): Don't relocate s->addr and s->endaddr, they're
2276         gone.
2277         (find_pc_sect_section): Use obj_section_addr and
2278         obj_section_endaddr.
2279         * symfile.c (symfile.c): Remove code that maps sections
2280         offsets in "addr" to the object's sections.
2281         * blockframe.c (find_pc_partial_function): Use obj_section_endaddr.
2282         * gcore.c (gcore_create_callback): Use obj_section_addr and
2283         obj_section_endaddr.
2284         * maint.c (print_objfile_section_info): Likewise.
2285         * printcmd.c (sym_info): Use obj_section_addr and
2286         obj_section_endaddr.
2287         * symtab.c (fixup_section): Likewise.
2288
2289 2008-08-20  Mark Kettenis  <kettenis@gnu.org>
2290
2291         * sparc-tdep.c: Make some comments catch up with reality.
2292
2293 2008-08-20  Vladimir Prus  <vladimir@codesourcery.com>
2294
2295         * NEWS: Mention 'set target-async'
2296
2297 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
2298
2299         * infrun.c (resume): If the thread is placed to the deferred step
2300         queue, mark it as running.
2301
2302 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
2303
2304         Make sure target supports non-stop.
2305         * infcmd.c (run_command_1, attach_command): If non-stop mode
2306         is requested, verify the target supports it.
2307         * linux-nat.c (linux_nat_supports_non_stop): New.
2308         (linux_nat_add_target): Register the above.
2309         * target.c (find_default_supports_non_stop)
2310         (target_supports_non_stop): New.
2311         (init_dummy_target): Register find_default_supports_non_stop.
2312         * target.h (struct target_ops): New field to_supports_non_stop.
2313         (target_supports_non_stop): New.
2314
2315 2008-08-19  Pedro Alves  <pedro@codesourcery.com>
2316             Vladimir Prus  <vladimir@codesourcery.com>
2317
2318         * target.c (target_async_permitted, target_async_permitted_1)
2319         (set_maintenance_target_async_permitted)
2320         (show_maintenance_target_async_permitted): New.
2321         (initialize_targets): Register 'set target-async'.
2322         * target.h (target_async_permitted): Declare.
2323         * linux-nat.c (linux_nat_async_enabled)
2324         (linux_nat_async_permitted, set_maintenance_linux_async_permitted)
2325         (show_maintenance_linux_async_permitted): Remove.
2326         (sigchld_handler, linux_nat_is_async_p, linux_nat_can_async_p)
2327         (get_pending_events, linux_nat_async): Use target_async_permitted.
2328         (linux_nat_set_async_mode): Remove, moving the only used bits
2329         into...
2330         (linux_nat_setup_async): This.
2331         (_initialize_linux_nat): Do not register 'maint set linux-async'.
2332         Use linux_nat_setup_async.
2333         * remote.c (remote_async_permitted, remote_async_permitted_set)
2334         (set_maintenance_remote_async_permitted)
2335         (show_maintenance_remote_async_permitted): Remove.
2336         (remote_open_1, remote_terminal_inferior, remote_can_async_p)
2337         (remote_is_async_p): Use target_async_permitted.
2338         (_initialize_remote): Don't register 'main set remote-async'.
2339         * mi/mi-cmds.c (mi_cmds): Register -list-target-features.
2340         * mi/mi-cmds.h (mi_cmd_list_target_features): New.
2341         * mi/mi-main.c (mi_cmd_list_target_features): New.
2342
2343 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
2344
2345         * target.c (maybe_kill_then_attach)
2346         (maybe_kill_then_create_inferior): Remove.
2347         (update_current_target): Do not default to_attach,
2348         to_create_inferiour, to_is_async_p.
2349
2350 2008-08-19  Paul N. Hilfinger  <hilfinger@adacore.com>
2351         
2352         Changes for supporting boolean types in debugging data.
2353         * ada-lang.c (discrete_type_high_bound,discrete_type_low_bound): Change 
2354         API to return LONGEST values rather than struct values.
2355         (ada_evaluate_subexp): Change to use new API of discrete_type_low_bound
2356         and discrete_type_high_bound.
2357         (to_fixed_range_type): Create a range type in cases where 
2358         argument is base type and its limits are representable as ints.
2359         (ada_is_modular_type): Correct so that base type must be integral.
2360         * ada-lex.l (TRUEKEYWORD,FALSEKEYWORD): Make 'true' and 'false' 
2361         keywords when they appear alone, since we are phasing out 
2362         direct representation of these identifiers in debugging data.
2363         * ada-exp.y: Define 'true' and 'false' as primaries.
2364         (type_boolean): New function.
2365         (type_int,type_long,type_long_long,type_floattype_double)
2366         (type_long_double): Remove uses of current_gdbarch for consistency
2367         with type_boolean.
2368         (write_int): Change comment to indicate that it might write boolean 
2369         constant as well.
2370         * ada-typeprint.c (ada_print_type): Print '(false, true)' for boolean
2371         type, since will no longer be represented as enumerated type in 
2372         debugging data.
2373         * ada-valprint.c (print_optional_low_bound): Handle boolean case
2374         as well.
2375         * NEWS: Note support boolean types.
2376         
2377 2008-08-18  Pedro Alves  <pedro@codesourcery.com>
2378
2379         * bsd-uthread.c (bsd_uthread_close): New.
2380         (bsd_uthread_deactivate): Don't cleanup here, just unpush the
2381         target.
2382         (bsd_uthread_solib_loaded): Fix typo.
2383         (bsd_uthread_target): Register bsd_uthread_close.
2384
2385 2008-08-18  Pedro Alves  <pedro@codesourcery.com>
2386
2387         * corelow.c (core_open): Assume there was no upper layer left
2388         behind from a previous inferior.
2389         * target.c (pop_all_targets): Rename to ...
2390         (pop_all_targets_above): ... this.  Add a target stratum
2391         parameter.  Use it instead of hardcoding the dummy_stratum.
2392         (pop_all_targets): New, defer to pop_all_targets_above.
2393         (target_preopen): Use pop_all_targets_above.
2394         * target.h (pop_all_targets_above): Declare.
2395
2396 2008-08-18  Pedro Alves  <pedro@codesourcery.com>
2397
2398         * gdbthread.h (thread_change_ptid): Declare.
2399         * infrun.c (infrun_thread_ptid_changed): New.
2400         (_initialize_infrun): Attach infrun_thread_ptid_changed to the
2401         thread_ptid_changed observer.
2402         * regcache.c (regcache_thread_ptid_changed): New.
2403         (_initialize_regcache): Attach regcache_thread_ptid_changed to the
2404         thread_ptid_changed observer.
2405         * thread.c (thread_change_ptid): New.
2406
2407 2008-08-18  Tom Tromey  <tromey@redhat.com>
2408
2409         * symfile.c (reread_symbols): Update.
2410         * solib-sunos.c (allocate_rt_common_objfile): Update.
2411         * objfiles.c (allocate_objfile): Update.
2412         * objfiles.h (struct objfile) <md, mmfd, deprecated_obj_private>:
2413         Remove.
2414
2415 2008-08-18  Tom Tromey  <tromey@redhat.com>
2416
2417         * gdbtypes.c (copy_type_recursive): Allocate 'stored' on objfile's
2418         obstack.
2419
2420 2008-08-18  Daniel Jacobowitz  <dan@codesourcery.com>
2421
2422         * rs6000-tdep.c (struct rs6000_framedata): Add gpr_mask, used_bl,
2423         lr_register.
2424         (rs6000_in_function_epilogue_p): Check for bctr.
2425         (skip_prologue): Initialize lr_register.  Set lr_reg to a register
2426         number.  Set gpr_mask and used_bl.  Continue scanning while some
2427         expected registers are not saved.  Set lr_register if LR is not
2428         stored.
2429         (rs6000_frame_cache): Handle gpr_mask and lr_register.
2430
2431 2008-08-17  Tom Tromey  <tromey@redhat.com>
2432
2433         PR gdb/1535:
2434         * breakpoint.c (CATCH_PERMANENT, CATCH_TEMPORARY): New macros.
2435         (ep_find_event_name_end): Remove.
2436         (catch_fork_temporary, catch_vfork_temporary,
2437         catch_fork_permanent, catch_vfork_permanent): New constants.
2438         (catch_vfork, catch_fork): Remove.
2439         (catch_fork_command_1): Add 'command' argument.  Remove
2440         'fork_kind' and 'tempflag'.  Handle NULL 'arg'.  Update switch for
2441         all cases.
2442         (catch_exec_command_1): Add 'command' argument; remove
2443         'tempflag'.  Handle NULL 'arg'.
2444         (catch_load_command_1): Likewise.
2445         (catch_unload_command_1): Likewise.
2446         (catch_ada_exception_command): Likewise.
2447         (catch_assert_command): Likewise.
2448         (catch_catch_command): New function.
2449         (catch_throw_command): Likewise.
2450         (catch_command_1): Remove.
2451         (catch_command): Just call error.
2452         (tcatch_command): Likewise.
2453         (catch_cmdlist): New global.
2454         (tcatch_cmdlist): Likewise.
2455         (add_catch_command): New function.
2456         (_initialize_breakpoint): Create "catch" and "tcatch" as prefix
2457         commands.  Create all catch sub-commands.
2458
2459 2008-08-17  Pedro Alves  <pedro@codesourcery.com>
2460
2461         * gdbthread.h: Add comments.
2462         * stack.c (get_selected_block): Return 0 on an exited thread.
2463         * top.c (execute_command): Check for is_stopped, not !is_running.
2464         * event-top.c (command_handler): Likewise.
2465
2466 2008-08-16  Pedro Alves  <pedro@codesourcery.com>
2467
2468         * mi/mi-main.c (mi_cmd_exec_next, mi_cmd_exec_next_instruction)
2469         (mi_cmd_exec_step, mi_cmd_exec_step_instruction)
2470         (mi_cmd_exec_finish): Remove "return".
2471
2472 2008-08-16  Pedro Alves  <pedro@codesourcery.com>
2473
2474         * target.h (pop_all_targets): Declare.
2475         * target.c (pop_all_targets): New.
2476         * top.c (quit_target): Pop all targets instead of just closing the
2477         current.
2478
2479 2008-08-16  Vladimir Prus  <vladimir@codesourcery.com>
2480             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2481
2482         * cli-script.c (read_next_line): Add parse_commands argument.
2483         (recurse_read_control_structure): Adapt to new read_next_line
2484         signature.
2485         (read_command_lines): Add parse_commands argument.
2486         (define_command): Adapt to new read_command_lines signature.
2487         (document_command): Likewise.
2488         * breakpoint.c (commands_command): Likewise.
2489         * defs.h (read_command_lines): Adjust function prototype.
2490
2491 2008-08-16  Paul N. Hilfinger  <hilfinger@adacore.com>
2492
2493         * ada-lang.c (pos_atr): Account for the possibility that the 
2494         argument may be a reference.
2495
2496 2008-08-16  Paul N. Hilfinger  <hilfingr@adacore.com>
2497
2498         * xcoffread.c (scan_xcoff_symtab): Do not include global symbols
2499         ('F' format) for @FIX names generated by the loader, retaining only
2500         the minimal symbols (and no partial symbol tables) for these names.
2501         Fixes warning messages about symbols that are found in partial 
2502         symbol tables, but not full symbol tables.
2503
2504 2008-08-16  Pedro Alves  <pedro@codesourcery.com>
2505
2506         * infrun.c (fetch_inferior_event): Only call normal_stop if not
2507         stopping quietly.
2508
2509 2008-08-15  Luis Machado  <luisgpm@br.ibm.com>
2510
2511         * rs6000-tdep: Include "features/rs6000/powerpc-vsx32.c".
2512         Include "features/rs6000/powerpc-vsx64.c".
2513         (ppc_supply_vsxregset): New function.
2514         (ppc_collect_vsxregset): New function.
2515         (IS_VSX_PSEUDOREG): New macro.
2516         (IS_EFP_PSEUDOREG): New macro.
2517         (vsx_register_p): New function.
2518         (ppc_vsx_support_p): New function.
2519         (rs6000_builtin_type_vec128): New function.
2520         (rs6000_register_name): Hide upper halves of vs0~vs31.  Return
2521         correct names for VSX registers and EFPR registers.
2522         (rs6000_pseudo_register_type): Return correct types for VSX
2523         and EFPR registers.
2524         (rs6000_pseudo_register_reggroup_p): Return correct group for
2525         VSX and EFPR registers.
2526         (ppc_pseudo_register_read): Rename to dfp_pseudo_register_read.
2527         (ppc_pseudo_register_write): Rename to dfp_pseudo_register_write.
2528         (vsx_pseudo_register_read): New function.
2529         (vsx_pseudo_register_write): New function.
2530         (efpr_pseudo_register_read): New function.
2531         (efpr_pseudo_register_write): New function.
2532         (rs6000_pseudo_register_read): Call new VSX and EFPR read functions.
2533         (rs6000_pseudo_register_write): Call new VSX and EFPR write functions.
2534         (rs6000_gdbarch_init): Declare have_vsx.
2535         Initialize new upper half VSX registers.
2536         Initialize VSX-related and EFPR-related pseudo-registers variables.
2537         Adjust the number of pseudo registers accordingly.
2538
2539         * ppc-linux-nat.c: Define PTRACE_GETVSXREGS, PTRACE_SETVSXREGS
2540         and SIZEOF_VSRREGS.
2541         (gdb_vsxregset_t): New type.
2542         (have_ptrace_getsetvsxregs): New variable.
2543         (fetch_vsx_register): New function.
2544         (fetch_register): Handle VSX registers.
2545         (fetch_vsx_registers): New function.
2546         (fetch_ppc_registers): Handle VSX registers.
2547         (store_ppc_registers): Handle VSX registers.
2548         (store_vsx_register): New function.
2549         (store_register): Handle VSX registers.
2550         (store_vsx_registers): New function.
2551         (ppc_linux_read_description): Handle VSX-enabled inferiors.
2552         (gdb_vsxregset_t): New type.
2553         (supply_vsxregset): New function.
2554         (fill_vsxregset): New function.
2555
2556         * ppc-tdep.h (vsx_register_p): New prototype.
2557         (vsx_support_p): New prototype.
2558         (ppc_vsr0_regnum): New variable.
2559         (ppc_vsr0_upper_regnum): Likewise.
2560         (ppc_efpr0_regnum): Likewise.
2561         (ppc_builtin_type_vec128): New type.
2562         (ppc_num_vsrs): New constant.
2563         (ppc_num_vshrs): New constant.
2564         (ppc_num_efprs): Likewise.
2565         Define POWERPC_VEC_VSX PPC_VSR0_UPPER_REGNUM and PPC_VSR31_UPPER_REGNUM.
2566         (ppc_supply_vsxregset): New prototype.
2567         (ppc_collect_vsxregset): New prototype.
2568
2569         * ppc-linux-tdep.c: Include "features/rs6000/powerpc-vsx32l.c"
2570         Include "features/rs6000/powerpc-vsx64l.c".
2571         (_initialize_ppc_linux_tdep): Initialize VSX-enabled targets.
2572         (ppc_linux_regset_sections): Add new ".reg-ppc-vsx" field.
2573         (ppc32_linux_vsxregset): New 32-bit VSX-enabled regset.
2574         (ppc_linux_regset_from_core_section): Handle VSX core section.
2575         (ppc_linux_core_read_description): Support VSX-enabled core files.
2576
2577         * ppc-linux-tdep.h: Declare *tdesc_powerpc_vsx32l
2578         Declare tdesc_powerpc_vsx64l
2579
2580         * corelow.c (get_core_register_section): Support VSX-enabled
2581         core files.
2582
2583         * features/rs6000/power-vsx.xml: New VSX descriptions.
2584         * features/rs6000/powerpc-vsx32.xml: New file.
2585         * features/rs6000/powerpc-vsx32l.xml: New file.
2586         * features/rs6000/powerpc-vsx64.xml: New file.
2587         * features/rs6000/powerpc-vsx64l.xml: New file.
2588         * features/rs6000/powerpc-vsx32.c: New file (generated).
2589         * features/rs6000/powerpc-vsx32l.c: New file (generated).
2590         * features/rs6000/powerpc-vsx64.c: New file (generated).
2591         * features/rs6000/powerpc-vsx64l.c: New file (generated).
2592         * features/Makefile: Updated with new descriptions.
2593         * regformats/rs6000/powerpc-vsx32l.dat: New file (generated).
2594         * regformats/rs6000/powerpc-vsx64l.dat: New file (generated).
2595
2596 2008-08-15  Vladimir Prus  <vladimir@codesourcery.com>
2597
2598         * ia64-linux.nat (_initialize_ia64_linux_nat): Don't
2599         call linux_target twice.
2600
2601 2008-08-14  Aleksandar Ristovski  <aristovski@qnx.com>
2602
2603         * nto-tdep.c (lm_info): Updated struct lm_info definition from
2604         solib-svr4.c
2605         (LM_ADDR): Use l_addr if available; if not, use link map and set 
2606         l_addr.
2607
2608 2008-08-14  Tom Tromey  <tromey@redhat.com>
2609
2610         * macrocmd.c (macro_define_command): Check for NULL argument.
2611         (macro_undef_command): Likewise.
2612
2613 2008-08-14  Pedro Alves  <pedro@codesourcery.com>
2614
2615         * infcmd.c (continue_1): Add an ERROR_NO_INFERIOR call.
2616
2617 2008-08-13  Pedro Alves  <pedro@codesourcery.com>
2618
2619         * breakpoint.c (always_inserted_auto, always_inserted_on)
2620         (always_inserted_off, always_inserted_enums): New.
2621         (always_inserted_mode): Change type to char* and point to
2622         always_inserted_auto.
2623         (show_always_inserted_mode): In auto mode, also show the current
2624         effect of the option.
2625         (breakpoints_always_inserted_mode): Adjust for the new auto mode.
2626         (_initialize_breakpoint): Make the "set breakpoints
2627         always-inserted" command an enum command.  Extend help to describe
2628         the auto mode.
2629
2630 2008-08-13  Ulrich Weigand  <uweigand@de.ibm.com>
2631
2632         * spu-tdep.c (info_spu_dma_command): Respect TSQV (tag status
2633         query valid) bit.  Ignore bits outside the condition field.
2634         (info_spu_proxydma_command): Ignore bits outside the field.
2635
2636 2008-08-12  Michael Snyder  <msnyder@vmware.com>
2637
2638         * MAINTAINERS: Update my email address.
2639
2640 2008-08-12  Ulrich Weigand  <uweigand@de.ibm.com>
2641
2642         * ppc-linux-nat.c (ppc_linux_get_hwcap): Really get AT_HWCAP.
2643
2644 2008-08-12  Pedro Alves  <pedro@codesourcery.com>
2645
2646         Add no-ack mode to the remote protocol --- optionally stop ACKing
2647         packets and responses when we have a reliable communication
2648         medium.
2649
2650         Based on Apple's GDB, by Jason Molenda <jmolenda@apple.com>
2651
2652         * remote.c (struct remote_state): Add noack_mode field.
2653         (PACKET_QStartNoAckMode): New.
2654         (remote_start_remote): Don't any outstanding packet here.
2655         (remote_open_1): Clear noack_mode.  Ack any outstanding packet
2656         here.  Activate noack mode if requested.
2657         (remote_protocol_features): Add QStartNoAckMode.
2658         (remote_open_1):
2659         (putpkt_binary): Don't send ack in noack mode.
2660         (read_frame): Don't recompute the checksum in noack mode.
2661         (getpkt_sane): Skip sending ack if in noack mode.
2662         (_initialize_remote): Add set/show remote noack mode.
2663         * NEWS:  Note the new features.
2664
2665 2008-08-11  Kevin Buettner  <kevinb@redhat.com>
2666
2667         * rs6000-tdep.c (BL_MASK, BL_INSTRUCTION, BL_DISPLACEMENT_MASK):
2668         New macros.
2669         (rs6000_skip_main_prologue): New function.
2670         (rs6000_gdb_arch_init): Register rs6000_skip_main_prologue.
2671
2672 2008-08-11  Sandra Loosemore  <sandra@codesourcery.com>
2673
2674         * MAINTAINERS (Write After Approval):  Add self.
2675
2676 2008-08-11  Stan Shebs  <stan@codesourcery.com>
2677
2678         ARM BE8 support.
2679         * disasm.c (gdb_disassemble_info): Set endian_code.
2680         * gdbarch.sh (gdbarch_info): New field byte_order_for_code.
2681         * gdbarch.h, gdbarch.c: Regenerate.
2682         * arch-utils.c (initialize_current_architecture): Set the
2683         default byte_order_for_code.
2684         (gdbarch_info_init): Ditto.
2685         (gdbarch_info_fill): Ditto.
2686         * arm-tdep.c (SWAP_INT, SWAP_SHORT): New macros.
2687         (thumb_analyze_prologue): Swap halfword if code endianness is
2688         different from general endianness.
2689         (arm_skip_prologue): Similarly.
2690         (arm_scan_prologue): Ditto.
2691         (thumb_get_next_pc): Ditto.
2692         (arm_get_next_pc): Ditto.
2693         (arm_gdbarch_init): Set byte_order_for_code from BE8 flag,
2694         choose correct endianness for breakpoints.
2695
2696 2008-08-10  Pedro Alves  <pedro@codesourcery.com>
2697
2698         * bsd-kvm.c: Include "gdbthread.h".
2699         (bsd_kvm_ptid): New.
2700         (bsd_kvm_open): Add a main thread.
2701         (bsd_kvm_close): Delete it.
2702         (bsd_kvm_thread_alive): New.
2703         (bsd_kvm_pid_to_str): New.
2704         (bsd_kvm_add_target): Register bsd_kvm_thread_alive and
2705         bsd_kvm_pid_to_str.
2706         (bsd_kvm_add_target): Initialize bsd_kvm_ptid.
2707
2708 2008-08-09  Pedro Alves  <pedro@codesourcery.com>
2709
2710         * buildsym.c (start_subfile): Properly cast sentinel in concat
2711         call.
2712         * cp-name-parser.y: Include "config.h".
2713         * xml-tdesc.c (fetch_xml_from_file): Properly cast sentinel in
2714         concat call.
2715         * gdb_select.h: Include sys/time.h if sys/select.h is not
2716         available.
2717
2718 2008-08-09  Pedro Alves  <pedro@codesourcery.com>
2719
2720         * go32-nat.c: Include "gdbthread.h".
2721         (go32_stop, go32_kill_inferior): Delete the main thread.
2722         (go32_create_inferior): Add it.
2723         (go32_thread_alive, go32_pid_to_str): New.
2724         (init_go32_ops): Register go32_thread_alive and go32_pid_to_str.
2725
2726 2008-08-09  Pedro Alves  <pedro@codesourcery.com>
2727
2728         * go32-nat.c (fetch_register, store_register): Pass the regcache
2729         gdbarch to i386_fp_regnum_p and i386_fpc_regnum_p.
2730         (go32_xfer_memory): Change type of myaddr parameter to gdb_byte.
2731         (struct seg_descr, struct seg_descr): pack the whole struct
2732         instead of each member individually.
2733
2734 2008-08-09  Andreas Schwab  <schwab@suse.de>
2735
2736         * python/python.c (_initialize_python): Use unabbreviated commands
2737         in prefix name.
2738
2739 2008-08-09  Daniel Jacobowitz  <dan@codesourcery.com>
2740
2741         * Makefile.in (stamp-h): Also create .deps.
2742
2743 2008-08-09  Tom Tromey  <tromey@redhat.com>
2744
2745         * Makefile.in (generated_files): Add GNULIB_H.
2746
2747 2008-08-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2748
2749         * solib-pa64.c (pa64_solib_create_inferior_hook): Don't set
2750         DT_HP_DEBUG_PRIVATE.  Add warning if DT_HP_DEBUG_PRIVATE is not set.
2751         Revise comment.
2752         (pa64_current_sos): Remove map private warning warning.
2753         * solib-som.c: Include string.h and sys/utsname.h.
2754         (get_hpux_major_release): New function.
2755         (som_solib_create_inferior_hook): Read dynamic linker header.  Warn
2756         about shared library private mapping on HP-UX 11 and later.  Only force
2757         private mapping of shared libraries on HP-UX 10 and earlier.
2758         (link_map_start): Delete warning.
2759
2760 2008-08-09  Xuepeng Guo  <xuepeng.guo@intel.com>
2761             H.J. Lu  <hongjiu.lu@intel.com>
2762             Mark Kettenis <kettenis@gnu.org>
2763
2764         * amd64-tdep.c (amd64_frame_cache): Add saved_sp_reg.
2765         (amd64_init_frame_cache): Initialize saved_sp_reg.
2766         (amd64_analyze_stack_align): New.
2767         (amd64_analyze_prologue): Call it.
2768         (amd64_frame_cache): Use saved_sp_reg if it is invalid.  Don't set
2769         %rip to 8 when halfway aligning the stack.
2770
2771         * amd64-tdep.h (amd64_regnum): Add AMD64_R9_REGNUM to
2772         AMD64_R14_REGNUM.
2773
2774         * i386-tdep.c (i386_frame_cache): Remove stack_align.  Add
2775         saved_sp_reg.
2776         (i386_alloc_frame_cache): Remove stack_align.  Initialize
2777         saved_sp_reg to -1.
2778         (i386_analyze_stack_align): Rewrite.
2779         (i386_frame_cache): Use saved_sp_reg if it is valid.
2780
2781 2008-08-09  Ulrich Weigand  <uweigand@de.ibm.com>
2782
2783         * target.c: Include "solib.h".
2784         (target_pre_inferior): Call no_shared_libraries.
2785         * infcmd.c (run_command_1): Do not call objfile_purge_solibs
2786         or clear_solib.
2787         (attach_command): Do not call clear_solib.
2788
2789 2008-08-09  Mark Kettenis  <kettenis@gnu.org>
2790
2791         * i386obsd-nat.c (i386obsd_supply_pcb): Supply the right bytes for
2792         the %eip register.
2793
2794 2008-08-08  Tom Tromey  <tromey@redhat.com>
2795
2796         * Makefile.in (python.o): Remove dependencies.  Use COMPILE and
2797         POSTCOMPILE.
2798         (python-utils.o): Likewise.
2799
2800 2008-08-08  Andreas Schwab  <schwab@suse.de>
2801
2802         * corefile.c (_initialize_core): Remove spurious paren from set
2803         gnutarget doc string.
2804
2805 2008-08-08  Luis Machado  <luisgpm@br.ibm.com>
2806
2807         * ppc-linux-nat.c: Include "auxv.h" and "elf/common.h".
2808         Define PPC_FEATURE_BOOKE.
2809         (ppc_linux_get_hwcap): New function.
2810         (ppc_linux_region_ok_for_hw_watchpoint): Handle PowerPC 440
2811         4-bytes alignment restrictions.
2812         (ppc_linux_insert_watchpoint): Handle PowerPC 440-specific
2813         positioning of the read/write flags.
2814         (ppc_linux_watchpoint_addr_within_range): Handle PowerPC 440
2815         4-bytes alignment.
2816
2817 2008-08-08  Pedro Alves  <pedro@codesourcery.com>
2818
2819         Use ptid_t.tid to store thread ids instead of ptid_t.pid.
2820
2821         * win32-nat.c (win32_add_thread): Change thread argument type to
2822         ptid_t.  Adjust.
2823         (win32_add_thread): Adjust.
2824         (win32_delete_thread): Change thread argument type to ptid_t.
2825         Adjust.
2826         (win32_fetch_inferior_registers, win32_store_inferior_registers)
2827         (win32_resume, get_win32_debug_event, get_win32_debug_event)
2828         (win32_wait, win32_pid_to_exec_file, win32_pid_to_str): Adjust.
2829         (init_win32_ops): Put to_magic last.
2830         (win32_win32_thread_alive): Adjust.
2831
2832 2008-08-08  Pedro Alves  <pedro@codesourcery.com>
2833
2834         * remote-m32r-sdi.c (m32r_thread_alive, m32r_pid_to_str): New.
2835         (init_m32r_ops): Register m32r_thread_alive and m32r_pid_to_str.
2836
2837 2008-08-08  Pedro Alves  <pedro@codesourcery.com>
2838
2839         * remote-m32r-sdi.c: Include "gdbthread.h".
2840         (remote_m32r_ptid): New.
2841         (m32r_close): Delete the main thread.
2842         (m32r_resume): Set inferior_ptid toA remote_m32r_ptid. Add the
2843         main thread.
2844         (m32r_kill, m32r_load, sdireset_command): Delete the main thread.
2845         (_initialize_remote_m32r): Initialize remote_m32r_ptid.
2846
2847 2008-08-07  Tom Tromey  <tromey@redhat.com>
2848             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2849
2850         * aclocal.m4, configure: Rebuild.
2851         * configure.in: Call ZW_CREATE_DEPDIR,
2852         ZW_PROG_COMPILER_DEPENDENCIES, AC_PROG_MAKE_SET.
2853         (MAKE, GMAKE): New substs.
2854         * acinclude.m4: Include depstand.m4.
2855         * Makefile.in (DEPMODE, DEPDIR, COMPILE.post, COMPILE.pre,
2856         COMPILE, POSTCOMPILE, depcomp): New variables.
2857         Remove all _h variables.
2858         Remove many .o targets.
2859         ($(srcdir)/copying.c): avoid backslash-newline after comment
2860         sign (@maintainer_mode_true@).
2861         (HFILES_NO_SRCDIR): Regenerate.
2862         (generated_files): New variable.
2863         (all_gdbtk_cflags): Likewise.
2864         (.c.o): Rewrote.
2865         (init.o, version.o, copying.o): Remove.
2866         (distclean): Remove DEPDIR.
2867         (test-cp-name-parser.o, hpux-thread.o, main.o, monitor.o,
2868         printcmd.o, procfs.o, v850ice.o): Rewrite.
2869         (cli-cmds.o, cli-decode.o, cli-dump.o, cli-interp.o, cli-logging.o,
2870         cli-script.o, cli-setshow.o, cli-utils.o): Likewise.
2871         (gdbtk.o, gdbtk-bp.o, gdbtk-cmds.o, gdbtk-hooks.o, gdbtk-interp.o,
2872         gdbtk-main.o, gdbtk-register.o, gdbtk-stack.o, gdbtk-varobj.o,
2873         gdbtk-wrapper.o): Likewise.
2874         (mi-cmd-break.o, mi-cmd-disas.o, mi-cmd-env.o, mi-cmd-file.o,
2875         mi-cmds.o, mi-cmd-stack.o, mi-cmd-target.o, mi-cmd-var.o,
2876         mi-console.o, mi-getopt.o, mi-interp.o, mi-main.o, mi-out.o,
2877         mi-parse.o, mi-symbol-cmds.o, mi-common.o, signals.o, tui.o,
2878         tui-command.o, tui-data.o, tui-disasm.o, tui-file.o, tui-hooks.o,
2879         tui-interp.o, tui-io.o, tui-layout.o, tui-main.o, tui-out.o,
2880         tui-regs.o, tui-source.o, tui-stack.o, tui-win.o, tui-windata.o,
2881         tui-wingeneral.o, tui-winsource.o): Likewise.
2882         (all_object_files): New variable.
2883         ($(all_object_files)): New target.
2884         Include dependency files, when using GNU Make.
2885
2886 2008-08-07  Ulrich Weigand  <uweigand@de.ibm.com>
2887
2888         * spu-tdep.c (info_spu_dma_cmdlist): Only show entries with
2889         the valid bit set.  Ensure display order respects partial
2890         order defined by dependency bits.
2891
2892 2008-08-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2893
2894         * solib-pa64.c (read_dld_descriptor): Return zero if load map is not
2895         setup.
2896
2897 2008-08-06  Mark Kettenis  <kettenis@gnu.org>
2898
2899         * i386obsd-nat.c (i386obsd_supply_pcb): Adjust for changes in
2900         OpenBSD 4.3.
2901
2902 2008-08-06  Vladimir Prus  <vladimir@codesourcery.com>
2903             Tom Tromey  <tromey@redhat.com>
2904             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2905             Doug Evans  <dje@google.com>
2906
2907         * Makefile.in (SUBDIR_PYTHON_OBS, SUBDIR_PYTHON_SRCS,
2908         SUBDIR_PYTHON_DEPS, SUBDIR_PYTHON_LDFLAGS, SUBDIR_PYTHON_CFLAGS,
2909         PYTHON_CFLAGS): New.
2910         (python_h, python_internal_h): New.
2911         (cli-script.o): Depend on python.h
2912         (python.o, python-utils.o): New.
2913         * cli/cli-script.c (print_command_lines): Handle python_control.
2914         (execute_control_command): Handle python_control.
2915         (execute_control_command_untraced): New function.
2916         (while_command): Call execute_control_command_untraced.
2917         (if_command): Likewise.
2918         (get_command_line): Remove static attribute.
2919         (read_next_line): Handle "python".
2920         (recurse_read_control_structure): Handle python_control.
2921         (read_command_lines): Handle python_control.
2922         Include python.h.
2923         * cli/cli-script.h (get_command_line): Add prototype.
2924         (execute_control_command_untraced): Likewise.
2925         * configure.ac: Add --with-python.
2926         * defs.h (enum command_control_type) <python_control>: New
2927         constant.
2928         * python/python-internal.h: New file.
2929         * python/python.c: New file.
2930         * python/python.h: New file.
2931         * python/python-utils.c: New file.
2932         * NEWS: Mention Python scripting support and its new commands.
2933
2934 2008-08-06  Ulrich Weigand  <uweigand@de.ibm.com>
2935
2936         * spu-tdep.c (spu_gdbarch_init): Call set_gdbarch_frame_red_zone_size.
2937
2938 2008-08-06  Phil Muldoon  <pmuldoon@redhat.com>
2939
2940         * MAINTAINERS (Write After Approval): Add self.
2941
2942 2008-08-06  Phil Muldoon  <pmuldoon@redhat.com>
2943
2944         * breakpoint.c (hw_breakpoint_used_count): Use breakpoint_enabled.
2945         (insert_breakpoint_locations): Likewise.
2946
2947 2008-08-05  Phil Muldoon  <pmuldoon@redhat.com>
2948
2949         * breakpoint.c (create_longjmp_breakpoint): Remove unused struct
2950         breakpoint.
2951         (set_longjmp_breakpoint): Likewise.
2952
2953 2008-08-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2954
2955         PR build/2490
2956         * solib-pa64.c: Only compile if both HAVE_ELF_HP_H and __LP64__ are
2957         defined.
2958
2959 2008-08-05  Tom Tromey  <tromey@redhat.com>
2960
2961         * bcache.c (deprecated_bcache_added): Initialize obstack.
2962         (bcache_xmalloc): Don't initialize obstack.
2963         (bcache_xfree): Conditionally free obstack.
2964         (bcache_memory_used): Update.
2965
2966 2008-08-05  Tom Tromey  <tromey@redhat.com>
2967
2968         * symfile.c (add_psymbol_to_bcache): Return a const pointer.  Use
2969         bcache_full.
2970         (append_psymbol_to_list): Accept a const pointer.
2971         (add_psymbol_to_list): Fix const correctness.
2972         * bcache.h: (deprecated_bcache_added, deprecated_bcache): Remove.
2973         (bcache_full): Declare.
2974         * bcache.c (bcache_data, deprecated_bcache): Remove.
2975         (bcache): Use bcache_full.
2976         (bcache_full): Rename from deprecated_bcache_added.  Change return
2977         type.
2978
2979 2008-08-04  Stan Shebs  <stan@codesourcery.com>
2980
2981         * solib-svr4.c (BKPT_AT_SYMBOL): Remove, always defined.
2982         (bkpt_names): Remove SOLIB_BKPT_NAME, never defined.
2983         (enable_break): Remove test of BKPT_AT_SYMBOL.
2984
2985 2008-08-02  Keith Seitz  <keiths@redhat.com>
2986
2987         * acinclude.m4: Include ../config/tcl.m4 to pick up
2988         standard Tcl configury bits.
2989         Remove all Tcl, Tk, Itcl, Itk, etc definitions.
2990         * configure.ac: Don't check if ../itcl exists when building
2991         gdbtk. It could be installed.
2992         Rewrite gdbtk configury to allow for using system-supplied
2993         Tcl and Tk. Gdbtk no longer requires build-time access to
2994         itcl and itk.
2995         * Makefile.in: Remove everything related to itcl and itk.
2996         Rewrite the Tcl bits for gdbtk to correspond to rewrite of
2997         configure.ac.
2998         Remove v850ice.o build rule.
2999         (ALL_TCL_CFLAGS): New convenience defintion. Change all
3000         gdbtk sources to use it.
3001         * configure: Regenerate.
3002
3003 2008-07-31  Stan Shebs  <stan@codesourcery.com>
3004
3005         * coffread.c (coff_symtab_read): Remove FUNCTION_EPILOGUE_SIZE.
3006
3007 2008-07-30  Stan Shebs  <stan@codesourcery.com>
3008
3009         * objfiles.c (TARGET_KEEP_SECTION): Remove.
3010         (add_to_objfile_sections): Remove use.
3011
3012 2008-07-29  Tom Tromey  <tromey@redhat.com>
3013
3014         * cli/cli-decode.c (lookup_cmd_1): Use memcpy.
3015         (lookup_cmd_composition): Likewise.
3016
3017 2008-07-29  Tom Tromey  <tromey@redhat.com>
3018
3019         * cli/cli-cmds.c (edit_command): Remove unused variables.  Delete
3020         dead code.  Fix indentation.
3021
3022 2008-07-29  Stan Shebs  <stan@codesourcery.com>
3023
3024         * main.c (captured_main): Remove long-unused #if 0 blocks.
3025
3026 2008-07-28  Tom Tromey  <tromey@redhat.com>
3027
3028         * annotate.h (deprecated_annotate_starting_hook): Remove.
3029         (deprecated_annotate_stopped_hook): Remove.
3030         (deprecated_annotate_exited_hook): Remove.
3031         * Makefile.in (annotate.o): Depend on observer_h.
3032         * top.c (deprecated_delete_breakpoint_hook): Remove.
3033         (deprecated_create_breakpoint_hook): Likewise.
3034         (deprecated_modify_breakpoint_hook): Likewise.
3035         * interps.c (clear_interpreter_hooks): Update for removed hooks.
3036         * breakpoint.c (mention): Don't call removed hook.
3037         (delete_breakpoint): Likewise.
3038         (disable_breakpoint): Likewise.
3039         (do_enable_breakpoint): Likewise.
3040         * annotate.c: Include observer.h.
3041         (breakpoint_changed): Change type of argument.
3042         (_initialize_annotate): Register observers.
3043         (deprecated_annotate_starting_hook): Remove.
3044         (deprecated_annotate_stopped_hook): Remove.
3045         (deprecated_annotate_exited_hook): Remove.
3046         (annotate_starting): Update for hook removal.
3047         (annotate_stopped): Likewise.
3048         (annotate_exited): Likewise.
3049         * defs.h (deprecated_delete_breakpoint_hook): Remove.
3050         (deprecated_create_breakpoint_hook): Likewise.
3051         (deprecated_modify_breakpoint_hook): Likewise.
3052
3053 2008-07-28  Tom Tromey  <tromey@redhat.com>
3054
3055         * main.c (captured_main): Don't use BEFORE_MAIN_LOOP_HOOK.
3056
3057 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
3058
3059         * configure.ac: Check for the GNU/Linux ptrace signature.
3060         * configure: Regenerated.
3061
3062 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
3063
3064         * linux-nat.c (resume_callback): Add more debugging output.
3065         (linux_nat_has_pending_sigint): New function, based on
3066         linux_nat_has_pending.
3067         (set_ignore_sigint, maybe_clear_ignore_sigint): New functions.
3068         (stop_wait_callback): Remove flush_mask handling.  Honor
3069         ignore_sigint.  Call maybe_clear_ignore_sigint.  Pass NULL
3070         to recursive calls.
3071         (linux_nat_has_pending, flush_callback): Remove.
3072         (linux_nat_filter_event): Check for ignore_sigint.
3073         (linux_nat_wait): Remove flush_mask support and call to
3074         flush_callback.  Use set_ignore_sigint and maybe_clear_ignore_sigint.
3075         * linux-nat.h (struct lwp_info): Add ignore_sigint field.
3076
3077 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
3078
3079         * linux-nat.c (count_events_callback, select_event_lwp_callback): Only
3080         report events from resumed threads.
3081
3082 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
3083
3084         * mips-linux-tdep.c (mips_linux_syscall_next_pc): New function.
3085         (mips_linux_init_abi): Set tdep->syscall_next_pc.
3086         * mips-tdep.c (enum mips_fpu_type, struct gdbarch_tdep): Move to
3087         mips-tdep.h.
3088         (mips32_next_pc): Handle the syscall instruction.
3089         * mips-tdep.h (enum mips_fpu_type, struct gdbarch_tdep): New,
3090         from mips-tdep.c.  Add syscall_next_pc to gdbarch_tdep.
3091
3092 2008-07-26  Tom Tromey  <tromey@redhat.com>
3093
3094         PR gdb/1158:
3095         * valops.c (value_struct_elt): Treat function-valued field as a
3096         static method.
3097
3098 2008-07-26  Tom Tromey  <tromey@redhat.com>
3099
3100         PR gdb/1136:
3101         * macroexp.c (get_punctuator) <punctuators>: Rearrange to put
3102         longer tokens first.
3103
3104 2008-07-26  Vladimir Prus  <vladimir@codesourcery.com>
3105
3106         Kill cmd_async_ok.
3107         * cli/cli-decode.h (CMD_ASYNC_OK, set_cmd_async_ok)
3108         (get_cmd_async_ok): Remove.
3109         * cli/cli-decode.c (set_cmd_async_ok, get_cmd_async_ok): Remove.
3110         * cli/cli-cmds.c (init_cli_cmds): Don't use set_cmd_async_ok.
3111         * infcmd.c (_initialize_infcmd): Likewise.
3112         * thread.c (_initialize_thread): Likewise.
3113
3114 2008-07-25  Joseph Myers  <joseph@codesourcery.com>
3115
3116         * mips-tdep.c (mips_n32n64_push_dummy_call): Handle passing
3117         128-bit long doubles in even-odd pairs of FPRs.  Do not
3118         right-align float arguments for big-endian.
3119         (mips_n32n64_return_value): Apply return value convention for
3120         structs containing one or two floating-point values to soft-float
3121         as well as hard-float.  Handle 128-bit long doubles in such
3122         structs.
3123         (mips_o32_push_dummy_call): Only skip one integer register for a
3124         float argument passed in an FPR.
3125
3126 2008-07-25  Tom Tromey  <tromey@redhat.com>
3127
3128         * tui/tui-hooks.c: Include observer.h.
3129         (tui_event_default, tui_old_event_hooks, tui_event_hooks):
3130         Remove.
3131         (tui_bp_created_observer, tui_bp_deleted_observer,
3132         tui_bp_modified_observer): New globals.
3133         (tui_install_hooks): Use observers, not events.
3134         (tui_remove_hooks): Likewise.
3135         * mi/mi-cmd-break.c: Include observer.h, not gdb-events.h.
3136         (mi_breakpoint_observers_installed, mi_can_breakpoint_notify): New
3137         globals.
3138         (breakpoint_notify): Check mi_can_breakpoint_notify.
3139         (breakpoint_hooks): Remove.
3140         (mi_cmd_break_insert): Attach observers.  Don't use events.
3141         * tracepoint.c: Include observer.h, not gdb-events.h.
3142         (tracepoint_operation, trace_pass_command): Notify observer.
3143         * interps.c: Don't include gdb-events.h.
3144         (clear_interpreter_hooks): Don't call clear_gdb_event_hooks.
3145         * gdbarch.c: Rebuild.
3146         * gdbarch.sh: Emit include for observer.h, not gdb-events.h.
3147         (deprecated_current_gdbarch_select_hack): Notify observer.
3148         * breakpoint.h: Don't include gdb-events.h.
3149         * breakpoint.c: Don't include gdb-events.h.
3150         (condition_command): Notify observer.
3151         (commands_command): Likewise.
3152         (commands_from_control_command): Likewise.
3153         (mention, delete_breakpoint, set_ignore_count): Likewise.
3154         (disable_breakpoint, do_enable_breakpoint): Likewise.
3155         * Makefile.in (gdb_events_h): Remove.
3156         (breakpoint_h): Update.
3157         (COMMON_OBS): Remove gdb-events.o.
3158         (gdb-events.o): Remove.
3159         (breakpoint.o, gdbarch.o, interps.o, tracepoint.o, gdbtk-bp.o,
3160         gdbtk-hooks.o, mi-cmd-break.o, tui-hooks.o): Update.
3161         * gdb-events.c: Remove.
3162         * gdb-events.h: Remove.
3163         * gdb-events.sh: Remove.
3164
3165 2008-07-24  Pedro Alves  <pedro@codesourcery.com>
3166
3167         * remote.c (remote_threads_extra_info): Don't query the remote
3168         server about info on the internally added main thread.
3169
3170 2008-07-24  Aleksandar Ristovski  <aristovski@qnx.com>
3171
3172         * nto-procfs.c (procfs_attach): Populate initial thread list.
3173         (procfs_wait): Return new pid, built from the inferior status.
3174
3175 2008-07-23  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3176
3177         * configure.ac (CONFIG_INITS): Delete long obsoleted variable.
3178         * configure: Regenerate.
3179
3180 2008-07-23  Aleksandar Ristovski  <aristovski@qnx.com>
3181
3182         * nto-procfs.c (procfs_xfer_memory): Changed signature.
3183         (procfs_resume): Workaround for dereferencing type-punned pointer
3184         warning.
3185         * nto-tdep.c (nto_parse_redirection): Change signature to be const
3186         correct.
3187         * nto-tdep.h (nto_parse_redirection): Likewise.
3188
3189 2008-07-21  Stan Shebs  <stan@codesourcery.com>
3190
3191         Scrub remnants of IN_SOLIB_DYNSYM_RESOLVE_CODE.
3192         * gdbarch.sh: Adjust comment to refer to
3193         in_solib_dynsym_resolve_code().
3194         * gdbarch.h, gdbarch.c: Update.
3195         * solib-osf.c: Ditto.
3196         * infrun.c: Ditto.
3197         (handle_inferior_event): Use in_solib_dynsym_resolve_code
3198         unconditionally.
3199         * config/mips/nm-irix5.h: Remove undef of
3200         IN_SOLIB_DYNSYM_RESOLVE_CODE.
3201
3202 2008-07-21  Tom Tromey  <tromey@redhat.com>
3203
3204         * symfile.c (reread_symbols): Don't pass argument to observer.
3205         * exec.c (exec_file_attach): Don't pass argument to observer.
3206         * ada-lang.c (ada_executable_changed_observer): Remove argument.
3207         * symtab.c (symtab_observer_executable_changed): Remove argument.
3208         * observer.sh: Handle functions with no arguments.
3209
3210 2008-07-20  Sergei Poselenov  <sposelenov@emcraft.com>
3211             Chris Demetriou  <cgd@google.com>
3212
3213         * elfread.c (elf_symfile_segments): Fix the check that each loadable
3214         section fits within an ELF segment to handle ELF segments that hit
3215         the end of the address space.
3216
3217 2008-07-20  Chris Demetriou  <cgd@google.com>
3218
3219         * MAINTAINERS (Write After Approval): Add self.
3220
3221 2008-07-18  Tom Tromey  <tromey@redhat.com>
3222
3223         PR gdb/855:
3224         * NEWS: Add entry for macro commands.
3225         * Makefile.in (macrocmd.o): Add gdb_string.h.
3226         * macroscope.h (user_macro_scope): Declare.
3227         (default_macro_scope): Update documentation.
3228         (macro_user_macros): Declare.
3229         * c-lang.c (c_preprocess_and_parse): Always attempt macro lookup.
3230         Use user_macro_scope.
3231         (null_macro_lookup): Remove.
3232         * macrotab.h (macro_callback_fn): Declare.
3233         (macro_for_each): Likewise.
3234         (macro_allow_redefinitions): Likewise.
3235         * macrotab.c (foreach_macro): New function
3236         (macro_for_each): Likewise.
3237         (struct macro_table) <redef_ok>: New field.
3238         (macro_allow_redefinitions): New function.
3239         (new_macro_table): Update.
3240         (macro_define_function): Likewise.
3241         (macro_define_object): Likewise.
3242         * macroscope.c (user_macro_scope): New function.
3243         (default_macro_scope): Use it.
3244         (macro_user_macros): New global.
3245         (standard_macro_lookup): Look in macro_user_macros.
3246         (_initialize_macroscope): New function.
3247         * macroexp.h (macro_is_whitespace, macro_is_digit,
3248         macro_is_identifier_nondigit): Declare.
3249         * macroexp.c (macro_is_whitespace): Rename.  No longer static.
3250         (macro_is_digit): Likewise.
3251         (macro_is_identifier_nondigit): Likewise.
3252         (get_identifier): Update.
3253         (get_pp_number): Likewise.
3254         (get_token): Likewise.
3255         * macrocmd.c (skip_ws): New function.
3256         (extract_identifier): Likewise.
3257         (free_macro_definition_ptr): Likewise.
3258         (user_macros): Remove.
3259         (macro_define_command): Implement.
3260         (_initialize_macrocmd): Update.
3261         (macro_undef_command): Implement.
3262         (print_one_macro): New function.
3263         (macro_list_command): Implement.
3264
3265 2008-07-18  Joseph Myers  <joseph@codesourcery.com>
3266
3267         * configure.ac: Put old value of $LIBS after -lbfd -liberty $intl
3268         in BFD ELF check.
3269         * configure: Regenerate.
3270
3271 2008-07-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
3272
3273         * auxv.c (fprint_target_auxv): Stop at AT_NULL.
3274
3275 2008-07-15  Andreas Schwab  <schwab@suse.de>
3276
3277         * valops.c (value_cast_pointers): Follow typedefs when checking
3278         result of coercion.
3279
3280 2008-07-15  Daniel Jacobowitz  <dan@codesourcery.com>
3281
3282         * block.c (block_function): Renamed to ...
3283         (block_linkage_function): ... this.  All callers changed.
3284         * block.h (block_function): Renamed to ...
3285         (block_linkage_function): ... this.
3286
3287 2008-07-15  Daniel Jacobowitz  <dan@codesourcery.com>
3288
3289         * mn10300-tdep.c (set_reg_offsets): Use get_frame_register_unsigned.
3290
3291 2008-07-15  Daniel Jacobowitz  <dan@codesourcery.com>
3292
3293         * frame.c (frame_sp_unwind): Delete.
3294         (get_frame_sp): Do not use it.
3295         * frame.h (frame_sp_unwind): Delete prototype.
3296
3297 2008-07-15  Daniel Jacobowitz  <dan@codesourcery.com>
3298
3299         * ia64-tdep.c (ia64_dummy_id): Use get_frame_pc.
3300
3301 2008-07-15  Daniel Jacobowitz  <dan@codesourcery.com>
3302
3303         * dwarf2-frame.c (dwarf2_frame_cache): Update comment.
3304         * frame.c (frame_unwind_address_in_block): Delete.
3305         (get_frame_address_in_block): Do not use it.  Check the type
3306         of the next frame first.
3307         (frame_cleanup_after_sniffer): Update comment.
3308         * frame.h (frame_unwind_address_in_block): Delete prototype.
3309         * hppa-tdep.c (hppa_find_unwind_entry_in_block): Update comment.
3310
3311 2008-07-15  Daniel Jacobowitz  <dan@codesourcery.com>
3312
3313         * frame.c (frame_func_unwind): Delete.
3314         (get_frame_func): Do not use it.
3315         * frame.h (frame_func_unwind): Delete prototype.
3316         * hppa-tdep.c (hppa_frame_cache): Update comment.
3317         * rs6000-tdep.c (rs6000_frame_cache): Update comment.
3318
3319 2008-07-14  Stan Shebs  <stan@codesourcery.com>
3320
3321         * remote-sim.c (init_gdbsim_ops): Remove
3322         TARGET_REDEFINE_DEFAULT_OPS.
3323
3324 2008-07-15  Daniel Jacobowitz  <dan@codesourcery.com>
3325
3326         * findvar.c (read_var_value): Remove unused variable.
3327
3328 2008-07-15  Luis Machado  <luisgpm@br.ibm.com>
3329
3330         * infrun.c (handle_inferior_event): Tag threads as stopped
3331         before inserting breakpoints.
3332
3333 2008-07-15  Hui Zhu  <teawater@gmail.com>
3334
3335         * MAINTAINERS: Added myself to section Write After Approval.
3336
3337 2008-07-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3338
3339         PR gdb/2477
3340         * cp-abi.c (value_virtual_fn_field): Handle invalid pointers.
3341
3342 2008-07-14  Pedro Alves  <pedro@codesourcery.com>
3343
3344         * i386-dicos-tdep.c (i386_dicos_frame_align): Delete.
3345         (i386_dicos_push_dummy_code): New.
3346         (i386_dicos_init_abi): Don't register i386_dicos_frame_align.
3347         Register i386_dicos_push_dummy_code.
3348
3349 2008-07-14  Markus Deuling  <deuling@de.ibm.com>
3350
3351         * mips-tdep.c (fp_register_arg_p): Add gdbarch as paramter.
3352         (mips_n32n64_push_dummy_call, mips_o64_return_value)
3353         (mips_eabi_push_dummy_call): Update call to fp_register_arg_p.
3354
3355         (MIPS_FPU_TYPE): Add gdbarch as parameter and replace current_gdbarch.
3356         (fp_register_arg_p, mips_dump_tdep, show_mipsfpu_command)
3357         (mips_n32n64_fp_arg_chunk_p): Update caller.
3358
3359         (mips_n32n64_fp_arg_chunk_p): Add gdbarch as paramter.
3360         (mips_n32n64_push_dummy_call): Update caller.
3361
3362         (MIPS_LAST_ARG_REGNUM): Add gdbarch as parameter and replace
3363         current_gdbarch.
3364         (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
3365         (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update caller.
3366
3367
3368         (MIPS_LAST_FP_ARG_REGNUM): Add gdbarch as parameter and replace
3369         current_gdbarch.
3370         (mips_eabi_push_dummy_call, mips_o32_push_dummy_call)
3371         (mips_o64_push_dummy_call): Update caller.
3372
3373         (MIPS_EABI): Add gdbarch as parameter and replace current_gdbarch.
3374         (fp_register_arg_p, mips_dump_tdep): Update caller.
3375
3376         (set_reg_offset): Add gdbarch as parameter and replace current_gdbarch.
3377         (mips16_scan_prologue, mips32_scan_prologue): Update caller.
3378
3379         (reset_saved_regs): Make static.  Add gdbarch as parameter.  Replace
3380         current_gdbarch.
3381         (mips32_scan_prologue): Update caller.
3382
3383         (heuristic_proc_start): Add gdbarch as parameter. Replace
3384         current_gdbarch.
3385         (mips_insn16_frame_cache, mips_insn32_frame_cache): Update caller.
3386
3387         * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers)
3388         (mipsnbsd_store_inferior_registers): Use get_regcache_arch to get at
3389         the current architecture. Update call to getregs_supplies.
3390         (getregs_supplies): Add gdbarch as parameter and replace
3391         current_gdbarch.
3392
3393         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use get_frame_arch to
3394         get at the current architecture. Update call to NBSD_MIPS_JB_OFFSET and
3395         NBSD_MIPS_JB_ELEMENT_SIZE.
3396         (NBSD_MIPS_JB_ELEMENT_SIZE, NBSD_MIPS_JB_OFFSET): Add gdbarch and
3397         replace current_gdbarch.
3398
3399         * remote-mips.c (mips_map_regno): Add gdbarch as parameter and replace
3400         current_gdbarch.
3401         (mips_fetch_registers, mips_store_registers): Update call
3402         to mips_map_regno.
3403         (mips_load): Use get_regcache_arch to get at the current_architecture
3404         and replace current_gdbarch.
3405
3406 2008-07-13  Pedro Alves  <pedro@codesourcery.com>
3407
3408         * thread.c (restore_selected_frame): On fail to restore, select
3409         the innermost frame, and don't crash when warning the user.
3410
3411 2008-07-13  Hui Zhu  <teawater@gmail.com>
3412
3413         * symtab.c (expand_line_sal): Fix a memory leak.
3414
3415 2008-07-13  Pedro Alves  <pedro@codesourcery.com>
3416
3417         * utils.c (struct continuation): Define as inheriting struct
3418         cleanup.
3419         (add_continuation, do_all_continuations)
3420         (discard_all_continuations, add_intermediate_continuation)
3421         (do_all_intermediate_continuations)
3422         (discard_all_intermediate_continuations): Adjust.
3423
3424 2008-07-13  Vladimir Prus  <vladimir@codesourcery.com>
3425
3426         Skip varobj in running threads.
3427         * mi/mi-cmd-var.c (mi_cmd_var_update): If varobj's
3428         thread is not stopped, skip the varobj.
3429         * Makefile.in: Update dependencies.
3430
3431 2008-07-13  Vladimir Prus  <vladimir@codesourcery.com>
3432
3433         Enable all commands while inferiour is running
3434         * mi/mi-main.c (mi_cmd_execute): Don't check if
3435         inferiour is executing.
3436
3437 2008-07-13  Vladimir Prus  <vladimir@codesourcery.com>
3438
3439         Allow all CLI command even if target is executing.
3440         * gdb/top.c (execute_command_1): Don't check if the inferiour
3441         is running.
3442
3443 2008-07-13  Vladimir Prus  <vladimir@codesourcery.com>
3444
3445         * mi/mi-main.c (mi_cmd_execute): Remove unused variable.
3446         Fix printing of frame, when frame is wrong.
3447
3448 2008-07-12  Ulrich Weigand  <uweigand@de.ibm.com>
3449
3450         * spu-tdep.c (spu_frame_unwind_cache): Do not error if
3451         backchain is unreadable.
3452
3453 2008-07-12  Ulrich Weigand  <uweigand@de.ibm.com>
3454
3455         * spu-linux-nat.c: Include "gdbthread.h".
3456         (spu_child_post_startup_inferior): Register main thread.
3457         (spu_child_post_attach): Likewise.
3458         * Makefile.in (spu-linux-nat.o): Update dependencies.
3459
3460 2008-07-12  Pedro Alves  <pedro@codesourcery.com>
3461
3462         Rewrite continuations internals on top of cleanups and plug
3463         continuation arguments leaks.
3464
3465         * defs.h (struct continuation): Make it opaque.
3466         (add_continuation, add_intermediate_continuation): Drop the int
3467         argument of the continuation hook argument.  Add
3468         continuation_free_args argument.
3469         (do_all_continuations, do_all_intermediate_continuations): Drop
3470         the error_p argument.
3471
3472         * utils.c (add_continuation): Drop the int argument of the
3473         continuation hook argument.  Add continuation_free_args argument.
3474         Reimplement on top of cleanups.
3475         (do_all_continuations): Drop error argument.  Reimplement on top
3476         of cleanups.
3477         (discard_all_continuations): Reimplement on top of cleanups.
3478         (add_intermediate_continuation): Drop the int argument of the
3479         continuation hook argument.  Add continuation_free_args argument.
3480         Reimplement on top of cleanups.
3481         (do_all_intermediate_continuations): Drop error argument.
3482         Reimplement on top of cleanups.
3483         (discard_all_intermediate_continuations): Reimplement on top of
3484         cleanups.
3485
3486         * breakpoint.c (until_break_command_continuation): Drop error
3487         argument.  Add xfree as continuation argument deleter.
3488
3489         * inf-loop.c (inferior_event_handler): On error, discard all
3490         continuations.  Adjust to new do_all_intermediate_continuations
3491         and do_all_continuations interfaces.
3492
3493         * infcmd.c (step_1_continuation): Drop error_p argument.  Adjust.
3494         Pass xfree as continuation argument deleter.
3495         (finish_command_continuation): Drop error_p argument.  Adjust.
3496         (finish_command_continuation_free_arg): New.
3497         (finish_command): Pass finish_command_continuation_free_arg as
3498         continuation argument deleter.  Adjust to new do_all_continuations
3499         interfaces.
3500         (attach_command_continuation): Drop error_p argument.
3501         (attach_command_continuation_free_args): New.
3502         (attach_command): Pass attach_command_continuation_free_args as
3503         continuation argument deleter.
3504
3505         * interps.c (interp_set): Adjust to new do_all_continuations
3506         interfaces.
3507
3508         * event-top.c (stdin_event_handler): In error, also discard the
3509         intermediate continuations.
3510
3511 2008-07-12  Pedro Alves  <pedro@codesourcery.com>
3512
3513         Replace struct continuation_args by void* and per command structs.
3514
3515         * top.c (execute_command): Remove unused arg1 and arg2 locals.
3516
3517         * breakpoint.c (struct until_break_command_continuation_args):
3518         New.
3519         (until_break_command_continuation): Take a void* instead of a
3520         continuations_arg.  Adjust.
3521         (until_break_command): Adjust to use struct
3522         until_break_command_continuation_args instead of struct
3523         continuation_arg.
3524
3525         * infcmd.c (struct step_1_continuation_args): New.
3526         (step_1_continuation): Take a void* instead of a
3527         continuations_arg.  Adjust to use struct step_1_continuation_args.
3528         (step_once): Adjust to use struct step_1_continuation_args.
3529
3530         (struct finish_command_continuation_args): New.
3531         (finish_command_continuation): Take a void* instead of a
3532         continuations_arg.  Adjust to use struct
3533         finish_command_continuation_args.
3534         (finish_command): Adjust to use struct
3535         finish_command_continuation_args.
3536         (struct attach_command_continuation_args): New.
3537         (attach_command_continuation): Take a void* instead of a
3538         continuations_arg.  Adjust to use struct
3539         attach_command_continuation_args.
3540         (attach_command): Adjust to use struct
3541         attach_command_continuation_args.
3542
3543         * defs.h (struct continuation_arg): Delete.
3544         (struct continuation): Replace the struct continuation_arg*
3545         parameter of continuation_hook by a void*.  Replace "arg_list"
3546         member by a new "args" member with void* type.
3547         (add_continuation, add_intermediate_continuation): Replace struct
3548         continuation_arg type usages by void* usages.
3549
3550         * utils.c (add_continuation, do_all_continuations)
3551         (add_intermediate_continuation)
3552         (do_all_intermediate_continuations): Replace struct
3553         continuation_arg type usages by void* usages.  Pass "args" instead
3554         of "arg_list".
3555
3556 2008-07-12  Pedro Alves  <pedro@codesourcery.com>
3557
3558         * infrun.c (struct thread_stepping_state): Delete sal member.
3559         (init_thread_stepping_state): Add local sal.  Use it instead of
3560         tss->sal.
3561         (handle_inferior_event): New local stop_pc_sal.  Use it instead of
3562         tss->sal.
3563         (step_into_function): Add local stop_func_sal.  Use it instead of
3564         tss->sal.
3565
3566 2008-07-12  Vladimir Prus  <vladimir@codesourcery.com>
3567
3568         Implement -exec-continue/-exec-interrupt --all.
3569         * infcmd.c (continue_1): New, extracted from
3570         (continue_command): ...here.
3571         (interrupt_target_1): New, extracted from
3572         (interrupt_target_command): ...here.
3573         * inferior.h (continue_1, interrupt_target_1): New.
3574         * mi/mi-main.c (mi_cmd_exec_continue)
3575         (mi_cmd_exec_interrupt): Handle --all.
3576
3577 2008-07-12  Vladimir Prus  <vladimir@codesourcery.com>
3578
3579         Implement --thread and --frame.
3580         * gdbthread.h (find_thread_id): Declare.
3581         * thread.c (find_thread_id): Make non-static.
3582         * mi/mi-main.c (mi_cmd_execute): Switch to the right
3583         thread and frame, if necessary.
3584         * mi/mi-parse.c (mi_parse): Handle --thread and --frame.
3585         * mi/mi-parse.h (strcut mi_parse): New fields thread and frame.
3586
3587 2008-07-12  Vladimir Prus  <vladimir@codesourcery.com>
3588
3589         * infrun.c (resume): Discard cleanups on early exit path.
3590
3591 2008-07-12  Vladimir Prus  <vladimir@codesourcery.com>
3592
3593         * infrun.c (normal_stop): For MI, report which threads
3594         were stopped.
3595
3596 2008-07-12  Vladimir Prus  <vladimir@codesourcery.com>
3597
3598         Report thread state in -thread-info output.
3599         * thread.c (print_thread_info): Add new field "state".
3600
3601 2008-07-11  Pedro Alves  <pedro@codesourcery.com>
3602
3603         * infrun.c (handle_inferior_event): Also ignore a
3604         TARGET_SIGNAL_TRAP on a STOP_QUIETLY_NO_SIGSTOP.
3605
3606 2008-07-11  Tom Tromey  <tromey@redhat.com>
3607
3608         * completer.c (complete_line_internal): New function, from
3609         complete_line.  Add 'for_help' parameter.
3610         (complete_line): Use it.
3611         (command_completer): Move later.  Rewrite.
3612
3613 2008-07-11  Pedro Alves  <pedro@codesourcery.com>
3614
3615         * thread.c (thread_apply_command): Move making the cleanup out of
3616         the loop.
3617
3618 2008-07-11  Pedro Alves  <pedro@codesourcery.com>
3619
3620         Exited threads.
3621
3622         * thread.c (enum thread_state): New.
3623         (thread_state main_thread_running): Delete, in favor of...
3624         (thread_state main_thread_state): ... this.  Update throughout.
3625         (clear_thread_inferior_resources): New, split from free_thread.
3626         (free_thread): Call clear_thread_inferior_resources.
3627         (init_thread_list): Set main thread to stopped state.
3628         (add_thread_silent): Take care of PTID reuses.
3629         (delete_thread): If deleting inferior_ptid or a thread with
3630         refcount > 0, mark it as exited, but still keep it in the list.
3631         Only notify of thread exits, if we haven't done so yet.
3632         (iterate_over_threads): Make it safe to delete threads while
3633         iterating over them.
3634         (do_captured_list_thread_ids): Don't account for exited threads.
3635         (thread_alive): Check for the THREAD_EXITED state, and don't set
3636         ptid to -1 on exited threads.
3637         (set_running): Update to account for extra possible states.
3638         (is_thread_state): New.
3639         (is_stopped, is_exited): New.
3640         (is_running): Implement in terms of is_thread_state.
3641         (any_running): Update.
3642         (print_thread_info): Update.  Account for exited threads.  Don't
3643         warn about missed frame restoring here, its done in the cleanup.
3644         (switch_to_thread): Don't read from a thread that has gone.
3645         (restore_current_thread): In non-stop mode, do a full context
3646         switch.
3647         (restore_selected_frame): Add a frame_level argument.  Rewrite.
3648         (struct current_thread_cleanup): Add selected_frame_level and
3649         was_stopped members.
3650         (do_restore_current_thread_cleanup): Check if thread was stopped
3651         and still is, and if the target has registers, stack and memory
3652         before restoring the selected frame.  Don't delete the cleanup
3653         argument here.
3654         (restore_current_thread_cleanup_dtor): New.
3655         (make_cleanup_restore_current_thread): Remove all arguments.
3656         Rewrite.
3657         (thread_apply_all_command): Update.  Prune threads.
3658         (thread_apply_command): Update.
3659         (thread_command): Account for currently selected exited thread.
3660         (do_captured_thread_select): Check for a running thread.  Prune
3661         threads.
3662         (_initialize_thread): Make "info threads", "thread", "thread
3663         apply", and "thread apply all" appliable without a selected thread.
3664         * gdbthread.h (struct thread_info): Replace running_ by state_.
3665         Add refcount.
3666         (is_exited, is_stopped): Declare.
3667         (make_cleanup_restore_current_thread): Remove all arguments.
3668         * infrun.c: Include "event-top.h".
3669         (fetch_inferior_event): In non-stop mode, restore selected thread
3670         and frame after handling the event and running breakpoint
3671         commands.  Display GDB prompt if needed.
3672         (normal_stop): In non-stop mode, don't print thread switching
3673         notice.
3674         * cli/cli-decode.c (set_cmd_no_selected_thread_ok)
3675         (get_cmd_no_selected_thread_ok): New.
3676         * cli/cli-decode.h (CMD_NO_SELECTED_THREAD_OK): New.
3677         (set_cmd_no_selected_thread_ok, get_cmd_no_selected_thread_ok):
3678         Declare.
3679         * cli/cli-cmds.c: Set "pwd", "help", "info", "show" as
3680         no-selected-thread ok.
3681         * top.c (execute_command): Check for non no-selected-thread-ok
3682         commands.
3683         * linux-nat.c (struct saved_ptids, threads_to_delete)
3684         (record_dead_thread, prune_lwps): Delete.
3685         (exit_lwp): Unconditionally delete thread.
3686         (linux_nat_resume): Remove prune_lwps call.
3687         * infcmd.c (proceed_thread_callback): Check if !is_stopped instead
3688         of is_running.  Adjust to make_cleanup_restore_current_thread
3689         interface change.
3690         * mi/mi-main.c (mi_cmd_execute): Only allow a few commands if the
3691         selected thread has exited.
3692         * inf-loop.c (inferior_event_handler): Don't display the prompt
3693         here.
3694         * varobj.c (c_value_of_root): Update.
3695         * defs.h (make_cleanup_dtor): Declare.
3696         * utils.c (make_cleanup_dtor): New.
3697
3698         * Makefile.in (infrun.o): Depend on $(event_top_h).
3699
3700 2008-07-11  Pedro Alves  <pedro@codesourcery.com>
3701
3702         Add "continue -a" and "interrupt -a" options for non-stop mode.
3703
3704         * infcmd.c (proceed_thread_callback, do_context_switch_to): New.
3705         (continue_command): Add "-a" option.
3706         (interrupt_target_command): Add "-a" option.
3707         (_initialize_infcmd): Add extend help of continue and interrupt
3708         command to mention the new "-a" option.  Mark "continue" async ok.
3709
3710 2008-07-10  Doug Evans  <dje@google.com>
3711
3712         Add "set print symbol-loading on|off".
3713         * NEWS: Document new option.
3714         * symfile.h (print_symbol_loading): Declare.
3715         * symfile.c (print_symbol_loading): New global.
3716         (symbol_file_add_with_addrs_or_offsets): Only print "Reading symbols
3717         from ..." if print_symbol_loading.
3718         (_initialize_symfile): Add set/show print symbol-loading.
3719         * solib.c (solib_read_symbols): Only print "Loaded symbols for ..."
3720         if print_symbol_loading.
3721
3722 2008-07-10  Pedro Alves  <pedro@codesourcery.com>
3723
3724         Non-stop linux native.
3725
3726         * linux-nat.c (linux_test_for_tracefork): Block events while we're
3727         here.
3728         (get_pending_status): Implement non-stop mode.
3729         (linux_nat_detach): Stop threads before detaching.
3730         (linux_nat_resume): In non-stop mode, always resume only a single
3731         PTID.
3732         (linux_handle_extended_wait): On a clone event, in non-stop mode,
3733         add new lwp to GDB's thread table, and mark as running, executing
3734         and stopped appropriately.
3735         (linux_nat_filter_event): Don't assume there are other running
3736         threads when a thread exits.
3737         (linux_nat_wait): Mark the main thread as running and executing.
3738         In non-stop mode, don't stop all lwps.
3739         (linux_nat_kill): Stop lwps before killing them.
3740         (linux_nat_thread_alive): Use signal 0 to detect if a thread is
3741         alive.
3742         (send_sigint_callback): New.
3743         (linux_nat_stop): New.
3744         (linux_nat_add_target): Set to_stop to linux_nat_stop.
3745
3746         * linux-nat.h (thread_db_attach_lwp): Declare.
3747
3748         * linux-thread-db.c (thread_get_info_callback): Check for new
3749         threads if we have none.
3750         (thread_from_lwp, enable_thread_event): Set proc_handle.pid to the
3751         stopped lwp.  Check for new threads if we have none.
3752         (thread_db_attach_lwp): New.
3753         (thread_db_init): Set proc_handle.pid to inferior_ptid.
3754         (check_event): Set proc_handle.pid to the stopped lwp.
3755         (thread_db_find_new_threads): Set proc_handle.pid to any stopped
3756         lwp available, bail out if there is none.
3757
3758         * linux-fork.c (linux_fork_killall): Use SIGKILL instead of
3759         PTRACE_KILL.
3760
3761 2008-07-10  Kevin Buettner  <kevinb@redhat.com>
3762
3763         * rs6000-tdep.c (ppc_displaced_step_fixup): Change type of
3764         `current_pc' from CORE_ADDR to ULONGEST.
3765
3766         * remote-sim.c (gdbsim_cntrl_c): Pass remote_sim_ptid to
3767         gdbsim_stop().
3768
3769 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
3770
3771         * NEWS (New commands): Mention "set disable-randomization".
3772         * configure.ac: Add check for HAVE_PERSONALITY and
3773         HAVE_DECL_ADDR_NO_RANDOMIZE.
3774         * configure, config.in: Regenerate.
3775         * linux-nat.c [HAVE_PERSONALITY]: New include <sys/personality.h>.
3776         [HAVE_PERSONALITY] [!HAVE_DECL_ADDR_NO_RANDOMIZE]: Set
3777         ADDR_NO_RANDOMIZE.
3778         (disable_randomization, show_disable_randomization)
3779         (set_disable_randomization): New.
3780         (linux_nat_create_inferior) [HAVE_PERSONALITY]: New variables
3781         PERSONALITY_ORIG and PERSONALITY_SET.  Disable randomization upon the
3782         variable DISABLE_RANDOMIZATION.
3783         (_initialize_linux_nat): Call ADD_SETSHOW_BOOLEAN_CMD for the variable
3784         DISABLE_RANDOMIZATION.
3785
3786 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
3787
3788         Adjust all targets to new target_stop interface.
3789
3790         * gnu-nat.c (gnu_stop): Add ptid argument.
3791         * go32-nat.c (go32_stop): Add ptid argument.
3792         (go32_create_inferior): Pass inferior_ptid to go32_stop.
3793         * hpux-thread.c (hpux_thread_stop): Add ptid argument.
3794         * monitor.c (monitor_stop): Add ptid argument.
3795         (monitor_open): Pass inferior_ptid to monitor_stop.
3796         (monitor_interrupt): Pass inferior_ptid to target_stop.
3797         (monitor_stop): Add ptid argument.
3798         * nto-procfs.c (nto_interrupt): Pass inferior_ptid to target_stop.
3799         (procfs_create_inferior): Add ptid argument.
3800         * procfs.c (procfs_stop): Add ptid argument.
3801         * remote-m32r-sdi.c (m32r_stop): Add ptid argument.
3802         * remote-sim.c (gdbsim_stop): Add ptid argument.
3803         * sol-thread.c (sol_thread_stop): Add ptid argument.
3804         * win32-nat.c (win32_stop): Add ptid argument.
3805
3806 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
3807
3808         Non-stop inferior control.
3809
3810         * infrun.c (resume): In non-stop mode, always resume just one
3811         thread.
3812         (proceed): Don't call prepare_to_proceed in non-stop mode.
3813         (fetch_inferior_event): In non-stop mode, switch context before
3814         handling the event.
3815         (error_is_running, ensure_not_running): New.
3816         (handle_inferior_event): In non-stop mode: Mark only the event
3817         thread as stopped.  Require that the target module manages adding
3818         threads to the thread list.  Assert that there isn't a
3819         deferred_step_ptid set.  Don't switch to infwait_thread_hop_state.
3820         (normal_stop): Only mark not-running if inferior hasn't exited.
3821         In non-stop mode, only mark the event thread.
3822
3823         * thread.c:Include "cli/cli-decode.h".
3824         (print_thread_info): Don't read from a running thread.
3825         Output "(running)" if thread is running.
3826         (switch_to_thread): Don't read stop_pc if thread is executing.
3827         (do_restore_current_thread_cleanup): Don't write to a running
3828         thread.
3829         (thread_apply_all_command): Don't read from a running thread.  In
3830         non-stop mode, do a full context-switch instead of just switching
3831         threads.
3832         (thread_apply_command): In non-stop mode, do a full context-switch
3833         instead of just switching threads.
3834         (do_captured_thread_select): Likewise.  Inform user if selected
3835         thread is running.
3836         (_initialize_thread): Mark "info threads" and "thread" and
3837         async_ok.
3838
3839         * inf-loop.c (inferior_event_handler): In non-stop mode, don't
3840         unregister the target from the event loop.
3841
3842         * infcmd.c (continue_command, step_1, jump_command)
3843         (signal_command): Ensure the selected thread isn't running.
3844         (interrupt_target_command): In non-stop mode, interrupt only the
3845         selected thread.
3846
3847         * inferior.h (error_is_running, ensure_not_running): Declare.
3848
3849         * target.h (struct target_ops): Add ptid argument to the to_stop
3850         member.
3851         (target_stop): Add ptid_t argument.
3852
3853         * target.c (update_current_target): Add ptid argument to to_stop's
3854         type.
3855         (debug_to_stop): Add ptid_t argument.
3856         (debug_to_rcmd): Set to_stop_ptid.
3857
3858         * remote.c (remote_stop): Add ptid_t argument.
3859         (async_remote_interrupt): Add inferior_ptid to target_stop.
3860         * inf-ptrace.c (inf_ptrace_stop): Add ptid argument.
3861
3862         * Makefile.in (thread.o): Depend on $(cli_decode_h).
3863
3864 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
3865
3866         Don't rely on ecs->wait_for_more.
3867
3868         * infrun.c (proceed): Clear the stepping state, set
3869         previous_inferior_ptid and clear infwait state.
3870         (wait_for_inferior): Don't clear the stepping state, set
3871         previous_inferior_ptid, or clear the infwait state here.
3872         (fetch_inferior_event): Don't clear the stepping state, set
3873         previous_inferior_ptid, or clear the infwait state here.  Don't
3874         condition on wait_for_more.
3875
3876 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
3877
3878         Refactor infrun a bit.
3879
3880         * infrun.c (currently_stepping): Take a struct
3881         thread_stepping_state instead of an execution_control_state.
3882         (struct thread_stepping_state): New, split from
3883         execution_control_state.
3884         (gtss, tss): New globals.
3885         (proceed): Clear the stepping state, set previous_inferior_ptid
3886         and clear infwait state.
3887         (init_wait_for_inferior): Clear the stepping state,
3888         previous_inferior_ptid and infwait state.
3889         (waiton_ptid, infwait_state): New, split from
3890         execution_control_state.
3891         (struct execution_control_state): Members that persist through
3892         events moved out to either struct thred_stepping_state or made
3893         global.  Deleted unneeded wp, saved_inferior_ptid, tmpstatus.
3894         (wait_for_inferior, fetch_inferior_event): Use local
3895         execution_control_state.  Update to execution_control_state split.
3896         (init_execution_control_state): Adjust.
3897         (init_thread_stepping_state): New, extracted from
3898         init_execution_control_state.
3899         (context_switch): Take a ptid instead of an
3900         execution_control_state.
3901         (context_switch_to): Adjust.
3902         (adjust_pc_after_break): Adjust.
3903         (init_infwait_state): New.
3904         (handle_inferior_event): Adjust.
3905
3906 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
3907             Vladimir Prus  <vladimir@codesourcery.com>
3908
3909         Per-thread commands.
3910
3911         * gdbthread.h: Remove unneeded forward declarations.
3912         Include "inferior.h".
3913         (struct thread_info): Add continuations,
3914         intermediate_continuations, proceed_to_finish, step_over_calls,
3915         stop_step, step_multi and stop_signal members.
3916         (save_infrun_state): Add continuations,
3917         intermediate_continuations, proceed_to_finish, step_over_calls,
3918         stop_step, step_multi, stop_signal and stop_bpstat parameters.
3919         (load_infrun_state): Add continuations,
3920         intermediate_continuations, proceed_to_finish, step_over_calls,
3921         stop_step, step_multi, stop_signal and stop_bpstat parameters.
3922
3923         * thread.c (load_infrun_state): In non-stop mode, load
3924         continuations, intermediate_continuations, proceed_to_finish,
3925         step_over_calls, stop_step, step_multi and stop_signal.
3926         (save_infrun_state): Store continuations,
3927         intermediate_continuations, proceed_to_finish, step_over_calls,
3928         stop_step, step_multi, stop_signal and stop_bpstat.
3929         (save_infrun_state): Store continuations,
3930         intermediate_continuations, proceed_to_finish, step_over_calls,
3931         stop_step, step_multi, stop_signal and stop_bpstat.
3932         (free_thread): Clear The thread's stop_bpstat.
3933
3934         * inferior.h (context_switch_to): Declare.
3935
3936         * infrun.c (ecss): New global.
3937         (context_switch): Context switch continuations,
3938         intermediate_continuations, proceed_to_finish, step_over_calls,
3939         stop_step, step_multi, stop_signal and stop_bpstat.
3940         (wait_for_inferior): Use global ecss.
3941         (async_ecss, async_ecs): Delete.
3942         (fetch_inferior_event): Use global ecss.
3943         (context_switch_to): New.
3944
3945         * top.c (execute_command): In non-stop, only check if the current
3946         thread is running, in all-stop, check if there's any thread
3947         running.
3948
3949         * breakpoint.c (bpstat_remove_breakpoint): New.
3950         (bpstat_remove_breakpoint_callback): New.
3951         (delete_breakpoint): Clear the stop_bpstats of all threads.
3952
3953         * mi/mi-main.c (mi_cmd_execute): In non-stop, only check if the
3954         current thread is running, in all-stop, check if there's any
3955         thread running.
3956
3957         * Makefile.in (gdbthread_h): Depend on $(inferior_h).
3958
3959 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
3960
3961         Add non_stop global.
3962
3963         * inferior.h (non_stop): Declare.
3964         * infrun.c (non_stop, non_stop_1): New.
3965         (set_non_stop, show_non_stop): New.
3966         (_initialize_infrun): Add "set/show non-stop" command.
3967
3968 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
3969
3970         Adjust fork/vfork/exec to pass ptids around.
3971
3972         * target.h (struct target_waitstatus): Store related_pid as a ptid.
3973         (inferior_has_forked, inferior_has_vforked, inferior_has_execd):
3974         Take a ptid_t.
3975         * breakpoint.h (struct breakpoint): Change forked_inferior_pid
3976         type to ptid.
3977         * breakpoint.c (print_it_typical, bpstat_check_location)
3978         (print_one_breakpoint_location, set_raw_breakpoint_without_location)
3979         (create_fork_vfork_event_catchpoint): Adjust.
3980         * infrun.c (fork_event): Change parent_pid and child_pid types to
3981         ptid.
3982         (follow_exec, inferior_has_forked, inferior_has_vforked)
3983         (inferior_has_execd): Take a ptid_t and don't trim it.
3984         * linux-thread-db.c (thread_db_wait): Don't trim the returned ptid.
3985         * linux-nat.c (linux_child_follow_fork): Adjust.
3986         * inf-ptrace.c (inf_ptrace_wait): Adjust.
3987         * inf-ttrace.c (inf_ttrace_wait): Adjust.
3988         * win32-nat.c (get_win32_debug_event): Don't set related_pid.
3989
3990 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
3991
3992         Add "executing" property to threads.
3993
3994         * inferior.h (target_executing): Delete.
3995         * gdbthread.h (struct thread_info): Add executing_ field.
3996         (set_executing, is_executing): New.
3997         * thread.c (main_thread_executing): New.
3998         (init_thread_list): Clear it and also main_thread_running.
3999         (is_running): Return false if target has no execution.
4000         (any_running, is_executing, set_executing): New.
4001
4002         * top.c: Include "gdbthread.h".
4003         (target_executing): Delete.
4004         (execute_command): Replace target_executing check by any_running.
4005         * event-top.c: Include "gdbthread.h".
4006         (display_gdb_prompt, command_handler): Replace target_executing by
4007         is_running.
4008         * inf-loop.c: Include "gdbthread.h".  Don't mark as not executing
4009         here.  Replace target_executing by is_running.
4010         * infrun.c (handle_inferior_event): Mark all threads as
4011         not-executing.
4012         * linux-nat.c (linux_nat_resume): Don't mark thread as executing
4013         here.
4014         * stack.c (get_selected_block): Return null if inferior is
4015         executing.
4016         * target.c (target_resume): Mark resumed ptid as executing.
4017         * breakpoint.c (until_break_command): Replace target_executing
4018         check by is_executing.
4019         * remote.c (remote_async_resume): Don't mark inferior as executing
4020         here.
4021         * mi/mi-interp.c (mi_cmd_interpreter_exec): Replace target_executing
4022         by any_running.
4023
4024         * mi/mi-main.c (mi_cmd_exec_interrupt, mi_cmd_execute)
4025         (mi_execute_async_cli_command): Replace target_executing by
4026         is_running.
4027
4028         * frame.c (get_current_frame): Error out if the current thread is
4029         executing.
4030         (has_stack_frames): New.
4031         (get_selected_frame, deprecated_safe_get_selected_frame): Check
4032         has_stack_frames.
4033
4034         * Makefile.in (event-top.o, frame.o, inf-loop.o, top.o): Depend on
4035         $(gdbthread_h).
4036
4037 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
4038
4039         * symfile.c (load_command): Reopen the exec file and reread
4040         symbols before anything else.
4041
4042 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
4043
4044         * remote-sim.c: Include gdbthread.h.
4045         (remote_sim_ptid): New global.
4046         (gdbsim_create_inferior): Silently add the main task to GDB's
4047         thread list.
4048         (gdbsim_close, gdbsim_mourn_inferior): Silently delete the main
4049         task from GDB's thread list.
4050         (gdbsim_resume): Adjust to use remote_sim_ptid.
4051         (gdbsim_thread_alive, gdbsim_pid_to_str): New.
4052         (init_gdbsim_ops): Register gdbsim_thread_alive and
4053         gdbsim_pid_to_str.
4054         (_initialize_remote_sim): Initialize remote_sim_ptid.
4055         * Makefile.in (remote-sim.o): Depend on $(gdbthread_h).
4056
4057 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
4058
4059         * monitor (monitor_ptid): New global.
4060         (monitor_open): Silently add the main task to GDB's thread list.
4061         (monitor_close, monitor_mourn_inferior): Silently delete the main
4062         task from GDB's thread list.
4063         (monitor_thread_alive, monitor_pid_to_str): New.
4064         (init_base_monitor_ops): Register monitor_thread_alive and
4065         monitor_pid_to_str.
4066         (_initialize_remote_monitors): Initialize monitor_ptid.
4067
4068         * gdbthread.h (delete_thread_silent): Declare.
4069         * thread.c (delete_thread): Rename to ...
4070         (delete_thread_1): ... this.  Add "silent" parameter.  If silent,
4071         don't do exit notifications.
4072         (delete_thread, delete_thread_silent): New, as wrappers to
4073         delete_thread_1.
4074
4075 2008-07-08  Pedro Alves  <pedro@codesourcery.com>
4076
4077         * breakpoint.c (update_global_location_list): Add boolean
4078         "should_insert" argument.  Only insert locations if caller told it
4079         too.
4080         (update_global_location_list_nothrow): Add boolean "should_insert"
4081         argument.  Pass it to update_global_location_list.
4082         (insert_breakpoints, create_longjmp_breakpoint)
4083         (create_overlay_event_breakpoint, enable_overlay_breakpoints)
4084         (create_thread_event_breakpoint, create_solib_event_breakpoint)
4085         (create_fork_vfork_event_catchpoint, create_exec_event_catchpoint)
4086         (enable_watchpoints_after_interactive_call_stop)
4087         (set_momentary_breakpoint, create_breakpoints)
4088         (break_command_really, watch_command_1)
4089         (create_ada_exception_breakpoint, update_breakpoint_locations)
4090         (do_enable_breakpoint, enable_command): Pass true to
4091         update_global_location_list.
4092         (bpstat_stop_status, disable_overlay_breakpoints)
4093         (disable_watchpoints_before_interactive_call_start)
4094         (delete_breakpoint, disable_breakpoint, disable_command): Pass
4095         false to update_global_location_list.
4096         (update_breakpoints_after_exec): Don't temporarily disable
4097         always-inserted mode.
4098
4099 2008-07-08  Pedro Alves  <pedro@codesourcery.com>
4100
4101         * breakpoint.c (mark_breakpoints_out): Make public.
4102         (update_breakpoints_after_exec): Don't call mark_breakpoints_out
4103         here.  Update comment.
4104         * breakpoint.h (mark_breakpoints_out): Declare.
4105
4106         * linux-nat.c (linux_handle_extended_wait): On
4107         TARGET_WAITKIND_EXECD, call mark_breakpoints_out.
4108         * inf-ttrace.c (inf_ttrace_wait): Likewise.
4109
4110 2008-07-08  Pedro Alves  <pedro@codesourcery.com>
4111
4112         * infrun.c (follow_exec): Reset shared libraries before adding the
4113         main exec file.
4114
4115 2008-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4116
4117         * breakpoint.c (bpstat_copy): Call RELEASE_VALUE on the new OLD_VAL.
4118
4119 2008-07-07  Pedro Alves  <pedro@codesourcery.com>
4120
4121         * i386-dicos-tdep.c: Include "inferior.h".
4122         (i386_dicos_frame_align): New.
4123         (i386_dicos_init_abi): Register i386_dicos_frame_align.  Set call
4124         dummy location ON_STACK.
4125         * Makefile.in (i386-dicos-tdep.o): Depend on $(inferior_h).
4126
4127 2008-07-07  Joel Brobecker  <brobecker@adacore.com>
4128
4129         * gstdint.h: New file.
4130
4131 2008-07-05  Vladimir Prus  <vladimir@codesourcery.com>
4132
4133         * mi/mi-interp.c (mi_on_resume): Don't try to report
4134         resumed thread it the thread list is empty.
4135
4136 2008-07-05  Pierre Muller  <muller@ics.u-strasbg.fr>
4137
4138         * cli/cli-decode.c (add_setshow_optional_filename_cmd): Set
4139         completer for set to filename_completer.
4140
4141         NEWS: Mention it.
4142
4143 2008-07-04  Vladimir Prus  <vladimir@codesourcery.com>
4144
4145         Implement -target-attach.
4146         * mi/mi-cmds.c (mi_cmds): Forward -target-attach to CLI attach.
4147
4148 2008-06-21  Hui Zhu  <teawater@gmail.com>
4149
4150         * target-descriptions.c (maint_print_c_tdesc_cmd): Fix a memory leak.
4151
4152 2008-07-03  Pedro Alves  <pedro@codesourcery.com>
4153
4154         * config/i386/nm-cygwin.h (ATTACH_NO_WAIT): Delete.
4155         * config/i386/nm-i386gnu.h (ATTACH_NO_WAIT): Delete.
4156
4157         * target.h (struct target_ops): Add to_attach_no_wait member.
4158         (target_attach_no_wait): New.
4159         * target.c (update_current_target): Inherit to_attach_no_wait.
4160
4161         * infcmd.c: Replace ATTACH_NO_WAIT compile time check by
4162         target_attach_no_wait runtime check.
4163
4164         * gnu-nat.c (init_gnu_ops): Set to_attach_no_wait in gnu_ops.
4165         * win32-nat.c (init_win32_ops): Set to_attach_no_wait in
4166         win32_ops.
4167
4168 2008-07-03  Pedro Alves  <pedro@codesourcery.com>
4169
4170         * i386-tdep.c (i386_displaced_step_fixup): Condition log printing
4171         on debug_displaced being set.
4172
4173 2008-06-30  Daniel Jacobowitz  <dan@codesourcery.com>
4174
4175         * frame.c (get_prev_frame_1): Call frame_unwind_find_by_frame
4176         directly instead of get_frame_id.
4177
4178 2008-06-30  Luis Machado  <luisgpm@br.ibm.com>
4179
4180         * rs6000-tdep.c (ppc_displaced_step_fixup): New function.
4181         (deal_with_atomic_sequence): Update BC masks.
4182         (rs6000_gdbarch_init): Init displaced stepping infra-structure.
4183         Define BRANCH_MASK, B_INSN, BC_INSN, BXL_INSN, BP_MASK and BP_INSN.
4184
4185 2008-06-30  Daniel Jacobowitz  <dan@codesourcery.com>
4186
4187         * cris-tdep.c (crisv32_single_step_through_delay): Get this frame's
4188         register, not the previous frame's.
4189
4190 2008-06-30  Luis Machado  <luisgpm@br.ibm.com>
4191
4192         * source.c (select_source_symtab): Make sure we skip namespace
4193         symtabs when showing cpp source code.
4194
4195 2008-06-30  Hans-Peter Nilsson  <hp@axis.com>
4196
4197         * MAINTAINERS (Authorized committers): Fix my email address.
4198
4199 2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
4200
4201         * mi/mi-cmds.c (mi_cmds): Route -exec-run, -exec-until,
4202         -target-download and -target-select via CLI, so that
4203         the quoting rules are the same as they were (unfortunately)
4204         in all prior gdb releases.
4205         * mi/mi-cmds.h (mi_cmd_exec_run, mi_cmd_exec_until)
4206         (mi_cmd_target_download, mi_cmd_target_select): Remove.
4207         * mi/mi-main.c (mi_cmd_exec_run, mi_cmd_exec_until)
4208         (mi_cmd_target_download, mi_cmd_target_select): Remove.
4209         (mi_cmd_execute): Set current_token even for commands
4210         routed via CLI.
4211
4212 2008-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
4213
4214         * alphafbsd-tdep.c: Update for unwinder changes.
4215         * alpha-linux-tdep.c: Likewise.
4216         * alphanbsd-tdep.c: Likewise.
4217         * alphaobsd-tdep.c: Likewise.
4218         * avr-tdep.c: Likewise.
4219         * cris-tdep.c: Likewise.
4220         * frv-linux-tdep.c: Likewise.
4221         * frv-tdep.c: Likewise.
4222         * h8300-tdep.c: Likewise.
4223         * hppa-linux-tdep.c: Likewise.
4224         * iq2000-tdep.c: Likewise.
4225         * m32c-tdep.c: Likewise.
4226         * m32r-linux-tdep.c: Likewise.
4227         * m32r-tdep.c: Likewise.
4228         * m68hc11-tdep.c: Likewise.
4229         * mep-tdep.c: Likewise.
4230         * mn10300-tdep.c: Likewise.
4231         * mt-tdep.c: Likewise.
4232         * score-tdep.c: Likewise.
4233         * sh64-tdep.c: Likewise.
4234         * sh-tdep.c: Likewise.
4235         * sparc64fbsd-tdep.c: Likewise.
4236         * sparc64nbsd-tdep.c: Likewise.
4237         * sparc64obsd-tdep.c: Likewise.
4238         * v850-tdep.c: Likewise.
4239         * vaxobsd-tdep.c: Likewise.
4240         * vax-tdep.c: Likewise.
4241         * xstormy16-tdep.c: Likewise.
4242
4243 2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
4244
4245         * mi/mi-main.c (enum captured_mi_execute_command_actions)
4246         (captured_mi_execute_command_args): Remove.
4247         (captured_mi_execute_command): Cast the closure to mi_parse
4248         pointer, not to captured_mi_execute_command_args, and don't
4249         set the action field thereof.
4250         (mi_execute_command): Pass struct mi_parse, not
4251         captured_mi_execute_command_args to captured_mi_execute_command.
4252         (mi_execute_command): Remove (dead) code for suppressing
4253         printing prompt.
4254
4255 2008-06-28  Pedro Alves  <pedro@codesourcery.com>
4256
4257         * linux-nat.c (enum sigchld_state): New.
4258         (linux_nat_async_events_state): Renamed from
4259         linux_nat_async_events_enabled.
4260         (linux_nat_event_pipe_push, my_waitpid): Adjust.
4261         (sigchld_default_action): New.
4262         (lin_lwp_attach_lwp): Adjust.  Call linux_nat_async_events
4263         unconditionally.
4264         (linux_nat_create_inferior): Set events state to sigchld_default
4265         state.
4266         (linux_nat_resume): Adjust.
4267         (linux_nat_wait): Call linux_nat_async_events unconditionally.
4268         (sigchld_handler): Adjust.
4269         (linux_nat_async_mask): Don't set SIGCHLD actions here.
4270         (get_pending_events): Adjust.
4271         (linux_nat_async_events): Rewrite to handle enum sigchld_state
4272         instead of a boolean.
4273         (linux_nat_async): Adjust.
4274         (_initialize_linux_nat): Capture default SIGCHLD action into
4275         sigchld_default_action.
4276
4277 2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
4278
4279         * breakpoint.c (moribund_locations): New.
4280         (bpstat_stop_status): Process moribund locations.
4281         (update_global_location_list): Add removed
4282         locations to moribund_locations.
4283         (breakpoint_retire_moribund): New.
4284         * breakpoint.h (struct bp_location): New field
4285         events_till_retirement.
4286         (breakpoint_retire_moribund): Declare.
4287         * thread.c (thread_count): New.
4288         * infrun.c (handle_inferior_event): Call
4289         breakpoint_retire_moribund.
4290         * gdbthread.h (thread_count): Declare.
4291
4292 2008-06-27  Joseph Myers  <joseph@codesourcery.com>
4293
4294         * dfp.c (decimal_convert): Call match_endianness before and after
4295         conversion.
4296
4297 2008-06-27  Jonathan Larmour  <jifl@eCosCentric.com>
4298
4299         * remote.c (remote_insert_breakpoint): Ensure that if Z0
4300         unsupported and we fall back to memory_insert_breakpoint, we
4301         use the unmodified requested address.
4302
4303 2008-06-27  Joel Brobecker  <brobecker@adacore.com>
4304
4305         * dwarf2read.c (read_attribute_value): Issue a complaint when
4306         adjusting size attribute values of 0xffffffff as zero.
4307
4308 2008-06-27  Joseph Myers  <joseph@codesourcery.com>
4309
4310         * i386-tdep.c (i386_16_byte_align_p): New.
4311         (i386_push_dummy_call): Determine stack space required for
4312         arguments going forwards allowing for 16-byte alignment, then push
4313         arguments going forwards.
4314
4315 2008-06-27  Pedro Alves  <pedro@codesourcery.com>
4316
4317         * infrun.c (start_remote): Don't clear thread list here.
4318         * monitor.c (monitor_open): Include "gdbthread.h".  Clear thread
4319         list here.
4320         * remote.c (record_currthread): Upgrade the main thread and its
4321         entry in the thread list if this is the first time we hear about
4322         threads.
4323         (remote_thread_alive): Consider magic_null_ptid or a ptid without
4324         a tid member always alive.
4325         (remote_find_new_threads): Don't update the main thread here.
4326         (remote_start_remote): Clear thread list here.  Always add the
4327         main thread.
4328         (extended_remote_attach_1): Add the main thread here.
4329         (extended_remote_mourn_1): Re-add the main thread here.
4330         (extended_remote_create_inferior_1): Add a main thread.
4331
4332         * Makefile.in (monitor.o): Depend on $(gdbthread_h).
4333
4334 2008-06-27  Pedro Alves  <pedro@codesourcery.com>
4335
4336         Use ptid_t.tid to store thread ids instead of ptid_t.pid.
4337
4338         * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): New
4339         globals.
4340         (general_thread, continue_thread): Change type to ptid_t.
4341         (record_currthread): Take a ptid_t parameter instead of an
4342         integer.
4343         (MAGIC_NULL_PID): Delete.
4344         (set_thread): Take a ptid_t parameter and adjust.
4345         (set_general_thread, set_continue_thread): New.
4346         (remote_thread_alive, remote_newthread_step)
4347         (remote_current_thread, remote_find_new_threads)
4348         (remote_threads_info, remote_start_remote, remote_vcont_resume)
4349         (remote_resume_1, remote_wait, extended_remote_create_inferior_1)
4350         (threadalive_test, remote_pid_to_str)
4351         (remote_get_thread_local_address): Adjust.
4352         (_initialize_remote): Initialize magic_null_ptid, not_sent_ptid
4353         and any_thread_ptid.
4354
4355 2008-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4356
4357         * configure.ac (--enable-tui): AC_MSG_ERROR for explicit --enable-tui.
4358         * configure: Regenerated.
4359
4360 2008-06-26  Joel Brobecker  <brobecker@adacore.com>
4361
4362         * dwarf2read.c (read_attribute_value): Treat size attribute
4363         values of 0xffffffff as if the attribute value was zero.
4364
4365 2008-06-26  Vladimir Prus  <vladimir@codesourcery.com>
4366
4367         * linux-nat.c: Add description of overall logic.
4368
4369 2008-06-26  Daniel Jacobowitz  <dan@codesourcery.com>
4370
4371         * Makefile.in (GNULIB_H): Use GNULIB_STDINT_H.
4372         (gdb_stdint_h, gdb_stdint.h, stamp-int): Delete.  Remove
4373         all dependencies on $(gdb_stdint_h).
4374         (distclean): Do not delete gdb_stdint.h.
4375         * acinclude.m4: Do not use stdint.m4.
4376         * configure.ac: Set GNULIB_STDINT_H.  Remove tests for stdint.h,
4377         uintptr_t, and gdb_stdint.h.
4378         * defs.h: Include <stdint.h>.
4379         * gdb_thread_db.h: Assume stdint.h is already included.
4380         * breakpoint.c, findcmd.c, hppa-tdep.c, inf-ptrace.c, proc-service.c,
4381         rs6000-nat.c, spu-linux-nat.c, target.c, win32-nat.c: Do not
4382         include gdb_stdint.h.
4383         * configure, config.in: Regenerate.
4384
4385 2008-06-26  Joseph Myers  <joseph@codesourcery.com>
4386
4387         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Handle passing
4388         decimal floating-point values in GPRs for soft-float.
4389         (do_ppc_sysv_return_value): Handle returning decimal
4390         floating-point values in GPRs for soft-float.
4391
4392 2008-06-26  Vladimir Prus  <vladimir@codesourcery.com>
4393
4394         * target.c (target_read_until_error): New.
4395         * target.h (target_read_until_error): Declare.
4396         * mi/mi-main.c (mi_cmd_data_read_memory): Use
4397         target_read_until_error.
4398
4399 2008-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
4400
4401         Fix a memory leak found by Hui Zhu <teawater@gmail.com>.
4402         * c-exp.y (parse_number): Move the S and SAVED_CHAR initialization
4403         after the DECFLOAT detection to fix a memory leak.  Remove the
4404         redundant NUM initialization.  Protect the DECFLOAT detection memory
4405         access before the P block.  Restore the P memory content for the
4406         DECFLOAT detection.
4407
4408 2008-06-25  Vladimir Prus  <vladimir@codesourcery.com>
4409
4410         Kill the return value for all MI command functions.
4411         * mi/mi-cmds.h (enum mi_cmd_result): Remove.
4412         (mi_cmd_argv_ftype): Change return type to void.
4413
4414         * mi/mi-main.c: Adjust all function that implement
4415         MI commands to return nothing.
4416         (struct captured_mi_execute_command_actions):
4417         Remove the rc field.
4418         (mi_cmd_execute): Return nothing.
4419         (mi_execute_async_cli_command): Return nothing.
4420         (mi_cmd_exec_interrupt): Don't print ^done here.
4421         (mi_cmd_target_select): Don't print ^connected here.
4422         (captured_mi_execute_command): Don't check for MI_CMD_DONE.
4423         Special-case -target-select and output ^connected, not ^done.
4424
4425         * mi/mi-cmd-break.c: Adjust.
4426         * mi/mi-cmd-disas.c: Adjust.
4427         * mi/mi-cmd-env.c: Adjust.
4428         * mi/mi-cmd-file.c: Adjust.
4429         * mi/mi-cmd-stack.c: Adjust.
4430         * mi/mi-cmd-target.c: Adjust.
4431         * mi/mi-cmd-var.c: Adjust.
4432         * mi/mi-interp.c: Adjust.
4433         * mi/mi-symbol-cmds.c: Adjust.
4434
4435 2008-06-25  Vladimir Prus  <vladimir@codesourcery.com>
4436
4437         Emit ^running via observer.
4438         * mi/mi-interp.c (mi_cmd_interpreter_exec): Do no print
4439         ^running here.
4440         (mi_on_resume): Print ^running if not previously output.
4441         * mi/mi-main.c (running_result_record_printed): New.
4442         (captured_mi_execute_command): Reset
4443         running_result_record_printed.  Use running_result_record_printed
4444         to decide if we should skip ^done.
4445         (mi_execute_async_cli_command): Don't print ^running here.
4446         * mi/mi-main.h (current_token, running_result_record_printed):
4447         Declare.
4448
4449 2008-06-24  Michael Snyder  <msnyder@specifix.com>
4450
4451         * infrun.c (_initialize_infrun): White space and typo fix.
4452
4453 2008-06-23  Christopher Faylor  <me.gdb.changelog@cgf.cx>
4454
4455         * win32-nat.c (safe_symbol_file_add_stub): Remove unused variable.
4456         (do_initial_win32_stuff): Fix problem with inability to set breakpoints
4457         when first loading DLL with "dll" command.
4458
4459 2008-06-19  Pierre Muller  <muller@ics.u-strasbg.fr>
4460
4461         * gnu-nat.c (proc_string): Use capital T for "Thread".
4462
4463 2008-06-19  Pierre Muller  <muller@ics.u-strasbg.fr>
4464
4465         * win32-nat.c (win32_pid_to_str): Use capital T for "Thread".
4466
4467 2008-06-18  Joel Brobecker  <brobecker@adacore.com>
4468
4469         * solib-osf.c (osf_solib_create_inferior_hook): Do nothing if
4470         the target cannot run.
4471
4472 2008-06-18  Joel Brobecker  <brobecker@adacore.com>
4473
4474         * solib-osf.c (osf_solib_create_inferior_hook): Do nothing if
4475         we're attaching to a running process.
4476
4477 2008-06-18  Pierre Muller  <muller@ics.u-strasbg.fr>
4478
4479         * win32-nat.c (handle_load_dll): Give dll name and load address
4480         if debug_events is on.
4481         (handle_unload_dll): Likewise.
4482
4483 2008-06-14  Vladimir Prus  <vladimir@codesourcery.com>
4484
4485         Don't suppress *running when doing finish.
4486         * infcall.c (call_function_by_hand): Set both
4487         suppress_resume_observer and suppress_stop_observer.
4488         * infcmd.c (suppress_run_stop_observers): Split into...
4489         (suppress_resume_observer, suppress_stop_observer): ...those.
4490         (finish_command_continuation): Clear suppress_stop_observer.
4491         (finish_command): Set suppress_stop_observer.
4492         * inferior.h (suppress_run_stop_observers): Split into...
4493         (suppress_resume_observer, suppress_stop_observer): ...those.
4494         * infrun.c (normal_stop): Check for suppress_stop_observer.
4495         * thread.c (set_running): Check for suppress_resume_observer.
4496
4497 2008-06-12  Pedro Alves  <pedro_alves@portugalmail.pt>
4498             Pierre Muller  <muller@ics.u-strasbg.fr>
4499
4500         * gdbarch.sh (gdbarch_skip_main_prologue): New.
4501         * gdbarch.h, gdbarch.c: Regenerate.
4502         * i386-tdep.h (i386_skip_main_prologue): Declare.
4503         * i386-tdep.c (i386_skip_main_prologue): New.
4504         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Register
4505         i386_skip_main_prologue as gdbarch_skip_main_prologue gdbarch callback.
4506         * symtab.c (find_function_start_sal): When pc points at the "main"
4507         function, call gdbarch_skip_main_prologue.
4508
4509 2008-06-11  Daniel Jacobowitz  <dan@codesourcery.com>
4510
4511         * value.c (value_primitive_field): Fetch lazy register values.
4512
4513 2008-06-11  Pedro Alves  <pedro@codesourcery.com>
4514
4515         * NEWS: Mention support removal of undocumented S AA p PID stop
4516         reply packet.
4517
4518         * remote.c (remote_wait): Remove undocumented S AA p PID support.
4519
4520 2008-06-10  Stan Shebs  <stan@codesourcery.com>
4521
4522         * MAINTAINERS: Update my affiliation and address.
4523
4524 2008-06-10  Andreas Schwab  <schwab@suse.de>
4525
4526         * top.c (print_gdb_version): Don't print final newline.
4527
4528 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
4529
4530         Implement *running.
4531         * Makefile.in: Update dependencies.
4532         * gdbthread.h (struct thread_info): New field
4533         running_.
4534         (set_running, is_running): New.
4535         * thread.c (set_running, is_running): New.
4536         * inferior.h (suppress_normal_stop_observer): Rename to...
4537         (suppress_run_stop_observers): ..this.
4538         * infcmd.c (suppress_normal_stop_observer): Rename to...
4539         (suppress_run_stop_observers): ..this.
4540         (finish_command_continuation, finish_command): Adjust.
4541         * infcall.c (call_function_by_hand): Adjust.
4542         * infrun.c (normal_stop): Call set_running.
4543         * target.c (target_resume): New.  Call set_running.
4544         * target.h (target_resume): Convert from macro to
4545         a function.
4546
4547         * mi/mi-interp.c (mi_on_resume): New.
4548         (mi_interpreter_init): Register mi_on_resume.
4549
4550 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
4551
4552         Use observers to report stop events in MI.
4553         * mi/mi-interp.c (mi_on_normal_stop): New.
4554         (mi_interpreter_init): Register mi_on_normal_stop.
4555         (mi_interpreter_exec_continuation): Remove.
4556         (mi_cmd_interpreter_exec): Don't register the above.
4557         * mi/mi-main.c (captured_mi_execute_command): Don't care
4558         about sync_execution.
4559         (mi_execute_async_cli_command): Don't install continuation.  Don't
4560         print *stopped.
4561         (mi_exec_async_cli_cmd_continuation): Remove.
4562
4563 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
4564
4565         Suppress normal stop observer when it's problematic.
4566         * inferior.h (suppress_normal_stop_observer): New.
4567         * infcall.c (call_function_by_hand): Disable stop events when
4568         doing function calls.
4569         * infmcd.c (suppress_normal_stop_observer): New.
4570         (finish_command_continuation): Call normal_stop observer
4571         explicitly.
4572         (finish_command): Disable stop events inside proceed.
4573         * infrun.c (normal_stop): Don't call normal stop observer if
4574         suppressed of if multi-step is in progress.
4575
4576 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
4577
4578         Remove stale code.
4579         * infrun.c (finish_command): Don't pass cleanup
4580         to continuation.
4581         (finish_command_continuation): Don't grab cleanup from
4582         the passed data, as we don't use, and cannot, use it anyway.
4583
4584 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
4585
4586         Introduce common cleanup for restoring integers.
4587         * defs.h (make_cleanup_restore_integer): New declaration.
4588         (struct cleanup): New field free_arg.
4589         (make_my_cleanup_2): New.
4590         * utils.c (restore_integer_closure, restore_integer)
4591         (make_cleanup_restore_integer): New.
4592         (make_my_cleanup): Initialize the free_arg field and
4593         renamed to make_my_cleanup_2.
4594         (do_my_cleanups): Call free_arg.
4595         (discard_cleanups): Call free_arg.
4596         * breakpoint.c (restore_always_inserted_mode): Remove.
4597         (update_breakpoints_after_exec): Use make_cleanup_restore_integer.
4598
4599 2008-06-09  Doug Evans  <dje@google.com>
4600
4601         * remote.c (remote_wait): Include beginning of malformed packet
4602         in error output.
4603
4604 2008-06-09  Tom Tromey  <tromey@redhat.com>
4605
4606         * completer.c (complete_line): Don't special-case
4607         expression_completer.
4608         (expression_completer): Only pass last word to
4609         location_completer.
4610         * c-exp.y (yylex): Check 'token', not 'operator'.
4611
4612 2008-06-09  Daniel Jacobowitz  <dan@codesourcery.com>
4613
4614         * configure.ac (build_warnings): Add -Wno-format for mingw.
4615         * configure: Regenerated.
4616
4617 2008-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
4618
4619         * NEWS: Make indentation consistent.  Move exec tracing entry out
4620         of remote packet list.
4621
4622 2008-06-06  Tom Tromey  <tromey@redhat.com>
4623
4624         * value.h (evaluate_subexpression_type, extract_field_op):
4625         Declare.
4626         * printcmd.c (_initialize_printcmd): Use expression_completer for
4627         'p', 'inspect', 'call'.
4628         * parser-defs.h (parse_field_expression): Declare.
4629         * parse.c: Include exceptions.h.
4630         (in_parse_field, expout_last_struct): New globals.
4631         (mark_struct_expression): New function.
4632         (prefixify_expression): Return int.
4633         (prefixify_subexp): Return int.  Use expout_last_struct.
4634         (parse_exp_1): Update.
4635         (parse_exp_in_context): Add 'out_subexp' argument.  Handle
4636         in_parse_field.
4637         (parse_field_expression): New function.
4638         * expression.h (parse_field_expression): Declare.
4639         (in_parse_field): Likewise.
4640         * eval.c (evaluate_subexpression_type): New function.
4641         (extract_field_op): Likewise.
4642         * completer.h (expression_completer): Declare.
4643         * completer.c (expression_completer): New function.
4644         (count_struct_fields, add_struct_fields): New functions.
4645         * c-exp.y (yyparse): Redefine.
4646         (COMPLETE): New token.
4647         (exp): New productions.
4648         (saw_name_at_eof, last_was_structop): New globals.
4649         (yylex): Return COMPLETE when needed.  Recognize in_parse_field.
4650         (c_parse): New function.
4651         * breakpoint.c (_initialize_breakpoint): Use expression_completer
4652         for watch, awatch, and rwatch.
4653         * Makefile.in (parse.o): Depend on exceptions_h.
4654
4655 2008-06-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
4656
4657         PR gdb/1147
4658         * gdb/valopts.c (find_overload_match): Handle references
4659         to pointers.
4660
4661 2008-06-06  Paul N. Hilfinger  <hilfinger@adacore.com>
4662
4663         * ada-lang.c (ada_value_assign): Correct big-endian case to take into
4664         account the bitsize of the 'from' operand.
4665
4666 2008-06-06  Pedro Alves  <pedro@codesourcery.com>
4667
4668         * annotate.h (annotate_thread_changed): Declare.
4669
4670 2008-06-06  Nick Roberts  <nickrob@snap.net.nz>
4671
4672         * annotate.c (annotate_thread_changed): New function.
4673         * thread.c (thread_command) : Use it.
4674         * infrun.c (normal_stop): Use it.
4675
4676 2008-06-05  Vladimir Prus  <vladimir@codesourcery.com>
4677             Nathan Sidwell  <nathan@codesourcery.com>
4678             Joseph Myers  <joseph@codesourcery.com>
4679
4680         * acinclude.m4: Include ../config/acx.m4.
4681         * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
4682         * configure, config.in: Regenerate.
4683         * main.c (print_gdb_help): Use REPORT_BUGS_TO for bug-reporting
4684         address.
4685         * top.c (print_gdb_version): Use PKGVERSION and REPORT_BUGS_TO.
4686
4687 2008-06-05  Pedro Alves  <pedro@codesourcery.com>
4688
4689         Replace 'target async' by 'maintenance set remote-async' and
4690         'target remote' combination.
4691
4692         * remote.c (remote_async_wait): Merge into remote_wait, and
4693         remove.
4694         (remote_async_permitted, remote_async_permitted_set): New
4695         variables.
4696         (set_maintenance_remote_async_permitted)
4697         (show_maintenance_remote_async_permitted): New functions.
4698         (remote_async_ops, extended_async_remote_ops): Delete.
4699         (remote_async_open, extended_remote_async_open): Delete.
4700         (remote_open_1): Drop async_p parameter.  Update callers.  Replace
4701         async_p with remote_async_permitted checks.
4702         (extended_async_remote_attach): Delete.
4703         (remote_resume, remote_async_resume): Merge and leave remote_resume.
4704         (remote_async_terminal_inferior): Rename to...
4705         (remote_terminal_inferior): ... this, and add
4706         remote_async_termitted check.
4707         (remote_async_terminal_ours): Rename to...
4708         (remote_terminal_ours): ... this, and add remote_async_termitted
4709         check.
4710         (remote_wait, remote_async_wait): Merge and leave remote_wait
4711         only.
4712         (remote_kill, remote_async_kill): Merge and leave remote_kill
4713         only.
4714         (remote_async_mourn, extended_async_remote_mourn): Delete.
4715         (extended_remote_create_inferior_1): Drop async_p parameter.
4716         Update callers.  Always use extended_remote_ops.
4717         (extended_remote_async_create_inferior): Delete.
4718         (remote_return_zero): Delete.
4719         (init_remote_ops): Register remote_can_async_p, remote_async,
4720         remote_async_mask, remote_terminal_inferior and
4721         remote_terminal_ours.
4722         (remote_can_async_p, remote_is_async_p): Check for
4723         remote_async_permitted.
4724         (init_remote_async_ops, init_extended_async_remote_ops): Remove.
4725         (set_remote_cmd): Don't add async and extended-async targets.
4726         (_initialize_remote): Add set/show remote-async maintenance
4727         commands.
4728
4729 2008-06-05  Pedro Alves  <pedro@codesourcery.com>
4730
4731         * remote.c (kill_kludge): Delete.
4732         (remote_wait, remote_async_wait): Don't set it.
4733         (remote_kill, remote_async_kill): Don't do anything with it.
4734
4735 2008-06-05  Pedro Alves  <pedro@codesourcery.com>
4736
4737         * linux-thread-db.c (thread_db_wait): Don't trim event ptid.
4738
4739 2008-06-05  Aleksandar Ristovski  <aristovski@qnx.com>
4740
4741         * bcache.c (bcache_data): Call deprecated_bcache_added function.
4742         (deprecated_bcache_added): New function name. Body of function
4743         bcache_data is used here with the addition of 'added' argument.
4744         * bcache.h (deprecated_bcache_added): New function.
4745         * symfile.c (add_psymbol_to_bcache): New helper function, takes part of
4746         work from add_psymbol_to_list - initialises partial symbol and stashes
4747         it in objfile's cache.
4748         (append_psymbol_to_list): New helper function, takes other part of
4749         work from add_psymbol_to_list - adds partial symbol to the given list.
4750         (add_psymbol_to_list): Call helper functions instead of doing work
4751         here. If adding to global list, do not duplicate partial symbols in the
4752         partial symtab.
4753
4754 2008-06-05  Aleksandar Ristovski  <aristovski@qnx.com>
4755
4756         * breakpoint.c (print_exception_catchpoint): Put 'exception' back to
4757         'exception caught|thrown' message.
4758
4759 2008-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4760
4761         * Makefile.in: Update dependencies.
4762         * dwarf2expr.c: New include "gdb_assert.h".
4763         (new_dwarf_expr_context): Initialize MAX_RECURSION_DEPTH.
4764         (dwarf_expr_eval): Sanity check the RECURSION_DEPTH count.
4765         (execute_stack_op): Error out on too large RECURSION_DEPTH.
4766         Increase/decrease RECURSION_DEPTH around the function.
4767
4768 2008-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
4769
4770         * remote.c (get_offsets): Handle a single segment.
4771         * symfile.c (symfile_map_offsets_to_segments): Allow more bases
4772         than segments.
4773
4774 2008-06-03  Daniel Jacobowitz  <dan@codesourcery.com>
4775
4776         * solib-svr4.c (struct lm_info): Add lm_addr.
4777         (main_lm_addr): New.
4778         (svr4_default_sos): Set lm_addr.
4779         (svr4_current_sos): Set lm_addr and main_lm_addr.
4780         (svr4_fetch_objfile_link_map): Rewrite.
4781         (svr4_clear_solib): Clear main_lm_addr.
4782
4783 2008-06-03  Michael Snyder  <msnyder@redhat.com>
4784             Joseph Myers  <joseph@codesourcery.com>
4785
4786         * mips-tdep.c (mips_eabi_return_value): Replace stub that always
4787         returned RETURN_VALUE_STRUCT_CONVENTION with a real function.
4788
4789 2008-06-02  Roman Zippel <zippel@linux-m68k.org>
4790
4791         * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Fix incorrect test.
4792
4793 2008-06-02  Roman Zippel <zippel@linux-m68k.org>
4794
4795         * m68k-tdep.c (m68k_analyze_prologue): Fix length of lea insn.
4796
4797 2008-06-01  Joel Brobecker  <brobecker@adacore.com>
4798
4799         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Do not
4800         treat pointers in data space as function descriptors if the
4801         target address is also in the data space.
4802
4803 2008-05-30  Joel Brobecker  <brobecker@adacore.com>
4804
4805         * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Set
4806         the trad-frame register value for the SP register.
4807
4808 2008-05-29  Mark Kettenis  <kettenis@gnu.org>
4809
4810         * sparcnbsd-tdep.c, sparcobsd-tdep.c: Update for unwinder changes.
4811
4812 2008-05-28  Joel Brobecker  <brobecker@adacore.com>
4813
4814         * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Improve the heuristic
4815         that identifies function descriptors outside of the .opd section.
4816
4817 2008-05-28  Aleksandar Ristovski  <aristovski@qnx.com>
4818
4819         * breakpoint.c (print_exception_catchpoint): In CLI add 'Temporary' for
4820         temporary catchpoints.  In MI add missing fields 'reason', 'disp',
4821         'bkptno'.
4822         (print_mention_exception_catchpoint): Add 'Temporary' for temporary
4823         catchpoints.
4824         (handle_gnu_v3_exceptions): Use tempflag.
4825
4826 2008-05-28  Vladimir Prus  <vladimir@codesourcery.com>
4827
4828         Refactor varobj_update interface.
4829         * varobj.c (varobj_update): Report changes as vector.  Also
4830         return not just a list of varobj, but a list of special structures
4831         that tell what exactly has changed.
4832         * varobj.h (enum varobj_update_error): Rename to
4833         varobj_scope_status.
4834         (struct varobj_update_result_t): New.
4835         (varobj_update): Adjust prototype.
4836         * mi/mi-cmd-var.c: Adjust for changes.
4837
4838 2008-05-28  Vladimir Prus  <vladimir@codesourcery.com>
4839
4840         * varobj.c (varobj_update): Fix comment typo.
4841         Fix indentation.
4842
4843 2008-05-26  Joel Brobecker  <brobecker@adacore.com>
4844
4845         Set the symtab field of symbols read from ECOFF debugging entries.
4846         * mdebugread.c (add_symbol): Add new parameter symtab.
4847         (parse_symbol): Update calls to add_symbol throughout.
4848
4849 2008-05-27  Andreas Schwab  <schwab@suse.de>
4850
4851         * symtab.h (enum address_class): Remove LOC_REGPARM and
4852         LOC_COMPUTED_ARG.
4853         (struct symbol): Add is_argument.
4854         (SYMBOL_IS_ARGUMENT): Define.
4855
4856         * ada-lang.c (ada_add_block_symbols): Use SYMBOL_IS_ARGUMENT.
4857         * buildsym.c (finish_block): Likewise.
4858         * stack.c (print_frame_args, print_block_frame_locals)
4859         (print_frame_arg_vars): Likewise.
4860         * symtab.c (lookup_block_symbol): Likewise.
4861         * tracepoint.c (add_local_symbols): Likewise.
4862         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
4863
4864         * coffread.c (process_coff_symbol): Set SYMBOL_IS_ARGUMENT.
4865         * dwarf2read.c (new_symbol): Likewise.
4866         * mdebugread.c (parse_symbol): Likewise.
4867         * stabsread.c (define_symbol): Likewise.
4868
4869         * ada-exp.y (select_possible_type_sym): Don't handle LOC_REGPARM
4870         and LOC_COMPUTED_ARG.
4871         * ada-lang.c (resolve_subexp, symtab_for_sym): Likewise.
4872         * ax-gdb.c (gen_var_ref): Likewise.
4873         * eval.c (evaluate_subexp_for_address): Likewise.
4874         * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
4875         * m2-exp.y (yylex): Likewise.
4876         * printcmd.c (address_info): Likewise.
4877         * symmisc.c (print_symbol, print_partial_symbols): Likewise.
4878         * tracepoint.c (collect_symbol, scope_info): Likewise.
4879
4880 2008-05-24  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
4881
4882         * gdbarch.sh: Added new gdbarch struct
4883         core_regset_sections.
4884         * gdbarch.c: Refreshed.
4885         * gdbarch.h: Refreshed.
4886         * regset.h (core_regset_section): Declared.
4887         * linux-nat.c (linux_nat_do_thread_registers): Added
4888         support for the new gdbarch struct core_regset_sections.
4889         * utils.c (host_address_to_string): New function.
4890         * defs.h (host_address_to_string): New prototype.
4891         * i386-linux-tdep.c (i386_regset_rections): New register
4892         sections list for i386.
4893           (i386_linux_init_abi): Initialized new gdbarch struct
4894           core_regset_sections.
4895         * Makefile.in: Updated to reflect dependency changes.
4896         * ppc-linux-tdep.c (ppc_regset_sections): Register
4897         sections list for ppc.
4898           (ppc_linux_init_abi): Initialized new gdbarch struct
4899           core_regset_sections
4900
4901 2008-05-24  Andreas Schwab  <schwab@suse.de>
4902
4903         * linespec.c (decode_objc): Save current language around call to
4904         get_selected_block.
4905
4906 2008-05-23  Joel Brobecker  <brobecker@adacore.com>
4907
4908         * valprint.h (get_array_bounds): Renames get_array_low_bound.
4909         * valprint.c (get_array_bounds): Renames get_array_low_bound.
4910         Return the proper bound value if the array index type is an
4911         enumerated type. Compute the high bound if requested.
4912         (val_print_array_elements): Handle the case when the array
4913         element has a null size.
4914         * ada-valprint.c (print_optional_low_bound): Add handling
4915         for empty arrays or arrays of zero-size elements.
4916         (ada_val_print_array): New function, extracted out from
4917         ada_val_print_1 case TYPE_CODE_ARRAY, and enhanced to
4918         handle empty arrays and arrays of zero-size elements.
4919         (ada_val_print_1)[case TYPE_CODE_ARRAY]: Replace extracted-out
4920         code by call to ada_val_print_array.
4921         (ada_value_print): Remove handling of null array.  The handling
4922         was incomplete and is now better handled by ada_val_print_array.
4923
4924 2008-05-23 Markus Deuling  <deuling@de.ibm.com>
4925
4926         * annotate.c (annotate_source, annotate_frame_begin): Replace
4927         deprecated_print_address_numeric with paddress.
4928         * cli/cli-cmds.c (list_command, edit_command): Likewise.
4929         * tui/tui-stack.c (tui_make_status_line): Likewise.
4930
4931         * defs.h (deprecated_print_address_numeric): Remove.
4932         * printcmd.c (deprecated_print_address_numeric): Remove.
4933         * maint.c (maint_print_section_info): Fix comment.
4934
4935 2008-05-23 Markus Deuling  <deuling@de.ibm.com>
4936
4937         * valprint.c (print_hex_chars, print_octal_chars, print_decimal_chars,
4938         print_binary_chars, print_char_chars): Add byte_order parameter and
4939         replace gdbarch_byte_order.
4940         (print_decimal_chars): Replace START_P, NOT_END_P and NEXT_P by their
4941         expressions and remove them.  Remove unused TWO_TO_FOURTH.
4942         (val_print_type_code_int): Introduce gdbarch_byte_order to get at the
4943         endianness.  Update call to print_hex_chars.
4944         * valprint.h (print_hex_chars, print_octal_chars, print_decimal_chars,
4945         print_binary_chars, print_char_chars): Add byte_order parameter.
4946         * printcmd.c (print_scalar_formatted): Introduce gdbarch_byte_order to
4947         get at the endianness.  Update print_*_char calls to use byte_order.
4948
4949 2008-05-22  Ulrich Weigand  <uweigand@de.ibm.com>
4950
4951         * symtab.h (struct symbol): Make "aux_value" member a void pointer
4952         instead of a union.
4953         (SYMBOL_LOCATION_BATON): Update.
4954
4955 2008-05-22  Ulrich Weigand  <uweigand@de.ibm.com>
4956
4957         * symtab.h (enum address_class): Remove LOC_BASEREG and
4958         LOC_BASEREG_ARG.
4959         (struct symbol): Remove "basereg" member of "aux_value" union.
4960         (SYMBOL_BASEREG): Remove.
4961
4962         * ada-exp.y (select_possible_type_sym): Do not handle LOC_BASEREG
4963         or LOC_BASEREG_ARG.
4964         * ada-lang.c (resolve_subexp, symtab_for_sym): Likewise.
4965         (ada_add_block_symbols): Likewise.
4966         * ax-gdb.c (gen_var_ref): Likewise.
4967         * buildsym.c (finish_block): Likewise.
4968         * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
4969         * m2-exp.y (yylex): Likewise.
4970         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
4971         * printcmd.c (address_info): Likewise.
4972         * stack.c (print_frame_args, print_block_frame_locals): Likewise.
4973         (print_frame_arg_vars): Likewise.
4974         * symmisc.c (print_symbol): Likewise.
4975         * symtab.c (lookup_block_symbol): Likewise.
4976         * tracepoint.c (collect_symbol, add_local_symbols): Likewise.
4977         (scope_info): Likewise.
4978
4979 2008-05-22  Ulrich Weigand  <uweigand@de.ibm.com>
4980
4981         * symtab.h (enum address_class): Remove LOC_LOCAL_ARG.
4982
4983         * ada-exp.y (select_possible_type_sym): Do not handle LOC_LOCAL_ARG.
4984         * ada-lang.c (resolve_subexp, symtab_for_sym): Likewise.
4985         (ada_add_block_symbols): Likewise.
4986         * ax-gdb.c (gen_var_ref): Likewise.
4987         * buildsyms.c (finish_block): Likewise.
4988         * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
4989         * m2-exp.y (yylex): Likewise.
4990         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
4991         * printcmd.c (address_info): Likewise.
4992         * stack.c (print_frame_args, print_frame_arg_vars): Likewise.
4993         * symmisc.c (print_symbol, print_partial_symbols): Likewise.
4994         * symtab.c (lookup_block_symbol): Likewise.
4995         * tracepoint.c (collect_symbol, add_local_symbols): Likewise.
4996         (scope_info): Likewise.
4997
4998 2008-05-22  Ulrich Weigand  <uweigand@de.ibm.com>
4999
5000         * symtab.h (enum address_class): Remove LOC_INDIRECT and
5001         LOC_HP_THREAD_LOCAL_STATIC.
5002
5003         * findvar.c (symbol_read_needs_frame, read_var_value): Do not
5004         handle LOC_INDIRECT or LOC_HP_THREAD_LOCAL_STATIC.
5005         (read_var_value): Likewise.
5006         * buildsym.c (finish_block): Likewise.
5007         * objfiles.c (objfile_relocate): Likewise.
5008         * printcmd.c (address_info): Likewise.
5009         * symmisc.c (print_symbol, print_partial_symbols): Likewise.
5010         * tracepoint.c (scope_info): Likewise.
5011
5012 2008-05-21 Markus Deuling  <deuling@de.ibm.com>
5013            Maxim Grigoriev  <maxim2405@gmail.com>
5014
5015         * xtensa-tdep.c (xtensa_read_register): Remove.
5016         (xtensa_frame_cache): Get rid of xtensa_read_register. Pass extra
5017         argument litbase to call0_frame_cache().
5018         (call0_track_op, call0_analyze_prologue)
5019         (call0_frame_cache): Use extra argument litbase.
5020
5021 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
5022
5023         * infcmd.c (_initialize_infcmd): Add new "fin" alias for "finish".
5024
5025 2008-05-21  Ulrich Weigand  <uweigand@de.ibm.com>
5026
5027         * frame.h (SIZEOF_FRAME_SAVED_REGS): Remove.
5028
5029 2008-05-21  Ulrich Weigand  <uweigand@de.ibm.com>
5030
5031         * alpha-mdebug-tdep.c: Include "trad-frame.h".
5032         (struct alpha_mdebug_unwind_cache): Change type of SAVED_REGS to
5033         struct trad_frame_saved_reg *.
5034         (alpha_mdebug_frame_unwind_cache): Allocate SAVED_REGS using
5035         trad_frame_alloc_saved_regs.  Update accesses.  Record previous
5036         value of SP as being vfp.
5037         (alpha_mdebug_frame_prev_register): Use trad_frame_get_prev_register.
5038         * Makefile.in (alpha-mdebug-tdep.o): Update dependencies.
5039
5040 2008-05-21  Markus Deuling  <deuling@de.ibm.com>
5041
5042         * score-tdep.c (score_print_insn): Get the current endianess from
5043         disassemble_info instead of gdbarch_byte_order.
5044
5045 2008-05-21  Pedro Alves  <pedro@codesourcery.com>
5046
5047         * frame.c (get_prev_frame_1): Build frame id before setting
5048         this_frame->prev_p, not after.
5049
5050 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
5051
5052         * annotate.c (annotate_new_thread): New function for new-thread
5053         annotation.
5054         * annotate.h: (annotate_new_thread): New extern.
5055         * thread.c (add_thread_with_info): Use it.
5056         * Makefile.in (thread.o): Add dependency on annotate.h.
5057
5058 2008-05-20  Joel Brobecker  <brobecker@adacore.com>
5059
5060         * win32-nat.c (win32_wait): Block the control-c event while
5061         waiting for a debug event.
5062
5063 2008-05-19  Pedro Alves  <pedro@codesourcery.com>
5064
5065         * symtab.h (lookup_symbol_in_language): Update comment.
5066         * symtab.c (lookup_symbol_aux_block): Update comment.
5067         * ada-lang.c (ada_lookup_symbol_list): Update comment.
5068
5069 2008-05-19  Ulrich Weigand  <uweigand@de.ibm.com>
5070
5071         * symtab.h (lookup_symbol_in_language): Remove SYMTAB parameter.
5072         (lookup_symbol): Likewise.
5073         * symtab.c (lookup_symbol_in_language): Remove SYMTAB parameter.
5074         (lookup_symbol): Likewise.
5075         (search_symbols): Update.
5076
5077         * linespec.c (find_methods, collect_methods): Update.
5078         (add_matching_methods, add_constructors): Update.
5079         (decode_compound, decode_dollar, decode_variable): Update.
5080         (lookup_prefix_sym): Update.
5081
5082         (symbol_found): Remove SYM_SYMTAB parameter.
5083         Use SYMBOL_SYMTAB (sym) instead.
5084
5085         * gdbtypes.c (lookup_typename): Update.
5086         (lookup_struct, lookup_union, lookup_enum): Update.
5087         (lookup_template_type): Update.
5088         (check_typedef): Update.
5089         * language.c (lang_bool_type): Update.
5090         * mdebugread.c (parse_procedure): Update.
5091         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
5092         * parse.c (write_dollar_variable): Update.
5093         * printcmd.c (address_info): Update.
5094         * source.c (select_source_symtab): Update.
5095         * stack.c (print_frame_args, print_frame_arg_vars): Update.
5096         * valops.c (find_function_in_inferior): Update.
5097         (value_struct_elt_for_reference): Update.
5098         * value.c (value_static_field, value_fn_field): Update.
5099
5100         * alpha-mdebug-tdep.c (find_proc_desc): Update.
5101         * arm-tdep.c (arm_skip_prologue): Update.
5102         * mt-tdep.c (mt_skip_prologue): Update.
5103         * xstormy16-tdep.c (xstormy16_skip_prologue): Update.
5104
5105         * ada-lang.h (struct ada_symbol_info): Remove SYMTAB member.
5106         * ada-lang.c (ada_add_block_symbols): Remove SYMTAB parameter.
5107         (add_defn_to_vec): Likewise.
5108         (ada_add_block_symbols): Likewise.
5109         (lookup_cached_symbol, cache_symbol): Likewise.
5110         (standard_lookup): Update.
5111         (ada_lookup_symbol_list): Update.
5112
5113         * c-valprint.c (c_val_print): Update.
5114         * cp-support.c (cp_lookup_rtti_type): Update.
5115         * jv-lang.c (java_lookup_class, get_java_object_type): Update.
5116         * objc-lang.c (lookup_struct_typedef, find_imps): Update.
5117         * p-valprint.c (pascal_val_print): Update.
5118         * scm-lang.c (scm_lookup_name): Update.
5119
5120         * c-exp.y: Update.
5121         * f-exp.y: Update.
5122         * jv-exp.y: Update.
5123         * m2-exp.y: Update.
5124         * objc-exp.y: Update.
5125         * p-exp.y: Update.
5126
5127 2008-05-19  Ulrich Weigand  <uweigand@de.ibm.com>
5128
5129         * language.h (struct language_defn): Remove SYMTAB parameter from
5130         la_lookup_symbol_nonlocal callback function pointer.
5131
5132         * ada-lang.h (ada_lookup_encoded_symbol): Remove SYMTAB parameter.
5133         (ada_lookup_encoded_symbol): Likewise.
5134         * ada-lang.c (ada_lookup_encoded_symbol): Remove SYMTAB parameter.
5135         Always call fixup_symbol_section.
5136         (ada_lookup_symbol): Remove SYMTAB parameter.
5137         (ada_lookup_symbol_nonlocal): Likewise.
5138         * ada-exp.y (write_object_renaming): Update.
5139         (find_primitive_type): Likewise.
5140
5141         * cp-support.h (cp_lookup_symbol_nonlocal): Remove SYMTAB parameter.
5142         (cp_lookup_symbol_namespace): Likewise.
5143         * cp-namespace.c (lookup_namespace_scope): Remove SYMTAB parameter.
5144         (lookup_symbol_file): Likewise.
5145         (lookup_possible_namespace_symbol): Likewise.
5146         (cp_lookup_symbol_nonlocal): Likewise.
5147         (cp_lookup_symbol_namespace): Likewise.
5148         (cp_lookup_nested_type): Update.
5149
5150         * scm-valprint.c (scm_inferior_print): Update.
5151         * valops.c (value_maybe_namespace_elt): Update.
5152
5153         * solist.h (struct target_so_ops): Remove SYMTAB parameter from
5154         lookup_lib_global_symbol callback function pointer.
5155         (solib_global_lookup): Remove SYMTAB parameter.
5156         * solib.c (solib_global_lookup): Remove SYMTAB parameter.
5157         * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
5158
5159         * symtab.h (basic_lookup_symbol_nonlocal): Remove SYMTAB parameter.
5160         (lookup_symbol_static): Likewise.
5161         (lookup_symbol_global): Likewise.
5162         (lookup_symbol_aux_block): Likewise.
5163         (lookup_global_symbol_from_objfile): Likewise.
5164         * symtab.c (lookup_symbol_aux): Remove SYMTAB parameter.
5165         (lookup_symbol_aux_local): Likewise.
5166         (lookup_symbol_aux_block): Likewise.
5167         (lookup_symbol_aux_symtabs): Likewise.
5168         (lookup_symbol_aux_psymtabs): Likewise.
5169         (lookup_global_symbol_from_objfile): Likewise.
5170         (basic_lookup_symbol_nonlocal): Likewise.
5171         (lookup_symbol_static): Likewise.
5172         (lookup_symbol_global): Likewise.
5173
5174         (lookup_symbol_in_language): Do not pass SYMTAB to lookup_symbol_aux.
5175
5176 2008-05-17  Pedro Alves  <pedro@codesourcery.com>
5177
5178         * remote.c (init_extended_remote_ops): Fix typo.
5179
5180 2008-05-16  Pedro Alves  <pedro@codesourcery.com>
5181
5182         * NEWS: Mention new DICOS x86 target configuration.
5183
5184 2008-05-16  Pedro Alves  <pedro@codesourcery.com>
5185             Ulrich Weigand  <uweigand@de.ibm.com>
5186
5187         * minsyms.c (lookup_minimal_symbol_by_pc_name): New function.
5188         * symtab.h (lookup_minimal_symbol_by_pc_name): Add prototype.
5189
5190         * symtab.c (fixup_section): Remove prototype.  Add ADDR parameter;
5191         use it instead of ginfo->value.address.  Look up minimal symbol by
5192         address and name.  Assume OBJFILE is non-NULL.
5193         (fixup_symbol_section): Ensure we always have an objfile to look
5194         into.  Extract and pass to fixup_section the symbol's address that
5195         will match the minimal symbol's address.
5196         (fixup_psymbol_section): Likewise.
5197
5198         (find_pc_sect_psymtab): Fall back to non-addrmap case when debugging
5199         overlays and the addrmap returned the wrong section.
5200
5201         * dwarf2read.c (var_decode_location): Set SYMBOL_CLASS before
5202         calling fixup_symbol_section.
5203
5204 2008-05-16  Ulrich Weigand  <uweigand@de.ibm.com>
5205
5206         * minsyms.c: Include "target.h".
5207         (find_solib_trampoline_target): Handle minimal symbols pointing
5208         to function descriptors as well.
5209         * Makefile.in (minsyms.o): Update dependencies.
5210
5211         * ppc-linux-tdep.c (ppc64_standard_linkage): Rename to ...
5212         (ppc64_standard_linkage1): ... this.  Fix optional instructions.
5213         (PPC64_STANDARD_LINKAGE_LEN): Rename to ...
5214         (PPC64_STANDARD_LINKAGE1_LEN): ... this.
5215         (ppc64_standard_linkage2, ppc64_standard_linkage3): New.
5216         (PPC64_STANDARD_LINKAGE2_LEN, PPC64_STANDARD_LINKAGE3_LEN): New.
5217         (ppc64_standard_linkage_target): Rename to ...
5218         (ppc64_standard_linkage1_target): ... this.
5219         (ppc64_standard_linkage2_target, ppc64_standard_linkage3_target): New.
5220         (ppc64_skip_trampoline_code): Support three variants of standard
5221         linkage stubs.  Call find_solib_trampoline_target to handle
5222         glink stubs.
5223
5224 2008-05-16  Ulrich Weigand  <uweigand@de.ibm.com>
5225
5226         * ppc-linux-tdep.c (ppc_linux_init_abi): Do not install
5227         ppc64_sysv_abi_adjust_breakpoint_address.
5228         * ppc-sysv-tdep.c (ppc64_sysv_abi_adjust_breakpoint_address): Remove.
5229         * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Remove.
5230
5231 2008-05-16  Ulrich Weigand  <uweigand@de.ibm.com>
5232
5233         * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Remove.
5234         (ppc_linux_init_abi): Install find_solib_trampoline_target instead
5235         of ppc_linux_skip_trampoline_code.
5236
5237 2008-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
5238
5239         * gdbarch.sh: Delete dwarf_reg_to_regnum.
5240         * gdbarch.c, gdbarch.h: Regenerated.
5241         * amd64-tdep.c, arm-tdep.c, h8300-tdep.c, hppa-linux-tdep.c,
5242         hppa-tdep.c, i386-tdep.c, m32c-tdep.c, m68k-tdep.c, mips-tdep.c,
5243         s390-tdep.c, xtensa-tdep.c: Do not set dwarf_reg_to_regnum.
5244
5245 2008-05-15  Pedro Alves  <pedro@codesourcery.com>
5246
5247         * linux-nat.c (trap_ptid): Delete.
5248         (linux_nat_detach, linux_nat_wait, linux_nat_mourn_inferior):
5249         Adjust.
5250         * linux-thread-db.c (thread_db_wait): Adjust.
5251
5252 2008-05-15  Joel Brobecker  <brobecker@adacore.com>
5253
5254         * linespec.c (decode_line_1): Fix a couple of comments.
5255
5256 2008-05-15  Alan Modra  <amodra@bigpond.net.au>
5257
5258         * dbxread.c: Formatting.
5259         (INTERNALIZE_SYMBOL): Init n_other.
5260         (set_namestring): Take pointer to nlist arg rather than struct
5261         copy.  Update all callers.
5262
5263 2008-05-15  Andreas Schwab  <schwab@suse.de>
5264
5265         * Makefile.in (dwarf2loc.o): Remove $(addrmap_h).
5266         (dwarf2read.o): Add $(addrmap_h).
5267
5268 2008-05-14  Ulrich Weigand  <uweigand@de.ibm.com>
5269
5270         * ppc-linux-tdep.c (ppc_linux_convert_from_func_ptr_addr): Rename ...
5271         (ppc64_linux_convert_from_func_ptr_addr): ... to this.  No longer try
5272         to handle ppc32 PLT entries.
5273         (ppc_linux_init_abi): Install ppc64_linux_convert_from_func_ptr_addr
5274         only on ppc64.
5275
5276 2008-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
5277
5278         * elfread.c (elf_symtab_read): Create trampolines for @plt symbols.
5279         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Renamed from
5280         lookup_minimal_symbol_by_pc_section.  Prefer trampolines if requested.
5281         (lookup_minimal_symbol_by_pc_section): Use
5282         lookup_minimal_symbol_by_pc_section_1.
5283         (lookup_solib_trampoline_symbol_by_pc): Likewise.
5284
5285 2008-05-13  Joel Brobecker  <brobecker@adacore.com>
5286
5287         * findcmd.c: Add #include "gdb_stdint.h".
5288         * Makefile.in (findcmd.o): Update dependencies.
5289
5290 2008-05-11  David S. Miller  <davem@davemloft.net>
5291
5292         * sparc-linux-tdep.c (sparc32_linux_init_abi): Remove
5293         long double size override, Linux does use 128-bit now.
5294
5295         * sparc-linux-tdep.c (PSR_SYSCALL): Define.
5296         (sparc_linux_write_pc): New function.
5297         (sparc32_linux_init_abi): Register it.
5298         * sparc64-linux-tdep.c (TSTATE_SYSCALL): Define.
5299         (sparc64_linux_write_pc): New function.
5300         (sparc64_linux_init_abi): Register it.
5301
5302         * sparc-linux-tdep.c, sparc64-linux-tdep.c: Use
5303         dwarf2_append_unwinders(), not dwarf2_frame_sniffer.
5304
5305 2008-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
5306
5307         * rs6000-tdep.c (rs6000_gdbarch_init): Set up info.target_desc
5308         and info.tdep_info before calling gdbarch_init_osabi.
5309
5310 2008-05-09  Joel Brobecker  <brobecker@adacore.com>
5311
5312         * ada-lang.c (ada_evaluate_subexp) [BINOP_ASSIGN]: Do not force
5313         the type of the right hand side of the assignment to the type
5314         of the left hand side if the left hand side is a convenience
5315         variable.
5316
5317 2008-05-09  Ulrich Weigand  <uweigand@de.ibm.com>
5318
5319         * NEWS: Mention gdbserver bi-arch capability.
5320
5321 2008-05-09  Doug Evans  <dje@google.com>
5322
5323         New "find" command.
5324         * NEWS: Document find command and qSearch:memory packet.
5325         * Makefile.in (SFILES): Add findcmd.c.
5326         (COMMON_OBJS): Add findcmd.o.
5327         (findcmd.o): New rule.
5328         * findcmd.c: New file.
5329         * target.h (target_ops): New member to_search_memory.
5330         (simple_search_memory): Declare.
5331         (target_search_memory): Declare.
5332         * target.c (simple_search_memory): New fn.
5333         (target_search_memory): New fn.
5334         * remote.c (PACKET_qSearch_memory): New packet kind.
5335         (remote_search_memory): New fn.
5336         (init_remote_ops): Init to_search_memory.
5337         (init_extended_remote_ops): Ditto.
5338         (_initialize_remote): Add qSearch:memory packet config command.
5339
5340 2008-05-09  Eli Zaretskii  <eliz@gnu.org>
5341
5342         * thread.c (_initialize_thread): Don't use commas and periods in
5343         first line of doc string of "set/show print thread-events".
5344
5345 2008-05-08  Joel Brobecker  <brobecker@adacore.com>
5346
5347         * alpha-mdebug-tdep.c, alpha-osf1-tdep.c, alpha-tdep.c:
5348         Update for unwinder changes.
5349
5350 2008-05-08  Joel Brobecker  <brobecker@adacore.com>
5351
5352         * frame.c (get_frame_base_address, get_frame_locals_address)
5353         (get_frame_args_address): Pass the correct frame when calling
5354         frame_base_find_by_frame.
5355
5356 2008-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
5357
5358         * remote.c (extended_remote_attach_1): Call target_find_description.
5359
5360 2008-05-08  Daniel Jacobowitz  <dan@codesourcery.com>
5361
5362         * remote.c (extended_remote_create_inferior_1): Clean up
5363         before marking the target running.
5364
5365 2008-05-08  Joel Brobecker  <brobecker@adacore.com>
5366
5367         * hppa-tdep.h, hppa-tdep.c, hppa-hpux-tdep.c: Update for unwinder
5368         changes.
5369
5370 2008-05-07  Joel Brobecker  <brobecker@adacore.com>
5371
5372         * sparc-tdep.c, sparc-tdep.h, sparc-sol2-tdep.c, sparc64-tdep.c,
5373         sparc64-sol2-tdep.c: Update for unwinder changes.
5374
5375 2008-05-07  Daniel Jacobowitz  <dan@codesourcery.com>
5376
5377         * cp-support.c (mangled_name_to_comp): Initialize storage.
5378         (unqualified_name_from_comp): Likewise.
5379
5380 2008-05-07  Jie Zhang  <jie.zhang@analog.com>
5381
5382         * remote.c (remote_insert_breakpoint): Call get_remote_state
5383         after gdbarch_breakpoint_from_pc is called.
5384         (remote_insert_hw_breakpoint): Likewise.
5385
5386 2008-05-06  Joel Brobecker  <brobecker@adacore.com>
5387
5388         * valprint.c (val_print): Add new language parameter and use it
5389         instead of using the current_language. Update calls to val_print
5390         throughout.
5391         (common_val_print): Add new langauge parameter and pass it to
5392         val_print.
5393         * value.h (struct language_defn): Add opaque declaration.
5394         (val_print, common_val_print): Update declarations.
5395         * stack.c (print_frame_args): Update call to common_val_print
5396         using the appropriate language.
5397         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
5398         * c-valprint, f-valprint.c, m2-valprint.c, mt-tdep.c, infcmd.c,
5399         mi/mi-main.c, jv-valprint.c, ada-valprint.c, varobj.c, p-valprint.c,
5400         scm-valprint.c, cp-valprint.c, sh64-tdep.c, printcmd.c:
5401         #include "language.h" if necessary.
5402         Update calls to val_print and common_val_print.
5403         * Makefile.in (mt-tdep.o, sh64-tdep.o, mi-cmds.o, mi-main.o):
5404         Update dependencies.
5405
5406 2008-05-06  Joel Brobecker  <brobecker@adacore.com>
5407
5408         * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Treat addresses
5409         pointing inside a non-executable section as function descriptors.
5410
5411 2008-05-06  Pedro Alves  <pedro@codesourcery.com>
5412
5413         * inf-loop.c (inferior_event_handler): Run all continuations and
5414         print any language change before running the breakpoint commands.
5415
5416 2008-05-06  Joel Brobecker  <brobecker@adacore.com>
5417
5418         * frame-unwind.c (frame_unwind_got_bytes): New function.
5419         * frame-unwind.h (frame_unwind_got_bytes): Add declaration.
5420         * libunwind-frame.h, libunwind-frame.c, ia64-tdep.c: Update
5421         for unwinder changes.
5422
5423 2008-05-05  Doug Evans  <dje@google.com>
5424
5425         * NEWS: Mention new /m modifier for disassemble command.
5426         * cli/cli-cmds.c (print_disassembly): New function.
5427         (disassemble_current_function): New function
5428         (disassemble_command): Recognize /m modifier, print mixed
5429         source+assembly.
5430         (init_cli_cmds): Update disassemble help text.
5431
5432 2008-05-05  Maxim Grigoriev  <maxim2405@gmail.com>
5433
5434         * xtensa-tdep.c: Update for unwinder changes.
5435
5436 2008-05-05  Andreas Schwab  <schwab@suse.de>
5437
5438         Update m68k port for unwinder changes.
5439         * m68k-tdep.c (m68k_frame_cache): Expect this_frame.
5440         (m68k_frame_this_id, m68k_frame_prev_register): Update signature.
5441         (m68k_frame_unwind): Use default_frame_sniffer.
5442         (m68k_frame_sniffer): Remove.
5443         (m68k_frame_base_address): Expect this_frame.
5444         (m68k_dummy_id): Renamed from m68k_unwind_dummy_id.  Expect
5445         this_frame.
5446         (m68k_gdbarch_init): Use set_gdbarch_dummy_id,
5447         dwarf2_append_unwinders, and frame_unwind_append_unwinder.
5448         * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Expect frame_info
5449         parameter instead of pc value.
5450         (m68k_linux_get_sigtramp_info, m68k_linux_sigtramp_frame_cache):
5451         Expect this_frame.
5452         (m68k_linux_sigtramp_frame_this_id)
5453         (m68k_linux_sigtramp_frame_prev_register)
5454         (m68k_linux_sigtramp_frame_sniffer): Update signature.
5455         (m68k_linux_sigtramp_frame_unwind): Use
5456         m68k_linux_sigtramp_frame_sniffer.
5457         (m68k_linux_init_abi): Use frame_unwind_append_unwinder.
5458
5459         * m68klinux-nat.c (store_register): Fix typo.
5460
5461 2008-05-05  Pedro Alves  <pedro@codesourcery.com>
5462
5463         * infcmd.c (step_1): Put thread id on the stack to avoid possible
5464         NULL dereferencing.
5465
5466 2008-05-05  Luis Machado  <luisgpm@br.ibm.com>
5467
5468         * symfile.c (reread_symbols): Update objfile's entry point.
5469
5470 2008-05-05  Aleksandar Ristovski  <aristovski@qnx.com>
5471             Joel Brobecker  <brobecker@adacore.com>
5472
5473         * ada-lang.c: Update throughout to use symbol_matches_domain
5474         instead of matching the symbol domain explictly.
5475         * dwarf2read.c (add_partial_symbol): Do not add new psym for
5476         STRUCT_DOMAIN. Make sure you recognize c++ struct and java and ada
5477         class as typedefs. See lookup_partial_symbol function.
5478         (new_symbol): Similar to add_partial_symbol, do not create
5479         symbol for the typedef. See lookup_block_symbol.
5480         * symtab.c (symbol_matches_domain): New function, takes care
5481         of dual meaning of STRUCT_DOMAIN symbol for c++, ada and java.
5482         (lookup_partial_symbol): Use symbol_matches_domain to see if the
5483         found psym domain matches the given domain.
5484         (lookup_block_symbol): Likewise.
5485
5486 2008-05-05  Vladimir Prus  <vladimir@codesourcery.com>
5487
5488         * top.c (command_line_handler_continuation): Remove.
5489         (execute_command): Do not install the above.
5490
5491 2008-05-05  Vladimir Prus  <vladimir@codesourcery.com>
5492
5493         * inf-loop.c (inferior_event_handler): Call bpstat_do_action,
5494         and catch all exceptions from it.
5495         * top.c (command_line_handler_continuation): Don't
5496         call bpstat_do_action here.
5497
5498 2008-05-04  Daniel Jacobowitz  <dan@codesourcery.com>
5499
5500         * dwarf2read.c (struct dwarf2_cu): Add type_hash.
5501         (struct die_info): Remove type.
5502         (read_type_die, read_typedef, read_base_type, read_subrange_type)
5503         (read_structure_type, read_enumeration_type, read_array_type)
5504         (read_tag_pointer_type, read_tag_ptr_to_member_type)
5505         (read_tag_reference_type, read_tag_const_type, read_tag_volatile_type)
5506         (read_tag_string_type, read_subroutine_type, read_set_type)
5507         (read_unspecified_type): Delete prototypes.  Remove check for
5508         already-loaded type.  Return the new type.
5509         (set_die_type): Return the new type.
5510         (reset_die_and_siblings_types): Delete.
5511         (load_comp_unit, load_full_comp_unit): Set type_hash.
5512         (process_queue): Remove call to reset_die_and_siblings_types.
5513         (process_die): Do not read most types here.  Use read_type_die
5514         for others.
5515         (read_func_scope, dwarf2_add_member_fn): Use read_type_die.
5516         (quirk_gcc_member_function_pointer): Return the new type.
5517         (process_structure_scope, process_enumeration_scope): Use
5518         get_die_type and read the DIE's type.
5519         (read_full_die): Do not initialize die->type.
5520         (tag_type_to_type): Use read_type_die.
5521         (read_type_die): Check for already defined types.  Return the
5522         type.
5523         (determine_prefix): Use get_die_type.
5524         (set_die_type): Return the type.
5525         (get_die_type): Take a CU argument.  Check for no type_hash.
5526
5527 2008-05-04  Daniel Jacobowitz  <dan@codesourcery.com>
5528
5529         * dwarf2read.c (dwarf2_ranges_read, read_partial_die): Initialize
5530         locals.
5531
5532 2008-05-04  Pedro Alves  <pedro@codesourcery.com>
5533
5534         * breakpoint.c (update_breakpoints_after_exec): Delete bp_longjmp
5535         and bp_longjmp_resume breakpoints.
5536         (breakpoint_address_is_meaningful): Claim bp_longjmp_resume as
5537         meaningful.
5538         (create_longjmp_breakpoint): Don't create bp_longjmp_resume
5539         breakpoints.  Create bp_longjmp breakpoints as momentary
5540         breakpoints.
5541         (enable_longjmp_breakpoint): Delete.
5542         (set_longjmp_breakpoint): New.
5543         (disable_longjmp_breakpoint): Delete.
5544         (delete_longjmp_breakpoint): New.
5545         (set_longjmp_resume_breakpoint): Delete.
5546         (set_momentary_breakpoint_at_pc): New.
5547         (breakpoint_re_set_one): Don't delete bp_longjmp and
5548         bp_longjmp_resume breakpoints.
5549         (breakpoint_re_set): Don't create longjmp and longjmp-resume
5550         breakpoints.
5551
5552         * infrun.c (step_resume_breakpoint): Add comment.
5553         (struct execution_control_state): Delete handling_longjmp member.
5554         (init_execution_control_state). Don't clear handling_longjmp.
5555         (context_switch): Don't context switch handling_longjmp.
5556         (handle_inferior_event): If handling a bp_longjmp breakpoint,
5557         create a bp_longjmp_resume breakpoint, and set it as current
5558         step_resume_breakpoint, then step over the longjmp breakpoint.  If
5559         handling a bp_longjmp_resume breakpoint, don't delete the longjmp
5560         breakpoint, delete the longjmp-resume breakpoint, and stop
5561         stepping.
5562         (currently_stepping): Remove handling_longjmp from expression.
5563         (insert_step_resume_breakpoint_at_sal): Update comment.
5564         (insert_longjmp_resume_breakpoint): New.
5565
5566         * breakpoint.h (set_momentary_breakpoint_at_pc): Declare.
5567         (enable_longjmp_breakpoint, disable_longjmp_breakpoint): Delete
5568         declarations.
5569         (set_longjmp_breakpoint, delete_longjmp_breakpoint): Declare.
5570         (set_longjmp_resume_breakpoint): Delete declaration.
5571
5572         * gdbthread.h (save_infrun_state): Remove handling_longjmp
5573         parameter.
5574         (load_infrun_state): Delete *handling_longjmp parameter.
5575         * thread.c (save_infrun_state): Remove handling_longjmp parameter.
5576         Update body.
5577         (load_infrun_state): Delete *handling_longjmp parameter.  Update
5578         body.
5579
5580         * infcmd.c (disable_longjmp_breakpoint_cleanup): Delete.
5581         (delete_longjmp_breakpoint_cleanup): New.
5582         (step_1): Call set_longjmp_breakpoint instead of
5583         enable_longjmp_breakpoint.  Use delete_longjmp_breakpoint_cleanup
5584         instead of disable_longjmp_breakpoint_cleanup when making cleanup.
5585         (step_1_continuation): Pass thread id in the continuation args to
5586         step_once.
5587         (step_once): Add thread parameter.  Pass thread id the the
5588         continuation.
5589
5590 2008-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5591
5592         Set CU BASE_ADDRESS already from partial DIEs.
5593         * dwarf2read.c (read_partial_die): New variables BASE_ADDRESS and
5594         BASE_ADDRESS_TYPE.  Set these variables from DW_AT_LOW_PC and
5595         DW_AT_ENTRY_PC.  Set CU->HEADER.BASE_KNOWN and CU->HEADER.BASE_ADDRESS
5596         from these variables if it was still unset.
5597
5598         * Makefile.in: Update dependencies.
5599         * dwarf2read.c: Include "addrmap.h"
5600         (struct dwarf2_cu): New fields RANGES_OFFSET and HAS_RANGES_OFFSET.
5601         (dwarf2_ranges_read): New prototype.
5602         (dwarf2_build_psymtabs_hard): Initialize and prepare PSYMTABS_ADDRMAP.
5603         Add discontiguous range to PSYMTABS_ADDRMAP by DWARF2_RANGES_READ on
5604         HAS_RANGES_OFFSET, otherwise add there the contiguous range.
5605         (dwarf2_ranges_read): New parameter RANGES_PST, update the function
5606         comment for it.  Add the found ranges to RANGES_PST.  New variable
5607         BASEADDR, initialize it the common way.
5608         (dwarf2_get_pc_bounds): Update the caller for the new parameter.
5609         (read_partial_die): `DW_AT_ranges' now only sets RANGES_OFFSET and
5610         HAS_RANGES_OFFSET for the later processing.
5611         * objfiles.h (struct objfile): New field PSYMTABS_ADDRMAP.
5612         * symtab.c: Include "addrmap.h"
5613         (find_pc_sect_psymtab): Support reading the field PSYMTABS_ADDRMAP.
5614         Move the psymtab locator into ...
5615         (find_pc_sect_psymtab_closer): ... a new function.
5616
5617 2008-05-04  Ulrich Weigand  <uweigand@de.ibm.com>
5618
5619         * arch-utils.c (gdbarch_update_p): Use default values for
5620         info.abfd and info.target_desc if they are NULL.
5621         (gdbarch_from_bfd): Remove assertion.
5622         (set_gdbarch_from_file): Call gdbarch_find_by_info directly,
5623         using the current target description.
5624         (gdbarch_info_fill): Do not use default values for info->abfd
5625         and info->target_desc.
5626
5627 2008-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5628
5629         * symfile.c (reread_symbols): Reload EXEC_BFD on its change.
5630
5631 2008-05-04  Ulrich Weigand  <uweigand@de.ibm.com>
5632
5633         * inferior.h (read_pc_pid, write_pc_pid): Remove.
5634         * regcache.h (regcache_read_pc, regcache_write_pc): Add prototypes.
5635
5636         * regcache.c (read_pc_pid): Remove, replace by ...
5637         (regcache_read_pc): ... this function.
5638         (write_pc_pid): Remove, replace by ...
5639         (regcache_write_pc): ... this function.
5640         (read_pc, write_pc): Update.
5641
5642         * infrun.c (displaced_step_prepare): Replace read_pc_pid and
5643         write_pc_pid by regcache_read_pc and regcache_write_pc.
5644         (displaced_step_fixup): Likewise.
5645         (resume): Likewise.  Use regcache arch instead of current_gdbarch.
5646         (prepare_to_proceed): Likewise.
5647         (proceed): Likewise.
5648         (adjust_pc_after_break): Likewise.
5649         (handle_inferior_event): Likewise.
5650
5651         * linux-nat.c (cancel_breakpoint): Likewise.
5652         * linux-thread-db.c (check_event): Likewise.
5653         * aix-thread.c (aix_thread_wait): Likewise.
5654         * tracepoint.c (trace_dump_command): Likewise.
5655
5656 2008-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5657
5658         * dwarf2loc.c (dwarf_expr_frame_base): Error out on missing
5659         SYMBOL_LOCATION_BATON.
5660
5661 2008-05-04  Vladimir Prus  <vladimir@codesourcery.com>
5662
5663         * target.h (struct target_ops): New field to_auxv_parse.
5664         * auxv.c (default_auxv_parse): New, renamed from previous
5665         target_auxv_parse.
5666         (target_auxv_parse): Try to call target method.  Fallback to
5667         default_auxv_parse if not found.
5668         * procfs.c (procfs_auxv_parse): New.
5669         (init_procfs_ops): On Solaris, in 64-bit mode, install
5670         procfs_auxv_parse.
5671
5672 2008-05-03  Adam Nemet  <anemet@caviumnetworks.com>
5673
5674         * symfile.c (add_symbol_file_command):  Use paddress rather than
5675         hex_string to print the address.
5676
5677 2008-05-03  Ulrich Weigand  <uweigand@de.ibm.com>
5678
5679         * rs6000-tdep.c (rs6000_frame_this_id): If info->base is 0,
5680         return the null frame ID to terminate the backtrace.
5681
5682 2008-05-03  Ulrich Weigand  <uweigand@de.ibm.com>
5683
5684         * rs6000-tdep.c: Do not include "rs6000-tdep.h".
5685         (rs6000_find_toc_address_hook): Move to rs6000-aix-tdep.c.
5686         (SIG_FRAME_PC_OFFSET): Likewise.
5687         (SIG_FRAME_LR_OFFSET): Likewise.
5688         (SIG_FRAME_FP_OFFSET): Likewise.
5689         (rs6000_push_dummy_call): Likewise.
5690         (rs6000_return_value): Likewise.
5691         (rs6000_convert_from_func_ptr_addr): Likewise.
5692         (branch_dest, rs6000_software_single_step): Likewise.
5693         (deal_with_atomic_sequence): Rename to ...
5694         (ppc_deal_with_atomic_sequence): ... this.  Adapt all callers.
5695         Do not call branch_dest; inline required parts of that function.
5696         (rs6000_skip_trampoline_code): Replace DEPRECATED_SYMBOL_NAME
5697         with SYMBOL_LINKAGE_NAME.
5698         (struct reg, regsize): Delete.
5699         (read_memory_addr): Delete; inline into callers.
5700         (rs6000_skip_prologue): Move after skip_prologue.
5701         (skip_prologue): Remove prototype.
5702         (rs6000_gdbarch_init): Remove sysv_abi variable; perform all
5703         initialization as if this variable were true.  Do not install
5704         ppc64_sysv_abi_adjust_breakpoint_address.
5705
5706         * rs6000-aix-tdep.c: Include "gdb_assert.h", "gdbtypes.h",
5707         "gdbcore.h", "target.h", "value.h", "infcall.h", "objfiles.h",
5708         and "breakpoint.h".
5709         (rs6000_find_toc_address_hook): Move here from rs6000-tdep.c.
5710         (SIG_FRAME_PC_OFFSET): Likewise.
5711         (SIG_FRAME_LR_OFFSET): Likewise.
5712         (SIG_FRAME_FP_OFFSET): Likewise.
5713         (rs6000_push_dummy_call): Likewise.
5714         (rs6000_return_value): Likewise.
5715         (rs6000_convert_from_func_ptr_addr): Likewise.
5716         (branch_dest, rs6000_software_single_step): Likewise.  Replace
5717         tdep->text_segment_base by AIX_TEXT_SEGMENT_BASE.
5718         (rs6000_aix_init_osabi): Install rs6000_push_dummy_call,
5719         rs6000_return_value, and rs6000_convert_from_func_ptr_addr.
5720         Call set_gdbarch_long_double_bit and set_gdbarch_frame_red_zone_size.
5721         Set tdep->lr_frame_offset.  Do not set tdep->text_segment_base.
5722
5723         * rs6000-tdep.h (rs6000_software_single_step): Remove prototype.
5724         (AIX_TEXT_SEGMENT_BASE): New macro.
5725         * rs6000-nat.c (exec_one_dummy_insn): Replace tdep->text_segment_base
5726         by AIX_TEXT_SEGMENT_BASE.
5727
5728         * ppc-tdep.h (ppc_deal_with_atomic_sequence): Add prototype.
5729         (struct gdbarch_tdep): Remove text_segment_base member.
5730         * ppc-linux-tdep.c (ppc_linux_init_abi): On 64-bit, install
5731         ppc64_sysv_abi_adjust_breakpoint_address.
5732
5733         * Makefile.in (rs6000-tdep.o): Update dependencies.
5734         (rs6000-aix-tdep.o): Likewise.
5735
5736 2008-05-03  Luis Machado  <luisgpm@br.ibm.com>
5737             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5738
5739         * cli/cli-decode.c (lookup_cmd_1): Fix indentation.
5740         * doublest.c (convert_typed_floating): Fix typo in comment.
5741         * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
5742         * frame-unwind.h (frame_sniffer_ftype): Likewise.
5743         * frame.c (frame_unwind_address_in_block): Likewise.
5744         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Likewise.
5745         * symtab.h (struct symbol): Likewise.
5746         * tramp-frame.h (struct trad_frame_cache): Likewise.
5747         * value.c (allocate_repeat_value): Likewise.
5748
5749 2008-05-03  Ulrich Weigand  <uweigand@de.ibm.com>
5750
5751         * infrun.c (handle_inferior_event): Do not insert breakpoints at
5752         TARGET_WAITKIND_LOADED events during startup (i.e. in the shell).
5753
5754 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
5755
5756         * parse.c (parse_exp_in_context): Don't override
5757         expression_context_pc if get_selected_block returned a valid
5758         block.
5759
5760 2008-05-03  Daniel Jacobowitz  <dan@codesourcery.com>
5761
5762         * alpha-tdep.h (ALPHA_REGISTER_BYTES): Delete.
5763         * arm-tdep.h (STATUS_REGISTER_SIZE): Delete.
5764         * breakpoint.c (args_for_catchpoint_enable, current_exception_event):
5765         Delete.
5766         * c-typeprint.c (c_type_print_base): Delete handling of template
5767         instantiations.
5768         * cp-support.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
5769         (METHOD_PTR_TO_VOFFSET): Delete.
5770         * defs.h (QUIT_FIXME): Delete.
5771         * f-lang.h (DEFAULT_DOTMAIN_NAME_IN_MF77, DEFAULT_MAIN_NAME_IN_MF77)
5772         (DEFAULT_DOTMAIN_NAME_IN_XLF_BUGGY, DEFAULT_DOTMAIN_NAME_IN_XLF): Delete.
5773         * gdbtypes.h (struct cplus_struct_type): Delete is_inlined,
5774         ninstantiations, and instantiations.
5775         (TYPE_INSTANTIATIONS, TYPE_NINSTANTIATIONS, TYPE_INSTANTIATION)
5776         (TYPE_FN_FIELD_INLINED): Delete.
5777         * srec.h (SREC_BINARY): Delete.
5778         * symtab.c (symbol_init_demangled_name): Delete.
5779         * symtab.h (SYMBOL_INIT_DEMANGLED_NAME, symbol_init_demangled_name)
5780         (SYMBOL_OBJFILE, struct exception_event_record, CURRENT_EXCEPTION_KIND)
5781         (CURRENT_EXCEPTION_CATCH_SAL, CURRENT_EXCEPTION_CATCH_LINE)
5782         (CURRENT_EXCEPTION_CATCH_FILE, CURRENT_EXCEPTION_CATCH_PC)
5783         (CURRENT_EXCEPTION_THROW_SAL, CURRENT_EXCEPTION_THROW_LINE)
5784         (CURRENT_EXCEPTION_THROW_FILE, CURRENT_EXCEPTION_THROW_PC): Delete.
5785         * target.h (enum thread_control_capabilities): Delete tc_switch.
5786         (target_can_switch_threads): Delete.
5787
5788 2008-05-03  Daniel Jacobowitz  <dan@codesourcery.com>
5789
5790         * Makefile.in (objfiles.o): Update.
5791         * exec.c (exec_set_section_address): Support p->addr != 0.
5792         * objfiles.c (objfile_relocate): Update exec_ops section
5793         addresses.
5794         * symfile.c (place_section): Move exec_set_section_address call...
5795         (default_symfile_offsets): ...to here.
5796
5797 2008-05-03  Ulrich Weigand  <uweigand@de.ibm.com>
5798
5799         * Makefile.in (ppc_linux_tdep_h): New macro.
5800         (powerpc_32l_c, powerpc_altivec32_c, powerpc_altivec32l_c): Likewise.
5801         (powerpc_64l_c, powerpc_altivec64_c, powerpc_altivec64l_c): Likewise.
5802         (powerpc_e500l_c): Likewise.
5803         (ppc-linux-nat.o): Update dependencies.
5804         (ppc-linux-tdep.o): Update dependencies.
5805         (rs6000-tdep.o): Update dependencies.
5806
5807         * ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Remove.
5808         (ppc_linux_svr4_fetch_link_map_offsets): Remove.
5809         (ppc_linux_gregset, ppc_linux_fpregset): Move to ppc-linux-tdep.h
5810         (ppc_supply_reg, ppc_collect_reg): Add prototypes.
5811         (tdesc_powerpc_e500): Remove.
5812
5813         * rs6000.c: Include "features/rs6000/powerpc-altivec32.c"
5814         and "features/rs6000/powerpc-altivec64.c".
5815         (ppc_supply_reg, ppc_collect_reg): Make global.
5816         (variants): Use tdesc_powerpc_32 for "powerpc" and
5817         tdesc_powerpc_altivec64 for "powerpc64".
5818         (_initialize_rs6000_tdep): Initialize AltiVec descriptions.
5819
5820         * ppc-linux-tdep.h: New file.
5821
5822         * ppc-linux-tdep.c: Include "ppc-linux-tdep.c".
5823         Include "features/rs6000/powerpc-32l.c".
5824         Include "features/rs6000/powerpc-altivec32l.c".
5825         Include "features/rs6000/powerpc-64l.c".
5826         Include "features/rs6000/powerpc-altivec64l.c".
5827         Include "features/rs6000/powerpc-e500l.c".
5828         (ppc_linux_supply_gregset): New function.
5829         (ppc_linux_collect_gregset): Handle orig_r3 and trap registers.
5830         (ppc32_linux_gregset): Use ppc_linux_supply_gregset.
5831         (ppc64_linux_gregset): Likewise.
5832         (ppc_linux_sigtramp_cache): Handle orig_r3 and trap registers.
5833         (ppc_linux_trap_reg_p): New function.
5834         (ppc_linux_write_pc): New function.
5835         (ppc_linux_core_read_description): New function.
5836         (ppc_linux_init_abi): Install ppc_linux_write_pc and
5837         ppc_linux_core_read_description.  Install orig_r3 and trap
5838         registers if present in the target description.
5839         (_initialize_ppc_linux_tdep): Initialize Linux target descriptions.
5840
5841         * ppc-linux-nat.c: Include "ppc-linux-tdep.h".
5842         (PT_ORIG_R3, PT_TRAP): Define if necessary.
5843         (ppc_register_u_addr): Handle orig_r3 and trap registers.
5844         (fetch_ppc_registers): Likewise.
5845         (store_ppc_registers): Likewise.
5846         (store_register): Likewise.
5847         (ppc_linux_read_description): Check whether AltiVec is supported.
5848         Check whether inferior is 32-bit or 64-bit.  Return the appropriate
5849         Linux target description.
5850
5851         * features/Makefile (WHICH): Use rs6000/powerpc-32l and
5852         rs6000/powerpc-altivec32l instead of rs6000/powerpc-32.
5853         Use rs6000/powerpc-64l and rs6000/powerpc-altivec64l instead
5854         of rs6000/powerpc-64.  Use rs6000/powerpc-e500l instead of
5855         rs6000/powerpc-e500.  Update -expedite variables accordingly.
5856
5857         * features/rs6000/power-spe.xml: Use regnum 73 for "acc".
5858         * features/rs6000/powerpc-32.xml: Do not include power-altivec.xml.
5859         * features/rs6000/powerpc-64.xml: Do not include power-altivec.xml.
5860         * features/rs6000/powerpc-e500.c: Regenerate.
5861         * features/rs6000/powerpc-32.c: Regenerate.
5862         * features/rs6000/powerpc-64.c: Regenerate.
5863
5864         * features/rs6000/power-linux.xml: New file.
5865         * features/rs6000/power64-linux.xml: New file.
5866         * features/rs6000/powerpc-32l.xml: New file.
5867         * features/rs6000/powerpc-altivec32l.xml: New file.
5868         * features/rs6000/powerpc-64l.xml: New file.
5869         * features/rs6000/powerpc-altivec64l.xml: New file.
5870         * features/rs6000/powerpc-e500l.xml: New file.
5871         * features/rs6000/powerpc-32l.c: New (generated) file.
5872         * features/rs6000/powerpc-altivec32l.c: New (generated) file.
5873         * features/rs6000/powerpc-64l.c: New (generated) file.
5874         * features/rs6000/powerpc-altivec64l.c: New (generated) file.
5875         * features/rs6000/powerpc-e500l.xml: New (generated) file.
5876
5877         * regformats/reg-ppc.dat: Remove.
5878         * regformats/reg-ppc64.dat: Remove.
5879         * regformats/rs6000/powerpc-32.dat: Remove.
5880         * regformats/rs6000/powerpc-64.dat: Remove.
5881         * regformats/rs6000/powerpc-e500.dat: Remove.
5882         * regformats/rs6000/powerpc-32l.dat: New (generated) file.
5883         * regformats/rs6000/powerpc-altivec32l.dat: New (generated) file.
5884         * regformats/rs6000/powerpc-64l.dat: New (generated) file.
5885         * regformats/rs6000/powerpc-altivec64l.dat: New (generated) file.
5886         * regformats/rs6000/powerpc-e500l.dat: New (generated) file.
5887
5888 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
5889
5890         * thread.c (delete_thread): Call observer_notify_thread_exit.
5891         * mi/mi-interp.c (mi_interpreter_init): Register mi_thread_exit as
5892         thread_exit observer.
5893         (mi_thread_exit): New.
5894
5895 2008-05-03  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5896
5897         * breakpoint.c (create_exception_catchpoint): Remove prototype
5898         for already deleted function.
5899         * breakpoint.h (ep_is_exception_catchpoint): Likewise.
5900         * frame.h (show_stack_frame): Remove prototype.
5901         * stack.c (show_stack_frame): Remove empty, unused function.
5902         * source.c (symtab_to_fullname, print_source_lines): Small fix
5903         in comment.
5904         * value.c (show_values): Update comments to mention "show values"
5905         command instead of "info history".
5906
5907 2008-05-02  Ulrich Weigand  <uweigand@de.ibm.com>
5908
5909         * linespec.c: Include "target.h".
5910         (minsym_found): Handle minimal symbols pointing to function
5911         descriptors.  Use find_function_start_pc.
5912         * minsyms.c (msymbol_objfile): New function.
5913         * parse.c (write_exp_msymbol): Handle minimal symbols pointing
5914         to function descriptors.
5915         * symtab.c (fixup_section): Only use minimal symbol at the same
5916         address to determine section of a symbol.
5917         (find_function_start_pc): New function.
5918         (find_function_start_sal): Use it.
5919         * symtab.h (msymbol_objfile): Add prototype.
5920         (find_function_start_pc): Likewise.
5921         * value.c: Include "objfiles.h".
5922         (value_fn_field): Handle minimal symbols pointing to function
5923         descriptors.
5924         * Makefile.in (linespec.o): Update dependencies.
5925         (value.o): Likewise.
5926
5927 2008-05-02  Joel Brobecker  <brobecker@adacore.com>
5928
5929         * ada-lang.c (unwrap_value): Handle the case where the "F" field
5930         inside a PAD type is a bitfield.
5931
5932 2008-05-02  Ulrich Weigand  <uweigand@de.ibm.com>
5933
5934         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Handle
5935         TYPE_CODE_BOOL and TYPE_CODE_CHAR the same as TYPE_CODE_INT.
5936         Handle TYPE_CODE_REF the same as TYPE_CODE_PTR.
5937         Handle TYPE_CODE_METHOD the same as TYPE_CODE_FUNC.
5938         Allow typedefs when checking for function pointer arguments.
5939         Right-align small structs passed on the stack.
5940         (ppc64_sysv_abi_return_value): Handle TYPE_CODE_BOOL and
5941         TYPE_CODE_CHAR the same as TYPE_CODE_INT.
5942         Handle TYPE_CODE_REF the same as TYPE_CODE_PTR.
5943
5944 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
5945
5946         * Makefile.in (arm-tdep.o): Update.
5947         * arm-tdep.c (arm_objfile_data_key, struct arm_mapping_symbol)
5948         (struct arm_per_objfile, arm_compare_mapping_symbols): New.
5949         (arm_pc_is_thumb): Use mapping symbols.
5950         (arm_objfile_data_cleanup, arm_record_special_symbol): New.
5951         (arm_gdbarch_init): Call set_gdbarch_record_special_symbol.
5952         (_initialize_arm_tdep): Initialize arm_objfile_data_key.
5953         * elfread.c (elf_symtab_read): Use gdbarch_record_special_symbol.
5954         * gdbarch.sh: Add record_special_symbol.
5955         * gdbarch.c, gdbarch.h: Regenerated.
5956         * objfiles.c (struct objfile_data): Add cleanup member.
5957         (register_objfile_data_with_cleanup): New function, from
5958         register_objfile_data.
5959         (register_objfile_data): Use it.
5960         (objfile_free_data): Call clear_objfile_data.
5961         (clear_objfile_data): Call cleanup functions.
5962         * objfiles.h (register_objfile_data_with_cleanup): Declare.
5963
5964 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
5965
5966         * objfiles.c (init_entry_point_info): Handle shared libraries.
5967
5968 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
5969
5970         * arm-tdep.c (arm_prologue_this_id): Compare pc, not func, to
5971         lowest_pc.
5972
5973 2008-05-02  Jim Blandy  <jimb@codesourcery.com>
5974             Pedro Alves  <pedro@codesourcery.com>
5975
5976         Implement displaced stepping.
5977
5978         * gdbarch.sh (max_insn_length): New 'variable'.
5979         (displaced_step_copy, displaced_step_fixup)
5980         (displaced_step_free_closure, displaced_step_location): New
5981         functions.
5982         (struct displaced_step_closure): Add forward declaration.
5983         * gdbarch.c, gdbarch.h: Regenerated.
5984
5985         * arch-utils.c: #include "objfiles.h".
5986         (simple_displaced_step_copy_insn)
5987         (simple_displaced_step_free_closure)
5988         (displaced_step_at_entry_point): New functions.
5989         * arch-utils.h (simple_displaced_step_copy_insn)
5990         (simple_displaced_step_free_closure)
5991         (displaced_step_at_entry_point): New prototypes.
5992
5993         * i386-tdep.c (I386_MAX_INSN_LEN): Rename to...
5994         (I386_MAX_MATCHED_INSN_LEN): ... this.
5995         (i386_absolute_jmp_p, i386_absolute_call_p)
5996         (i386_ret_p, i386_call_p, i386_breakpoint_p, i386_syscall_p)
5997         (i386_displaced_step_fixup): New functions.
5998         (struct i386_insn, i386_match_insn): Update.
5999         (i386_gdbarch_init): Set gdbarch_max_insn_length.
6000         * i386-tdep.h (I386_MAX_INSN_LEN): New.
6001         (i386_displaced_step_fixup): New prototype.
6002         * i386-linux-tdep.c (i386_linux_init_abi): Include "arch-utils.h".
6003         Register gdbarch_displaced_step_copy,
6004         gdbarch_displaced_step_fixup, gdbarch_displaced_step_free_closure,
6005         and gdbarch_displaced_step_location functions.
6006
6007         * infrun.c (debug_displaced): New variable.
6008         (show_debug_displaced): New function.
6009         (struct displaced_step_request): New struct.
6010         (displaced_step_request_queue, displaced_step_ptid)
6011         (displaced_step_gdbarch, displaced_step_closure)
6012         (displaced_step_original, displaced_step_copy)
6013         (displaced_step_saved_copy, can_use_displaced_stepping): New
6014         variables.
6015         (show_can_use_displaced_stepping, use_displaced_stepping)
6016         (displaced_step_clear, cleanup_displaced_step_closure)
6017         (displaced_step_dump_bytes, displaced_step_prepare)
6018         (displaced_step_clear_cleanup, write_memory_ptid)
6019         (displaced_step_fixup): New functions.
6020         (resume): Call displaced_step_prepare.
6021         (proceed): Call read_pc once, and remember the value.  If using
6022         displaced stepping, don't remove breakpoints.
6023         (handle_inferior_event): Call displaced_step_fixup.  Add some
6024         debugging output.  When we try to step over a breakpoint, but get
6025         a signal to deliver to the thread instead, ensure the step-resume
6026         breakpoint is actually inserted.  If a thread hop is needed, and
6027         displaced stepping is enabled, don't remove breakpoints.
6028         (init_wait_for_inferior): Call displaced_step_clear.
6029         (_initialize_infrun): Add "set debug displaced" command.  Add
6030         "maint set can-use-displaced-stepping" command.  Clear
6031         displaced_step_ptid.
6032         * inferior.h (debug_displaced): Declare variable.
6033         (displaced_step_dump_bytes): Declare function.
6034
6035         * Makefile.in (arch-utils.o, i386-linux-tdep.o): Update
6036         dependencies.
6037
6038 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
6039
6040         * arm-tdep.c (arm_mode_strings, arm_fallback_mode_string)
6041         (arm_force_mode_string, arm_show_fallback_mode)
6042         (arm_show_force_mode): New.
6043         (arm_pc_is_thumb): Honor fallback-mode and force-mode.  Use
6044         arm_frame_is_thumb.
6045         (_initialize_arm_tdep): Add "set arm fallback-mode"
6046         and "set arm force-mode".
6047         * NEWS: Document new commands.
6048
6049 2008-05-02  Andrew Stubbs  <andrew.stubbs@st.com>
6050
6051         * main.h (batch_silent): Declare.
6052         * event-top.c: Include main.h.
6053         (gdb_setup_readline): Remove extern batch_silent declaration.
6054         * infrun.c (normal_stop): Don't print source location when running in
6055         --batch-silent mode.
6056         * Makefile.in (event-top.o): Add main.h dependency.
6057
6058 2008-05-02  Andreas Schwab  <schwab@suse.de>
6059
6060         * target.h (struct target_ops): Add
6061         to_watchpoint_addr_within_range.
6062         (target_watchpoint_addr_within_range): New function.
6063         * target.c (update_current_target): Inherit
6064         to_watchpoint_addr_within_range, defaulting to
6065         default_watchpoint_addr_within_range.
6066         (default_watchpoint_addr_within_range): New function.
6067         (debug_to_watchpoint_addr_within_range): New function.
6068         (setup_target_debug): Set to_watchpoint_addr_within_range.
6069         * ppc-linux-nat.c (ppc_linux_watchpoint_addr_within_range):
6070         New function.
6071         (_initialize_ppc_linux_nat): Set to_watchpoint_addr_within_range.
6072         * breakpoint.c (watchpoints_triggered): Use
6073         target_watchpoint_addr_within_range.
6074
6075 2008-05-01  Pedro Alves  <pedro@codesourcery.com>
6076
6077         * configure.tgt: Add i[34567]86-*-dicos* and x86_64-*-dicos*.
6078         (i[34567]86-*-dicos*, x86_64-*-dicos*):
6079         Set gdb_osabi to GDB_OSABI_DICOS.
6080
6081         * defs.h (enum gdb_osabi): Add GDB_OSABI_DICOS.
6082         * osabi.c (gdb_osabi_name): Add "DICOS".
6083
6084         * i386-dicos-tdep.c: New file.
6085
6086         * Makefile.in (ALL_TARGET_OBS): Add i386-dicos-tdep.o.
6087         (ALLDEPFILES): Add i386-dicos-tdep.c.
6088         (i386-dicos-tdep.o): New rule.
6089
6090 2008-05-01  Pedro Alves  <pedro@codesourcery.com>
6091
6092         * linux-nat.c (linux_nat_switch_fork): Reinit GDB's thread list
6093         and register the fork's PTID as a thread.
6094
6095 2008-05-01  Aleksandar Ristovski  <aristovski@qnx.com>
6096
6097         PR gdb/1665
6098         * breakpoint.c (create_breakpoint): Add breakpoint_ops argument and
6099         assign its value to the breakpoint created.
6100         (create_breakpoints): Add breakpoint_ops argument and pass it
6101         to create_breakpoint call.
6102         (break_command_really): Add breakpoint_ops argument and pass/assign
6103         appropriately.
6104         (break_command_1): Pass NULL as ops argument.
6105         (set_breakpoint): Pass NULL as ops argument.
6106         (print_one_exception_catchpoint): Print <PENDING> if no loc available.
6107         (handle_gnu_v3_exceptions): Call generic breakpoint code to insert
6108         catch and throw catchpoints.
6109
6110 2008-05-01  Aleksandar Ristovski  <aristovski@qnx.com>
6111
6112         PR gdb/2343
6113         * corelow.c (core_open): Use gdbarch_target_signal_from_host to
6114         translate signal numeric value from the target to GDB's enum
6115         target_signal.
6116         * gdbarch.c, gdbarch.h: Regenerated.
6117         * gdbarch.sh: Added two new functions target_signal_from_host and
6118         target_signal_to_host.
6119         * target.h (default_target_signal_from_host,
6120         default_target_signal_to_host): New functions - declarations.
6121         * signals/signals.c (struct gdbarch): New declaration.
6122         (default_target_signal_to_host, default_target_signal_from_host): New
6123         functions.
6124
6125 2008-05-01  Daniel Jacobowitz  <dan@codesourcery.com>
6126             Pedro Alves  <pedro@codesourcery.com>
6127
6128         Based on work by Jan Kratochvil <jan.kratochvil@redhat.com> and Jeff
6129         Johnston <jjohnstn@redhat.com>.
6130
6131         * NEWS: Mention attach to stopped process fix.
6132         * infcmd.c (detach_command, disconnect_command): Discard the thread
6133         list.
6134         * infrun.c (handle_inferior_event): Do not ignore non-SIGSTOP while
6135         attaching.  Use signal_stop_state.
6136         (signal_stop_state): Check stop_soon.
6137         * linux-nat.c (kill_lwp): Declare earlier.
6138         (pid_is_stopped, linux_nat_post_attach_wait): New.
6139         (lin_lwp_attach_lwp): Use linux_nat_post_attach_wait.  Update
6140         comments.
6141         (linux_nat_attach): Use linux_nat_post_attach_wait.
6142         (detach_callback, linux_nat_detach): Improve handling for signalled
6143         processes.
6144         (linux_nat_pid_to_str): Always print out the LWP ID if it differs
6145         from the process ID.
6146         * Makefile.in (infcmd.o): Update.
6147
6148 2008-05-01  Daniel Jacobowitz  <dan@codesourcery.com>
6149
6150         * arm-linux-tdep.h (ARM_CPSR_REGNUM): Delete definition.
6151         * arm-tdep.c (arm_frame_is_thumb): New.
6152         (arm_pc_is_thumb): Clarify comment.
6153         (thumb_analyze_prologue): Remove PC special case.
6154         (thumb_scan_prologue): Take a block_addr argument.  Use it for
6155         find_pc_partial_function.  Remove unused variables.
6156         (arm_scan_prologue): Use arm_frame_is_thumb.  Use the block address
6157         for find_pc_partial_function.  Remove PC special case.
6158         (arm_prologue_prev_register): Add special handling for PC and CPSR.
6159         (arm_dwarf2_prev_register, arm_dwarf2_frame_init_reg): New.
6160         (arm_get_next_pc): Use arm_frame_is_thumb.
6161         (arm_write_pc): Use CPSR_T instead of 0x20.
6162         (arm_gdbarch_init): Call dwarf2_frame_set_init_reg.
6163         * arm-tdep.h (enum gdb_regnum): Add ARM_CPSR_REGNUM.
6164         (CPSR_T): Define.
6165         * dwarf2-frame.c (dwarf2_frame_prev_register): Handle
6166         DWARF2_FRAME_REG_FN.
6167         * dwarf2-frame.h (enum dwarf2_frame_reg_rule): Add
6168         DWARF2_FRAME_REG_FN.
6169         (struct dwarf2_frame_state_reg): Add FN to loc union.
6170
6171 2008-05-01  Nick Roberts  <nickrob@snap.net.nz>
6172
6173         * exec.c (print_section_info): Add missing '\n'.
6174
6175 2008-05-01  Vladimir Prus  <vladimir@codesourcery.com>
6176
6177         * thread.c (add_thread): Move observer call to ...
6178         (add_thread_silent): ... here.
6179
6180 2008-04-30  Ulrich Weigand  <uweigand@de.ibm.com>
6181
6182         * rs6000-tdep.c: Update for unwinder changes.
6183         * ppcobsd-tdep.c: Likewise.
6184
6185 2008-04-30  Ulrich Weigand  <uweigand@de.ibm.com>
6186
6187         * s390-tdep.c: Update for unwinder changes.
6188
6189 2008-04-30  Ulrich Weigand  <uweigand@de.ibm.com>
6190
6191         * spu-tdep.c: Update for unwinder changes.
6192
6193 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
6194
6195         * hppanbsd-tdep.c, m68kbsd-tdep.c, mn10300-linux-tdep.c,
6196         ppc-linux-tdep.c, ppcnbsd-tdep.c, sparc-linux-tdep.c,
6197         sparc64-linux-tdep.c: Update for unwinder changes.
6198
6199 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
6200
6201         * mipsnbsd-tdep.c, mips64obsd-tdep.c, mips-linux-tdep.c: Update
6202         for unwinder changes.
6203         * mips-tdep.c: Likewise.
6204         (mips_stub_frame_cache): Unwind the ABI stack pointer, not the
6205         raw one.
6206
6207 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
6208
6209         * arm-linux-tdep.c, arm-tdep.c, armobsd-tdep.c: Update for
6210         unwinder changes.
6211
6212 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
6213
6214         Update i386 and amd64 ports for unwinder changes.
6215
6216         * amd64-tdep.c (amd64_frame_cache): Expect this_frame.
6217         (amd64_frame_this_id, amd64_frame_prev_register): Update signature.
6218         (amd64_frame_unwind): Use default_frame_sniffer.
6219         (amd64_frame_sniffer): Delete.
6220         (amd64_sigtramp_frame_cache): Expect this_frame.
6221         (amd64_sigtramp_frame_this_id, amd64_sigtramp_frame_prev_register)
6222         (amd64_sigtramp_frame_sniffer): Update signature.
6223         (amd64_sigtramp_frame_unwind): Add amd64_sigtramp_frame_sniffer.
6224         (amd64_frame_base_address): Expect this_frame.
6225         (amd64_dummy_id): Renamed from amd64_unwind_dummy_id.  Expect
6226         this_frame.
6227         (amd64_init_abi): Use set_gdbarch_dummy_id and
6228         frame_unwind_append_unwinder.
6229         * i386-tdep.c (i386_frame_cache): Expect this_frame.
6230         (i386_frame_this_id, i386_frame_prev_register): Update signature.
6231         (i386_frame_unwind): Use default_frame_sniffer.
6232         (i386_frame_sniffer): Delete.
6233         (i386_sigtramp_frame_cache): Expect this_frame.
6234         (i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register)
6235         (i386_sigtramp_frame_sniffer): Update signature.
6236         (i386_sigtramp_frame_unwind): Use i386_sigtramp_frame_sniffer.
6237         (i386_frame_base_address): Update signature.
6238         (i386_dummy_id): Rename from i386_unwind_dummy_id.  Expect this_frame.
6239         (i386_push_dummy_call): Update comment.
6240         (i386_sigtramp_p, i386_svr4_sigtramp_p, i386_svr4_sigcontext_addr):
6241         Expect this_frame.
6242         (i386_gdbarch_init): Use set_gdbarch_dummy_id, dwarf2_append_unwinders,
6243         and frame_unwind_append_unwinder.
6244         * amd64-linux-tdep.c, amd64-sol2-tdep.c, amd64fbsd-tdep.c,
6245         amd64nbsd-tdep.c, amd64obsd-tdep.c, i386-linux-tdep.c,
6246         i386-nto-tdep.c, i386bsd-tdep.c, i386-sol2-tdep.c, i386obsd-tdep.c,
6247         i386nbsd-tdep.c: Update for unwinder changes.
6248
6249 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
6250
6251         * trad-frame.c (struct trad_frame_cache): Rename next_frame to this_frame.
6252         (trad_frame_cache_zalloc, trad_frame_alloc_saved_regs): Expect
6253         this_frame.
6254         (trad_frame_get_prev_register, trad_frame_get_register): Update signature.
6255         * trad-frame.h (trad_frame_cache_zalloc, trad_frame_get_register)
6256         (trad_frame_alloc_saved_regs, trad_frame_get_prev_register): Update
6257         signature.
6258         * tramp-frame.c (tramp_frame_cache, tramp_frame_start): Expect
6259         this_frame.
6260         (tramp_frame_this_id, tramp_frame_prev_register, tramp_frame_sniffer):
6261         Update signature.
6262         * tramp-frame.h (struct tramp_frame): Update signature of init.
6263         * Makefile.in (trad-frame.o): Update.
6264
6265 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
6266
6267         * dwarf2-frame.c (read_reg): Expect this_frame in the baton.
6268         (execute_stack_op): Put this_frame in the baton.
6269         (execute_cfa_program): Take this_frame.
6270         (struct dwarf2_frame_ops): Update comment for signal_frame_p.
6271         (dwarf2_frame_default_init_reg, dwarf2_frame_init_reg)
6272         (dwarf2_frame_signal_frame_p, dwarf2_frame_cache)
6273         (dwarf2_frame_this_id): Adjust to work on this_frame.
6274         (dwarf2_signal_frame_this_id): Delete.
6275         (dwarf2_frame_prev_register): Update signature.  Use new frame
6276         unwind methods.
6277         (dwarf2_frame_sniffer): Update signature.  Expect this_frame.
6278         (dwarf2_frame_unwind, dwarf2_signal_frame_unwind): Add
6279         dwarf2_frame_sniffer.
6280         (dwarf2_append_unwinders): New.
6281         (dwarf2_frame_base_address, dwarf2_frame_base_sniffer): Expect
6282         this_frame.
6283         * sparc-tdep.c (sparc32_dwarf2_struct_return_p)
6284         (sparc32_dwarf2_frame_init_reg): Expect this_frame.
6285         * cris-tdep.c (cris_dwarf2_frame_init_reg): Likewise.
6286         * rs6000-tdep.c (ppc_dwarf2_frame_init_reg): Likewise.
6287         * s390-tdep.c (s390_dwarf2_frame_init_reg): Likewise.
6288         * sh-tdep.c (sh_dwarf2_frame_init_reg): Likewise.
6289         * sparc64-tdep.c (sparc64_dwarf2_frame_init_reg): Likewise.
6290         * dwarf2-frame.h (dwarf2_frame_sniffer): Delete declaration.
6291         (dwarf2_append_unwinders): Declare.
6292         (dwarf2_frame_base_sniffer): Update declaration.
6293         * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): Expect
6294         this_frame.
6295
6296 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
6297
6298         Convert frame unwinders to use the current frame and
6299         "struct value".
6300
6301         * frame.c (frame_debug): Make global.
6302         (get_frame_id): Pass this frame to unwinder routines.
6303         (frame_pc_unwind): Remove unused unwind->prev_pc support.
6304         (do_frame_register_read): Do not discard the return value of
6305         frame_register_read.
6306         (frame_register_unwind): Remove debug messages.  Use
6307         frame_unwind_register_value.
6308         (frame_unwind_register_value, get_frame_register_value): New
6309         functions.
6310         (create_new_frame, get_frame_base_address, get_frame_locals_address)
6311         (get_frame_args_address, get_frame_type): Pass this frame to
6312         unwinder routines.
6313         (frame_cleanup_after_sniffer, frame_prepare_for_sniffer): New
6314         functions.
6315         * frame.h: Update comments.
6316         (frame_debug, frame_unwind_register_value, get_frame_register_value)
6317         (frame_prepare_for_sniffer): Declare.
6318         * frame-unwind.h: Update comments and parameter names.
6319         (default_frame_sniffer): Declare.
6320         (frame_prev_register_ftype): Return a struct value *.
6321         (struct frame_unwind): Remove prev_pc member.
6322         (frame_unwind_sniffer_ftype, frame_unwind_append_sniffer): Delete.
6323         (frame_unwind_append_unwinder, frame_unwind_got_optimized)
6324         (frame_unwind_got_register, frame_unwind_got_memory)
6325         (frame_unwind_got_constant, frame_unwind_got_address): Declare.
6326         * frame-base.h: Update comments and parameter names.
6327         * valops.c (value_fetch_lazy): Use get_frame_register_value.  Iterate
6328         if necessary.  Add debugging output.
6329         * sentinel-frame.c (sentinel_frame_prev_register)
6330         (sentinel_frame_this_id): Update for new signature.
6331         (sentinel_frame_prev_pc): Delete.
6332         (sentinel_frame_unwinder): Remove prev_pc.
6333         * ia64-tdep.c (ia64_libunwind_frame_unwind): Do not initialize
6334         prev_pc.
6335         * libunwind-frame.c (libunwind_frame_unwind): Likewise.
6336         * frame-unwind.c (struct frame_unwind_table_entry): Remove sniffer.
6337         (frame_unwind_append_sniffer): Delete.
6338         (frame_unwind_append_unwinder): New function.
6339         (frame_unwind_find_by_frame): Take this frame.  Only use sniffers
6340         from unwinders.  Use frame_prepare_for_sniffer.
6341         (default_frame_sniffer, frame_unwind_got_optimized)
6342         (frame_unwind_got_register, frame_unwind_got_memory)
6343         (frame_unwind_got_constant, frame_unwind_got_address): New functions.
6344         * dummy-frame.c (dummy_frame_sniffer): Use gdbarch_dummy_id.
6345         (dummy_frame_prev_register, dummy_frame_this_id): Update for new
6346         signature.
6347         * gdbarch.sh: Replace unwind_dummy_id with dummy_id.
6348         * gdbarch.c, gdbarch.c: Regenerated.
6349         * frame-base.c (default_frame_base_address)
6350         (default_frame_locals_address, default_frame_args_address): Update
6351         for new signature.
6352         (frame_base_find_by_frame): Pass this frame to unwinder routines.
6353         * infcall.c (call_function_by_hand): Update comments.
6354         * Makefile.in (frame-unwind.o): Update dependencies.
6355
6356 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
6357
6358         * ada-lang.c (ada_value_primitive_packed_val): Only check
6359         value_lazy for memory lvals.
6360         * findvar.c (value_of_register_lazy): New function.
6361         (locate_var_value): Only check value_lazy for memory lvals.
6362         * valarith.c (value_subscripted_rvalue): Likewise.
6363         * valops.c (value_fetch_lazy): Handle both memory and register
6364         lvals.
6365         (search_struct_field, value_slice): Only check value_lazy for memory
6366         lvals.
6367         * value.c (struct value): Update comment for lazy.
6368         (value_primitive_field): Only check value_lazy for memory lvals.
6369         * value.h (value_lazy): Update comment.
6370         (value_of_register_lazy): Declare.
6371
6372 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
6373
6374         * corefile.c (reopen_exec_file): Close any open files.
6375
6376 2008-04-29  Joel Brobecker  <brobecker@adacore.com>
6377
6378         * ia64-tdep.c (ia64_memory_remove_breakpoint): Set
6379         show_memory_breakpoints to 1 while reading the instruction bundle.
6380
6381 2008-04-29  Joel Brobecker  <brobecker@adacore.com>
6382
6383         * gdbarch.sh: Document the return_value method. Explain that
6384         the FUNCTYPE parameter might be NULL.
6385         * gdbarch.h: Regenerated.
6386         * sparc-tdep.c (sparc32_push_dummy_code): Do not pass the function
6387         type when calling using_struct_return, as this is unnecessary
6388         on this target.
6389
6390 2008-04-28  Joel Brobecker  <brobecker@adacore.com>
6391
6392         * terminal.h (create_tty_session): Fix return type.
6393
6394 2008-04-26  Vladimir Prus  <vladimir@codesourcery.com>
6395
6396         * mi/mi-interp.c (mi_new_thread): Quote the thread id.
6397
6398 2008-04-26  Joel Brobecker  <brobecker@adacore.com>
6399
6400         * breakpoint.c (condition_command, commands_from_control_command)
6401         (break_command_really): Minor reformatting.
6402
6403 2008-04-25  Pedro Alves  <pedro@codesourcery.com>
6404
6405         * dwarf2read.c (dwarf2_const_value): Handle DW_FORM_strp.
6406
6407 2008-04-25  Pedro Alves  <pedro@codesourcery.com>
6408
6409         * amd64-tdep.c (amd64_get_longjmp_target): New.
6410         (amd64_init_abi): Register amd64_get_longjmp_target as
6411         gdbarch_get_longjmp_target callback.
6412         * i386-tdep.c (i386_get_longjmp_target): Remove 64-bit handling.
6413
6414 2008-04-25  Pedro Alves  <pedro@codesourcery.com>
6415
6416         * breakpoint.h (enum bpstat_what_main_action): Delete
6417         BPSTAT_WHAT_CLEAR_LONGJMP_RESUME_SINGLE.
6418
6419         * breakpoint.c (clrs): Delete.
6420         (bpstat_what): Update table.
6421
6422         * infrun.c (handle_inferior_event): Remove
6423         BPSTAT_WHAT_CLEAR_LONGJMP_RESUME_SINGLE handling.
6424
6425 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
6426
6427         * mi/mi-cmds.h (mi_cmd_args_ftype): Remove.
6428         Adjust all prototypes using mi_cmd_args_ftype to use
6429         mi_cmd_argv_ftype.
6430         (struct mi_cmd): Remove the args_func field.
6431         * mi/mi-cmds.c: Don't provide value for the args_func field.
6432         * mi/mi-main.c (mi_execute_async_cli_command)
6433         (mi_cmd_exec_run, mi_cmd_exec_next, mi_cmd_exec_next_instruction)
6434         (mi_cmd_exec_step, mi_cmd_exec_step_instruction)
6435         (mi_cmd_exec_finish, mi_cmd_exec_until, mi_cmd_exec_return)
6436         (mi_cmd_exec_continue, mi_cmd_exec_interrupt)
6437         (mi_cmd_target_download): Adjust.
6438         (mi_cmd_target_select): Adjust. Pass 0 for from_tty parameter.
6439         (mi_cmd_execute): Do not check for args_func.
6440         (mi_execute_async_cli_command): Adjust.
6441         * mi/mi-parse.c: Don't check for args_func.
6442
6443 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
6444
6445         * breakpoint.c (bpstat_check_location)
6446         (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions):
6447         New, extracted from bpstat_stop_status.
6448         (bpstat_stop_status): Use the above.
6449
6450 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
6451
6452         * mi/mi-main.c (last_async_command): Rename to current_token.
6453         (previous_async_command): Remove.
6454         (mi_cmd_gdb_exit): Adjust.
6455         (mi_cmd_exec_interrupt): Don't dance with previous_async_command.
6456         (mi_cmd_target_select): Adjust.
6457         (mi_cmd_execute): Don't set previous_async_command.  Free token
6458         here even in async mode.
6459         (mi_execute_async_cli_command): Adjust.
6460         (mi_exec_async_cli_cmd_continuation): Adjust.  Do not free the
6461         token.
6462         (mi_load_progress): Adjust.
6463
6464 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
6465
6466         * infcmd.c (step_1_continuation): Always disable longjmp
6467         breakpoint if we're not going to do another step.
6468
6469 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
6470
6471         exec_cleanup murder.
6472         * breakpoint.c (until_break_command_continuation): Add
6473         the 'error' parameter.  Directly delete the breakoint as
6474         opposed to running cleanups.
6475         (until_break_command): Install continuation only
6476         after starting the target.  Don't use exec cleanups,
6477         use ordinary cleanups.  Discard cleanups is successfully
6478         started the target in async mode.
6479         (make_cleanup_delete_breakpoint): Remove.
6480         * breakpoint.h (make_cleanup_delete_breakpoint): Remove
6481         declaration.
6482         * defs.h (do_exec_cleanups, make_exec_cleanup): Remove
6483         declarations.
6484         (struct continations): Add the 'error' parameter to the
6485         continuation_hook field.
6486         (add_continuation, do_all_continuations)
6487         (add_intermediate_continuation)
6488         (do_all_intermediate_continuations): Add the 'error' parameter.
6489         * exceptions.c (throw_exception): Don't call do_exec_cleanups.
6490         * inf-loop.c (inferior_event_handler): Instead of calling
6491         discard_all_continuations, use do_all_continuations with 1 as
6492         'error' parameter.  Pass 0 as 'error' parameter in existing uses
6493         of discard_all_continuations.
6494         * infcmd.c (step_1): Do not use exec cleanup.  For async case, discard
6495         cleanups.
6496         (step_once): Install continuation only after resuming the target.
6497         (step_1_continuation): Disable longjmp breakpoint on error.
6498         (finish_command_continuation): Add the error parameter.  Delete
6499         the finish breakpoint directly, do not use cleanups.
6500         (finish_command): Do not use exec_cleanups. Always setup
6501         continuation.  For sync case, immediately run them.
6502         (attach_command_continuation): Add the error parameter.
6503         * infrun.c (fetch_inferior_event): Do not use exec cleanups to
6504         remove step_resume_breakpoint -- adjust delete it directly.
6505         * interps.c (interp_set): Adjust call to do_all_continations.
6506         * mi/mi-interp.c (mi_interpreter_exec_continuation): Do not
6507         do exec cleanups.
6508         * mi/mi-main.c (mi_cmd_target_select): Do not do exec
6509         cleanups.
6510         (mi_cmd_execute): Do not use exec_cleanup.
6511         (mi_execute_async_cli_command): Simplify the string concatenation
6512         logic.  Do no use exec cleanup.
6513         (mi_exec_async_cli_cmd_continuation): New parameter error.
6514         Free last_async_command.
6515         * top.c (command_line_handler_continuation): New parameter error.
6516         * utils.c (exec_cleanup_chain, make_exec_cleanup)
6517         (do_exec_cleanups): Remove.
6518         (add_continuation, do_all_continations)
6519         (add_intermediate_continuation)
6520         (do_all_intermediate_continuations): New parameter error.
6521
6522 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
6523
6524         * breakpoint.h (bp_location_p): New typedef.
6525         Register a vector of bp_location_p.
6526         * breakpoint.c (always_inserted_mode)
6527         (show_always_inserted_mode): New.
6528         (unlink_locations_from_global_list): Remove.
6529         (update_global_location_list)
6530         (update_global_location_list_nothrow): New.
6531         (update_watchpoint): Don't free locations.
6532         (should_insert_location): New.
6533         (insert_bp_location): Use should_insert_location.
6534         (insert_breakpoint_locations): Copied from
6535         insert_breakpoints.
6536         (insert_breakpoint): Use insert_breakpoint_locations.
6537         (bpstat_stop_status): Call update_global_location_list
6538         when disabling breakpoint.
6539         (allocate_bp_location): Don't add to bp_location_chain.
6540         (set_raw_breakpoint)
6541         (create_longjmp_breakpoint, enable_longjmp_breakpoint)
6542         (disable_longjmp_breakpoint, create_overlay_event_breakpoint)
6543         (enable_overlay_breakpoints, disable_overlay_breakpoints)
6544         (set_longjmp_resume_breakpoint)
6545         (enable_watchpoints_after_interactive_call_stop)
6546         (disable_watchpoints_before_interactive_call_start)
6547         (create_internal_breakpoint)
6548         (create_fork_vfork_event_catchpoint)
6549         (create_exec_event_catchpoint, set_momentary_breakpoint)
6550         (create_breakpoints, break_command_1, watch_command_1)
6551         (create_exception_catchpoint)
6552         (handle_gnu_v3_exceptions)
6553         (disable_breakpoint, breakpoint_re_set_one)
6554         (create_thread_event_breakpoint, create_solib_event_breakpoint)
6555         (create_ada_exception_breakpoint): : Don't call check_duplicates.
6556         Call update_global_location_list.
6557         (delete_breakpoint): Don't remove locations and don't
6558         try to reinsert them. Call update_global_location_list.
6559         (update_breakpoint_locations): Likewise.
6560         (restore_always_inserted_mode): New.
6561         (update_breakpoints_after_exec): Temporary disable
6562         always inserted mode.
6563         * Makefile.in: Update dependencies.
6564
6565         * infrun.c (proceed): Remove breakpoints while stepping
6566         over breakpoint.
6567         (handle_inferior_event): Don't remove or insert
6568         breakpoints.
6569         * linux-fork.c (checkpoint_command): Remove breakpoints
6570         before fork and insert after.
6571         (linux_fork_context): Remove breakpoints before switch
6572         and insert after.
6573         * target.c (target_disconnect, target_detach): Remove
6574         breakpoints from target.
6575
6576
6577 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
6578
6579         * breakpoint.c (print_one_breakpoint_location): In MI
6580         mode, report the location string the breakpoint was
6581         originally created with.
6582
6583 2008-04-23  Maxim Grigoriev  <maxim2405@gmail.com>
6584
6585         * Makefile.in (xtensa-tdep.o): Update dependencies.
6586         * configure.tgt (xtensa*): Update dependencies.
6587         * xtensa-tdep.c (arreg_number): Renamed from areg_number.
6588         Local variable areg renamed to arreg.
6589         (areg_number): New function.
6590         (xtensa_pseudo_register_read, xtensa_pseudo_register_write)
6591         (xtensa_extract_return_value, xtensa_store_return_value): areg_number
6592         replaced by arreg_number.
6593         (xtensa_windowed_frame_cache, struct xtensa_frame_cache): New comments.
6594         (xtensa_alloc_frame_cache): Initialize cache->wd.ws.
6595         (xtensa_scan_prologue): New function.
6596         (xtensa_frame_cache): New local fp_regnum. Handle separately the case,
6597         when ENTRY instraction hasn't been executed yet. Get the frame pointer
6598         value based on prologue analysis. Fix the bugs preventing WS and
6599         AR4-AR7/A11 registers from getting right values for intermediate frames,
6600         whose registers have been already spilled.
6601         (xtensa_frame_prev_register): Fix WS register value. Use are_number
6602         and arreg_number appropriately.
6603         (xtensa_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
6604         svr4_ilp32_fetch_link_map_offsets.
6605
6606 2008-04-23  Andrew Stubbs  <andrew.stubbs@st.com>
6607
6608         * printcmd.c: Define USE_PRINTF_I64 and PRINTF_HAS_LONG_LONG on MinGW.
6609         (printf_command): Convert %lld to %I64d when USE_PRINTF_I64 set.
6610
6611 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
6612
6613         * acinclude.m4: Add override.m4.
6614         * configure: Regenerate.
6615
6616 2008-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
6617
6618         * ada-lang.c (get_selections): Variable PROMPT made non-const and
6619         initialized with a trailing space now.  Use PROMPT_ARG of
6620         COMMAND_LINE_INPUT instead of printing it ourselves.
6621
6622 2008-04-22  Joel Brobecker  <brobecker@adacore.com>
6623
6624         * NEWS: Document support for 64-bit core file.
6625
6626 2008-04-22  Corinna Vinschen  <vinschen@redhat.com>
6627
6628         * NEWS: Add information on calling convention and new SH CLI options.
6629
6630         * sh-tdep.c (sh_cc_gcc): New static string.
6631         (sh_cc_renesas): Ditto.
6632         (sh_cc_enum): New static string array.
6633         (sh_active_calling_convention): New static string pointer denoting
6634         active user chosen ABI.
6635         (sh_is_renesas_calling_convention): New function to return function
6636         specific ABI, or user choice if necessary.
6637         (sh_use_struct_convention): Rename first argument and turn around its
6638         meaning.  Check for renesas ABI and return accordingly.
6639         (sh_use_struct_convention_nofpu): New function.
6640         (sh_next_flt_argreg): Get function type as third parameter.  Check
6641         for renesas ABI and choose floating registers accordingly.
6642         (sh_push_dummy_call_fpu): Check for ABI and choose argument slot and
6643         struct return slot accordingly.
6644         (sh_push_dummy_call_nofpu): Ditto.
6645         (sh_return_value_nofpu): Call sh_use_struct_convention_nofpu from here.
6646         Evaluate ABI and give to sh_use_struct_convention_nofpu.
6647         (sh_return_value_fpu):  Evaluate ABI and give to
6648         sh_use_struct_convention.
6649         (show_sh_command): New function.
6650         (set_sh_command): Ditto.
6651         (_initialize_sh_tdep): Initialize `set/show sh calling-convention
6652         CLI command.
6653
6654         * gdbarch.sh (return_value): Add func_type argument.
6655         * gdbarch.c: Regenerate.
6656         * gdbarch.h: Ditto.
6657         * eval.c (evaluate_subexp_standard): Rename local variable value_type to
6658         val_type so as not to collide with value_type function.  Call
6659         using_struct_return with additional function type argument.
6660         * infcall.c (call_function_by_hand): Call using_struct_return and
6661         gdbarch_return_value with additional function type argument.
6662         * infcmd.c (print_return_value): Take addition func_type argument.
6663         Call gdbarch_return_value with additional function type argument.
6664         (finish_command_continuation): Call print_return_value with additional
6665         function type argument.
6666         (finish_command): Ditto.
6667         * sparc-tdep.c (sparc32_push_dummy_code): Call using_struct_return with
6668         additional function type argument.
6669         * stack.c (return_command): Call using_struct_return and
6670         gdbarch_return_value with additional function type argument.
6671         * value.c (using_struct_return): Take additional function type argument.
6672         * value.h (using_struct_return): Accommodate declaration.
6673         * alpha-tdep.c (alpha_return_value): Add func_type argument.
6674         * amd64-tdep.c (amd64_return_value): Ditto.
6675         * arm-tdep.c (arm_return_value): Ditto.
6676         * avr-tdep.c (avr_return_value): Ditto.
6677         * cris-tdep.c (cris_return_value): Ditto.
6678         * frv-tdep.c (frv_return_value): Ditto.
6679         * h8300-tdep.c (h8300_return_value): Ditto.
6680         (h8300h_return_value): Ditto.
6681         * hppa-tdep.c (hppa32_return_value): Ditto.
6682         (hppa64_return_value): Ditto.
6683         * i386-tdep.c (i386_return_value): Ditto.
6684         * ia64-tdep.c (ia64_return_value): Ditto.
6685         * iq2000-tdep.c (iq2000_return_value): Ditto.
6686         * m32c-tdep.c (m32c_return_value): Ditto.
6687         * m32r-tdep.c (m32r_return_value): Ditto.
6688         * m68hc11-tdep.c (m68hc11_return_value): Ditto.
6689         * m68k-tdep.c (m68k_return_value): Ditto.
6690         (m68k_svr4_return_value): Ditto.
6691         * m88k-tdep.c  (m88k_return_value): Ditto.
6692         * mep-tdep.c (mep_return_value): Ditto.
6693         * mips-tdep.c (mips_eabi_return_value): Ditto.
6694         (mips_n32n64_return_value): Ditto.
6695         (mips_o32_return_value): Ditto.
6696         (mips_o64_return_value): Ditto.
6697         * mn10300-tdep.c (mn10300_return_value): Ditto.
6698         * mt-tdep.c (mt_return_value): Ditto.
6699         * ppc-linux-tdep.c (ppc_linux_return_value): Ditto.
6700         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Ditto.
6701         (ppc_sysv_abi_broken_return_value): Ditto.
6702         (ppc64_sysv_abi_return_value): Ditto.
6703         * ppc-tdep.h (ppc_sysv_abi_return_value): Ditto.
6704         (ppc_sysv_abi_broken_return_value): Ditto.
6705         (ppc64_sysv_abi_return_value): Ditto.
6706         * ppcnbsd-tdep.c (ppcnbsd_return_value): Ditto.
6707         * rs6000-tdep.c (rs6000_return_value): Ditto.
6708         * s390-tdep.c (s390_return_value): Ditto.
6709         * score-tdep.c (score_return_value): Ditto.
6710         * sh-tdep.c (sh_return_value_nofpu): Ditto.
6711         (sh_return_value_fpu): Ditto.
6712         * sh64-tdep.c (sh64_return_value): Ditto.
6713         * sparc-tdep.c (sparc32_return_value): Ditto.
6714         * sparc64-tdep.c (sparc64_return_value): Ditto.
6715         * spu-tdep.c (spu_return_value): Ditto.
6716         * v850-tdep.c (v850_return_value): Ditto.
6717         * vax-tdep.c (vax_return_value): Ditto.
6718         * xstormy16-tdep.c (xstormy16_return_value): Ditto.
6719         * xtensa-tdep.c (xtensa_return_value): Ditto.
6720
6721         * gdbtypes.h (struct type): Add calling_convention member.
6722         * dwarf2read.c (read_subroutine_type): Add calling convention read
6723         from DW_AT_calling_convention attribute to function type.
6724
6725 2008-04-22  Markus Deuling  <deuling@de.ibm.com>
6726
6727         * eval.c (evaluate_subexp_standard): Use value_subscripted_rvalue for
6728         multi_f77_subscript to support values from registers.
6729         * valarith.c (value_subscripted_rvalue): Remove prototype and static.
6730         * value.h (value_subscripted_rvalue): Add prototype.
6731
6732         * f-typeprint.c (f_type_print_base): Add support for TYPE_CODE_UNION.
6733         Fix output.
6734         * f-valprint.c (f_val_print): Likewise.
6735
6736 2008-04-21  Craig Silverstein  <csilvers@google.com>
6737
6738         * dwarf2read.c (zlib_decompress_section): Define abfd in the
6739         !HAVE_ZLIB_H case.
6740
6741 2008-04-21  Pedro Alves  <pedro@codesourcery.com>
6742
6743         * symfile.c (syms_from_objfile): Don't warn if lowest loadable
6744         section is not a code section.
6745
6746 2008-04-19  Craig Silverstein  <csilvers@google.com>
6747
6748         * NEWS: Add information on compressed debug sections.
6749
6750 2008-04-19  Vladimir Prus  <vladimir@codesourcery.com>
6751
6752         * mi/mi-cmd-var.c (varobj_update_one): Print new
6753         value for variable objects that changed type.
6754
6755 2008-04-19  Vladimir Prus  <vladimir@codesourcery.com>
6756
6757         * varobj.c (varobj_invalidate): Don't touch floating
6758         varobjs.
6759
6760 2008-04-19  Mark Kettenis  <kettenis@gnu.org>
6761
6762         * symtab.c: (multiple_symbols_modes, multiple_symbols_ask)
6763         (multiple_symbols_cancel): Remove extra const.
6764         * symtab.h: Likewise.
6765
6766 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
6767
6768         * interps.c (top_level_interpreter): Rename static variable...
6769         (top_level_interpreter_ptr): ...to this.
6770         (top_level_interpreter): New function.
6771
6772         * interps.h: New extern for top_level_interpreter.
6773
6774         * linespec.c: Include interps.h and mi/mi-cmds.h.
6775         (decode_line_2): When using MI, always set all breakpoints in menu.
6776
6777         * Makefile.in (linespec.o, mi-interp.o): Add dependencies.
6778
6779 2008-04-18  Craig Silverstein  <csilvers@google.com>
6780
6781         * configure.ac (AC_SEARCH_LIBS): Add check for zlib.
6782         * config.in, configure: Regenerate.
6783         * dwarf2read.c: Include zlib.h if present.
6784         Modified *_SECTION macros.
6785         (section_is_p): New.
6786         (dwarf2_locate_sections): Use section_is_p instead of strcmp
6787         (dwarf2_resize_section): New.
6788         to determine whether a given section has a given name.
6789         (zlib_decompress_section): New.
6790         (dwarf2_read_section): Read the compressed section if present
6791         in the binary.
6792         * MAINTAINERS: Added myself to section Write After Approval.
6793
6794 2008-04-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6795
6796         * defs.h (exec_set_section_offsets): Remove prototype.
6797         * exec.c (exec_set_section_offsets): Remove function.
6798
6799 2008-04-18  Joel Brobecker  <brobecker@adacore.com>
6800
6801         * stabsread.c (cleanup_undefined_types_1): Add instance flags check
6802         in the search for the matching symbol.
6803
6804 2008-04-17  Marc Khouzam  <marc.khouzam@ericsson.com>
6805
6806         * breakpoint.c (update_watchpoint): Always reparse
6807         condition.
6808
6809 2008-04-17  Joel Brobecker  <brobecker@adacore.com>
6810
6811         * breakpoint.c (print_one_breakpoint_location): Make sure to print
6812         the breakpoint address only once.
6813
6814 2008-04-17  Dennis Roberts  <dennis.roberts@sunquestinfo.com>
6815
6816         * rs6000-tdep.c (rs6000_gdbarch_init): Use the BFD architecture,
6817         rather than a hard-coded architecture, for xcoff executables.
6818
6819 2008-04-17  Doug Evans  <dje@google.com>
6820
6821         * buildsym.c (watch_main_source_file_lossage): New fn.
6822         (end_symtab): Call it.
6823
6824         * source.c (find_and_open_source): Add some comments clarifying
6825         handling of FULLNAME argument.  Make static.  Remove pointless
6826         xstrdup/xfree.
6827
6828 2008-04-17  Pedro Alves  <pedro@codesourcery.com>
6829
6830         * inf-loop.c (inferior_event_handler): Also run the intermediate
6831         continuations in the INF_EXEC_COMPLETE case.
6832
6833 2008-04-16  Tom Tromey  <tromey@redhat.com>
6834
6835         * cli/cli-decode.h (CMD_ASYNC_OK): New define.
6836         (set_cmd_async_ok, get_cmd_async_ok): Declare.
6837         * cli/cli-decode.c (set_cmd_async_ok): New function.
6838         (get_cmd_async_ok): New function.
6839         * cli/cli-cmds.c (init_cli_cmds): Mark "pwd", "help", "info", and
6840         "show" as async-ok.
6841         * top.c (execute_command): Use get_cmd_async_ok.
6842         * infcmd.c: Include cli/cli-decode.h.
6843         (_initialize_infcmd): Mark "interrupt" as async-ok.
6844         * Makefile.in (infcmd.o): Depend on cli_decode_h.
6845
6846 2008-04-16  Daniel Jacobowitz  <dan@codesourcery.com>
6847
6848         PR gdb/2445
6849         * exec.c: Correct "arch-utils.h" include.
6850
6851 2008-04-15  Aleksandar Ristovski  <aristovski@qnx.com>
6852
6853         PR gdb/2424
6854         * infrun.c (normal_stop) Move breakpoint_auto_delete further down
6855         to allow printing to 'see' real reason of stop. This fixes PR 2424.
6856         * breakpoint.c (bpdisp_texst): New function. The function takes over
6857         the role of bpstats static array in print_one_breakpoint_location.
6858         (print_it_typical): Print "Temporary breakpoint" instead
6859         of just "Breakpoint" when breakpoint is, well, temporary. For mi-like
6860         protocols, print disp field.
6861         (print_one_breakpoint_location): Removed bpdisps static definition.
6862         Call new bpstat_text function to get value for 'disp' field.
6863         (mention): Print "Temporary breakpoint" instead of just "Breakpoint".
6864
6865 2008-04-15  Daniel Jacobowitz  <dan@codesourcery.com>
6866
6867         * gnulib/Makefile.am, gnulib/m4/gnulib-cache.m4,
6868         gnulib/aux/link-warning.h, gnulib/extra/link-warning.h: Adjust
6869         by rerunning gnulib-tool with --aux-dir=gnulib/extra.
6870         * gnulib/Makefile.in: Regenerate.
6871
6872 2008-04-14  Daniel Jacobowitz  <dan@codesourcery.com>
6873
6874         * Makefile.in (GNULIB_H): New.  Trigger all-lib.
6875         (defs_h): Use $(GNULIB_H).
6876         (all-lib): Depend on gnulib/Makefile.
6877         (gnulib/Makefile): Regenerate gnulib/Makefile and gnulib/.deps.
6878         * config.in, gnulib/Makefile.in: Regenerated.
6879
6880 2008-04-14  Daniel Jacobowitz  <dan@codesourcery.com>
6881
6882         * Makefile.in (LIBGNU, INCGNU): Define.
6883         (INTERNAL_CFLAGS_BASE): Add INCGNU.
6884         (INTERNAL_LIBS, CLIBS, CDEPS): Add LIBGNU.
6885         (CLEANDIRS): New.
6886         ($(LIBGNU), all-lib): New rules.
6887         (clean, distclean, do-maintainer-clean): Use CLEANDIRS.
6888         * configure.ac: Use gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE.
6889         Simplify AC_CONFIG_AUX_DIR.  Generate gnulib/Makefile.
6890         * gnulib: New directory, from gnulib-tool.
6891         * configure, aclocal.m4: Regenerated.
6892
6893 2008-04-14  Daniel Jacobowitz  <dan@codesourcery.com>
6894
6895         * linux-thread-db.c (have_threads_callback): Check thread->private.
6896
6897 2008-04-13  Nick Roberts  <nickrob@snap.net.nz>
6898             Vladimir Prus  <vladimir@codesourcery.com>
6899
6900         Fix @-varobjs.
6901         * varobj.c (value_of_root): Update the expression for
6902         floating varobjs.
6903         * mi/mi-cmd-var.c (varobj_update_one): If type has changed,
6904         report that.
6905
6906 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
6907
6908         * mi/mi-cmd-var.c: Include "mi-getopt.h".
6909         (mi_parse_format): New.  Factored out from mi_cmd_var_set_format.
6910         (mi_cmd_var_set_format): Use new mi_parse_format.
6911         (mi_cmd_var_evaluate_expression): Support for -f option to specify
6912         format.
6913         * Makefile.in (mi-cmd-var.o): Update dependencies.
6914
6915         * varobj.h (varobj_get_formatted_value): Declare.
6916         * varobj.c (my_value_of_variable): Added format parameter.
6917         (cplus_value_of_variable): Likewise.
6918         (java_value_of_variable): Likewise.
6919         (c_value_of_variable): Likewise.  Evaluate expression based
6920         on format parameter.
6921         (struct language_specific): Add format parameter to function member
6922         *value_of_variable.
6923         (varobj_get_formatted_value): New.
6924         (varobj_get_value): Added format parameter to method call.
6925
6926 2008-04-08  Joel Brobecker  <brobecker@adacore.com>
6927
6928         * stabsread.c (cleanup_undefined_types_noname): Manually set the
6929         instance flags of the undefined type before calling replace_type.
6930
6931 2008-04-08  Vladimir Prus  <vladimir@codesourcery.com>
6932
6933         * target.h (enum strata): Remove the download_stratum.
6934
6935 2008-04-07  Doug Evans  <dje@google.com>
6936
6937         * buildsym.h (last_source_file): Add dwarf info to comment.
6938         (last_source_start_addr): Ditto.
6939
6940 2008-04-07  Pedro Alves  <pedro@codesourcery.com>
6941
6942         * alphanbsd-tdep.c: Include "target.h".
6943         * mn10300-tdep.c: Include "target.h".
6944         * Makefile.in (alphanbsd-tdep.o, mn10300-tdep.o): Update.
6945
6946 2008-04-06  Vladimir Prus  <vladimir@codesourcery.com>
6947
6948         Fix breakpoint condition that use member variables.
6949         * valops.c (check_field): Remove.
6950         (check_field_in): Rename to check_field.
6951         (value_of_this): Use la_name_of_this.
6952         * value.h (check_field): Adjust prototype.
6953
6954         * language.h (la_value_of_this): Rename to la_name_of_this.
6955         * language.c (unknown_language_defn): Specify "this" for
6956         name_of_this.
6957         (auto_language_defn): Likewise.
6958         (local_language_defn): Likewise.
6959         * ada-lang.c (ada_language_defn): Adjust comment.
6960         * c-lang.c (c_language_defn): Adjust comment.
6961         (cplus_language_defn): Specify "this" for name_of_this.
6962         (asm_language_defn): Adjust comment.
6963         (minimal_language_defn): Adjust comment.
6964         * f-lang.c (f_language_defn): Specify NULL for name_of_this.
6965         * jv-lang.c (java_language_defn): Specify "this" for name_of_this.
6966         * m2-lang.c (m2_language_defn): Specify "this" for name_of_this.
6967         * objc-lang.c (objc_language_defn): Specify "self" for
6968         name_of_this.
6969         * p-lang.c (pascal_language_defn): Specify "this" for
6970         name_of_this.
6971         * scm-lang.c (scm_language_defn): Specify NULL for name_of_this.
6972
6973         * symtab.c (lookup_symbol_aux): Lookup "this" in the
6974         proper scope, and check for field in type of "this", without
6975         trying to create a value.
6976
6977 2008-04-04  Pedro Alves  <pedro@codesourcery.com>
6978
6979         * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_ERROR.
6980         (mi_error_message): Delete declaration.
6981         * mi/mi-interp.c (mi_cmd_interpreter_exec): Call error instead of
6982         returning MI_CMD_ERROR.
6983         * mi/mi-main.c (mi_error_message): Delete.
6984         (mi_cmd_exec_interrupt):
6985         (mi_cmd_thread_select, mi_cmd_thread_list_ids)
6986         (mi_cmd_thread_info): Call error instead of returning
6987         MI_CMD_ERROR.
6988         (mi_cmd_data_list_register_values): Call error instead of
6989         returning MI_CMD_ERROR.  Adapt to new get_register interface.
6990         (get_register): Change return typo to void.  Call error instead of
6991         returning MI_CMD_ERROR.
6992         (mi_cmd_data_write_register_values): Call error instead of
6993         returning MI_CMD_ERROR.
6994         (mi_cmd_list_features): Return MI_CMD_DONE.
6995         (captured_mi_execute_command): Remove MI_CMD_ERROR handling.
6996         (mi_execute_command): Always print exceptions with -error.
6997
6998 2008-04-04  Joel Brobecker  <brobecker@adacore.com>
6999
7000         * NEWS: Mention new commands set/show multiple-symbols.
7001
7002 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
7003
7004         * symtab.c (multiple_symbols_ask, multiple_symbols_all)
7005         (multiple_symbols_cancel): New constants.
7006         (multiple_symbols_modes, multiple_symbols_mode): New static globals.
7007         (multiple_symbols_select_mode): New function.
7008         (_initialize_symtab): Add new set/show multiple-symbols commands.
7009         * symtab.h (multiple_symbols_ask, multiple_symbols_all)
7010         (multiple_symbols_cancel, multiple_symbols_select_mode): Declare.
7011         * ada-lang.c (user_select_syms): Add handling of new multiple-symbols
7012         setting.
7013         * linespec.c (decode_line_2): Likewise.
7014
7015 2008-04-03  Doug Evans  <dje@sebabeach.org>
7016
7017         * symtab.h (enum free_code): Delete free_contents, unused.
7018         * symmisc.c (free_symtab_block): Delete.
7019         (free_symtab, case free_code): Delete.
7020
7021 2008-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
7022
7023         * valops.c (value_cast_structs): New function. Cast related
7024         STRUCT types up/down and return cast value. The body of this
7025         function comes mostly from value_cast_pointers.
7026         (value_cast_pointers): Code for actual cast STRUCT-STRUCT moved
7027         to value_cast_structs. Now value_cast_pointers needs only create
7028         appropriate reference after using value_cast_structs for actual
7029         casting.
7030         (value_cast): Handle references.
7031
7032 2008-04-01  Marc Khouzam  <marc.khouzam@ericsson.com>
7033
7034         * MAINTAINERS: Added myself to section Write After Approval.
7035
7036 2008-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
7037
7038         * ia64-tdep.c (examine_prologue): Correct array access.
7039
7040 2008-03-28  Aleksandar Ristovski  <aristovski@qnx.com>
7041
7042         * cp-support.c (first_component_command): Return if no arguments.
7043
7044 2008-03-28  Carlos O'Donell  <carlos@codesourcery.com>
7045
7046         * ser-mingw.c (ser_windows_open): Open requested name.
7047
7048 2008-03-28  Aleksandar Ristovski  <aristovski@qnx.com>
7049
7050         * MAINTAINERS: Added myself.
7051
7052 2008-03-28  Pedro Alves  <pedro@codesourcery.com>
7053
7054         * target.c (find_default_run_target): Allow a NULL `do_mesg'
7055         parameter.  If it is NULL, don't call error.
7056         (find_default_can_async_p, find_default_is_async_p): Pass NULL as
7057         `do_mesg' parameter to find_default_run_target.  If no target was
7058         found, return 0.
7059
7060 2008-03-28  Daniel Jacobowitz  <dan@codesourcery.com>
7061
7062         * mips-linux-tdep.c: Update N32/N64 signal frame comments.
7063         (N64_SIGCONTEXT_LO, N64_SIGCONTEXT_PC, N64_SIGCONTEXT_FPCSR): Update.
7064         (N64_SIGCONTEXT_FIR, N64_SIGCONTEXT_CAUSE, N64_SIGCONTEXT_BADVADDR):
7065         Delete.
7066         (mips_linux_n32n64_sigframe_init): Do not record cause or badvaddr.
7067
7068 2008-03-27  Joel Brobecker  <brobecker@adacore.com>
7069
7070         GDB 6.8 released.
7071
7072 2008-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
7073
7074         * features/Makefile (%.dat): Set xmltarget to the base filename
7075         of the XML source, without subdirectory.
7076         * regformats/rs6000/powerpc-32.dat: Regenerate.
7077         * regformats/rs6000/powerpc-64.dat: Regenerate.
7078         * regformats/rs6000/powerpc-e500.dat: Regenerate.
7079
7080 2008-03-27  Markus Deuling  <deuling@de.ibm.com>
7081
7082         * xcoffread.c (scan_xcoff_symtab): Replace current_gdbarch by
7083         objfile arch.
7084
7085 2008-03-27  Nick Roberts  <nickrob@snap.net.nz>
7086
7087         * mi/mi-main.c (enum captured_mi_execute_command_actions):
7088         Spell suppress in EXECUTE_COMMAND_SUPPRESS_PROMPT correctly.
7089
7090 2008-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
7091
7092         * objfiles.h (struct objfile): New GDBARCH member.
7093         (get_objfile_arch): Add prototype.
7094         * objfiles.c: Include "arch-utils.h".
7095         (allocate_objfile): Look up gdbarch associated with bfd.
7096         (get_objfile_arch): New function.
7097         * Makefile (objfiles.o): Update dependencies.
7098
7099         * dwarf2-frame.c (decode_frame_entry_1): Replace current_gdbarch
7100         by objfile arch.
7101         * dwarf2loc.c (dwarf_expr_read_reg): Replace current_gdbarch
7102         by frame arch.
7103         (locexpr_describe_location): Replace current_gdbarch by
7104         objfile arch.
7105         * dwarf2read.c (die_type): Replace current_gdbarch by objfile arch.
7106         (dwarf2_add_field): Likewise.
7107         (read_tag_pointer_type): Likewise.
7108         (read_base_type): Likewise.
7109         (new_symbol): Likewise.
7110
7111         * coffread.c (decode_type): Add OBJFILE argument.  Update callers.
7112         (decode_base_type, decode_function_type): Likewise.
7113         (coff_read_struct_type, coff_read_enum_type): Likewise.
7114         (coff_symtab_read): Replace current_gdbarch by objfile arch.
7115         (decode_base_type): Likewise.
7116         (coff_read_enum_type): Likewise.
7117         (coff_read_struct_type): Replace current_objfile by OBJFILE argument.
7118         (coff_read_enum_type): Likewise.
7119
7120         * dbxread.c (read_dbx_symtab): Replace current_gdbarch by objfile arch.
7121         (end_psymtab): Likewise.
7122         (process_one_symbol): Likewise.
7123
7124         * mdebugread.c (parse_symbol): Replace current_gdbarch by objfile arch.
7125         (parse_procedure): Likewise.
7126         (parse_partial_symbols): Likewise.
7127
7128         * somread.c (som_symtab_read): Replace current_gdbarch by objfile arch.
7129
7130         * stabsread.c (define_symbol): Replace current_gdbarch by objfile arch.
7131         Replace static pcc_promotion_type and pcc_unsigned_promotion_type by
7132         built-in types.
7133         (read_range_type): Replace current_gdbarch by objfile arch.  Replace
7134         static range_index_type by built-in type.
7135         (read_one_struct_field): Replace current_gdbarch by objfile arch.
7136         (read_enum_type): Likewise.
7137
7138         * xcoffread.c (read_xcoff_symtab): Replace current_gdbarch by
7139         objfile arch.
7140
7141 2008-03-26  Vladimir Prus  <vladimir@codesourcery.com>
7142
7143         * varobj.h (varobj_floating_p): Declare.
7144         * varobj.c (varobj_floating_p): New.
7145         * mi/mi-cmd-var.c (mi_cmd_var_update): When passed
7146         '@' as the name, update all floating varobjs.
7147
7148 2008-03-26  Vladimir Prus  <vladimir@codesourcery.com>
7149
7150         * varobj.c (struct varobj_root): Rename use_selected_frame to
7151         floating, and clarify the meaning.
7152         (varobj_create, varobj_update,  new_root_variable): Adjust.
7153         (value_of_root): Don't use type_changed as in variable,
7154         adjust comment.
7155         (c_value_of_root): Adjust.
7156
7157 2008-03-25  Pedro Alves  <pedro@codesourcery.com>
7158
7159         * linux-nat.c (linux_nat_attach): Add the pid we attached to, to
7160         gdb's thread list.
7161         (linux_nat_wait): Add main lwp to gdb's thread list.
7162         * linux-thread-db.c (find_new_threads_callback): Also attach to
7163         already listed threads which thread_db didn't know about yet.
7164
7165 2008-03-25  Pedro Alves  <pedro@codesourcery.com>
7166
7167         * linux-nat.c (drain_queued_events): Fix comment typo.
7168         (linux_nat_attach): In async mode, don't rely on storing a pending
7169         status.  Instead place the wait status on the pipe.
7170         (linux_nat_resume): Remove unreacheable shortcut code in async
7171         mode.
7172         (stop_wait_callback): In async mode, don't store pending status.
7173         Instead, cancel breakpoints or resend the signal appropriatelly.
7174         (cancel_breakpoint): New, refactored from
7175         cancel_breakpoints_callback.
7176         (cancel_breakpoints_callback): Call cancel_breakpoint.
7177         (pipe_to_local_event_queue): Remove special token processing.
7178         (linux_nat_wait): Issue an internal error if a pending status is
7179         found in async mode.
7180
7181 2008-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
7182
7183         * inflow.c (gdb_has_a_terminal): Guard access to our_process_group.
7184
7185 2008-03-24  Nick Roberts  <nickrob@snap.net.nz>
7186             Vladimir Prus  <vladimir@codesourcery.com>
7187
7188         * varobj.c  (struct varobj_root): New component thread_id.
7189         (varobj_get_thread_id, check_scope): New functions.
7190         (c_value_of_root): Use check_scope.  Switch to the
7191         proper thread if necessary.
7192
7193         * varobj.h (varobj_get_thread_id): New extern.
7194
7195         * mi/mi-cmd-var.c (print_varobj): Add thread-id field.
7196
7197 2008-03-23  Daniel Jacobowitz  <dan@codesourcery.com>
7198
7199         PR gdb/544
7200         * top.c: Revert 2008-03-21 changes.
7201
7202 2008-03-23  Vladimir Prus  <vladimir@codesourcery.com>
7203
7204         * thread.c (make_cleanup_restore_current_thread): Make it
7205         globally visible.
7206         * gdbthread.h (make_cleanup_restore_current_thread): Declare.
7207         * varobj.c (varobj_update): Don't save/restore frame.
7208         (c_value_of_root): Save/restore thread and frame here,
7209         using make_cleanup_restore_current_thread.
7210         * Makefile.in: Update dependecies.
7211
7212 2008-03-23  Vladimir Prus  <vladimir@codesourcery.com>
7213
7214         * varobj.c (struct varobj_root): Clarify
7215         comment on the frame field.
7216         (varobj_create): Don't set frame if we have no
7217         block.
7218
7219 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
7220
7221         PR gdb/544
7222         Suggested by Jan Kratochvil:
7223         * top.c (gdb_rl_operate_and_get_next_completion): Call
7224         rl_redisplay_function.
7225         (gdb_rl_redisplay): New.
7226         (init_main): Set rl_redisplay_function.
7227
7228 2008-03-21  Thomas Mittelstaedt  <T.Mittelstaedt@cadenas.de>  (tiny change)
7229
7230         * aix-thread.c (pdc_read_regs): Fix compiler warning.
7231         (pdc_write_regs, aix_thread_resume, fetch_regs_kernel_thread)
7232         (store_regs_kernel_thread): Likewise.
7233
7234 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
7235
7236         Linux native async support.
7237
7238         * target.h (struct target_ops): Delete to_async_mask_value and add
7239         to_async_mask.
7240         (target_is_async_p, target_async): Formatting.
7241         (target_async_mask_value): Delete.
7242         (target_async_mask): Delete function declaration, and add new
7243         target macro with the same name.
7244
7245         * target.c (update_current_target): Replace to_async_mask_value by
7246         to_async_mask.  Default to_async_mask to return_one.
7247         (target_async_mask): Delete.
7248         (find_default_can_async_p, find_default_is_async_p): New.
7249         (init_dummy_target): register find_default_can_async_p and
7250         find_default_is_async_p on the dummy target.
7251
7252         * linux-nat.c: Include inf-loop.h, event-loop.h and event-top.h.
7253         (debug_linux_nat_async): New global.
7254         (show_debug_linux_nat_async): New function.
7255         (linux_nat_async_enabled, linux_nat_async_mask_value)
7256         (linux_nat_event_pipe, linux_nat_num_queued_events)
7257         (linux_nat_async_events_enabled): New globals.
7258         (struct waitpid_result): New struct.
7259         (waitpid_queue): New global.
7260         (queued_waitpid, push_waitpid, drain_queued_events): New.
7261         (my_waitpid): Call queued_waitpid.
7262         (linux_child_follow_fork): Disable async events during the call.
7263         (blocked_mask): Delete.
7264         (sync_sigchld_action, async_sigchld_action): New globals.
7265         (lin_lwp_attach_lwp): In sync mode, don't reblock SIGCHLD.  In
7266         async mode, block events during the call.
7267         (linux_nat_create_inferior): New.
7268         (linux_nat_attach): In sync mode, restore the mask states.  In
7269         async mode, wake the event loop immediatelly.
7270         (detach_callback): Drain all queued events of the lwp we're
7271         detaching from.
7272         (linux_nat_detach): Block async mode, and drain events of the main
7273         process.
7274         (linux_nat_resume): If in async mode, mask async events during the
7275         call.  If short circuiting, force event loop to wake up.  If
7276         resuming, set target_executing, and register target events in the
7277         event loop.
7278         (pipe_to_local_event_queue, local_event_queue_to_pipe): New.
7279         (linux_nat_wait): In async mode, block events during the call.
7280         Only enable/disable passing SIGINT to the inferior in sync mode.
7281         Get events from local waitpid queue.  If no interesting events was
7282         found, return to events loop.  Reregister target events in the
7283         event loop on exit.  In sync mode, no need to reblock SIGCHLD.
7284         (linux_nat_kill): Disable events on entry.
7285         (linux_nat_mourn_inferior): In sync mode, don't restore the masks
7286         here.  Detach async mode from the event loop if there are no more
7287         forks available, otherwise leave it on.
7288         (sigchld_handler): Assure this is called only in sync mode.
7289         (linux_async_permitted, linux_async_permitted_1): New globals.
7290         (set_maintenance_linux_async_permitted)
7291         (show_maintenance_linux_async_permitted): New functions.
7292         (linux_nat_is_async_p, linux_nat_can_async_p)
7293         (linux_nat_async_mask): New.
7294         (linux_nat_event_pipe_pop, linux_nat_event_pipe_push): New.
7295         (get_pending_events, async_sigchld_handler): New.
7296         (linux_nat_async_events): New.
7297         (async_terminal_is_ours): New global.
7298         (linux_nat_terminal_inferior, linux_nat_terminal_ours): New.
7299         (async_client_callback, async_client_context): New.
7300         (linux_nat_async_file_handler, linux_nat_async)
7301         (linux_nat_disable_async, linux_nat_enable_async): New.
7302         (linux_nat_add_target): Register linux_nat_create_inferior,
7303         linux_nat_can_async_p, linux_nat_is_async_p, linux_nat_async,
7304         linux_nat_async_mask, linux_nat_terminal_inferior and
7305         linux_nat_terminal_ours.
7306         (_initialize_linux_nat): Remove local action variable, and update
7307         code that used it to use sync_sigchld_action.  Add new
7308         "lin-lwp-async" debug set/show command.  Put the "lin-lwp" debug
7309         set/show command in the maintenance class.  Add new "linux-async"
7310         maintenance set/show command.  Block SIGCHLD by default.  Setup
7311         async_sichld_action, and sync_sigchld_action.  Install the default
7312         async mode.
7313         (lin_thread_get_thread_signals): Use a local sigset_t for blocking
7314         the cancel signals.
7315
7316         * linux-thread-db.c (re_check_for_thread_db): New.
7317         (clear_lwpid_callback): Handle TARGET_WAITKIND_IGNORE.
7318         (thread_db_can_async_p, thread_db_is_async_p, thread_db_async)
7319         (thread_db_async_mask): New.
7320         (init_thread_db_ops): Register thread_db_can_async_p,
7321         thread_db_is_async_p, thread_db_async and thread_db_async_mask.
7322
7323         * remote.c (remote_async_mask_value): New.
7324         (remote_return_zero): New.
7325         (init_remote_ops): Register remote_return_zero as callbacks of
7326         to_can_async_p and to_is_async_p.
7327         (remote_can_async_p, remote_is_async_p, remote_async): Update to
7328         use remote_async_mask_value.
7329         (remote_async_mask): New.
7330         (init_remote_async_ops): Remove to_async_mask_value setting and
7331         register remote_async_mask as to_async_mask callback in
7332         remote_async_ops.
7333
7334         * Makefile.in (linux-nat.o): Update.
7335
7336 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
7337
7338         * gdbthread.h (add_thread_with_info): New.
7339         * linux-thread-db.c: Add some documentation.
7340         (GET_LWP, GET_PID, GET_THREAD, is_lwp, is_thread, BUILD_LWP): Delete.
7341         (struct private_thread_info): Remove th_valid and ti_valid.
7342         Replace ti with tid.
7343         (thread_get_info_callback): Do not add TID to the new ptid.  Do
7344         not cache th or ti.
7345         (thread_db_map_id2thr, lwp_from_thread): Delete functions.
7346         (thread_from_lwp): Assert that the LWP is set.  Do not add TID to the
7347         new PTID.
7348         (attach_thread): Handle an already-existing thread.  Use
7349         add_thread_with_info.  Cache the th and tid.
7350         (detach_thread): Verify that private was set.  Remove verbose
7351         argument and printing.  Update caller.
7352         (thread_db_detach): Do not adjust inferior_ptid.
7353         (clear_lwpid_callback, thread_db_resume, thread_db_kill): Delete.
7354         (check_event, find_new_threads_callback): Do not add TID to the new PTID.
7355         (thread_db_wait): Do not use lwp_from_thread.
7356         (thread_db_pid_to_str): Use the cached TID.
7357         (thread_db_extra_thread_info): Check that private is set.
7358         (same_ptid_callback): Delete.
7359         (thread_db_get_thread_local_address): Do not use it or check
7360         is_thread.  Check that private is set.  Assume that the thread
7361         handle is already cached.
7362         (init_thread_db_ops): Remove to_resume and to_kill.
7363         * thread.c (add_thread_with_info): New.
7364         (add_thread): Use it.
7365         * linux-nat.c (find_thread_from_lwp): Delete.
7366         (exit_lwp): Do not use it.  Check print_thread_events.  Print before
7367         deleting the thread.
7368         (GET_PID, GET_LWP, BUILD_LWP, is_lwp): Move to...
7369         * linux-nat.h (GET_PID, GET_LWP, BUILD_LWP, is_lwp): ...here.
7370         * inf-ttrace.c (inf_ttrace_wait): Use print_thread_events and
7371         printf_unfiltered for thread exits.
7372         * procfs.c (procfs_wait): Likewise.
7373
7374 2008-03-21  Chris Demetriou  <cgd@google.com>
7375
7376         * symtab.c (rbreak_command): Quote symbol name before passing
7377         it to break_command.
7378
7379 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
7380
7381         * eval.c (evaluate_subexp_for_address): Clarify error message.
7382         Use value_must_coerce_to_target.
7383         * infcall.c (value_arg_coerce): Call value_coerce_to_target.
7384         * valops.c (value_assign): Call value_coerce_to_target when
7385         assigning to anything but internalvars.  Leave GDB-side arrays
7386         as arrays when assigning to internalvars.
7387         (value_must_coerce_to_target, value_coerce_to_target): New.
7388         (value_coerce_array, value_addr): Call value_coerce_to_target.
7389         (value_array): Create the array in GDB's memory instead of
7390         the inferior's.
7391         * value.h (value_must_coerce_to_target, value_coerce_to_target):
7392         Declare.
7393
7394 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
7395
7396         * top.c (quit_confirm): Warn that we will kill the program.
7397
7398 2008-03-19  Pedro Alves  <pedro@codesourcery.com>
7399
7400         * inflow.c (terminal_ours_1): Guard access to
7401         inferior_process_group with #ifdef PROCESS_GROUP_TYPE.
7402
7403 2008-03-18  Ulrich Weigand  <uweigand@de.ibm.com>
7404             Jim Blandy  <jimb@codesourcery.com>
7405             Daniel Jacobowitz  <drow@false.org>
7406
7407         * dwarf2expr.h (struct dwarf_expr_context): Add ADDR_SIZE member.
7408         (dwarf2_read_address): Update prototype.
7409
7410         * dwarf2expr.c (unsigned_address_type): Add ADDR_SIZE parameter.
7411         (signed_address_type): Likewise.
7412         (dwarf2_read_address): Replace BYTES_READ parameter with ADDR_SIZE.
7413         (execute_stack_op): Update calls to unsigned_address_type,
7414         signed_address_type and dwarf2_read_address.  Fix implementation
7415         of DW_OP_deref_size.
7416
7417         * dwarf2loc.h (dwarf2_per_cu_objfile): Add prototype.
7418         (dwarf2_per_cu_addr_size): Likewise.
7419         (struct dwarf2_locexpr_baton): Replace OBJFILE with PER_CU.
7420         (struct dwarf2_loclist_baton): Likewise.
7421
7422         * dwarf2loc.c (find_location_expression): Update calls to
7423         dwarf2_read_address.  Use dwarf2_per_cu_objfile and
7424         dwarf2_per_cu_addr_size to retrieve PER_CU parameters.
7425         (locexpr_describe_location): Likewise.
7426         (dwarf2_evaluate_loc_desc): Replace OBJFILE with PER_CU parameter.
7427         Set ctx->addr_size to dwarf2_per_cu_addr_size (per_cu).
7428         (dwarf2_loc_desc_needs_frame): Add PER_CU parameter.  Set ctx->addr_size
7429         to dwarf2_per_cu_addr_size (per_cu).
7430         (locexpr_read_variable): Update dwarf2_evaluate_loc_desc call.
7431         (loclist_read_variable): Likewise.
7432         (locexpr_read_needs_frame): Update dwarf2_loc_desc_needs_frame call.
7433
7434         * dwarf2read.c (dwarf2_symbol_mark_computed): Set baton->per_cu
7435         instead of baton->objfile.
7436         (dwarf2_per_cu_obfile): New function.
7437         (dwarf2_per_cu_addr_size): Likewise.
7438
7439         * dwarf2-frame.c (struct comp_unit): Move higher.
7440         (struct dwarf2_cie): Add UNIT and ADDR_SIZE members.
7441         (execute_stack_op): Add ADDR_SIZE parameter; set ctx->addr_size.
7442         (execute_cfa_program): Add FDE parameter.  Replace EH_FRAME_P
7443         parameter by using fde->eh_frame_p.  Use read_encoded_value
7444         to implement DW_CFA_set_loc.
7445         (struct dwarf2_frame_cache): Add ADDR_SIZE member.
7446         (dwarf2_frame_cache): Set cache->addr_size.  Update calls to
7447         execute_stack_op and execute_cfa_program.
7448         (dwarf2_frame_prev_register): Update calls to execute_stack_op.
7449         (size_of_encoded_value): Remove.
7450         (read_encoded_value): Add PTR_LEN and FUNC_BASE parameters.
7451         Remove call to size_of_encoded_value.  Implement DW_EH_PE_funcrel.
7452         (add_cie): Set cie->unit backlink.
7453         (decode_frame_entry_1): Set cie->addr_size.  Update calls to
7454         read_encoded_value.
7455         (dwarf2_build_frame_info): Allocate UNIT on objfile obstack.
7456
7457 2008-03-17  Markus Deuling  <deuling@de.ibm.com>
7458
7459         * i386-tdep.c (i386_print_insn): Remove unnecessary call to
7460         gdbarch_bfd_arch_info.
7461
7462 2008-03-17  Joel Brobecker  <brobecker@adacore.com>
7463
7464         * aix-thread.c (pdc_read_regs): Minor reformatting.
7465
7466 2008-03-17  Vladimir Prus  <vladimir@codesourcery.com>
7467
7468         * thread.c (print_thread_info): Don't insist
7469         on having current thread if there are no
7470         threads at all.
7471
7472 2008-03-17  Pedro Alves  <pedro@codesourcery.com>
7473
7474         * infcmd.c (attach_command_post_wait)
7475         (attach_command_continuation): New.
7476         (attach_command): Support background async execution, and async
7477         execution in synchronous mode.
7478
7479 2008-03-17  Daniel Jacobowitz  <dan@codesourcery.com>
7480
7481         * stack.c (print_stack_frame, print_frame): Use RETURN_MASK_ERROR.
7482         * symmisc.c (dump_symtab_1): Likewise.
7483         * wrapper.c (gdb_value_struct_elt): Likewise.
7484
7485 2008-03-17  Pedro Alves  <pedro@codesourcery.com>
7486
7487         * linux-nat.c (linux_nat_filter_event): Fix comment typo.
7488
7489 2008-03-17  Pedro Alves  <pedro@codesourcery.com>
7490
7491         * linux-nat.c (linux_nat_filter_event): New, refactored from
7492         linux_nat_wait.
7493         (linux_nat_wait): Call linux_nat_filter_event.
7494
7495 2008-03-17  Ulrich Weigand  <uweigand@de.ibm.com>
7496
7497         * top.c (execute_command): Fix uninitialized variable error.
7498
7499 2008-03-16  Nick Hudson  <nick.hudson@dsl.pipex.com>
7500
7501         * Makefile.in (amd64nbsd-nat.o): New dependency.
7502         * amd64nbsd-nat.c: Include "nbsd-nat.h".
7503         (_initialize_amd64nbsd_nat): Update target vector to use
7504         nbsd_pid_to_exec_file.
7505         * config/i386/nbsd64.mh (NATDEPFILES): Add nbsd-nat.o.
7506
7507 2008-03-15  Vladimir Prus  <vladimir@codesourcery.com>
7508
7509         Remove ignoring leading exec events code.
7510         * fork-child.c (startup_inferior): Do not set
7511         inferior_ignoring_leading_exec_events.
7512         * inf-child.c (inf_child_reported_exec_events_per_exec_call): Remove.
7513         (inf_child_target): Do not set to_reported_exec_events_per_exec_call.
7514         * infrun.c (inferior_ignoring_leading_exec_events): Remove.
7515         (handle_inferior_event): Remove code for ignoring leading exec
7516         events.
7517         * target.c (update_current_target): Do not inherit, or default,
7518         to_reported_exec_events_per_exec_call.
7519         (debug_to_reported_exec_events_per_exec_call): Remove.
7520         (setup_target_debug): Do not set to_reported_exec_events_per_exec_call.
7521         * target.h (target_reported_exec_events_per_exec_call): Remove.
7522         (struct target): Remove the to_reported_exec_events_per_exec_call
7523         field.
7524
7525 2008-03-15  Vladimir Prus  <vladimir@codesourcery.com>
7526
7527         Implement -thread-info.
7528         * gdbthread.h (print_thread_info): Declare.
7529
7530         * thread.c (print_thread_info): New, extracted
7531         from info_threads_command and adjusted to
7532         work for CLI and MI.
7533         (info_threads_command): Use print_thread_info.
7534         * Makefile.in: Update dependencies.
7535
7536         * mi/mi-cmds.c (mi_cmds): Specify a handler
7537         for -thread-info.
7538         * mi/mi-cmds.h (mi_cmd_thread_info): Declare.
7539         * mi/mi-main.c (mi_cmd_thread_info): New.
7540         (mi_cmd_list_features): Include 'thread-info'.
7541
7542 2008-03-14  Kevin Buettner  <kevinb@redhat.com>
7543
7544         * mips-tdep.c (mips32_scan_prologue): Use the ABI register size
7545         to decide whether to match instruction patterns using "sw" and "sd".
7546
7547 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
7548
7549         * infcmd.c (jump_command): Postpone disabling stdin until after
7550         the possible query.
7551
7552 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
7553
7554         * inflow.c (gdb_getpgrp): New.
7555         (gdb_has_a_terminal): Use get_getpgrp.
7556         (terminal_ours_1): If attach_flag is set, don't refetch
7557         inferior_process_group.
7558
7559 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
7560
7561         * features/library-list.dtd: Allow "section" elements as children
7562         of "library".  Add "section" element and describe its attributes.
7563
7564         * solib-target.c (struct lm_info): Add section_bases member.
7565         (library_list_start_segment): Error out if seen a section element.
7566         (library_list_start_section): New.
7567         (library_list_end_library): New.
7568         (solib_target_free_library_list): Free section_bases.
7569         (section_attributes): New.
7570         (library_children): Make "segment" optional.  Add "section" child.
7571         (library_list_children): Register library_list_end_library.
7572         (solib_target_relocate_section_addresses): Handle section bases.
7573
7574         * NEWS: Mention new qXfer:libraries:read section offsets support.
7575
7576 2008-03-14  Vladimir Prus  <vladimir@codesourcery.com>
7577
7578         * defs.h (do_exec_error_cleanups, discard_exec_error_cleanups)
7579         (make_exec_error_cleanup): Remove declarations.
7580         * utils.c (exec_error_cleanup_chain): Remove.
7581         (do_exec_error_cleanups, discard_exec_error_cleanups)
7582         (make_exec_error_cleanup): Remove.
7583         * event-loop.c (start_event_loop): Adjust call to
7584         async_enable_stdin.
7585         * event-top.c (async_enable_stdin): Remove the paramater dummy.
7586         (async_disable_stdin): Don't register async_enable_stdin via
7587         cleanup.
7588         * inf-loop.c (inferior_event_handler): Don't
7589         call do_exec_error_cleanups.  Call async_enable_stdin instead.
7590         * event-loop.c (start_event_loop): Adjust call to
7591         async_enable_stdin.
7592         * tui/tui-interp.c (tui_command_loop): Adjust call to
7593         async_enable_stdin.
7594
7595 2008-03-14  Vladimir Prus  <vladimir@codesourcery.com>
7596
7597         Async mode fixes.
7598         * Makefile.in (infcmd.o, inf-loop.o): Update dependencies.
7599         * breakpoint.c (bpstat_do_actions): In async mode,
7600         don't jump to top expecting stop_bpstat to be already
7601         updated.
7602         * event-loop.c (start_event_loop): Call async_enable_stdin
7603         on exception.
7604         * event-top.c (async_enable_stdin): Do nothing if sync_execution
7605         is not set.
7606         (command_handler): Do not setup continuation here.
7607         (command_line_handler_continuation): Move to...
7608         * top.c (command_line_handler_continuation): ... here.
7609         (execute_command): In async mode, register continuation.
7610         Don't check frame's language in running in async mode.
7611         * exceptions.c (throw_exception): Don't do exec_error_cleanups.
7612         * inf-loop.c (complete_execution): Inline into...
7613         (inferior_event_handler): ... here.  Clear target_executing before
7614         doing any cleanups.  Don't try to show prompt if the target was
7615         resumed.
7616         * infcmd.c (signal_command): Add support for async mode.
7617         (finish_command): Only add continuation if the target was
7618         successfully resumed.
7619         * remote.c (init_async_opts): Register to_get_thread_local_address
7620         handler.
7621         * mi/mi-interp.c (mi_cmd_interpreter_exec): Don't mess
7622         with sync_execution.
7623         * tui/tui-interp.c (tui_command_loop): Call async_enable_stdin
7624         on exception.
7625
7626 2008-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
7627
7628         * corefile.c (reopen_exec_file): Use exec_bfd_mtime.
7629         * exec.c (exec_bfd_mtime): Define.
7630         (exec_close): Clear it.
7631         (exec_file_attach): Set it.
7632         * gdbcore.h (exec_bfd_mtime): Declare.
7633         * source.c (find_source_lines): Do not use bfd_get_mtime.
7634
7635 2008-03-14  Vladimir Prus  <vladimir@codesourcery.com>
7636
7637         * top.c (simplified_command_loop): Remove.
7638
7639 2008-03-14  Vladimir Prus  <vladimir@codesourcery.com>
7640
7641         Remove unused remote.c hooks.
7642         * remote.c (deprecated_target_resume_hook)
7643         (deprecated_target_wait_loop_hook): Remove.
7644         (remote_resume): Do not call deprecated_target_resume_hook.
7645         (remote_wait): Do not call deprecated_target_wait_loop_hook.
7646         (remote_async_wait): Likewise.
7647
7648 2008-03-14  Vladimir Prus  <vladimir@codesourcery.com>
7649
7650         Implement MI notification for new threads.
7651         * doc/observer.texi (new_thread): Document.
7652         * observer.sh: Forward declare struct thread_info.
7653         * thread.c (add_thread): Notify observer.
7654
7655         * interps.h (interp_init_ftype): New parameter
7656         top_level.
7657         (interp_set): Likewise.
7658         (top_level_interpreter_data): Declare.
7659         * interps.c (interp_set): New parameter top_level.
7660         Pass it to interpreter's init function.  Remember
7661         top level interpreter.
7662         (interpreter_exec_cmd): Adjust.
7663         (top_level_interpreter_data): New.
7664         * main.c (captured_main): Pass 1 for top_level
7665         parameter of interp_set.
7666         * cli/cli-interp.c (cli_interpreter_init): New
7667         parameter top_level.
7668         * tui/tui-interp.c (tui_init): New parameter top_level.
7669
7670         * mi/mi-interp.c (mi_new_thread): New.
7671         (mi_interpreter_init): If top level, register
7672         observer for new threads.
7673
7674         * Makefile.in (mi-interp.o, thread.o): Update dependencies.
7675
7676 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
7677
7678         * top.c (execute_command): Disable break and stop
7679         commands in async mode.
7680
7681 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
7682
7683         revert:
7684         2008-03-14  Pedro Alves  <pedro@codesourcery.com>
7685         * inf-loop.c (inferior_event_handler): Don't include remote.h.
7686         Call target_stop in the INF_QUIT_REQ case.
7687         * Makefile.in (inf-loop.o): Update.
7688
7689 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
7690
7691         * inf-loop.c (inferior_event_handler): Don't include remote.h.
7692         Call target_stop in the INF_QUIT_REQ case.
7693         * Makefile.in (inf-loop.o): Update.
7694
7695 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
7696
7697         * top.c (execute_command): Enable break, info and interrupt
7698         commands in async mode.
7699
7700 2008-03-13  Vladimir Prus  <vladimir@codesourcery.com>
7701             Daniel Jacobowitz  <dan@codesourcery.com>
7702
7703         * breakpoint.h (breakpoint_restore_shadows): New
7704         declaration.
7705         * breakpoint.c (breakpoint_restore_shadows): New.
7706         (read_memory_nobpt): Delete.
7707         * gdbcore.h (read_memory_nobpt): Delete declaration.
7708         * target.c (memory_xfer_partial): Call
7709         breakpoint_restore_shadows.
7710         (restore_show_memory_breakpoints)
7711         (make_show_memory_beakpoints_cleanup): New.
7712         (show_memory_breakpoints): New.
7713         * target.h (make_show_memory_beakpoints_cleanup): Declare.
7714         * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint):
7715         Make sure we see memory breakpoints when checking if
7716         breakpoint is still there.
7717         * alpha-tdep.c, alphanbsd-tdep.c, frame.c, frv-tdep.c,
7718         hppa-linux-tdep.c, hppa-tdep.c, i386-linux-nat.c, i386-tdep.c,
7719         m68klinux-tdep.c, mips-tdep.c, mn10300-tdep.c, s390-tdep.c,
7720         sparc-tdep.c: Use target_read_memory instead of read_memory_nobpt.
7721
7722 2008-03-12  Pedro Alves  <pedro@codesourcery.com>
7723
7724         * thread.c (add_thread): Use printf_unfiltered to print.
7725
7726 2008-03-12  Joel Brobecker  <brobecker@gnat.com>
7727
7728         * sol-thread.c: Replace use of TM_I386SOL2_H by an expression
7729         that is true only on x86-solaris and x86_64-solaris.
7730         * procfs.c: Likewise. Move procfs_find_LDT_entry up together
7731         with proc_get_LDT_entry.
7732
7733 2008-03-12  Thiago Jung Bauermann  <bauerman@br.ibm.com>
7734
7735         * configure.ac (AC_CHECK_FUNCS): Add check for setsid.
7736         * config.in, configure: Regenerate.
7737         * fork-child.c (fork_inferior): Call create_tty_session.
7738         * inflow.c (new_tty): Set controlling terminal with TIOCSCTTY.
7739         (create_tty_session): New function.
7740         * terminal.h: Declare create_tty_session.
7741
7742 2008-03-12  Alan Modra  <amodra@bigpond.net.au>
7743
7744         PR 5900
7745         * elfread.c (elf_symtab_read): Make shndx an unsigned int.
7746         * mipsread.c: Include elf/internal.h.
7747         (read_alphacoff_dynamic_symtab): Map external reserved sym_shndx
7748         to internal range.
7749
7750 2008-03-11  Markus Deuling  <deuling@de.ibm.com>
7751
7752         * win32-nat.c (do_win32_fetch_inferior_registers): Use get_regcache_arch
7753         to get at the current architecture and at the target specific vector.
7754         Add target specific vector to I387_FISEG_REGNUM and I387_FOP_REGNUM and
7755         remove define of I387_ST0_REGNUM.
7756
7757         * amd64-tdep.c (I387_ST0_REGNUM): Remove define.
7758
7759         (amd64_supply_fxsave, amd64_collect_fxsave): Use get_regcache_arch to
7760         get at the current architecture
7761         (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Add target specific vector as
7762         parameter.
7763
7764         * i386-tdep.c: Remove various define's and undef's of I387_ST0_REGNUM,
7765         I387_NUM_XMM_REGS and I387_MM0_REGNUM.
7766
7767         (I387_NUM_XMM_REGS, I387_XMM0_REGNUM, I387_MXCSR_REGNUM,
7768         I387_ST0_REGNUM, I387_FCTRL_REGNUM, I387_MM0_REGNUM,
7769         (I387_FSTAT_REGNUM): Add target specific vector as parameter.
7770
7771         (i386_register_name, i386_dbx_reg_to_regnum): Use gdbarch_tdep to get
7772         at the target specific vector.
7773
7774         (i386_get_longjmp_target): Use get_frame_arch to get at the current
7775         architecture. Use gdbarch_tdep to get at the target specific vector.
7776
7777         (i386_fp_regnum_p, i386_fpc_regnum_p): Add gdbarch as parameter and
7778         update caller. Use gdbarch_tdep to get at the target specific vector.
7779
7780         (i386_register_to_value: Use get_frame_arch to get at the current
7781         architecture.
7782
7783         * i386-tdep.h (i386_fp_regnum_p, i386_fpc_regnum_p): Add gdbarch as
7784         parameter.
7785
7786         * i387-tdep.c (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM, I387_FTAG_REGNUM,
7787         I387_FISEG_REGNUM, I387_FIOFF_REGNUM, I387_FOSEG_REGNUM
7788         I387_FOOFF_REGNUM, I387_FOP_REGNUM, I387_ST0_REGNUM, FSAVE_ADDR,
7789         FXSAVE_ADDR, I387_XMM0_REGNUM): Add target specific vector as parameter.
7790
7791         (I387_ST0_REGNUM, I387_NUM_XMM_REGS): Remove various define's and
7792         undef's.
7793
7794         (i387_convert_register_p, i387_register_to_value,
7795         i387_value_to_register): Update call for i386_fp_regnum_p.
7796
7797         * i387-tdep.h: Remove comment.
7798         (I387_ST0_REGNUM, I387_NUM_XMM_REGS, I387_MM0_REGNUM): Add define.
7799         (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM, I387_FTAG_REGNUM,
7800         I387_FISEG_REGNUM, I387_FIOFF_REGNUM, I387_FOSEG_REGNUM,
7801         I387_FOOFF_REGNUM, I387_FOP_REGNUM, I387_XMM0_REGNUM,
7802         I387_MXCSR_REGNUM): Add target specific vector as parameter.
7803
7804 2008-03-10  Daniel Jacobowitz  <dan@codesourcery.com>
7805
7806         * Makefile.in (fork-child.o): Update.
7807         * NEWS: Document "set exec-wrapper" and the gdbserver --wrapper
7808         argument.  Gather all gdbserver features together.
7809         * fork-child.c (exec_wrapper): New variable.
7810         (fork_inferior): Use it.
7811         (startup_inferior): Skip an extra trap if using "set exec-wrapper".
7812         (unset_exec_wrapper_command, _initialize_fork_child): New.
7813
7814 2008-03-10  Hidetaka Takano  <hidetaka.takano@glb.toshiba.co.jp>
7815
7816         * source.c (directory_command): Modify the determination of
7817         condition of terminal "from_tty".
7818
7819 2008-03-10  Matt Rice  <ratmice@gmail.com>
7820
7821         * dwarf2read.c (set_cu_language): Add DW_LANG_ObjC.
7822
7823 2008-03-10  Hidetaka Takano  <hidetaka.takano@glb.toshiba.co.jp>
7824
7825         * spu-tdep.c (info_spu_event_command): Insert a '\0' to the end
7826         of the data passing to strtoulst function.
7827         (info_spu_signal_command): Likewise.
7828
7829 2008-03-08  Vladimir Prus  <vladimir@codesourcery.com>
7830
7831         * mi/mi-interp.c (mi_command_loop): Remove
7832         commented-out code.
7833
7834 2008-03-07  Joel Brobecker  <brobecker@adacore.com>
7835
7836         * remote.c (extended_remote_attach_1): Make local variable pid an int
7837         instead of a pid_t.
7838
7839 2008-03-07  Joel Brobecker  <brobecker@adacore.com>
7840
7841         * solib-svr4.c (svr4_same_1): New function, originally extracted
7842         from svr4_same and expanded to handle the sparc64 case.
7843         (svr4_same): Move up and reimplement using svr4_same_1.
7844         (enable_break): Use svr4_same_1 to do shared library name comparisons.
7845
7846 2008-03-07  Ramana Radhakrishnan  <ramana.r@gmail.com>
7847
7848         * MAINTAINERS: Move self to Paper trail.
7849
7850 2008-03-05  Daniel Jacobowitz  <dan@codesourcery.com>
7851
7852         * Makefile.in (mingw-hdep.o, posix-hdep.o, remote-fileio.o): Update.
7853         * event-loop.c (call_async_signal_handler): New.
7854         * event-loop.h (call_async_signal_handler)
7855         (gdb_call_async_signal_handler): Declare.
7856         (mark_async_signal_handler): Add comments.
7857         * event-top.c (handle_sigint): Use gdb_call_async_signal_handler.
7858         * mingw-hdep.c (sigint_event, sigint_handler): New.
7859         (gdb_select): Use them.  Wait for the readline signal handler
7860         to finish.
7861         (gdb_call_async_signal_handler, _initialize_mingw_hdep): New functions.
7862         * posix-hdep.c (gdb_call_async_signal_handler): New function.
7863         * remote-fileio.c (sigint_fileio_token, async_remote_fileio_interrupt):
7864         New.
7865         (remote_fileio_ctrl_c_signal_handler): Use
7866         gdb_call_async_signal_handler.
7867         (initialize_remote_fileio): Initialize sigint_fileio_token.
7868         * remote.c (initialize_sigint_signal_handler, handle_remote_sigint): Do
7869         not initialize tokens here.
7870         (handle_remote_sigint_twice): Likewise.  Reinstall
7871         handle_remote_sigint.
7872         (async_remote_interrupt_twice): Just call interrupt_query.
7873         (cleanup_sigint_signal_handler): Do not delete tokens.
7874         (remote_interrupt, remote_interrupt_twice): Use
7875         gdb_call_async_signal_handler.
7876         (interrupt_query): Reinstall the default signal handler.
7877         (_initialize_remote): Initialize tokens here.
7878
7879 2008-03-04  Joel Brobecker  <brobecker@adacore.com>
7880
7881         * features/rs6000/power-core.xml, features/rs6000/power64-core.xml,
7882         features/rs6000/powerpc-601.xml, features/rs6000/rs6000.xml:
7883         Change the type of the lr register to code_ptr.
7884         * features/rs6000/powerpc-32.c, features/rs6000/powerpc-403.c,
7885         features/rs6000/powerpc-403gc.c, features/rs6000/powerpc-505.c,
7886         features/rs6000/powerpc-601.c, features/rs6000/powerpc-602.c,
7887         features/rs6000/powerpc-603.c, features/rs6000/powerpc-604.c,
7888         features/rs6000/powerpc-64.c, features/rs6000/powerpc-7400.c,
7889         features/rs6000/powerpc-750.c, features/rs6000/powerpc-860.c,
7890         features/rs6000/powerpc-e500.c, features/rs6000/rs6000.c: Regenerate.
7891
7892 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
7893
7894         * MAINTAINERS: Update my email address.
7895
7896 2008-03-03  Keith Seitz  <keiths@redhat.com>
7897
7898         From Dave Murphy  <davem@devkitpro.org>:
7899         * configure.ac: Set tcl configdir to win under mingw.
7900         * configure: Regenerate.
7901
7902 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
7903
7904         * breakpoint.c (fetch_watchpoint_value): New function.
7905         (update_watchpoint): Set and clear val_valid.  Use
7906         fetch_watchpoint_value.  Handle unreadable values on the
7907         value chain.  Correct check for user-requested array watchpoints.
7908         (breakpoint_init_inferior): Clear val_valid.
7909         (watchpoint_value_print): New function.
7910         (print_it_typical): Use it.  Do not free or clear old_val.  Print
7911         watchpoints even if old_val == NULL.
7912         (watchpoint_check): Use fetch_watchpoint_value.  Check for values
7913         becoming readable or unreadable.
7914         (watch_command_1): Use fetch_watchpoint_value.  Set val_valid.
7915         (do_enable_watchpoint): Likewise.
7916         * breakpoint.h (struct breakpoint): Update comment for val.  Add
7917         val_valid.
7918         * NEWS: Mention watchpoints on inaccessible memory.
7919
7920 2007-02-29  Daniel Jacobowitz  <dan@codesourcery.com>
7921
7922         * Makefile.in (i386-nat.o): Update.
7923         * amd64-linux-nat.c (_initialize_amd64_linux_nat): Call
7924         i386_use_watchpoints.
7925         * i386-linux-nat.c (_initialize_i386_linux_nat): Call
7926         i386_use_watchpoints.
7927         * i386-nat.c (i386_stopped_data_address): Take two arguments.
7928         (i386_stopped_by_watchpoint): Update call.
7929         (i386_can_use_hw_breakpoint, i386_use_watchpoints): New.
7930         * config/i386/nm-i386.h: Conditionalize definitions on
7931         ! I386_WATCHPOINTS_IN_TARGET_VECTOR.
7932         (i386_use_watchpoints): Declare.
7933         (i386_stopped_data_address): Update.
7934         * config/i386/nm-linux.h (I386_WATCHPOINTS_IN_TARGET_VECTOR): Define.
7935         * config/i386/nm-linux64.h (I386_WATCHPOINTS_IN_TARGET_VECTOR): Define.
7936
7937 2008-02-29  Joel Brobecker  <brobecker@adacore.com>
7938
7939         GDB 6.8 branch created (branch timestamp: 2008-02-26 10:00 UTC)
7940         * version.in: Bump version to 6.8.50.20080229-cvs.
7941
7942 2008-02-28  Markus Deuling  <deuling@de.ibm.com>
7943
7944         * f-typeprint.c (f_print_type): Handle NULL pointer in VARSTRING
7945         properly.
7946
7947 2008-02-28  Tom Tromey  <tromey@redhat.com>
7948
7949         * infcmd.c (notice_args_read): Print result of get_inferior_args.
7950
7951 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
7952
7953         * infcmd.c (kill_if_already_running): Make static.  Use
7954         target_require_runnable.
7955         * target.c (target_require_runnable): New.
7956         * target.h (target_require_runnable): Declare.
7957
7958 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
7959
7960         * frame.c (reinit_frame_cache): Only annotate if frames were
7961         previously valid.
7962
7963 2008-02-28  Ulrich Weigand  <uweigand@de.ibm.com>
7964
7965         * regformats/reg-ppc.dat: Rename "ps" to "msr".
7966         * regformats/reg-ppc64.dat: Likewise.
7967
7968 2008-02-28  Ulrich Weigand  <uweigand@de.ibm.com>
7969
7970         * features/Makefile (%.dat): Emit xmltarget statement.
7971
7972         * regformats/regdat.sh: Support xmltarget and xmlarch statments.
7973         Generate code to set gdbserver_xmltarget in init_registers_${name}.
7974
7975         * regformats/arm-with-iwmmxt.dat: Regenerate.
7976         * regformats/mips64-linux.dat: Regenerate.
7977         * regformats/mips-linux.dat: Regenerate.
7978         * regformats/rs6000/powerpc-32.dat: Regenerate.
7979         * regformats/rs6000/powerpc-64.dat: Regenerate.
7980         * regformats/rs6000/powerpc-e500.dat: Regenerate.
7981
7982         * regformats/reg-arm.dat: Add xmlarch statement.
7983         * regformats/reg-i386.dat: Likewise.
7984         * regformats/reg-i386-linux.dat: Likewise.
7985         * regformats/reg-x86-64-linux.dat: Likewise.
7986         * regformats/reg-spu.dat: Likewise.
7987
7988 2008-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
7989
7990         * remote.c (remote_wait, remote_async_wait): Stop if we receive
7991         an error.
7992
7993 2008-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
7994
7995         * utils.c (debug_timestamp): New.
7996         (vfprintf_unfiltered): Print timestamps if requested.
7997         (show_debug_timestamp): New.
7998         (initialize_utils): Register "set debug timestamp".
7999         * NEWS: Mention "set debug timestamp".  Add GDB 6.8 section.
8000
8001 2008-02-27  Joel Brobecker  <brobecker@adacore.com>
8002
8003         * breakpoint.c (skip_prologue_sal): New function.
8004         (resolve_sal_pc): Adjust SAL past prologue if the SAL was
8005         computed from a line number.
8006
8007 2008-02-27  Joel Brobecker  <brobecker@adacore.com>
8008
8009         * features/rs6000/power-core.xml, features/rs6000/power64-core.xml
8010         features/rs6000/powerpc-601.xml, features/rs6000/rs6000.xml:
8011         Set PC register type to "code_ptr".
8012         * features/rs6000/powerpc-32.c, features/rs6000/powerpc-403.c,
8013         features/rs6000/powerpc-403gc.c, features/rs6000/powerpc-505.c,
8014         features/rs6000/powerpc-601.c, features/rs6000/powerpc-602.c,
8015         features/rs6000/powerpc-603.c, features/rs6000/powerpc-604.c,
8016         features/rs6000/powerpc-64.c, features/rs6000/powerpc-7400.c,
8017         features/rs6000/powerpc-750.c, features/rs6000/powerpc-860.c,
8018         features/rs6000/powerpc-e500.c, features/rs6000/rs6000.c:
8019         Regenerate.
8020
8021 2008-02-27  Ulrich Weigand  <uweigand@de.ibm.com>
8022
8023         * regformats/regdat.sh: Rename init_registers function in
8024         generated file to init_registers_${name}.
8025
8026         * regformats/reg-crisv32.dat: Set "name" to crisv32.
8027         * regformats/reg-ppc64.dat: Set "name" to ppc64.
8028         * regformats/reg-s390x.dat: Set "name" to s390x.
8029
8030 2008-02-26  Greg Law  <glaw@undo-software.com>
8031
8032         * regcache.c (registers_changed): Call reinit_frame_cache.
8033
8034 2008-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
8035
8036         * configure.tgt (sh-*-linux*): Match sh*.  Add glibc-tdep.o.
8037         * sh-linux-tdep.c (sh_linux_init_abi): Use glibc_skip_solib_resolver
8038         and svr4_fetch_objfile_link_map.
8039         * Makefile.in (sh-linux-tdep.o): Update.
8040
8041 2008-02-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8042
8043         * amd64-tdep.c (amd64_classify): Add support for decimal float
8044         types.
8045         * i386-tdep.c (i386_return_value): Make 128-bit decimal float
8046         use the struct return convention.
8047
8048 2008-02-26  Nick Roberts  <nickrob@snap.net.nz>
8049
8050         * breakpoint.c (print_one_breakpoint_location): Revert Enb field
8051         to old format.  Discard breakpoint address if shared library is
8052         unloaded.
8053         (breakpoint_1): Adjust formatting of table header accordingly.
8054
8055 2008-02-25  Vladimir Prus  <vladimir@codesourcery.com>
8056
8057        * remote.c (remote_get_threadlist): If the response
8058        is empty, don't try to parse it.
8059
8060 2008-02-23  Vladimir Prus  <vladimir@codesourcery.com>
8061
8062         Unbreak 'target async'.
8063         * serial.c (serial_async): Set the
8064         handler function before enabling async
8065         mode.
8066
8067 2008-02-22  Daniel Jacobowitz  <dan@codesourcery.com>
8068
8069         * solib-svr4.c (enable_break): Convert r_brk to a code address.
8070
8071 2008-02-21  Pedro Alves  <pedro@codesourcery.com>
8072
8073         * remote.c (extended_remote_attach_1): Set attach_flag.
8074         (extended_remote_create_inferior_1): Clear attach_flag.
8075
8076 2008-02-20  Daniel Jacobowitz  <dan@codesourcery.com>
8077
8078         * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Set
8079         r_brk_offset.
8080         (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
8081         * solib-svr4.c (solib_svr4_r_brk): New.
8082         (open_symbol_file_object, svr4_current_sos): Always check the
8083         debug base.
8084         (svr4_fetch_objfile_link_map): Do not set debug_base.
8085         (enable_break): Use r_brk if it is set.
8086         (svr4_ilp32_fetch_link_map_offsets): Set r_brk_offset.
8087         (svr4_lp64_fetch_link_map_offsets): Likewise.
8088         * solib-svr4.h (struct link_map_offsets): Add r_brk_offset.
8089
8090 2008-02-20  Markus Deuling  <deuling@de.ibm.com>
8091             Mark Kettenis  <kettenis@gnu.org>
8092
8093         * alpha-tdep.c (alpha_heuristic_unwind_cache): Replace saved_regs by
8094         trad_frame_saved_reg.
8095         (trad-frame.h): New include.
8096
8097         (alpha_heuristic_frame_unwind_cache): Use trad_frame_alloc_saved_regs
8098         instead of frame_obstack_zalloc.
8099         (alpha_heuristic_frame_prev_register): Use trad_frame_get_prev_register.
8100
8101         * Makefile.in (alpha-tdep.o): Add dependency to trad_frame_h.
8102
8103 2008-02-20  Markus Deuling  <deuling@de.ibm.com>
8104
8105         * rs6000-tdep.c (gdb_print_insn_powerpc): Get the current endianess
8106         from disassemble_info instead of gdbarch_byte_order.
8107
8108         * mips-tdep.c (gdb_print_insn_mips): Likewise.
8109         * arm-tdep.c (gdb_print_insn_arm): Likewise.
8110
8111 2008-02-20  Markus Deuling  <deuling@de.ibm.com>
8112
8113         * gdbarch.sh (memory_insert_breakpoint, memory_remove_breakpoint): Add
8114         gdbarch as parameter.
8115
8116         * gdbarch.{c,h}: Regenerate.
8117
8118         * ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Add gdbarch as
8119         parameter.
8120         * mem-break.c (default_memory_insert_breakpoint)
8121         (default_memory_remove_breakpoint): Likewise.
8122         * target.h (default_memory_remove_breakpoint)
8123         (default_memory_insert_breakpoint): Likewise.
8124
8125         * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Add gdbarch as
8126         parameter. Replace current_gdbarch by gdbarch.
8127         * m32r-tdep.c (m32r_memory_insert_breakpoint)
8128         (m32r_memory_remove_breakpoint): Likewise.
8129
8130 2008-02-19  Daniel Jacobowitz  <dan@codesourcery.com>
8131
8132         * MAINTAINERS: Add Vladimir Prus as MI maintainer.
8133
8134 2008-02-19  Joel Brobecker  <brobecker@adacore.com>
8135
8136         * NEWS: Add entry describing Add support improvements.
8137
8138 2008-02-18  Markus Deuling  <deuling@de.ibm.com>
8139
8140         * m68klinux-nat.c (getfpregs_supplies): Replace gdbarch_fp0_regnum by
8141         M68K_FP0_REGNUM.
8142
8143 2008-02-18  Markus Deuling  <deuling@de.ibm.com>
8144
8145         * sentinel-frame.c (sentinel_frame_prev_register): Do not call
8146         register_offset_hack anymore.
8147
8148         * regcache.{c,h} (register_offset_hack): Remove.
8149
8150 2008-02-18  Markus Deuling  <deuling@de.ibm.com>
8151
8152         * hppa-tdep.h (find_global_pointer): Add gdbarch as parameter.
8153
8154         * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer): Likewise. Replace
8155         current_gdbarch by gdbarch.
8156         (hppa64_hpux_find_global_pointer): Likewise.
8157         * hppa-tdep.c (hppa_find_global_pointer): Likewise.
8158         (hppa32_push_dummy_call, hppa64_push_dummy_call): Update call for
8159         find_global_pointer.
8160
8161         * hppabsd-tdep.c (hppabsd_find_global_pointer): Add gdbarch as
8162         parameter.
8163         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
8164
8165         * hppa-linux-nat.c (hppa_linux_register_addr): Use ARRAY_SIZE instead
8166         of gdbarch_num_regs.
8167
8168         * hppa-hpux-tdep.c (hppa_hpux_sr_for_addr): Add gdbarch as parameter and
8169         replace current_gdbarch by gdbarch.
8170         (hppa_hpux_push_dummy_code): Update call for hppa_hpux_sr_for_addr.
8171
8172 2008-02-18  Markus Deuling  <deuling@de.ibm.com>
8173
8174         * rs6000-nat.c (exec_one_dummy_insn, regmap): Add gdbarch as parameter
8175         and replace current_gdbarch by gdbarch.
8176
8177         (store_register): Update call for exec_one_dummy_insn.
8178         (fetch_register, store_register): Update call of regmap.
8179
8180         * ppcnbsd-nat.c (getregs_supplies, getfpregs_supplies): Add gdbarch as
8181         parameter and replace current_gdbarch by gdbarch.
8182
8183         (ppcnbsd_store_inferior_registers): Use get_regcache_arch to get at
8184         the current architecture. Update call for getregs_supplies and
8185         getfpregs_supplies.
8186         (ppcnbsd_fetch_inferior_registers): Likewise.
8187
8188         * ppcobsd-nat.c (getfpregs_supplies): Add gdbarch as parameter and
8189         replace current_gdbarch by gdbarch.
8190         (ppcobsd_fetch_registers, ppcobsd_store_registers): Use
8191         get_regcache_arch to get at the current architecture. Update call for
8192         getfpregs_supplies.
8193
8194 2008-02-18  Markus Deuling  <deuling@de.ibm.com>
8195
8196         * arch-utils.c (gdbarch_from_bfd): Remove unnecessary {old,new}_gdbarch
8197         variables.
8198
8199 2008-02-15  Markus Deuling  <deuling@de.ibm.com>
8200
8201         * mips-linux-tdep.c (mips_linux_init_abi): Remove internal error.
8202
8203 2008-02-14  Vladimir Prus  <vladimir@codesourcery.com>
8204
8205         * NEWS: Mention pending breakpints in MI.
8206
8207 2008-02-14  Markus Deuling  <deuling@de.ibm.com>
8208
8209         * Makefile.in (ALL_TARGET_OBS): Remove dependency to xtensa-linux-nat.o.
8210
8211 2008-02-13  Markus Deuling  <deuling@de.ibm.com>
8212
8213         Add script to build and test GDB using enable-targets=all.
8214
8215         * gdb_buildall.sh: New file.
8216
8217 2008-02-11  Maxim Grigoriev  <maxim2405@gmail.com>
8218
8219         * NEWS (New native configurations): Xtensa GNU/Linux.
8220         (New targets): Xtensa GNU/Linux.
8221         * Makefile.in (ALL_TARGET_OBS): Add xtensa-linux-nat.o and
8222         xtensa-linux-tdep.o
8223         (ALLDEPFILES): Add xtensa-linux-tdep.c and xtensa-linux-nat.c
8224         (xtensa-linux-nat.o, xtensa-linux-tdep.o): New dependencies.
8225         * configure.tgt (xtensa*-*-linux*): New entry.
8226         * xtensa-config.c (xtensa_tdep): New variable.
8227         (xtensa_config_byte_order, xtensa_config_tdep): Removed.
8228         (rmap): Change format based on new macro XTREG.
8229         (XTENSA_CONFIG_INSTANTIATE): Use new macro defined in xtensa-tdep.h.
8230         * xtensa-linux-nat.c: New.
8231         * xtensa-linux-tdep.c: New.
8232         * xtensa-xtregs.c: New.
8233         * xtensa-tdep.h (xtensa_elf_gregset_t): Update.
8234         (XTENSA_ELF_NGREG, XTREG, XTREG_END, XTENSA_GDBARCH_TDEP_INSTANTIATE)
8235         (XCHAL_NUM_CONTEXTS, XCHAL_HAVE_EXCEPTIONS): New macros.
8236         (xtensa_register_t): New field coprocessor.
8237         (XTENSA_REGISTER_FLAGS_PRIVILEGED): Name spelling corrected.
8238         * xtensa-tdep.c (xtensa_config_tdep, xtensa_config_byte_order): Removed.
8239         (xtensa_pseudo_register_read, xtensa_pseudo_register_write):
8240         Update to handle privileged registers.
8241         (xtensa_supply_gregset) Remove exccause and excvaddr registers.
8242         (xtensa_push_dummy_call): Set windowstart register correctly.
8243         (call0_analyze_prologue): Initialize xtensa_default_isa.
8244         (xtensa_derive_tdep): New.
8245         (xtensa_gdbarch_init): Get rid of xtensa_config_byte_order and
8246         xtensa_config_tdep, use XCHAL_HAVE_BE and xtensa_tdep instead.
8247         Call xtensa_derive_tdep().
8248         * config/xtensa/linux.mh: New.
8249         * regformats/reg-xtensa.dat: New.
8250
8251 2008-02-09  Aleksandar Ristovski  <aristovski@qnx.com>  (tiny change)
8252
8253         * corelow.c (core_open): Use IS_ABSOLUTE_PATH.
8254         (filenames.h): New include.
8255         * Makefile.in (corelow.o): Add dependency for filenames.h.
8256
8257 2008-02-08  Doug Evans  <dje@google.com>
8258
8259         * source.c (find_and_open_source): Always rewrite absolute filenames.
8260
8261 2008-02-07  Doug Evans  <dje@google.com>
8262
8263         * breakpoint.c: #include "hashtab.h".
8264         (ambiguous_names_p): New fn.
8265         (update_breakpoint_locations): When restoring bp enable status, don't
8266         compare function names if any functions have same name.
8267         * Makefile.in (breakpoint.o): Add hashtab.h dependency.
8268
8269 2008-02-07  Joel Brobecker  <brobecker@adacore.com>
8270
8271         * ada-lang.c (symbol_completion_add): Make SV parameter a VEC**
8272         instead of just a VEC*. Update use of SV.
8273         (ada_make_symbol_completion_list): Update symbol_completion_add calls.
8274
8275 2007-02-07  Joel Brobecker  <brobecker@adacore.com>
8276
8277         * NEWS: Put all new commands since gdb-6.7 together.
8278
8279 2007-02-07  Joel Brobecker  <brobecker@adacore.com>
8280
8281         * ada-lang.c: #include "vec.h".
8282         (struct string_vector, new_string_vector, string_vector_append):
8283         Delete.
8284         (char_ptr): New typedef.
8285         (DEF_VEC_P (char_ptr)): New VEC type.
8286         (symbol_completion_add): Update profile to take the new VEC type
8287         instead of the old string_vector structure. Update code accordingly.
8288         (ada_make_symbol_completion_list): Use the new VEC type instead of
8289         the old string_vector structure, and update the code accordingly.
8290         * Makefile.in (ada-lang.o): Add dependency on vec.h.
8291
8292 2008-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
8293
8294         * p-exp.y: Set current_type in missing places.
8295         (leftdiv_is_integer): New static variable.
8296         Typecast right operand of BINOP_DIV to long_double if both operands
8297         are integers.
8298
8299 2008-02-06  Maciej W. Rozycki  <macro@mips.com>
8300
8301         * remote-mips.c (set_breakpoint): Rename to...
8302         (mips_set_breakpoint): ... this.
8303         (clear_breakpoint): Rename to...
8304         (mips_clear_breakpoint): ... this.
8305         (common_breakpoint): Rename to...
8306         (mips_common_breakpoint): ... this.
8307         (check_lsi_error): Rename to...
8308         (mips_check_lsi_error): ... this.
8309
8310 2007-02-05  Joel Brobecker  <brobecker@adacore.com>
8311
8312         * language.h (struct language_defn): Add new field
8313         la_make_symbol_completion_list.
8314         * symtab.c (default_make_symbol_completion_list): Renames
8315         make_symbol_completion_list.
8316         (make_symbol_completion_list): New function.
8317         * symtab.h (default_make_symbol_completion_list): Add declaration.
8318         * langauge.c (unknown_language): Set la_make_symbol_completion_list.
8319         (auto_language, local_language): Likewise.
8320         * objc-lang.c (objc_language_defn): Likewise.
8321         * scm-lang.c (scm_language_defn): Likewise.
8322         * m2-lang.c (m2_language_defn): Likewise.
8323         * f-lang.c (f_language_defn): Likewise.
8324         * jv-lang.c (java_language_defn): Likewise.
8325         * p-lang.c (pascal_language_defn): Likewise.
8326         * c-lang.c (c_language_defn, cplus_language_defn, asm_language_defn)
8327         (minimal_language_defn): Likewise.
8328         * ada-lang.c (struct string_vector): New structure.
8329         (new_string_vector, string_vector_append, ada_unqualified_name)
8330         (add_angle_brackets, symbol_completion_match, symbol_completion_add)
8331         (ada_make_symbol_completion_list): New functions.
8332         (ada_language_defn): Set la_make_symbol_completion_list.
8333         * ada-lang.h (ada_make_symbol_completion_list): Remove declaration,
8334         this function is static.
8335
8336 2008-02-05  Kevin Buettner  <kevinb@redhat.com>
8337
8338         * mn10300-tdep.c (mn10300_push_dummy_call): Adjust stack pointer
8339         to account for call site optimizations.
8340
8341 2008-02-05  Andrzej Zaborowski  <balrogg@gmail.com>
8342
8343         * tracepoint.c (read_actions): Handle end-of-text indicator
8344         in action list properly.  (Committed by Jim Blandy)
8345
8346 2008-02-05  Jim Blandy  <jimb@red-bean.com>
8347
8348         * ax-gdb.c (gen_expr): Yield ordinary error if asked to trace a
8349         pseudoregister, not an internal error.
8350         Reported by: Andrzej Zaborowski
8351
8352 2008-02-04  Vladimir Prus  <vladimir@codesourcery.com>
8353
8354         * varobj.c (c_value_of_variable): Use xstrdup.
8355
8356 2008-02-04  Vladimir Prus  <vladimir@codesourcery.com>
8357
8358         Update stored rendition of varobj value when format changes.
8359         * varobj.c (varobj_set_display_format): Recomputed
8360         print_value.
8361         (c_value_of_variable): Return print_value.
8362
8363 2008-02-03  Doug Evans  <dje@google.com>
8364
8365         * eval.c (evaluate_subexp_standard): Fix type of result of mixed
8366         integer/float division operations when EVAL_AVOID_SIDE_EFFECTS.
8367         * valops.c (value_one): New function.
8368         * value.h (value_one): Declare.
8369
8370         Fix argument promotion for binary arithmetic ops for C.
8371         * valarith.c (unop_result_type): New fn.
8372         (binop_result_type): New fn.
8373         (value_binop): Move result type computation to binop_result_type.
8374         (value_pos, value_neg, value_complement): Move result type
8375         computation to unop_result_type.
8376
8377         PR 2384
8378         * gdbtypes.c (get_vptr_fieldno): Renamed from fill_in_vptr_fieldno.
8379         Return basetype, fieldno if found.  All callers updated.
8380         Don't cache TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE if from different
8381         objfile.
8382         * gdbtypes.h (get_vptr_fieldno): Renamed from fill_in_vptr_fieldno.
8383         * symfile.h (fill_in_vptr_fieldno): Delete.
8384
8385 2008-02-02  Doug Evans  <dje@google.com>
8386
8387         * valarith.c (value_binop): Handle unsigned BINOP_REM division by zero.
8388
8389         * typeprint.c (*): Whitespace cleanup.
8390
8391 2008-02-02  Mark Kettenis  <kettenis@gnu.org>
8392             Luis Machado  <luisgpm@br.ibm.com>
8393             Thiago Jung Bauermann  <bauerman@br.ibm.com>
8394
8395         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Pass floats that
8396         don't fit into registerson the stack the way GCC does.
8397
8398 2008-02-01  Joel Brobecker  <brobecker@adacore.com>
8399
8400         * symtab.c (symbol_set_names): Do not add an entry in the demangling
8401         hash table for Ada symbols. Just store the linkage name as is,
8402         and leave the demangled_name as NULL.
8403
8404 2007-02-01  Joel Brobecker  <brobecker@adacore.com>
8405
8406         * dwarf2read.c (add_partial_symbol): Always store all Ada subprograms
8407         in the global scope.
8408         (new_symbol): Likewise.
8409
8410 2008-02-01  Vladimir Prus  <vladimir@codesourcery.com>
8411
8412         * breakpoint.c (break_command_1): Return void.
8413         (break_command_really): Return void.  Rethrow
8414         exceptions instead of returning.
8415         (gdb_breakpoint): Remove the error_message parameter.
8416         Return void.  Rename to set_breakpoint.
8417         * gdb.h (gdb_breakpoint): Rename and move to...
8418         * breakpoint.h (set_breakpoint): ...here.
8419         * mi/mi-cmb-break.c (mi_cmd_break_insert): Restore
8420         event hooks even if exception is thrown.  Adjust to
8421         gdb_breakpoint interface changes.
8422
8423
8424 2008-02-01  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8425
8426         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Write 32-bit
8427         float in both first and second word in the doubleword, to support
8428         old and new ABIs.
8429
8430 2008-02-01  Vladimir Prus  <vladimir@codesourcery.com>
8431
8432         Properly rethrow exception.  This fixes errors
8433         about non-existent functions for -break-insert.
8434         * breakpoint.c (break_command_really): Use throw_exception
8435         for rethrowing.  If rethrowing, don't print the exception.
8436
8437 2008-01-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8438
8439         * NEWS: Mention Decimal Floating Point support.
8440
8441 2008-01-31  Joel Brobecker  <brobecker@adacore.com>
8442
8443         * std-regs.c (value_of_builtin_frame_pc_reg): Change the returned
8444         value type to builtin_type_void_func_ptr.
8445
8446 2008-01-31  Andreas Krebbel  <krebbel1@de.ibm.com>
8447
8448         * s390-tdep.c (is_float_singleton, is_float_like,
8449         alignment_of, s390_return_value): Make checks for
8450         TYPE_CODE_FLT to match TYPE_CODE_DECFLOAT as well.
8451
8452 2008-01-31  Luis Machado  <luisgpm@br.ibm.com>
8453             Thiago Jung Bauermann  <bauerman@br.ibm.com>
8454
8455         * infcmd.c (default_print_registers_info): Also print hex
8456         raw contents for TYPE_CODE_DECFLOAT registers.
8457         * ppc-tdep.h (gdbarch_tdep): Add ppc_dl0_regnum member.
8458         * rs6000-tdep.c (IS_DFP_PSEUDOREG): New macro.
8459         (rs6000_register_name): Add support for DFP pseudo-registers.
8460         (rs6000_pseudo_register_type): Likewise.
8461         rs6000_pseudo_register_reggroup_p): Likewise.
8462         (ppc_pseudo_register_read): New function.
8463         (ppc_pseudo_register_write): Likewise.
8464         (rs6000_pseudo_register_read): Likewise.
8465         (rs6000_pseudo_register_write): Likewise.
8466         (e500_pseudo_register_read): Move checks to
8467         rs6000_pseudo_register_read.
8468         (e500_pseudo_register_write): Move checks to
8469         rs6000_pseudo_register_write.
8470         (rs6000_gdbarch_init): Initialize tdep->ppc_dl0_regnum.  Install
8471         rs6000_pseudo_register_read and rs6000_pseudo_register_write
8472         in gdbarch if SPE or DFP is available.  Adjust gdbarch's
8473         num_pseudo_regs to account for DFP pseudo regs.
8474
8475 2008-01-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8476
8477         * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_ev31_regnum member.
8478         * rs6000-tdep.c (IS_SPE_PSEUDOREG): New macro.
8479         (spe_register_p, rs6000_register_name, rs6000_pseudo_register_type,
8480         rs6000_pseudo_register_reggroup_p, e500_move_ev_register,
8481         e500_pseudo_register_read, e500_pseudo_register_write): Use
8482         IS_SPE_PSEUDOREG macro.
8483         (rs6000_frame_cache): Remove use of tdep->ppc_ev31_regnum.
8484         (rs6000_gdbarch_init): Remove unnecessary num_sprs local variable.
8485         Remove initialization of tdep->ppc_ev31_regnum.
8486
8487 2008-01-08  Paul Hilfinger  <hilfinger@adacore.com>
8488
8489         * printcmd.c (print_formatted): Handle references as for unformatted
8490         prints.
8491
8492 2008-01-30  Joel Brobecker  <brobecker@adacore.com>
8493
8494         * eval.c (evaluate_subexp_standard): Add handling of user
8495         registers when in EVAL_AVOID_SIDE_EFFECTS mode.
8496
8497 2008-01-30  Pierre Muller  <muller@ics.u-strasbg.fr>
8498
8499         * eval.c (evaluate_subexp_standard): Support
8500         BINOP_INTDIV opcode.
8501
8502 2008-01-30  Paul N. Hilfinger  <hilfinger@adacore.com>
8503
8504         * valarith.c (value_binop): Add floating-point BINOP_MIN and
8505         BINOP_MAX cases.
8506         For BINOP_EXP, use length and signedness of left operand only for
8507         result, as for shifts.
8508         For integral operands to BINOP_EXP, use new integer_pow and
8509         uinteger_pow functions so as to get full range of results.
8510         (integer_pow): New function.
8511         (uinteger_pow): New function.
8512
8513 2008-01-30  Vladimir Prus  <vladimir@codesourcery.com>
8514
8515         Use vector for varobj_list_children interface.
8516         * gdb/varobj.c (varobj_list_children): Return vector
8517         of varobjs.
8518         * gdb/varobj.h (varobj_list_children): Adjust
8519         prototype.
8520         (varobj_p): Declare.  Declare vector thereof.
8521         * mi/mi-cmd-var.c (mi_cmd_var_list_children): Adjust
8522         for varobj_list_children change.
8523         * Makefile.in (varobj_h): Update dependencies.
8524
8525 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8526
8527         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Add support for
8528         TYPE_CODE_DECFLOAT arguments.
8529         (ppc64_sysv_abi_push_dummy_call) Likewise.
8530         (get_decimal_float_return_value): New function.
8531         (do_ppc_sysv_return_value): Add support for TYPE_CODE_DECFLOAT return
8532         values by calling get_decimal_float_return_value.
8533         (ppc64_sysv_abi_return_value): Likewise.
8534
8535 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
8536
8537         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):  Add field
8538         for preprocessor macro information.  Formatting changes.
8539
8540 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
8541
8542         * remote.c (struct remote_state): Add cached_wait_status.
8543         (remote_exec_file): New variable.
8544         (PACKET_vAttach, PACKET_vRun): New constants.
8545         (extended_remote_restart): Do not query for status.
8546         (struct start_remote_args): New.
8547         (remote_start_remote): Take it as a second argument.  Check
8548         whether the target is running.  Issue an error for non-running
8549         non-extended targets.  Cache the wait status.  Set inferior_ptid
8550         here.
8551         (remote_open_1): Prompt to disconnect non-running targets.  Make
8552         sure the target is marked running.  Do not set inferior_ptid here.
8553         Update call to remote_start_remote.  Do not call remote_check_symbols
8554         if the target is not running.
8555         (remote_detach_1): Rename from remote_detach.  Take an EXTENDED
8556         argument.  Handle a non-running target.
8557         (remote_detach): Use it.
8558         (extended_remote_detach): New.
8559         (remote_disconnect): Fix typo.  Use remoute_mourn_1.
8560         (extended_remote_attach_1, extended_remote_attach)
8561         (extended_async_remote_attach): New.
8562         (remote_vcont_resume): Remove unused variable.
8563         (remote_wait, remote_async_wait): Use any cached wait status.
8564         (putpkt_binary, getpkt): Clear any cached wait status.
8565         (extended_remoute_mourn_1): New.
8566         (extended_remote_mourn): Use it.
8567         (extended_async_remote_mourn, extended_remote_run): New.
8568         (extended_remote_create_inferior_1): New.
8569         (extended_remote_create_inferior): Use it.
8570         (extended_remote_async_create_inferior): Likewise.
8571         (remote_xfer_partial): Skip for non-executing targets.
8572         (init_extended_remote_ops): Set to_detach and to_attach.
8573         (init_extended_async_remote_ops): Likewise.  Use
8574         extended_async_remote_mourn.
8575         (_initialize_remote): Register vAttach, vRun, and
8576         set remote exec-file.
8577         * NEWS: Mention vAttach, vRun, and gdbserver extended-remote support.
8578
8579 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
8580
8581         * Makefile.in (symfile.o): Update.
8582         * NEWS: Mention exec tracing support.
8583         * inf-ttrace.c (inf_ttrace_wait): Return TARGET_WAITKIND_EXECD for
8584         exec events.
8585         * infcmd.c (kill_if_already_running, detach_command)
8586         (disconnect_command): Replace SOLIB_RESTART with no_shared_libraries.
8587         * infrun.c (MAY_FOLLOW_EXEC, may_follow_exec): Delete.
8588         (follow_exec): Do not check may_follow_exec.  Do not mourn and push
8589         targets.  Apply the sysroot path to the loaded executable.  Use
8590         no_shared_libraries.
8591         * linux-nat.c (linux_child_follow_fork): Print fork following
8592         messages if verbose.
8593         (kill_wait_callback): Kill again before waiting a second time.
8594         * symfile.c (symbol_file_clear): Replace SOLIB_RESTART with
8595         no_shared_libraries.
8596
8597 2008-01-29  Joel Brobecker  <brobecker@adacore.com>
8598
8599         * amd64-tdep.c (amd64_classify): Add handling of TYPE_CODE_CHAR.
8600
8601 2008-01-29  Joel Brobecker  <brobecker@adacore.com>
8602
8603         * nto-tdep.h: Remove #include "defs.h".
8604         * nto-tdep.c: Add #include "defs.h".
8605         * Makefile.in (nto_tdep_h): Update dependencies.
8606         (nto-tdep.o): Likewise.
8607
8608 2008-01-29  Joel Brobecker  <brobecker@adacore.com>
8609
8610         * infrun.c (wait_for_inferior): Add treat_exec_as_sigtrap parameter
8611         and use it.
8612         (proceed, start_remote): Update call to wait_for_inferior.
8613         * inferior.h (wait_for_inferior): Update declaration.
8614         * fork-child.c, infcmd.c, solib-irix.c, solib-osf.c, solib-sunos.c,
8615         solib-svr4.c, win32-nat.c: Update calls to wait_for_inferior.
8616         * inf-ttrace.c (inf_ttrace_wait): Report TTEVT_EXEC events as
8617         TARGET_WAITKIND_EXECD instead of TARGET_WAITKIND_STOPPED.
8618
8619 2008-01-29  Aleksandar Ristovski  <aristovski@qnx.com>
8620
8621         * varobj (adjust_value_for_child_access): Added checking for
8622         returned value from gdb_value_ind.
8623         (c_describe_child): Likewise.
8624         (cplus_describe_child): Fixed a typo.
8625
8626 2008-01-29  Jim Blandy  <jimb@red-bean.com>
8627
8628         * MAINTAINERS: Update my info.
8629
8630 2008-01-29  Vladimir Prus  <vladimir@codesourcery.com>
8631
8632         Use multiple locations for hardware watchpoints.
8633         This eliminates the need to traverse value chain, doing
8634         various checks, in three different places.
8635
8636         * breakpoint.h (struct bp_location): New fields
8637         lengths and watchpoint_type.
8638         (struct breakpoint): Remove the val_chain field.
8639         * breakpoint.c (is_hardware_watchpoint): New.
8640         (free_valchain): Remove.
8641         (update_watchpoint): New.
8642         (insert_bp_location): For hardware watchpoint, just
8643         directly insert it.
8644         (insert_breakpoints): Call update_watchpoint_locations
8645         on all watchpoints.  If we have failed to insert
8646         any location of a hardware watchpoint, remove all inserted
8647         locations.
8648         (remove_breakpoint): For hardware watchpoints, directly
8649         remove location.
8650         (watchpoints_triggered): Iterate over locations.
8651         (bpstat_stop_status): Use only first location of
8652         a resource watchpoint.
8653         (delete_breakpoint): Don't call free_valchain.
8654         (print_one_breakpoint): Don't print all
8655         locations for watchpoints.
8656         (breakpoint_re_set_one): Use update_watchpoint for
8657         watchpoints.
8658
8659 2008-01-29  Vladimir Prus  <vladimir@codesourcery.com>
8660
8661         Don't reset watchpoint block on solib load.
8662
8663         * breakpoint.c (insert_bp_location): For watchpoints,
8664         recompute condition.
8665         (breakpoint_re_set_one): Instead of recomputing value
8666         and condition for watchpoints, just reset value and
8667         let insert_breakpoints/insert_bp_location recompute it.
8668         Don't do anything about disabled watchpoint.
8669
8670 2008-01-29  Pierre Muller  <muller@ics.u-strasbg.fr>
8671
8672         * valarith.c (value_binop): Handle unsigned integer
8673         division by zero.
8674
8675 2008-01-28  Kevin Buettner  <kevinb@redhat.com>
8676
8677         * mn10300-tdep.c (mn10300_analyze_prologue): Check for an
8678         instruction pattern that appears frequently in position
8679         independent code.  Fix bug in code which looks for "fmov" and
8680         backtracks if no "fmov" is found.
8681
8682 2008-01-28  Doug Evans  <dje@google.com>
8683
8684         * dbxread.c (read_dbx_symtab): Fix indentation.
8685         Reformat comments to 80 columns.
8686         Move local var def closer to only use.
8687
8688 2008-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
8689
8690         * fork-child.c (SHELL_FILE): Remove #ifndef.
8691         (fork_inferior): Remove SHELL_COMMAND_CONCAT.
8692
8693 2008-01-25  Pierre Muller  <muller@ics.u-strasbg.fr>
8694
8695         * i386-tdep.c (i386_skip_noop): New function.
8696         (i386_analyze_prologue): Call i386_skip_noop function.
8697
8698 2008-01-24  Michael Snyder  <msnyder@specifix.com>
8699
8700         * procfs.c (procfs_xfer_partial): Comment, cut/paste error.
8701         * win32-nat.c (win32_xfer_partial): Ditto.
8702         * target.c (default_xfer_partial): Minor whitespace adjustment.
8703
8704 2008-01-24  Pedro Alves  <pedro@codesourcery.com>
8705
8706         * arm-tdep.c (arm_addr_bits_remove): In non 26-bit mode, don't
8707         strip bit 1 even if pc doesn't point to thumb code.
8708
8709 2008-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
8710
8711         * remote.c (remote_wait): Handle SIGINT between packets.
8712         (remote_async_wait): Likewise.
8713
8714 2008-01-23  Vladimir Prus  <vladimir@codesourcery.com>
8715             Chris Demetriou  <cgd@google.com>
8716
8717         * thread.c (add_thread_silent): Renamed
8718         from add_thread.
8719         (print_thread_events): New variable definition.
8720         (show_print_thread_events): New function.
8721         (_initialize_thread): Add "set print thread-events" and
8722         "show print thread-events" commands.
8723         (add_thread): Announce new thread.
8724         * gdbthread.h (add_thread_silent): Declare.
8725         (print_thread_events): New variable declaration.
8726         * inf-ttrace.c (inf_ttrace_wait): Don't
8727         inform about new thread, as add_thread is always
8728         called too, and will take care of that.
8729         * infrun.c (handle_inferior_event): Likewise.
8730         * procfs.c (procfs_wait): Likewise.
8731         * remote.c (remote_currthread): Likewise.
8732         * sol-thread.c (sol_thread_wait): Likewise.
8733         * win32-nat.c (get_win32_debug_event): Likewise.
8734         * linux-thread-db.c (attach_thread): Likewise.
8735         Remove the verbose parameter.
8736         (check_event): Make detach_thread be verbose
8737         only if print_thread_events is set.
8738         * linux-nat.c (lin_lwp_attach_lwp): Don't inform
8739         about new thread.  This is called only from
8740         linux-thread-db.c:attach_thread, which will take care.
8741         Remove the verbose parameter.
8742         * linux-nat.h (lin_lwp_attach_lwp): Adjust prototype.
8743
8744 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
8745
8746         * mi/mi-cmd-var.c (mi_cmd_var_set_format): Add value field to output.
8747
8748 2008-01-22  Vladimir Prus  <vladimir@codesourcery.com>
8749
8750         * breakpoint.c (break_command_really): New parameter
8751         ignore_count.
8752         (break_command_1): Pass 0 as
8753         ignore_count to break_command_really.
8754         (gdb_breakpoint): Pass ignore_count to
8755         break_command_really.
8756
8757 2008-01-21  Kevin Buettner  <kevinb@redhat.com>
8758
8759         * mn10300-linux-tdep.c (am33_linux_sigframe_cache_init): Find
8760         sigcontext struct via pointer.
8761         (struct sigframe comment): Update to show new field `psc'.
8762
8763 2008-01-21  Vladimir Prus  <vladimir@codesourcery.com>
8764
8765         * infrun.c (handle_inferior_event): If
8766         we failed to remove breakpoints, error,
8767         don't try to increment PC by hand.
8768
8769 2008-01-18  Nick Hudson  <nick.hudson@dsl.pipex.com>
8770
8771         Add NetBSD/hppa target and host support.
8772
8773         * hppabsd-tdep.c (hppabsd_supply_gregset): Move to ...
8774         (hppabsd_gregset): Move to ...
8775         (hppabsd_regset_from_core_section): Rename
8776         hppaobsd_regset_from_core_section and move to ...
8777         (hppabsd_find_global_pointer): Update comment.
8778         (hppabsd_init_abi): Make global. Do not register
8779         hppabsd_regset_from_core_section.
8780         (hppabsd_core_osabi_sniffer): Rename hppaobsd_core_osabi_sniffer and
8781         move to ...
8782         (_initialize_hppabsd_tdep): Move to ...
8783         * hppaobsd-tdep.c: ... here. New file.
8784         * hppnbsd-tdep.c: New file.
8785         * hppnbsd-nat.c: New file.
8786         * Makefile.in (ALL_TARGET_OBS): Add hppanbsd-tdep.o and hppaobsd-tdep.o.
8787         (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
8788         (hppabsd-nat.o, hppabsd-tdep.o): New dependencies.
8789         (hppabsd-tdep.o, hppaobsd-tdep.o): Update dependencies.
8790         * configure.host (hppa*-*-netbsd*): New entry.
8791         * configure.tgt (hppa*-*-netbsd*): New entry.
8792         (hppa*-*-openbsd*): Update.
8793         * NEWS (New native configuration): Mention NetBSD/hppa.
8794         (New targets): Mention NetBSD/hppa.
8795
8796 2008-01-18  Markus Deuling  <deuling@de.ibm.com>
8797
8798         * gdbarch.sh (function_list): Add new property bits_big_endian to
8799         gdbarch structure.
8800         * gdbarch.{c,h}: Regenerate.
8801
8802         * value.c (struct value): Replace BITS_BIG_ENDIAN by
8803         gdbarch_bits_big_endian (comment).
8804         (unpack_field_as_long, modify_field): Likewise.
8805         * value.h: Likewise (comment).
8806         * valops.c (value_slice): Likewise.
8807         * valarith.c (value_subscript, value_bit_index): Likewise.
8808         * gdbtypes.h (field): Likewise (comment).
8809         * eval.c (evaluate_subexp_standard): Likewise.
8810         * dwarf2read.c (dwarf2_add_field): Likewise.
8811         * ada-lang.c (decode_packed_array, ada_value_primitive_packed_val)
8812         (move_bits, ada_value_assign, value_assign_to_component): Likewise.
8813
8814         * defs.h (BITS_BIG_ENDIAN): Remove.
8815
8816 2008-01-18  Markus Deuling  <deuling@de.ibm.com>
8817
8818         * jv-exp.y (yylex): Replace DEPRECATED_STREQN with the appropriate
8819         function calls.
8820         * m2-exp.y (yylex): Likewise.
8821         * objc-exp.y (yylex): Likewise.
8822
8823         * defs.h (DEPRECATED_STREQN): Remove.
8824
8825 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
8826
8827         * MAINTAINERS: Update my email address.
8828
8829 2008-01-17  Jim Blandy  <jimb@codesourcery.com>
8830
8831         * README: Mention gdbserver/README.
8832
8833 2008-01-17  Pierre Muller  <muller@ics.u-strasbg.fr>
8834
8835         * valarith.c (value_binop): Handle BINOP_INTDIV
8836         for unsigned and signed integers.
8837
8838 2008-01-17  Ulrich Weigand  <uweigand@de.ibm.com>
8839
8840         * s390-tdep.c (s390_gdbarch_init): Set default long double
8841         type to 128-bit IEEE quad.
8842
8843 2008-01-17  Joel Brobecker  <brobecker@adacore.com>
8844
8845         * hpux-thread.c (hpux_thread_resume): Delete commented-out code.
8846
8847 2008-01-16  Mark Kettenis  <kettenis@gnu.org>
8848
8849         * auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS.
8850
8851         * dfp.c, dfp.h: Rename decimal_to_double to decimal_to_doublest.
8852         * value.c: All callers changed.
8853
8854 2008-01-16  Markus Deuling  <deuling@de.ibm.com>
8855
8856         * rs6000-nat.c (add_vmap, vmap_ldinfo, vmap_exec): Replace
8857         DEPRECATED_STREQ by its expression.
8858         * coffread.c (coff_locate_sections, coff_symtab_read): Likewise.
8859         * xcoffread.c (read_xcoff_symtab, read_symbol_lineno, find_linenos)
8860         (scan_xcoff_symtab): Likewise.
8861         * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code): Likewise.
8862         * f-lang.c (find_common_for_function): Likewise.
8863         * objc-exp.y (parse_number): Likewise.
8864
8865         * defs.h (DEPRECATED_STREQ): Remove.
8866
8867 2008-01-16  Markus Deuling  <deuling@de.ibm.com>
8868
8869         * mn10300-tdep.h (AM33_MODE): Add gdbarch as parameter.
8870         * mn10300-tdep.c (set_reg_offsets, mn10300_analyze_prologue): Use
8871         get_frame_arch to get at the current_architecture. Update AM33_MODE
8872         call.
8873         (mn10300_analyze_prologue): Add gdbarch as parameter. Update caller.
8874         (mn10300_frame_unwind_cache): Use get_frame_arch to get at the current
8875         architecture.
8876         (set_reg_offsets, mn10300_analyze_prologue): Fix indentation.
8877
8878 2008-01-16  Markus Deuling  <deuling@de.ibm.com>
8879
8880         * amd64-nat.h (amd64_native_gregset_supplies_p): Add gdbarch as
8881         parameter.
8882         * amd64-nat.c (amd64_native_gregset_supplies_p): Likewise.
8883
8884         (amd64_native_gregset_reg_offset): Add gdbarch as parameter. Replace
8885         current_gdbarch by gdbarch. Update caller.
8886
8887         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers)
8888         (amd64_linux_store_inferior_registers): Use get_regcache_arch to get at
8889         the current architecture. Update calls of
8890         amd64_native_gregset_supplies_p.
8891         * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers)
8892         (amd64bsd_store_inferior_registers): Likewise.
8893
8894 2008-01-16  Markus Deuling  <deuling@de.ibm.com>
8895
8896         * ppc-linux-nat.c (ppc_register_u_addr): Add gdbarch as parameter.
8897         Replace current_gdbarch by gdbarch. Update caller.
8898
8899 2008-01-16  Markus Deuling  <deuling@de.ibm.com>
8900
8901         * dbxread.c (repeated_header_complaint, dbx_symfile_init)
8902         (read_dbx_dynamic_symtab, function_outside_compilation_unit_complaint)
8903         (read_dbx_symtab, end_psymtab, dbx_psymtab_to_symtab_1)
8904         (dbx_psymtab_to_symtab, read_ofile_symtab, process_one_symbol)
8905         (stabsect_build_psymtabs): Fix indentation.
8906
8907 2008-01-15  Michael Snyder  <msnyder@specifix.com>
8908
8909         * corelow.c (core_xfer_partial): Comment, cut/paste error.
8910
8911 2008-01-14  Pierre Muller  <muller@ics.u-strasbg.fr>
8912
8913         * win32-nat.c (win32_create_inferior): Restore code calling
8914         CloseHandle on ProcessInformation structure.
8915
8916 2008-01-13  Nick Hudson  <nick.hudson@dsl.pipex.com>
8917
8918         * configure.ac: Check for void * as 3 argument of ptrace.
8919         * configure: regenerate.
8920
8921 2008-01-11  Markus Deuling  <deuling@de.ibm.com>
8922
8923         * alpha-tdep.c (alpha_heuristic_proc_start)
8924         (alpha_sigtramp_register_address): Add gdbarch as parameter. Replace
8925         current_gdbarch by gdbarch.
8926
8927         (alpha_heuristic_frame_unwind_cache): Use get_frame_arch to get at the
8928         current architecture by frame_info. Update alpha_heuristic_proc_start
8929         call.
8930
8931         (alpha_sigtramp_frame_this_id, alpha_sigtramp_frame_prev_register): Use
8932         get_frame_arch to get at the current architecture by frame_info. Update
8933         alpha_sigtramp_register_address call.
8934
8935         * arm-tdep.c (thumb_scan_prologue): Add gdbarch as parameter and replace
8936         current_gdbarch by gdbarch. Update caller.
8937         (convert_to_extended, convert_from_extended): Add endianess parameter
8938         for comparison. Update caller.
8939         (arm_extract_return_value, arm_store_return_value): Use
8940         get_regcache_arch to get at the current architecture.
8941
8942         * cris-tdep.c (cris_register_size): Add gdbarch as parameter. Replace
8943         current_gdbarch by gdbarch. Update caller.
8944         (cris_gdb_func, move_to_preg_op, none_reg_mode_move_from_preg_op): Add
8945         gdbarch as parameter. Update caller. Replace current_gdbarch by gdbarch.
8946
8947         * h8300-tdep.c (E_PSEUDO_CCR_REGNUM, E_PSEUDO_EXR_REGNUM, BINWORD): Add
8948         gdbarch as parameter. Update caller.
8949         (h8300_init_frame_cache): Add gdbarch as parameter. Replace
8950         current_gdbarch by gdbarch. Update caller.
8951
8952         * hppa-tdep.c (skip_prologue_hard_way): Add gdbarch as parameter and
8953         update caller. Replace current_gdbarch by gdbarch.
8954
8955         * m32c-tdep.c (m32c_skip_trampoline_code): Use get_frame_arch to get at
8956         the current architecture. Replace current_gdbarch by gdbarch.
8957         * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
8958         (STACK_CORRECTION, USE_PAGE_REGISTER): Replace M6811_TDEP by its
8959         expression. Add gdbarch as parameter and replace current_gdbarch with
8960         it. Update caller.
8961         (M6811_TDEP): Remove.
8962         (m68hc11_frame_prev_register): Use get_frame_arch to get at the current
8963         architecture.
8964         (m68hc11_scan_prologue): Add gdbarch as parameter. Replace
8965         current_gdbarch by gdbarch. Update caller.
8966
8967         * m68k-tdep.c (m68k_analyze_prologue): Add gdbarch as parameter and
8968         update caller.
8969         (m68k_analyze_register_saves): Likewise. Also replace current_gdbarch
8970         by gdbarch.
8971
8972         * rs6000-tdep.c (skip_prologue): Add gdbarch as parameter and update
8973         caller. Relace current_gdbarch by gdbarch.
8974         (altivec_register_p, spe_register_p): Likewise.
8975         * ppc-tdep.h (altivec_register_p, spe_register_p): Add gdbarch as
8976         parameter.
8977         * ppc-linux-nat.c (fetch_register, store_register): Update caller of
8978         altivec_register_p and spe_register_p.
8979
8980         * score-tdep.c (score_fetch_inst): Add gdbarch as parameter. Update
8981         caller. Replace current_gdbarch by gdbarch.
8982         (score_analyze_prologue): use get_frame_arch to get at the current
8983         architecture.
8984
8985         * sparc-tdep.h (sparc_analyze_prologue): Add gdbarch as parameter.
8986         * sparc-tdep.c (sparc_analyze_prologue): Likewise. Replace
8987         current_gdbarch by gdbarch. Update caller.
8988         (sparc_frame_cache): Use get_frame_arch to get at the current
8989         architecture.
8990         * sparce64-tdep.c (sparc64_skip_prologue): Update call of
8991         sparc_analyze_prologue.
8992
8993         * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Add gdbarch as
8994         parameter.
8995
8996 2008-01-11  Markus Deuling  <deuling@de.ibm.com>
8997
8998         * exec.c: #include "arch-utils.h"
8999          (print_section_info): Use gdbarch_from_bfd to get at the
9000         current architecture. Replace current_gdbarch. Fix indention. Replace
9001         deprecated_print_address_numeric by paddress.
9002         * Makefile.in (exec.o) Add dependency to arch-utils.h.
9003
9004         * valprint.c (val_print_string): Replace
9005         deprecated_print_address_numeric.
9006         * tracepoint.c (trace_mention, scope_info): Likewise.
9007         * symmisc.c (dump_msymbols, dump_psymtab, dump_symtab_1, print_symbol)
9008         (print_symbol, print_partial_symbols, maintenance_info_psymtabs)
9009         (maintenance_check_symtabs): Likewise.
9010         * symfile.c (list_overlays_command): Likewise.
9011         * stack.c (frame_info, print_block_frame_labels): Likewise.
9012         * printcmd.c (print_address, print_address_demangle)
9013         (address_info): Likewise.
9014         * corefile.c (memory_error): Likewise.
9015         * infcmd.c (jump_command): Likewise.
9016         * breakpoint.c (insert_bp_location, describe_other_breakpoints)
9017         (mention, delete_breakpoint): Likewise.
9018         * c-valprint.c (print_function_pointer_address, c_val_print): Likewise.
9019         * dwarf2read.c (dump_die): Likewise.
9020         * ada-valprint.c (ada_val_print_1): Likewise.
9021         * f-valprint.c (f_val_print): Likewise.
9022         * linux-fork.c (info_forks_command): Likewise.
9023         * m32r-com.c (m32r_load_section, m32r_load)
9024         (m32r_upload_command): Likewise.
9025
9026         * ui-out.c (ui_out_field_core_addr): Remove unnecessary comment.
9027
9028 2008-01-11  Markus Deuling  <deuling@de.ibm.com>
9029
9030         * gdbarch.sh (skip_prologue): Add gdbarch
9031         as parameter.
9032         * gdbarch.{c,h}: Regenerate.
9033
9034         * alpha-tdep.c (alpha_skip_prologue): Add gdbarch as parameter.
9035         * amd64-tdep.c (amd64_skip_prologue): Likewise.
9036         * avr-tdep.c (avr_skip_prologue): Likewise.
9037         * cris-tdep.c (cris_skip_prologue): Likewise.
9038         * frv-tdep.c (frv_skip_prologue): Likewise.
9039         * h8300-tdep.c (h8300_skip_prologue): Likewise.
9040         * hppa-tdep.c (hppa_skip_prologue): Likewise.
9041         * i386-tdep.c (i386_skip_prologue): Likewise.
9042         * ia64-tdep.c (ia64_skip_prologue): Likewise.
9043         * iq2000-tdep.c (iq2000_skip_prologue): Likewise.
9044         * m32r-tdep.c (m32r_skip_prologue): Likewise.
9045         * m68hc11-tdep.c (m68hc11_skip_prologue): Likewise.
9046         * m68k-tdep.c (m68k_skip_prologue): Likewise.
9047         * m88k-tdep.c (m88k_skip_prologue): Likewise.
9048         * mep-tdep.c (mep_skip_prologue): Likewise.
9049         * mips-tdep.c (mips_skip_prologue): Likewise.
9050         * mn10300-tdep.c (mn10300_skip_prologue): Likewise.
9051         * mt-tdep.c (mt_skip_prologue): Likewise.
9052         * rs6000-tdep.c (rs6000_skip_prologue): Likewise.
9053         * score-tdep.c (score_skip_prologue): Likewise.
9054         * sh64-tdep.c (sh64_skip_prologue): Likewise.
9055         * sh-tdep.c (sh_skip_prologue): Likewise.
9056         * sparc64-tdep.c (sparc64_skip_prologue): Likewise.
9057         * sparc-tdep.c (sparc32_skip_prologue): Likewise.
9058         * spu-tdep.c (spu_skip_prologue): Likewise.
9059         * v850-tdep.c (v850_skip_prologue): Likewise.
9060         * vax-tdep.c (vax_skip_prologue): Likewise.
9061         * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
9062         * xtensa-tdep.c (xtensa_skip_prologue): Likewise.
9063
9064         * arm-tdep.c (arm_skip_prologue): Add gdbarch as parameter. Replace
9065         current_gdbarch by gdbarch.
9066         * m32c-tdep.c (m32c_skip_prologue): Likewise.
9067         * s390-tdep.c (s390_skip_prologue): Likewise.
9068
9069 2008-01-10  Doug Evans  <dje@google.com>
9070
9071         * defs.h (struct continuation_arg): Fix typo in comment.
9072         * target.c (target_translate_tls_address): Fix comment spelling error.
9073
9074 2008-01-09  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9075
9076         * doublest.h (DOUBLEST_PRINT_FORMAT): Remove % from string.
9077         (DOUBLEST_SCAN_FORMAT): Likewise.
9078         * dfp.c (decimal_from_floating): Use DOUBLEST_PRINT_FORMAT.
9079         * ada-lex.l (processReal): Prepend "%" to use of DOUBLEST_SCAN_FORMAT.
9080         * c-exp.y (parse_number): Likewise.
9081         * jv-exp.y (parse_number): Likewise.
9082         * objc-exp.y (parse_number): Likewise.
9083         * p-exp.y (parse_number): Likewise.
9084
9085 2008-01-09  Joel Brobecker  <brobecker@adacore.com>
9086
9087         * gdbtypes.c (create_array_type): Add handling of null Ada arrays.
9088         (check_typedef): Likewise.
9089
9090 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
9091
9092         * printcmd.c (printf_command): Add seen_big_h, seen_big_d and
9093         seen_double_big_d, treat the new H, D, and DD modifiers as length
9094         modifiers.
9095
9096 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
9097
9098         * dwarf2read.c (read_enumeration_type): Add comment.
9099
9100 2008-01-08  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9101
9102         * config.in: Regenerate.
9103
9104 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
9105
9106         * ada-lang.c (ada_convert_actual): Renames convert_actual.
9107         Make non-static.
9108         (ada_convert_actuals): Delete.
9109         * ada-lang.h (ada_convert_actual): Add declaration.
9110         (ada_convert_actuals): Remove declaration.
9111         * infcall.c: #include "ada-lang.h".
9112         (value_arg_coerce): Add new parameter sp.  Update function
9113         documetnation.  Add handling of Ada function call parameters.
9114         * Makefile.in (infcall.o): Update dependencies.
9115
9116 2008-01-08  Paul Hilfinger  <hilfinger@adacore.com>
9117
9118         * ada-lang.c (ensure_lval): Fix value lval kind.
9119         (convert_actual): Add handling for arguments passed by reference.
9120
9121 2008-01-08  Doug Evans  <dje@google.com>
9122
9123         * dbxread.c (read_dbx_symtab): Fix indentation.
9124
9125 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9126
9127         * Makefile.in (dfp.o): Depend on expression.h, gdbtypes.h and value.h.
9128         (valarith.o): Depend on dfp.h.
9129         (valops.o): Likewise.
9130         * dfp.c: Include expression.h, gdbtypes.h, value.h and dfp.h.
9131         (set_decnumber_context): New function.
9132         (decimal_check_errors): Likewise.
9133         (decimal_from_number): Likewise.
9134         (decimal_to_number): Likewise.
9135         (decimal_from_string): Use set_decnumber_context and
9136         decimal_check_errors.
9137         (decimal_from_integral): New function.
9138         (decimal_from_floating): Likewise.
9139         (decimal_to_double): Likewise.
9140         (promote_decimal): Likewise.
9141         (decimal_binop): Likewise.
9142         (decimal_is_zero): Likewise.
9143         (decimal_compare): Likewise.
9144         (decimal_convert): Likewise.
9145         * dfp.h (decimal_from_integral): New prototype.
9146         (decimal_from_floating): Likewise.
9147         (decimal_to_double): Likewise.
9148         (decimal_binop): Likewise.
9149         (decimal_is_zero): Likewise.
9150         (decimal_compare): Likewise.
9151         (decimal_convert): Likewise.
9152         * eval.c (evaluate_subexp_standard): Remove expect_type argument from
9153         call to value_from_decfloat.
9154         * valarith.c: Include dfp.h.
9155         (value_args_as_decimal): New function.
9156         (value_binop): Add if block to handle TYPE_CODE_DECFLOAT values.
9157         (value_logical_not): Likewise.
9158         (value_equal): Likewise.
9159         (value_less): Likewise.
9160         (value_pos): Likewise.
9161         (value_neg): Formatting fix.
9162         * valops.c: Include dfp.h.
9163         (value_cast): Add if block to handle TYPE_CODE_DECFLOAT values.
9164         * value.c (unpack_long): Add case to handle TYPE_CODE_DECFLOAT.
9165         (unpack_double): Add if block to handle TYPE_CODE_DECFLOAT.
9166         (value_from_decfloat): Remove expect_type argument.
9167         * value.h (value_from_decfloat): Update prototype.
9168
9169 2008-01-07  Vladimir Prus  <vladimir@codesourcery.com>
9170
9171         Ignore change in name of dynamic linker during
9172         execution on Solaris.  This also unbreaks pending breakpoints.
9173
9174         * solist.h (struct target_so_ops): New field same.
9175         * solib-svr4.c (svr4_same): New.
9176         (_initialize_svr4_solib): Register svr4_same.
9177         * solib.c (update_solib_list): Use ops->same, if available.
9178
9179 2008-01-06  Christopher Faylor  <me+cygwin@cgf.cx>
9180
9181         * win32-nat.c (win32_make_so): Use cygwin-style path to avoid warnings
9182         when using MS-DOS paths.
9183
9184 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
9185
9186         * NEWS: Mention --pid and --core command line behaviour changes.
9187
9188 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
9189
9190         * main.c (captured_main): Remove 'count' varible and the
9191         ALIGN_STACK_ON_ENTRY block that used it.  Error out if --core and
9192         --pid options were issued simultaneously.  If an explicit pid
9193         option was passed, don't fallback to core file.  Detect extra
9194         arguments better in the presence of explicit pid or core
9195         arguments.
9196
9197 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
9198
9199         * ada-lang.c (ada_which_variant_applies): Correctly compute
9200         the value of the discriminant when the variant record is packed.
9201
9202 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
9203
9204         * ada-lang.c (is_name_suffix): Handle middle-name numeric suffixes
9205         that are used to differentiate homonyms.
9206
9207 2008-01-04  Jerome Guitton  <guitton@adacore.com>
9208
9209         * ada-lang.c (decode_packed_array_type): Avoid a seg fault
9210         when the type is an anonymous pointer type.
9211         (ada_check_typedef): Avoid a seg fault when the type is null.
9212         * ada-typeprint.c (print_array_type): Add support for pointer
9213         to packed arrays.
9214
9215 2008-01-04  Paul N. Hilfinger  <hilfinger@adacore.com>
9216
9217         * ada-exp.y: Allow '{type} ADDRESS' notation on left of assignment.
9218
9219 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
9220
9221         * ada-lang.c (ada_evaluate_subexp): Evaluate tagged types in
9222         EVAL_NORMAL mode when noside is EVAL_AVOID_SIDE_EFFECTS.
9223
9224 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
9225
9226         * ada-exp.y (chop_separator): New function.
9227         (write_selectors): Rewrite to re-use chop_separator.
9228         (ada_nget_field_index, get_symbol_field_type): New functions.
9229         (write_var_or_type): Add support for "ptype TYPENAME.FIELD"
9230         expressions.
9231
9232 2008-01-03  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9233
9234         * symtab.c (find_pc_sect_line): Use SYMBOL_VALUE_ADDRESS instead
9235         of SYMBOL_VALUE when working with function symbols.
9236
9237 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
9238
9239         * ada-lang.c (resolve_subexp): Add handling of OP_REGISTER
9240         expressions.  These expressions do not need to be rewriten.
9241
9242 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
9243
9244         * dwarf2read.c (read_enumeration_type): Flag type as stub if
9245         the given die is a declaration.
9246
9247 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
9248
9249         * ada-lang.c (ada_array_bound_from_type): Make non-static.
9250         Handle properly the case when the index type is an enumerated type.
9251         Do not return the subtype of the bounds type, just return the
9252         bounds type directly - this is not needed and is more consistent
9253         with what we do for arrays when no XA parallel type exists.
9254
9255 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
9256
9257         * ada-lang.c (static_unwrap_type): Add forward declaration.
9258         (template_to_static_fixed_type): Fields of dynamic types sometimes
9259         also need to be unwrapped. Take this into account.
9260         (ada_to_fixed_type_1): Renamed from ada_to_fixed_type.
9261         (ada_to_fixed_type): New wrapper around ada_to_fixed_type_1.
9262         * ada-typeprint.c (ada_print_type): Get the typename from
9263         the original type, not the base type.
9264
9265 2008-01-03  Jerome Guitton  <guitton@adacore.com>
9266
9267         * ada-lang.c (ada_value_struct_elt, to_fixed_array_type)
9268         (to_fixed_array_type, ada_to_fixed_value_create, unwrap_value):
9269         Update calls to ada_to_fixed_type.
9270         (ada_template_to_fixed_record_type_1): Ditto, but without looking
9271         for the tag.
9272         (ada_to_fixed_type): Add check_tag parameter; do not look for
9273         tag if null.  When looking for a tag, use a fixed record type.
9274         * ada-lang.h (ada_to_fixed_type): Add check_tag parameter.
9275         * ada-valprint.c (printable_val_type, ada_value_print): Update
9276         calls to ada_to_fixed_type.
9277
9278 2008-01-03  Luis Machado  <luisgpm@br.ibm.com>
9279
9280         * doublest.c (convert_floatformat_to_doublest): Call
9281         floatformat_to_doublest instead of floatformat_to_double and use
9282         DOUBLEST variables.
9283         (convert_doublest_to_floatformat): Call floatformat_from_doublest
9284         instead of floatformat_from_double and use DOUBLEST variables.
9285
9286 2008-01-03  Nick Hudson  <nick.hudson@dsl.pipex.com>
9287
9288         * MAINTAINERS (Write After Approval): Add self.
9289
9290 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
9291
9292         * symfile.c (set_initial_language): Make non-static.
9293         * symfile.h (set_initial_language): Add declaration.
9294         * language.c: #include "symfile.h".
9295         (set_language): Call set_initial_language if the frame language
9296         could not be determined.
9297
9298 2008-01-03  Paul N. Hilfinger  <hilfinger@adacore.com>
9299
9300         * eval.c (evaluate_subexp_for_address): Provide frame address to
9301         locate_var_value only if it will be needed.
9302
9303 2008-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9304
9305         * linux-nat.c (linux_child_follow_fork): Call also CHECK_FOR_THREAD_DB.
9306
9307 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
9308
9309         * ada-lang.c (ada_evaluate_subexp): Modify the value returned
9310         when noside is EVAL_AVOID_SIDE_EFFECTS to be an lval_memory.
9311         This is needed to make sure that any other treatment applied
9312         to the resulting value does not fail for spurious reason,
9313         such as trying to take the address of this value.
9314
9315 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
9316
9317         * ada-lang.c (ada_value_equal): Dereference reference types when
9318         comparing arrays.
9319
9320 2008-01-01  Daniel Jacobowitz  <dan@codesourcery.com>
9321
9322         Updated copyright notices for most files.
9323
9324 2008-01-01  Christopher Faylor  <me+gdb@cgf.cx>
9325
9326         * win32-nat.c (psapi_module_handle): Remove static.
9327         (get_module_name): Rename from psapi_get_dll_name.  Revamp slightly to
9328         return first module found if base_address is zero.  Don't initialize
9329         psapi function pointers here.  Convert to cygwin paths when
9330         appropriate.
9331         (win32_pid_to_exec_file): Use Cygwin's /proc interface to determine
9332         executable name.  Use get_module_name when that fails or when
9333         !__CYGWIN__.
9334         (_initialize_psapi): New function.  Initialize psapi stuff before it is
9335         needed or issue a warning if it is not found.  Move psapi_module_handle
9336         here.
9337
9338 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
9339
9340         * ada-lang.c (ada_remove_trailing_digits): New function.
9341         (ada_remove_po_subprogram_suffix): New function.
9342         (ada_decode): Improve. Move the description of the algorithm
9343         directly inside the code, instead of in the function global
9344         description.
9345
9346 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
9347
9348         * ada-valprint.c (ada_val_print_1) [TYPE_CODE_REF]: Ignore deref_ref
9349         and always print the dereferenced value.
9350
9351 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
9352
9353         * ada-lang.c (ada_evaluate_subexp, case BINOP_SUB): Add handling
9354         of the case where the first argument is a reference.
9355         (ada_evaluate_subexp, case BINOP_ADD): Likewise.
9356
9357 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
9358
9359         Implement support for Ada interface types.
9360
9361         * ada-lang.c (ada_is_dispatch_table_ptr_type): New function.
9362         (ada_is_ignored_field): Ignore fields that are a dispatch table
9363         of a tagged type.
9364
9365 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
9366
9367         * top.c (print_gdb_version): Update copyright year.
9368
9369 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
9370
9371         * ChangeLog-2007: New ChangeLog rotation.
9372         * ChangeLog: Reset for 2008.
9373         * config/djgpp/fnchange.lst: Add entries for ChangeLog-2006 and
9374         ChangeLog-2007.
9375
9376 For older changes see ChangeLog-2007.
9377 \f
9378 Local Variables:
9379 mode: change-log
9380 left-margin: 8
9381 fill-column: 74
9382 version-control: never
9383 coding: utf-8
9384 End: