2008-04-17 Marc Khouzam <marc.khouzam@ericsson.com>
[external/binutils.git] / gdb / ChangeLog
1 2008-04-17  Marc Khouzam  <marc.khouzam@ericsson.com>
2
3         * breakpoint.c (update_watchpoint): Always reparse
4         condition.
5
6 2008-04-17  Joel Brobecker  <brobecker@adacore.com>
7
8         * breakpoint.c (print_one_breakpoint_location): Make sure to print
9         the breakpoint address only once.
10
11 2008-04-17  Dennis Roberts  <dennis.roberts@sunquestinfo.com>
12
13         * rs6000-tdep.c (rs6000_gdbarch_init): Use the BFD architecture,
14         rather than a hard-coded architecture, for xcoff executables.
15
16 2008-04-17  Doug Evans  <dje@google.com>
17
18         * buildsym.c (watch_main_source_file_lossage): New fn.
19         (end_symtab): Call it.
20
21         * source.c (find_and_open_source): Add some comments clarifying
22         handling of FULLNAME argument.  Make static.  Remove pointless
23         xstrdup/xfree.
24
25 2008-04-17  Pedro Alves  <pedro@codesourcery.com>
26
27         * inf-loop.c (inferior_event_handler): Also run the intermediate
28         continuations in the INF_EXEC_COMPLETE case.
29
30 2008-04-16  Tom Tromey  <tromey@redhat.com>
31
32         * cli/cli-decode.h (CMD_ASYNC_OK): New define.
33         (set_cmd_async_ok, get_cmd_async_ok): Declare.
34         * cli/cli-decode.c (set_cmd_async_ok): New function.
35         (get_cmd_async_ok): New function.
36         * cli/cli-cmds.c (init_cli_cmds): Mark "pwd", "help", "info", and
37         "show" as async-ok.
38         * top.c (execute_command): Use get_cmd_async_ok.
39         * infcmd.c: Include cli/cli-decode.h.
40         (_initialize_infcmd): Mark "interrupt" as async-ok.
41         * Makefile.in (infcmd.o): Depend on cli_decode_h.
42
43 2008-04-16  Daniel Jacobowitz  <dan@codesourcery.com>
44
45         PR gdb/2445
46         * exec.c: Correct "arch-utils.h" include.
47
48 2008-04-15  Aleksandar Ristovski <aristovski@qnx.com>
49
50         PR gdb/2424
51         * infrun.c (normal_stop) Move breakpoint_auto_delete further down
52         to allow printing to 'see' real reason of stop. This fixes PR 2424.
53         * breakpoint.c (bpdisp_texst): New function. The function takes over
54         the role of bpstats static array in print_one_breakpoint_location.
55         (print_it_typical): Print "Temporary breakpoint" instead
56         of just "Breakpoint" when breakpoint is, well, temporary. For mi-like
57         protocols, print disp field.
58         (print_one_breakpoint_location): Removed bpdisps static definition.
59         Call new bpstat_text function to get value for 'disp' field.
60         (mention): Print "Temporary breakpoint" instead of just "Breakpoint".
61
62 2008-04-15  Daniel Jacobowitz  <dan@codesourcery.com>
63
64         * gnulib/Makefile.am, gnulib/m4/gnulib-cache.m4,
65         gnulib/aux/link-warning.h, gnulib/extra/link-warning.h: Adjust
66         by rerunning gnulib-tool with --aux-dir=gnulib/extra.
67         * gnulib/Makefile.in: Regenerate.
68
69 2008-04-14  Daniel Jacobowitz  <dan@codesourcery.com>
70
71         * Makefile.in (GNULIB_H): New.  Trigger all-lib.
72         (defs_h): Use $(GNULIB_H).
73         (all-lib): Depend on gnulib/Makefile.
74         (gnulib/Makefile): Regenerate gnulib/Makefile and gnulib/.deps.
75         * config.in, gnulib/Makefile.in: Regenerated.
76
77 2008-04-14  Daniel Jacobowitz  <dan@codesourcery.com>
78
79         * Makefile.in (LIBGNU, INCGNU): Define.
80         (INTERNAL_CFLAGS_BASE): Add INCGNU.
81         (INTERNAL_LIBS, CLIBS, CDEPS): Add LIBGNU.
82         (CLEANDIRS): New.
83         ($(LIBGNU), all-lib): New rules.
84         (clean, distclean, do-maintainer-clean): Use CLEANDIRS.
85         * configure.ac: Use gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE.
86         Simplify AC_CONFIG_AUX_DIR.  Generate gnulib/Makefile.
87         * gnulib: New directory, from gnulib-tool.
88         * configure, aclocal.m4: Regenerated.
89
90 2008-04-14  Daniel Jacobowitz  <dan@codesourcery.com>
91
92         * linux-thread-db.c (have_threads_callback): Check thread->private.
93
94 2008-04-13  Nick Roberts  <nickrob@snap.net.nz>
95             Vladimir Prus  <vladimir@codesourcery.com>
96
97         Fix @-varobjs.
98         * varobj.c (value_of_root): Update the expression for
99         floating varobjs.
100         * mi/mi-cmd-var.c (varobj_update_one): If type has changed,
101         report that.
102
103 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
104
105         * mi/mi-cmd-var.c: Include "mi-getopt.h".
106         (mi_parse_format): New.  Factored out from mi_cmd_var_set_format.
107         (mi_cmd_var_set_format): Use new mi_parse_format.
108         (mi_cmd_var_evaluate_expression): Support for -f option to specify
109         format.
110         * Makefile.in (mi-cmd-var.o): Update dependencies.
111
112         * varobj.h (varobj_get_formatted_value): Declare.
113         * varobj.c (my_value_of_variable): Added format parameter.
114         (cplus_value_of_variable): Likewise.
115         (java_value_of_variable): Likewise.
116         (c_value_of_variable): Likewise.  Evaluate expression based
117         on format parameter.
118         (struct language_specific): Add format parameter to function member
119         *value_of_variable.
120         (varobj_get_formatted_value): New.
121         (varobj_get_value): Added format parameter to method call.
122         
123 2008-04-08  Joel Brobecker  <brobecker@adacore.com>
124
125         * stabsread.c (cleanup_undefined_types_noname): Manually set the
126         instance flags of the undefined type before calling replace_type.
127
128 2008-04-08  Vladimir Prus  <vladimir@codesourcery.com>
129
130         * target.h (enum strata): Remove the download_stratum.
131         
132 2008-04-07  Doug Evans  <dje@google.com>
133
134         * buildsym.h (last_source_file): Add dwarf info to comment.
135         (last_source_start_addr): Ditto.
136
137 2008-04-07  Pedro Alves  <pedro@codesourcery.com>
138
139         * alphanbsd-tdep.c: Include "target.h".
140         * mn10300-tdep.c: Include "target.h".
141         * Makefile.in (alphanbsd-tdep.o, mn10300-tdep.o): Update.
142
143 2008-04-06  Vladimir Prus  <vladimir@codesourcery.com>
144
145         Fix breakpoint condition that use member variables.
146         * valops.c (check_field): Remove.
147         (check_field_in): Rename to check_field.
148         (value_of_this): Use la_name_of_this.
149         * value.h (check_field): Adjust prototype.
150
151         * language.h (la_value_of_this): Rename to la_name_of_this.
152         * language.c (unknown_language_defn): Specify "this" for
153         name_of_this.
154         (auto_language_defn): Likewise.
155         (local_language_defn): Likewise.
156         * ada-lang.c (ada_language_defn): Adjust comment.
157         * c-lang.c (c_language_defn): Adjust comment.
158         (cplus_language_defn): Specify "this" for name_of_this.
159         (asm_language_defn): Adjust comment.
160         (minimal_language_defn): Adjust comment.
161         * f-lang.c (f_language_defn): Specify NULL for name_of_this.
162         * jv-lang.c (java_language_defn): Specify "this" for name_of_this.
163         * m2-lang.c (m2_language_defn): Specify "this" for name_of_this.
164         * objc-lang.c (objc_language_defn): Specify "self" for
165         name_of_this.
166         * p-lang.c (pascal_language_defn): Specify "this" for
167         name_of_this.
168         * scm-lang.c (scm_language_defn): Specify NULL for name_of_this.
169
170         * symtab.c (lookup_symbol_aux): Lookup "this" in the
171         proper scope, and check for field in type of "this", without
172         trying to create a value.
173
174 2008-04-04  Pedro Alves  <pedro@codesourcery.com>
175
176         * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_ERROR.
177         (mi_error_message): Delete declaration.
178         * mi/mi-interp.c (mi_cmd_interpreter_exec): Call error instead of
179         returning MI_CMD_ERROR.
180         * mi/mi-main.c (mi_error_message): Delete.
181         (mi_cmd_exec_interrupt):
182         (mi_cmd_thread_select, mi_cmd_thread_list_ids)
183         (mi_cmd_thread_info): Call error instead of returning
184         MI_CMD_ERROR.
185         (mi_cmd_data_list_register_values): Call error instead of
186         returning MI_CMD_ERROR.  Adapt to new get_register interface.
187         (get_register): Change return typo to void.  Call error instead of
188         returning MI_CMD_ERROR.
189         (mi_cmd_data_write_register_values): Call error instead of
190         returning MI_CMD_ERROR.
191         (mi_cmd_list_features): Return MI_CMD_DONE.
192         (captured_mi_execute_command): Remove MI_CMD_ERROR handling.
193         (mi_execute_command): Always print exceptions with -error.
194
195 2008-04-04  Joel Brobecker  <brobecker@adacore.com>
196
197         * NEWS: Mention new commands set/show multiple-symbols.
198
199 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
200
201         * symtab.c (multiple_symbols_ask, multiple_symbols_all)
202         (multiple_symbols_cancel): New constants.
203         (multiple_symbols_modes, multiple_symbols_mode): New static globals.
204         (multiple_symbols_select_mode): New function.
205         (_initialize_symtab): Add new set/show multiple-symbols commands.
206         * symtab.h (multiple_symbols_ask, multiple_symbols_all)
207         (multiple_symbols_cancel, multiple_symbols_select_mode): Declare.
208         * ada-lang.c (user_select_syms): Add handling of new multiple-symbols
209         setting.
210         * linespec.c (decode_line_2): Likewise.
211
212 2008-04-03  Doug Evans  <dje@sebabeach.org>
213
214         * symtab.h (enum free_code): Delete free_contents, unused.
215         * symmisc.c (free_symtab_block): Delete.
216         (free_symtab, case free_code): Delete.
217
218 2008-04-01  Aleksandar Ristovski <aristovski@qnx.com>
219
220         * valops.c (value_cast_structs): New function. Cast related
221         STRUCT types up/down and return cast value. The body of this 
222         function comes mostly from value_cast_pointers.
223         (value_cast_pointers): Code for actual cast STRUCT-STRUCT moved
224         to value_cast_structs. Now value_cast_pointers needs only create
225         appropriate reference after using value_cast_structs for actual
226         casting.
227         (value_cast): Handle references.
228
229 2008-04-01  Marc Khouzam  <marc.khouzam@ericsson.com>
230
231         * MAINTAINERS: Added myself to section Write After Approval.
232
233 2008-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
234
235         * ia64-tdep.c (examine_prologue): Correct array access.
236
237 2008-03-28  Aleksandar Ristovski <aristovski@qnx.com>
238
239         * cp-support.c (first_component_command): Return if no arguments.
240
241 2008-03-28  Carlos O'Donell  <carlos@codesourcery.com>
242
243         * ser-mingw.c (ser_windows_open): Open requested name.
244
245 2008-03-28  Aleksandar Ristovski  <aristovski@qnx.com>
246
247         * MAINTAINERS: Added myself.
248
249 2008-03-28  Pedro Alves  <pedro@codesourcery.com>
250
251         * target.c (find_default_run_target): Allow a NULL `do_mesg'
252         parameter.  If it is NULL, don't call error.
253         (find_default_can_async_p, find_default_is_async_p): Pass NULL as
254         `do_mesg' parameter to find_default_run_target.  If no target was
255         found, return 0.
256
257 2008-03-28  Daniel Jacobowitz  <dan@codesourcery.com>
258
259         * mips-linux-tdep.c: Update N32/N64 signal frame comments.
260         (N64_SIGCONTEXT_LO, N64_SIGCONTEXT_PC, N64_SIGCONTEXT_FPCSR): Update.
261         (N64_SIGCONTEXT_FIR, N64_SIGCONTEXT_CAUSE, N64_SIGCONTEXT_BADVADDR):
262         Delete.
263         (mips_linux_n32n64_sigframe_init): Do not record cause or badvaddr.
264
265 2008-03-27  Joel Brobecker  <brobecker@adacore.com>
266
267         GDB 6.8 released.
268
269 2008-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
270
271         * features/Makefile (%.dat): Set xmltarget to the base filename
272         of the XML source, without subdirectory.
273         * regformats/rs6000/powerpc-32.dat: Regenerate.
274         * regformats/rs6000/powerpc-64.dat: Regenerate.
275         * regformats/rs6000/powerpc-e500.dat: Regenerate.
276
277 2008-03-27  Markus Deuling  <deuling@de.ibm.com>
278
279         * xcoffread.c (scan_xcoff_symtab): Replace current_gdbarch by
280         objfile arch.
281
282 2008-03-27  Nick Roberts  <nickrob@snap.net.nz>
283
284         * mi/mi-main.c (enum captured_mi_execute_command_actions):
285         Spell suppress in EXECUTE_COMMAND_SUPPRESS_PROMPT correctly.
286
287 2008-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
288
289         * objfiles.h (struct objfile): New GDBARCH member.
290         (get_objfile_arch): Add prototype.
291         * objfiles.c: Include "arch-utils.h".
292         (allocate_objfile): Look up gdbarch associated with bfd.
293         (get_objfile_arch): New function.
294         * Makefile (objfiles.o): Update dependencies.
295
296         * dwarf2-frame.c (decode_frame_entry_1): Replace current_gdbarch
297         by objfile arch.
298         * dwarf2loc.c (dwarf_expr_read_reg): Replace current_gdbarch
299         by frame arch.
300         (locexpr_describe_location): Replace current_gdbarch by
301         objfile arch.
302         * dwarf2read.c (die_type): Replace current_gdbarch by objfile arch.
303         (dwarf2_add_field): Likewise.
304         (read_tag_pointer_type): Likewise.
305         (read_base_type): Likewise.
306         (new_symbol): Likewise.
307
308         * coffread.c (decode_type): Add OBJFILE argument.  Update callers.
309         (decode_base_type, decode_function_type): Likewise.
310         (coff_read_struct_type, coff_read_enum_type): Likewise.
311         (coff_symtab_read): Replace current_gdbarch by objfile arch.
312         (decode_base_type): Likewise.
313         (coff_read_enum_type): Likewise.
314         (coff_read_struct_type): Replace current_objfile by OBJFILE argument.
315         (coff_read_enum_type): Likewise.
316
317         * dbxread.c (read_dbx_symtab): Replace current_gdbarch by objfile arch.
318         (end_psymtab): Likewise.
319         (process_one_symbol): Likewise.
320
321         * mdebugread.c (parse_symbol): Replace current_gdbarch by objfile arch.
322         (parse_procedure): Likewise.
323         (parse_partial_symbols): Likewise.
324
325         * somread.c (som_symtab_read): Replace current_gdbarch by objfile arch.
326
327         * stabsread.c (define_symbol): Replace current_gdbarch by objfile arch.
328         Replace static pcc_promotion_type and pcc_unsigned_promotion_type by
329         built-in types.
330         (read_range_type): Replace current_gdbarch by objfile arch.  Replace
331         static range_index_type by built-in type.
332         (read_one_struct_field): Replace current_gdbarch by objfile arch.
333         (read_enum_type): Likewise.
334
335         * xcoffread.c (read_xcoff_symtab): Replace current_gdbarch by
336         objfile arch.
337
338 2008-03-26  Vladimir Prus  <vladimir@codesourcery.com>
339
340         * varobj.h (varobj_floating_p): Declare.
341         * varobj.c (varobj_floating_p): New.
342         * mi/mi-cmd-var.c (mi_cmd_var_update): When passed
343         '@' as the name, update all floating varobjs.
344
345 2008-03-26  Vladimir Prus  <vladimir@codesourcery.com>
346
347         * varobj.c (struct varobj_root): Rename use_selected_frame to
348         floating, and clarify the meaning.
349         (varobj_create, varobj_update,  new_root_variable): Adjust.
350         (value_of_root): Don't use type_changed as in variable,
351         adjust comment.
352         (c_value_of_root): Adjust.
353
354 2008-03-25  Pedro Alves  <pedro@codesourcery.com>
355
356         * linux-nat.c (linux_nat_attach): Add the pid we attached to, to
357         gdb's thread list.
358         (linux_nat_wait): Add main lwp to gdb's thread list.
359         * linux-thread-db.c (find_new_threads_callback): Also attach to
360         already listed threads which thread_db didn't know about yet.
361
362 2008-03-25  Pedro Alves  <pedro@codesourcery.com>
363
364         * linux-nat.c (drain_queued_events): Fix comment typo.
365         (linux_nat_attach): In async mode, don't rely on storing a pending
366         status.  Instead place the wait status on the pipe.
367         (linux_nat_resume): Remove unreacheable shortcut code in async
368         mode.
369         (stop_wait_callback): In async mode, don't store pending status.
370         Instead, cancel breakpoints or resend the signal appropriatelly.
371         (cancel_breakpoint): New, refactored from
372         cancel_breakpoints_callback.
373         (cancel_breakpoints_callback): Call cancel_breakpoint.
374         (pipe_to_local_event_queue): Remove special token processing.
375         (linux_nat_wait): Issue an internal error if a pending status is
376         found in async mode.
377
378 2008-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
379
380         * inflow.c (gdb_has_a_terminal): Guard access to our_process_group.
381
382 2008-03-24  Nick Roberts  <nickrob@snap.net.nz>
383             Vladimir Prus  <vladimir@codesourcery.com>
384
385         * varobj.c  (struct varobj_root): New component thread_id.
386         (varobj_get_thread_id, check_scope): New functions.
387         (c_value_of_root): Use check_scope.  Switch to the
388         proper thread if necessary.
389
390         * varobj.h (varobj_get_thread_id): New extern.
391
392         * mi/mi-cmd-var.c (print_varobj): Add thread-id field.
393
394 2008-03-23  Daniel Jacobowitz  <dan@codesourcery.com>
395
396         PR gdb/544
397         * top.c: Revert 2008-03-21 changes.
398
399 2008-03-23  Vladimir Prus  <vladimir@codesourcery.com>
400
401         * thread.c (make_cleanup_restore_current_thread): Make it
402         globally visible.
403         * gdbthread.h (make_cleanup_restore_current_thread): Declare.
404         * varobj.c (varobj_update): Don't save/restore frame.
405         (c_value_of_root): Save/restore thread and frame here,
406         using make_cleanup_restore_current_thread.
407         * Makefile.in: Update dependecies.
408
409 2008-03-23  Vladimir Prus  <vladimir@codesourcery.com>
410
411         * varobj.c (struct varobj_root): Clarify
412         comment on the frame field.
413         (varobj_create): Don't set frame if we have no
414         block.
415
416 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
417
418         PR gdb/544
419         Suggested by Jan Kratochvil:
420         * top.c (gdb_rl_operate_and_get_next_completion): Call
421         rl_redisplay_function.
422         (gdb_rl_redisplay): New.
423         (init_main): Set rl_redisplay_function.
424
425 2008-03-21  Thomas Mittelstaedt  <T.Mittelstaedt@cadenas.de>  (tiny change)
426
427         * aix-thread.c (pdc_read_regs): Fix compiler warning.
428         (pdc_write_regs, aix_thread_resume, fetch_regs_kernel_thread)
429         (store_regs_kernel_thread): Likewise.
430
431 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
432
433         Linux native async support.
434
435         * target.h (struct target_ops): Delete to_async_mask_value and add
436         to_async_mask.
437         (target_is_async_p, target_async): Formatting.
438         (target_async_mask_value): Delete.
439         (target_async_mask): Delete function declaration, and add new
440         target macro with the same name.
441
442         * target.c (update_current_target): Replace to_async_mask_value by
443         to_async_mask.  Default to_async_mask to return_one.
444         (target_async_mask): Delete.
445         (find_default_can_async_p, find_default_is_async_p): New.
446         (init_dummy_target): register find_default_can_async_p and
447         find_default_is_async_p on the dummy target.
448
449         * linux-nat.c: Include inf-loop.h, event-loop.h and event-top.h.
450         (debug_linux_nat_async): New global.
451         (show_debug_linux_nat_async): New function.
452         (linux_nat_async_enabled, linux_nat_async_mask_value)
453         (linux_nat_event_pipe, linux_nat_num_queued_events)
454         (linux_nat_async_events_enabled): New globals.
455         (struct waitpid_result): New struct.
456         (waitpid_queue): New global.
457         (queued_waitpid, push_waitpid, drain_queued_events): New.
458         (my_waitpid): Call queued_waitpid.
459         (linux_child_follow_fork): Disable async events during the call.
460         (blocked_mask): Delete.
461         (sync_sigchld_action, async_sigchld_action): New globals.
462         (lin_lwp_attach_lwp): In sync mode, don't reblock SIGCHLD.  In
463         async mode, block events during the call.
464         (linux_nat_create_inferior): New.
465         (linux_nat_attach): In sync mode, restore the mask states.  In
466         async mode, wake the event loop immediatelly.
467         (detach_callback): Drain all queued events of the lwp we're
468         detaching from.
469         (linux_nat_detach): Block async mode, and drain events of the main
470         process.
471         (linux_nat_resume): If in async mode, mask async events during the
472         call.  If short circuiting, force event loop to wake up.  If
473         resuming, set target_executing, and register target events in the
474         event loop.
475         (pipe_to_local_event_queue, local_event_queue_to_pipe): New.
476         (linux_nat_wait): In async mode, block events during the call.
477         Only enable/disable passing SIGINT to the inferior in sync mode.
478         Get events from local waitpid queue.  If no interesting events was
479         found, return to events loop.  Reregister target events in the
480         event loop on exit.  In sync mode, no need to reblock SIGCHLD.
481         (linux_nat_kill): Disable events on entry.
482         (linux_nat_mourn_inferior): In sync mode, don't restore the masks
483         here.  Detach async mode from the event loop if there are no more
484         forks available, otherwise leave it on.
485         (sigchld_handler): Assure this is called only in sync mode.
486         (linux_async_permitted, linux_async_permitted_1): New globals.
487         (set_maintenance_linux_async_permitted)
488         (show_maintenance_linux_async_permitted): New functions.
489         (linux_nat_is_async_p, linux_nat_can_async_p)
490         (linux_nat_async_mask): New.
491         (linux_nat_event_pipe_pop, linux_nat_event_pipe_push): New.
492         (get_pending_events, async_sigchld_handler): New.
493         (linux_nat_async_events): New.
494         (async_terminal_is_ours): New global.
495         (linux_nat_terminal_inferior, linux_nat_terminal_ours): New.
496         (async_client_callback, async_client_context): New.
497         (linux_nat_async_file_handler, linux_nat_async)
498         (linux_nat_disable_async, linux_nat_enable_async): New.
499         (linux_nat_add_target): Register linux_nat_create_inferior,
500         linux_nat_can_async_p, linux_nat_is_async_p, linux_nat_async,
501         linux_nat_async_mask, linux_nat_terminal_inferior and
502         linux_nat_terminal_ours.
503         (_initialize_linux_nat): Remove local action variable, and update
504         code that used it to use sync_sigchld_action.  Add new
505         "lin-lwp-async" debug set/show command.  Put the "lin-lwp" debug
506         set/show command in the maintenance class.  Add new "linux-async"
507         maintenance set/show command.  Block SIGCHLD by default.  Setup
508         async_sichld_action, and sync_sigchld_action.  Install the default
509         async mode.
510         (lin_thread_get_thread_signals): Use a local sigset_t for blocking
511         the cancel signals.
512
513         * linux-thread-db.c (re_check_for_thread_db): New.
514         (clear_lwpid_callback): Handle TARGET_WAITKIND_IGNORE.
515         (thread_db_can_async_p, thread_db_is_async_p, thread_db_async)
516         (thread_db_async_mask): New.
517         (init_thread_db_ops): Register thread_db_can_async_p,
518         thread_db_is_async_p, thread_db_async and thread_db_async_mask.
519
520         * remote.c (remote_async_mask_value): New.
521         (remote_return_zero): New.
522         (init_remote_ops): Register remote_return_zero as callbacks of
523         to_can_async_p and to_is_async_p.
524         (remote_can_async_p, remote_is_async_p, remote_async): Update to
525         use remote_async_mask_value.
526         (remote_async_mask): New.
527         (init_remote_async_ops): Remove to_async_mask_value setting and
528         register remote_async_mask as to_async_mask callback in
529         remote_async_ops.
530
531         * Makefile.in (linux-nat.o): Update.
532
533 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
534
535         * gdbthread.h (add_thread_with_info): New.
536         * linux-thread-db.c: Add some documentation.
537         (GET_LWP, GET_PID, GET_THREAD, is_lwp, is_thread, BUILD_LWP): Delete.
538         (struct private_thread_info): Remove th_valid and ti_valid.
539         Replace ti with tid.
540         (thread_get_info_callback): Do not add TID to the new ptid.  Do
541         not cache th or ti.
542         (thread_db_map_id2thr, lwp_from_thread): Delete functions.
543         (thread_from_lwp): Assert that the LWP is set.  Do not add TID to the
544         new PTID.
545         (attach_thread): Handle an already-existing thread.  Use
546         add_thread_with_info.  Cache the th and tid.
547         (detach_thread): Verify that private was set.  Remove verbose
548         argument and printing.  Update caller.
549         (thread_db_detach): Do not adjust inferior_ptid.
550         (clear_lwpid_callback, thread_db_resume, thread_db_kill): Delete.
551         (check_event, find_new_threads_callback): Do not add TID to the new PTID.
552         (thread_db_wait): Do not use lwp_from_thread.
553         (thread_db_pid_to_str): Use the cached TID.
554         (thread_db_extra_thread_info): Check that private is set.
555         (same_ptid_callback): Delete.
556         (thread_db_get_thread_local_address): Do not use it or check
557         is_thread.  Check that private is set.  Assume that the thread
558         handle is already cached.
559         (init_thread_db_ops): Remove to_resume and to_kill.
560         * thread.c (add_thread_with_info): New.
561         (add_thread): Use it.
562         * linux-nat.c (find_thread_from_lwp): Delete.
563         (exit_lwp): Do not use it.  Check print_thread_events.  Print before
564         deleting the thread.
565         (GET_PID, GET_LWP, BUILD_LWP, is_lwp): Move to...
566         * linux-nat.h (GET_PID, GET_LWP, BUILD_LWP, is_lwp): ...here.
567         * inf-ttrace.c (inf_ttrace_wait): Use print_thread_events and
568         printf_unfiltered for thread exits.
569         * procfs.c (procfs_wait): Likewise.
570
571 2008-03-21  Chris Demetriou  <cgd@google.com>
572
573         * symtab.c (rbreak_command): Quote symbol name before passing
574         it to break_command.
575
576 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
577
578         * eval.c (evaluate_subexp_for_address): Clarify error message.
579         Use value_must_coerce_to_target.
580         * infcall.c (value_arg_coerce): Call value_coerce_to_target.
581         * valops.c (value_assign): Call value_coerce_to_target when
582         assigning to anything but internalvars.  Leave GDB-side arrays
583         as arrays when assigning to internalvars.
584         (value_must_coerce_to_target, value_coerce_to_target): New.
585         (value_coerce_array, value_addr): Call value_coerce_to_target.
586         (value_array): Create the array in GDB's memory instead of
587         the inferior's.
588         * value.h (value_must_coerce_to_target, value_coerce_to_target):
589         Declare.
590
591 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
592
593         * top.c (quit_confirm): Warn that we will kill the program.
594
595 2008-03-19  Pedro Alves  <pedro@codesourcery.com>
596
597         * inflow.c (terminal_ours_1): Guard access to
598         inferior_process_group with #ifdef PROCESS_GROUP_TYPE.
599
600 2008-03-18  Ulrich Weigand  <uweigand@de.ibm.com>
601             Jim Blandy  <jimb@codesourcery.com>
602             Daniel Jacobowitz  <drow@false.org>
603
604         * dwarf2expr.h (struct dwarf_expr_context): Add ADDR_SIZE member.
605         (dwarf2_read_address): Update prototype.
606
607         * dwarf2expr.c (unsigned_address_type): Add ADDR_SIZE parameter.
608         (signed_address_type): Likewise.
609         (dwarf2_read_address): Replace BYTES_READ parameter with ADDR_SIZE.
610         (execute_stack_op): Update calls to unsigned_address_type,
611         signed_address_type and dwarf2_read_address.  Fix implementation
612         of DW_OP_deref_size.
613
614         * dwarf2loc.h (dwarf2_per_cu_objfile): Add prototype.
615         (dwarf2_per_cu_addr_size): Likewise.
616         (struct dwarf2_locexpr_baton): Replace OBJFILE with PER_CU.
617         (struct dwarf2_loclist_baton): Likewise.
618
619         * dwarf2loc.c (find_location_expression): Update calls to
620         dwarf2_read_address.  Use dwarf2_per_cu_objfile and
621         dwarf2_per_cu_addr_size to retrieve PER_CU parameters.
622         (locexpr_describe_location): Likewise.
623         (dwarf2_evaluate_loc_desc): Replace OBJFILE with PER_CU parameter.
624         Set ctx->addr_size to dwarf2_per_cu_addr_size (per_cu).
625         (dwarf2_loc_desc_needs_frame): Add PER_CU parameter.  Set ctx->addr_size
626         to dwarf2_per_cu_addr_size (per_cu).
627         (locexpr_read_variable): Update dwarf2_evaluate_loc_desc call.
628         (loclist_read_variable): Likewise.
629         (locexpr_read_needs_frame): Update dwarf2_loc_desc_needs_frame call.
630
631         * dwarf2read.c (dwarf2_symbol_mark_computed): Set baton->per_cu
632         instead of baton->objfile.
633         (dwarf2_per_cu_obfile): New function.
634         (dwarf2_per_cu_addr_size): Likewise.
635
636         * dwarf2-frame.c (struct comp_unit): Move higher.
637         (struct dwarf2_cie): Add UNIT and ADDR_SIZE members.
638         (execute_stack_op): Add ADDR_SIZE parameter; set ctx->addr_size.
639         (execute_cfa_program): Add FDE parameter.  Replace EH_FRAME_P
640         parameter by using fde->eh_frame_p.  Use read_encoded_value
641         to implement DW_CFA_set_loc.
642         (struct dwarf2_frame_cache): Add ADDR_SIZE member.
643         (dwarf2_frame_cache): Set cache->addr_size.  Update calls to
644         execute_stack_op and execute_cfa_program.
645         (dwarf2_frame_prev_register): Update calls to execute_stack_op.
646         (size_of_encoded_value): Remove.
647         (read_encoded_value): Add PTR_LEN and FUNC_BASE parameters.
648         Remove call to size_of_encoded_value.  Implement DW_EH_PE_funcrel.
649         (add_cie): Set cie->unit backlink.
650         (decode_frame_entry_1): Set cie->addr_size.  Update calls to
651         read_encoded_value.
652         (dwarf2_build_frame_info): Allocate UNIT on objfile obstack.
653
654 2008-03-17  Markus Deuling  <deuling@de.ibm.com>
655
656         * i386-tdep.c (i386_print_insn): Remove unnecessary call to
657         gdbarch_bfd_arch_info.
658
659 2008-03-17  Joel Brobecker  <brobecker@adacore.com>
660
661         * aix-thread.c (pdc_read_regs): Minor reformatting.
662
663 2008-03-17  Vladimir Prus  <vladimir@codesourcery.com>
664
665         * thread.c (print_thread_info): Don't insist
666         on having current thread if there are no
667         threads at all.
668
669 2008-03-17  Pedro Alves  <pedro@codesourcery.com>
670
671         * infcmd.c (attach_command_post_wait)
672         (attach_command_continuation): New.
673         (attach_command): Support background async execution, and async
674         execution in synchronous mode.
675
676 2008-03-17  Daniel Jacobowitz  <dan@codesourcery.com>
677
678         * stack.c (print_stack_frame, print_frame): Use RETURN_MASK_ERROR.
679         * symmisc.c (dump_symtab_1): Likewise.
680         * wrapper.c (gdb_value_struct_elt): Likewise.
681
682 2008-03-17  Pedro Alves  <pedro@codesourcery.com>
683
684         * linux-nat.c (linux_nat_filter_event): Fix comment typo.
685
686 2008-03-17  Pedro Alves  <pedro@codesourcery.com>
687
688         * linux-nat.c (linux_nat_filter_event): New, refactored from
689         linux_nat_wait.
690         (linux_nat_wait): Call linux_nat_filter_event.
691
692 2008-03-17  Ulrich Weigand  <uweigand@de.ibm.com>
693
694         * top.c (execute_command): Fix uninitialized variable error.
695
696 2008-03-16  Nick Hudson  <nick.hudson@dsl.pipex.com>
697
698         * Makefile.in (amd64nbsd-nat.o): New dependency.
699         * amd64nbsd-nat.c: Include "nbsd-nat.h".
700         (_initialize_amd64nbsd_nat): Update target vector to use
701         nbsd_pid_to_exec_file.
702         * config/i386/nbsd64.mh (NATDEPFILES): Add nbsd-nat.o.
703
704 2008-03-15  Vladimir Prus  <vladimir@codesourcery.com>
705
706         Remove ignoring leading exec events code.
707         * fork-child.c (startup_inferior): Do not set
708         inferior_ignoring_leading_exec_events.
709         * inf-child.c (inf_child_reported_exec_events_per_exec_call): Remove.
710         (inf_child_target): Do not set to_reported_exec_events_per_exec_call.
711         * infrun.c (inferior_ignoring_leading_exec_events): Remove.
712         (handle_inferior_event): Remove code for ignoring leading exec
713         events.
714         * target.c (update_current_target): Do not inherit, or default,
715         to_reported_exec_events_per_exec_call.
716         (debug_to_reported_exec_events_per_exec_call): Remove.
717         (setup_target_debug): Do not set to_reported_exec_events_per_exec_call.
718         * target.h (target_reported_exec_events_per_exec_call): Remove.
719         (struct target): Remove the to_reported_exec_events_per_exec_call
720         field.
721
722 2008-03-15  Vladimir Prus  <vladimir@codesourcery.com>
723
724         Implement -thread-info.
725         * gdbthread.h (print_thread_info): Declare.
726
727         * thread.c (print_thread_info): New, extracted
728         from info_threads_command and adjusted to
729         work for CLI and MI.
730         (info_threads_command): Use print_thread_info.
731         * Makefile.in: Update dependencies.
732
733         * mi/mi-cmds.c (mi_cmds): Specify a handler
734         for -thread-info.
735         * mi/mi-cmds.h (mi_cmd_thread_info): Declare.
736         * mi/mi-main.c (mi_cmd_thread_info): New.
737         (mi_cmd_list_features): Include 'thread-info'.
738
739 2008-03-14  Kevin Buettner  <kevinb@redhat.com>
740
741         * mips-tdep.c (mips32_scan_prologue): Use the ABI register size
742         to decide whether to match instruction patterns using "sw" and "sd".
743
744 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
745
746         * infcmd.c (jump_command): Postpone disabling stdin until after
747         the possible query.
748
749 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
750
751         * inflow.c (gdb_getpgrp): New.
752         (gdb_has_a_terminal): Use get_getpgrp.
753         (terminal_ours_1): If attach_flag is set, don't refetch
754         inferior_process_group.
755
756 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
757
758         * features/library-list.dtd: Allow "section" elements as children
759         of "library".  Add "section" element and describe its attributes.
760
761         * solib-target.c (struct lm_info): Add section_bases member.
762         (library_list_start_segment): Error out if seen a section element.
763         (library_list_start_section): New.
764         (library_list_end_library): New.
765         (solib_target_free_library_list): Free section_bases.
766         (section_attributes): New.
767         (library_children): Make "segment" optional.  Add "section" child.
768         (library_list_children): Register library_list_end_library.
769         (solib_target_relocate_section_addresses): Handle section bases.
770
771         * NEWS: Mention new qXfer:libraries:read section offsets support.
772
773 2008-03-14  Vladimir Prus  <vladimir@codesourcery.com>
774
775         * defs.h (do_exec_error_cleanups, discard_exec_error_cleanups)
776         (make_exec_error_cleanup): Remove declarations.
777         * utils.c (exec_error_cleanup_chain): Remove.
778         (do_exec_error_cleanups, discard_exec_error_cleanups)
779         (make_exec_error_cleanup): Remove.
780         * event-loop.c (start_event_loop): Adjust call to
781         async_enable_stdin.
782         * event-top.c (async_enable_stdin): Remove the paramater dummy.
783         (async_disable_stdin): Don't register async_enable_stdin via
784         cleanup.
785         * inf-loop.c (inferior_event_handler): Don't
786         call do_exec_error_cleanups.  Call async_enable_stdin instead.
787         * event-loop.c (start_event_loop): Adjust call to
788         async_enable_stdin.
789         * tui/tui-interp.c (tui_command_loop): Adjust call to
790         async_enable_stdin.
791
792 2008-03-14  Vladimir Prus  <vladimir@codesourcery.com>
793
794         Async mode fixes.
795         * Makefile.in (infcmd.o, inf-loop.o): Update dependencies.
796         * breakpoint.c (bpstat_do_actions): In async mode,
797         don't jump to top expecting stop_bpstat to be already
798         updated.
799         * event-loop.c (start_event_loop): Call async_enable_stdin
800         on exception.
801         * event-top.c (async_enable_stdin): Do nothing if sync_execution
802         is not set.
803         (command_handler): Do not setup continuation here.
804         (command_line_handler_continuation): Move to...
805         * top.c (command_line_handler_continuation): ... here.
806         (execute_command): In async mode, register continuation.
807         Don't check frame's language in running in async mode.
808         * exceptions.c (throw_exception): Don't do exec_error_cleanups.
809         * inf-loop.c (complete_execution): Inline into...
810         (inferior_event_handler): ... here.  Clear target_executing before
811         doing any cleanups.  Don't try to show prompt if the target was
812         resumed.
813         * infcmd.c (signal_command): Add support for async mode.
814         (finish_command): Only add continuation if the target was
815         successfully resumed.
816         * remote.c (init_async_opts): Register to_get_thread_local_address
817         handler.
818         * mi/mi-interp.c (mi_cmd_interpreter_exec): Don't mess
819         with sync_execution.
820         * tui/tui-interp.c (tui_command_loop): Call async_enable_stdin
821         on exception.
822
823 2008-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
824
825         * corefile.c (reopen_exec_file): Use exec_bfd_mtime.
826         * exec.c (exec_bfd_mtime): Define.
827         (exec_close): Clear it.
828         (exec_file_attach): Set it.
829         * gdbcore.h (exec_bfd_mtime): Declare.
830         * source.c (find_source_lines): Do not use bfd_get_mtime.
831
832 2008-03-14  Vladimir Prus  <vladimir@codesourcery.com>
833
834         * top.c (simplified_command_loop): Remove.
835
836 2008-03-14  Vladimir Prus  <vladimir@codesourcery.com>
837
838         Remove unused remote.c hooks.
839         * remote.c (deprecated_target_resume_hook)
840         (deprecated_target_wait_loop_hook): Remove.
841         (remote_resume): Do not call deprecated_target_resume_hook.
842         (remote_wait): Do not call deprecated_target_wait_loop_hook.
843         (remote_async_wait): Likewise.
844
845 2008-03-14  Vladimir Prus  <vladimir@codesourcery.com>
846
847         Implement MI notification for new threads.
848         * doc/observer.texi (new_thread): Document.
849         * observer.sh: Forward declare struct thread_info.
850         * thread.c (add_thread): Notify observer.
851
852         * interps.h (interp_init_ftype): New parameter
853         top_level.
854         (interp_set): Likewise.
855         (top_level_interpreter_data): Declare.
856         * interps.c (interp_set): New parameter top_level.
857         Pass it to interpreter's init function.  Remember
858         top level interpreter.
859         (interpreter_exec_cmd): Adjust.
860         (top_level_interpreter_data): New.
861         * main.c (captured_main): Pass 1 for top_level
862         parameter of interp_set.
863         * cli/cli-interp.c (cli_interpreter_init): New
864         parameter top_level.
865         * tui/tui-interp.c (tui_init): New parameter top_level.
866
867         * mi/mi-interp.c (mi_new_thread): New.
868         (mi_interpreter_init): If top level, register
869         observer for new threads.
870
871         * Makefile.in (mi-interp.o, thread.o): Update dependencies.
872
873 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
874
875         * top.c (execute_command): Disable break and stop
876         commands in async mode.
877
878 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
879
880         revert:
881         2008-03-14  Pedro Alves  <pedro@codesourcery.com>
882         * inf-loop.c (inferior_event_handler): Don't include remote.h.
883         Call target_stop in the INF_QUIT_REQ case.
884         * Makefile.in (inf-loop.o): Update.
885
886 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
887
888         * inf-loop.c (inferior_event_handler): Don't include remote.h.
889         Call target_stop in the INF_QUIT_REQ case.
890         * Makefile.in (inf-loop.o): Update.
891
892 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
893
894         * top.c (execute_command): Enable break, info and interrupt
895         commands in async mode.
896
897 2008-03-13  Vladimir Prus  <vladimir@codesourcery.com>
898             Daniel Jacobowitz  <dan@codesourcery.com>
899
900         * breakpoint.h (breakpoint_restore_shadows): New
901         declaration.
902         * breakpoint.c (breakpoint_restore_shadows): New.
903         (read_memory_nobpt): Delete.
904         * gdbcore.h (read_memory_nobpt): Delete declaration.
905         * target.c (memory_xfer_partial): Call
906         breakpoint_restore_shadows.
907         (restore_show_memory_breakpoints)
908         (make_show_memory_beakpoints_cleanup): New.
909         (show_memory_breakpoints): New.
910         * target.h (make_show_memory_beakpoints_cleanup): Declare.
911         * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint):
912         Make sure we see memory breakpoints when checking if
913         breakpoint is still there.
914         * alpha-tdep.c, alphanbsd-tdep.c, frame.c, frv-tdep.c,
915         hppa-linux-tdep.c, hppa-tdep.c, i386-linux-nat.c, i386-tdep.c,
916         m68klinux-tdep.c, mips-tdep.c, mn10300-tdep.c, s390-tdep.c,
917         sparc-tdep.c: Use target_read_memory instead of read_memory_nobpt.
918
919 2008-03-12  Pedro Alves  <pedro@codesourcery.com>
920
921         * thread.c (add_thread): Use printf_unfiltered to print.
922
923 2008-03-12  Joel Brobecker  <brobecker@gnat.com>
924
925         * sol-thread.c: Replace use of TM_I386SOL2_H by an expression
926         that is true only on x86-solaris and x86_64-solaris.
927         * procfs.c: Likewise. Move procfs_find_LDT_entry up together
928         with proc_get_LDT_entry.
929
930 2008-03-12  Thiago Jung Bauermann  <bauerman@br.ibm.com>
931
932         * configure.ac (AC_CHECK_FUNCS): Add check for setsid.
933         * config.in, configure: Regenerate.
934         * fork-child.c (fork_inferior): Call create_tty_session.
935         * inflow.c (new_tty): Set controlling terminal with TIOCSCTTY.
936         (create_tty_session): New function.
937         * terminal.h: Declare create_tty_session.
938
939 2008-03-12  Alan Modra  <amodra@bigpond.net.au>
940
941         PR 5900
942         * elfread.c (elf_symtab_read): Make shndx an unsigned int.
943         * mipsread.c: Include elf/internal.h.
944         (read_alphacoff_dynamic_symtab): Map external reserved sym_shndx
945         to internal range.
946
947 2008-03-11  Markus Deuling  <deuling@de.ibm.com>
948
949         * win32-nat.c (do_win32_fetch_inferior_registers): Use get_regcache_arch
950         to get at the current architecture and at the target specific vector.
951         Add target specific vector to I387_FISEG_REGNUM and I387_FOP_REGNUM and
952         remove define of I387_ST0_REGNUM.
953
954         * amd64-tdep.c (I387_ST0_REGNUM): Remove define.
955
956         (amd64_supply_fxsave, amd64_collect_fxsave): Use get_regcache_arch to
957         get at the current architecture
958         (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Add target specific vector as
959         parameter.
960
961         * i386-tdep.c: Remove various define's and undef's of I387_ST0_REGNUM,
962         I387_NUM_XMM_REGS and I387_MM0_REGNUM.
963
964         (I387_NUM_XMM_REGS, I387_XMM0_REGNUM, I387_MXCSR_REGNUM,
965         I387_ST0_REGNUM, I387_FCTRL_REGNUM, I387_MM0_REGNUM,
966         (I387_FSTAT_REGNUM): Add target specific vector as parameter.
967
968         (i386_register_name, i386_dbx_reg_to_regnum): Use gdbarch_tdep to get
969         at the target specific vector.
970
971         (i386_get_longjmp_target): Use get_frame_arch to get at the current
972         architecture. Use gdbarch_tdep to get at the target specific vector.
973
974         (i386_fp_regnum_p, i386_fpc_regnum_p): Add gdbarch as parameter and
975         update caller. Use gdbarch_tdep to get at the target specific vector.
976
977         (i386_register_to_value: Use get_frame_arch to get at the current
978         architecture.
979
980         * i386-tdep.h (i386_fp_regnum_p, i386_fpc_regnum_p): Add gdbarch as
981         parameter.
982
983         * i387-tdep.c (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM, I387_FTAG_REGNUM,
984         I387_FISEG_REGNUM, I387_FIOFF_REGNUM, I387_FOSEG_REGNUM
985         I387_FOOFF_REGNUM, I387_FOP_REGNUM, I387_ST0_REGNUM, FSAVE_ADDR,
986         FXSAVE_ADDR, I387_XMM0_REGNUM): Add target specific vector as parameter.
987
988         (I387_ST0_REGNUM, I387_NUM_XMM_REGS): Remove various define's and
989         undef's.
990
991         (i387_convert_register_p, i387_register_to_value,
992         i387_value_to_register): Update call for i386_fp_regnum_p.
993
994         * i387-tdep.h: Remove comment.
995         (I387_ST0_REGNUM, I387_NUM_XMM_REGS, I387_MM0_REGNUM): Add define.
996         (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM, I387_FTAG_REGNUM,
997         I387_FISEG_REGNUM, I387_FIOFF_REGNUM, I387_FOSEG_REGNUM,
998         I387_FOOFF_REGNUM, I387_FOP_REGNUM, I387_XMM0_REGNUM,
999         I387_MXCSR_REGNUM): Add target specific vector as parameter.
1000
1001 2008-03-10  Daniel Jacobowitz  <dan@codesourcery.com>
1002
1003         * Makefile.in (fork-child.o): Update.
1004         * NEWS: Document "set exec-wrapper" and the gdbserver --wrapper
1005         argument.  Gather all gdbserver features together.
1006         * fork-child.c (exec_wrapper): New variable.
1007         (fork_inferior): Use it.
1008         (startup_inferior): Skip an extra trap if using "set exec-wrapper".
1009         (unset_exec_wrapper_command, _initialize_fork_child): New.
1010
1011 2008-03-10  Hidetaka Takano  <hidetaka.takano@glb.toshiba.co.jp>
1012
1013         * source.c (directory_command): Modify the determination of
1014         condition of terminal "from_tty".
1015
1016 2008-03-10  Matt Rice  <ratmice@gmail.com>
1017
1018         * dwarf2read.c (set_cu_language): Add DW_LANG_ObjC.
1019
1020 2008-03-10  Hidetaka Takano  <hidetaka.takano@glb.toshiba.co.jp>
1021
1022         * spu-tdep.c (info_spu_event_command): Insert a '\0' to the end
1023         of the data passing to strtoulst function.
1024         (info_spu_signal_command): Likewise.
1025
1026 2008-03-08  Vladimir Prus  <vladimir@codesourcery.com>
1027
1028         * mi/mi-interp.c (mi_command_loop): Remove
1029         commented-out code.
1030         
1031 2008-03-07  Joel Brobecker  <brobecker@adacore.com>
1032
1033         * remote.c (extended_remote_attach_1): Make local variable pid an int
1034         instead of a pid_t.
1035
1036 2008-03-07  Joel Brobecker  <brobecker@adacore.com>
1037
1038         * solib-svr4.c (svr4_same_1): New function, originally extracted
1039         from svr4_same and expanded to handle the sparc64 case.
1040         (svr4_same): Move up and reimplement using svr4_same_1.
1041         (enable_break): Use svr4_same_1 to do shared library name comparisons.
1042
1043 2008-03-07  Ramana Radhakrishnan  <ramana.r@gmail.com>
1044
1045         * MAINTAINERS: Move self to Paper trail.
1046
1047 2008-03-05  Daniel Jacobowitz  <dan@codesourcery.com>
1048
1049         * Makefile.in (mingw-hdep.o, posix-hdep.o, remote-fileio.o): Update.
1050         * event-loop.c (call_async_signal_handler): New.
1051         * event-loop.h (call_async_signal_handler)
1052         (gdb_call_async_signal_handler): Declare.
1053         (mark_async_signal_handler): Add comments.
1054         * event-top.c (handle_sigint): Use gdb_call_async_signal_handler.
1055         * mingw-hdep.c (sigint_event, sigint_handler): New.
1056         (gdb_select): Use them.  Wait for the readline signal handler
1057         to finish.
1058         (gdb_call_async_signal_handler, _initialize_mingw_hdep): New functions.
1059         * posix-hdep.c (gdb_call_async_signal_handler): New function.
1060         * remote-fileio.c (sigint_fileio_token, async_remote_fileio_interrupt):
1061         New.
1062         (remote_fileio_ctrl_c_signal_handler): Use
1063         gdb_call_async_signal_handler.
1064         (initialize_remote_fileio): Initialize sigint_fileio_token.
1065         * remote.c (initialize_sigint_signal_handler, handle_remote_sigint): Do
1066         not initialize tokens here.
1067         (handle_remote_sigint_twice): Likewise.  Reinstall
1068         handle_remote_sigint.
1069         (async_remote_interrupt_twice): Just call interrupt_query.
1070         (cleanup_sigint_signal_handler): Do not delete tokens.
1071         (remote_interrupt, remote_interrupt_twice): Use
1072         gdb_call_async_signal_handler.
1073         (interrupt_query): Reinstall the default signal handler.
1074         (_initialize_remote): Initialize tokens here.
1075
1076 2008-03-04  Joel Brobecker  <brobecker@adacore.com>
1077
1078         * features/rs6000/power-core.xml, features/rs6000/power64-core.xml,
1079         features/rs6000/powerpc-601.xml, features/rs6000/rs6000.xml:
1080         Change the type of the lr register to code_ptr.
1081         * features/rs6000/powerpc-32.c, features/rs6000/powerpc-403.c,
1082         features/rs6000/powerpc-403gc.c, features/rs6000/powerpc-505.c,
1083         features/rs6000/powerpc-601.c, features/rs6000/powerpc-602.c,
1084         features/rs6000/powerpc-603.c, features/rs6000/powerpc-604.c,
1085         features/rs6000/powerpc-64.c, features/rs6000/powerpc-7400.c,
1086         features/rs6000/powerpc-750.c, features/rs6000/powerpc-860.c,
1087         features/rs6000/powerpc-e500.c, features/rs6000/rs6000.c: Regenerate.
1088
1089 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
1090
1091         * MAINTAINERS: Update my email address.
1092
1093 2008-03-03  Keith Seitz  <keiths@redhat.com>
1094
1095         From Dave Murphy  <davem@devkitpro.org>:
1096         * configure.ac: Set tcl configdir to win under mingw.
1097         * configure: Regenerate.
1098
1099 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
1100
1101         * breakpoint.c (fetch_watchpoint_value): New function.
1102         (update_watchpoint): Set and clear val_valid.  Use
1103         fetch_watchpoint_value.  Handle unreadable values on the
1104         value chain.  Correct check for user-requested array watchpoints.
1105         (breakpoint_init_inferior): Clear val_valid.
1106         (watchpoint_value_print): New function.
1107         (print_it_typical): Use it.  Do not free or clear old_val.  Print
1108         watchpoints even if old_val == NULL.
1109         (watchpoint_check): Use fetch_watchpoint_value.  Check for values
1110         becoming readable or unreadable.
1111         (watch_command_1): Use fetch_watchpoint_value.  Set val_valid.
1112         (do_enable_watchpoint): Likewise.
1113         * breakpoint.h (struct breakpoint): Update comment for val.  Add
1114         val_valid.
1115         * NEWS: Mention watchpoints on inaccessible memory.
1116
1117 2007-02-29  Daniel Jacobowitz  <dan@codesourcery.com>
1118
1119         * Makefile.in (i386-nat.o): Update.
1120         * amd64-linux-nat.c (_initialize_amd64_linux_nat): Call
1121         i386_use_watchpoints.
1122         * i386-linux-nat.c (_initialize_i386_linux_nat): Call
1123         i386_use_watchpoints.
1124         * i386-nat.c (i386_stopped_data_address): Take two arguments.
1125         (i386_stopped_by_watchpoint): Update call.
1126         (i386_can_use_hw_breakpoint, i386_use_watchpoints): New.
1127         * config/i386/nm-i386.h: Conditionalize definitions on
1128         ! I386_WATCHPOINTS_IN_TARGET_VECTOR.
1129         (i386_use_watchpoints): Declare.
1130         (i386_stopped_data_address): Update.
1131         * config/i386/nm-linux.h (I386_WATCHPOINTS_IN_TARGET_VECTOR): Define.
1132         * config/i386/nm-linux64.h (I386_WATCHPOINTS_IN_TARGET_VECTOR): Define.
1133
1134 2008-02-29  Joel Brobecker  <brobecker@adacore.com>
1135
1136         GDB 6.8 branch created (branch timestamp: 2008-02-26 10:00 UTC)
1137         * version.in: Bump version to 6.8.50.20080229-cvs.
1138
1139 2008-02-28  Markus Deuling  <deuling@de.ibm.com>
1140
1141         * f-typeprint.c (f_print_type): Handle NULL pointer in VARSTRING
1142         properly.
1143
1144 2008-02-28  Tom Tromey  <tromey@redhat.com>
1145
1146         * infcmd.c (notice_args_read): Print result of get_inferior_args.
1147
1148 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
1149
1150         * infcmd.c (kill_if_already_running): Make static.  Use
1151         target_require_runnable.
1152         * target.c (target_require_runnable): New.
1153         * target.h (target_require_runnable): Declare.
1154
1155 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
1156
1157         * frame.c (reinit_frame_cache): Only annotate if frames were
1158         previously valid.
1159
1160 2008-02-28  Ulrich Weigand  <uweigand@de.ibm.com>
1161
1162         * regformats/reg-ppc.dat: Rename "ps" to "msr".
1163         * regformats/reg-ppc64.dat: Likewise.
1164
1165 2008-02-28  Ulrich Weigand  <uweigand@de.ibm.com>
1166
1167         * features/Makefile (%.dat): Emit xmltarget statement.
1168
1169         * regformats/regdat.sh: Support xmltarget and xmlarch statments.
1170         Generate code to set gdbserver_xmltarget in init_registers_${name}.
1171
1172         * regformats/arm-with-iwmmxt.dat: Regenerate.
1173         * regformats/mips64-linux.dat: Regenerate.
1174         * regformats/mips-linux.dat: Regenerate.
1175         * regformats/rs6000/powerpc-32.dat: Regenerate.
1176         * regformats/rs6000/powerpc-64.dat: Regenerate.
1177         * regformats/rs6000/powerpc-e500.dat: Regenerate.
1178
1179         * regformats/reg-arm.dat: Add xmlarch statement.
1180         * regformats/reg-i386.dat: Likewise.
1181         * regformats/reg-i386-linux.dat: Likewise.
1182         * regformats/reg-x86-64-linux.dat: Likewise.
1183         * regformats/reg-spu.dat: Likewise.
1184
1185 2008-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
1186
1187         * remote.c (remote_wait, remote_async_wait): Stop if we receive
1188         an error.
1189
1190 2008-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
1191
1192         * utils.c (debug_timestamp): New.
1193         (vfprintf_unfiltered): Print timestamps if requested.
1194         (show_debug_timestamp): New.
1195         (initialize_utils): Register "set debug timestamp".
1196         * NEWS: Mention "set debug timestamp".  Add GDB 6.8 section.
1197
1198 2008-02-27  Joel Brobecker  <brobecker@adacore.com>
1199
1200         * breakpoint.c (skip_prologue_sal): New function.
1201         (resolve_sal_pc): Adjust SAL past prologue if the SAL was
1202         computed from a line number.
1203
1204 2008-02-27  Joel Brobecker  <brobecker@adacore.com>
1205
1206         * features/rs6000/power-core.xml, features/rs6000/power64-core.xml
1207         features/rs6000/powerpc-601.xml, features/rs6000/rs6000.xml:
1208         Set PC register type to "code_ptr".
1209         * features/rs6000/powerpc-32.c, features/rs6000/powerpc-403.c,
1210         features/rs6000/powerpc-403gc.c, features/rs6000/powerpc-505.c,
1211         features/rs6000/powerpc-601.c, features/rs6000/powerpc-602.c,
1212         features/rs6000/powerpc-603.c, features/rs6000/powerpc-604.c,
1213         features/rs6000/powerpc-64.c, features/rs6000/powerpc-7400.c,
1214         features/rs6000/powerpc-750.c, features/rs6000/powerpc-860.c,
1215         features/rs6000/powerpc-e500.c, features/rs6000/rs6000.c:
1216         Regenerate.
1217
1218 2008-02-27  Ulrich Weigand  <uweigand@de.ibm.com>
1219
1220         * regformats/regdat.sh: Rename init_registers function in
1221         generated file to init_registers_${name}.
1222
1223         * regformats/reg-crisv32.dat: Set "name" to crisv32.
1224         * regformats/reg-ppc64.dat: Set "name" to ppc64.
1225         * regformats/reg-s390x.dat: Set "name" to s390x.
1226
1227 2008-02-26  Greg Law  <glaw@undo-software.com>
1228
1229         * regcache.c (registers_changed): Call reinit_frame_cache.
1230
1231 2008-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
1232
1233         * configure.tgt (sh-*-linux*): Match sh*.  Add glibc-tdep.o.
1234         * sh-linux-tdep.c (sh_linux_init_abi): Use glibc_skip_solib_resolver
1235         and svr4_fetch_objfile_link_map.
1236         * Makefile.in (sh-linux-tdep.o): Update.
1237
1238 2008-02-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
1239
1240         * amd64-tdep.c (amd64_classify): Add support for decimal float
1241         types.
1242         * i386-tdep.c (i386_return_value): Make 128-bit decimal float
1243         use the struct return convention.
1244
1245 2008-02-26  Nick Roberts  <nickrob@snap.net.nz>
1246
1247         * breakpoint.c (print_one_breakpoint_location): Revert Enb field
1248         to old format.  Discard breakpoint address if shared library is
1249         unloaded.
1250         (breakpoint_1): Adjust formatting of table header accordingly.
1251
1252 2008-02-25  Vladimir Prus  <vladimir@codesourcery.com>
1253
1254        * remote.c (remote_get_threadlist): If the response
1255        is empty, don't try to parse it.
1256
1257 2008-02-23  Vladimir Prus  <vladimir@codesourcery.com>
1258
1259         Unbreak 'target async'.
1260         * serial.c (serial_async): Set the
1261         handler function before enabling async
1262         mode.
1263
1264 2008-02-22  Daniel Jacobowitz  <dan@codesourcery.com>
1265
1266         * solib-svr4.c (enable_break): Convert r_brk to a code address.
1267
1268 2008-02-21  Pedro Alves  <pedro@codesourcery.com>
1269
1270         * remote.c (extended_remote_attach_1): Set attach_flag.
1271         (extended_remote_create_inferior_1): Clear attach_flag.
1272
1273 2008-02-20  Daniel Jacobowitz  <dan@codesourcery.com>
1274
1275         * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Set
1276         r_brk_offset.
1277         (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
1278         * solib-svr4.c (solib_svr4_r_brk): New.
1279         (open_symbol_file_object, svr4_current_sos): Always check the
1280         debug base.
1281         (svr4_fetch_objfile_link_map): Do not set debug_base.
1282         (enable_break): Use r_brk if it is set.
1283         (svr4_ilp32_fetch_link_map_offsets): Set r_brk_offset.
1284         (svr4_lp64_fetch_link_map_offsets): Likewise.
1285         * solib-svr4.h (struct link_map_offsets): Add r_brk_offset.
1286
1287 2008-02-20  Markus Deuling  <deuling@de.ibm.com>
1288             Mark Kettenis  <kettenis@gnu.org>
1289
1290         * alpha-tdep.c (alpha_heuristic_unwind_cache): Replace saved_regs by
1291         trad_frame_saved_reg.
1292         (trad-frame.h): New include. 
1293
1294         (alpha_heuristic_frame_unwind_cache): Use trad_frame_alloc_saved_regs
1295         instead of frame_obstack_zalloc. 
1296         (alpha_heuristic_frame_prev_register): Use trad_frame_get_prev_register.
1297
1298         * Makefile.in (alpha-tdep.o): Add dependency to trad_frame_h. 
1299
1300 2008-02-20  Markus Deuling  <deuling@de.ibm.com>
1301
1302         * rs6000-tdep.c (gdb_print_insn_powerpc): Get the current endianess
1303         from disassemble_info instead of gdbarch_byte_order.
1304
1305         * mips-tdep.c (gdb_print_insn_mips): Likewise.
1306         * arm-tdep.c (gdb_print_insn_arm): Likewise.
1307
1308 2008-02-20  Markus Deuling  <deuling@de.ibm.com>
1309
1310         * gdbarch.sh (memory_insert_breakpoint, memory_remove_breakpoint): Add
1311         gdbarch as parameter.
1312
1313         * gdbarch.{c,h}: Regenerate.
1314
1315         * ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Add gdbarch as
1316         parameter.
1317         * mem-break.c (default_memory_insert_breakpoint)
1318         (default_memory_remove_breakpoint): Likewise.
1319         * target.h (default_memory_remove_breakpoint)
1320         (default_memory_insert_breakpoint): Likewise.
1321
1322         * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Add gdbarch as
1323         parameter. Replace current_gdbarch by gdbarch.
1324         * m32r-tdep.c (m32r_memory_insert_breakpoint)
1325         (m32r_memory_remove_breakpoint): Likewise.
1326
1327 2008-02-19  Daniel Jacobowitz  <dan@codesourcery.com>
1328
1329         * MAINTAINERS: Add Vladimir Prus as MI maintainer.
1330
1331 2008-02-19  Joel Brobecker  <brobecker@adacore.com>
1332
1333         * NEWS: Add entry describing Add support improvements.
1334
1335 2008-02-18  Markus Deuling  <deuling@de.ibm.com>
1336
1337         * m68klinux-nat.c (getfpregs_supplies): Replace gdbarch_fp0_regnum by
1338         M68K_FP0_REGNUM.
1339
1340 2008-02-18  Markus Deuling  <deuling@de.ibm.com>
1341
1342         * sentinel-frame.c (sentinel_frame_prev_register): Do not call
1343         register_offset_hack anymore.
1344
1345         * regcache.{c,h} (register_offset_hack): Remove.
1346
1347 2008-02-18  Markus Deuling  <deuling@de.ibm.com>
1348
1349         * hppa-tdep.h (find_global_pointer): Add gdbarch as parameter.
1350
1351         * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer): Likewise. Replace
1352         current_gdbarch by gdbarch.
1353         (hppa64_hpux_find_global_pointer): Likewise.
1354         * hppa-tdep.c (hppa_find_global_pointer): Likewise.
1355         (hppa32_push_dummy_call, hppa64_push_dummy_call): Update call for
1356         find_global_pointer.
1357
1358         * hppabsd-tdep.c (hppabsd_find_global_pointer): Add gdbarch as
1359         parameter.
1360         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
1361
1362         * hppa-linux-nat.c (hppa_linux_register_addr): Use ARRAY_SIZE instead
1363         of gdbarch_num_regs.
1364
1365         * hppa-hpux-tdep.c (hppa_hpux_sr_for_addr): Add gdbarch as parameter and
1366         replace current_gdbarch by gdbarch.     
1367         (hppa_hpux_push_dummy_code): Update call for hppa_hpux_sr_for_addr.
1368
1369 2008-02-18  Markus Deuling  <deuling@de.ibm.com>
1370
1371         * rs6000-nat.c (exec_one_dummy_insn, regmap): Add gdbarch as parameter
1372         and replace current_gdbarch by gdbarch.
1373
1374         (store_register): Update call for exec_one_dummy_insn.
1375         (fetch_register, store_register): Update call of regmap.
1376
1377         * ppcnbsd-nat.c (getregs_supplies, getfpregs_supplies): Add gdbarch as
1378         parameter and replace current_gdbarch by gdbarch.
1379         
1380         (ppcnbsd_store_inferior_registers): Use get_regcache_arch to get at
1381         the current architecture. Update call for getregs_supplies and
1382         getfpregs_supplies.
1383         (ppcnbsd_fetch_inferior_registers): Likewise.
1384
1385         * ppcobsd-nat.c (getfpregs_supplies): Add gdbarch as parameter and 
1386         replace current_gdbarch by gdbarch.
1387         (ppcobsd_fetch_registers, ppcobsd_store_registers): Use
1388         get_regcache_arch to get at the current architecture. Update call for
1389         getfpregs_supplies.
1390
1391 2008-02-18  Markus Deuling  <deuling@de.ibm.com>
1392
1393         * arch-utils.c (gdbarch_from_bfd): Remove unnecessary {old,new}_gdbarch
1394         variables. 
1395
1396 2008-02-15  Markus Deuling  <deuling@de.ibm.com>
1397
1398         * mips-linux-tdep.c (mips_linux_init_abi): Remove internal error.
1399
1400 2008-02-14  Vladimir Prus  <vladimir@codesourcery.com>
1401
1402         * NEWS: Mention pending breakpints in MI.
1403         
1404 2008-02-14  Markus Deuling  <deuling@de.ibm.com>
1405
1406         * Makefile.in (ALL_TARGET_OBS): Remove dependency to xtensa-linux-nat.o.
1407
1408 2008-02-13  Markus Deuling  <deuling@de.ibm.com>
1409
1410         Add script to build and test GDB using enable-targets=all.
1411
1412         * gdb_buildall.sh: New file.
1413
1414 2008-02-11  Maxim Grigoriev  <maxim2405@gmail.com>
1415
1416         * NEWS (New native configurations): Xtensa GNU/Linux.
1417         (New targets): Xtensa GNU/Linux.
1418         * Makefile.in (ALL_TARGET_OBS): Add xtensa-linux-nat.o and
1419         xtensa-linux-tdep.o
1420         (ALLDEPFILES): Add xtensa-linux-tdep.c and xtensa-linux-nat.c
1421         (xtensa-linux-nat.o, xtensa-linux-tdep.o): New dependencies.
1422         * configure.tgt (xtensa*-*-linux*): New entry.
1423         * xtensa-config.c (xtensa_tdep): New variable.
1424         (xtensa_config_byte_order, xtensa_config_tdep): Removed.
1425         (rmap): Change format based on new macro XTREG.
1426         (XTENSA_CONFIG_INSTANTIATE): Use new macro defined in xtensa-tdep.h.
1427         * xtensa-linux-nat.c: New.
1428         * xtensa-linux-tdep.c: New.
1429         * xtensa-xtregs.c: New.
1430         * xtensa-tdep.h (xtensa_elf_gregset_t): Update.
1431         (XTENSA_ELF_NGREG, XTREG, XTREG_END, XTENSA_GDBARCH_TDEP_INSTANTIATE)
1432         (XCHAL_NUM_CONTEXTS, XCHAL_HAVE_EXCEPTIONS): New macros.
1433         (xtensa_register_t): New field coprocessor.
1434         (XTENSA_REGISTER_FLAGS_PRIVILEGED): Name spelling corrected.
1435         * xtensa-tdep.c (xtensa_config_tdep, xtensa_config_byte_order): Removed.
1436         (xtensa_pseudo_register_read, xtensa_pseudo_register_write):
1437         Update to handle privileged registers.
1438         (xtensa_supply_gregset) Remove exccause and excvaddr registers.
1439         (xtensa_push_dummy_call): Set windowstart register correctly.
1440         (call0_analyze_prologue): Initialize xtensa_default_isa.
1441         (xtensa_derive_tdep): New.
1442         (xtensa_gdbarch_init): Get rid of xtensa_config_byte_order and
1443         xtensa_config_tdep, use XCHAL_HAVE_BE and xtensa_tdep instead.
1444         Call xtensa_derive_tdep().
1445         * config/xtensa/linux.mh: New.
1446         * regformats/reg-xtensa.dat: New.
1447
1448 2008-02-09  Aleksandar Ristovski  <aristovski@qnx.com>  (tiny change)
1449
1450         * corelow.c (core_open): Use IS_ABSOLUTE_PATH.
1451         (filenames.h): New include.
1452         * Makefile.in (corelow.o): Add dependency for filenames.h.
1453
1454 2008-02-08  Doug Evans  <dje@google.com>
1455
1456         * source.c (find_and_open_source): Always rewrite absolute filenames.
1457
1458 2008-02-07  Doug Evans  <dje@google.com>
1459
1460         * breakpoint.c: #include "hashtab.h".
1461         (ambiguous_names_p): New fn.
1462         (update_breakpoint_locations): When restoring bp enable status, don't
1463         compare function names if any functions have same name.
1464         * Makefile.in (breakpoint.o): Add hashtab.h dependency.
1465
1466 2008-02-07  Joel Brobecker  <brobecker@adacore.com>
1467
1468         * ada-lang.c (symbol_completion_add): Make SV parameter a VEC**
1469         instead of just a VEC*. Update use of SV.
1470         (ada_make_symbol_completion_list): Update symbol_completion_add calls.
1471
1472 2007-02-07  Joel Brobecker  <brobecker@adacore.com>
1473
1474         * NEWS: Put all new commands since gdb-6.7 together.
1475
1476 2007-02-07  Joel Brobecker  <brobecker@adacore.com>
1477
1478         * ada-lang.c: #include "vec.h".
1479         (struct string_vector, new_string_vector, string_vector_append):
1480         Delete.
1481         (char_ptr): New typedef.
1482         (DEF_VEC_P (char_ptr)): New VEC type.
1483         (symbol_completion_add): Update profile to take the new VEC type
1484         instead of the old string_vector structure. Update code accordingly.
1485         (ada_make_symbol_completion_list): Use the new VEC type instead of
1486         the old string_vector structure, and update the code accordingly.
1487         * Makefile.in (ada-lang.o): Add dependency on vec.h.
1488
1489 2008-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
1490
1491         * p-exp.y: Set current_type in missing places.
1492         (leftdiv_is_integer): New static variable.
1493         Typecast right operand of BINOP_DIV to long_double if both operands
1494         are integers.
1495
1496 2008-02-06  Maciej W. Rozycki  <macro@mips.com>
1497
1498         * remote-mips.c (set_breakpoint): Rename to...
1499         (mips_set_breakpoint): ... this.
1500         (clear_breakpoint): Rename to...
1501         (mips_clear_breakpoint): ... this.
1502         (common_breakpoint): Rename to...
1503         (mips_common_breakpoint): ... this.
1504         (check_lsi_error): Rename to...
1505         (mips_check_lsi_error): ... this.
1506
1507 2007-02-05  Joel Brobecker  <brobecker@adacore.com>
1508
1509         * language.h (struct language_defn): Add new field
1510         la_make_symbol_completion_list.
1511         * symtab.c (default_make_symbol_completion_list): Renames
1512         make_symbol_completion_list.
1513         (make_symbol_completion_list): New function.
1514         * symtab.h (default_make_symbol_completion_list): Add declaration.
1515         * langauge.c (unknown_language): Set la_make_symbol_completion_list.
1516         (auto_language, local_language): Likewise.
1517         * objc-lang.c (objc_language_defn): Likewise.
1518         * scm-lang.c (scm_language_defn): Likewise.
1519         * m2-lang.c (m2_language_defn): Likewise.
1520         * f-lang.c (f_language_defn): Likewise.
1521         * jv-lang.c (java_language_defn): Likewise.
1522         * p-lang.c (pascal_language_defn): Likewise.
1523         * c-lang.c (c_language_defn, cplus_language_defn, asm_language_defn)
1524         (minimal_language_defn): Likewise.
1525         * ada-lang.c (struct string_vector): New structure.
1526         (new_string_vector, string_vector_append, ada_unqualified_name)
1527         (add_angle_brackets, symbol_completion_match, symbol_completion_add)
1528         (ada_make_symbol_completion_list): New functions.
1529         (ada_language_defn): Set la_make_symbol_completion_list.
1530         * ada-lang.h (ada_make_symbol_completion_list): Remove declaration,
1531         this function is static.
1532
1533 2008-02-05  Kevin Buettner  <kevinb@redhat.com>
1534
1535         * mn10300-tdep.c (mn10300_push_dummy_call): Adjust stack pointer
1536         to account for call site optimizations.
1537
1538 2008-02-05  Andrzej Zaborowski  <balrogg@gmail.com>
1539
1540         * tracepoint.c (read_actions): Handle end-of-text indicator
1541         in action list properly.  (Committed by Jim Blandy)
1542
1543 2008-02-05  Jim Blandy  <jimb@red-bean.com>
1544
1545         * ax-gdb.c (gen_expr): Yield ordinary error if asked to trace a
1546         pseudoregister, not an internal error.
1547         Reported by: Andrzej Zaborowski
1548
1549 2008-02-04  Vladimir Prus  <vladimir@codesourcery.com>
1550
1551         * varobj.c (c_value_of_variable): Use xstrdup.
1552
1553 2008-02-04  Vladimir Prus  <vladimir@codesourcery.com>
1554
1555         Update stored rendition of varobj value when format changes.
1556         * varobj.c (varobj_set_display_format): Recomputed
1557         print_value.
1558         (c_value_of_variable): Return print_value.
1559
1560 2008-02-03  Doug Evans  <dje@google.com>
1561
1562         * eval.c (evaluate_subexp_standard): Fix type of result of mixed
1563         integer/float division operations when EVAL_AVOID_SIDE_EFFECTS.
1564         * valops.c (value_one): New function.
1565         * value.h (value_one): Declare.
1566
1567         Fix argument promotion for binary arithmetic ops for C.
1568         * valarith.c (unop_result_type): New fn.
1569         (binop_result_type): New fn.
1570         (value_binop): Move result type computation to binop_result_type.
1571         (value_pos, value_neg, value_complement): Move result type
1572         computation to unop_result_type.
1573
1574         PR 2384
1575         * gdbtypes.c (get_vptr_fieldno): Renamed from fill_in_vptr_fieldno.
1576         Return basetype, fieldno if found.  All callers updated.
1577         Don't cache TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE if from different
1578         objfile.
1579         * gdbtypes.h (get_vptr_fieldno): Renamed from fill_in_vptr_fieldno.
1580         * symfile.h (fill_in_vptr_fieldno): Delete.
1581
1582 2008-02-02  Doug Evans  <dje@google.com>
1583
1584         * valarith.c (value_binop): Handle unsigned BINOP_REM division by zero.
1585
1586         * typeprint.c (*): Whitespace cleanup.
1587
1588 2008-02-02  Mark Kettenis  <kettenis@gnu.org>
1589             Luis Machado  <luisgpm@br.ibm.com>
1590             Thiago Jung Bauermann  <bauerman@br.ibm.com>        
1591
1592         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Pass floats that
1593         don't fit into registerson the stack the way GCC does.
1594
1595 2008-02-01  Joel Brobecker  <brobecker@adacore.com>
1596
1597         * symtab.c (symbol_set_names): Do not add an entry in the demangling
1598         hash table for Ada symbols. Just store the linkage name as is,
1599         and leave the demangled_name as NULL.
1600
1601 2007-02-01  Joel Brobecker  <brobecker@adacore.com>
1602
1603         * dwarf2read.c (add_partial_symbol): Always store all Ada subprograms
1604         in the global scope.
1605         (new_symbol): Likewise.
1606
1607 2008-02-01  Vladimir Prus  <vladimir@codesourcery.com>
1608         
1609         * breakpoint.c (break_command_1): Return void.
1610         (break_command_really): Return void.  Rethrow
1611         exceptions instead of returning.
1612         (gdb_breakpoint): Remove the error_message parameter.
1613         Return void.  Rename to set_breakpoint.
1614         * gdb.h (gdb_breakpoint): Rename and move to...
1615         * breakpoint.h (set_breakpoint): ...here.
1616         * mi/mi-cmb-break.c (mi_cmd_break_insert): Restore
1617         event hooks even if exception is thrown.  Adjust to
1618         gdb_breakpoint interface changes.
1619         
1620
1621 2008-02-01  Thiago Jung Bauermann  <bauerman@br.ibm.com>
1622
1623         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Write 32-bit
1624         float in both first and second word in the doubleword, to support
1625         old and new ABIs.
1626
1627 2008-02-01  Vladimir Prus  <vladimir@codesourcery.com>
1628
1629         Properly rethrow exception.  This fixes errors
1630         about non-existent functions for -break-insert.
1631         * breakpoint.c (break_command_really): Use throw_exception
1632         for rethrowing.  If rethrowing, don't print the exception.
1633
1634 2008-01-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
1635
1636         * NEWS: Mention Decimal Floating Point support.
1637
1638 2008-01-31  Joel Brobecker  <brobecker@adacore.com>
1639
1640         * std-regs.c (value_of_builtin_frame_pc_reg): Change the returned
1641         value type to builtin_type_void_func_ptr.
1642
1643 2008-01-31  Andreas Krebbel  <krebbel1@de.ibm.com>
1644
1645         * s390-tdep.c (is_float_singleton, is_float_like,
1646         alignment_of, s390_return_value): Make checks for
1647         TYPE_CODE_FLT to match TYPE_CODE_DECFLOAT as well.
1648
1649 2008-01-31  Luis Machado  <luisgpm@br.ibm.com>
1650             Thiago Jung Bauermann  <bauerman@br.ibm.com>
1651
1652         * infcmd.c (default_print_registers_info): Also print hex
1653         raw contents for TYPE_CODE_DECFLOAT registers.
1654         * ppc-tdep.h (gdbarch_tdep): Add ppc_dl0_regnum member.
1655         * rs6000-tdep.c (IS_DFP_PSEUDOREG): New macro.
1656         (rs6000_register_name): Add support for DFP pseudo-registers.
1657         (rs6000_pseudo_register_type): Likewise.
1658         rs6000_pseudo_register_reggroup_p): Likewise.
1659         (ppc_pseudo_register_read): New function.
1660         (ppc_pseudo_register_write): Likewise.
1661         (rs6000_pseudo_register_read): Likewise.
1662         (rs6000_pseudo_register_write): Likewise.
1663         (e500_pseudo_register_read): Move checks to
1664         rs6000_pseudo_register_read.
1665         (e500_pseudo_register_write): Move checks to
1666         rs6000_pseudo_register_write.
1667         (rs6000_gdbarch_init): Initialize tdep->ppc_dl0_regnum.  Install
1668         rs6000_pseudo_register_read and rs6000_pseudo_register_write
1669         in gdbarch if SPE or DFP is available.  Adjust gdbarch's
1670         num_pseudo_regs to account for DFP pseudo regs.
1671
1672 2008-01-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
1673
1674         * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_ev31_regnum member.
1675         * rs6000-tdep.c (IS_SPE_PSEUDOREG): New macro.
1676         (spe_register_p, rs6000_register_name, rs6000_pseudo_register_type,
1677         rs6000_pseudo_register_reggroup_p, e500_move_ev_register,
1678         e500_pseudo_register_read, e500_pseudo_register_write): Use
1679         IS_SPE_PSEUDOREG macro.
1680         (rs6000_frame_cache): Remove use of tdep->ppc_ev31_regnum.
1681         (rs6000_gdbarch_init): Remove unnecessary num_sprs local variable.
1682         Remove initialization of tdep->ppc_ev31_regnum.
1683
1684 2008-01-08  Paul Hilfinger  <hilfinger@adacore.com>
1685
1686         * printcmd.c (print_formatted): Handle references as for unformatted
1687         prints.
1688
1689 2008-01-30  Joel Brobecker  <brobecker@adacore.com>
1690
1691         * eval.c (evaluate_subexp_standard): Add handling of user
1692         registers when in EVAL_AVOID_SIDE_EFFECTS mode.
1693
1694 2008-01-30  Pierre Muller  <muller@ics.u-strasbg.fr>
1695
1696         * eval.c (evaluate_subexp_standard): Support
1697         BINOP_INTDIV opcode.
1698
1699 2008-01-30  Paul N. Hilfinger  <hilfinger@adacore.com>
1700
1701         * valarith.c (value_binop): Add floating-point BINOP_MIN and
1702         BINOP_MAX cases.
1703         For BINOP_EXP, use length and signedness of left operand only for
1704         result, as for shifts.
1705         For integral operands to BINOP_EXP, use new integer_pow and
1706         uinteger_pow functions so as to get full range of results.
1707         (integer_pow): New function.
1708         (uinteger_pow): New function.
1709
1710 2008-01-30  Vladimir Prus  <vladimir@codesourcery.com>
1711
1712         Use vector for varobj_list_children interface.
1713         * gdb/varobj.c (varobj_list_children): Return vector
1714         of varobjs.
1715         * gdb/varobj.h (varobj_list_children): Adjust
1716         prototype.
1717         (varobj_p): Declare.  Declare vector thereof.
1718         * mi/mi-cmd-var.c (mi_cmd_var_list_children): Adjust
1719         for varobj_list_children change.
1720         * Makefile.in (varobj_h): Update dependencies.
1721
1722 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
1723
1724         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Add support for
1725         TYPE_CODE_DECFLOAT arguments.
1726         (ppc64_sysv_abi_push_dummy_call) Likewise.
1727         (get_decimal_float_return_value): New function.
1728         (do_ppc_sysv_return_value): Add support for TYPE_CODE_DECFLOAT return
1729         values by calling get_decimal_float_return_value.
1730         (ppc64_sysv_abi_return_value): Likewise.
1731
1732 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
1733
1734         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):  Add field
1735         for preprocessor macro information.  Formatting changes.
1736
1737 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
1738
1739         * remote.c (struct remote_state): Add cached_wait_status.
1740         (remote_exec_file): New variable.
1741         (PACKET_vAttach, PACKET_vRun): New constants.
1742         (extended_remote_restart): Do not query for status.
1743         (struct start_remote_args): New.
1744         (remote_start_remote): Take it as a second argument.  Check
1745         whether the target is running.  Issue an error for non-running
1746         non-extended targets.  Cache the wait status.  Set inferior_ptid
1747         here.
1748         (remote_open_1): Prompt to disconnect non-running targets.  Make
1749         sure the target is marked running.  Do not set inferior_ptid here.
1750         Update call to remote_start_remote.  Do not call remote_check_symbols
1751         if the target is not running.
1752         (remote_detach_1): Rename from remote_detach.  Take an EXTENDED
1753         argument.  Handle a non-running target.
1754         (remote_detach): Use it.
1755         (extended_remote_detach): New.
1756         (remote_disconnect): Fix typo.  Use remoute_mourn_1.
1757         (extended_remote_attach_1, extended_remote_attach)
1758         (extended_async_remote_attach): New.
1759         (remote_vcont_resume): Remove unused variable.
1760         (remote_wait, remote_async_wait): Use any cached wait status.
1761         (putpkt_binary, getpkt): Clear any cached wait status.
1762         (extended_remoute_mourn_1): New.
1763         (extended_remote_mourn): Use it.
1764         (extended_async_remote_mourn, extended_remote_run): New.
1765         (extended_remote_create_inferior_1): New.
1766         (extended_remote_create_inferior): Use it.
1767         (extended_remote_async_create_inferior): Likewise.
1768         (remote_xfer_partial): Skip for non-executing targets.
1769         (init_extended_remote_ops): Set to_detach and to_attach.
1770         (init_extended_async_remote_ops): Likewise.  Use
1771         extended_async_remote_mourn.
1772         (_initialize_remote): Register vAttach, vRun, and
1773         set remote exec-file.
1774         * NEWS: Mention vAttach, vRun, and gdbserver extended-remote support.
1775
1776 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
1777
1778         * Makefile.in (symfile.o): Update.
1779         * NEWS: Mention exec tracing support.
1780         * inf-ttrace.c (inf_ttrace_wait): Return TARGET_WAITKIND_EXECD for
1781         exec events.
1782         * infcmd.c (kill_if_already_running, detach_command)
1783         (disconnect_command): Replace SOLIB_RESTART with no_shared_libraries.
1784         * infrun.c (MAY_FOLLOW_EXEC, may_follow_exec): Delete.
1785         (follow_exec): Do not check may_follow_exec.  Do not mourn and push
1786         targets.  Apply the sysroot path to the loaded executable.  Use
1787         no_shared_libraries.
1788         * linux-nat.c (linux_child_follow_fork): Print fork following
1789         messages if verbose.
1790         (kill_wait_callback): Kill again before waiting a second time.
1791         * symfile.c (symbol_file_clear): Replace SOLIB_RESTART with
1792         no_shared_libraries.
1793
1794 2008-01-29  Joel Brobecker  <brobecker@adacore.com>
1795
1796         * amd64-tdep.c (amd64_classify): Add handling of TYPE_CODE_CHAR.
1797
1798 2008-01-29  Joel Brobecker  <brobecker@adacore.com>
1799
1800         * nto-tdep.h: Remove #include "defs.h".
1801         * nto-tdep.c: Add #include "defs.h".
1802         * Makefile.in (nto_tdep_h): Update dependencies.
1803         (nto-tdep.o): Likewise.
1804
1805 2008-01-29  Joel Brobecker  <brobecker@adacore.com>
1806
1807         * infrun.c (wait_for_inferior): Add treat_exec_as_sigtrap parameter
1808         and use it.
1809         (proceed, start_remote): Update call to wait_for_inferior.
1810         * inferior.h (wait_for_inferior): Update declaration.
1811         * fork-child.c, infcmd.c, solib-irix.c, solib-osf.c, solib-sunos.c,
1812         solib-svr4.c, win32-nat.c: Update calls to wait_for_inferior.
1813         * inf-ttrace.c (inf_ttrace_wait): Report TTEVT_EXEC events as
1814         TARGET_WAITKIND_EXECD instead of TARGET_WAITKIND_STOPPED.
1815
1816 2008-01-29  Aleksandar Ristovski  <aristovski@qnx.com>
1817
1818         * varobj (adjust_value_for_child_access): Added checking for 
1819         returned value from gdb_value_ind.
1820         (c_describe_child): Likewise.
1821         (cplus_describe_child): Fixed a typo.
1822
1823 2008-01-29  Jim Blandy  <jimb@red-bean.com>
1824
1825         * MAINTAINERS: Update my info.
1826
1827 2008-01-29  Vladimir Prus  <vladimir@codesourcery.com>
1828
1829         Use multiple locations for hardware watchpoints.
1830         This eliminates the need to traverse value chain, doing
1831         various checks, in three different places.
1832
1833         * breakpoint.h (struct bp_location): New fields
1834         lengths and watchpoint_type.
1835         (struct breakpoint): Remove the val_chain field.
1836         * breakpoint.c (is_hardware_watchpoint): New.
1837         (free_valchain): Remove.
1838         (update_watchpoint): New.
1839         (insert_bp_location): For hardware watchpoint, just
1840         directly insert it.
1841         (insert_breakpoints): Call update_watchpoint_locations
1842         on all watchpoints.  If we have failed to insert
1843         any location of a hardware watchpoint, remove all inserted
1844         locations.
1845         (remove_breakpoint): For hardware watchpoints, directly
1846         remove location.
1847         (watchpoints_triggered): Iterate over locations.
1848         (bpstat_stop_status): Use only first location of
1849         a resource watchpoint.
1850         (delete_breakpoint): Don't call free_valchain.
1851         (print_one_breakpoint): Don't print all
1852         locations for watchpoints.
1853         (breakpoint_re_set_one): Use update_watchpoint for
1854         watchpoints.
1855
1856 2008-01-29  Vladimir Prus  <vladimir@codesourcery.com>
1857
1858         Don't reset watchpoint block on solib load.
1859
1860         * breakpoint.c (insert_bp_location): For watchpoints,
1861         recompute condition.
1862         (breakpoint_re_set_one): Instead of recomputing value
1863         and condition for watchpoints, just reset value and
1864         let insert_breakpoints/insert_bp_location recompute it.
1865         Don't do anything about disabled watchpoint.
1866
1867 2008-01-29  Pierre Muller  <muller@ics.u-strasbg.fr>
1868
1869         * valarith.c (value_binop): Handle unsigned integer
1870         division by zero.
1871
1872 2008-01-28  Kevin Buettner  <kevinb@redhat.com>
1873
1874         * mn10300-tdep.c (mn10300_analyze_prologue): Check for an
1875         instruction pattern that appears frequently in position
1876         independent code.  Fix bug in code which looks for "fmov" and
1877         backtracks if no "fmov" is found.
1878
1879 2008-01-28  Doug Evans  <dje@google.com>
1880
1881         * dbxread.c (read_dbx_symtab): Fix indentation.
1882         Reformat comments to 80 columns.
1883         Move local var def closer to only use.
1884
1885 2008-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
1886
1887         * fork-child.c (SHELL_FILE): Remove #ifndef.
1888         (fork_inferior): Remove SHELL_COMMAND_CONCAT.
1889
1890 2008-01-25  Pierre Muller  <muller@ics.u-strasbg.fr>
1891
1892         * i386-tdep.c (i386_skip_noop): New function.
1893         (i386_analyze_prologue): Call i386_skip_noop function.
1894
1895 2008-01-24  Michael Snyder  <msnyder@specifix.com>
1896
1897         * procfs.c (procfs_xfer_partial): Comment, cut/paste error.
1898         * win32-nat.c (win32_xfer_partial): Ditto.
1899         * target.c (default_xfer_partial): Minor whitespace adjustment.
1900
1901 2008-01-24  Pedro Alves  <pedro@codesourcery.com>
1902
1903         * arm-tdep.c (arm_addr_bits_remove): In non 26-bit mode, don't
1904         strip bit 1 even if pc doesn't point to thumb code.
1905
1906 2008-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
1907
1908         * remote.c (remote_wait): Handle SIGINT between packets.
1909         (remote_async_wait): Likewise.
1910
1911 2008-01-23  Vladimir Prus  <vladimir@codesourcery.com>
1912             Chris Demetriou  <cgd@google.com>
1913
1914         * thread.c (add_thread_silent): Renamed
1915         from add_thread.
1916         (print_thread_events): New variable definition.
1917         (show_print_thread_events): New function.
1918         (_initialize_thread): Add "set print thread-events" and
1919         "show print thread-events" commands.
1920         (add_thread): Announce new thread.
1921         * gdbthread.h (add_thread_silent): Declare.
1922         (print_thread_events): New variable declaration.
1923         * inf-ttrace.c (inf_ttrace_wait): Don't
1924         inform about new thread, as add_thread is always
1925         called too, and will take care of that.
1926         * infrun.c (handle_inferior_event): Likewise.
1927         * procfs.c (procfs_wait): Likewise.
1928         * remote.c (remote_currthread): Likewise.
1929         * sol-thread.c (sol_thread_wait): Likewise.
1930         * win32-nat.c (get_win32_debug_event): Likewise.
1931         * linux-thread-db.c (attach_thread): Likewise.
1932         Remove the verbose parameter.
1933         (check_event): Make detach_thread be verbose
1934         only if print_thread_events is set.
1935         * linux-nat.c (lin_lwp_attach_lwp): Don't inform
1936         about new thread.  This is called only from
1937         linux-thread-db.c:attach_thread, which will take care.
1938         Remove the verbose parameter.
1939         * linux-nat.h (lin_lwp_attach_lwp): Adjust prototype.
1940
1941 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
1942
1943         * mi/mi-cmd-var.c (mi_cmd_var_set_format): Add value field to output.
1944
1945 2008-01-22  Vladimir Prus  <vladimir@codesourcery.com>
1946
1947         * breakpoint.c (break_command_really): New parameter
1948         ignore_count.
1949         (break_command_1): Pass 0 as
1950         ignore_count to break_command_really.
1951         (gdb_breakpoint): Pass ignore_count to
1952         break_command_really.
1953
1954 2008-01-21  Kevin Buettner  <kevinb@redhat.com>
1955
1956         * mn10300-linux-tdep.c (am33_linux_sigframe_cache_init): Find
1957         sigcontext struct via pointer.
1958         (struct sigframe comment): Update to show new field `psc'.
1959
1960 2008-01-21  Vladimir Prus  <vladimir@codesourcery.com>
1961
1962         * infrun.c (handle_inferior_event): If
1963         we failed to remove breakpoints, error,
1964         don't try to increment PC by hand.
1965
1966 2008-01-18  Nick Hudson  <nick.hudson@dsl.pipex.com>
1967
1968         Add NetBSD/hppa target and host support.
1969
1970         * hppabsd-tdep.c (hppabsd_supply_gregset): Move to ...
1971         (hppabsd_gregset): Move to ...
1972         (hppabsd_regset_from_core_section): Rename
1973         hppaobsd_regset_from_core_section and move to ...
1974         (hppabsd_find_global_pointer): Update comment.
1975         (hppabsd_init_abi): Make global. Do not register
1976         hppabsd_regset_from_core_section.
1977         (hppabsd_core_osabi_sniffer): Rename hppaobsd_core_osabi_sniffer and
1978         move to ...
1979         (_initialize_hppabsd_tdep): Move to ...
1980         * hppaobsd-tdep.c: ... here. New file.
1981         * hppnbsd-tdep.c: New file.
1982         * hppnbsd-nat.c: New file.
1983         * Makefile.in (ALL_TARGET_OBS): Add hppanbsd-tdep.o and hppaobsd-tdep.o.
1984         (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
1985         (hppabsd-nat.o, hppabsd-tdep.o): New dependencies.
1986         (hppabsd-tdep.o, hppaobsd-tdep.o): Update dependencies.
1987         * configure.host (hppa*-*-netbsd*): New entry.
1988         * configure.tgt (hppa*-*-netbsd*): New entry.
1989         (hppa*-*-openbsd*): Update.
1990         * NEWS (New native configuration): Mention NetBSD/hppa.
1991         (New targets): Mention NetBSD/hppa.
1992
1993 2008-01-18  Markus Deuling  <deuling@de.ibm.com>
1994
1995         * gdbarch.sh (function_list): Add new property bits_big_endian to
1996         gdbarch structure.
1997         * gdbarch.{c,h}: Regenerate.
1998
1999         * value.c (struct value): Replace BITS_BIG_ENDIAN by
2000         gdbarch_bits_big_endian (comment).
2001         (unpack_field_as_long, modify_field): Likewise.
2002         * value.h: Likewise (comment).
2003         * valops.c (value_slice): Likewise.
2004         * valarith.c (value_subscript, value_bit_index): Likewise.
2005         * gdbtypes.h (field): Likewise (comment).
2006         * eval.c (evaluate_subexp_standard): Likewise.
2007         * dwarf2read.c (dwarf2_add_field): Likewise.
2008         * ada-lang.c (decode_packed_array, ada_value_primitive_packed_val)
2009         (move_bits, ada_value_assign, value_assign_to_component): Likewise.
2010         
2011         * defs.h (BITS_BIG_ENDIAN): Remove.
2012
2013 2008-01-18  Markus Deuling  <deuling@de.ibm.com>
2014
2015         * jv-exp.y (yylex): Replace DEPRECATED_STREQN with the appropriate
2016         function calls.
2017         * m2-exp.y (yylex): Likewise.
2018         * objc-exp.y (yylex): Likewise.
2019
2020         * defs.h (DEPRECATED_STREQN): Remove.
2021
2022 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
2023
2024         * MAINTAINERS: Update my email address.
2025
2026 2008-01-17  Jim Blandy  <jimb@codesourcery.com>
2027
2028         * README: Mention gdbserver/README.
2029
2030 2008-01-17  Pierre Muller  <muller@ics.u-strasbg.fr>
2031
2032         * valarith.c (value_binop): Handle BINOP_INTDIV
2033         for unsigned and signed integers.
2034
2035 2008-01-17  Ulrich Weigand  <uweigand@de.ibm.com>
2036
2037         * s390-tdep.c (s390_gdbarch_init): Set default long double
2038         type to 128-bit IEEE quad.
2039
2040 2008-01-17  Joel Brobecker  <brobecker@adacore.com>
2041
2042         * hpux-thread.c (hpux_thread_resume): Delete commented-out code.
2043
2044 2008-01-16  Mark Kettenis  <kettenis@gnu.org>
2045
2046         * auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS.
2047
2048         * dfp.c, dfp.h: Rename decimal_to_double to decimal_to_doublest.
2049         * value.c: All callers changed.
2050
2051 2008-01-16  Markus Deuling  <deuling@de.ibm.com>
2052
2053         * rs6000-nat.c (add_vmap, vmap_ldinfo, vmap_exec): Replace
2054         DEPRECATED_STREQ by its expression.
2055         * coffread.c (coff_locate_sections, coff_symtab_read): Likewise.
2056         * xcoffread.c (read_xcoff_symtab, read_symbol_lineno, find_linenos)
2057         (scan_xcoff_symtab): Likewise.
2058         * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code): Likewise.
2059         * f-lang.c (find_common_for_function): Likewise.
2060         * objc-exp.y (parse_number): Likewise.
2061
2062         * defs.h (DEPRECATED_STREQ): Remove.
2063
2064 2008-01-16  Markus Deuling  <deuling@de.ibm.com>
2065
2066         * mn10300-tdep.h (AM33_MODE): Add gdbarch as parameter.
2067         * mn10300-tdep.c (set_reg_offsets, mn10300_analyze_prologue): Use
2068         get_frame_arch to get at the current_architecture. Update AM33_MODE
2069         call.
2070         (mn10300_analyze_prologue): Add gdbarch as parameter. Update caller.
2071         (mn10300_frame_unwind_cache): Use get_frame_arch to get at the current
2072         architecture.
2073         (set_reg_offsets, mn10300_analyze_prologue): Fix indentation.
2074
2075 2008-01-16  Markus Deuling  <deuling@de.ibm.com>
2076
2077         * amd64-nat.h (amd64_native_gregset_supplies_p): Add gdbarch as 
2078         parameter.
2079         * amd64-nat.c (amd64_native_gregset_supplies_p): Likewise.
2080
2081         (amd64_native_gregset_reg_offset): Add gdbarch as parameter. Replace
2082         current_gdbarch by gdbarch. Update caller.
2083
2084         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers)
2085         (amd64_linux_store_inferior_registers): Use get_regcache_arch to get at
2086         the current architecture. Update calls of
2087         amd64_native_gregset_supplies_p.
2088         * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers)
2089         (amd64bsd_store_inferior_registers): Likewise.
2090
2091 2008-01-16  Markus Deuling  <deuling@de.ibm.com>
2092
2093         * ppc-linux-nat.c (ppc_register_u_addr): Add gdbarch as parameter.
2094         Replace current_gdbarch by gdbarch. Update caller.
2095
2096 2008-01-16  Markus Deuling  <deuling@de.ibm.com>
2097
2098         * dbxread.c (repeated_header_complaint, dbx_symfile_init)
2099         (read_dbx_dynamic_symtab, function_outside_compilation_unit_complaint)
2100         (read_dbx_symtab, end_psymtab, dbx_psymtab_to_symtab_1)
2101         (dbx_psymtab_to_symtab, read_ofile_symtab, process_one_symbol)
2102         (stabsect_build_psymtabs): Fix indentation.
2103
2104 2008-01-15  Michael Snyder  <msnyder@specifix.com>
2105
2106         * corelow.c (core_xfer_partial): Comment, cut/paste error.
2107
2108 2008-01-14  Pierre Muller  <muller@ics.u-strasbg.fr>
2109
2110         * win32-nat.c (win32_create_inferior): Restore code calling
2111         CloseHandle on ProcessInformation structure.
2112
2113 2008-01-13  Nick Hudson  <nick.hudson@dsl.pipex.com>
2114
2115         * configure.ac: Check for void * as 3 argument of ptrace.
2116         * configure: regenerate.
2117
2118 2008-01-11  Markus Deuling  <deuling@de.ibm.com>
2119
2120         * alpha-tdep.c (alpha_heuristic_proc_start)
2121         (alpha_sigtramp_register_address): Add gdbarch as parameter. Replace
2122         current_gdbarch by gdbarch.
2123
2124         (alpha_heuristic_frame_unwind_cache): Use get_frame_arch to get at the
2125         current architecture by frame_info. Update alpha_heuristic_proc_start 
2126         call.
2127
2128         (alpha_sigtramp_frame_this_id, alpha_sigtramp_frame_prev_register): Use
2129         get_frame_arch to get at the current architecture by frame_info. Update
2130         alpha_sigtramp_register_address call.
2131
2132         * arm-tdep.c (thumb_scan_prologue): Add gdbarch as parameter and replace
2133         current_gdbarch by gdbarch. Update caller.
2134         (convert_to_extended, convert_from_extended): Add endianess parameter
2135         for comparison. Update caller.
2136         (arm_extract_return_value, arm_store_return_value): Use
2137         get_regcache_arch to get at the current architecture.
2138
2139         * cris-tdep.c (cris_register_size): Add gdbarch as parameter. Replace
2140         current_gdbarch by gdbarch. Update caller.
2141         (cris_gdb_func, move_to_preg_op, none_reg_mode_move_from_preg_op): Add
2142         gdbarch as parameter. Update caller. Replace current_gdbarch by gdbarch.
2143
2144         * h8300-tdep.c (E_PSEUDO_CCR_REGNUM, E_PSEUDO_EXR_REGNUM, BINWORD): Add
2145         gdbarch as parameter. Update caller.    
2146         (h8300_init_frame_cache): Add gdbarch as parameter. Replace
2147         current_gdbarch by gdbarch. Update caller.
2148
2149         * hppa-tdep.c (skip_prologue_hard_way): Add gdbarch as parameter and 
2150         update caller. Replace current_gdbarch by gdbarch.
2151
2152         * m32c-tdep.c (m32c_skip_trampoline_code): Use get_frame_arch to get at
2153         the current architecture. Replace current_gdbarch by gdbarch.
2154         * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
2155         (STACK_CORRECTION, USE_PAGE_REGISTER): Replace M6811_TDEP by its
2156         expression. Add gdbarch as parameter and replace current_gdbarch with
2157         it. Update caller.
2158         (M6811_TDEP): Remove.
2159         (m68hc11_frame_prev_register): Use get_frame_arch to get at the current
2160         architecture.
2161         (m68hc11_scan_prologue): Add gdbarch as parameter. Replace 
2162         current_gdbarch by gdbarch. Update caller.
2163
2164         * m68k-tdep.c (m68k_analyze_prologue): Add gdbarch as parameter and
2165         update caller.
2166         (m68k_analyze_register_saves): Likewise. Also replace current_gdbarch
2167         by gdbarch.
2168
2169         * rs6000-tdep.c (skip_prologue): Add gdbarch as parameter and update
2170         caller. Relace current_gdbarch by gdbarch.
2171         (altivec_register_p, spe_register_p): Likewise.
2172         * ppc-tdep.h (altivec_register_p, spe_register_p): Add gdbarch as
2173         parameter.
2174         * ppc-linux-nat.c (fetch_register, store_register): Update caller of
2175         altivec_register_p and spe_register_p.
2176
2177         * score-tdep.c (score_fetch_inst): Add gdbarch as parameter. Update 
2178         caller. Replace current_gdbarch by gdbarch.
2179         (score_analyze_prologue): use get_frame_arch to get at the current
2180         architecture.   
2181
2182         * sparc-tdep.h (sparc_analyze_prologue): Add gdbarch as parameter.
2183         * sparc-tdep.c (sparc_analyze_prologue): Likewise. Replace
2184         current_gdbarch by gdbarch. Update caller.
2185         (sparc_frame_cache): Use get_frame_arch to get at the current
2186         architecture.
2187         * sparce64-tdep.c (sparc64_skip_prologue): Update call of
2188         sparc_analyze_prologue.
2189
2190         * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Add gdbarch as
2191         parameter.
2192
2193 2008-01-11  Markus Deuling  <deuling@de.ibm.com>
2194
2195         * exec.c: #include "arch-utils.h"
2196          (print_section_info): Use gdbarch_from_bfd to get at the
2197         current architecture. Replace current_gdbarch. Fix indention. Replace
2198         deprecated_print_address_numeric by paddress.
2199         * Makefile.in (exec.o) Add dependency to arch-utils.h.
2200
2201         * valprint.c (val_print_string): Replace 
2202         deprecated_print_address_numeric.
2203         * tracepoint.c (trace_mention, scope_info): Likewise.
2204         * symmisc.c (dump_msymbols, dump_psymtab, dump_symtab_1, print_symbol)
2205         (print_symbol, print_partial_symbols, maintenance_info_psymtabs)
2206         (maintenance_check_symtabs): Likewise.
2207         * symfile.c (list_overlays_command): Likewise.
2208         * stack.c (frame_info, print_block_frame_labels): Likewise.
2209         * printcmd.c (print_address, print_address_demangle)
2210         (address_info): Likewise.
2211         * corefile.c (memory_error): Likewise.
2212         * infcmd.c (jump_command): Likewise.
2213         * breakpoint.c (insert_bp_location, describe_other_breakpoints)
2214         (mention, delete_breakpoint): Likewise.
2215         * c-valprint.c (print_function_pointer_address, c_val_print): Likewise.
2216         * dwarf2read.c (dump_die): Likewise.
2217         * ada-valprint.c (ada_val_print_1): Likewise.
2218         * f-valprint.c (f_val_print): Likewise.
2219         * linux-fork.c (info_forks_command): Likewise.  
2220         * m32r-com.c (m32r_load_section, m32r_load)
2221         (m32r_upload_command): Likewise.
2222
2223         * ui-out.c (ui_out_field_core_addr): Remove unnecessary comment.
2224
2225 2008-01-11  Markus Deuling  <deuling@de.ibm.com>
2226
2227         * gdbarch.sh (skip_prologue): Add gdbarch
2228         as parameter.
2229         * gdbarch.{c,h}: Regenerate.
2230
2231         * alpha-tdep.c (alpha_skip_prologue): Add gdbarch as parameter.
2232         * amd64-tdep.c (amd64_skip_prologue): Likewise.
2233         * avr-tdep.c (avr_skip_prologue): Likewise.
2234         * cris-tdep.c (cris_skip_prologue): Likewise.
2235         * frv-tdep.c (frv_skip_prologue): Likewise.
2236         * h8300-tdep.c (h8300_skip_prologue): Likewise.
2237         * hppa-tdep.c (hppa_skip_prologue): Likewise.
2238         * i386-tdep.c (i386_skip_prologue): Likewise.
2239         * ia64-tdep.c (ia64_skip_prologue): Likewise.
2240         * iq2000-tdep.c (iq2000_skip_prologue): Likewise.
2241         * m32r-tdep.c (m32r_skip_prologue): Likewise.
2242         * m68hc11-tdep.c (m68hc11_skip_prologue): Likewise.
2243         * m68k-tdep.c (m68k_skip_prologue): Likewise.
2244         * m88k-tdep.c (m88k_skip_prologue): Likewise.
2245         * mep-tdep.c (mep_skip_prologue): Likewise.
2246         * mips-tdep.c (mips_skip_prologue): Likewise.
2247         * mn10300-tdep.c (mn10300_skip_prologue): Likewise.
2248         * mt-tdep.c (mt_skip_prologue): Likewise.
2249         * rs6000-tdep.c (rs6000_skip_prologue): Likewise.
2250         * score-tdep.c (score_skip_prologue): Likewise.
2251         * sh64-tdep.c (sh64_skip_prologue): Likewise.
2252         * sh-tdep.c (sh_skip_prologue): Likewise.
2253         * sparc64-tdep.c (sparc64_skip_prologue): Likewise.
2254         * sparc-tdep.c (sparc32_skip_prologue): Likewise.
2255         * spu-tdep.c (spu_skip_prologue): Likewise.
2256         * v850-tdep.c (v850_skip_prologue): Likewise.
2257         * vax-tdep.c (vax_skip_prologue): Likewise.
2258         * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
2259         * xtensa-tdep.c (xtensa_skip_prologue): Likewise.
2260
2261         * arm-tdep.c (arm_skip_prologue): Add gdbarch as parameter. Replace
2262         current_gdbarch by gdbarch.
2263         * m32c-tdep.c (m32c_skip_prologue): Likewise.
2264         * s390-tdep.c (s390_skip_prologue): Likewise.
2265
2266 2008-01-10  Doug Evans  <dje@google.com>
2267
2268         * defs.h (struct continuation_arg): Fix typo in comment.
2269         * target.c (target_translate_tls_address): Fix comment spelling error.
2270
2271 2008-01-09  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2272
2273         * doublest.h (DOUBLEST_PRINT_FORMAT): Remove % from string.
2274         (DOUBLEST_SCAN_FORMAT): Likewise.
2275         * dfp.c (decimal_from_floating): Use DOUBLEST_PRINT_FORMAT.
2276         * ada-lex.l (processReal): Prepend "%" to use of DOUBLEST_SCAN_FORMAT.
2277         * c-exp.y (parse_number): Likewise.
2278         * jv-exp.y (parse_number): Likewise.
2279         * objc-exp.y (parse_number): Likewise.
2280         * p-exp.y (parse_number): Likewise.
2281
2282 2008-01-09  Joel Brobecker  <brobecker@adacore.com>
2283
2284         * gdbtypes.c (create_array_type): Add handling of null Ada arrays.
2285         (check_typedef): Likewise.
2286
2287 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
2288
2289         * printcmd.c (printf_command): Add seen_big_h, seen_big_d and
2290         seen_double_big_d, treat the new H, D, and DD modifiers as length
2291         modifiers.
2292
2293 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
2294
2295         * dwarf2read.c (read_enumeration_type): Add comment.
2296
2297 2008-01-08  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2298
2299         * config.in: Regenerate.
2300
2301 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
2302
2303         * ada-lang.c (ada_convert_actual): Renames convert_actual.
2304         Make non-static.
2305         (ada_convert_actuals): Delete.
2306         * ada-lang.h (ada_convert_actual): Add declaration.
2307         (ada_convert_actuals): Remove declaration.
2308         * infcall.c: #include "ada-lang.h".
2309         (value_arg_coerce): Add new parameter sp.  Update function
2310         documetnation.  Add handling of Ada function call parameters.
2311         * Makefile.in (infcall.o): Update dependencies.
2312
2313 2008-01-08  Paul Hilfinger  <hilfinger@adacore.com>
2314
2315         * ada-lang.c (ensure_lval): Fix value lval kind.
2316         (convert_actual): Add handling for arguments passed by reference.
2317
2318 2008-01-08  Doug Evans  <dje@google.com>
2319
2320         * dbxread.c (read_dbx_symtab): Fix indentation.
2321
2322 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2323
2324         * Makefile.in (dfp.o): Depend on expression.h, gdbtypes.h and value.h.
2325         (valarith.o): Depend on dfp.h.
2326         (valops.o): Likewise.
2327         * dfp.c: Include expression.h, gdbtypes.h, value.h and dfp.h.
2328         (set_decnumber_context): New function.
2329         (decimal_check_errors): Likewise.
2330         (decimal_from_number): Likewise.
2331         (decimal_to_number): Likewise.
2332         (decimal_from_string): Use set_decnumber_context and
2333         decimal_check_errors.
2334         (decimal_from_integral): New function.
2335         (decimal_from_floating): Likewise.
2336         (decimal_to_double): Likewise.
2337         (promote_decimal): Likewise.
2338         (decimal_binop): Likewise.
2339         (decimal_is_zero): Likewise.
2340         (decimal_compare): Likewise.
2341         (decimal_convert): Likewise.
2342         * dfp.h (decimal_from_integral): New prototype.
2343         (decimal_from_floating): Likewise.
2344         (decimal_to_double): Likewise.
2345         (decimal_binop): Likewise.
2346         (decimal_is_zero): Likewise.
2347         (decimal_compare): Likewise.
2348         (decimal_convert): Likewise.
2349         * eval.c (evaluate_subexp_standard): Remove expect_type argument from
2350         call to value_from_decfloat.
2351         * valarith.c: Include dfp.h.
2352         (value_args_as_decimal): New function.
2353         (value_binop): Add if block to handle TYPE_CODE_DECFLOAT values.
2354         (value_logical_not): Likewise.
2355         (value_equal): Likewise.
2356         (value_less): Likewise.
2357         (value_pos): Likewise.
2358         (value_neg): Formatting fix.
2359         * valops.c: Include dfp.h.
2360         (value_cast): Add if block to handle TYPE_CODE_DECFLOAT values.
2361         * value.c (unpack_long): Add case to handle TYPE_CODE_DECFLOAT.
2362         (unpack_double): Add if block to handle TYPE_CODE_DECFLOAT.
2363         (value_from_decfloat): Remove expect_type argument.
2364         * value.h (value_from_decfloat): Update prototype.
2365
2366 2008-01-07  Vladimir Prus  <vladimir@codesourcery.com>
2367
2368         Ignore change in name of dynamic linker during
2369         execution on Solaris.  This also unbreaks pending breakpoints.
2370
2371         * solist.h (struct target_so_ops): New field same.
2372         * solib-svr4.c (svr4_same): New.
2373         (_initialize_svr4_solib): Register svr4_same.
2374         * solib.c (update_solib_list): Use ops->same, if available.
2375
2376 2008-01-06  Christopher Faylor  <me+cygwin@cgf.cx>
2377
2378         * win32-nat.c (win32_make_so): Use cygwin-style path to avoid warnings
2379         when using MS-DOS paths.
2380
2381 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
2382
2383         * NEWS: Mention --pid and --core command line behaviour changes.
2384
2385 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
2386
2387         * main.c (captured_main): Remove 'count' varible and the
2388         ALIGN_STACK_ON_ENTRY block that used it.  Error out if --core and
2389         --pid options were issued simultaneously.  If an explicit pid
2390         option was passed, don't fallback to core file.  Detect extra
2391         arguments better in the presence of explicit pid or core
2392         arguments.
2393
2394 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
2395
2396         * ada-lang.c (ada_which_variant_applies): Correctly compute
2397         the value of the discriminant when the variant record is packed.
2398
2399 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
2400
2401         * ada-lang.c (is_name_suffix): Handle middle-name numeric suffixes
2402         that are used to differentiate homonyms.
2403
2404 2008-01-04  Jerome Guitton  <guitton@adacore.com>
2405
2406         * ada-lang.c (decode_packed_array_type): Avoid a seg fault
2407         when the type is an anonymous pointer type.
2408         (ada_check_typedef): Avoid a seg fault when the type is null.
2409         * ada-typeprint.c (print_array_type): Add support for pointer
2410         to packed arrays.
2411
2412 2008-01-04  Paul N. Hilfinger  <hilfinger@adacore.com>
2413
2414         * ada-exp.y: Allow '{type} ADDRESS' notation on left of assignment.
2415
2416 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
2417
2418         * ada-lang.c (ada_evaluate_subexp): Evaluate tagged types in
2419         EVAL_NORMAL mode when noside is EVAL_AVOID_SIDE_EFFECTS.
2420
2421 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
2422
2423         * ada-exp.y (chop_separator): New function.
2424         (write_selectors): Rewrite to re-use chop_separator.
2425         (ada_nget_field_index, get_symbol_field_type): New functions.
2426         (write_var_or_type): Add support for "ptype TYPENAME.FIELD"
2427         expressions.
2428
2429 2008-01-03  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2430
2431         * symtab.c (find_pc_sect_line): Use SYMBOL_VALUE_ADDRESS instead
2432         of SYMBOL_VALUE when working with function symbols.
2433
2434 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
2435
2436         * ada-lang.c (resolve_subexp): Add handling of OP_REGISTER
2437         expressions.  These expressions do not need to be rewriten.
2438
2439 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
2440
2441         * dwarf2read.c (read_enumeration_type): Flag type as stub if
2442         the given die is a declaration.
2443
2444 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
2445
2446         * ada-lang.c (ada_array_bound_from_type): Make non-static.
2447         Handle properly the case when the index type is an enumerated type.
2448         Do not return the subtype of the bounds type, just return the
2449         bounds type directly - this is not needed and is more consistent
2450         with what we do for arrays when no XA parallel type exists.
2451
2452 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
2453
2454         * ada-lang.c (static_unwrap_type): Add forward declaration.
2455         (template_to_static_fixed_type): Fields of dynamic types sometimes
2456         also need to be unwrapped. Take this into account.
2457         (ada_to_fixed_type_1): Renamed from ada_to_fixed_type.
2458         (ada_to_fixed_type): New wrapper around ada_to_fixed_type_1.
2459         * ada-typeprint.c (ada_print_type): Get the typename from
2460         the original type, not the base type. 
2461
2462 2008-01-03  Jerome Guitton  <guitton@adacore.com>
2463
2464         * ada-lang.c (ada_value_struct_elt, to_fixed_array_type)
2465         (to_fixed_array_type, ada_to_fixed_value_create, unwrap_value): 
2466         Update calls to ada_to_fixed_type.
2467         (ada_template_to_fixed_record_type_1): Ditto, but without looking
2468         for the tag.
2469         (ada_to_fixed_type): Add check_tag parameter; do not look for
2470         tag if null.  When looking for a tag, use a fixed record type.
2471         * ada-lang.h (ada_to_fixed_type): Add check_tag parameter.
2472         * ada-valprint.c (printable_val_type, ada_value_print): Update
2473         calls to ada_to_fixed_type.
2474
2475 2008-01-03  Luis Machado  <luisgpm@br.ibm.com>
2476
2477         * doublest.c (convert_floatformat_to_doublest): Call 
2478         floatformat_to_doublest instead of floatformat_to_double and use
2479         DOUBLEST variables.
2480         (convert_doublest_to_floatformat): Call floatformat_from_doublest
2481         instead of floatformat_from_double and use DOUBLEST variables.
2482
2483 2008-01-03  Nick Hudson  <nick.hudson@dsl.pipex.com>
2484
2485         * MAINTAINERS (Write After Approval): Add self.
2486
2487 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
2488
2489         * symfile.c (set_initial_language): Make non-static.
2490         * symfile.h (set_initial_language): Add declaration.
2491         * language.c: #include "symfile.h".
2492         (set_language): Call set_initial_language if the frame language
2493         could not be determined.
2494
2495 2008-01-03  Paul N. Hilfinger  <hilfinger@adacore.com>
2496
2497         * eval.c (evaluate_subexp_for_address): Provide frame address to
2498         locate_var_value only if it will be needed.
2499
2500 2008-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2501
2502         * linux-nat.c (linux_child_follow_fork): Call also CHECK_FOR_THREAD_DB.
2503
2504 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
2505
2506         * ada-lang.c (ada_evaluate_subexp): Modify the value returned
2507         when noside is EVAL_AVOID_SIDE_EFFECTS to be an lval_memory.
2508         This is needed to make sure that any other treatment applied
2509         to the resulting value does not fail for spurious reason,
2510         such as trying to take the address of this value.
2511
2512 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
2513
2514         * ada-lang.c (ada_value_equal): Dereference reference types when
2515         comparing arrays.
2516  
2517 2008-01-01  Daniel Jacobowitz  <dan@codesourcery.com>
2518
2519         Updated copyright notices for most files.
2520
2521 2008-01-01  Christopher Faylor  <me+gdb@cgf.cx>
2522
2523         * win32-nat.c (psapi_module_handle): Remove static.
2524         (get_module_name): Rename from psapi_get_dll_name.  Revamp slightly to
2525         return first module found if base_address is zero.  Don't initialize
2526         psapi function pointers here.  Convert to cygwin paths when
2527         appropriate.
2528         (win32_pid_to_exec_file): Use Cygwin's /proc interface to determine
2529         executable name.  Use get_module_name when that fails or when
2530         !__CYGWIN__.
2531         (_initialize_psapi): New function.  Initialize psapi stuff before it is
2532         needed or issue a warning if it is not found.  Move psapi_module_handle
2533         here.
2534
2535 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
2536
2537         * ada-lang.c (ada_remove_trailing_digits): New function.
2538         (ada_remove_po_subprogram_suffix): New function.
2539         (ada_decode): Improve. Move the description of the algorithm
2540         directly inside the code, instead of in the function global
2541         description.
2542
2543 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
2544
2545         * ada-valprint.c (ada_val_print_1) [TYPE_CODE_REF]: Ignore deref_ref
2546         and always print the dereferenced value.
2547
2548 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
2549
2550         * ada-lang.c (ada_evaluate_subexp, case BINOP_SUB): Add handling
2551         of the case where the first argument is a reference.
2552         (ada_evaluate_subexp, case BINOP_ADD): Likewise.
2553
2554 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
2555
2556         Implement support for Ada interface types.
2557
2558         * ada-lang.c (ada_is_dispatch_table_ptr_type): New function.
2559         (ada_is_ignored_field): Ignore fields that are a dispatch table
2560         of a tagged type.
2561
2562 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
2563
2564         * top.c (print_gdb_version): Update copyright year.
2565
2566 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
2567
2568         * ChangeLog-2007: New ChangeLog rotation.
2569         * ChangeLog: Reset for 2008.
2570         * config/djgpp/fnchange.lst: Add entries for ChangeLog-2006 and
2571         ChangeLog-2007.
2572
2573 For older changes see ChangeLog-2007.
2574 \f
2575 Local Variables:
2576 mode: change-log
2577 left-margin: 8
2578 fill-column: 74
2579 version-control: never
2580 coding: utf-8
2581 End: