* gdbint.texinfo (Start of New Year Procedure): Add the "coding"
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
170ce852
TT
12009-01-06 Tom Tromey <tromey@redhat.com>
2
3 * value.c (set_internalvar): Use value_free, not xfree.
4
fdb7262a
JB
52009-01-06 Jim Blandy <jimb@red-bean.com>
6
bf1d7d9c
JB
7 Check return values of functions declared with warn_unused_result
8 attribute in GLIBC 2.8.
9 * cli/cli-cmds.c (pwd_command): Check return value from getcwd.
10 * inflow.c (check_syscall): New function.
11 (new_tty): Use check_syscall to check return values from open and dup.
12 * linux-nat.c (linux_nat_info_proc_cmd): Check return value from fgets.
13 * main.c (captured_main): Call cwd after setting up gdb_stderr;
14 check for errors from getcwd.
15 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Check return value from getcwd.
16 * ui-file.c (stdio_file_write): Ignore return value from fwrite.
17 (stdio_file_fputs): Same.
18 * utils.c (internal_vproblem): abort if last-ditch error message
19 write fails.
20
fdb7262a
JB
21 * top.c (gdb_init): Don't set the current directory here; that's
22 already been done in captured_main.
23
84603566
SL
242009-01-06 Sandra Loosemore <sandra@codesourcery.com>
25
26 * ser-tcp.c: Adjust includes.
27 (tcp_set_cmdlist, tcp_show_cmdlist): Declare.
28 (tcp_auto_retry, tcp_retry_limit): Declare.
29 (TIMEOUT): Remove, in favor of tcp_retry_limit.
30 (POLL_INTERVAL): Increase to 5, in favor of backoff logic.
31 (wait_for_connect): New function.
32 (net_open): Use it. Add auto-retry logic.
33 (set_tcp_cmd, show_tcp_cmd): New functions.
34 (_initialize_ser_tcp): Initialize new "set/show tcp auto-retry"
35 and "set/show tcp connect-timeout" commands.
36 * NEWS: Document new commands.
37
5171e6b3
TT
382009-01-05 Tom Tromey <tromey@redhat.com>
39
40 * python/python-internal.h (Py_ssize_t): Define as int.
41
a367a1f2
JB
422009-01-05 Jim Blandy <jimb@red-bean.com>
43
44 * MAINTAINERS: Fix my e-mail address as steering committee member.
45
0fb0cc75
JB
462009-01-03 Joel Brobecker <brobecker@adacore.com>
47
48 Updated copyright notices for most files.
49
c9fc347d
JB
502009-01-03 Joel Brobecker <brobecker@adacore.com>
51
52 * top.c (print_gdb_version): Update copyright year.
53
a85d99b4
JB
542009-01-03 Joel Brobecker <brobecker@adacore.com>
55
56 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2008.
57
4d78a120
JB
582009-01-01 Pedro Alves <pedro@codesourcery.com>
59
60 PR breakpoints/9681:
61 * exceptions.h (enum errors): New error type, MEMORY_ERROR.
62 * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR.
63 * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but
64 retrow all other exceptions.
65
67de2a4c 66For older changes see ChangeLog-2008.
c906108c
SS
67\f
68Local Variables:
69mode: change-log
70left-margin: 8
71fill-column: 74
72version-control: never
57da7796 73coding: utf-8
c906108c 74End:
This page took 0.966646 seconds and 4 git commands to generate.