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