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