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