* config/tc-arm.c (arm_cpus): Add entry for ARM Cortex-M0.
[binutils-gdb.git] / gdb / ChangeLog
blob8307c50a8e48e3024107c1f29fcfcb3e45375c38
1 2009-04-01  Joel Brobecker  <brobecker@adacore.com>
3         Change the default value for "set print frame-arguments" to scalars.
5         * stack.c (print_frame_arguments): Set initial value to "scalars".
7 2009-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
9         * mips-tdep.c (mips_numeric_register_alieses): New definition.
10         (mips_gdbarch_init): Add user registers from 
11         mips_numeric_register_aliases.
13 2009-04-01  Joel Brobecker  <brobecker@adacore.com>
15         * linux-nat.c (linux_nat_filter_event): Minor comment reformatting.
17 2009-04-01  Joel Brobecker  <brobecker@adacore.com>
19         * linux-nat.c (linux_nat_filter_events): Do not delete the lwp if
20         this is the last one.
22 2009-04-01  Pedro Alves  <pedro@codesourcery.com>
24         * remote.c (append_resumption): New.
25         (remote_vcont_resume): Use it.
27 2009-04-01  Joel Brobecker  <brobecker@adacore.com>
29         * windows-nat.c (+windows_get_ada_task_ptid): New function.
30         (init_windows_ops): Set windows_ops.to_get_ada_task_ptid.
32 2009-03-31  Daniel Jacobowitz  <dan@codesourcery.com>
33             Keith Seitz  <keiths@redhat.com>
34             Jan Kratochvil  <jan.kratochvil@redhat.com>
36         PR gdb/6817
37         * Makefile.in (dbxread.o): Update.
38         * dbxread.c (read_dbx_symtab): Use cp_canonicalize_string.
39         * dwarf2read.c (GDB_FORM_cached_string): New.
40         (read_partial_die): Use dwarf2_canonicalize_name.
41         (dwarf2_linkage_name): Use dwarf2_name.
42         (dwarf2_canonicalize_name): New.
43         (dwarf2_name): Use dwarf2_canonicalize_name.
44         (dwarf_form_name, dump_die): Handle GDB_FORM_cached_string.
45         * stabsread.c (define_symbol, read_type): Use cp_canonicalize_string.
46         * symtab.c (lookup_symbol_in_language): Canonicalize input before
47         searching.
48         * cp-name-parser.y: operator() requires two parameters,
49         according to libiberty.
50         * minsyms.c (lookup_minimal_symbol): Canonicalize input
51         before searching.
52         * NEWS: Update.
54 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
56         Provide support for (Ada) task-specific breakpoints.
58         * ada-lang.h (ada_get_task_number): Add declaration.
59         (breakpoint_ada_task_match): Delete declaration.
60         * ada-tasks.c (ada_get_task_number): Make non-static.
61         * breakpoint.h (struct breakpoint): Add field "task".
62         * breakpoint.c (print_one_breakpoint_location): Add handling of
63         task-specific breakpoints.
64         (create_breakpoint, create_breakpoints, find_condition_and_thread):
65         New parameter "task".
66         (break_command_really): Update calls to find_condition_and_thread
67         and create_breakpoints.
68         (breakpoint_re_set_one): Update call to find_condition_and_thread.
69         Set b->task.
71 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
73         * ada-tasks.c (short_task_info): Eliminate the "Running" task state.
75 2009-03-31  Pedro Alves  <pedro@codesourcery.com>
77         * remote.c (remote_notice_new_inferior): Use ptid_is_pid.  Check
78         if the thread's ptid without a thread id field is in the list
79         before calling thread_change_ptid.
80         (extended_remote_attach_1): In non-stop mode, do not rely on
81         querying the current thread, instead, query the thread list, and
82         select the first thread of the process.
83         * gdbthread.h (first_thread_of_process): Declare.
84         * thread.c (first_thread_of_process): Define.
86 2009-03-30  Stan Shebs  <stan@codesourcery.com>
88         Make tracepoints into a type of breakpoint.
89         * breakpoint.h (enum bptype): Add bp_tracepoint.
90         (struct breakpoint): Add fields step_count, pass_count, actions.
91         (get_tracepoint, get_tracepoint_by_number): Declare.
92         (all_tracepoints): Declare.
93         * breakpoint.c: Include tracepoint.h, readline.h.
94         (ALL_TRACEPOINTS): Move here from tracepoint.c.
95         (tracepoint_count): Ditto.
96         (should_be_inserted): GDB does not insert tracepoints itself.
97         (print_it_typical): Add tracepoint case.
98         (bpstat_what): Ditto.
99         (print_one_breakpoint_location): Ditto, and add printing for
100         pass count, step count, and action list.
101         (user_settable_breakpoint): Add tracepoint case.
102         (allocate_bp_location): Ditto.
103         (set_breakpoint_location_function): Ditto.
104         (disable_breakpoints_in_shlibs): Ditto.
105         (mention): Ditto.
106         (break_command_really): Add argument traceflag, use to choose
107         basic breakpoint type.
108         (break_command_1): Pass extra argument.
109         (set_breakpoint, handle_gnu_v3_exceptions): Ditto.
110         (breakpoint_re_set_one): Add tracepoint case.
111         (disable_command, enable_command): Ditto.
112         (set_tracepoint_count): Move here from tracepoint.c.
113         (trace_command): Move here from tracepoint.c and use
114         break_command_really.
115         (tracepoints_info): Move here from tracepoint.c and call
116         breakpoints_info.
117         (enable_trace_command): Move here from tracepoint.c and call
118         enable_command.
119         (disable_trace_command): Move here from tracepoint.c and call
120         disable_command.
121         (delete_trace_command): Move here from tracepoint.c and call
122         delete_breakpoint.
123         (trace_pass_command): Move here from tracepoint.c.
124         (get_tracepoint_by_number): Ditto.
125         (tracepoint_save_command): Ditto.
126         (get_tracepoint): New function.
127         (all_tracepoints): New function.
128         (_initialize_breakpoint): Move tracepoint init from tracepoint.c,
129         deprecate "enable trace" and "disable trace" commands.
130         * tracepoint.h (struct tracepoint): Remove.
131         (tracepoint_chain): Remove decl.
132         (deprecated_create_tracepoint_hook): Remove decl.
133         (deprecated_delete_tracepoint_hook): Remove decl.
134         (deprecated_modify_tracepoint_hook): Remove decl.
135         (ALL_TRACEPOINTS, ALL_TRACEPOINTS_SAFE): Remove.
136         (free_actions): Update signature.
137         (validate_actionline): Update signature.
138         (end_actions_pseudocommand): Declare.
139         (while_stepping_pseudocommand): Declare.
140         * tracepoint.c: Include breakpoint.h.
141         (tracepoint_chain, tracepoint_count): Remove.
142         (free_actions, make_cleanup_free_actions): Update signature.
143         (trace_command, set_raw_tracepoint): Remove.
144         (trace_mention): Remove.
145         (tracepoints_info): Remove.
146         (tracepoint_operation, map_args_over_tracepoints): Remove.
147         (get_tracepoint_by_number): Remove.
148         (enable_trace_command, disable_trace_command): Remove.
149         (delete_trace_command, trace_pass_command): Remove.
150         (trace_actions_command, read_actions): Update signature.
151         (validate_actionline): Update signature, use bp loc.
152         (encode_actions): Ditto.
153         (download_tracepoint): New function, body of trace_start_command.
154         (trace_start_command): Call it, use all_tracepoints.
155         (tracepoint_save_command): Remove.
156         (tracepoint_dump_command): Use get_tracepoint.
157         (end_actions_pseudocommand): Make globally visible.
158         (while_stepping_pseudocommand): Ditto.
159         (_initialize_tracepoint): Move command definitions to breakpoint.c.
161 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
163         Expose frames to Python.
164         * Makefile.in (SUBDIR_PYTHON_OBS): Add python-frame.o.
165         (SUBDIR_PYTHON_SRCS): Add python-frame.c.
166         (python-frame.o): New target.
167         * python/python-frame.c: New file.
168         * python/python-internal.h (gdbpy_frames, gdbpy_newest_frame,
169         gdbpy_frame_stop_reason_string, gdbpy_selected_frame,
170         gdbpy_initialize_frames): New prototypes.
171         * python/python.c (_initialize_python): Call gdbpy_initialize_frames.
172         (GdbMethods): Add `selected_frame' and `frame_stop_reason_string'
173         entries.
174         * stack.c (find_frame_funname): New function, factored out of
175         print_frame.
176         (print_frame): Call find_frame_funname.
177         * stack.h (find_frame_funname): Add prototype.
179 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
181         Remove unused value_object attribute `owned_by_gdb'.
182         * python/python-value.c (value_object): Remove owned_by_gdb
183         attribute.
184         (valpy_dealloc): Remove reference to self->owned_by_gdb.
185         (valpy_new): Likewise.
186         (value_to_value_object): Likewise.
188 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
190         Change gdb.Value.address from a method to an attribute.
191         * python/python-value.c (value_object): Add `address' element.
192         (valpy_dealloc): Decrement reference to self->address if set.
193         (valpy_new): Initialize val_obj->address.
194         (valpy_address): Rename to ...
195         (valpy_get_address): ... this.  Change signature from method to
196         attribute.  Update self->address if not set.
197         (value_to_value_object): Initialize val_obj->address.
198         (value_object_getset): Add `address' element.
199         (value_object_methods): Remove `address' element.
201 2009-03-29  Andreas Schwab  <schwab@linux-m68k.org>
203         * observer.sh: Set LANG/LC_ALL to C, not c.
205 2009-03-28  Kevin Buettner  <kevinb@redhat.com>
207         * mn10300-tdep.c (mn10300_gdbarch_init): For mn10300, by default,
208         `char' is unsigned.
210 2009-03-28  Pedro Alves  <pedro@codesourcery.com>
212         * remote.c (remote_stop_ns): If multi-process extensions are off,
213         and GDB is requesting the whole process to stop, sent "vCont;t",
214         not "vCont;t:-1"
216 2009-03-28  Pedro Alves  <pedro@codesourcery.com>
218         * inf-loop.c (inferior_event_handler): Avoid calling is_running on
219         null inferior_ptid.
221 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
223         * config/djgpp/fnchange.lst: Update to fix ARI-reported problems.
225 2009-03-26  Doug Evans  <dje@google.com>
227         * thread.c (do_restore_current_thread_cleanup): Redo test for
228         whether to restore old->inferior_ptid.
230 2009-03-26  Tom Tromey  <tromey@redhat.com>
232         * breakpoint.c (resolve_sal_pc): Preserve original line number
233         when skipping prologue.
235 2009-03-26  Doug Evans  <dje@google.com>
237         * thread.c (inferior_thread) Remove "extern" in definition.
239 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
241         Add gdb.Value.is_optimized_out attribute.
242         * python/python-value.c (valpy_get_is_optimized_out): New
243         function.
244         (value_object_getset): New variable.
245         (value_object_type): Initialize tp_getset element.
247 2009-03-26  Joel Brobecker  <brobecker@adacore.com>
249         Recognize missing DW_AT_location as <value optimized out>.
250         * dwarf2read.c
251         (new_symbol <DW_TAG_variable> <!DW_AT_location> <!DW_AT_external>):
252         Call add_symbol_to_list.
254 2009-03-25  Tom Tromey  <tromey@redhat.com>
256         * gdbtypes.h (CHECK_TYPEDEF): Don't yield a value.
257         * stack.c (print_this_frame_argument_p): Use check_typedef.
259 2009-03-25  Tom Tromey  <tromey@redhat.com>
261         * configure: Rebuild.
262         * acinclude.m4 (AM_ICONV): Set am_cv_use_build_libiconv.
263         Rearrange flags setting.  Add comments.
265 2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
267         * config/i386/nm-i386.h: Remove code within
268         I386_WATCHPOINTS_IN_TARGET_VECTOR conditional.
269         * config/i386/nm-cygwin.h: Remove I386_WATCHPOINTS_IN_TARGET_VECTOR
270         macro.
271         * config/i386/nm-cygwin64.h: Ditto.
272         * config/i386/nm-fbsd.h: Ditto.
273         * config/i386/nm-go32.h: Ditto.
274         * config/i386/nm-linux.h: Ditto.
275         * config/i386/nm-linux64.h: Ditto.
277 2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
279         ARI fix: "xasprintf" rule.
280         * printcmd.c (sym_info): Replace xasprintf by xstrprintf.
282 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
284         * remote.c (remote_start_remote): In non-stop mode, call
285         init_wait_for_inferior before adding threads and inferiors.
287 2009-03-25  Joel Brobecker  <brobecker@adacore.com>
289         * breakpoint.c (breakpoint_thread_match): Split a large condition
290         into several smaller conditions.  No behavior change.
292 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
294         * infrun.c (infrun_thread_thread_exit): New.
295         (_initialize_infrun): Attach it to the thread_exit observer.
296         * thread.c (delete_thread_1): Always call the observer, passing it
297         the silent flag.
298         * mi/mi-interp.c (mi_thread_exit): Add "silent" parameter.  If
299         SILENT, return immediately.
301 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
303         * infrun.c (normal_stop): Use has_stack_frames instead of
304         target_has_stack.
305         * mi/mi-main.c (mi_execute_command): Avoid calling inferior_thread
306         when there is no thread selected.
307         (mi_cmd_execute): Don't special case commands that can run without
308         a valid selected thread.
309         * top.c (execute_command): Don't special case commands that can
310         run without a valid selected thread.  Use has_stack_frames.
311         * infcmd.c (ensure_valid_thread): New.
312         (continue_1, step_1, jump_command, signal_command): Use it.
313         (detach_command): Error out if there's no selected thread/inferior.
314         * thread.c (print_thread_info): Allow having no thread selected.
315         (switch_to_thread): Don't read the PC if there is no current thread.
316         (do_restore_current_thread_cleanup): Don't record the current
317         frame if there is no current thread.
318         (make_cleanup_restore_current_thread): Don't read frame info if
319         there is no selected thread.
320         (_initialize_thread): Don't mark commands as
321         "no_selected_thread_ok".
322         * frame.c (get_current_frame): Error out if there is no valid
323         selected thread.
324         (has_stack_frames): Return false if there is no valid
325         selected thread.
326         * cli/cli-cmds.c (init_cli_cmds): Don't mark commands as
327         "no_selected_thread_ok".
328         * cli/cli-decode.c (set_cmd_no_selected_thread_ok)
329         (get_cmd_no_selected_thread_ok): Delete.
330         * cli/cli-decode.h (CMD_NO_SELECTED_THREAD_OK): Delete.
331         (set_cmd_no_selected_thread_ok, get_cmd_no_selected_thread_ok):
332         Delete declaration.
333         * stack.c (get_selected_block): Use has_stack_frames.
335 2009-03-25  Thiago Jung Bauermann  <bauerman@br.ibm.com>
337         Fix size of FPSCR in Power 7 processors.
338         * ppc-linux-nat.c (PPC_FEATURE_ARCH_2_05): Remove #define.
339         (PPC_FEATURE_HAS_DFP): New #define.
340         (ppc_linux_read_description): Check for DFP feature instead of
341         ISA 2.05 to decide on size of the FPSCR.
343 2009-03-25  Kevin Buettner  <kevinb@redhat.com>
345         * mn10300-tdep.c (trad-frame.h): Don't include.
346         (prologue-value.h): Include.
347         (mn10300_frame_unwind_cache, set_reg_offsets): Delete.
348         (struct mn10300_prologue): Define.
349         (push_reg, translate_rreg, check_for_saved): New functions.
350         (mn10300_analyze_prologue): Rewrite, using prologue-value
351         machinery.  Handle more instructions than before.  Permit
352         instructions to occur in any order.
353         (mn10300_skip_prologue): Find the extents of the function
354         in question; mn10300_analyze_prologue no longer does this.
355         (mn10300_analyze_frame_prologue): New function.
356         (mn10300_frame_base): New function.
357         (mn10300_frame_this_id): Rewrite, no longer using trad-frame
358         implementation.
359         (mn10300_frame_prev_register): Likewise.
360         (mn10300_frame_base_address, mn10300_frame_base struct): Delete.
361         (mn10300_unwind_pc, mn10300_unwind_sp): Rename `next_frame' to
362         `this_frame'.
363         (mn10300_frame_unwind_init): Don't call frame_base_set_default().
365 2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
367         Fix completer problem for filename completion on the first try.
369         * gdb/completer.h (gdb_completion_word_break_characters): New function.
370         * gdb/completer.c: Include gdb_assert.h.
371         (complete_line_internal_reason): New enum.
372         (complete_line_internal): Change last argument type to
373         complete_line_internal_reason.
374         Modify function to handle the different complete_line_internal_reason
375         argument values.
376         (complete_line): Adapt to change in complete_line_internal.
377         (command_completer): Ditto.
378         (gdb_completion_word_break_characters): Implement new function.
379         * top.c (init_main): Set  rl_completion_word_break_hook to
380         gdb_completion_word_break_characters.
383 2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
385         ARI fix: "strlen d_name" rule.
386         * linux-nat.c (linux_nat_xfer_osdata): Use NAMELEN macro.
389 2009-03-24  Tom Tromey  <tromey@redhat.com>
390             Pedro Alves  <pedro@codesourcery.com>
392         * configure, config.in: Rebuild.
393         * configure.ac: Check for libiconvlist.
394         * charset.c: Check HAVE_LIBICONVLIST.
395         * acinclude.m4 (AM_ICONV): Don't subst LIBICONV, LIBICONV_INCLUDE,
396         LIBICONV_LIBDIR.  Update CPPFLAGS and LIBS.
397         * Makefile.in (LIBICONV, LIBICONV_INCLUDE, LIBICONV_LIBDIR):
398         Remove.
399         (INTERNAL_CFLAGS_BASE): Update.
400         (INTERNAL_LDFLAGS): Update.
401         (CLIBS): Update.
403 2009-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
405         * configure.ac: Initialize the variable $PREFER_CURSES.
406         * configure: Regenerated.
408 2009-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
410         * configure.ac: Enable $PREFER_CURSES even with default $ENABLE_TUI.
411         * configure: Regenerated.
413 2009-03-24  Pierre Muller  <muller@ics.u-strasbg.fr>
415         ARI fix: "strerror" rule.
416         * darwin-nat.c (darwin_ptrace): Use safe_strerror.
417         (darwin_stop_inferior, darwin_attach, darwin_detach): Ditto.
419 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
421         * ada-exp.y (get_symbol_field_type): Make sure to resolve typedefs
422         before looking up the fields inside our struct type.
424 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
426         * ada-lang.c (resolve_subexp) [UNOP_QUAL]: Resolve typedefs before
427         trying to resolve the type qualification.
429 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
431         * ada-lang.c (ada_evaluate_subexp) [UNOP_IN_RANGE]: make sure
432         we try to apply the attribute on the real type, rather than
433         its associated typedef.
435 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
437         * ada-lang.c (ada_evaluate_subexp) [OP_ATR_MODULUS]: Use check_typdef
438         to make sure we try to get the modulus of the actual type, not the
439         associated typedef.
441 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
443         * ada-lang.c (ada_evaluate_subexp): [OP_ATR_FIRST, OP_ATR_LAST]
444         [OP_ATR_LENGTH]: When using the attribute on a type, make sure
445         to get the real type, not the associated typedef.
447 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
449         * ada-lang.c (ada_get_field_index): Add handling of the case
450         when TYPE is a typedef of a struct.
452 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
454         Add gdb_usleep as a portable version of usleep based on gdb_select.
455         * gdb_usleep.h, gdb_usleep.c: New files.
456         * Makefile.in (SFILES): Add gdb_usleep.c.
457         (HFILES_NO_SRCDIR): Add gdb_usleep.h.
458         (COMMON_OBS): Add gdb_usleep.o.
459         * ser-unix.c (hardwire_send_break): Replace call to gdb_select
460         by call to gdb_usleep.
462 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
464         * buildsym.c (end_symtab): If we ignore the subfiles, then
465         unlink the associated symtabs if they were already allocated.
467 2009-03-23  Jerome Guitton  <guitton@adacore.com>
469         Provide a way to force building of GDB with libcurses.
470         * configure.ac: Add --with-curses.
471         * configure: Regenerated.
473 2009-03-23  Tom Tromey  <tromey@redhat.com>
475         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_uninit>: Fix typo in
476         error message.
478 2009-03-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
480         * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Use
481         solib_contains_address_p instead of searching.
483 2009-03-23  Tom Tromey  <tromey@redhat.com>
485         * charset.c (ICONV_CONST) <PHONY_ICONV>: Define.
486         (iconv): Make 'inbuf' argument const.
487         (convert_between_encodings): Use ICONV_CONST.
488         (wchar_iterate): Likewise.
490 2009-03-22  Christopher Faylor  <me+cygwin@cgf.cx>
492         * windows-nat.c (AdjustTokenPrivileges): Implement macro wraparound for
493         dynamically loaded function.
494         (LookupPrivilegeValueA): Ditto.
495         (OpenProcessToken): Ditto.
496         (AdjustTokenPrivileges): Rename and define placeholder for address of
497         dynamically loaded function.
498         (LookupPrivilegeValueA): Ditto.
499         (OpenProcessToken): Ditto.
500         (set_process_privilege): Remove check for loaded functions.
501         (bad_OpenProcessToken): Define.
502         (_initialize_loadable): Load token functions from advapi here, setting
503         OpenProcessToken function to a dummy static function which always return
504         error if OS doesn't support this functionality.
506 2009-03-22   Nicolas Roche  <roche@adacore.com>
507              Christopher Faylor <me+cygwin@cgf.cx>
509         * win32-nat.c (ctrl_c_handler): New function.
510         (win32_wait): Register ctrl_c_handler as Ctrl-C handler if the inferior
511         is run in a separate console.
513 2009-03-22  Christopher Faylor  <me+cygwin@cgf.cx>
515         * windows-nat.c (DebugActiveProcessStop): Implement macro wraparound
516         for dynamically loaded function.
517         (DebugBreakProcess): Ditto.
518         (DebugSetProcessKillOnExit): Ditto.
519         (EnumProcessModules): Ditto.
520         (GetModuleFileNameExA): Ditto.
521         (GetModuleInformation): Ditto.
522         (DebugActiveProcessStop): Rename and define placeholder for address of
523         dynamically loaded function.
524         (DebugBreakProcess): Ditto.
525         (DebugSetProcessKillOnExit): Ditto.
526         (EnumProcessModules): Ditto.
527         (GetModuleFileNameExA): Ditto.
528         (GetModuleInformation): Ditto.
529         (psapi_loaded): Delete.
530         (get_module_name): Don't check psapi_loaded, just rely on the fact that
531         dynamically loaded functions will return failure if they weren't
532         previously found.
533         (has_detach_ability): Delete.
534         (windows_attach): Remove call to has_detach_ability ().  Just rely on
535         functions being callable.
536         (bad_DebugActiveProcessStop): Define.
537         (bad_DebugBreakProcess): Ditto.
538         (bad_DebugSetProcessKillOnExit): Ditto.
539         (bad_EnumProcessModules): Ditto.
540         (bad_GetModuleFileNameExA): Ditto.
541         (bad_GetModuleInformation): Ditto.
542         (_initialize_loadable): Rename from _initialize_psapi.  Initialize all
543         dynamic storage here, setting nonexistent functions to dummy static
544         functions which always return error.
546 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
548         * mi/mi-interp.c (mi_interpreter_init): Attach mi_about_to_proceed
549         to the about_to_proceed observer notification.
550         (mi_about_to_proceed): New.
551         (mi_on_resume): Only output ^running and the prompt here if the
552         target was proceeded.
553         * breakpoint.c (breakpoint_proceeded): New static.
554         (breakpoint_about_to_proceed): New.
555         (_initialize_breakpoints): Attach breakpoint_about_to_proceed to
556         the about_to_proceed observer notification.
557         * inferior.h (breakpoint_proceeded): Delete declaration.
558         * infrun.c (clear_proceed_status): Don't set breakpoint_proceeded.
559         Notify the about_to_proceed observers.
560         (struct inferior_status): Delete breakpoint_proceeded member.
561         (save_inferior_status): Don't save it.
562         (restore_inferior_status): Don't restore it.
563         * mi-main.h (mi_proceeded): Declare.
564         * mi/mi-main.c (mi_cmd_execute): Clear mi_proceeded before running
565         a command.
567 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
569         * gdbthread.h (struct thread_info): Add in_infcall member.
570         * infcall.c (run_inferior_call): Save, set and restore in_infcall.
571         Remove reverences to suppress_resume_observer.  Refresh
572         `call_thread' after returning from `proceed'.
573         * infcmd.c (suppress_resume_observer): Delete.
574         * inferior.h (suppress_resume_observer): Delete declaration.
575         * mi/mi-interp.c (mi_on_resume): Suppress output while calling an
576         inferior function.
577         * thread.c (set_running): Remove references to
578         suppress_resume_observer.
579         * infrun.c (struct inferior_status): Add in_infcall member.
580         (save_inferior_status): Save it.
581         (restore_inferior_status): Restore it.
583 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
585         * infcall.c (run_inferior_call): Remove references to
586         suppress_stop_observer.
587         * infcmd.c (suppress_stop_observer): Delete.
588         (finish_command_continuation): Remove NOTE.  Don't clear
589         suppress_stop_observer anymore.
590         (finish_command_continuation_free_arg): Likewise.
591         (finish_forward): Remove references to suppress_stop_observer.
592         Call normal_stop observer if we haven't already.
593         * inferior.h (suppress_stop_observer): Delete.
594         * infrun.c (normal_stop): When deciding to suppress the
595         normal_stop observer, check for proceed_to_finish instead of
596         suppress_stop_observer.
598 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
600         * symfile.c (symfile_relocate_debug_section): Remove check for
601         SEC_DEBUGGING.
603 2009-03-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
604             Jim Blandy  <jimb@red-bean.com>
605             Thiago Jung Bauermann  <bauerman@br.ibm.com>
606             Tom Tromey  <tromey@redhat.com>
608         Miscellaneous fixes to the Python code.
609         * python/python-cmd.c (cmdpy_init): Accept keyword
610         arguments.
611         * python/python-value.c (valpy_string): Accept keyword
612         arguments.
613         (valpy_binop): Use `break' to exit from the TRY_CATCH block.
614         Do not call value_to_value_object on NULL RES_VAL.
615         (value_object_methods): Change `string' entry to also accept
616         keyword arguments.
617         (convert_value_from_python): Return a copy of the value if obj is
618         a gdb.Value object.
619         (value_object_methods): Mark the `string' method as accepting
620         keywords, and show method "prototype" in the doc string.
621         * python/python.c (get_parameter): Don't return inside a
622         TRY_CATCH.
624 2009-03-20  Tom Tromey  <tromey@redhat.com>
626         Add support for convenience functions in Python.
627         * Makefile.in (SUBDIR_PYTHON_OBS): Add python-function.o.
628         (SUBDIR_PYTHON_SRCS): Add python-function.c.
629         (python-function.o): New target.
630         * eval.c: Include "python/python.h" and <ctype.h>.
631         (evaluate_subexp_standard): Handle values of type
632         TYPE_CODE_INTERNAL_FUNCTION.
633         * gdbtypes.h (type_code): Add TYPE_CODE_INTERNAL_FUNCTION.
634         * parse.c (write_exp_string): Remove duplicate word in comment.
635         * python/python-function.c: New file.
636         * python/python-internal.h (gdbpy_initialize_functions): Add
637         prototype.
638         * python/python.c (_initialize_python): Call
639         gdbpy_initialize_functions.
640         * valprint.c (value_check_printable): Handle values of type
641         TYPE_CODE_INTERNAL_FUNCTION.
642         * value.c: Include "cli/cli-decode.h".
643         (internal_function): New struct.
644         (functionlist, internal_fn_type): New static variables.
645         (lookup_only_internalvar,
646         lookup_internalvar): Add const qualifier to name argument.
647         (create_internalvar): Likewise.  Initialize new field.
648         (set_internal_var): Fix typo in comment.  Don't allow assignment
649         to canonical variable.
650         (value_create_internal_function, value_internal_function_name,
651         call_internal_function, function_command, function_destroyer,
652         add_internal_function): New functions.
653         (_initialize_values): Create `function' placeholder command.
654         Initialize internal_fn_type.
655         * value.h (lookup_only_internalvar, create_internalvar,
656         lookup_internalvar): Add const qualifier to name argument.
657         (internal_function_fn, add_internal_function, call_internal_function,
658         value_internal_function_name): Add prototypes.
659         (struct internalvar) <canonical>: New field.
661 2009-03-20  Tom Tromey  <tromey@redhat.com>
663         * c-lang.c (evaluate_subexp_c): Call check_typedef.
665 2009-03-20  Tom Tromey  <tromey@redhat.com>
666             Julian Brown  <julian@codesourcery.com>
668         PR i18n/7220, PR i18n/7821, PR exp/8815, PR exp/9103,
669         PR i18n/9401, PR exp/9613:
670         * NEWS: Update
671         * value.h (value_typed_string): Declare.
672         (val_print_string): Update.
673         * valprint.h (print_char_chars): Update.
674         * valprint.c (print_char_chars): Add type argument.  Update.
675         (val_print_string): Likewise.
676         * valops.c (value_typed_string): New function.
677         * utils.c (host_char_to_target): New function.
678         (parse_escape): Use host_char_to_target, host_hex_value.  Update.
679         Remove '^' case.
680         (no_control_char_error): Remove.
681         * typeprint.c (print_type_scalar): Update.
682         * scm-valprint.c (scm_scmval_print): Update.
683         * scm-lang.h (scm_printchar, scm_printstr): Update.
684         * scm-lang.c (scm_printchar): Add type argument.
685         (scm_printstr): Likewise.
686         * printcmd.c (print_formatted): Update.
687         (print_scalar_formatted): Update.
688         (printf_command) <wide_string_arg, wide_char_arg>: New constants.
689         Handle '%lc' and '%ls'.
690         * parser-defs.h (struct typed_stoken): New type.
691         (struct stoken_vector): Likewise.
692         (write_exp_string_vector): Declare.
693         * parse.c (write_exp_string_vector): New function.
694         * p-valprint.c (pascal_val_print): Update.
695         * p-lang.h (is_pascal_string_type, pascal_printchar,
696         pascal_printstr): Update.
697         * p-lang.c (is_pascal_string_type): Remove 'char_size' argument.
698         Add 'char_type' argument.
699         (pascal_emit_char): Add type argument.
700         (pascal_printchar): Likewise.
701         (pascal_printstr): Likewise.
702         * objc-lang.c (objc_emit_char): Add type argument.
703         (objc_printchar): Likewise.
704         (objc_printstr): Likewise.
705         * macroexp.c (get_character_constant): Handle unicode characters.
706         Use c_parse_escape.
707         (get_string_literal): Handle unicode strings.  Use
708         c_parse_escape.
709         * m2-valprint.c (print_unpacked_pointer): Update.
710         (m2_print_array_contents): Update.
711         (m2_val_print): Update.
712         * m2-lang.c (m2_emit_char): Add type argument.
713         (m2_printchar): Likewise.
714         (m2_printstr): Likewise.
715         * language.h (struct language_defn) <la_printchar>: Add type
716         argument.
717         <la_printstr, la_emitchar>: Likewise.
718         (LA_PRINT_CHAR): Likewise.
719         (LA_PRINT_STRING): Likewise.
720         (LA_EMIT_CHAR): Likewise.
721         * language.c (unk_lang_emit_char): Add type argument.
722         (unk_lang_printchar): Likewise.
723         (unk_lang_printstr): Likewise.
724         * jv-valprint.c (java_val_print): Update.
725         * jv-lang.c (java_emit_char): Add type argument.
726         * f-valprint.c (f_val_print): Update.
727         * f-lang.c (f_emit_char): Add type argument.
728         (f_printchar): Likewise.
729         (f_printstr): Likewise.
730         * expprint.c (print_subexp_standard): Update.
731         * charset.h (target_wide_charset): Declare.
732         (c_target_char_has_backslash_escape, c_parse_backslash,
733         host_char_print_literally, host_char_to_target,
734         target_char_to_host, target_char_to_control_char): Remove.
735         (enum transliterations): New type.
736         (convert_between_encodings): Declare.
737         (HOST_ESCAPE_CHAR): New define.
738         (host_letter_to_control_character, host_hex_value): Declare.
739         (enum wchar_iterate_result): New enum.
740         (struct wchar_iterator): Declare.
741         (make_wchar_iterator, make_cleanup_wchar_iterator, wchar_iterator,
742         wchar_push_back): Declare.
743         * charset-list.h: New file.
744         * c-valprint.c (textual_name): New function.
745         (textual_element_type): Handle wide character types.
746         (c_val_print): Pass original type to textual_element_type.  Handle
747         wide character types.
748         (c_value_print): Use textual_element_type.  Pass original type of
749         value to val_print.
750         * c-lang.h (enum c_string_type): New type.
751         (c_printchar, c_printstr): Update.
752         * c-lang.c (classify_type): New function.
753         (print_wchar): Likewise.
754         (c_emit_char): Add type argument.  Handle wide characters.
755         (c_printchar): Likewise.
756         (c_printstr): Add type argument.  Handle wide and multibyte
757         character sets.
758         (convert_ucn): New function.
759         (emit_numeric_character): Likewise.
760         (convert_octal): Likewise.
761         (convert_hex): Likewise.
762         (ADVANCE): New macro.
763         (convert_escape): New function.
764         (parse_one_string): Likewise.
765         (evaluate_subexp_c): Likewise.
766         (exp_descriptor_c): New global.
767         (c_language_defn): Use exp_descriptor_c.
768         (cplus_language_defn): Likewise.
769         (asm_language_defn): Likewise.
770         (minimal_language_defn): Likewise.
771         (charset_for_string_type): New function.
772         * c-exp.y (%union): Add 'svec' and 'tsval'.
773         (CHAR): New token.
774         (exp): Add CHAR production.
775         (string_exp): Rewrite.
776         (exp) <string_exp>: Rewrite.
777         (tempbuf): Now global.
778         (tempbuf_init): New global.
779         (parse_string_or_char): New function.
780         (yylex) <tempbuf>: Now global.
781         <tokptr, tempbufindex, tempbufsize, token_string, class_prefix>:
782         Remove.
783         Handle 'u', 'U', and 'L' prefixes.  Call parse_string_or_char.
784         (c_parse_escape): New function.
785         * auxv.c (fprint_target_auxv): Update.
786         * ada-valprint.c (ada_emit_char): Add type argument.
787         (ada_printchar): Likewise.
788         (ada_print_scalar): Update.
789         (printstr): Add type argument.  Update calls to ada_emit_char.
790         (ada_printstr): Add type argument.
791         (ada_val_print_array): Update.
792         (ada_val_print_1): Likewise.
793         * ada-lang.c (emit_char): Add type argument.
794         * ada-lang.h (ada_emit_char, ada_printchar, ada_printstr): Add
795         type arguments.
796         * gdb_locale.h: Include langinfo.h.
797         * charset.c (_initialize_charset): Set default host charset from
798         the locale.  Don't register charsets.  Add target-wide-charset
799         commands.  Call find_charset_names.
800         (struct charset, struct translation): Remove.
801         (GDB_DEFAULT_HOST_CHARSET): Remove.
802         (GDB_DEFAULT_TARGET_WIDE_CHARSET): New define.
803         (target_wide_charset_name): New global.
804         (show_host_charset_name): Handle "auto".
805         (show_target_wide_charset_name): New function.
806         (host_charset_enum, target_charset_enum): Remove.
807         (charset_enum): New global.
808         (all_charsets, register_charset, lookup_charset, all_translations,
809         register_translation, lookup_translation): Remove.
810         (simple_charset, ascii_print_literally, ascii_to_control): Remove.
811         (iso_8859_print_literally, iso_8859_to_control,
812         iso_8859_family_charset): Remove.
813         (ebcdic_print_literally, ebcdic_to_control,
814         ebcdic_family_charset): Remove.
815         (struct cached_iconv, check_iconv_cache, cached_iconv_convert,
816         register_iconv_charsets): Remove.
817         (target_wide_charset_be_name, target_wide_charset_le_name): New
818         globals.
819         (identity_either_char_to_other): Remove.
820         (set_be_le_names, validate): New functions.
821         (backslashable, backslashed, represented): Remove.
822         (default_c_target_char_has_backslash_escape): Remove.
823         (default_c_parse_backslash, iconv_convert): Remove.
824         (ascii_to_iso_8859_1_table, ascii_to_ebcdic_us_table,
825         ascii_to_ibm1047_table, iso_8859_1_to_ascii_table,
826         iso_8859_1_to_ebcdic_us_table, iso_8859_1_to_ibm1047_table,
827         ebcdic_us_to_ascii_table, ebcdic_us_to_iso_8859_1_table,
828         ebcdic_us_to_ibm1047_table, ibm1047_to_ascii_table,
829         ibm1047_to_iso_8859_1_table, ibm1047_to_ebcdic_us_table): Remove.
830         (table_convert_char, table_translation, simple_table_translation):
831         Remove.
832         (current_host_charset, current_target_charset,
833         c_target_char_has_backslash_escape_func,
834         c_target_char_has_backslash_escape_baton): Remove.
835         (c_parse_backslash_func, c_parse_backslash_baton): Remove.
836         (host_char_to_target_func, host_char_to_target_baton): Remove.
837         (target_char_to_host_func, target_char_to_host_baton): Remove.
838         (cached_iconv_host_to_target, cached_iconv_target_to_host):
839         Remove.
840         (lookup_charset_or_error, check_valid_host_charset): Remove.
841         (set_host_and_target_charsets): Remove.
842         (set_host_charset, set_target_charset): Remove.
843         (set_host_charset_sfunc, set_target_charset_sfunc): Rewrite.
844         (set_target_wide_charset_sfunc): New function.
845         (show_charset): Print target wide character set.
846         (host_charset, target_charset): Rewrite.
847         (target_wide_charset): New function.
848         (c_target_char_has_backslash_escape): Remove.
849         (c_parse_backslash): Remove.
850         (host_letter_to_control_character): New function.
851         (host_char_print_literally): Remove.
852         (host_hex_value): New function.
853         (target_char_to_control_char): Remove.
854         (cleanup_iconv): New function.
855         (convert_between_encodings): New function.
856         (target_char_to_host): Remove.
857         (struct wchar_iterator): Define.
858         (make_wchar_iterator, make_cleanup_wchar_iterator, wchar_iterator,
859         wchar_push_back): New functions.
860         (do_cleanup_iterator): New function.
861         (char_ptr): New typedef.
862         (charsets): New global.
863         (add_one, find_charset_names): New functions.
864         (default_charset_names): New global.
865         (auto_host_charset_name): Likewise.
866         * aclocal.m4, config.in, configure: Rebuild.
867         * configure.ac: Call AM_LANGINFO_CODESET.
868         (GDB_DEFAULT_HOST_CHARSET): Default to UTF-8.
869         (AM_ICONV): Invoke earlier.
870         * acinclude.m4: Include codeset.m4.  Subst LIBICONV_INCLUDE and
871         LIBICONV_LIBDIR.  Check for libiconv in build tree.
872         * Makefile.in (LIBICONV_LIBDIR, LIBICONV_INCLUDE): New macros.
873         (INTERNAL_CFLAGS_BASE): Add LIBICONV_INCLUDE.
874         (INTERNAL_LDFLAGS): Add LIBICONV_LIBDIR.
875         * gdb_obstack.h (obstack_grow_wstr): New define.
876         * gdb_wchar.h: New file.
877         * defs.h: Include it.
879 2009-03-20  Tom Tromey  <tromey@redhat.com>
880             Jan Kratochvil  <jan.kratochvil@redhat.com>
882         * dwarf2read.c (process_die): Handle DW_TAG_typedef.
883         * eval.c (evaluate_subexp_standard) <OP_TYPE>: Strip a single
884         typedef.
885         * ada-lang.c (decode_packed_array_type): Call CHECK_TYPEDEF on the
886         SYMBOL_TYPE result.
887         * ada-typeprint.c (print_array_type): Do the NULL check
888         unconditionally.
890 2009-03-19  Tom Tromey  <tromey@redhat.com>
892         * utils.c (do_obstack_free): New function.
893         (make_cleanup_obstack_free): Likewise.
894         * defs.h (make_cleanup_obstack_free): Declare.
896 2009-03-18  Doug Evans  <dje@google.com>
898         * linux-nat.c (linux_nat_find_memory_regions): Result of PIDGET is an
899         int, not a long long.
900         (linux_nat_info_proc_cmd): Store pid in long instead of long long.
902         * expprint.c (dump_raw_expression): Print note if non-NULL.
904         * printcmd.c (display_uses_solib_p): Redo loop, scan element list
905         backwards.
907 2009-03-18  Nathan Sidwell  <nathan@codesourcery.com>
909         * Makefile.in: Update license to GPLv3.
910         * ada-exp.y: Update license to GPLv3.
911         * ada-lex.l: Update license to GPLv3.
912         * c-exp.y: Update license to GPLv3.
913         * cp-name-parser.y: Update license to GPLv3.
914         * darwin-nat-info.c: Update license to GPLv3.
915         * f-exp.y: Update license to GPLv3.
916         * gdb_thread_db.h: Update license to GPLv3.
917         * hppanbsd-nat.c: Update license to GPLv3.
918         * hppanbsd-tdep.c: Update license to GPLv3.
919         * hppaobsd-tdep.c: Update license to GPLv3.
920         * jv-exp.y: Update license to GPLv3.
921         * m2-exp.y: Update license to GPLv3.
922         * objc-exp.y: Update license to GPLv3.
923         * p-exp.y: Update license to GPLv3.
924         * reply_mig_hack.awk: Update license to GPLv3.
925         * reverse.c: Update license to GPLv3.
926         * xtensa-xtregs.c: Update license to GPLv3.
928 2009-03-18  Pedro Alves  <pedro@codesourcery.com>
930         * remote.c (remote_close): Don't call generic_mourn_inferior.
931         (remote_mourn_1): Call generic_mourn_inferior after closing the
932         target.
934 2009-03-18  Pedro Alves  <pedro@codesourcery.com>
936         * remote.c (remote_start_remote): Add missing call to
937         init_wait_for_inferior in non-stop mode.
939 2009-03-18  Pedro Alves  <pedro@codesourcery.com>
941         * breakpoint.c (bpstat_should_step): Only consider software
942         watchpoints that have a location.
944 2009-03-17  Joel Brobecker  <brobecker@adacore.com>
946         Add a target_ops parameter to the to_kill method in struct target_ops.
948         * target.h (struct target_ops): Add a "target_ops *" parameter to
949         method to_kill.
950         (target_kill): Remove macro. Add declaration.
951         * target.c (debug_to_kill): Delete, no longer necessary.
952         (target_kill): New function.
953         (update_current_target):  Stop inheriting the to_kill method.
954         Do not de_fault it to no_process either.
955         (setup_target_debug): Do not set current_target.to_kill.
956         * gnu-nat.c, go32-nat.c, hpux-thread.c, inf-ptrace.c, inf-ttrace.c,
957         linux-nat.c, monitor.c, nto-procfs.c, procfs.c, remote-m32r-sdi.c,
958         remote-mips.c, remote-sim.c, remote.c, windows-nat.c: Update
959         accordingly.
961 2009-03-17  Doug Evans  <dje@google.com>
963         * amd64-linux-nat.c (si_timerid,si_overrun): Provide definition for
964         glibc 2.3.2 and earlier.
966 2009-03-17  Joel Brobecker  <brobecker@adacore.com>
968         * frame.c (get_prev_frame_1): Do not perform the inner_frame
969         sanity check if this_frame is not NORMAL.
970         (frame_id_inner): Update the description of this function.
972 2009-03-17  Hui Zhu  <teawater@gmail.com>
974         * stack.c: Change the introduce of "disassemble-next-line".
976 2009-03-17  Pedro Alves  <pedro@codesourcery.com>
978         * mi/mi-main.h (mi_print_timing_maybe): Add strict prototype,
979         declare as extern.
981 2009-03-17  Hui Zhu  <teawater@gmail.com>
983         * stack.c: Include valprint.h.
984         (disassemble_next_line): New enum.
985         (show_disassemble_next_line): New function.  Show the current
986         value of disassemble-next-line.
987         (gdb_disassembly_stub_args): New struct for argument passing
988         between function do_gdb_disassembly and function
989         gdb_disassembly_stub.
990         (gdb_disassembly_stub): New function.  Helper for
991         gdb_disassembly.
992         (do_gdb_disassembly): New function.  Use TRY_CATCH to catch
993         the exception from the gdb_disassembly because it will be
994         broken by filter sometime.
995         (print_frame_info): If disassemble-next-line is set to auto
996         or on and doesn't have the line debug messages for $pc,
997         output the next instruction.
998         If disassemble-next-line is set to on and there is line debug
999         messages, output assembly codes for next line.
1000         (_initialize_stack): Make the "set disassemble-next-line"
1001         command an auto-boolean command.  Change its class to
1002         class_stack.  Place it in the top level set list.  Extend help
1003         to describe the auto mode.
1005 2009-03-17  Pedro Alves  <pedro@codesourcery.com>
1007         * infrun.c (normal_stop): Don't overwrite old_chain.
1009 2009-03-16  Joel Brobecker  <brobecker@adacore.com>
1011         * remote-mips.c (mips_load): Replace call to regcache_set_valid_p,
1012         which is undefined, by call to regcache_invalidate, which should
1013         do what the original author wanted to do.
1015 2009-03-16  Joel Brobecker  <brobecker@adacore.com>
1017         * remote-mips.c (mips_mourn_inferior): Add missing ops parameter.
1018         (mips_create_inferior): Likewise.
1020 2009-03-16  Joel Brobecker  <brobecker@adacore.com>
1022         * go32-nat.c (go32_create_inferior): Add missing ops parameter.
1024 2009-03-16  Joel Brobecker  <brobecker@adacore.com>
1026         * darwin-nat.c (darwin_resume): Fix a compiler warning when
1027         building on x86_64-darwin.
1029 2009-03-16  Tristan Gingold  <gingold@adacore.com>
1031         * configure.tgt: Add handling for x86_64-darwin.
1033 2009-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1035         * auxv.c (fprint_target_auxv): New TAG for AT_RANDOM.
1037 2009-03-15  Joel Brobecker  <brobecker@adacore.com>
1039         * aix-thread.c (aix_thread_thread_alive, aix_thread_pid_to_str):
1040         Use the ops parameter to get to the target beneath, rather than
1041         using the current_target global.  Using the current_target global
1042         was an unintended accident.
1044 2009-03-15  Joel Brobecker  <brobecker@adacore.com>
1046         Fix an error happening while loading symbols from a core file
1047         (on AIX).
1049         * rs6000-nat.c (xcoff_relocate_symtab): Use target_has_execution
1050         to detect whether we're debugging a core file or not.
1052 2009-03-15  Joel Brobecker  <brobecker@adacore.com>
1054         Modernize the aix-thread later by getting rid of the base_target
1055         global.  This brings back to life the AIX port which was otherwise
1056         crashing all the time.
1058         * aix-thread.c (base_target): Delete.
1059         (pd_enable): Do not set base_target.
1060         (aix_thread_attach): Use find_target_beneath instead of base_target.
1061         (aix_thread_detach, aix_thread_resume, aix_thread_wait)
1062         (aix_thread_fetch_registers, aix_thread_store_registers),
1063         (aix_thread_xfer_partial, aix_thread_mourn_inferior)
1064         (aix_thread_thread_alive, aix_thread_pid_to_str): Likewise.
1065         (aix_thread_kill): Delete. Does not seem necessary.
1066         (init_aix_thread_ops): Do not set aix_thread_ops.to_kill.
1068 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1070         * stack.c (return_command <retval_exp>): New variables retval_expr
1071         and old_chain.  Inline parse_and_eval to initialize retval_expr.  Check
1072         RETVAL_EXPR for UNOP_CAST and set RETURN_TYPE to the RETURN_VALUE type
1073         if RETURN_TYPE is NULL.
1075 2009-03-14  Pedro Alves  <pedro@codesourcery.com>
1077         * remote.c (PACKET_qAttached): New.
1078         (remote_query_attached): New.
1079         (remote_add_inferior): Add new `attached' argument.  Handle it.
1080         (remote_notice_new_inferior, remote_start_remote): Adjust to pass
1081         -1 to remote_add_inferior in new parameter.
1082         (extended_remote_attach_1): Adjust to pass 1 to
1083         remote_add_inferior in the new parameter.
1084         (extended_remote_create_inferior_1): Adjust to pass 0 to
1085         remote_add_inferior in the new parameter.
1086         (_initialize_remote): Add "set/show remote query-attached-packet"
1087         commands.
1089 2009-03-13  Tom Tromey  <tromey@redhat.com>
1091         * symtab.c (lookup_symbol_in_language): Use a cleanup.
1093 2009-03-13  Doug Evans  <dje@google.com>
1095         * exceptions.h: Clean up some comments on catch_exceptions usage.
1096         * exceptions.c: Ditto.  Plus mark catch_errors as superseded by
1097         catch_exceptions.
1099 2009-02-17  Joel Brobecker  <brobecker@adacore.com>
1101         The following patch helps getting rid of a warning inside solib-som.c.
1103         * source.c (source_full_path_of): Constify parameter filename.
1104         * defs.h (source_full_path_of): Update declaration accordingly.
1106 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
1108         * ada-lang.c (ada_evaluate_subexp): Merge case BINOP_REM and
1109         BINOP_MOD cases with the handling of case BINOP_DIV and BINOP_MUL.
1110         Remove useless op value checks when EVAL_AVOID_SIDE_EFFECTS.
1112 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
1114         * ada-lang.c (ada_evaluate_subexp) <BINOP_DIV>: make sure to
1115         promote the operands when noside is EVAL_AVOID_SIDE_EFFECTS.
1117 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
1119         * ada-tasks.c (ada_task_is_alive): Move up and make static.
1120         * ada-lang.h (ada_task_is_alive): Remove declaration.
1122 2009-03-12  Jerome Guitton  <guitton@adacore.com>
1124         * ada-lang.c (ada_delta): Change the type of numerators and
1125         denominators to DOUBLEST, as they may not fit into a long.
1126         (scaling_factor): Ditto.
1128 2009-03-12  Jerome Guitton  <guitton@adacore.com>
1130         * language.c (lang_bool_type): Set lai->bool_type_symbol to NULL.
1132 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
1134         * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: For tagged
1135         types, if we are unable to determine the actual symbol type
1136         from its tag, then use the static approximation instead.
1138 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
1140         Fix crash printing packed record with packed array.
1142         * ada-lang.c (ada_modulus_from_name): New function.
1143         (ada_modulus): In the case where the type length is bigger than
1144         the size of the type used to hold the bounds, try determining
1145         the modulus from the type name.
1146         (ada_value_primitive_packed_val): Fix bug in the computation of
1147         ntarg causing an out-of-buffer invalid access.
1149 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
1151         Fix segfault when printing short_integer'last.
1153         * ada-lang.c (ada_find_any_type): Search in the primitive types
1154         if a symbol could not be found.
1156 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
1158         * ada-tasks.c (task_states,long_task_states): Add new states
1159         Activating and Acceptor_Delay_Sleep.  Update the description
1160         of state Acceptor_Sleep.
1162 2009-03-12  Jonas Maebe <jonas.maebe@elis.ugent.be>  (obvious change)
1164         Fix a build failure on Darwin following some changes in
1165         the profile of some target_ops methods.
1167         * darwin-nat.c (darwin_kill_inferior): Add target_ops parameter
1168         where missing.
1169         (darwin_stop_inferior, darwin_detach): Likewise.
1171 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
1173         Include token in ^running notification for CLI commands.
1175         * mi/mi-main.c (mi_execute_command): Set current_token here.
1176         (mi_cmd_execute): Do not set current_token here.
1178 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
1180         Fix MI timings.
1182         * mi/mi-main.c (mi_print_timing_maybe): New.
1183         (captured_mi_execute_command): Simplify. Output timings to
1184         CLI commands, too.
1185         (mi_execute_async_cli_command): Do not print timings.
1186         * mi/mi-main.h (mi_print_timing_maybe): Declare.
1187         * mi/mi-interp.c (mi_on_normal_stop): Call mi_print_timing_maybe.
1189 2009-03-12  Jerome Guitton  <guitton@adacore.com>
1191         * xcoffread.c (process_linenos): Check if the line in the
1192         include table refers to the main source file and, if so,
1193         add them to the main subfile.
1195 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
1197         Fix a build failure on AIX introduced after a change in the profile
1198         of some of the "methods" in the target_ops structure.
1199         * aix-thread.c: Add missing target_ops parameter throughout.
1201         Implement Ada task switching on AIX.
1202         * aix-thread.c (aix_thread_get_ada_task_ptid): New function.
1203         (init_aix_thread_ops): Set aix_thread_ops.to_get_ada_task_ptid.
1205 2009-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
1207         * breakpoint.c (bpstat_check_breakpoint_conditions): Use
1208         value_mark and value_free_to_mark.
1209         * objfiles.c (free_objfile): Call objfile_free_data before
1210         freeing the BFD.
1212 2009-03-10  Hui Zhu  <teawater@gmail.com>
1214         * disasm.c (gdb_disassembly): Remove unused argument
1215         "line_num".
1216         * disasm.h (gdb_disassembly): Ditto.
1217         * cli/cli-cmds.c (print_disassembly): Ditto.
1218         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Ditto.
1220 2009-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1222         * solib.c (solib_contains_address_p): New function.
1223         (solib_name_from_address): Use it.
1224         * printcmd.c (display_uses_solib_p): Use it.
1225         * solib.h (solib_contains_address_p): Declare it.
1227 2009-03-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1229         * varobj.c (free_variable): Call value_free.
1231 2009-03-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1233         PR gdb/9873:
1234         * dwarf2read.c (dwarf_decode_macros): New variable `at_commandline'.
1235         Move the variable `macinfo_type' out of the loop.  Create a new
1236         processing pass before the current one to pre-create `current_file'.
1237         New complaint on misplaced zero/non-zero definitions/includes.
1238         Skip first DW_MACINFO_start_file with `at_commandline' set.
1240 2008-03-09  Vladimir Prus  <vladimir@codesourcery.com>
1242        * solib.c (reload_shared_libraries): Give
1243        inferior a chance to reset solib breakpoint.
1244        Reinit frame cache.
1246 2009-03-08  Christopher Faylor  <me+cygwin@cgf.cx>
1248         * windows-nat.c (dr): Redefine to use largest possible integer which
1249         holds a pointer.
1250         (cygwin_set_dr): Avoid coercion.
1252 2009-03-08  Oswald Buddenhagen  <oswald.buddenhagen@trolltech.de>
1254         * windows-nat.c (windows_create_inferior): Implement --tty handling on
1255         non-cygwin.
1257 2009-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
1259         Rename solib_address to solib_name_from_address.
1260         * breakpoint.c (insert_bp_location, disable_breakpoints_in_shlibs)
1261         (disable_breakpoints_in_unloaded_shlib): Update.
1262         * printcmd.c (display_uses_solib_p): Likewise.
1263         * stack.c (print_frame): Likewise.
1264         * solib.c: Rename.
1265         * solib.h: Rename.
1267 2009-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
1269         * printcmd.c (do_one_display): Reparse exp_string.
1270         (display_uses_solib_p): New function.
1271         (clear_dangling_display_expressions): New function.
1272         (_initialize_printcmd): Add observer.
1273         * solib.c (no_shared_libraries): Swap order of calls to
1274         clear_solib and objfile_purge_solibs.
1276 2009-03-05  Joel Brobecker  <brobecker@adacore.com>
1278         Implement the target-specific part of Ada tasking support
1279         on Tru64.
1281         * dec-thread.c (dec_thread_get_ada_task_ptid): New function.
1282         (init_dec_thread_ops): Set the to_get_ada_task_ptid method.
1284 2009-03-05  Joel Brobecker  <brobecker@adacore.com>
1286         Get rid of the global "base_target" and use "find_target_beneath"
1287         to find the underlying target.
1288         * dec-thread.c (base_target): Delete.
1289         (enable_dec_thread): Remove assignement to base_target.
1290         (dec_thread_detach, dec_thread_wait, dec_thread_wait)
1291         (dec_thread_fetch_registers, dec_thread_store_registers)
1292         (dec_thread_mourn_inferior, dec_thread_pid_to_str):
1293         Update the function profile if necessary.
1294         Use find_target_beneath to call the same method but from
1295         the underlying target, removing the need for "base_target".
1297         * dec-thread.c (dec_thread_get_regsets, dec_thread_set_regsets):
1298         Fix a copy/paste error in a few debug traces...
1300         * solib-osf.c (init_so): Use a simpler method for computing
1301         the size of lm_info structure. This also gets rid of warning
1302         emitted by the compiler.
1304 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
1306         * breakpoint.c (check_duplicates_for): Skip permanent breakpoints
1307         duplicates of permanent breakpoints.
1309 2009-03-04  Pedro Alves  <pedro@codesourcery.com>
1311         * inferior.h (notice_new_inferior): Declare.
1312         * infcmd.c (notice_new_inferior): New.
1313         * remote.c (remote_add_inferior, remote_add_thread): New.
1314         (notice_new_inferiors): Rename to...
1315         (remote_notice_new_inferior): ... this.  Add RUNNING argument.
1316         Use remote_add_thread instead of add_thread, passing it the
1317         RUNNING argument.  Add an inferior with remote_add_inferior.  If
1318         we just learned about an inferior, call notice_new_inferior.
1319         (record_currthread): Adjust.
1320         (remote_threads_info): Adjust to use remote_notice_new_inferior.
1321         (remote_start_remote, extended_remote_attach_1): Use
1322         remote_add_inferior.
1323         (process_stop_reply): Adjust.  Call remote_notice_new_inferior
1324         after handling expedited registers and watchpoint state.
1325         (extended_remote_create_inferior_1): Use remote_add_inferior.
1327 2009-03-04  Aleksandar Ristovski  <aristovski@qnx.com>
1329         * infcmd.c (registers_info): Remove register number case.
1331 2009-03-03  Pedro Alves  <pedro@codesourcery.com>
1333         * top.c (quit_target): Check for target_has_execution before
1334         killing or detaching from inferiors.
1336 2009-03-02  Joel Brobecker  <brobecker@adacore.com>
1338         Remove some unused routines.
1340         * ada-lang.c (is_suppressed_name, ada_suppress_symbol_printing):
1341         Delete.
1342         * ada-lang.c (ada_task_list_iterator_ftype)
1343         (iterate_over_live_ada_tasks): Delete.
1344         * ada-tasks.c (ada_get_environment_task, iterate_over_live_ada_tasks):
1345         Delete.
1347 2009-03-01  Doug Evans  <dje@google.com>
1349         * symtab.c: Remove trailing whitespace throughout the file.
1350         (expand_line_sal): Fix some typos and whitespace.
1352         * Makefile.in (clean): rm -f $(DEPDIR)/*.
1354         * Makefile.in (GDB_CFLAGS): Add -I$(srcdir)/common.
1355         (init.c): signals/ -> common/.
1356         (signals.o): Update.
1357         * target.h (target_signal_to_string,target_signal_to_string)
1358         (target_signal_from_name,target_signal_to_host_p)
1359         (target_signal_from_host,target_signal_to_host): Move to ...
1360         * common/gdb_signals.h: ... here.  New file.
1361         * common/signals.c: Moved here from signals/signals.c.
1362         #include gdb_signals.h, remove #include of target.h in gdb case.
1363         (target_signal_from_command,default_target_signal_to_host)
1364         (default_target_signal_from_host): Move inside #ifndef GDBSERVER.
1366         Include thread ID in target_wait debugging output.
1367         * infrun.c (print_target_wait_results): New function.
1368         (wait_for_inferior,fetch_inferior_event): Call it.
1370 2009-02-27  Pedro Alves  <pedro@codesourcery.com>
1372         * gdb_proc_service.h (struct ps_prochandle): Replace pid_t field
1373         with a ptid_t field.
1374         * linux-thread-db.c (thread_get_info_callback): Build the ptid
1375         using the pid stored in proc_handle.ptid.
1376         (thread_from_lwp, thread_db_attach_lwp, enable_thread_event)
1377         (check_for_thread_db, thread_db_detach, check_event)
1378         (thread_db_mourn_inferior, find_new_threads_callback)
1379         (thread_db_find_new_threads_1): Adjust.
1380         * proc-service.c (ps_xfer_memory, ps_lgetregs, ps_lsetregs)
1381         (ps_lgetfpregs, ps_lsetfpregs, ps_getpid): Adjust.
1383 2009-02-27  Phil Muldoon  <pmuldoon@redhat.com>
1385         * valprint.c (read_string): Rework clean-up logic. Use
1386         free_current_contents to clean-up buffer.
1388 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
1390         * MAINTAINERS: Update e-mail address.
1392 2009-02-26  Phil Muldoon  <pmuldoon@redhat.com>
1394         * python/python-utils.c (python_string_to_unicode): Always return
1395         a new reference.
1396         (python_string_to_target_string): Decrement transient python
1397         instance.
1398         (python_string_to_host_string): Likewise.
1400 2007-02-26  Pedro Alves  <pedro@codesourcery.com>
1402         * mips-linux-nat.c (mips64_linux_fetch_registers): Pass `ops' to
1403         call to super_fetch_registers.
1404         (mips64_linux_store_registers): Pass `ops' to call to
1405         super_store_registers.
1407 2009-02-25  Doug Evans  <dje@google.com>
1409         * breakpoint.c (insert_bp_location): Add \n to overlay breakpoint
1410         error message.
1412         * breakpoint.c (disable_breakpoints_in_shlibs): Delete local
1413         disabled_shlib_breaks, unused.
1415         * printcmd.c (build_address_symbolic): Fix comment.
1417 2009-02-25  Hui Zhu  <teawater@gmail.com>
1419         * cli/cli-script.c (define_command): Add _() to query.
1420         * gnu-nat.c (inf_validate_task_sc): Ditto.
1421         * infcmd.c (kill_if_already_running): Ditto.
1422         (jump_command): Ditto.
1423         (attach_command): Ditto.
1424         * inflow.c (kill_command): Ditto.
1425         * infrun.c (handle_command): Ditto.
1426         * maint.c (maintenance_dump_me): Ditto.
1427         * memattr.c (mem_delete_command): Ditto.
1428         * monitor.c (monitor_interrupt_query): Ditto.
1429         * nto-procfs.c (interrupt_query): Ditto.
1430         * printcmd.c (undisplay_command): Ditto.
1431         * remote-mips.c (mips_kill): Ditto.
1432         * remote.c (interrupt_query): Ditto.
1433         * solib-irix.c (irix_open_symbol_file_object): Ditto.
1434         * solib-osf.c (osf_open_symbol_file_object): Ditto.
1435         * solib-pa64.c (pa64_open_symbol_file_object): Ditto.
1436         * solib-som.c (som_open_symbol_file_object): Ditto.
1437         * solib-svr4.c (open_symbol_file_object): Ditto.
1438         * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
1439         * target.c (kill_or_be_killed): Ditto.
1440         * tracepoint.c (delete_trace_command): Ditto.
1441         * top.c (quit_confirm): Add _() to s that will be used
1442         in query.
1444 2009-02-24  Pierre Muller  <muller@ics.u-strasbg.fr>
1446         Fix windows-nat.c compilation failure.
1448         * windows-nat.c (windows_thread_alive): Fix forward declaration.
1449         (get_windows_debug_event): Add ops parameter to call to windows_resume.
1451 2009-02-23  Pedro Alves  <pedro@codesourcery.com>
1453         * remote-sim.c (gdbsim_resume): Add target_ops* argument.
1455 2009-02-23  Jay Krell  <jay.krell@cornell.edu>  (tiny change)
1457         * symtab.c (find_line_symtab): Initialize exact to avoid
1458         a compiler warning.
1460 2009-02-23  Pedro Alves  <pedro@codesourcery.com>
1462         * i386-linux-nat.c (i386_linux_fetch_inferior_registers): Pass
1463         `ops' to recursive call.
1465 2009-02-23  Pedro Alves  <pedro@codesourcery.com>
1467         * corelow.c (get_core_registers): Adjust.
1468         (core_file_thread_alive): Rename to...
1469         (core_thread_alive): ... this.
1470         (core_pid_to_str): Try gdbarch_core_pid_to_str first.
1471         (init_core_ops): Adjust.
1472         (coreops_suppress_target): Delete.
1473         (_initialize_corelow): Unconditionally add core_ops.
1474         * procfs.c: Include "inf-child.h".
1475         (procfs_ops): Delete.
1476         (init_procfs_ops): Delete.  Reimplement as...
1477         (procfs_target): ... this, inheriting from inf-child.
1478         (procfs_attach, procfs_detach, procfs_fetch_registers): Adjust.
1479         (procfs_prepare_to_store): Delete.
1480         (procfs_store_registers, procfs_resume): Adjust.
1481         (procfs_open): Delete.
1482         (procfs_suppress_run): Delete.
1483         (procfs_can_run): Delete.
1484         (procfs_mourn_inferior): Adjust.
1485         (procfs_init_inferior): Add target_ops parameter.  Adjust.
1486         (procfs_create_inferior): Don't pass procfs_init_inferior to
1487         fork_inferior.  Instead call it after fork_inferior returns.
1488         (procfs_find_new_threads): Adjust.
1489         (_initialize_procfs): Adjust to use procfs_target instead of
1490         init_procfs_ops.
1491         * sol-thread.c (orig_core_ops, sol_core_ops): Delete.
1492         (lwp_to_thread): Use target_thread_alive.
1493         (sol_thread_open): Delete.
1494         (sol_thread_attach): Delete.
1495         (sol_thread_detach, sol_thread_resume, sol_thread_wait)
1496         (sol_thread_fetch_registers, sol_thread_store_registers): Adjust
1497         to use find_target_beneath.
1498         (sol_thread_prepare_to_store, sol_thread_xfer_memory): Delete.
1499         (sol_thread_xfer_partial): Adjust to use find_target_beneath.
1500         (sol_thread_files_info, sol_thread_kill_inferior): Delete.
1501         (check_for_thread_db): New.
1502         (sol_thread_notice_signals, sol_thread_create_inferior): Delete.
1503         (sol_thread_new_objfile): Call check_for_thread_db.
1504         (sol_thread_mourn_inferior): Adjust to use find_target_beneath.
1505         (sol_thread_can_run): Delete.
1506         (sol_thread_alive): Adjust to use find_target_beneath.
1507         (sol_thread_stop): Delete.
1508         (rw_common): Use target_write_memory or target_read_memory.
1509         (ps_lgetregs, ps_lgetfpregs): Use target_fetch_registers.
1510         (ps_lsetregs, ps_lsetfpregs): Use target_store_registers.
1511         (solaris_pid_to_str): Remove check for libthread_db initialization
1512         failing.
1513         (sol_find_new_threads): Remove check for libthread_db
1514         initialization failing, or for an invalid inferior_ptid.  Adjust
1515         to use find_target_beneath.
1516         (sol_core_open, sol_core_close, sol_core_detach,
1517         sol_core_files_info, sol_find_memory_regions,
1518         sol_make_note_section, ignore): Delete.
1519         (init_sol_thread_ops): Make it a thread_stratum target.  Remove
1520         unneeded callback settings.
1521         (init_sol_core_ops): Delete.
1522         (_initialize_sol_thread): No longer call init_sol_core_ops, set
1523         procfs_suppress_run, or hack with core_ops.
1525         * target.h (struct target_ops): Add a target_ops * parameter to
1526         to_resume, to_fetch_registers, to_store_registers, to_thread_alive
1527         and to_find_new_threads.
1528         (target_fetch_registers, target_store_registers)
1529         (target_thread_alive, target_find_new_threads): Redeclare as
1530         function.
1532         * target.c (update_current_target): Do not inherit or de_fault
1533         to_resume, to_fetch_registers, to_store_registers,
1534         to_thread_alive, to_find_new_threads.
1535         (target_resume): Adjust.
1536         (target_thread_alive, target_find_new_threads): New.
1537         (debug_to_resume, debug_to_fetch_registers): Delete.
1538         (target_fetch_registers): New.
1539         (debug_to_store_registers): Delete.
1540         (target_store_registers): New.
1541         (debug_to_thread_alive, debug_to_find_new_threads): Delete.
1542         (setup_target_debug): Adjust.
1544         * gdbcore.h (core_ops): Delete declaration.
1546         * inf-ptrace.c, linux-nat.c, remote.c, amd64-linux-nat.c,
1547         inf-child.c, linux-thread-db.c, bsd-uthread.c, inf-ttrace.c,
1548         i386-sol2-tdep.c, darwin-nat.c, gnu-nat.c, go32-nat.c,
1549         hpux-thread.c, i386-linux-nat.c, i386fbsd-nat.c, monitor.c,
1550         nto-procfs.c, remote-m32r-sdi.c, remote-mips.c, windows-nat.c,
1551         alphabsd-nat.c, amd64bsd-nat.c, arm-linux-nat.c, armnbsd-nat.c,
1552         bsd-kvm.c, hppa-hpux-nat.c, hppa-linux-nat.c, hppabsd-nat.c,
1553         hppanbsd-nat.c, i386-darwin-nat.c, i386bsd-nat.c,
1554         ia64-linux-nat.c, m32r-linux-nat.c, m68kbsd-nat.c,
1555         m68klinux-nat.c, m88kbsd-nat.c, mips-linux-nat.c,
1556         mips64obsd-nat.c, mipsnbsd-nat.c, ppc-linux-nat.c, ppcnbsd-nat.c,
1557         ppcobsd-nat.c, remote-sim.c, rs6000-nat.c, s390-nat.c,
1558         shnbsd-nat.c, sparc-nat.c, sparc-nat.h, spu-linux-nat.c,
1559         vaxbsd-nat.c, xtensa-linux-nat.c: Adjust to target_ops changes.
1561         * gdbarch.sh (core_pid_to_str): New gdbarch callback.
1562         * gdbarch.h, gdbarch.c: Regenerate.
1564         * sol2-tdep.c: Include "inferior.h".
1565         (sol2_core_pid_to_str): New.
1566         * sol2-tdep.h (sol2_core_pid_to_str): Declare.
1568         * amd64-sol2-tdep.c (amd64_sol2_init_abi): Set it.
1569         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Set it.
1570         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Set it.
1571         * i386-sol2-tdep.c (i386_sol2_init_abi): Set it.
1573 2009-02-22  Doug Evans  <dje@google.com>
1575         * exec.c (exec_file_attach): Fix comment.
1577 2009-02-22  Pedro Alves  <pedro@codesourcery.com>
1579         Silence a few -Wmissing-prototypes warnings.
1581         PR build/9877:
1582         * alpha-linux-tdep.c (alpha_linux_regset_from_core_section): Make
1583         it static.
1584         * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Declare.
1585         * amd64fbsd-tdep.c (amd64fbsd_init_abi): Make it static.
1586         * amd64nbsd-tdep.c (_initialize_amd64nbsd_ndep): Rename to ...
1587         (_initialize_amd64nbsd_tdep): ... this.
1588         * arm-linux-tdep.c (arm_linux_software_single_step): Make it static.
1589         (_initialize_arm_linux_tdep): Declare.
1590         * armbsd-tdep.c (armbsd_fpreg_offset): Make it static.
1591         * armnbsd-tdep.c (_initialize_arm_netbsd_tdep): Declare.
1592         * armobsd-tdep.c (_initialize_armobsd_tdep): Declare.
1593         * avr-tdep.c (avr_return_value): Make it static.
1594         (avr_frame_unwind_cache): Ditto.
1595         * bsd-uthread.c (bsd_uthread_inferior_created): Ditto.
1596         (bsd_uthread_solib_loaded): Ditto.
1597         (bsd_uthread_solib_unloaded): Ditto.
1598         (bsd_uthread_target): Ditto.
1599         (_initialize_bsd_uthread): Declare.
1600         * cris-tdep.c (crisv32_single_step_through_delay): Make it static.
1601         (cris_frame_unwind_cache): Ditto.
1602         * frv-tdep.c (frv_return_value): Ditto.
1603         * h8300-tdep.c (h8300_use_struct_convention): Ditto.
1604         (h8300h_use_struct_convention): Ditto.
1605         * hppa-tdep.c (hppa_sign_extend, hppa_low_hppa_sign_extend):
1606         Ditto.
1607         * hppa-tdep.h (hppa_low_sign_extend, hppa_sign_extend): Delete
1608         declarations.
1609         * hppabsd-tdep.c: Include hppabsd-tdep.h.
1610         (hppabsd_find_global_pointer): Make it static.
1611         * hppabsd-tdep.h: New.
1612         * hppanbsd-tdep.c: Include hppabsd-tdep.h.
1613         (hppabsd_init_abi): Remove declaration.
1614         (_initialize_hppabsd_tdep): Remove declaration.
1615         (_initialize_hppanbsd_tdep): Declare.
1616         * hppaobsd-tdep.c: Include hppabsd-tdep.h.
1617         (hppabsd_init_abi): Delete declaration.
1618         (hppaobsd_init_abi): Make it static.
1619         * i386-nto-tdep.c (_initialize_i386nto_tdep): Declare.
1620         * i386nbsd-tdep.c (_initialize_i386nbsd_tdep): Declare.
1621         * ia64-linux-tdep.c (_initialize_ia64_linux_tdep): Declare.
1622         * ia64-tdep.c (ia64_register_reggroup_p): Make it static.
1623         * iq2000-tdep.c (_initialize_iq2000_tdep): Declare.
1624         * m32c-tdep.c (m32c_register_reggroup_p): Make it static.
1625         (m32c_analyze_prologue, m32c_virtual_frame_pointer): Ditto.
1626         (_initialize_m32c_tdep): Declare.
1627         * m32r-rom.c (_initialize_m32r_rom): Declare.
1628         * m32r-tdep.c (m32r_skip_prologue): Make it static.
1629         (m32r_return_value): Ditto.
1630         * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Make it static.
1631         (m68hc11_return_value): Ditto.
1632         * m68klinux-tdep.c (_initialize_m68k_linux_tdep): Declare.
1633         * m88k-tdep.c (m88k_frame_cache): Make it static.
1634         * mep-tdep.c (mep_gdb_print_insn): Ditto.
1635         (mep_return_value): Ditto.
1636         (_initialize_mep_tdep): Declare.
1637         * mips-irix-tdep.c (_initialize_mips_irix_tdep): Declare.
1638         * mips-linux-tdep.c (supply_64bit_reg): Make it static.
1639         (mips_linux_syscall_next_pc): Ditto.
1640         (_initialize_mips_linux_tdep): Declare.
1641         * mips-tdep.c (mips_single_step_through_delay): Make it static.
1642         * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Declare.
1643         * mn10300-linux-tdep.c (_initialize_mn10300_linux_tdep): Declare.
1644         * mn10300-tdep.c (_initialize_mn10300_tdep): Declare.
1645         * mt-tdep.c (_initialize_mt_tdep): Declare.
1646         * nbsd-tdep.c: Include nbsd-tdep.h.
1647         * nto-tdep.c (find_load_phdr): Make it static.
1648         (_initialize_nto_tdep): Declare.
1649         * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Make it
1650         static.
1651         (_initialize_ppc_linux_tdep): Declare.
1652         * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint)
1653         (m32r_insert_watchpoint, m32r_remove_watchpoint)
1654         (m32r_stopped_data_address, m32r_stopped_by_watchpoint): Make
1655         static.
1656         * rs6000-aix-tdep.c (_initialize_rs6000_aix_tdep): Declare.
1657         * rs6000-nat.c: Include xcoffread.h.
1658         (find_toc_address): Don't extern declare get_toc_offset.  Adjust
1659         to call xcoff_get_to_offset.
1660         * rs6000-tdep.c (ppc_vsx_support_p, ppc_displaced_step_fixup)
1661         (rs6000_skip_main_prologue, rs6000_in_solib_return_trampoline)
1662         (rs6000_skip_trampoline_code): Make static.
1663         * s390-tdep.c (s390_regset_from_core_section): Ditto.
1664         * sh-tdep.c (sh_register_reggroup_p): Ditto.
1665         * shnbsd-tdep.c (shnbsd_regset_from_core_section): Ditto.
1666         (_initialize_shnbsd_tdep): Declare.
1667         * solib-frv.c (displacement_from_map): Make static.
1668         (_initialize_frv_solib): Declare.
1669         * solib-irix.c (fetch_lm_info): Make static.
1670         (_initialize_irix_solib): Declare.
1671         * solib-som.c: Include solib-som.h.
1672         (som_solib_select): Line break.
1673         * sparc-tdep.c (sparc_regset_from_core_section): Make static.
1674         * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Rename to ...
1675         (_initialize_sparcnbsd_tdep): ... this.
1676         * spu-tdep.c (spu_software_single_step): Make it static.
1677         (_initialize_spu_tdep): Declare.
1678         * vax-tdep.c (vax_frame_cache): Make it static.
1679         * xcoffread.c: Include xcoffread.h.
1680         (get_toc_offset): Rename to ...
1681         (xcoff_get_toc_offset): ... this.
1682         (_initialize_xcoffread): Declare.
1683         * xcoffread.h: New.
1684         * xtensa-linux-tdep.c (_initialize_xtensa_linux_tdep): Declare.
1685         * xtensa-tdep.c (xtensa_skip_prologue, xtensa_derive_tdep): Make
1686         static.
1687         (_initialize_xtensa_tdep): Declare.
1689 2008-02-21  Pedro Alves  <pedro@codesorcery.com>
1691         Silence a few -Wmissing-prototypes warnings.
1693         PR build/9877:
1694         * amd64-nat.c: Include "amd64-nat.h".
1695         * fork-child.c (_initialize_fork_child): Ditto.
1696         * gcore.c (_initialize_gcore): Ditto.
1697         * inf-ptrace.c: Include "inf-ptrace.h".
1698         (inf_ptrace_store_registers): Make it static.
1699         * linux-nat.c (linux_nat_terminal_ours): Make it static.
1700         (_initialize_linux_nat): Declare before definition.
1701         * linux-tdep.c: Include "linux-tdep.h".
1702         * linux-thread-db.c (_initialize_thread_db): Declare before
1703         definition.
1704         * proc-service.c (_initialize_proc_service): Ditto.
1705         * remote.c (remote_send_printf): Make it static.
1706         * solib.c: Include "solib.h".
1707         * symfile-mem.c (_initialize_symfile_mem): Declare before
1708         definition.
1709         * ada-lang.c (ada_la_decode, ada_match_name)
1710         (ada_suppress_symbol_printing, ada_is_array_type)
1711         (ada_value_ptr_subscript, ada_array_length)
1712         (ada_to_static_fixed_value): Make them static.
1713         (_initialize_ada_language): Declare before definition.
1714         * ada-tasks.c (ada_get_task_number, ada_get_environment_task)
1715         (ada_task_list_changed, ada_new_objfile_observer): Make them
1716         static.
1717         (_initialize_tasks): Declare before definition.
1718         * addrmap.c (_initialize_addrmap): Declare before definition.
1719         * auxv.c (default_auxv_parse): Make it static.
1720         * bfd-target.c (target_bfd_xfer_partial, target_bfd_xclose): Make
1721         them static.
1722         * breakpoint.c (remove_sal): Add line break.
1723         (expand_line_sal_maybe): Make it static.
1724         * cp-name-parser.y: Include "cp-support.h".
1725         * cp-valprint.c (cp_find_class_member): Make it static.
1726         * eval.c (value_f90_subarray): Ditto.
1727         * exceptions.c (print_any_exception): Ditto.
1728         * findcmd.c (_initialize_mem_search): Declare before definition.
1729         * frame.c (frame_observer_target_changed): Make it static.
1730         * gnu-v3-abi.c (gnuv3_find_method_in): Make it static.
1731         * inf-child.c: Include "inf-child.h".
1732         * inferior.h (valid_inferior_id): Rename to ...
1733         (valid_gdb_inferior_id): ... this.
1734         * infrun.c (infrun_thread_stop_requested, siginfo_make_value):
1735         Make them static.
1736         * jv-lang.c (java_language_arch_info): Make it static.
1737         * m2-typeprint.c (m2_get_discrete_bounds): Ditto.
1738         * osdata.c (info_osdata_command): Make it static.
1739         * regcache.c (regcache_observer_target_changed): Make it static.
1740         * reverse.c (_initialize_reverse): Declare before definition.
1741         * stabsread.c (cleanup_undefined_types_noname)
1742         (cleanup_undefined_types_1): Make them static.
1743         * symfile.c (place_section): Make it static.
1744         * symtab.c (find_pc_sect_psymtab_closer): Make it static.
1745         * target-descriptions.c (_initialize_target_descriptions): Declare
1746         before definition.
1747         * target.c (default_get_ada_task_ptid, find_default_can_async_p)
1748         (find_default_is_async_p, find_default_supports_non_stop): Make
1749         them static.
1750         (target_supports_non_stop): Add prototype.
1751         (dummy_pid_to_str): Make it static.
1752         * utils.c (_initialize_utils): Declare before definition.
1753         * ada-exp.y (_initialize_ada_exp): Declare before definition.
1754         * solib-svr4.c (HAS_LM_DYNAMIC_FROM_LINK_MAP): Add a prototype.
1755         * target.h (struct target_ops): Add a prototype to the
1756         to_can_execute_reverse callback.
1757         * macroscope.c (_initialize_macroscope): Declare before definition.
1758         * cp-namespace.c (_initialize_cp_namespace): Declare before definition.
1759         * python/python.c (_initialize_python): Declare before definition.
1760         * tui/tui-command.c: Include "tui/tui-command.h".
1761         * tui/tui-data.c (init_content_element, init_win_info): Make them
1762         static.
1763         * tui/tui-disasm.c: Include "tui/tui-disasm.h".
1764         * tui/tui-interp.c (_initialize_tui_interp): Declare before
1765         definition.
1766         * tui/tui-layout.c: Include "tui/tui-layout.h".
1767         (_initialize_tui_layout): Declare before definition.
1768         * tui/tui-regs.c: Include "tui/tui-regs.h".
1769         (tui_display_reg_element_at_line): Make it static.
1770         (_initialize_tui_regs): Declare before definition.
1771         * tui/tui-stack.c (_initialize_tui_stack): Declare before
1772         definition.
1773         * tui/tui-win.c: Include "tui/tui-win.h".
1774         (_initialize_tui_win): Declare before definition.
1775         (tui_sigwinch_handler): Make it static.  Wrap in ifdef SIGWINCH.
1776         * tui/tui-win.h (tui_sigwinch_handler): Delete declaration.
1777         (tui_get_cmd_list): Add a prototype.
1778         * tui/tui-windata.c: Include tui-windata.h.
1779         * tui/tui-wingeneral.c (box_win): Make it static.
1780         * cli/cli-logging.c (show_logging_command): Make it static.
1781         (_initialize_cli_logging): Declare before definition.
1782         * mi/mi-common.c (_initialize_gdb_mi_common): Declare before
1783         definition.
1785 2009-02-20  Pierre Muller  <muller@ics.u-strasbg.fr>
1787         Extend use of i386_use_watchpoints to all i386 native files
1788         using hardware watchpoints.
1789         * go32-nat.c (init_go32_ops): Call i386_use_watchpoints.
1790         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Ditto.
1791         * windows-nat.c (init_windows_ops): Ditto.
1792         * config/i386/nm-cygwin.h: Define I386_WATCHPOINTS_IN_TARGET_VECTOR.
1793         * config/i386/nm-cygwin64.h: Ditto.
1794         * config/i386/nm-fbsd.h: Ditto.
1795         * config/i386/nm-go32.h: Ditto.
1797 2009-02-19  Joel Brobecker  <brobecker@adacore.com>
1799         * ada-typeprint.c (ada_typedef_print): Remove.  Unused.
1801 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
1803         * mi/mi-interp.c (mi_solib_loaded, mi_solib_unloaded): New.
1804         (mi_interpreter_init): Register the above.
1805         * solib.c (clear_solib): Notify solib unload.
1806         * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Do not
1807         disable breakpoints on a.out targets.
1809 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
1811         * observer.c (observer_test_first_notification_function)
1812         (observer_test_second_notification_function)
1813         (observer_test_third_notification_function): Adjust prototype.
1815 2009-02-17  Pedro Alves  <pedro@codesourcery.com>
1817         * Makefile.in (ALL_64_TARGET_OBS): Add amd64-dicos-tdep.o.
1818         (ALL_TARGET_OBS): Add dicos-tdep.o.
1819         (ALLDEPFILES): Add amd64-dicos-tdep.c and dicos-tdep.c.
1820         * configure.tgt (i[34567]86-*-dicos*): Add dicos-tdep.o to
1821         gdb_target_obs.
1822         (x86_64-*-dicos*): Add dicos-tdep.o and amd64-dicos-tdep.o to
1823         gdb_target_obs.
1824         * dicos-tdep.h, dicos-tdep.c: New.
1825         * amd64-dicos-tdep.c: New.
1826         * i386-dicos-tdep.c: Don't include solib.h, solib-target.h or
1827         inferior.h.  Include dicos-tdep.h.
1828         (i386_dicos_init_abi): Call dicos_init_abi.
1829         (i386_dicos_bfd_has_symbol_p): Delete.
1830         (i386_dicos_osabi_sniffer): Use dicos_load_module_p.
1832         * NEWS: Mention x86-64 DICOS target support.
1834 2009-02-16  Doug Evans  <dje@google.com>
1836         * amd64-tdep.c (amd64_skip_prefixes): Renamed from skip_prefixes.
1837         All callers updated.
1838         (amd64_get_insn_details): Handle more 3-byte opcode insns.
1839         (amd64_breakpoint_p): Delete.
1840         (amd64_displaced_step_fixup): When fixing up after stepping an int3,
1841         don't back up pc to the start of the int3.
1842         * i386-tdep.c: #include opcode/i386.h.
1843         (i386_skip_prefixes): New function.
1844         (i386_absolute_jmp_p): Constify argument.
1845         (i386_absolute_call_p,i386_ret_p,i386_call_p,i386_syscall_p): Ditto.
1846         (i386_breakpoint_p): Delete.
1847         (i386_displaced_step_fixup): Handle unnecessary or redundant prefixes.
1848         When fixing up after stepping an int3, don't back up pc to the start
1849         of the int3.
1851 2009-02-16  Pedro Alves  <pedro@codesourcery.com>
1853         * corelow.c (core_close): Don't hardcode the core's pid.
1854         (core_open): Find core threads before calling
1855         post_create_inferior.
1856         (add_to_thread_list, get_core_register_section): Take into account
1857         systems where the regset section names encode the pid of the
1858         inferior.
1860         * gdbarch.sh (core_reg_section_encodes_pid): New gdbarch setting.
1861         * gdbarch.h, gdbarch.c: Regenerate.
1863         * amd64-sol2-tdep.c (amd64_sol2_init_abi): Set it.
1864         * i386-sol2-tdep.c (i386_sol2_init_abi): Set it.
1865         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Set it.
1866         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Set it.
1868 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
1870         Include frame information for *stopped due to CLI commands.
1872         * ada-tasks.c (ada_normal_stop_observer): Adjust prototype.
1873         * infcmd.c (finish_command_continuation): Pass '1' for
1874         'print_frame' parameter to the observer.
1875         * infrun.c (normal_stop): Don't print mi-specific information
1876         here. Pass 'stop_print_frame' to the 'print_frame' parameter
1877         of the observer.
1878         * mi/mi-interp.c (mi_on_normal_stop): Adjust prototype.
1879         If we need to print frame, and current uiout is not the MI one,
1880         print frame again.
1882 2009-02-13  Pierre Muller  <muller@ics.u-strasbg.fr>
1884         * xtensa-tdep.c (call0_analyze_prologue): Delete BSZ macro.
1885         Replace BSZ macro uses by XTENSA_ISA_BSZ macro.
1887 2009-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1889         PR fortran/9806
1890         * dwarf2read.c (process_die <DW_TAG_module>, read_module)
1891         (scan_partial_symbols <DW_TAG_module>, add_partial_module): New.
1893 2009-02-11  Pierre Muller  <muller@ics.u-strasbg.fr>
1895         * dwarf2read.c (read_base_type): Set code to TYPE_CODE_CHAR
1896         for DW_ATE_signed_char and DW_ATE_unsigned_char
1897         for pascal language.
1899 2009-02-11  Jim Meyering  <meyering@redhat.com>
1900             Jan Kratochvil  <jan.kratochvil@redhat.com>
1902         Avoid NULL dereference.
1903         * stack.c (return_command): Guard use of SYMBOL_TYPE (thisfun).
1904         New variable func_type.
1906 2009-02-11  Pedro Alves  <pedro@codesourcery.com>
1908         * gdbarch.c: Regenerate.
1910 2009-02-10  Pierre Muller  <muller@ics.u-strasbg.fr>
1912         * p-lang.c (is_pascal_string_type): Fix comment.
1913         Determine exact size of char elements for GPC
1914         strings.
1915         (pascal_printstr): Handle char width of 2 or 4.
1916         * p-valprint.c (pascal_val_print): Handle char
1917         of width 2 or 4.
1919 2009-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
1921         * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and highpc
1922         inside the loop.  Only call addrmap_set_empty if the compilation unit
1923         had DW_AT_high_pc and DW_AT_low_pc.  Update call to
1924         scan_partial_symbols.
1925         (scan_partial_symbols): Take NEED_PC argument and pass it along with
1926         LOWPC and HIGHPC.
1927         (add_partial_namespace): Take NEED_PC argument and pass it through.
1928         (add_partial_subprogram): Take NEED_PC argument.  Update the addrmap
1929         if necessary.
1931 2009-02-07  Pedro Alves  <pedro@codesourcery.com>
1933         * NEWS: Mention inspecting extra signal information, $_siginfo,
1934         and the qXfer:siginfo:read and qXfer:siginfo:write packets.
1936 2009-02-07  Pedro Alves  <pedro@codesourcery.com>
1938         * linux-nat.c (PTRACE_SETSIGINFO): Define if PTRACE_GETSIGINFO
1939         isn't defined.
1941 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
1943         * amd64-linux-nat.c (compat_int_t, compat_uptr_t, compat_time_t)
1944         (compat_timer_t, compat_clock_t, struct compat_timeval)
1945         (compat_sigval_t, compat_siginfo_t): New types.
1946         (cpt_si_pid, cpt_si_uid, cpt_si_timerid, cpt_si_overrun)
1947         (cpt_si_status, cpt_si_utime, cpt_si_stime, cpt_si_ptr)
1948         (cpt_si_addr, cpt_si_band, cpt_si_fd): New defines.
1949         (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
1950         (amd64_linux_siginfo_fixup): New.
1951         * linux-nat.c (linux_nat_siginfo_fixup): New.
1952         (siginfo_fixup): New.
1953         (linux_xfer_siginfo): Use siginfo_fixup to convert between the
1954         siginfo layout expected by ptrace and the siginfo layout of the
1955         inferior.
1956         (linux_nat_set_siginfo_fixup): New.
1957         * linux-nat.h (linux_nat_set_siginfo_fixup): Declare.
1959 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
1961         * target.h (enum target_object): Add new TARGET_OBJECT_SIGNAL_INFO.
1962         * infrun.c (siginfo_value_read, siginfo_value_write): New.
1963         (siginfo_value_funcs): New.
1964         (siginfo_make_value): New.
1965         (_initialize_infrun): Create the $_siginfo convenience variable.
1966         * gdbtypes.h (append_composite_type_field_aligned): Declare.
1967         * gdbtypes.c (append_composite_type_field): Rename to...
1968         (append_composite_type_field_aligned): ... this.  Add ALIGNMENT
1969         argument.  Handle it.
1970         (append_composite_type_field): Rewrite on top of
1971         append_composite_type_field_aligned.
1972         * value.h (internalvar_make_value): New typedef.
1973         (struct internalvar) <make_value>: New field.
1974         (create_internalvar_type_lazy): Declare.
1975         * value.c (create_internalvar): Clear make_value.
1976         (create_internalvar_type_lazy): New.
1977         (value_of_internalvar): If make_value is set use it.
1978         (preserve_values): Skip internal variables that don't have a
1979         value.
1980         * gdbarch.sh (get_siginfo_type): New.
1981         * gdbarch.h, gdbarch.c: Regenerate.
1983         * linux-tdep.h, linux-tdep.c: New.
1984         * amd64-linux-tdep.c: Include "linux-tdep.h".
1985         (amd64_linux_init_abi): Register linux_get_siginfo_type and
1986         linux_get_siginfo_mapper.
1987         * i386-linux-tdep.c: Include "linux-tdep.h".
1988         (i386_linux_init_abi): Register linux_get_siginfo_type and
1989         linux_get_siginfo_mapper.
1990         * arm-linux-tdep.c: Include "linux-tdep.h".
1991         (i386_linux_init_abi): Register linux_get_siginfo_type and
1992         linux_get_siginfo_mapper.
1994         * linux-nat.c (linux_xfer_siginfo): New.
1995         (linux_nat_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
1996         * remote.c (PACKET_qXfer_siginfo_read)
1997         (PACKET_qXfer_siginfo_write): New.
1998         (feature remote_protocol_features): Add "qXfer:siginfo:read" and
1999         "qXfer:siginfo:write" features.
2000         (remote_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
2001         (_initialize_remote): Add "set/show remote read-siginfo-object"
2002         and "set/show remote write-siginfo-object" commands.
2004         * Makefile.in (ALL_TARGET_OBS): Add linux-tdep.o.
2005         (HFILES_NO_SRCDIR): Add linux-tdep.h.
2006         (ALLDEPFILES): Add linux-tdep.c.
2008         * configure.tgt (arm*-*-linux* | arm*-*-uclinux*)
2009         (i[34567]86-*-linux*, x86_64-*-linux*): Add linux-tdep.o to
2010         gdb_target_obs.
2012 2009-02-06  Jim Blandy  <jimb@codesourcery.com>
2013             Daniel Jacobowitz  <dan@codesourcery.com>
2014             Vladimir Prus  <vladimir@codesourcery.com>
2015             Pedro Alves  <pedro@codesourcery.com>
2017         * defs.h (enum lval_type): New value: lval_computed.
2018         * value.h (struct lval_funcs): New type.
2019         (allocate_computed_value, value_computed_funcs)
2020         (value_computed_closure): New declarations.
2021         * value.c (struct value): Add a structure to the location union
2022         for computed lvalues, containing 'funcs' and 'closure' members.
2023         (allocate_computed_value, value_computed_funcs)
2024         (value_computed_closure): New functions.
2025         (value_free): For computed lvalues, call the closure's
2026         'free_closure' function before freeing the value itself.
2027         (value_copy): If we're copying an lval_computed value, call the
2028         closure's 'copy_closure' function.
2029         (set_value_component_location): If the original value is a
2030         computed lvalue, then call the closure's 'copy_closure' function.
2031         (value_of_internalvar): If an internal variable's value is a
2032         computed lvalue, make retrieving its value produce an equivalent
2033         computed lvalue.
2034         * valops.c (value_fetch_lazy): Unlazy computed lvalues by calling
2035         their read function.
2036         (value_assign): Assign to computed lvalues by calling their write
2037         function.
2039 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
2041         * linux-nat.c (linux_nat_wait): Adjust.
2042         (linux_nat_pid_to_str): Adjust.  Remove call to thread_db_init.
2043         * linux-nat.h (thread_db_init): Delete declaration.
2044         * linux-thread-db.c (target_beneath): Delete.
2045         (thread_db_init): Delete.
2046         (thread_db_detach): Use find_target_beneath.
2047         (thread_db_wait): Adjust interface.  Use find_target_beneath.
2048         (thread_db_mourn_inferior): Use find_target_beneath.
2049         (thread_db_can_async_p, thread_db_is_async_p, thread_db_async)
2050         (thread_db_async_mask): Delete.
2051         (thread_db_pid_to_str): Adjust interface.  Use
2052         find_target_beneath.
2053         (thread_db_get_thread_local_address): Adjust interface.  Use
2054         find_target_beneath.
2055         (init_thread_db_ops): Delete references to delete functions.
2056         * target.c (update_current_target): Don't inherit or default
2057         to_wait.  Don't inherit to_pid_to_str and
2058         to_get_thread_local_address.
2059         (target_translate_tls_address): Look for a pushed target that
2060         implements to_get_thread_local_address, and use it instead of
2061         checking for target_get_thread_local_address_p.
2062         (target_wait, target_pid_to_str): Reimplement as functions.
2063         (dummy_pid_to_str): New.
2064         (init_dummy_target): Register it.
2065         (debug_to_wait): Delete.
2066         * target.h (struct target_ops): Make to_wait, to_pid_to_str and
2067         to_get_thread_local_address accept a pointer to struct target_ops.
2068         (target_wait): Delete macro, and declare as function.
2069         (target_pid_to_str): Likewise.
2070         (target_get_thread_local_address)
2071         (target_get_thread_local_address_p): Delete.
2072         (noprocess): Add NORETURN and ATTR_NORETURN tags.
2073         * inf-ptrace.c (inf_ptrace_wait): Adjust.
2074         (inf_ptrace_pid_to_str): New.
2075         (inf_ptrace_target): Use inf_ptrace_pid_to_str.
2076         * aix-thread.c (aix_thread_wait, aix_thread_pid_to_str): Adjust.
2077         * bsd-kvm.c (bsd_kvm_pid_to_str): Adjust.
2078         * bsd-uthread.c (bsd_uthread_wait, bsd_uthread_pid_to_str):
2079         Adjust.
2080         * corelow.c (core_pid_to_str): Adjust.
2081         * darwin-nat.c (darwin_wait, darwin_pid_to_str): Adjust.
2082         * dec-thread.c (dec_thread_wait, dec_thread_pid_to_str): Adjust.
2083         * gnu-nat.c (gnu_wait, gnu_pid_to_str): Adjust.
2084         * go32-nat.c (go32_wait, go32_pid_to_str): Adjust.
2085         * hpux-thread.c (hpux_thread_wait): Adjust.
2086         * inf-ttrace.c (inf_ttrace_wait, inf_ttrace_pid_to_str): Adjust.
2087         * monitor.c (monitor_wait, monitor_pid_to_str): Adjust.
2088         * nto-procfs.c (procfs_wait, procfs_pid_to_str): Adjust.
2089         * procfs.c (procfs_pid_to_str): Adjust.
2090         * remote-m32r-sdi.c (m32r_wait, m32r_pid_to_str): Adjust.
2091         * remote-mips.c (mips_wait): Adjust.
2092         * remote-sim.c (gdbsim_wait, gdbsim_pid_to_str): Adjust.
2093         * remote.c (remote_wait, remote_pid_to_str)
2094         (remote_get_thread_local_address): Adjust.
2095         * rs6000-nat.c (rs6000_wait): Adjust.
2096         * sol-thread.c (procfs_pid_to_str): Adjust declaration.
2097         (sol_thread_wait, solaris_pid_to_str): Adjust.
2098         * spu-linux-nat.c (spu_child_wait): Adjust.
2099         * windows-nat.c (windows_wait, windows_pid_to_str): Adjust.
2101 2009-02-06  Tom Tromey  <tromey@redhat.com>
2103         * Makefile.in (SUBDIR_PYTHON_OBS): Add python-cmd.o.
2104         (SUBDIR_PYTHON_SRCS): Add python-cmd.c.
2105         (python-cmd.o): New target.
2106         * cli/cli-decode.c (set_cmd_completer): Add self parameter to
2107         completer prototype.
2108         (add_cmd): Initialize destroyer member of cmd_list_element. Use
2109         make_symbol_completion_list_fn as completer.
2110         (delete_cmd): Call destroyer if one is set.
2111         * cli/cli-decode.h (cmd_list_element): Add cmd parameter to
2112         completer member.  Add destroyer member.
2113         (set_cmd_completer): Add self parameter to
2114         completer prototype.
2115         * command.h (set_cmd_completer): Add cmd parameter to
2116         completer prototype.
2117         * completer.c (noop_completer, filename_completer,
2118         location_completer, expression_completer, command_completer): Adapt
2119         to new completer prototype.
2120         (complete_line_internal): Pass new parameter to completer function.
2121         * completer.h (noop_completer, filename_completer,
2122         location_completer, expression_completer, command_completer): Adapt
2123         prototypes to new completer prototype.
2124         * interps.c (interpreter_completer): Adapt to new completer
2125         prototype.
2126         * python/python-cmd.c: New file.
2127         * python/python-internal.h (gdbpy_initialize_commands): Add
2128         prototype.
2129         (gdbpy_doc_cst): Add forward declaration.
2130         * python/python.c (gdbpy_doc_cst): Declare.
2131         (_initialize_python): Call gdbpy_initialize_commands.  Initialize
2132         gdbpy_doc_cst.
2133         * symtab.c (make_symbol_completion_list_fn): New function.
2134         * symtab.h (make_symbol_completion_list_fn): Add prototype.
2136 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
2138         * target.c (target_get_osdata): Check for equal or higher than
2139         process_stratum, not dummy_stratum.
2141 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
2143         * remote.c (extended_remote_can_run): Delete.
2144         (init_remote_ops): Don't register it.
2145         * target.c (target_get_osdata): Don't check for target_can_run.
2146         Instead any target that has already been pushed, otherwise
2147         fallback to the default run target.
2149 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
2151         * target.c (target_create_inferior, target_detach)
2152         (target_mourn_inferior, target_attach, target_close): Do target
2153         debug output.
2154         (debug_to_attach, debug_to_detach, debug_to_create_inferior)
2155         (debug_to_mourn_inferior, debug_to_close): Delete.
2156         (setup_target_debug): Adjust.
2158 2009-02-05  Pedro Alves  <pedro@codesourcery.com>
2160         * target.h (target_stopped_data_address_p): Delete declaration,
2161         and don't define as macro.
2162         * target.c (target_stopped_data_address_p): Delete.
2164 2009-02-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2165             Tom Tromey  <tromey@redhat.com>
2167         * python/python-utils.c (target_string_to_unicode): New function.
2168         * python/python-internal.h (target_string_to_unicode): New prototype.
2169         * python/python-value.c (valpy_string): New function.
2170         (value_object_methods): Add `string' entry.
2172 2009-02-05  Pedro Alves  <pedro@codesourcery.com>
2174         * target.h (target_tid_to_str): Delete.
2175         * thread.c (print_thread_info, thread_apply_all_command)
2176         (thread_apply_command, thread_command, do_captured_thread_select):
2177         Use target_pid_to_str instead of target_tid_to_str.
2178         * linux-fork.c (delete_fork_command): Likewise.
2180 2009-02-05  Pedro Alves  <pedro@codesourcery.com>
2182         * frame.c (has_stack_frames): Make public.
2183         (get_prev_frame): Don't allow a NULL this_frame anymore.
2184         * frame.h (has_stack_frames): Declare.
2185         * varobj.c (find_frame_addr_in_frame_chain): Don't ever pass NULL
2186         to get_prev_frame, instead start at get_current_frame.
2187         (varobj_create): Check has_stack_frames before getting any frame;
2188         eliminate one usage of deprecated_safe_get_selected_frame.
2190 2009-02-05  Tom Tromey  <tromey@redhat.com>
2191             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2193         * python/python.c (GdbMethods): Move to bottom of file.
2194         (get_parameter, execute_gdb_command, gdbpy_write,
2195         gdbpy_flush): Remove forward declarations.
2196         (eval_python_from_control_command): Fix error checking of function
2197         PyRun_SimpleString.  Fix error string.
2198         (python_command): Likewise.
2199         (execute_gdb_command): Added from_tty argument.
2201 2009-02-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2203         * language.h (language_dfn): Add la_get_string member.
2204         (LA_GET_STRING): New macro.
2205         (default_get_string): New prototype.
2206         * language.c (default_get_string): New function.
2207         (unknown_language_defn, auto_language_defn, local_language_defn): Use
2208         default_get_string for la_get_string.
2209         * c-lang.c (c_get_string): New function.
2210         (c_language_defn, cplus_language_defn, asm_language_defn): Use
2211         c_get_string for la_get_string.
2212         (minimal_language_defn): Likewise
2213         * ada-lang.c (ada_language_defn): Likewise.
2214         * f-lang.c (f_language_defn): Use default_get_string for
2215         la_get_string.
2216         * jv-lang.c (java_language_defn): Likewise.
2217         * m2-lang.c (m2_language_defn): Likewise.
2218         * objc-lang.c (objc_language_defn): Likewise.
2219         * p-lang.c (p_language_defn): Likewise.
2220         * scm-lang.c (scm_language_defn): Likewise.
2221         * typeprint.c (type_to_string): New function.
2222         * value.h (type_to_string): New prototype.
2223         * valprint.c (val_print_string): Factor out code for reading string
2224         from the inferior into its own function.  Put 2 spaces after period
2225         in comments.
2226         (read_string): New function.
2227         * valprint.h (read_string): New prototype.
2229 2009-01-07  Pierre Muller  <muller@ics.u-strasbg.fr>
2230             Tom Tromey  <tromey@redhat.com>
2232         PR breakpoints/8079:
2233         * breakpoint.c (print_one_breakpoint): Use exp_string field
2234         to display expression of watchpoints.
2235         (mention): Likewise.
2236         (watch_command_1): Remove trailing whitespace from expression.
2237         * printcmd.c (struct display) <exp_string>: New field.
2238         (display_command): Set exp_string.
2239         (free_display): Free exp_string.
2240         (clear_displays): Use free_display.
2241         (do_one_display): Print exp_string.
2242         (display_info): Likewise.
2244 2009-02-04  Tom Tromey  <tromey@redhat.com>
2245             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2246             Phil Muldoon  <pmuldoon@redhat.com>
2248         * python/python-internal.h (gdbpy_get_value_from_history): Rename
2249         prototype to gdbpy_history.
2250         (gdbpy_is_string): Declare.
2251         (python_string_to_host_string): Declare.
2252         * python/python-utils.c (gdbpy_is_string): New function.
2253         (unicode_to_encoded_string): New function.
2254         (unicode_to_target_string): Use it.
2255         (python_string_to_host_string): New function.
2256         * python/python-value.c (valpy_address): New function.
2257         (convert_value_from_python): Use gdbpy_is_string.  Change to throw
2258         Python exception instead of a GDB exception on error.  Properly check
2259         Python booleans.
2260         (valpy_getitem): Convert field name to host string.  Handle array
2261         accesses.  Adapt to new behaviour of convert_value_from_python.
2262         (valpy_new): Adapt to new behaviour of convert_value_from_python.
2263         (enum valpy_opcode) <VALPY_LSH, VALPY_RSH, VALPY_BITAND,
2264         VALPY_BITXOR, VALPY_BITOR>: New constants.
2265         (valpy_binop): Update.  Adapt to new behaviour of
2266         convert_value_from_python.
2267         (valpy_invert): New function.
2268         (valpy_lsh): Likewise.
2269         (valpy_rsh): Likewise.
2270         (valpy_and): Likewise.
2271         (valpy_or): Likewise.
2272         (valpy_xor): Likewise.
2273         (valpy_richcompare): Call convert_value_from_python instead of doing
2274         conversions itself.
2275         (is_intlike, valpy_int, valpy_long, valpy_float): New functions.
2276         (gdbpy_get_value_from_history): Rename
2277         function to gdbpy_history.
2278         (gdbpy_initialize_values): Don't set tp_new.
2279         (value_object_type): Add valpy_new.
2280         (value_object_methods): Add `address' entry.
2281         (value_object_as_number): Update for new methods.
2282         * python/python.c (GdbMethods): Rename entry from
2283         `get_value_from_history' to `history'.
2285 2009-02-04  Jerome Guitton  <guitton@adacore.com>
2287         * ada-lang.c (ada_template_to_fixed_record_type_1): Check size
2288         of type to guard against a crash.
2290 2009-02-04  Jerome Guitton  <guitton@adacore.com>
2292         * value.c (value_from_contents_and_address): Always return
2293         a lval_memory value, even if address is null.
2295 2009-02-04  Tristan Gingold  <gingold@adacore.com>
2297         * i386-darwin-tdep.c (i386_darwin_sigcontext_addr): New function.
2298         (amd64_darwin_sigcontext_addr): Ditto.
2299         (darwin_dwarf_signal_frame_p): Ditto.
2300         (i386_darwin_init_abi): Handle signal frames, use the const for
2301         sc_num_regs.
2302         (x86_darwin_init_abi_64): Ditto.
2304 2009-02-04  Tristan Gingold  <gingold@adacore.com>
2306         * i386-tdep.c (i386_sigtramp_p): Make it public.
2307         * i386-tdep.h (i386_sigtramp_p): Declare.
2309 2009-02-04  Tristan Gingold  <gingold@adacore.com>
2311         * machoread.c (macho_symfile_read): Read minsymtab also from
2312         shared libraries.
2313         (macho_symfile_read): Try to read dwarf2 frame info from main
2314         object file, but not from OSO files.
2315         (macho_symfile_offsets): Update section names for latest BFD
2316         changes.
2317         * i386-darwin-tdep.c (i386_darwin_init_abi): Call set_solib_ops.
2318         (x86_darwin_init_abi_64): Ditto.
2319         * solib-darwin.c: New file.
2320         * solib-darwin.h: New file.
2321         * configure.tgt: Add solib.o solib-darwin.o for Darwin.
2323 2009-02-04  Tristan Gingold  <gingold@adacore.com>
2325         * solist.h (struct target_so_ops): Comment fallback behavior for
2326         operation same.
2328 2009-02-03  Tom Tromey  <tromey@redhat.com>
2330         * completer.c (add_struct_fields): Check type_name against NULL
2331         before use.
2333 2009-02-03  Joel Brobecker  <brobecker@adacore.com>
2335         * MAINTAINERS: Update Elena's email address.
2337 2009-02-02  Joel Brobecker  <brobecker@adacore.com>
2339         * breakpoint (update_watchpoint): Minor comment adjustment.
2341 2009-02-02  Tom Tromey  <tromey@redhat.com>
2343         PR gdb/9594:
2344         * completer.c (count_struct_fields): Count method names.
2345         (add_struct_fields): Add matching method names.
2347 2009-02-02  Doug Evans  <dje@google.com>
2349         * configure.ac (gdbkt): Check both no_tcl/no_tk first, before
2350         doing any further tcl/tk configury.  Don't configure gdbtk if
2351         tcl or tk check fails.
2352         * aclocal.m4: Regenerate.
2353         * configure: Regenerate.
2355 2009-02-02  Tom Tromey  <tromey@redhat.com>
2357         PR exp/9059:
2358         * valops.c (find_overload_match): Follow typedefs before taking
2359         address of object argument.
2361 2009-02-01  Doug Evans  <dje@google.com>
2363         * target.h (target_waitstatus_to_string): Declare.
2364         * target.c (target_waitstatus_to_string): New function.  Copied from
2365         debug_to_wait.  Add missing entries for TARGET_WAITKIND_SYSCALL_ENTRY,
2366         TARGET_WAITKIND_SYSCALL_RETURN, TARGET_WAITKIND_IGNORE,
2367         TARGET_WAITKIND_NO_HISTORY.
2368         (debug_to_wait): Call it.
2369         * infrun.c (wait_for_inferior): If debug_infrun, print result of
2370         target_wait.
2371         (fetch_inferior_event): Ditto.
2373 2009-01-30  Tom Tromey  <tromey@redhat.com>
2375         * Makefile.in (HFILES_NO_SRCDIR): Remove i386-cygwin-tdep.h.
2377 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
2379         PR 8145.
2380         * thread.c (do_captured_list_thread_ids): Report the current
2381         thread id.
2383 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
2385         * breakpoint.c (create_breakpoint, create_breakpoints)
2386         (break_command_really, set_breakpoint): New parameter enabled.
2387         (create_breakpoint, break_command_really): Make breakpoint
2388         disabled if so requested.
2389         * breakpoint.h (set_breakpoint): New parameter enabled.
2390         * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle the -d option.
2392 2009-01-28  Doug Evans  <dje@google.com>
2394         * amd64-tdep.h (amd64_displaced_step_copy_insn): Declare.
2395         (amd64_displaced_step_fixup): Declare.
2396         * amd64-tdep.c: #include opcode/i386.h, dis-asm.h.
2397         (amd64_arch_regmap): Move out of amd64_analyze_stack_align
2398         and make static global.
2399         (amd64_arch_regmap_len): New static global.
2400         (amd64_arch_reg_to_regnum): New function.
2401         (struct amd64_insn): New struct.
2402         (struct displaced_step_closure): New struct.
2403         (onebyte_has_modrm,twobyte_has_modrm): New static globals.
2404         (rex_prefix_p,skip_prefixes)
2405         (amd64_insn_length_fprintf,amd64_insn_length_init_dis)
2406         (amd64_insn_length,amd64_get_unused_input_int_reg)
2407         (amd64_get_insn_details,fixup_riprel,fixup_displaced_copy)
2408         (amd64_displaced_step_copy_insn)
2409         (amd64_absolute_jmp_p,amd64_absolute_call_p,amd64_ret_p)
2410         (amd64_call_p,amd64_breakpoint_p,amd64_syscall_p)
2411         (amd64_displaced_step_fixup): New functions.
2412         * amd64-linux-tdep.c: #include arch-utils.h.
2413         (amd64_linux_init_abi): Install displaced stepping support.
2415 2009-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
2416             Jerome Guitton  <guitton@adacore.com>
2418         * configure, config.in: Regenerated.
2419         * configure.ac: Add --with-system-gdbinit.
2420         * main.c (get_init_files): New.
2421         (captured_main): Use get_init_files.  Load system gdbinit before
2422         $HOME/.gdbinit.
2423         (print_gdb_help): Print location of init files.
2425 2009-01-28  Pedro Alves  <pedro@codesourcery.com>
2427         * corefile.c (generic_search): Delete disabled code.
2428         * gdbcore.h (generic_search): Delete declaration.
2430 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
2432         * linux-nat.c (linux_child_follow_fork): Copy attach_flag from the
2433         parent to the child.
2434         * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
2435         * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.  Use
2436         remove_breakpoints to remove breakpoints from the parent.
2438 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
2440         PR backtrace/9458, PR backtrace/8864:
2441         * frame.c (create_new_frame): Update the frame's cached PC before
2442         finding its unwinder.  Use frame_id_build to build the new frame's
2443         id.
2444         * stack.c (parse_frame_specification_1): Correct setting ``addrs''
2445         array values from the ``args'' array values.
2447 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
2449         * gdbtypes.c (alloc_type, alloc_type_instance, create_range_type)
2450         (create_array_type, create_set_type, init_flags_type)
2451         (copy_type_recursive): Replace pairs of calls to XALLOC and memset
2452         with a call to XZALLOC or XCALLOC, and pairs of calls to
2453         obstack_alloc and memset with a call to OBSTACK_ZALLOC.
2455 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
2457         Add "maint set|show internal-error|internal-warning quit|corefile
2458         ask|yes|no" commands.
2460         PR gdb/7580:
2461         * utils.c (internal_problem_ask, internal_problem_yes)
2462         (internal_problem_no, internal_problem_modes): New.
2463         (struct internal_problem): Remove FIXME.  Make should_quit and
2464         should_dump_core types to char *.
2465         (internal_vproblem, internal_error_problem)
2466         (internal_warning_problem): Adjust.
2467         (set_internal_problem_cmd, show_internal_problem_cmd): New dummy
2468         functions.
2469         (add_internal_problem_command): New.
2470         (_initialize_utils): New.
2472 2009-01-25  Pedro Alves  <pedro@codesourcery.com>
2474         * infcmd.c (program_info): Use paddress instead of casting stop_pc
2475         to unsigned long.
2477 2009-01-24  Pedro Alves  <pedro@codesourcery.com>
2479         * infrun.c (normal_stop): Don't call
2480         deprecated_update_frame_pc_hack.
2481         * frame.c (deprecated_update_frame_pc_hack)
2482         (deprecated_update_frame_base_hack): Delete, and ...
2483         (create_new_frame): ... inline here.
2484         * frame.h (deprecated_update_frame_pc_hack)
2485         (deprecated_update_frame_base_hack): Delete declarations.
2487 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
2489         * cli/cli-decode.c (add_setshow_zuinteger_cmd): New.
2490         * cli/cli-setshow.c (do_setshow_command): Handle it.
2491         * command.h (enum var_types): Add var_zuinteger.
2492         (add_setshow_zuinteger_cmd): Declare.
2494         * valprint.c (_initialize_valprint): Change the set input-radix
2495         and set output-radix commands to zuinteger type.
2497 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
2499         PR gdb/9664:
2500         * infrun.c (normal_stop): Tag threads as stopped, and run the
2501         hook-stop before printing the stack frame.
2503 2009-01-22  Pedro Alves  <pedro@codesourcery.com>
2505         PR c++/9631:
2506         * gnu-v3-abi.c (gnuv3_baseclass_offset): Call check_typedef on
2507         vbasetype.
2509 2009-01-20  Kazu Hirata  <kazu@codesourcery.com>
2511         * gdb/procfs.c (info_mappings_callback): Cast map->pr_size to
2512         unsigned long.
2514 2009-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
2516         PR gdb/9346
2517         * infcmd.c (signal_command): Do not specify a resume PC.
2519 2009-01-19  Doug Evans  <dje@google.com>
2521         * dummy-frame.c (dummy_frame): Replace regcache member with
2522         caller_state.
2523         (dummy_frame_push): Replace caller_regcache arg with caller_state.
2524         All callers updated.
2525         (remove_dummy_frame,pop_dummy_frame,lookup_dummy_frame): New fns.
2526         (dummy_frame_pop): Rewrite.  Verify requested frame is in the
2527         dummy frame stack.  Restore program state.
2528         (cleanup_dummy_frames): Rewrite.
2529         (dummy_frame_sniffer): Update.  Make static.
2530         * dummy-frame.h (regcache,frame_info): Delete forward decls.
2531         (inferior_thread_state): New forward decl.
2532         (dummy_frame_push): Update prototype.
2533         * frame.c (frame_pop): dummy_frame_pop now does all the work for
2534         DUMMY_FRAMEs.
2535         * infcall.c (breakpoint_auto_delete_contents): Delete.
2536         (get_function_name,run_inferior_call): New fns.
2537         (call_function_by_hand): Simplify by moving some code to
2538         get_function_name, run_inferior_call.  Inferior function call wrapped
2539         in TRY_CATCH so there's less need for cleanups and all exits from
2540         proceed are handled similarily.  Detect program exit.
2541         Detect program stopping in a different thread.
2542         Make error messages more consistent.
2543         * inferior.h (inferior_thread_state): Declare (opaque type).
2544         (save_inferior_thread_state,restore_inferior_thread_state,
2545         make_cleanup_restore_inferior_thread_state,
2546         discard_inferior_thread_state, get_inferior_thread_state_regcache):
2547         Declare.
2548         (save_inferior_status): Update prototype.
2549         * infrun.c: (normal_stop): When stopped for the completion of an
2550         inferior function call, verify the expected stack frame kind.
2551         (inferior_thread_state): New struct.
2552         (save_inferior_thread_state,restore_inferior_thread_state,
2553         do_restore_inferior_thread_state_cleanup,
2554         make_cleanup_restore_inferior_thread_state,
2555         discard_inferior_thread_state,
2556         get_inferior_thread_state_regcache): New functions.
2557         (inferior_status): Move stop_signal, stop_pc, registers to
2558         inferior_thread_state.  Remove restore_stack_info.
2559         (save_inferior_status): Remove arg restore_stack_info.
2560         All callers updated.  Remove saving of state now saved by
2561         save_inferior_thread_state.
2562         (restore_inferior_status): Remove restoration of state now done by
2563         restore_inferior_thread_state.
2564         (discard_inferior_status): Remove freeing of registers, now done by
2565         discard_inferior_thread_state.
2567 2009-01-18  Pedro Alves  <pedro@codesourcery.com>
2569         * tui/tui-disasm.c (tui_vertical_disassem_scroll): Scroll one line
2570         at a time, times NUM_TO_SCROLL.
2571         * tui/tui-winsource.c (tui_horizontal_source_scroll): Don't try to
2572         fetch the selected frame if there is no stack.
2574 2009-01-18  Pedro Alves  <pedro@codesourcery.com>
2576         PR gdb/9747:
2577         * gdbthread.h (finish_thread_state, finish_thread_state_cleanup):
2578         Declare.
2579         * thread.c (finish_thread_state, finish_thread_state_cleanup): New.
2580         * infrun.c (wait_for_inferior, fetch_inferior_event): If an error
2581         is thrown while handling an event, finish the thread state.
2582         (normal_stop): Use finish_thread_state cleanup.
2583         * infcmd.c (run_command_1): If an error is thrown while starting
2584         the inferior, finish the thread state.
2586 2009-01-18  Pedro Alves  <pedro@codesourcery.com>
2588         * tui/tui-winsource.c (tui_update_breakpoint_info): In asm layout,
2589         skip breakpoints without a location (pending breakpoints).
2591 2009-01-18  Pedro Alves  <pedro@codesourcery.com>
2593         PR build/9186:
2594         * hppa-hpux-tdep.c (hppa_hpux_write_pc): Remove 'return'.
2596 2009-01-18  Nick Roberts  <nickrob@snap.net.nz>
2598         * thread.c (thread_command): Move call to annotate_thread_changed
2599         to...
2600         (do_captured_thread_select): ... here, to avoid printing an
2601         annotation if the thread change generates an exception.
2603 2009-01-16  Joel Brobecker  <brobecker@adacore.com>
2605         * NEWS: Document x86_64/MinGW as a new native configuration.
2607 2009-01-16  Joel Brobecker  <brobecker@adacore.com>
2609         * NEWS: Move the documentation of "info os processes" to
2610         the appropriate section (documenting the new commands).
2612 2009-01-15  Doug Evans  <dje@google.com>
2614         * target.h (target_signal_to_string): Make return type const char *.
2615         (target_signal_to_name): Ditto.
2616         (target_signal_from_name): Make arg const char *.
2617         * infrun.c (sig_print_info): Update.
2618         * signals/signals.c (signals): Make array and struct members const.
2619         (target_signal_to_string): Make return type const char *.
2620         (target_signal_to_name): Ditto.
2621         (target_signal_from_name): Make arg const char *.
2623 2009-01-15  Ulrich Weigand  <uweigand@de.ibm.com>
2624             Tristan Gingold  <gingold@adacore.com>
2626         * solist.h (struct target_so_ops): New member bfd_open.
2627         (solib_find): Add prototype.
2628         (solib_bfd_fopen): Add prototype.
2629         * solib.c (solib_find, solib_bfd_fopen): New functions, extracted
2630         from solib_bfd_open.
2631         (solib_bfd_open): Use ops->bfd_open override if present.  Call
2632         solib_find and solib_bfd_open otherwise.
2634         * objfiles.h (OBJF_KEEPBFD): New define.
2635         * objfiles.c (free_objfile): Do not close BFD if OBJF_KEEPBFD
2636         objfile flag is set.
2637         * solib.c (symbol_add_stub): Do not allocate second BFD for
2638         shared library; use OBJF_KEEPBFD flag on solib objfile.
2640 2009-01-15  Ulrich Weigand  <uweigand@de.ibm.com>
2642         * frame.c (get_frame_arch): Abort if called with NULL this_frame.
2644 2009-01-15  Ulrich Weigand  <uweigand@de.ibm.com>
2646         * value.h (address_of_variable): Add prototype.
2647         (locate_var_value): Remove prototype.
2649         * findvar.c (read_var_value): Do not attempt to default frame
2650         to selected frame.
2651         (locate_var_value): Remove function.
2652         * valops.c (value_of_variable): Retrieve selected frame for
2653         symbols that require a frame when called with NULL block.
2654         * valops.c (address_of_variable): New function.
2656         * eval.c (evaluate_subexp_for_address): Call address_of_variable
2657         instead of calling locate_var_value.
2658         (evaluate_subexp_with_coercion): Likewise.
2660 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
2662         * NEWS: Document "define" for prefixed commands.
2663         * cli/cli-cmds.c (show_user): Update calls to show_user_1.  Call
2664         show_user_1 for prefix commands.
2665         * cli/cli-decode.c (help_cmd_list): Recurse for "help user-defined".
2666         * cli/cli-script.c (validate_comname): Rewrite to handle prefix
2667         commands.  Return the containing command list.
2668         (define_command, document_command): Update to handle prefix commands.
2669         (show_user_1): Add prefix and name arguments.  Handle prefix
2670         commands.
2671         * cli/cli-script.h (show_user_1): Update prototype.
2673 2009-01-14  Kai Tietz  <kai.tietz@onevision.com>
2675         * mingw-ser.c (console_select_thread): Add return to make
2676         compiler happy.
2677         (pipe_select_thread): Likewise.
2678         (file_select_thread): Likewise.
2680 2009-01-14  Pedro Alves  <pedro@codesourcery.com>
2682         * mi/mi-main.c (mi_cmd_execute): Clean up parenthesis mess from
2683         previous change.
2685 2009-01-14  Pedro Alves  <pedro@codesourcery.com>
2687         * remote.c (extended_remote_mourn_1): Invalidate our notion of
2688         current general thread.
2690 2009-01-14  Pedro Alves  <pedro@codesourcery.com>
2692         * mi/mi-main.c (mi_cmd_execute): Also allow -list-thread-groups
2693         without a live selected thread.
2695 2009-01-14  Joel Brobecker  <brobecker@adacore.com>
2697         Update the copyright notice of some of the files I missed
2698         in the previous copyright update.
2700 2009-01-14  Joel Brobecker  <brobecker@adacore.com>
2702         * windows-nat.c (handle_unload_dll): Use %p to print the DLL
2703         base address instead of casting it to DWORD.
2705 2009-01-13  Ulrich Weigand  <uweigand@de.ibm.com>
2707         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Do not call get_frame_arch
2708         for NULL frame pointers.
2710 2009-01-13  Mark Kettenis  <kettenis@gnu.org>
2712         * utils.c (host_address_to_string): Reimplement in a way that
2713         avoids the cast of the address to long.
2715 2009-01-13  Joel Brobecker  <brobecker@adacore.com>
2717         * mdebugread.c (parse_symbol): Save the symbol private data
2718         using SYMBOL_VALUE_BYTES instead of SYMBOL_VALUE.
2719         (psymtab_to_symtab_1): Likewise.
2720         (parse_procedure): Declare variable "e" only in the scope
2721         where it is used. Extract the symbol private data using
2722         SYMBOL_VALUE_BYTES.
2724 2009-01-13  Jim Blandy  <jimb@codesourcery.com>
2726         Abstract out common code for copying value locations.
2728         * value.h (set_value_component_location): New declaration.
2729         * value.c (set_value_component_location): New function.
2730         (value_primitive_field): Use it.
2731         * valarith.c (value_subscript, value_subscripted_rvalue): Same.
2732         * valops.c (search_struct_field, value_slice): Same.
2733         * ada-lang.c (coerce_unspec_val_to_type)
2734         (ada_value_primitive_packed_val): Same.
2736 2009-01-13  Joel Brobecker  <brobecker@adacore.com>
2738         * MAINTAINERS (GLOBAL MAINTAINERS): Add Tom Tromey.
2740 2009-01-12  Christopher Faylor  <me+cygwin@cgf.cx>
2742         * amd64-windows-nat.c Rename gdb-specific win32_* to windows_*
2743         throughout.
2744         * i386-cygwin-tdep.c: Ditto.
2745         * i386-windows-nat.c: Ditto.
2746         * windows-nat.h: Ditto.
2747         * windows-tdep.c: Ditto.
2748         * windows-tdep.h: Ditto.
2749         * windows-nat.c: Ditto.
2750         (cygwin_load_start): Redefine as CORE_ADDR.
2751         (cygwin_load_end): Ditto.
2752         (windows_make_so): Coerce result of address arithmetic to uintptr_t
2753         before coercing to CORE_ADDR to avoid a compiler warning.
2754         (handle_exception): Define addr as CORE_ADDR and coerce
2755         ExceptionAddress to uintptr_t before assigining to avoid a compiler
2756         warning.
2757         * config/djgpp/fnchange.lst: Add mappings for recently renamed windows
2758         files.
2760 2009-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2762         Fix linking with --enable-targets=all:
2763         * Makefile.in (ALL_TARGET_OBS): Add windows-tdep.o.
2764         (HFILES_NO_SRCDIR): Add windows-tdep.h.
2765         (ALLDEPFILES): Add windows-tdep.c.
2767 2009-01-11  Chris Faylor  <me.gdb@cgf.cx>
2769         * win32-nat.h: Delete.
2770         * windows-nat.h: Rename from win32-nat.h.
2771         * win32-nat.c: Delete.
2772         * windows-nat.c: Rename from win32-nat.c.
2773         * win32-termcap.c: Delete.
2774         * windows-termcap.c: Rename from win32-termcap.c.
2775         * amd64-windows-nat.c: Handle rename from win32-nat.h -> windows-nat.h.
2776         * configure.ac: Handle rename from win32-termcap.c ->
2777         windows-termcap.c.
2778         * configure: Regenerate.
2779         * gdb_curses.h: Change comment to reflect rename from win32-termcap.c
2780         -> windows-termcap.c.
2781         * i386-cygwin-tdep.c: Handle rename from win32-tdep.h ->
2782         windows-tdep.h.
2783         * i386-windows-nat.c: Refect rename from win32-nat.h -> windows-nat.h.
2784         * windows-nat.c: Ditto.  Also reflect rename from from win32-tdep.h ->
2785         windows-tdep.h.
2786         (win32_make_so): Handle cygwin compiler warning due to change of
2787         load_addr from DWORD to LPVOID.
2788         (handle_load_dll): Use %p in format string to properly print address
2789         and avoid a compiler warning.
2790         (DEBUG_EXCEPTION_SIMPLE): Ditto.
2791         (handle_exception): Ditto.
2792         * windows-tdep.c: Handle rename from win32-tdep.h -> windows-tdep.h.
2793         * config/i386/cygwin.mh: Handle rename from win32-nat.o ->
2794         windows-nat.o.
2795         * config/i386/mingw.mh: Ditto.
2796         * config/i386/mingw64.mh: Ditto.
2798 2009-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2800         * f-typeprint.c (f_type_print_varspec_suffix): Convert the autovariable
2801         arrayprint_recurse_level to a parameter.  Update all the callers.  New
2802         comment at autovariables.
2804 2009-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2806         * gdbtypes.c (make_qualified_type, replace_type): Reformat to the GNU
2807         coding style.
2809 2009-01-11  Joel Brobecker  <brobecker@adacore.com>
2811         * target.c (target_xfer_partial): Use host_address_to_string to
2812         print the address of readbuf and writebuf. Cast the address of
2813         elements inside the myaddr buffer into intptr_t.
2814         (deprecated_debug_xfer_memory): Use paddress to print memaddr.
2815         Cast the address of elements inside the myaddr buffer into
2816         intptr_t.
2818 2009-01-11  Joel Brobecker  <brobecker@adacore.com>
2820         * amd64-windows-nat.c, amd64-windows-tdep.c: New files.
2821         * config/i386/mingw64.mh, config/i386/nm-cygwin64.h: New files.
2822         * configure.host, configure.tgt: Add handling for x86_64/windows.
2823         * config/djgpp/fnchange.lst: Add entries for amd64-windows-nat.c
2824         and amd64-windows-tdep.c.
2826 2009-01-11  Joel Brobecker  <brobecker@adacore.com>
2828         * win32-tdep.h, win32-tdep.c: New files.
2829         * i386-cygwin-tdep.h: Delete.
2830         * i386-cygwin-tdep.c: Include win32-tdep.h instead of
2831         i386-cygwin-tdep.h.
2832         (win32_xfer_shared_library): Delete.  Moved to win32-tdep.c.
2833         * win32-nat.c: Likewise.
2834         * configure.tgt: Add win32-tdep.o to the list of target object
2835         files for i386-cygwin and i386-mingw targets.
2837 2009-01-11  Joel Brobecker  <brobecker@adacore.com>
2839         * win32-nat.h: New file.
2840         * win32-nat.c (mappings): Initialize to NULL.
2841         (win32_set_context_register_offsets): New function.
2842         * i386-windows-nat.c: New file.
2843         (mappings): Moved here from win32-nat.c.
2844         (_initialize_i386_windows_nat): New function.
2845         * config/i386/mingw.mh (NATDEPFILES): Add i386-windows-nat.o.
2846         * config/i386/cygwin.mh (NATDEPFILES): Likewise.
2848 2009-01-09  Andreas Schwab  <schwab@suse.de>
2850         * Makefile.in (init.c): Set LANG/LC_ALL to C, not c.
2852 2009-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
2854         * gdbtypes.c (append_composite_type_field): Correct the location of
2855         appended fields.
2857 2009-01-09  Pedro Alves  <pedro@codesourcery.com>
2859         * defs.h (deprecated_error_hook): Delete declaration.
2860         * interps.c (clear_interpreter_hooks): Adjust.
2861         * remote-sim.c (gdb_os_error): Don't try to call
2862         deprecated_error_hook.  No need to call exit anymore.
2863         * top.c (deprecated_error_hook): Delete.
2865 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
2867         * arch-utils.c (gdbarch_update_p): Use host_address_to_string
2868         to print the address of the gdbarch pointer.
2870 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
2872         * gdbarch.sh: Fix all the compilation errors on amd64-windows
2873         due to casting a pointer to a long when printing a function
2874         address. Instead, use host_address_to_string to convert our
2875         address to a string.
2876         * gdbarch.c: Regenerate.
2878 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
2880         * event-top.c (async_disconnect, async_stop_sig): use "raise"
2881         instead of "kill" to raise a signal.
2883 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
2885         * win32-nat.c (get_module_name): Change the type of parameter
2886         "base_address" to LPVOID.  Remove unnecessary cast.
2887         (struct lm_info): Change type of load_addr to LPVOID.
2888         (win32_make_so): Change the type of parameter "load_addr"
2889         to LPVOID.  Remove some unnecessary casts.
2890         (handle_unload_dll): Change the type of "lpBaseOfDll" to LPVOID.
2891         (win32_xfer_shared_libraries): Add missing cast.
2893 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
2895         * win32-nat.c (has_detach_ability, set_process_privilege):
2896         Cast the result of GetProcAddress to (void *) to avoid
2897         a compilation warning.
2899 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
2901         * win32-nat.c (CONTEXT_EXTENDED_REGISTERS): Define to 0 if not
2902         already defined.
2904 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
2906         * win32-nat.c (get_image_name, win32_xfer_memory): Fix type
2907         definition of local variable "done".
2908         (info_w32_command, handle_exception): Remove unnecessary cast.
2910 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
2912         * win32-nat.c (kernel32_DebugSetProcessKillOnExit): Renames
2913         DebugSetProcessKillOnExit.  Update all uses in this file.
2914         (kernel32_DebugActiveProcessStop): Renames DebugActiveProcessStop.
2915         Update all uses in this file.
2917 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
2919         * win32-nat.c (do_initial_win32_stuff): Add new ops parameter,
2920         and use it when pushing the target.
2921         (win32_attach, win32_create_inferior): Update call to
2922         do_initial_win32_stuff.
2923         (win32_detach, win32_mourn_inferior): Use our ops parameter
2924         instead of the global win32_ops to unpush the target.
2926 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
2928         * ser-mingw.c (ser_windows_open): Use proper type when casting
2929         in call to _open_osfhandle.
2931 2009-01-09  Kai Tietz  <kai.tietz@onevision.com>
2933         * coff-pe-read.c (read_pe_exported_syms): Fix typo.
2935 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
2937         * CONTRIBUTE: Minor reformatting.
2939 2009-01-08  Kai Tietz  <kai.tietz@onevision.com>
2941         * MAINTAINERS: Add myself to Write After Approval.
2942         * coff-pe-read.c (read_pe_exported_syms): Enable read of PE+
2943         export directory.
2945 2009-01-08  Nathan Froyd  <froydnj@codesourcery.com>
2947         * remote-sim.c (gdb_os_error): Mark as a noreturn function.
2948         Call exit to make it obvious to GCC.
2950 2009-01-08  Tom Tromey  <tromey@redhat.com>
2952         PR breakpoints/9350:
2953         * varobj.c (varobj_invalidate): Unconditionally free
2954         all_rootvarobj.
2955         * symfile.c (syms_from_objfile): Free local_addr when returning
2956         normally.
2957         * exec.c (exec_file_attach): Do cleanups before returning.
2958         (exec_file_command): Likewise.
2959         * corefile.c (reopen_exec_file): Do cleanups before returning.
2960         * breakpoint.c (insert_breakpoint_locations): Do cleanups before
2961         returning.
2962         (do_vec_free): New function.
2963         (update_global_location_list): Make a cleanup for old_locations.
2964         Do cleanups before returning.  Remove unused variable 'e'.
2965         (find_condition_and_thread): Free result of parsing the
2966         expression.
2967         (print_it_typical): Do cleanups before returning.
2968         (breakpoint_re_set_one): Always free sals.sals.
2970 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
2971             Emi Suzuki  <emi-suzuki@tjsys.co.jp>
2973         * breakpoint.c (do_enable_breakpoint): Use update_watchpoint for
2974         watchpoints.
2976 2009-01-07  Doug Evans  <dje@google.com>
2978         * top.c (gdb_prompt_string): Delete, unused.
2980 2009-01-07  Pedro Alves  <pedro@codesourcery.com>
2982         Delete ONE_PROCESS_WRITETEXT leftovers.
2984         * breakpoint.c (insert_bp_location): Delete process_warning
2985         argument.  Adjust.
2986         (insert_breakpoint_locations): Adjust.
2987         (reattach_breakpoints): Adjust.
2988         * infrun.c (normal_stop): Drop "It might be running in another
2989         process" notice.
2991 2009-01-07  Stan Shebs  <stan@codesourcery.com>
2993         * config/pa/linux.mh (XDEPFILES): Remove.
2995 2009-01-07  Doug Evans  <dje@google.com>
2997         * cli/cli-cmds.c (set_debug): Fix cut-n-paste error.
2999 2009-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3001         * f-typeprint.c (f_type_print_base <TYPE_CODE_STRUCT>): Fix output
3002         spacing, a regression from 2008-04-22.
3004 2009-01-07  Joel Brobecker  <brobecker@adacore.com>
3006         * utils.c (gdb_print_host_address): Adjust implementation to
3007         reuse host_address_to_string. Move comment explaining the conversion
3008         from host address to string from here...
3009         (host_address_to_string): ... to there.
3011 2009-01-07  Emi Suzuki  <emi-suzuki@tjsys.co.jp>
3013         * MAINTAINERS: Add myself for write after approval privileges.
3015 2009-01-06  Tom Tromey  <tromey@redhat.com>
3017         * value.c (set_internalvar): Use value_free, not xfree.
3019 2009-01-06  Jim Blandy  <jimb@red-bean.com>
3021         Check return values of functions declared with warn_unused_result
3022         attribute in GLIBC 2.8.
3023         * cli/cli-cmds.c (pwd_command): Check return value from getcwd.
3024         * inflow.c (check_syscall): New function.
3025         (new_tty): Use check_syscall to check return values from open and dup.
3026         * linux-nat.c (linux_nat_info_proc_cmd): Check return value from fgets.
3027         * main.c (captured_main): Call cwd after setting up gdb_stderr;
3028         check for errors from getcwd.
3029         * mi/mi-cmd-env.c (mi_cmd_env_pwd): Check return value from getcwd.
3030         * ui-file.c (stdio_file_write): Ignore return value from fwrite.
3031         (stdio_file_fputs): Same.
3032         * utils.c (internal_vproblem): abort if last-ditch error message
3033         write fails.
3035         * top.c (gdb_init): Don't set the current directory here; that's
3036         already been done in captured_main.
3038 2009-01-06  Sandra Loosemore  <sandra@codesourcery.com>
3040         * ser-tcp.c: Adjust includes.
3041         (tcp_set_cmdlist, tcp_show_cmdlist): Declare.
3042         (tcp_auto_retry, tcp_retry_limit): Declare.
3043         (TIMEOUT): Remove, in favor of tcp_retry_limit.
3044         (POLL_INTERVAL): Increase to 5, in favor of backoff logic.
3045         (wait_for_connect): New function.
3046         (net_open): Use it.  Add auto-retry logic.
3047         (set_tcp_cmd, show_tcp_cmd): New functions.
3048         (_initialize_ser_tcp): Initialize new "set/show tcp auto-retry"
3049         and "set/show tcp connect-timeout" commands.
3050         * NEWS: Document new commands.
3052 2009-01-05  Tom Tromey  <tromey@redhat.com>
3054         * python/python-internal.h (Py_ssize_t): Define as int.
3056 2009-01-05  Jim Blandy  <jimb@red-bean.com>
3058         * MAINTAINERS: Fix my e-mail address as steering committee member.
3060 2009-01-03  Joel Brobecker  <brobecker@adacore.com>
3062         Updated copyright notices for most files.
3064 2009-01-03  Joel Brobecker  <brobecker@adacore.com>
3066         * top.c (print_gdb_version): Update copyright year.
3068 2009-01-03  Joel Brobecker  <brobecker@adacore.com>
3070         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2008.
3072 2009-01-01  Pedro Alves  <pedro@codesourcery.com>
3074         PR breakpoints/9681:
3075         * exceptions.h (enum errors): New error type, MEMORY_ERROR.
3076         * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR.
3077         * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but
3078         retrow all other exceptions.
3080 For older changes see ChangeLog-2008.
3082 Local Variables:
3083 mode: change-log
3084 left-margin: 8
3085 fill-column: 74
3086 version-control: never
3087 coding: utf-8
3088 End: