* config/pa/linux.mh (XDEPFILES): Remove.
[binutils-gdb.git] / gdb / ChangeLog
1 2009-01-07 Stan Shebs <stan@codesourcery.com>
2
3 * config/pa/linux.mh (XDEPFILES): Remove.
4
5 2009-01-07 Doug Evans <dje@google.com>
6
7 * cli/cli-cmds.c (set_debug): Fix cut-n-paste error.
8
9 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10
11 * f-typeprint.c (f_type_print_base <TYPE_CODE_STRUCT>): Fix output
12 spacing, a regression from 2008-04-22.
13
14 2009-01-07 Joel Brobecker <brobecker@adacore.com>
15
16 * utils.c (gdb_print_host_address): Adjust implementation to
17 reuse host_address_to_string. Move comment explaining the conversion
18 from host address to string from here...
19 (host_address_to_string): ... to there.
20
21 2009-01-07 Emi Suzuki <emi-suzuki@tjsys.co.jp>
22
23 * MAINTAINERS: Add myself for write after approval privileges.
24
25 2009-01-06 Tom Tromey <tromey@redhat.com>
26
27 * value.c (set_internalvar): Use value_free, not xfree.
28
29 2009-01-06 Jim Blandy <jimb@red-bean.com>
30
31 Check return values of functions declared with warn_unused_result
32 attribute in GLIBC 2.8.
33 * cli/cli-cmds.c (pwd_command): Check return value from getcwd.
34 * inflow.c (check_syscall): New function.
35 (new_tty): Use check_syscall to check return values from open and dup.
36 * linux-nat.c (linux_nat_info_proc_cmd): Check return value from fgets.
37 * main.c (captured_main): Call cwd after setting up gdb_stderr;
38 check for errors from getcwd.
39 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Check return value from getcwd.
40 * ui-file.c (stdio_file_write): Ignore return value from fwrite.
41 (stdio_file_fputs): Same.
42 * utils.c (internal_vproblem): abort if last-ditch error message
43 write fails.
44
45 * top.c (gdb_init): Don't set the current directory here; that's
46 already been done in captured_main.
47
48 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
49
50 * ser-tcp.c: Adjust includes.
51 (tcp_set_cmdlist, tcp_show_cmdlist): Declare.
52 (tcp_auto_retry, tcp_retry_limit): Declare.
53 (TIMEOUT): Remove, in favor of tcp_retry_limit.
54 (POLL_INTERVAL): Increase to 5, in favor of backoff logic.
55 (wait_for_connect): New function.
56 (net_open): Use it. Add auto-retry logic.
57 (set_tcp_cmd, show_tcp_cmd): New functions.
58 (_initialize_ser_tcp): Initialize new "set/show tcp auto-retry"
59 and "set/show tcp connect-timeout" commands.
60 * NEWS: Document new commands.
61
62 2009-01-05 Tom Tromey <tromey@redhat.com>
63
64 * python/python-internal.h (Py_ssize_t): Define as int.
65
66 2009-01-05 Jim Blandy <jimb@red-bean.com>
67
68 * MAINTAINERS: Fix my e-mail address as steering committee member.
69
70 2009-01-03 Joel Brobecker <brobecker@adacore.com>
71
72 Updated copyright notices for most files.
73
74 2009-01-03 Joel Brobecker <brobecker@adacore.com>
75
76 * top.c (print_gdb_version): Update copyright year.
77
78 2009-01-03 Joel Brobecker <brobecker@adacore.com>
79
80 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2008.
81
82 2009-01-01 Pedro Alves <pedro@codesourcery.com>
83
84 PR breakpoints/9681:
85 * exceptions.h (enum errors): New error type, MEMORY_ERROR.
86 * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR.
87 * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but
88 retrow all other exceptions.
89
90 For older changes see ChangeLog-2008.
91 \f
92 Local Variables:
93 mode: change-log
94 left-margin: 8
95 fill-column: 74
96 version-control: never
97 coding: utf-8
98 End: