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