OSDN Git Service

2009-02-04 Tristan Gingold <gingold@adacore.com>
[pf3gnuchains/pf3gnuchains3x.git] / gdb / ChangeLog
1 2009-02-04  Tristan Gingold  <gingold@adacore.com>
2
3         * solist.h (struct target_so_ops): Comment fallback behavior for
4         operation same.
5
6 2009-02-03  Tom Tromey  <tromey@redhat.com>
7
8         * completer.c (add_struct_fields): Check type_name against NULL
9         before use.
10
11 2009-02-03  Joel Brobecker  <brobecker@adacore.com>
12
13         * MAINTAINERS: Update Elena's email address.
14
15 2009-02-02  Joel Brobecker  <brobecker@adacore.com>
16
17         * breakpoint (update_watchpoint): Minor comment adjustment.
18
19 2009-02-02  Tom Tromey  <tromey@redhat.com>
20
21         PR gdb/9594:
22         * completer.c (count_struct_fields): Count method names.
23         (add_struct_fields): Add matching method names.
24
25 2009-02-02  Doug Evans  <dje@google.com>
26
27         * configure.ac (gdbkt): Check both no_tcl/no_tk first, before
28         doing any further tcl/tk configury.  Don't configure gdbtk if
29         tcl or tk check fails.
30         * aclocal.m4: Regenerate.
31         * configure: Regenerate.
32
33 2009-02-02  Tom Tromey  <tromey@redhat.com>
34
35         PR exp/9059:
36         * valops.c (find_overload_match): Follow typedefs before taking
37         address of object argument.
38
39 2009-02-01  Doug Evans  <dje@google.com>
40
41         * target.h (target_waitstatus_to_string): Declare.
42         * target.c (target_waitstatus_to_string): New function.  Copied from
43         debug_to_wait.  Add missing entries for TARGET_WAITKIND_SYSCALL_ENTRY,
44         TARGET_WAITKIND_SYSCALL_RETURN, TARGET_WAITKIND_IGNORE,
45         TARGET_WAITKIND_NO_HISTORY.
46         (debug_to_wait): Call it.
47         * infrun.c (wait_for_inferior): If debug_infrun, print result of
48         target_wait.
49         (fetch_inferior_event): Ditto.
50
51 2009-01-30  Tom Tromey  <tromey@redhat.com>
52
53         * Makefile.in (HFILES_NO_SRCDIR): Remove i386-cygwin-tdep.h.
54
55 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
56
57         PR 8145.
58         * thread.c (do_captured_list_thread_ids): Report the current
59         thread id.
60
61 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
62
63         * breakpoint.c (create_breakpoint, create_breakpoints)
64         (break_command_really, set_breakpoint): New parameter enabled.
65         (create_breakpoint, break_command_really): Make breakpoint
66         disabled if so requested.
67         * breakpoint.h (set_breakpoint): New parameter enabled.
68         * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle the -d option.
69
70 2009-01-28  Doug Evans  <dje@google.com>
71
72         * amd64-tdep.h (amd64_displaced_step_copy_insn): Declare.
73         (amd64_displaced_step_fixup): Declare.
74         * amd64-tdep.c: #include opcode/i386.h, dis-asm.h.
75         (amd64_arch_regmap): Move out of amd64_analyze_stack_align
76         and make static global.
77         (amd64_arch_regmap_len): New static global.
78         (amd64_arch_reg_to_regnum): New function.
79         (struct amd64_insn): New struct.
80         (struct displaced_step_closure): New struct.
81         (onebyte_has_modrm,twobyte_has_modrm): New static globals.
82         (rex_prefix_p,skip_prefixes)
83         (amd64_insn_length_fprintf,amd64_insn_length_init_dis)
84         (amd64_insn_length,amd64_get_unused_input_int_reg)
85         (amd64_get_insn_details,fixup_riprel,fixup_displaced_copy)
86         (amd64_displaced_step_copy_insn)
87         (amd64_absolute_jmp_p,amd64_absolute_call_p,amd64_ret_p)
88         (amd64_call_p,amd64_breakpoint_p,amd64_syscall_p)
89         (amd64_displaced_step_fixup): New functions.
90         * amd64-linux-tdep.c: #include arch-utils.h.
91         (amd64_linux_init_abi): Install displaced stepping support.
92
93 2009-01-28  Pedro Alves  <pedro@codesourcery.com>
94
95         * corefile.c (generic_search): Delete disabled code.
96         * gdbcore.h (generic_search): Delete declaration.
97
98 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
99
100         * linux-nat.c (linux_child_follow_fork): Copy attach_flag from the
101         parent to the child.
102         * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
103         * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.  Use
104         remove_breakpoints to remove breakpoints from the parent.
105
106 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
107
108         PR backtrace/9458, PR backtrace/8864:
109         * frame.c (create_new_frame): Update the frame's cached PC before
110         finding its unwinder.  Use frame_id_build to build the new frame's
111         id.
112         * stack.c (parse_frame_specification_1): Correct setting ``addrs''
113         array values from the ``args'' array values.
114
115 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
116
117         * gdbtypes.c (alloc_type, alloc_type_instance, create_range_type)
118         (create_array_type, create_set_type, init_flags_type)
119         (copy_type_recursive): Replace pairs of calls to XALLOC and memset
120         with a call to XZALLOC or XCALLOC, and pairs of calls to
121         obstack_alloc and memset with a call to OBSTACK_ZALLOC.
122
123 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
124
125         Add "maint set|show internal-error|internal-warning quit|corefile
126         ask|yes|no" commands.
127
128         PR gdb/7580:
129         * utils.c (internal_problem_ask, internal_problem_yes)
130         (internal_problem_no, internal_problem_modes): New.
131         (struct internal_problem): Remove FIXME.  Make should_quit and
132         should_dump_core types to char *.
133         (internal_vproblem, internal_error_problem)
134         (internal_warning_problem): Adjust.
135         (set_internal_problem_cmd, show_internal_problem_cmd): New dummy
136         functions.
137         (add_internal_problem_command): New.
138         (_initialize_utils): New.
139
140 2009-01-25  Pedro Alves  <pedro@codesourcery.com>
141
142         * infcmd.c (program_info): Use paddress instead of casting stop_pc
143         to unsigned long.
144
145 2009-01-24  Pedro Alves  <pedro@codesourcery.com>
146
147         * infrun.c (normal_stop): Don't call
148         deprecated_update_frame_pc_hack.
149         * frame.c (deprecated_update_frame_pc_hack)
150         (deprecated_update_frame_base_hack): Delete, and ...
151         (create_new_frame): ... inline here.
152         * frame.h (deprecated_update_frame_pc_hack)
153         (deprecated_update_frame_base_hack): Delete declarations.
154
155 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
156
157         * cli/cli-decode.c (add_setshow_zuinteger_cmd): New.
158         * cli/cli-setshow.c (do_setshow_command): Handle it.
159         * command.h (enum var_types): Add var_zuinteger.
160         (add_setshow_zuinteger_cmd): Declare.
161
162         * valprint.c (_initialize_valprint): Change the set input-radix
163         and set output-radix commands to zuinteger type.
164
165 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
166
167         PR gdb/9664:
168         * infrun.c (normal_stop): Tag threads as stopped, and run the
169         hook-stop before printing the stack frame.
170
171 2009-01-22  Pedro Alves  <pedro@codesourcery.com>
172
173         PR c++/9631:
174         * gnu-v3-abi.c (gnuv3_baseclass_offset): Call check_typedef on
175         vbasetype.
176
177 2009-01-20  Kazu Hirata  <kazu@codesourcery.com>
178
179         * gdb/procfs.c (info_mappings_callback): Cast map->pr_size to
180         unsigned long.
181
182 2009-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
183
184         PR gdb/9346
185         * infcmd.c (signal_command): Do not specify a resume PC.
186
187 2009-01-19  Doug Evans  <dje@google.com>
188
189         * dummy-frame.c (dummy_frame): Replace regcache member with
190         caller_state.
191         (dummy_frame_push): Replace caller_regcache arg with caller_state.
192         All callers updated.
193         (remove_dummy_frame,pop_dummy_frame,lookup_dummy_frame): New fns.
194         (dummy_frame_pop): Rewrite.  Verify requested frame is in the
195         dummy frame stack.  Restore program state.
196         (cleanup_dummy_frames): Rewrite.
197         (dummy_frame_sniffer): Update.  Make static.
198         * dummy-frame.h (regcache,frame_info): Delete forward decls.
199         (inferior_thread_state): New forward decl.
200         (dummy_frame_push): Update prototype.
201         * frame.c (frame_pop): dummy_frame_pop now does all the work for
202         DUMMY_FRAMEs.
203         * infcall.c (breakpoint_auto_delete_contents): Delete.
204         (get_function_name,run_inferior_call): New fns.
205         (call_function_by_hand): Simplify by moving some code to
206         get_function_name, run_inferior_call.  Inferior function call wrapped
207         in TRY_CATCH so there's less need for cleanups and all exits from
208         proceed are handled similarily.  Detect program exit.
209         Detect program stopping in a different thread.
210         Make error messages more consistent.
211         * inferior.h (inferior_thread_state): Declare (opaque type).
212         (save_inferior_thread_state,restore_inferior_thread_state,
213         make_cleanup_restore_inferior_thread_state,
214         discard_inferior_thread_state, get_inferior_thread_state_regcache):
215         Declare.
216         (save_inferior_status): Update prototype.
217         * infrun.c: (normal_stop): When stopped for the completion of an
218         inferior function call, verify the expected stack frame kind.
219         (inferior_thread_state): New struct.
220         (save_inferior_thread_state,restore_inferior_thread_state,
221         do_restore_inferior_thread_state_cleanup,
222         make_cleanup_restore_inferior_thread_state,
223         discard_inferior_thread_state,
224         get_inferior_thread_state_regcache): New functions.
225         (inferior_status): Move stop_signal, stop_pc, registers to
226         inferior_thread_state.  Remove restore_stack_info.
227         (save_inferior_status): Remove arg restore_stack_info.
228         All callers updated.  Remove saving of state now saved by
229         save_inferior_thread_state.
230         (restore_inferior_status): Remove restoration of state now done by
231         restore_inferior_thread_state.
232         (discard_inferior_status): Remove freeing of registers, now done by
233         discard_inferior_thread_state.
234
235 2009-01-18  Pedro Alves  <pedro@codesourcery.com>
236
237         * tui/tui-disasm.c (tui_vertical_disassem_scroll): Scroll one line
238         at a time, times NUM_TO_SCROLL.
239         * tui/tui-winsource.c (tui_horizontal_source_scroll): Don't try to
240         fetch the selected frame if there is no stack.
241
242 2009-01-18  Pedro Alves  <pedro@codesourcery.com>
243
244         PR gdb/9747:
245         * gdbthread.h (finish_thread_state, finish_thread_state_cleanup):
246         Declare.
247         * thread.c (finish_thread_state, finish_thread_state_cleanup): New.
248         * infrun.c (wait_for_inferior, fetch_inferior_event): If an error
249         is thrown while handling an event, finish the thread state.
250         (normal_stop): Use finish_thread_state cleanup.
251         * infcmd.c (run_command_1): If an error is thrown while starting
252         the inferior, finish the thread state.
253
254 2009-01-18  Pedro Alves  <pedro@codesourcery.com>
255
256         * tui/tui-winsource.c (tui_update_breakpoint_info): In asm layout,
257         skip breakpoints without a location (pending breakpoints).
258
259 2009-01-18  Pedro Alves  <pedro@codesourcery.com>
260
261         PR build/9186:
262         * hppa-hpux-tdep.c (hppa_hpux_write_pc): Remove 'return'.
263
264 2009-01-18  Nick Roberts  <nickrob@snap.net.nz>
265
266         * thread.c (thread_command): Move call to annotate_thread_changed
267         to...
268         (do_captured_thread_select): ... here, to avoid printing an
269         annotation if the thread change generates an exception.
270
271 2009-01-16  Joel Brobecker  <brobecker@adacore.com>
272
273         * NEWS: Document x86_64/MinGW as a new native configuration.
274
275 2009-01-16  Joel Brobecker  <brobecker@adacore.com>
276
277         * NEWS: Move the documentation of "info os processes" to
278         the appropriate section (documenting the new commands).
279
280 2009-01-15  Doug Evans  <dje@google.com>
281
282         * target.h (target_signal_to_string): Make return type const char *.
283         (target_signal_to_name): Ditto.
284         (target_signal_from_name): Make arg const char *.
285         * infrun.c (sig_print_info): Update.
286         * signals/signals.c (signals): Make array and struct members const.
287         (target_signal_to_string): Make return type const char *.
288         (target_signal_to_name): Ditto.
289         (target_signal_from_name): Make arg const char *.
290
291 2009-01-15  Ulrich Weigand  <uweigand@de.ibm.com>
292             Tristan Gingold  <gingold@adacore.com>
293
294         * solist.h (struct target_so_ops): New member bfd_open.
295         (solib_find): Add prototype.
296         (solib_bfd_fopen): Add prototype.
297         * solib.c (solib_find, solib_bfd_fopen): New functions, extracted
298         from solib_bfd_open.
299         (solib_bfd_open): Use ops->bfd_open override if present.  Call
300         solib_find and solib_bfd_open otherwise.
301
302         * objfiles.h (OBJF_KEEPBFD): New define.
303         * objfiles.c (free_objfile): Do not close BFD if OBJF_KEEPBFD
304         objfile flag is set.
305         * solib.c (symbol_add_stub): Do not allocate second BFD for
306         shared library; use OBJF_KEEPBFD flag on solib objfile.
307
308 2009-01-15  Ulrich Weigand  <uweigand@de.ibm.com>
309
310         * frame.c (get_frame_arch): Abort if called with NULL this_frame.
311
312 2009-01-15  Ulrich Weigand  <uweigand@de.ibm.com>
313
314         * value.h (address_of_variable): Add prototype.
315         (locate_var_value): Remove prototype.
316
317         * findvar.c (read_var_value): Do not attempt to default frame
318         to selected frame.
319         (locate_var_value): Remove function.
320         * valops.c (value_of_variable): Retrieve selected frame for
321         symbols that require a frame when called with NULL block.
322         * valops.c (address_of_variable): New function.
323
324         * eval.c (evaluate_subexp_for_address): Call address_of_variable
325         instead of calling locate_var_value.
326         (evaluate_subexp_with_coercion): Likewise.
327
328 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
329
330         * NEWS: Document "define" for prefixed commands.
331         * cli/cli-cmds.c (show_user): Update calls to show_user_1.  Call
332         show_user_1 for prefix commands.
333         * cli/cli-decode.c (help_cmd_list): Recurse for "help user-defined".
334         * cli/cli-script.c (validate_comname): Rewrite to handle prefix
335         commands.  Return the containing command list.
336         (define_command, document_command): Update to handle prefix commands.
337         (show_user_1): Add prefix and name arguments.  Handle prefix
338         commands.
339         * cli/cli-script.h (show_user_1): Update prototype.
340
341 2009-01-14  Kai Tietz  <kai.tietz@onevision.com>
342
343         * mingw-ser.c (console_select_thread): Add return to make
344         compiler happy.
345         (pipe_select_thread): Likewise.
346         (file_select_thread): Likewise.
347
348 2009-01-14  Pedro Alves  <pedro@codesourcery.com>
349
350         * mi/mi-main.c (mi_cmd_execute): Clean up parenthesis mess from
351         previous change.
352
353 2009-01-14  Pedro Alves  <pedro@codesourcery.com>
354
355         * remote.c (extended_remote_mourn_1): Invalidate our notion of
356         current general thread.
357
358 2009-01-14  Pedro Alves  <pedro@codesourcery.com>
359
360         * mi/mi-main.c (mi_cmd_execute): Also allow -list-thread-groups
361         without a live selected thread.
362
363 2009-01-14  Joel Brobecker  <brobecker@adacore.com>
364
365         Update the copyright notice of some of the files I missed
366         in the previous copyright update.
367
368 2009-01-14  Joel Brobecker  <brobecker@adacore.com>
369
370         * windows-nat.c (handle_unload_dll): Use %p to print the DLL
371         base address instead of casting it to DWORD.
372
373 2009-01-13  Ulrich Weigand  <uweigand@de.ibm.com>
374
375         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Do not call get_frame_arch
376         for NULL frame pointers.
377
378 2009-01-13  Mark Kettenis  <kettenis@gnu.org>
379
380         * utils.c (host_address_to_string): Reimplement in a way that
381         avoids the cast of the address to long.
382
383 2009-01-13  Joel Brobecker  <brobecker@adacore.com>
384
385         * mdebugread.c (parse_symbol): Save the symbol private data
386         using SYMBOL_VALUE_BYTES instead of SYMBOL_VALUE.
387         (psymtab_to_symtab_1): Likewise.
388         (parse_procedure): Declare variable "e" only in the scope
389         where it is used. Extract the symbol private data using
390         SYMBOL_VALUE_BYTES.
391
392 2009-01-13  Jim Blandy  <jimb@codesourcery.com>
393
394         Abstract out common code for copying value locations.
395
396         * value.h (set_value_component_location): New declaration.
397         * value.c (set_value_component_location): New function.
398         (value_primitive_field): Use it.
399         * valarith.c (value_subscript, value_subscripted_rvalue): Same.
400         * valops.c (search_struct_field, value_slice): Same.
401         * ada-lang.c (coerce_unspec_val_to_type)
402         (ada_value_primitive_packed_val): Same.
403
404 2009-01-13  Joel Brobecker  <brobecker@adacore.com>
405
406         * MAINTAINERS (GLOBAL MAINTAINERS): Add Tom Tromey.
407
408 2009-01-12  Christopher Faylor  <me+cygwin@cgf.cx>
409
410         * amd64-windows-nat.c Rename gdb-specific win32_* to windows_*
411         throughout.
412         * i386-cygwin-tdep.c: Ditto.
413         * i386-windows-nat.c: Ditto.
414         * windows-nat.h: Ditto.
415         * windows-tdep.c: Ditto.
416         * windows-tdep.h: Ditto.
417         * windows-nat.c: Ditto.
418         (cygwin_load_start): Redefine as CORE_ADDR.
419         (cygwin_load_end): Ditto.
420         (windows_make_so): Coerce result of address arithmetic to to uintptr_t
421         before coercing to CORE_ADDR to avoid a compiler warning.
422         (handle_exception): Define addr as CORE_ADDR and coerce
423         ExceptionAddress to uintptr_t before assigining to avoid a compiler
424         warning.
425         * config/djgpp/fnchange.lst: Add mappings for recently renamed windows
426         files.
427
428 2009-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
429
430         Fix linking with --enable-targets=all:
431         * Makefile.in (ALL_TARGET_OBS): Add windows-tdep.o.
432         (HFILES_NO_SRCDIR): Add windows-tdep.h.
433         (ALLDEPFILES): Add windows-tdep.c.
434
435 2009-01-11  Christ Faylor  <me.gdb@cgf.cx>
436
437         * win32-nat.h: Delete.
438         * windows-nat.h: Rename from win32-nat.h.
439         * win32-nat.c: Delete.
440         * windows-nat.c: Rename from win32-nat.c.
441         * win32-termcap.c: Delete.
442         * windows-termcap.c: Rename from win32-termcap.c.
443         * amd64-windows-nat.c: Handle rename from win32-nat.h -> windows-nat.h.
444         * configure.ac: Handle rename from win32-termcap.c ->
445         windows-termcap.c.
446         * configure: Regenerate.
447         * gdb_curses.h: Change comment to reflect rename from win32-termcap.c
448         -> windows-termcap.c.
449         * i386-cygwin-tdep.c: Handle rename from win32-tdep.h ->
450         windows-tdep.h.
451         * i386-windows-nat.c: Refect rename from win32-nat.h -> windows-nat.h.
452         * windows-nat.c: Ditto.  Also reflect rename from from win32-tdep.h ->
453         windows-tdep.h.
454         (win32_make_so): Handle cygwin compiler warning due to change of
455         load_addr from DWORD to LPVOID.
456         (handle_load_dll): Use %p in format string to properly print address
457         and avoid a compiler warning.
458         (DEBUG_EXCEPTION_SIMPLE): Ditto.
459         (handle_exception): Ditto.
460         * windows-tdep.c: Handle rename from win32-tdep.h -> windows-tdep.h.
461         * config/i386/cygwin.mh: Handle rename from win32-nat.o ->
462         windows-nat.o.
463         * config/i386/mingw.mh: Ditto.
464         * config/i386/mingw64.mh: Ditto.
465
466 2009-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
467
468         * f-typeprint.c (f_type_print_varspec_suffix): Convert the autovariable
469         arrayprint_recurse_level to a parameter.  Update all the callers.  New
470         comment at autovariables.
471
472 2009-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
473
474         * gdbtypes.c (make_qualified_type, replace_type): Reformat to the GNU
475         coding style.
476
477 2009-01-11  Joel Brobecker  <brobecker@adacore.com>
478
479         * target.c (target_xfer_partial): Use host_address_to_string to
480         print the address of readbuf and writebuf. Cast the address of
481         elements inside the myaddr buffer into intptr_t.
482         (deprecated_debug_xfer_memory): Use paddress to print memaddr.
483         Cast the address of elements inside the myaddr buffer into
484         intptr_t.
485
486 2009-01-11  Joel Brobecker  <brobecker@adacore.com>
487
488         * amd64-windows-nat.c, amd64-windows-tdep.c: New files.
489         * config/i386/mingw64.mh, config/i386/nm-cygwin64.h: New files.
490         * configure.host, configure.tgt: Add handling for x86_64/windows.
491         * config/djgpp/fnchange.lst: Add entries for amd64-windows-nat.c
492         and amd64-windows-tdep.c.
493
494 2009-01-11  Joel Brobecker  <brobecker@adacore.com>
495
496         * win32-tdep.h, win32-tdep.c: New files.
497         * i386-cygwin-tdep.h: Delete.
498         * i386-cygwin-tdep.c: Include win32-tdep.h instead of
499         i386-cygwin-tdep.h.
500         (win32_xfer_shared_library): Delete.  Moved to win32-tdep.c.
501         * win32-nat.c: Likewise.
502         * configure.tgt: Add win32-tdep.o to the list of target object
503         files for i386-cygwin and i386-mingw targets.
504
505 2009-01-11  Joel Brobecker  <brobecker@adacore.com>
506
507         * win32-nat.h: New file.
508         * win32-nat.c (mappings): Initialize to NULL.
509         (win32_set_context_register_offsets): New function.
510         * i386-windows-nat.c: New file.
511         (mappings): Moved here from win32-nat.c.
512         (_initialize_i386_windows_nat): New function.
513         * config/i386/mingw.mh (NATDEPFILES): Add i386-windows-nat.o.
514         * config/i386/cygwin.mh (NATDEPFILES): Likewise.
515
516 2009-01-09  Andreas Schwab  <schwab@suse.de>
517
518         * Makefile.in (init.c): Set LANG/LC_ALL to C, not c.
519
520 2009-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
521
522         * gdbtypes.c (append_composite_type_field): Correct the location of
523         appended fields.
524
525 2009-01-09  Pedro Alves  <pedro@codesourcery.com>
526
527         * defs.h (deprecated_error_hook): Delete declaration.
528         * interps.c (clear_interpreter_hooks): Adjust.
529         * remote-sim.c (gdb_os_error): Don't try to call
530         deprecated_error_hook.  No need to call exit anymore.
531         * top.c (deprecated_error_hook): Delete.
532
533 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
534
535         * arch-utils.c (gdbarch_update_p): Use host_address_to_string
536         to print the address of the gdbarch pointer.
537
538 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
539
540         * gdbarch.sh: Fix all the compilation errors on amd64-windows
541         due to casting a pointer to a long when printing a function
542         address. Instead, use host_address_to_string to convert our
543         address to a string.
544         * gdbarch.c: Regenerate.
545
546 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
547
548         * event-top.c (async_disconnect, async_stop_sig): use "raise"
549         instead of "kill" to raise a signal.
550
551 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
552
553         * win32-nat.c (get_module_name): Change the type of parameter
554         "base_address" to LPVOID.  Remove unnecessary cast.
555         (struct lm_info): Change type of load_addr to LPVOID.
556         (win32_make_so): Change the type of parameter "load_addr"
557         to LPVOID.  Remove some unnecessary casts.
558         (handle_unload_dll): Change the type of "lpBaseOfDll" to LPVOID.
559         (win32_xfer_shared_libraries): Add missing cast.
560
561 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
562
563         * win32-nat.c (has_detach_ability, set_process_privilege):
564         Cast the result of GetProcAddress to (void *) to avoid
565         a compilation warning.
566
567 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
568
569         * win32-nat.c (CONTEXT_EXTENDED_REGISTERS): Define to 0 if not
570         already defined.
571
572 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
573
574         * win32-nat.c (get_image_name, win32_xfer_memory): Fix type
575         definition of local variable "done".
576         (info_w32_command, handle_exception): Remove unnecessary cast.
577
578 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
579
580         * win32-nat.c (kernel32_DebugSetProcessKillOnExit): Renames
581         DebugSetProcessKillOnExit.  Update all uses in this file.
582         (kernel32_DebugActiveProcessStop): Renames DebugActiveProcessStop.
583         Update all uses in this file.
584
585 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
586
587         * win32-nat.c (do_initial_win32_stuff): Add new ops parameter,
588         and use it when pushing the target.
589         (win32_attach, win32_create_inferior): Update call to
590         do_initial_win32_stuff.
591         (win32_detach, win32_mourn_inferior): Use our ops parameter
592         instead of the global win32_ops to unpush the target.
593
594 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
595
596         * ser-mingw.c (ser_windows_open): Use proper type when casting
597         in call to _open_osfhandle.
598
599 2009-01-09  Kai Tietz  <kai.tietz@onevision.com>
600
601         * coff-pe-read.c (read_pe_exported_syms): Fix typo.
602
603 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
604
605         * CONTRIBUTE: Minor reformatting.
606
607 2009-01-08  Kai Tietz  <kai.tietz@onevision.com>
608
609         * MAINTAINERS: Add myself to Write After Approval.
610         * coff-pe-read.c (read_pe_exported_syms): Enable read of PE+
611         export directory.
612
613 2009-01-08  Nathan Froyd  <froydnj@codesourcery.com>
614
615         * remote-sim.c (gdb_os_error): Mark as a noreturn function.
616         Call exit to make it obvious to GCC.
617
618 2009-01-08  Tom Tromey  <tromey@redhat.com>
619
620         PR breakpoints/9350:
621         * varobj.c (varobj_invalidate): Unconditionally free
622         all_rootvarobj.
623         * symfile.c (syms_from_objfile): Free local_addr when returning
624         normally.
625         * exec.c (exec_file_attach): Do cleanups before returning.
626         (exec_file_command): Likewise.
627         * corefile.c (reopen_exec_file): Do cleanups before returning.
628         * breakpoint.c (insert_breakpoint_locations): Do cleanups before
629         returning. 
630         (do_vec_free): New function.
631         (update_global_location_list): Make a cleanup for old_locations.
632         Do cleanups before returning.  Remove unused variable 'e'.
633         (find_condition_and_thread): Free result of parsing the
634         expression.
635         (print_it_typical): Do cleanups before returning.
636         (breakpoint_re_set_one): Always free sals.sals.
637
638 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
639             Emi Suzuki  <emi-suzuki@tjsys.co.jp>
640  
641         * breakpoint.c (do_enable_breakpoint): Use update_watchpoint for
642         watchpoints.
643
644 2009-01-07  Doug Evans  <dje@google.com>
645
646         * top.c (gdb_prompt_string): Delete, unused.
647
648 2009-01-07  Pedro Alves  <pedro@codesourcery.com>
649
650         Delete ONE_PROCESS_WRITETEXT leftovers.
651
652         * breakpoint.c (insert_bp_location): Delete process_warning
653         argument.  Adjust.
654         (insert_breakpoint_locations): Adjust.
655         (reattach_breakpoints): Adjust.
656         * infrun.c (normal_stop): Drop "It might be running in another
657         process" notice.
658
659 2009-01-07  Stan Shebs  <stan@codesourcery.com>
660
661         * config/pa/linux.mh (XDEPFILES): Remove.
662
663 2009-01-07  Doug Evans  <dje@google.com>
664
665         * cli/cli-cmds.c (set_debug): Fix cut-n-paste error.
666
667 2009-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
668
669         * f-typeprint.c (f_type_print_base <TYPE_CODE_STRUCT>): Fix output
670         spacing, a regression from 2008-04-22.
671
672 2009-01-07  Joel Brobecker  <brobecker@adacore.com>
673
674         * utils.c (gdb_print_host_address): Adjust implementation to
675         reuse host_address_to_string. Move comment explaining the conversion
676         from host address to string from here...
677         (host_address_to_string): ... to there.
678
679 2009-01-07  Emi Suzuki  <emi-suzuki@tjsys.co.jp>
680
681         * MAINTAINERS: Add myself for write after approval privileges.
682
683 2009-01-06  Tom Tromey  <tromey@redhat.com>
684
685         * value.c (set_internalvar): Use value_free, not xfree.
686
687 2009-01-06  Jim Blandy  <jimb@red-bean.com>
688
689         Check return values of functions declared with warn_unused_result
690         attribute in GLIBC 2.8.
691         * cli/cli-cmds.c (pwd_command): Check return value from getcwd.
692         * inflow.c (check_syscall): New function.
693         (new_tty): Use check_syscall to check return values from open and dup.
694         * linux-nat.c (linux_nat_info_proc_cmd): Check return value from fgets.
695         * main.c (captured_main): Call cwd after setting up gdb_stderr;
696         check for errors from getcwd.
697         * mi/mi-cmd-env.c (mi_cmd_env_pwd): Check return value from getcwd.
698         * ui-file.c (stdio_file_write): Ignore return value from fwrite.
699         (stdio_file_fputs): Same.
700         * utils.c (internal_vproblem): abort if last-ditch error message
701         write fails.
702
703         * top.c (gdb_init): Don't set the current directory here; that's
704         already been done in captured_main.
705
706 2009-01-06  Sandra Loosemore  <sandra@codesourcery.com>
707
708         * ser-tcp.c: Adjust includes.
709         (tcp_set_cmdlist, tcp_show_cmdlist): Declare.
710         (tcp_auto_retry, tcp_retry_limit): Declare.
711         (TIMEOUT): Remove, in favor of tcp_retry_limit.
712         (POLL_INTERVAL): Increase to 5, in favor of backoff logic.
713         (wait_for_connect): New function.
714         (net_open): Use it.  Add auto-retry logic.
715         (set_tcp_cmd, show_tcp_cmd): New functions.
716         (_initialize_ser_tcp): Initialize new "set/show tcp auto-retry"
717         and "set/show tcp connect-timeout" commands.
718         * NEWS: Document new commands.
719
720 2009-01-05  Tom Tromey  <tromey@redhat.com>
721
722         * python/python-internal.h (Py_ssize_t): Define as int.
723
724 2009-01-05  Jim Blandy  <jimb@red-bean.com>
725
726         * MAINTAINERS: Fix my e-mail address as steering committee member.
727
728 2009-01-03  Joel Brobecker  <brobecker@adacore.com>
729
730         Updated copyright notices for most files.
731
732 2009-01-03  Joel Brobecker  <brobecker@adacore.com>
733
734         * top.c (print_gdb_version): Update copyright year.
735
736 2009-01-03  Joel Brobecker  <brobecker@adacore.com>
737
738         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2008.
739
740 2009-01-01  Pedro Alves  <pedro@codesourcery.com>
741
742         PR breakpoints/9681:
743         * exceptions.h (enum errors): New error type, MEMORY_ERROR.
744         * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR.
745         * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but
746         retrow all other exceptions.
747
748 For older changes see ChangeLog-2008.
749 \f
750 Local Variables:
751 mode: change-log
752 left-margin: 8
753 fill-column: 74
754 version-control: never
755 coding: utf-8
756 End: